in src/api/websites/models.ts [39:41]
static build(params: WebsiteParams) { return new Website(params.url, params.audits); }