namespace LBPUnion.ProjectLighthouse.Servers.API.Responses; public class StatisticsResponse { public int RecentMatches { get; set; } public int Slots { get; set; } public int Users { get; set; } public int TeamPicks { get; set; } public int Photos { get; set; } }