'bool', 'is_crawled' => 'bool', 'metadata' => 'object', 'crawl_counts' => 'integer', ]; protected $fillable = [ 'domain', 'url', 'is_crawling', 'is_crawled', 'output_type', 'output', 'metadata', 'status', 'crawl_counts', ]; }