Only able to grab 1/3rd of image urls from image carousel

I am only able to grab 4 of the 13 image links from the image carousel from the above link. How can I grab all 13 image links?

Many thanks

Sitemap:
{"_id":"image_selector","startUrl":["https://www.propertypal.com/16-greggs-quay-laganside-belfast/527915"],"selectors":[{"id":"image","type":"SelectorElementAttribute","parentSelectors":["_root"],"selector":".SlideshowCarousel img","multiple":true,"extractAttribute":"src","delay":0}]}

Almost there, you only needed better selectors:

{"_id":"forum-propertypal-images","startUrl":["https://www.propertypal.com/16-greggs-quay-laganside-belfast/527915"],"selectors":[{"id":"Property","type":"SelectorText","parentSelectors":["_root"],"selector":"div > h1","multiple":false,"regex":""},{"id":"image","type":"SelectorElementAttribute","parentSelectors":["_root"],"selector":"div.Slideshow-slides.SlideshowCarousel div[class^='Slideshow-slide']","multiple":true,"extractAttribute":"data-slide-url"}]}

Thank you so much this worked perfectly!