see https://docs.gamesparks.com/api-documentation/cloud-code-api/leaderboards/sparkleaderboard.html
leaderboard.getEntryCount()
My apologies if I'm missing something obvious, but I can't seem to locate how/where to access the Spark object this page references. I should have specified earlier that I am using C# in Unity. How do I access this object?
Jamie Jansen
Is there an API method to request the total number of entries present in a given leaderboard? I need this count in order to implement pagination for my leaderboard display system. Thanks!