Pagination Issue ! how to do pagination on this link

Pagination is on auto but its not stop . It go through next page which not exist.

Url: https://ascopubs.org/toc/go/-/10

Sitemap:
{"_id":"83ASCO_PAGE_TEST","startUrl":["https://ascopubs.org/toc/go/-/10"],"selectors":[{"id":"Link","linkType":"linkFromHref","multiple":true,"parentSelectors":["_root","page"],"selector":".card-header a.text-reset","type":"SelectorLink"},{"id":"title","multiple":false,"parentSelectors":["Link"],"regex":"","selector":"h1","type":"SelectorText"},{"id":"page","paginationType":"auto","parentSelectors":["_root","page"],"selector":".border-bottom .page-item__arrow--next a","type":"SelectorPagination"}]}

there are 6 pages... no need to apply a separate pagination selector .
Here is your sitemap:

{"_id":"83ASCO_PAGE_TEST","startUrl":["https://ascopubs.org/toc/go/-/10?startPage=[0-5]&pageSize=50"],"selectors":[{"id":"Link","linkType":"linkFromHref","multiple":true,"parentSelectors":["_root"],"selector":".card-header a.text-reset","type":"SelectorLink"}]}

Actually I am working with multiple link . Here is an example of one link . I need pagination for this

Here is my multiple link sitemap:
{"_id":"83ASCOPUB_Pastelink_Global_Oncology","startUrl":["https://pastelink.net/7ime3wh9"],"selectors":[{"id":"Link","parentSelectors":["_root"],"type":"SelectorLink","selector":".body-display a","multiple":true,"linkType":"linkFromHref"},{"id":"Article","parentSelectors":["Article","Page"],"type":"SelectorLink","selector":".card-header a.text-reset","multiple":true,"linkType":"linkFromHref"},{"id":"Click","parentSelectors":["Article"],"type":"SelectorElementClick","clickActionType":"real","clickElementSelector":"a.to-authors-affiliations","clickElementUniquenessType":"uniqueText","clickType":"clickOnce","delay":0,"discardInitialElements":"discard-when-click-element-exists","multiple":true,"selector":"section.core-authors"},{"id":"Element","parentSelectors":["Click"],"type":"SelectorElement","selector":"div[property='author']","multiple":true},{"id":"First Name","parentSelectors":["Element"],"type":"SelectorText","selector":"span[property='givenName']","multiple":false,"regex":""},{"id":"Last Name","parentSelectors":["Element"],"type":"SelectorText","selector":"span[property='familyName']","multiple":false,"regex":""},{"id":"Email","parentSelectors":["Element"],"type":"SelectorElementAttribute","selector":"a[property='email']","multiple":false,"extractAttribute":"href"},{"id":"Orcid","parentSelectors":["Element"],"type":"SelectorElementAttribute","selector":"a.orcid-id","multiple":false,"extractAttribute":"href"},{"id":"Affiliation","parentSelectors":["Element"],"type":"SelectorText","selector":"div.affiliations","multiple":false,"regex":""},{"id":"No need","parentSelectors":["Article"],"type":"SelectorText","selector":"a.nav-btn","multiple":false,"regex":""},{"id":"Page","parentSelectors":["Link","Page"],"paginationType":"clickMore","type":"SelectorPagination","selector":".border-bottom .page-item__arrow--next a"}]}

something like this:

{"_id":"83ASCOPUB_Pastelink_Global_Oncology","startUrl":["https://pastelink.net/7ime3wh9"],"selectors":[{"id":"Link","linkType":"linkFromHref","multiple":true,"parentSelectors":["_root"],"selector":".body-display a","type":"SelectorLink"},{"id":"Article","linkType":"linkFromHref","multiple":true,"parentSelectors":["Page"],"selector":".card-header a.text-reset","type":"SelectorLink"},{"clickActionType":"real","clickElementSelector":"a.to-authors-affiliations","clickElementUniquenessType":"uniqueCSSSelector","clickType":"clickOnce","delay":500,"discardInitialElements":"discard-when-click-element-exists","id":"Click","multiple":false,"parentSelectors":["Article"],"selector":"body","type":"SelectorElementClick"},{"id":"Element","multiple":true,"parentSelectors":["Click"],"selector":"div[property='author']","type":"SelectorElement"},{"id":"First Name","multiple":false,"parentSelectors":["Element"],"regex":"","selector":"span[property='givenName']","type":"SelectorText"},{"id":"Last Name","multiple":false,"parentSelectors":["Element"],"regex":"","selector":"span[property='familyName']","type":"SelectorText"},{"extractAttribute":"href","id":"Email","multiple":false,"parentSelectors":["Element"],"selector":"a[property='email']","type":"SelectorElementAttribute"},{"extractAttribute":"href","id":"Orcid","multiple":false,"parentSelectors":["Element"],"selector":"a.orcid-id","type":"SelectorElementAttribute"},{"id":"Affiliation","multiple":false,"parentSelectors":["Element"],"regex":"","selector":"div.affiliations","type":"SelectorText"},{"id":"Page","paginationType":"clickMore","parentSelectors":["Link","Page"],"selector":"a.content-navigation__btn--next","type":"SelectorPagination"}]}

Only scrape first page. rest of the page not scrape

there are several NEXT buttons... why didn't you send a proper screenshot to define exact NEXT button? )) dAmn...
image

check this sitemap

{"_id":"83ASCOPUB_Pastelink_Global_Oncology","startUrl":["https://pastelink.net/7ime3wh9"],"selectors":[{"id":"Link","linkType":"linkFromHref","multiple":true,"parentSelectors":["_root"],"selector":".body-display a","type":"SelectorLink"},{"id":"Article","linkType":"linkFromHref","multiple":true,"parentSelectors":["Page"],"selector":".card-header a.text-reset","type":"SelectorLink"},{"clickActionType":"real","clickElementSelector":"a.to-authors-affiliations","clickElementUniquenessType":"uniqueCSSSelector","clickType":"clickOnce","delay":400,"discardInitialElements":"discard-when-click-element-exists","id":"Click","multiple":false,"parentSelectors":["Article"],"selector":"body","type":"SelectorElementClick"},{"id":"Element","multiple":true,"parentSelectors":["Click"],"selector":"div[property='author']","type":"SelectorElement"},{"id":"First Name","multiple":false,"parentSelectors":["Element"],"regex":"","selector":"span[property='givenName']","type":"SelectorText"},{"id":"Last Name","multiple":false,"parentSelectors":["Element"],"regex":"","selector":"span[property='familyName']","type":"SelectorText"},{"extractAttribute":"href","id":"Email","multiple":false,"parentSelectors":["Element"],"selector":"a[property='email']","type":"SelectorElementAttribute"},{"extractAttribute":"href","id":"Orcid","multiple":false,"parentSelectors":["Element"],"selector":"a.orcid-id","type":"SelectorElementAttribute"},{"id":"Affiliation","multiple":false,"parentSelectors":["Element"],"regex":"","selector":"div.affiliations","type":"SelectorText"},{"id":"Page","paginationType":"clickMore","parentSelectors":["Link","Page"],"selector":".border-bottom .page-item__arrow--next:not(.disabled) a","type":"SelectorPagination"}]}

Extremely Sorry for this mistake. Its working .Thank you so much @don2010