*/ public function toArray(): array { return [ 'id' => $this->id, 'queue_at' => $this->queueAt, 'started_at' => $this->startedAt, 'finished_at' => $this->finishedAt, 'total_processed' => $this->totalProcessed, 'errors' => $this->errors, 'duplicates' => $this->duplicates, 'state' => $this->state, ]; } }