belongsTo(ProductCategory::class, 'product_category_id'); } public function images(): HasMany { return $this->hasMany(ProductImage::class, 'product_id', 'id'); } }