// Telecom Digital Twin Insights (digital-twin-and-simulation-software) 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.service_providers), 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.service_providers.createMany({
        data: [
            { id: 1, name: "Cedar Analytics", location: "Munich", established_year: 2016, service_area: "urban" },
            { id: 2, name: "Harbor Energy", location: "Santiago", established_year: 2012, service_area: "urban" },
            { id: 3, name: "Quill Media", location: "Toronto", established_year: 1997, service_area: "urban" },
            { id: 4, name: "Lantern Energy", location: "Berlin", established_year: 2008, service_area: "rural" },
            { id: 5, name: "Ember Holdings", location: "Helsinki", established_year: 2009, service_area: "suburban" },
            { id: 6, name: "Crest Energy", location: "Milan", established_year: 2005, service_area: "rural" },
            { id: 7, name: "Vista Studio", location: "Singapore", established_year: 2008, service_area: "urban" },
            { id: 8, name: "Ember Foods", location: "Istanbul", established_year: 2001, service_area: "urban" },
            { id: 9, name: "Beacon Systems", location: "Copenhagen", established_year: 2006, service_area: "rural" },
            { id: 10, name: "Keystone Group", location: "Barcelona", established_year: 2007, service_area: "urban" },
            { id: 11, name: "Orbit Digital", location: "Helsinki", established_year: 2002, service_area: "urban" },
            { id: 12, name: "Iron Health", location: "Istanbul", established_year: 2002, service_area: "suburban" },
            { id: 13, name: "Blue Analytics", location: "Seattle", established_year: 2000, service_area: "urban" },
            { id: 14, name: "Harbor Holdings", location: "Athens", established_year: 2003, service_area: "suburban" },
            { id: 15, name: "Compass Works", location: "Vienna", established_year: 2005, service_area: "urban" },
            { id: 16, name: "Granite Holdings", location: "Jakarta", established_year: 2006, service_area: "urban" },
            { id: 17, name: "Quill Media", location: "Vienna", established_year: 2012, service_area: "suburban" },
            { id: 18, name: "Lumen Group", location: "Oslo", established_year: 2005, service_area: "urban" },
            { id: 19, name: "Forge Partners", location: "Istanbul", established_year: 2007, service_area: "rural" },
            { id: 20, name: "Forge Health", location: "Berlin", established_year: 2009, service_area: "urban" },
            { id: 21, name: "Crest Analytics", location: "Paris", established_year: 2014, service_area: "suburban" },
            { id: 22, name: "Field Analytics", location: "Nairobi", established_year: 2007, service_area: "suburban" },
            { id: 23, name: "River Industries", location: "Chicago", established_year: 2008, service_area: "urban" },
            { id: 24, name: "Willow Works", location: "Stockholm", established_year: 2016, service_area: "urban" },
            { id: 25, name: "Apex Media", location: "Jakarta", established_year: 2011, service_area: "suburban" },
            { id: 26, name: "Vista Analytics", location: "Kyoto", established_year: 2003, service_area: "rural" },
            { id: 27, name: "Bright Digital", location: "San Diego", established_year: 2008, service_area: "urban" },
            { id: 28, name: "Pine Systems", location: "Porto", established_year: 2007, service_area: "rural" },
            { id: 29, name: "Pine Analytics", location: "Sao Paulo", established_year: 2006, service_area: "urban" },
            { id: 30, name: "Harbor Works", location: "Santiago", established_year: 2011, service_area: "rural" },
            { id: 31, name: "Oak Systems", location: "Edinburgh", established_year: 2003, service_area: "urban" },
            { id: 32, name: "Keystone Studio", location: "Seoul", established_year: 2013, service_area: "rural" },
            { id: 33, name: "Tidal Partners", location: "Prague", established_year: 2010, service_area: "urban" },
            { id: 34, name: "Willow Health", location: "Delhi", established_year: 2010, service_area: "rural" },
            { id: 35, name: "Blue Logistics", location: "Vienna", established_year: 2002, service_area: "rural" },
            { id: 36, name: "Harbor Digital", location: "London", established_year: 2000, service_area: "rural" },
            { id: 37, name: "Cobalt Energy", location: "Lima", established_year: 2013, service_area: "urban" },
            { id: 38, name: "North Holdings", location: "Cape Town", established_year: 2002, service_area: "urban" },
            { id: 39, name: "Sable Software", location: "Santiago", established_year: 2008, service_area: "rural" },
            { id: 40, name: "Pine Studio", location: "Prague", established_year: 2014, service_area: "urban" },
            { id: 41, name: "Compass Digital", location: "London", established_year: 2011, service_area: "urban" },
            { id: 42, name: "Meridian Studio", location: "Izmir", established_year: 2002, service_area: "urban" },
            { id: 43, name: "Field Foods", location: "Mexico City", established_year: 2003, service_area: "suburban" },
            { id: 44, name: "Lantern Digital", location: "Seoul", established_year: 2010, service_area: "urban" },
            { id: 45, name: "Pine Systems", location: "Lagos", established_year: 2002, service_area: "urban" },
            { id: 46, name: "Granite Group", location: "Cape Town", established_year: 2004, service_area: "rural" },
            { id: 47, name: "Field Holdings", location: "Melbourne", established_year: 2010, service_area: "rural" },
            { id: 48, name: "Meridian Holdings", location: "Taipei", established_year: 2005, service_area: "rural" },
            { id: 49, name: "Vector Digital", location: "Bucharest", established_year: 2007, service_area: "urban" },
            { id: 50, name: "Willow Partners", location: "San Diego", established_year: 2011, service_area: "rural" },
        ],
    });
    await prisma.projects.createMany({
        data: [
            { id: 1, name: "anomaly", service_provider_id: 36, start_date: "2023-01-22", end_date: "2023-01-05" },
            { id: 2, name: "performance implementation capacity", service_provider_id: 33, start_date: "2021-02-17", end_date: "2022-07-04" },
            { id: 3, name: "strategy", service_provider_id: 31, start_date: "2021-06-30", end_date: "2022-09-28" },
            { id: 4, name: "planning tracking reliability", service_provider_id: 7, start_date: "2021-10-09", end_date: "2022-01-28" },
            { id: 5, name: "connect integrate", service_provider_id: 46, start_date: "2023-06-01", end_date: "2023-05-15" },
            { id: 6, name: "secure innovate streamline", service_provider_id: 29, start_date: "2020-11-04", end_date: "2023-09-26" },
            { id: 7, name: "inspections integrate", service_provider_id: 32, start_date: "2020-04-08", end_date: "2020-05-13" },
            { id: 8, name: "inspections network", service_provider_id: 4, start_date: "2021-05-22", end_date: "2022-03-10" },
            { id: 9, name: "enhancement", service_provider_id: 19, start_date: "2023-07-19", end_date: "2023-11-30" },
            { id: 10, name: "reliability collaborate deploy", service_provider_id: 23, start_date: "2021-06-02", end_date: "2021-03-13" },
            { id: 11, name: "monitor integrate", service_provider_id: 47, start_date: "2020-09-29", end_date: "2021-09-25" },
            { id: 12, name: "insight simulate implementation", service_provider_id: 8, start_date: "2023-08-17", end_date: "2023-10-03" },
            { id: 13, name: "assessment", service_provider_id: 49, start_date: "2021-05-28", end_date: "2023-06-03" },
            { id: 14, name: "service solution manage", service_provider_id: 4, start_date: "2020-05-15", end_date: "2020-04-04" },
            { id: 15, name: "manage performance", service_provider_id: 32, start_date: "2022-02-06", end_date: "2022-09-16" },
            { id: 16, name: "connect analyze analytics", service_provider_id: 16, start_date: "2020-11-27", end_date: "2023-03-08" },
            { id: 17, name: "network intelligence", service_provider_id: 12, start_date: "2020-12-12", end_date: "2021-09-18" },
            { id: 18, name: "innovate", service_provider_id: 27, start_date: "2020-08-11", end_date: "2023-08-12" },
            { id: 19, name: "tracking assessment", service_provider_id: 32, start_date: "2020-07-23", end_date: "2020-08-27" },
            { id: 20, name: "predict monitor", service_provider_id: 10, start_date: "2022-08-22", end_date: "2020-09-06" },
            { id: 21, name: "enhancement deploy", service_provider_id: 26, start_date: "2021-12-20", end_date: "2021-06-01" },
            { id: 22, name: "feedback", service_provider_id: 21, start_date: "2023-01-05", end_date: "2020-12-22" },
            { id: 23, name: "anomaly enhance assessment", service_provider_id: 22, start_date: "2023-01-02", end_date: "2020-11-30" },
            { id: 24, name: "deploy", service_provider_id: 42, start_date: "2021-09-28", end_date: "2020-06-25" },
            { id: 25, name: "automate", service_provider_id: 34, start_date: "2023-11-12", end_date: "2022-07-17" },
            { id: 26, name: "inspections", service_provider_id: 45, start_date: "2023-03-13", end_date: "2023-06-17" },
            { id: 27, name: "capacity analytics enhancement", service_provider_id: 2, start_date: "2023-10-18", end_date: "2023-02-19" },
            { id: 28, name: "transform evaluation intelligence", service_provider_id: 33, start_date: "2020-12-04", end_date: "2021-06-23" },
            { id: 29, name: "feedback tracking assessment", service_provider_id: 46, start_date: "2022-03-15", end_date: "2023-01-28" },
            { id: 30, name: "enhancement", service_provider_id: 15, start_date: "2020-04-25", end_date: "2022-09-05" },
            { id: 31, name: "performance feedback", service_provider_id: 50, start_date: "2021-03-12", end_date: "2020-08-28" },
            { id: 32, name: "feedback", service_provider_id: 16, start_date: "2022-12-25", end_date: "2022-11-18" },
            { id: 33, name: "data", service_provider_id: 18, start_date: "2023-07-08", end_date: "2022-06-11" },
            { id: 34, name: "evaluation analytics dynamics", service_provider_id: 32, start_date: "2022-12-26", end_date: "2022-06-18" },
            { id: 35, name: "network scale", service_provider_id: 48, start_date: "2020-10-14", end_date: "2022-01-18" },
            { id: 36, name: "connect innovate", service_provider_id: 45, start_date: "2023-01-17", end_date: "2020-02-28" },
            { id: 37, name: "performance assessment evaluation", service_provider_id: 1, start_date: "2023-03-25", end_date: "2020-03-08" },
            { id: 38, name: "innovate strategy predict", service_provider_id: 34, start_date: "2023-10-13", end_date: "2023-12-16" },
            { id: 39, name: "reliability quality analytics", service_provider_id: 39, start_date: "2023-01-07", end_date: "2023-10-21" },
            { id: 40, name: "evaluation", service_provider_id: 29, start_date: "2023-09-14", end_date: "2023-07-06" },
            { id: 41, name: "efficiency forecast planning", service_provider_id: 13, start_date: "2021-03-08", end_date: "2021-07-05" },
            { id: 42, name: "inspections", service_provider_id: 31, start_date: "2023-04-19", end_date: "2021-12-07" },
            { id: 43, name: "evaluation network", service_provider_id: 37, start_date: "2022-05-23", end_date: "2021-10-20" },
            { id: 44, name: "experience monitor", service_provider_id: 16, start_date: "2022-08-16", end_date: "2023-03-22" },
            { id: 45, name: "dynamics collaborate assessment", service_provider_id: 46, start_date: "2023-12-31", end_date: "2021-02-01" },
            { id: 46, name: "implementation", service_provider_id: 11, start_date: "2023-05-07", end_date: "2020-07-03" },
            { id: 47, name: "enhance dynamics", service_provider_id: 44, start_date: "2022-01-12", end_date: "2023-03-01" },
            { id: 48, name: "collaborate deploy", service_provider_id: 9, start_date: "2023-01-20", end_date: "2023-01-12" },
            { id: 49, name: "integrate service", service_provider_id: 14, start_date: "2021-05-10", end_date: "2023-07-28" },
            { id: 50, name: "feedback analyze architecture", service_provider_id: 33, start_date: "2023-04-18", end_date: "2023-04-07" },
            { id: 51, name: "innovate reliability planning", service_provider_id: 29, start_date: "2020-12-17", end_date: "2023-04-18" },
            { id: 52, name: "planning forecast", service_provider_id: 30, start_date: "2023-07-21", end_date: "2022-02-05" },
            { id: 53, name: "analytics", service_provider_id: 48, start_date: "2023-03-29", end_date: "2022-12-27" },
            { id: 54, name: "monitor", service_provider_id: 25, start_date: "2023-04-01", end_date: "2021-03-21" },
            { id: 55, name: "forecast manage inspections", service_provider_id: 36, start_date: "2022-08-01", end_date: "2021-01-11" },
            { id: 56, name: "enhancement capacity innovate", service_provider_id: 38, start_date: "2020-10-08", end_date: "2023-05-06" },
            { id: 57, name: "automate optimize", service_provider_id: 9, start_date: "2023-08-22", end_date: "2021-07-07" },
            { id: 58, name: "transform manage dynamics", service_provider_id: 5, start_date: "2022-09-26", end_date: "2022-12-01" },
            { id: 59, name: "solution planning", service_provider_id: 43, start_date: "2023-04-25", end_date: "2023-07-15" },
            { id: 60, name: "dynamics assessment evaluation", service_provider_id: 7, start_date: "2021-06-03", end_date: "2023-10-31" },
            { id: 61, name: "planning enhancement performance", service_provider_id: 8, start_date: "2021-09-10", end_date: "2021-11-07" },
            { id: 62, name: "simulate dynamics strategy", service_provider_id: 41, start_date: "2020-07-04", end_date: "2023-05-22" },
            { id: 63, name: "service", service_provider_id: 21, start_date: "2022-01-29", end_date: "2023-11-01" },
            { id: 64, name: "network", service_provider_id: 14, start_date: "2021-01-10", end_date: "2022-06-29" },
            { id: 65, name: "manage predict connect", service_provider_id: 23, start_date: "2021-03-03", end_date: "2020-06-25" },
            { id: 66, name: "monitor optimization", service_provider_id: 15, start_date: "2023-09-04", end_date: "2020-12-20" },
            { id: 67, name: "visualize anomaly", service_provider_id: 9, start_date: "2023-08-30", end_date: "2023-05-24" },
            { id: 68, name: "scale quality", service_provider_id: 14, start_date: "2022-11-13", end_date: "2023-11-28" },
            { id: 69, name: "strategy assessment architecture", service_provider_id: 36, start_date: "2023-12-24", end_date: "2022-12-09" },
            { id: 70, name: "connect", service_provider_id: 20, start_date: "2022-08-09", end_date: "2023-11-11" },
            { id: 71, name: "enhance", service_provider_id: 28, start_date: "2023-06-23", end_date: "2023-02-19" },
            { id: 72, name: "optimization inspections reliability", service_provider_id: 18, start_date: "2022-02-07", end_date: "2021-01-04" },
            { id: 73, name: "intelligence automate", service_provider_id: 30, start_date: "2021-10-10", end_date: "2023-11-20" },
            { id: 74, name: "connect intelligence", service_provider_id: 10, start_date: "2023-04-20", end_date: "2021-06-13" },
            { id: 75, name: "visualize deploy", service_provider_id: 1, start_date: "2021-01-25", end_date: "2023-12-22" },
            { id: 76, name: "insight dynamics scale", service_provider_id: 23, start_date: "2023-11-29", end_date: "2023-06-23" },
            { id: 77, name: "dynamics", service_provider_id: 12, start_date: "2020-05-24", end_date: "2020-09-16" },
            { id: 78, name: "enhance implementation", service_provider_id: 45, start_date: "2020-03-03", end_date: "2023-12-01" },
            { id: 79, name: "secure automate strategy", service_provider_id: 20, start_date: "2020-07-18", end_date: "2023-02-01" },
            { id: 80, name: "reliability simulate", service_provider_id: 32, start_date: "2023-04-11", end_date: "2021-03-16" },
            { id: 81, name: "innovate", service_provider_id: 2, start_date: "2021-01-10", end_date: "2021-01-18" },
            { id: 82, name: "dynamics performance", service_provider_id: 40, start_date: "2021-08-04", end_date: "2020-12-02" },
            { id: 83, name: "analyze scale deploy", service_provider_id: 2, start_date: "2023-04-20", end_date: "2022-10-19" },
            { id: 84, name: "solution service development", service_provider_id: 36, start_date: "2023-07-16", end_date: "2022-07-11" },
            { id: 85, name: "anomaly", service_provider_id: 28, start_date: "2022-06-16", end_date: "2022-06-20" },
            { id: 86, name: "monitor enhancement", service_provider_id: 45, start_date: "2023-01-06", end_date: "2023-02-26" },
            { id: 87, name: "dynamics capacity", service_provider_id: 16, start_date: "2022-07-22", end_date: "2023-01-30" },
            { id: 88, name: "assessment performance implementation", service_provider_id: 42, start_date: "2021-08-22", end_date: "2022-11-03" },
            { id: 89, name: "simulate", service_provider_id: 31, start_date: "2021-10-22", end_date: "2021-11-25" },
            { id: 90, name: "dynamics planning", service_provider_id: 19, start_date: "2021-08-05", end_date: "2022-12-29" },
            { id: 91, name: "dynamics insight", service_provider_id: 7, start_date: "2023-08-14", end_date: "2022-11-01" },
            { id: 92, name: "implementation", service_provider_id: 21, start_date: "2020-01-07", end_date: "2021-06-28" },
            { id: 93, name: "architecture insight", service_provider_id: 27, start_date: "2021-08-18", end_date: "2023-03-10" },
            { id: 94, name: "automate", service_provider_id: 42, start_date: "2023-05-26", end_date: "2022-07-01" },
            { id: 95, name: "planning experience", service_provider_id: 20, start_date: "2023-05-15", end_date: "2021-07-02" },
            { id: 96, name: "strategy efficiency evaluation", service_provider_id: 49, start_date: "2020-05-31", end_date: "2023-04-17" },
            { id: 97, name: "simulate", service_provider_id: 33, start_date: "2022-04-16", end_date: "2022-08-23" },
            { id: 98, name: "data automate", service_provider_id: 19, start_date: "2022-03-14", end_date: "2023-11-30" },
            { id: 99, name: "development scale simulate", service_provider_id: 35, start_date: "2023-12-23", end_date: "2022-08-07" },
            { id: 100, name: "streamline enhancement", service_provider_id: 17, start_date: "2020-10-17", end_date: "2022-08-13" },
        ],
    });
    await prisma.digital_twins.createMany({
        data: [
            { id: 1, project_id: 90, status: "active", created_at: new Date("2021-07-22T08:20:13Z"), last_status_change: new Date("2023-05-01T04:51:19Z"), operational_efficiency: "63.65" },
            { id: 2, project_id: 74, status: "under maintenance", created_at: new Date("2020-07-03T10:15:04Z"), last_status_change: new Date("2023-01-07T18:53:47Z"), operational_efficiency: "41.05" },
            { id: 3, project_id: 47, status: "active", created_at: new Date("2022-06-27T11:10:20Z"), last_status_change: new Date("2022-04-01T06:54:24Z"), operational_efficiency: "42.30" },
            { id: 4, project_id: 66, status: "active", created_at: new Date("2021-08-14T09:41:56Z"), last_status_change: new Date("2023-02-15T19:31:52Z"), operational_efficiency: "52.89" },
            { id: 5, project_id: 31, status: "active", created_at: new Date("2022-02-12T09:01:48Z"), last_status_change: new Date("2022-05-08T07:44:15Z"), operational_efficiency: "36.60" },
            { id: 6, project_id: 53, status: "active", created_at: new Date("2023-05-29T18:31:16Z"), last_status_change: new Date("2022-01-08T19:06:52Z"), operational_efficiency: "46.36" },
            { id: 7, project_id: 79, status: "under maintenance", created_at: new Date("2020-04-08T14:30:50Z"), last_status_change: new Date("2021-04-03T06:47:36Z"), operational_efficiency: "52.54" },
            { id: 8, project_id: 22, status: "active", created_at: new Date("2020-11-08T15:25:00Z"), last_status_change: new Date("2021-05-21T20:24:45Z"), operational_efficiency: "14.16" },
            { id: 9, project_id: 42, status: "inactive", created_at: new Date("2022-02-26T14:34:44Z"), last_status_change: new Date("2023-01-04T08:35:51Z"), operational_efficiency: "76.65" },
            { id: 10, project_id: 86, status: "active", created_at: new Date("2023-12-10T21:01:41Z"), last_status_change: new Date("2023-04-16T17:58:04Z"), operational_efficiency: "19.68" },
            { id: 11, project_id: 14, status: "active", created_at: new Date("2022-10-23T14:34:27Z"), last_status_change: new Date("2022-11-17T13:48:20Z"), operational_efficiency: "63.48" },
            { id: 12, project_id: 7, status: "active", created_at: new Date("2023-06-12T09:24:30Z"), last_status_change: new Date("2020-05-29T16:59:19Z"), operational_efficiency: "41.22" },
            { id: 13, project_id: 28, status: "active", created_at: new Date("2022-05-01T09:44:57Z"), last_status_change: new Date("2021-11-19T11:06:49Z"), operational_efficiency: "30.52" },
            { id: 14, project_id: 24, status: "under maintenance", created_at: new Date("2020-08-23T20:11:26Z"), last_status_change: new Date("2021-03-30T15:06:53Z"), operational_efficiency: "47.40" },
            { id: 15, project_id: 94, status: "active", created_at: new Date("2023-10-11T07:45:30Z"), last_status_change: new Date("2022-03-19T13:16:04Z"), operational_efficiency: "54.10" },
            { id: 16, project_id: 92, status: "active", created_at: new Date("2020-01-03T08:13:49Z"), last_status_change: new Date("2023-11-12T23:01:46Z"), operational_efficiency: "70.43" },
            { id: 17, project_id: 100, status: "under maintenance", created_at: new Date("2021-11-17T13:25:25Z"), last_status_change: new Date("2023-09-23T16:00:38Z"), operational_efficiency: "42.95" },
            { id: 18, project_id: 12, status: "under maintenance", created_at: new Date("2023-10-08T17:09:05Z"), last_status_change: new Date("2021-12-28T12:40:08Z"), operational_efficiency: "53.02" },
            { id: 19, project_id: 15, status: "active", created_at: new Date("2020-03-07T13:12:59Z"), last_status_change: new Date("2023-02-18T23:07:33Z"), operational_efficiency: "50.82" },
            { id: 20, project_id: 12, status: "inactive", created_at: new Date("2022-07-08T10:42:13Z"), last_status_change: new Date("2022-07-07T15:33:00Z"), operational_efficiency: "45.96" },
            { id: 21, project_id: 45, status: "active", created_at: new Date("2020-09-24T20:00:29Z"), last_status_change: new Date("2021-10-21T02:34:49Z"), operational_efficiency: "49.20" },
            { id: 22, project_id: 48, status: "active", created_at: new Date("2020-09-11T13:47:13Z"), last_status_change: new Date("2020-03-30T14:31:38Z"), operational_efficiency: "49.13" },
            { id: 23, project_id: 72, status: "active", created_at: new Date("2021-08-30T09:54:59Z"), last_status_change: new Date("2023-12-12T11:34:46Z"), operational_efficiency: "52.43" },
            { id: 24, project_id: 51, status: "active", created_at: new Date("2022-01-11T09:43:04Z"), last_status_change: new Date("2022-11-20T05:49:14Z"), operational_efficiency: "48.92" },
            { id: 25, project_id: 98, status: "active", created_at: new Date("2023-11-15T15:28:20Z"), last_status_change: new Date("2023-04-16T23:15:12Z"), operational_efficiency: "75.92" },
            { id: 26, project_id: 6, status: "under maintenance", created_at: new Date("2023-09-28T19:24:55Z"), last_status_change: new Date("2022-11-23T18:58:42Z"), operational_efficiency: "79.94" },
            { id: 27, project_id: 57, status: "active", created_at: new Date("2021-03-23T14:11:40Z"), last_status_change: new Date("2023-04-17T16:32:38Z"), operational_efficiency: "58.52" },
            { id: 28, project_id: 76, status: "active", created_at: new Date("2020-05-29T17:35:53Z"), last_status_change: new Date("2021-12-23T06:01:07Z"), operational_efficiency: "21.85" },
            { id: 29, project_id: 3, status: "active", created_at: new Date("2022-09-06T16:14:33Z"), last_status_change: new Date("2020-08-28T00:22:13Z"), operational_efficiency: "66.79" },
            { id: 30, project_id: 94, status: "active", created_at: new Date("2020-05-12T10:57:43Z"), last_status_change: new Date("2020-02-28T16:54:08Z"), operational_efficiency: "58.86" },
            { id: 31, project_id: 59, status: "active", created_at: new Date("2022-07-23T12:08:44Z"), last_status_change: new Date("2020-06-16T03:42:23Z"), operational_efficiency: "80.00" },
            { id: 32, project_id: 67, status: "active", created_at: new Date("2022-06-03T09:31:35Z"), last_status_change: new Date("2023-01-16T01:30:55Z"), operational_efficiency: "65.90" },
            { id: 33, project_id: 67, status: "active", created_at: new Date("2020-05-09T17:22:46Z"), last_status_change: new Date("2023-09-16T23:18:11Z"), operational_efficiency: "47.19" },
            { id: 34, project_id: 70, status: "active", created_at: new Date("2020-09-12T12:37:38Z"), last_status_change: new Date("2023-05-03T21:20:21Z"), operational_efficiency: "49.83" },
            { id: 35, project_id: 63, status: "inactive", created_at: new Date("2021-10-20T08:15:49Z"), last_status_change: new Date("2021-10-23T01:17:13Z"), operational_efficiency: "77.77" },
            { id: 36, project_id: 6, status: "active", created_at: new Date("2022-01-10T09:05:12Z"), last_status_change: new Date("2022-09-03T05:46:22Z"), operational_efficiency: "55.93" },
            { id: 37, project_id: 60, status: "inactive", created_at: new Date("2023-11-10T09:48:32Z"), last_status_change: new Date("2022-09-08T05:02:42Z"), operational_efficiency: "59.60" },
            { id: 38, project_id: 22, status: "active", created_at: new Date("2023-10-12T14:47:33Z"), last_status_change: new Date("2022-08-15T07:43:47Z"), operational_efficiency: "52.69" },
            { id: 39, project_id: 93, status: "active", created_at: new Date("2020-09-20T08:56:46Z"), last_status_change: new Date("2020-11-23T03:49:14Z"), operational_efficiency: "47.51" },
            { id: 40, project_id: 17, status: "active", created_at: new Date("2021-09-28T16:46:55Z"), last_status_change: new Date("2022-02-03T11:46:34Z"), operational_efficiency: "55.36" },
            { id: 41, project_id: 35, status: "active", created_at: new Date("2022-06-29T17:50:23Z"), last_status_change: new Date("2022-06-29T06:28:08Z"), operational_efficiency: "72.16" },
            { id: 42, project_id: 68, status: "active", created_at: new Date("2022-10-20T17:00:19Z"), last_status_change: new Date("2022-09-06T06:55:26Z"), operational_efficiency: "57.00" },
            { id: 43, project_id: 48, status: "active", created_at: new Date("2020-08-26T15:11:24Z"), last_status_change: new Date("2021-06-04T15:29:37Z"), operational_efficiency: "34.41" },
            { id: 44, project_id: 47, status: "active", created_at: new Date("2020-07-29T12:25:46Z"), last_status_change: new Date("2023-08-26T02:33:29Z"), operational_efficiency: "41.77" },
            { id: 45, project_id: 43, status: "inactive", created_at: new Date("2022-03-23T17:49:01Z"), last_status_change: new Date("2023-08-01T07:53:48Z"), operational_efficiency: "54.96" },
            { id: 46, project_id: 31, status: "active", created_at: new Date("2022-08-27T10:59:12Z"), last_status_change: new Date("2021-11-07T09:50:10Z"), operational_efficiency: "63.97" },
            { id: 47, project_id: 100, status: "active", created_at: new Date("2022-08-21T04:26:42Z"), last_status_change: new Date("2020-03-07T20:46:42Z"), operational_efficiency: "78.15" },
            { id: 48, project_id: 19, status: "inactive", created_at: new Date("2021-11-26T15:07:07Z"), last_status_change: new Date("2020-06-20T13:08:45Z"), operational_efficiency: "11.59" },
            { id: 49, project_id: 81, status: "active", created_at: new Date("2021-11-10T11:52:36Z"), last_status_change: new Date("2022-09-25T22:14:24Z"), operational_efficiency: "55.10" },
            { id: 50, project_id: 77, status: "active", created_at: new Date("2020-04-16T08:17:44Z"), last_status_change: new Date("2022-11-14T19:13:09Z"), operational_efficiency: "36.56" },
            { id: 51, project_id: 90, status: "active", created_at: new Date("2023-03-28T09:49:19Z"), last_status_change: new Date("2020-07-28T11:52:21Z"), operational_efficiency: "46.50" },
            { id: 52, project_id: 70, status: "active", created_at: new Date("2023-08-17T12:57:58Z"), last_status_change: new Date("2023-12-08T17:22:59Z"), operational_efficiency: "43.84" },
            { id: 53, project_id: 65, status: "active", created_at: new Date("2023-05-08T10:27:03Z"), last_status_change: new Date("2021-09-19T23:44:01Z"), operational_efficiency: "62.89" },
            { id: 54, project_id: 58, status: "active", created_at: new Date("2021-12-11T10:01:54Z"), last_status_change: new Date("2021-02-16T09:13:45Z"), operational_efficiency: "30.02" },
            { id: 55, project_id: 63, status: "active", created_at: new Date("2020-04-05T18:00:57Z"), last_status_change: new Date("2022-02-27T01:03:09Z"), operational_efficiency: "75.95" },
            { id: 56, project_id: 77, status: "inactive", created_at: new Date("2021-12-07T06:28:32Z"), last_status_change: new Date("2023-08-23T04:08:49Z"), operational_efficiency: "38.17" },
            { id: 57, project_id: 86, status: "active", created_at: new Date("2021-07-11T09:56:46Z"), last_status_change: new Date("2021-03-09T09:43:35Z"), operational_efficiency: "57.95" },
            { id: 58, project_id: 81, status: "active", created_at: new Date("2021-07-09T10:16:04Z"), last_status_change: new Date("2022-06-14T16:26:13Z"), operational_efficiency: "45.93" },
            { id: 59, project_id: 1, status: "active", created_at: new Date("2023-10-14T14:33:53Z"), last_status_change: new Date("2020-05-30T22:58:35Z"), operational_efficiency: "41.89" },
            { id: 60, project_id: 15, status: "active", created_at: new Date("2023-11-01T16:23:18Z"), last_status_change: new Date("2021-04-23T07:19:04Z"), operational_efficiency: "57.91" },
            { id: 61, project_id: 12, status: "active", created_at: new Date("2022-02-27T07:21:51Z"), last_status_change: new Date("2022-03-02T10:42:00Z"), operational_efficiency: "24.05" },
            { id: 62, project_id: 79, status: "active", created_at: new Date("2021-03-02T20:57:20Z"), last_status_change: new Date("2021-03-21T09:11:30Z"), operational_efficiency: "43.73" },
            { id: 63, project_id: 89, status: "inactive", created_at: new Date("2022-02-23T17:04:41Z"), last_status_change: new Date("2023-02-17T18:50:39Z"), operational_efficiency: "61.40" },
            { id: 64, project_id: 78, status: "active", created_at: new Date("2023-07-03T15:40:02Z"), last_status_change: new Date("2023-11-24T10:38:58Z"), operational_efficiency: "46.49" },
            { id: 65, project_id: 19, status: "active", created_at: new Date("2020-03-30T17:50:21Z"), last_status_change: new Date("2021-02-21T22:58:05Z"), operational_efficiency: "81.58" },
            { id: 66, project_id: 59, status: "active", created_at: new Date("2023-03-15T16:31:58Z"), last_status_change: new Date("2022-05-16T05:58:44Z"), operational_efficiency: "56.06" },
            { id: 67, project_id: 100, status: "active", created_at: new Date("2022-01-26T16:46:58Z"), last_status_change: new Date("2020-02-10T01:54:42Z"), operational_efficiency: "38.58" },
            { id: 68, project_id: 2, status: "inactive", created_at: new Date("2020-05-17T12:50:51Z"), last_status_change: new Date("2020-05-16T02:17:42Z"), operational_efficiency: "47.59" },
            { id: 69, project_id: 82, status: "inactive", created_at: new Date("2023-09-03T15:04:25Z"), last_status_change: new Date("2023-02-14T03:11:44Z"), operational_efficiency: "50.97" },
            { id: 70, project_id: 22, status: "active", created_at: new Date("2020-08-28T12:41:02Z"), last_status_change: new Date("2020-11-22T07:38:24Z"), operational_efficiency: "26.87" },
            { id: 71, project_id: 78, status: "active", created_at: new Date("2022-02-15T15:31:20Z"), last_status_change: new Date("2020-04-15T12:01:56Z"), operational_efficiency: "58.42" },
            { id: 72, project_id: 77, status: "inactive", created_at: new Date("2022-06-27T11:31:56Z"), last_status_change: new Date("2021-11-12T15:05:25Z"), operational_efficiency: "59.00" },
            { id: 73, project_id: 46, status: "active", created_at: new Date("2020-02-05T15:34:52Z"), last_status_change: new Date("2020-05-26T09:58:00Z"), operational_efficiency: "31.61" },
            { id: 74, project_id: 61, status: "active", created_at: new Date("2023-04-11T10:16:35Z"), last_status_change: new Date("2023-04-11T21:13:03Z"), operational_efficiency: "55.79" },
            { id: 75, project_id: 48, status: "active", created_at: new Date("2021-01-10T15:47:25Z"), last_status_change: new Date("2020-01-24T14:54:50Z"), operational_efficiency: "37.93" },
            { id: 76, project_id: 77, status: "active", created_at: new Date("2020-05-22T17:25:41Z"), last_status_change: new Date("2021-11-16T03:02:06Z"), operational_efficiency: "64.13" },
            { id: 77, project_id: 79, status: "active", created_at: new Date("2023-04-19T11:53:44Z"), last_status_change: new Date("2020-11-11T00:27:00Z"), operational_efficiency: "53.79" },
            { id: 78, project_id: 78, status: "active", created_at: new Date("2023-01-01T10:32:22Z"), last_status_change: new Date("2021-05-07T01:20:23Z"), operational_efficiency: "47.38" },
            { id: 79, project_id: 95, status: "active", created_at: new Date("2020-09-24T15:32:02Z"), last_status_change: new Date("2023-07-27T23:26:41Z"), operational_efficiency: "48.56" },
            { id: 80, project_id: 49, status: "active", created_at: new Date("2021-08-21T09:46:07Z"), last_status_change: new Date("2022-07-27T03:22:27Z"), operational_efficiency: "65.29" },
            { id: 81, project_id: 24, status: "active", created_at: new Date("2020-09-22T09:51:58Z"), last_status_change: new Date("2020-05-07T08:22:51Z"), operational_efficiency: "28.40" },
            { id: 82, project_id: 71, status: "active", created_at: new Date("2020-11-04T14:16:16Z"), last_status_change: new Date("2021-09-23T19:57:35Z"), operational_efficiency: "40.85" },
            { id: 83, project_id: 27, status: "active", created_at: new Date("2021-09-09T12:46:00Z"), last_status_change: new Date("2021-12-09T19:32:35Z"), operational_efficiency: "79.00" },
            { id: 84, project_id: 9, status: "active", created_at: new Date("2023-07-16T11:48:58Z"), last_status_change: new Date("2020-12-27T11:06:20Z"), operational_efficiency: "34.69" },
            { id: 85, project_id: 16, status: "active", created_at: new Date("2021-10-18T14:54:35Z"), last_status_change: new Date("2022-11-25T13:17:07Z"), operational_efficiency: "48.65" },
            { id: 86, project_id: 40, status: "active", created_at: new Date("2022-09-23T14:00:27Z"), last_status_change: new Date("2022-09-15T06:13:26Z"), operational_efficiency: "60.99" },
            { id: 87, project_id: 52, status: "active", created_at: new Date("2020-07-02T17:24:11Z"), last_status_change: new Date("2021-08-05T19:50:44Z"), operational_efficiency: "58.77" },
            { id: 88, project_id: 63, status: "inactive", created_at: new Date("2021-08-05T07:46:26Z"), last_status_change: new Date("2023-08-24T13:15:32Z"), operational_efficiency: "67.65" },
            { id: 89, project_id: 90, status: "under maintenance", created_at: new Date("2021-08-19T15:14:34Z"), last_status_change: new Date("2022-08-24T13:47:49Z"), operational_efficiency: "39.67" },
            { id: 90, project_id: 1, status: "active", created_at: new Date("2023-09-27T16:57:00Z"), last_status_change: new Date("2022-08-30T04:07:30Z"), operational_efficiency: "59.29" },
            { id: 91, project_id: 56, status: "active", created_at: new Date("2023-01-06T13:12:46Z"), last_status_change: new Date("2020-10-11T18:28:54Z"), operational_efficiency: "45.89" },
            { id: 92, project_id: 39, status: "active", created_at: new Date("2022-02-08T11:23:43Z"), last_status_change: new Date("2020-07-21T22:51:29Z"), operational_efficiency: "44.63" },
            { id: 93, project_id: 58, status: "active", created_at: new Date("2020-04-17T08:41:55Z"), last_status_change: new Date("2023-01-07T00:20:05Z"), operational_efficiency: "48.30" },
            { id: 94, project_id: 15, status: "active", created_at: new Date("2020-07-31T13:35:05Z"), last_status_change: new Date("2020-01-21T06:47:21Z"), operational_efficiency: "54.02" },
            { id: 95, project_id: 90, status: "active", created_at: new Date("2022-07-11T09:21:52Z"), last_status_change: new Date("2023-08-22T03:48:58Z"), operational_efficiency: "62.11" },
            { id: 96, project_id: 28, status: "active", created_at: new Date("2020-10-31T14:45:25Z"), last_status_change: new Date("2020-01-11T04:54:55Z"), operational_efficiency: "71.84" },
            { id: 97, project_id: 98, status: "active", created_at: new Date("2022-05-28T10:32:55Z"), last_status_change: new Date("2022-05-01T10:44:47Z"), operational_efficiency: "43.10" },
            { id: 98, project_id: 82, status: "active", created_at: new Date("2022-03-17T15:33:38Z"), last_status_change: new Date("2021-06-29T06:39:54Z"), operational_efficiency: "56.07" },
            { id: 99, project_id: 86, status: "under maintenance", created_at: new Date("2023-12-25T16:45:42Z"), last_status_change: new Date("2022-12-05T15:50:10Z"), operational_efficiency: "67.45" },
            { id: 100, project_id: 68, status: "under maintenance", created_at: new Date("2021-08-01T16:27:11Z"), last_status_change: new Date("2023-04-30T15:53:11Z"), operational_efficiency: "69.25" },
        ],
    });
    await prisma.maintenance_records.createMany({
        data: [
            { id: 1, project_id: 41, maintenance_date: "2022-04-12", description: "The shipment was confirmed following an incomplete review.", maintenance_type: "corrective", duration_hours: "15.66" },
            { id: 2, project_id: 99, maintenance_date: "2021-04-08", description: "An unusual payment was rescheduled the same day.", maintenance_type: "corrective", duration_hours: "11.25" },
            { id: 3, project_id: 66, maintenance_date: "2021-11-03", description: null, maintenance_type: "corrective", duration_hours: "13.49" },
            { id: 4, project_id: 63, maintenance_date: "2021-11-22", description: "An automatic invoice was reopened the same day.", maintenance_type: "predictive", duration_hours: "15.47" },
            { id: 5, project_id: 97, maintenance_date: "2023-11-02", description: "The supplier reported a repeat issue; the shipment was rejected.", maintenance_type: "corrective", duration_hours: "8.63" },
            { id: 6, project_id: 79, maintenance_date: "2022-02-10", description: "The request was resolved after a repeat check.", maintenance_type: "predictive", duration_hours: "17.33" },
            { id: 7, project_id: 82, maintenance_date: "2021-10-13", description: "A partial session was reviewed the same day.", maintenance_type: "corrective", duration_hours: "9.20" },
            { id: 8, project_id: 11, maintenance_date: "2023-08-02", description: "The payment was resolved following a routine review.", maintenance_type: "preventive", duration_hours: "9.82" },
            { id: 9, project_id: 31, maintenance_date: "2021-12-08", description: "The item was reviewed — late case, no further action.", maintenance_type: "corrective", duration_hours: "12.75" },
            { id: 10, project_id: 90, maintenance_date: "2020-11-27", description: "No response from the team, so the session was rescheduled.", maintenance_type: "corrective", duration_hours: "16.01" },
            { id: 11, project_id: 78, maintenance_date: "2022-12-07", description: "A partial follow-up: the item was rejected.", maintenance_type: "corrective", duration_hours: "9.95" },
            { id: 12, project_id: 91, maintenance_date: "2022-12-11", description: "The request was refunded after a routine check.", maintenance_type: "corrective", duration_hours: "13.04" },
            { id: 13, project_id: 60, maintenance_date: "2022-11-10", description: "Flagged as partial. The supplier replaced the claim.", maintenance_type: "corrective", duration_hours: "7.81" },
            { id: 14, project_id: 34, maintenance_date: "2021-08-30", description: "The record was replaced after a manual check.", maintenance_type: "preventive", duration_hours: "13.98" },
            { id: 15, project_id: 81, maintenance_date: "2021-11-15", description: "The item was closed following an urgent review.", maintenance_type: "preventive", duration_hours: "13.92" },
            { id: 16, project_id: 59, maintenance_date: "2023-07-19", description: "The supplier asked for a change and the claim was rejected.", maintenance_type: "preventive", duration_hours: "8.13" },
            { id: 17, project_id: 73, maintenance_date: "2023-10-08", description: "The session was updated after a minor check.", maintenance_type: "preventive", duration_hours: "14.41" },
            { id: 18, project_id: 99, maintenance_date: "2022-12-28", description: "A standard booking was rescheduled the same day.", maintenance_type: "predictive", duration_hours: "14.74" },
            { id: 19, project_id: 32, maintenance_date: "2022-12-13", description: "The team reported a standard issue; the transfer was escalated.", maintenance_type: "preventive", duration_hours: "11.78" },
            { id: 20, project_id: 49, maintenance_date: "2021-09-12", description: null, maintenance_type: "preventive", duration_hours: "13.94" },
            { id: 21, project_id: 27, maintenance_date: "2020-08-19", description: "Support reported a partial issue; the shipment was approved.", maintenance_type: "corrective", duration_hours: "17.02" },
            { id: 22, project_id: 60, maintenance_date: "2023-01-21", description: "The reviewer asked for a change and the appointment was completed.", maintenance_type: "preventive", duration_hours: "8.84" },
            { id: 23, project_id: 5, maintenance_date: "2023-02-14", description: "The account owner asked for a change and the ticket was processed.", maintenance_type: "preventive", duration_hours: "15.36" },
            { id: 24, project_id: 47, maintenance_date: "2021-05-24", description: "The refund was replaced after a duplicate check.", maintenance_type: "preventive", duration_hours: "16.81" },
            { id: 25, project_id: 81, maintenance_date: "2022-02-24", description: "Flagged as minor. Support resolved the refund.", maintenance_type: "preventive", duration_hours: "14.21" },
            { id: 26, project_id: 37, maintenance_date: "2021-09-24", description: "The ticket was resolved following a partial review.", maintenance_type: "preventive", duration_hours: "11.23" },
            { id: 27, project_id: 89, maintenance_date: "2020-10-18", description: null, maintenance_type: "preventive", duration_hours: "13.06" },
            { id: 28, project_id: 87, maintenance_date: "2021-11-30", description: "Flagged as routine. The account owner completed the transfer.", maintenance_type: "preventive", duration_hours: "17.67" },
            { id: 29, project_id: 88, maintenance_date: "2022-04-25", description: null, maintenance_type: "predictive", duration_hours: "12.76" },
            { id: 30, project_id: 91, maintenance_date: "2023-11-18", description: "An urgent follow-up: the refund was approved.", maintenance_type: "predictive", duration_hours: "18.76" },
            { id: 31, project_id: 43, maintenance_date: "2021-11-18", description: null, maintenance_type: "predictive", duration_hours: "15.30" },
            { id: 32, project_id: 62, maintenance_date: "2023-12-07", description: "No response from the courier, so the claim was cancelled.", maintenance_type: "preventive", duration_hours: "11.44" },
            { id: 33, project_id: 61, maintenance_date: "2020-10-26", description: "The shipment was updated following a late review.", maintenance_type: "corrective", duration_hours: "7.30" },
            { id: 34, project_id: 25, maintenance_date: "2021-06-03", description: "The claim was reviewed after a partial check.", maintenance_type: "predictive", duration_hours: "6.74" },
            { id: 35, project_id: 12, maintenance_date: "2022-10-30", description: null, maintenance_type: "corrective", duration_hours: "6.75" },
            { id: 36, project_id: 92, maintenance_date: "2021-07-07", description: "A partial follow-up: the appointment was processed.", maintenance_type: "preventive", duration_hours: "8.43" },
            { id: 37, project_id: 68, maintenance_date: "2020-12-10", description: "An automatic follow-up: the order was confirmed.", maintenance_type: "preventive", duration_hours: "12.73" },
            { id: 38, project_id: 61, maintenance_date: "2021-08-19", description: "The team reported a routine issue; the request was resolved.", maintenance_type: "preventive", duration_hours: "9.57" },
            { id: 39, project_id: 41, maintenance_date: "2023-02-12", description: "A routine record was approved the same day.", maintenance_type: "corrective", duration_hours: "13.34" },
            { id: 40, project_id: 85, maintenance_date: "2020-10-02", description: "The customer confirmed the details and the refund was resolved.", maintenance_type: "predictive", duration_hours: "10.90" },
            { id: 41, project_id: 67, maintenance_date: "2022-01-04", description: "Support reported an urgent issue; the delivery was reopened.", maintenance_type: "predictive", duration_hours: "19.67" },
            { id: 42, project_id: 2, maintenance_date: "2022-11-22", description: "The account owner confirmed the details and the record was replaced.", maintenance_type: "corrective", duration_hours: "14.52" },
            { id: 43, project_id: 78, maintenance_date: "2022-08-29", description: "A routine payment was reviewed the same day.", maintenance_type: "predictive", duration_hours: "18.63" },
            { id: 44, project_id: 42, maintenance_date: "2021-01-31", description: "A manual document was resolved the same day.", maintenance_type: "preventive", duration_hours: "16.46" },
            { id: 45, project_id: 87, maintenance_date: "2021-02-18", description: null, maintenance_type: "preventive", duration_hours: "19.04" },
            { id: 46, project_id: 89, maintenance_date: "2020-02-15", description: "The customer reported a standard issue; the item was processed.", maintenance_type: "preventive", duration_hours: "8.52" },
            { id: 47, project_id: 74, maintenance_date: "2021-04-29", description: "An operator reported a manual issue; the request was reviewed.", maintenance_type: "corrective", duration_hours: "14.52" },
            { id: 48, project_id: 35, maintenance_date: "2023-04-11", description: "The refund was replaced following a standard review.", maintenance_type: "corrective", duration_hours: "16.23" },
            { id: 49, project_id: 58, maintenance_date: "2020-11-11", description: "Support reported a manual issue; the claim was closed.", maintenance_type: "predictive", duration_hours: "9.32" },
            { id: 50, project_id: 48, maintenance_date: "2020-12-02", description: "The reviewer asked for a change and the account was updated.", maintenance_type: "corrective", duration_hours: "14.50" },
            { id: 51, project_id: 5, maintenance_date: "2023-03-02", description: "The reviewer asked for a change and the session was processed.", maintenance_type: "preventive", duration_hours: "14.57" },
            { id: 52, project_id: 63, maintenance_date: "2021-11-17", description: "The item was escalated after an unusual check.", maintenance_type: "predictive", duration_hours: "10.22" },
            { id: 53, project_id: 53, maintenance_date: "2022-01-27", description: "The refund was resolved — routine case, no further action.", maintenance_type: "preventive", duration_hours: "15.56" },
            { id: 54, project_id: 7, maintenance_date: "2022-01-14", description: "Flagged as partial. The reviewer completed the request.", maintenance_type: "corrective", duration_hours: "10.22" },
            { id: 55, project_id: 56, maintenance_date: "2022-12-11", description: null, maintenance_type: "preventive", duration_hours: "14.53" },
            { id: 56, project_id: 64, maintenance_date: "2023-02-11", description: "An urgent transfer was cancelled the same day.", maintenance_type: "predictive", duration_hours: "11.66" },
            { id: 57, project_id: 96, maintenance_date: "2023-07-11", description: "The transfer was approved after a standard check.", maintenance_type: "corrective", duration_hours: "8.58" },
            { id: 58, project_id: 17, maintenance_date: "2020-08-04", description: "The team reported a manual issue; the invoice was completed.", maintenance_type: "preventive", duration_hours: "8.68" },
            { id: 59, project_id: 70, maintenance_date: "2023-05-21", description: "The reviewer confirmed the details and the refund was resolved.", maintenance_type: "preventive", duration_hours: "14.26" },
            { id: 60, project_id: 40, maintenance_date: "2022-10-14", description: "Flagged as partial. The supplier delayed the request.", maintenance_type: "preventive", duration_hours: "13.91" },
            { id: 61, project_id: 76, maintenance_date: "2022-08-28", description: null, maintenance_type: "corrective", duration_hours: "16.98" },
            { id: 62, project_id: 20, maintenance_date: "2023-11-21", description: "A standard record was rejected the same day.", maintenance_type: "corrective", duration_hours: "14.85" },
            { id: 63, project_id: 52, maintenance_date: "2023-11-28", description: null, maintenance_type: "predictive", duration_hours: "14.76" },
            { id: 64, project_id: 41, maintenance_date: "2022-08-19", description: "A repeat report was processed the same day.", maintenance_type: "preventive", duration_hours: "16.96" },
            { id: 65, project_id: 90, maintenance_date: "2023-04-16", description: "The reviewer asked for a change and the invoice was reopened.", maintenance_type: "corrective", duration_hours: "11.47" },
            { id: 66, project_id: 79, maintenance_date: "2022-10-26", description: "The refund was reopened after a standard check.", maintenance_type: "corrective", duration_hours: "13.72" },
            { id: 67, project_id: 55, maintenance_date: "2020-07-12", description: "No response from the team, so the booking was approved.", maintenance_type: "predictive", duration_hours: "5.10" },
            { id: 68, project_id: 71, maintenance_date: "2023-06-12", description: "An operator confirmed the details and the item was updated.", maintenance_type: "predictive", duration_hours: "10.30" },
            { id: 69, project_id: 61, maintenance_date: "2023-12-16", description: "The report was cancelled — partial case, no further action.", maintenance_type: "predictive", duration_hours: "17.94" },
            { id: 70, project_id: 76, maintenance_date: "2023-07-09", description: "The transfer was confirmed after an incomplete check.", maintenance_type: "preventive", duration_hours: "10.33" },
            { id: 71, project_id: 100, maintenance_date: "2023-09-03", description: "A manual record was updated the same day.", maintenance_type: "predictive", duration_hours: "14.05" },
            { id: 72, project_id: 14, maintenance_date: "2020-07-28", description: "The reviewer confirmed the details and the report was updated.", maintenance_type: "preventive", duration_hours: "14.55" },
            { id: 73, project_id: 80, maintenance_date: "2020-01-29", description: null, maintenance_type: "corrective", duration_hours: "8.91" },
            { id: 74, project_id: 84, maintenance_date: "2022-11-19", description: "An operator asked for a change and the document was updated.", maintenance_type: "corrective", duration_hours: "16.34" },
            { id: 75, project_id: 1, maintenance_date: "2020-08-26", description: "The team confirmed the details and the request was escalated.", maintenance_type: "corrective", duration_hours: "11.58" },
            { id: 76, project_id: 39, maintenance_date: "2020-05-25", description: "The refund was closed after a late check.", maintenance_type: "predictive", duration_hours: "13.69" },
            { id: 77, project_id: 97, maintenance_date: "2023-02-21", description: "Flagged as unusual. The customer refunded the invoice.", maintenance_type: "corrective", duration_hours: "13.69" },
            { id: 78, project_id: 27, maintenance_date: "2020-12-03", description: "A minor follow-up: the delivery was completed.", maintenance_type: "preventive", duration_hours: "13.31" },
            { id: 79, project_id: 77, maintenance_date: "2020-02-24", description: "An operator asked for a change and the invoice was escalated.", maintenance_type: "preventive", duration_hours: "18.08" },
            { id: 80, project_id: 79, maintenance_date: "2022-12-25", description: "The appointment was cancelled — incomplete case, no further action.", maintenance_type: "corrective", duration_hours: "13.18" },
            { id: 81, project_id: 70, maintenance_date: "2022-07-29", description: "The shipment was updated — urgent case, no further action.", maintenance_type: "preventive", duration_hours: "7.65" },
            { id: 82, project_id: 15, maintenance_date: "2022-01-13", description: "Flagged as duplicate. The team rejected the booking.", maintenance_type: "corrective", duration_hours: "3.23" },
            { id: 83, project_id: 87, maintenance_date: "2021-01-14", description: "An automatic follow-up: the shipment was resolved.", maintenance_type: "preventive", duration_hours: "7.31" },
            { id: 84, project_id: 78, maintenance_date: "2021-11-17", description: "The item was closed — repeat case, no further action.", maintenance_type: "corrective", duration_hours: "7.69" },
            { id: 85, project_id: 8, maintenance_date: "2021-01-30", description: "The account owner reported an urgent issue; the delivery was reviewed.", maintenance_type: "preventive", duration_hours: "10.21" },
            { id: 86, project_id: 92, maintenance_date: "2021-02-22", description: null, maintenance_type: "preventive", duration_hours: "6.79" },
            { id: 87, project_id: 98, maintenance_date: "2020-07-11", description: "An unusual follow-up: the transfer was completed.", maintenance_type: "preventive", duration_hours: "10.32" },
            { id: 88, project_id: 18, maintenance_date: "2020-02-06", description: "The transfer was reviewed following an unusual review.", maintenance_type: "corrective", duration_hours: "10.68" },
            { id: 89, project_id: 29, maintenance_date: "2023-01-10", description: "The refund was confirmed — incomplete case, no further action.", maintenance_type: "corrective", duration_hours: "12.40" },
            { id: 90, project_id: 30, maintenance_date: "2022-12-24", description: "An unusual follow-up: the invoice was confirmed.", maintenance_type: "preventive", duration_hours: "18.33" },
            { id: 91, project_id: 58, maintenance_date: "2023-10-22", description: "The customer asked for a change and the session was confirmed.", maintenance_type: "preventive", duration_hours: "11.37" },
            { id: 92, project_id: 33, maintenance_date: "2022-11-05", description: "The reviewer reported an automatic issue; the document was confirmed.", maintenance_type: "predictive", duration_hours: "16.00" },
            { id: 93, project_id: 60, maintenance_date: "2023-09-12", description: "The supplier asked for a change and the payment was delayed.", maintenance_type: "corrective", duration_hours: "10.37" },
            { id: 94, project_id: 67, maintenance_date: "2023-02-22", description: "The appointment was escalated after a manual check.", maintenance_type: "corrective", duration_hours: "15.11" },
            { id: 95, project_id: 38, maintenance_date: "2023-03-05", description: null, maintenance_type: "preventive", duration_hours: "12.75" },
            { id: 96, project_id: 97, maintenance_date: "2023-11-23", description: "No response from an operator, so the record was closed.", maintenance_type: "corrective", duration_hours: "13.48" },
            { id: 97, project_id: 22, maintenance_date: "2021-11-05", description: null, maintenance_type: "preventive", duration_hours: "14.81" },
            { id: 98, project_id: 23, maintenance_date: "2023-03-20", description: "The reviewer asked for a change and the ticket was cancelled.", maintenance_type: "preventive", duration_hours: "10.78" },
            { id: 99, project_id: 37, maintenance_date: "2023-12-07", description: "Support confirmed the details and the payment was completed.", maintenance_type: "predictive", duration_hours: "12.77" },
            { id: 100, project_id: 48, maintenance_date: "2023-03-14", description: "The record was reviewed following a late review.", maintenance_type: "predictive", duration_hours: "6.90" },
            { id: 101, project_id: 63, maintenance_date: "2022-12-09", description: "The refund was replaced after a routine check.", maintenance_type: "corrective", duration_hours: "13.30" },
            { id: 102, project_id: 64, maintenance_date: "2022-04-25", description: null, maintenance_type: "corrective", duration_hours: "10.43" },
            { id: 103, project_id: 9, maintenance_date: "2022-06-21", description: "An operator reported a repeat issue; the account was updated.", maintenance_type: "corrective", duration_hours: "15.40" },
            { id: 104, project_id: 14, maintenance_date: "2020-12-27", description: null, maintenance_type: "preventive", duration_hours: "11.73" },
            { id: 105, project_id: 73, maintenance_date: "2022-12-27", description: "The order was cancelled following a manual review.", maintenance_type: "predictive", duration_hours: "14.92" },
            { id: 106, project_id: 73, maintenance_date: "2020-03-09", description: "The document was updated after a duplicate check.", maintenance_type: "predictive", duration_hours: "6.21" },
            { id: 107, project_id: 95, maintenance_date: "2023-01-16", description: "The item was escalated following a routine review.", maintenance_type: "corrective", duration_hours: "11.20" },
            { id: 108, project_id: 86, maintenance_date: "2022-03-21", description: "Support reported a standard issue; the delivery was confirmed.", maintenance_type: "preventive", duration_hours: "10.96" },
            { id: 109, project_id: 2, maintenance_date: "2020-08-30", description: "The customer reported a standard issue; the claim was replaced.", maintenance_type: "predictive", duration_hours: "13.73" },
            { id: 110, project_id: 27, maintenance_date: "2020-11-21", description: "The transfer was replaced — unusual case, no further action.", maintenance_type: "preventive", duration_hours: "12.21" },
            { id: 111, project_id: 100, maintenance_date: "2021-04-11", description: "No response from the customer, so the booking was processed.", maintenance_type: "preventive", duration_hours: "11.41" },
            { id: 112, project_id: 92, maintenance_date: "2022-05-21", description: "A routine account was rescheduled the same day.", maintenance_type: "preventive", duration_hours: "7.19" },
            { id: 113, project_id: 6, maintenance_date: "2023-01-02", description: "The account owner asked for a change and the appointment was rejected.", maintenance_type: "corrective", duration_hours: "11.34" },
            { id: 114, project_id: 98, maintenance_date: "2023-08-16", description: "The team confirmed the details and the order was updated.", maintenance_type: "corrective", duration_hours: "3.44" },
            { id: 115, project_id: 51, maintenance_date: "2023-09-28", description: "A manual transfer was rejected the same day.", maintenance_type: "preventive", duration_hours: "16.93" },
            { id: 116, project_id: 8, maintenance_date: "2021-07-03", description: null, maintenance_type: "preventive", duration_hours: "14.59" },
            { id: 117, project_id: 87, maintenance_date: "2021-01-30", description: "The payment was delayed after an urgent check.", maintenance_type: "corrective", duration_hours: "11.79" },
            { id: 118, project_id: 100, maintenance_date: "2021-01-01", description: "No response from the account owner, so the account was completed.", maintenance_type: "corrective", duration_hours: "17.05" },
            { id: 119, project_id: 87, maintenance_date: "2022-12-17", description: "No response from the account owner, so the claim was reopened.", maintenance_type: "preventive", duration_hours: "13.43" },
            { id: 120, project_id: 47, maintenance_date: "2020-01-07", description: "The delivery was rejected after an unusual check.", maintenance_type: "corrective", duration_hours: "8.17" },
            { id: 121, project_id: 58, maintenance_date: "2021-06-02", description: "The refund was reviewed following a repeat review.", maintenance_type: "corrective", duration_hours: "12.85" },
            { id: 122, project_id: 2, maintenance_date: "2022-10-26", description: "An unusual payment was rescheduled the same day.", maintenance_type: "preventive", duration_hours: "9.83" },
            { id: 123, project_id: 35, maintenance_date: "2023-03-12", description: "An operator confirmed the details and the ticket was escalated.", maintenance_type: "preventive", duration_hours: "8.79" },
            { id: 124, project_id: 62, maintenance_date: "2023-12-04", description: "The team asked for a change and the record was updated.", maintenance_type: "corrective", duration_hours: "12.17" },
            { id: 125, project_id: 26, maintenance_date: "2021-03-12", description: "The claim was approved following a routine review.", maintenance_type: "corrective", duration_hours: "10.86" },
            { id: 126, project_id: 67, maintenance_date: "2022-12-29", description: "The customer reported a duplicate issue; the request was closed.", maintenance_type: "corrective", duration_hours: "9.10" },
            { id: 127, project_id: 86, maintenance_date: "2021-10-28", description: "An automatic session was updated the same day.", maintenance_type: "preventive", duration_hours: "11.12" },
            { id: 128, project_id: 40, maintenance_date: "2020-09-05", description: "A duplicate follow-up: the booking was replaced.", maintenance_type: "predictive", duration_hours: "9.26" },
            { id: 129, project_id: 6, maintenance_date: "2020-11-05", description: "No response from the account owner, so the booking was approved.", maintenance_type: "preventive", duration_hours: "10.66" },
            { id: 130, project_id: 15, maintenance_date: "2023-11-25", description: "Flagged as minor. The customer reopened the delivery.", maintenance_type: "corrective", duration_hours: "15.18" },
            { id: 131, project_id: 52, maintenance_date: "2023-04-06", description: null, maintenance_type: "preventive", duration_hours: "16.42" },
            { id: 132, project_id: 59, maintenance_date: "2022-06-04", description: "The document was rescheduled following a manual review.", maintenance_type: "preventive", duration_hours: "10.65" },
            { id: 133, project_id: 95, maintenance_date: "2023-12-31", description: "The refund was refunded — late case, no further action.", maintenance_type: "preventive", duration_hours: "15.21" },
            { id: 134, project_id: 10, maintenance_date: "2022-11-07", description: "No response from the courier, so the document was rescheduled.", maintenance_type: "preventive", duration_hours: "11.79" },
            { id: 135, project_id: 22, maintenance_date: "2021-01-31", description: "Support asked for a change and the refund was cancelled.", maintenance_type: "predictive", duration_hours: "9.66" },
            { id: 136, project_id: 12, maintenance_date: "2020-11-04", description: "A duplicate claim was rejected the same day.", maintenance_type: "corrective", duration_hours: "8.46" },
            { id: 137, project_id: 76, maintenance_date: "2021-12-02", description: "An incomplete follow-up: the session was reopened.", maintenance_type: "predictive", duration_hours: "10.45" },
            { id: 138, project_id: 3, maintenance_date: "2023-02-12", description: "A duplicate follow-up: the appointment was rescheduled.", maintenance_type: "corrective", duration_hours: "10.79" },
            { id: 139, project_id: 30, maintenance_date: "2021-10-14", description: "Flagged as partial. An operator reviewed the booking.", maintenance_type: "corrective", duration_hours: "14.94" },
            { id: 140, project_id: 80, maintenance_date: "2022-08-20", description: "A routine follow-up: the request was completed.", maintenance_type: "corrective", duration_hours: "8.61" },
            { id: 141, project_id: 43, maintenance_date: "2021-08-14", description: "Flagged as repeat. The account owner reviewed the invoice.", maintenance_type: "corrective", duration_hours: "12.49" },
            { id: 142, project_id: 46, maintenance_date: "2023-11-23", description: null, maintenance_type: "preventive", duration_hours: "11.37" },
            { id: 143, project_id: 42, maintenance_date: "2020-07-28", description: "The customer reported a late issue; the claim was resolved.", maintenance_type: "corrective", duration_hours: "12.81" },
            { id: 144, project_id: 71, maintenance_date: "2021-09-13", description: "The document was closed — late case, no further action.", maintenance_type: "preventive", duration_hours: "17.38" },
            { id: 145, project_id: 75, maintenance_date: "2023-09-21", description: "A repeat order was confirmed the same day.", maintenance_type: "preventive", duration_hours: "15.57" },
            { id: 146, project_id: 67, maintenance_date: "2023-09-14", description: "The order was confirmed after a standard check.", maintenance_type: "predictive", duration_hours: "15.64" },
            { id: 147, project_id: 14, maintenance_date: "2020-09-09", description: "No response from the courier, so the record was rescheduled.", maintenance_type: "preventive", duration_hours: "11.55" },
            { id: 148, project_id: 89, maintenance_date: "2020-02-10", description: "No response from the reviewer, so the refund was rejected.", maintenance_type: "corrective", duration_hours: "13.10" },
            { id: 149, project_id: 54, maintenance_date: "2022-12-13", description: "An urgent follow-up: the claim was approved.", maintenance_type: "preventive", duration_hours: "8.82" },
            { id: 150, project_id: 80, maintenance_date: "2022-11-18", description: null, maintenance_type: "corrective", duration_hours: "12.08" },
        ],
    });
    await prisma.users.createMany({
        data: [
            { id: 1, full_name: "Hana Adams", email: "hana.adams@example.org", project_id: 86, user_role: "editor", last_login: new Date("2022-06-29T11:55:31Z") },
            { id: 2, full_name: "Nour Baker", email: "nour.baker@example.com", project_id: 88, user_role: "admin", last_login: new Date("2022-11-13T00:06:41Z") },
            { id: 3, full_name: "David Oliveira", email: "david.oliveira@example.org", project_id: 64, user_role: "editor", last_login: new Date("2023-09-02T16:50:54Z") },
            { id: 4, full_name: "Chloe Taylor", email: "chloe.taylor@example.com", project_id: 59, user_role: "admin", last_login: new Date("2023-02-13T22:28:49Z") },
            { id: 5, full_name: "Sofia Brown", email: "sofia.brown@example.org", project_id: 5, user_role: "editor", last_login: new Date("2022-06-01T11:35:08Z") },
            { id: 6, full_name: "Yusuf Ibrahim", email: null, project_id: 95, user_role: "admin", last_login: new Date("2023-03-24T15:30:47Z") },
            { id: 7, full_name: "Nadia Wang", email: "nadia.wang@example.net", project_id: 47, user_role: "editor", last_login: new Date("2022-08-05T22:38:10Z") },
            { id: 8, full_name: "Yusuf Adams", email: "yusuf.adams@example.org", project_id: 27, user_role: "admin", last_login: new Date("2021-08-09T17:58:08Z") },
            { id: 9, full_name: "Mila Lopez", email: null, project_id: 7, user_role: "viewer", last_login: new Date("2020-04-29T11:08:46Z") },
            { id: 10, full_name: "Rosa Bennett", email: "rosa.bennett@example.net", project_id: 34, user_role: "admin", last_login: new Date("2020-06-22T16:14:08Z") },
            { id: 11, full_name: "Nina Castro", email: "nina.castro@example.net", project_id: 99, user_role: "admin", last_login: new Date("2020-03-20T07:23:40Z") },
            { id: 12, full_name: "Alice Baker", email: "alice.baker@example.net", project_id: 52, user_role: "viewer", last_login: new Date("2020-12-03T21:01:29Z") },
            { id: 13, full_name: "Noah Young", email: "noah.young@example.com", project_id: 61, user_role: "editor", last_login: new Date("2021-04-18T14:19:34Z") },
            { id: 14, full_name: "Uma Miller", email: "uma.miller@example.org", project_id: 5, user_role: "editor", last_login: new Date("2022-01-03T17:25:50Z") },
            { id: 15, full_name: "Victor Novak", email: "victor.novak@example.org", project_id: 4, user_role: "editor", last_login: new Date("2022-02-28T05:42:49Z") },
            { id: 16, full_name: "Ana Moreau", email: "ana.moreau@example.com", project_id: 91, user_role: "editor", last_login: new Date("2021-05-18T12:06:13Z") },
            { id: 17, full_name: "Maya Meyer", email: null, project_id: 80, user_role: "admin", last_login: new Date("2020-12-28T13:32:01Z") },
            { id: 18, full_name: "Uma Bennett", email: "uma.bennett@example.com", project_id: 12, user_role: "editor", last_login: new Date("2023-12-01T00:59:50Z") },
            { id: 19, full_name: null, email: null, project_id: 15, user_role: "admin", last_login: new Date("2020-12-12T10:11:02Z") },
            { id: 20, full_name: "Chen Hughes", email: "chen.hughes@example.org", project_id: 19, user_role: "editor", last_login: new Date("2023-06-29T03:17:19Z") },
            { id: 21, full_name: "Yara Carter", email: "yara.carter@example.com", project_id: 55, user_role: "editor", last_login: new Date("2020-04-29T18:41:24Z") },
            { id: 22, full_name: "Hana Meyer", email: "hana.meyer@example.org", project_id: 39, user_role: "viewer", last_login: new Date("2023-08-15T04:09:19Z") },
            { id: 23, full_name: "Daniel Evans", email: null, project_id: 38, user_role: "editor", last_login: new Date("2022-02-16T09:07:11Z") },
            { id: 24, full_name: "Tomas Sato", email: "tomas.sato@example.org", project_id: 58, user_role: "editor", last_login: new Date("2020-09-22T08:39:53Z") },
            { id: 25, full_name: "Rafael Ruiz", email: "rafael.ruiz@example.com", project_id: 35, user_role: "viewer", last_login: new Date("2023-12-20T04:42:43Z") },
            { id: 26, full_name: "Amir Wang", email: "amir.wang@example.org", project_id: 90, user_role: "admin", last_login: new Date("2020-10-28T04:37:37Z") },
            { id: 27, full_name: null, email: null, project_id: 49, user_role: "editor", last_login: new Date("2021-05-28T06:34:11Z") },
            { id: 28, full_name: null, email: null, project_id: 31, user_role: "editor", last_login: new Date("2020-12-18T21:09:32Z") },
            { id: 29, full_name: "Elif Hassan", email: "elif.hassan@example.net", project_id: 44, user_role: "editor", last_login: new Date("2021-06-17T09:09:19Z") },
            { id: 30, full_name: "Daniel Nakamura", email: "daniel.nakamura@example.com", project_id: 75, user_role: "editor", last_login: new Date("2020-12-24T17:20:11Z") },
            { id: 31, full_name: null, email: null, project_id: 70, user_role: "editor", last_login: new Date("2021-12-23T04:40:51Z") },
            { id: 32, full_name: "Ben Tanaka", email: "ben.tanaka@example.org", project_id: 58, user_role: "editor", last_login: new Date("2020-12-08T17:34:33Z") },
            { id: 33, full_name: "Rosa Kim", email: "rosa.kim@example.net", project_id: 18, user_role: "editor", last_login: new Date("2020-08-29T03:12:47Z") },
            { id: 34, full_name: "Mia Lee", email: "mia.lee@example.net", project_id: 49, user_role: "viewer", last_login: new Date("2020-08-02T17:00:36Z") },
            { id: 35, full_name: "Sam Gomez", email: "sam.gomez@example.org", project_id: 12, user_role: "editor", last_login: new Date("2020-12-21T04:37:13Z") },
            { id: 36, full_name: "Deniz Jensen", email: "deniz.jensen@example.org", project_id: 31, user_role: "editor", last_login: new Date("2020-04-18T11:22:52Z") },
            { id: 37, full_name: "Liam Castro", email: null, project_id: 16, user_role: "viewer", last_login: new Date("2020-08-29T16:44:43Z") },
            { id: 38, full_name: "Lucas Kowalski", email: "lucas.kowalski@example.org", project_id: 74, user_role: "editor", last_login: new Date("2022-05-03T01:40:26Z") },
            { id: 39, full_name: "Zoe Mendes", email: "zoe.mendes@example.org", project_id: 51, user_role: "editor", last_login: new Date("2023-01-14T23:46:10Z") },
            { id: 40, full_name: "Lucas Clark", email: "lucas.clark@example.org", project_id: 17, user_role: "editor", last_login: new Date("2022-03-03T04:13:42Z") },
            { id: 41, full_name: "Ravi Kaya", email: "ravi.kaya@example.net", project_id: 78, user_role: "editor", last_login: new Date("2021-12-01T07:26:12Z") },
            { id: 42, full_name: "Elena Weber", email: "elena.weber@example.org", project_id: 82, user_role: "editor", last_login: new Date("2022-10-03T23:46:04Z") },
            { id: 43, full_name: "Sara Wagner", email: "sara.wagner@example.com", project_id: 75, user_role: "admin", last_login: new Date("2022-04-20T17:28:00Z") },
            { id: 44, full_name: null, email: null, project_id: 100, user_role: "editor", last_login: new Date("2022-06-13T22:35:44Z") },
            { id: 45, full_name: "Yusuf Wang", email: "yusuf.wang@example.com", project_id: 50, user_role: "editor", last_login: new Date("2023-12-21T17:03:20Z") },
            { id: 46, full_name: null, email: null, project_id: 60, user_role: "viewer", last_login: new Date("2022-08-02T00:25:00Z") },
            { id: 47, full_name: "Jade Weber", email: "jade.weber@example.net", project_id: 76, user_role: "viewer", last_login: new Date("2021-06-27T13:58:22Z") },
            { id: 48, full_name: "Fatima Gomez", email: "fatima.gomez@example.com", project_id: 63, user_role: "admin", last_login: new Date("2023-12-21T08:38:18Z") },
            { id: 49, full_name: "Felix Weber", email: "felix.weber@example.org", project_id: 24, user_role: "editor", last_login: new Date("2021-06-24T04:22:06Z") },
            { id: 50, full_name: null, email: null, project_id: 42, user_role: "editor", last_login: new Date("2022-01-23T05:21:39Z") },
            { id: 51, full_name: null, email: null, project_id: 28, user_role: "editor", last_login: new Date("2020-08-12T22:14:44Z") },
            { id: 52, full_name: "Oscar Gomez", email: "oscar.gomez@example.com", project_id: 96, user_role: "editor", last_login: new Date("2020-11-15T19:27:51Z") },
            { id: 53, full_name: "Laura Kumar", email: "laura.kumar@example.com", project_id: 31, user_role: "editor", last_login: new Date("2022-12-07T11:16:11Z") },
            { id: 54, full_name: "Rafael Wright", email: "rafael.wright@example.net", project_id: 89, user_role: "viewer", last_login: new Date("2023-09-08T07:53:12Z") },
            { id: 55, full_name: "Mei Fischer", email: null, project_id: 51, user_role: "editor", last_login: new Date("2022-12-31T18:55:20Z") },
            { id: 56, full_name: "Isaac Moreau", email: "isaac.moreau@example.org", project_id: 1, user_role: "viewer", last_login: new Date("2023-07-02T21:02:53Z") },
            { id: 57, full_name: "Theo Becker", email: "theo.becker@example.net", project_id: 58, user_role: "editor", last_login: new Date("2022-06-15T21:22:20Z") },
            { id: 58, full_name: "Daniel Taylor", email: "daniel.taylor@example.net", project_id: 88, user_role: "viewer", last_login: new Date("2022-10-08T05:59:37Z") },
            { id: 59, full_name: "Emma Bauer", email: "emma.bauer@example.net", project_id: 3, user_role: "editor", last_login: new Date("2021-06-06T07:30:59Z") },
            { id: 60, full_name: "Grace Davis", email: "grace.davis@example.net", project_id: 64, user_role: "viewer", last_login: new Date("2022-03-23T13:41:52Z") },
            { id: 61, full_name: "Wei Bauer", email: "wei.bauer@example.org", project_id: 31, user_role: "viewer", last_login: new Date("2020-05-01T16:02:22Z") },
            { id: 62, full_name: "Paula Hoffmann", email: "paula.hoffmann@example.org", project_id: 88, user_role: "viewer", last_login: new Date("2020-11-11T13:54:03Z") },
            { id: 63, full_name: "Ravi Hughes", email: "ravi.hughes@example.com", project_id: 96, user_role: "editor", last_login: new Date("2022-08-31T02:15:04Z") },
            { id: 64, full_name: "Rosa Larsen", email: "rosa.larsen@example.org", project_id: 11, user_role: "admin", last_login: new Date("2021-02-24T04:14:15Z") },
            { id: 65, full_name: null, email: null, project_id: 95, user_role: "viewer", last_login: new Date("2023-03-24T14:50:59Z") },
            { id: 66, full_name: "Leo Park", email: null, project_id: 79, user_role: "editor", last_login: new Date("2020-10-13T04:31:34Z") },
            { id: 67, full_name: "Grace Yilmaz", email: "grace.yilmaz@example.org", project_id: 86, user_role: "editor", last_login: new Date("2020-12-04T23:51:08Z") },
            { id: 68, full_name: "Nour Costa", email: "nour.costa@example.com", project_id: 80, user_role: "viewer", last_login: new Date("2022-06-18T12:29:32Z") },
            { id: 69, full_name: "Uma Dubois", email: "uma.dubois@example.net", project_id: 51, user_role: "admin", last_login: new Date("2022-08-15T10:41:11Z") },
            { id: 70, full_name: "Olivia Wright", email: "olivia.wright@example.net", project_id: 50, user_role: "viewer", last_login: new Date("2020-07-03T11:28:55Z") },
            { id: 71, full_name: "Jade Adams", email: "jade.adams@example.com", project_id: 54, user_role: "admin", last_login: new Date("2020-06-01T23:43:12Z") },
            { id: 72, full_name: null, email: null, project_id: 13, user_role: "viewer", last_login: new Date("2022-07-15T06:43:44Z") },
            { id: 73, full_name: "Ines Mendes", email: "ines.mendes@example.com", project_id: 52, user_role: "viewer", last_login: new Date("2022-12-12T10:49:17Z") },
            { id: 74, full_name: "Tomas Young", email: "tomas.young@example.net", project_id: 4, user_role: "editor", last_login: new Date("2020-08-07T16:02:21Z") },
            { id: 75, full_name: "Lena Castro", email: "lena.castro@example.com", project_id: 44, user_role: "viewer", last_login: new Date("2022-05-16T23:35:03Z") },
            { id: 76, full_name: "Kai Bennett", email: "kai.bennett@example.com", project_id: 77, user_role: "editor", last_login: new Date("2020-02-22T13:13:56Z") },
            { id: 77, full_name: "Uma Wilson", email: "uma.wilson@example.net", project_id: 98, user_role: "viewer", last_login: new Date("2022-01-19T22:12:22Z") },
            { id: 78, full_name: "Zara Jansen", email: "zara.jansen@example.org", project_id: 100, user_role: "viewer", last_login: new Date("2020-07-21T11:30:18Z") },
            { id: 79, full_name: "Jade Vargas", email: "jade.vargas@example.com", project_id: 63, user_role: "viewer", last_login: new Date("2022-10-05T12:06:52Z") },
            { id: 80, full_name: "Uma Johnson", email: null, project_id: 39, user_role: "viewer", last_login: new Date("2022-05-06T04:29:37Z") },
            { id: 81, full_name: null, email: null, project_id: 78, user_role: "editor", last_login: new Date("2023-05-30T16:54:15Z") },
            { id: 82, full_name: "Andre Park", email: "andre.park@example.net", project_id: 61, user_role: "editor", last_login: new Date("2023-10-02T04:53:59Z") },
            { id: 83, full_name: "Ana Walker", email: "ana.walker@example.net", project_id: 75, user_role: "editor", last_login: new Date("2020-08-29T23:51:14Z") },
            { id: 84, full_name: "Paula Pereira", email: "paula.pereira@example.net", project_id: 59, user_role: "viewer", last_login: new Date("2023-08-05T14:16:09Z") },
            { id: 85, full_name: "Grace Gomez", email: "grace.gomez@example.com", project_id: 71, user_role: "viewer", last_login: new Date("2021-11-03T21:51:36Z") },
            { id: 86, full_name: "Hana Yilmaz", email: "hana.yilmaz@example.com", project_id: 54, user_role: "editor", last_login: new Date("2020-10-06T02:57:28Z") },
            { id: 87, full_name: "Rosa Chen", email: "rosa.chen@example.org", project_id: 82, user_role: "editor", last_login: new Date("2023-06-28T06:38:26Z") },
            { id: 88, full_name: "Ravi Silva", email: "ravi.silva@example.net", project_id: 8, user_role: "admin", last_login: new Date("2020-04-05T22:12:32Z") },
            { id: 89, full_name: null, email: null, project_id: 37, user_role: "viewer", last_login: new Date("2021-05-18T02:36:49Z") },
            { id: 90, full_name: "Mei Klein", email: "mei.klein@example.org", project_id: 83, user_role: "editor", last_login: new Date("2021-02-26T23:21:45Z") },
            { id: 91, full_name: "David Davis", email: "david.davis@example.com", project_id: 3, user_role: "viewer", last_login: new Date("2023-03-05T20:23:10Z") },
            { id: 92, full_name: null, email: null, project_id: 26, user_role: "viewer", last_login: new Date("2023-09-13T13:46:28Z") },
            { id: 93, full_name: "Felix Jensen", email: "felix.jensen@example.net", project_id: 89, user_role: "editor", last_login: new Date("2020-11-11T12:06:14Z") },
            { id: 94, full_name: "Paula Wilson", email: "paula.wilson@example.com", project_id: 24, user_role: "editor", last_login: new Date("2022-08-12T00:14:23Z") },
            { id: 95, full_name: "Marco Wagner", email: "marco.wagner@example.net", project_id: 56, user_role: "editor", last_login: new Date("2023-04-06T16:35:32Z") },
            { id: 96, full_name: "Ana Reyes", email: "ana.reyes@example.org", project_id: 59, user_role: "admin", last_login: new Date("2021-04-03T21:49:14Z") },
            { id: 97, full_name: "Maya Novak", email: null, project_id: 40, user_role: "editor", last_login: new Date("2023-12-03T20:05:14Z") },
            { id: 98, full_name: "Rafael Castro", email: "rafael.castro@example.net", project_id: 37, user_role: "editor", last_login: new Date("2020-06-24T20:27:42Z") },
            { id: 99, full_name: "Pedro Sato", email: "pedro.sato@example.org", project_id: 26, user_role: "viewer", last_login: new Date("2021-06-14T01:42:52Z") },
            { id: 100, full_name: null, email: null, project_id: 23, user_role: "admin", last_login: new Date("2020-10-27T03:05:06Z") },
            { id: 101, full_name: "Leo Dubois", email: "leo.dubois@example.net", project_id: 66, user_role: "editor", last_login: new Date("2022-05-02T17:32:39Z") },
            { id: 102, full_name: "Sofia Kowalski", email: "sofia.kowalski@example.org", project_id: 94, user_role: "viewer", last_login: new Date("2021-05-01T18:40:27Z") },
            { id: 103, full_name: "Wei Ruiz", email: "wei.ruiz@example.com", project_id: 38, user_role: "editor", last_login: new Date("2020-07-29T04:29:13Z") },
            { id: 104, full_name: "Grace Bauer", email: "grace.bauer@example.com", project_id: 85, user_role: "editor", last_login: new Date("2020-01-22T03:10:12Z") },
            { id: 105, full_name: "Jack Lopez", email: "jack.lopez@example.net", project_id: 52, user_role: "admin", last_login: new Date("2023-10-15T23:44:58Z") },
            { id: 106, full_name: "Karim Lee", email: "karim.lee@example.org", project_id: 74, user_role: "editor", last_login: new Date("2023-01-30T21:01:53Z") },
            { id: 107, full_name: "James Bennett", email: "james.bennett@example.net", project_id: 3, user_role: "viewer", last_login: new Date("2022-03-15T00:36:27Z") },
            { id: 108, full_name: "Marco Murphy", email: null, project_id: 18, user_role: "editor", last_login: new Date("2022-09-23T05:11:01Z") },
            { id: 109, full_name: "Kai Cruz", email: "kai.cruz@example.org", project_id: 65, user_role: "editor", last_login: new Date("2020-06-28T23:22:15Z") },
            { id: 110, full_name: "Mei Bauer", email: "mei.bauer@example.org", project_id: 24, user_role: "editor", last_login: new Date("2023-08-02T16:47:10Z") },
            { id: 111, full_name: "Uma Singh", email: "uma.singh@example.com", project_id: 10, user_role: "viewer", last_login: new Date("2020-07-07T23:04:15Z") },
            { id: 112, full_name: "Anna Sato", email: null, project_id: 98, user_role: "editor", last_login: new Date("2021-02-27T15:14:16Z") },
            { id: 113, full_name: null, email: null, project_id: 66, user_role: "editor", last_login: new Date("2023-07-07T15:29:31Z") },
            { id: 114, full_name: "Tomas Yilmaz", email: "tomas.yilmaz@example.net", project_id: 28, user_role: "viewer", last_login: new Date("2022-01-05T11:12:18Z") },
            { id: 115, full_name: "Ethan Mendes", email: "ethan.mendes@example.org", project_id: 64, user_role: "admin", last_login: new Date("2023-01-11T07:18:29Z") },
            { id: 116, full_name: "Elena Young", email: "elena.young@example.com", project_id: 70, user_role: "admin", last_login: new Date("2021-03-03T09:19:11Z") },
            { id: 117, full_name: "Sara Torres", email: "sara.torres@example.org", project_id: 47, user_role: "admin", last_login: new Date("2020-09-01T00:24:43Z") },
            { id: 118, full_name: "Victor Jensen", email: "victor.jensen@example.org", project_id: 10, user_role: "admin", last_login: new Date("2022-02-16T05:22:04Z") },
            { id: 119, full_name: "Lena Wilson", email: "lena.wilson@example.org", project_id: 31, user_role: "viewer", last_login: new Date("2023-06-15T19:04:29Z") },
            { id: 120, full_name: "Nour Ruiz", email: "nour.ruiz@example.com", project_id: 23, user_role: "editor", last_login: new Date("2021-03-17T07:26:42Z") },
            { id: 121, full_name: "Ana Brown", email: "ana.brown@example.net", project_id: 1, user_role: "editor", last_login: new Date("2023-01-09T04:59:20Z") },
            { id: 122, full_name: "Noah Adams", email: "noah.adams@example.net", project_id: 14, user_role: "editor", last_login: new Date("2020-07-08T23:59:42Z") },
            { id: 123, full_name: null, email: null, project_id: 8, user_role: "editor", last_login: new Date("2021-07-08T13:19:18Z") },
            { id: 124, full_name: "Hana Lopez", email: "hana.lopez@example.org", project_id: 58, user_role: "viewer", last_login: new Date("2020-10-17T06:51:13Z") },
            { id: 125, full_name: "Julia Hughes", email: "julia.hughes@example.com", project_id: 55, user_role: "editor", last_login: new Date("2021-10-02T23:55:56Z") },
            { id: 126, full_name: "Emma Silva", email: "emma.silva@example.net", project_id: 40, user_role: "editor", last_login: new Date("2022-08-27T18:34:10Z") },
            { id: 127, full_name: null, email: null, project_id: 49, user_role: "editor", last_login: new Date("2022-10-09T17:55:40Z") },
            { id: 128, full_name: "Ivan Mendes", email: "ivan.mendes@example.com", project_id: 15, user_role: "editor", last_login: new Date("2023-07-01T03:48:49Z") },
            { id: 129, full_name: "James Flores", email: "james.flores@example.org", project_id: 51, user_role: "editor", last_login: new Date("2020-08-14T09:28:01Z") },
            { id: 130, full_name: "Hannah Carter", email: "hannah.carter@example.net", project_id: 57, user_role: "editor", last_login: new Date("2023-01-18T13:13:58Z") },
            { id: 131, full_name: "Deniz Yilmaz", email: "deniz.yilmaz@example.org", project_id: 72, user_role: "admin", last_login: new Date("2021-01-17T14:05:59Z") },
            { id: 132, full_name: "Priya Lopez", email: "priya.lopez@example.net", project_id: 7, user_role: "editor", last_login: new Date("2023-10-14T09:59:25Z") },
            { id: 133, full_name: "Jade Khan", email: "jade.khan@example.org", project_id: 20, user_role: "editor", last_login: new Date("2020-03-21T17:02:29Z") },
            { id: 134, full_name: "Mia Garcia", email: "mia.garcia@example.com", project_id: 19, user_role: "editor", last_login: new Date("2021-08-25T15:25:36Z") },
            { id: 135, full_name: null, email: null, project_id: 22, user_role: "viewer", last_login: new Date("2023-07-16T03:34:47Z") },
            { id: 136, full_name: "Daniel Murphy", email: "daniel.murphy@example.net", project_id: 51, user_role: "editor", last_login: new Date("2023-04-04T03:47:36Z") },
            { id: 137, full_name: "Elif Rossi", email: "elif.rossi@example.org", project_id: 28, user_role: "editor", last_login: new Date("2023-08-24T19:03:44Z") },
            { id: 138, full_name: "Uma Bennett", email: "uma.bennett@example.net", project_id: 49, user_role: "admin", last_login: new Date("2021-06-18T21:30:54Z") },
            { id: 139, full_name: "Andre Meyer", email: "andre.meyer@example.net", project_id: 31, user_role: "editor", last_login: new Date("2023-08-21T22:52:46Z") },
            { id: 140, full_name: "Mila Castro", email: "mila.castro@example.net", project_id: 44, user_role: "editor", last_login: new Date("2020-01-30T12:49:46Z") },
            { id: 141, full_name: "Jade Clark", email: "jade.clark@example.net", project_id: 11, user_role: "editor", last_login: new Date("2023-02-11T03:55:29Z") },
            { id: 142, full_name: "Marco Baker", email: "marco.baker@example.net", project_id: 83, user_role: "viewer", last_login: new Date("2023-03-27T02:50:18Z") },
            { id: 143, full_name: "Ruby Torres", email: "ruby.torres@example.org", project_id: 88, user_role: "editor", last_login: new Date("2023-09-14T04:23:20Z") },
            { id: 144, full_name: "Anna Khan", email: "anna.khan@example.org", project_id: 88, user_role: "editor", last_login: new Date("2023-08-16T09:25:26Z") },
            { id: 145, full_name: "Uma Schneider", email: "uma.schneider@example.org", project_id: 72, user_role: "editor", last_login: new Date("2022-11-17T08:18:02Z") },
            { id: 146, full_name: "Olivia Hoffmann", email: "olivia.hoffmann@example.org", project_id: 30, user_role: "viewer", last_login: new Date("2020-11-08T08:40:30Z") },
            { id: 147, full_name: "Diego Hansen", email: "diego.hansen@example.org", project_id: 15, user_role: "admin", last_login: new Date("2020-02-22T09:55:51Z") },
            { id: 148, full_name: "Hugo Novak", email: "hugo.novak@example.com", project_id: 29, user_role: "admin", last_login: new Date("2021-01-09T01:40:26Z") },
            { id: 149, full_name: "Emma Wright", email: "emma.wright@example.net", project_id: 98, user_role: "admin", last_login: new Date("2022-02-22T23:41:00Z") },
            { id: 150, full_name: "Hannah Jansen", email: "hannah.jansen@example.net", project_id: 74, user_role: "editor", last_login: new Date("2021-02-24T08:48:40Z") },
            { id: 151, full_name: "Amir Walker", email: "amir.walker@example.org", project_id: 38, user_role: "editor", last_login: new Date("2023-06-15T18:59:36Z") },
            { id: 152, full_name: "Deniz Yilmaz", email: "deniz.yilmaz@example.com", project_id: 11, user_role: "editor", last_login: new Date("2021-07-25T23:14:19Z") },
            { id: 153, full_name: "Ruby Torres", email: "ruby.torres@example.org", project_id: 99, user_role: "editor", last_login: new Date("2023-04-21T20:10:37Z") },
            { id: 154, full_name: "Priya Wagner", email: "priya.wagner@example.org", project_id: 13, user_role: "viewer", last_login: new Date("2020-04-30T20:26:35Z") },
            { id: 155, full_name: "Wei Fischer", email: "wei.fischer@example.org", project_id: 52, user_role: "viewer", last_login: new Date("2023-02-15T02:09:58Z") },
            { id: 156, full_name: "Paula Zhang", email: "paula.zhang@example.org", project_id: 68, user_role: "admin", last_login: new Date("2021-09-05T02:48:50Z") },
            { id: 157, full_name: "Karim Hoffmann", email: "karim.hoffmann@example.org", project_id: 58, user_role: "viewer", last_login: new Date("2020-08-25T18:35:45Z") },
            { id: 158, full_name: "Yusuf Weber", email: "yusuf.weber@example.com", project_id: 51, user_role: "editor", last_login: new Date("2021-02-12T21:00:49Z") },
            { id: 159, full_name: "Sam Silva", email: "sam.silva@example.net", project_id: 5, user_role: "editor", last_login: new Date("2023-05-02T03:44:00Z") },
            { id: 160, full_name: null, email: null, project_id: 91, user_role: "admin", last_login: new Date("2020-04-29T16:42:45Z") },
            { id: 161, full_name: null, email: null, project_id: 32, user_role: "viewer", last_login: new Date("2023-08-13T21:24:38Z") },
            { id: 162, full_name: null, email: null, project_id: 49, user_role: "admin", last_login: new Date("2023-08-31T03:34:48Z") },
            { id: 163, full_name: null, email: null, project_id: 1, user_role: "editor", last_login: new Date("2020-11-01T00:39:10Z") },
            { id: 164, full_name: "Nadia Larsen", email: "nadia.larsen@example.net", project_id: 90, user_role: "viewer", last_login: new Date("2021-04-04T03:21:37Z") },
            { id: 165, full_name: "Olivia Cruz", email: "olivia.cruz@example.org", project_id: 86, user_role: "editor", last_login: new Date("2021-09-20T18:35:33Z") },
            { id: 166, full_name: "Yara Khan", email: "yara.khan@example.com", project_id: 57, user_role: "editor", last_login: new Date("2023-01-12T14:52:56Z") },
            { id: 167, full_name: "Ravi Wilson", email: "ravi.wilson@example.net", project_id: 55, user_role: "viewer", last_login: new Date("2023-03-13T09:55:30Z") },
            { id: 168, full_name: "Carlos Kaya", email: "carlos.kaya@example.org", project_id: 93, user_role: "admin", last_login: new Date("2023-11-12T20:25:49Z") },
            { id: 169, full_name: "Rosa Nakamura", email: "rosa.nakamura@example.org", project_id: 16, user_role: "viewer", last_login: new Date("2020-05-19T21:08:28Z") },
            { id: 170, full_name: null, email: null, project_id: 81, user_role: "editor", last_login: new Date("2022-04-01T12:00:18Z") },
            { id: 171, full_name: "Hannah Hoffmann", email: null, project_id: 75, user_role: "admin", last_login: new Date("2023-11-28T14:22:19Z") },
            { id: 172, full_name: null, email: null, project_id: 16, user_role: "viewer", last_login: new Date("2022-04-24T17:07:05Z") },
            { id: 173, full_name: "Mei Kaya", email: "mei.kaya@example.org", project_id: 2, user_role: "editor", last_login: new Date("2022-07-11T08:22:44Z") },
            { id: 174, full_name: "Isaac Silva", email: "isaac.silva@example.com", project_id: 58, user_role: "viewer", last_login: new Date("2020-11-29T16:51:39Z") },
            { id: 175, full_name: "Rosa Sato", email: "rosa.sato@example.org", project_id: 58, user_role: "editor", last_login: new Date("2020-12-06T07:59:47Z") },
            { id: 176, full_name: "Isaac Wilson", email: "isaac.wilson@example.com", project_id: 72, user_role: "viewer", last_login: new Date("2022-01-28T00:50:20Z") },
            { id: 177, full_name: null, email: null, project_id: 70, user_role: "admin", last_login: new Date("2021-06-11T22:26:04Z") },
            { id: 178, full_name: "Fatima Reyes", email: "fatima.reyes@example.com", project_id: 74, user_role: "viewer", last_login: new Date("2023-11-23T20:43:31Z") },
            { id: 179, full_name: "Sofia Nakamura", email: "sofia.nakamura@example.net", project_id: 71, user_role: "editor", last_login: new Date("2020-12-13T16:58:19Z") },
            { id: 180, full_name: "Deniz Costa", email: "deniz.costa@example.com", project_id: 73, user_role: "editor", last_login: new Date("2023-12-17T16:38:15Z") },
            { id: 181, full_name: "Sven Andersen", email: "sven.andersen@example.net", project_id: 5, user_role: "editor", last_login: new Date("2021-11-24T08:30:52Z") },
            { id: 182, full_name: "Tomas Singh", email: "tomas.singh@example.org", project_id: 21, user_role: "editor", last_login: new Date("2023-12-26T19:16:39Z") },
            { id: 183, full_name: "Laura Hoffmann", email: "laura.hoffmann@example.net", project_id: 14, user_role: "editor", last_login: new Date("2020-11-24T02:38:47Z") },
            { id: 184, full_name: "Ethan Brown", email: "ethan.brown@example.com", project_id: 77, user_role: "admin", last_login: new Date("2022-05-18T01:28:19Z") },
            { id: 185, full_name: "Mei Johnson", email: "mei.johnson@example.net", project_id: 15, user_role: "admin", last_login: new Date("2021-08-26T06:46:52Z") },
            { id: 186, full_name: "Selin Flores", email: "selin.flores@example.org", project_id: 83, user_role: "editor", last_login: new Date("2020-10-05T00:27:02Z") },
            { id: 187, full_name: "Mohamed Kowalski", email: "mohamed.kowalski@example.net", project_id: 1, user_role: "editor", last_login: new Date("2022-06-16T06:10:15Z") },
            { id: 188, full_name: null, email: null, project_id: 9, user_role: "editor", last_login: new Date("2020-01-15T09:03:27Z") },
            { id: 189, full_name: "Paula Brown", email: "paula.brown@example.net", project_id: 33, user_role: "editor", last_login: new Date("2020-02-14T19:42:27Z") },
            { id: 190, full_name: "Ben Jensen", email: "ben.jensen@example.com", project_id: 63, user_role: "editor", last_login: new Date("2020-07-07T01:34:30Z") },
            { id: 191, full_name: "Elena Baker", email: "elena.baker@example.org", project_id: 99, user_role: "admin", last_login: new Date("2022-05-31T13:25:28Z") },
            { id: 192, full_name: "Maria Castro", email: "maria.castro@example.com", project_id: 11, user_role: "editor", last_login: new Date("2020-07-08T16:58:52Z") },
            { id: 193, full_name: "Ravi Meyer", email: "ravi.meyer@example.net", project_id: 37, user_role: "viewer", last_login: new Date("2021-09-23T05:12:28Z") },
            { id: 194, full_name: "Hugo Mendes", email: "hugo.mendes@example.org", project_id: 100, user_role: "editor", last_login: new Date("2023-01-09T09:28:53Z") },
            { id: 195, full_name: null, email: null, project_id: 98, user_role: "editor", last_login: new Date("2021-05-17T18:02:47Z") },
            { id: 196, full_name: "Marco Nguyen", email: "marco.nguyen@example.org", project_id: 94, user_role: "viewer", last_login: new Date("2021-01-02T08:21:37Z") },
            { id: 197, full_name: "Omar Patel", email: "omar.patel@example.net", project_id: 66, user_role: "editor", last_login: new Date("2022-11-21T11:08:53Z") },
            { id: 198, full_name: "Carlos Dubois", email: "carlos.dubois@example.com", project_id: 51, user_role: "viewer", last_login: new Date("2021-09-25T05:41:38Z") },
            { id: 199, full_name: "Mila Pereira", email: "mila.pereira@example.com", project_id: 77, user_role: "viewer", last_login: new Date("2022-09-25T03:05:20Z") },
            { id: 200, full_name: "Jade Vargas", email: "jade.vargas@example.com", project_id: 47, user_role: "editor", last_login: new Date("2020-09-15T07:27:18Z") },
        ],
    });
}

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