in app/Models/Products.php [28:31]
public function orderLines(): HasMany { return $this->hasMany(OrderLines::class, 'product_id'); }