On the frontend, in fetchCrawlerHistory method in crawler.js, we are making additional API calls to fetch urls information for each crawl. This is to get the number of crawled URLs data and display it in each crawler run row on the Crawler history page.
It might be ideal to integrate the URL count information with the crawler runs results directly to save these additional calls that are not needed.