---
title: objectAfterChanges
framework: photos
role: symbol
role_heading: Instance Property
path: photos/phobjectchangedetails/objectafterchanges
---

# objectAfterChanges

An object that reflects the current state of the asset or collection it represents.

## Declaration

```swift
var objectAfterChanges: ObjectType? { get }
```

## Discussion

Discussion Read this object’s properties to retrieve updated metadata for the asset or collection. Using this object is equivalent to repeating the same fetch that returned the original object.

## See Also

### Getting the Changed Object

- [objectBeforeChanges](photos/phobjectchangedetails/objectbeforechanges.md)
