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