Update PlayerController.getPlayers method to filter players on provided leagueId also (keep filtering by teamId). You should be able to get all players, all players from league, all players from team, and all players from league and team by using this endpoint. Mark League.getAllPlayers with @JsonIgnore. #31