$this->id, 'plant_id' => $this->plant_id, 'region_id' => $this->region_id, 'director' => $this->director, 'area' => $this->area, 'output' => $this->output, 'harvest_at' => $this->harvest_at ? $this->harvest_at->timestamp : null, ]; } }