I didn't found the right pagiantion, any help?

Actually my sitemap is doing a page every 4, and also I tryed also other pagination type, but without solution
Url: Ricerca Società - Anno 2023 (pagina 1 di 159) - FCI

Sitemap:
{"_id":"asd-federciclismo-it","startUrl":["https://www.federciclismo.it/it/club/?year=2023"],"selectors":[{"id":"pag","paginationType":"auto","parentSelectors":["_root","pag"],"selector":".pagination a","type":"SelectorPagination"},{"id":"link","linkType":"linkFromHref","multiple":true,"parentSelectors":["pag"],"selector":"a[itemprop='url']","type":"SelectorLink"},{"id":"nome","multiple":false,"parentSelectors":["link"],"regex":"","selector":".headerArticle h1","type":"SelectorText"},{"id":"email","multiple":false,"parentSelectors":["link"],"regex":"","selector":"[itemprop='text'] p:nth-of-type(4)","type":"SelectorText"}]}

If it is a one-time scrape, it would be much better to just use the "range url with increment" method listed under Specify multiple urls with ranges. That is, no pagination. You can easily find out the last page (pg 159 BTW) just by keying in increasingly larger numbers until you get a 404 or "not found" error.

Thanks yes I added multiple urls into the sitemap and I skipped the issue thanks!