Open
Description
Problem
Currently, the only method for getting a list of election votes is get_election_votes
, which doesn't facilitate pagination, thus the client memory consumption grows dramatically for elections with high amount of registered votes.
User Story
As a frontend developer, I want to be able to get the list of election votes with pagination.