*/ public function toArray(): array { return [ 'id' => $this->id, 'path' => $this->path, 'productId' => $this->productId, ]; } }