public class Recipe
{
    public List<Ingredient> Ingredients { get; set; }
}