Product Model
class Product extends Model { public function features(): HasOne { return $this->hasOne(Feature::class); } }