A leaderboard of top PopRank players, either across the app or a single collection.

The player leaderboard is an array of objects with the following structure:

PropertyDescriptionType(s)
userThe user's wallet address.string
rankThe user's rank in the leaderboard.number
playedThe number of rounds the user has played across.number
topCollections (exists for the global leaderboard)An array of all the collections the user has played, sorted in descending order of rounds played.TopCollection[]

The TopCollection model is the following:

PropertyDescriptionType(s)
collectionThe slug of the collection.string
playedThe number of collection rounds the user has played.number