*/ protected $guarded = []; public function images(): HasMany { return $this->hasMany(ProductImageModel::class, 'product_id', 'id'); } }