# Objects / Trashed Item

# Trashed Item

**Object**
## TrashedItem

| Fields | Type | Description |
| --- | --- | --- |
| id | [ID!](/documentation/Types/UUID#UUID) | <p> The `ID` scalar type represents a unique identifier. </p> <p> The `ID` type appears in a `JSON` response as a `String`; however, it is not intended to be human-readable. The `ID` is mathematically universally unique across all types and Vendors and can be used as such. </p> |
| type | [RecoverableTrashTypeEnum!](/documentation/Enums/Recoverable-Trash-Type-Enum#RecoverableTrashTypeEnum) | Types of items which can be recovered from the trash. |
| name | *String!* | The `String` scalar type represents textual data, represented as UTF-8 character sequences. The String type is most often used by GraphQL to represent free-form human-readable text. |
| deletedAt | [DateTime](/documentation/Types/Date-Time#DateTime) | The `DateTime` scalar type represents dates and time values as specified by [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601). |