Issue reading entries from steam leaderboard

Hey there,

I am currently trying to access entries from the SteamUserStats()->GetDownloadedLeaderboardEntry() so that I can make a widget with the leaderboard entries. I am doing this through all the appropriate callbacks. I find a leaderboard, on found I download scores. On downloaded I iterate through the for loop with the above function. When I do this everything seems to work okay but its giving me weird invalid data. I am getting no csteam ID back but I do get 65 entries with PlayerScore = 2032114176 and Position = 5074966.

Does anyone have any idea what this is and how to get the correct data?