public async Task <IActionResult> GetBadgesCount(int id) { return(Ok(await _battleService.GetBadgesCountDto(id))); }