I cannot control pagination with role access because those pages are statistics pages and the template is unique.
Every user can submit a link, this link will be a pw page.
If you are Standard user you cannot see all links submitted (generated pages) because your account is limited in how many links you can see, it's not a question of permissions. So when i render these pages in a list format i want to limit the total pages the pagination calculate, using "limit=10" in selector don't affect the total pages of course.
Sorry, i'll try to make a simple example:
100 pages, same template. Using a selector like "limit=10" will return to me 10 pages. I want to show only the first 5 pages to a particular user because that user can see only 50 pages.
Something like using first "limit=50" and than again "limit=10" for getting the pagination.... :-\