$this->id, 'code' => $this->code, 'name' => $this->name, 'price' => $this->price, 'cost' => $this->cost, 'capacity' => $this->capacity, 'type' => $this->type, 'notes' => $this->notes, 'active' => $this->active, ]; } }