Currently, I am trying to get all the steam reviews from a particular game, using the method described in the Steamworks documentation: https://partner.steamgames.com/doc/store/getreviews
However, when I try to get reviews for a game like Dota 2 for example using the method: http://store.steampowered.com/appreviews/570?json=1&start_offset=9200 http://store.steampowered.com/appreviews/570?json=1&start_offset=9220
I always got the same return after a small offset. There should be more than 878,134 reviews for Dota 2. Why I got the same return before reaching the end? Thanks.