in app/Models/ProductTypes.php [10:13]
public function products(): HasMany { return $this->hasMany(Products::class, 'type_id'); }