I am using Paged.js to render an HTML coming from an HTTP request. My aim is to show only the first page of generated result rather than display all pages of the result generated by Pagedjs.
My initial guess is to use Chunker for this but not sure if it has the power to control pages in the output.