namespace BLAIzor.Models { public class LayoutPlan { public string Title { get; set; } public List Blocks { get; set; } = new(); } }