belongsTo(Company::class); } public function items(): HasMany { return $this->hasMany(Item::class); } }