# Objects / Notification

# Notification

**Object**
## Notification

| Fields | Type | Description |
| --- | --- | --- |
| id | *String* | The ID of the notification |
| notifiable | [NotifiableInterface](/documentation/Interfaces/Notifiable-Interface#NotifiableInterface) | The item that this notification was dispatched too |
| data | [JSON](/documentation/Types/JSON#JSON) | The data of the notification |
| readAt | [DateTime](/documentation/Types/Date-Time#DateTime) | When the notification was marked as read |
| createdAt | [DateTime](/documentation/Types/Date-Time#DateTime) | When the notification was created |
| updatedAt | [DateTime](/documentation/Types/Date-Time#DateTime) | The timestamp of the last time the notification was updated |