I am a JavaScript developer. I have pagination Rest API implemented at the backend already and it can only retrieve data for a period of 6 months. I have a requirement where I need to show data for the whole year. So I call the API twice by modifying the dates and combining the result to show in the UI. But how do I implement pagination in this scenario. Could someone please help me. I can show only 30 results per page.