namespace Models { public record Recipe( RecipeInfo Info, User Owner, List Ingredients, List Steps); }