How to scrap from first page not from last page?

Hello Web Scraper lovers, I have started to scrap one web site and this web site have 5 pages why scraper start from the last page to scrap and didnt scrap from this first page.

Thank you

Sitemap:
{"_id":"link","startUrl":["https://www.eglo.com/en/interior-lights/led-lamps/led-panel.html"],"selectors":[{"id":"item","multiple":true,"parentSelectors":["_root","faqet-next"],"selector":"a.product","type":"SelectorLink"},{"id":"titulli","multiple":false,"parentSelectors":["item"],"regex":"","selector":"span[itemprop='name']","type":"SelectorText"},{"extractAttribute":"","id":"permbajtja","parentSelectors":["item"],"selector":".product-data-items tr","type":"SelectorGroup"},{"id":"data-sheet","multiple":false,"parentSelectors":["item"],"selector":"a.download-btn","type":"SelectorLink"},{"id":"img","multiple":false,"parentSelectors":["item"],"selector":"img.gallery-placeholder__image","type":"SelectorImage"},{"id":"instruction","multiple":false,"parentSelectors":["item"],"selector":"a.attribute-download","type":"SelectorLink"},{"id":"faqet-next","multiple":true,"parentSelectors":["_root"],"selector":"div.pages:nth-of-type(2) a.page","type":"SelectorLink"}]}

@Tenllu Hi, try to update the paginaion selector to - div.pages:nth-of-type(1) li.item.current + li a

Sitemap example:

{"_id":"link","startUrl":["https://www.eglo.com/en/interior-lights/led-lamps/led-panel.html"],"selectors":[{"id":"item","multiple":true,"parentSelectors":["_root","faqet-next"],"selector":"a.product","type":"SelectorLink"},{"id":"titulli","multiple":false,"parentSelectors":["item"],"regex":"","selector":"span[itemprop='name']","type":"SelectorText"},{"extractAttribute":"","id":"permbajtja","parentSelectors":["item"],"selector":".product-data-items tr","type":"SelectorGroup"},{"id":"data-sheet","multiple":false,"parentSelectors":["item"],"selector":"a.download-btn","type":"SelectorLink"},{"id":"img","multiple":false,"parentSelectors":["item"],"selector":"img.gallery-placeholder__image","type":"SelectorImage"},{"id":"instruction","multiple":false,"parentSelectors":["item"],"selector":"a.attribute-download","type":"SelectorLink"},{"id":"faqet-next","multiple":true,"parentSelectors":["_root","faqet-next"],"selector":"div.pages:nth-of-type(1) li.item.current + li a","type":"SelectorLink"}]}

@ViestursWS Hi i have tryed with this code div.pages:nth-of-type(1) li.item.current + li a
With that code what i have puted going to every page and started again to scrap from the last page!

Hello bro, sorry i liked to tell you your Sitemap example have helped me to scrap for a lot of next pages and for that what why scraped from the end and not from the start now its not problem because the excel file when i download from excel i have fixed with one click to filter from A-Z and its done.

Thank you again (Y)