$this->id, 'car_series_id' => $this->car_series_id, 'name' => $this->name, 'year' => $this->year, 'modelYears' => $this->modelYears, 'vehicle_type' => $this->vehicle_type, 'vehicle_size' => $this->vehicle_size, 'engine_model' => $this->engine_model, 'emission_standard' => $this->emission_standard, 'displacement' => $this->displacement, 'induction' => $this->induction, 'fuel_type' => $this->fuel_type, 'transmission_type' => $this->transmission_type, 'transmission_description' => $this->transmission_description, 'gear_number' => $this->gear_number, 'front_tyre' => $this->front_tyre, 'rear_tyre' => $this->rear_tyre, 'doors' => $this->doors, 'seats' => $this->seats, 'tuhu_code' => $this->tuhu_code, 'guidance_price' => $this->guidance_price, 'created_at' => $this->created_at, 'updated_at' => $this->updated_at, ]; } }