belongsTo(MealPosts::class); } protected function casts(): array { return [ 'quantity' => 'integer', 'unit' => IngredientUnit::class, ]; } }