item_name); } public function catalogItems(): HasMany { return $this->hasMany(CatalogItem::class, 'item_ids', 'id'); } }