Help with pagination

I cannot get pagination to work on an arrow that represents 9 to 63 pages. When I click link as arrow it only scrapes to the next page.

This is a quite-common scenario which is covered in:
Web Scraper pagination tutorial


It is the second type, "Use link selector to navigate pagination" which is around 1:46

Take note of the "make pagination selector a child of itself" step which is critical for making this work.