Hi @krist_wang ,
From your Ajax call, call the servlet,
bin/public/aem-demo/blog?page=2
Where the page params will be the page number.
Try with the following Java code and change them according to your logic.
@Component(service = Servlet.class,
property = {
Constants.SE...