public async Task <IActionResult> GetLeaguePlayerInjuries() { var team = await _repo.GetLeaguePlayerInjuries(); return(Ok(team)); }