---
title: removedObjects
framework: photos
role: symbol
role_heading: Instance Property
path: photos/phfetchresultchangedetails/removedobjects
---

# removedObjects

The items that have been removed from the fetch result.

## Declaration

```swift
var removedObjects: [ObjectType] { get }
```

## Discussion

Discussion This array can contain PHAsset, PHAssetCollection, or PHCollectionList objects, or some combination thereof. If the hasIncrementalChanges property’s value is false, this property’s value is nil.

## See Also

### Getting Change Information

- [hasIncrementalChanges](photos/phfetchresultchangedetails/hasincrementalchanges.md)
- [removedIndexes](photos/phfetchresultchangedetails/removedindexes.md)
- [insertedIndexes](photos/phfetchresultchangedetails/insertedindexes.md)
- [insertedObjects](photos/phfetchresultchangedetails/insertedobjects.md)
- [changedIndexes](photos/phfetchresultchangedetails/changedindexes.md)
- [changedObjects](photos/phfetchresultchangedetails/changedobjects.md)
- [hasMoves](photos/phfetchresultchangedetails/hasmoves.md)
- [enumerateMoves(_:)](photos/phfetchresultchangedetails/enumeratemoves(_:).md)
