Not All Pages/links in List are being Scraped

I'm trying to scrape the links/pages in the following list and their associated detail pages. In the preview they all show up, everything looks fine. But in the actual scrape it's only scraping a handful of links from the bottom of the list. Any advice?

Url: https://disneyworld.disney.go.com/dining/

Sitemap:
{"_id":"diningInfo","startUrl":["https://disneyworld.disney.go.com/dining/"],"selectors":[{"id":"restaurant-link","parentSelectors":["_root"],"type":"SelectorLink","selector":"a.cardLinkOverlay","multiple":true,"delay":0},{"id":"restaurant-wrapper","parentSelectors":["restaurant-link"],"type":"SelectorElement","selector":"div.details","multiple":false,"delay":0},{"id":"restaurant-name","parentSelectors":["restaurant-wrapper"],"type":"SelectorText","selector":"h1","multiple":false,"delay":0,"regex":""},{"id":"restaurant-locations","parentSelectors":["restaurant-wrapper"],"type":"SelectorText","selector":"finder-anchor:nth-of-type(2)","multiple":false,"delay":0,"regex":""},{"id":"dining-type","parentSelectors":["restaurant-wrapper"],"type":"SelectorText","selector":"li:nth-of-type(2) finder-anchor","multiple":false,"delay":0,"regex":""},{"id":"restaurant-cuisine","parentSelectors":["restaurant-wrapper"],"type":"SelectorText","selector":"li.facet:nth-of-type(1) finder-anchor","multiple":false,"delay":0,"regex":""},{"id":"view-discounts","parentSelectors":["restaurant-wrapper"],"type":"SelectorElementClick","clickElementSelector":"finder-button.ng-tns-c82-3 button.anchor","clickElementUniquenessType":"uniqueText","clickType":"clickOnce","delay":2000,"discardInitialElements":"do-not-discard","multiple":false,"selector":"div.modal"},{"id":"menu-link","parentSelectors":["restaurant-link"],"type":"SelectorLink","selector":".breadcrumb.ng-star-inserted a","multiple":true,"delay":0},{"id":"meal-time","parentSelectors":["menu-wrapper"],"type":"SelectorText","selector":"h2","multiple":false,"delay":0,"regex":""},{"id":"course-category","parentSelectors":["course-category-wrapper"],"type":"SelectorText","selector":"h3.group-title","multiple":false,"delay":0,"regex":""},{"id":"menu-item-wrapper","parentSelectors":["course-category-wrapper"],"type":"SelectorElement","selector":"div[itemtype='http://schema.org/Product']:nth-of-type(n+2)","multiple":true,"delay":0},{"id":"dish-name","parentSelectors":["menu-item-wrapper"],"type":"SelectorText","selector":"h4","multiple":false,"delay":0,"regex":""},{"id":"dish-price","parentSelectors":["menu-item-wrapper"],"type":"SelectorText","selector":"[tabindex] div.price-value","multiple":false,"delay":0,"regex":""},{"id":"dish-description","parentSelectors":["menu-item-wrapper"],"type":"SelectorText","selector":"div[itemprop='description']","multiple":false,"delay":0,"regex":""},{"id":"menu-wrapper","parentSelectors":["menu-link"],"type":"SelectorElement","selector":"body","multiple":true,"delay":0},{"id":"course-category-wrapper","parentSelectors":["menu-wrapper"],"type":"SelectorElement","selector":"div.group:nth-of-type(n+2)","multiple":true,"delay":0}]}