There is no pagination at aggregation listing page
Like in the title, no matter which amount of entries per page we set, if it is lower than number of all entries no pagination is generated for this page. For example there is in total 5 entries with the tag, I set listing view to display 2 entries per page, and this is generated for navigation:
<navigation lang="en-GB">
<current_site_txt>Page 1 of 1</current_site_txt>
<current_site>1</current_site>
<all_sites>1</all_sites>
<entries>2</entries>
<sites/>
</navigation>