belongsTo(Product::class,'product_id','id'); } public function specs(): HasMany { return $this->hasMany(ProductSpec::class,'group_id','id'); } }