public async Task <IActionResult> GetCountOfLeagueLeadersPlayoffs() { var count = _repo.GetCountOfPointsLeagueLeadersPlayoffs(); return(Ok(count)); }