<!--
{
  "availability" : [
    "iOS: 8.0.0 -",
    "iPadOS: 8.0.0 -",
    "macCatalyst: 13.1.0 -",
    "macOS: 10.13.0 -",
    "tvOS: 10.0.0 -",
    "visionOS: 1.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "PhotoKit",
  "identifier" : "/documentation/Photos/PHFetchResultChangeDetails/changedObjects",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Property",
  "symbol" : {
    "kind" : "Instance Property",
    "modules" : [
      "Photos"
    ],
    "preciseIdentifier" : "c:objc(cs)PHFetchResultChangeDetails(py)changedObjects"
  },
  "title" : "changedObjects"
}
-->

# changedObjects

The objects in the fetch result whose content or metadata have been updated.

```
var changedObjects: [ObjectType] { get }
```

## Discussion

An array of [`PHAsset`](/documentation/Photos/PHAsset), [`PHAssetCollection`](/documentation/Photos/PHAssetCollection), or [`PHCollectionList`](/documentation/Photos/PHCollectionList) objects.

If the [`hasIncrementalChanges`](/documentation/Photos/PHFetchResultChangeDetails/hasIncrementalChanges) property’s value is `false`, this property’s value is `nil`.

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)