My game consists of many levels, so I create a game object for each level, the problem when I want to synchronize the player results with the server, the process took long time since for each level I have to call the API service call scoreBoardService.getHighestScoreByUser, is there a replacement function that I can send the user ID and I can return the highest score of this user in all games?