namespace Wonky.Entity.Views; public class ReportView { public ReportData ReportData { get; set; } = new(); public List ReportItems { get; set; } = new(); }