namespace skydiveLogs_api.DataContract { public class StatisticResp { public string Label { get; set; } public int Nb { get; set; } } }