// Workforce Scheduling Insights (workforce-scheduling-insights) 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.employees), 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.employees.createMany({
        data: [
            { id: 1, full_name: "Jade Diaz", email: "jade.diaz@example.net", role: "Staff", skills: null },
            { id: 2, full_name: "Wei Patel", email: "wei.patel@example.com", role: "Intern", skills: "problem-solving compliance" },
            { id: 3, full_name: "Anna Wilson", email: "anna.wilson@example.com", role: "Intern", skills: null },
            { id: 4, full_name: "Kai Andersen", email: "kai.andersen@example.com", role: "Manager", skills: null },
            { id: 5, full_name: "Kai Meyer", email: "kai.meyer@example.com", role: "Staff", skills: "sales resource-allocation flexibility" },
            { id: 6, full_name: "Maria Demir", email: "maria.demir@example.com", role: "Manager", skills: "administration performance-management" },
            { id: 7, full_name: "Sara Walker", email: "sara.walker@example.com", role: "Staff", skills: "inclusion" },
            { id: 8, full_name: "Chen Kim", email: "chen.kim@example.org", role: "Staff", skills: null },
            { id: 9, full_name: "Liam Jensen", email: "liam.jensen@example.org", role: "Manager", skills: "quality-assurance data-entry" },
            { id: 10, full_name: "Carlos Costa", email: "carlos.costa@example.net", role: "Manager", skills: "conflict-resolution critical-thinking" },
            { id: 11, full_name: "Sam Sousa", email: "sam.sousa@example.org", role: "Manager", skills: "problem-solving" },
            { id: 12, full_name: "Kai Andersen", email: "kai.andersen@example.org", role: "Intern", skills: "safety detail-oriented" },
            { id: 13, full_name: "Maja Castro", email: "maja.castro@example.net", role: "Manager", skills: "empathy" },
            { id: 14, full_name: "Anna Schmidt", email: "anna.schmidt@example.com", role: "Staff", skills: "presentation software" },
            { id: 15, full_name: "Elif Ibrahim", email: "elif.ibrahim@example.com", role: "Intern", skills: null },
            { id: 16, full_name: "Zoe Ahmed", email: "zoe.ahmed@example.com", role: "Manager", skills: "confidentiality" },
            { id: 17, full_name: "Anna Wright", email: "anna.wright@example.org", role: "Manager", skills: null },
            { id: 18, full_name: "Selin Torres", email: "selin.torres@example.com", role: "Staff", skills: "safety detail-oriented critical-thinking" },
            { id: 19, full_name: "Kai Chen", email: "kai.chen@example.org", role: "Intern", skills: "time-management diversity software" },
            { id: 20, full_name: "Carla Schneider", email: "carla.schneider@example.org", role: "Manager", skills: "flexibility" },
            { id: 21, full_name: "Isaac Reyes", email: "isaac.reyes@example.org", role: "Manager", skills: "time-management decision-making confidentiality" },
            { id: 22, full_name: "Sven Chen", email: "sven.chen@example.com", role: "Manager", skills: "project-management" },
            { id: 23, full_name: "Maja Costa", email: "maja.costa@example.net", role: "Staff", skills: "flexibility" },
            { id: 24, full_name: "Tariq Martin", email: "tariq.martin@example.com", role: "Staff", skills: "data-analysis" },
            { id: 25, full_name: "Sven Yilmaz", email: "sven.yilmaz@example.com", role: "Manager", skills: "organization" },
            { id: 26, full_name: "Chen Lopez", email: "chen.lopez@example.com", role: "Manager", skills: "analytical" },
            { id: 27, full_name: "David Davis", email: "david.davis@example.org", role: "Staff", skills: "multitasking adaptability technology" },
            { id: 28, full_name: "Ethan Garcia", email: "ethan.garcia@example.com", role: "Manager", skills: "conflict-resolution analytical workforce-planning" },
            { id: 29, full_name: "Ivan Wang", email: "ivan.wang@example.com", role: "Staff", skills: "employee-engagement leadership" },
            { id: 30, full_name: "Lucas Lopez", email: "lucas.lopez@example.com", role: "Staff", skills: "resource-allocation" },
            { id: 31, full_name: "Jack Zhang", email: "jack.zhang@example.net", role: "Staff", skills: "empathy" },
            { id: 32, full_name: "Alice Smith", email: "alice.smith@example.com", role: "Intern", skills: "collaboration multitasking safety" },
            { id: 33, full_name: "Nadia Park", email: "nadia.park@example.com", role: "Manager", skills: "research-and-development forecasting" },
            { id: 34, full_name: "Hugo Novak", email: "hugo.novak@example.net", role: "Manager", skills: "data-entry compliance" },
            { id: 35, full_name: "Ana Clark", email: "ana.clark@example.net", role: "Manager", skills: "flexibility inclusion" },
            { id: 36, full_name: "Carlos Martin", email: "carlos.martin@example.com", role: "Manager", skills: "empathy sales teamwork" },
            { id: 37, full_name: "Ivan Rossi", email: "ivan.rossi@example.com", role: "Staff", skills: "self-motivation" },
            { id: 38, full_name: "Selin Chen", email: "selin.chen@example.org", role: "Staff", skills: "critical-thinking" },
            { id: 39, full_name: "Daniel Ali", email: "daniel.ali@example.net", role: "Manager", skills: "teamwork" },
            { id: 40, full_name: "Isaac Jensen", email: "isaac.jensen@example.com", role: "Manager", skills: "scheduling detail-oriented" },
            { id: 41, full_name: "Elena Shah", email: "elena.shah@example.net", role: "Manager", skills: "employee-engagement innovation" },
            { id: 42, full_name: "Sofia Nguyen", email: "sofia.nguyen@example.org", role: "Staff", skills: "conflict-resolution presentation" },
            { id: 43, full_name: "Sara Mendes", email: "sara.mendes@example.org", role: "Intern", skills: "problem-solving inclusion" },
            { id: 44, full_name: "Anna Adams", email: "anna.adams@example.com", role: "Staff", skills: "training multitasking" },
            { id: 45, full_name: "Karim Hoffmann", email: "karim.hoffmann@example.org", role: "Manager", skills: "motivation research" },
            { id: 46, full_name: "Carla Sousa", email: "carla.sousa@example.com", role: "Intern", skills: "confidentiality collaboration decision-making" },
            { id: 47, full_name: "Mei Rossi", email: "mei.rossi@example.net", role: "Staff", skills: null },
            { id: 48, full_name: "Mia Mendes", email: "mia.mendes@example.org", role: "Staff", skills: "training motivation technology" },
            { id: 49, full_name: "Lucas Rossi", email: "lucas.rossi@example.com", role: "Manager", skills: null },
            { id: 50, full_name: "Isaac Ahmed", email: "isaac.ahmed@example.com", role: "Manager", skills: "time-tracking" },
            { id: 51, full_name: "Noah Oliveira", email: "noah.oliveira@example.com", role: "Staff", skills: "technology" },
            { id: 52, full_name: "Zoe Khan", email: "zoe.khan@example.com", role: "Staff", skills: "teamwork data-analysis" },
            { id: 53, full_name: "Julia Jensen", email: "julia.jensen@example.com", role: "Manager", skills: "creativity networking" },
            { id: 54, full_name: "Elena Ahmed", email: "elena.ahmed@example.org", role: "Manager", skills: "strategic-thinking mentoring customer-service" },
            { id: 55, full_name: "Ben Lee", email: "ben.lee@example.net", role: "Manager", skills: "budgeting" },
            { id: 56, full_name: "Carla Rossi", email: "carla.rossi@example.org", role: "Manager", skills: "resource-allocation empathy" },
            { id: 57, full_name: "Hugo Meyer", email: "hugo.meyer@example.net", role: "Manager", skills: "networking decision-making presentation" },
            { id: 58, full_name: "Fatima Ibrahim", email: "fatima.ibrahim@example.org", role: "Manager", skills: "budgeting technology" },
            { id: 59, full_name: "Theo Silva", email: "theo.silva@example.net", role: "Manager", skills: "scheduling problem-solving empathy" },
            { id: 60, full_name: "Ethan Nakamura", email: "ethan.nakamura@example.org", role: "Manager", skills: "administration sales" },
            { id: 61, full_name: "Hannah Brown", email: "hannah.brown@example.com", role: "Staff", skills: "innovation collaboration logistics" },
            { id: 62, full_name: "Oscar Clark", email: "oscar.clark@example.org", role: "Manager", skills: "coaching networking problem-solving" },
            { id: 63, full_name: "Leo Bennett", email: "leo.bennett@example.com", role: "Intern", skills: null },
            { id: 64, full_name: "Arjun Young", email: "arjun.young@example.com", role: "Manager", skills: "mentoring" },
            { id: 65, full_name: "Jade Wang", email: "jade.wang@example.com", role: "Staff", skills: "reporting critical-thinking" },
            { id: 66, full_name: "Noah Carter", email: "noah.carter@example.net", role: "Manager", skills: "resource-allocation" },
            { id: 67, full_name: "Mia Johnson", email: "mia.johnson@example.org", role: "Manager", skills: "innovation interpersonal scheduling" },
            { id: 68, full_name: "Ivan Zhang", email: "ivan.zhang@example.org", role: "Staff", skills: "innovation software collaboration" },
            { id: 69, full_name: "Uma Hoffmann", email: "uma.hoffmann@example.org", role: "Manager", skills: "budgeting" },
            { id: 70, full_name: "Ivan Carter", email: "ivan.carter@example.com", role: "Manager", skills: "safety teamwork" },
            { id: 71, full_name: "Carlos Pereira", email: "carlos.pereira@example.org", role: "Staff", skills: "negotiation data-entry presentation" },
            { id: 72, full_name: "Diego Castro", email: "diego.castro@example.net", role: "Manager", skills: "software collaboration creativity" },
            { id: 73, full_name: "Yara Jensen", email: "yara.jensen@example.org", role: "Intern", skills: "sales time-tracking" },
            { id: 74, full_name: "Felix Walker", email: "felix.walker@example.com", role: "Manager", skills: "reporting confidentiality" },
            { id: 75, full_name: "Lina Wagner", email: "lina.wagner@example.net", role: "Staff", skills: "teamwork budgeting inclusion" },
            { id: 76, full_name: "Chen Gupta", email: "chen.gupta@example.org", role: "Staff", skills: "multitasking planning" },
            { id: 77, full_name: "Sara Khan", email: "sara.khan@example.org", role: "Manager", skills: "confidentiality decision-making" },
            { id: 78, full_name: "Nina Lopez", email: "nina.lopez@example.org", role: "Staff", skills: "data-entry" },
            { id: 79, full_name: "Noah Demir", email: "noah.demir@example.org", role: "Manager", skills: "detail-oriented teamwork" },
            { id: 80, full_name: "Nina Schmidt", email: "nina.schmidt@example.com", role: "Staff", skills: "research flexibility administration" },
            { id: 81, full_name: "Rosa Flores", email: "rosa.flores@example.org", role: "Manager", skills: "safety strategic-thinking" },
            { id: 82, full_name: "Carlos Schmidt", email: "carlos.schmidt@example.org", role: "Manager", skills: "collaboration decision-making" },
            { id: 83, full_name: "Mohamed Moreau", email: "mohamed.moreau@example.net", role: "Staff", skills: "strategic-thinking training" },
            { id: 84, full_name: "Selin Park", email: "selin.park@example.net", role: "Manager", skills: "logistics" },
            { id: 85, full_name: "Ruby Ali", email: "ruby.ali@example.net", role: "Manager", skills: "technical" },
            { id: 86, full_name: "Mohamed Andersen", email: "mohamed.andersen@example.com", role: "Manager", skills: "organization decision-making teamwork" },
            { id: 87, full_name: "Wei Lee", email: "wei.lee@example.org", role: "Staff", skills: "collaboration teamwork" },
            { id: 88, full_name: "Noah Castro", email: "noah.castro@example.net", role: "Intern", skills: "adaptability presentation data-analysis" },
            { id: 89, full_name: "Sam Oliveira", email: "sam.oliveira@example.net", role: "Staff", skills: "technology budgeting" },
            { id: 90, full_name: "Maria Meyer", email: "maria.meyer@example.net", role: "Intern", skills: "performance-management critical-thinking" },
            { id: 91, full_name: "David Ahmed", email: "david.ahmed@example.org", role: "Manager", skills: "research adaptability diversity" },
            { id: 92, full_name: "Theo Khan", email: "theo.khan@example.org", role: "Staff", skills: "decision-making inclusion innovation" },
            { id: 93, full_name: "Carlos Shah", email: "carlos.shah@example.net", role: "Manager", skills: "technical" },
            { id: 94, full_name: "Grace Schmidt", email: "grace.schmidt@example.net", role: "Manager", skills: "creativity" },
            { id: 95, full_name: "Sven Ali", email: "sven.ali@example.net", role: "Manager", skills: "marketing budgeting" },
            { id: 96, full_name: "Jack Bauer", email: "jack.bauer@example.net", role: "Manager", skills: "conflict-resolution creativity" },
            { id: 97, full_name: "Jonas Bauer", email: "jonas.bauer@example.net", role: "Manager", skills: "communication" },
            { id: 98, full_name: "Mohamed Baker", email: "mohamed.baker@example.org", role: "Intern", skills: "compliance" },
            { id: 99, full_name: "Hannah Ahmed", email: "hannah.ahmed@example.net", role: "Intern", skills: "workforce-planning" },
            { id: 100, full_name: "Nina Garcia", email: "nina.garcia@example.org", role: "Staff", skills: "creativity teamwork" },
            { id: 101, full_name: "Andre Walker", email: "andre.walker@example.org", role: "Manager", skills: null },
            { id: 102, full_name: "Victor Flores", email: "victor.flores@example.org", role: "Staff", skills: "strategic-thinking research-and-development" },
            { id: 103, full_name: "Zoe Larsen", email: "zoe.larsen@example.com", role: "Manager", skills: "software technical" },
            { id: 104, full_name: "Rosa Reyes", email: "rosa.reyes@example.com", role: "Staff", skills: "data-entry research-and-development compliance" },
            { id: 105, full_name: "Maja Shah", email: "maja.shah@example.net", role: "Manager", skills: "planning" },
            { id: 106, full_name: "Ethan Flores", email: "ethan.flores@example.com", role: "Staff", skills: "budgeting" },
            { id: 107, full_name: "Mei Martin", email: "mei.martin@example.org", role: "Staff", skills: "problem-solving reporting mentoring" },
            { id: 108, full_name: "Ines Nguyen", email: "ines.nguyen@example.net", role: "Manager", skills: null },
            { id: 109, full_name: "James Jansen", email: "james.jansen@example.org", role: "Manager", skills: null },
            { id: 110, full_name: "Hugo Sousa", email: "hugo.sousa@example.net", role: "Manager", skills: "interpersonal" },
            { id: 111, full_name: "Ruby Davis", email: "ruby.davis@example.com", role: "Manager", skills: "adaptability flexibility employee-engagement" },
            { id: 112, full_name: "Sara Diaz", email: "sara.diaz@example.com", role: "Manager", skills: null },
            { id: 113, full_name: "Oscar Oliveira", email: "oscar.oliveira@example.org", role: "Intern", skills: "empathy performance-management" },
            { id: 114, full_name: "Ivan Evans", email: "ivan.evans@example.org", role: "Intern", skills: "confidentiality" },
            { id: 115, full_name: "Deniz Diaz", email: "deniz.diaz@example.com", role: "Manager", skills: "resource-allocation" },
            { id: 116, full_name: "Sam Demir", email: "sam.demir@example.net", role: "Manager", skills: "conflict-resolution empathy performance-management" },
            { id: 117, full_name: "Noah Baker", email: "noah.baker@example.net", role: "Manager", skills: "training coaching interpersonal" },
            { id: 118, full_name: "Elif Dubois", email: "elif.dubois@example.com", role: "Manager", skills: "motivation" },
            { id: 119, full_name: "Wei Brown", email: "wei.brown@example.net", role: "Staff", skills: "time-management software" },
            { id: 120, full_name: "Maya Gupta", email: "maya.gupta@example.com", role: "Manager", skills: "confidentiality" },
            { id: 121, full_name: "Hana Johnson", email: "hana.johnson@example.org", role: "Manager", skills: "mentoring performance-management" },
            { id: 122, full_name: "Mohamed Wilson", email: "mohamed.wilson@example.org", role: "Staff", skills: "technical reporting logistics" },
            { id: 123, full_name: "Ivan Carter", email: "ivan.carter@example.org", role: "Intern", skills: "conflict-resolution adaptability" },
            { id: 124, full_name: "Andre Ibrahim", email: "andre.ibrahim@example.net", role: "Manager", skills: "detail-oriented mentoring talent-acquisition" },
            { id: 125, full_name: "Grace Park", email: "grace.park@example.net", role: "Manager", skills: "administration workforce-planning" },
            { id: 126, full_name: "Maja Hassan", email: "maja.hassan@example.org", role: "Staff", skills: "confidentiality networking adaptability" },
            { id: 127, full_name: "Ines Schmidt", email: "ines.schmidt@example.net", role: "Intern", skills: "motivation quality-assurance" },
            { id: 128, full_name: "Yusuf Carter", email: "yusuf.carter@example.net", role: "Manager", skills: "compliance confidentiality budgeting" },
            { id: 129, full_name: "Mei Hassan", email: "mei.hassan@example.com", role: "Intern", skills: "planning" },
            { id: 130, full_name: "Lena Ahmed", email: "lena.ahmed@example.net", role: "Staff", skills: "interpersonal forecasting" },
            { id: 131, full_name: "Sofia Wagner", email: "sofia.wagner@example.com", role: "Manager", skills: "empathy" },
            { id: 132, full_name: "Zara Schneider", email: "zara.schneider@example.com", role: "Staff", skills: "detail-oriented" },
            { id: 133, full_name: "Ravi Patel", email: "ravi.patel@example.org", role: "Manager", skills: "data-entry motivation adaptability" },
            { id: 134, full_name: "Ibrahim Gupta", email: "ibrahim.gupta@example.org", role: "Staff", skills: "quality-assurance compliance research" },
            { id: 135, full_name: "Elena Garcia", email: "elena.garcia@example.net", role: "Manager", skills: null },
            { id: 136, full_name: "Zoe Silva", email: "zoe.silva@example.com", role: "Manager", skills: "leadership" },
            { id: 137, full_name: "Chloe Vargas", email: "chloe.vargas@example.net", role: "Manager", skills: "technology time-management" },
            { id: 138, full_name: "David Hoffmann", email: "david.hoffmann@example.org", role: "Manager", skills: "empathy" },
            { id: 139, full_name: "Grace Zhang", email: "grace.zhang@example.net", role: "Staff", skills: "self-motivation time-management project-management" },
            { id: 140, full_name: "Ben Lee", email: "ben.lee@example.com", role: "Manager", skills: "performance-management" },
            { id: 141, full_name: "Elena Davis", email: "elena.davis@example.com", role: "Staff", skills: "data-analysis critical-thinking confidentiality" },
            { id: 142, full_name: "Hugo Larsen", email: "hugo.larsen@example.org", role: "Manager", skills: "budgeting presentation compliance" },
            { id: 143, full_name: "Karim Castro", email: "karim.castro@example.net", role: "Staff", skills: "critical-thinking" },
            { id: 144, full_name: "Daniel Wang", email: "daniel.wang@example.org", role: "Intern", skills: null },
            { id: 145, full_name: "Maya Gupta", email: "maya.gupta@example.com", role: "Staff", skills: "adaptability safety" },
            { id: 146, full_name: "Sara Costa", email: "sara.costa@example.net", role: "Manager", skills: null },
            { id: 147, full_name: "Selin Reyes", email: "selin.reyes@example.com", role: "Intern", skills: "confidentiality safety" },
            { id: 148, full_name: "Oscar Pereira", email: "oscar.pereira@example.org", role: "Manager", skills: "forecasting software self-motivation" },
            { id: 149, full_name: "Jade Yilmaz", email: "jade.yilmaz@example.org", role: "Staff", skills: "planning" },
            { id: 150, full_name: "Yara Hoffmann", email: "yara.hoffmann@example.net", role: "Manager", skills: "leadership planning" },
            { id: 151, full_name: "Rosa Schmidt", email: "rosa.schmidt@example.org", role: "Staff", skills: "data-entry workforce-planning" },
            { id: 152, full_name: "Yusuf Gomez", email: "yusuf.gomez@example.com", role: "Manager", skills: "communication logistics data-entry" },
            { id: 153, full_name: "Priya Patel", email: "priya.patel@example.net", role: "Staff", skills: "performance-management" },
            { id: 154, full_name: "Ruby Jensen", email: "ruby.jensen@example.net", role: "Manager", skills: "performance-management" },
            { id: 155, full_name: "Lena Tanaka", email: "lena.tanaka@example.com", role: "Staff", skills: "mentoring motivation human-resources" },
            { id: 156, full_name: "Uma Khan", email: "uma.khan@example.com", role: "Manager", skills: "scheduling time-management" },
            { id: 157, full_name: "Fatima Wang", email: "fatima.wang@example.com", role: "Staff", skills: "sales mentoring conflict-resolution" },
            { id: 158, full_name: "Grace Taylor", email: "grace.taylor@example.org", role: "Manager", skills: null },
            { id: 159, full_name: "Ruby Johnson", email: "ruby.johnson@example.com", role: "Staff", skills: "negotiation sales decision-making" },
            { id: 160, full_name: "Ethan Johnson", email: "ethan.johnson@example.org", role: "Manager", skills: "leadership training customer-service" },
            { id: 161, full_name: "Mila Meyer", email: "mila.meyer@example.org", role: "Staff", skills: null },
            { id: 162, full_name: "Ethan Novak", email: "ethan.novak@example.org", role: "Manager", skills: "time-tracking talent-acquisition" },
            { id: 163, full_name: "Julia Bennett", email: "julia.bennett@example.com", role: "Manager", skills: "analytical collaboration" },
            { id: 164, full_name: "Kai Ahmed", email: "kai.ahmed@example.org", role: "Manager", skills: "quality-assurance inclusion" },
            { id: 165, full_name: "Laura Hassan", email: "laura.hassan@example.org", role: "Manager", skills: "human-resources" },
            { id: 166, full_name: "James Khan", email: "james.khan@example.net", role: "Staff", skills: "scheduling training" },
            { id: 167, full_name: "Mia Torres", email: "mia.torres@example.com", role: "Manager", skills: "problem-solving conflict-resolution interpersonal" },
            { id: 168, full_name: "Maja Wright", email: "maja.wright@example.net", role: "Manager", skills: "empathy quality-assurance leadership" },
            { id: 169, full_name: "Mei Pereira", email: "mei.pereira@example.org", role: "Manager", skills: "time-tracking" },
            { id: 170, full_name: "Noah Vargas", email: "noah.vargas@example.org", role: "Manager", skills: "forecasting creativity training" },
            { id: 171, full_name: "Ana Fischer", email: "ana.fischer@example.com", role: "Manager", skills: "technical" },
            { id: 172, full_name: "Felix Kaya", email: "felix.kaya@example.net", role: "Manager", skills: "training" },
            { id: 173, full_name: "Elena Lopez", email: "elena.lopez@example.org", role: "Manager", skills: "technical teamwork" },
            { id: 174, full_name: "Jack Taylor", email: "jack.taylor@example.org", role: "Manager", skills: "performance-management" },
            { id: 175, full_name: "Ben Vargas", email: "ben.vargas@example.com", role: "Manager", skills: "sales" },
            { id: 176, full_name: "Sven Adams", email: "sven.adams@example.net", role: "Staff", skills: null },
            { id: 177, full_name: "Mateo Miller", email: "mateo.miller@example.com", role: "Manager", skills: "networking" },
            { id: 178, full_name: "Nina Baker", email: "nina.baker@example.net", role: "Manager", skills: "problem-solving leadership technology" },
            { id: 179, full_name: "Zara Garcia", email: "zara.garcia@example.net", role: "Manager", skills: "scheduling talent-acquisition" },
            { id: 180, full_name: "Jack Lee", email: "jack.lee@example.org", role: "Manager", skills: "leadership detail-oriented" },
            { id: 181, full_name: "Yusuf Wang", email: "yusuf.wang@example.com", role: "Manager", skills: null },
            { id: 182, full_name: "Jade Martin", email: "jade.martin@example.net", role: "Manager", skills: null },
            { id: 183, full_name: "Hannah Yilmaz", email: "hannah.yilmaz@example.com", role: "Intern", skills: "resource-allocation" },
            { id: 184, full_name: "Andre Yilmaz", email: "andre.yilmaz@example.org", role: "Manager", skills: null },
            { id: 185, full_name: "Jack Clark", email: "jack.clark@example.com", role: "Manager", skills: "collaboration conflict-resolution" },
            { id: 186, full_name: "Amir Diaz", email: "amir.diaz@example.org", role: "Manager", skills: "coaching detail-oriented" },
            { id: 187, full_name: "Omar Pereira", email: "omar.pereira@example.net", role: "Manager", skills: "collaboration" },
            { id: 188, full_name: "Alice Tanaka", email: "alice.tanaka@example.net", role: "Manager", skills: "conflict-resolution reporting networking" },
            { id: 189, full_name: "Pedro Rossi", email: "pedro.rossi@example.org", role: "Manager", skills: "time-management scheduling" },
            { id: 190, full_name: "Elif Murphy", email: "elif.murphy@example.net", role: "Manager", skills: "software human-resources empathy" },
            { id: 191, full_name: "Ana Gomez", email: "ana.gomez@example.net", role: "Intern", skills: null },
            { id: 192, full_name: "Sven Nguyen", email: "sven.nguyen@example.org", role: "Staff", skills: "talent-acquisition collaboration forecasting" },
            { id: 193, full_name: "Olivia Bauer", email: "olivia.bauer@example.com", role: "Manager", skills: "workforce-planning time-management mentoring" },
            { id: 194, full_name: "Marco Zhang", email: "marco.zhang@example.com", role: "Manager", skills: "interpersonal flexibility training" },
            { id: 195, full_name: "Nadia Tanaka", email: "nadia.tanaka@example.com", role: "Manager", skills: "organization" },
            { id: 196, full_name: "Tariq Pereira", email: "tariq.pereira@example.com", role: "Staff", skills: "teamwork software reporting" },
            { id: 197, full_name: "Hannah Miller", email: "hannah.miller@example.net", role: "Manager", skills: "innovation" },
            { id: 198, full_name: "Hugo Young", email: "hugo.young@example.net", role: "Staff", skills: "detail-oriented" },
            { id: 199, full_name: "Yusuf Cruz", email: "yusuf.cruz@example.org", role: "Manager", skills: "multitasking reporting" },
            { id: 200, full_name: "Mei Costa", email: "mei.costa@example.net", role: "Staff", skills: "human-resources workforce-planning data-entry" },
        ],
    });
    await prisma.leave_requests.createMany({
        data: [
            { id: 1, employee_id: 127, leave_type: "Personal", start_date: null, end_date: "2023-08-08" },
            { id: 2, employee_id: 8, leave_type: "Personal", start_date: null, end_date: null },
            { id: 3, employee_id: 49, leave_type: "Sick", start_date: "2023-12-19", end_date: "2023-06-11" },
            { id: 4, employee_id: 134, leave_type: "Vacation", start_date: "2023-10-19", end_date: "2023-03-21" },
            { id: 5, employee_id: 73, leave_type: "Personal", start_date: null, end_date: "2023-09-21" },
            { id: 6, employee_id: 128, leave_type: "Personal", start_date: null, end_date: "2023-04-20" },
            { id: 7, employee_id: 151, leave_type: "Personal", start_date: null, end_date: "2023-02-20" },
            { id: 8, employee_id: 58, leave_type: "Sick", start_date: "2023-08-27", end_date: "2023-12-14" },
            { id: 9, employee_id: 167, leave_type: "Vacation", start_date: "2023-03-19", end_date: "2023-12-28" },
            { id: 10, employee_id: 59, leave_type: "Sick", start_date: "2023-03-24", end_date: "2023-07-19" },
            { id: 11, employee_id: 53, leave_type: "Sick", start_date: "2023-10-25", end_date: null },
            { id: 12, employee_id: 138, leave_type: "Personal", start_date: null, end_date: "2023-08-07" },
            { id: 13, employee_id: 127, leave_type: "Vacation", start_date: "2023-11-14", end_date: "2023-10-04" },
            { id: 14, employee_id: 12, leave_type: "Vacation", start_date: "2023-10-14", end_date: "2023-09-01" },
            { id: 15, employee_id: 64, leave_type: "Vacation", start_date: "2023-08-24", end_date: "2023-05-22" },
            { id: 16, employee_id: 164, leave_type: "Sick", start_date: "2023-10-23", end_date: "2023-11-03" },
            { id: 17, employee_id: 12, leave_type: "Vacation", start_date: "2023-01-01", end_date: null },
            { id: 18, employee_id: 28, leave_type: "Sick", start_date: "2023-05-13", end_date: "2023-02-09" },
            { id: 19, employee_id: 130, leave_type: "Sick", start_date: "2023-07-08", end_date: "2023-07-25" },
            { id: 20, employee_id: 32, leave_type: "Personal", start_date: null, end_date: "2023-08-13" },
            { id: 21, employee_id: 40, leave_type: "Sick", start_date: "2023-05-26", end_date: "2023-07-24" },
            { id: 22, employee_id: 34, leave_type: "Personal", start_date: null, end_date: "2023-12-19" },
            { id: 23, employee_id: 138, leave_type: "Sick", start_date: "2023-11-10", end_date: "2023-05-12" },
            { id: 24, employee_id: 51, leave_type: "Personal", start_date: null, end_date: "2023-08-26" },
            { id: 25, employee_id: 28, leave_type: "Sick", start_date: "2023-05-29", end_date: "2023-09-23" },
            { id: 26, employee_id: 67, leave_type: "Sick", start_date: "2023-01-29", end_date: "2023-11-27" },
            { id: 27, employee_id: 32, leave_type: "Vacation", start_date: "2023-10-10", end_date: "2023-10-22" },
            { id: 28, employee_id: 139, leave_type: "Sick", start_date: "2023-07-11", end_date: "2023-09-29" },
            { id: 29, employee_id: 81, leave_type: "Sick", start_date: "2023-09-06", end_date: "2023-01-18" },
            { id: 30, employee_id: 162, leave_type: "Vacation", start_date: "2023-08-09", end_date: "2023-07-30" },
            { id: 31, employee_id: 104, leave_type: "Vacation", start_date: "2023-01-04", end_date: "2023-11-06" },
            { id: 32, employee_id: 116, leave_type: "Vacation", start_date: "2023-10-01", end_date: "2023-10-03" },
            { id: 33, employee_id: 65, leave_type: "Personal", start_date: null, end_date: "2023-09-28" },
            { id: 34, employee_id: 17, leave_type: "Vacation", start_date: "2023-08-12", end_date: "2023-12-20" },
            { id: 35, employee_id: 105, leave_type: "Sick", start_date: "2023-01-21", end_date: "2023-08-20" },
            { id: 36, employee_id: 49, leave_type: "Personal", start_date: null, end_date: "2023-11-24" },
            { id: 37, employee_id: 41, leave_type: "Personal", start_date: null, end_date: "2023-11-23" },
            { id: 38, employee_id: 62, leave_type: "Vacation", start_date: "2023-08-04", end_date: "2023-04-06" },
            { id: 39, employee_id: 141, leave_type: "Sick", start_date: "2023-06-06", end_date: "2023-04-14" },
            { id: 40, employee_id: 9, leave_type: "Personal", start_date: null, end_date: null },
            { id: 41, employee_id: 125, leave_type: "Personal", start_date: null, end_date: "2023-08-04" },
            { id: 42, employee_id: 158, leave_type: "Personal", start_date: null, end_date: "2023-05-03" },
            { id: 43, employee_id: 136, leave_type: "Sick", start_date: "2023-01-16", end_date: "2023-12-18" },
            { id: 44, employee_id: 9, leave_type: "Sick", start_date: "2023-07-13", end_date: "2023-02-22" },
            { id: 45, employee_id: 55, leave_type: "Personal", start_date: null, end_date: "2023-10-13" },
            { id: 46, employee_id: 45, leave_type: "Sick", start_date: "2023-03-13", end_date: null },
            { id: 47, employee_id: 67, leave_type: "Vacation", start_date: "2023-04-01", end_date: "2023-09-02" },
            { id: 48, employee_id: 194, leave_type: "Sick", start_date: "2023-01-02", end_date: null },
            { id: 49, employee_id: 177, leave_type: "Vacation", start_date: "2023-02-16", end_date: "2023-12-02" },
            { id: 50, employee_id: 165, leave_type: "Personal", start_date: null, end_date: "2023-10-01" },
            { id: 51, employee_id: 32, leave_type: "Vacation", start_date: "2023-12-22", end_date: "2023-09-22" },
            { id: 52, employee_id: 57, leave_type: "Sick", start_date: "2023-07-01", end_date: "2023-06-26" },
            { id: 53, employee_id: 86, leave_type: "Sick", start_date: "2023-12-18", end_date: "2023-06-30" },
            { id: 54, employee_id: 156, leave_type: "Vacation", start_date: "2023-10-20", end_date: "2023-08-02" },
            { id: 55, employee_id: 26, leave_type: "Sick", start_date: "2023-06-21", end_date: "2023-04-24" },
            { id: 56, employee_id: 154, leave_type: "Vacation", start_date: "2023-05-02", end_date: "2023-04-01" },
            { id: 57, employee_id: 190, leave_type: "Sick", start_date: "2023-05-14", end_date: "2023-09-06" },
            { id: 58, employee_id: 158, leave_type: "Sick", start_date: "2023-06-15", end_date: "2023-11-15" },
            { id: 59, employee_id: 77, leave_type: "Vacation", start_date: "2023-11-25", end_date: null },
            { id: 60, employee_id: 49, leave_type: "Vacation", start_date: "2023-10-16", end_date: "2023-04-11" },
            { id: 61, employee_id: 67, leave_type: "Personal", start_date: null, end_date: "2023-05-12" },
            { id: 62, employee_id: 193, leave_type: "Vacation", start_date: "2023-05-04", end_date: "2023-12-31" },
            { id: 63, employee_id: 77, leave_type: "Sick", start_date: "2023-09-30", end_date: "2023-05-01" },
            { id: 64, employee_id: 95, leave_type: "Sick", start_date: "2023-06-07", end_date: "2023-06-10" },
            { id: 65, employee_id: 133, leave_type: "Sick", start_date: "2023-08-28", end_date: "2023-12-05" },
            { id: 66, employee_id: 27, leave_type: "Vacation", start_date: "2023-10-03", end_date: null },
            { id: 67, employee_id: 187, leave_type: "Sick", start_date: "2023-11-04", end_date: "2023-01-30" },
            { id: 68, employee_id: 69, leave_type: "Vacation", start_date: "2023-08-31", end_date: "2023-04-14" },
            { id: 69, employee_id: 6, leave_type: "Sick", start_date: "2023-07-01", end_date: "2023-06-02" },
            { id: 70, employee_id: 75, leave_type: "Personal", start_date: null, end_date: null },
            { id: 71, employee_id: 55, leave_type: "Vacation", start_date: "2023-12-08", end_date: "2023-05-14" },
            { id: 72, employee_id: 183, leave_type: "Vacation", start_date: "2023-08-27", end_date: "2023-10-26" },
            { id: 73, employee_id: 85, leave_type: "Sick", start_date: "2023-08-27", end_date: "2023-05-08" },
            { id: 74, employee_id: 97, leave_type: "Sick", start_date: "2023-08-08", end_date: null },
            { id: 75, employee_id: 141, leave_type: "Sick", start_date: "2023-10-23", end_date: "2023-10-01" },
            { id: 76, employee_id: 77, leave_type: "Sick", start_date: "2023-04-14", end_date: "2023-10-14" },
            { id: 77, employee_id: 50, leave_type: "Vacation", start_date: "2023-12-27", end_date: "2023-04-18" },
            { id: 78, employee_id: 29, leave_type: "Vacation", start_date: "2023-02-15", end_date: "2023-05-11" },
            { id: 79, employee_id: 84, leave_type: "Sick", start_date: "2023-11-23", end_date: "2023-11-24" },
            { id: 80, employee_id: 83, leave_type: "Personal", start_date: null, end_date: "2023-12-29" },
            { id: 81, employee_id: 121, leave_type: "Personal", start_date: null, end_date: "2023-05-07" },
            { id: 82, employee_id: 159, leave_type: "Personal", start_date: null, end_date: "2023-09-23" },
            { id: 83, employee_id: 35, leave_type: "Vacation", start_date: "2023-06-27", end_date: "2023-10-08" },
            { id: 84, employee_id: 57, leave_type: "Sick", start_date: "2023-12-21", end_date: "2023-11-03" },
            { id: 85, employee_id: 121, leave_type: "Personal", start_date: null, end_date: "2023-12-04" },
            { id: 86, employee_id: 126, leave_type: "Sick", start_date: "2023-08-21", end_date: "2023-11-27" },
            { id: 87, employee_id: 133, leave_type: "Vacation", start_date: "2023-10-02", end_date: null },
            { id: 88, employee_id: 190, leave_type: "Personal", start_date: null, end_date: "2023-12-22" },
            { id: 89, employee_id: 27, leave_type: "Personal", start_date: null, end_date: "2023-08-01" },
            { id: 90, employee_id: 140, leave_type: "Vacation", start_date: "2023-10-08", end_date: "2023-07-11" },
            { id: 91, employee_id: 106, leave_type: "Personal", start_date: null, end_date: "2023-04-17" },
            { id: 92, employee_id: 71, leave_type: "Vacation", start_date: "2023-12-28", end_date: "2023-04-22" },
            { id: 93, employee_id: 191, leave_type: "Vacation", start_date: "2023-06-24", end_date: "2023-09-20" },
            { id: 94, employee_id: 47, leave_type: "Personal", start_date: null, end_date: "2023-04-12" },
            { id: 95, employee_id: 114, leave_type: "Sick", start_date: "2023-07-28", end_date: "2023-12-22" },
            { id: 96, employee_id: 152, leave_type: "Sick", start_date: "2023-11-10", end_date: "2023-11-28" },
            { id: 97, employee_id: 88, leave_type: "Vacation", start_date: "2023-10-07", end_date: "2023-10-21" },
            { id: 98, employee_id: 184, leave_type: "Vacation", start_date: "2023-07-17", end_date: null },
            { id: 99, employee_id: 74, leave_type: "Vacation", start_date: "2023-04-26", end_date: "2023-08-11" },
            { id: 100, employee_id: 171, leave_type: "Sick", start_date: "2023-10-25", end_date: "2023-02-09" },
        ],
    });
    await prisma.shifts.createMany({
        data: [
            { id: 1, employee_id: 188, start_time: new Date("2023-09-20T17:48:13Z"), end_time: null, status: "Scheduled" },
            { id: 2, employee_id: 148, start_time: new Date("2023-12-27T23:30:31Z"), end_time: new Date("2023-11-03T13:16:48Z"), status: "Completed" },
            { id: 3, employee_id: 85, start_time: new Date("2023-02-17T12:43:35Z"), end_time: new Date("2023-05-16T09:07:16Z"), status: "Scheduled" },
            { id: 4, employee_id: 16, start_time: new Date("2023-12-23T10:34:37Z"), end_time: new Date("2023-12-02T12:18:28Z"), status: "Scheduled" },
            { id: 5, employee_id: 141, start_time: new Date("2023-09-28T16:49:39Z"), end_time: new Date("2023-04-30T19:03:13Z"), status: "Scheduled" },
            { id: 6, employee_id: 85, start_time: new Date("2023-12-20T13:21:10Z"), end_time: new Date("2023-10-09T16:24:02Z"), status: "Completed" },
            { id: 7, employee_id: 160, start_time: new Date("2023-08-22T19:29:30Z"), end_time: new Date("2023-01-27T10:14:41Z"), status: "Scheduled" },
            { id: 8, employee_id: 74, start_time: new Date("2023-01-02T11:06:31Z"), end_time: new Date("2023-12-05T10:08:03Z"), status: "Scheduled" },
            { id: 9, employee_id: 189, start_time: new Date("2023-05-19T21:22:38Z"), end_time: new Date("2023-04-03T13:25:46Z"), status: "Scheduled" },
            { id: 10, employee_id: 85, start_time: new Date("2023-07-08T13:39:36Z"), end_time: new Date("2023-03-08T07:59:22Z"), status: "Scheduled" },
            { id: 11, employee_id: 92, start_time: new Date("2023-03-15T13:27:47Z"), end_time: new Date("2023-11-06T15:58:20Z"), status: "Scheduled" },
            { id: 12, employee_id: 85, start_time: new Date("2023-05-14T15:39:48Z"), end_time: new Date("2023-07-24T15:11:20Z"), status: "Completed" },
            { id: 13, employee_id: 110, start_time: new Date("2023-04-24T09:55:02Z"), end_time: new Date("2023-01-24T13:53:57Z"), status: "Completed" },
            { id: 14, employee_id: 9, start_time: new Date("2023-02-18T10:02:12Z"), end_time: new Date("2023-03-01T10:10:12Z"), status: "Completed" },
            { id: 15, employee_id: 105, start_time: new Date("2023-01-24T12:48:39Z"), end_time: new Date("2023-07-18T16:09:10Z"), status: "Scheduled" },
            { id: 16, employee_id: 9, start_time: new Date("2023-03-30T18:51:41Z"), end_time: new Date("2023-02-12T17:26:59Z"), status: "Completed" },
            { id: 17, employee_id: 89, start_time: new Date("2023-05-14T13:53:25Z"), end_time: new Date("2023-12-19T14:30:38Z"), status: "Scheduled" },
            { id: 18, employee_id: 127, start_time: new Date("2023-03-30T14:47:55Z"), end_time: new Date("2023-03-26T13:50:41Z"), status: "Completed" },
            { id: 19, employee_id: 114, start_time: new Date("2023-05-20T09:17:52Z"), end_time: new Date("2023-06-26T15:21:15Z"), status: "Completed" },
            { id: 20, employee_id: 188, start_time: new Date("2023-03-06T11:32:37Z"), end_time: new Date("2023-08-19T10:25:11Z"), status: "Scheduled" },
            { id: 21, employee_id: 177, start_time: null, end_time: new Date("2023-12-31T17:04:47Z"), status: "Cancelled" },
            { id: 22, employee_id: 184, start_time: new Date("2023-03-17T11:59:19Z"), end_time: new Date("2023-07-07T12:50:55Z"), status: "Completed" },
            { id: 23, employee_id: 96, start_time: new Date("2023-10-08T13:50:13Z"), end_time: new Date("2023-12-20T10:39:21Z"), status: "Scheduled" },
            { id: 24, employee_id: 111, start_time: new Date("2023-07-12T05:13:44Z"), end_time: new Date("2023-01-02T16:00:15Z"), status: "Completed" },
            { id: 25, employee_id: 165, start_time: new Date("2023-07-23T10:57:47Z"), end_time: new Date("2023-02-23T14:58:02Z"), status: "Scheduled" },
            { id: 26, employee_id: 45, start_time: new Date("2023-12-07T15:09:02Z"), end_time: new Date("2023-06-06T17:13:50Z"), status: "Completed" },
            { id: 27, employee_id: 42, start_time: new Date("2023-09-11T17:01:17Z"), end_time: new Date("2023-06-27T07:53:23Z"), status: "Completed" },
            { id: 28, employee_id: 113, start_time: null, end_time: new Date("2023-01-31T16:47:39Z"), status: "Cancelled" },
            { id: 29, employee_id: 49, start_time: new Date("2023-04-11T17:56:37Z"), end_time: new Date("2023-05-01T20:34:21Z"), status: "Completed" },
            { id: 30, employee_id: 103, start_time: null, end_time: new Date("2023-05-24T10:06:09Z"), status: "Cancelled" },
            { id: 31, employee_id: 129, start_time: new Date("2023-12-27T00:59:48Z"), end_time: null, status: "Completed" },
            { id: 32, employee_id: 188, start_time: new Date("2023-07-25T11:16:49Z"), end_time: new Date("2023-02-12T09:04:59Z"), status: "Completed" },
            { id: 33, employee_id: 26, start_time: null, end_time: new Date("2023-04-26T15:13:19Z"), status: "Cancelled" },
            { id: 34, employee_id: 59, start_time: new Date("2023-08-10T11:09:19Z"), end_time: new Date("2023-04-06T08:15:46Z"), status: "Completed" },
            { id: 35, employee_id: 49, start_time: new Date("2023-07-29T10:07:39Z"), end_time: new Date("2023-08-28T18:02:07Z"), status: "Completed" },
            { id: 36, employee_id: 26, start_time: new Date("2023-09-27T14:08:59Z"), end_time: new Date("2023-05-02T15:27:03Z"), status: "Completed" },
            { id: 37, employee_id: 123, start_time: new Date("2023-10-01T15:03:00Z"), end_time: null, status: "Completed" },
            { id: 38, employee_id: 70, start_time: new Date("2023-08-04T11:09:08Z"), end_time: new Date("2023-03-23T11:04:45Z"), status: "Scheduled" },
            { id: 39, employee_id: 115, start_time: new Date("2023-07-12T12:25:00Z"), end_time: new Date("2023-10-09T12:16:56Z"), status: "Scheduled" },
            { id: 40, employee_id: 8, start_time: new Date("2023-10-28T09:47:07Z"), end_time: new Date("2023-11-23T14:38:16Z"), status: "Completed" },
            { id: 41, employee_id: 59, start_time: new Date("2023-11-25T15:26:44Z"), end_time: new Date("2023-10-12T13:07:10Z"), status: "Scheduled" },
            { id: 42, employee_id: 200, start_time: new Date("2023-01-11T13:47:24Z"), end_time: new Date("2023-11-27T10:07:02Z"), status: "Scheduled" },
            { id: 43, employee_id: 26, start_time: new Date("2023-10-21T08:23:27Z"), end_time: new Date("2023-06-17T15:01:26Z"), status: "Completed" },
            { id: 44, employee_id: 14, start_time: new Date("2023-03-13T14:10:26Z"), end_time: new Date("2023-09-12T09:17:42Z"), status: "Scheduled" },
            { id: 45, employee_id: 113, start_time: new Date("2023-03-13T15:09:11Z"), end_time: new Date("2023-06-07T17:17:38Z"), status: "Scheduled" },
            { id: 46, employee_id: 35, start_time: new Date("2023-03-13T15:52:16Z"), end_time: new Date("2023-01-15T12:08:43Z"), status: "Scheduled" },
            { id: 47, employee_id: 57, start_time: null, end_time: new Date("2023-02-10T10:58:43Z"), status: "Cancelled" },
            { id: 48, employee_id: 11, start_time: new Date("2023-07-16T08:02:25Z"), end_time: new Date("2023-03-31T11:16:28Z"), status: "Scheduled" },
            { id: 49, employee_id: 142, start_time: new Date("2023-03-12T15:48:57Z"), end_time: new Date("2023-04-10T08:23:34Z"), status: "Scheduled" },
            { id: 50, employee_id: 81, start_time: new Date("2023-09-10T14:40:04Z"), end_time: new Date("2023-06-09T06:33:27Z"), status: "Scheduled" },
            { id: 51, employee_id: 59, start_time: new Date("2023-04-15T17:09:07Z"), end_time: new Date("2023-11-28T09:32:34Z"), status: "Scheduled" },
            { id: 52, employee_id: 130, start_time: new Date("2023-06-29T06:49:08Z"), end_time: new Date("2023-08-21T16:01:26Z"), status: "Completed" },
            { id: 53, employee_id: 2, start_time: new Date("2023-03-31T07:59:25Z"), end_time: new Date("2023-02-16T12:18:34Z"), status: "Completed" },
            { id: 54, employee_id: 70, start_time: null, end_time: null, status: "Cancelled" },
            { id: 55, employee_id: 196, start_time: new Date("2023-11-04T14:58:16Z"), end_time: new Date("2023-08-26T20:09:43Z"), status: "Scheduled" },
            { id: 56, employee_id: 132, start_time: new Date("2023-05-06T14:11:56Z"), end_time: new Date("2023-03-07T19:00:35Z"), status: "Scheduled" },
            { id: 57, employee_id: 182, start_time: new Date("2023-04-07T14:38:15Z"), end_time: new Date("2023-08-17T19:23:50Z"), status: "Completed" },
            { id: 58, employee_id: 133, start_time: new Date("2023-01-30T21:28:13Z"), end_time: new Date("2023-07-04T17:19:18Z"), status: "Completed" },
            { id: 59, employee_id: 165, start_time: new Date("2023-02-09T10:32:21Z"), end_time: new Date("2023-10-05T07:06:58Z"), status: "Completed" },
            { id: 60, employee_id: 18, start_time: new Date("2023-03-08T17:59:39Z"), end_time: null, status: "Scheduled" },
            { id: 61, employee_id: 109, start_time: new Date("2023-07-24T15:52:11Z"), end_time: new Date("2023-12-28T11:45:36Z"), status: "Completed" },
            { id: 62, employee_id: 52, start_time: new Date("2023-07-16T15:50:58Z"), end_time: new Date("2023-03-10T12:10:56Z"), status: "Completed" },
            { id: 63, employee_id: 136, start_time: new Date("2023-10-29T14:55:35Z"), end_time: new Date("2023-12-28T11:02:50Z"), status: "Completed" },
            { id: 64, employee_id: 109, start_time: new Date("2023-05-11T07:36:13Z"), end_time: new Date("2023-09-18T08:04:19Z"), status: "Completed" },
            { id: 65, employee_id: 156, start_time: new Date("2023-06-14T10:27:28Z"), end_time: new Date("2023-01-31T14:18:38Z"), status: "Scheduled" },
            { id: 66, employee_id: 67, start_time: new Date("2023-09-25T15:02:09Z"), end_time: new Date("2023-07-19T07:49:55Z"), status: "Completed" },
            { id: 67, employee_id: 137, start_time: new Date("2023-12-04T19:58:06Z"), end_time: new Date("2023-06-04T09:20:24Z"), status: "Completed" },
            { id: 68, employee_id: 9, start_time: null, end_time: new Date("2023-08-31T10:47:11Z"), status: "Cancelled" },
            { id: 69, employee_id: 57, start_time: new Date("2023-12-29T12:02:19Z"), end_time: new Date("2023-12-03T12:00:14Z"), status: "Completed" },
            { id: 70, employee_id: 163, start_time: null, end_time: new Date("2023-08-07T12:39:37Z"), status: "Cancelled" },
            { id: 71, employee_id: 154, start_time: null, end_time: new Date("2023-07-04T13:42:02Z"), status: "Cancelled" },
            { id: 72, employee_id: 17, start_time: new Date("2023-07-12T16:08:19Z"), end_time: null, status: "Completed" },
            { id: 73, employee_id: 63, start_time: new Date("2023-11-04T14:42:13Z"), end_time: new Date("2023-04-25T18:35:10Z"), status: "Scheduled" },
            { id: 74, employee_id: 10, start_time: new Date("2023-05-01T17:06:53Z"), end_time: new Date("2023-10-10T07:19:39Z"), status: "Scheduled" },
            { id: 75, employee_id: 1, start_time: new Date("2023-07-27T15:05:14Z"), end_time: new Date("2023-02-13T10:16:16Z"), status: "Scheduled" },
            { id: 76, employee_id: 169, start_time: new Date("2023-12-02T14:59:32Z"), end_time: new Date("2023-02-27T09:51:05Z"), status: "Completed" },
            { id: 77, employee_id: 73, start_time: null, end_time: new Date("2023-04-25T13:10:51Z"), status: "Cancelled" },
            { id: 78, employee_id: 126, start_time: new Date("2023-08-13T10:07:20Z"), end_time: new Date("2023-10-30T16:18:29Z"), status: "Scheduled" },
            { id: 79, employee_id: 27, start_time: new Date("2023-09-26T11:20:54Z"), end_time: new Date("2023-08-26T13:14:48Z"), status: "Completed" },
            { id: 80, employee_id: 110, start_time: new Date("2023-01-06T16:00:51Z"), end_time: new Date("2023-04-03T14:48:51Z"), status: "Scheduled" },
            { id: 81, employee_id: 62, start_time: null, end_time: new Date("2023-03-21T19:37:07Z"), status: "Cancelled" },
            { id: 82, employee_id: 199, start_time: new Date("2023-07-31T11:44:43Z"), end_time: new Date("2023-05-22T15:23:53Z"), status: "Scheduled" },
            { id: 83, employee_id: 27, start_time: new Date("2023-12-02T07:50:44Z"), end_time: null, status: "Scheduled" },
            { id: 84, employee_id: 11, start_time: new Date("2023-09-09T10:06:52Z"), end_time: new Date("2023-05-14T13:40:23Z"), status: "Scheduled" },
            { id: 85, employee_id: 37, start_time: new Date("2023-09-23T11:57:28Z"), end_time: new Date("2023-11-23T10:13:08Z"), status: "Scheduled" },
            { id: 86, employee_id: 158, start_time: new Date("2023-02-04T16:30:31Z"), end_time: new Date("2023-08-31T09:47:41Z"), status: "Scheduled" },
            { id: 87, employee_id: 67, start_time: new Date("2023-05-24T10:24:34Z"), end_time: new Date("2023-07-11T09:07:59Z"), status: "Scheduled" },
            { id: 88, employee_id: 133, start_time: null, end_time: new Date("2023-12-20T19:38:39Z"), status: "Cancelled" },
            { id: 89, employee_id: 102, start_time: new Date("2023-05-06T13:26:33Z"), end_time: null, status: "Scheduled" },
            { id: 90, employee_id: 125, start_time: new Date("2023-11-01T20:48:36Z"), end_time: new Date("2023-11-04T10:22:58Z"), status: "Completed" },
            { id: 91, employee_id: 30, start_time: new Date("2023-04-05T17:54:37Z"), end_time: new Date("2023-09-27T09:47:46Z"), status: "Scheduled" },
            { id: 92, employee_id: 200, start_time: new Date("2023-03-29T12:33:07Z"), end_time: new Date("2023-02-05T17:50:42Z"), status: "Scheduled" },
            { id: 93, employee_id: 163, start_time: new Date("2023-12-18T09:41:11Z"), end_time: new Date("2023-04-23T13:22:20Z"), status: "Scheduled" },
            { id: 94, employee_id: 95, start_time: new Date("2023-10-17T13:58:37Z"), end_time: new Date("2023-07-27T12:44:18Z"), status: "Scheduled" },
            { id: 95, employee_id: 145, start_time: new Date("2023-05-23T14:30:10Z"), end_time: new Date("2023-01-10T09:33:22Z"), status: "Completed" },
            { id: 96, employee_id: 13, start_time: new Date("2023-09-05T10:06:27Z"), end_time: new Date("2023-01-02T17:39:22Z"), status: "Scheduled" },
            { id: 97, employee_id: 107, start_time: new Date("2023-04-13T15:34:57Z"), end_time: new Date("2023-10-09T10:40:18Z"), status: "Completed" },
            { id: 98, employee_id: 88, start_time: new Date("2023-12-25T09:17:16Z"), end_time: new Date("2023-10-15T16:07:09Z"), status: "Completed" },
            { id: 99, employee_id: 76, start_time: new Date("2023-03-10T16:31:03Z"), end_time: new Date("2023-10-13T12:20:06Z"), status: "Scheduled" },
            { id: 100, employee_id: 195, start_time: new Date("2023-11-19T14:09:23Z"), end_time: new Date("2023-01-03T12:52:08Z"), status: "Completed" },
            { id: 101, employee_id: 14, start_time: new Date("2023-02-19T05:01:46Z"), end_time: new Date("2023-01-14T10:20:37Z"), status: "Scheduled" },
            { id: 102, employee_id: 88, start_time: new Date("2023-07-31T18:43:36Z"), end_time: new Date("2023-11-04T16:03:17Z"), status: "Scheduled" },
            { id: 103, employee_id: 148, start_time: new Date("2023-05-22T12:49:49Z"), end_time: new Date("2023-06-04T11:05:26Z"), status: "Completed" },
            { id: 104, employee_id: 107, start_time: new Date("2023-08-01T08:15:59Z"), end_time: new Date("2023-05-15T16:25:43Z"), status: "Scheduled" },
            { id: 105, employee_id: 4, start_time: null, end_time: new Date("2023-06-12T13:18:12Z"), status: "Cancelled" },
            { id: 106, employee_id: 59, start_time: new Date("2023-11-04T12:14:56Z"), end_time: new Date("2023-10-02T09:19:51Z"), status: "Completed" },
            { id: 107, employee_id: 70, start_time: new Date("2023-01-25T05:58:13Z"), end_time: new Date("2023-03-01T14:08:25Z"), status: "Scheduled" },
            { id: 108, employee_id: 131, start_time: new Date("2023-10-12T13:05:55Z"), end_time: new Date("2023-07-26T10:15:25Z"), status: "Completed" },
            { id: 109, employee_id: 104, start_time: new Date("2023-12-06T16:38:49Z"), end_time: new Date("2023-09-14T18:06:51Z"), status: "Completed" },
            { id: 110, employee_id: 106, start_time: new Date("2023-09-11T17:35:25Z"), end_time: new Date("2023-04-18T15:57:48Z"), status: "Completed" },
            { id: 111, employee_id: 143, start_time: new Date("2023-11-23T12:58:35Z"), end_time: new Date("2023-06-01T09:13:31Z"), status: "Completed" },
            { id: 112, employee_id: 172, start_time: new Date("2023-07-01T13:03:23Z"), end_time: new Date("2023-12-04T11:36:46Z"), status: "Completed" },
            { id: 113, employee_id: 98, start_time: new Date("2023-04-13T18:07:51Z"), end_time: new Date("2023-06-27T13:37:11Z"), status: "Completed" },
            { id: 114, employee_id: 162, start_time: null, end_time: new Date("2023-11-01T14:30:58Z"), status: "Cancelled" },
            { id: 115, employee_id: 93, start_time: null, end_time: new Date("2023-04-22T20:35:58Z"), status: "Cancelled" },
            { id: 116, employee_id: 192, start_time: new Date("2023-01-24T09:33:26Z"), end_time: null, status: "Scheduled" },
            { id: 117, employee_id: 50, start_time: null, end_time: new Date("2023-05-26T10:28:11Z"), status: "Cancelled" },
            { id: 118, employee_id: 10, start_time: new Date("2023-07-27T13:11:56Z"), end_time: new Date("2023-07-01T13:00:32Z"), status: "Scheduled" },
            { id: 119, employee_id: 152, start_time: new Date("2023-03-29T11:18:49Z"), end_time: null, status: "Completed" },
            { id: 120, employee_id: 143, start_time: new Date("2023-07-06T09:42:27Z"), end_time: new Date("2023-12-31T10:38:30Z"), status: "Scheduled" },
            { id: 121, employee_id: 17, start_time: new Date("2023-07-29T14:16:20Z"), end_time: new Date("2023-05-29T08:13:34Z"), status: "Completed" },
            { id: 122, employee_id: 94, start_time: new Date("2023-03-07T14:46:52Z"), end_time: new Date("2023-01-17T14:54:17Z"), status: "Completed" },
            { id: 123, employee_id: 36, start_time: new Date("2023-02-01T02:55:28Z"), end_time: new Date("2023-11-18T13:46:29Z"), status: "Completed" },
            { id: 124, employee_id: 79, start_time: new Date("2023-03-02T14:20:19Z"), end_time: null, status: "Scheduled" },
            { id: 125, employee_id: 24, start_time: new Date("2023-07-19T10:40:19Z"), end_time: new Date("2023-09-21T13:37:57Z"), status: "Scheduled" },
            { id: 126, employee_id: 27, start_time: new Date("2023-12-18T11:16:50Z"), end_time: new Date("2023-09-17T13:00:50Z"), status: "Scheduled" },
            { id: 127, employee_id: 57, start_time: new Date("2023-09-05T15:46:40Z"), end_time: new Date("2023-01-09T16:46:50Z"), status: "Completed" },
            { id: 128, employee_id: 184, start_time: new Date("2023-06-08T09:47:33Z"), end_time: new Date("2023-01-23T15:31:02Z"), status: "Completed" },
            { id: 129, employee_id: 52, start_time: new Date("2023-09-18T16:25:07Z"), end_time: new Date("2023-10-13T16:15:14Z"), status: "Scheduled" },
            { id: 130, employee_id: 140, start_time: new Date("2023-12-01T10:50:20Z"), end_time: new Date("2023-12-22T21:10:22Z"), status: "Completed" },
            { id: 131, employee_id: 126, start_time: new Date("2023-04-05T16:49:12Z"), end_time: new Date("2023-09-03T11:06:57Z"), status: "Completed" },
            { id: 132, employee_id: 82, start_time: new Date("2023-08-23T16:52:55Z"), end_time: new Date("2023-07-06T12:18:31Z"), status: "Scheduled" },
            { id: 133, employee_id: 17, start_time: null, end_time: new Date("2023-12-03T09:29:00Z"), status: "Cancelled" },
            { id: 134, employee_id: 129, start_time: new Date("2023-01-13T15:57:37Z"), end_time: new Date("2023-10-09T12:24:30Z"), status: "Scheduled" },
            { id: 135, employee_id: 132, start_time: new Date("2023-09-06T17:01:36Z"), end_time: new Date("2023-11-02T13:53:39Z"), status: "Completed" },
            { id: 136, employee_id: 190, start_time: null, end_time: new Date("2023-04-07T16:43:22Z"), status: "Cancelled" },
            { id: 137, employee_id: 155, start_time: new Date("2023-12-21T11:30:54Z"), end_time: new Date("2023-03-05T11:17:34Z"), status: "Scheduled" },
            { id: 138, employee_id: 56, start_time: null, end_time: new Date("2023-12-27T15:43:16Z"), status: "Cancelled" },
            { id: 139, employee_id: 174, start_time: null, end_time: new Date("2023-03-14T13:41:15Z"), status: "Cancelled" },
            { id: 140, employee_id: 185, start_time: new Date("2023-12-22T13:06:55Z"), end_time: new Date("2023-10-15T13:04:27Z"), status: "Completed" },
            { id: 141, employee_id: 88, start_time: new Date("2023-11-29T12:10:11Z"), end_time: null, status: "Scheduled" },
            { id: 142, employee_id: 168, start_time: new Date("2023-06-23T14:13:35Z"), end_time: new Date("2023-03-08T13:08:55Z"), status: "Scheduled" },
            { id: 143, employee_id: 174, start_time: new Date("2023-10-07T08:39:40Z"), end_time: new Date("2023-05-26T16:25:16Z"), status: "Scheduled" },
            { id: 144, employee_id: 157, start_time: new Date("2023-10-27T13:39:40Z"), end_time: new Date("2023-08-22T15:30:16Z"), status: "Scheduled" },
            { id: 145, employee_id: 133, start_time: new Date("2023-01-04T17:18:30Z"), end_time: new Date("2023-03-25T11:42:21Z"), status: "Completed" },
            { id: 146, employee_id: 110, start_time: new Date("2023-02-24T15:31:11Z"), end_time: new Date("2023-06-22T19:46:31Z"), status: "Scheduled" },
            { id: 147, employee_id: 141, start_time: new Date("2023-11-12T17:23:11Z"), end_time: new Date("2023-02-01T12:19:46Z"), status: "Scheduled" },
            { id: 148, employee_id: 179, start_time: new Date("2023-06-25T10:02:10Z"), end_time: new Date("2023-12-06T11:00:38Z"), status: "Scheduled" },
            { id: 149, employee_id: 113, start_time: new Date("2023-10-04T10:28:11Z"), end_time: new Date("2023-05-18T14:26:08Z"), status: "Scheduled" },
            { id: 150, employee_id: 177, start_time: new Date("2023-06-23T10:08:58Z"), end_time: new Date("2023-10-30T16:03:18Z"), status: "Scheduled" },
            { id: 151, employee_id: 1, start_time: new Date("2023-09-10T14:16:13Z"), end_time: new Date("2023-06-16T12:26:52Z"), status: "Scheduled" },
            { id: 152, employee_id: 156, start_time: new Date("2023-12-07T10:34:26Z"), end_time: new Date("2023-09-02T11:00:02Z"), status: "Scheduled" },
            { id: 153, employee_id: 101, start_time: null, end_time: new Date("2023-05-31T08:54:44Z"), status: "Cancelled" },
            { id: 154, employee_id: 28, start_time: new Date("2023-03-31T22:30:05Z"), end_time: new Date("2023-03-13T09:53:48Z"), status: "Completed" },
            { id: 155, employee_id: 54, start_time: new Date("2023-08-28T12:24:54Z"), end_time: new Date("2023-04-15T11:39:59Z"), status: "Completed" },
            { id: 156, employee_id: 47, start_time: new Date("2023-05-01T11:36:12Z"), end_time: new Date("2023-05-24T19:35:07Z"), status: "Completed" },
            { id: 157, employee_id: 44, start_time: new Date("2023-04-22T14:52:58Z"), end_time: new Date("2023-02-19T12:45:28Z"), status: "Scheduled" },
            { id: 158, employee_id: 83, start_time: null, end_time: new Date("2023-02-08T10:19:21Z"), status: "Cancelled" },
            { id: 159, employee_id: 36, start_time: new Date("2023-12-06T11:38:06Z"), end_time: new Date("2023-03-15T15:24:41Z"), status: "Scheduled" },
            { id: 160, employee_id: 149, start_time: null, end_time: new Date("2023-06-16T15:16:55Z"), status: "Cancelled" },
            { id: 161, employee_id: 97, start_time: null, end_time: new Date("2023-02-05T12:16:14Z"), status: "Cancelled" },
            { id: 162, employee_id: 81, start_time: new Date("2023-05-11T18:50:47Z"), end_time: null, status: "Scheduled" },
            { id: 163, employee_id: 175, start_time: null, end_time: new Date("2023-09-09T08:21:08Z"), status: "Cancelled" },
            { id: 164, employee_id: 5, start_time: new Date("2023-04-03T09:31:44Z"), end_time: new Date("2023-10-18T18:42:57Z"), status: "Scheduled" },
            { id: 165, employee_id: 165, start_time: null, end_time: new Date("2023-12-21T08:29:42Z"), status: "Cancelled" },
            { id: 166, employee_id: 139, start_time: new Date("2023-01-01T18:17:00Z"), end_time: new Date("2023-09-07T11:38:54Z"), status: "Scheduled" },
            { id: 167, employee_id: 43, start_time: new Date("2023-12-16T09:19:16Z"), end_time: new Date("2023-07-20T11:18:26Z"), status: "Completed" },
            { id: 168, employee_id: 181, start_time: new Date("2023-06-05T10:52:53Z"), end_time: null, status: "Scheduled" },
            { id: 169, employee_id: 194, start_time: new Date("2023-12-02T14:35:42Z"), end_time: new Date("2023-06-18T12:25:19Z"), status: "Scheduled" },
            { id: 170, employee_id: 146, start_time: new Date("2023-12-23T12:13:37Z"), end_time: new Date("2023-09-17T20:30:39Z"), status: "Scheduled" },
            { id: 171, employee_id: 47, start_time: new Date("2023-02-01T14:52:56Z"), end_time: new Date("2023-08-13T22:29:13Z"), status: "Scheduled" },
            { id: 172, employee_id: 150, start_time: new Date("2023-11-15T09:24:45Z"), end_time: new Date("2023-05-11T18:23:42Z"), status: "Completed" },
            { id: 173, employee_id: 136, start_time: new Date("2023-10-07T11:11:40Z"), end_time: new Date("2023-06-20T16:12:03Z"), status: "Completed" },
            { id: 174, employee_id: 196, start_time: new Date("2023-11-04T11:17:51Z"), end_time: new Date("2023-10-15T11:26:01Z"), status: "Scheduled" },
            { id: 175, employee_id: 163, start_time: new Date("2023-12-28T12:47:48Z"), end_time: new Date("2023-06-06T10:55:20Z"), status: "Scheduled" },
            { id: 176, employee_id: 151, start_time: new Date("2023-01-23T15:57:44Z"), end_time: new Date("2023-04-27T06:46:59Z"), status: "Scheduled" },
            { id: 177, employee_id: 132, start_time: new Date("2023-08-27T13:38:11Z"), end_time: new Date("2023-11-13T11:00:47Z"), status: "Scheduled" },
            { id: 178, employee_id: 62, start_time: new Date("2023-01-23T11:00:25Z"), end_time: new Date("2023-06-13T12:31:51Z"), status: "Scheduled" },
            { id: 179, employee_id: 161, start_time: new Date("2023-08-17T17:48:38Z"), end_time: new Date("2023-04-15T09:04:18Z"), status: "Scheduled" },
            { id: 180, employee_id: 45, start_time: new Date("2023-03-28T16:30:25Z"), end_time: new Date("2023-09-29T14:39:38Z"), status: "Scheduled" },
            { id: 181, employee_id: 66, start_time: new Date("2023-10-28T17:05:47Z"), end_time: new Date("2023-11-13T14:35:31Z"), status: "Completed" },
            { id: 182, employee_id: 126, start_time: new Date("2023-06-30T10:56:47Z"), end_time: null, status: "Completed" },
            { id: 183, employee_id: 121, start_time: new Date("2023-10-17T10:27:31Z"), end_time: null, status: "Scheduled" },
            { id: 184, employee_id: 134, start_time: new Date("2023-04-16T13:30:26Z"), end_time: new Date("2023-03-05T17:39:28Z"), status: "Scheduled" },
            { id: 185, employee_id: 81, start_time: new Date("2023-05-02T14:42:10Z"), end_time: new Date("2023-06-12T17:09:21Z"), status: "Scheduled" },
            { id: 186, employee_id: 126, start_time: new Date("2023-06-13T09:48:21Z"), end_time: new Date("2023-02-03T11:54:01Z"), status: "Completed" },
            { id: 187, employee_id: 169, start_time: new Date("2023-01-22T11:24:47Z"), end_time: new Date("2023-10-08T12:06:50Z"), status: "Scheduled" },
            { id: 188, employee_id: 146, start_time: new Date("2023-07-01T15:39:29Z"), end_time: new Date("2023-12-02T14:25:44Z"), status: "Scheduled" },
            { id: 189, employee_id: 180, start_time: new Date("2023-12-25T16:00:04Z"), end_time: new Date("2023-11-02T11:07:28Z"), status: "Completed" },
            { id: 190, employee_id: 129, start_time: null, end_time: new Date("2023-05-11T11:42:30Z"), status: "Cancelled" },
            { id: 191, employee_id: 4, start_time: new Date("2023-01-07T12:08:43Z"), end_time: new Date("2023-09-08T09:10:33Z"), status: "Scheduled" },
            { id: 192, employee_id: 120, start_time: new Date("2023-01-09T13:15:58Z"), end_time: new Date("2023-02-07T18:06:19Z"), status: "Scheduled" },
            { id: 193, employee_id: 2, start_time: null, end_time: new Date("2023-10-10T10:44:25Z"), status: "Cancelled" },
            { id: 194, employee_id: 27, start_time: new Date("2023-10-12T13:13:43Z"), end_time: new Date("2023-02-16T16:38:00Z"), status: "Completed" },
            { id: 195, employee_id: 137, start_time: new Date("2023-02-28T15:02:09Z"), end_time: new Date("2023-07-28T14:03:06Z"), status: "Completed" },
            { id: 196, employee_id: 6, start_time: new Date("2023-03-07T13:24:00Z"), end_time: new Date("2023-03-08T08:47:00Z"), status: "Scheduled" },
            { id: 197, employee_id: 94, start_time: new Date("2023-05-18T12:46:52Z"), end_time: new Date("2023-05-31T11:04:08Z"), status: "Completed" },
            { id: 198, employee_id: 127, start_time: new Date("2023-01-01T07:07:28Z"), end_time: null, status: "Scheduled" },
            { id: 199, employee_id: 186, start_time: new Date("2023-10-11T15:55:12Z"), end_time: new Date("2023-05-11T16:03:23Z"), status: "Scheduled" },
            { id: 200, employee_id: 192, start_time: new Date("2023-08-03T13:07:14Z"), end_time: new Date("2023-08-03T13:15:04Z"), status: "Completed" },
            { id: 201, employee_id: 148, start_time: new Date("2023-03-03T13:11:26Z"), end_time: new Date("2023-10-06T15:31:21Z"), status: "Scheduled" },
            { id: 202, employee_id: 179, start_time: new Date("2023-02-09T10:43:56Z"), end_time: new Date("2023-04-24T14:44:21Z"), status: "Completed" },
            { id: 203, employee_id: 7, start_time: new Date("2023-05-28T18:56:56Z"), end_time: new Date("2023-10-14T15:56:43Z"), status: "Scheduled" },
            { id: 204, employee_id: 126, start_time: new Date("2023-12-24T12:14:28Z"), end_time: new Date("2023-12-08T11:35:33Z"), status: "Scheduled" },
            { id: 205, employee_id: 53, start_time: new Date("2023-07-25T12:32:20Z"), end_time: new Date("2023-06-05T13:37:39Z"), status: "Completed" },
            { id: 206, employee_id: 130, start_time: new Date("2023-08-27T13:47:33Z"), end_time: new Date("2023-03-25T15:54:33Z"), status: "Completed" },
            { id: 207, employee_id: 92, start_time: new Date("2023-12-14T11:21:08Z"), end_time: null, status: "Scheduled" },
            { id: 208, employee_id: 157, start_time: new Date("2023-05-03T05:50:29Z"), end_time: new Date("2023-05-28T10:50:12Z"), status: "Completed" },
            { id: 209, employee_id: 52, start_time: null, end_time: new Date("2023-06-15T13:39:17Z"), status: "Cancelled" },
            { id: 210, employee_id: 195, start_time: new Date("2023-11-16T14:28:52Z"), end_time: new Date("2023-12-16T15:13:35Z"), status: "Scheduled" },
            { id: 211, employee_id: 194, start_time: new Date("2023-03-28T16:25:23Z"), end_time: new Date("2023-04-15T08:21:56Z"), status: "Scheduled" },
            { id: 212, employee_id: 123, start_time: new Date("2023-03-20T16:31:06Z"), end_time: new Date("2023-11-14T17:03:17Z"), status: "Completed" },
            { id: 213, employee_id: 57, start_time: new Date("2023-07-25T16:27:30Z"), end_time: new Date("2023-02-03T17:36:11Z"), status: "Scheduled" },
            { id: 214, employee_id: 8, start_time: new Date("2023-04-06T09:39:57Z"), end_time: null, status: "Scheduled" },
            { id: 215, employee_id: 184, start_time: new Date("2023-10-20T11:45:22Z"), end_time: new Date("2023-10-06T16:41:02Z"), status: "Scheduled" },
            { id: 216, employee_id: 107, start_time: new Date("2023-02-28T08:11:56Z"), end_time: new Date("2023-07-11T13:02:48Z"), status: "Scheduled" },
            { id: 217, employee_id: 10, start_time: new Date("2023-03-03T16:27:44Z"), end_time: new Date("2023-03-01T11:48:58Z"), status: "Scheduled" },
            { id: 218, employee_id: 153, start_time: new Date("2023-11-22T14:26:58Z"), end_time: new Date("2023-07-03T19:55:05Z"), status: "Scheduled" },
            { id: 219, employee_id: 103, start_time: new Date("2023-01-17T09:18:31Z"), end_time: new Date("2023-06-23T12:08:38Z"), status: "Completed" },
            { id: 220, employee_id: 115, start_time: new Date("2023-12-29T09:45:52Z"), end_time: new Date("2023-10-07T08:16:46Z"), status: "Scheduled" },
            { id: 221, employee_id: 181, start_time: new Date("2023-10-16T16:48:19Z"), end_time: new Date("2023-04-12T11:39:27Z"), status: "Scheduled" },
            { id: 222, employee_id: 165, start_time: new Date("2023-06-22T09:23:34Z"), end_time: new Date("2023-11-18T11:41:54Z"), status: "Completed" },
            { id: 223, employee_id: 88, start_time: new Date("2023-03-20T15:39:24Z"), end_time: new Date("2023-08-13T13:14:37Z"), status: "Scheduled" },
            { id: 224, employee_id: 34, start_time: new Date("2023-03-29T11:55:49Z"), end_time: new Date("2023-03-06T14:47:56Z"), status: "Scheduled" },
            { id: 225, employee_id: 48, start_time: new Date("2023-11-04T18:35:04Z"), end_time: new Date("2023-11-08T15:01:28Z"), status: "Scheduled" },
            { id: 226, employee_id: 17, start_time: new Date("2023-03-03T13:25:44Z"), end_time: new Date("2023-06-09T11:54:06Z"), status: "Completed" },
            { id: 227, employee_id: 10, start_time: new Date("2023-10-18T15:37:43Z"), end_time: new Date("2023-03-01T14:39:18Z"), status: "Completed" },
            { id: 228, employee_id: 48, start_time: new Date("2023-02-20T10:09:15Z"), end_time: new Date("2023-01-10T11:40:16Z"), status: "Scheduled" },
            { id: 229, employee_id: 132, start_time: new Date("2023-12-26T17:00:36Z"), end_time: new Date("2023-05-05T14:24:12Z"), status: "Scheduled" },
            { id: 230, employee_id: 40, start_time: new Date("2023-08-02T08:49:26Z"), end_time: null, status: "Scheduled" },
            { id: 231, employee_id: 24, start_time: new Date("2023-10-31T10:04:21Z"), end_time: null, status: "Completed" },
            { id: 232, employee_id: 71, start_time: new Date("2023-09-02T15:37:07Z"), end_time: new Date("2023-03-28T14:57:18Z"), status: "Scheduled" },
            { id: 233, employee_id: 34, start_time: new Date("2023-10-25T12:33:59Z"), end_time: new Date("2023-11-16T14:02:57Z"), status: "Scheduled" },
            { id: 234, employee_id: 17, start_time: new Date("2023-12-24T10:18:19Z"), end_time: new Date("2023-10-20T14:48:53Z"), status: "Completed" },
            { id: 235, employee_id: 175, start_time: new Date("2023-08-08T16:23:15Z"), end_time: new Date("2023-09-21T12:44:22Z"), status: "Scheduled" },
            { id: 236, employee_id: 96, start_time: new Date("2023-07-24T11:45:57Z"), end_time: new Date("2023-08-14T14:55:48Z"), status: "Scheduled" },
            { id: 237, employee_id: 134, start_time: null, end_time: new Date("2023-10-22T10:15:08Z"), status: "Cancelled" },
            { id: 238, employee_id: 140, start_time: new Date("2023-03-27T15:34:00Z"), end_time: new Date("2023-01-31T14:43:07Z"), status: "Scheduled" },
            { id: 239, employee_id: 16, start_time: new Date("2023-11-07T17:09:34Z"), end_time: new Date("2023-05-17T14:11:47Z"), status: "Completed" },
            { id: 240, employee_id: 185, start_time: new Date("2023-05-05T23:34:22Z"), end_time: new Date("2023-04-14T15:33:02Z"), status: "Completed" },
            { id: 241, employee_id: 191, start_time: null, end_time: new Date("2023-05-23T10:17:14Z"), status: "Cancelled" },
            { id: 242, employee_id: 46, start_time: new Date("2023-02-16T18:58:18Z"), end_time: new Date("2023-02-05T15:25:11Z"), status: "Scheduled" },
            { id: 243, employee_id: 185, start_time: new Date("2023-11-25T10:02:02Z"), end_time: new Date("2023-05-09T10:50:12Z"), status: "Scheduled" },
            { id: 244, employee_id: 11, start_time: new Date("2023-12-10T12:10:39Z"), end_time: new Date("2023-01-14T08:17:55Z"), status: "Completed" },
            { id: 245, employee_id: 106, start_time: new Date("2023-10-19T10:26:00Z"), end_time: new Date("2023-02-02T12:17:55Z"), status: "Completed" },
            { id: 246, employee_id: 16, start_time: new Date("2023-11-06T13:15:16Z"), end_time: new Date("2023-11-05T20:04:28Z"), status: "Completed" },
            { id: 247, employee_id: 7, start_time: new Date("2023-12-03T18:00:49Z"), end_time: new Date("2023-10-21T18:31:43Z"), status: "Scheduled" },
            { id: 248, employee_id: 196, start_time: new Date("2023-02-16T17:25:06Z"), end_time: new Date("2023-03-23T10:07:03Z"), status: "Scheduled" },
            { id: 249, employee_id: 36, start_time: null, end_time: new Date("2023-02-03T13:24:39Z"), status: "Cancelled" },
            { id: 250, employee_id: 50, start_time: new Date("2023-12-07T10:52:25Z"), end_time: new Date("2023-01-24T13:53:17Z"), status: "Scheduled" },
            { id: 251, employee_id: 154, start_time: null, end_time: new Date("2023-02-07T12:50:13Z"), status: "Cancelled" },
            { id: 252, employee_id: 9, start_time: null, end_time: new Date("2023-05-20T10:26:36Z"), status: "Cancelled" },
            { id: 253, employee_id: 183, start_time: new Date("2023-09-27T18:07:48Z"), end_time: new Date("2023-10-11T13:12:36Z"), status: "Completed" },
            { id: 254, employee_id: 134, start_time: new Date("2023-08-05T11:05:36Z"), end_time: new Date("2023-10-15T15:53:56Z"), status: "Scheduled" },
            { id: 255, employee_id: 136, start_time: null, end_time: new Date("2023-09-06T14:47:45Z"), status: "Cancelled" },
            { id: 256, employee_id: 99, start_time: new Date("2023-09-13T10:35:18Z"), end_time: new Date("2023-01-22T08:25:44Z"), status: "Completed" },
            { id: 257, employee_id: 34, start_time: new Date("2023-07-02T11:24:24Z"), end_time: new Date("2023-12-25T11:04:56Z"), status: "Scheduled" },
            { id: 258, employee_id: 140, start_time: new Date("2023-10-25T16:11:59Z"), end_time: new Date("2023-12-15T09:50:15Z"), status: "Completed" },
            { id: 259, employee_id: 169, start_time: new Date("2023-10-27T16:28:57Z"), end_time: new Date("2023-12-23T19:40:25Z"), status: "Completed" },
            { id: 260, employee_id: 68, start_time: new Date("2023-11-21T15:17:05Z"), end_time: new Date("2023-07-02T10:30:34Z"), status: "Completed" },
            { id: 261, employee_id: 19, start_time: new Date("2023-11-29T18:14:06Z"), end_time: new Date("2023-09-02T10:23:00Z"), status: "Scheduled" },
            { id: 262, employee_id: 15, start_time: new Date("2023-09-09T11:50:52Z"), end_time: new Date("2023-11-01T10:22:35Z"), status: "Completed" },
            { id: 263, employee_id: 124, start_time: new Date("2023-05-21T09:36:15Z"), end_time: new Date("2023-06-24T01:57:43Z"), status: "Scheduled" },
            { id: 264, employee_id: 198, start_time: new Date("2023-04-26T11:25:45Z"), end_time: new Date("2023-12-04T16:36:11Z"), status: "Scheduled" },
            { id: 265, employee_id: 97, start_time: new Date("2023-02-28T17:58:42Z"), end_time: new Date("2023-01-31T10:51:15Z"), status: "Scheduled" },
            { id: 266, employee_id: 142, start_time: new Date("2023-11-08T11:36:55Z"), end_time: new Date("2023-12-11T12:34:35Z"), status: "Completed" },
            { id: 267, employee_id: 189, start_time: new Date("2023-08-24T11:54:56Z"), end_time: new Date("2023-09-16T09:42:19Z"), status: "Scheduled" },
            { id: 268, employee_id: 124, start_time: new Date("2023-04-30T13:33:13Z"), end_time: new Date("2023-11-19T16:30:03Z"), status: "Scheduled" },
            { id: 269, employee_id: 132, start_time: new Date("2023-01-11T13:19:37Z"), end_time: new Date("2023-09-17T15:29:26Z"), status: "Completed" },
            { id: 270, employee_id: 83, start_time: new Date("2023-02-25T09:53:37Z"), end_time: new Date("2023-10-02T09:55:30Z"), status: "Scheduled" },
            { id: 271, employee_id: 41, start_time: new Date("2023-11-26T14:02:29Z"), end_time: new Date("2023-05-06T18:59:57Z"), status: "Scheduled" },
            { id: 272, employee_id: 180, start_time: new Date("2023-08-15T16:06:25Z"), end_time: new Date("2023-08-18T15:15:54Z"), status: "Completed" },
            { id: 273, employee_id: 63, start_time: new Date("2023-02-16T13:42:07Z"), end_time: new Date("2023-01-24T15:49:58Z"), status: "Scheduled" },
            { id: 274, employee_id: 3, start_time: new Date("2023-12-01T14:13:59Z"), end_time: new Date("2023-09-21T13:23:52Z"), status: "Scheduled" },
            { id: 275, employee_id: 131, start_time: new Date("2023-12-24T15:13:31Z"), end_time: null, status: "Scheduled" },
            { id: 276, employee_id: 77, start_time: new Date("2023-03-12T15:22:02Z"), end_time: new Date("2023-12-29T13:45:07Z"), status: "Completed" },
            { id: 277, employee_id: 43, start_time: new Date("2023-03-21T17:42:06Z"), end_time: new Date("2023-02-07T11:24:07Z"), status: "Completed" },
            { id: 278, employee_id: 41, start_time: new Date("2023-03-13T14:38:24Z"), end_time: new Date("2023-06-06T08:35:51Z"), status: "Completed" },
            { id: 279, employee_id: 80, start_time: new Date("2023-01-10T12:58:56Z"), end_time: new Date("2023-08-14T16:12:52Z"), status: "Completed" },
            { id: 280, employee_id: 102, start_time: new Date("2023-06-11T07:02:45Z"), end_time: new Date("2023-05-13T08:18:42Z"), status: "Completed" },
            { id: 281, employee_id: 153, start_time: new Date("2023-04-09T19:25:30Z"), end_time: new Date("2023-07-28T10:59:40Z"), status: "Completed" },
            { id: 282, employee_id: 186, start_time: new Date("2023-08-15T09:01:40Z"), end_time: new Date("2023-06-22T09:27:15Z"), status: "Scheduled" },
            { id: 283, employee_id: 131, start_time: null, end_time: null, status: "Cancelled" },
            { id: 284, employee_id: 50, start_time: new Date("2023-01-14T15:19:54Z"), end_time: new Date("2023-06-12T09:47:44Z"), status: "Completed" },
            { id: 285, employee_id: 182, start_time: new Date("2023-04-03T08:36:39Z"), end_time: new Date("2023-10-24T16:08:32Z"), status: "Scheduled" },
            { id: 286, employee_id: 91, start_time: null, end_time: new Date("2023-07-31T15:42:25Z"), status: "Cancelled" },
            { id: 287, employee_id: 65, start_time: new Date("2023-02-21T09:56:41Z"), end_time: null, status: "Completed" },
            { id: 288, employee_id: 47, start_time: new Date("2023-09-25T13:47:30Z"), end_time: null, status: "Scheduled" },
            { id: 289, employee_id: 140, start_time: new Date("2023-10-10T08:02:11Z"), end_time: new Date("2023-10-14T13:56:49Z"), status: "Scheduled" },
            { id: 290, employee_id: 155, start_time: new Date("2023-04-28T11:32:02Z"), end_time: new Date("2023-05-08T15:36:15Z"), status: "Completed" },
            { id: 291, employee_id: 164, start_time: new Date("2023-08-14T15:12:19Z"), end_time: null, status: "Scheduled" },
            { id: 292, employee_id: 163, start_time: new Date("2023-05-18T11:20:42Z"), end_time: new Date("2023-12-24T16:09:02Z"), status: "Scheduled" },
            { id: 293, employee_id: 45, start_time: new Date("2023-12-04T09:18:57Z"), end_time: new Date("2023-04-12T10:53:44Z"), status: "Completed" },
            { id: 294, employee_id: 156, start_time: new Date("2023-03-16T15:44:00Z"), end_time: new Date("2023-06-08T19:53:16Z"), status: "Scheduled" },
            { id: 295, employee_id: 147, start_time: new Date("2023-07-28T09:14:40Z"), end_time: new Date("2023-01-02T14:13:24Z"), status: "Scheduled" },
            { id: 296, employee_id: 170, start_time: new Date("2023-08-20T13:40:31Z"), end_time: new Date("2023-09-21T12:17:59Z"), status: "Completed" },
            { id: 297, employee_id: 189, start_time: null, end_time: new Date("2023-01-18T14:16:26Z"), status: "Cancelled" },
            { id: 298, employee_id: 67, start_time: new Date("2023-06-29T18:35:58Z"), end_time: new Date("2023-05-18T12:17:36Z"), status: "Completed" },
            { id: 299, employee_id: 118, start_time: new Date("2023-12-06T15:31:40Z"), end_time: new Date("2023-12-21T09:48:00Z"), status: "Completed" },
            { id: 300, employee_id: 197, start_time: new Date("2023-04-09T15:54:37Z"), end_time: new Date("2023-10-01T20:51:32Z"), status: "Scheduled" },
            { id: 301, employee_id: 46, start_time: new Date("2023-05-26T16:31:21Z"), end_time: new Date("2023-12-08T09:00:34Z"), status: "Completed" },
            { id: 302, employee_id: 58, start_time: new Date("2023-06-22T21:40:50Z"), end_time: new Date("2023-01-14T07:55:39Z"), status: "Completed" },
            { id: 303, employee_id: 40, start_time: new Date("2023-03-01T16:51:55Z"), end_time: new Date("2023-06-07T09:49:47Z"), status: "Scheduled" },
            { id: 304, employee_id: 80, start_time: new Date("2023-08-01T12:40:13Z"), end_time: new Date("2023-03-23T11:32:14Z"), status: "Scheduled" },
            { id: 305, employee_id: 72, start_time: new Date("2023-10-10T16:41:03Z"), end_time: new Date("2023-01-16T11:33:19Z"), status: "Scheduled" },
            { id: 306, employee_id: 54, start_time: new Date("2023-08-31T16:52:44Z"), end_time: new Date("2023-12-14T13:04:15Z"), status: "Completed" },
            { id: 307, employee_id: 40, start_time: new Date("2023-02-15T13:11:29Z"), end_time: new Date("2023-04-07T16:25:27Z"), status: "Scheduled" },
            { id: 308, employee_id: 107, start_time: new Date("2023-07-04T16:32:00Z"), end_time: new Date("2023-08-24T19:54:36Z"), status: "Scheduled" },
            { id: 309, employee_id: 181, start_time: new Date("2023-10-13T08:52:41Z"), end_time: new Date("2023-07-30T18:56:30Z"), status: "Completed" },
            { id: 310, employee_id: 100, start_time: new Date("2023-08-13T14:46:48Z"), end_time: new Date("2023-12-18T13:35:51Z"), status: "Scheduled" },
            { id: 311, employee_id: 132, start_time: new Date("2023-11-13T11:35:47Z"), end_time: new Date("2023-08-08T17:10:49Z"), status: "Scheduled" },
            { id: 312, employee_id: 196, start_time: new Date("2023-03-06T06:35:55Z"), end_time: new Date("2023-10-26T10:09:20Z"), status: "Scheduled" },
            { id: 313, employee_id: 136, start_time: new Date("2023-12-29T11:40:49Z"), end_time: new Date("2023-11-18T11:26:28Z"), status: "Completed" },
            { id: 314, employee_id: 129, start_time: new Date("2023-01-20T13:39:10Z"), end_time: new Date("2023-02-09T15:39:09Z"), status: "Scheduled" },
            { id: 315, employee_id: 134, start_time: new Date("2023-06-04T13:09:13Z"), end_time: new Date("2023-08-09T13:15:13Z"), status: "Completed" },
            { id: 316, employee_id: 94, start_time: new Date("2023-09-26T10:00:22Z"), end_time: new Date("2023-05-03T14:31:37Z"), status: "Completed" },
            { id: 317, employee_id: 118, start_time: new Date("2023-11-06T15:00:52Z"), end_time: new Date("2023-03-31T13:25:52Z"), status: "Completed" },
            { id: 318, employee_id: 96, start_time: new Date("2023-09-28T16:05:57Z"), end_time: new Date("2023-11-02T10:04:34Z"), status: "Completed" },
            { id: 319, employee_id: 49, start_time: new Date("2023-02-01T17:18:52Z"), end_time: new Date("2023-02-28T12:07:12Z"), status: "Scheduled" },
            { id: 320, employee_id: 156, start_time: new Date("2023-03-22T10:48:32Z"), end_time: new Date("2023-05-09T18:12:49Z"), status: "Completed" },
            { id: 321, employee_id: 103, start_time: new Date("2023-01-25T10:02:25Z"), end_time: new Date("2023-11-26T11:36:44Z"), status: "Scheduled" },
            { id: 322, employee_id: 61, start_time: new Date("2023-02-19T16:32:10Z"), end_time: new Date("2023-09-14T13:46:37Z"), status: "Scheduled" },
            { id: 323, employee_id: 5, start_time: new Date("2023-11-09T06:45:03Z"), end_time: new Date("2023-04-09T20:17:44Z"), status: "Scheduled" },
            { id: 324, employee_id: 153, start_time: new Date("2023-10-21T14:17:19Z"), end_time: new Date("2023-04-09T15:30:30Z"), status: "Scheduled" },
            { id: 325, employee_id: 82, start_time: new Date("2023-12-24T11:42:28Z"), end_time: null, status: "Completed" },
            { id: 326, employee_id: 69, start_time: new Date("2023-08-10T17:26:48Z"), end_time: new Date("2023-02-05T19:46:24Z"), status: "Completed" },
            { id: 327, employee_id: 29, start_time: null, end_time: new Date("2023-10-02T15:47:05Z"), status: "Cancelled" },
            { id: 328, employee_id: 136, start_time: new Date("2023-12-26T15:40:27Z"), end_time: new Date("2023-06-04T14:27:13Z"), status: "Scheduled" },
            { id: 329, employee_id: 75, start_time: new Date("2023-06-01T09:47:01Z"), end_time: new Date("2023-06-28T10:35:04Z"), status: "Scheduled" },
            { id: 330, employee_id: 135, start_time: new Date("2023-08-21T21:03:29Z"), end_time: new Date("2023-06-09T11:58:32Z"), status: "Completed" },
            { id: 331, employee_id: 29, start_time: new Date("2023-03-16T10:31:36Z"), end_time: new Date("2023-04-06T15:56:09Z"), status: "Completed" },
            { id: 332, employee_id: 25, start_time: new Date("2023-06-14T13:19:09Z"), end_time: new Date("2023-11-06T14:21:42Z"), status: "Scheduled" },
            { id: 333, employee_id: 43, start_time: new Date("2023-04-23T15:37:34Z"), end_time: new Date("2023-03-12T10:09:50Z"), status: "Completed" },
            { id: 334, employee_id: 163, start_time: new Date("2023-10-04T13:55:04Z"), end_time: new Date("2023-04-24T12:46:23Z"), status: "Scheduled" },
            { id: 335, employee_id: 123, start_time: new Date("2023-06-05T13:21:31Z"), end_time: new Date("2023-06-20T10:15:25Z"), status: "Scheduled" },
            { id: 336, employee_id: 108, start_time: null, end_time: new Date("2023-03-06T10:19:50Z"), status: "Cancelled" },
            { id: 337, employee_id: 147, start_time: new Date("2023-02-02T13:10:00Z"), end_time: new Date("2023-08-27T12:23:30Z"), status: "Scheduled" },
            { id: 338, employee_id: 116, start_time: new Date("2023-12-23T15:28:21Z"), end_time: new Date("2023-10-20T15:40:59Z"), status: "Completed" },
            { id: 339, employee_id: 151, start_time: new Date("2023-11-23T00:19:28Z"), end_time: new Date("2023-07-28T10:06:43Z"), status: "Completed" },
            { id: 340, employee_id: 169, start_time: new Date("2023-01-28T01:50:58Z"), end_time: new Date("2023-04-11T10:18:36Z"), status: "Completed" },
            { id: 341, employee_id: 39, start_time: new Date("2023-08-09T15:02:27Z"), end_time: new Date("2023-11-22T15:38:08Z"), status: "Scheduled" },
            { id: 342, employee_id: 60, start_time: new Date("2023-03-20T23:51:48Z"), end_time: new Date("2023-05-22T13:35:43Z"), status: "Scheduled" },
            { id: 343, employee_id: 142, start_time: new Date("2023-09-19T14:08:20Z"), end_time: null, status: "Completed" },
            { id: 344, employee_id: 54, start_time: new Date("2023-06-02T12:18:57Z"), end_time: new Date("2023-04-05T14:00:47Z"), status: "Completed" },
            { id: 345, employee_id: 166, start_time: new Date("2023-11-14T13:51:05Z"), end_time: new Date("2023-02-18T12:50:35Z"), status: "Completed" },
            { id: 346, employee_id: 160, start_time: new Date("2023-01-07T09:00:42Z"), end_time: null, status: "Scheduled" },
            { id: 347, employee_id: 189, start_time: new Date("2023-06-30T09:42:54Z"), end_time: new Date("2023-01-14T16:16:21Z"), status: "Scheduled" },
            { id: 348, employee_id: 54, start_time: new Date("2023-04-03T14:40:49Z"), end_time: null, status: "Scheduled" },
            { id: 349, employee_id: 137, start_time: new Date("2023-11-18T14:16:00Z"), end_time: new Date("2023-04-05T09:45:23Z"), status: "Completed" },
            { id: 350, employee_id: 70, start_time: new Date("2023-04-08T15:20:47Z"), end_time: new Date("2023-11-19T09:20:45Z"), status: "Scheduled" },
            { id: 351, employee_id: 190, start_time: null, end_time: null, status: "Cancelled" },
            { id: 352, employee_id: 92, start_time: new Date("2023-08-05T09:40:28Z"), end_time: new Date("2023-09-20T12:13:36Z"), status: "Completed" },
            { id: 353, employee_id: 188, start_time: new Date("2023-06-27T16:49:00Z"), end_time: new Date("2023-12-14T15:22:43Z"), status: "Scheduled" },
            { id: 354, employee_id: 6, start_time: new Date("2023-11-11T10:56:34Z"), end_time: new Date("2023-11-27T12:29:05Z"), status: "Scheduled" },
            { id: 355, employee_id: 68, start_time: new Date("2023-03-04T20:12:10Z"), end_time: new Date("2023-07-29T13:33:48Z"), status: "Scheduled" },
            { id: 356, employee_id: 162, start_time: new Date("2023-03-18T14:34:59Z"), end_time: null, status: "Scheduled" },
            { id: 357, employee_id: 18, start_time: new Date("2023-11-30T11:27:05Z"), end_time: new Date("2023-02-28T10:43:45Z"), status: "Scheduled" },
            { id: 358, employee_id: 128, start_time: new Date("2023-09-06T14:52:43Z"), end_time: new Date("2023-05-09T13:47:44Z"), status: "Completed" },
            { id: 359, employee_id: 184, start_time: new Date("2023-08-11T11:44:20Z"), end_time: new Date("2023-09-21T09:46:19Z"), status: "Scheduled" },
            { id: 360, employee_id: 145, start_time: new Date("2023-02-09T14:18:06Z"), end_time: new Date("2023-06-14T09:06:58Z"), status: "Scheduled" },
            { id: 361, employee_id: 169, start_time: new Date("2023-03-03T09:50:12Z"), end_time: null, status: "Scheduled" },
            { id: 362, employee_id: 191, start_time: new Date("2023-03-21T08:03:39Z"), end_time: new Date("2023-03-25T06:41:31Z"), status: "Scheduled" },
            { id: 363, employee_id: 115, start_time: new Date("2023-05-01T11:20:36Z"), end_time: new Date("2023-05-20T13:33:07Z"), status: "Scheduled" },
            { id: 364, employee_id: 53, start_time: new Date("2023-08-21T20:21:10Z"), end_time: new Date("2023-09-15T16:13:28Z"), status: "Completed" },
            { id: 365, employee_id: 134, start_time: new Date("2023-06-09T10:58:24Z"), end_time: new Date("2023-06-20T14:56:46Z"), status: "Completed" },
            { id: 366, employee_id: 121, start_time: new Date("2023-02-01T14:29:14Z"), end_time: new Date("2023-09-17T12:51:09Z"), status: "Scheduled" },
            { id: 367, employee_id: 4, start_time: new Date("2023-06-04T13:27:37Z"), end_time: null, status: "Scheduled" },
            { id: 368, employee_id: 50, start_time: new Date("2023-03-26T13:30:41Z"), end_time: new Date("2023-01-11T15:34:07Z"), status: "Completed" },
            { id: 369, employee_id: 145, start_time: new Date("2023-11-25T12:40:35Z"), end_time: new Date("2023-02-08T14:06:57Z"), status: "Completed" },
            { id: 370, employee_id: 84, start_time: new Date("2023-10-11T15:02:01Z"), end_time: new Date("2023-06-13T14:01:20Z"), status: "Completed" },
            { id: 371, employee_id: 41, start_time: null, end_time: new Date("2023-05-15T11:09:56Z"), status: "Cancelled" },
            { id: 372, employee_id: 18, start_time: new Date("2023-05-08T05:07:53Z"), end_time: new Date("2023-08-09T13:17:28Z"), status: "Completed" },
            { id: 373, employee_id: 18, start_time: new Date("2023-10-09T16:17:24Z"), end_time: new Date("2023-09-14T14:30:14Z"), status: "Completed" },
            { id: 374, employee_id: 122, start_time: null, end_time: new Date("2023-03-27T11:24:12Z"), status: "Cancelled" },
            { id: 375, employee_id: 168, start_time: null, end_time: null, status: "Cancelled" },
            { id: 376, employee_id: 175, start_time: new Date("2023-12-11T08:34:17Z"), end_time: new Date("2023-06-04T17:06:59Z"), status: "Completed" },
            { id: 377, employee_id: 171, start_time: new Date("2023-11-15T16:19:44Z"), end_time: new Date("2023-09-21T12:58:08Z"), status: "Completed" },
            { id: 378, employee_id: 105, start_time: new Date("2023-03-19T13:18:52Z"), end_time: new Date("2023-12-18T16:18:32Z"), status: "Completed" },
            { id: 379, employee_id: 90, start_time: new Date("2023-02-03T13:48:39Z"), end_time: new Date("2023-04-14T12:34:18Z"), status: "Scheduled" },
            { id: 380, employee_id: 120, start_time: new Date("2023-11-16T10:40:37Z"), end_time: null, status: "Completed" },
            { id: 381, employee_id: 29, start_time: null, end_time: new Date("2023-01-16T09:12:28Z"), status: "Cancelled" },
            { id: 382, employee_id: 22, start_time: new Date("2023-10-26T15:50:17Z"), end_time: new Date("2023-12-15T14:03:57Z"), status: "Completed" },
            { id: 383, employee_id: 4, start_time: new Date("2023-04-12T11:22:50Z"), end_time: new Date("2023-08-09T10:57:08Z"), status: "Scheduled" },
            { id: 384, employee_id: 133, start_time: new Date("2023-03-30T14:26:08Z"), end_time: new Date("2023-01-31T09:45:57Z"), status: "Scheduled" },
            { id: 385, employee_id: 42, start_time: new Date("2023-01-19T14:00:33Z"), end_time: new Date("2023-01-16T11:47:00Z"), status: "Completed" },
            { id: 386, employee_id: 72, start_time: new Date("2023-06-24T15:56:24Z"), end_time: new Date("2023-09-02T09:16:59Z"), status: "Scheduled" },
            { id: 387, employee_id: 79, start_time: new Date("2023-09-09T12:48:27Z"), end_time: new Date("2023-12-25T09:57:32Z"), status: "Scheduled" },
            { id: 388, employee_id: 159, start_time: new Date("2023-04-05T12:11:02Z"), end_time: new Date("2023-04-24T11:13:37Z"), status: "Completed" },
            { id: 389, employee_id: 92, start_time: new Date("2023-08-15T10:16:44Z"), end_time: new Date("2023-05-08T18:42:50Z"), status: "Scheduled" },
            { id: 390, employee_id: 8, start_time: new Date("2023-09-07T14:44:32Z"), end_time: new Date("2023-12-10T14:31:05Z"), status: "Completed" },
            { id: 391, employee_id: 107, start_time: new Date("2023-01-09T09:13:09Z"), end_time: new Date("2023-10-06T08:24:36Z"), status: "Completed" },
            { id: 392, employee_id: 105, start_time: new Date("2023-11-06T16:43:25Z"), end_time: new Date("2023-08-10T10:15:18Z"), status: "Scheduled" },
            { id: 393, employee_id: 196, start_time: new Date("2023-07-22T21:33:27Z"), end_time: new Date("2023-07-21T14:42:49Z"), status: "Completed" },
            { id: 394, employee_id: 68, start_time: null, end_time: new Date("2023-07-07T15:36:36Z"), status: "Cancelled" },
            { id: 395, employee_id: 71, start_time: new Date("2023-11-05T11:56:50Z"), end_time: new Date("2023-02-11T12:06:20Z"), status: "Scheduled" },
            { id: 396, employee_id: 119, start_time: new Date("2023-11-28T09:52:53Z"), end_time: new Date("2023-11-30T16:45:13Z"), status: "Completed" },
            { id: 397, employee_id: 183, start_time: null, end_time: new Date("2023-01-23T13:02:30Z"), status: "Cancelled" },
            { id: 398, employee_id: 3, start_time: new Date("2023-05-26T17:32:00Z"), end_time: new Date("2023-04-27T09:02:13Z"), status: "Completed" },
            { id: 399, employee_id: 149, start_time: new Date("2023-09-09T14:43:39Z"), end_time: new Date("2023-11-27T10:11:23Z"), status: "Completed" },
            { id: 400, employee_id: 70, start_time: new Date("2023-10-13T11:52:37Z"), end_time: new Date("2023-02-09T10:42:54Z"), status: "Scheduled" },
            { id: 401, employee_id: 104, start_time: new Date("2023-09-23T15:06:19Z"), end_time: null, status: "Scheduled" },
            { id: 402, employee_id: 176, start_time: new Date("2023-08-05T13:37:29Z"), end_time: null, status: "Scheduled" },
            { id: 403, employee_id: 132, start_time: null, end_time: new Date("2023-10-24T13:50:29Z"), status: "Cancelled" },
            { id: 404, employee_id: 197, start_time: new Date("2023-04-02T14:37:04Z"), end_time: new Date("2023-10-03T15:25:46Z"), status: "Scheduled" },
            { id: 405, employee_id: 101, start_time: null, end_time: new Date("2023-07-26T10:22:36Z"), status: "Cancelled" },
            { id: 406, employee_id: 123, start_time: new Date("2023-02-17T08:08:46Z"), end_time: new Date("2023-02-15T11:24:04Z"), status: "Scheduled" },
            { id: 407, employee_id: 36, start_time: new Date("2023-12-02T16:10:54Z"), end_time: new Date("2023-02-07T16:55:48Z"), status: "Completed" },
            { id: 408, employee_id: 186, start_time: new Date("2023-01-25T10:33:18Z"), end_time: new Date("2023-02-13T08:31:55Z"), status: "Scheduled" },
            { id: 409, employee_id: 35, start_time: new Date("2023-07-22T09:28:23Z"), end_time: new Date("2023-03-07T10:48:55Z"), status: "Completed" },
            { id: 410, employee_id: 5, start_time: new Date("2023-12-18T10:15:17Z"), end_time: new Date("2023-10-29T18:44:47Z"), status: "Scheduled" },
            { id: 411, employee_id: 90, start_time: new Date("2023-08-14T12:20:08Z"), end_time: new Date("2023-01-17T09:36:45Z"), status: "Scheduled" },
            { id: 412, employee_id: 161, start_time: new Date("2023-02-06T08:16:23Z"), end_time: new Date("2023-01-28T08:44:09Z"), status: "Scheduled" },
            { id: 413, employee_id: 50, start_time: new Date("2023-05-14T08:41:25Z"), end_time: new Date("2023-11-04T08:50:45Z"), status: "Scheduled" },
            { id: 414, employee_id: 19, start_time: new Date("2023-08-15T15:31:35Z"), end_time: new Date("2023-07-08T09:27:52Z"), status: "Scheduled" },
            { id: 415, employee_id: 97, start_time: new Date("2023-03-01T09:47:33Z"), end_time: new Date("2023-01-23T13:51:21Z"), status: "Scheduled" },
            { id: 416, employee_id: 13, start_time: new Date("2023-03-29T14:27:29Z"), end_time: new Date("2023-03-04T16:14:18Z"), status: "Completed" },
            { id: 417, employee_id: 134, start_time: new Date("2023-02-17T09:29:02Z"), end_time: new Date("2023-06-05T12:57:49Z"), status: "Completed" },
            { id: 418, employee_id: 98, start_time: new Date("2023-08-09T10:30:55Z"), end_time: null, status: "Scheduled" },
            { id: 419, employee_id: 68, start_time: new Date("2023-12-01T16:55:13Z"), end_time: null, status: "Scheduled" },
            { id: 420, employee_id: 3, start_time: new Date("2023-12-14T14:06:32Z"), end_time: new Date("2023-11-16T08:04:59Z"), status: "Scheduled" },
            { id: 421, employee_id: 60, start_time: new Date("2023-03-19T07:03:22Z"), end_time: new Date("2023-10-26T13:32:10Z"), status: "Completed" },
            { id: 422, employee_id: 102, start_time: new Date("2023-10-04T17:58:18Z"), end_time: new Date("2023-01-15T14:03:54Z"), status: "Scheduled" },
            { id: 423, employee_id: 117, start_time: new Date("2023-03-21T17:01:34Z"), end_time: new Date("2023-05-08T08:56:55Z"), status: "Scheduled" },
            { id: 424, employee_id: 64, start_time: new Date("2023-07-03T15:03:36Z"), end_time: new Date("2023-03-03T15:30:33Z"), status: "Completed" },
            { id: 425, employee_id: 85, start_time: new Date("2023-11-17T14:29:31Z"), end_time: new Date("2023-12-05T11:53:48Z"), status: "Scheduled" },
            { id: 426, employee_id: 140, start_time: new Date("2023-11-20T14:25:56Z"), end_time: new Date("2023-05-10T17:11:52Z"), status: "Scheduled" },
            { id: 427, employee_id: 49, start_time: new Date("2023-04-01T13:53:35Z"), end_time: new Date("2023-05-13T14:29:01Z"), status: "Completed" },
            { id: 428, employee_id: 127, start_time: new Date("2023-05-28T15:34:07Z"), end_time: new Date("2023-01-19T14:19:28Z"), status: "Scheduled" },
            { id: 429, employee_id: 50, start_time: new Date("2023-11-25T03:13:00Z"), end_time: new Date("2023-12-03T15:52:48Z"), status: "Completed" },
            { id: 430, employee_id: 182, start_time: new Date("2023-11-15T07:47:02Z"), end_time: null, status: "Completed" },
            { id: 431, employee_id: 127, start_time: new Date("2023-10-13T11:43:03Z"), end_time: new Date("2023-08-22T13:20:36Z"), status: "Completed" },
            { id: 432, employee_id: 23, start_time: new Date("2023-04-21T15:00:58Z"), end_time: new Date("2023-10-06T08:41:19Z"), status: "Completed" },
            { id: 433, employee_id: 150, start_time: new Date("2023-01-29T12:06:19Z"), end_time: new Date("2023-06-22T10:49:58Z"), status: "Completed" },
            { id: 434, employee_id: 10, start_time: new Date("2023-08-29T09:29:51Z"), end_time: null, status: "Completed" },
            { id: 435, employee_id: 142, start_time: new Date("2023-12-25T16:03:51Z"), end_time: new Date("2023-07-23T14:10:24Z"), status: "Scheduled" },
            { id: 436, employee_id: 191, start_time: new Date("2023-10-28T17:42:37Z"), end_time: new Date("2023-04-13T13:31:51Z"), status: "Scheduled" },
            { id: 437, employee_id: 1, start_time: new Date("2023-11-11T14:18:44Z"), end_time: new Date("2023-05-03T09:10:56Z"), status: "Scheduled" },
            { id: 438, employee_id: 139, start_time: null, end_time: new Date("2023-07-31T18:22:06Z"), status: "Cancelled" },
            { id: 439, employee_id: 160, start_time: new Date("2023-05-04T15:32:17Z"), end_time: new Date("2023-11-05T14:56:53Z"), status: "Scheduled" },
            { id: 440, employee_id: 31, start_time: new Date("2023-02-14T10:01:12Z"), end_time: new Date("2023-06-26T14:22:03Z"), status: "Completed" },
            { id: 441, employee_id: 115, start_time: new Date("2023-02-10T11:56:13Z"), end_time: new Date("2023-11-06T10:25:48Z"), status: "Completed" },
            { id: 442, employee_id: 104, start_time: new Date("2023-01-26T11:43:45Z"), end_time: new Date("2023-02-14T17:56:23Z"), status: "Completed" },
            { id: 443, employee_id: 95, start_time: new Date("2023-06-06T14:40:25Z"), end_time: new Date("2023-03-10T14:34:22Z"), status: "Scheduled" },
            { id: 444, employee_id: 47, start_time: new Date("2023-07-27T11:38:18Z"), end_time: new Date("2023-07-06T13:19:33Z"), status: "Completed" },
            { id: 445, employee_id: 116, start_time: new Date("2023-11-19T11:41:18Z"), end_time: new Date("2023-06-26T16:19:10Z"), status: "Completed" },
            { id: 446, employee_id: 120, start_time: new Date("2023-04-20T16:23:28Z"), end_time: new Date("2023-02-24T13:41:34Z"), status: "Scheduled" },
            { id: 447, employee_id: 54, start_time: null, end_time: new Date("2023-07-24T14:31:05Z"), status: "Cancelled" },
            { id: 448, employee_id: 74, start_time: new Date("2023-09-29T11:31:30Z"), end_time: new Date("2023-03-30T16:43:50Z"), status: "Completed" },
            { id: 449, employee_id: 165, start_time: new Date("2023-08-22T13:03:53Z"), end_time: new Date("2023-10-19T18:05:28Z"), status: "Scheduled" },
            { id: 450, employee_id: 31, start_time: new Date("2023-07-07T09:21:17Z"), end_time: new Date("2023-07-25T10:19:47Z"), status: "Completed" },
            { id: 451, employee_id: 66, start_time: new Date("2023-07-06T13:06:21Z"), end_time: new Date("2023-04-21T11:59:23Z"), status: "Scheduled" },
            { id: 452, employee_id: 142, start_time: new Date("2023-11-23T09:38:00Z"), end_time: new Date("2023-06-14T10:05:21Z"), status: "Scheduled" },
            { id: 453, employee_id: 181, start_time: new Date("2023-02-26T08:18:06Z"), end_time: new Date("2023-08-02T13:08:56Z"), status: "Scheduled" },
            { id: 454, employee_id: 114, start_time: new Date("2023-01-07T10:57:00Z"), end_time: new Date("2023-08-13T13:29:15Z"), status: "Completed" },
            { id: 455, employee_id: 128, start_time: new Date("2023-04-12T15:33:33Z"), end_time: new Date("2023-10-17T13:31:03Z"), status: "Completed" },
            { id: 456, employee_id: 154, start_time: null, end_time: new Date("2023-04-03T10:07:36Z"), status: "Cancelled" },
            { id: 457, employee_id: 188, start_time: null, end_time: null, status: "Cancelled" },
            { id: 458, employee_id: 2, start_time: new Date("2023-05-08T07:23:48Z"), end_time: new Date("2023-06-12T11:58:22Z"), status: "Completed" },
            { id: 459, employee_id: 152, start_time: new Date("2023-12-06T10:19:31Z"), end_time: new Date("2023-10-03T08:27:35Z"), status: "Completed" },
            { id: 460, employee_id: 34, start_time: new Date("2023-11-09T07:16:25Z"), end_time: new Date("2023-08-07T12:36:27Z"), status: "Completed" },
            { id: 461, employee_id: 7, start_time: new Date("2023-10-14T11:49:31Z"), end_time: new Date("2023-11-22T14:09:39Z"), status: "Scheduled" },
            { id: 462, employee_id: 4, start_time: new Date("2023-11-20T10:04:17Z"), end_time: new Date("2023-06-11T10:07:45Z"), status: "Completed" },
            { id: 463, employee_id: 69, start_time: new Date("2023-07-03T08:51:48Z"), end_time: null, status: "Scheduled" },
            { id: 464, employee_id: 183, start_time: new Date("2023-02-07T15:39:06Z"), end_time: new Date("2023-07-07T09:07:41Z"), status: "Completed" },
            { id: 465, employee_id: 188, start_time: new Date("2023-02-16T10:55:18Z"), end_time: new Date("2023-04-09T14:42:01Z"), status: "Scheduled" },
            { id: 466, employee_id: 153, start_time: new Date("2023-01-26T08:29:21Z"), end_time: new Date("2023-04-18T11:57:20Z"), status: "Completed" },
            { id: 467, employee_id: 1, start_time: new Date("2023-04-27T14:14:53Z"), end_time: new Date("2023-03-17T07:57:50Z"), status: "Scheduled" },
            { id: 468, employee_id: 53, start_time: new Date("2023-11-14T15:35:43Z"), end_time: new Date("2023-06-19T19:25:49Z"), status: "Scheduled" },
            { id: 469, employee_id: 161, start_time: new Date("2023-02-09T16:58:57Z"), end_time: new Date("2023-03-20T16:10:01Z"), status: "Completed" },
            { id: 470, employee_id: 77, start_time: new Date("2023-02-09T14:41:17Z"), end_time: new Date("2023-08-14T17:27:02Z"), status: "Completed" },
            { id: 471, employee_id: 7, start_time: new Date("2023-06-21T13:29:36Z"), end_time: new Date("2023-03-07T11:59:31Z"), status: "Scheduled" },
            { id: 472, employee_id: 143, start_time: new Date("2023-12-24T08:51:01Z"), end_time: new Date("2023-06-27T16:50:39Z"), status: "Scheduled" },
            { id: 473, employee_id: 39, start_time: new Date("2023-10-17T10:49:42Z"), end_time: null, status: "Scheduled" },
            { id: 474, employee_id: 60, start_time: new Date("2023-08-26T11:35:51Z"), end_time: new Date("2023-05-17T13:54:13Z"), status: "Completed" },
            { id: 475, employee_id: 173, start_time: new Date("2023-11-27T08:58:50Z"), end_time: new Date("2023-12-27T17:24:59Z"), status: "Completed" },
            { id: 476, employee_id: 68, start_time: new Date("2023-03-03T14:53:34Z"), end_time: new Date("2023-02-16T12:44:17Z"), status: "Scheduled" },
            { id: 477, employee_id: 49, start_time: new Date("2023-11-21T15:49:04Z"), end_time: new Date("2023-05-09T14:50:05Z"), status: "Completed" },
            { id: 478, employee_id: 147, start_time: new Date("2023-09-23T16:06:48Z"), end_time: new Date("2023-11-15T11:27:54Z"), status: "Completed" },
            { id: 479, employee_id: 7, start_time: new Date("2023-06-14T13:43:16Z"), end_time: new Date("2023-03-28T09:56:15Z"), status: "Completed" },
            { id: 480, employee_id: 180, start_time: new Date("2023-11-26T12:10:45Z"), end_time: new Date("2023-12-31T11:11:42Z"), status: "Scheduled" },
            { id: 481, employee_id: 197, start_time: new Date("2023-06-06T20:39:33Z"), end_time: new Date("2023-03-19T15:19:52Z"), status: "Completed" },
            { id: 482, employee_id: 91, start_time: new Date("2023-10-16T14:24:42Z"), end_time: new Date("2023-07-30T15:37:00Z"), status: "Scheduled" },
            { id: 483, employee_id: 160, start_time: new Date("2023-07-24T11:28:17Z"), end_time: new Date("2023-06-04T16:29:17Z"), status: "Completed" },
            { id: 484, employee_id: 37, start_time: new Date("2023-12-06T10:25:37Z"), end_time: new Date("2023-06-23T16:04:57Z"), status: "Scheduled" },
            { id: 485, employee_id: 138, start_time: new Date("2023-08-19T08:58:16Z"), end_time: new Date("2023-07-11T14:00:12Z"), status: "Completed" },
            { id: 486, employee_id: 166, start_time: new Date("2023-05-27T14:22:58Z"), end_time: new Date("2023-01-20T08:56:02Z"), status: "Scheduled" },
            { id: 487, employee_id: 175, start_time: new Date("2023-05-06T11:37:38Z"), end_time: new Date("2023-07-24T12:40:31Z"), status: "Scheduled" },
            { id: 488, employee_id: 149, start_time: new Date("2023-05-31T10:22:41Z"), end_time: new Date("2023-09-10T16:21:30Z"), status: "Scheduled" },
            { id: 489, employee_id: 107, start_time: new Date("2023-09-03T11:25:41Z"), end_time: new Date("2023-11-15T16:48:37Z"), status: "Completed" },
            { id: 490, employee_id: 132, start_time: new Date("2023-12-05T21:35:13Z"), end_time: new Date("2023-07-31T11:29:59Z"), status: "Scheduled" },
            { id: 491, employee_id: 161, start_time: new Date("2023-04-08T08:52:50Z"), end_time: new Date("2023-11-06T13:26:28Z"), status: "Scheduled" },
            { id: 492, employee_id: 189, start_time: new Date("2023-08-01T17:30:37Z"), end_time: new Date("2023-12-19T09:36:14Z"), status: "Scheduled" },
            { id: 493, employee_id: 113, start_time: new Date("2023-01-04T11:35:24Z"), end_time: new Date("2023-06-08T10:14:43Z"), status: "Scheduled" },
            { id: 494, employee_id: 40, start_time: new Date("2023-07-13T11:54:51Z"), end_time: new Date("2023-09-06T12:56:50Z"), status: "Scheduled" },
            { id: 495, employee_id: 95, start_time: new Date("2023-02-05T15:08:50Z"), end_time: new Date("2023-01-13T14:35:28Z"), status: "Scheduled" },
            { id: 496, employee_id: 8, start_time: new Date("2023-08-30T12:39:43Z"), end_time: new Date("2023-05-04T16:52:59Z"), status: "Scheduled" },
            { id: 497, employee_id: 9, start_time: new Date("2023-04-02T14:00:16Z"), end_time: new Date("2023-11-04T12:53:51Z"), status: "Scheduled" },
            { id: 498, employee_id: 9, start_time: new Date("2023-08-11T10:22:20Z"), end_time: new Date("2023-08-30T11:41:06Z"), status: "Completed" },
            { id: 499, employee_id: 87, start_time: new Date("2023-11-20T10:25:38Z"), end_time: new Date("2023-02-18T14:29:53Z"), status: "Completed" },
            { id: 500, employee_id: 14, start_time: new Date("2023-05-29T15:30:34Z"), end_time: new Date("2023-01-20T10:46:49Z"), status: "Completed" },
        ],
    });
    await prisma.shifts.createMany({
        data: [
            { id: 501, employee_id: 154, start_time: new Date("2023-11-19T17:07:11Z"), end_time: new Date("2023-09-06T13:59:24Z"), status: "Completed" },
            { id: 502, employee_id: 15, start_time: new Date("2023-08-31T11:56:07Z"), end_time: null, status: "Completed" },
            { id: 503, employee_id: 200, start_time: new Date("2023-10-10T10:06:05Z"), end_time: new Date("2023-06-07T10:42:39Z"), status: "Scheduled" },
            { id: 504, employee_id: 111, start_time: new Date("2023-08-02T17:48:36Z"), end_time: new Date("2023-05-27T09:14:12Z"), status: "Scheduled" },
            { id: 505, employee_id: 33, start_time: new Date("2023-07-27T12:57:58Z"), end_time: new Date("2023-02-15T18:04:49Z"), status: "Scheduled" },
            { id: 506, employee_id: 194, start_time: new Date("2023-08-19T08:33:43Z"), end_time: new Date("2023-11-23T17:05:08Z"), status: "Completed" },
            { id: 507, employee_id: 83, start_time: new Date("2023-07-27T16:08:44Z"), end_time: new Date("2023-06-03T09:33:17Z"), status: "Scheduled" },
            { id: 508, employee_id: 66, start_time: new Date("2023-07-20T21:06:41Z"), end_time: new Date("2023-08-19T12:13:23Z"), status: "Completed" },
            { id: 509, employee_id: 12, start_time: new Date("2023-08-13T16:55:57Z"), end_time: new Date("2023-12-19T12:59:04Z"), status: "Completed" },
            { id: 510, employee_id: 28, start_time: null, end_time: new Date("2023-03-13T14:52:02Z"), status: "Cancelled" },
            { id: 511, employee_id: 105, start_time: new Date("2023-08-28T08:26:21Z"), end_time: new Date("2023-03-22T21:14:18Z"), status: "Completed" },
            { id: 512, employee_id: 10, start_time: new Date("2023-06-17T16:05:51Z"), end_time: new Date("2023-04-27T12:08:07Z"), status: "Completed" },
            { id: 513, employee_id: 152, start_time: new Date("2023-03-17T18:21:35Z"), end_time: new Date("2023-02-25T11:00:09Z"), status: "Scheduled" },
            { id: 514, employee_id: 7, start_time: new Date("2023-09-10T11:23:19Z"), end_time: new Date("2023-06-26T14:12:48Z"), status: "Completed" },
            { id: 515, employee_id: 167, start_time: new Date("2023-02-24T12:36:34Z"), end_time: new Date("2023-03-01T18:43:47Z"), status: "Completed" },
            { id: 516, employee_id: 51, start_time: new Date("2023-10-10T12:39:04Z"), end_time: new Date("2023-11-16T12:09:55Z"), status: "Completed" },
            { id: 517, employee_id: 148, start_time: new Date("2023-04-06T09:02:54Z"), end_time: new Date("2023-05-21T10:30:34Z"), status: "Scheduled" },
            { id: 518, employee_id: 154, start_time: new Date("2023-10-04T15:49:15Z"), end_time: new Date("2023-08-01T12:47:24Z"), status: "Scheduled" },
            { id: 519, employee_id: 142, start_time: new Date("2023-02-18T11:28:58Z"), end_time: new Date("2023-06-21T13:59:56Z"), status: "Scheduled" },
            { id: 520, employee_id: 39, start_time: new Date("2023-01-13T10:37:08Z"), end_time: new Date("2023-05-02T11:58:26Z"), status: "Scheduled" },
            { id: 521, employee_id: 74, start_time: new Date("2023-10-06T08:56:19Z"), end_time: new Date("2023-05-30T12:27:03Z"), status: "Scheduled" },
            { id: 522, employee_id: 164, start_time: new Date("2023-09-23T14:53:38Z"), end_time: new Date("2023-06-25T10:48:54Z"), status: "Scheduled" },
            { id: 523, employee_id: 172, start_time: null, end_time: new Date("2023-09-09T14:57:50Z"), status: "Cancelled" },
            { id: 524, employee_id: 84, start_time: new Date("2023-04-15T19:28:59Z"), end_time: new Date("2023-03-26T13:28:35Z"), status: "Scheduled" },
            { id: 525, employee_id: 170, start_time: new Date("2023-07-24T09:13:56Z"), end_time: new Date("2023-08-01T15:33:52Z"), status: "Scheduled" },
            { id: 526, employee_id: 35, start_time: new Date("2023-03-11T10:09:39Z"), end_time: new Date("2023-06-16T16:23:35Z"), status: "Scheduled" },
            { id: 527, employee_id: 143, start_time: new Date("2023-08-21T15:55:07Z"), end_time: null, status: "Scheduled" },
            { id: 528, employee_id: 131, start_time: new Date("2023-02-02T11:57:16Z"), end_time: new Date("2023-06-15T10:26:18Z"), status: "Completed" },
            { id: 529, employee_id: 90, start_time: new Date("2023-03-13T14:39:11Z"), end_time: new Date("2023-06-13T14:20:47Z"), status: "Completed" },
            { id: 530, employee_id: 5, start_time: new Date("2023-03-19T07:52:13Z"), end_time: new Date("2023-09-14T11:31:43Z"), status: "Scheduled" },
            { id: 531, employee_id: 187, start_time: new Date("2023-12-27T10:22:58Z"), end_time: null, status: "Scheduled" },
            { id: 532, employee_id: 2, start_time: new Date("2023-11-25T15:52:42Z"), end_time: new Date("2023-12-28T11:24:49Z"), status: "Scheduled" },
            { id: 533, employee_id: 11, start_time: new Date("2023-11-15T12:36:14Z"), end_time: new Date("2023-05-29T15:45:50Z"), status: "Completed" },
            { id: 534, employee_id: 140, start_time: new Date("2023-10-27T07:41:35Z"), end_time: new Date("2023-02-10T08:34:17Z"), status: "Scheduled" },
            { id: 535, employee_id: 100, start_time: null, end_time: new Date("2023-03-12T13:46:12Z"), status: "Cancelled" },
            { id: 536, employee_id: 112, start_time: new Date("2023-09-23T11:40:08Z"), end_time: new Date("2023-06-18T17:01:32Z"), status: "Completed" },
            { id: 537, employee_id: 84, start_time: new Date("2023-03-09T11:54:32Z"), end_time: new Date("2023-09-05T13:50:04Z"), status: "Scheduled" },
            { id: 538, employee_id: 100, start_time: new Date("2023-06-10T12:53:37Z"), end_time: new Date("2023-09-18T12:08:25Z"), status: "Scheduled" },
            { id: 539, employee_id: 66, start_time: new Date("2023-02-09T09:21:24Z"), end_time: new Date("2023-06-17T15:36:42Z"), status: "Completed" },
            { id: 540, employee_id: 163, start_time: new Date("2023-10-10T15:18:53Z"), end_time: new Date("2023-08-15T12:30:45Z"), status: "Scheduled" },
            { id: 541, employee_id: 139, start_time: new Date("2023-06-18T15:21:37Z"), end_time: new Date("2023-04-04T13:02:06Z"), status: "Completed" },
            { id: 542, employee_id: 158, start_time: new Date("2023-02-20T14:07:25Z"), end_time: new Date("2023-05-10T18:11:25Z"), status: "Scheduled" },
            { id: 543, employee_id: 12, start_time: new Date("2023-05-23T07:49:27Z"), end_time: new Date("2023-05-28T12:44:18Z"), status: "Scheduled" },
            { id: 544, employee_id: 176, start_time: new Date("2023-10-19T11:13:26Z"), end_time: new Date("2023-12-11T14:55:39Z"), status: "Scheduled" },
            { id: 545, employee_id: 84, start_time: new Date("2023-04-26T11:21:18Z"), end_time: null, status: "Scheduled" },
            { id: 546, employee_id: 54, start_time: new Date("2023-07-03T07:40:47Z"), end_time: new Date("2023-01-25T18:39:39Z"), status: "Completed" },
            { id: 547, employee_id: 93, start_time: new Date("2023-03-31T09:01:00Z"), end_time: new Date("2023-01-20T16:05:44Z"), status: "Completed" },
            { id: 548, employee_id: 142, start_time: new Date("2023-09-29T11:22:46Z"), end_time: new Date("2023-10-11T10:05:35Z"), status: "Scheduled" },
            { id: 549, employee_id: 193, start_time: new Date("2023-12-27T13:52:41Z"), end_time: new Date("2023-02-03T11:12:54Z"), status: "Completed" },
            { id: 550, employee_id: 103, start_time: new Date("2023-01-06T13:25:42Z"), end_time: new Date("2023-08-24T15:47:20Z"), status: "Completed" },
            { id: 551, employee_id: 83, start_time: new Date("2023-11-08T15:47:02Z"), end_time: new Date("2023-09-14T11:43:29Z"), status: "Scheduled" },
            { id: 552, employee_id: 4, start_time: new Date("2023-05-18T13:53:27Z"), end_time: new Date("2023-06-12T14:30:47Z"), status: "Completed" },
            { id: 553, employee_id: 197, start_time: null, end_time: null, status: "Cancelled" },
            { id: 554, employee_id: 114, start_time: new Date("2023-09-14T14:47:26Z"), end_time: new Date("2023-10-15T09:53:30Z"), status: "Completed" },
            { id: 555, employee_id: 91, start_time: new Date("2023-04-30T10:11:16Z"), end_time: new Date("2023-01-13T08:13:26Z"), status: "Completed" },
            { id: 556, employee_id: 44, start_time: new Date("2023-12-24T13:50:05Z"), end_time: new Date("2023-09-28T21:50:21Z"), status: "Completed" },
            { id: 557, employee_id: 36, start_time: new Date("2023-06-22T07:07:27Z"), end_time: new Date("2023-10-14T13:54:21Z"), status: "Scheduled" },
            { id: 558, employee_id: 26, start_time: null, end_time: new Date("2023-01-27T14:30:20Z"), status: "Cancelled" },
            { id: 559, employee_id: 18, start_time: new Date("2023-03-25T16:10:48Z"), end_time: null, status: "Scheduled" },
            { id: 560, employee_id: 46, start_time: new Date("2023-05-22T13:56:30Z"), end_time: new Date("2023-03-28T12:40:55Z"), status: "Scheduled" },
            { id: 561, employee_id: 24, start_time: new Date("2023-07-24T14:35:54Z"), end_time: new Date("2023-09-16T09:17:54Z"), status: "Completed" },
            { id: 562, employee_id: 46, start_time: new Date("2023-12-30T18:30:04Z"), end_time: new Date("2023-04-28T07:36:00Z"), status: "Completed" },
            { id: 563, employee_id: 171, start_time: new Date("2023-07-06T13:50:53Z"), end_time: new Date("2023-12-31T15:58:37Z"), status: "Scheduled" },
            { id: 564, employee_id: 157, start_time: new Date("2023-01-23T14:29:12Z"), end_time: new Date("2023-04-20T17:55:07Z"), status: "Completed" },
            { id: 565, employee_id: 101, start_time: new Date("2023-02-13T17:33:19Z"), end_time: new Date("2023-04-16T12:11:22Z"), status: "Completed" },
            { id: 566, employee_id: 58, start_time: new Date("2023-08-11T12:53:47Z"), end_time: new Date("2023-01-13T16:12:09Z"), status: "Completed" },
            { id: 567, employee_id: 155, start_time: new Date("2023-08-28T09:00:22Z"), end_time: new Date("2023-04-06T13:51:57Z"), status: "Completed" },
            { id: 568, employee_id: 54, start_time: new Date("2023-02-23T15:17:30Z"), end_time: new Date("2023-04-01T12:44:45Z"), status: "Scheduled" },
            { id: 569, employee_id: 193, start_time: new Date("2023-01-11T16:38:55Z"), end_time: new Date("2023-05-06T15:52:40Z"), status: "Completed" },
            { id: 570, employee_id: 115, start_time: new Date("2023-05-12T07:14:07Z"), end_time: new Date("2023-07-11T08:37:35Z"), status: "Scheduled" },
            { id: 571, employee_id: 81, start_time: new Date("2023-10-01T11:18:35Z"), end_time: new Date("2023-12-10T15:06:52Z"), status: "Scheduled" },
            { id: 572, employee_id: 142, start_time: new Date("2023-09-02T07:59:28Z"), end_time: new Date("2023-05-11T15:09:11Z"), status: "Completed" },
            { id: 573, employee_id: 1, start_time: new Date("2023-10-12T14:55:28Z"), end_time: new Date("2023-09-26T15:36:17Z"), status: "Scheduled" },
            { id: 574, employee_id: 43, start_time: null, end_time: null, status: "Cancelled" },
            { id: 575, employee_id: 48, start_time: new Date("2023-11-29T13:22:13Z"), end_time: new Date("2023-11-24T18:51:17Z"), status: "Scheduled" },
            { id: 576, employee_id: 96, start_time: new Date("2023-01-18T12:55:57Z"), end_time: new Date("2023-05-08T11:05:30Z"), status: "Scheduled" },
            { id: 577, employee_id: 120, start_time: new Date("2023-11-09T14:23:13Z"), end_time: new Date("2023-07-27T13:41:38Z"), status: "Scheduled" },
            { id: 578, employee_id: 5, start_time: new Date("2023-03-13T13:44:51Z"), end_time: new Date("2023-10-01T16:30:27Z"), status: "Completed" },
            { id: 579, employee_id: 130, start_time: null, end_time: new Date("2023-03-14T15:42:45Z"), status: "Cancelled" },
            { id: 580, employee_id: 70, start_time: new Date("2023-08-20T09:42:02Z"), end_time: new Date("2023-01-30T20:54:51Z"), status: "Scheduled" },
            { id: 581, employee_id: 194, start_time: new Date("2023-06-06T12:05:26Z"), end_time: new Date("2023-03-20T09:14:02Z"), status: "Scheduled" },
            { id: 582, employee_id: 16, start_time: new Date("2023-01-17T14:44:01Z"), end_time: new Date("2023-03-19T14:22:33Z"), status: "Scheduled" },
            { id: 583, employee_id: 181, start_time: new Date("2023-09-13T15:31:59Z"), end_time: new Date("2023-01-20T20:43:45Z"), status: "Scheduled" },
            { id: 584, employee_id: 51, start_time: new Date("2023-12-02T16:45:41Z"), end_time: new Date("2023-01-02T10:39:51Z"), status: "Scheduled" },
            { id: 585, employee_id: 43, start_time: new Date("2023-08-08T14:14:35Z"), end_time: new Date("2023-06-23T17:17:01Z"), status: "Completed" },
            { id: 586, employee_id: 127, start_time: new Date("2023-10-14T10:15:57Z"), end_time: null, status: "Scheduled" },
            { id: 587, employee_id: 64, start_time: new Date("2023-09-19T13:55:42Z"), end_time: new Date("2023-02-11T10:40:38Z"), status: "Completed" },
            { id: 588, employee_id: 76, start_time: new Date("2023-01-26T14:37:52Z"), end_time: new Date("2023-04-15T11:02:14Z"), status: "Completed" },
            { id: 589, employee_id: 151, start_time: new Date("2023-11-21T10:52:37Z"), end_time: new Date("2023-07-15T02:46:31Z"), status: "Scheduled" },
            { id: 590, employee_id: 125, start_time: new Date("2023-04-12T16:11:03Z"), end_time: new Date("2023-01-16T13:33:36Z"), status: "Scheduled" },
            { id: 591, employee_id: 141, start_time: new Date("2023-08-10T07:18:49Z"), end_time: null, status: "Scheduled" },
            { id: 592, employee_id: 126, start_time: new Date("2023-12-23T08:49:05Z"), end_time: new Date("2023-04-03T10:08:56Z"), status: "Completed" },
            { id: 593, employee_id: 50, start_time: new Date("2023-08-03T17:36:16Z"), end_time: new Date("2023-12-17T13:19:53Z"), status: "Scheduled" },
            { id: 594, employee_id: 93, start_time: new Date("2023-06-12T14:44:50Z"), end_time: new Date("2023-04-09T13:45:07Z"), status: "Completed" },
            { id: 595, employee_id: 83, start_time: new Date("2023-07-19T07:13:59Z"), end_time: new Date("2023-10-10T15:49:00Z"), status: "Completed" },
            { id: 596, employee_id: 57, start_time: new Date("2023-12-06T19:52:29Z"), end_time: new Date("2023-05-29T10:58:49Z"), status: "Scheduled" },
            { id: 597, employee_id: 3, start_time: new Date("2023-02-25T11:16:23Z"), end_time: new Date("2023-07-05T19:12:12Z"), status: "Scheduled" },
            { id: 598, employee_id: 57, start_time: new Date("2023-04-12T17:13:44Z"), end_time: new Date("2023-12-13T16:37:59Z"), status: "Scheduled" },
            { id: 599, employee_id: 67, start_time: new Date("2023-01-11T12:42:25Z"), end_time: new Date("2023-06-01T10:18:33Z"), status: "Completed" },
            { id: 600, employee_id: 18, start_time: new Date("2023-01-02T21:02:28Z"), end_time: new Date("2023-11-11T15:58:22Z"), status: "Scheduled" },
        ],
    });
    await prisma.shift_bids.createMany({
        data: [
            { id: 1, shift_id: 38, employee_id: 124, bid_date: "2023-03-30", bid_amount: "776.08", bid_status: "Open", bid_hours: "12.6" },
            { id: 2, shift_id: 152, employee_id: 23, bid_date: "2023-11-17", bid_amount: "246.84", bid_status: "Open", bid_hours: "17.2" },
            { id: 3, shift_id: 6, employee_id: 91, bid_date: "2023-11-28", bid_amount: "605.21", bid_status: "Open", bid_hours: "11.8" },
            { id: 4, shift_id: 330, employee_id: 194, bid_date: "2023-12-05", bid_amount: "15.40", bid_status: "Declined", bid_hours: "15.3" },
            { id: 5, shift_id: 266, employee_id: 81, bid_date: "2023-08-08", bid_amount: "34.60", bid_status: "Open", bid_hours: "10.1" },
            { id: 6, shift_id: 226, employee_id: 124, bid_date: "2023-08-30", bid_amount: "960.51", bid_status: "Accepted", bid_hours: "14.9" },
            { id: 7, shift_id: 77, employee_id: 18, bid_date: "2023-03-21", bid_amount: "66.44", bid_status: "Open", bid_hours: "16.1" },
            { id: 8, shift_id: 152, employee_id: 155, bid_date: "2023-06-10", bid_amount: "69.55", bid_status: "Open", bid_hours: "11.7" },
            { id: 9, shift_id: 15, employee_id: 52, bid_date: "2023-07-22", bid_amount: "944.44", bid_status: "Accepted", bid_hours: "17.8" },
            { id: 10, shift_id: 579, employee_id: 61, bid_date: "2023-12-25", bid_amount: "0.81", bid_status: "Open", bid_hours: "12.1" },
            { id: 11, shift_id: 10, employee_id: 168, bid_date: "2023-07-22", bid_amount: "594.17", bid_status: "Open", bid_hours: "16.5" },
            { id: 12, shift_id: 94, employee_id: 27, bid_date: "2023-05-15", bid_amount: "264.33", bid_status: "Accepted", bid_hours: "9.6" },
            { id: 13, shift_id: 74, employee_id: 58, bid_date: "2023-03-30", bid_amount: "165.21", bid_status: "Open", bid_hours: "15.4" },
            { id: 14, shift_id: 507, employee_id: 177, bid_date: "2023-06-01", bid_amount: "243.81", bid_status: "Open", bid_hours: "16.7" },
            { id: 15, shift_id: 402, employee_id: 39, bid_date: "2023-12-24", bid_amount: "537.52", bid_status: "Accepted", bid_hours: "13.7" },
            { id: 16, shift_id: 128, employee_id: 79, bid_date: "2023-02-24", bid_amount: "135.41", bid_status: "Open", bid_hours: "12.7" },
            { id: 17, shift_id: 428, employee_id: 11, bid_date: "2023-02-11", bid_amount: "0.02", bid_status: "Accepted", bid_hours: "15.0" },
            { id: 18, shift_id: 289, employee_id: 64, bid_date: "2023-04-15", bid_amount: "234.07", bid_status: "Accepted", bid_hours: "7.3" },
            { id: 19, shift_id: 32, employee_id: 13, bid_date: "2023-04-17", bid_amount: "450.81", bid_status: "Open", bid_hours: "17.0" },
            { id: 20, shift_id: 557, employee_id: 83, bid_date: "2023-12-25", bid_amount: "9.28", bid_status: "Accepted", bid_hours: "10.9" },
            { id: 21, shift_id: 404, employee_id: 43, bid_date: "2023-03-25", bid_amount: "788.19", bid_status: "Open", bid_hours: "9.4" },
            { id: 22, shift_id: 340, employee_id: 105, bid_date: "2023-07-21", bid_amount: "24.84", bid_status: "Accepted", bid_hours: "10.9" },
            { id: 23, shift_id: 373, employee_id: 54, bid_date: "2023-02-24", bid_amount: "666.81", bid_status: "Open", bid_hours: "9.9" },
            { id: 24, shift_id: 258, employee_id: 88, bid_date: "2023-04-02", bid_amount: "906.19", bid_status: "Open", bid_hours: "8.0" },
            { id: 25, shift_id: 446, employee_id: 135, bid_date: "2023-08-16", bid_amount: "12.03", bid_status: "Declined", bid_hours: "17.9" },
            { id: 26, shift_id: 405, employee_id: 186, bid_date: "2023-12-01", bid_amount: "62.44", bid_status: "Accepted", bid_hours: "10.9" },
            { id: 27, shift_id: 273, employee_id: 62, bid_date: "2023-06-27", bid_amount: "675.41", bid_status: "Accepted", bid_hours: "8.4" },
            { id: 28, shift_id: 45, employee_id: 88, bid_date: "2023-10-14", bid_amount: "601.37", bid_status: "Accepted", bid_hours: "15.9" },
            { id: 29, shift_id: 550, employee_id: 42, bid_date: "2023-10-28", bid_amount: "64.58", bid_status: "Accepted", bid_hours: "11.7" },
            { id: 30, shift_id: 327, employee_id: 84, bid_date: "2023-06-18", bid_amount: "642.83", bid_status: "Open", bid_hours: "10.8" },
            { id: 31, shift_id: 162, employee_id: 72, bid_date: "2023-07-11", bid_amount: "244.93", bid_status: "Accepted", bid_hours: "14.4" },
            { id: 32, shift_id: 244, employee_id: 11, bid_date: "2023-05-24", bid_amount: "861.85", bid_status: "Open", bid_hours: "7.4" },
            { id: 33, shift_id: 140, employee_id: 171, bid_date: "2023-08-21", bid_amount: "44.45", bid_status: "Open", bid_hours: "10.8" },
            { id: 34, shift_id: 229, employee_id: 48, bid_date: "2023-03-22", bid_amount: "197.16", bid_status: "Open", bid_hours: "18.6" },
            { id: 35, shift_id: 123, employee_id: 90, bid_date: "2023-04-12", bid_amount: "88.02", bid_status: "Open", bid_hours: "5.4" },
            { id: 36, shift_id: 196, employee_id: 57, bid_date: "2023-05-09", bid_amount: "156.27", bid_status: "Open", bid_hours: "18.9" },
            { id: 37, shift_id: 101, employee_id: 91, bid_date: "2023-10-29", bid_amount: "587.08", bid_status: "Accepted", bid_hours: "9.8" },
            { id: 38, shift_id: 374, employee_id: 59, bid_date: "2023-10-09", bid_amount: "5.07", bid_status: "Open", bid_hours: "10.8" },
            { id: 39, shift_id: 576, employee_id: 142, bid_date: "2023-11-13", bid_amount: "310.88", bid_status: "Open", bid_hours: "13.8" },
            { id: 40, shift_id: 527, employee_id: 89, bid_date: "2023-12-14", bid_amount: "616.69", bid_status: "Open", bid_hours: "13.8" },
            { id: 41, shift_id: 332, employee_id: 49, bid_date: "2023-09-15", bid_amount: "886.94", bid_status: "Open", bid_hours: "16.3" },
            { id: 42, shift_id: 56, employee_id: 100, bid_date: "2023-09-23", bid_amount: "20.95", bid_status: "Open", bid_hours: "10.7" },
            { id: 43, shift_id: 352, employee_id: 197, bid_date: "2023-07-13", bid_amount: "48.80", bid_status: "Open", bid_hours: "15.0" },
            { id: 44, shift_id: 322, employee_id: 143, bid_date: "2023-05-25", bid_amount: "730.14", bid_status: "Accepted", bid_hours: "12.2" },
            { id: 45, shift_id: 193, employee_id: 75, bid_date: "2023-11-25", bid_amount: "848.77", bid_status: "Accepted", bid_hours: "7.7" },
            { id: 46, shift_id: 326, employee_id: 51, bid_date: "2023-01-31", bid_amount: "401.11", bid_status: "Accepted", bid_hours: "8.8" },
            { id: 47, shift_id: 415, employee_id: 137, bid_date: "2023-12-06", bid_amount: "687.20", bid_status: "Open", bid_hours: "15.5" },
            { id: 48, shift_id: 254, employee_id: 51, bid_date: "2023-06-12", bid_amount: "6.75", bid_status: "Open", bid_hours: "8.9" },
            { id: 49, shift_id: 528, employee_id: 141, bid_date: "2023-10-10", bid_amount: "49.58", bid_status: "Declined", bid_hours: "17.7" },
            { id: 50, shift_id: 229, employee_id: 79, bid_date: "2023-12-18", bid_amount: "902.38", bid_status: "Accepted", bid_hours: "14.3" },
            { id: 51, shift_id: 564, employee_id: 22, bid_date: "2023-06-28", bid_amount: "43.48", bid_status: "Open", bid_hours: "11.1" },
            { id: 52, shift_id: 173, employee_id: 103, bid_date: "2023-05-08", bid_amount: "92.91", bid_status: "Open", bid_hours: "9.0" },
            { id: 53, shift_id: 437, employee_id: 68, bid_date: "2023-09-14", bid_amount: "876.27", bid_status: "Accepted", bid_hours: "15.4" },
            { id: 54, shift_id: 409, employee_id: 67, bid_date: "2023-12-26", bid_amount: "525.99", bid_status: "Open", bid_hours: "10.8" },
            { id: 55, shift_id: 215, employee_id: 81, bid_date: "2023-07-10", bid_amount: "7.43", bid_status: "Accepted", bid_hours: "17.7" },
            { id: 56, shift_id: 143, employee_id: 62, bid_date: "2023-11-20", bid_amount: "912.62", bid_status: "Accepted", bid_hours: "15.6" },
            { id: 57, shift_id: 63, employee_id: 141, bid_date: "2023-04-02", bid_amount: "453.38", bid_status: "Open", bid_hours: "14.3" },
            { id: 58, shift_id: 523, employee_id: 110, bid_date: "2023-12-27", bid_amount: "0.21", bid_status: "Declined", bid_hours: "11.6" },
            { id: 59, shift_id: 274, employee_id: 125, bid_date: "2023-09-10", bid_amount: "628.60", bid_status: "Declined", bid_hours: "12.7" },
            { id: 60, shift_id: 291, employee_id: 144, bid_date: "2023-07-14", bid_amount: "341.84", bid_status: "Declined", bid_hours: "13.8" },
            { id: 61, shift_id: 201, employee_id: 179, bid_date: "2023-08-17", bid_amount: "10.42", bid_status: "Open", bid_hours: "9.0" },
            { id: 62, shift_id: 298, employee_id: 75, bid_date: "2023-12-21", bid_amount: "245.05", bid_status: "Accepted", bid_hours: "14.5" },
            { id: 63, shift_id: 9, employee_id: 76, bid_date: "2023-02-25", bid_amount: "465.57", bid_status: "Open", bid_hours: "11.1" },
            { id: 64, shift_id: 491, employee_id: 40, bid_date: "2023-03-29", bid_amount: "148.57", bid_status: "Open", bid_hours: "12.7" },
            { id: 65, shift_id: 162, employee_id: 173, bid_date: "2023-11-17", bid_amount: "681.17", bid_status: "Open", bid_hours: "8.5" },
            { id: 66, shift_id: 394, employee_id: 73, bid_date: "2023-06-01", bid_amount: "445.17", bid_status: "Open", bid_hours: "18.6" },
            { id: 67, shift_id: 190, employee_id: 7, bid_date: "2023-12-10", bid_amount: "237.78", bid_status: "Open", bid_hours: "16.0" },
            { id: 68, shift_id: 79, employee_id: 189, bid_date: "2023-04-16", bid_amount: "57.26", bid_status: "Open", bid_hours: "11.5" },
            { id: 69, shift_id: 184, employee_id: 116, bid_date: "2023-09-06", bid_amount: "240.27", bid_status: "Open", bid_hours: "11.4" },
            { id: 70, shift_id: 192, employee_id: 112, bid_date: "2023-09-20", bid_amount: "1.00", bid_status: "Open", bid_hours: "4.9" },
            { id: 71, shift_id: 263, employee_id: 22, bid_date: "2023-04-13", bid_amount: "934.89", bid_status: "Accepted", bid_hours: "15.7" },
            { id: 72, shift_id: 477, employee_id: 98, bid_date: "2023-06-07", bid_amount: "23.95", bid_status: "Open", bid_hours: "8.1" },
            { id: 73, shift_id: 62, employee_id: 126, bid_date: "2023-05-05", bid_amount: "210.64", bid_status: "Accepted", bid_hours: "13.6" },
            { id: 74, shift_id: 338, employee_id: 110, bid_date: "2023-06-12", bid_amount: "5.82", bid_status: "Open", bid_hours: "13.8" },
            { id: 75, shift_id: 85, employee_id: 58, bid_date: "2023-07-27", bid_amount: "740.64", bid_status: "Accepted", bid_hours: "9.5" },
            { id: 76, shift_id: 570, employee_id: 32, bid_date: "2023-06-01", bid_amount: "939.48", bid_status: "Accepted", bid_hours: "12.4" },
            { id: 77, shift_id: 510, employee_id: 130, bid_date: "2023-06-08", bid_amount: "107.67", bid_status: "Declined", bid_hours: "12.5" },
            { id: 78, shift_id: 532, employee_id: 122, bid_date: "2023-11-27", bid_amount: "200.49", bid_status: "Accepted", bid_hours: "10.6" },
            { id: 79, shift_id: 31, employee_id: 26, bid_date: "2023-02-16", bid_amount: "610.79", bid_status: "Declined", bid_hours: "16.5" },
            { id: 80, shift_id: 156, employee_id: 157, bid_date: "2023-07-03", bid_amount: "646.88", bid_status: "Open", bid_hours: "13.5" },
            { id: 81, shift_id: 178, employee_id: 159, bid_date: "2023-10-25", bid_amount: "14.91", bid_status: "Accepted", bid_hours: "9.5" },
            { id: 82, shift_id: 394, employee_id: 34, bid_date: "2023-12-21", bid_amount: "677.07", bid_status: "Accepted", bid_hours: "4.2" },
            { id: 83, shift_id: 302, employee_id: 113, bid_date: "2023-06-30", bid_amount: "2.03", bid_status: "Accepted", bid_hours: "8.7" },
            { id: 84, shift_id: 562, employee_id: 66, bid_date: "2023-07-15", bid_amount: "58.38", bid_status: "Open", bid_hours: "16.5" },
            { id: 85, shift_id: 447, employee_id: 133, bid_date: "2023-08-23", bid_amount: "420.44", bid_status: "Declined", bid_hours: "14.4" },
            { id: 86, shift_id: 223, employee_id: 178, bid_date: "2023-02-15", bid_amount: "71.81", bid_status: "Accepted", bid_hours: "8.9" },
            { id: 87, shift_id: 108, employee_id: 34, bid_date: "2023-02-27", bid_amount: "5.33", bid_status: "Accepted", bid_hours: "12.3" },
            { id: 88, shift_id: 121, employee_id: 183, bid_date: "2023-12-29", bid_amount: "174.00", bid_status: "Accepted", bid_hours: "15.2" },
            { id: 89, shift_id: 100, employee_id: 23, bid_date: "2023-01-20", bid_amount: "410.41", bid_status: "Accepted", bid_hours: "17.1" },
            { id: 90, shift_id: 467, employee_id: 189, bid_date: "2023-11-27", bid_amount: "781.51", bid_status: "Accepted", bid_hours: "9.2" },
            { id: 91, shift_id: 199, employee_id: 46, bid_date: "2023-11-16", bid_amount: "9.47", bid_status: "Open", bid_hours: "7.9" },
            { id: 92, shift_id: 587, employee_id: 165, bid_date: "2023-04-05", bid_amount: "0.15", bid_status: "Open", bid_hours: "14.6" },
            { id: 93, shift_id: 584, employee_id: 146, bid_date: "2023-04-02", bid_amount: "41.02", bid_status: "Open", bid_hours: "9.8" },
            { id: 94, shift_id: 75, employee_id: 99, bid_date: "2023-02-24", bid_amount: "52.39", bid_status: "Open", bid_hours: "10.0" },
            { id: 95, shift_id: 413, employee_id: 10, bid_date: "2023-07-16", bid_amount: "821.47", bid_status: "Open", bid_hours: "15.5" },
            { id: 96, shift_id: 18, employee_id: 36, bid_date: "2023-08-31", bid_amount: "311.11", bid_status: "Open", bid_hours: "14.7" },
            { id: 97, shift_id: 541, employee_id: 176, bid_date: "2023-09-27", bid_amount: "29.87", bid_status: "Accepted", bid_hours: "15.4" },
            { id: 98, shift_id: 432, employee_id: 79, bid_date: "2023-12-30", bid_amount: "0.13", bid_status: "Accepted", bid_hours: "7.7" },
            { id: 99, shift_id: 154, employee_id: 160, bid_date: "2023-04-25", bid_amount: "217.08", bid_status: "Accepted", bid_hours: "17.1" },
            { id: 100, shift_id: 53, employee_id: 77, bid_date: "2023-01-06", bid_amount: "254.70", bid_status: "Accepted", bid_hours: "14.3" },
            { id: 101, shift_id: 554, employee_id: 88, bid_date: "2023-08-19", bid_amount: "412.12", bid_status: "Declined", bid_hours: "12.3" },
            { id: 102, shift_id: 47, employee_id: 13, bid_date: "2023-11-13", bid_amount: "550.93", bid_status: "Open", bid_hours: "9.0" },
            { id: 103, shift_id: 470, employee_id: 152, bid_date: "2023-05-13", bid_amount: "412.34", bid_status: "Open", bid_hours: "16.8" },
            { id: 104, shift_id: 275, employee_id: 55, bid_date: "2023-04-29", bid_amount: "602.18", bid_status: "Open", bid_hours: "13.9" },
            { id: 105, shift_id: 559, employee_id: 125, bid_date: "2023-09-01", bid_amount: "0.13", bid_status: "Declined", bid_hours: "9.2" },
            { id: 106, shift_id: 598, employee_id: 195, bid_date: "2023-06-28", bid_amount: "998.97", bid_status: "Accepted", bid_hours: "13.8" },
            { id: 107, shift_id: 416, employee_id: 64, bid_date: "2023-06-22", bid_amount: "767.64", bid_status: "Declined", bid_hours: "9.8" },
            { id: 108, shift_id: 508, employee_id: 80, bid_date: "2023-12-05", bid_amount: "664.21", bid_status: "Open", bid_hours: "12.3" },
            { id: 109, shift_id: 490, employee_id: 168, bid_date: "2023-07-25", bid_amount: "233.10", bid_status: "Declined", bid_hours: "15.9" },
            { id: 110, shift_id: 294, employee_id: 149, bid_date: "2023-09-17", bid_amount: "684.66", bid_status: "Accepted", bid_hours: "6.8" },
            { id: 111, shift_id: 125, employee_id: 112, bid_date: "2023-02-17", bid_amount: "40.73", bid_status: "Open", bid_hours: "15.6" },
            { id: 112, shift_id: 559, employee_id: 106, bid_date: "2023-07-10", bid_amount: "85.29", bid_status: "Accepted", bid_hours: "16.1" },
            { id: 113, shift_id: 303, employee_id: 173, bid_date: "2023-11-14", bid_amount: "276.48", bid_status: "Open", bid_hours: "19.9" },
            { id: 114, shift_id: 142, employee_id: 109, bid_date: "2023-05-30", bid_amount: "35.68", bid_status: "Open", bid_hours: "11.4" },
            { id: 115, shift_id: 49, employee_id: 200, bid_date: "2023-09-09", bid_amount: "431.31", bid_status: "Open", bid_hours: "16.5" },
            { id: 116, shift_id: 274, employee_id: 19, bid_date: "2023-11-18", bid_amount: "95.22", bid_status: "Open", bid_hours: "15.2" },
            { id: 117, shift_id: 571, employee_id: 190, bid_date: "2023-03-27", bid_amount: "144.04", bid_status: "Open", bid_hours: "14.0" },
            { id: 118, shift_id: 411, employee_id: 111, bid_date: "2023-09-09", bid_amount: "225.11", bid_status: "Open", bid_hours: "8.1" },
            { id: 119, shift_id: 278, employee_id: 55, bid_date: "2023-01-14", bid_amount: "62.79", bid_status: "Open", bid_hours: "8.0" },
            { id: 120, shift_id: 540, employee_id: 79, bid_date: "2023-07-30", bid_amount: "146.07", bid_status: "Declined", bid_hours: "13.1" },
            { id: 121, shift_id: 372, employee_id: 23, bid_date: "2023-12-22", bid_amount: "65.41", bid_status: "Open", bid_hours: "6.2" },
            { id: 122, shift_id: 83, employee_id: 52, bid_date: "2023-09-17", bid_amount: "14.76", bid_status: "Open", bid_hours: "10.9" },
            { id: 123, shift_id: 86, employee_id: 91, bid_date: "2023-03-19", bid_amount: "94.96", bid_status: "Accepted", bid_hours: "11.1" },
            { id: 124, shift_id: 254, employee_id: 174, bid_date: "2023-09-12", bid_amount: "203.22", bid_status: "Open", bid_hours: "9.4" },
            { id: 125, shift_id: 589, employee_id: 11, bid_date: "2023-09-28", bid_amount: "79.13", bid_status: "Open", bid_hours: "11.2" },
            { id: 126, shift_id: 475, employee_id: 194, bid_date: "2023-05-18", bid_amount: "0.71", bid_status: "Declined", bid_hours: "12.5" },
            { id: 127, shift_id: 132, employee_id: 112, bid_date: "2023-03-28", bid_amount: "478.75", bid_status: "Accepted", bid_hours: "15.1" },
            { id: 128, shift_id: 487, employee_id: 194, bid_date: "2023-06-28", bid_amount: "324.67", bid_status: "Accepted", bid_hours: "15.6" },
            { id: 129, shift_id: 101, employee_id: 157, bid_date: "2023-01-24", bid_amount: "5.24", bid_status: "Accepted", bid_hours: "13.5" },
            { id: 130, shift_id: 495, employee_id: 95, bid_date: "2023-11-09", bid_amount: "249.13", bid_status: "Open", bid_hours: "17.0" },
            { id: 131, shift_id: 99, employee_id: 74, bid_date: "2023-03-27", bid_amount: "209.01", bid_status: "Open", bid_hours: "15.2" },
            { id: 132, shift_id: 288, employee_id: 30, bid_date: "2023-11-15", bid_amount: "17.51", bid_status: "Open", bid_hours: "4.2" },
            { id: 133, shift_id: 166, employee_id: 130, bid_date: "2023-07-27", bid_amount: "662.87", bid_status: "Declined", bid_hours: "13.4" },
            { id: 134, shift_id: 154, employee_id: 2, bid_date: "2023-02-11", bid_amount: "377.25", bid_status: "Open", bid_hours: "14.6" },
            { id: 135, shift_id: 414, employee_id: 165, bid_date: "2023-07-12", bid_amount: "3.37", bid_status: "Accepted", bid_hours: "19.7" },
            { id: 136, shift_id: 427, employee_id: 101, bid_date: "2023-08-30", bid_amount: "392.70", bid_status: "Open", bid_hours: "11.2" },
            { id: 137, shift_id: 574, employee_id: 58, bid_date: "2023-06-29", bid_amount: "429.53", bid_status: "Open", bid_hours: "8.3" },
            { id: 138, shift_id: 57, employee_id: 2, bid_date: "2023-08-14", bid_amount: "884.20", bid_status: "Accepted", bid_hours: "11.4" },
            { id: 139, shift_id: 578, employee_id: 171, bid_date: "2023-11-28", bid_amount: "248.46", bid_status: "Declined", bid_hours: "14.4" },
            { id: 140, shift_id: 472, employee_id: 97, bid_date: "2023-12-11", bid_amount: "207.06", bid_status: "Declined", bid_hours: "9.6" },
            { id: 141, shift_id: 551, employee_id: 3, bid_date: "2023-12-24", bid_amount: "16.09", bid_status: "Accepted", bid_hours: "14.4" },
            { id: 142, shift_id: 362, employee_id: 124, bid_date: "2023-12-27", bid_amount: "251.44", bid_status: "Declined", bid_hours: "14.4" },
            { id: 143, shift_id: 103, employee_id: 191, bid_date: "2023-12-10", bid_amount: "178.35", bid_status: "Accepted", bid_hours: "13.5" },
            { id: 144, shift_id: 584, employee_id: 5, bid_date: "2023-12-16", bid_amount: "28.07", bid_status: "Open", bid_hours: "13.3" },
            { id: 145, shift_id: 195, employee_id: 184, bid_date: "2023-04-28", bid_amount: "746.84", bid_status: "Open", bid_hours: "16.8" },
            { id: 146, shift_id: 231, employee_id: 130, bid_date: "2023-08-22", bid_amount: "22.87", bid_status: "Open", bid_hours: "18.0" },
            { id: 147, shift_id: 117, employee_id: 185, bid_date: "2023-11-13", bid_amount: "585.44", bid_status: "Accepted", bid_hours: "14.7" },
            { id: 148, shift_id: 530, employee_id: 170, bid_date: "2023-04-19", bid_amount: "298.85", bid_status: "Open", bid_hours: "14.4" },
            { id: 149, shift_id: 381, employee_id: 114, bid_date: "2023-04-08", bid_amount: "161.96", bid_status: "Declined", bid_hours: "10.9" },
            { id: 150, shift_id: 532, employee_id: 12, bid_date: "2023-02-24", bid_amount: "27.85", bid_status: "Open", bid_hours: "12.2" },
            { id: 151, shift_id: 365, employee_id: 19, bid_date: "2023-01-31", bid_amount: "453.76", bid_status: "Open", bid_hours: "14.0" },
            { id: 152, shift_id: 67, employee_id: 147, bid_date: "2023-07-20", bid_amount: "924.82", bid_status: "Open", bid_hours: "11.5" },
            { id: 153, shift_id: 57, employee_id: 39, bid_date: "2023-05-30", bid_amount: "136.28", bid_status: "Declined", bid_hours: "8.1" },
            { id: 154, shift_id: 515, employee_id: 196, bid_date: "2023-05-19", bid_amount: "440.62", bid_status: "Open", bid_hours: "5.2" },
            { id: 155, shift_id: 262, employee_id: 55, bid_date: "2023-08-15", bid_amount: "244.47", bid_status: "Open", bid_hours: "10.6" },
            { id: 156, shift_id: 391, employee_id: 35, bid_date: "2023-09-22", bid_amount: "251.21", bid_status: "Open", bid_hours: "12.9" },
            { id: 157, shift_id: 536, employee_id: 64, bid_date: "2023-12-04", bid_amount: "548.97", bid_status: "Open", bid_hours: "12.4" },
            { id: 158, shift_id: 255, employee_id: 147, bid_date: "2023-05-06", bid_amount: "159.04", bid_status: "Open", bid_hours: "13.0" },
            { id: 159, shift_id: 320, employee_id: 158, bid_date: "2023-08-23", bid_amount: "305.16", bid_status: "Declined", bid_hours: "14.5" },
            { id: 160, shift_id: 381, employee_id: 193, bid_date: "2023-12-21", bid_amount: "422.90", bid_status: "Accepted", bid_hours: "13.7" },
            { id: 161, shift_id: 522, employee_id: 140, bid_date: "2023-08-14", bid_amount: "25.48", bid_status: "Declined", bid_hours: "12.1" },
            { id: 162, shift_id: 539, employee_id: 71, bid_date: "2023-10-16", bid_amount: "237.90", bid_status: "Open", bid_hours: "12.5" },
            { id: 163, shift_id: 570, employee_id: 76, bid_date: "2023-07-04", bid_amount: "0.36", bid_status: "Open", bid_hours: "6.1" },
            { id: 164, shift_id: 160, employee_id: 189, bid_date: "2023-11-13", bid_amount: "9.45", bid_status: "Open", bid_hours: "11.7" },
            { id: 165, shift_id: 466, employee_id: 32, bid_date: "2023-05-19", bid_amount: "114.07", bid_status: "Accepted", bid_hours: "13.9" },
            { id: 166, shift_id: 232, employee_id: 2, bid_date: "2023-01-30", bid_amount: "243.85", bid_status: "Open", bid_hours: "16.4" },
            { id: 167, shift_id: 428, employee_id: 90, bid_date: "2023-02-20", bid_amount: "982.53", bid_status: "Accepted", bid_hours: "15.7" },
            { id: 168, shift_id: 136, employee_id: 142, bid_date: "2023-02-12", bid_amount: "254.59", bid_status: "Open", bid_hours: "14.5" },
            { id: 169, shift_id: 412, employee_id: 162, bid_date: "2023-04-08", bid_amount: "5.30", bid_status: "Accepted", bid_hours: "11.1" },
            { id: 170, shift_id: 476, employee_id: 30, bid_date: "2023-08-30", bid_amount: "70.57", bid_status: "Open", bid_hours: "14.6" },
            { id: 171, shift_id: 184, employee_id: 44, bid_date: "2023-02-26", bid_amount: "699.62", bid_status: "Open", bid_hours: "10.1" },
            { id: 172, shift_id: 209, employee_id: 195, bid_date: "2023-08-21", bid_amount: "87.82", bid_status: "Declined", bid_hours: "11.7" },
            { id: 173, shift_id: 536, employee_id: 102, bid_date: "2023-06-10", bid_amount: "17.41", bid_status: "Accepted", bid_hours: "13.5" },
            { id: 174, shift_id: 510, employee_id: 128, bid_date: "2023-07-18", bid_amount: "8.39", bid_status: "Accepted", bid_hours: "9.4" },
            { id: 175, shift_id: 334, employee_id: 77, bid_date: "2023-05-23", bid_amount: "970.78", bid_status: "Open", bid_hours: "13.9" },
            { id: 176, shift_id: 429, employee_id: 156, bid_date: "2023-08-18", bid_amount: "622.81", bid_status: "Open", bid_hours: "10.2" },
            { id: 177, shift_id: 515, employee_id: 29, bid_date: "2023-04-29", bid_amount: "10.39", bid_status: "Open", bid_hours: "8.4" },
            { id: 178, shift_id: 589, employee_id: 140, bid_date: "2023-12-30", bid_amount: "195.06", bid_status: "Declined", bid_hours: "7.8" },
            { id: 179, shift_id: 53, employee_id: 7, bid_date: "2023-11-05", bid_amount: "389.61", bid_status: "Open", bid_hours: "8.5" },
            { id: 180, shift_id: 188, employee_id: 112, bid_date: "2023-12-13", bid_amount: "624.10", bid_status: "Declined", bid_hours: "15.2" },
            { id: 181, shift_id: 510, employee_id: 106, bid_date: "2023-08-18", bid_amount: "807.84", bid_status: "Accepted", bid_hours: "16.1" },
            { id: 182, shift_id: 461, employee_id: 181, bid_date: "2023-05-22", bid_amount: "405.61", bid_status: "Open", bid_hours: "15.8" },
            { id: 183, shift_id: 137, employee_id: 135, bid_date: "2023-04-10", bid_amount: "252.10", bid_status: "Accepted", bid_hours: "15.2" },
            { id: 184, shift_id: 502, employee_id: 69, bid_date: "2023-08-04", bid_amount: "258.60", bid_status: "Open", bid_hours: "17.7" },
            { id: 185, shift_id: 472, employee_id: 80, bid_date: "2023-12-22", bid_amount: "696.92", bid_status: "Accepted", bid_hours: "13.0" },
            { id: 186, shift_id: 184, employee_id: 82, bid_date: "2023-10-03", bid_amount: "55.51", bid_status: "Open", bid_hours: "13.2" },
            { id: 187, shift_id: 212, employee_id: 43, bid_date: "2023-10-19", bid_amount: "13.08", bid_status: "Accepted", bid_hours: "12.9" },
            { id: 188, shift_id: 235, employee_id: 20, bid_date: "2023-07-31", bid_amount: "804.01", bid_status: "Declined", bid_hours: "9.0" },
            { id: 189, shift_id: 520, employee_id: 172, bid_date: "2023-04-14", bid_amount: "556.36", bid_status: "Declined", bid_hours: "11.8" },
            { id: 190, shift_id: 170, employee_id: 12, bid_date: "2023-01-19", bid_amount: "31.61", bid_status: "Open", bid_hours: "14.0" },
            { id: 191, shift_id: 347, employee_id: 114, bid_date: "2023-12-02", bid_amount: "379.06", bid_status: "Accepted", bid_hours: "12.3" },
            { id: 192, shift_id: 469, employee_id: 91, bid_date: "2023-09-20", bid_amount: "29.76", bid_status: "Open", bid_hours: "10.8" },
            { id: 193, shift_id: 33, employee_id: 177, bid_date: "2023-08-03", bid_amount: "383.46", bid_status: "Open", bid_hours: "20.5" },
            { id: 194, shift_id: 118, employee_id: 44, bid_date: "2023-01-20", bid_amount: "167.62", bid_status: "Open", bid_hours: "15.9" },
            { id: 195, shift_id: 483, employee_id: 59, bid_date: "2023-01-23", bid_amount: "908.90", bid_status: "Accepted", bid_hours: "18.3" },
            { id: 196, shift_id: 241, employee_id: 61, bid_date: "2023-08-07", bid_amount: "540.30", bid_status: "Open", bid_hours: "8.5" },
            { id: 197, shift_id: 302, employee_id: 29, bid_date: "2023-12-09", bid_amount: "748.27", bid_status: "Open", bid_hours: "16.9" },
            { id: 198, shift_id: 285, employee_id: 28, bid_date: "2023-09-15", bid_amount: "77.37", bid_status: "Open", bid_hours: "9.5" },
            { id: 199, shift_id: 577, employee_id: 119, bid_date: "2023-11-11", bid_amount: "193.15", bid_status: "Accepted", bid_hours: "12.2" },
            { id: 200, shift_id: 323, employee_id: 200, bid_date: "2023-10-19", bid_amount: "790.94", bid_status: "Accepted", bid_hours: "12.4" },
        ],
    });
    await prisma.shift_swaps.createMany({
        data: [
            { id: 1, original_shift_id: 407, swapped_shift_id: 173, employee_id: 13, swap_date: "2023-10-25", swap_reason: "personal commitment", status: "Pending", swap_duration_hours: "5.40" },
            { id: 2, original_shift_id: 179, swapped_shift_id: 272, employee_id: 154, swap_date: "2023-11-04", swap_reason: "personal commitment", status: "Rejected", swap_duration_hours: "8.88" },
            { id: 3, original_shift_id: 434, swapped_shift_id: 17, employee_id: 102, swap_date: "2023-10-28", swap_reason: "workload management", status: "Approved", swap_duration_hours: "6.25" },
            { id: 4, original_shift_id: 97, swapped_shift_id: 446, employee_id: 16, swap_date: "2023-06-30", swap_reason: "family emergency", status: "Pending", swap_duration_hours: "7.61" },
            { id: 5, original_shift_id: 36, swapped_shift_id: 392, employee_id: 18, swap_date: "2023-01-28", swap_reason: "health issue", status: "Rejected", swap_duration_hours: "6.85" },
            { id: 6, original_shift_id: 263, swapped_shift_id: 117, employee_id: 197, swap_date: "2023-09-17", swap_reason: "personal commitment", status: "Approved", swap_duration_hours: "6.55" },
            { id: 7, original_shift_id: 212, swapped_shift_id: 306, employee_id: 181, swap_date: "2023-10-02", swap_reason: "schedule conflict", status: "Pending", swap_duration_hours: "6.22" },
            { id: 8, original_shift_id: 373, swapped_shift_id: 434, employee_id: 156, swap_date: "2023-08-28", swap_reason: "personal commitment", status: "Pending", swap_duration_hours: "6.41" },
            { id: 9, original_shift_id: 450, swapped_shift_id: 478, employee_id: 160, swap_date: "2023-10-27", swap_reason: "shift preference", status: "Approved", swap_duration_hours: "5.03" },
            { id: 10, original_shift_id: 270, swapped_shift_id: 461, employee_id: 144, swap_date: "2023-02-14", swap_reason: "personal commitment", status: "Rejected", swap_duration_hours: "8.63" },
            { id: 11, original_shift_id: 74, swapped_shift_id: 525, employee_id: 148, swap_date: "2023-05-19", swap_reason: "workload management", status: "Pending", swap_duration_hours: "5.09" },
            { id: 12, original_shift_id: 22, swapped_shift_id: 244, employee_id: 64, swap_date: "2023-07-01", swap_reason: "schedule conflict", status: "Approved", swap_duration_hours: "5.28" },
            { id: 13, original_shift_id: 528, swapped_shift_id: 519, employee_id: 176, swap_date: "2023-03-16", swap_reason: "training obligation", status: "Rejected", swap_duration_hours: "7.93" },
            { id: 14, original_shift_id: 435, swapped_shift_id: 83, employee_id: 152, swap_date: "2023-01-07", swap_reason: "event participation", status: "Rejected", swap_duration_hours: "4.55" },
            { id: 15, original_shift_id: 600, swapped_shift_id: 14, employee_id: 57, swap_date: "2023-05-16", swap_reason: "personal commitment", status: "Pending", swap_duration_hours: "5.68" },
            { id: 16, original_shift_id: 206, swapped_shift_id: 262, employee_id: 34, swap_date: "2023-11-15", swap_reason: "personal commitment", status: "Approved", swap_duration_hours: "5.32" },
            { id: 17, original_shift_id: 500, swapped_shift_id: 501, employee_id: 106, swap_date: "2023-10-01", swap_reason: "workload management", status: "Rejected", swap_duration_hours: "6.17" },
            { id: 18, original_shift_id: 28, swapped_shift_id: 396, employee_id: 64, swap_date: "2023-10-17", swap_reason: "workload management", status: "Pending", swap_duration_hours: "9.39" },
            { id: 19, original_shift_id: 92, swapped_shift_id: 387, employee_id: 121, swap_date: "2023-03-04", swap_reason: "schedule conflict", status: "Pending", swap_duration_hours: "7.90" },
            { id: 20, original_shift_id: 1, swapped_shift_id: 462, employee_id: 122, swap_date: "2023-10-07", swap_reason: "health issue", status: "Rejected", swap_duration_hours: "7.13" },
            { id: 21, original_shift_id: 124, swapped_shift_id: 76, employee_id: 52, swap_date: "2023-06-16", swap_reason: "shift preference", status: "Approved", swap_duration_hours: "7.36" },
            { id: 22, original_shift_id: 55, swapped_shift_id: 396, employee_id: 152, swap_date: "2023-12-18", swap_reason: "personal commitment", status: "Pending", swap_duration_hours: "6.63" },
            { id: 23, original_shift_id: 280, swapped_shift_id: 89, employee_id: 110, swap_date: "2023-05-06", swap_reason: "workload management", status: "Approved", swap_duration_hours: "7.05" },
            { id: 24, original_shift_id: 460, swapped_shift_id: 462, employee_id: 91, swap_date: "2023-10-26", swap_reason: "personal commitment", status: "Approved", swap_duration_hours: "7.81" },
            { id: 25, original_shift_id: 184, swapped_shift_id: 372, employee_id: 159, swap_date: "2023-08-20", swap_reason: "personal commitment", status: "Pending", swap_duration_hours: "9.29" },
            { id: 26, original_shift_id: 300, swapped_shift_id: 484, employee_id: 35, swap_date: "2023-02-10", swap_reason: "personal commitment", status: "Approved", swap_duration_hours: "6.82" },
            { id: 27, original_shift_id: 233, swapped_shift_id: 446, employee_id: 166, swap_date: "2023-11-23", swap_reason: "personal commitment", status: "Approved", swap_duration_hours: "8.41" },
            { id: 28, original_shift_id: 535, swapped_shift_id: 369, employee_id: 80, swap_date: "2023-12-09", swap_reason: "health issue", status: "Approved", swap_duration_hours: "5.38" },
            { id: 29, original_shift_id: 578, swapped_shift_id: 185, employee_id: 105, swap_date: "2023-08-07", swap_reason: "personal commitment", status: "Pending", swap_duration_hours: "7.07" },
            { id: 30, original_shift_id: 242, swapped_shift_id: 447, employee_id: 5, swap_date: "2023-11-13", swap_reason: "personal commitment", status: "Rejected", swap_duration_hours: "6.72" },
            { id: 31, original_shift_id: 329, swapped_shift_id: 88, employee_id: 8, swap_date: "2023-03-17", swap_reason: "schedule conflict", status: "Approved", swap_duration_hours: "4.97" },
            { id: 32, original_shift_id: 557, swapped_shift_id: 444, employee_id: 18, swap_date: "2023-07-31", swap_reason: "family emergency", status: "Approved", swap_duration_hours: "4.79" },
            { id: 33, original_shift_id: 323, swapped_shift_id: 83, employee_id: 158, swap_date: "2023-08-28", swap_reason: "workload management", status: "Rejected", swap_duration_hours: "5.74" },
            { id: 34, original_shift_id: 380, swapped_shift_id: 42, employee_id: 12, swap_date: "2023-11-18", swap_reason: "schedule conflict", status: "Pending", swap_duration_hours: "7.95" },
            { id: 35, original_shift_id: 92, swapped_shift_id: 595, employee_id: 149, swap_date: "2023-01-14", swap_reason: "personal commitment", status: "Pending", swap_duration_hours: "5.06" },
            { id: 36, original_shift_id: 468, swapped_shift_id: 220, employee_id: 85, swap_date: "2023-12-10", swap_reason: "workload management", status: "Approved", swap_duration_hours: "5.10" },
            { id: 37, original_shift_id: 252, swapped_shift_id: 91, employee_id: 96, swap_date: "2023-02-14", swap_reason: "travel plans", status: "Pending", swap_duration_hours: "6.24" },
            { id: 38, original_shift_id: 568, swapped_shift_id: 60, employee_id: 36, swap_date: "2023-02-19", swap_reason: "shift preference", status: "Pending", swap_duration_hours: "6.54" },
            { id: 39, original_shift_id: 231, swapped_shift_id: 69, employee_id: 104, swap_date: "2023-12-15", swap_reason: "schedule conflict", status: "Approved", swap_duration_hours: "7.75" },
            { id: 40, original_shift_id: 229, swapped_shift_id: 398, employee_id: 64, swap_date: "2023-01-11", swap_reason: "personal commitment", status: "Pending", swap_duration_hours: "5.08" },
            { id: 41, original_shift_id: 96, swapped_shift_id: 342, employee_id: 148, swap_date: "2023-10-09", swap_reason: "workload management", status: "Approved", swap_duration_hours: "7.47" },
            { id: 42, original_shift_id: 446, swapped_shift_id: 448, employee_id: 75, swap_date: "2023-03-15", swap_reason: "travel plans", status: "Pending", swap_duration_hours: "7.61" },
            { id: 43, original_shift_id: 249, swapped_shift_id: 282, employee_id: 121, swap_date: "2023-05-04", swap_reason: "travel plans", status: "Approved", swap_duration_hours: "6.61" },
            { id: 44, original_shift_id: 116, swapped_shift_id: 113, employee_id: 133, swap_date: "2023-05-09", swap_reason: "family emergency", status: "Pending", swap_duration_hours: "4.50" },
            { id: 45, original_shift_id: 268, swapped_shift_id: 332, employee_id: 82, swap_date: "2023-02-22", swap_reason: "personal commitment", status: "Pending", swap_duration_hours: "8.16" },
            { id: 46, original_shift_id: 10, swapped_shift_id: 209, employee_id: 118, swap_date: "2023-12-03", swap_reason: "event participation", status: "Pending", swap_duration_hours: "4.18" },
            { id: 47, original_shift_id: 358, swapped_shift_id: 36, employee_id: 119, swap_date: "2023-04-21", swap_reason: "family emergency", status: "Approved", swap_duration_hours: "6.40" },
            { id: 48, original_shift_id: 171, swapped_shift_id: 3, employee_id: 74, swap_date: "2023-02-26", swap_reason: "personal commitment", status: "Pending", swap_duration_hours: "7.09" },
            { id: 49, original_shift_id: 15, swapped_shift_id: 101, employee_id: 200, swap_date: "2023-04-06", swap_reason: "personal commitment", status: "Approved", swap_duration_hours: "4.20" },
            { id: 50, original_shift_id: 25, swapped_shift_id: 312, employee_id: 124, swap_date: "2023-07-08", swap_reason: "schedule conflict", status: "Approved", swap_duration_hours: "9.58" },
            { id: 51, original_shift_id: 476, swapped_shift_id: 81, employee_id: 116, swap_date: "2023-10-22", swap_reason: "event participation", status: "Rejected", swap_duration_hours: "6.96" },
            { id: 52, original_shift_id: 248, swapped_shift_id: 262, employee_id: 133, swap_date: "2023-02-04", swap_reason: "family emergency", status: "Approved", swap_duration_hours: "6.41" },
            { id: 53, original_shift_id: 487, swapped_shift_id: 571, employee_id: 111, swap_date: "2023-10-26", swap_reason: "personal commitment", status: "Pending", swap_duration_hours: "7.87" },
            { id: 54, original_shift_id: 9, swapped_shift_id: 122, employee_id: 148, swap_date: "2023-01-27", swap_reason: "personal commitment", status: "Rejected", swap_duration_hours: "7.98" },
            { id: 55, original_shift_id: 529, swapped_shift_id: 70, employee_id: 79, swap_date: "2023-03-28", swap_reason: "unforeseen circumstances", status: "Approved", swap_duration_hours: "4.05" },
            { id: 56, original_shift_id: 95, swapped_shift_id: 244, employee_id: 130, swap_date: "2023-08-29", swap_reason: "family emergency", status: "Pending", swap_duration_hours: "5.51" },
            { id: 57, original_shift_id: 531, swapped_shift_id: 3, employee_id: 196, swap_date: "2023-01-21", swap_reason: "family emergency", status: "Rejected", swap_duration_hours: "8.49" },
            { id: 58, original_shift_id: 177, swapped_shift_id: 200, employee_id: 53, swap_date: "2023-04-17", swap_reason: "personal commitment", status: "Approved", swap_duration_hours: "7.62" },
            { id: 59, original_shift_id: 334, swapped_shift_id: 330, employee_id: 2, swap_date: "2023-08-12", swap_reason: "family emergency", status: "Pending", swap_duration_hours: "6.27" },
            { id: 60, original_shift_id: 203, swapped_shift_id: 502, employee_id: 15, swap_date: "2023-02-16", swap_reason: "personal commitment", status: "Pending", swap_duration_hours: "5.02" },
            { id: 61, original_shift_id: 60, swapped_shift_id: 388, employee_id: 148, swap_date: "2023-10-11", swap_reason: "personal commitment", status: "Approved", swap_duration_hours: "4.27" },
            { id: 62, original_shift_id: 256, swapped_shift_id: 482, employee_id: 197, swap_date: "2023-01-27", swap_reason: "family emergency", status: "Rejected", swap_duration_hours: "8.49" },
            { id: 63, original_shift_id: 352, swapped_shift_id: 409, employee_id: 137, swap_date: "2023-04-28", swap_reason: "workload management", status: "Approved", swap_duration_hours: "7.18" },
            { id: 64, original_shift_id: 3, swapped_shift_id: 128, employee_id: 146, swap_date: "2023-07-09", swap_reason: "personal commitment", status: "Pending", swap_duration_hours: "7.49" },
            { id: 65, original_shift_id: 565, swapped_shift_id: 283, employee_id: 106, swap_date: "2023-03-06", swap_reason: "personal commitment", status: "Approved", swap_duration_hours: "5.62" },
            { id: 66, original_shift_id: 376, swapped_shift_id: 346, employee_id: 86, swap_date: "2023-02-12", swap_reason: "personal commitment", status: "Rejected", swap_duration_hours: "7.63" },
            { id: 67, original_shift_id: 506, swapped_shift_id: 121, employee_id: 20, swap_date: "2023-02-02", swap_reason: "personal commitment", status: "Pending", swap_duration_hours: "6.40" },
            { id: 68, original_shift_id: 593, swapped_shift_id: 138, employee_id: 54, swap_date: "2023-03-21", swap_reason: "training obligation", status: "Pending", swap_duration_hours: "3.79" },
            { id: 69, original_shift_id: 496, swapped_shift_id: 299, employee_id: 133, swap_date: "2023-11-15", swap_reason: "event participation", status: "Rejected", swap_duration_hours: "7.19" },
            { id: 70, original_shift_id: 152, swapped_shift_id: 293, employee_id: 28, swap_date: "2023-02-20", swap_reason: "personal commitment", status: "Approved", swap_duration_hours: "6.24" },
            { id: 71, original_shift_id: 407, swapped_shift_id: 355, employee_id: 113, swap_date: "2023-05-23", swap_reason: "personal commitment", status: "Approved", swap_duration_hours: "5.83" },
            { id: 72, original_shift_id: 390, swapped_shift_id: 533, employee_id: 108, swap_date: "2023-10-28", swap_reason: "health issue", status: "Rejected", swap_duration_hours: "7.87" },
            { id: 73, original_shift_id: 314, swapped_shift_id: 111, employee_id: 173, swap_date: "2023-02-13", swap_reason: "family emergency", status: "Approved", swap_duration_hours: "7.51" },
            { id: 74, original_shift_id: 281, swapped_shift_id: 309, employee_id: 192, swap_date: "2023-12-21", swap_reason: "unforeseen circumstances", status: "Pending", swap_duration_hours: "9.77" },
            { id: 75, original_shift_id: 571, swapped_shift_id: 72, employee_id: 148, swap_date: "2023-04-13", swap_reason: "event participation", status: "Approved", swap_duration_hours: "6.51" },
            { id: 76, original_shift_id: 534, swapped_shift_id: 314, employee_id: 71, swap_date: "2023-01-21", swap_reason: "event participation", status: "Approved", swap_duration_hours: "3.65" },
            { id: 77, original_shift_id: 247, swapped_shift_id: 342, employee_id: 19, swap_date: "2023-06-13", swap_reason: "health issue", status: "Pending", swap_duration_hours: "8.23" },
            { id: 78, original_shift_id: 18, swapped_shift_id: 34, employee_id: 16, swap_date: "2023-08-04", swap_reason: "unforeseen circumstances", status: "Rejected", swap_duration_hours: "6.91" },
            { id: 79, original_shift_id: 42, swapped_shift_id: 168, employee_id: 18, swap_date: "2023-08-29", swap_reason: "unforeseen circumstances", status: "Approved", swap_duration_hours: "6.08" },
            { id: 80, original_shift_id: 135, swapped_shift_id: 148, employee_id: 96, swap_date: "2023-12-28", swap_reason: "schedule conflict", status: "Pending", swap_duration_hours: "8.02" },
            { id: 81, original_shift_id: 321, swapped_shift_id: 404, employee_id: 85, swap_date: "2023-10-06", swap_reason: "travel plans", status: "Pending", swap_duration_hours: "5.72" },
            { id: 82, original_shift_id: 385, swapped_shift_id: 302, employee_id: 116, swap_date: "2023-03-13", swap_reason: "schedule conflict", status: "Rejected", swap_duration_hours: "5.30" },
            { id: 83, original_shift_id: 505, swapped_shift_id: 311, employee_id: 141, swap_date: "2023-07-04", swap_reason: "project involvement", status: "Pending", swap_duration_hours: "8.33" },
            { id: 84, original_shift_id: 447, swapped_shift_id: 118, employee_id: 9, swap_date: "2023-02-19", swap_reason: "training obligation", status: "Approved", swap_duration_hours: "4.09" },
            { id: 85, original_shift_id: 290, swapped_shift_id: 234, employee_id: 156, swap_date: "2023-09-24", swap_reason: "family emergency", status: "Rejected", swap_duration_hours: "7.07" },
            { id: 86, original_shift_id: 494, swapped_shift_id: 418, employee_id: 1, swap_date: "2023-04-17", swap_reason: "personal commitment", status: "Rejected", swap_duration_hours: "6.32" },
            { id: 87, original_shift_id: 240, swapped_shift_id: 306, employee_id: 104, swap_date: "2023-01-23", swap_reason: "health issue", status: "Rejected", swap_duration_hours: "5.90" },
            { id: 88, original_shift_id: 318, swapped_shift_id: 118, employee_id: 80, swap_date: "2023-11-19", swap_reason: "personal commitment", status: "Pending", swap_duration_hours: "6.65" },
            { id: 89, original_shift_id: 350, swapped_shift_id: 56, employee_id: 198, swap_date: "2023-10-15", swap_reason: "event participation", status: "Approved", swap_duration_hours: "7.09" },
            { id: 90, original_shift_id: 429, swapped_shift_id: 153, employee_id: 91, swap_date: "2023-08-20", swap_reason: "project involvement", status: "Pending", swap_duration_hours: "8.72" },
            { id: 91, original_shift_id: 21, swapped_shift_id: 460, employee_id: 137, swap_date: "2023-10-09", swap_reason: "personal commitment", status: "Approved", swap_duration_hours: "5.82" },
            { id: 92, original_shift_id: 376, swapped_shift_id: 105, employee_id: 27, swap_date: "2023-01-09", swap_reason: "personal commitment", status: "Pending", swap_duration_hours: "5.98" },
            { id: 93, original_shift_id: 187, swapped_shift_id: 135, employee_id: 135, swap_date: "2023-09-12", swap_reason: "shift preference", status: "Pending", swap_duration_hours: "8.46" },
            { id: 94, original_shift_id: 537, swapped_shift_id: 547, employee_id: 191, swap_date: "2023-02-18", swap_reason: "personal commitment", status: "Approved", swap_duration_hours: "7.76" },
            { id: 95, original_shift_id: 53, swapped_shift_id: 498, employee_id: 72, swap_date: "2023-10-04", swap_reason: "schedule conflict", status: "Pending", swap_duration_hours: "8.68" },
            { id: 96, original_shift_id: 293, swapped_shift_id: 382, employee_id: 132, swap_date: "2023-12-30", swap_reason: "personal commitment", status: "Approved", swap_duration_hours: "6.32" },
            { id: 97, original_shift_id: 204, swapped_shift_id: 398, employee_id: 140, swap_date: "2023-08-12", swap_reason: "personal commitment", status: "Approved", swap_duration_hours: "8.28" },
            { id: 98, original_shift_id: 548, swapped_shift_id: 439, employee_id: 180, swap_date: "2023-01-07", swap_reason: "schedule conflict", status: "Pending", swap_duration_hours: "8.85" },
            { id: 99, original_shift_id: 20, swapped_shift_id: 40, employee_id: 9, swap_date: "2023-09-28", swap_reason: "personal commitment", status: "Rejected", swap_duration_hours: "8.17" },
            { id: 100, original_shift_id: 365, swapped_shift_id: 566, employee_id: 104, swap_date: "2023-05-18", swap_reason: "health issue", status: "Pending", swap_duration_hours: "9.11" },
            { id: 101, original_shift_id: 281, swapped_shift_id: 506, employee_id: 27, swap_date: "2023-10-23", swap_reason: "family emergency", status: "Rejected", swap_duration_hours: "7.55" },
            { id: 102, original_shift_id: 266, swapped_shift_id: 530, employee_id: 74, swap_date: "2023-10-31", swap_reason: "personal commitment", status: "Pending", swap_duration_hours: "5.12" },
            { id: 103, original_shift_id: 563, swapped_shift_id: 598, employee_id: 193, swap_date: "2023-05-26", swap_reason: "schedule conflict", status: "Approved", swap_duration_hours: "5.72" },
            { id: 104, original_shift_id: 375, swapped_shift_id: 37, employee_id: 42, swap_date: "2023-03-02", swap_reason: "personal commitment", status: "Approved", swap_duration_hours: "7.19" },
            { id: 105, original_shift_id: 337, swapped_shift_id: 13, employee_id: 40, swap_date: "2023-03-03", swap_reason: "team collaboration", status: "Approved", swap_duration_hours: "5.00" },
            { id: 106, original_shift_id: 402, swapped_shift_id: 475, employee_id: 194, swap_date: "2023-11-04", swap_reason: "health issue", status: "Rejected", swap_duration_hours: "8.63" },
            { id: 107, original_shift_id: 267, swapped_shift_id: 62, employee_id: 174, swap_date: "2023-11-24", swap_reason: "personal commitment", status: "Rejected", swap_duration_hours: "6.49" },
            { id: 108, original_shift_id: 594, swapped_shift_id: 155, employee_id: 178, swap_date: "2023-08-08", swap_reason: "personal commitment", status: "Approved", swap_duration_hours: "6.62" },
            { id: 109, original_shift_id: 559, swapped_shift_id: 533, employee_id: 152, swap_date: "2023-01-06", swap_reason: "team collaboration", status: "Pending", swap_duration_hours: "4.67" },
            { id: 110, original_shift_id: 450, swapped_shift_id: 366, employee_id: 60, swap_date: "2023-11-25", swap_reason: "family emergency", status: "Approved", swap_duration_hours: "5.62" },
            { id: 111, original_shift_id: 307, swapped_shift_id: 340, employee_id: 154, swap_date: "2023-10-04", swap_reason: "family emergency", status: "Approved", swap_duration_hours: "6.22" },
            { id: 112, original_shift_id: 171, swapped_shift_id: 533, employee_id: 115, swap_date: "2023-11-15", swap_reason: "personal commitment", status: "Approved", swap_duration_hours: "6.99" },
            { id: 113, original_shift_id: 3, swapped_shift_id: 573, employee_id: 125, swap_date: "2023-06-30", swap_reason: "personal commitment", status: "Approved", swap_duration_hours: "4.80" },
            { id: 114, original_shift_id: 169, swapped_shift_id: 485, employee_id: 161, swap_date: "2023-01-28", swap_reason: "personal commitment", status: "Pending", swap_duration_hours: "8.15" },
            { id: 115, original_shift_id: 422, swapped_shift_id: 332, employee_id: 39, swap_date: "2023-11-11", swap_reason: "family emergency", status: "Approved", swap_duration_hours: "6.54" },
            { id: 116, original_shift_id: 110, swapped_shift_id: 275, employee_id: 38, swap_date: "2023-09-30", swap_reason: "health issue", status: "Approved", swap_duration_hours: "4.74" },
            { id: 117, original_shift_id: 352, swapped_shift_id: 75, employee_id: 84, swap_date: "2023-01-26", swap_reason: "personal commitment", status: "Rejected", swap_duration_hours: "3.85" },
            { id: 118, original_shift_id: 346, swapped_shift_id: 526, employee_id: 72, swap_date: "2023-04-22", swap_reason: "schedule conflict", status: "Rejected", swap_duration_hours: "7.36" },
            { id: 119, original_shift_id: 114, swapped_shift_id: 328, employee_id: 82, swap_date: "2023-04-27", swap_reason: "travel plans", status: "Approved", swap_duration_hours: "4.97" },
            { id: 120, original_shift_id: 277, swapped_shift_id: 475, employee_id: 46, swap_date: "2023-10-26", swap_reason: "unforeseen circumstances", status: "Approved", swap_duration_hours: "7.12" },
            { id: 121, original_shift_id: 102, swapped_shift_id: 110, employee_id: 186, swap_date: "2023-12-20", swap_reason: "family emergency", status: "Approved", swap_duration_hours: "7.21" },
            { id: 122, original_shift_id: 530, swapped_shift_id: 284, employee_id: 108, swap_date: "2023-02-17", swap_reason: "training obligation", status: "Rejected", swap_duration_hours: "5.39" },
            { id: 123, original_shift_id: 190, swapped_shift_id: 100, employee_id: 68, swap_date: "2023-07-02", swap_reason: "travel plans", status: "Approved", swap_duration_hours: "4.22" },
            { id: 124, original_shift_id: 23, swapped_shift_id: 9, employee_id: 81, swap_date: "2023-11-13", swap_reason: "schedule conflict", status: "Rejected", swap_duration_hours: "7.67" },
            { id: 125, original_shift_id: 525, swapped_shift_id: 49, employee_id: 101, swap_date: "2023-05-27", swap_reason: "unforeseen circumstances", status: "Pending", swap_duration_hours: "3.69" },
            { id: 126, original_shift_id: 474, swapped_shift_id: 329, employee_id: 165, swap_date: "2023-05-07", swap_reason: "personal commitment", status: "Approved", swap_duration_hours: "7.82" },
            { id: 127, original_shift_id: 432, swapped_shift_id: 376, employee_id: 45, swap_date: "2023-09-29", swap_reason: "training obligation", status: "Approved", swap_duration_hours: "9.92" },
            { id: 128, original_shift_id: 186, swapped_shift_id: 234, employee_id: 129, swap_date: "2023-12-27", swap_reason: "travel plans", status: "Approved", swap_duration_hours: "6.61" },
            { id: 129, original_shift_id: 350, swapped_shift_id: 62, employee_id: 92, swap_date: "2023-07-04", swap_reason: "health issue", status: "Pending", swap_duration_hours: "6.85" },
            { id: 130, original_shift_id: 414, swapped_shift_id: 480, employee_id: 152, swap_date: "2023-10-10", swap_reason: "training obligation", status: "Approved", swap_duration_hours: "7.71" },
            { id: 131, original_shift_id: 55, swapped_shift_id: 386, employee_id: 142, swap_date: "2023-12-22", swap_reason: "personal commitment", status: "Rejected", swap_duration_hours: "5.27" },
            { id: 132, original_shift_id: 431, swapped_shift_id: 243, employee_id: 41, swap_date: "2023-10-07", swap_reason: "family emergency", status: "Approved", swap_duration_hours: "5.63" },
            { id: 133, original_shift_id: 23, swapped_shift_id: 353, employee_id: 69, swap_date: "2023-01-18", swap_reason: "personal commitment", status: "Pending", swap_duration_hours: "8.11" },
            { id: 134, original_shift_id: 386, swapped_shift_id: 359, employee_id: 35, swap_date: "2023-11-24", swap_reason: "travel plans", status: "Rejected", swap_duration_hours: "3.47" },
            { id: 135, original_shift_id: 372, swapped_shift_id: 358, employee_id: 124, swap_date: "2023-05-17", swap_reason: "health issue", status: "Rejected", swap_duration_hours: "2.84" },
            { id: 136, original_shift_id: 215, swapped_shift_id: 190, employee_id: 58, swap_date: "2023-08-25", swap_reason: "event participation", status: "Pending", swap_duration_hours: "8.44" },
            { id: 137, original_shift_id: 498, swapped_shift_id: 24, employee_id: 31, swap_date: "2023-02-22", swap_reason: "project involvement", status: "Approved", swap_duration_hours: "5.67" },
            { id: 138, original_shift_id: 218, swapped_shift_id: 115, employee_id: 82, swap_date: "2023-10-16", swap_reason: "personal commitment", status: "Rejected", swap_duration_hours: "5.74" },
            { id: 139, original_shift_id: 19, swapped_shift_id: 583, employee_id: 193, swap_date: "2023-08-21", swap_reason: "workload management", status: "Rejected", swap_duration_hours: "7.68" },
            { id: 140, original_shift_id: 343, swapped_shift_id: 227, employee_id: 14, swap_date: "2023-11-13", swap_reason: "personal commitment", status: "Pending", swap_duration_hours: "4.87" },
            { id: 141, original_shift_id: 485, swapped_shift_id: 516, employee_id: 50, swap_date: "2023-11-04", swap_reason: "personal commitment", status: "Pending", swap_duration_hours: "5.65" },
            { id: 142, original_shift_id: 25, swapped_shift_id: 393, employee_id: 145, swap_date: "2023-05-20", swap_reason: "family emergency", status: "Pending", swap_duration_hours: "7.55" },
            { id: 143, original_shift_id: 192, swapped_shift_id: 112, employee_id: 154, swap_date: "2023-12-27", swap_reason: "event participation", status: "Pending", swap_duration_hours: "5.48" },
            { id: 144, original_shift_id: 553, swapped_shift_id: 486, employee_id: 177, swap_date: "2023-02-03", swap_reason: "personal commitment", status: "Pending", swap_duration_hours: "7.72" },
            { id: 145, original_shift_id: 566, swapped_shift_id: 2, employee_id: 92, swap_date: "2023-02-21", swap_reason: "personal commitment", status: "Approved", swap_duration_hours: "7.41" },
            { id: 146, original_shift_id: 556, swapped_shift_id: 267, employee_id: 36, swap_date: "2023-01-12", swap_reason: "schedule conflict", status: "Rejected", swap_duration_hours: "6.63" },
            { id: 147, original_shift_id: 229, swapped_shift_id: 478, employee_id: 126, swap_date: "2023-03-18", swap_reason: "personal commitment", status: "Approved", swap_duration_hours: "6.84" },
            { id: 148, original_shift_id: 518, swapped_shift_id: 147, employee_id: 102, swap_date: "2023-08-31", swap_reason: "health issue", status: "Pending", swap_duration_hours: "5.78" },
            { id: 149, original_shift_id: 396, swapped_shift_id: 578, employee_id: 31, swap_date: "2023-05-28", swap_reason: "family emergency", status: "Pending", swap_duration_hours: "7.19" },
            { id: 150, original_shift_id: 223, swapped_shift_id: 390, employee_id: 106, swap_date: "2023-09-27", swap_reason: "schedule conflict", status: "Pending", swap_duration_hours: "6.49" },
        ],
    });
}

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