namespace Wonky.Entity.Views; public class InvoiceListView { public InvoiceCompanyView Company { get; set; } = new(); public List InvoiceList { get; set; } = new(); }