$this->id, 'bot_id' => $this->botId, 'owner_uid' => $this->ownerUid, 'node_id' => $this->nodeId, 'node_type' => $this->nodeType, 'source_url' => $this->sourceUrl, 'checksum' => $this->checksum, 'status' => $this->status, 'error_message' => $this->errorMessage, 'last_indexed_at' => $this->lastIndexedAt, 'created_at' => $this->createdAt, 'updated_at' => $this->updatedAt, 'progress' => $this->progress, 'progress_current' => $this->progressCurrent, 'progress_total' => $this->progressTotal, 'progress_stage' => $this->progressStage, ]; } }