scraping results only return 1 item from the list of items on the webpage

When I use Firecrawl to scrape a webpage, it's returning only the 1st item in a list. Do I need to tell it to iterate over the list to capture each item in the list as an object? This is what my code looks like: https://gist.github.com/natea/8224320f7cfce8a4d39ed58b300a41bc
Gist
GitHub Gist: instantly share code, notes, and snippets.
Was this page helpful?