// Freight Management Insights (freight-management-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.customers), 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.customers.createMany({
        data: [
            { id: 1, full_name: "Maja Jansen", email: "maja.jansen@example.com", city: "Melbourne", country: "Australia" },
            { id: 2, full_name: "Olivia Clark", email: "olivia.clark@example.com", city: null, country: "Canada" },
            { id: 3, full_name: "Mohamed Wang", email: "mohamed.wang@example.org", city: null, country: "South Africa" },
            { id: 4, full_name: "Sven Castro", email: "sven.castro@example.com", city: "London", country: "United Kingdom" },
            { id: 5, full_name: "Zoe Sato", email: "zoe.sato@example.net", city: null, country: "United States" },
            { id: 6, full_name: "Zara Ibrahim", email: "zara.ibrahim@example.net", city: "Boston", country: "United States" },
            { id: 7, full_name: "Mia Khan", email: "mia.khan@example.net", city: "Taipei", country: null },
            { id: 8, full_name: "Leo Schneider", email: "leo.schneider@example.com", city: "Boston", country: "United States" },
            { id: 9, full_name: "Ravi Gomez", email: "ravi.gomez@example.com", city: "Lyon", country: "France" },
            { id: 10, full_name: "Lena Mendes", email: "lena.mendes@example.org", city: null, country: "Japan" },
            { id: 11, full_name: "Tomas Vargas", email: "tomas.vargas@example.org", city: "Nairobi", country: "Kenya" },
            { id: 12, full_name: "Deniz Klein", email: "deniz.klein@example.net", city: "Buenos Aires", country: "Argentina" },
            { id: 13, full_name: "Lucas Walker", email: "lucas.walker@example.com", city: "Jakarta", country: null },
            { id: 14, full_name: "Zoe Oliveira", email: "zoe.oliveira@example.com", city: "Madrid", country: "Spain" },
            { id: 15, full_name: "Mateo Lee", email: "mateo.lee@example.com", city: "Madrid", country: "Spain" },
            { id: 16, full_name: "Hugo Kowalski", email: "hugo.kowalski@example.net", city: "Mumbai", country: "India" },
            { id: 17, full_name: "Deniz Rossi", email: "deniz.rossi@example.net", city: "Bogota", country: "Colombia" },
            { id: 18, full_name: "Oscar Adams", email: "oscar.adams@example.net", city: "Oslo", country: "Norway" },
            { id: 19, full_name: "Anna Sousa", email: "anna.sousa@example.com", city: "Seoul", country: "South Korea" },
            { id: 20, full_name: "Selin Wright", email: "selin.wright@example.org", city: null, country: "France" },
            { id: 21, full_name: "Amir Yilmaz", email: "amir.yilmaz@example.net", city: "Milan", country: "Italy" },
            { id: 22, full_name: "Jack Chen", email: "jack.chen@example.org", city: "Lima", country: "Peru" },
            { id: 23, full_name: "Jonas Tanaka", email: "jonas.tanaka@example.com", city: null, country: null },
            { id: 24, full_name: "Alice Singh", email: "alice.singh@example.com", city: "Bogota", country: null },
            { id: 25, full_name: "Nina Weber", email: "nina.weber@example.net", city: "Vancouver", country: "Canada" },
            { id: 26, full_name: "Ana Yilmaz", email: "ana.yilmaz@example.org", city: "Melbourne", country: "Australia" },
            { id: 27, full_name: "Lena Sato", email: "lena.sato@example.org", city: "Melbourne", country: "Australia" },
            { id: 28, full_name: "Ruby Dubois", email: "ruby.dubois@example.com", city: "Sao Paulo", country: "Brazil" },
            { id: 29, full_name: "Daniel Zhang", email: "daniel.zhang@example.org", city: "Manchester", country: "United Kingdom" },
            { id: 30, full_name: "Chloe Garcia", email: "chloe.garcia@example.org", city: "Brussels", country: "Belgium" },
            { id: 31, full_name: "Noah Dubois", email: "noah.dubois@example.com", city: null, country: "Austria" },
            { id: 32, full_name: "Carlos Bauer", email: "carlos.bauer@example.org", city: "Singapore", country: "Singapore" },
            { id: 33, full_name: "Ines Nakamura", email: "ines.nakamura@example.org", city: "Sao Paulo", country: "Brazil" },
            { id: 34, full_name: "Arjun Wang", email: "arjun.wang@example.com", city: null, country: "Austria" },
            { id: 35, full_name: "Chen Shah", email: "chen.shah@example.net", city: "Budapest", country: "Hungary" },
            { id: 36, full_name: "David Kaya", email: "david.kaya@example.org", city: "Paris", country: null },
            { id: 37, full_name: "Ibrahim Gomez", email: "ibrahim.gomez@example.net", city: "Lisbon", country: "Portugal" },
            { id: 38, full_name: "Yusuf Bauer", email: "yusuf.bauer@example.org", city: "Istanbul", country: "Turkey" },
            { id: 39, full_name: "Anna Baker", email: "anna.baker@example.com", city: "Porto", country: "Portugal" },
            { id: 40, full_name: "Maja Castro", email: "maja.castro@example.com", city: "Auckland", country: null },
            { id: 41, full_name: "Noah Nguyen", email: "noah.nguyen@example.com", city: "Stockholm", country: "Sweden" },
            { id: 42, full_name: "Jonas Wright", email: "jonas.wright@example.net", city: "Paris", country: null },
            { id: 43, full_name: "Hana Sato", email: "hana.sato@example.com", city: "Cape Town", country: "South Africa" },
            { id: 44, full_name: "Elena Walker", email: "elena.walker@example.com", city: "Warsaw", country: "Poland" },
            { id: 45, full_name: "Ivan Wagner", email: "ivan.wagner@example.com", city: "Budapest", country: "Hungary" },
            { id: 46, full_name: "Alice Meyer", email: "alice.meyer@example.org", city: "Milan", country: "Italy" },
            { id: 47, full_name: "Olivia Becker", email: "olivia.becker@example.com", city: "Auckland", country: "New Zealand" },
            { id: 48, full_name: "Olivia Castro", email: "olivia.castro@example.net", city: "Munich", country: "Germany" },
            { id: 49, full_name: "Maja Patel", email: "maja.patel@example.net", city: "Bangkok", country: "Thailand" },
            { id: 50, full_name: "Leo Flores", email: "leo.flores@example.com", city: "Buenos Aires", country: "Argentina" },
            { id: 51, full_name: "Elif Singh", email: "elif.singh@example.com", city: "Dublin", country: "Ireland" },
            { id: 52, full_name: "Fatima Fischer", email: "fatima.fischer@example.net", city: "Amsterdam", country: "Netherlands" },
            { id: 53, full_name: "Lina Murphy", email: "lina.murphy@example.com", city: "Lyon", country: "France" },
            { id: 54, full_name: "Lina Evans", email: "lina.evans@example.org", city: "Lagos", country: "Nigeria" },
            { id: 55, full_name: "Jade Wright", email: "jade.wright@example.com", city: "Seoul", country: "South Korea" },
            { id: 56, full_name: "Anna Bauer", email: "anna.bauer@example.com", city: "Cape Town", country: "South Africa" },
            { id: 57, full_name: "Noah Almeida", email: "noah.almeida@example.com", city: "Munich", country: null },
            { id: 58, full_name: "Sofia Bauer", email: "sofia.bauer@example.com", city: "Mumbai", country: "India" },
            { id: 59, full_name: "Selin Wagner", email: "selin.wagner@example.com", city: "Delhi", country: "India" },
            { id: 60, full_name: "David Tanaka", email: "david.tanaka@example.net", city: "Toronto", country: "Canada" },
            { id: 61, full_name: "Liam Ruiz", email: "liam.ruiz@example.org", city: "Edinburgh", country: "United Kingdom" },
            { id: 62, full_name: "Nour Moreau", email: "nour.moreau@example.org", city: "Sao Paulo", country: "Brazil" },
            { id: 63, full_name: "Yusuf Hassan", email: "yusuf.hassan@example.org", city: "Singapore", country: "Singapore" },
            { id: 64, full_name: "Sara Ibrahim", email: "sara.ibrahim@example.com", city: "Stockholm", country: "Sweden" },
            { id: 65, full_name: "Daniel Rossi", email: "daniel.rossi@example.com", city: "Istanbul", country: "Turkey" },
            { id: 66, full_name: "Daniel Kaya", email: "daniel.kaya@example.com", city: null, country: "Portugal" },
            { id: 67, full_name: "Chloe Oliveira", email: "chloe.oliveira@example.com", city: "Jakarta", country: null },
            { id: 68, full_name: "Chloe Andersen", email: "chloe.andersen@example.net", city: "Manchester", country: "United Kingdom" },
            { id: 69, full_name: "Daniel Becker", email: "daniel.becker@example.org", city: null, country: null },
            { id: 70, full_name: "Daniel Chen", email: "daniel.chen@example.com", city: "Manchester", country: "United Kingdom" },
            { id: 71, full_name: "Hugo Mendes", email: "hugo.mendes@example.net", city: null, country: "Japan" },
            { id: 72, full_name: "Chen Lee", email: "chen.lee@example.com", city: "Manchester", country: "United Kingdom" },
            { id: 73, full_name: "Laura Torres", email: "laura.torres@example.org", city: "Nairobi", country: "Kenya" },
            { id: 74, full_name: "Elena Gomez", email: "elena.gomez@example.org", city: "Buenos Aires", country: "Argentina" },
            { id: 75, full_name: "Sven Novak", email: "sven.novak@example.net", city: "Toronto", country: "Canada" },
            { id: 76, full_name: "Jack Jansen", email: "jack.jansen@example.org", city: "Bogota", country: "Colombia" },
            { id: 77, full_name: "Diego Fischer", email: "diego.fischer@example.com", city: "Auckland", country: "New Zealand" },
            { id: 78, full_name: "Rosa Wilson", email: "rosa.wilson@example.com", city: "Izmir", country: "Turkey" },
            { id: 79, full_name: "Ibrahim Kim", email: "ibrahim.kim@example.org", city: "Denver", country: "United States" },
            { id: 80, full_name: "Julia Bauer", email: "julia.bauer@example.org", city: "Bangkok", country: null },
            { id: 81, full_name: "Lina Kaya", email: "lina.kaya@example.net", city: "Cairo", country: "Egypt" },
            { id: 82, full_name: "Kai Taylor", email: "kai.taylor@example.org", city: "Madrid", country: "Spain" },
            { id: 83, full_name: "Sara Patel", email: "sara.patel@example.com", city: "Lima", country: "Peru" },
            { id: 84, full_name: "Hugo Jensen", email: "hugo.jensen@example.com", city: "Zurich", country: "Switzerland" },
            { id: 85, full_name: "Laura Shah", email: "laura.shah@example.com", city: "Rome", country: "Italy" },
            { id: 86, full_name: "Jonas Gupta", email: "jonas.gupta@example.com", city: "Stockholm", country: "Sweden" },
            { id: 87, full_name: "Jonas Hansen", email: "jonas.hansen@example.com", city: "Toronto", country: "Canada" },
            { id: 88, full_name: "Diego Gomez", email: "diego.gomez@example.com", city: "Cairo", country: "Egypt" },
            { id: 89, full_name: "Isaac Schmidt", email: "isaac.schmidt@example.net", city: "Berlin", country: "Germany" },
            { id: 90, full_name: "Sara Wright", email: "sara.wright@example.com", city: null, country: "Taiwan" },
            { id: 91, full_name: "Daniel Ahmed", email: "daniel.ahmed@example.net", city: "Buenos Aires", country: "Argentina" },
            { id: 92, full_name: "Deniz Johnson", email: "deniz.johnson@example.com", city: "Edinburgh", country: "United Kingdom" },
            { id: 93, full_name: "Nadia Oliveira", email: "nadia.oliveira@example.com", city: "Amsterdam", country: "Netherlands" },
            { id: 94, full_name: "Diego Wagner", email: "diego.wagner@example.net", city: "Zurich", country: "Switzerland" },
            { id: 95, full_name: "Arjun Costa", email: "arjun.costa@example.org", city: "Berlin", country: "Germany" },
            { id: 96, full_name: "Olivia Lee", email: "olivia.lee@example.net", city: "Bucharest", country: "Romania" },
            { id: 97, full_name: "Pedro Brown", email: "pedro.brown@example.com", city: "Zurich", country: "Switzerland" },
            { id: 98, full_name: "Paula Gupta", email: "paula.gupta@example.org", city: "Kyoto", country: "Japan" },
            { id: 99, full_name: "David Rossi", email: "david.rossi@example.net", city: "Denver", country: "United States" },
            { id: 100, full_name: "Daniel Hughes", email: "daniel.hughes@example.org", city: "Warsaw", country: "Poland" },
            { id: 101, full_name: "Felix Ruiz", email: "felix.ruiz@example.com", city: "Lyon", country: "France" },
            { id: 102, full_name: "Zoe Tanaka", email: "zoe.tanaka@example.com", city: "Stockholm", country: "Sweden" },
            { id: 103, full_name: "James Schmidt", email: "james.schmidt@example.org", city: "Izmir", country: "Turkey" },
            { id: 104, full_name: "Lena Ali", email: "lena.ali@example.com", city: "Milan", country: null },
            { id: 105, full_name: "Maria Kaya", email: "maria.kaya@example.com", city: "Chicago", country: "United States" },
            { id: 106, full_name: "Fatima Reyes", email: "fatima.reyes@example.org", city: "Milan", country: "Italy" },
            { id: 107, full_name: "Mei Flores", email: "mei.flores@example.com", city: "Lyon", country: "France" },
            { id: 108, full_name: "Mila Adams", email: "mila.adams@example.org", city: null, country: "United Kingdom" },
            { id: 109, full_name: "Rafael Becker", email: "rafael.becker@example.com", city: null, country: null },
            { id: 110, full_name: "Wei Becker", email: "wei.becker@example.net", city: "Istanbul", country: null },
            { id: 111, full_name: "Sofia Hughes", email: "sofia.hughes@example.com", city: "Toronto", country: "Canada" },
            { id: 112, full_name: "Maya Castro", email: "maya.castro@example.com", city: "Oslo", country: "Norway" },
            { id: 113, full_name: "Ruby Khan", email: "ruby.khan@example.com", city: "Manila", country: null },
            { id: 114, full_name: "Zara Brown", email: "zara.brown@example.com", city: "Prague", country: "Czech Republic" },
            { id: 115, full_name: "Chen Hughes", email: "chen.hughes@example.org", city: "Bangkok", country: "Thailand" },
            { id: 116, full_name: "Nadia Reyes", email: "nadia.reyes@example.net", city: "Dublin", country: "Ireland" },
            { id: 117, full_name: "Jonas Baker", email: "jonas.baker@example.com", city: "Milan", country: "Italy" },
            { id: 118, full_name: "Maria Schmidt", email: "maria.schmidt@example.com", city: "Tokyo", country: "Japan" },
            { id: 119, full_name: "Fatima Novak", email: "fatima.novak@example.com", city: "San Diego", country: "United States" },
            { id: 120, full_name: "Mia Walker", email: "mia.walker@example.org", city: "Stockholm", country: "Sweden" },
            { id: 121, full_name: "David Silva", email: "david.silva@example.com", city: "Lyon", country: "France" },
            { id: 122, full_name: "Omar Khan", email: "omar.khan@example.net", city: "Manila", country: "Philippines" },
            { id: 123, full_name: "Karim Wagner", email: "karim.wagner@example.org", city: "Singapore", country: "Singapore" },
            { id: 124, full_name: "Theo Tanaka", email: "theo.tanaka@example.com", city: "Auckland", country: "New Zealand" },
            { id: 125, full_name: "Omar Pereira", email: "omar.pereira@example.org", city: "Mexico City", country: "Mexico" },
            { id: 126, full_name: "Selin Sato", email: "selin.sato@example.net", city: "Rome", country: "Italy" },
            { id: 127, full_name: "Sven Klein", email: "sven.klein@example.org", city: "Buenos Aires", country: "Argentina" },
            { id: 128, full_name: "Ivan Flores", email: "ivan.flores@example.net", city: "Copenhagen", country: "Denmark" },
            { id: 129, full_name: "Selin Wagner", email: "selin.wagner@example.net", city: "Copenhagen", country: "Denmark" },
            { id: 130, full_name: "Nina Vargas", email: "nina.vargas@example.org", city: "Manchester", country: "United Kingdom" },
            { id: 131, full_name: "Sofia Sousa", email: "sofia.sousa@example.com", city: "Buenos Aires", country: "Argentina" },
            { id: 132, full_name: "Diego Hoffmann", email: "diego.hoffmann@example.net", city: "Austin", country: "United States" },
            { id: 133, full_name: "Wei Johnson", email: "wei.johnson@example.com", city: "Melbourne", country: "Australia" },
            { id: 134, full_name: "Nadia Cruz", email: "nadia.cruz@example.net", city: "Porto", country: "Portugal" },
            { id: 135, full_name: "Diego Schneider", email: "diego.schneider@example.com", city: "Sao Paulo", country: null },
            { id: 136, full_name: "Ben Nakamura", email: "ben.nakamura@example.net", city: "Lisbon", country: "Portugal" },
            { id: 137, full_name: "David Demir", email: "david.demir@example.net", city: "Ankara", country: null },
            { id: 138, full_name: "Diego Becker", email: "diego.becker@example.com", city: null, country: "Philippines" },
            { id: 139, full_name: "Maja Miller", email: "maja.miller@example.com", city: "Kyoto", country: "Japan" },
            { id: 140, full_name: "Ana Larsen", email: "ana.larsen@example.net", city: "Tokyo", country: "Japan" },
            { id: 141, full_name: "Paula Kim", email: "paula.kim@example.net", city: null, country: "Turkey" },
            { id: 142, full_name: "Ravi Silva", email: "ravi.silva@example.org", city: "Amsterdam", country: "Netherlands" },
            { id: 143, full_name: "Maya Bauer", email: "maya.bauer@example.com", city: "Taipei", country: "Taiwan" },
            { id: 144, full_name: "Liam Carter", email: "liam.carter@example.net", city: "Toronto", country: "Canada" },
            { id: 145, full_name: "Andre Lopez", email: "andre.lopez@example.com", city: "Barcelona", country: "Spain" },
            { id: 146, full_name: "Kai Pereira", email: "kai.pereira@example.org", city: "Budapest", country: "Hungary" },
            { id: 147, full_name: "Ibrahim Almeida", email: "ibrahim.almeida@example.com", city: "Rome", country: "Italy" },
            { id: 148, full_name: "Alice Diaz", email: "alice.diaz@example.com", city: "Delhi", country: "India" },
            { id: 149, full_name: "Leo Young", email: "leo.young@example.com", city: "Amsterdam", country: "Netherlands" },
            { id: 150, full_name: "Karim Evans", email: "karim.evans@example.org", city: "Denver", country: "United States" },
            { id: 151, full_name: "Mateo Diaz", email: "mateo.diaz@example.org", city: null, country: "Egypt" },
            { id: 152, full_name: "Chen Silva", email: "chen.silva@example.net", city: "Bucharest", country: "Romania" },
            { id: 153, full_name: "Sara Khan", email: "sara.khan@example.com", city: "Seoul", country: "South Korea" },
            { id: 154, full_name: "Nour Moreau", email: "nour.moreau@example.net", city: "Lyon", country: "France" },
            { id: 155, full_name: "Rosa Wilson", email: "rosa.wilson@example.net", city: null, country: "Australia" },
            { id: 156, full_name: "Mia Khan", email: "mia.khan@example.org", city: "Melbourne", country: "Australia" },
            { id: 157, full_name: "Deniz Vargas", email: "deniz.vargas@example.com", city: "Sydney", country: "Australia" },
            { id: 158, full_name: "Anna Schmidt", email: "anna.schmidt@example.org", city: "Rome", country: "Italy" },
            { id: 159, full_name: "Ruby Brown", email: "ruby.brown@example.com", city: "Sydney", country: "Australia" },
            { id: 160, full_name: "Mei Wilson", email: "mei.wilson@example.com", city: "Boston", country: "United States" },
            { id: 161, full_name: "Ethan Ibrahim", email: "ethan.ibrahim@example.com", city: "Nairobi", country: null },
            { id: 162, full_name: "Zoe Ibrahim", email: "zoe.ibrahim@example.com", city: "Austin", country: "United States" },
            { id: 163, full_name: "Ibrahim Wright", email: "ibrahim.wright@example.org", city: null, country: "Thailand" },
            { id: 164, full_name: "Jade Brown", email: "jade.brown@example.com", city: "Denver", country: null },
            { id: 165, full_name: "Tariq Nguyen", email: "tariq.nguyen@example.net", city: "Dublin", country: null },
            { id: 166, full_name: "Omar Torres", email: "omar.torres@example.net", city: "Amsterdam", country: "Netherlands" },
            { id: 167, full_name: "Kai Rossi", email: "kai.rossi@example.net", city: "Mumbai", country: "India" },
            { id: 168, full_name: "Laura Sousa", email: "laura.sousa@example.org", city: "Melbourne", country: "Australia" },
            { id: 169, full_name: "Tomas Ruiz", email: "tomas.ruiz@example.net", city: "Hamburg", country: "Germany" },
            { id: 170, full_name: "Jack Castro", email: "jack.castro@example.org", city: "Lima", country: "Peru" },
            { id: 171, full_name: "Ines Moreau", email: "ines.moreau@example.net", city: "Oslo", country: "Norway" },
            { id: 172, full_name: "Ravi Ahmed", email: "ravi.ahmed@example.org", city: "Chicago", country: "United States" },
            { id: 173, full_name: "Fatima Andersen", email: "fatima.andersen@example.net", city: null, country: "Norway" },
            { id: 174, full_name: "Hannah Martin", email: "hannah.martin@example.com", city: "Buenos Aires", country: "Argentina" },
            { id: 175, full_name: "Hannah Nguyen", email: "hannah.nguyen@example.com", city: "Hamburg", country: null },
            { id: 176, full_name: "Ruby Murphy", email: "ruby.murphy@example.org", city: null, country: "Indonesia" },
            { id: 177, full_name: "Mia Cruz", email: "mia.cruz@example.com", city: "Edinburgh", country: "United Kingdom" },
            { id: 178, full_name: "Maya Wright", email: "maya.wright@example.org", city: "Bogota", country: "Colombia" },
            { id: 179, full_name: "Wei Schneider", email: "wei.schneider@example.net", city: "Zurich", country: null },
            { id: 180, full_name: "Liam Moreau", email: "liam.moreau@example.org", city: "Kyoto", country: "Japan" },
            { id: 181, full_name: "Arjun Shah", email: "arjun.shah@example.org", city: "Singapore", country: "Singapore" },
            { id: 182, full_name: "Isaac Walker", email: "isaac.walker@example.org", city: "Istanbul", country: "Turkey" },
            { id: 183, full_name: "Maja Jansen", email: "maja.jansen@example.org", city: null, country: "Norway" },
            { id: 184, full_name: "Marco Demir", email: "marco.demir@example.org", city: null, country: "Spain" },
            { id: 185, full_name: "Ibrahim Gupta", email: "ibrahim.gupta@example.org", city: null, country: "United States" },
            { id: 186, full_name: "Yusuf Clark", email: "yusuf.clark@example.net", city: "Mumbai", country: "India" },
            { id: 187, full_name: "Ana Cruz", email: "ana.cruz@example.net", city: "Lima", country: null },
            { id: 188, full_name: "Tomas Gomez", email: "tomas.gomez@example.com", city: "Helsinki", country: "Finland" },
            { id: 189, full_name: "Zoe Davis", email: "zoe.davis@example.com", city: "Istanbul", country: "Turkey" },
            { id: 190, full_name: "Daniel Torres", email: "daniel.torres@example.com", city: "Helsinki", country: "Finland" },
            { id: 191, full_name: "Chloe Martin", email: "chloe.martin@example.com", city: null, country: "India" },
            { id: 192, full_name: "Anna Bennett", email: "anna.bennett@example.org", city: "Boston", country: null },
            { id: 193, full_name: "Maya Mendes", email: "maya.mendes@example.net", city: "Athens", country: "Greece" },
            { id: 194, full_name: "Lina Miller", email: "lina.miller@example.com", city: "Helsinki", country: "Finland" },
            { id: 195, full_name: "Grace Schneider", email: "grace.schneider@example.net", city: "Dublin", country: "Ireland" },
            { id: 196, full_name: "Jack Schneider", email: "jack.schneider@example.com", city: "Kyoto", country: null },
            { id: 197, full_name: "Lina Cruz", email: "lina.cruz@example.com", city: "Santiago", country: "Chile" },
            { id: 198, full_name: "Ibrahim Gomez", email: "ibrahim.gomez@example.org", city: "Vienna", country: "Austria" },
            { id: 199, full_name: "Grace Diaz", email: "grace.diaz@example.org", city: "Budapest", country: "Hungary" },
            { id: 200, full_name: "Andre Adams", email: "andre.adams@example.com", city: "Budapest", country: "Hungary" },
            { id: 201, full_name: "Priya Diaz", email: "priya.diaz@example.net", city: "Vienna", country: "Austria" },
            { id: 202, full_name: "James Evans", email: "james.evans@example.net", city: "Buenos Aires", country: "Argentina" },
            { id: 203, full_name: "Tariq Hansen", email: "tariq.hansen@example.net", city: "Bangkok", country: "Thailand" },
            { id: 204, full_name: "Elif Costa", email: "elif.costa@example.net", city: "Auckland", country: "New Zealand" },
            { id: 205, full_name: "Sven Pereira", email: "sven.pereira@example.com", city: "Istanbul", country: "Turkey" },
            { id: 206, full_name: "Daniel Miller", email: "daniel.miller@example.com", city: "Boston", country: "United States" },
            { id: 207, full_name: "Hana Evans", email: "hana.evans@example.com", city: "Berlin", country: null },
            { id: 208, full_name: "Sam Young", email: "sam.young@example.com", city: "Oslo", country: "Norway" },
            { id: 209, full_name: "Leo Almeida", email: "leo.almeida@example.net", city: "London", country: "United Kingdom" },
            { id: 210, full_name: "Selin Garcia", email: "selin.garcia@example.net", city: "Munich", country: "Germany" },
            { id: 211, full_name: "Emma Evans", email: "emma.evans@example.org", city: null, country: "Canada" },
            { id: 212, full_name: "Leo Taylor", email: "leo.taylor@example.org", city: "Montreal", country: "Canada" },
            { id: 213, full_name: "Mohamed Meyer", email: "mohamed.meyer@example.org", city: "Budapest", country: "Hungary" },
            { id: 214, full_name: "Emma Wilson", email: "emma.wilson@example.net", city: "Rome", country: "Italy" },
            { id: 215, full_name: "Chen Larsen", email: "chen.larsen@example.com", city: "Athens", country: "Greece" },
            { id: 216, full_name: "Victor Martin", email: "victor.martin@example.org", city: "Paris", country: "France" },
            { id: 217, full_name: "Ibrahim Johnson", email: "ibrahim.johnson@example.net", city: "Helsinki", country: "Finland" },
            { id: 218, full_name: "Deniz Lopez", email: "deniz.lopez@example.org", city: "Jakarta", country: "Indonesia" },
            { id: 219, full_name: "Rafael Baker", email: "rafael.baker@example.com", city: "Delhi", country: "India" },
            { id: 220, full_name: "Ana Wright", email: "ana.wright@example.org", city: "Milan", country: "Italy" },
            { id: 221, full_name: "Leo Dubois", email: "leo.dubois@example.com", city: "Copenhagen", country: "Denmark" },
            { id: 222, full_name: "Carlos Andersen", email: "carlos.andersen@example.org", city: "Sao Paulo", country: "Brazil" },
            { id: 223, full_name: "Paula Gupta", email: "paula.gupta@example.com", city: "Mexico City", country: null },
            { id: 224, full_name: "Lena Klein", email: "lena.klein@example.org", city: null, country: null },
            { id: 225, full_name: "Marco Ruiz", email: "marco.ruiz@example.org", city: "Istanbul", country: "Turkey" },
            { id: 226, full_name: "Nina Zhang", email: "nina.zhang@example.com", city: "Lima", country: "Peru" },
            { id: 227, full_name: "Amir Lopez", email: "amir.lopez@example.org", city: "Mexico City", country: "Mexico" },
            { id: 228, full_name: "Nadia Young", email: "nadia.young@example.com", city: null, country: "Chile" },
            { id: 229, full_name: "Alice Larsen", email: "alice.larsen@example.com", city: null, country: "Japan" },
            { id: 230, full_name: "Victor Kim", email: "victor.kim@example.org", city: "Denver", country: "United States" },
            { id: 231, full_name: "Nadia Park", email: "nadia.park@example.com", city: "Brussels", country: "Belgium" },
            { id: 232, full_name: "Maya Almeida", email: "maya.almeida@example.com", city: "Jakarta", country: null },
            { id: 233, full_name: "Amir Jensen", email: "amir.jensen@example.net", city: null, country: "Canada" },
            { id: 234, full_name: "Arjun Hughes", email: "arjun.hughes@example.net", city: "Berlin", country: "Germany" },
            { id: 235, full_name: "Chen Patel", email: "chen.patel@example.org", city: null, country: "United States" },
            { id: 236, full_name: "Isaac Wagner", email: "isaac.wagner@example.com", city: "Melbourne", country: "Australia" },
            { id: 237, full_name: "Omar Meyer", email: "omar.meyer@example.org", city: "Nairobi", country: "Kenya" },
            { id: 238, full_name: "Laura Klein", email: "laura.klein@example.com", city: "Copenhagen", country: "Denmark" },
            { id: 239, full_name: "Ivan Mendes", email: "ivan.mendes@example.com", city: null, country: "New Zealand" },
            { id: 240, full_name: "Yusuf Park", email: "yusuf.park@example.com", city: "Manila", country: "Philippines" },
            { id: 241, full_name: "Maya Clark", email: "maya.clark@example.com", city: "Buenos Aires", country: "Argentina" },
            { id: 242, full_name: "Carla Carter", email: "carla.carter@example.org", city: "Izmir", country: "Turkey" },
            { id: 243, full_name: "Kai Bauer", email: "kai.bauer@example.org", city: "Amsterdam", country: "Netherlands" },
            { id: 244, full_name: "Sara Walker", email: "sara.walker@example.org", city: "Lisbon", country: "Portugal" },
            { id: 245, full_name: "Sara Hughes", email: "sara.hughes@example.net", city: "Mumbai", country: null },
            { id: 246, full_name: "Laura Davis", email: "laura.davis@example.org", city: "Stockholm", country: "Sweden" },
            { id: 247, full_name: "Lucas Hansen", email: "lucas.hansen@example.org", city: "Montreal", country: "Canada" },
            { id: 248, full_name: "Tomas Bauer", email: "tomas.bauer@example.com", city: "Lagos", country: "Nigeria" },
            { id: 249, full_name: "Uma Chen", email: "uma.chen@example.net", city: null, country: "Canada" },
            { id: 250, full_name: "Sam Lopez", email: "sam.lopez@example.org", city: "Munich", country: "Germany" },
            { id: 251, full_name: "Ravi Klein", email: "ravi.klein@example.org", city: "Sydney", country: "Australia" },
            { id: 252, full_name: "Selin Jansen", email: "selin.jansen@example.com", city: "Manila", country: "Philippines" },
            { id: 253, full_name: "Carla Johnson", email: "carla.johnson@example.com", city: "Izmir", country: "Turkey" },
            { id: 254, full_name: "Priya Ibrahim", email: "priya.ibrahim@example.org", city: "Bogota", country: null },
            { id: 255, full_name: "Mohamed Almeida", email: "mohamed.almeida@example.net", city: "Berlin", country: "Germany" },
            { id: 256, full_name: "Ines Hughes", email: "ines.hughes@example.org", city: "Warsaw", country: "Poland" },
            { id: 257, full_name: "Hugo Martin", email: "hugo.martin@example.net", city: "London", country: "United Kingdom" },
            { id: 258, full_name: "Ethan Miller", email: "ethan.miller@example.org", city: "Lisbon", country: "Portugal" },
            { id: 259, full_name: "Felix Patel", email: "felix.patel@example.net", city: "Berlin", country: null },
            { id: 260, full_name: "Mila Fischer", email: "mila.fischer@example.net", city: "Berlin", country: "Germany" },
            { id: 261, full_name: "Hugo Singh", email: "hugo.singh@example.net", city: "Amsterdam", country: "Netherlands" },
            { id: 262, full_name: "Anna Rossi", email: "anna.rossi@example.com", city: "Mumbai", country: "India" },
            { id: 263, full_name: "Jade Yilmaz", email: "jade.yilmaz@example.net", city: "Stockholm", country: "Sweden" },
            { id: 264, full_name: "Hana Ahmed", email: "hana.ahmed@example.net", city: "Kyoto", country: "Japan" },
            { id: 265, full_name: "Nadia Hughes", email: "nadia.hughes@example.com", city: "Helsinki", country: "Finland" },
            { id: 266, full_name: "Ruby Novak", email: "ruby.novak@example.net", city: "Budapest", country: "Hungary" },
            { id: 267, full_name: "Julia Bauer", email: "julia.bauer@example.org", city: "Lyon", country: "France" },
            { id: 268, full_name: "Maja Weber", email: "maja.weber@example.com", city: "Budapest", country: "Hungary" },
            { id: 269, full_name: "Omar Ruiz", email: "omar.ruiz@example.net", city: "Hamburg", country: "Germany" },
            { id: 270, full_name: "Lena Sousa", email: "lena.sousa@example.net", city: "Brussels", country: "Belgium" },
            { id: 271, full_name: "Olivia Johnson", email: "olivia.johnson@example.org", city: "Seoul", country: "South Korea" },
            { id: 272, full_name: "Deniz Kowalski", email: "deniz.kowalski@example.net", city: "Dublin", country: "Ireland" },
            { id: 273, full_name: "Rafael Pereira", email: "rafael.pereira@example.com", city: "Zurich", country: "Switzerland" },
            { id: 274, full_name: "Tariq Larsen", email: "tariq.larsen@example.org", city: "Buenos Aires", country: "Argentina" },
            { id: 275, full_name: "Mia Chen", email: "mia.chen@example.net", city: "Sydney", country: "Australia" },
            { id: 276, full_name: "Nour Gupta", email: "nour.gupta@example.com", city: "Vancouver", country: "Canada" },
            { id: 277, full_name: "Felix Carter", email: "felix.carter@example.com", city: "Copenhagen", country: null },
            { id: 278, full_name: "Tariq Shah", email: "tariq.shah@example.org", city: "Munich", country: "Germany" },
            { id: 279, full_name: "Fatima Lee", email: "fatima.lee@example.com", city: "Seoul", country: "South Korea" },
            { id: 280, full_name: "Omar Torres", email: "omar.torres@example.net", city: null, country: null },
            { id: 281, full_name: "Carlos Costa", email: "carlos.costa@example.org", city: "Berlin", country: null },
            { id: 282, full_name: "Lucas Mendes", email: "lucas.mendes@example.net", city: "Ankara", country: "Turkey" },
            { id: 283, full_name: "Maja Novak", email: "maja.novak@example.net", city: null, country: null },
            { id: 284, full_name: "Priya Smith", email: "priya.smith@example.net", city: "Warsaw", country: "Poland" },
            { id: 285, full_name: "Arjun Diaz", email: "arjun.diaz@example.net", city: "Vienna", country: "Austria" },
            { id: 286, full_name: "Lina Garcia", email: "lina.garcia@example.net", city: "Izmir", country: null },
            { id: 287, full_name: "Ruby Vargas", email: "ruby.vargas@example.com", city: null, country: "Brazil" },
            { id: 288, full_name: "Ana Schmidt", email: "ana.schmidt@example.com", city: "Montreal", country: "Canada" },
            { id: 289, full_name: "Paula Cruz", email: "paula.cruz@example.org", city: "Auckland", country: "New Zealand" },
            { id: 290, full_name: "Nour Vargas", email: "nour.vargas@example.com", city: null, country: "Poland" },
            { id: 291, full_name: "Alice Murphy", email: "alice.murphy@example.org", city: "Lisbon", country: "Portugal" },
            { id: 292, full_name: "Nour Meyer", email: "nour.meyer@example.com", city: "Athens", country: "Greece" },
            { id: 293, full_name: "Theo Smith", email: "theo.smith@example.com", city: "Istanbul", country: null },
            { id: 294, full_name: "Ben Hoffmann", email: "ben.hoffmann@example.com", city: "Santiago", country: "Chile" },
            { id: 295, full_name: "Theo Young", email: "theo.young@example.org", city: "Auckland", country: "New Zealand" },
            { id: 296, full_name: "Liam Novak", email: "liam.novak@example.net", city: "Copenhagen", country: "Denmark" },
            { id: 297, full_name: "Carlos Klein", email: "carlos.klein@example.com", city: null, country: "Turkey" },
            { id: 298, full_name: "Elena Jensen", email: "elena.jensen@example.org", city: "Oslo", country: "Norway" },
            { id: 299, full_name: "Ravi Silva", email: "ravi.silva@example.org", city: "Hamburg", country: "Germany" },
            { id: 300, full_name: "Jack Patel", email: "jack.patel@example.com", city: "Stockholm", country: "Sweden" },
        ],
    });
    await prisma.products.createMany({
        data: [
            { id: 1, product_name: "Slim Keyboard", stock_level: 4, category: "Clothing" },
            { id: 2, product_name: "Modern Charger", stock_level: 43, category: "Furniture" },
            { id: 3, product_name: "Eco Chair", stock_level: 51, category: "Electronics" },
            { id: 4, product_name: "Smart Monitor", stock_level: 43, category: "Electronics" },
            { id: 5, product_name: "Insulated Kettle", stock_level: 7, category: "Electronics" },
            { id: 6, product_name: "Slim Tripod", stock_level: 35, category: "Electronics" },
            { id: 7, product_name: "Pro Bottle", stock_level: 73, category: "Electronics" },
            { id: 8, product_name: "Eco Jacket", stock_level: 66, category: "Clothing" },
            { id: 9, product_name: "Insulated Bottle", stock_level: 1, category: "Electronics" },
            { id: 10, product_name: "Deluxe Headphones", stock_level: 74, category: "Clothing" },
            { id: 11, product_name: "Travel Monitor", stock_level: 16, category: "Furniture" },
            { id: 12, product_name: "Heavy Duty Mug", stock_level: 37, category: "Electronics" },
            { id: 13, product_name: "Folding Speaker", stock_level: 70, category: "Electronics" },
            { id: 14, product_name: "Smart Desk Lamp", stock_level: 22, category: "Clothing" },
            { id: 15, product_name: "Slim Bottle", stock_level: 61, category: "Electronics" },
            { id: 16, product_name: "Pro Monitor", stock_level: 65, category: "Electronics" },
            { id: 17, product_name: "Mini Blender", stock_level: 3, category: "Furniture" },
            { id: 18, product_name: "Insulated Planter", stock_level: 9, category: "Electronics" },
            { id: 19, product_name: "Deluxe Speaker", stock_level: 27, category: "Electronics" },
            { id: 20, product_name: "Wireless Headphones", stock_level: 21, category: "Furniture" },
            { id: 21, product_name: "Essential Tripod", stock_level: 67, category: "Electronics" },
            { id: 22, product_name: "Pro Umbrella", stock_level: 93, category: "Clothing" },
            { id: 23, product_name: "Wireless Watch", stock_level: 57, category: "Clothing" },
            { id: 24, product_name: "Mini Bottle", stock_level: null, category: "Electronics" },
            { id: 25, product_name: "Vintage Mug", stock_level: null, category: "Furniture" },
            { id: 26, product_name: "Mini Tripod", stock_level: 87, category: "Electronics" },
            { id: 27, product_name: "Folding Monitor", stock_level: null, category: "Clothing" },
            { id: 28, product_name: "Essential Desk Lamp", stock_level: 13, category: "Electronics" },
            { id: 29, product_name: "Heavy Duty Watch", stock_level: 99, category: "Electronics" },
            { id: 30, product_name: "Compact Monitor", stock_level: 30, category: "Electronics" },
            { id: 31, product_name: "Premium Watch", stock_level: 15, category: "Electronics" },
            { id: 32, product_name: "Deluxe Jacket", stock_level: 58, category: "Clothing" },
            { id: 33, product_name: "Modern Pan", stock_level: null, category: "Furniture" },
            { id: 34, product_name: "Compact Headphones", stock_level: 57, category: "Electronics" },
            { id: 35, product_name: "Deluxe Monitor", stock_level: 36, category: "Furniture" },
            { id: 36, product_name: "Premium Pan", stock_level: 9, category: "Electronics" },
            { id: 37, product_name: "Travel Umbrella", stock_level: 32, category: "Electronics" },
            { id: 38, product_name: "Portable Keyboard", stock_level: 57, category: "Clothing" },
            { id: 39, product_name: "Insulated Keyboard", stock_level: null, category: "Clothing" },
            { id: 40, product_name: "Essential Bottle", stock_level: 50, category: "Electronics" },
            { id: 41, product_name: "Vintage Keyboard", stock_level: 25, category: "Electronics" },
            { id: 42, product_name: "Standard Headphones", stock_level: null, category: "Furniture" },
            { id: 43, product_name: "Pro Charger", stock_level: 77, category: "Electronics" },
            { id: 44, product_name: "Compact Monitor", stock_level: 70, category: "Electronics" },
            { id: 45, product_name: "Classic Notebook", stock_level: 80, category: "Furniture" },
            { id: 46, product_name: "Standard Speaker", stock_level: 96, category: "Electronics" },
            { id: 47, product_name: "Wireless Kettle", stock_level: 90, category: "Furniture" },
            { id: 48, product_name: "Compact Kettle", stock_level: 98, category: "Furniture" },
            { id: 49, product_name: "Essential Keyboard", stock_level: 93, category: "Electronics" },
            { id: 50, product_name: "Compact Notebook", stock_level: 71, category: "Electronics" },
            { id: 51, product_name: "Deluxe Umbrella", stock_level: 66, category: "Electronics" },
            { id: 52, product_name: "Modern Keyboard", stock_level: 18, category: "Electronics" },
            { id: 53, product_name: "Mini Blender", stock_level: 57, category: "Electronics" },
            { id: 54, product_name: "Deluxe Keyboard", stock_level: 13, category: "Electronics" },
            { id: 55, product_name: "Folding Monitor", stock_level: 59, category: "Electronics" },
            { id: 56, product_name: "Ultra Kettle", stock_level: 40, category: "Electronics" },
            { id: 57, product_name: "Eco Planter", stock_level: 32, category: "Electronics" },
            { id: 58, product_name: "Folding Camera", stock_level: 64, category: "Furniture" },
            { id: 59, product_name: "Pro Chair", stock_level: 49, category: "Electronics" },
            { id: 60, product_name: "Essential Notebook", stock_level: 51, category: "Electronics" },
            { id: 61, product_name: "Wireless Blender", stock_level: 41, category: "Furniture" },
            { id: 62, product_name: "Modern Monitor", stock_level: 58, category: "Furniture" },
            { id: 63, product_name: "Modern Kettle", stock_level: 27, category: "Electronics" },
            { id: 64, product_name: "Travel Jacket", stock_level: 84, category: "Clothing" },
            { id: 65, product_name: "Insulated Router", stock_level: 37, category: "Electronics" },
            { id: 66, product_name: "Pro Watch", stock_level: 95, category: "Clothing" },
            { id: 67, product_name: "Travel Camera", stock_level: 9, category: "Electronics" },
            { id: 68, product_name: "Insulated Speaker", stock_level: 33, category: "Electronics" },
            { id: 69, product_name: "Folding Charger", stock_level: 81, category: "Clothing" },
            { id: 70, product_name: "Smart Pan", stock_level: 33, category: "Electronics" },
            { id: 71, product_name: "Eco Jacket", stock_level: 68, category: "Electronics" },
            { id: 72, product_name: "Heavy Duty Tripod", stock_level: 75, category: "Electronics" },
            { id: 73, product_name: "Heavy Duty Router", stock_level: 62, category: "Electronics" },
            { id: 74, product_name: "Compact Charger", stock_level: 18, category: "Electronics" },
            { id: 75, product_name: "Essential Headphones", stock_level: 1, category: "Electronics" },
            { id: 76, product_name: "Ultra Charger", stock_level: 90, category: "Furniture" },
            { id: 77, product_name: "Standard Jacket", stock_level: 19, category: "Clothing" },
            { id: 78, product_name: "Standard Monitor", stock_level: 3, category: "Electronics" },
            { id: 79, product_name: "Slim Keyboard", stock_level: 44, category: "Clothing" },
            { id: 80, product_name: "Premium Chair", stock_level: null, category: "Electronics" },
            { id: 81, product_name: "Slim Mug", stock_level: 69, category: "Clothing" },
            { id: 82, product_name: "Travel Lantern", stock_level: null, category: "Furniture" },
            { id: 83, product_name: "Standard Lantern", stock_level: 50, category: "Clothing" },
            { id: 84, product_name: "Wireless Mug", stock_level: 14, category: "Electronics" },
            { id: 85, product_name: "Vintage Pan", stock_level: 36, category: "Electronics" },
            { id: 86, product_name: "Portable Lantern", stock_level: 14, category: "Electronics" },
            { id: 87, product_name: "Heavy Duty Umbrella", stock_level: 93, category: "Electronics" },
            { id: 88, product_name: "Mini Bottle", stock_level: 43, category: "Furniture" },
            { id: 89, product_name: "Ultra Lantern", stock_level: 10, category: "Electronics" },
            { id: 90, product_name: "Standard Mug", stock_level: 15, category: "Furniture" },
            { id: 91, product_name: "Essential Umbrella", stock_level: 93, category: "Furniture" },
            { id: 92, product_name: "Eco Umbrella", stock_level: 81, category: "Furniture" },
            { id: 93, product_name: "Modern Speaker", stock_level: 71, category: "Electronics" },
            { id: 94, product_name: "Classic Backpack", stock_level: 100, category: "Clothing" },
            { id: 95, product_name: "Pro Planter", stock_level: 14, category: "Electronics" },
            { id: 96, product_name: "Folding Charger", stock_level: 20, category: "Furniture" },
            { id: 97, product_name: "Compact Charger", stock_level: 4, category: "Electronics" },
            { id: 98, product_name: "Vintage Lantern", stock_level: 93, category: "Electronics" },
            { id: 99, product_name: "Travel Bottle", stock_level: 64, category: "Electronics" },
            { id: 100, product_name: "Eco Bottle", stock_level: 47, category: "Electronics" },
            { id: 101, product_name: "Travel Camera", stock_level: 82, category: "Clothing" },
            { id: 102, product_name: "Insulated Toolkit", stock_level: 95, category: "Electronics" },
            { id: 103, product_name: "Wireless Charger", stock_level: 31, category: "Furniture" },
            { id: 104, product_name: "Modern Watch", stock_level: 99, category: "Furniture" },
            { id: 105, product_name: "Modern Speaker", stock_level: 3, category: "Furniture" },
            { id: 106, product_name: "Travel Pan", stock_level: 77, category: "Electronics" },
            { id: 107, product_name: "Wireless Toolkit", stock_level: 98, category: "Furniture" },
            { id: 108, product_name: "Modern Watch", stock_level: 99, category: "Clothing" },
            { id: 109, product_name: "Modern Toolkit", stock_level: 46, category: "Electronics" },
            { id: 110, product_name: "Wireless Camera", stock_level: 53, category: "Furniture" },
            { id: 111, product_name: "Mini Umbrella", stock_level: null, category: "Furniture" },
            { id: 112, product_name: "Ultra Headphones", stock_level: 19, category: "Electronics" },
            { id: 113, product_name: "Travel Notebook", stock_level: 88, category: "Furniture" },
            { id: 114, product_name: "Portable Tripod", stock_level: 1, category: "Furniture" },
            { id: 115, product_name: "Modern Router", stock_level: 46, category: "Electronics" },
            { id: 116, product_name: "Wireless Notebook", stock_level: 66, category: "Clothing" },
            { id: 117, product_name: "Eco Lantern", stock_level: 52, category: "Electronics" },
            { id: 118, product_name: "Heavy Duty Planter", stock_level: 54, category: "Electronics" },
            { id: 119, product_name: "Deluxe Mug", stock_level: null, category: "Electronics" },
            { id: 120, product_name: "Folding Toolkit", stock_level: null, category: "Electronics" },
            { id: 121, product_name: "Eco Speaker", stock_level: 11, category: "Electronics" },
            { id: 122, product_name: "Premium Watch", stock_level: 28, category: "Electronics" },
            { id: 123, product_name: "Mini Headphones", stock_level: 30, category: "Electronics" },
            { id: 124, product_name: "Eco Lantern", stock_level: 37, category: "Furniture" },
            { id: 125, product_name: "Ultra Notebook", stock_level: 20, category: "Electronics" },
            { id: 126, product_name: "Classic Watch", stock_level: 26, category: "Electronics" },
            { id: 127, product_name: "Premium Tent", stock_level: 72, category: "Clothing" },
            { id: 128, product_name: "Portable Toolkit", stock_level: 37, category: "Electronics" },
            { id: 129, product_name: "Pro Headphones", stock_level: 78, category: "Clothing" },
            { id: 130, product_name: "Insulated Blender", stock_level: 2, category: "Clothing" },
            { id: 131, product_name: "Vintage Lantern", stock_level: 34, category: "Clothing" },
            { id: 132, product_name: "Mini Speaker", stock_level: 10, category: "Furniture" },
            { id: 133, product_name: "Heavy Duty Mug", stock_level: 12, category: "Furniture" },
            { id: 134, product_name: "Travel Charger", stock_level: null, category: "Clothing" },
            { id: 135, product_name: "Compact Backpack", stock_level: null, category: "Clothing" },
            { id: 136, product_name: "Slim Tent", stock_level: 38, category: "Clothing" },
            { id: 137, product_name: "Essential Umbrella", stock_level: 92, category: "Electronics" },
            { id: 138, product_name: "Modern Speaker", stock_level: 90, category: "Furniture" },
            { id: 139, product_name: "Classic Lantern", stock_level: 84, category: "Electronics" },
            { id: 140, product_name: "Eco Blender", stock_level: null, category: "Electronics" },
            { id: 141, product_name: "Classic Camera", stock_level: 39, category: "Electronics" },
            { id: 142, product_name: "Smart Monitor", stock_level: 96, category: "Electronics" },
            { id: 143, product_name: "Travel Desk Lamp", stock_level: 86, category: "Electronics" },
            { id: 144, product_name: "Vintage Keyboard", stock_level: 91, category: "Clothing" },
            { id: 145, product_name: "Ultra Tripod", stock_level: 82, category: "Electronics" },
            { id: 146, product_name: "Vintage Umbrella", stock_level: 22, category: "Furniture" },
            { id: 147, product_name: "Heavy Duty Kettle", stock_level: 48, category: "Furniture" },
            { id: 148, product_name: "Insulated Tripod", stock_level: 71, category: "Electronics" },
            { id: 149, product_name: "Eco Pan", stock_level: 38, category: "Electronics" },
            { id: 150, product_name: "Standard Tent", stock_level: 90, category: "Furniture" },
            { id: 151, product_name: "Pro Headphones", stock_level: 21, category: "Furniture" },
            { id: 152, product_name: "Classic Headphones", stock_level: 33, category: "Electronics" },
            { id: 153, product_name: "Deluxe Pan", stock_level: 72, category: "Electronics" },
            { id: 154, product_name: "Compact Toolkit", stock_level: 64, category: "Electronics" },
            { id: 155, product_name: "Vintage Watch", stock_level: 94, category: "Electronics" },
            { id: 156, product_name: "Mini Keyboard", stock_level: 71, category: "Clothing" },
            { id: 157, product_name: "Compact Toolkit", stock_level: 28, category: "Furniture" },
            { id: 158, product_name: "Wireless Bottle", stock_level: 74, category: "Electronics" },
            { id: 159, product_name: "Wireless Notebook", stock_level: 71, category: "Furniture" },
            { id: 160, product_name: "Mini Notebook", stock_level: 35, category: "Electronics" },
            { id: 161, product_name: "Ultra Bottle", stock_level: 5, category: "Electronics" },
            { id: 162, product_name: "Vintage Planter", stock_level: 75, category: "Electronics" },
            { id: 163, product_name: "Wireless Jacket", stock_level: 3, category: "Furniture" },
            { id: 164, product_name: "Heavy Duty Desk Lamp", stock_level: 98, category: "Electronics" },
            { id: 165, product_name: "Modern Headphones", stock_level: 29, category: "Clothing" },
            { id: 166, product_name: "Eco Mug", stock_level: 74, category: "Clothing" },
            { id: 167, product_name: "Slim Camera", stock_level: 23, category: "Electronics" },
            { id: 168, product_name: "Wireless Backpack", stock_level: 91, category: "Clothing" },
            { id: 169, product_name: "Classic Desk Lamp", stock_level: 0, category: "Furniture" },
            { id: 170, product_name: "Smart Mug", stock_level: 76, category: "Furniture" },
            { id: 171, product_name: "Smart Kettle", stock_level: null, category: "Electronics" },
            { id: 172, product_name: "Slim Watch", stock_level: 46, category: "Electronics" },
            { id: 173, product_name: "Smart Notebook", stock_level: 66, category: "Electronics" },
            { id: 174, product_name: "Heavy Duty Pan", stock_level: null, category: "Electronics" },
            { id: 175, product_name: "Compact Backpack", stock_level: 97, category: "Furniture" },
            { id: 176, product_name: "Heavy Duty Jacket", stock_level: 21, category: "Clothing" },
            { id: 177, product_name: "Ultra Desk Lamp", stock_level: 22, category: "Clothing" },
            { id: 178, product_name: "Eco Watch", stock_level: 91, category: "Furniture" },
            { id: 179, product_name: "Heavy Duty Backpack", stock_level: 78, category: "Clothing" },
            { id: 180, product_name: "Vintage Kettle", stock_level: 17, category: "Clothing" },
            { id: 181, product_name: "Heavy Duty Pan", stock_level: 75, category: "Clothing" },
            { id: 182, product_name: "Wireless Jacket", stock_level: 59, category: "Electronics" },
            { id: 183, product_name: "Wireless Tripod", stock_level: null, category: "Electronics" },
            { id: 184, product_name: "Folding Tent", stock_level: 98, category: "Electronics" },
            { id: 185, product_name: "Ultra Notebook", stock_level: 15, category: "Electronics" },
            { id: 186, product_name: "Travel Jacket", stock_level: 1, category: "Electronics" },
            { id: 187, product_name: "Heavy Duty Camera", stock_level: 86, category: "Electronics" },
            { id: 188, product_name: "Portable Lantern", stock_level: 97, category: "Electronics" },
            { id: 189, product_name: "Essential Watch", stock_level: 96, category: "Electronics" },
            { id: 190, product_name: "Vintage Lantern", stock_level: 62, category: "Electronics" },
            { id: 191, product_name: "Deluxe Umbrella", stock_level: 96, category: "Clothing" },
            { id: 192, product_name: "Smart Backpack", stock_level: null, category: "Furniture" },
            { id: 193, product_name: "Eco Speaker", stock_level: 31, category: "Electronics" },
            { id: 194, product_name: "Smart Lantern", stock_level: 14, category: "Electronics" },
            { id: 195, product_name: "Slim Mug", stock_level: 77, category: "Electronics" },
            { id: 196, product_name: "Travel Bottle", stock_level: 7, category: "Electronics" },
            { id: 197, product_name: "Eco Pan", stock_level: 18, category: "Electronics" },
            { id: 198, product_name: "Essential Speaker", stock_level: 84, category: "Electronics" },
            { id: 199, product_name: "Vintage Lantern", stock_level: 94, category: "Electronics" },
            { id: 200, product_name: "Premium Blender", stock_level: 31, category: "Clothing" },
        ],
    });
    await prisma.orders.createMany({
        data: [
            { id: 1, customer_id: 28, product_id: 176, order_date: new Date("2022-11-04T20:38:17Z"), quantity: 5, total_price: "31.69", order_status: "delivered" },
            { id: 2, customer_id: 181, product_id: 170, order_date: new Date("2023-06-29T11:53:25Z"), quantity: 9, total_price: "277.95", order_status: "pending" },
            { id: 3, customer_id: 135, product_id: 107, order_date: new Date("2023-10-07T18:52:45Z"), quantity: 1, total_price: "242.83", order_status: "pending" },
            { id: 4, customer_id: 290, product_id: 97, order_date: new Date("2021-03-03T16:09:47Z"), quantity: 5, total_price: "13.77", order_status: "delivered" },
            { id: 5, customer_id: 251, product_id: 137, order_date: new Date("2023-10-06T13:51:16Z"), quantity: 3, total_price: "176.26", order_status: "delivered" },
            { id: 6, customer_id: 120, product_id: 111, order_date: new Date("2021-06-06T10:33:57Z"), quantity: null, total_price: "472.04", order_status: "pending" },
            { id: 7, customer_id: 234, product_id: 158, order_date: new Date("2021-03-27T16:54:19Z"), quantity: 8, total_price: "282.69", order_status: "pending" },
            { id: 8, customer_id: 107, product_id: 169, order_date: new Date("2023-02-28T22:47:03Z"), quantity: 8, total_price: "84.83", order_status: "pending" },
            { id: 9, customer_id: 82, product_id: 59, order_date: new Date("2023-03-28T15:49:57Z"), quantity: 9, total_price: "40.81", order_status: "shipped" },
            { id: 10, customer_id: 13, product_id: 82, order_date: new Date("2021-01-07T07:37:25Z"), quantity: 2, total_price: "169.25", order_status: "shipped" },
            { id: 11, customer_id: 206, product_id: 139, order_date: new Date("2022-09-17T17:43:18Z"), quantity: 8, total_price: "25.49", order_status: "shipped" },
            { id: 12, customer_id: 188, product_id: 5, order_date: new Date("2022-08-28T17:39:23Z"), quantity: 4, total_price: "187.79", order_status: "shipped" },
            { id: 13, customer_id: 150, product_id: 37, order_date: new Date("2022-07-01T21:37:14Z"), quantity: 2, total_price: "108.58", order_status: "shipped" },
            { id: 14, customer_id: 28, product_id: 36, order_date: new Date("2022-07-27T19:15:24Z"), quantity: 8, total_price: "204.64", order_status: "pending" },
            { id: 15, customer_id: 269, product_id: 182, order_date: new Date("2023-12-06T20:01:14Z"), quantity: 5, total_price: "19.13", order_status: "shipped" },
            { id: 16, customer_id: 177, product_id: 68, order_date: new Date("2022-03-07T12:35:56Z"), quantity: 5, total_price: "20.27", order_status: "shipped" },
            { id: 17, customer_id: 207, product_id: 162, order_date: new Date("2023-04-06T10:12:34Z"), quantity: 8, total_price: "83.17", order_status: "delivered" },
            { id: 18, customer_id: 162, product_id: 42, order_date: new Date("2023-02-14T14:10:52Z"), quantity: 5, total_price: "368.64", order_status: "pending" },
            { id: 19, customer_id: 192, product_id: 45, order_date: new Date("2021-01-25T20:29:11Z"), quantity: null, total_price: "131.93", order_status: "shipped" },
            { id: 20, customer_id: 219, product_id: 99, order_date: new Date("2022-10-24T18:30:24Z"), quantity: 7, total_price: "410.61", order_status: "shipped" },
            { id: 21, customer_id: 267, product_id: 74, order_date: new Date("2022-06-12T21:41:54Z"), quantity: null, total_price: "152.53", order_status: "delivered" },
            { id: 22, customer_id: 222, product_id: 173, order_date: new Date("2022-01-26T07:21:40Z"), quantity: 4, total_price: "35.47", order_status: "pending" },
            { id: 23, customer_id: 5, product_id: 5, order_date: new Date("2023-10-07T10:01:06Z"), quantity: 9, total_price: "138.71", order_status: "delivered" },
            { id: 24, customer_id: 159, product_id: 119, order_date: new Date("2021-09-18T22:37:12Z"), quantity: 4, total_price: "429.32", order_status: "pending" },
            { id: 25, customer_id: 54, product_id: 1, order_date: new Date("2023-02-01T21:06:06Z"), quantity: 9, total_price: "181.49", order_status: "pending" },
            { id: 26, customer_id: 280, product_id: 18, order_date: new Date("2023-01-15T16:33:00Z"), quantity: 10, total_price: "362.28", order_status: "pending" },
            { id: 27, customer_id: 296, product_id: 20, order_date: new Date("2022-03-03T11:10:44Z"), quantity: 6, total_price: "10.00", order_status: "delivered" },
            { id: 28, customer_id: 57, product_id: 6, order_date: new Date("2022-12-10T01:58:41Z"), quantity: 8, total_price: "188.48", order_status: "pending" },
            { id: 29, customer_id: 75, product_id: 139, order_date: new Date("2022-09-25T09:17:16Z"), quantity: 10, total_price: "125.85", order_status: "shipped" },
            { id: 30, customer_id: 82, product_id: 32, order_date: new Date("2021-12-06T18:10:36Z"), quantity: 6, total_price: "372.80", order_status: "delivered" },
            { id: 31, customer_id: 219, product_id: 200, order_date: new Date("2023-04-20T18:08:17Z"), quantity: 4, total_price: "75.14", order_status: "canceled" },
            { id: 32, customer_id: 148, product_id: 36, order_date: new Date("2022-08-17T18:40:34Z"), quantity: 5, total_price: "100.41", order_status: "delivered" },
            { id: 33, customer_id: 299, product_id: 133, order_date: new Date("2022-06-16T18:07:29Z"), quantity: 5, total_price: "397.15", order_status: "shipped" },
            { id: 34, customer_id: 183, product_id: 60, order_date: new Date("2021-11-22T12:55:17Z"), quantity: 9, total_price: "15.77", order_status: "pending" },
            { id: 35, customer_id: 29, product_id: 137, order_date: new Date("2022-02-26T09:31:18Z"), quantity: 3, total_price: "25.75", order_status: "pending" },
            { id: 36, customer_id: 251, product_id: 78, order_date: new Date("2021-08-09T12:26:50Z"), quantity: 3, total_price: "16.34", order_status: "shipped" },
            { id: 37, customer_id: 140, product_id: 33, order_date: new Date("2021-03-31T10:17:50Z"), quantity: 9, total_price: "164.37", order_status: "delivered" },
            { id: 38, customer_id: 262, product_id: 178, order_date: new Date("2023-02-09T07:02:31Z"), quantity: 1, total_price: "23.15", order_status: "shipped" },
            { id: 39, customer_id: 224, product_id: 35, order_date: new Date("2023-03-16T11:19:43Z"), quantity: 9, total_price: "463.68", order_status: "shipped" },
            { id: 40, customer_id: 212, product_id: 179, order_date: new Date("2021-06-27T00:56:06Z"), quantity: 8, total_price: "13.38", order_status: "delivered" },
            { id: 41, customer_id: 247, product_id: 14, order_date: new Date("2022-03-27T13:44:41Z"), quantity: null, total_price: "105.79", order_status: "shipped" },
            { id: 42, customer_id: 108, product_id: 87, order_date: new Date("2021-06-12T16:38:06Z"), quantity: 5, total_price: "39.96", order_status: "shipped" },
            { id: 43, customer_id: 269, product_id: 17, order_date: new Date("2023-07-20T15:52:51Z"), quantity: 4, total_price: "10.05", order_status: "shipped" },
            { id: 44, customer_id: 150, product_id: 4, order_date: new Date("2021-07-15T19:41:10Z"), quantity: null, total_price: "53.08", order_status: "shipped" },
            { id: 45, customer_id: 172, product_id: 151, order_date: new Date("2023-10-23T16:11:43Z"), quantity: 6, total_price: "375.44", order_status: "delivered" },
            { id: 46, customer_id: 149, product_id: 44, order_date: new Date("2021-08-12T08:53:42Z"), quantity: 3, total_price: "228.52", order_status: "shipped" },
            { id: 47, customer_id: 215, product_id: 139, order_date: new Date("2021-03-14T19:28:31Z"), quantity: 8, total_price: "352.00", order_status: "shipped" },
            { id: 48, customer_id: 202, product_id: 200, order_date: new Date("2023-11-08T05:16:34Z"), quantity: null, total_price: "11.06", order_status: "delivered" },
            { id: 49, customer_id: 156, product_id: 23, order_date: new Date("2023-08-15T00:21:15Z"), quantity: 7, total_price: "110.83", order_status: "shipped" },
            { id: 50, customer_id: 245, product_id: 114, order_date: new Date("2022-10-19T13:41:16Z"), quantity: 6, total_price: "274.32", order_status: "shipped" },
            { id: 51, customer_id: 169, product_id: 177, order_date: new Date("2022-03-20T17:21:24Z"), quantity: 6, total_price: "90.58", order_status: "shipped" },
            { id: 52, customer_id: 16, product_id: 8, order_date: new Date("2022-07-18T13:35:16Z"), quantity: 4, total_price: "90.77", order_status: "delivered" },
            { id: 53, customer_id: 39, product_id: 103, order_date: new Date("2021-06-25T15:48:27Z"), quantity: null, total_price: "42.82", order_status: "pending" },
            { id: 54, customer_id: 106, product_id: 80, order_date: new Date("2023-11-16T15:30:55Z"), quantity: 1, total_price: "373.66", order_status: "canceled" },
            { id: 55, customer_id: 55, product_id: 15, order_date: new Date("2023-03-21T21:29:42Z"), quantity: 1, total_price: "316.31", order_status: "shipped" },
            { id: 56, customer_id: 101, product_id: 39, order_date: new Date("2022-11-27T00:48:00Z"), quantity: 3, total_price: "16.83", order_status: "shipped" },
            { id: 57, customer_id: 262, product_id: 128, order_date: new Date("2023-12-28T03:22:52Z"), quantity: 7, total_price: "136.46", order_status: "shipped" },
            { id: 58, customer_id: 199, product_id: 10, order_date: new Date("2021-12-11T22:50:58Z"), quantity: 8, total_price: "101.93", order_status: "delivered" },
            { id: 59, customer_id: 163, product_id: 126, order_date: new Date("2021-01-27T10:32:23Z"), quantity: 9, total_price: "32.50", order_status: "pending" },
            { id: 60, customer_id: 106, product_id: 6, order_date: new Date("2021-12-05T11:07:06Z"), quantity: 9, total_price: "212.55", order_status: "shipped" },
            { id: 61, customer_id: 219, product_id: 28, order_date: new Date("2021-05-17T11:54:12Z"), quantity: 9, total_price: "93.27", order_status: "pending" },
            { id: 62, customer_id: 166, product_id: 128, order_date: new Date("2023-01-25T10:44:24Z"), quantity: 1, total_price: "10.91", order_status: "shipped" },
            { id: 63, customer_id: 110, product_id: 121, order_date: new Date("2023-06-23T21:21:01Z"), quantity: 8, total_price: "387.08", order_status: "shipped" },
            { id: 64, customer_id: 76, product_id: 192, order_date: new Date("2023-02-07T06:09:38Z"), quantity: 5, total_price: "75.55", order_status: "pending" },
            { id: 65, customer_id: 263, product_id: 103, order_date: new Date("2022-09-01T19:03:40Z"), quantity: 6, total_price: "35.88", order_status: "shipped" },
            { id: 66, customer_id: 78, product_id: 199, order_date: new Date("2023-10-19T21:22:53Z"), quantity: 10, total_price: "147.63", order_status: "delivered" },
            { id: 67, customer_id: 282, product_id: 123, order_date: new Date("2022-11-25T17:18:07Z"), quantity: 5, total_price: "233.97", order_status: "canceled" },
            { id: 68, customer_id: 221, product_id: 181, order_date: new Date("2023-04-17T15:27:56Z"), quantity: 9, total_price: "200.74", order_status: "pending" },
            { id: 69, customer_id: 105, product_id: 168, order_date: new Date("2023-09-01T20:03:26Z"), quantity: 4, total_price: "133.08", order_status: "shipped" },
            { id: 70, customer_id: 141, product_id: 148, order_date: new Date("2021-04-24T15:30:48Z"), quantity: 1, total_price: "109.95", order_status: "shipped" },
            { id: 71, customer_id: 132, product_id: 8, order_date: new Date("2023-04-15T21:44:49Z"), quantity: 9, total_price: "31.14", order_status: "shipped" },
            { id: 72, customer_id: 31, product_id: 55, order_date: new Date("2022-11-20T12:54:47Z"), quantity: 10, total_price: "182.89", order_status: "shipped" },
            { id: 73, customer_id: 230, product_id: 114, order_date: new Date("2023-11-19T21:34:31Z"), quantity: 10, total_price: "356.59", order_status: "pending" },
            { id: 74, customer_id: 84, product_id: 156, order_date: new Date("2023-03-17T12:44:56Z"), quantity: 3, total_price: "399.13", order_status: "canceled" },
            { id: 75, customer_id: 124, product_id: 88, order_date: new Date("2021-05-14T13:43:00Z"), quantity: 2, total_price: "471.53", order_status: "pending" },
            { id: 76, customer_id: 198, product_id: 181, order_date: new Date("2023-02-23T16:16:57Z"), quantity: 4, total_price: "83.46", order_status: "pending" },
            { id: 77, customer_id: 246, product_id: 185, order_date: new Date("2022-07-13T12:31:00Z"), quantity: 10, total_price: "64.56", order_status: "shipped" },
            { id: 78, customer_id: 169, product_id: 102, order_date: new Date("2021-12-17T10:47:55Z"), quantity: null, total_price: "276.18", order_status: "shipped" },
            { id: 79, customer_id: 145, product_id: 51, order_date: new Date("2022-10-27T18:02:52Z"), quantity: 6, total_price: "206.84", order_status: "shipped" },
            { id: 80, customer_id: 187, product_id: 29, order_date: new Date("2021-03-14T16:07:28Z"), quantity: 6, total_price: "12.97", order_status: "delivered" },
            { id: 81, customer_id: 135, product_id: 152, order_date: new Date("2022-03-15T08:55:43Z"), quantity: 4, total_price: "145.50", order_status: "delivered" },
            { id: 82, customer_id: 67, product_id: 102, order_date: new Date("2021-01-01T04:15:36Z"), quantity: 5, total_price: "294.20", order_status: "pending" },
            { id: 83, customer_id: 295, product_id: 72, order_date: new Date("2022-05-01T09:21:42Z"), quantity: 1, total_price: "69.23", order_status: "shipped" },
            { id: 84, customer_id: 132, product_id: 9, order_date: new Date("2023-02-01T16:28:54Z"), quantity: 3, total_price: "124.98", order_status: "shipped" },
            { id: 85, customer_id: 42, product_id: 117, order_date: new Date("2022-05-19T23:59:19Z"), quantity: 9, total_price: "106.74", order_status: "pending" },
            { id: 86, customer_id: 220, product_id: 142, order_date: new Date("2022-11-29T11:16:38Z"), quantity: 5, total_price: "248.23", order_status: "shipped" },
            { id: 87, customer_id: 203, product_id: 58, order_date: new Date("2021-01-23T16:37:28Z"), quantity: 2, total_price: "52.92", order_status: "shipped" },
            { id: 88, customer_id: 230, product_id: 21, order_date: new Date("2022-12-06T20:10:05Z"), quantity: 3, total_price: "142.40", order_status: "delivered" },
            { id: 89, customer_id: 121, product_id: 138, order_date: new Date("2023-11-29T09:59:09Z"), quantity: 5, total_price: "177.59", order_status: "delivered" },
            { id: 90, customer_id: 162, product_id: 112, order_date: new Date("2021-04-13T09:55:38Z"), quantity: null, total_price: "18.59", order_status: "canceled" },
            { id: 91, customer_id: 274, product_id: 159, order_date: new Date("2021-08-28T15:52:41Z"), quantity: 7, total_price: "246.43", order_status: "delivered" },
            { id: 92, customer_id: 53, product_id: 83, order_date: new Date("2021-01-24T15:03:38Z"), quantity: 9, total_price: "10.23", order_status: "delivered" },
            { id: 93, customer_id: 218, product_id: 44, order_date: new Date("2023-06-20T17:06:07Z"), quantity: 3, total_price: "411.17", order_status: "pending" },
            { id: 94, customer_id: 204, product_id: 4, order_date: new Date("2021-02-10T08:37:18Z"), quantity: 7, total_price: "58.06", order_status: "delivered" },
            { id: 95, customer_id: 141, product_id: 103, order_date: new Date("2022-02-09T09:44:46Z"), quantity: 8, total_price: "335.25", order_status: "delivered" },
            { id: 96, customer_id: 59, product_id: 119, order_date: new Date("2021-12-20T12:47:31Z"), quantity: 7, total_price: "31.14", order_status: "delivered" },
            { id: 97, customer_id: 297, product_id: 177, order_date: new Date("2022-04-02T11:24:39Z"), quantity: null, total_price: "264.90", order_status: "shipped" },
            { id: 98, customer_id: 51, product_id: 30, order_date: new Date("2022-06-01T11:40:30Z"), quantity: 10, total_price: "114.92", order_status: "pending" },
            { id: 99, customer_id: 62, product_id: 173, order_date: new Date("2023-02-09T19:38:56Z"), quantity: 8, total_price: "190.53", order_status: "shipped" },
            { id: 100, customer_id: 222, product_id: 161, order_date: new Date("2023-10-22T16:11:03Z"), quantity: 3, total_price: "377.86", order_status: "pending" },
            { id: 101, customer_id: 185, product_id: 191, order_date: new Date("2022-05-16T19:39:45Z"), quantity: 8, total_price: "93.51", order_status: "shipped" },
            { id: 102, customer_id: 265, product_id: 69, order_date: new Date("2023-04-24T19:04:25Z"), quantity: 5, total_price: "48.23", order_status: "delivered" },
            { id: 103, customer_id: 264, product_id: 85, order_date: new Date("2022-03-26T15:19:19Z"), quantity: 6, total_price: "43.51", order_status: "shipped" },
            { id: 104, customer_id: 262, product_id: 77, order_date: new Date("2022-12-20T19:52:09Z"), quantity: 7, total_price: "422.05", order_status: "pending" },
            { id: 105, customer_id: 40, product_id: 3, order_date: new Date("2023-03-16T20:55:23Z"), quantity: 10, total_price: "367.45", order_status: "shipped" },
            { id: 106, customer_id: 286, product_id: 183, order_date: new Date("2021-09-20T15:54:51Z"), quantity: 6, total_price: "488.83", order_status: "canceled" },
            { id: 107, customer_id: 187, product_id: 145, order_date: new Date("2022-11-19T13:25:21Z"), quantity: 7, total_price: "497.39", order_status: "canceled" },
            { id: 108, customer_id: 187, product_id: 184, order_date: new Date("2021-01-15T19:59:50Z"), quantity: 5, total_price: "139.94", order_status: "pending" },
            { id: 109, customer_id: 132, product_id: 11, order_date: new Date("2021-05-07T17:17:40Z"), quantity: 7, total_price: "158.88", order_status: "shipped" },
            { id: 110, customer_id: 129, product_id: 6, order_date: new Date("2021-04-08T14:42:12Z"), quantity: 7, total_price: "56.40", order_status: "pending" },
            { id: 111, customer_id: 138, product_id: 118, order_date: new Date("2023-09-28T15:14:53Z"), quantity: 3, total_price: "359.39", order_status: "pending" },
            { id: 112, customer_id: 150, product_id: 28, order_date: new Date("2023-02-14T00:24:39Z"), quantity: 6, total_price: "59.49", order_status: "pending" },
            { id: 113, customer_id: 1, product_id: 122, order_date: new Date("2022-12-31T12:37:59Z"), quantity: 6, total_price: "195.53", order_status: "shipped" },
            { id: 114, customer_id: 154, product_id: 89, order_date: new Date("2021-11-15T20:38:35Z"), quantity: 3, total_price: "15.45", order_status: "canceled" },
            { id: 115, customer_id: 291, product_id: 82, order_date: new Date("2022-02-22T08:10:47Z"), quantity: 6, total_price: "94.26", order_status: "pending" },
            { id: 116, customer_id: 229, product_id: 49, order_date: new Date("2021-08-06T18:56:32Z"), quantity: 3, total_price: "155.74", order_status: "pending" },
            { id: 117, customer_id: 105, product_id: 53, order_date: new Date("2022-02-13T11:26:13Z"), quantity: 3, total_price: "237.29", order_status: "delivered" },
            { id: 118, customer_id: 225, product_id: 177, order_date: new Date("2022-07-20T21:38:12Z"), quantity: 9, total_price: "144.16", order_status: "shipped" },
            { id: 119, customer_id: 57, product_id: 156, order_date: new Date("2022-01-11T15:47:03Z"), quantity: 3, total_price: "12.53", order_status: "shipped" },
            { id: 120, customer_id: 76, product_id: 178, order_date: new Date("2021-09-26T13:11:16Z"), quantity: 6, total_price: "324.96", order_status: "delivered" },
            { id: 121, customer_id: 26, product_id: 136, order_date: new Date("2023-06-09T12:51:24Z"), quantity: 5, total_price: "42.31", order_status: "pending" },
            { id: 122, customer_id: 94, product_id: 144, order_date: new Date("2022-11-29T15:49:20Z"), quantity: 8, total_price: "101.86", order_status: "shipped" },
            { id: 123, customer_id: 186, product_id: 12, order_date: new Date("2022-02-18T20:37:56Z"), quantity: 9, total_price: "105.33", order_status: "delivered" },
            { id: 124, customer_id: 288, product_id: 142, order_date: new Date("2021-04-21T20:57:33Z"), quantity: null, total_price: "16.51", order_status: "shipped" },
            { id: 125, customer_id: 115, product_id: 107, order_date: new Date("2023-04-24T22:12:46Z"), quantity: 10, total_price: "396.80", order_status: "delivered" },
            { id: 126, customer_id: 163, product_id: 72, order_date: new Date("2021-10-20T19:06:20Z"), quantity: 2, total_price: "86.02", order_status: "shipped" },
            { id: 127, customer_id: 160, product_id: 161, order_date: new Date("2021-06-17T00:43:29Z"), quantity: 9, total_price: "84.97", order_status: "shipped" },
            { id: 128, customer_id: 283, product_id: 122, order_date: new Date("2022-11-03T18:17:40Z"), quantity: 1, total_price: "83.20", order_status: "pending" },
            { id: 129, customer_id: 223, product_id: 161, order_date: new Date("2021-08-09T12:48:11Z"), quantity: 9, total_price: "72.69", order_status: "shipped" },
            { id: 130, customer_id: 226, product_id: 3, order_date: new Date("2022-12-22T12:55:22Z"), quantity: 10, total_price: "14.32", order_status: "canceled" },
            { id: 131, customer_id: 214, product_id: 52, order_date: new Date("2023-04-23T21:36:54Z"), quantity: 8, total_price: "288.67", order_status: "pending" },
            { id: 132, customer_id: 134, product_id: 54, order_date: new Date("2021-11-16T21:40:23Z"), quantity: 6, total_price: "20.89", order_status: "pending" },
            { id: 133, customer_id: 277, product_id: 148, order_date: new Date("2023-03-23T18:11:44Z"), quantity: 4, total_price: "98.17", order_status: "pending" },
            { id: 134, customer_id: 210, product_id: 37, order_date: new Date("2021-11-18T19:15:33Z"), quantity: 9, total_price: "397.25", order_status: "shipped" },
            { id: 135, customer_id: 55, product_id: 64, order_date: new Date("2022-03-30T18:27:46Z"), quantity: 10, total_price: "12.35", order_status: "delivered" },
            { id: 136, customer_id: 134, product_id: 143, order_date: new Date("2023-07-30T19:06:34Z"), quantity: 4, total_price: "413.15", order_status: "delivered" },
            { id: 137, customer_id: 13, product_id: 185, order_date: new Date("2021-01-28T17:04:03Z"), quantity: 7, total_price: "390.56", order_status: "delivered" },
            { id: 138, customer_id: 279, product_id: 171, order_date: new Date("2021-08-30T08:19:45Z"), quantity: 7, total_price: "133.53", order_status: "pending" },
            { id: 139, customer_id: 18, product_id: 110, order_date: new Date("2022-05-24T17:51:48Z"), quantity: 8, total_price: "32.79", order_status: "pending" },
            { id: 140, customer_id: 289, product_id: 16, order_date: new Date("2022-05-12T18:28:38Z"), quantity: 5, total_price: "20.24", order_status: "shipped" },
            { id: 141, customer_id: 251, product_id: 19, order_date: new Date("2022-01-16T15:49:47Z"), quantity: 7, total_price: "254.11", order_status: "pending" },
            { id: 142, customer_id: 235, product_id: 169, order_date: new Date("2022-06-25T12:12:46Z"), quantity: 5, total_price: "49.88", order_status: "shipped" },
            { id: 143, customer_id: 4, product_id: 42, order_date: new Date("2023-02-15T21:30:44Z"), quantity: 4, total_price: "360.86", order_status: "delivered" },
            { id: 144, customer_id: 46, product_id: 92, order_date: new Date("2022-05-11T10:03:34Z"), quantity: 6, total_price: "141.11", order_status: "delivered" },
            { id: 145, customer_id: 53, product_id: 178, order_date: new Date("2022-03-03T18:49:23Z"), quantity: null, total_price: "15.00", order_status: "shipped" },
            { id: 146, customer_id: 2, product_id: 96, order_date: new Date("2021-04-17T14:50:49Z"), quantity: 10, total_price: "24.45", order_status: "canceled" },
            { id: 147, customer_id: 161, product_id: 150, order_date: new Date("2022-02-18T19:35:53Z"), quantity: 9, total_price: "12.02", order_status: "pending" },
            { id: 148, customer_id: 114, product_id: 92, order_date: new Date("2021-08-11T06:45:19Z"), quantity: 4, total_price: "83.97", order_status: "pending" },
            { id: 149, customer_id: 171, product_id: 111, order_date: new Date("2022-03-30T12:29:30Z"), quantity: 9, total_price: "315.14", order_status: "delivered" },
            { id: 150, customer_id: 58, product_id: 193, order_date: new Date("2021-01-10T11:56:18Z"), quantity: 7, total_price: "51.70", order_status: "shipped" },
            { id: 151, customer_id: 26, product_id: 16, order_date: new Date("2023-09-25T08:44:39Z"), quantity: null, total_price: "448.85", order_status: "pending" },
            { id: 152, customer_id: 83, product_id: 94, order_date: new Date("2023-05-17T08:59:53Z"), quantity: 9, total_price: "462.19", order_status: "shipped" },
            { id: 153, customer_id: 65, product_id: 180, order_date: new Date("2023-07-21T23:48:30Z"), quantity: 9, total_price: "18.95", order_status: "canceled" },
            { id: 154, customer_id: 261, product_id: 1, order_date: new Date("2023-12-17T20:06:28Z"), quantity: 8, total_price: "10.29", order_status: "delivered" },
            { id: 155, customer_id: 46, product_id: 184, order_date: new Date("2023-08-06T11:26:13Z"), quantity: 6, total_price: "231.25", order_status: "pending" },
            { id: 156, customer_id: 299, product_id: 126, order_date: new Date("2023-03-06T09:30:32Z"), quantity: 5, total_price: "337.49", order_status: "pending" },
            { id: 157, customer_id: 223, product_id: 88, order_date: new Date("2022-10-20T12:33:12Z"), quantity: 4, total_price: "88.88", order_status: "canceled" },
            { id: 158, customer_id: 121, product_id: 25, order_date: new Date("2022-08-10T14:12:48Z"), quantity: 7, total_price: "225.16", order_status: "pending" },
            { id: 159, customer_id: 138, product_id: 70, order_date: new Date("2022-01-29T19:27:47Z"), quantity: 8, total_price: "24.78", order_status: "pending" },
            { id: 160, customer_id: 37, product_id: 175, order_date: new Date("2022-03-25T15:36:09Z"), quantity: 7, total_price: "438.53", order_status: "pending" },
            { id: 161, customer_id: 18, product_id: 99, order_date: new Date("2023-11-29T11:11:39Z"), quantity: 7, total_price: "21.40", order_status: "pending" },
            { id: 162, customer_id: 46, product_id: 115, order_date: new Date("2022-05-07T17:40:31Z"), quantity: 1, total_price: "218.62", order_status: "delivered" },
            { id: 163, customer_id: 37, product_id: 176, order_date: new Date("2022-01-02T10:06:30Z"), quantity: 9, total_price: "337.58", order_status: "shipped" },
            { id: 164, customer_id: 262, product_id: 41, order_date: new Date("2022-11-22T11:29:57Z"), quantity: 8, total_price: "150.08", order_status: "delivered" },
            { id: 165, customer_id: 143, product_id: 140, order_date: new Date("2021-02-03T21:42:50Z"), quantity: 4, total_price: "35.50", order_status: "canceled" },
            { id: 166, customer_id: 231, product_id: 86, order_date: new Date("2021-03-17T21:41:08Z"), quantity: 2, total_price: "498.66", order_status: "pending" },
            { id: 167, customer_id: 288, product_id: 174, order_date: new Date("2022-12-20T11:56:15Z"), quantity: 6, total_price: "116.71", order_status: "shipped" },
            { id: 168, customer_id: 116, product_id: 119, order_date: new Date("2023-11-08T15:16:03Z"), quantity: 8, total_price: "153.83", order_status: "delivered" },
            { id: 169, customer_id: 118, product_id: 123, order_date: new Date("2021-08-05T13:19:23Z"), quantity: null, total_price: "40.67", order_status: "pending" },
            { id: 170, customer_id: 123, product_id: 154, order_date: new Date("2022-09-14T17:32:55Z"), quantity: 7, total_price: "459.77", order_status: "shipped" },
            { id: 171, customer_id: 71, product_id: 100, order_date: new Date("2021-07-08T17:39:52Z"), quantity: 5, total_price: "59.09", order_status: "shipped" },
            { id: 172, customer_id: 9, product_id: 117, order_date: new Date("2021-07-16T19:55:20Z"), quantity: null, total_price: "386.19", order_status: "canceled" },
            { id: 173, customer_id: 96, product_id: 20, order_date: new Date("2021-06-07T10:41:04Z"), quantity: 5, total_price: "268.40", order_status: "canceled" },
            { id: 174, customer_id: 263, product_id: 200, order_date: new Date("2022-08-10T20:46:13Z"), quantity: 8, total_price: "483.27", order_status: "pending" },
            { id: 175, customer_id: 168, product_id: 189, order_date: new Date("2023-08-07T15:21:05Z"), quantity: 6, total_price: "209.34", order_status: "shipped" },
            { id: 176, customer_id: 162, product_id: 92, order_date: new Date("2022-04-28T21:41:09Z"), quantity: 4, total_price: "194.25", order_status: "canceled" },
            { id: 177, customer_id: 66, product_id: 18, order_date: new Date("2023-05-01T10:44:58Z"), quantity: 5, total_price: "273.48", order_status: "shipped" },
            { id: 178, customer_id: 247, product_id: 75, order_date: new Date("2023-11-13T18:36:21Z"), quantity: 9, total_price: "78.37", order_status: "pending" },
            { id: 179, customer_id: 251, product_id: 162, order_date: new Date("2023-07-21T16:46:00Z"), quantity: null, total_price: "215.32", order_status: "pending" },
            { id: 180, customer_id: 178, product_id: 45, order_date: new Date("2021-01-19T13:08:03Z"), quantity: 4, total_price: "11.09", order_status: "shipped" },
            { id: 181, customer_id: 285, product_id: 39, order_date: new Date("2021-08-22T10:34:24Z"), quantity: 6, total_price: "53.42", order_status: "shipped" },
            { id: 182, customer_id: 27, product_id: 3, order_date: new Date("2021-08-05T15:32:00Z"), quantity: 7, total_price: "118.83", order_status: "pending" },
            { id: 183, customer_id: 64, product_id: 98, order_date: new Date("2023-09-06T16:55:59Z"), quantity: 2, total_price: "76.45", order_status: "delivered" },
            { id: 184, customer_id: 94, product_id: 23, order_date: new Date("2023-12-24T19:56:39Z"), quantity: 1, total_price: "499.56", order_status: "delivered" },
            { id: 185, customer_id: 292, product_id: 107, order_date: new Date("2023-09-22T15:12:33Z"), quantity: 7, total_price: "10.32", order_status: "canceled" },
            { id: 186, customer_id: 69, product_id: 40, order_date: new Date("2022-09-05T13:38:28Z"), quantity: 2, total_price: "151.35", order_status: "pending" },
            { id: 187, customer_id: 1, product_id: 49, order_date: new Date("2021-07-15T06:14:31Z"), quantity: 4, total_price: "235.95", order_status: "pending" },
            { id: 188, customer_id: 184, product_id: 60, order_date: new Date("2021-10-06T13:32:49Z"), quantity: 2, total_price: "100.84", order_status: "delivered" },
            { id: 189, customer_id: 271, product_id: 47, order_date: new Date("2022-09-08T20:58:05Z"), quantity: 10, total_price: "482.50", order_status: "canceled" },
            { id: 190, customer_id: 24, product_id: 75, order_date: new Date("2021-08-04T14:15:51Z"), quantity: 1, total_price: "122.98", order_status: "pending" },
            { id: 191, customer_id: 17, product_id: 134, order_date: new Date("2021-05-21T19:27:05Z"), quantity: 5, total_price: "374.98", order_status: "delivered" },
            { id: 192, customer_id: 47, product_id: 21, order_date: new Date("2021-04-19T07:48:15Z"), quantity: 8, total_price: "178.33", order_status: "shipped" },
            { id: 193, customer_id: 52, product_id: 79, order_date: new Date("2022-10-21T14:58:15Z"), quantity: 6, total_price: "223.55", order_status: "pending" },
            { id: 194, customer_id: 155, product_id: 171, order_date: new Date("2022-11-16T06:02:21Z"), quantity: 2, total_price: "85.74", order_status: "shipped" },
            { id: 195, customer_id: 124, product_id: 45, order_date: new Date("2023-04-15T20:07:50Z"), quantity: null, total_price: "31.48", order_status: "delivered" },
            { id: 196, customer_id: 161, product_id: 80, order_date: new Date("2022-10-10T11:45:38Z"), quantity: 9, total_price: "26.01", order_status: "shipped" },
            { id: 197, customer_id: 219, product_id: 82, order_date: new Date("2021-01-30T13:56:18Z"), quantity: null, total_price: "389.86", order_status: "shipped" },
            { id: 198, customer_id: 155, product_id: 9, order_date: new Date("2022-08-05T20:33:52Z"), quantity: 5, total_price: "420.07", order_status: "pending" },
            { id: 199, customer_id: 68, product_id: 167, order_date: new Date("2023-08-27T14:35:09Z"), quantity: 1, total_price: "24.57", order_status: "shipped" },
            { id: 200, customer_id: 87, product_id: 7, order_date: new Date("2021-11-05T14:21:15Z"), quantity: null, total_price: "28.12", order_status: "delivered" },
            { id: 201, customer_id: 247, product_id: 153, order_date: new Date("2022-12-01T18:21:52Z"), quantity: 9, total_price: "54.30", order_status: "canceled" },
            { id: 202, customer_id: 145, product_id: 51, order_date: new Date("2023-08-09T08:50:14Z"), quantity: 3, total_price: "44.80", order_status: "delivered" },
            { id: 203, customer_id: 69, product_id: 16, order_date: new Date("2023-10-12T17:14:21Z"), quantity: 2, total_price: "108.83", order_status: "delivered" },
            { id: 204, customer_id: 36, product_id: 5, order_date: new Date("2023-03-31T17:19:33Z"), quantity: null, total_price: "138.83", order_status: "pending" },
            { id: 205, customer_id: 19, product_id: 1, order_date: new Date("2023-06-04T09:48:48Z"), quantity: 5, total_price: "22.46", order_status: "shipped" },
            { id: 206, customer_id: 184, product_id: 16, order_date: new Date("2023-03-23T10:09:22Z"), quantity: 3, total_price: "97.95", order_status: "shipped" },
            { id: 207, customer_id: 101, product_id: 124, order_date: new Date("2022-04-25T11:54:30Z"), quantity: 8, total_price: "445.01", order_status: "shipped" },
            { id: 208, customer_id: 258, product_id: 165, order_date: new Date("2021-06-20T23:00:20Z"), quantity: 5, total_price: "55.28", order_status: "delivered" },
            { id: 209, customer_id: 245, product_id: 143, order_date: new Date("2022-12-22T18:28:02Z"), quantity: 6, total_price: "70.82", order_status: "shipped" },
            { id: 210, customer_id: 62, product_id: 13, order_date: new Date("2021-10-05T09:27:15Z"), quantity: null, total_price: "146.02", order_status: "pending" },
            { id: 211, customer_id: 3, product_id: 27, order_date: new Date("2022-03-18T08:57:02Z"), quantity: null, total_price: "36.29", order_status: "shipped" },
            { id: 212, customer_id: 216, product_id: 84, order_date: new Date("2023-09-23T10:46:25Z"), quantity: 8, total_price: "445.15", order_status: "pending" },
            { id: 213, customer_id: 58, product_id: 61, order_date: new Date("2023-05-31T11:02:45Z"), quantity: 6, total_price: "249.27", order_status: "canceled" },
            { id: 214, customer_id: 115, product_id: 102, order_date: new Date("2022-02-20T10:43:32Z"), quantity: 2, total_price: "15.13", order_status: "shipped" },
            { id: 215, customer_id: 1, product_id: 47, order_date: new Date("2023-05-18T21:57:46Z"), quantity: 9, total_price: "364.43", order_status: "pending" },
            { id: 216, customer_id: 261, product_id: 57, order_date: new Date("2022-05-12T06:26:33Z"), quantity: 5, total_price: "15.49", order_status: "shipped" },
            { id: 217, customer_id: 98, product_id: 74, order_date: new Date("2021-02-03T10:27:08Z"), quantity: 8, total_price: "121.45", order_status: "delivered" },
            { id: 218, customer_id: 115, product_id: 63, order_date: new Date("2023-06-24T21:24:27Z"), quantity: 7, total_price: "10.25", order_status: "canceled" },
            { id: 219, customer_id: 282, product_id: 179, order_date: new Date("2022-12-16T12:08:09Z"), quantity: 10, total_price: "94.95", order_status: "pending" },
            { id: 220, customer_id: 85, product_id: 60, order_date: new Date("2022-05-03T06:27:50Z"), quantity: 3, total_price: "11.17", order_status: "shipped" },
            { id: 221, customer_id: 97, product_id: 198, order_date: new Date("2021-07-22T12:35:17Z"), quantity: 5, total_price: "15.48", order_status: "shipped" },
            { id: 222, customer_id: 82, product_id: 43, order_date: new Date("2022-08-17T17:56:33Z"), quantity: 8, total_price: "31.41", order_status: "shipped" },
            { id: 223, customer_id: 72, product_id: 63, order_date: new Date("2022-05-28T07:05:10Z"), quantity: 7, total_price: "381.62", order_status: "pending" },
            { id: 224, customer_id: 187, product_id: 109, order_date: new Date("2021-03-16T13:27:23Z"), quantity: 8, total_price: "146.94", order_status: "shipped" },
            { id: 225, customer_id: 228, product_id: 39, order_date: new Date("2021-08-17T09:52:33Z"), quantity: 9, total_price: "487.97", order_status: "delivered" },
            { id: 226, customer_id: 205, product_id: 122, order_date: new Date("2021-12-09T11:49:02Z"), quantity: 6, total_price: "341.44", order_status: "delivered" },
            { id: 227, customer_id: 32, product_id: 22, order_date: new Date("2023-01-22T08:41:39Z"), quantity: 8, total_price: "240.34", order_status: "pending" },
            { id: 228, customer_id: 241, product_id: 116, order_date: new Date("2022-05-19T19:52:04Z"), quantity: 3, total_price: "11.64", order_status: "shipped" },
            { id: 229, customer_id: 142, product_id: 80, order_date: new Date("2022-12-04T11:02:33Z"), quantity: null, total_price: "10.28", order_status: "pending" },
            { id: 230, customer_id: 193, product_id: 90, order_date: new Date("2023-12-13T09:42:15Z"), quantity: 7, total_price: "10.00", order_status: "pending" },
            { id: 231, customer_id: 39, product_id: 121, order_date: new Date("2021-06-29T09:54:06Z"), quantity: 5, total_price: "38.55", order_status: "shipped" },
            { id: 232, customer_id: 124, product_id: 53, order_date: new Date("2023-01-21T21:25:41Z"), quantity: null, total_price: "273.51", order_status: "pending" },
            { id: 233, customer_id: 248, product_id: 103, order_date: new Date("2023-05-10T18:58:24Z"), quantity: 8, total_price: "400.16", order_status: "shipped" },
            { id: 234, customer_id: 204, product_id: 135, order_date: new Date("2022-04-20T21:29:52Z"), quantity: 7, total_price: "91.23", order_status: "delivered" },
            { id: 235, customer_id: 45, product_id: 30, order_date: new Date("2023-04-23T18:14:29Z"), quantity: 9, total_price: "241.88", order_status: "shipped" },
            { id: 236, customer_id: 222, product_id: 25, order_date: new Date("2021-12-07T10:31:16Z"), quantity: 3, total_price: "365.34", order_status: "shipped" },
            { id: 237, customer_id: 93, product_id: 175, order_date: new Date("2023-04-04T12:13:45Z"), quantity: 2, total_price: "34.39", order_status: "shipped" },
            { id: 238, customer_id: 196, product_id: 92, order_date: new Date("2023-07-07T14:22:11Z"), quantity: 2, total_price: "106.25", order_status: "delivered" },
            { id: 239, customer_id: 76, product_id: 137, order_date: new Date("2023-01-10T18:30:37Z"), quantity: 3, total_price: "432.44", order_status: "shipped" },
            { id: 240, customer_id: 94, product_id: 146, order_date: new Date("2022-10-27T20:53:46Z"), quantity: 10, total_price: "270.00", order_status: "pending" },
            { id: 241, customer_id: 287, product_id: 123, order_date: new Date("2023-12-10T20:19:59Z"), quantity: 7, total_price: "127.76", order_status: "pending" },
            { id: 242, customer_id: 31, product_id: 121, order_date: new Date("2022-01-28T17:38:29Z"), quantity: 7, total_price: "129.46", order_status: "canceled" },
            { id: 243, customer_id: 121, product_id: 27, order_date: new Date("2021-05-17T11:58:19Z"), quantity: null, total_price: "315.42", order_status: "delivered" },
            { id: 244, customer_id: 129, product_id: 25, order_date: new Date("2021-10-24T22:37:27Z"), quantity: 7, total_price: "468.48", order_status: "shipped" },
            { id: 245, customer_id: 259, product_id: 50, order_date: new Date("2021-04-10T06:25:48Z"), quantity: 3, total_price: "10.02", order_status: "pending" },
            { id: 246, customer_id: 81, product_id: 132, order_date: new Date("2022-07-09T11:40:52Z"), quantity: 2, total_price: "10.07", order_status: "canceled" },
            { id: 247, customer_id: 123, product_id: 183, order_date: new Date("2021-06-27T19:22:28Z"), quantity: 8, total_price: "111.64", order_status: "pending" },
            { id: 248, customer_id: 270, product_id: 200, order_date: new Date("2023-06-27T13:30:24Z"), quantity: 4, total_price: "374.38", order_status: "pending" },
            { id: 249, customer_id: 72, product_id: 13, order_date: new Date("2021-05-03T11:43:40Z"), quantity: 9, total_price: "26.38", order_status: "pending" },
            { id: 250, customer_id: 18, product_id: 132, order_date: new Date("2021-09-22T08:22:29Z"), quantity: 2, total_price: "32.28", order_status: "canceled" },
            { id: 251, customer_id: 3, product_id: 159, order_date: new Date("2022-05-27T15:23:17Z"), quantity: 10, total_price: "373.19", order_status: "pending" },
            { id: 252, customer_id: 77, product_id: 7, order_date: new Date("2021-06-11T16:13:12Z"), quantity: 4, total_price: "27.80", order_status: "shipped" },
            { id: 253, customer_id: 284, product_id: 57, order_date: new Date("2023-06-30T19:18:36Z"), quantity: 2, total_price: "263.08", order_status: "shipped" },
            { id: 254, customer_id: 38, product_id: 165, order_date: new Date("2022-06-27T13:02:25Z"), quantity: 3, total_price: "25.68", order_status: "canceled" },
            { id: 255, customer_id: 300, product_id: 25, order_date: new Date("2022-04-06T02:19:07Z"), quantity: 1, total_price: "108.65", order_status: "pending" },
            { id: 256, customer_id: 28, product_id: 195, order_date: new Date("2022-12-16T21:25:58Z"), quantity: 4, total_price: "13.82", order_status: "delivered" },
            { id: 257, customer_id: 288, product_id: 129, order_date: new Date("2021-12-27T19:25:45Z"), quantity: 4, total_price: "15.94", order_status: "pending" },
            { id: 258, customer_id: 240, product_id: 33, order_date: new Date("2022-07-25T18:34:14Z"), quantity: null, total_price: "10.05", order_status: "pending" },
            { id: 259, customer_id: 259, product_id: 155, order_date: new Date("2021-05-23T20:43:29Z"), quantity: 4, total_price: "182.06", order_status: "pending" },
            { id: 260, customer_id: 8, product_id: 71, order_date: new Date("2023-06-03T14:25:50Z"), quantity: 10, total_price: "38.94", order_status: "shipped" },
            { id: 261, customer_id: 128, product_id: 10, order_date: new Date("2023-05-24T19:05:55Z"), quantity: 9, total_price: "443.67", order_status: "shipped" },
            { id: 262, customer_id: 23, product_id: 141, order_date: new Date("2022-08-25T12:43:00Z"), quantity: 5, total_price: "223.97", order_status: "pending" },
            { id: 263, customer_id: 219, product_id: 25, order_date: new Date("2023-05-16T09:23:36Z"), quantity: 9, total_price: "43.75", order_status: "pending" },
            { id: 264, customer_id: 172, product_id: 96, order_date: new Date("2023-01-06T17:00:43Z"), quantity: 9, total_price: "234.27", order_status: "shipped" },
            { id: 265, customer_id: 48, product_id: 65, order_date: new Date("2023-09-05T14:29:41Z"), quantity: 1, total_price: "20.78", order_status: "pending" },
            { id: 266, customer_id: 19, product_id: 85, order_date: new Date("2022-10-24T13:40:11Z"), quantity: 9, total_price: "11.35", order_status: "shipped" },
            { id: 267, customer_id: 109, product_id: 106, order_date: new Date("2021-08-12T19:28:15Z"), quantity: 2, total_price: "326.75", order_status: "pending" },
            { id: 268, customer_id: 265, product_id: 153, order_date: new Date("2022-06-16T07:37:11Z"), quantity: null, total_price: "41.35", order_status: "shipped" },
            { id: 269, customer_id: 168, product_id: 109, order_date: new Date("2021-04-10T18:11:04Z"), quantity: 6, total_price: "80.54", order_status: "shipped" },
            { id: 270, customer_id: 208, product_id: 174, order_date: new Date("2022-09-07T11:58:02Z"), quantity: null, total_price: "346.32", order_status: "delivered" },
            { id: 271, customer_id: 23, product_id: 172, order_date: new Date("2021-11-15T13:46:36Z"), quantity: 6, total_price: "337.67", order_status: "pending" },
            { id: 272, customer_id: 186, product_id: 15, order_date: new Date("2023-11-11T22:59:48Z"), quantity: 6, total_price: "240.27", order_status: "delivered" },
            { id: 273, customer_id: 269, product_id: 76, order_date: new Date("2022-07-26T18:06:34Z"), quantity: 3, total_price: "130.64", order_status: "pending" },
            { id: 274, customer_id: 39, product_id: 17, order_date: new Date("2023-03-27T22:05:51Z"), quantity: 6, total_price: "284.21", order_status: "delivered" },
            { id: 275, customer_id: 151, product_id: 74, order_date: new Date("2021-05-20T12:35:54Z"), quantity: 6, total_price: "259.48", order_status: "shipped" },
            { id: 276, customer_id: 250, product_id: 85, order_date: new Date("2023-02-14T23:06:42Z"), quantity: null, total_price: "346.15", order_status: "shipped" },
            { id: 277, customer_id: 279, product_id: 29, order_date: new Date("2023-11-17T07:10:24Z"), quantity: 4, total_price: "34.12", order_status: "pending" },
            { id: 278, customer_id: 230, product_id: 49, order_date: new Date("2022-04-05T07:54:11Z"), quantity: 4, total_price: "38.45", order_status: "canceled" },
            { id: 279, customer_id: 255, product_id: 114, order_date: new Date("2021-07-22T21:30:20Z"), quantity: 3, total_price: "52.35", order_status: "delivered" },
            { id: 280, customer_id: 291, product_id: 41, order_date: new Date("2022-04-29T08:23:28Z"), quantity: 3, total_price: "107.05", order_status: "shipped" },
            { id: 281, customer_id: 208, product_id: 156, order_date: new Date("2022-03-13T18:03:07Z"), quantity: 4, total_price: "133.94", order_status: "pending" },
            { id: 282, customer_id: 127, product_id: 48, order_date: new Date("2023-08-23T21:35:30Z"), quantity: 3, total_price: "30.07", order_status: "delivered" },
            { id: 283, customer_id: 171, product_id: 173, order_date: new Date("2021-04-11T15:28:25Z"), quantity: 3, total_price: "118.21", order_status: "canceled" },
            { id: 284, customer_id: 20, product_id: 93, order_date: new Date("2022-07-19T10:14:04Z"), quantity: 3, total_price: "395.39", order_status: "delivered" },
            { id: 285, customer_id: 57, product_id: 11, order_date: new Date("2022-05-09T18:20:25Z"), quantity: null, total_price: "272.84", order_status: "shipped" },
            { id: 286, customer_id: 93, product_id: 142, order_date: new Date("2022-05-06T20:01:08Z"), quantity: 4, total_price: "431.64", order_status: "pending" },
            { id: 287, customer_id: 117, product_id: 141, order_date: new Date("2023-11-03T12:50:46Z"), quantity: 9, total_price: "38.83", order_status: "pending" },
            { id: 288, customer_id: 215, product_id: 86, order_date: new Date("2023-10-14T19:31:47Z"), quantity: 2, total_price: "137.87", order_status: "delivered" },
            { id: 289, customer_id: 186, product_id: 151, order_date: new Date("2022-04-10T14:23:29Z"), quantity: 4, total_price: "16.25", order_status: "pending" },
            { id: 290, customer_id: 243, product_id: 146, order_date: new Date("2022-03-14T11:55:19Z"), quantity: 3, total_price: "72.68", order_status: "canceled" },
            { id: 291, customer_id: 63, product_id: 157, order_date: new Date("2022-02-08T10:41:00Z"), quantity: 6, total_price: "404.93", order_status: "pending" },
            { id: 292, customer_id: 149, product_id: 145, order_date: new Date("2022-01-01T19:34:59Z"), quantity: 6, total_price: "12.98", order_status: "delivered" },
            { id: 293, customer_id: 77, product_id: 80, order_date: new Date("2022-04-02T18:56:48Z"), quantity: 2, total_price: "360.66", order_status: "pending" },
            { id: 294, customer_id: 143, product_id: 71, order_date: new Date("2023-04-22T11:55:05Z"), quantity: 1, total_price: "191.30", order_status: "shipped" },
            { id: 295, customer_id: 252, product_id: 123, order_date: new Date("2021-12-12T20:38:08Z"), quantity: 3, total_price: "426.66", order_status: "shipped" },
            { id: 296, customer_id: 211, product_id: 73, order_date: new Date("2022-12-15T09:14:16Z"), quantity: 2, total_price: "374.36", order_status: "pending" },
            { id: 297, customer_id: 234, product_id: 104, order_date: new Date("2023-10-22T19:02:57Z"), quantity: 5, total_price: "37.35", order_status: "shipped" },
            { id: 298, customer_id: 13, product_id: 185, order_date: new Date("2021-06-03T17:13:48Z"), quantity: 3, total_price: "10.16", order_status: "shipped" },
            { id: 299, customer_id: 141, product_id: 23, order_date: new Date("2021-05-21T07:20:39Z"), quantity: 8, total_price: "14.56", order_status: "pending" },
            { id: 300, customer_id: 247, product_id: 84, order_date: new Date("2021-03-17T16:01:24Z"), quantity: 1, total_price: "40.63", order_status: "canceled" },
            { id: 301, customer_id: 174, product_id: 157, order_date: new Date("2022-10-20T11:34:57Z"), quantity: 3, total_price: "10.06", order_status: "shipped" },
            { id: 302, customer_id: 66, product_id: 174, order_date: new Date("2022-02-15T20:17:54Z"), quantity: 2, total_price: "11.41", order_status: "pending" },
            { id: 303, customer_id: 7, product_id: 136, order_date: new Date("2021-05-24T01:14:01Z"), quantity: 7, total_price: "191.16", order_status: "pending" },
            { id: 304, customer_id: 12, product_id: 8, order_date: new Date("2021-07-22T20:58:34Z"), quantity: 4, total_price: "12.30", order_status: "canceled" },
            { id: 305, customer_id: 169, product_id: 31, order_date: new Date("2021-09-19T00:45:29Z"), quantity: 2, total_price: "301.96", order_status: "shipped" },
            { id: 306, customer_id: 209, product_id: 10, order_date: new Date("2021-02-06T15:58:25Z"), quantity: 2, total_price: "34.56", order_status: "shipped" },
            { id: 307, customer_id: 31, product_id: 187, order_date: new Date("2023-12-21T16:34:06Z"), quantity: 2, total_price: "19.22", order_status: "pending" },
            { id: 308, customer_id: 161, product_id: 21, order_date: new Date("2022-05-15T22:48:25Z"), quantity: 3, total_price: "206.66", order_status: "pending" },
            { id: 309, customer_id: 289, product_id: 22, order_date: new Date("2022-02-21T22:12:15Z"), quantity: 3, total_price: "301.38", order_status: "delivered" },
            { id: 310, customer_id: 46, product_id: 183, order_date: new Date("2021-04-23T16:34:06Z"), quantity: 6, total_price: "12.23", order_status: "pending" },
            { id: 311, customer_id: 96, product_id: 41, order_date: new Date("2022-12-31T11:55:44Z"), quantity: 5, total_price: "333.43", order_status: "shipped" },
            { id: 312, customer_id: 252, product_id: 146, order_date: new Date("2022-08-04T07:24:11Z"), quantity: null, total_price: "43.03", order_status: "delivered" },
            { id: 313, customer_id: 182, product_id: 181, order_date: new Date("2023-05-19T18:31:56Z"), quantity: 6, total_price: "499.04", order_status: "shipped" },
            { id: 314, customer_id: 18, product_id: 115, order_date: new Date("2022-11-04T19:17:52Z"), quantity: 6, total_price: "449.91", order_status: "shipped" },
            { id: 315, customer_id: 92, product_id: 134, order_date: new Date("2022-06-23T18:02:50Z"), quantity: 5, total_price: "23.36", order_status: "shipped" },
            { id: 316, customer_id: 171, product_id: 154, order_date: new Date("2023-10-23T16:02:42Z"), quantity: 7, total_price: "78.87", order_status: "delivered" },
            { id: 317, customer_id: 33, product_id: 114, order_date: new Date("2023-08-28T20:18:19Z"), quantity: 8, total_price: "433.88", order_status: "pending" },
            { id: 318, customer_id: 231, product_id: 63, order_date: new Date("2022-02-05T21:44:37Z"), quantity: 6, total_price: "233.53", order_status: "shipped" },
            { id: 319, customer_id: 15, product_id: 199, order_date: new Date("2022-08-30T18:21:36Z"), quantity: 3, total_price: "16.86", order_status: "delivered" },
            { id: 320, customer_id: 74, product_id: 2, order_date: new Date("2023-03-28T21:14:25Z"), quantity: 9, total_price: "37.45", order_status: "delivered" },
            { id: 321, customer_id: 281, product_id: 96, order_date: new Date("2021-07-21T20:36:17Z"), quantity: 8, total_price: "263.27", order_status: "shipped" },
            { id: 322, customer_id: 169, product_id: 144, order_date: new Date("2022-11-24T18:24:15Z"), quantity: 5, total_price: "258.80", order_status: "shipped" },
            { id: 323, customer_id: 110, product_id: 43, order_date: new Date("2023-02-07T06:31:06Z"), quantity: 9, total_price: "238.43", order_status: "shipped" },
            { id: 324, customer_id: 126, product_id: 63, order_date: new Date("2022-09-23T14:09:34Z"), quantity: 5, total_price: "16.14", order_status: "delivered" },
            { id: 325, customer_id: 129, product_id: 19, order_date: new Date("2022-04-22T14:05:46Z"), quantity: null, total_price: "15.05", order_status: "shipped" },
            { id: 326, customer_id: 96, product_id: 194, order_date: new Date("2021-07-27T18:23:07Z"), quantity: 4, total_price: "10.06", order_status: "pending" },
            { id: 327, customer_id: 74, product_id: 149, order_date: new Date("2021-08-16T12:39:42Z"), quantity: 1, total_price: "193.39", order_status: "shipped" },
            { id: 328, customer_id: 66, product_id: 1, order_date: new Date("2022-07-20T20:06:06Z"), quantity: 6, total_price: "145.98", order_status: "pending" },
            { id: 329, customer_id: 110, product_id: 42, order_date: new Date("2023-05-28T16:05:27Z"), quantity: 3, total_price: "44.26", order_status: "pending" },
            { id: 330, customer_id: 179, product_id: 136, order_date: new Date("2022-01-23T19:58:18Z"), quantity: 2, total_price: "83.93", order_status: "shipped" },
            { id: 331, customer_id: 17, product_id: 13, order_date: new Date("2021-07-11T10:39:19Z"), quantity: 7, total_price: "17.61", order_status: "shipped" },
            { id: 332, customer_id: 237, product_id: 181, order_date: new Date("2022-08-01T07:07:04Z"), quantity: 2, total_price: "23.64", order_status: "pending" },
            { id: 333, customer_id: 137, product_id: 170, order_date: new Date("2021-05-06T19:20:35Z"), quantity: 9, total_price: "143.52", order_status: "canceled" },
            { id: 334, customer_id: 179, product_id: 199, order_date: new Date("2022-12-03T14:57:19Z"), quantity: 10, total_price: "149.34", order_status: "delivered" },
            { id: 335, customer_id: 110, product_id: 188, order_date: new Date("2021-10-04T20:54:50Z"), quantity: null, total_price: "72.82", order_status: "delivered" },
            { id: 336, customer_id: 275, product_id: 117, order_date: new Date("2023-01-22T13:41:07Z"), quantity: 7, total_price: "251.06", order_status: "pending" },
            { id: 337, customer_id: 293, product_id: 87, order_date: new Date("2023-07-26T12:23:48Z"), quantity: 7, total_price: "72.19", order_status: "shipped" },
            { id: 338, customer_id: 180, product_id: 19, order_date: new Date("2022-08-24T21:41:58Z"), quantity: 4, total_price: "129.61", order_status: "shipped" },
            { id: 339, customer_id: 18, product_id: 52, order_date: new Date("2021-04-11T10:39:30Z"), quantity: 8, total_price: "388.73", order_status: "shipped" },
            { id: 340, customer_id: 154, product_id: 105, order_date: new Date("2021-04-28T16:21:26Z"), quantity: 5, total_price: "70.31", order_status: "shipped" },
            { id: 341, customer_id: 138, product_id: 107, order_date: new Date("2021-05-17T15:05:11Z"), quantity: 4, total_price: "399.78", order_status: "pending" },
            { id: 342, customer_id: 126, product_id: 84, order_date: new Date("2023-06-08T08:56:57Z"), quantity: null, total_price: "381.64", order_status: "delivered" },
            { id: 343, customer_id: 173, product_id: 172, order_date: new Date("2022-08-26T05:33:18Z"), quantity: 4, total_price: "11.10", order_status: "shipped" },
            { id: 344, customer_id: 98, product_id: 138, order_date: new Date("2021-11-19T14:03:00Z"), quantity: 7, total_price: "89.67", order_status: "pending" },
            { id: 345, customer_id: 92, product_id: 92, order_date: new Date("2021-01-12T15:06:00Z"), quantity: 3, total_price: "68.72", order_status: "delivered" },
            { id: 346, customer_id: 55, product_id: 92, order_date: new Date("2022-07-22T21:53:22Z"), quantity: 4, total_price: "89.06", order_status: "shipped" },
            { id: 347, customer_id: 193, product_id: 155, order_date: new Date("2023-03-19T16:29:38Z"), quantity: 3, total_price: "145.02", order_status: "pending" },
            { id: 348, customer_id: 185, product_id: 41, order_date: new Date("2021-10-13T15:22:12Z"), quantity: null, total_price: "10.98", order_status: "shipped" },
            { id: 349, customer_id: 195, product_id: 114, order_date: new Date("2021-08-14T22:38:55Z"), quantity: 3, total_price: "380.74", order_status: "pending" },
            { id: 350, customer_id: 260, product_id: 169, order_date: new Date("2021-08-21T15:54:13Z"), quantity: 2, total_price: "132.70", order_status: "pending" },
            { id: 351, customer_id: 170, product_id: 171, order_date: new Date("2021-08-24T21:34:41Z"), quantity: 9, total_price: "104.76", order_status: "delivered" },
            { id: 352, customer_id: 51, product_id: 26, order_date: new Date("2022-06-12T08:16:02Z"), quantity: 8, total_price: "15.97", order_status: "pending" },
            { id: 353, customer_id: 238, product_id: 79, order_date: new Date("2023-10-02T19:41:43Z"), quantity: 1, total_price: "228.92", order_status: "shipped" },
            { id: 354, customer_id: 17, product_id: 84, order_date: new Date("2021-06-09T08:03:40Z"), quantity: 5, total_price: "33.51", order_status: "pending" },
            { id: 355, customer_id: 174, product_id: 21, order_date: new Date("2022-08-11T15:03:50Z"), quantity: 4, total_price: "384.84", order_status: "shipped" },
            { id: 356, customer_id: 228, product_id: 99, order_date: new Date("2022-09-10T19:32:16Z"), quantity: 2, total_price: "320.43", order_status: "shipped" },
            { id: 357, customer_id: 254, product_id: 152, order_date: new Date("2022-04-05T18:14:19Z"), quantity: 3, total_price: "80.35", order_status: "canceled" },
            { id: 358, customer_id: 54, product_id: 173, order_date: new Date("2023-07-22T18:37:54Z"), quantity: 7, total_price: "491.30", order_status: "pending" },
            { id: 359, customer_id: 13, product_id: 146, order_date: new Date("2021-08-18T12:30:41Z"), quantity: 7, total_price: "85.91", order_status: "pending" },
            { id: 360, customer_id: 80, product_id: 26, order_date: new Date("2021-12-02T12:09:04Z"), quantity: 4, total_price: "496.81", order_status: "delivered" },
            { id: 361, customer_id: 194, product_id: 102, order_date: new Date("2023-03-22T19:48:03Z"), quantity: 2, total_price: "329.68", order_status: "delivered" },
            { id: 362, customer_id: 278, product_id: 70, order_date: new Date("2021-02-28T18:24:26Z"), quantity: 10, total_price: "37.89", order_status: "delivered" },
            { id: 363, customer_id: 173, product_id: 102, order_date: new Date("2023-10-17T09:07:56Z"), quantity: 3, total_price: "12.20", order_status: "shipped" },
            { id: 364, customer_id: 199, product_id: 22, order_date: new Date("2023-05-12T11:23:51Z"), quantity: 2, total_price: "390.38", order_status: "shipped" },
            { id: 365, customer_id: 185, product_id: 164, order_date: new Date("2022-09-27T22:12:30Z"), quantity: 2, total_price: "480.64", order_status: "shipped" },
            { id: 366, customer_id: 235, product_id: 139, order_date: new Date("2021-07-10T20:04:10Z"), quantity: 4, total_price: "106.36", order_status: "shipped" },
            { id: 367, customer_id: 263, product_id: 65, order_date: new Date("2021-03-15T13:27:11Z"), quantity: 8, total_price: "16.83", order_status: "pending" },
            { id: 368, customer_id: 257, product_id: 146, order_date: new Date("2022-11-17T18:06:27Z"), quantity: 2, total_price: "63.26", order_status: "delivered" },
            { id: 369, customer_id: 109, product_id: 59, order_date: new Date("2022-08-30T16:45:07Z"), quantity: 2, total_price: "11.33", order_status: "pending" },
            { id: 370, customer_id: 212, product_id: 108, order_date: new Date("2023-03-19T18:02:37Z"), quantity: 4, total_price: "178.33", order_status: "delivered" },
            { id: 371, customer_id: 188, product_id: 149, order_date: new Date("2022-07-16T14:59:33Z"), quantity: 4, total_price: "89.11", order_status: "delivered" },
            { id: 372, customer_id: 131, product_id: 11, order_date: new Date("2021-01-23T13:02:01Z"), quantity: 3, total_price: "233.05", order_status: "delivered" },
            { id: 373, customer_id: 281, product_id: 197, order_date: new Date("2022-12-25T10:51:51Z"), quantity: null, total_price: "15.33", order_status: "shipped" },
            { id: 374, customer_id: 281, product_id: 141, order_date: new Date("2021-04-02T20:01:51Z"), quantity: 6, total_price: "10.01", order_status: "shipped" },
            { id: 375, customer_id: 264, product_id: 88, order_date: new Date("2021-11-02T19:22:13Z"), quantity: 7, total_price: "106.90", order_status: "canceled" },
            { id: 376, customer_id: 229, product_id: 6, order_date: new Date("2022-04-23T19:58:38Z"), quantity: 3, total_price: "474.56", order_status: "shipped" },
            { id: 377, customer_id: 16, product_id: 105, order_date: new Date("2021-07-07T08:15:56Z"), quantity: 2, total_price: "56.30", order_status: "pending" },
            { id: 378, customer_id: 241, product_id: 98, order_date: new Date("2022-09-19T18:02:15Z"), quantity: 3, total_price: "235.48", order_status: "shipped" },
            { id: 379, customer_id: 262, product_id: 5, order_date: new Date("2022-10-08T21:06:38Z"), quantity: 3, total_price: "120.79", order_status: "shipped" },
            { id: 380, customer_id: 239, product_id: 37, order_date: new Date("2021-10-25T20:50:33Z"), quantity: 4, total_price: "177.63", order_status: "shipped" },
            { id: 381, customer_id: 293, product_id: 73, order_date: new Date("2022-08-19T19:55:17Z"), quantity: null, total_price: "362.47", order_status: "pending" },
            { id: 382, customer_id: 267, product_id: 72, order_date: new Date("2021-10-08T22:58:36Z"), quantity: 4, total_price: "90.39", order_status: "shipped" },
            { id: 383, customer_id: 9, product_id: 55, order_date: new Date("2023-09-09T14:19:47Z"), quantity: 6, total_price: "194.98", order_status: "pending" },
            { id: 384, customer_id: 54, product_id: 97, order_date: new Date("2023-04-21T21:25:14Z"), quantity: 5, total_price: "450.84", order_status: "pending" },
            { id: 385, customer_id: 61, product_id: 66, order_date: new Date("2021-09-20T13:21:41Z"), quantity: 4, total_price: "340.36", order_status: "shipped" },
            { id: 386, customer_id: 221, product_id: 10, order_date: new Date("2023-07-27T09:15:14Z"), quantity: 9, total_price: "116.66", order_status: "pending" },
            { id: 387, customer_id: 125, product_id: 67, order_date: new Date("2023-09-02T19:06:54Z"), quantity: 9, total_price: "439.43", order_status: "pending" },
            { id: 388, customer_id: 196, product_id: 194, order_date: new Date("2021-12-20T23:06:01Z"), quantity: 8, total_price: "210.46", order_status: "shipped" },
            { id: 389, customer_id: 64, product_id: 99, order_date: new Date("2021-05-23T09:20:37Z"), quantity: 10, total_price: "319.45", order_status: "pending" },
            { id: 390, customer_id: 288, product_id: 163, order_date: new Date("2022-04-24T21:05:49Z"), quantity: 5, total_price: "398.13", order_status: "canceled" },
            { id: 391, customer_id: 243, product_id: 159, order_date: new Date("2021-12-14T09:26:22Z"), quantity: 8, total_price: "417.20", order_status: "shipped" },
            { id: 392, customer_id: 20, product_id: 123, order_date: new Date("2022-01-05T15:38:27Z"), quantity: 5, total_price: "401.29", order_status: "pending" },
            { id: 393, customer_id: 69, product_id: 171, order_date: new Date("2021-04-26T10:05:56Z"), quantity: 2, total_price: "10.60", order_status: "pending" },
            { id: 394, customer_id: 159, product_id: 48, order_date: new Date("2021-06-18T12:32:32Z"), quantity: 2, total_price: "228.36", order_status: "shipped" },
            { id: 395, customer_id: 10, product_id: 91, order_date: new Date("2021-10-09T18:34:02Z"), quantity: 9, total_price: "202.47", order_status: "pending" },
            { id: 396, customer_id: 144, product_id: 194, order_date: new Date("2021-01-24T14:15:01Z"), quantity: null, total_price: "23.89", order_status: "pending" },
            { id: 397, customer_id: 156, product_id: 64, order_date: new Date("2022-12-18T18:44:28Z"), quantity: 7, total_price: "332.21", order_status: "shipped" },
            { id: 398, customer_id: 62, product_id: 41, order_date: new Date("2021-12-30T18:13:47Z"), quantity: 10, total_price: "404.18", order_status: "canceled" },
            { id: 399, customer_id: 292, product_id: 166, order_date: new Date("2021-02-01T15:26:58Z"), quantity: 9, total_price: "154.67", order_status: "shipped" },
            { id: 400, customer_id: 285, product_id: 130, order_date: new Date("2021-05-27T14:21:20Z"), quantity: 5, total_price: "312.95", order_status: "pending" },
            { id: 401, customer_id: 14, product_id: 146, order_date: new Date("2023-08-03T14:48:42Z"), quantity: 2, total_price: "232.25", order_status: "shipped" },
            { id: 402, customer_id: 147, product_id: 67, order_date: new Date("2023-09-26T11:02:55Z"), quantity: 5, total_price: "392.05", order_status: "shipped" },
            { id: 403, customer_id: 131, product_id: 100, order_date: new Date("2022-06-19T08:09:21Z"), quantity: 5, total_price: "15.15", order_status: "shipped" },
            { id: 404, customer_id: 22, product_id: 90, order_date: new Date("2021-02-01T11:29:49Z"), quantity: 6, total_price: "85.19", order_status: "pending" },
            { id: 405, customer_id: 165, product_id: 139, order_date: new Date("2023-10-04T16:49:56Z"), quantity: 3, total_price: "185.05", order_status: "shipped" },
            { id: 406, customer_id: 106, product_id: 146, order_date: new Date("2023-05-13T11:38:39Z"), quantity: 4, total_price: "299.43", order_status: "shipped" },
            { id: 407, customer_id: 93, product_id: 103, order_date: new Date("2021-06-10T19:20:48Z"), quantity: 6, total_price: "50.53", order_status: "canceled" },
            { id: 408, customer_id: 280, product_id: 50, order_date: new Date("2021-11-12T16:01:20Z"), quantity: 4, total_price: "172.62", order_status: "shipped" },
            { id: 409, customer_id: 48, product_id: 86, order_date: new Date("2022-08-24T23:23:37Z"), quantity: null, total_price: "110.84", order_status: "shipped" },
            { id: 410, customer_id: 77, product_id: 132, order_date: new Date("2023-09-04T19:37:33Z"), quantity: 6, total_price: "26.95", order_status: "shipped" },
            { id: 411, customer_id: 226, product_id: 123, order_date: new Date("2023-05-21T20:07:37Z"), quantity: 3, total_price: "29.97", order_status: "shipped" },
            { id: 412, customer_id: 36, product_id: 46, order_date: new Date("2021-04-30T18:43:10Z"), quantity: 5, total_price: "43.04", order_status: "canceled" },
            { id: 413, customer_id: 16, product_id: 25, order_date: new Date("2023-11-13T21:26:56Z"), quantity: 7, total_price: "285.14", order_status: "delivered" },
            { id: 414, customer_id: 258, product_id: 37, order_date: new Date("2023-09-05T18:38:36Z"), quantity: 9, total_price: "144.05", order_status: "delivered" },
            { id: 415, customer_id: 286, product_id: 150, order_date: new Date("2021-12-22T13:10:57Z"), quantity: null, total_price: "154.90", order_status: "shipped" },
            { id: 416, customer_id: 189, product_id: 132, order_date: new Date("2021-08-23T19:20:58Z"), quantity: 5, total_price: "292.10", order_status: "canceled" },
            { id: 417, customer_id: 221, product_id: 179, order_date: new Date("2023-01-18T12:00:11Z"), quantity: null, total_price: "204.80", order_status: "pending" },
            { id: 418, customer_id: 131, product_id: 188, order_date: new Date("2022-11-03T22:32:18Z"), quantity: 2, total_price: "167.70", order_status: "shipped" },
            { id: 419, customer_id: 9, product_id: 171, order_date: new Date("2022-10-04T08:46:18Z"), quantity: 2, total_price: "421.44", order_status: "pending" },
            { id: 420, customer_id: 115, product_id: 166, order_date: new Date("2022-03-20T23:55:03Z"), quantity: 3, total_price: "153.78", order_status: "shipped" },
            { id: 421, customer_id: 13, product_id: 176, order_date: new Date("2022-01-09T18:56:56Z"), quantity: 6, total_price: "172.59", order_status: "shipped" },
            { id: 422, customer_id: 282, product_id: 194, order_date: new Date("2022-09-12T11:33:18Z"), quantity: 4, total_price: "64.09", order_status: "delivered" },
            { id: 423, customer_id: 81, product_id: 170, order_date: new Date("2021-12-22T21:30:47Z"), quantity: 6, total_price: "34.20", order_status: "shipped" },
            { id: 424, customer_id: 286, product_id: 123, order_date: new Date("2022-09-06T17:58:15Z"), quantity: 3, total_price: "10.00", order_status: "delivered" },
            { id: 425, customer_id: 100, product_id: 42, order_date: new Date("2022-05-06T18:56:34Z"), quantity: 3, total_price: "227.37", order_status: "shipped" },
            { id: 426, customer_id: 161, product_id: 167, order_date: new Date("2021-04-24T21:57:06Z"), quantity: null, total_price: "78.09", order_status: "pending" },
            { id: 427, customer_id: 230, product_id: 161, order_date: new Date("2021-10-06T13:48:44Z"), quantity: 4, total_price: "115.43", order_status: "pending" },
            { id: 428, customer_id: 83, product_id: 89, order_date: new Date("2023-08-11T17:11:15Z"), quantity: 7, total_price: "202.69", order_status: "shipped" },
            { id: 429, customer_id: 212, product_id: 192, order_date: new Date("2023-09-04T21:14:05Z"), quantity: 7, total_price: "128.45", order_status: "pending" },
            { id: 430, customer_id: 271, product_id: 147, order_date: new Date("2023-08-16T08:11:54Z"), quantity: null, total_price: "18.79", order_status: "shipped" },
            { id: 431, customer_id: 19, product_id: 14, order_date: new Date("2022-04-29T09:58:00Z"), quantity: 8, total_price: "13.29", order_status: "shipped" },
            { id: 432, customer_id: 201, product_id: 162, order_date: new Date("2023-07-30T11:07:08Z"), quantity: 8, total_price: "100.00", order_status: "delivered" },
            { id: 433, customer_id: 259, product_id: 114, order_date: new Date("2021-09-08T17:48:49Z"), quantity: 3, total_price: "29.19", order_status: "pending" },
            { id: 434, customer_id: 297, product_id: 39, order_date: new Date("2023-05-07T11:57:53Z"), quantity: 6, total_price: "22.43", order_status: "shipped" },
            { id: 435, customer_id: 296, product_id: 65, order_date: new Date("2022-12-14T15:21:20Z"), quantity: 8, total_price: "303.97", order_status: "pending" },
            { id: 436, customer_id: 203, product_id: 71, order_date: new Date("2021-03-26T18:29:55Z"), quantity: 5, total_price: "377.78", order_status: "shipped" },
            { id: 437, customer_id: 278, product_id: 85, order_date: new Date("2022-01-24T18:46:43Z"), quantity: 6, total_price: "174.72", order_status: "pending" },
            { id: 438, customer_id: 82, product_id: 108, order_date: new Date("2022-04-19T14:31:19Z"), quantity: 8, total_price: "75.42", order_status: "delivered" },
            { id: 439, customer_id: 159, product_id: 73, order_date: new Date("2021-02-13T14:56:42Z"), quantity: 2, total_price: "241.25", order_status: "pending" },
            { id: 440, customer_id: 132, product_id: 76, order_date: new Date("2023-05-18T22:26:34Z"), quantity: 3, total_price: "66.48", order_status: "pending" },
            { id: 441, customer_id: 170, product_id: 75, order_date: new Date("2023-02-10T11:22:43Z"), quantity: 5, total_price: "10.99", order_status: "pending" },
            { id: 442, customer_id: 136, product_id: 180, order_date: new Date("2023-09-25T17:44:43Z"), quantity: 1, total_price: "70.51", order_status: "pending" },
            { id: 443, customer_id: 235, product_id: 171, order_date: new Date("2023-08-11T14:25:10Z"), quantity: 4, total_price: "346.07", order_status: "canceled" },
            { id: 444, customer_id: 155, product_id: 172, order_date: new Date("2021-06-07T06:45:27Z"), quantity: 2, total_price: "128.60", order_status: "shipped" },
            { id: 445, customer_id: 7, product_id: 169, order_date: new Date("2021-01-26T17:51:39Z"), quantity: 1, total_price: "21.09", order_status: "shipped" },
            { id: 446, customer_id: 101, product_id: 177, order_date: new Date("2022-12-06T08:50:53Z"), quantity: 8, total_price: "287.58", order_status: "pending" },
            { id: 447, customer_id: 46, product_id: 109, order_date: new Date("2022-10-31T11:53:46Z"), quantity: 8, total_price: "28.48", order_status: "delivered" },
            { id: 448, customer_id: 131, product_id: 130, order_date: new Date("2023-03-14T14:56:03Z"), quantity: 3, total_price: "415.35", order_status: "pending" },
            { id: 449, customer_id: 53, product_id: 54, order_date: new Date("2023-11-24T08:15:44Z"), quantity: 9, total_price: "17.48", order_status: "pending" },
            { id: 450, customer_id: 26, product_id: 31, order_date: new Date("2021-09-08T16:53:13Z"), quantity: 3, total_price: "92.09", order_status: "pending" },
            { id: 451, customer_id: 283, product_id: 120, order_date: new Date("2022-10-18T13:38:03Z"), quantity: 4, total_price: "10.98", order_status: "shipped" },
            { id: 452, customer_id: 167, product_id: 97, order_date: new Date("2022-05-27T20:15:41Z"), quantity: 3, total_price: "446.02", order_status: "delivered" },
            { id: 453, customer_id: 12, product_id: 197, order_date: new Date("2021-11-20T21:36:36Z"), quantity: 9, total_price: "371.50", order_status: "pending" },
            { id: 454, customer_id: 158, product_id: 63, order_date: new Date("2023-06-05T01:25:59Z"), quantity: 5, total_price: "245.20", order_status: "shipped" },
            { id: 455, customer_id: 169, product_id: 100, order_date: new Date("2021-07-28T13:05:53Z"), quantity: 3, total_price: "64.85", order_status: "delivered" },
            { id: 456, customer_id: 70, product_id: 151, order_date: new Date("2021-07-19T17:29:17Z"), quantity: 8, total_price: "39.14", order_status: "shipped" },
            { id: 457, customer_id: 116, product_id: 120, order_date: new Date("2021-10-09T17:39:38Z"), quantity: 10, total_price: "493.04", order_status: "shipped" },
            { id: 458, customer_id: 288, product_id: 52, order_date: new Date("2023-01-04T21:16:09Z"), quantity: 7, total_price: "48.93", order_status: "delivered" },
            { id: 459, customer_id: 169, product_id: 23, order_date: new Date("2023-05-14T14:43:35Z"), quantity: 7, total_price: "10.11", order_status: "shipped" },
            { id: 460, customer_id: 176, product_id: 52, order_date: new Date("2023-06-22T21:51:20Z"), quantity: 6, total_price: "67.01", order_status: "shipped" },
            { id: 461, customer_id: 284, product_id: 67, order_date: new Date("2022-03-22T21:59:08Z"), quantity: 8, total_price: "139.99", order_status: "shipped" },
            { id: 462, customer_id: 262, product_id: 28, order_date: new Date("2021-08-16T18:06:24Z"), quantity: 6, total_price: "201.55", order_status: "delivered" },
            { id: 463, customer_id: 190, product_id: 117, order_date: new Date("2021-09-11T17:02:37Z"), quantity: 4, total_price: "266.27", order_status: "pending" },
            { id: 464, customer_id: 161, product_id: 88, order_date: new Date("2022-01-07T16:38:27Z"), quantity: null, total_price: "74.51", order_status: "shipped" },
            { id: 465, customer_id: 176, product_id: 30, order_date: new Date("2022-08-24T09:49:57Z"), quantity: 7, total_price: "34.80", order_status: "shipped" },
            { id: 466, customer_id: 216, product_id: 116, order_date: new Date("2021-06-27T10:25:13Z"), quantity: 5, total_price: "96.05", order_status: "delivered" },
            { id: 467, customer_id: 225, product_id: 153, order_date: new Date("2022-02-06T16:22:29Z"), quantity: 7, total_price: "10.12", order_status: "shipped" },
            { id: 468, customer_id: 193, product_id: 100, order_date: new Date("2022-05-26T15:45:08Z"), quantity: 9, total_price: "105.14", order_status: "shipped" },
            { id: 469, customer_id: 68, product_id: 25, order_date: new Date("2021-12-31T18:31:29Z"), quantity: 8, total_price: "55.47", order_status: "pending" },
            { id: 470, customer_id: 245, product_id: 158, order_date: new Date("2023-10-03T11:53:34Z"), quantity: 3, total_price: "36.52", order_status: "canceled" },
            { id: 471, customer_id: 115, product_id: 33, order_date: new Date("2021-03-14T18:11:38Z"), quantity: null, total_price: "96.99", order_status: "delivered" },
            { id: 472, customer_id: 278, product_id: 76, order_date: new Date("2023-09-08T18:08:29Z"), quantity: 5, total_price: "154.07", order_status: "shipped" },
            { id: 473, customer_id: 191, product_id: 87, order_date: new Date("2021-12-20T18:42:03Z"), quantity: 5, total_price: "39.32", order_status: "pending" },
            { id: 474, customer_id: 283, product_id: 133, order_date: new Date("2023-03-18T14:42:44Z"), quantity: 2, total_price: "463.74", order_status: "shipped" },
            { id: 475, customer_id: 281, product_id: 63, order_date: new Date("2023-07-17T21:38:34Z"), quantity: 6, total_price: "41.69", order_status: "shipped" },
            { id: 476, customer_id: 173, product_id: 97, order_date: new Date("2021-05-07T17:38:06Z"), quantity: 9, total_price: "29.35", order_status: "shipped" },
            { id: 477, customer_id: 101, product_id: 162, order_date: new Date("2022-12-17T20:13:45Z"), quantity: null, total_price: "10.92", order_status: "shipped" },
            { id: 478, customer_id: 263, product_id: 162, order_date: new Date("2023-03-23T01:36:58Z"), quantity: null, total_price: "21.83", order_status: "shipped" },
            { id: 479, customer_id: 32, product_id: 40, order_date: new Date("2022-02-13T08:46:08Z"), quantity: 9, total_price: "25.89", order_status: "delivered" },
            { id: 480, customer_id: 29, product_id: 147, order_date: new Date("2021-11-28T20:35:26Z"), quantity: 6, total_price: "50.24", order_status: "pending" },
            { id: 481, customer_id: 227, product_id: 75, order_date: new Date("2023-02-08T00:44:24Z"), quantity: 5, total_price: "168.48", order_status: "shipped" },
            { id: 482, customer_id: 248, product_id: 169, order_date: new Date("2023-05-18T01:18:21Z"), quantity: 2, total_price: "49.46", order_status: "shipped" },
            { id: 483, customer_id: 226, product_id: 179, order_date: new Date("2022-10-24T18:54:23Z"), quantity: 10, total_price: "391.67", order_status: "pending" },
            { id: 484, customer_id: 116, product_id: 140, order_date: new Date("2021-01-27T11:46:34Z"), quantity: 6, total_price: "297.02", order_status: "shipped" },
            { id: 485, customer_id: 56, product_id: 147, order_date: new Date("2021-08-03T20:52:13Z"), quantity: 8, total_price: "11.99", order_status: "delivered" },
            { id: 486, customer_id: 138, product_id: 13, order_date: new Date("2021-04-11T17:39:44Z"), quantity: 7, total_price: "10.70", order_status: "delivered" },
            { id: 487, customer_id: 35, product_id: 199, order_date: new Date("2022-08-13T21:41:32Z"), quantity: 10, total_price: "357.58", order_status: "delivered" },
            { id: 488, customer_id: 277, product_id: 90, order_date: new Date("2022-05-02T21:05:05Z"), quantity: 2, total_price: "408.84", order_status: "shipped" },
            { id: 489, customer_id: 81, product_id: 123, order_date: new Date("2023-11-01T19:06:02Z"), quantity: 1, total_price: "402.63", order_status: "shipped" },
            { id: 490, customer_id: 225, product_id: 88, order_date: new Date("2023-08-21T12:19:00Z"), quantity: 1, total_price: "417.23", order_status: "shipped" },
            { id: 491, customer_id: 201, product_id: 94, order_date: new Date("2021-02-11T17:57:00Z"), quantity: 4, total_price: "397.57", order_status: "delivered" },
            { id: 492, customer_id: 167, product_id: 126, order_date: new Date("2022-04-12T10:54:47Z"), quantity: 9, total_price: "18.93", order_status: "shipped" },
            { id: 493, customer_id: 163, product_id: 81, order_date: new Date("2022-03-06T13:43:50Z"), quantity: 8, total_price: "271.94", order_status: "delivered" },
            { id: 494, customer_id: 262, product_id: 155, order_date: new Date("2022-10-03T10:00:02Z"), quantity: null, total_price: "427.53", order_status: "shipped" },
            { id: 495, customer_id: 2, product_id: 18, order_date: new Date("2021-07-06T12:57:51Z"), quantity: 6, total_price: "281.96", order_status: "delivered" },
            { id: 496, customer_id: 282, product_id: 35, order_date: new Date("2023-05-06T00:09:32Z"), quantity: null, total_price: "238.77", order_status: "shipped" },
            { id: 497, customer_id: 33, product_id: 21, order_date: new Date("2021-03-23T15:51:45Z"), quantity: 1, total_price: "216.87", order_status: "delivered" },
            { id: 498, customer_id: 270, product_id: 155, order_date: new Date("2022-10-17T15:44:16Z"), quantity: 5, total_price: "158.58", order_status: "shipped" },
            { id: 499, customer_id: 187, product_id: 8, order_date: new Date("2022-01-23T19:13:16Z"), quantity: 6, total_price: "104.08", order_status: "shipped" },
            { id: 500, customer_id: 160, product_id: 131, order_date: new Date("2022-06-30T16:53:06Z"), quantity: null, total_price: "156.60", order_status: "pending" },
        ],
    });
    await prisma.orders.createMany({
        data: [
            { id: 501, customer_id: 286, product_id: 136, order_date: new Date("2021-05-16T11:18:45Z"), quantity: 4, total_price: "57.72", order_status: "delivered" },
            { id: 502, customer_id: 103, product_id: 83, order_date: new Date("2021-06-16T13:34:58Z"), quantity: 5, total_price: "462.35", order_status: "pending" },
            { id: 503, customer_id: 155, product_id: 200, order_date: new Date("2022-10-26T11:47:03Z"), quantity: 5, total_price: "39.76", order_status: "pending" },
            { id: 504, customer_id: 219, product_id: 5, order_date: new Date("2022-03-12T14:48:55Z"), quantity: 4, total_price: "196.54", order_status: "pending" },
            { id: 505, customer_id: 294, product_id: 122, order_date: new Date("2023-06-17T21:43:20Z"), quantity: 6, total_price: "131.89", order_status: "shipped" },
            { id: 506, customer_id: 88, product_id: 76, order_date: new Date("2023-02-10T10:29:56Z"), quantity: 7, total_price: "409.46", order_status: "pending" },
            { id: 507, customer_id: 27, product_id: 137, order_date: new Date("2022-04-13T19:25:47Z"), quantity: 9, total_price: "299.08", order_status: "shipped" },
            { id: 508, customer_id: 245, product_id: 137, order_date: new Date("2022-07-11T22:52:44Z"), quantity: 2, total_price: "179.76", order_status: "shipped" },
            { id: 509, customer_id: 188, product_id: 148, order_date: new Date("2022-06-28T20:03:36Z"), quantity: 5, total_price: "39.33", order_status: "delivered" },
            { id: 510, customer_id: 216, product_id: 143, order_date: new Date("2023-09-27T13:56:47Z"), quantity: 1, total_price: "42.83", order_status: "shipped" },
            { id: 511, customer_id: 131, product_id: 123, order_date: new Date("2022-02-15T15:05:04Z"), quantity: 10, total_price: "289.22", order_status: "shipped" },
            { id: 512, customer_id: 29, product_id: 66, order_date: new Date("2023-01-12T16:59:22Z"), quantity: 1, total_price: "154.56", order_status: "pending" },
            { id: 513, customer_id: 82, product_id: 99, order_date: new Date("2023-12-31T15:20:30Z"), quantity: 6, total_price: "128.58", order_status: "pending" },
            { id: 514, customer_id: 172, product_id: 132, order_date: new Date("2023-03-27T13:03:12Z"), quantity: 7, total_price: "42.02", order_status: "pending" },
            { id: 515, customer_id: 175, product_id: 108, order_date: new Date("2022-10-08T13:41:26Z"), quantity: 10, total_price: "10.04", order_status: "canceled" },
            { id: 516, customer_id: 99, product_id: 126, order_date: new Date("2021-04-07T16:09:23Z"), quantity: 8, total_price: "82.67", order_status: "pending" },
            { id: 517, customer_id: 123, product_id: 21, order_date: new Date("2021-11-23T18:09:25Z"), quantity: 1, total_price: "143.65", order_status: "shipped" },
            { id: 518, customer_id: 205, product_id: 183, order_date: new Date("2023-10-02T07:15:52Z"), quantity: 10, total_price: "12.42", order_status: "shipped" },
            { id: 519, customer_id: 86, product_id: 173, order_date: new Date("2022-04-11T12:09:35Z"), quantity: 3, total_price: "18.88", order_status: "delivered" },
            { id: 520, customer_id: 260, product_id: 67, order_date: new Date("2022-03-27T06:34:29Z"), quantity: 7, total_price: "10.59", order_status: "shipped" },
            { id: 521, customer_id: 2, product_id: 128, order_date: new Date("2022-12-03T08:49:16Z"), quantity: 10, total_price: "15.77", order_status: "shipped" },
            { id: 522, customer_id: 178, product_id: 21, order_date: new Date("2022-10-31T18:08:35Z"), quantity: null, total_price: "237.60", order_status: "shipped" },
            { id: 523, customer_id: 240, product_id: 74, order_date: new Date("2023-11-20T17:59:17Z"), quantity: 9, total_price: "490.94", order_status: "pending" },
            { id: 524, customer_id: 193, product_id: 129, order_date: new Date("2021-12-11T12:00:25Z"), quantity: 9, total_price: "109.97", order_status: "shipped" },
            { id: 525, customer_id: 140, product_id: 102, order_date: new Date("2023-07-31T09:03:11Z"), quantity: 2, total_price: "270.54", order_status: "shipped" },
            { id: 526, customer_id: 159, product_id: 146, order_date: new Date("2021-10-30T20:29:59Z"), quantity: 7, total_price: "180.63", order_status: "pending" },
            { id: 527, customer_id: 192, product_id: 41, order_date: new Date("2023-03-09T15:04:08Z"), quantity: 2, total_price: "12.24", order_status: "shipped" },
            { id: 528, customer_id: 190, product_id: 133, order_date: new Date("2021-07-16T07:34:08Z"), quantity: 1, total_price: "92.72", order_status: "shipped" },
            { id: 529, customer_id: 30, product_id: 1, order_date: new Date("2022-11-20T18:36:34Z"), quantity: 5, total_price: "17.85", order_status: "shipped" },
            { id: 530, customer_id: 221, product_id: 78, order_date: new Date("2022-11-21T13:03:06Z"), quantity: 4, total_price: "364.01", order_status: "pending" },
            { id: 531, customer_id: 73, product_id: 24, order_date: new Date("2023-07-05T09:19:42Z"), quantity: 1, total_price: "14.20", order_status: "pending" },
            { id: 532, customer_id: 71, product_id: 115, order_date: new Date("2022-09-24T09:07:30Z"), quantity: 8, total_price: "22.56", order_status: "pending" },
            { id: 533, customer_id: 205, product_id: 95, order_date: new Date("2021-01-30T17:12:59Z"), quantity: 3, total_price: "22.36", order_status: "shipped" },
            { id: 534, customer_id: 285, product_id: 68, order_date: new Date("2023-02-23T09:25:05Z"), quantity: 2, total_price: "457.95", order_status: "pending" },
            { id: 535, customer_id: 107, product_id: 185, order_date: new Date("2022-07-24T12:08:04Z"), quantity: 4, total_price: "297.67", order_status: "shipped" },
            { id: 536, customer_id: 271, product_id: 64, order_date: new Date("2022-08-09T12:35:43Z"), quantity: 3, total_price: "12.34", order_status: "canceled" },
            { id: 537, customer_id: 297, product_id: 117, order_date: new Date("2022-08-01T15:57:23Z"), quantity: 10, total_price: "197.41", order_status: "shipped" },
            { id: 538, customer_id: 244, product_id: 35, order_date: new Date("2023-10-17T21:50:56Z"), quantity: 10, total_price: "134.67", order_status: "pending" },
            { id: 539, customer_id: 70, product_id: 170, order_date: new Date("2021-01-20T13:23:17Z"), quantity: 2, total_price: "487.38", order_status: "shipped" },
            { id: 540, customer_id: 4, product_id: 91, order_date: new Date("2023-11-17T20:19:41Z"), quantity: 8, total_price: "10.03", order_status: "canceled" },
            { id: 541, customer_id: 20, product_id: 151, order_date: new Date("2021-06-07T20:39:10Z"), quantity: 3, total_price: "152.89", order_status: "delivered" },
            { id: 542, customer_id: 9, product_id: 106, order_date: new Date("2023-12-19T10:04:17Z"), quantity: 10, total_price: "10.26", order_status: "shipped" },
            { id: 543, customer_id: 249, product_id: 33, order_date: new Date("2021-08-24T20:55:19Z"), quantity: 4, total_price: "10.44", order_status: "pending" },
            { id: 544, customer_id: 81, product_id: 131, order_date: new Date("2022-10-08T16:15:09Z"), quantity: null, total_price: "26.69", order_status: "pending" },
            { id: 545, customer_id: 163, product_id: 154, order_date: new Date("2022-01-25T23:00:50Z"), quantity: 5, total_price: "20.83", order_status: "canceled" },
            { id: 546, customer_id: 13, product_id: 121, order_date: new Date("2021-06-21T07:59:29Z"), quantity: 10, total_price: "375.49", order_status: "shipped" },
            { id: 547, customer_id: 285, product_id: 105, order_date: new Date("2021-06-17T13:04:32Z"), quantity: 9, total_price: "231.71", order_status: "shipped" },
            { id: 548, customer_id: 38, product_id: 186, order_date: new Date("2022-08-20T10:10:29Z"), quantity: 10, total_price: "39.07", order_status: "shipped" },
            { id: 549, customer_id: 104, product_id: 90, order_date: new Date("2021-12-28T17:16:58Z"), quantity: 7, total_price: "16.20", order_status: "shipped" },
            { id: 550, customer_id: 5, product_id: 74, order_date: new Date("2023-04-01T15:42:25Z"), quantity: 2, total_price: "266.77", order_status: "pending" },
            { id: 551, customer_id: 15, product_id: 78, order_date: new Date("2023-03-11T17:25:52Z"), quantity: 4, total_price: "428.80", order_status: "pending" },
            { id: 552, customer_id: 162, product_id: 137, order_date: new Date("2023-02-12T21:42:26Z"), quantity: null, total_price: "22.26", order_status: "pending" },
            { id: 553, customer_id: 101, product_id: 54, order_date: new Date("2023-11-14T16:44:04Z"), quantity: 3, total_price: "451.30", order_status: "pending" },
            { id: 554, customer_id: 101, product_id: 137, order_date: new Date("2021-08-29T06:47:33Z"), quantity: 2, total_price: "137.95", order_status: "canceled" },
            { id: 555, customer_id: 216, product_id: 5, order_date: new Date("2023-05-08T13:11:01Z"), quantity: 4, total_price: "322.46", order_status: "shipped" },
            { id: 556, customer_id: 21, product_id: 182, order_date: new Date("2022-12-17T12:25:26Z"), quantity: 9, total_price: "23.28", order_status: "shipped" },
            { id: 557, customer_id: 11, product_id: 95, order_date: new Date("2023-05-11T18:41:01Z"), quantity: 7, total_price: "134.14", order_status: "shipped" },
            { id: 558, customer_id: 54, product_id: 167, order_date: new Date("2022-05-04T22:08:24Z"), quantity: null, total_price: "65.28", order_status: "shipped" },
            { id: 559, customer_id: 214, product_id: 144, order_date: new Date("2023-09-19T05:00:59Z"), quantity: 8, total_price: "18.60", order_status: "shipped" },
            { id: 560, customer_id: 225, product_id: 195, order_date: new Date("2022-02-06T19:01:31Z"), quantity: 6, total_price: "200.18", order_status: "delivered" },
            { id: 561, customer_id: 118, product_id: 116, order_date: new Date("2021-11-04T19:53:00Z"), quantity: 7, total_price: "27.53", order_status: "shipped" },
            { id: 562, customer_id: 46, product_id: 182, order_date: new Date("2021-01-22T11:09:39Z"), quantity: 7, total_price: "373.08", order_status: "delivered" },
            { id: 563, customer_id: 129, product_id: 186, order_date: new Date("2022-05-12T17:31:51Z"), quantity: 7, total_price: "329.96", order_status: "delivered" },
            { id: 564, customer_id: 120, product_id: 21, order_date: new Date("2021-05-21T09:40:13Z"), quantity: 2, total_price: "159.63", order_status: "shipped" },
            { id: 565, customer_id: 66, product_id: 57, order_date: new Date("2023-08-13T07:08:58Z"), quantity: 8, total_price: "378.61", order_status: "shipped" },
            { id: 566, customer_id: 284, product_id: 45, order_date: new Date("2022-01-18T23:47:46Z"), quantity: 7, total_price: "298.02", order_status: "shipped" },
            { id: 567, customer_id: 121, product_id: 189, order_date: new Date("2022-03-15T12:52:24Z"), quantity: 6, total_price: "11.00", order_status: "shipped" },
            { id: 568, customer_id: 191, product_id: 162, order_date: new Date("2023-10-20T22:29:34Z"), quantity: 5, total_price: "27.54", order_status: "shipped" },
            { id: 569, customer_id: 165, product_id: 58, order_date: new Date("2022-12-29T13:23:37Z"), quantity: 9, total_price: "14.34", order_status: "canceled" },
            { id: 570, customer_id: 92, product_id: 121, order_date: new Date("2021-11-18T20:22:03Z"), quantity: 6, total_price: "10.00", order_status: "pending" },
            { id: 571, customer_id: 84, product_id: 186, order_date: new Date("2022-04-25T17:28:28Z"), quantity: 6, total_price: "18.03", order_status: "pending" },
            { id: 572, customer_id: 40, product_id: 4, order_date: new Date("2022-04-11T19:58:15Z"), quantity: 4, total_price: "156.81", order_status: "pending" },
            { id: 573, customer_id: 288, product_id: 185, order_date: new Date("2023-09-26T12:56:44Z"), quantity: 1, total_price: "449.43", order_status: "shipped" },
            { id: 574, customer_id: 232, product_id: 121, order_date: new Date("2023-04-22T00:09:25Z"), quantity: 7, total_price: "58.44", order_status: "shipped" },
            { id: 575, customer_id: 221, product_id: 24, order_date: new Date("2022-06-01T22:43:24Z"), quantity: 2, total_price: "120.93", order_status: "shipped" },
            { id: 576, customer_id: 251, product_id: 32, order_date: new Date("2022-02-07T19:34:13Z"), quantity: 5, total_price: "283.03", order_status: "canceled" },
            { id: 577, customer_id: 77, product_id: 162, order_date: new Date("2022-08-10T22:16:56Z"), quantity: 2, total_price: "43.59", order_status: "pending" },
            { id: 578, customer_id: 25, product_id: 7, order_date: new Date("2021-04-11T11:31:17Z"), quantity: 3, total_price: "348.49", order_status: "shipped" },
            { id: 579, customer_id: 52, product_id: 69, order_date: new Date("2022-09-29T17:18:13Z"), quantity: 8, total_price: "94.86", order_status: "canceled" },
            { id: 580, customer_id: 204, product_id: 124, order_date: new Date("2023-03-21T08:00:08Z"), quantity: 2, total_price: "333.84", order_status: "canceled" },
            { id: 581, customer_id: 129, product_id: 73, order_date: new Date("2021-05-11T13:07:17Z"), quantity: 2, total_price: "15.58", order_status: "shipped" },
            { id: 582, customer_id: 111, product_id: 112, order_date: new Date("2023-01-05T21:46:52Z"), quantity: 9, total_price: "380.91", order_status: "pending" },
            { id: 583, customer_id: 60, product_id: 175, order_date: new Date("2022-05-07T11:10:55Z"), quantity: null, total_price: "409.09", order_status: "shipped" },
            { id: 584, customer_id: 113, product_id: 185, order_date: new Date("2023-01-19T20:27:44Z"), quantity: 8, total_price: "16.61", order_status: "canceled" },
            { id: 585, customer_id: 228, product_id: 69, order_date: new Date("2022-12-02T14:47:42Z"), quantity: 5, total_price: "25.08", order_status: "delivered" },
            { id: 586, customer_id: 147, product_id: 147, order_date: new Date("2021-05-14T21:49:33Z"), quantity: null, total_price: "225.55", order_status: "shipped" },
            { id: 587, customer_id: 256, product_id: 30, order_date: new Date("2022-07-19T12:23:26Z"), quantity: 5, total_price: "237.16", order_status: "shipped" },
            { id: 588, customer_id: 15, product_id: 1, order_date: new Date("2021-04-27T21:03:37Z"), quantity: 7, total_price: "429.64", order_status: "delivered" },
            { id: 589, customer_id: 70, product_id: 16, order_date: new Date("2021-05-22T12:42:54Z"), quantity: 7, total_price: "18.03", order_status: "pending" },
            { id: 590, customer_id: 183, product_id: 155, order_date: new Date("2021-08-13T22:39:54Z"), quantity: 3, total_price: "230.33", order_status: "pending" },
            { id: 591, customer_id: 29, product_id: 26, order_date: new Date("2023-09-19T04:52:34Z"), quantity: 4, total_price: "30.31", order_status: "canceled" },
            { id: 592, customer_id: 190, product_id: 83, order_date: new Date("2021-02-27T18:01:30Z"), quantity: 4, total_price: "172.34", order_status: "shipped" },
            { id: 593, customer_id: 216, product_id: 64, order_date: new Date("2023-06-02T00:29:44Z"), quantity: 3, total_price: "34.09", order_status: "shipped" },
            { id: 594, customer_id: 222, product_id: 26, order_date: new Date("2023-04-02T13:51:47Z"), quantity: 9, total_price: "230.68", order_status: "shipped" },
            { id: 595, customer_id: 144, product_id: 30, order_date: new Date("2022-07-23T15:48:02Z"), quantity: 4, total_price: "14.68", order_status: "shipped" },
            { id: 596, customer_id: 108, product_id: 80, order_date: new Date("2021-01-25T16:39:48Z"), quantity: 6, total_price: "373.34", order_status: "delivered" },
            { id: 597, customer_id: 39, product_id: 174, order_date: new Date("2022-03-28T15:03:11Z"), quantity: 2, total_price: "35.78", order_status: "shipped" },
            { id: 598, customer_id: 261, product_id: 105, order_date: new Date("2021-01-28T19:21:05Z"), quantity: 7, total_price: "50.09", order_status: "canceled" },
            { id: 599, customer_id: 74, product_id: 44, order_date: new Date("2023-10-04T07:36:01Z"), quantity: 3, total_price: "96.74", order_status: "shipped" },
            { id: 600, customer_id: 191, product_id: 12, order_date: new Date("2023-09-24T15:32:01Z"), quantity: 9, total_price: "148.84", order_status: "canceled" },
        ],
    });
    await prisma.routes.createMany({
        data: [
            { id: 1, order_id: 63, route_distance: "582.56", estimated_time: "22.11", delivery_method: "same-day", fuel_consumption: "5.71" },
            { id: 2, order_id: 188, route_distance: "406.72", estimated_time: "20.97", delivery_method: "same-day", fuel_consumption: "3.59" },
            { id: 3, order_id: 582, route_distance: "551.15", estimated_time: "0.13", delivery_method: "express", fuel_consumption: "5.40" },
            { id: 4, order_id: 329, route_distance: "499.67", estimated_time: "16.93", delivery_method: "standard", fuel_consumption: "7.09" },
            { id: 5, order_id: 290, route_distance: "422.57", estimated_time: "2.67", delivery_method: "standard", fuel_consumption: "4.90" },
            { id: 6, order_id: 108, route_distance: "587.38", estimated_time: "20.33", delivery_method: "express", fuel_consumption: "5.38" },
            { id: 7, order_id: 354, route_distance: "672.12", estimated_time: "1.86", delivery_method: "same-day", fuel_consumption: "3.85" },
            { id: 8, order_id: 19, route_distance: "606.88", estimated_time: "21.18", delivery_method: "standard", fuel_consumption: "8.13" },
            { id: 9, order_id: 31, route_distance: "300.69", estimated_time: "11.65", delivery_method: "standard", fuel_consumption: "5.64" },
            { id: 10, order_id: 351, route_distance: "481.62", estimated_time: "11.09", delivery_method: "express", fuel_consumption: "5.03" },
            { id: 11, order_id: 67, route_distance: "421.33", estimated_time: "22.17", delivery_method: "standard", fuel_consumption: "4.21" },
            { id: 12, order_id: 395, route_distance: "563.56", estimated_time: "15.24", delivery_method: "same-day", fuel_consumption: "4.48" },
            { id: 13, order_id: 286, route_distance: "306.75", estimated_time: "7.08", delivery_method: "standard", fuel_consumption: "6.13" },
            { id: 14, order_id: 403, route_distance: "416.73", estimated_time: "20.68", delivery_method: "express", fuel_consumption: "7.57" },
            { id: 15, order_id: 452, route_distance: "308.37", estimated_time: "0.12", delivery_method: "same-day", fuel_consumption: "4.84" },
            { id: 16, order_id: 573, route_distance: "303.54", estimated_time: "2.11", delivery_method: "same-day", fuel_consumption: "3.33" },
            { id: 17, order_id: 22, route_distance: "652.63", estimated_time: "1.94", delivery_method: "express", fuel_consumption: "6.81" },
            { id: 18, order_id: 96, route_distance: "791.90", estimated_time: "19.52", delivery_method: "standard", fuel_consumption: "4.21" },
            { id: 19, order_id: 374, route_distance: "554.05", estimated_time: "2.99", delivery_method: "standard", fuel_consumption: "4.38" },
            { id: 20, order_id: 596, route_distance: "601.90", estimated_time: "15.10", delivery_method: "standard", fuel_consumption: "5.50" },
            { id: 21, order_id: 402, route_distance: "502.29", estimated_time: "16.73", delivery_method: "same-day", fuel_consumption: "5.47" },
            { id: 22, order_id: 190, route_distance: "750.32", estimated_time: "18.25", delivery_method: "standard", fuel_consumption: "4.68" },
            { id: 23, order_id: 156, route_distance: "510.04", estimated_time: "0.13", delivery_method: "standard", fuel_consumption: "3.59" },
            { id: 24, order_id: 589, route_distance: "456.85", estimated_time: "12.04", delivery_method: "same-day", fuel_consumption: "5.14" },
            { id: 25, order_id: 1, route_distance: "626.72", estimated_time: "23.42", delivery_method: "standard", fuel_consumption: "6.55" },
            { id: 26, order_id: 391, route_distance: "376.50", estimated_time: "2.01", delivery_method: "standard", fuel_consumption: "4.02" },
            { id: 27, order_id: 115, route_distance: "679.25", estimated_time: "17.16", delivery_method: "same-day", fuel_consumption: "2.91" },
            { id: 28, order_id: 523, route_distance: "829.12", estimated_time: "10.28", delivery_method: "same-day", fuel_consumption: "5.44" },
            { id: 29, order_id: 549, route_distance: "470.05", estimated_time: "1.90", delivery_method: "same-day", fuel_consumption: "7.61" },
            { id: 30, order_id: 92, route_distance: "448.45", estimated_time: "0.93", delivery_method: "same-day", fuel_consumption: "6.25" },
            { id: 31, order_id: 479, route_distance: "700.75", estimated_time: "6.09", delivery_method: "express", fuel_consumption: "5.01" },
            { id: 32, order_id: 241, route_distance: "520.32", estimated_time: "0.10", delivery_method: "express", fuel_consumption: "4.31" },
            { id: 33, order_id: 129, route_distance: "552.41", estimated_time: "6.28", delivery_method: "express", fuel_consumption: "4.21" },
            { id: 34, order_id: 60, route_distance: "933.90", estimated_time: "7.13", delivery_method: "express", fuel_consumption: "4.94" },
            { id: 35, order_id: 116, route_distance: "484.98", estimated_time: "9.05", delivery_method: "express", fuel_consumption: "2.65" },
            { id: 36, order_id: 541, route_distance: "512.92", estimated_time: "7.42", delivery_method: "standard", fuel_consumption: "2.96" },
            { id: 37, order_id: 18, route_distance: "734.30", estimated_time: "10.66", delivery_method: "standard", fuel_consumption: "5.49" },
            { id: 38, order_id: 28, route_distance: "415.08", estimated_time: "8.35", delivery_method: "standard", fuel_consumption: "4.15" },
            { id: 39, order_id: 567, route_distance: "390.45", estimated_time: "7.56", delivery_method: "express", fuel_consumption: "4.46" },
            { id: 40, order_id: 258, route_distance: "685.37", estimated_time: "1.35", delivery_method: "express", fuel_consumption: "5.86" },
            { id: 41, order_id: 175, route_distance: "407.90", estimated_time: "2.98", delivery_method: "standard", fuel_consumption: "5.99" },
            { id: 42, order_id: 2, route_distance: "630.58", estimated_time: "5.28", delivery_method: "standard", fuel_consumption: "5.04" },
            { id: 43, order_id: 600, route_distance: "140.09", estimated_time: "0.12", delivery_method: "express", fuel_consumption: "4.43" },
            { id: 44, order_id: 150, route_distance: "382.10", estimated_time: "1.16", delivery_method: "standard", fuel_consumption: "5.08" },
            { id: 45, order_id: 112, route_distance: "465.77", estimated_time: "1.16", delivery_method: "same-day", fuel_consumption: "2.12" },
            { id: 46, order_id: 466, route_distance: "409.06", estimated_time: "1.85", delivery_method: "same-day", fuel_consumption: "3.58" },
            { id: 47, order_id: 275, route_distance: "509.20", estimated_time: "5.86", delivery_method: "standard", fuel_consumption: "3.92" },
            { id: 48, order_id: 50, route_distance: "438.72", estimated_time: "18.41", delivery_method: "standard", fuel_consumption: "6.06" },
            { id: 49, order_id: 243, route_distance: "303.84", estimated_time: "0.17", delivery_method: "standard", fuel_consumption: "7.19" },
            { id: 50, order_id: 572, route_distance: "602.05", estimated_time: "4.54", delivery_method: "express", fuel_consumption: "3.26" },
            { id: 51, order_id: 555, route_distance: "204.22", estimated_time: "2.55", delivery_method: "same-day", fuel_consumption: "5.77" },
            { id: 52, order_id: 198, route_distance: "416.77", estimated_time: "4.49", delivery_method: "standard", fuel_consumption: "6.39" },
            { id: 53, order_id: 234, route_distance: "610.68", estimated_time: "6.29", delivery_method: "same-day", fuel_consumption: "5.76" },
            { id: 54, order_id: 543, route_distance: "478.42", estimated_time: "9.53", delivery_method: "standard", fuel_consumption: "6.33" },
            { id: 55, order_id: 471, route_distance: "428.17", estimated_time: "9.27", delivery_method: "standard", fuel_consumption: "5.85" },
            { id: 56, order_id: 273, route_distance: "293.47", estimated_time: "4.12", delivery_method: "standard", fuel_consumption: "3.47" },
            { id: 57, order_id: 362, route_distance: "360.68", estimated_time: "13.97", delivery_method: "express", fuel_consumption: "2.75" },
            { id: 58, order_id: 142, route_distance: "735.22", estimated_time: "23.00", delivery_method: "same-day", fuel_consumption: "6.63" },
            { id: 59, order_id: 505, route_distance: "230.99", estimated_time: "15.45", delivery_method: "standard", fuel_consumption: "6.65" },
            { id: 60, order_id: 499, route_distance: "275.23", estimated_time: "0.98", delivery_method: "express", fuel_consumption: "5.43" },
            { id: 61, order_id: 444, route_distance: "447.65", estimated_time: "2.65", delivery_method: "same-day", fuel_consumption: "6.37" },
            { id: 62, order_id: 113, route_distance: "445.87", estimated_time: "16.09", delivery_method: "express", fuel_consumption: "8.01" },
            { id: 63, order_id: 287, route_distance: "479.64", estimated_time: "3.15", delivery_method: "express", fuel_consumption: "6.12" },
            { id: 64, order_id: 89, route_distance: "351.76", estimated_time: "17.00", delivery_method: "standard", fuel_consumption: "5.27" },
            { id: 65, order_id: 447, route_distance: "436.94", estimated_time: "7.30", delivery_method: "same-day", fuel_consumption: "6.07" },
            { id: 66, order_id: 395, route_distance: "354.47", estimated_time: "20.71", delivery_method: "standard", fuel_consumption: "3.06" },
            { id: 67, order_id: 21, route_distance: "553.59", estimated_time: "14.37", delivery_method: "same-day", fuel_consumption: "4.66" },
            { id: 68, order_id: 516, route_distance: "537.56", estimated_time: "18.82", delivery_method: "express", fuel_consumption: "5.81" },
            { id: 69, order_id: 496, route_distance: "460.06", estimated_time: "1.32", delivery_method: "express", fuel_consumption: "5.98" },
            { id: 70, order_id: 369, route_distance: "696.80", estimated_time: "10.24", delivery_method: "standard", fuel_consumption: "3.84" },
            { id: 71, order_id: 434, route_distance: "564.59", estimated_time: "13.83", delivery_method: "same-day", fuel_consumption: "4.76" },
            { id: 72, order_id: 131, route_distance: "581.44", estimated_time: "19.92", delivery_method: "same-day", fuel_consumption: "5.18" },
            { id: 73, order_id: 257, route_distance: "307.53", estimated_time: "2.12", delivery_method: "same-day", fuel_consumption: "5.82" },
            { id: 74, order_id: 524, route_distance: "602.03", estimated_time: "4.56", delivery_method: "standard", fuel_consumption: "3.43" },
            { id: 75, order_id: 393, route_distance: "552.75", estimated_time: "0.53", delivery_method: "same-day", fuel_consumption: "5.49" },
            { id: 76, order_id: 76, route_distance: "477.54", estimated_time: "0.40", delivery_method: "standard", fuel_consumption: "3.78" },
            { id: 77, order_id: 425, route_distance: "480.86", estimated_time: "17.90", delivery_method: "standard", fuel_consumption: "3.22" },
            { id: 78, order_id: 188, route_distance: "546.25", estimated_time: "2.98", delivery_method: "express", fuel_consumption: "5.45" },
            { id: 79, order_id: 372, route_distance: "559.91", estimated_time: "19.74", delivery_method: "express", fuel_consumption: "3.52" },
            { id: 80, order_id: 266, route_distance: "409.41", estimated_time: "2.96", delivery_method: "standard", fuel_consumption: "7.64" },
            { id: 81, order_id: 583, route_distance: "453.61", estimated_time: "8.31", delivery_method: "standard", fuel_consumption: "6.18" },
            { id: 82, order_id: 254, route_distance: "393.09", estimated_time: "10.61", delivery_method: "standard", fuel_consumption: "6.18" },
            { id: 83, order_id: 164, route_distance: "523.90", estimated_time: "4.47", delivery_method: "same-day", fuel_consumption: "7.07" },
            { id: 84, order_id: 166, route_distance: "618.70", estimated_time: "1.94", delivery_method: "same-day", fuel_consumption: "5.26" },
            { id: 85, order_id: 586, route_distance: "543.44", estimated_time: "11.57", delivery_method: "express", fuel_consumption: "5.68" },
            { id: 86, order_id: 430, route_distance: "546.67", estimated_time: "0.29", delivery_method: "same-day", fuel_consumption: "4.53" },
            { id: 87, order_id: 50, route_distance: "284.19", estimated_time: "22.46", delivery_method: "express", fuel_consumption: "6.15" },
            { id: 88, order_id: 123, route_distance: "255.34", estimated_time: "4.16", delivery_method: "express", fuel_consumption: "5.60" },
            { id: 89, order_id: 37, route_distance: "424.58", estimated_time: "0.32", delivery_method: "same-day", fuel_consumption: "6.28" },
            { id: 90, order_id: 590, route_distance: "190.51", estimated_time: "22.93", delivery_method: "express", fuel_consumption: "6.35" },
            { id: 91, order_id: 23, route_distance: "326.26", estimated_time: "21.52", delivery_method: "same-day", fuel_consumption: "5.78" },
            { id: 92, order_id: 464, route_distance: "308.10", estimated_time: "0.10", delivery_method: "same-day", fuel_consumption: "3.59" },
            { id: 93, order_id: 244, route_distance: "660.10", estimated_time: "0.11", delivery_method: "same-day", fuel_consumption: "4.66" },
            { id: 94, order_id: 241, route_distance: "175.96", estimated_time: "3.17", delivery_method: "same-day", fuel_consumption: "7.06" },
            { id: 95, order_id: 297, route_distance: "418.59", estimated_time: "0.12", delivery_method: "standard", fuel_consumption: "5.91" },
            { id: 96, order_id: 87, route_distance: "344.48", estimated_time: "0.82", delivery_method: "same-day", fuel_consumption: "2.35" },
            { id: 97, order_id: 126, route_distance: "461.68", estimated_time: "16.96", delivery_method: "same-day", fuel_consumption: "3.91" },
            { id: 98, order_id: 49, route_distance: "570.14", estimated_time: "3.04", delivery_method: "standard", fuel_consumption: "6.59" },
            { id: 99, order_id: 576, route_distance: "466.44", estimated_time: "1.39", delivery_method: "express", fuel_consumption: "7.24" },
            { id: 100, order_id: 310, route_distance: "704.54", estimated_time: "4.62", delivery_method: "same-day", fuel_consumption: "5.35" },
            { id: 101, order_id: 108, route_distance: "530.07", estimated_time: "1.12", delivery_method: "standard", fuel_consumption: "5.27" },
            { id: 102, order_id: 295, route_distance: "583.44", estimated_time: "0.31", delivery_method: "standard", fuel_consumption: "5.43" },
            { id: 103, order_id: 22, route_distance: "760.44", estimated_time: "17.82", delivery_method: "standard", fuel_consumption: "3.40" },
            { id: 104, order_id: 68, route_distance: "399.42", estimated_time: "1.87", delivery_method: "standard", fuel_consumption: "2.00" },
            { id: 105, order_id: 568, route_distance: "423.22", estimated_time: "19.28", delivery_method: "standard", fuel_consumption: "5.80" },
            { id: 106, order_id: 411, route_distance: "411.96", estimated_time: "0.88", delivery_method: "same-day", fuel_consumption: "2.31" },
            { id: 107, order_id: 43, route_distance: "407.63", estimated_time: "0.47", delivery_method: "same-day", fuel_consumption: "2.76" },
            { id: 108, order_id: 316, route_distance: "466.53", estimated_time: "18.28", delivery_method: "same-day", fuel_consumption: "5.67" },
            { id: 109, order_id: 478, route_distance: "426.05", estimated_time: "22.81", delivery_method: "standard", fuel_consumption: "3.63" },
            { id: 110, order_id: 502, route_distance: "421.92", estimated_time: "19.72", delivery_method: "express", fuel_consumption: "3.00" },
            { id: 111, order_id: 42, route_distance: "698.01", estimated_time: "8.29", delivery_method: "same-day", fuel_consumption: "4.87" },
            { id: 112, order_id: 180, route_distance: "481.38", estimated_time: "2.38", delivery_method: "express", fuel_consumption: "6.15" },
            { id: 113, order_id: 499, route_distance: "593.91", estimated_time: "13.37", delivery_method: "same-day", fuel_consumption: "5.36" },
            { id: 114, order_id: 283, route_distance: "322.03", estimated_time: "8.39", delivery_method: "standard", fuel_consumption: "4.33" },
            { id: 115, order_id: 532, route_distance: "663.22", estimated_time: "3.49", delivery_method: "same-day", fuel_consumption: "5.05" },
            { id: 116, order_id: 496, route_distance: "547.43", estimated_time: "7.05", delivery_method: "standard", fuel_consumption: "6.85" },
            { id: 117, order_id: 598, route_distance: "737.43", estimated_time: "12.52", delivery_method: "same-day", fuel_consumption: "5.23" },
            { id: 118, order_id: 27, route_distance: "659.44", estimated_time: "0.11", delivery_method: "standard", fuel_consumption: "5.45" },
            { id: 119, order_id: 257, route_distance: "596.35", estimated_time: "1.75", delivery_method: "same-day", fuel_consumption: "4.32" },
            { id: 120, order_id: 217, route_distance: "499.68", estimated_time: "7.99", delivery_method: "express", fuel_consumption: "3.75" },
            { id: 121, order_id: 543, route_distance: "378.07", estimated_time: "3.75", delivery_method: "standard", fuel_consumption: "3.53" },
            { id: 122, order_id: 378, route_distance: "560.86", estimated_time: "23.20", delivery_method: "standard", fuel_consumption: "7.19" },
            { id: 123, order_id: 181, route_distance: "810.69", estimated_time: "19.44", delivery_method: "same-day", fuel_consumption: "3.39" },
            { id: 124, order_id: 305, route_distance: "333.25", estimated_time: "14.93", delivery_method: "express", fuel_consumption: "4.59" },
            { id: 125, order_id: 104, route_distance: "443.45", estimated_time: "15.59", delivery_method: "standard", fuel_consumption: "5.70" },
            { id: 126, order_id: 411, route_distance: "566.16", estimated_time: "3.25", delivery_method: "same-day", fuel_consumption: "8.59" },
            { id: 127, order_id: 597, route_distance: "581.88", estimated_time: "3.13", delivery_method: "standard", fuel_consumption: "5.01" },
            { id: 128, order_id: 139, route_distance: "232.60", estimated_time: "3.66", delivery_method: "standard", fuel_consumption: "6.44" },
            { id: 129, order_id: 272, route_distance: "678.96", estimated_time: "0.16", delivery_method: "standard", fuel_consumption: "4.88" },
            { id: 130, order_id: 247, route_distance: "458.96", estimated_time: "23.78", delivery_method: "standard", fuel_consumption: "5.55" },
            { id: 131, order_id: 512, route_distance: "451.45", estimated_time: "17.07", delivery_method: "standard", fuel_consumption: "6.31" },
            { id: 132, order_id: 84, route_distance: "397.58", estimated_time: "2.21", delivery_method: "express", fuel_consumption: "6.24" },
            { id: 133, order_id: 529, route_distance: "688.42", estimated_time: "14.85", delivery_method: "same-day", fuel_consumption: "8.11" },
            { id: 134, order_id: 486, route_distance: "524.94", estimated_time: "23.83", delivery_method: "standard", fuel_consumption: "7.27" },
            { id: 135, order_id: 298, route_distance: "540.08", estimated_time: "2.15", delivery_method: "standard", fuel_consumption: "5.26" },
            { id: 136, order_id: 127, route_distance: "407.29", estimated_time: "23.41", delivery_method: "standard", fuel_consumption: "5.73" },
            { id: 137, order_id: 245, route_distance: "466.43", estimated_time: "0.97", delivery_method: "express", fuel_consumption: "5.73" },
            { id: 138, order_id: 209, route_distance: "479.02", estimated_time: "9.94", delivery_method: "standard", fuel_consumption: "4.32" },
            { id: 139, order_id: 138, route_distance: "488.89", estimated_time: "1.10", delivery_method: "express", fuel_consumption: "4.94" },
            { id: 140, order_id: 137, route_distance: "561.47", estimated_time: "13.53", delivery_method: "same-day", fuel_consumption: "8.62" },
            { id: 141, order_id: 7, route_distance: "699.40", estimated_time: "0.70", delivery_method: "express", fuel_consumption: "6.33" },
            { id: 142, order_id: 302, route_distance: "322.66", estimated_time: "0.59", delivery_method: "standard", fuel_consumption: "6.19" },
            { id: 143, order_id: 452, route_distance: "689.34", estimated_time: "12.25", delivery_method: "express", fuel_consumption: "6.15" },
            { id: 144, order_id: 456, route_distance: "493.37", estimated_time: "1.82", delivery_method: "express", fuel_consumption: "5.71" },
            { id: 145, order_id: 94, route_distance: "682.02", estimated_time: "1.16", delivery_method: "express", fuel_consumption: "5.26" },
            { id: 146, order_id: 539, route_distance: "704.46", estimated_time: "18.50", delivery_method: "express", fuel_consumption: "5.46" },
            { id: 147, order_id: 336, route_distance: "533.50", estimated_time: "1.39", delivery_method: "express", fuel_consumption: "6.34" },
            { id: 148, order_id: 305, route_distance: "712.34", estimated_time: "0.10", delivery_method: "standard", fuel_consumption: "4.49" },
            { id: 149, order_id: 141, route_distance: "523.35", estimated_time: "1.19", delivery_method: "standard", fuel_consumption: "2.64" },
            { id: 150, order_id: 101, route_distance: "573.52", estimated_time: "2.85", delivery_method: "standard", fuel_consumption: "5.60" },
        ],
    });
    await prisma.support_tickets.createMany({
        data: [
            { id: 1, customer_id: 11, issue: "inspection", created_at: new Date("2021-05-20T08:36:22Z"), status: "open" },
            { id: 2, customer_id: 95, issue: "agent status", created_at: new Date("2022-03-31T12:43:02Z"), status: "closed" },
            { id: 3, customer_id: 61, issue: "performance logistics escalation", created_at: new Date("2023-11-23T13:32:15Z"), status: "closed" },
            { id: 4, customer_id: 203, issue: "dispatch escalation", created_at: new Date("2021-08-03T19:38:45Z"), status: "closed" },
            { id: 5, customer_id: 92, issue: "error", created_at: new Date("2023-06-09T09:01:21Z"), status: "closed" },
            { id: 6, customer_id: 127, issue: "support", created_at: new Date("2021-12-04T12:44:01Z"), status: "closed" },
            { id: 7, customer_id: 146, issue: "communication", created_at: new Date("2023-01-08T09:37:55Z"), status: "closed" },
            { id: 8, customer_id: 44, issue: "refund", created_at: new Date("2021-01-20T20:28:12Z"), status: "closed" },
            { id: 9, customer_id: 295, issue: "pickup inspection status", created_at: new Date("2022-01-18T13:54:13Z"), status: "closed" },
            { id: 10, customer_id: 289, issue: null, created_at: new Date("2021-11-12T11:37:50Z"), status: "pending" },
            { id: 11, customer_id: 1, issue: "feedback", created_at: new Date("2021-07-14T14:38:15Z"), status: "closed" },
            { id: 12, customer_id: 180, issue: "logistics delay", created_at: new Date("2022-12-31T15:45:17Z"), status: "closed" },
            { id: 13, customer_id: 126, issue: "missing response error", created_at: new Date("2023-10-19T08:53:35Z"), status: "closed" },
            { id: 14, customer_id: 76, issue: "ticket customs assistance", created_at: new Date("2021-06-18T18:31:08Z"), status: "closed" },
            { id: 15, customer_id: 9, issue: "pickup transport problem", created_at: new Date("2023-12-16T09:45:12Z"), status: "closed" },
            { id: 16, customer_id: 3, issue: "notification", created_at: new Date("2022-03-14T12:14:32Z"), status: "closed" },
            { id: 17, customer_id: 68, issue: "information", created_at: new Date("2021-08-18T15:16:55Z"), status: "closed" },
            { id: 18, customer_id: 204, issue: "delivery contact", created_at: new Date("2022-12-18T16:59:25Z"), status: "closed" },
            { id: 19, customer_id: 56, issue: "policy request", created_at: new Date("2023-11-04T10:15:47Z"), status: "open" },
            { id: 20, customer_id: 63, issue: "coordination inspection", created_at: new Date("2021-06-03T08:24:07Z"), status: "closed" },
            { id: 21, customer_id: 225, issue: "status", created_at: new Date("2021-09-26T15:26:30Z"), status: "closed" },
            { id: 22, customer_id: 81, issue: "issue", created_at: new Date("2022-12-21T12:35:58Z"), status: "open" },
            { id: 23, customer_id: 75, issue: "customs ticket discrepancy", created_at: new Date("2023-05-31T16:48:59Z"), status: "closed" },
            { id: 24, customer_id: 215, issue: "problem", created_at: new Date("2022-02-25T11:11:28Z"), status: "open" },
            { id: 25, customer_id: 138, issue: "escalation error", created_at: new Date("2023-05-11T10:41:02Z"), status: "pending" },
            { id: 26, customer_id: 204, issue: null, created_at: new Date("2021-09-05T12:43:43Z"), status: "pending" },
            { id: 27, customer_id: 214, issue: "invoice missing", created_at: new Date("2021-10-22T12:50:27Z"), status: "closed" },
            { id: 28, customer_id: 21, issue: "response information invoice", created_at: new Date("2021-08-04T12:14:07Z"), status: "closed" },
            { id: 29, customer_id: 296, issue: "billing delivery", created_at: new Date("2023-11-08T21:22:56Z"), status: "closed" },
            { id: 30, customer_id: 184, issue: "support", created_at: new Date("2021-09-18T13:21:57Z"), status: "closed" },
            { id: 31, customer_id: 238, issue: "procedure route customer", created_at: new Date("2021-03-07T13:48:42Z"), status: "pending" },
            { id: 32, customer_id: 130, issue: "error contact transport", created_at: new Date("2021-10-15T10:59:08Z"), status: "closed" },
            { id: 33, customer_id: 62, issue: "notification shipment information", created_at: new Date("2022-02-14T12:51:54Z"), status: "closed" },
            { id: 34, customer_id: 207, issue: "discrepancy dispatch", created_at: new Date("2022-01-28T14:22:12Z"), status: "closed" },
            { id: 35, customer_id: 203, issue: "assistance notification", created_at: new Date("2022-03-14T13:51:56Z"), status: "closed" },
            { id: 36, customer_id: 170, issue: "warehouse policy transport", created_at: new Date("2023-04-09T01:10:47Z"), status: "closed" },
            { id: 37, customer_id: 159, issue: "confirmation", created_at: new Date("2021-12-09T14:46:47Z"), status: "closed" },
            { id: 38, customer_id: 126, issue: "resolution priority billing", created_at: new Date("2021-04-13T14:06:52Z"), status: "pending" },
            { id: 39, customer_id: 194, issue: "customer route", created_at: new Date("2021-05-17T10:45:35Z"), status: "closed" },
            { id: 40, customer_id: 193, issue: "status", created_at: new Date("2023-06-21T10:20:49Z"), status: "closed" },
            { id: 41, customer_id: 76, issue: "discrepancy", created_at: new Date("2023-11-01T13:05:00Z"), status: "closed" },
            { id: 42, customer_id: 258, issue: "performance", created_at: new Date("2023-02-08T07:01:42Z"), status: "pending" },
            { id: 43, customer_id: 183, issue: "process", created_at: new Date("2023-11-05T07:00:16Z"), status: "closed" },
            { id: 44, customer_id: 256, issue: "policy coordination missing", created_at: new Date("2022-12-02T09:37:37Z"), status: "closed" },
            { id: 45, customer_id: 100, issue: null, created_at: new Date("2021-03-29T17:38:49Z"), status: "closed" },
            { id: 46, customer_id: 215, issue: "response coordination", created_at: new Date("2023-07-13T11:22:52Z"), status: "pending" },
            { id: 47, customer_id: 173, issue: "logistics", created_at: new Date("2023-05-11T11:47:18Z"), status: "closed" },
            { id: 48, customer_id: 152, issue: "case system", created_at: new Date("2021-04-02T10:29:17Z"), status: "closed" },
            { id: 49, customer_id: 260, issue: "delivery service performance", created_at: new Date("2023-06-18T14:52:59Z"), status: "closed" },
            { id: 50, customer_id: 36, issue: "refund invoice delivery", created_at: new Date("2023-03-02T10:17:56Z"), status: "open" },
            { id: 51, customer_id: 1, issue: "resolution", created_at: new Date("2022-07-17T11:29:51Z"), status: "pending" },
            { id: 52, customer_id: 105, issue: "contact error delay", created_at: new Date("2021-03-06T09:28:47Z"), status: "pending" },
            { id: 53, customer_id: 251, issue: "system policy missing", created_at: new Date("2023-01-28T13:53:11Z"), status: "closed" },
            { id: 54, customer_id: 155, issue: "solution shipment pickup", created_at: new Date("2022-03-12T08:01:00Z"), status: "open" },
            { id: 55, customer_id: 169, issue: "issue inspection", created_at: new Date("2021-01-31T16:33:06Z"), status: "closed" },
            { id: 56, customer_id: 137, issue: null, created_at: new Date("2022-05-23T10:47:10Z"), status: "closed" },
            { id: 57, customer_id: 296, issue: null, created_at: new Date("2022-10-08T12:10:40Z"), status: "closed" },
            { id: 58, customer_id: 199, issue: "billing", created_at: new Date("2022-02-26T15:46:29Z"), status: "closed" },
            { id: 59, customer_id: 144, issue: "quality response", created_at: new Date("2021-09-18T10:10:01Z"), status: "closed" },
            { id: 60, customer_id: 33, issue: "transport update assistance", created_at: new Date("2023-06-25T16:03:04Z"), status: "pending" },
            { id: 61, customer_id: 289, issue: null, created_at: new Date("2023-10-22T10:24:55Z"), status: "pending" },
            { id: 62, customer_id: 198, issue: "missing pickup", created_at: new Date("2022-07-17T12:29:25Z"), status: "closed" },
            { id: 63, customer_id: 100, issue: "logistics issue", created_at: new Date("2021-02-10T16:57:20Z"), status: "closed" },
            { id: 64, customer_id: 4, issue: "system", created_at: new Date("2022-10-24T11:26:15Z"), status: "closed" },
            { id: 65, customer_id: 134, issue: "logistics availability communication", created_at: new Date("2023-08-24T14:39:37Z"), status: "closed" },
            { id: 66, customer_id: 154, issue: "delay case problem", created_at: new Date("2021-09-28T09:06:19Z"), status: "closed" },
            { id: 67, customer_id: 156, issue: "invoice", created_at: new Date("2021-03-12T11:55:06Z"), status: "pending" },
            { id: 68, customer_id: 87, issue: "damage update", created_at: new Date("2022-02-22T13:14:25Z"), status: "closed" },
            { id: 69, customer_id: 274, issue: "resolution", created_at: new Date("2022-06-29T15:42:52Z"), status: "closed" },
            { id: 70, customer_id: 111, issue: "priority notification feedback", created_at: new Date("2022-10-09T15:27:16Z"), status: "closed" },
            { id: 71, customer_id: 241, issue: "shipment policy assistance", created_at: new Date("2023-09-24T12:30:56Z"), status: "pending" },
            { id: 72, customer_id: 102, issue: "ticket support", created_at: new Date("2022-11-05T20:05:03Z"), status: "closed" },
            { id: 73, customer_id: 104, issue: "claim invoice", created_at: new Date("2023-11-26T13:42:08Z"), status: "closed" },
            { id: 74, customer_id: 36, issue: "scheduling communication", created_at: new Date("2023-02-08T12:27:54Z"), status: "closed" },
            { id: 75, customer_id: 93, issue: "refund tracking scheduling", created_at: new Date("2021-06-19T10:15:04Z"), status: "open" },
            { id: 76, customer_id: 88, issue: null, created_at: new Date("2023-04-13T06:58:47Z"), status: "pending" },
            { id: 77, customer_id: 205, issue: null, created_at: new Date("2022-09-26T18:24:03Z"), status: "pending" },
            { id: 78, customer_id: 75, issue: "scheduling", created_at: new Date("2021-07-06T12:35:07Z"), status: "pending" },
            { id: 79, customer_id: 71, issue: "pickup request information", created_at: new Date("2022-12-07T16:15:40Z"), status: "closed" },
            { id: 80, customer_id: 275, issue: "assistance", created_at: new Date("2022-08-10T15:55:30Z"), status: "closed" },
            { id: 81, customer_id: 154, issue: "route", created_at: new Date("2022-05-11T17:12:07Z"), status: "closed" },
            { id: 82, customer_id: 161, issue: "missing", created_at: new Date("2023-05-12T13:11:39Z"), status: "closed" },
            { id: 83, customer_id: 255, issue: "confirmation procedure support", created_at: new Date("2023-04-17T10:42:02Z"), status: "closed" },
            { id: 84, customer_id: 11, issue: "logistics resolution", created_at: new Date("2021-03-17T09:03:41Z"), status: "closed" },
            { id: 85, customer_id: 294, issue: "delivery", created_at: new Date("2023-04-27T11:18:52Z"), status: "closed" },
            { id: 86, customer_id: 210, issue: null, created_at: new Date("2022-03-13T13:15:22Z"), status: "pending" },
            { id: 87, customer_id: 221, issue: "resolution priority", created_at: new Date("2021-11-19T10:50:22Z"), status: "closed" },
            { id: 88, customer_id: 10, issue: null, created_at: new Date("2021-05-12T11:27:13Z"), status: "closed" },
            { id: 89, customer_id: 22, issue: "service", created_at: new Date("2023-04-30T17:38:11Z"), status: "pending" },
            { id: 90, customer_id: 85, issue: "assistance case response", created_at: new Date("2021-04-02T17:23:15Z"), status: "closed" },
            { id: 91, customer_id: 150, issue: "notification", created_at: new Date("2023-01-21T20:14:45Z"), status: "closed" },
            { id: 92, customer_id: 66, issue: "logistics", created_at: new Date("2023-04-21T12:41:01Z"), status: "closed" },
            { id: 93, customer_id: 169, issue: "solution schedule communication", created_at: new Date("2021-04-02T16:49:21Z"), status: "closed" },
            { id: 94, customer_id: 129, issue: "claim schedule", created_at: new Date("2022-01-18T09:59:26Z"), status: "closed" },
            { id: 95, customer_id: 87, issue: "process assistance", created_at: new Date("2022-06-15T08:20:18Z"), status: "pending" },
            { id: 96, customer_id: 276, issue: "dispatch", created_at: new Date("2023-09-15T12:06:43Z"), status: "closed" },
            { id: 97, customer_id: 294, issue: "customer", created_at: new Date("2021-09-16T01:44:58Z"), status: "closed" },
            { id: 98, customer_id: 39, issue: "customer", created_at: new Date("2021-08-03T10:50:19Z"), status: "pending" },
            { id: 99, customer_id: 169, issue: "issue update", created_at: new Date("2021-08-29T15:34:21Z"), status: "closed" },
            { id: 100, customer_id: 241, issue: "priority update", created_at: new Date("2021-12-28T10:28:43Z"), status: "closed" },
        ],
    });
}

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