namespace skydiveLogs_api.Domain { public class Statistic { public string Label { get; set; } public int Nb { get; set; } } }