How to get total number of players using Leaderboard, Analytics or LiveOps?

Hi there,
I’m using the new Leaderboard UGS feature but I am not able to find a way to get the total number of entries. Is it possible to get something like : You are 5th of 1284 players
Maybe there’s another way to get the total number of players using Analytics or LiveOps but I don’t know how, do you have any idea on how to achieve that ?
Thanks a lot !

As explained here : https://forum.unity.com/threads/is-there-a-way-to-show-a-users-rank-as-a-percentage.1434004/
Calling LeaderboardsService.Instance.GetScoresAsync provides the total number of entries available in the leaderboard not linked with the limit : Unity Services Web API docs