// Prototyping Insights (mobile-app-prototyping-tool) v1 — Prisma seed
// Synthetic sample data, CC0-1.0. Generated deterministically; re-running the
// generator with the same spec and seed reproduces this file exactly.
//
// Delegates are named after the tables (prisma.teams), which assumes models
// mapped to those table names. Rename the delegates if your models differ.
import { PrismaClient } from '@prisma/client';

const prisma = new PrismaClient();

async function main() {
    await prisma.teams.createMany({
        data: [
            { id: 1, name: "collaborators leaders", member_count: 5, created_at: "2020-04-05" },
            { id: 2, name: "makers planners designers", member_count: 7, created_at: "2021-11-28" },
            { id: 3, name: "visionaries", member_count: 8, created_at: "2021-08-21" },
            { id: 4, name: "testers", member_count: 10, created_at: "2023-10-01" },
            { id: 5, name: "developers", member_count: 10, created_at: "2023-06-17" },
            { id: 6, name: "designers engineers leaders", member_count: 9, created_at: "2023-12-09" },
            { id: 7, name: "developers beta", member_count: 9, created_at: "2023-03-22" },
            { id: 8, name: "collaborators", member_count: 9, created_at: "2023-08-02" },
            { id: 9, name: "pioneers leaders designers", member_count: 3, created_at: "2020-07-06" },
            { id: 10, name: "analysts planners makers", member_count: 2, created_at: "2022-11-29" },
            { id: 11, name: "collaborators", member_count: 2, created_at: "2020-04-28" },
            { id: 12, name: "engineers", member_count: 6, created_at: "2021-07-17" },
            { id: 13, name: "beta", member_count: 10, created_at: "2021-04-23" },
            { id: 14, name: "creatives designers", member_count: 9, created_at: "2020-10-24" },
            { id: 15, name: "creatives developers designers", member_count: 9, created_at: "2022-07-09" },
            { id: 16, name: "beta", member_count: 7, created_at: "2023-10-13" },
            { id: 17, name: "thinkers collaborators designers", member_count: 6, created_at: "2023-09-08" },
            { id: 18, name: "engineers developers", member_count: 9, created_at: "2023-01-07" },
            { id: 19, name: "developers architects beta", member_count: 10, created_at: "2022-05-22" },
            { id: 20, name: "testers strategists", member_count: null, created_at: "2021-03-13" },
            { id: 21, name: "visionaries", member_count: 4, created_at: "2022-08-19" },
            { id: 22, name: "strategists researchers", member_count: 6, created_at: "2023-02-22" },
            { id: 23, name: "innovators visionaries leaders", member_count: 8, created_at: "2022-05-03" },
            { id: 24, name: "pioneers", member_count: null, created_at: "2023-11-11" },
            { id: 25, name: "alpha visionaries gamma", member_count: 2, created_at: "2022-11-16" },
            { id: 26, name: "engineers pioneers", member_count: 8, created_at: "2021-07-28" },
            { id: 27, name: "testers", member_count: 5, created_at: "2021-10-05" },
            { id: 28, name: "testers engineers visionaries", member_count: 9, created_at: "2020-03-08" },
            { id: 29, name: "engineers gamma", member_count: 7, created_at: "2023-01-31" },
            { id: 30, name: "analysts beta", member_count: 3, created_at: "2022-10-21" },
            { id: 31, name: "visionaries gamma", member_count: 8, created_at: "2020-05-23" },
            { id: 32, name: "beta creatives", member_count: 8, created_at: "2023-05-02" },
            { id: 33, name: "gamma", member_count: 7, created_at: "2021-10-17" },
            { id: 34, name: "engineers", member_count: 6, created_at: "2023-09-28" },
            { id: 35, name: "collaborators analysts visionaries", member_count: 9, created_at: "2022-02-06" },
            { id: 36, name: "makers analysts testers", member_count: 9, created_at: "2022-04-07" },
            { id: 37, name: "developers", member_count: 9, created_at: "2022-05-09" },
            { id: 38, name: "creatives", member_count: 5, created_at: "2023-05-17" },
            { id: 39, name: "collaborators analysts researchers", member_count: 7, created_at: "2022-07-07" },
            { id: 40, name: "makers pioneers", member_count: 3, created_at: "2021-05-09" },
            { id: 41, name: "developers beta", member_count: null, created_at: "2023-12-30" },
            { id: 42, name: "engineers testers", member_count: null, created_at: "2022-12-19" },
            { id: 43, name: "planners engineers", member_count: 3, created_at: "2022-06-13" },
            { id: 44, name: "collaborators makers creatives", member_count: 7, created_at: "2022-01-28" },
            { id: 45, name: "planners gamma", member_count: 3, created_at: "2023-03-27" },
            { id: 46, name: "leaders pioneers beta", member_count: 7, created_at: "2023-04-23" },
            { id: 47, name: "architects creatives innovators", member_count: 5, created_at: "2023-12-25" },
            { id: 48, name: "thinkers", member_count: 9, created_at: "2023-11-16" },
            { id: 49, name: "beta pioneers collaborators", member_count: 8, created_at: "2022-01-25" },
            { id: 50, name: "alpha collaborators beta", member_count: 2, created_at: "2022-01-17" },
            { id: 51, name: "visionaries testers developers", member_count: 5, created_at: "2020-11-28" },
            { id: 52, name: "innovators beta thinkers", member_count: 7, created_at: "2020-07-13" },
            { id: 53, name: "beta", member_count: 9, created_at: "2021-08-30" },
            { id: 54, name: "analysts makers", member_count: 3, created_at: "2020-04-23" },
            { id: 55, name: "strategists beta alpha", member_count: null, created_at: "2023-08-17" },
            { id: 56, name: "leaders", member_count: 6, created_at: "2022-08-15" },
            { id: 57, name: "visionaries makers thinkers", member_count: 5, created_at: "2022-11-27" },
            { id: 58, name: "designers", member_count: null, created_at: "2022-10-14" },
            { id: 59, name: "thinkers", member_count: null, created_at: "2022-10-22" },
            { id: 60, name: "engineers", member_count: 3, created_at: "2023-10-11" },
            { id: 61, name: "developers leaders", member_count: 9, created_at: "2020-05-06" },
            { id: 62, name: "engineers beta", member_count: 8, created_at: "2022-01-07" },
            { id: 63, name: "makers", member_count: 7, created_at: "2021-08-01" },
            { id: 64, name: "pioneers", member_count: 7, created_at: "2022-03-28" },
            { id: 65, name: "testers planners creatives", member_count: 5, created_at: "2021-12-22" },
            { id: 66, name: "researchers", member_count: 5, created_at: "2023-05-01" },
            { id: 67, name: "alpha", member_count: 6, created_at: "2022-07-30" },
            { id: 68, name: "creatives developers", member_count: null, created_at: "2021-05-18" },
            { id: 69, name: "beta", member_count: 2, created_at: "2023-07-13" },
            { id: 70, name: "alpha", member_count: 9, created_at: "2022-06-09" },
            { id: 71, name: "analysts visionaries", member_count: 7, created_at: "2023-12-04" },
            { id: 72, name: "testers visionaries gamma", member_count: 3, created_at: "2020-04-04" },
            { id: 73, name: "researchers makers", member_count: 8, created_at: "2020-07-05" },
            { id: 74, name: "researchers gamma", member_count: 2, created_at: "2021-11-07" },
            { id: 75, name: "makers", member_count: 5, created_at: "2023-08-25" },
            { id: 76, name: "creatives", member_count: 6, created_at: "2022-10-10" },
            { id: 77, name: "gamma leaders thinkers", member_count: 8, created_at: "2023-01-16" },
            { id: 78, name: "leaders", member_count: 10, created_at: "2023-11-05" },
            { id: 79, name: "architects", member_count: 7, created_at: "2023-08-21" },
            { id: 80, name: "innovators strategists engineers", member_count: 8, created_at: "2022-01-24" },
            { id: 81, name: "visionaries", member_count: 9, created_at: "2022-06-20" },
            { id: 82, name: "gamma collaborators leaders", member_count: 2, created_at: "2022-08-11" },
            { id: 83, name: "innovators leaders", member_count: 7, created_at: "2020-09-24" },
            { id: 84, name: "alpha engineers architects", member_count: 4, created_at: "2022-01-30" },
            { id: 85, name: "architects testers creatives", member_count: 6, created_at: "2022-07-04" },
            { id: 86, name: "leaders creatives", member_count: 9, created_at: "2022-09-14" },
            { id: 87, name: "researchers analysts", member_count: 5, created_at: "2023-10-16" },
            { id: 88, name: "innovators", member_count: 10, created_at: "2022-03-11" },
            { id: 89, name: "developers", member_count: 3, created_at: "2022-12-07" },
            { id: 90, name: "gamma innovators testers", member_count: 10, created_at: "2021-11-23" },
            { id: 91, name: "leaders", member_count: null, created_at: "2021-07-25" },
            { id: 92, name: "alpha testers leaders", member_count: 6, created_at: "2023-03-15" },
            { id: 93, name: "pioneers creatives", member_count: 6, created_at: "2022-04-23" },
            { id: 94, name: "strategists architects researchers", member_count: 8, created_at: "2020-02-18" },
            { id: 95, name: "engineers architects", member_count: 3, created_at: "2022-04-01" },
            { id: 96, name: "alpha planners", member_count: 9, created_at: "2023-09-17" },
            { id: 97, name: "pioneers designers", member_count: 3, created_at: "2020-03-14" },
            { id: 98, name: "gamma pioneers", member_count: 9, created_at: "2021-01-28" },
            { id: 99, name: "leaders alpha", member_count: 8, created_at: "2020-08-25" },
            { id: 100, name: "researchers", member_count: 7, created_at: "2021-11-01" },
        ],
    });
    await prisma.projects.createMany({
        data: [
            { id: 1, name: "sprint development workflow", status: "archived", creation_date: "2022-11-14", team_id: 41 },
            { id: 2, name: "feedback concept", status: "archived", creation_date: "2022-07-28", team_id: 50 },
            { id: 3, name: "concept", status: "completed", creation_date: "2021-11-30", team_id: 20 },
            { id: 4, name: "strategy experience analysis", status: "draft", creation_date: "2022-10-11", team_id: 67 },
            { id: 5, name: "prototype launch", status: "in_progress", creation_date: "2022-04-03", team_id: 3 },
            { id: 6, name: "user feedback", status: "archived", creation_date: "2022-02-11", team_id: 58 },
            { id: 7, name: "research innovation", status: "in_progress", creation_date: "2021-02-20", team_id: 37 },
            { id: 8, name: "research prototype", status: "archived", creation_date: "2023-01-17", team_id: 49 },
            { id: 9, name: "wireframe solution workflow", status: "archived", creation_date: "2021-01-15", team_id: 2 },
            { id: 10, name: "solution", status: "draft", creation_date: "2023-12-28", team_id: 5 },
            { id: 11, name: "development experience sprint", status: "in_progress", creation_date: "2022-04-01", team_id: 32 },
            { id: 12, name: "development", status: "archived", creation_date: "2023-09-12", team_id: 45 },
            { id: 13, name: "development sprint analysis", status: "completed", creation_date: "2021-02-09", team_id: 7 },
            { id: 14, name: "launch", status: "in_progress", creation_date: "2020-10-31", team_id: 31 },
            { id: 15, name: "build", status: "draft", creation_date: "2023-06-30", team_id: 89 },
            { id: 16, name: "build research", status: "draft", creation_date: "2023-09-20", team_id: 49 },
            { id: 17, name: "development build", status: "in_progress", creation_date: "2020-06-14", team_id: 39 },
            { id: 18, name: "strategy development feedback", status: "archived", creation_date: "2021-04-15", team_id: 53 },
            { id: 19, name: "strategy iteration", status: "draft", creation_date: "2020-09-17", team_id: 67 },
            { id: 20, name: "experience", status: "in_progress", creation_date: "2022-09-01", team_id: 2 },
            { id: 21, name: "wireframe concept testing", status: "in_progress", creation_date: "2023-06-14", team_id: 9 },
            { id: 22, name: "collaboration", status: "in_progress", creation_date: "2021-03-14", team_id: 15 },
            { id: 23, name: "refinement", status: "in_progress", creation_date: "2023-04-30", team_id: 1 },
            { id: 24, name: "concept research feedback", status: "in_progress", creation_date: "2021-02-21", team_id: 63 },
            { id: 25, name: "innovation", status: "completed", creation_date: "2020-05-06", team_id: 41 },
            { id: 26, name: "feedback innovation launch", status: "in_progress", creation_date: "2022-04-09", team_id: 37 },
            { id: 27, name: "workflow", status: "completed", creation_date: "2020-08-03", team_id: 47 },
            { id: 28, name: "experience feedback", status: "in_progress", creation_date: "2023-05-27", team_id: 95 },
            { id: 29, name: "strategy prototype sprint", status: "in_progress", creation_date: "2023-04-15", team_id: 53 },
            { id: 30, name: "development", status: "in_progress", creation_date: "2023-05-05", team_id: 65 },
            { id: 31, name: "refinement", status: "completed", creation_date: "2021-04-06", team_id: 50 },
            { id: 32, name: "wireframe analysis", status: "draft", creation_date: "2020-03-18", team_id: 27 },
            { id: 33, name: "design wireframe sprint", status: "completed", creation_date: "2022-03-11", team_id: 3 },
            { id: 34, name: "solution innovation research", status: "completed", creation_date: "2023-02-20", team_id: 81 },
            { id: 35, name: "experience design", status: "draft", creation_date: "2022-06-12", team_id: 13 },
            { id: 36, name: "solution", status: "in_progress", creation_date: "2021-02-24", team_id: 26 },
            { id: 37, name: "collaboration iteration", status: "draft", creation_date: "2022-02-27", team_id: 68 },
            { id: 38, name: "wireframe launch", status: "completed", creation_date: "2022-09-16", team_id: 94 },
            { id: 39, name: "build development prototype", status: "draft", creation_date: "2022-12-20", team_id: 85 },
            { id: 40, name: "sprint solution", status: "draft", creation_date: "2021-08-27", team_id: 38 },
            { id: 41, name: "prototype experience", status: "draft", creation_date: "2023-04-13", team_id: 77 },
            { id: 42, name: "refinement iteration sprint", status: "completed", creation_date: "2022-10-26", team_id: 16 },
            { id: 43, name: "iteration", status: "completed", creation_date: "2023-02-01", team_id: 19 },
            { id: 44, name: "user refinement solution", status: "completed", creation_date: "2023-03-19", team_id: 49 },
            { id: 45, name: "collaboration solution", status: "in_progress", creation_date: "2021-09-23", team_id: 76 },
            { id: 46, name: "research", status: "in_progress", creation_date: "2022-06-02", team_id: 9 },
            { id: 47, name: "refinement", status: "archived", creation_date: "2022-03-05", team_id: 48 },
            { id: 48, name: "solution development", status: "draft", creation_date: "2022-05-28", team_id: 1 },
            { id: 49, name: "analysis design user", status: "archived", creation_date: "2023-02-21", team_id: 48 },
            { id: 50, name: "wireframe user", status: "in_progress", creation_date: "2021-05-11", team_id: 52 },
            { id: 51, name: "refinement collaboration build", status: "draft", creation_date: "2022-06-11", team_id: 7 },
            { id: 52, name: "feedback development", status: "draft", creation_date: "2022-04-11", team_id: 98 },
            { id: 53, name: "collaboration iteration wireframe", status: "draft", creation_date: "2022-05-31", team_id: 71 },
            { id: 54, name: "testing launch", status: "archived", creation_date: "2022-06-29", team_id: 64 },
            { id: 55, name: "sprint iteration", status: "draft", creation_date: "2021-11-03", team_id: 83 },
            { id: 56, name: "innovation strategy", status: "in_progress", creation_date: "2022-04-20", team_id: 96 },
            { id: 57, name: "wireframe feedback sprint", status: "draft", creation_date: "2022-07-03", team_id: 17 },
            { id: 58, name: "feedback workflow innovation", status: "draft", creation_date: "2022-09-26", team_id: 13 },
            { id: 59, name: "sprint", status: "completed", creation_date: "2020-12-30", team_id: 48 },
            { id: 60, name: "research", status: "in_progress", creation_date: "2023-02-12", team_id: 99 },
            { id: 61, name: "strategy", status: "archived", creation_date: "2020-09-07", team_id: 68 },
            { id: 62, name: "iteration", status: "draft", creation_date: "2020-09-18", team_id: 46 },
            { id: 63, name: "analysis feedback strategy", status: "completed", creation_date: "2021-05-01", team_id: 27 },
            { id: 64, name: "collaboration analysis", status: "archived", creation_date: "2021-04-05", team_id: 68 },
            { id: 65, name: "wireframe innovation", status: "archived", creation_date: "2021-01-23", team_id: 36 },
            { id: 66, name: "development innovation workflow", status: "draft", creation_date: "2023-01-21", team_id: 62 },
            { id: 67, name: "concept refinement solution", status: "draft", creation_date: "2022-07-28", team_id: 34 },
            { id: 68, name: "user", status: "completed", creation_date: "2022-11-13", team_id: 29 },
            { id: 69, name: "experience launch research", status: "in_progress", creation_date: "2022-05-19", team_id: 2 },
            { id: 70, name: "prototype", status: "in_progress", creation_date: "2021-10-08", team_id: 41 },
            { id: 71, name: "concept", status: "archived", creation_date: "2022-12-28", team_id: 69 },
            { id: 72, name: "wireframe", status: "archived", creation_date: "2022-08-29", team_id: 8 },
            { id: 73, name: "workflow feedback", status: "draft", creation_date: "2022-09-03", team_id: 55 },
            { id: 74, name: "research development", status: "completed", creation_date: "2021-01-09", team_id: 65 },
            { id: 75, name: "prototype development innovation", status: "in_progress", creation_date: "2020-05-15", team_id: 64 },
            { id: 76, name: "build", status: "archived", creation_date: "2023-03-03", team_id: 19 },
            { id: 77, name: "iteration analysis", status: "completed", creation_date: "2023-05-18", team_id: 62 },
            { id: 78, name: "iteration", status: "draft", creation_date: "2023-04-06", team_id: 70 },
            { id: 79, name: "concept sprint analysis", status: "in_progress", creation_date: "2022-07-20", team_id: 12 },
            { id: 80, name: "refinement", status: "draft", creation_date: "2021-01-12", team_id: 25 },
            { id: 81, name: "build innovation user", status: "draft", creation_date: "2022-03-17", team_id: 23 },
            { id: 82, name: "solution sprint", status: "draft", creation_date: "2021-07-23", team_id: 43 },
            { id: 83, name: "launch testing solution", status: "completed", creation_date: "2020-12-30", team_id: 89 },
            { id: 84, name: "workflow iteration", status: "completed", creation_date: "2021-05-22", team_id: 34 },
            { id: 85, name: "strategy prototype analysis", status: "archived", creation_date: "2021-11-01", team_id: 8 },
            { id: 86, name: "launch concept analysis", status: "archived", creation_date: "2023-12-11", team_id: 65 },
            { id: 87, name: "feedback research", status: "draft", creation_date: "2021-11-07", team_id: 87 },
            { id: 88, name: "feedback refinement solution", status: "draft", creation_date: "2022-01-30", team_id: 29 },
            { id: 89, name: "innovation", status: "completed", creation_date: "2021-02-11", team_id: 46 },
            { id: 90, name: "experience", status: "archived", creation_date: "2022-05-28", team_id: 63 },
            { id: 91, name: "innovation research iteration", status: "draft", creation_date: "2023-05-29", team_id: 79 },
            { id: 92, name: "wireframe", status: "completed", creation_date: "2022-02-21", team_id: 32 },
            { id: 93, name: "refinement", status: "in_progress", creation_date: "2021-10-07", team_id: 18 },
            { id: 94, name: "refinement strategy innovation", status: "archived", creation_date: "2021-06-22", team_id: 1 },
            { id: 95, name: "design", status: "in_progress", creation_date: "2020-05-23", team_id: 15 },
            { id: 96, name: "launch", status: "archived", creation_date: "2023-02-20", team_id: 28 },
            { id: 97, name: "launch solution", status: "completed", creation_date: "2023-03-05", team_id: 39 },
            { id: 98, name: "strategy experience build", status: "completed", creation_date: "2021-01-03", team_id: 76 },
            { id: 99, name: "user", status: "draft", creation_date: "2023-08-28", team_id: 3 },
            { id: 100, name: "sprint innovation build", status: "in_progress", creation_date: "2021-11-30", team_id: 3 },
            { id: 101, name: "concept", status: "draft", creation_date: "2023-07-22", team_id: 17 },
            { id: 102, name: "feedback wireframe", status: "draft", creation_date: "2022-08-18", team_id: 5 },
            { id: 103, name: "strategy prototype", status: "in_progress", creation_date: "2023-10-21", team_id: 16 },
            { id: 104, name: "refinement", status: "draft", creation_date: "2021-08-22", team_id: 53 },
            { id: 105, name: "experience refinement wireframe", status: "completed", creation_date: "2021-09-14", team_id: 27 },
            { id: 106, name: "solution wireframe", status: "draft", creation_date: "2023-05-21", team_id: 26 },
            { id: 107, name: "testing", status: "completed", creation_date: "2023-10-03", team_id: 60 },
            { id: 108, name: "workflow build", status: "draft", creation_date: "2022-04-11", team_id: 47 },
            { id: 109, name: "concept sprint", status: "archived", creation_date: "2020-01-16", team_id: 39 },
            { id: 110, name: "sprint workflow", status: "in_progress", creation_date: "2023-05-12", team_id: 79 },
            { id: 111, name: "feedback", status: "completed", creation_date: "2022-10-10", team_id: 22 },
            { id: 112, name: "build research", status: "in_progress", creation_date: "2021-07-29", team_id: 28 },
            { id: 113, name: "experience testing", status: "archived", creation_date: "2021-01-13", team_id: 19 },
            { id: 114, name: "development build solution", status: "completed", creation_date: "2023-06-13", team_id: 37 },
            { id: 115, name: "build", status: "archived", creation_date: "2023-06-22", team_id: 56 },
            { id: 116, name: "innovation build", status: "completed", creation_date: "2022-03-09", team_id: 20 },
            { id: 117, name: "experience prototype", status: "completed", creation_date: "2021-04-20", team_id: 50 },
            { id: 118, name: "innovation", status: "completed", creation_date: "2020-11-03", team_id: 18 },
            { id: 119, name: "workflow", status: "draft", creation_date: "2021-01-30", team_id: 41 },
            { id: 120, name: "workflow experience user", status: "in_progress", creation_date: "2021-08-21", team_id: 36 },
            { id: 121, name: "analysis user", status: "archived", creation_date: "2021-10-15", team_id: 93 },
            { id: 122, name: "iteration collaboration launch", status: "archived", creation_date: "2023-10-29", team_id: 97 },
            { id: 123, name: "launch build collaboration", status: "in_progress", creation_date: "2020-01-19", team_id: 38 },
            { id: 124, name: "testing development", status: "archived", creation_date: "2023-01-15", team_id: 97 },
            { id: 125, name: "workflow prototype user", status: "in_progress", creation_date: "2023-07-30", team_id: 74 },
            { id: 126, name: "testing", status: "archived", creation_date: "2023-07-13", team_id: 23 },
            { id: 127, name: "wireframe research solution", status: "archived", creation_date: "2020-03-17", team_id: 25 },
            { id: 128, name: "testing", status: "draft", creation_date: "2023-02-26", team_id: 29 },
            { id: 129, name: "analysis design wireframe", status: "in_progress", creation_date: "2022-04-17", team_id: 16 },
            { id: 130, name: "sprint analysis", status: "draft", creation_date: "2021-03-11", team_id: 50 },
            { id: 131, name: "solution testing refinement", status: "draft", creation_date: "2020-12-20", team_id: 34 },
            { id: 132, name: "launch collaboration workflow", status: "archived", creation_date: "2022-12-03", team_id: 3 },
            { id: 133, name: "design refinement", status: "draft", creation_date: "2022-03-05", team_id: 23 },
            { id: 134, name: "feedback build", status: "completed", creation_date: "2022-10-02", team_id: 24 },
            { id: 135, name: "development", status: "draft", creation_date: "2023-11-25", team_id: 33 },
            { id: 136, name: "design research", status: "completed", creation_date: "2021-05-28", team_id: 65 },
            { id: 137, name: "iteration research", status: "draft", creation_date: "2020-05-13", team_id: 76 },
            { id: 138, name: "solution", status: "completed", creation_date: "2021-11-13", team_id: 66 },
            { id: 139, name: "sprint wireframe", status: "archived", creation_date: "2023-07-22", team_id: 74 },
            { id: 140, name: "prototype research testing", status: "archived", creation_date: "2021-12-27", team_id: 14 },
            { id: 141, name: "design prototype", status: "completed", creation_date: "2023-05-08", team_id: 44 },
            { id: 142, name: "wireframe prototype development", status: "completed", creation_date: "2020-08-23", team_id: 38 },
            { id: 143, name: "user", status: "archived", creation_date: "2021-08-19", team_id: 86 },
            { id: 144, name: "solution", status: "draft", creation_date: "2023-10-09", team_id: 10 },
            { id: 145, name: "strategy iteration sprint", status: "completed", creation_date: "2020-01-22", team_id: 39 },
            { id: 146, name: "wireframe refinement", status: "completed", creation_date: "2022-12-26", team_id: 47 },
            { id: 147, name: "concept development prototype", status: "completed", creation_date: "2020-12-16", team_id: 58 },
            { id: 148, name: "wireframe experience", status: "archived", creation_date: "2023-05-12", team_id: 35 },
            { id: 149, name: "experience", status: "draft", creation_date: "2023-01-10", team_id: 65 },
            { id: 150, name: "iteration strategy research", status: "archived", creation_date: "2022-02-20", team_id: 84 },
        ],
    });
    await prisma.prototype_layers.createMany({
        data: [
            { id: 1, project_id: 55, layer_count: 14, complexity: "moderate", layer_type: "foreground", layer_duration: 38 },
            { id: 2, project_id: 129, layer_count: 14, complexity: "complex", layer_type: "foreground", layer_duration: 34 },
            { id: 3, project_id: 80, layer_count: 7, complexity: "simple", layer_type: "background", layer_duration: 24 },
            { id: 4, project_id: 146, layer_count: 15, complexity: "moderate", layer_type: "background", layer_duration: 21 },
            { id: 5, project_id: 132, layer_count: 12, complexity: "moderate", layer_type: "background", layer_duration: 16 },
            { id: 6, project_id: 142, layer_count: 2, complexity: "moderate", layer_type: "interactive", layer_duration: 35 },
            { id: 7, project_id: 63, layer_count: 5, complexity: "moderate", layer_type: "background", layer_duration: 34 },
            { id: 8, project_id: 38, layer_count: 12, complexity: "simple", layer_type: "background", layer_duration: 23 },
            { id: 9, project_id: 51, layer_count: 11, complexity: "moderate", layer_type: "interactive", layer_duration: 35 },
            { id: 10, project_id: 100, layer_count: 19, complexity: "simple", layer_type: "interactive", layer_duration: 36 },
            { id: 11, project_id: 101, layer_count: 7, complexity: "simple", layer_type: "background", layer_duration: 34 },
            { id: 12, project_id: 76, layer_count: 14, complexity: "simple", layer_type: "background", layer_duration: 25 },
            { id: 13, project_id: 90, layer_count: 10, complexity: "moderate", layer_type: "foreground", layer_duration: 30 },
            { id: 14, project_id: 137, layer_count: 3, complexity: "simple", layer_type: "background", layer_duration: 38 },
            { id: 15, project_id: 15, layer_count: 13, complexity: "moderate", layer_type: "background", layer_duration: 41 },
            { id: 16, project_id: 81, layer_count: 18, complexity: "simple", layer_type: "background", layer_duration: 29 },
            { id: 17, project_id: 101, layer_count: 19, complexity: "moderate", layer_type: "interactive", layer_duration: 26 },
            { id: 18, project_id: 149, layer_count: 10, complexity: "moderate", layer_type: "background", layer_duration: 38 },
            { id: 19, project_id: 115, layer_count: 13, complexity: "simple", layer_type: "background", layer_duration: 33 },
            { id: 20, project_id: 120, layer_count: 2, complexity: "moderate", layer_type: "background", layer_duration: 47 },
            { id: 21, project_id: 5, layer_count: 14, complexity: "simple", layer_type: "interactive", layer_duration: 40 },
            { id: 22, project_id: 46, layer_count: 5, complexity: "simple", layer_type: "foreground", layer_duration: 24 },
            { id: 23, project_id: 142, layer_count: 6, complexity: "moderate", layer_type: "interactive", layer_duration: 46 },
            { id: 24, project_id: 18, layer_count: 11, complexity: "simple", layer_type: "foreground", layer_duration: 23 },
            { id: 25, project_id: 77, layer_count: 19, complexity: "complex", layer_type: "background", layer_duration: 35 },
            { id: 26, project_id: 61, layer_count: 16, complexity: "simple", layer_type: "background", layer_duration: 17 },
            { id: 27, project_id: 9, layer_count: 14, complexity: "simple", layer_type: "interactive", layer_duration: 22 },
            { id: 28, project_id: 137, layer_count: 16, complexity: "simple", layer_type: "foreground", layer_duration: 25 },
            { id: 29, project_id: 121, layer_count: 10, complexity: "simple", layer_type: "background", layer_duration: 35 },
            { id: 30, project_id: 30, layer_count: 16, complexity: "moderate", layer_type: "background", layer_duration: 45 },
            { id: 31, project_id: 46, layer_count: 15, complexity: "complex", layer_type: "foreground", layer_duration: 23 },
            { id: 32, project_id: 103, layer_count: 13, complexity: "moderate", layer_type: "foreground", layer_duration: 23 },
            { id: 33, project_id: 1, layer_count: 3, complexity: "simple", layer_type: "background", layer_duration: 33 },
            { id: 34, project_id: 75, layer_count: 12, complexity: "complex", layer_type: "background", layer_duration: 37 },
            { id: 35, project_id: 135, layer_count: 12, complexity: "simple", layer_type: "background", layer_duration: 36 },
            { id: 36, project_id: 40, layer_count: 10, complexity: "moderate", layer_type: "interactive", layer_duration: 14 },
            { id: 37, project_id: 63, layer_count: 6, complexity: "simple", layer_type: "foreground", layer_duration: 21 },
            { id: 38, project_id: 89, layer_count: 19, complexity: "simple", layer_type: "background", layer_duration: 20 },
            { id: 39, project_id: 31, layer_count: 13, complexity: "complex", layer_type: "foreground", layer_duration: 44 },
            { id: 40, project_id: 53, layer_count: 14, complexity: "simple", layer_type: "interactive", layer_duration: 25 },
            { id: 41, project_id: 59, layer_count: 8, complexity: "moderate", layer_type: "foreground", layer_duration: 18 },
            { id: 42, project_id: 89, layer_count: 1, complexity: "simple", layer_type: "background", layer_duration: 29 },
            { id: 43, project_id: 8, layer_count: 10, complexity: "moderate", layer_type: "background", layer_duration: 32 },
            { id: 44, project_id: 150, layer_count: 20, complexity: "moderate", layer_type: "background", layer_duration: 30 },
            { id: 45, project_id: 15, layer_count: 14, complexity: "simple", layer_type: "foreground", layer_duration: 39 },
            { id: 46, project_id: 110, layer_count: 7, complexity: "simple", layer_type: "background", layer_duration: 30 },
            { id: 47, project_id: 7, layer_count: 17, complexity: "simple", layer_type: "foreground", layer_duration: 24 },
            { id: 48, project_id: 27, layer_count: 11, complexity: "moderate", layer_type: "interactive", layer_duration: 15 },
            { id: 49, project_id: 5, layer_count: 5, complexity: "simple", layer_type: "background", layer_duration: 10 },
            { id: 50, project_id: 42, layer_count: 11, complexity: "moderate", layer_type: "background", layer_duration: 20 },
            { id: 51, project_id: 89, layer_count: 2, complexity: "simple", layer_type: "background", layer_duration: 24 },
            { id: 52, project_id: 117, layer_count: 20, complexity: "simple", layer_type: "interactive", layer_duration: 42 },
            { id: 53, project_id: 100, layer_count: 18, complexity: "simple", layer_type: "foreground", layer_duration: 32 },
            { id: 54, project_id: 118, layer_count: 2, complexity: "moderate", layer_type: "interactive", layer_duration: 31 },
            { id: 55, project_id: 68, layer_count: 5, complexity: "simple", layer_type: "background", layer_duration: 33 },
            { id: 56, project_id: 13, layer_count: 12, complexity: "simple", layer_type: "foreground", layer_duration: 32 },
            { id: 57, project_id: 113, layer_count: 7, complexity: "simple", layer_type: "background", layer_duration: 36 },
            { id: 58, project_id: 2, layer_count: 11, complexity: "moderate", layer_type: "interactive", layer_duration: 19 },
            { id: 59, project_id: 43, layer_count: 3, complexity: "moderate", layer_type: "interactive", layer_duration: 36 },
            { id: 60, project_id: 19, layer_count: 7, complexity: "moderate", layer_type: "background", layer_duration: 39 },
            { id: 61, project_id: 84, layer_count: 1, complexity: "moderate", layer_type: "background", layer_duration: 28 },
            { id: 62, project_id: 43, layer_count: 11, complexity: "simple", layer_type: "foreground", layer_duration: 23 },
            { id: 63, project_id: 23, layer_count: 15, complexity: "moderate", layer_type: "background", layer_duration: 49 },
            { id: 64, project_id: 49, layer_count: 7, complexity: "moderate", layer_type: "foreground", layer_duration: 43 },
            { id: 65, project_id: 38, layer_count: 16, complexity: "moderate", layer_type: "background", layer_duration: 23 },
            { id: 66, project_id: 52, layer_count: 15, complexity: "complex", layer_type: "foreground", layer_duration: 27 },
            { id: 67, project_id: 45, layer_count: 7, complexity: "moderate", layer_type: "background", layer_duration: 22 },
            { id: 68, project_id: 89, layer_count: 13, complexity: "simple", layer_type: "background", layer_duration: 27 },
            { id: 69, project_id: 42, layer_count: 7, complexity: "simple", layer_type: "background", layer_duration: 28 },
            { id: 70, project_id: 111, layer_count: 20, complexity: "simple", layer_type: "background", layer_duration: 41 },
            { id: 71, project_id: 96, layer_count: 3, complexity: "moderate", layer_type: "interactive", layer_duration: 17 },
            { id: 72, project_id: 102, layer_count: 6, complexity: "simple", layer_type: "background", layer_duration: 41 },
            { id: 73, project_id: 33, layer_count: 18, complexity: "moderate", layer_type: "interactive", layer_duration: 42 },
            { id: 74, project_id: 133, layer_count: 16, complexity: "complex", layer_type: "background", layer_duration: 28 },
            { id: 75, project_id: 94, layer_count: 7, complexity: "simple", layer_type: "foreground", layer_duration: 35 },
            { id: 76, project_id: 41, layer_count: 17, complexity: "moderate", layer_type: "foreground", layer_duration: 28 },
            { id: 77, project_id: 77, layer_count: 16, complexity: "simple", layer_type: "foreground", layer_duration: 35 },
            { id: 78, project_id: 2, layer_count: 17, complexity: "simple", layer_type: "background", layer_duration: 30 },
            { id: 79, project_id: 125, layer_count: 9, complexity: "simple", layer_type: "foreground", layer_duration: 55 },
            { id: 80, project_id: 82, layer_count: 5, complexity: "moderate", layer_type: "background", layer_duration: 44 },
            { id: 81, project_id: 56, layer_count: 10, complexity: "simple", layer_type: "background", layer_duration: 22 },
            { id: 82, project_id: 69, layer_count: 5, complexity: "moderate", layer_type: "background", layer_duration: 41 },
            { id: 83, project_id: 23, layer_count: 11, complexity: "simple", layer_type: "interactive", layer_duration: 36 },
            { id: 84, project_id: 140, layer_count: 10, complexity: "simple", layer_type: "foreground", layer_duration: 31 },
            { id: 85, project_id: 23, layer_count: 6, complexity: "moderate", layer_type: "foreground", layer_duration: 27 },
            { id: 86, project_id: 84, layer_count: 2, complexity: "moderate", layer_type: "interactive", layer_duration: 20 },
            { id: 87, project_id: 43, layer_count: 3, complexity: "complex", layer_type: "background", layer_duration: 27 },
            { id: 88, project_id: 98, layer_count: 4, complexity: "complex", layer_type: "background", layer_duration: 36 },
            { id: 89, project_id: 114, layer_count: 12, complexity: "simple", layer_type: "background", layer_duration: 26 },
            { id: 90, project_id: 13, layer_count: 5, complexity: "moderate", layer_type: "background", layer_duration: 25 },
            { id: 91, project_id: 48, layer_count: 5, complexity: "moderate", layer_type: "background", layer_duration: 27 },
            { id: 92, project_id: 85, layer_count: 11, complexity: "simple", layer_type: "background", layer_duration: 33 },
            { id: 93, project_id: 147, layer_count: 4, complexity: "complex", layer_type: "foreground", layer_duration: 26 },
            { id: 94, project_id: 21, layer_count: 15, complexity: "complex", layer_type: "background", layer_duration: 38 },
            { id: 95, project_id: 84, layer_count: 12, complexity: "simple", layer_type: "interactive", layer_duration: 23 },
            { id: 96, project_id: 28, layer_count: 20, complexity: "moderate", layer_type: "background", layer_duration: 25 },
            { id: 97, project_id: 55, layer_count: 7, complexity: "simple", layer_type: "foreground", layer_duration: 44 },
            { id: 98, project_id: 39, layer_count: 7, complexity: "simple", layer_type: "interactive", layer_duration: 31 },
            { id: 99, project_id: 69, layer_count: 6, complexity: "simple", layer_type: "foreground", layer_duration: 32 },
            { id: 100, project_id: 29, layer_count: 4, complexity: "simple", layer_type: "foreground", layer_duration: 31 },
            { id: 101, project_id: 10, layer_count: 18, complexity: "simple", layer_type: "background", layer_duration: 40 },
            { id: 102, project_id: 33, layer_count: 14, complexity: "simple", layer_type: "interactive", layer_duration: 33 },
            { id: 103, project_id: 9, layer_count: 3, complexity: "simple", layer_type: "interactive", layer_duration: 39 },
            { id: 104, project_id: 70, layer_count: 19, complexity: "simple", layer_type: "background", layer_duration: 36 },
            { id: 105, project_id: 143, layer_count: 7, complexity: "moderate", layer_type: "interactive", layer_duration: 34 },
            { id: 106, project_id: 150, layer_count: 11, complexity: "simple", layer_type: "background", layer_duration: 21 },
            { id: 107, project_id: 71, layer_count: 20, complexity: "moderate", layer_type: "background", layer_duration: 24 },
            { id: 108, project_id: 69, layer_count: 19, complexity: "moderate", layer_type: "background", layer_duration: 41 },
            { id: 109, project_id: 68, layer_count: 3, complexity: "moderate", layer_type: "background", layer_duration: 11 },
            { id: 110, project_id: 42, layer_count: 11, complexity: "moderate", layer_type: "interactive", layer_duration: 25 },
            { id: 111, project_id: 132, layer_count: 3, complexity: "simple", layer_type: "interactive", layer_duration: 29 },
            { id: 112, project_id: 139, layer_count: 17, complexity: "simple", layer_type: "interactive", layer_duration: 27 },
            { id: 113, project_id: 36, layer_count: 11, complexity: "moderate", layer_type: "background", layer_duration: 24 },
            { id: 114, project_id: 22, layer_count: 13, complexity: "simple", layer_type: "background", layer_duration: 24 },
            { id: 115, project_id: 93, layer_count: 12, complexity: "simple", layer_type: "foreground", layer_duration: 26 },
            { id: 116, project_id: 39, layer_count: 6, complexity: "simple", layer_type: "interactive", layer_duration: 22 },
            { id: 117, project_id: 129, layer_count: 5, complexity: "simple", layer_type: "background", layer_duration: 18 },
            { id: 118, project_id: 2, layer_count: 6, complexity: "simple", layer_type: "foreground", layer_duration: 35 },
            { id: 119, project_id: 3, layer_count: 9, complexity: "moderate", layer_type: "foreground", layer_duration: 31 },
            { id: 120, project_id: 26, layer_count: 11, complexity: "moderate", layer_type: "interactive", layer_duration: 38 },
            { id: 121, project_id: 127, layer_count: 7, complexity: "simple", layer_type: "background", layer_duration: 27 },
            { id: 122, project_id: 41, layer_count: 10, complexity: "moderate", layer_type: "foreground", layer_duration: 12 },
            { id: 123, project_id: 123, layer_count: 19, complexity: "simple", layer_type: "foreground", layer_duration: 39 },
            { id: 124, project_id: 85, layer_count: 5, complexity: "moderate", layer_type: "interactive", layer_duration: 12 },
            { id: 125, project_id: 24, layer_count: 6, complexity: "simple", layer_type: "background", layer_duration: 46 },
            { id: 126, project_id: 38, layer_count: 6, complexity: "complex", layer_type: "foreground", layer_duration: 35 },
            { id: 127, project_id: 94, layer_count: 7, complexity: "complex", layer_type: "foreground", layer_duration: 30 },
            { id: 128, project_id: 91, layer_count: 20, complexity: "simple", layer_type: "interactive", layer_duration: 34 },
            { id: 129, project_id: 12, layer_count: 13, complexity: "simple", layer_type: "background", layer_duration: 34 },
            { id: 130, project_id: 125, layer_count: 19, complexity: "simple", layer_type: "foreground", layer_duration: 16 },
            { id: 131, project_id: 94, layer_count: 13, complexity: "simple", layer_type: "background", layer_duration: 26 },
            { id: 132, project_id: 140, layer_count: 7, complexity: "simple", layer_type: "background", layer_duration: 32 },
            { id: 133, project_id: 16, layer_count: 15, complexity: "simple", layer_type: "foreground", layer_duration: 22 },
            { id: 134, project_id: 47, layer_count: 3, complexity: "simple", layer_type: "background", layer_duration: 34 },
            { id: 135, project_id: 136, layer_count: 4, complexity: "simple", layer_type: "foreground", layer_duration: 22 },
            { id: 136, project_id: 33, layer_count: 11, complexity: "complex", layer_type: "foreground", layer_duration: 33 },
            { id: 137, project_id: 112, layer_count: 18, complexity: "complex", layer_type: "background", layer_duration: 28 },
            { id: 138, project_id: 145, layer_count: 19, complexity: "complex", layer_type: "interactive", layer_duration: 27 },
            { id: 139, project_id: 122, layer_count: 18, complexity: "complex", layer_type: "background", layer_duration: 28 },
            { id: 140, project_id: 14, layer_count: 5, complexity: "complex", layer_type: "interactive", layer_duration: 29 },
            { id: 141, project_id: 55, layer_count: 2, complexity: "complex", layer_type: "interactive", layer_duration: 38 },
            { id: 142, project_id: 61, layer_count: 14, complexity: "moderate", layer_type: "interactive", layer_duration: 24 },
            { id: 143, project_id: 105, layer_count: 4, complexity: "moderate", layer_type: "foreground", layer_duration: 19 },
            { id: 144, project_id: 136, layer_count: 8, complexity: "moderate", layer_type: "background", layer_duration: 33 },
            { id: 145, project_id: 115, layer_count: 13, complexity: "moderate", layer_type: "background", layer_duration: 38 },
            { id: 146, project_id: 14, layer_count: 12, complexity: "simple", layer_type: "foreground", layer_duration: 31 },
            { id: 147, project_id: 23, layer_count: 17, complexity: "moderate", layer_type: "interactive", layer_duration: 36 },
            { id: 148, project_id: 95, layer_count: 19, complexity: "moderate", layer_type: "background", layer_duration: 17 },
            { id: 149, project_id: 123, layer_count: 1, complexity: "simple", layer_type: "interactive", layer_duration: 20 },
            { id: 150, project_id: 113, layer_count: 3, complexity: "simple", layer_type: "background", layer_duration: 14 },
        ],
    });
    await prisma.resources.createMany({
        data: [
            { id: 1, type: "template", name: "framework", project_id: 84, resource_size: "2.5", usage_count: 257 },
            { id: 2, type: "component", name: "tool resource", project_id: 76, resource_size: "4.2", usage_count: 185 },
            { id: 3, type: "component", name: "framework design system", project_id: 80, resource_size: "3.2", usage_count: 373 },
            { id: 4, type: "font", name: "kit guide", project_id: 24, resource_size: "4.3", usage_count: 280 },
            { id: 5, type: "component", name: "tool plugin system", project_id: 95, resource_size: "7.3", usage_count: 257 },
            { id: 6, type: "template", name: "system", project_id: 58, resource_size: "5.2", usage_count: 124 },
            { id: 7, type: "font", name: "plugin resource", project_id: 46, resource_size: "6.2", usage_count: 171 },
            { id: 8, type: "font", name: "template software document", project_id: 81, resource_size: "6.8", usage_count: 312 },
            { id: 9, type: "font", name: "prototype", project_id: 52, resource_size: "4.1", usage_count: 263 },
            { id: 10, type: "font", name: "API", project_id: 14, resource_size: "4.6", usage_count: 308 },
            { id: 11, type: "font", name: "API", project_id: 20, resource_size: "4.4", usage_count: 297 },
            { id: 12, type: "component", name: "resource platform plugin", project_id: 8, resource_size: "2.3", usage_count: 255 },
            { id: 13, type: "template", name: "component", project_id: 91, resource_size: "7.6", usage_count: 244 },
            { id: 14, type: "component", name: "tool software", project_id: 29, resource_size: "3.6", usage_count: 325 },
            { id: 15, type: "font", name: "prototype module", project_id: 57, resource_size: "4.6", usage_count: 283 },
            { id: 16, type: "component", name: "library", project_id: 4, resource_size: "6.2", usage_count: 103 },
            { id: 17, type: "template", name: "document", project_id: 144, resource_size: "8.3", usage_count: 189 },
            { id: 18, type: "font", name: "resource platform guide", project_id: 48, resource_size: "3.2", usage_count: 352 },
            { id: 19, type: "font", name: "API service", project_id: 15, resource_size: "5.1", usage_count: 298 },
            { id: 20, type: "font", name: "design plugin", project_id: 146, resource_size: "4.7", usage_count: 313 },
            { id: 21, type: "font", name: "plugin module kit", project_id: 147, resource_size: "4.2", usage_count: 266 },
            { id: 22, type: "font", name: "component database", project_id: 137, resource_size: "6.0", usage_count: 330 },
            { id: 23, type: "template", name: "tool kit", project_id: 130, resource_size: "8.0", usage_count: 384 },
            { id: 24, type: "font", name: "guide asset", project_id: 144, resource_size: "4.3", usage_count: 244 },
            { id: 25, type: "font", name: "component design software", project_id: 84, resource_size: "5.7", usage_count: 249 },
            { id: 26, type: "font", name: "module plugin tool", project_id: 22, resource_size: "4.9", usage_count: 278 },
            { id: 27, type: "font", name: "design", project_id: 13, resource_size: "4.3", usage_count: 239 },
            { id: 28, type: "font", name: "design system database", project_id: 122, resource_size: "4.1", usage_count: 306 },
            { id: 29, type: "font", name: "resource system platform", project_id: 86, resource_size: "8.0", usage_count: 339 },
            { id: 30, type: "template", name: "resource system", project_id: 6, resource_size: "3.3", usage_count: 222 },
            { id: 31, type: "font", name: "plugin component", project_id: 75, resource_size: "4.3", usage_count: 336 },
            { id: 32, type: "font", name: "component asset framework", project_id: 148, resource_size: "4.9", usage_count: 262 },
            { id: 33, type: "font", name: "module", project_id: 88, resource_size: "5.2", usage_count: 248 },
            { id: 34, type: "font", name: "template library resource", project_id: 18, resource_size: "5.5", usage_count: 166 },
            { id: 35, type: "template", name: "service prototype", project_id: 52, resource_size: "5.7", usage_count: 131 },
            { id: 36, type: "font", name: "platform component plugin", project_id: 58, resource_size: "3.5", usage_count: 214 },
            { id: 37, type: "font", name: "asset service system", project_id: 130, resource_size: "6.0", usage_count: 320 },
            { id: 38, type: "font", name: "resource", project_id: 44, resource_size: "4.1", usage_count: 408 },
            { id: 39, type: "font", name: "component", project_id: 128, resource_size: "4.2", usage_count: 330 },
            { id: 40, type: "font", name: "system prototype", project_id: 144, resource_size: "5.4", usage_count: 128 },
            { id: 41, type: "font", name: "plugin", project_id: 26, resource_size: "5.0", usage_count: 417 },
            { id: 42, type: "template", name: "design service platform", project_id: 114, resource_size: "5.9", usage_count: 355 },
            { id: 43, type: "font", name: "design API", project_id: 72, resource_size: "7.7", usage_count: 302 },
            { id: 44, type: "template", name: "asset design resource", project_id: 77, resource_size: "7.2", usage_count: 258 },
            { id: 45, type: "template", name: "template tool", project_id: 8, resource_size: "6.6", usage_count: 153 },
            { id: 46, type: "template", name: "component library", project_id: 22, resource_size: "4.7", usage_count: 388 },
            { id: 47, type: "font", name: "document software", project_id: 108, resource_size: "6.3", usage_count: 248 },
            { id: 48, type: "font", name: "asset guide", project_id: 143, resource_size: "4.6", usage_count: 278 },
            { id: 49, type: "font", name: "software", project_id: 84, resource_size: "5.1", usage_count: 291 },
            { id: 50, type: "font", name: "resource repository service", project_id: 107, resource_size: "2.6", usage_count: 210 },
            { id: 51, type: "component", name: "design", project_id: 21, resource_size: "6.1", usage_count: 309 },
            { id: 52, type: "font", name: "guide kit module", project_id: 96, resource_size: "4.2", usage_count: 269 },
            { id: 53, type: "font", name: "tool service", project_id: 34, resource_size: "4.5", usage_count: 318 },
            { id: 54, type: "font", name: "design repository", project_id: 149, resource_size: "5.7", usage_count: 147 },
            { id: 55, type: "component", name: "guide repository framework", project_id: 143, resource_size: "5.8", usage_count: 196 },
            { id: 56, type: "font", name: "database prototype platform", project_id: 57, resource_size: "8.4", usage_count: 258 },
            { id: 57, type: "template", name: "prototype plugin component", project_id: 75, resource_size: "8.2", usage_count: 275 },
            { id: 58, type: "font", name: "library", project_id: 75, resource_size: "5.1", usage_count: 368 },
            { id: 59, type: "font", name: "resource asset component", project_id: 29, resource_size: "6.0", usage_count: 222 },
            { id: 60, type: "font", name: "template framework", project_id: 45, resource_size: "3.3", usage_count: 179 },
            { id: 61, type: "font", name: "plugin service software", project_id: 79, resource_size: "5.5", usage_count: 301 },
            { id: 62, type: "component", name: "kit template system", project_id: 16, resource_size: "6.1", usage_count: 322 },
            { id: 63, type: "component", name: "repository asset tool", project_id: 27, resource_size: "8.3", usage_count: 226 },
            { id: 64, type: "template", name: "framework resource", project_id: 58, resource_size: "4.1", usage_count: 188 },
            { id: 65, type: "font", name: "library prototype", project_id: 128, resource_size: "2.7", usage_count: 297 },
            { id: 66, type: "component", name: "prototype", project_id: 111, resource_size: "6.7", usage_count: 271 },
            { id: 67, type: "font", name: "module plugin", project_id: 22, resource_size: "7.6", usage_count: 237 },
            { id: 68, type: "font", name: "asset prototype", project_id: 42, resource_size: "5.5", usage_count: 241 },
            { id: 69, type: "font", name: "resource", project_id: 39, resource_size: "3.8", usage_count: 299 },
            { id: 70, type: "template", name: "component software system", project_id: 147, resource_size: "5.0", usage_count: 296 },
            { id: 71, type: "component", name: "kit system tool", project_id: 33, resource_size: "3.4", usage_count: 394 },
            { id: 72, type: "component", name: "software module", project_id: 61, resource_size: "5.6", usage_count: 244 },
            { id: 73, type: "template", name: "database", project_id: 149, resource_size: "3.8", usage_count: 261 },
            { id: 74, type: "component", name: "prototype document", project_id: 113, resource_size: "5.7", usage_count: 398 },
            { id: 75, type: "font", name: "software database", project_id: 150, resource_size: "6.7", usage_count: 197 },
            { id: 76, type: "font", name: "framework document", project_id: 8, resource_size: "4.5", usage_count: 418 },
            { id: 77, type: "font", name: "tool framework", project_id: 53, resource_size: "6.3", usage_count: 245 },
            { id: 78, type: "font", name: "framework", project_id: 52, resource_size: "4.3", usage_count: 275 },
            { id: 79, type: "component", name: "component resource framework", project_id: 77, resource_size: "2.9", usage_count: 277 },
            { id: 80, type: "font", name: "document service", project_id: 80, resource_size: "5.3", usage_count: 94 },
            { id: 81, type: "font", name: "API asset", project_id: 129, resource_size: "4.2", usage_count: 265 },
            { id: 82, type: "font", name: "platform service", project_id: 27, resource_size: "5.8", usage_count: 296 },
            { id: 83, type: "font", name: "component guide", project_id: 8, resource_size: "6.9", usage_count: 125 },
            { id: 84, type: "font", name: "API", project_id: 23, resource_size: "1.3", usage_count: 326 },
            { id: 85, type: "font", name: "guide", project_id: 117, resource_size: "4.1", usage_count: 388 },
            { id: 86, type: "font", name: "prototype", project_id: 41, resource_size: "6.1", usage_count: 264 },
            { id: 87, type: "font", name: "resource guide", project_id: 54, resource_size: "8.1", usage_count: 246 },
            { id: 88, type: "font", name: "API database asset", project_id: 43, resource_size: "6.0", usage_count: 439 },
            { id: 89, type: "font", name: "repository plugin library", project_id: 81, resource_size: "6.7", usage_count: 193 },
            { id: 90, type: "component", name: "module design", project_id: 76, resource_size: "2.3", usage_count: 233 },
            { id: 91, type: "template", name: "template asset platform", project_id: 68, resource_size: "8.0", usage_count: 296 },
            { id: 92, type: "template", name: "asset", project_id: 23, resource_size: "4.9", usage_count: 231 },
            { id: 93, type: "font", name: "repository", project_id: 109, resource_size: "4.0", usage_count: 338 },
            { id: 94, type: "font", name: "API software", project_id: 13, resource_size: "6.2", usage_count: 313 },
            { id: 95, type: "font", name: "repository", project_id: 105, resource_size: "6.0", usage_count: 295 },
            { id: 96, type: "font", name: "framework API system", project_id: 40, resource_size: "4.4", usage_count: 173 },
            { id: 97, type: "component", name: "software", project_id: 100, resource_size: "5.6", usage_count: 319 },
            { id: 98, type: "component", name: "asset kit prototype", project_id: 96, resource_size: "6.3", usage_count: 321 },
            { id: 99, type: "template", name: "component software", project_id: 1, resource_size: "5.7", usage_count: 268 },
            { id: 100, type: "component", name: "plugin asset", project_id: 108, resource_size: "5.4", usage_count: 214 },
            { id: 101, type: "template", name: "plugin framework kit", project_id: 5, resource_size: "5.4", usage_count: 308 },
            { id: 102, type: "component", name: "platform service", project_id: 114, resource_size: "8.1", usage_count: 341 },
            { id: 103, type: "component", name: "design component", project_id: 35, resource_size: "3.9", usage_count: 187 },
            { id: 104, type: "font", name: "platform", project_id: 145, resource_size: "8.3", usage_count: 277 },
            { id: 105, type: "font", name: "platform", project_id: 88, resource_size: "5.8", usage_count: 339 },
            { id: 106, type: "font", name: "kit asset library", project_id: 135, resource_size: "3.9", usage_count: 194 },
            { id: 107, type: "template", name: "tool", project_id: 14, resource_size: "3.8", usage_count: 237 },
            { id: 108, type: "component", name: "tool", project_id: 15, resource_size: "5.3", usage_count: 180 },
            { id: 109, type: "font", name: "platform design system", project_id: 41, resource_size: "5.0", usage_count: 177 },
            { id: 110, type: "font", name: "asset platform module", project_id: 128, resource_size: "6.9", usage_count: 80 },
            { id: 111, type: "font", name: "template", project_id: 110, resource_size: "7.3", usage_count: 148 },
            { id: 112, type: "font", name: "service", project_id: 109, resource_size: "7.0", usage_count: 242 },
            { id: 113, type: "component", name: "plugin software", project_id: 131, resource_size: "3.0", usage_count: 332 },
            { id: 114, type: "font", name: "prototype API repository", project_id: 61, resource_size: "3.7", usage_count: 360 },
            { id: 115, type: "font", name: "asset system", project_id: 145, resource_size: "3.5", usage_count: 70 },
            { id: 116, type: "template", name: "platform", project_id: 61, resource_size: "2.7", usage_count: 258 },
            { id: 117, type: "template", name: "asset", project_id: 1, resource_size: "3.1", usage_count: 136 },
            { id: 118, type: "font", name: "guide kit component", project_id: 40, resource_size: "2.2", usage_count: 248 },
            { id: 119, type: "font", name: "asset", project_id: 44, resource_size: "6.2", usage_count: 347 },
            { id: 120, type: "font", name: "kit document", project_id: 84, resource_size: "4.0", usage_count: 291 },
            { id: 121, type: "font", name: "template library prototype", project_id: 67, resource_size: "5.0", usage_count: 193 },
            { id: 122, type: "template", name: "resource", project_id: 3, resource_size: "9.1", usage_count: 286 },
            { id: 123, type: "font", name: "system", project_id: 8, resource_size: "5.6", usage_count: 384 },
            { id: 124, type: "font", name: "prototype", project_id: 88, resource_size: "6.2", usage_count: 244 },
            { id: 125, type: "font", name: "software document", project_id: 100, resource_size: "1.9", usage_count: 259 },
            { id: 126, type: "template", name: "tool service", project_id: 108, resource_size: "5.4", usage_count: 369 },
            { id: 127, type: "component", name: "plugin guide template", project_id: 150, resource_size: "6.7", usage_count: 288 },
            { id: 128, type: "font", name: "software repository guide", project_id: 33, resource_size: "7.7", usage_count: 197 },
            { id: 129, type: "font", name: "guide", project_id: 32, resource_size: "5.4", usage_count: 480 },
            { id: 130, type: "template", name: "document", project_id: 16, resource_size: "5.0", usage_count: 298 },
            { id: 131, type: "font", name: "software system library", project_id: 11, resource_size: "4.4", usage_count: 181 },
            { id: 132, type: "template", name: "platform plugin", project_id: 48, resource_size: "5.1", usage_count: 319 },
            { id: 133, type: "font", name: "software database framework", project_id: 136, resource_size: "2.0", usage_count: 86 },
            { id: 134, type: "template", name: "kit", project_id: 108, resource_size: "5.2", usage_count: 244 },
            { id: 135, type: "font", name: "component service framework", project_id: 104, resource_size: "6.3", usage_count: 287 },
            { id: 136, type: "font", name: "repository component prototype", project_id: 82, resource_size: "5.0", usage_count: 245 },
            { id: 137, type: "component", name: "service asset resource", project_id: 93, resource_size: "4.5", usage_count: 200 },
            { id: 138, type: "font", name: "plugin system template", project_id: 6, resource_size: "6.3", usage_count: 244 },
            { id: 139, type: "font", name: "template resource", project_id: 96, resource_size: "3.0", usage_count: 149 },
            { id: 140, type: "font", name: "plugin guide", project_id: 81, resource_size: "7.5", usage_count: 187 },
            { id: 141, type: "font", name: "guide resource", project_id: 58, resource_size: "4.3", usage_count: 188 },
            { id: 142, type: "template", name: "plugin design", project_id: 43, resource_size: "5.6", usage_count: 214 },
            { id: 143, type: "font", name: "design system", project_id: 18, resource_size: "1.9", usage_count: 274 },
            { id: 144, type: "template", name: "API plugin", project_id: 136, resource_size: "4.9", usage_count: 285 },
            { id: 145, type: "template", name: "asset platform", project_id: 91, resource_size: "5.0", usage_count: 236 },
            { id: 146, type: "font", name: "service kit", project_id: 58, resource_size: "4.8", usage_count: 328 },
            { id: 147, type: "font", name: "software repository", project_id: 138, resource_size: "2.4", usage_count: 275 },
            { id: 148, type: "font", name: "template software", project_id: 72, resource_size: "4.0", usage_count: 236 },
            { id: 149, type: "font", name: "software", project_id: 103, resource_size: "3.8", usage_count: 183 },
            { id: 150, type: "template", name: "library API asset", project_id: 114, resource_size: "9.1", usage_count: 264 },
            { id: 151, type: "font", name: "resource", project_id: 61, resource_size: "4.5", usage_count: 271 },
            { id: 152, type: "template", name: "platform guide framework", project_id: 26, resource_size: "6.9", usage_count: 243 },
            { id: 153, type: "font", name: "tool library component", project_id: 131, resource_size: "6.7", usage_count: 271 },
            { id: 154, type: "font", name: "platform plugin design", project_id: 142, resource_size: "4.5", usage_count: 239 },
            { id: 155, type: "font", name: "module kit", project_id: 114, resource_size: "4.4", usage_count: 269 },
            { id: 156, type: "font", name: "template system prototype", project_id: 144, resource_size: "5.4", usage_count: 265 },
            { id: 157, type: "template", name: "design tool", project_id: 141, resource_size: "3.6", usage_count: 192 },
            { id: 158, type: "font", name: "prototype template library", project_id: 137, resource_size: "5.4", usage_count: 339 },
            { id: 159, type: "font", name: "document prototype tool", project_id: 32, resource_size: "4.8", usage_count: 134 },
            { id: 160, type: "font", name: "library framework", project_id: 4, resource_size: "3.5", usage_count: 329 },
            { id: 161, type: "font", name: "software API", project_id: 11, resource_size: "7.2", usage_count: 327 },
            { id: 162, type: "template", name: "tool system", project_id: 5, resource_size: "2.9", usage_count: 258 },
            { id: 163, type: "font", name: "asset template", project_id: 114, resource_size: "6.4", usage_count: 388 },
            { id: 164, type: "font", name: "framework template", project_id: 119, resource_size: "6.6", usage_count: 286 },
            { id: 165, type: "component", name: "module", project_id: 147, resource_size: "6.9", usage_count: 354 },
            { id: 166, type: "font", name: "plugin database service", project_id: 137, resource_size: "1.8", usage_count: 344 },
            { id: 167, type: "template", name: "tool", project_id: 136, resource_size: "4.8", usage_count: 293 },
            { id: 168, type: "font", name: "guide API", project_id: 117, resource_size: "4.0", usage_count: 60 },
            { id: 169, type: "font", name: "software design", project_id: 29, resource_size: "3.2", usage_count: 385 },
            { id: 170, type: "component", name: "guide plugin", project_id: 94, resource_size: "5.5", usage_count: 249 },
            { id: 171, type: "font", name: "software repository", project_id: 104, resource_size: "1.8", usage_count: 206 },
            { id: 172, type: "template", name: "document template platform", project_id: 139, resource_size: "4.4", usage_count: 255 },
            { id: 173, type: "font", name: "guide", project_id: 38, resource_size: "4.6", usage_count: 229 },
            { id: 174, type: "template", name: "module asset guide", project_id: 58, resource_size: "4.5", usage_count: 240 },
            { id: 175, type: "font", name: "prototype", project_id: 50, resource_size: "4.1", usage_count: 154 },
            { id: 176, type: "font", name: "template service", project_id: 120, resource_size: "4.1", usage_count: 357 },
            { id: 177, type: "font", name: "service resource prototype", project_id: 104, resource_size: "5.5", usage_count: 324 },
            { id: 178, type: "font", name: "asset module library", project_id: 123, resource_size: "7.2", usage_count: 209 },
            { id: 179, type: "font", name: "guide database", project_id: 27, resource_size: "6.3", usage_count: 143 },
            { id: 180, type: "font", name: "design prototype database", project_id: 28, resource_size: "6.9", usage_count: 316 },
            { id: 181, type: "template", name: "module database", project_id: 15, resource_size: "7.2", usage_count: 226 },
            { id: 182, type: "font", name: "module library document", project_id: 27, resource_size: "4.5", usage_count: 184 },
            { id: 183, type: "font", name: "design plugin document", project_id: 119, resource_size: "6.8", usage_count: 222 },
            { id: 184, type: "component", name: "component design", project_id: 37, resource_size: "7.3", usage_count: 257 },
            { id: 185, type: "font", name: "database plugin", project_id: 24, resource_size: "3.6", usage_count: 189 },
            { id: 186, type: "template", name: "software repository", project_id: 150, resource_size: "4.5", usage_count: 284 },
            { id: 187, type: "font", name: "system", project_id: 84, resource_size: "4.9", usage_count: 319 },
            { id: 188, type: "template", name: "API service", project_id: 135, resource_size: "4.6", usage_count: 174 },
            { id: 189, type: "component", name: "plugin", project_id: 42, resource_size: "6.6", usage_count: 341 },
            { id: 190, type: "font", name: "service prototype", project_id: 114, resource_size: "5.3", usage_count: 188 },
            { id: 191, type: "font", name: "repository template", project_id: 12, resource_size: "5.9", usage_count: 138 },
            { id: 192, type: "component", name: "service repository", project_id: 125, resource_size: "3.8", usage_count: 196 },
            { id: 193, type: "font", name: "document framework", project_id: 89, resource_size: "4.7", usage_count: 183 },
            { id: 194, type: "font", name: "kit template", project_id: 126, resource_size: "5.5", usage_count: 241 },
            { id: 195, type: "font", name: "system", project_id: 112, resource_size: "3.2", usage_count: 318 },
            { id: 196, type: "font", name: "guide", project_id: 105, resource_size: "4.8", usage_count: 176 },
            { id: 197, type: "font", name: "tool system", project_id: 46, resource_size: "6.9", usage_count: 302 },
            { id: 198, type: "font", name: "design tool", project_id: 49, resource_size: "7.3", usage_count: 209 },
            { id: 199, type: "component", name: "module repository", project_id: 44, resource_size: "5.9", usage_count: 279 },
            { id: 200, type: "font", name: "platform", project_id: 73, resource_size: "4.7", usage_count: 297 },
        ],
    });
    await prisma.user_engagement.createMany({
        data: [
            { id: 1, project_id: 13, views: null, shares: 50, date: "2023-12-26" },
            { id: 2, project_id: 113, views: 394, shares: null, date: "2022-11-25" },
            { id: 3, project_id: 69, views: 690, shares: 346, date: "2021-10-05" },
            { id: 4, project_id: 141, views: null, shares: 8, date: "2023-12-28" },
            { id: 5, project_id: 106, views: 451, shares: 480, date: "2022-07-08" },
            { id: 6, project_id: 18, views: 447, shares: 257, date: "2022-02-03" },
            { id: 7, project_id: 52, views: 635, shares: 89, date: "2022-12-14" },
            { id: 8, project_id: 78, views: 584, shares: 154, date: "2022-12-14" },
            { id: 9, project_id: 88, views: 292, shares: 343, date: "2023-04-04" },
            { id: 10, project_id: 97, views: 452, shares: 166, date: "2021-07-10" },
            { id: 11, project_id: 107, views: 424, shares: 38, date: "2022-09-09" },
            { id: 12, project_id: 11, views: 433, shares: 189, date: "2022-10-24" },
            { id: 13, project_id: 46, views: 602, shares: 23, date: "2022-11-07" },
            { id: 14, project_id: 57, views: 413, shares: 263, date: "2021-12-19" },
            { id: 15, project_id: 112, views: 480, shares: 32, date: "2023-11-29" },
            { id: 16, project_id: 88, views: 328, shares: 201, date: "2023-06-30" },
            { id: 17, project_id: 17, views: 587, shares: 409, date: "2023-03-01" },
            { id: 18, project_id: 31, views: 506, shares: 217, date: "2022-07-14" },
            { id: 19, project_id: 92, views: 614, shares: 416, date: "2023-10-30" },
            { id: 20, project_id: 85, views: null, shares: null, date: "2021-01-22" },
            { id: 21, project_id: 14, views: 710, shares: 372, date: "2023-12-22" },
            { id: 22, project_id: 47, views: 695, shares: 315, date: "2021-10-11" },
            { id: 23, project_id: 131, views: 798, shares: 22, date: "2020-06-16" },
            { id: 24, project_id: 37, views: 511, shares: 4, date: "2020-06-13" },
            { id: 25, project_id: 52, views: 590, shares: 6, date: "2021-10-14" },
            { id: 26, project_id: 93, views: 485, shares: 1, date: "2020-02-29" },
            { id: 27, project_id: 110, views: 327, shares: 267, date: "2021-12-30" },
            { id: 28, project_id: 93, views: 412, shares: 376, date: "2021-02-13" },
            { id: 29, project_id: 85, views: null, shares: 432, date: "2020-11-15" },
            { id: 30, project_id: 79, views: 311, shares: 210, date: "2020-10-30" },
            { id: 31, project_id: 88, views: 281, shares: null, date: "2023-09-27" },
            { id: 32, project_id: 6, views: 663, shares: null, date: "2020-03-05" },
            { id: 33, project_id: 44, views: 384, shares: 18, date: "2023-06-19" },
            { id: 34, project_id: 146, views: 500, shares: 30, date: "2023-09-13" },
            { id: 35, project_id: 118, views: 581, shares: 116, date: "2021-04-04" },
            { id: 36, project_id: 137, views: 438, shares: null, date: "2021-12-07" },
            { id: 37, project_id: 113, views: 569, shares: 326, date: "2023-12-29" },
            { id: 38, project_id: 131, views: 435, shares: 110, date: "2023-11-05" },
            { id: 39, project_id: 119, views: 358, shares: 214, date: "2022-09-13" },
            { id: 40, project_id: 139, views: 661, shares: 46, date: "2022-03-18" },
            { id: 41, project_id: 106, views: 390, shares: 410, date: "2020-06-07" },
            { id: 42, project_id: 90, views: null, shares: 46, date: "2022-08-03" },
            { id: 43, project_id: 10, views: 891, shares: 31, date: "2023-11-11" },
            { id: 44, project_id: 96, views: 565, shares: 64, date: "2022-05-28" },
            { id: 45, project_id: 108, views: 568, shares: 447, date: "2021-12-18" },
            { id: 46, project_id: 86, views: 407, shares: 30, date: "2022-11-01" },
            { id: 47, project_id: 135, views: 681, shares: 290, date: "2020-11-15" },
            { id: 48, project_id: 15, views: 453, shares: 177, date: "2021-12-24" },
            { id: 49, project_id: 113, views: 534, shares: null, date: "2020-01-16" },
            { id: 50, project_id: 20, views: 427, shares: 93, date: "2020-12-25" },
            { id: 51, project_id: 33, views: 551, shares: null, date: "2020-11-24" },
            { id: 52, project_id: 83, views: 704, shares: 356, date: "2020-06-11" },
            { id: 53, project_id: 26, views: 485, shares: 38, date: "2020-10-25" },
            { id: 54, project_id: 57, views: 395, shares: 135, date: "2020-07-21" },
            { id: 55, project_id: 6, views: 352, shares: 5, date: "2020-08-09" },
            { id: 56, project_id: 100, views: null, shares: null, date: "2023-07-19" },
            { id: 57, project_id: 4, views: 214, shares: 191, date: "2023-10-16" },
            { id: 58, project_id: 2, views: 523, shares: 498, date: "2020-01-12" },
            { id: 59, project_id: 17, views: 387, shares: 392, date: "2021-06-27" },
            { id: 60, project_id: 107, views: 398, shares: 259, date: "2023-02-27" },
            { id: 61, project_id: 101, views: 378, shares: 407, date: "2020-12-13" },
            { id: 62, project_id: 62, views: 630, shares: 273, date: "2020-01-11" },
            { id: 63, project_id: 27, views: 545, shares: 3, date: "2021-09-15" },
            { id: 64, project_id: 75, views: 724, shares: 158, date: "2021-09-03" },
            { id: 65, project_id: 2, views: 532, shares: 24, date: "2020-09-18" },
            { id: 66, project_id: 70, views: 769, shares: 12, date: "2022-01-01" },
            { id: 67, project_id: 131, views: 693, shares: 368, date: "2021-02-12" },
            { id: 68, project_id: 120, views: 744, shares: 121, date: "2021-09-21" },
            { id: 69, project_id: 137, views: 615, shares: null, date: "2022-11-09" },
            { id: 70, project_id: 133, views: 667, shares: 457, date: "2023-03-25" },
            { id: 71, project_id: 45, views: 675, shares: 34, date: "2022-08-30" },
            { id: 72, project_id: 2, views: 535, shares: 101, date: "2022-05-14" },
            { id: 73, project_id: 69, views: 623, shares: 286, date: "2023-08-08" },
            { id: 74, project_id: 91, views: 418, shares: 128, date: "2021-04-14" },
            { id: 75, project_id: 74, views: 351, shares: 328, date: "2023-06-13" },
            { id: 76, project_id: 77, views: 460, shares: 79, date: "2020-10-10" },
            { id: 77, project_id: 74, views: 418, shares: 437, date: "2020-08-29" },
            { id: 78, project_id: 81, views: 298, shares: 165, date: "2020-06-09" },
            { id: 79, project_id: 134, views: 413, shares: null, date: "2023-12-22" },
            { id: 80, project_id: 79, views: 692, shares: 440, date: "2022-01-31" },
            { id: 81, project_id: 123, views: 312, shares: 68, date: "2020-09-13" },
            { id: 82, project_id: 63, views: 286, shares: 19, date: "2023-10-24" },
            { id: 83, project_id: 62, views: 180, shares: null, date: "2022-10-28" },
            { id: 84, project_id: 99, views: 317, shares: 475, date: "2022-12-17" },
            { id: 85, project_id: 95, views: 224, shares: 38, date: "2020-06-29" },
            { id: 86, project_id: 23, views: 461, shares: 18, date: "2022-09-01" },
            { id: 87, project_id: 38, views: 535, shares: 460, date: "2021-01-21" },
            { id: 88, project_id: 39, views: 585, shares: 197, date: "2022-01-13" },
            { id: 89, project_id: 9, views: 688, shares: 445, date: "2021-02-03" },
            { id: 90, project_id: 11, views: 422, shares: 31, date: "2023-11-03" },
            { id: 91, project_id: 50, views: null, shares: 3, date: "2021-09-23" },
            { id: 92, project_id: 55, views: 564, shares: 42, date: "2022-04-16" },
            { id: 93, project_id: 9, views: 539, shares: 104, date: "2023-04-18" },
            { id: 94, project_id: 128, views: 506, shares: 157, date: "2022-02-11" },
            { id: 95, project_id: 130, views: 436, shares: 64, date: "2021-09-13" },
            { id: 96, project_id: 6, views: 491, shares: 13, date: "2023-01-13" },
            { id: 97, project_id: 23, views: 552, shares: 460, date: "2023-11-18" },
            { id: 98, project_id: 105, views: 514, shares: 8, date: "2020-03-06" },
            { id: 99, project_id: 88, views: 568, shares: 5, date: "2021-09-13" },
            { id: 100, project_id: 69, views: 413, shares: 17, date: "2020-08-26" },
            { id: 101, project_id: 115, views: 232, shares: 172, date: "2021-03-31" },
            { id: 102, project_id: 27, views: 457, shares: 21, date: "2022-01-27" },
            { id: 103, project_id: 42, views: 550, shares: 169, date: "2021-09-26" },
            { id: 104, project_id: 120, views: 745, shares: 225, date: "2021-11-17" },
            { id: 105, project_id: 100, views: 586, shares: 440, date: "2022-01-12" },
            { id: 106, project_id: 22, views: 480, shares: 382, date: "2022-06-26" },
            { id: 107, project_id: 17, views: 422, shares: 96, date: "2022-01-12" },
            { id: 108, project_id: 135, views: 326, shares: 372, date: "2022-02-25" },
            { id: 109, project_id: 72, views: 470, shares: 13, date: "2022-10-30" },
            { id: 110, project_id: 39, views: 447, shares: 6, date: "2021-10-07" },
            { id: 111, project_id: 127, views: null, shares: 16, date: "2022-09-13" },
            { id: 112, project_id: 41, views: 490, shares: 465, date: "2021-07-24" },
            { id: 113, project_id: 50, views: 720, shares: 23, date: "2023-06-15" },
            { id: 114, project_id: 118, views: 142, shares: 95, date: "2022-12-04" },
            { id: 115, project_id: 61, views: 219, shares: 65, date: "2022-10-29" },
            { id: 116, project_id: 129, views: 231, shares: 50, date: "2021-10-10" },
            { id: 117, project_id: 85, views: 748, shares: 459, date: "2021-10-27" },
            { id: 118, project_id: 16, views: null, shares: 118, date: "2020-09-16" },
            { id: 119, project_id: 139, views: 637, shares: 328, date: "2023-01-19" },
            { id: 120, project_id: 147, views: 848, shares: 12, date: "2023-11-10" },
            { id: 121, project_id: 119, views: 477, shares: 484, date: "2022-05-18" },
            { id: 122, project_id: 39, views: null, shares: 183, date: "2023-09-15" },
            { id: 123, project_id: 4, views: 59, shares: 115, date: "2023-12-25" },
            { id: 124, project_id: 11, views: 360, shares: 48, date: "2020-09-18" },
            { id: 125, project_id: 58, views: null, shares: 481, date: "2023-09-07" },
            { id: 126, project_id: 138, views: 541, shares: 51, date: "2020-06-02" },
            { id: 127, project_id: 57, views: 565, shares: 22, date: "2021-09-09" },
            { id: 128, project_id: 28, views: 513, shares: 199, date: "2023-11-17" },
            { id: 129, project_id: 52, views: 493, shares: null, date: "2023-10-20" },
            { id: 130, project_id: 108, views: 418, shares: null, date: "2021-01-11" },
            { id: 131, project_id: 92, views: 654, shares: null, date: "2021-10-04" },
            { id: 132, project_id: 29, views: null, shares: 25, date: "2021-01-05" },
            { id: 133, project_id: 15, views: 547, shares: 0, date: "2021-01-11" },
            { id: 134, project_id: 58, views: 478, shares: 334, date: "2022-11-08" },
            { id: 135, project_id: 101, views: 579, shares: 142, date: "2021-10-04" },
            { id: 136, project_id: 128, views: 562, shares: 490, date: "2023-11-02" },
            { id: 137, project_id: 131, views: null, shares: null, date: "2022-02-12" },
            { id: 138, project_id: 147, views: 346, shares: 380, date: "2021-12-06" },
            { id: 139, project_id: 92, views: 490, shares: 20, date: "2023-12-05" },
            { id: 140, project_id: 54, views: null, shares: 75, date: "2020-10-15" },
            { id: 141, project_id: 132, views: 798, shares: 313, date: "2023-09-16" },
            { id: 142, project_id: 145, views: null, shares: 421, date: "2020-08-19" },
            { id: 143, project_id: 104, views: 287, shares: 32, date: "2020-10-13" },
            { id: 144, project_id: 49, views: 601, shares: null, date: "2021-12-11" },
            { id: 145, project_id: 108, views: 498, shares: 3, date: "2022-01-27" },
            { id: 146, project_id: 129, views: null, shares: 405, date: "2023-06-12" },
            { id: 147, project_id: 95, views: 646, shares: 183, date: "2020-02-17" },
            { id: 148, project_id: 98, views: 600, shares: 489, date: "2022-03-21" },
            { id: 149, project_id: 132, views: 493, shares: 164, date: "2021-03-07" },
            { id: 150, project_id: 67, views: 590, shares: null, date: "2022-11-02" },
            { id: 151, project_id: 32, views: 470, shares: 250, date: "2023-06-05" },
            { id: 152, project_id: 12, views: 361, shares: 323, date: "2020-12-04" },
            { id: 153, project_id: 37, views: 410, shares: null, date: "2022-09-09" },
            { id: 154, project_id: 41, views: 459, shares: 414, date: "2023-01-12" },
            { id: 155, project_id: 74, views: 410, shares: 114, date: "2020-01-04" },
            { id: 156, project_id: 63, views: 678, shares: 15, date: "2023-03-26" },
            { id: 157, project_id: 45, views: 422, shares: 4, date: "2020-11-07" },
            { id: 158, project_id: 39, views: 523, shares: 4, date: "2020-09-06" },
            { id: 159, project_id: 128, views: 597, shares: 189, date: "2022-02-10" },
            { id: 160, project_id: 12, views: null, shares: 11, date: "2023-05-09" },
            { id: 161, project_id: 91, views: 691, shares: null, date: "2023-09-28" },
            { id: 162, project_id: 134, views: 447, shares: 29, date: "2023-11-26" },
            { id: 163, project_id: 122, views: 473, shares: 347, date: "2020-09-11" },
            { id: 164, project_id: 62, views: 652, shares: 247, date: "2021-09-23" },
            { id: 165, project_id: 6, views: null, shares: 284, date: "2021-11-21" },
            { id: 166, project_id: 50, views: null, shares: 14, date: "2022-09-26" },
            { id: 167, project_id: 29, views: 570, shares: 270, date: "2023-03-29" },
            { id: 168, project_id: 46, views: 645, shares: 438, date: "2022-06-30" },
            { id: 169, project_id: 129, views: 365, shares: 114, date: "2023-07-20" },
            { id: 170, project_id: 146, views: 548, shares: 72, date: "2023-11-02" },
            { id: 171, project_id: 129, views: 341, shares: 23, date: "2021-01-10" },
            { id: 172, project_id: 22, views: 467, shares: 172, date: "2022-11-11" },
            { id: 173, project_id: 55, views: 603, shares: null, date: "2023-02-13" },
            { id: 174, project_id: 141, views: 513, shares: 75, date: "2020-08-25" },
            { id: 175, project_id: 40, views: null, shares: 125, date: "2020-12-28" },
            { id: 176, project_id: 73, views: null, shares: null, date: "2023-06-05" },
            { id: 177, project_id: 126, views: 649, shares: 16, date: "2022-11-29" },
            { id: 178, project_id: 21, views: 576, shares: 280, date: "2021-09-18" },
            { id: 179, project_id: 2, views: 396, shares: 179, date: "2022-03-11" },
            { id: 180, project_id: 75, views: 525, shares: 23, date: "2020-12-26" },
            { id: 181, project_id: 15, views: 417, shares: 76, date: "2020-10-09" },
            { id: 182, project_id: 72, views: 596, shares: 94, date: "2021-12-31" },
            { id: 183, project_id: 57, views: 452, shares: 96, date: "2020-10-08" },
            { id: 184, project_id: 63, views: 242, shares: 132, date: "2023-09-27" },
            { id: 185, project_id: 84, views: 535, shares: 52, date: "2022-12-02" },
            { id: 186, project_id: 53, views: 461, shares: 3, date: "2021-03-26" },
            { id: 187, project_id: 35, views: 471, shares: 450, date: "2020-05-07" },
            { id: 188, project_id: 105, views: null, shares: 358, date: "2023-10-30" },
            { id: 189, project_id: 1, views: 559, shares: 271, date: "2022-05-04" },
            { id: 190, project_id: 72, views: null, shares: null, date: "2020-01-02" },
            { id: 191, project_id: 43, views: 338, shares: 2, date: "2022-11-09" },
            { id: 192, project_id: 100, views: 540, shares: 418, date: "2021-12-29" },
            { id: 193, project_id: 100, views: 480, shares: 58, date: "2020-12-14" },
            { id: 194, project_id: 73, views: 638, shares: 192, date: "2023-02-19" },
            { id: 195, project_id: 95, views: 444, shares: 67, date: "2023-12-02" },
            { id: 196, project_id: 146, views: 657, shares: 31, date: "2023-09-22" },
            { id: 197, project_id: 93, views: 201, shares: null, date: "2020-07-08" },
            { id: 198, project_id: 24, views: null, shares: 62, date: "2021-10-30" },
            { id: 199, project_id: 127, views: 566, shares: 147, date: "2022-11-11" },
            { id: 200, project_id: 62, views: 383, shares: 385, date: "2023-10-09" },
            { id: 201, project_id: 17, views: 386, shares: 179, date: "2023-05-19" },
            { id: 202, project_id: 105, views: 216, shares: 485, date: "2023-02-05" },
            { id: 203, project_id: 98, views: 314, shares: 127, date: "2020-04-08" },
            { id: 204, project_id: 39, views: 581, shares: 32, date: "2021-10-18" },
            { id: 205, project_id: 16, views: 853, shares: 458, date: "2022-08-26" },
            { id: 206, project_id: 88, views: 642, shares: 16, date: "2023-12-20" },
            { id: 207, project_id: 138, views: 566, shares: 12, date: "2020-12-10" },
            { id: 208, project_id: 108, views: null, shares: 250, date: "2023-11-16" },
            { id: 209, project_id: 6, views: 369, shares: null, date: "2020-11-19" },
            { id: 210, project_id: 145, views: 347, shares: 485, date: "2023-11-03" },
            { id: 211, project_id: 75, views: 493, shares: null, date: "2021-10-24" },
            { id: 212, project_id: 68, views: 580, shares: null, date: "2023-10-18" },
            { id: 213, project_id: 60, views: null, shares: 22, date: "2023-11-03" },
            { id: 214, project_id: 100, views: 517, shares: 455, date: "2020-02-12" },
            { id: 215, project_id: 113, views: 552, shares: 119, date: "2023-11-08" },
            { id: 216, project_id: 68, views: 521, shares: 2, date: "2021-06-09" },
            { id: 217, project_id: 110, views: 385, shares: 153, date: "2023-07-24" },
            { id: 218, project_id: 38, views: 285, shares: 14, date: "2023-11-29" },
            { id: 219, project_id: 92, views: 503, shares: 169, date: "2020-04-13" },
            { id: 220, project_id: 37, views: 535, shares: 305, date: "2021-12-06" },
            { id: 221, project_id: 42, views: 498, shares: 142, date: "2021-12-01" },
            { id: 222, project_id: 22, views: 442, shares: 329, date: "2022-05-26" },
            { id: 223, project_id: 51, views: 321, shares: 258, date: "2020-08-28" },
            { id: 224, project_id: 100, views: 602, shares: 223, date: "2020-09-22" },
            { id: 225, project_id: 17, views: 475, shares: 253, date: "2021-12-10" },
            { id: 226, project_id: 12, views: null, shares: 151, date: "2022-09-23" },
            { id: 227, project_id: 21, views: 649, shares: null, date: "2021-12-13" },
            { id: 228, project_id: 120, views: 324, shares: 27, date: "2022-12-01" },
            { id: 229, project_id: 140, views: 667, shares: 23, date: "2020-09-08" },
            { id: 230, project_id: 84, views: 462, shares: 0, date: "2020-11-23" },
            { id: 231, project_id: 32, views: 521, shares: 393, date: "2022-12-21" },
            { id: 232, project_id: 133, views: 413, shares: 333, date: "2023-11-14" },
            { id: 233, project_id: 15, views: 525, shares: 10, date: "2020-02-02" },
            { id: 234, project_id: 26, views: 382, shares: 218, date: "2023-04-06" },
            { id: 235, project_id: 138, views: 368, shares: 35, date: "2023-04-15" },
            { id: 236, project_id: 21, views: 682, shares: 63, date: "2021-01-17" },
            { id: 237, project_id: 112, views: 715, shares: 0, date: "2023-10-01" },
            { id: 238, project_id: 91, views: null, shares: null, date: "2021-08-18" },
            { id: 239, project_id: 109, views: 369, shares: 53, date: "2022-01-07" },
            { id: 240, project_id: 141, views: 539, shares: 341, date: "2021-12-07" },
            { id: 241, project_id: 97, views: 646, shares: 142, date: "2021-08-20" },
            { id: 242, project_id: 150, views: 317, shares: null, date: "2021-03-27" },
            { id: 243, project_id: 104, views: 507, shares: 5, date: "2023-01-23" },
            { id: 244, project_id: 120, views: 404, shares: 41, date: "2021-02-03" },
            { id: 245, project_id: 27, views: 768, shares: 32, date: "2023-02-06" },
            { id: 246, project_id: 5, views: 229, shares: 40, date: "2023-06-16" },
            { id: 247, project_id: 62, views: 373, shares: 0, date: "2022-10-08" },
            { id: 248, project_id: 111, views: 629, shares: 213, date: "2023-10-29" },
            { id: 249, project_id: 138, views: 401, shares: 136, date: "2021-10-02" },
            { id: 250, project_id: 19, views: 467, shares: 14, date: "2021-03-21" },
            { id: 251, project_id: 98, views: 650, shares: 113, date: "2023-10-31" },
            { id: 252, project_id: 36, views: 643, shares: 171, date: "2021-12-04" },
            { id: 253, project_id: 100, views: 682, shares: 18, date: "2021-02-09" },
            { id: 254, project_id: 129, views: 731, shares: 1, date: "2020-02-20" },
            { id: 255, project_id: 79, views: null, shares: 402, date: "2023-06-15" },
            { id: 256, project_id: 33, views: 147, shares: null, date: "2021-11-11" },
            { id: 257, project_id: 48, views: 631, shares: 17, date: "2021-09-17" },
            { id: 258, project_id: 44, views: 673, shares: 39, date: "2023-07-13" },
            { id: 259, project_id: 19, views: null, shares: 225, date: "2023-01-22" },
            { id: 260, project_id: 87, views: 557, shares: 413, date: "2021-01-01" },
            { id: 261, project_id: 148, views: 801, shares: 25, date: "2021-11-23" },
            { id: 262, project_id: 8, views: 356, shares: 1, date: "2022-09-07" },
            { id: 263, project_id: 58, views: 217, shares: 0, date: "2022-03-31" },
            { id: 264, project_id: 85, views: 467, shares: 185, date: "2023-10-15" },
            { id: 265, project_id: 4, views: 502, shares: 496, date: "2020-01-06" },
            { id: 266, project_id: 57, views: 423, shares: 168, date: "2022-11-23" },
            { id: 267, project_id: 97, views: 468, shares: null, date: "2020-06-30" },
            { id: 268, project_id: 114, views: 507, shares: 165, date: "2023-10-23" },
            { id: 269, project_id: 15, views: 578, shares: 17, date: "2023-12-29" },
            { id: 270, project_id: 74, views: 545, shares: 90, date: "2020-04-28" },
            { id: 271, project_id: 135, views: 483, shares: 0, date: "2021-09-28" },
            { id: 272, project_id: 150, views: 355, shares: 229, date: "2022-11-04" },
            { id: 273, project_id: 44, views: 524, shares: 484, date: "2022-08-01" },
            { id: 274, project_id: 76, views: 469, shares: 43, date: "2021-01-28" },
            { id: 275, project_id: 68, views: 737, shares: 196, date: "2023-09-06" },
            { id: 276, project_id: 92, views: 800, shares: 184, date: "2023-07-29" },
            { id: 277, project_id: 1, views: null, shares: 30, date: "2022-11-28" },
            { id: 278, project_id: 17, views: 382, shares: 199, date: "2020-12-16" },
            { id: 279, project_id: 59, views: 263, shares: 161, date: "2021-12-12" },
            { id: 280, project_id: 69, views: null, shares: null, date: "2021-12-02" },
            { id: 281, project_id: 107, views: 239, shares: 0, date: "2022-09-22" },
            { id: 282, project_id: 26, views: 521, shares: 309, date: "2022-11-03" },
            { id: 283, project_id: 66, views: null, shares: 225, date: "2022-01-24" },
            { id: 284, project_id: 129, views: 772, shares: 294, date: "2020-01-05" },
            { id: 285, project_id: 85, views: 633, shares: 127, date: "2020-09-05" },
            { id: 286, project_id: 63, views: 563, shares: 204, date: "2023-12-16" },
            { id: 287, project_id: 35, views: 516, shares: 13, date: "2021-07-17" },
            { id: 288, project_id: 8, views: 337, shares: 235, date: "2023-12-25" },
            { id: 289, project_id: 34, views: 408, shares: 80, date: "2022-07-22" },
            { id: 290, project_id: 149, views: 337, shares: 331, date: "2020-10-30" },
            { id: 291, project_id: 71, views: 598, shares: 105, date: "2020-02-16" },
            { id: 292, project_id: 37, views: 464, shares: 155, date: "2023-02-24" },
            { id: 293, project_id: 22, views: null, shares: 473, date: "2020-08-17" },
            { id: 294, project_id: 62, views: 670, shares: 271, date: "2020-11-03" },
            { id: 295, project_id: 83, views: 580, shares: 310, date: "2023-09-07" },
            { id: 296, project_id: 138, views: 551, shares: 6, date: "2022-09-01" },
            { id: 297, project_id: 110, views: null, shares: 2, date: "2020-11-20" },
            { id: 298, project_id: 17, views: 428, shares: 22, date: "2022-03-12" },
            { id: 299, project_id: 118, views: 486, shares: 16, date: "2021-04-17" },
            { id: 300, project_id: 31, views: 321, shares: 346, date: "2020-05-05" },
        ],
    });
}

main()
    .then(() => prisma.$disconnect())
    .catch(async error => {
        console.error(error);
        await prisma.$disconnect();
        process.exit(1);
    });
