using System.Collections.Generic; using BTCPayServer.Client.Models; namespace BTCPayServer.Services.Reporting { public class ViewDefinition { public IList Fields { get; set; } = new List(); public List Charts { get; set; } = new (); } }