CrawlStatus:
    | "Pending"
    | {
        Processing: number;
    }
    | "Completed"
    | "Failed"