$this->id, 'title' => $this->title, 'message' => $this->message, 'type' => $this->type, 'data' => $this->data ?? [], 'is_read' => (bool) $this->is_read, 'read_at' => $this->read_at?->toISOString(), 'archived_at' => $this->archived_at?->toISOString(), 'created_at' => $this->created_at?->toISOString(), ]; } }