package structs // swagger:model StatsResponse type StatsResponse struct { Users int UserSessions int Rooms int WebSocketSessions int UserSignUpProcesses int UserPrivacySettings int UserRelationships int }