belongsTo(MenuCategory::class); } public function foodItems(): HasMany { return $this->hasMany(FoodItem::class); } }