Hello.
I believe I found an issue with the API. I generated some votes for each of my article (help center API).
When I use regular pagination i.e. request articles via /api/v2/help_center/articles, it shows vote_sum and vote_count as expected (the same that is displayed on the UI). But when I run it with cursor based pagination e.g. /api/v2/help_center/articles?page[size]=100, it shows same articles but with vote_count and vote_sum equal to an old value (zero in my case). In other words, it does not depict vote changes for articles.
Is this a bug ?
I'd like to replicate this behavior in testing. Can you confirm the steps taken? Did you submit the article votes right before requesting the articles via API? Or were these older votes that were missing from the cursor paginated response?