// Culinary Experience Tracker (culinary-experience-tracker) 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: "Emma Becker", email: "emma.becker@example.org", phone: "+1-713-555-0145", city: "Taipei" },
            { id: 2, full_name: "Sofia Kowalski", email: "sofia.kowalski@example.net", phone: "+1-713-555-0116", city: "Budapest" },
            { id: 3, full_name: "Lucas Ruiz", email: "lucas.ruiz@example.org", phone: "+1-303-555-0102", city: "Cape Town" },
            { id: 4, full_name: "Hana Tanaka", email: "hana.tanaka@example.org", phone: "+1-917-555-0129", city: "Istanbul" },
            { id: 5, full_name: "Sam Schneider", email: "sam.schneider@example.com", phone: "+1-612-555-0174", city: "Amsterdam" },
            { id: 6, full_name: "Ruby Diaz", email: "ruby.diaz@example.com", phone: "+1-972-555-0112", city: "Milan" },
            { id: 7, full_name: "Marco Ali", email: "marco.ali@example.net", phone: "+1-214-555-0160", city: "Melbourne" },
            { id: 8, full_name: "Sofia Kowalski", email: "sofia.kowalski@example.org", phone: "+1-469-555-0181", city: "Taipei" },
            { id: 9, full_name: "Arjun Dubois", email: "arjun.dubois@example.com", phone: "+1-713-555-0119", city: "Oslo" },
            { id: 10, full_name: "Jack Diaz", email: "jack.diaz@example.com", phone: "+1-202-555-0101", city: "Izmir" },
            { id: 11, full_name: "Ruby Murphy", email: "ruby.murphy@example.net", phone: "+1-778-555-0113", city: "Hamburg" },
            { id: 12, full_name: "Grace Miller", email: "grace.miller@example.net", phone: "+1-972-555-0150", city: "Cairo" },
            { id: 13, full_name: "Diego Andersen", email: "diego.andersen@example.org", phone: "+1-512-555-0153", city: "Toronto" },
            { id: 14, full_name: "James Lee", email: "james.lee@example.net", phone: "+1-303-555-0116", city: "Stockholm" },
            { id: 15, full_name: "Nadia Sato", email: "nadia.sato@example.com", phone: "+1-604-555-0106", city: "Porto" },
            { id: 16, full_name: "Amir Kim", email: "amir.kim@example.net", phone: "+1-972-555-0129", city: "Vancouver" },
            { id: 17, full_name: "Maria Young", email: "maria.young@example.net", phone: "+1-503-555-0171", city: "Amsterdam" },
            { id: 18, full_name: "Ana Hassan", email: "ana.hassan@example.com", phone: "+1-469-555-0176", city: "San Diego" },
            { id: 19, full_name: "Andre Larsen", email: "andre.larsen@example.net", phone: "+1-512-555-0183", city: "Seattle" },
            { id: 20, full_name: "Theo Yilmaz", email: "theo.yilmaz@example.net", phone: "+1-604-555-0124", city: "Boston" },
            { id: 21, full_name: "Liam Oliveira", email: "liam.oliveira@example.com", phone: "+1-604-555-0111", city: "Izmir" },
            { id: 22, full_name: "Zoe Oliveira", email: "zoe.oliveira@example.com", phone: "+1-303-555-0171", city: "Milan" },
            { id: 23, full_name: "Andre Taylor", email: "andre.taylor@example.org", phone: "+1-312-555-0117", city: "Cairo" },
            { id: 24, full_name: "Julia Brown", email: "julia.brown@example.org", phone: "+1-713-555-0165", city: "Cairo" },
            { id: 25, full_name: "Zara Hughes", email: "zara.hughes@example.org", phone: "+1-778-555-0192", city: "Rome" },
            { id: 26, full_name: "Diego Lopez", email: "diego.lopez@example.com", phone: "+1-905-555-0148", city: "Seoul" },
            { id: 27, full_name: "Mia Sousa", email: "mia.sousa@example.org", phone: "+1-713-555-0181", city: "Brussels" },
            { id: 28, full_name: "Yusuf Hughes", email: "yusuf.hughes@example.com", phone: "+1-612-555-0102", city: "Milan" },
            { id: 29, full_name: "Rafael Gomez", email: "rafael.gomez@example.net", phone: "+1-857-555-0157", city: "Athens" },
            { id: 30, full_name: "Karim Johnson", email: "karim.johnson@example.net", phone: "+1-612-555-0191", city: "Montreal" },
            { id: 31, full_name: "Anna Lee", email: "anna.lee@example.net", phone: "+1-857-555-0179", city: "Bucharest" },
            { id: 32, full_name: "Carlos Wright", email: "carlos.wright@example.net", phone: "+1-469-555-0180", city: "Toronto" },
            { id: 33, full_name: "Karim Park", email: "karim.park@example.com", phone: "+1-917-555-0140", city: "Mexico City" },
            { id: 34, full_name: "Hannah Lopez", email: "hannah.lopez@example.com", phone: "+1-857-555-0147", city: "Vienna" },
            { id: 35, full_name: "Zoe Young", email: "zoe.young@example.net", phone: "+1-404-555-0136", city: "Boston" },
            { id: 36, full_name: "Nadia Nguyen", email: "nadia.nguyen@example.org", phone: "+1-778-555-0146", city: "Tokyo" },
            { id: 37, full_name: "Zara Wright", email: "zara.wright@example.org", phone: "+1-503-555-0118", city: "Dublin" },
            { id: 38, full_name: "Elena Fischer", email: "elena.fischer@example.net", phone: "+1-604-555-0172", city: "Auckland" },
            { id: 39, full_name: "Selin Sato", email: "selin.sato@example.org", phone: "+1-212-555-0146", city: "Hamburg" },
            { id: 40, full_name: "Carla Ibrahim", email: "carla.ibrahim@example.org", phone: "+1-469-555-0186", city: "Mexico City" },
            { id: 41, full_name: "Ana Kowalski", email: "ana.kowalski@example.org", phone: "+1-312-555-0132", city: "Porto" },
            { id: 42, full_name: "Omar Shah", email: "omar.shah@example.com", phone: "+1-214-555-0115", city: "Nairobi" },
            { id: 43, full_name: "Tariq Johnson", email: "tariq.johnson@example.net", phone: "+1-415-555-0140", city: "Warsaw" },
            { id: 44, full_name: "Mila Pereira", email: "mila.pereira@example.com", phone: "+1-404-555-0188", city: "Kyoto" },
            { id: 45, full_name: "Chen Nguyen", email: "chen.nguyen@example.com", phone: "+1-612-555-0147", city: "Edinburgh" },
            { id: 46, full_name: "Uma Weber", email: "uma.weber@example.com", phone: "+1-801-555-0116", city: "Oslo" },
            { id: 47, full_name: "Maria Zhang", email: "maria.zhang@example.com", phone: "+1-503-555-0146", city: "Manchester" },
            { id: 48, full_name: "Omar Ruiz", email: "omar.ruiz@example.org", phone: "+1-905-555-0134", city: "Milan" },
            { id: 49, full_name: "Karim Torres", email: "karim.torres@example.org", phone: "+1-214-555-0168", city: "San Diego" },
            { id: 50, full_name: "Deniz Jensen", email: "deniz.jensen@example.net", phone: "+1-404-555-0119", city: "Vancouver" },
            { id: 51, full_name: "Jack Miller", email: "jack.miller@example.com", phone: "+1-702-555-0164", city: "Dublin" },
            { id: 52, full_name: "Maria Wang", email: "maria.wang@example.org", phone: "+1-214-555-0165", city: "Toronto" },
            { id: 53, full_name: "Elena Ruiz", email: "elena.ruiz@example.net", phone: "+1-604-555-0165", city: "Zurich" },
            { id: 54, full_name: "Paula Kim", email: "paula.kim@example.com", phone: "+1-917-555-0187", city: "Sydney" },
            { id: 55, full_name: "Anna Rossi", email: "anna.rossi@example.com", phone: "+1-213-555-0182", city: "Bogota" },
            { id: 56, full_name: "Rafael Vargas", email: "rafael.vargas@example.net", phone: "+1-303-555-0182", city: "Madrid" },
            { id: 57, full_name: "Yara Novak", email: "yara.novak@example.net", phone: "+1-702-555-0191", city: "Cape Town" },
            { id: 58, full_name: "Ines Taylor", email: "ines.taylor@example.net", phone: "+1-604-555-0112", city: "Hamburg" },
            { id: 59, full_name: "Hugo Baker", email: "hugo.baker@example.com", phone: "+1-713-555-0180", city: "Barcelona" },
            { id: 60, full_name: "Tariq Hassan", email: "tariq.hassan@example.com", phone: "+1-503-555-0183", city: "Manila" },
            { id: 61, full_name: "Sam Diaz", email: "sam.diaz@example.com", phone: "+1-857-555-0151", city: "Ankara" },
            { id: 62, full_name: "Marco Smith", email: "marco.smith@example.org", phone: "+1-905-555-0123", city: "Munich" },
            { id: 63, full_name: "Jack Andersen", email: "jack.andersen@example.com", phone: "+1-512-555-0102", city: "Amsterdam" },
            { id: 64, full_name: "Hana Jansen", email: "hana.jansen@example.com", phone: "+1-415-555-0196", city: "Barcelona" },
            { id: 65, full_name: "Daniel Wang", email: "daniel.wang@example.net", phone: "+1-612-555-0132", city: "Manchester" },
            { id: 66, full_name: "Carla Wilson", email: "carla.wilson@example.net", phone: "+1-617-555-0121", city: "Sydney" },
            { id: 67, full_name: "David Tanaka", email: "david.tanaka@example.org", phone: "+1-212-555-0170", city: "Milan" },
            { id: 68, full_name: "Lucas Miller", email: "lucas.miller@example.org", phone: "+1-415-555-0140", city: "Bangkok" },
            { id: 69, full_name: "Paula Ali", email: "paula.ali@example.net", phone: "+1-604-555-0129", city: "London" },
            { id: 70, full_name: "Kai Lopez", email: "kai.lopez@example.net", phone: "+1-212-555-0170", city: "Jakarta" },
            { id: 71, full_name: "Jack Chen", email: "jack.chen@example.net", phone: "+1-213-555-0148", city: "London" },
            { id: 72, full_name: "Lina Hassan", email: "lina.hassan@example.org", phone: "+1-303-555-0185", city: "Sydney" },
            { id: 73, full_name: "Emma Chen", email: "emma.chen@example.org", phone: "+1-905-555-0135", city: "Jakarta" },
            { id: 74, full_name: "Diego Pereira", email: "diego.pereira@example.com", phone: "+1-214-555-0184", city: "Edinburgh" },
            { id: 75, full_name: "Chen Vargas", email: "chen.vargas@example.com", phone: "+1-415-555-0149", city: "Taipei" },
            { id: 76, full_name: "David Davis", email: "david.davis@example.com", phone: "+1-202-555-0173", city: "Auckland" },
            { id: 77, full_name: "Elena Kaya", email: "elena.kaya@example.net", phone: "+1-214-555-0167", city: "Berlin" },
            { id: 78, full_name: "Amir Castro", email: "amir.castro@example.net", phone: "+1-612-555-0171", city: "Dublin" },
            { id: 79, full_name: "Marco Gomez", email: "marco.gomez@example.org", phone: "+1-213-555-0152", city: "Auckland" },
            { id: 80, full_name: "Rafael Wilson", email: "rafael.wilson@example.com", phone: "+1-801-555-0149", city: "San Diego" },
            { id: 81, full_name: "David Larsen", email: "david.larsen@example.com", phone: "+1-857-555-0198", city: "London" },
            { id: 82, full_name: "Yusuf Sato", email: "yusuf.sato@example.net", phone: "+1-312-555-0141", city: "Taipei" },
            { id: 83, full_name: "Daniel Evans", email: "daniel.evans@example.net", phone: "+1-503-555-0120", city: "Copenhagen" },
            { id: 84, full_name: "Yusuf Walker", email: "yusuf.walker@example.org", phone: "+1-503-555-0159", city: "Lima" },
            { id: 85, full_name: "Mei Bennett", email: "mei.bennett@example.com", phone: "+1-214-555-0127", city: "Montreal" },
            { id: 86, full_name: "Rafael Baker", email: "rafael.baker@example.net", phone: "+1-305-555-0158", city: "Lisbon" },
            { id: 87, full_name: "Mila Becker", email: "mila.becker@example.com", phone: "+1-202-555-0118", city: "London" },
            { id: 88, full_name: "Isaac Sato", email: "isaac.sato@example.com", phone: "+1-214-555-0111", city: "Cairo" },
            { id: 89, full_name: "Andre Bennett", email: "andre.bennett@example.net", phone: "+1-503-555-0156", city: "Warsaw" },
            { id: 90, full_name: "Felix Johnson", email: "felix.johnson@example.net", phone: "+1-469-555-0112", city: "Bucharest" },
            { id: 91, full_name: "Lena Nguyen", email: "lena.nguyen@example.net", phone: "+1-202-555-0182", city: "Rome" },
            { id: 92, full_name: "Karim Baker", email: "karim.baker@example.org", phone: "+1-416-555-0120", city: "Buenos Aires" },
            { id: 93, full_name: "Mia Cruz", email: "mia.cruz@example.com", phone: "+1-404-555-0149", city: "Vancouver" },
            { id: 94, full_name: "Hana Bauer", email: "hana.bauer@example.org", phone: "+1-312-555-0105", city: "Seattle" },
            { id: 95, full_name: "Maria Bennett", email: "maria.bennett@example.com", phone: "+1-617-555-0160", city: "Rome" },
            { id: 96, full_name: "Elif Kim", email: "elif.kim@example.com", phone: "+1-416-555-0120", city: "Stockholm" },
            { id: 97, full_name: "Isaac Kaya", email: "isaac.kaya@example.org", phone: "+1-604-555-0109", city: "Toronto" },
            { id: 98, full_name: "David Singh", email: "david.singh@example.org", phone: "+1-857-555-0100", city: "Chicago" },
            { id: 99, full_name: "Felix Schmidt", email: "felix.schmidt@example.org", phone: "+1-905-555-0112", city: "Bangkok" },
            { id: 100, full_name: "Mila Kaya", email: "mila.kaya@example.net", phone: "+1-702-555-0122", city: "Seoul" },
            { id: 101, full_name: "Olivia Andersen", email: "olivia.andersen@example.net", phone: "+1-857-555-0193", city: "Istanbul" },
            { id: 102, full_name: "Grace Becker", email: "grace.becker@example.com", phone: "+1-713-555-0171", city: "Istanbul" },
            { id: 103, full_name: "Ben Pereira", email: "ben.pereira@example.com", phone: "+1-972-555-0189", city: "Lima" },
            { id: 104, full_name: "Anna Sousa", email: "anna.sousa@example.com", phone: "+1-778-555-0181", city: "Bogota" },
            { id: 105, full_name: "Selin Mendes", email: "selin.mendes@example.com", phone: "+1-202-555-0178", city: "Boston" },
            { id: 106, full_name: "Alice Cruz", email: "alice.cruz@example.com", phone: "+1-512-555-0107", city: "Bogota" },
            { id: 107, full_name: "Amir Hoffmann", email: "amir.hoffmann@example.com", phone: "+1-469-555-0175", city: "Cape Town" },
            { id: 108, full_name: "Marco Garcia", email: "marco.garcia@example.net", phone: "+1-857-555-0155", city: "Manila" },
            { id: 109, full_name: "Maja Adams", email: "maja.adams@example.net", phone: "+1-702-555-0173", city: "Berlin" },
            { id: 110, full_name: "Ben Flores", email: "ben.flores@example.com", phone: "+1-917-555-0105", city: "Berlin" },
            { id: 111, full_name: "Julia Wagner", email: "julia.wagner@example.com", phone: "+1-214-555-0123", city: "Ankara" },
            { id: 112, full_name: "Zara Oliveira", email: "zara.oliveira@example.com", phone: "+1-404-555-0180", city: "Jakarta" },
            { id: 113, full_name: "Uma Larsen", email: "uma.larsen@example.net", phone: "+1-469-555-0156", city: "Manchester" },
            { id: 114, full_name: "Laura Brown", email: "laura.brown@example.com", phone: "+1-212-555-0151", city: "Lisbon" },
            { id: 115, full_name: "Maja Schmidt", email: "maja.schmidt@example.org", phone: "+1-212-555-0166", city: "Mumbai" },
            { id: 116, full_name: "Leo Pereira", email: "leo.pereira@example.com", phone: "+1-617-555-0177", city: "Melbourne" },
            { id: 117, full_name: "David Patel", email: "david.patel@example.net", phone: "+1-917-555-0182", city: "Rome" },
            { id: 118, full_name: "Jack Park", email: "jack.park@example.net", phone: "+1-612-555-0142", city: "Lagos" },
            { id: 119, full_name: "Carlos Bauer", email: "carlos.bauer@example.net", phone: "+1-905-555-0170", city: "Izmir" },
            { id: 120, full_name: "Amir Lopez", email: "amir.lopez@example.com", phone: "+1-214-555-0162", city: "Barcelona" },
            { id: 121, full_name: "Mohamed Wagner", email: "mohamed.wagner@example.com", phone: "+1-604-555-0162", city: "Stockholm" },
            { id: 122, full_name: "James Mendes", email: "james.mendes@example.com", phone: "+1-303-555-0133", city: "Lagos" },
            { id: 123, full_name: "Mohamed Cruz", email: "mohamed.cruz@example.net", phone: "+1-469-555-0153", city: "Mumbai" },
            { id: 124, full_name: "Arjun Diaz", email: "arjun.diaz@example.org", phone: "+1-214-555-0113", city: "Prague" },
            { id: 125, full_name: "James Evans", email: "james.evans@example.net", phone: "+1-801-555-0126", city: "Seattle" },
            { id: 126, full_name: "Emma Dubois", email: "emma.dubois@example.net", phone: "+1-972-555-0133", city: "Bucharest" },
            { id: 127, full_name: "Tariq Davis", email: "tariq.davis@example.com", phone: "+1-469-555-0179", city: "Lisbon" },
            { id: 128, full_name: "Tomas Schneider", email: "tomas.schneider@example.org", phone: "+1-312-555-0110", city: "Lisbon" },
            { id: 129, full_name: "Emma Wang", email: "emma.wang@example.net", phone: "+1-214-555-0196", city: "Berlin" },
            { id: 130, full_name: "Emma Young", email: "emma.young@example.org", phone: "+1-415-555-0125", city: "Stockholm" },
            { id: 131, full_name: "Omar Kim", email: "omar.kim@example.org", phone: "+1-778-555-0151", city: "Warsaw" },
            { id: 132, full_name: "Amir Rossi", email: "amir.rossi@example.net", phone: "+1-312-555-0131", city: "Madrid" },
            { id: 133, full_name: "Jonas Hansen", email: "jonas.hansen@example.org", phone: "+1-503-555-0186", city: "Rome" },
            { id: 134, full_name: "Emma Diaz", email: "emma.diaz@example.org", phone: "+1-303-555-0181", city: "Lisbon" },
            { id: 135, full_name: "Andre Kowalski", email: "andre.kowalski@example.com", phone: "+1-202-555-0199", city: "Warsaw" },
            { id: 136, full_name: "Lucas Wang", email: "lucas.wang@example.org", phone: "+1-713-555-0112", city: "Istanbul" },
            { id: 137, full_name: "Mila Diaz", email: "mila.diaz@example.net", phone: "+1-617-555-0124", city: "Bogota" },
            { id: 138, full_name: "Theo Tanaka", email: "theo.tanaka@example.net", phone: "+1-612-555-0111", city: "Athens" },
            { id: 139, full_name: "Rafael Johnson", email: "rafael.johnson@example.org", phone: "+1-469-555-0138", city: "Santiago" },
            { id: 140, full_name: "Yara Vargas", email: "yara.vargas@example.org", phone: "+1-713-555-0108", city: "Kyoto" },
            { id: 141, full_name: "Fatima Costa", email: "fatima.costa@example.net", phone: "+1-404-555-0192", city: "Vancouver" },
            { id: 142, full_name: "Chloe Dubois", email: "chloe.dubois@example.net", phone: "+1-416-555-0152", city: "Madrid" },
            { id: 143, full_name: "Maria Miller", email: "maria.miller@example.com", phone: "+1-213-555-0117", city: "Paris" },
            { id: 144, full_name: "Mateo Davis", email: "mateo.davis@example.org", phone: "+1-905-555-0161", city: "Izmir" },
            { id: 145, full_name: "Carla Taylor", email: "carla.taylor@example.net", phone: "+1-416-555-0107", city: "Zurich" },
            { id: 146, full_name: "Maya Ali", email: "maya.ali@example.com", phone: "+1-857-555-0143", city: "Ankara" },
            { id: 147, full_name: "Hana Silva", email: "hana.silva@example.net", phone: "+1-303-555-0183", city: "Amsterdam" },
            { id: 148, full_name: "Arjun Dubois", email: "arjun.dubois@example.com", phone: "+1-312-555-0115", city: "Delhi" },
            { id: 149, full_name: "Maya Chen", email: "maya.chen@example.org", phone: "+1-702-555-0184", city: "Rome" },
            { id: 150, full_name: "Lina Wright", email: "lina.wright@example.com", phone: "+1-202-555-0107", city: "Denver" },
            { id: 151, full_name: "Yara Sato", email: "yara.sato@example.com", phone: "+1-612-555-0149", city: "Melbourne" },
            { id: 152, full_name: "Ines Mendes", email: "ines.mendes@example.net", phone: "+1-503-555-0195", city: "Vancouver" },
            { id: 153, full_name: "Ines Hassan", email: "ines.hassan@example.com", phone: "+1-404-555-0101", city: "Hamburg" },
            { id: 154, full_name: "Diego Schneider", email: "diego.schneider@example.com", phone: "+1-213-555-0178", city: "Warsaw" },
            { id: 155, full_name: "Nadia Ibrahim", email: "nadia.ibrahim@example.net", phone: "+1-713-555-0105", city: "Barcelona" },
            { id: 156, full_name: "Noah Kaya", email: "noah.kaya@example.com", phone: "+1-857-555-0120", city: "Edinburgh" },
            { id: 157, full_name: "Noah Schneider", email: "noah.schneider@example.net", phone: "+1-612-555-0176", city: "Nairobi" },
            { id: 158, full_name: "Ben Johnson", email: "ben.johnson@example.com", phone: "+1-303-555-0166", city: "Istanbul" },
            { id: 159, full_name: "Leo Taylor", email: "leo.taylor@example.org", phone: "+1-469-555-0130", city: "Edinburgh" },
            { id: 160, full_name: "Mohamed Lopez", email: "mohamed.lopez@example.net", phone: "+1-612-555-0114", city: "Tokyo" },
            { id: 161, full_name: "Deniz Wilson", email: "deniz.wilson@example.com", phone: "+1-612-555-0193", city: "Sydney" },
            { id: 162, full_name: "Amir Gupta", email: "amir.gupta@example.net", phone: "+1-415-555-0134", city: "Melbourne" },
            { id: 163, full_name: "Selin Costa", email: "selin.costa@example.com", phone: "+1-917-555-0197", city: "Toronto" },
            { id: 164, full_name: "Ibrahim Andersen", email: "ibrahim.andersen@example.com", phone: "+1-617-555-0121", city: "Munich" },
            { id: 165, full_name: "Sara Garcia", email: "sara.garcia@example.org", phone: "+1-917-555-0174", city: "Montreal" },
            { id: 166, full_name: "Diego Bennett", email: "diego.bennett@example.com", phone: "+1-202-555-0160", city: "Lima" },
            { id: 167, full_name: "Chen Walker", email: "chen.walker@example.com", phone: "+1-213-555-0128", city: "Jakarta" },
            { id: 168, full_name: "Alice Park", email: "alice.park@example.com", phone: "+1-972-555-0109", city: "Dublin" },
            { id: 169, full_name: "Pedro Kim", email: "pedro.kim@example.net", phone: "+1-469-555-0162", city: "Munich" },
            { id: 170, full_name: "Paula Clark", email: "paula.clark@example.net", phone: "+1-303-555-0199", city: "Delhi" },
            { id: 171, full_name: "Mia Sousa", email: "mia.sousa@example.com", phone: "+1-404-555-0197", city: "Istanbul" },
            { id: 172, full_name: "Ibrahim Andersen", email: "ibrahim.andersen@example.org", phone: "+1-905-555-0167", city: "Kyoto" },
            { id: 173, full_name: "Ana Walker", email: "ana.walker@example.com", phone: "+1-305-555-0173", city: "Delhi" },
            { id: 174, full_name: "Omar Khan", email: "omar.khan@example.net", phone: "+1-801-555-0111", city: "Tokyo" },
            { id: 175, full_name: "Ines Bauer", email: "ines.bauer@example.com", phone: "+1-801-555-0186", city: "Bangkok" },
            { id: 176, full_name: "Ruby Kim", email: "ruby.kim@example.net", phone: "+1-778-555-0191", city: "Hamburg" },
            { id: 177, full_name: "Sam Johnson", email: "sam.johnson@example.com", phone: "+1-702-555-0122", city: "Cape Town" },
            { id: 178, full_name: "Ben Garcia", email: "ben.garcia@example.org", phone: "+1-917-555-0126", city: "Munich" },
            { id: 179, full_name: "Noah Lee", email: "noah.lee@example.org", phone: "+1-212-555-0170", city: "Istanbul" },
            { id: 180, full_name: "Sam Smith", email: "sam.smith@example.org", phone: "+1-778-555-0168", city: "Boston" },
            { id: 181, full_name: "Priya Yilmaz", email: "priya.yilmaz@example.net", phone: "+1-202-555-0124", city: "Seoul" },
            { id: 182, full_name: "Marco Andersen", email: "marco.andersen@example.com", phone: "+1-214-555-0177", city: "Berlin" },
            { id: 183, full_name: "Sofia Shah", email: "sofia.shah@example.net", phone: "+1-778-555-0108", city: "Denver" },
            { id: 184, full_name: "Jonas Martin", email: "jonas.martin@example.com", phone: "+1-312-555-0126", city: "Mexico City" },
            { id: 185, full_name: "Leo Wagner", email: "leo.wagner@example.org", phone: "+1-972-555-0193", city: "Kyoto" },
            { id: 186, full_name: "David Cruz", email: "david.cruz@example.org", phone: "+1-303-555-0171", city: "Mumbai" },
            { id: 187, full_name: "Hannah Weber", email: "hannah.weber@example.com", phone: "+1-905-555-0192", city: "Sao Paulo" },
            { id: 188, full_name: "Lena Meyer", email: "lena.meyer@example.net", phone: "+1-303-555-0175", city: "Toronto" },
            { id: 189, full_name: "Maja Reyes", email: "maja.reyes@example.com", phone: "+1-612-555-0169", city: "Paris" },
            { id: 190, full_name: "Arjun Taylor", email: "arjun.taylor@example.net", phone: "+1-202-555-0153", city: "Vienna" },
            { id: 191, full_name: "Grace Ibrahim", email: "grace.ibrahim@example.com", phone: "+1-713-555-0185", city: "Oslo" },
            { id: 192, full_name: "Lena Gomez", email: "lena.gomez@example.com", phone: "+1-212-555-0146", city: "Zurich" },
            { id: 193, full_name: "Emma Lopez", email: "emma.lopez@example.net", phone: "+1-202-555-0145", city: "Nairobi" },
            { id: 194, full_name: "Oscar Jensen", email: "oscar.jensen@example.com", phone: "+1-404-555-0179", city: "Manchester" },
            { id: 195, full_name: "Kai Kumar", email: "kai.kumar@example.com", phone: "+1-404-555-0106", city: "Sydney" },
            { id: 196, full_name: "Jonas Walker", email: "jonas.walker@example.net", phone: "+1-503-555-0187", city: "Helsinki" },
            { id: 197, full_name: "Priya Smith", email: "priya.smith@example.com", phone: "+1-416-555-0167", city: "Delhi" },
            { id: 198, full_name: "Mei Park", email: "mei.park@example.com", phone: "+1-905-555-0154", city: "Boston" },
            { id: 199, full_name: "Omar Schmidt", email: "omar.schmidt@example.net", phone: "+1-713-555-0193", city: "Zurich" },
            { id: 200, full_name: "Ben Kim", email: "ben.kim@example.com", phone: "+1-312-555-0123", city: "Lyon" },
        ],
    });
    await prisma.restaurants.createMany({
        data: [
            { id: 1, name: "kitchen pub bakehouse", cuisine_type: "Italian", location: "Singapore" },
            { id: 2, name: "supperclub dining bakery", cuisine_type: "Chinese", location: "Montreal" },
            { id: 3, name: "kitchen saloon market", cuisine_type: "Italian", location: "Cairo" },
            { id: 4, name: "cafe eatery", cuisine_type: "Chinese", location: "Munich" },
            { id: 5, name: "market kitchen", cuisine_type: "Italian", location: "Rome" },
            { id: 6, name: "grill", cuisine_type: "Indian", location: "Cape Town" },
            { id: 7, name: "grill cuisine", cuisine_type: "Italian", location: "Seattle" },
            { id: 8, name: "tavern pizzeria bakery", cuisine_type: "Chinese", location: "Ankara" },
            { id: 9, name: "market dining", cuisine_type: "Italian", location: "Delhi" },
            { id: 10, name: "foodhall kitchen tapas", cuisine_type: "Mexican", location: "Istanbul" },
            { id: 11, name: "tavern cuisine tapas", cuisine_type: "Indian", location: "Boston" },
            { id: 12, name: "steakhouse eatery", cuisine_type: "Chinese", location: "Austin" },
            { id: 13, name: "dining", cuisine_type: "Italian", location: "Amsterdam" },
            { id: 14, name: "pub saloon", cuisine_type: "Italian", location: "Bogota" },
            { id: 15, name: "bistro steakhouse", cuisine_type: "Chinese", location: "Porto" },
            { id: 16, name: "tavern steakhouse", cuisine_type: "Italian", location: "Munich" },
            { id: 17, name: "kitchen", cuisine_type: "Chinese", location: "Copenhagen" },
            { id: 18, name: "bakery", cuisine_type: "Italian", location: "Prague" },
            { id: 19, name: "tapas supperclub bakery", cuisine_type: "Italian", location: "Stockholm" },
            { id: 20, name: "tapas", cuisine_type: "Indian", location: "Mexico City" },
            { id: 21, name: "brasserie deli", cuisine_type: "Chinese", location: "Denver" },
            { id: 22, name: "steakhouse pizzeria", cuisine_type: "Indian", location: "Porto" },
            { id: 23, name: "pub", cuisine_type: "Italian", location: "Boston" },
            { id: 24, name: "pizzeria", cuisine_type: "Chinese", location: "Singapore" },
            { id: 25, name: "bistro", cuisine_type: "American", location: "Mexico City" },
            { id: 26, name: "bakehouse bistro foodhall", cuisine_type: "American", location: "Boston" },
            { id: 27, name: "bakery", cuisine_type: "Chinese", location: "Bucharest" },
            { id: 28, name: "deli supperclub foodhall", cuisine_type: "Italian", location: "Izmir" },
            { id: 29, name: "grill dining market", cuisine_type: "Mexican", location: "Taipei" },
            { id: 30, name: "brasserie dining deli", cuisine_type: "Mexican", location: "Warsaw" },
            { id: 31, name: "market grill", cuisine_type: "Italian", location: "Bogota" },
            { id: 32, name: "eatery foodhall kitchen", cuisine_type: "Italian", location: "Bogota" },
            { id: 33, name: "bakery", cuisine_type: "Mexican", location: "Mumbai" },
            { id: 34, name: "brasserie market", cuisine_type: "Italian", location: "Seattle" },
            { id: 35, name: "foodhall", cuisine_type: "Mexican", location: "Sydney" },
            { id: 36, name: "steakhouse", cuisine_type: "Mexican", location: "Austin" },
            { id: 37, name: "cafe", cuisine_type: "Italian", location: "Seoul" },
            { id: 38, name: "pub bakery", cuisine_type: "Italian", location: "Manchester" },
            { id: 39, name: "cafe foodhall market", cuisine_type: "Chinese", location: "Izmir" },
            { id: 40, name: "pizzeria bistro", cuisine_type: "Chinese", location: "Hamburg" },
            { id: 41, name: "steakhouse", cuisine_type: "Chinese", location: "Athens" },
            { id: 42, name: "eatery", cuisine_type: "American", location: "Paris" },
            { id: 43, name: "bakery", cuisine_type: "Chinese", location: "Boston" },
            { id: 44, name: "dining", cuisine_type: "Chinese", location: "Toronto" },
            { id: 45, name: "bistro foodhall pub", cuisine_type: "Italian", location: "Milan" },
            { id: 46, name: "brasserie steakhouse", cuisine_type: "Chinese", location: "Bogota" },
            { id: 47, name: "cafe tapas bistro", cuisine_type: "Mexican", location: "Lisbon" },
            { id: 48, name: "foodhall", cuisine_type: "Chinese", location: "Delhi" },
            { id: 49, name: "bakery saloon steakhouse", cuisine_type: "American", location: "Bucharest" },
            { id: 50, name: "tavern bistro steakhouse", cuisine_type: "Mexican", location: "Tokyo" },
            { id: 51, name: "bakehouse pub", cuisine_type: "Mexican", location: "Seoul" },
            { id: 52, name: "eatery cuisine", cuisine_type: "American", location: "Melbourne" },
            { id: 53, name: "kitchen pub tapas", cuisine_type: "Chinese", location: "Mumbai" },
            { id: 54, name: "bistro brasserie", cuisine_type: "Mexican", location: "Cairo" },
            { id: 55, name: "bakery tapas steakhouse", cuisine_type: "Mexican", location: "Lyon" },
            { id: 56, name: "bistro bakery deli", cuisine_type: "Italian", location: "Vancouver" },
            { id: 57, name: "bakery pub steakhouse", cuisine_type: "Indian", location: "Seoul" },
            { id: 58, name: "pub", cuisine_type: "Chinese", location: "Oslo" },
            { id: 59, name: "kitchen", cuisine_type: "Chinese", location: "Barcelona" },
            { id: 60, name: "grill bakehouse foodhall", cuisine_type: "Italian", location: "Porto" },
            { id: 61, name: "pizzeria tapas eatery", cuisine_type: "Italian", location: "Chicago" },
            { id: 62, name: "bakehouse pizzeria", cuisine_type: "Chinese", location: "London" },
            { id: 63, name: "brasserie", cuisine_type: "Italian", location: "Edinburgh" },
            { id: 64, name: "grill supperclub tavern", cuisine_type: "Mexican", location: "Manila" },
            { id: 65, name: "eatery deli pizzeria", cuisine_type: "Italian", location: "Denver" },
            { id: 66, name: "pizzeria", cuisine_type: "Italian", location: "Paris" },
            { id: 67, name: "pizzeria dining", cuisine_type: "Italian", location: "Berlin" },
            { id: 68, name: "pub eatery bistro", cuisine_type: "Chinese", location: "Seoul" },
            { id: 69, name: "eatery saloon", cuisine_type: "Italian", location: "Amsterdam" },
            { id: 70, name: "dining brasserie", cuisine_type: "Mexican", location: "Stockholm" },
            { id: 71, name: "tavern", cuisine_type: "Chinese", location: "Lagos" },
            { id: 72, name: "kitchen cafe bistro", cuisine_type: "Mexican", location: "Helsinki" },
            { id: 73, name: "deli kitchen", cuisine_type: "Chinese", location: "Manila" },
            { id: 74, name: "pub", cuisine_type: "Italian", location: "Buenos Aires" },
            { id: 75, name: "pub steakhouse", cuisine_type: "Italian", location: "Manchester" },
            { id: 76, name: "bakery", cuisine_type: "Chinese", location: "Zurich" },
            { id: 77, name: "pub brasserie", cuisine_type: "Mexican", location: "Chicago" },
            { id: 78, name: "supperclub market cafe", cuisine_type: "Indian", location: "Austin" },
            { id: 79, name: "tapas pizzeria", cuisine_type: "Italian", location: "Nairobi" },
            { id: 80, name: "deli grill brasserie", cuisine_type: "American", location: "Izmir" },
            { id: 81, name: "grill supperclub", cuisine_type: "Italian", location: "Madrid" },
            { id: 82, name: "bakehouse tavern cafe", cuisine_type: "Italian", location: "Lagos" },
            { id: 83, name: "bistro market", cuisine_type: "Mexican", location: "Mexico City" },
            { id: 84, name: "tapas pub dining", cuisine_type: "Mexican", location: "Cape Town" },
            { id: 85, name: "eatery deli pub", cuisine_type: "Chinese", location: "Budapest" },
            { id: 86, name: "grill", cuisine_type: "Mexican", location: "London" },
            { id: 87, name: "cuisine foodhall kitchen", cuisine_type: "American", location: "Manchester" },
            { id: 88, name: "tavern", cuisine_type: "Italian", location: "Berlin" },
            { id: 89, name: "market grill brasserie", cuisine_type: "Chinese", location: "Porto" },
            { id: 90, name: "cafe", cuisine_type: "Italian", location: "Paris" },
            { id: 91, name: "bakehouse supperclub", cuisine_type: "Chinese", location: "Buenos Aires" },
            { id: 92, name: "bakehouse", cuisine_type: "Italian", location: "Ankara" },
            { id: 93, name: "market", cuisine_type: "Chinese", location: "Boston" },
            { id: 94, name: "tapas", cuisine_type: "Indian", location: "Zurich" },
            { id: 95, name: "pub tavern market", cuisine_type: "Italian", location: "London" },
            { id: 96, name: "kitchen tapas deli", cuisine_type: "Chinese", location: "Mexico City" },
            { id: 97, name: "dining grill", cuisine_type: "Italian", location: "Mexico City" },
            { id: 98, name: "tavern", cuisine_type: "Italian", location: "Helsinki" },
            { id: 99, name: "tapas saloon bakehouse", cuisine_type: "Italian", location: "Kyoto" },
            { id: 100, name: "cafe cuisine bistro", cuisine_type: "American", location: "Berlin" },
        ],
    });
    await prisma.dish_orders.createMany({
        data: [
            { id: 1, customer_id: 53, restaurant_id: 25, dish_name: "salad wrap", order_date: new Date("2022-04-05T09:49:43Z"), quantity: 6, total_price: "167.54" },
            { id: 2, customer_id: 66, restaurant_id: 49, dish_name: "pasta taco", order_date: new Date("2022-07-13T00:57:01Z"), quantity: 6, total_price: "108.73" },
            { id: 3, customer_id: 39, restaurant_id: 5, dish_name: "sushi", order_date: new Date("2023-12-05T17:26:19Z"), quantity: 6, total_price: "127.91" },
            { id: 4, customer_id: 4, restaurant_id: 53, dish_name: "soup casserole steak", order_date: new Date("2023-03-22T20:29:32Z"), quantity: 6, total_price: "144.92" },
            { id: 5, customer_id: 42, restaurant_id: 43, dish_name: "curry omelette", order_date: new Date("2022-12-29T18:49:36Z"), quantity: 5, total_price: "174.89" },
            { id: 6, customer_id: 80, restaurant_id: 67, dish_name: "steak", order_date: new Date("2022-01-07T11:38:34Z"), quantity: 7, total_price: "51.82" },
            { id: 7, customer_id: 169, restaurant_id: 95, dish_name: "pizza dim-sum", order_date: new Date("2022-10-10T16:10:50Z"), quantity: 5, total_price: "113.13" },
            { id: 8, customer_id: 150, restaurant_id: 50, dish_name: "kebab tart taco", order_date: new Date("2022-09-18T12:38:10Z"), quantity: 6, total_price: "64.65" },
            { id: 9, customer_id: 185, restaurant_id: 58, dish_name: "ceviche burger", order_date: new Date("2023-12-07T19:49:34Z"), quantity: 5, total_price: "7.99" },
            { id: 10, customer_id: 20, restaurant_id: 60, dish_name: "sandwich omelette steak", order_date: new Date("2023-12-21T13:03:39Z"), quantity: 6, total_price: "5.07" },
            { id: 11, customer_id: 61, restaurant_id: 39, dish_name: "salad", order_date: new Date("2023-06-11T21:48:32Z"), quantity: 7, total_price: "32.11" },
            { id: 12, customer_id: 153, restaurant_id: 97, dish_name: "wrap burger tart", order_date: new Date("2022-11-21T11:56:16Z"), quantity: 6, total_price: "6.71" },
            { id: 13, customer_id: 83, restaurant_id: 39, dish_name: "steak", order_date: new Date("2022-07-03T21:35:27Z"), quantity: 7, total_price: "118.37" },
            { id: 14, customer_id: 8, restaurant_id: 20, dish_name: "pasta", order_date: new Date("2023-04-21T00:43:17Z"), quantity: 5, total_price: "17.54" },
            { id: 15, customer_id: 114, restaurant_id: 29, dish_name: "curry sandwich", order_date: new Date("2022-02-11T15:27:46Z"), quantity: 5, total_price: "29.29" },
            { id: 16, customer_id: 170, restaurant_id: 4, dish_name: "sandwich curry", order_date: new Date("2023-01-28T23:15:45Z"), quantity: 6, total_price: "109.32" },
            { id: 17, customer_id: 186, restaurant_id: 22, dish_name: "steak kebab", order_date: new Date("2022-05-10T15:44:57Z"), quantity: 5, total_price: "104.13" },
            { id: 18, customer_id: 137, restaurant_id: 4, dish_name: "risotto", order_date: new Date("2022-02-21T11:31:23Z"), quantity: 5, total_price: "164.76" },
            { id: 19, customer_id: 198, restaurant_id: 1, dish_name: "tart pizza burger", order_date: new Date("2022-09-25T06:07:44Z"), quantity: 5, total_price: "8.82" },
            { id: 20, customer_id: 35, restaurant_id: 44, dish_name: "omelette sushi quiche", order_date: new Date("2023-02-16T20:26:06Z"), quantity: 6, total_price: "126.44" },
            { id: 21, customer_id: 113, restaurant_id: 21, dish_name: "sushi omelette dim-sum", order_date: new Date("2022-04-10T10:13:58Z"), quantity: 5, total_price: "45.99" },
            { id: 22, customer_id: 74, restaurant_id: 59, dish_name: "casserole steak", order_date: new Date("2023-01-30T14:33:41Z"), quantity: 6, total_price: "150.85" },
            { id: 23, customer_id: 97, restaurant_id: 63, dish_name: "quiche burger", order_date: new Date("2023-01-06T20:02:16Z"), quantity: 6, total_price: "34.74" },
            { id: 24, customer_id: 179, restaurant_id: 30, dish_name: "pizza sandwich steak", order_date: new Date("2022-04-25T19:39:16Z"), quantity: 6, total_price: "10.16" },
            { id: 25, customer_id: 49, restaurant_id: 66, dish_name: "salad omelette", order_date: new Date("2022-08-31T09:23:14Z"), quantity: 5, total_price: "5.18" },
            { id: 26, customer_id: 106, restaurant_id: 64, dish_name: "ceviche soup", order_date: new Date("2022-04-05T12:44:28Z"), quantity: 6, total_price: "34.16" },
            { id: 27, customer_id: 2, restaurant_id: 54, dish_name: "sandwich salad wrap", order_date: new Date("2022-08-10T16:04:46Z"), quantity: 5, total_price: "18.45" },
            { id: 28, customer_id: 39, restaurant_id: 63, dish_name: "sandwich", order_date: new Date("2022-08-10T20:00:10Z"), quantity: 4, total_price: "41.70" },
            { id: 29, customer_id: 140, restaurant_id: 44, dish_name: "kebab", order_date: new Date("2022-03-19T08:27:30Z"), quantity: 4, total_price: "163.17" },
            { id: 30, customer_id: 36, restaurant_id: 60, dish_name: "salad quiche pasta", order_date: new Date("2023-08-06T11:05:57Z"), quantity: 8, total_price: "14.87" },
            { id: 31, customer_id: 87, restaurant_id: 94, dish_name: "steak", order_date: new Date("2022-04-02T18:29:15Z"), quantity: 6, total_price: "37.34" },
            { id: 32, customer_id: 173, restaurant_id: 69, dish_name: "omelette", order_date: new Date("2022-04-29T07:10:36Z"), quantity: 7, total_price: "149.47" },
            { id: 33, customer_id: 14, restaurant_id: 14, dish_name: "fajita", order_date: new Date("2022-03-04T18:24:28Z"), quantity: 7, total_price: "46.93" },
            { id: 34, customer_id: 95, restaurant_id: 82, dish_name: "sushi soup tart", order_date: new Date("2022-11-21T19:22:05Z"), quantity: 6, total_price: "5.22" },
            { id: 35, customer_id: 51, restaurant_id: 92, dish_name: "taco curry burger", order_date: new Date("2022-08-21T20:33:42Z"), quantity: 7, total_price: "7.88" },
            { id: 36, customer_id: 87, restaurant_id: 23, dish_name: "quiche ceviche", order_date: new Date("2023-11-27T08:25:33Z"), quantity: 5, total_price: "172.56" },
            { id: 37, customer_id: 20, restaurant_id: 46, dish_name: "sushi soup ceviche", order_date: new Date("2023-08-08T19:52:17Z"), quantity: 6, total_price: "196.97" },
            { id: 38, customer_id: 181, restaurant_id: 22, dish_name: "tart", order_date: new Date("2022-03-03T11:15:40Z"), quantity: 3, total_price: "16.79" },
            { id: 39, customer_id: 154, restaurant_id: 95, dish_name: "pasta wrap", order_date: new Date("2023-12-10T23:54:59Z"), quantity: 5, total_price: "28.72" },
            { id: 40, customer_id: 19, restaurant_id: 32, dish_name: "soup salad", order_date: new Date("2022-12-13T23:52:16Z"), quantity: 4, total_price: "114.78" },
            { id: 41, customer_id: 103, restaurant_id: 85, dish_name: "kebab salad soup", order_date: new Date("2022-01-23T18:17:54Z"), quantity: 4, total_price: "70.71" },
            { id: 42, customer_id: 133, restaurant_id: 8, dish_name: "fajita", order_date: new Date("2023-02-13T20:23:26Z"), quantity: 6, total_price: "46.92" },
            { id: 43, customer_id: 151, restaurant_id: 24, dish_name: "burger", order_date: new Date("2022-01-26T15:34:29Z"), quantity: 5, total_price: "171.43" },
            { id: 44, customer_id: 10, restaurant_id: 75, dish_name: "burger soup quiche", order_date: new Date("2022-02-16T13:18:21Z"), quantity: 7, total_price: "5.00" },
            { id: 45, customer_id: 37, restaurant_id: 57, dish_name: "burger", order_date: new Date("2022-10-31T09:27:13Z"), quantity: 4, total_price: "110.01" },
            { id: 46, customer_id: 6, restaurant_id: 89, dish_name: "risotto", order_date: new Date("2023-12-03T19:41:50Z"), quantity: 6, total_price: "58.18" },
            { id: 47, customer_id: 54, restaurant_id: 9, dish_name: "ceviche", order_date: new Date("2022-08-04T10:48:32Z"), quantity: 5, total_price: "57.92" },
            { id: 48, customer_id: 30, restaurant_id: 12, dish_name: "burger", order_date: new Date("2023-09-18T14:44:52Z"), quantity: 3, total_price: "5.24" },
            { id: 49, customer_id: 67, restaurant_id: 73, dish_name: "sandwich omelette ceviche", order_date: new Date("2022-09-30T16:15:55Z"), quantity: 4, total_price: "183.30" },
            { id: 50, customer_id: 4, restaurant_id: 83, dish_name: "wrap pasta kebab", order_date: new Date("2023-12-28T09:59:03Z"), quantity: 7, total_price: "126.35" },
            { id: 51, customer_id: 198, restaurant_id: 63, dish_name: "ceviche", order_date: new Date("2022-08-13T03:15:47Z"), quantity: 5, total_price: "171.26" },
            { id: 52, customer_id: 110, restaurant_id: 48, dish_name: "burger pizza ceviche", order_date: new Date("2022-09-26T13:47:14Z"), quantity: 6, total_price: "146.86" },
            { id: 53, customer_id: 195, restaurant_id: 49, dish_name: "omelette", order_date: new Date("2023-04-27T12:37:59Z"), quantity: 7, total_price: "127.01" },
            { id: 54, customer_id: 173, restaurant_id: 11, dish_name: "tart burger taco", order_date: new Date("2022-06-06T11:17:50Z"), quantity: 6, total_price: "14.05" },
            { id: 55, customer_id: 169, restaurant_id: 67, dish_name: "kebab pizza", order_date: new Date("2023-06-07T10:36:33Z"), quantity: 4, total_price: "162.25" },
            { id: 56, customer_id: 156, restaurant_id: 67, dish_name: "omelette quiche", order_date: new Date("2023-10-01T20:51:03Z"), quantity: 3, total_price: "34.91" },
            { id: 57, customer_id: 152, restaurant_id: 60, dish_name: "kebab taco ceviche", order_date: new Date("2023-09-07T08:17:36Z"), quantity: 4, total_price: "5.13" },
            { id: 58, customer_id: 132, restaurant_id: 13, dish_name: "salad", order_date: new Date("2023-11-28T16:42:36Z"), quantity: 4, total_price: "152.83" },
            { id: 59, customer_id: 44, restaurant_id: 7, dish_name: "risotto sushi", order_date: new Date("2023-09-02T17:10:32Z"), quantity: 4, total_price: "40.29" },
            { id: 60, customer_id: 177, restaurant_id: 95, dish_name: "casserole", order_date: new Date("2022-12-17T11:03:28Z"), quantity: 5, total_price: "7.05" },
            { id: 61, customer_id: 7, restaurant_id: 70, dish_name: "soup pasta", order_date: new Date("2022-12-09T09:15:11Z"), quantity: 7, total_price: "15.99" },
            { id: 62, customer_id: 140, restaurant_id: 5, dish_name: "sandwich quiche curry", order_date: new Date("2023-11-17T16:02:22Z"), quantity: 4, total_price: "87.86" },
            { id: 63, customer_id: 28, restaurant_id: 72, dish_name: "pasta curry omelette", order_date: new Date("2022-04-16T13:04:17Z"), quantity: 4, total_price: "159.84" },
            { id: 64, customer_id: 135, restaurant_id: 82, dish_name: "pasta", order_date: new Date("2022-03-25T21:04:10Z"), quantity: 7, total_price: "185.40" },
            { id: 65, customer_id: 195, restaurant_id: 31, dish_name: "dim-sum sandwich", order_date: new Date("2022-03-13T20:04:35Z"), quantity: 6, total_price: "8.11" },
            { id: 66, customer_id: 198, restaurant_id: 74, dish_name: "taco", order_date: new Date("2023-02-23T19:34:58Z"), quantity: 5, total_price: "24.03" },
            { id: 67, customer_id: 126, restaurant_id: 9, dish_name: "casserole pasta", order_date: new Date("2023-03-10T21:01:56Z"), quantity: 5, total_price: "83.67" },
            { id: 68, customer_id: 29, restaurant_id: 44, dish_name: "salad", order_date: new Date("2023-04-06T10:13:19Z"), quantity: 4, total_price: "76.06" },
            { id: 69, customer_id: 143, restaurant_id: 83, dish_name: "dim-sum kebab sushi", order_date: new Date("2022-06-12T20:44:46Z"), quantity: 5, total_price: "129.11" },
            { id: 70, customer_id: 174, restaurant_id: 94, dish_name: "risotto", order_date: new Date("2022-02-24T10:47:13Z"), quantity: 5, total_price: "16.36" },
            { id: 71, customer_id: 12, restaurant_id: 36, dish_name: "soup casserole", order_date: new Date("2023-02-19T12:42:18Z"), quantity: 6, total_price: "77.16" },
            { id: 72, customer_id: 19, restaurant_id: 38, dish_name: "salad", order_date: new Date("2022-02-01T08:17:13Z"), quantity: 4, total_price: "57.01" },
            { id: 73, customer_id: 184, restaurant_id: 2, dish_name: "salad", order_date: new Date("2023-08-09T20:06:25Z"), quantity: 5, total_price: "60.48" },
            { id: 74, customer_id: 1, restaurant_id: 68, dish_name: "risotto quiche", order_date: new Date("2023-11-22T05:07:02Z"), quantity: 7, total_price: "161.75" },
            { id: 75, customer_id: 10, restaurant_id: 2, dish_name: "omelette", order_date: new Date("2022-05-06T20:02:54Z"), quantity: 6, total_price: "87.47" },
            { id: 76, customer_id: 124, restaurant_id: 47, dish_name: "casserole", order_date: new Date("2023-10-17T15:37:08Z"), quantity: 7, total_price: "111.93" },
            { id: 77, customer_id: 123, restaurant_id: 83, dish_name: "dim-sum sushi", order_date: new Date("2022-07-16T12:53:46Z"), quantity: 7, total_price: "14.22" },
            { id: 78, customer_id: 28, restaurant_id: 1, dish_name: "salad", order_date: new Date("2022-03-02T13:21:42Z"), quantity: 4, total_price: "5.10" },
            { id: 79, customer_id: 75, restaurant_id: 50, dish_name: "omelette", order_date: new Date("2023-08-08T20:46:50Z"), quantity: 5, total_price: "115.90" },
            { id: 80, customer_id: 93, restaurant_id: 47, dish_name: "sushi pizza tart", order_date: new Date("2023-05-02T01:50:18Z"), quantity: 5, total_price: "194.14" },
            { id: 81, customer_id: 128, restaurant_id: 50, dish_name: "salad", order_date: new Date("2023-08-27T02:33:00Z"), quantity: 4, total_price: "50.75" },
            { id: 82, customer_id: 172, restaurant_id: 28, dish_name: "pizza fajita", order_date: new Date("2022-09-30T17:31:09Z"), quantity: 5, total_price: "169.02" },
            { id: 83, customer_id: 56, restaurant_id: 84, dish_name: "taco dim-sum ceviche", order_date: new Date("2023-04-28T19:19:05Z"), quantity: 6, total_price: "26.35" },
            { id: 84, customer_id: 10, restaurant_id: 7, dish_name: "wrap sushi casserole", order_date: new Date("2023-07-05T11:24:56Z"), quantity: 6, total_price: "41.95" },
            { id: 85, customer_id: 181, restaurant_id: 7, dish_name: "sushi omelette", order_date: new Date("2023-04-27T17:50:13Z"), quantity: 7, total_price: "199.37" },
            { id: 86, customer_id: 178, restaurant_id: 10, dish_name: "kebab sandwich tart", order_date: new Date("2022-05-16T11:02:13Z"), quantity: 5, total_price: "130.68" },
            { id: 87, customer_id: 194, restaurant_id: 99, dish_name: "sandwich sushi dim-sum", order_date: new Date("2022-10-02T07:48:00Z"), quantity: 6, total_price: "162.28" },
            { id: 88, customer_id: 46, restaurant_id: 50, dish_name: "pizza", order_date: new Date("2023-01-23T18:43:40Z"), quantity: 6, total_price: "20.33" },
            { id: 89, customer_id: 36, restaurant_id: 92, dish_name: "dim-sum tart soup", order_date: new Date("2022-12-31T18:01:59Z"), quantity: 3, total_price: "73.02" },
            { id: 90, customer_id: 82, restaurant_id: 73, dish_name: "fajita sandwich salad", order_date: new Date("2022-07-31T19:55:51Z"), quantity: 8, total_price: "8.07" },
            { id: 91, customer_id: 104, restaurant_id: 89, dish_name: "pizza fajita soup", order_date: new Date("2023-07-17T22:37:10Z"), quantity: 7, total_price: "85.17" },
            { id: 92, customer_id: 1, restaurant_id: 14, dish_name: "dim-sum steak soup", order_date: new Date("2023-08-06T19:00:32Z"), quantity: 8, total_price: "6.82" },
            { id: 93, customer_id: 91, restaurant_id: 58, dish_name: "dim-sum burger quiche", order_date: new Date("2022-06-18T07:18:40Z"), quantity: 6, total_price: "97.41" },
            { id: 94, customer_id: 126, restaurant_id: 95, dish_name: "taco pasta sushi", order_date: new Date("2022-09-08T14:29:02Z"), quantity: 5, total_price: "160.80" },
            { id: 95, customer_id: 48, restaurant_id: 12, dish_name: "sushi pasta dim-sum", order_date: new Date("2022-08-20T16:39:31Z"), quantity: 6, total_price: "5.27" },
            { id: 96, customer_id: 152, restaurant_id: 70, dish_name: "casserole ceviche", order_date: new Date("2023-05-22T22:12:25Z"), quantity: 8, total_price: "128.80" },
            { id: 97, customer_id: 114, restaurant_id: 77, dish_name: "pizza burger sandwich", order_date: new Date("2023-10-12T21:53:21Z"), quantity: 5, total_price: "184.84" },
            { id: 98, customer_id: 23, restaurant_id: 36, dish_name: "steak omelette", order_date: new Date("2023-08-21T12:14:40Z"), quantity: 3, total_price: "63.12" },
            { id: 99, customer_id: 25, restaurant_id: 7, dish_name: "taco", order_date: new Date("2023-05-21T09:39:26Z"), quantity: 8, total_price: "24.40" },
            { id: 100, customer_id: 180, restaurant_id: 60, dish_name: "pasta sushi omelette", order_date: new Date("2022-04-16T14:19:26Z"), quantity: 6, total_price: "82.09" },
            { id: 101, customer_id: 190, restaurant_id: 65, dish_name: "quiche salad sushi", order_date: new Date("2023-05-31T11:11:11Z"), quantity: 5, total_price: "84.72" },
            { id: 102, customer_id: 163, restaurant_id: 18, dish_name: "soup curry fajita", order_date: new Date("2022-04-10T09:17:03Z"), quantity: 4, total_price: "117.45" },
            { id: 103, customer_id: 1, restaurant_id: 78, dish_name: "burger steak sandwich", order_date: new Date("2022-10-05T13:11:42Z"), quantity: 5, total_price: "82.99" },
            { id: 104, customer_id: 132, restaurant_id: 15, dish_name: "salad", order_date: new Date("2022-05-02T06:04:44Z"), quantity: 7, total_price: "8.94" },
            { id: 105, customer_id: 72, restaurant_id: 96, dish_name: "tart", order_date: new Date("2023-09-14T12:10:50Z"), quantity: 4, total_price: "23.12" },
            { id: 106, customer_id: 78, restaurant_id: 94, dish_name: "ceviche fajita quiche", order_date: new Date("2022-10-14T21:21:35Z"), quantity: 2, total_price: "151.78" },
            { id: 107, customer_id: 19, restaurant_id: 83, dish_name: "sushi sandwich pizza", order_date: new Date("2022-06-25T07:14:47Z"), quantity: 6, total_price: "18.48" },
            { id: 108, customer_id: 102, restaurant_id: 20, dish_name: "pizza kebab", order_date: new Date("2023-12-05T11:34:06Z"), quantity: 6, total_price: "16.75" },
            { id: 109, customer_id: 106, restaurant_id: 3, dish_name: "casserole pasta burger", order_date: new Date("2022-06-20T07:13:24Z"), quantity: 6, total_price: "31.68" },
            { id: 110, customer_id: 68, restaurant_id: 38, dish_name: "risotto ceviche", order_date: new Date("2023-11-12T12:43:38Z"), quantity: 4, total_price: "148.12" },
            { id: 111, customer_id: 33, restaurant_id: 46, dish_name: "soup ceviche burger", order_date: new Date("2023-08-19T11:14:23Z"), quantity: 5, total_price: "5.00" },
            { id: 112, customer_id: 109, restaurant_id: 58, dish_name: "omelette burger", order_date: new Date("2022-01-21T12:43:52Z"), quantity: 3, total_price: "17.47" },
            { id: 113, customer_id: 11, restaurant_id: 42, dish_name: "fajita", order_date: new Date("2023-10-22T13:53:14Z"), quantity: 5, total_price: "119.81" },
            { id: 114, customer_id: 167, restaurant_id: 10, dish_name: "kebab casserole", order_date: new Date("2022-08-17T14:37:46Z"), quantity: 4, total_price: "177.68" },
            { id: 115, customer_id: 142, restaurant_id: 2, dish_name: "sandwich pizza", order_date: new Date("2022-01-04T08:03:53Z"), quantity: 6, total_price: "44.76" },
            { id: 116, customer_id: 197, restaurant_id: 6, dish_name: "taco tart", order_date: new Date("2023-10-03T11:06:46Z"), quantity: 6, total_price: "35.86" },
            { id: 117, customer_id: 192, restaurant_id: 98, dish_name: "wrap", order_date: new Date("2022-09-11T14:57:56Z"), quantity: 7, total_price: "74.77" },
            { id: 118, customer_id: 26, restaurant_id: 52, dish_name: "curry", order_date: new Date("2022-06-06T01:15:51Z"), quantity: 5, total_price: "31.33" },
            { id: 119, customer_id: 103, restaurant_id: 49, dish_name: "sushi sandwich dim-sum", order_date: new Date("2022-09-22T00:56:09Z"), quantity: 4, total_price: "185.92" },
            { id: 120, customer_id: 145, restaurant_id: 78, dish_name: "steak", order_date: new Date("2022-06-24T07:51:23Z"), quantity: 5, total_price: "13.91" },
            { id: 121, customer_id: 189, restaurant_id: 7, dish_name: "risotto ceviche taco", order_date: new Date("2022-08-23T13:12:41Z"), quantity: 3, total_price: "102.85" },
            { id: 122, customer_id: 21, restaurant_id: 40, dish_name: "quiche taco", order_date: new Date("2022-03-25T09:03:24Z"), quantity: 4, total_price: "57.83" },
            { id: 123, customer_id: 197, restaurant_id: 30, dish_name: "soup casserole", order_date: new Date("2022-12-28T10:05:24Z"), quantity: 5, total_price: "7.28" },
            { id: 124, customer_id: 44, restaurant_id: 54, dish_name: "quiche dim-sum", order_date: new Date("2023-02-06T08:10:44Z"), quantity: 4, total_price: "5.48" },
            { id: 125, customer_id: 199, restaurant_id: 97, dish_name: "sandwich curry", order_date: new Date("2022-05-16T11:17:27Z"), quantity: 5, total_price: "5.19" },
            { id: 126, customer_id: 62, restaurant_id: 51, dish_name: "fajita", order_date: new Date("2023-12-08T03:26:38Z"), quantity: 7, total_price: "145.30" },
            { id: 127, customer_id: 17, restaurant_id: 20, dish_name: "curry steak", order_date: new Date("2023-12-13T12:37:02Z"), quantity: 6, total_price: "30.76" },
            { id: 128, customer_id: 139, restaurant_id: 83, dish_name: "burger quiche pizza", order_date: new Date("2022-11-05T22:00:01Z"), quantity: 6, total_price: "142.84" },
            { id: 129, customer_id: 163, restaurant_id: 17, dish_name: "sushi pizza", order_date: new Date("2023-12-23T18:03:59Z"), quantity: 5, total_price: "7.34" },
            { id: 130, customer_id: 191, restaurant_id: 36, dish_name: "soup salad", order_date: new Date("2023-12-30T12:15:45Z"), quantity: 6, total_price: "68.00" },
            { id: 131, customer_id: 110, restaurant_id: 75, dish_name: "salad", order_date: new Date("2023-12-18T12:25:45Z"), quantity: 4, total_price: "127.10" },
            { id: 132, customer_id: 72, restaurant_id: 47, dish_name: "pasta salad", order_date: new Date("2023-08-02T16:13:29Z"), quantity: 5, total_price: "171.34" },
            { id: 133, customer_id: 111, restaurant_id: 53, dish_name: "taco", order_date: new Date("2022-08-17T20:11:12Z"), quantity: 5, total_price: "163.26" },
            { id: 134, customer_id: 76, restaurant_id: 26, dish_name: "salad sushi", order_date: new Date("2023-11-04T20:54:17Z"), quantity: 4, total_price: "33.73" },
            { id: 135, customer_id: 51, restaurant_id: 15, dish_name: "salad pizza", order_date: new Date("2022-07-09T20:35:44Z"), quantity: 6, total_price: "175.22" },
            { id: 136, customer_id: 24, restaurant_id: 20, dish_name: "ceviche", order_date: new Date("2023-07-25T21:51:16Z"), quantity: 6, total_price: "5.95" },
            { id: 137, customer_id: 170, restaurant_id: 16, dish_name: "taco omelette", order_date: new Date("2022-12-24T09:37:10Z"), quantity: 7, total_price: "40.83" },
            { id: 138, customer_id: 171, restaurant_id: 94, dish_name: "pizza curry risotto", order_date: new Date("2023-12-03T11:12:04Z"), quantity: 5, total_price: "176.34" },
            { id: 139, customer_id: 83, restaurant_id: 45, dish_name: "burger", order_date: new Date("2023-07-24T09:19:32Z"), quantity: 4, total_price: "123.04" },
            { id: 140, customer_id: 165, restaurant_id: 94, dish_name: "burger casserole steak", order_date: new Date("2022-11-29T07:15:17Z"), quantity: 7, total_price: "114.85" },
            { id: 141, customer_id: 74, restaurant_id: 3, dish_name: "sandwich dim-sum casserole", order_date: new Date("2023-06-21T03:01:56Z"), quantity: 6, total_price: "9.74" },
            { id: 142, customer_id: 27, restaurant_id: 33, dish_name: "curry omelette soup", order_date: new Date("2023-05-27T20:15:48Z"), quantity: 5, total_price: "68.07" },
            { id: 143, customer_id: 149, restaurant_id: 72, dish_name: "taco salad kebab", order_date: new Date("2022-08-08T10:35:54Z"), quantity: 5, total_price: "6.36" },
            { id: 144, customer_id: 114, restaurant_id: 8, dish_name: "steak", order_date: new Date("2022-12-28T17:48:08Z"), quantity: 1, total_price: "103.43" },
            { id: 145, customer_id: 53, restaurant_id: 43, dish_name: "dim-sum pasta tart", order_date: new Date("2022-03-03T18:16:07Z"), quantity: 4, total_price: "7.24" },
            { id: 146, customer_id: 115, restaurant_id: 57, dish_name: "casserole omelette soup", order_date: new Date("2023-05-09T06:40:27Z"), quantity: 4, total_price: "7.15" },
            { id: 147, customer_id: 82, restaurant_id: 43, dish_name: "soup omelette", order_date: new Date("2023-08-24T09:30:23Z"), quantity: 6, total_price: "21.53" },
            { id: 148, customer_id: 181, restaurant_id: 17, dish_name: "steak casserole", order_date: new Date("2022-04-17T16:26:42Z"), quantity: 7, total_price: "140.06" },
            { id: 149, customer_id: 159, restaurant_id: 12, dish_name: "fajita", order_date: new Date("2022-06-23T10:22:50Z"), quantity: 7, total_price: "99.00" },
            { id: 150, customer_id: 20, restaurant_id: 19, dish_name: "tart kebab dim-sum", order_date: new Date("2022-09-18T21:24:35Z"), quantity: 8, total_price: "5.71" },
            { id: 151, customer_id: 92, restaurant_id: 92, dish_name: "salad sushi tart", order_date: new Date("2022-09-16T12:35:50Z"), quantity: 4, total_price: "46.32" },
            { id: 152, customer_id: 164, restaurant_id: 55, dish_name: "fajita", order_date: new Date("2023-12-19T07:07:54Z"), quantity: 4, total_price: "84.54" },
            { id: 153, customer_id: 111, restaurant_id: 96, dish_name: "steak fajita burger", order_date: new Date("2023-05-13T17:22:28Z"), quantity: 6, total_price: "118.09" },
            { id: 154, customer_id: 178, restaurant_id: 84, dish_name: "wrap pizza", order_date: new Date("2022-06-12T23:30:29Z"), quantity: 7, total_price: "23.93" },
            { id: 155, customer_id: 167, restaurant_id: 39, dish_name: "fajita pasta", order_date: new Date("2022-11-27T07:47:38Z"), quantity: 6, total_price: "67.66" },
            { id: 156, customer_id: 105, restaurant_id: 27, dish_name: "steak", order_date: new Date("2023-09-26T09:14:45Z"), quantity: 7, total_price: "78.79" },
            { id: 157, customer_id: 52, restaurant_id: 69, dish_name: "pasta", order_date: new Date("2022-08-06T14:22:02Z"), quantity: 4, total_price: "189.42" },
            { id: 158, customer_id: 155, restaurant_id: 12, dish_name: "sushi steak", order_date: new Date("2022-04-23T21:48:23Z"), quantity: 4, total_price: "142.81" },
            { id: 159, customer_id: 70, restaurant_id: 82, dish_name: "burger sandwich", order_date: new Date("2023-02-09T19:44:14Z"), quantity: 4, total_price: "7.77" },
            { id: 160, customer_id: 183, restaurant_id: 17, dish_name: "omelette steak", order_date: new Date("2023-02-12T22:32:13Z"), quantity: 6, total_price: "88.97" },
            { id: 161, customer_id: 46, restaurant_id: 53, dish_name: "soup omelette", order_date: new Date("2022-01-08T23:48:53Z"), quantity: 7, total_price: "6.37" },
            { id: 162, customer_id: 144, restaurant_id: 43, dish_name: "sandwich", order_date: new Date("2022-11-18T14:42:14Z"), quantity: 6, total_price: "37.47" },
            { id: 163, customer_id: 57, restaurant_id: 37, dish_name: "burger", order_date: new Date("2022-02-11T15:51:32Z"), quantity: 6, total_price: "116.11" },
            { id: 164, customer_id: 8, restaurant_id: 26, dish_name: "salad pasta kebab", order_date: new Date("2023-09-17T18:15:27Z"), quantity: 2, total_price: "102.43" },
            { id: 165, customer_id: 121, restaurant_id: 33, dish_name: "wrap steak sandwich", order_date: new Date("2022-03-27T20:37:09Z"), quantity: 5, total_price: "191.62" },
            { id: 166, customer_id: 76, restaurant_id: 80, dish_name: "kebab", order_date: new Date("2023-04-01T21:30:51Z"), quantity: 4, total_price: "73.84" },
            { id: 167, customer_id: 56, restaurant_id: 21, dish_name: "wrap", order_date: new Date("2022-06-29T08:01:52Z"), quantity: 2, total_price: "10.03" },
            { id: 168, customer_id: 127, restaurant_id: 19, dish_name: "omelette salad tart", order_date: new Date("2023-01-07T10:01:06Z"), quantity: 5, total_price: "143.96" },
            { id: 169, customer_id: 21, restaurant_id: 38, dish_name: "dim-sum pizza risotto", order_date: new Date("2023-06-16T11:58:31Z"), quantity: 6, total_price: "43.37" },
            { id: 170, customer_id: 179, restaurant_id: 77, dish_name: "sandwich", order_date: new Date("2022-07-19T12:01:10Z"), quantity: 6, total_price: "26.69" },
            { id: 171, customer_id: 169, restaurant_id: 88, dish_name: "salad dim-sum", order_date: new Date("2023-10-22T06:10:46Z"), quantity: 5, total_price: "5.28" },
            { id: 172, customer_id: 158, restaurant_id: 54, dish_name: "soup salad", order_date: new Date("2022-06-07T19:03:50Z"), quantity: 5, total_price: "72.13" },
            { id: 173, customer_id: 181, restaurant_id: 54, dish_name: "salad soup", order_date: new Date("2022-11-22T09:08:26Z"), quantity: 7, total_price: "106.26" },
            { id: 174, customer_id: 16, restaurant_id: 53, dish_name: "pasta casserole", order_date: new Date("2022-11-28T11:19:22Z"), quantity: 6, total_price: "20.33" },
            { id: 175, customer_id: 36, restaurant_id: 23, dish_name: "ceviche sandwich tart", order_date: new Date("2022-11-17T21:14:24Z"), quantity: 6, total_price: "15.32" },
            { id: 176, customer_id: 127, restaurant_id: 11, dish_name: "kebab wrap steak", order_date: new Date("2023-03-30T19:41:31Z"), quantity: 7, total_price: "17.20" },
            { id: 177, customer_id: 78, restaurant_id: 1, dish_name: "steak salad", order_date: new Date("2022-12-08T07:01:26Z"), quantity: 5, total_price: "65.81" },
            { id: 178, customer_id: 89, restaurant_id: 31, dish_name: "omelette quiche ceviche", order_date: new Date("2022-11-07T20:30:13Z"), quantity: 5, total_price: "182.98" },
            { id: 179, customer_id: 178, restaurant_id: 92, dish_name: "curry soup wrap", order_date: new Date("2022-08-31T16:30:36Z"), quantity: 7, total_price: "96.02" },
            { id: 180, customer_id: 135, restaurant_id: 95, dish_name: "burger pizza quiche", order_date: new Date("2023-09-10T00:31:09Z"), quantity: 4, total_price: "5.06" },
            { id: 181, customer_id: 21, restaurant_id: 90, dish_name: "salad", order_date: new Date("2022-03-03T17:03:58Z"), quantity: 5, total_price: "69.40" },
            { id: 182, customer_id: 138, restaurant_id: 99, dish_name: "salad", order_date: new Date("2022-03-12T20:07:58Z"), quantity: 6, total_price: "162.23" },
            { id: 183, customer_id: 16, restaurant_id: 82, dish_name: "fajita tart wrap", order_date: new Date("2022-05-05T20:40:20Z"), quantity: 4, total_price: "158.82" },
            { id: 184, customer_id: 51, restaurant_id: 93, dish_name: "sushi", order_date: new Date("2023-05-12T08:35:02Z"), quantity: 6, total_price: "25.52" },
            { id: 185, customer_id: 171, restaurant_id: 28, dish_name: "pizza burger", order_date: new Date("2022-12-17T19:47:51Z"), quantity: 5, total_price: "30.52" },
            { id: 186, customer_id: 46, restaurant_id: 63, dish_name: "taco steak", order_date: new Date("2023-02-14T18:53:56Z"), quantity: 6, total_price: "25.03" },
            { id: 187, customer_id: 176, restaurant_id: 57, dish_name: "omelette taco", order_date: new Date("2023-11-12T21:25:58Z"), quantity: 6, total_price: "9.47" },
            { id: 188, customer_id: 38, restaurant_id: 82, dish_name: "sandwich", order_date: new Date("2022-04-07T20:41:21Z"), quantity: 5, total_price: "6.95" },
            { id: 189, customer_id: 55, restaurant_id: 73, dish_name: "pizza", order_date: new Date("2023-01-17T19:18:27Z"), quantity: 6, total_price: "28.36" },
            { id: 190, customer_id: 96, restaurant_id: 58, dish_name: "tart quiche sandwich", order_date: new Date("2022-08-12T19:14:08Z"), quantity: 7, total_price: "92.15" },
            { id: 191, customer_id: 86, restaurant_id: 44, dish_name: "curry casserole kebab", order_date: new Date("2023-11-22T21:44:53Z"), quantity: 6, total_price: "168.12" },
            { id: 192, customer_id: 101, restaurant_id: 54, dish_name: "curry steak sandwich", order_date: new Date("2022-12-04T23:41:48Z"), quantity: 7, total_price: "55.89" },
            { id: 193, customer_id: 60, restaurant_id: 10, dish_name: "taco sandwich", order_date: new Date("2022-06-02T20:28:39Z"), quantity: 7, total_price: "5.46" },
            { id: 194, customer_id: 31, restaurant_id: 95, dish_name: "curry", order_date: new Date("2023-05-10T19:12:26Z"), quantity: 4, total_price: "9.21" },
            { id: 195, customer_id: 36, restaurant_id: 40, dish_name: "fajita", order_date: new Date("2022-07-05T18:31:33Z"), quantity: 3, total_price: "86.84" },
            { id: 196, customer_id: 181, restaurant_id: 91, dish_name: "taco sushi", order_date: new Date("2022-10-01T18:12:38Z"), quantity: 6, total_price: "64.00" },
            { id: 197, customer_id: 6, restaurant_id: 45, dish_name: "dim-sum taco", order_date: new Date("2023-05-07T13:54:40Z"), quantity: 6, total_price: "147.38" },
            { id: 198, customer_id: 199, restaurant_id: 39, dish_name: "taco", order_date: new Date("2022-11-21T19:14:00Z"), quantity: 5, total_price: "13.72" },
            { id: 199, customer_id: 163, restaurant_id: 33, dish_name: "risotto ceviche salad", order_date: new Date("2022-12-07T15:51:33Z"), quantity: 9, total_price: "7.10" },
            { id: 200, customer_id: 194, restaurant_id: 9, dish_name: "dim-sum ceviche burger", order_date: new Date("2023-03-19T15:59:05Z"), quantity: 5, total_price: "5.00" },
            { id: 201, customer_id: 193, restaurant_id: 21, dish_name: "wrap pasta", order_date: new Date("2022-11-17T06:33:23Z"), quantity: 2, total_price: "68.27" },
            { id: 202, customer_id: 190, restaurant_id: 89, dish_name: "casserole", order_date: new Date("2022-12-01T07:34:49Z"), quantity: 5, total_price: "130.57" },
            { id: 203, customer_id: 94, restaurant_id: 6, dish_name: "tart salad risotto", order_date: new Date("2022-11-13T14:42:25Z"), quantity: 7, total_price: "151.10" },
            { id: 204, customer_id: 114, restaurant_id: 99, dish_name: "salad casserole", order_date: new Date("2023-08-24T14:49:43Z"), quantity: 6, total_price: "141.74" },
            { id: 205, customer_id: 14, restaurant_id: 45, dish_name: "pizza salad", order_date: new Date("2023-04-22T08:00:00Z"), quantity: 4, total_price: "13.29" },
            { id: 206, customer_id: 150, restaurant_id: 68, dish_name: "taco fajita", order_date: new Date("2023-03-26T01:52:05Z"), quantity: 7, total_price: "9.18" },
            { id: 207, customer_id: 36, restaurant_id: 96, dish_name: "dim-sum", order_date: new Date("2022-01-03T17:23:46Z"), quantity: 4, total_price: "16.86" },
            { id: 208, customer_id: 159, restaurant_id: 38, dish_name: "ceviche dim-sum taco", order_date: new Date("2022-03-24T10:49:04Z"), quantity: 5, total_price: "135.02" },
            { id: 209, customer_id: 115, restaurant_id: 14, dish_name: "sushi", order_date: new Date("2022-02-05T16:34:05Z"), quantity: 3, total_price: "46.96" },
            { id: 210, customer_id: 122, restaurant_id: 41, dish_name: "curry risotto", order_date: new Date("2022-06-28T15:46:34Z"), quantity: 5, total_price: "78.11" },
            { id: 211, customer_id: 14, restaurant_id: 33, dish_name: "burger taco risotto", order_date: new Date("2022-04-10T16:44:20Z"), quantity: 7, total_price: "158.54" },
            { id: 212, customer_id: 162, restaurant_id: 3, dish_name: "taco", order_date: new Date("2022-01-08T22:01:18Z"), quantity: 7, total_price: "25.47" },
            { id: 213, customer_id: 147, restaurant_id: 98, dish_name: "soup", order_date: new Date("2023-07-30T06:20:52Z"), quantity: 5, total_price: "145.47" },
            { id: 214, customer_id: 114, restaurant_id: 5, dish_name: "tart", order_date: new Date("2023-03-08T08:59:05Z"), quantity: 7, total_price: "33.15" },
            { id: 215, customer_id: 134, restaurant_id: 35, dish_name: "tart quiche", order_date: new Date("2022-03-21T19:23:13Z"), quantity: 6, total_price: "6.14" },
            { id: 216, customer_id: 36, restaurant_id: 18, dish_name: "casserole pizza soup", order_date: new Date("2022-08-24T15:26:13Z"), quantity: 6, total_price: "43.91" },
            { id: 217, customer_id: 71, restaurant_id: 86, dish_name: "wrap taco soup", order_date: new Date("2023-12-29T19:45:42Z"), quantity: 5, total_price: "167.88" },
            { id: 218, customer_id: 57, restaurant_id: 49, dish_name: "quiche", order_date: new Date("2023-09-27T17:12:59Z"), quantity: 7, total_price: "118.10" },
            { id: 219, customer_id: 181, restaurant_id: 77, dish_name: "risotto", order_date: new Date("2022-02-10T11:59:47Z"), quantity: 5, total_price: "15.94" },
            { id: 220, customer_id: 12, restaurant_id: 78, dish_name: "pizza kebab taco", order_date: new Date("2022-10-09T22:52:22Z"), quantity: 7, total_price: "5.94" },
            { id: 221, customer_id: 168, restaurant_id: 35, dish_name: "dim-sum steak ceviche", order_date: new Date("2023-02-22T01:28:31Z"), quantity: 5, total_price: "99.14" },
            { id: 222, customer_id: 89, restaurant_id: 85, dish_name: "risotto fajita taco", order_date: new Date("2022-07-15T15:50:21Z"), quantity: 4, total_price: "26.12" },
            { id: 223, customer_id: 45, restaurant_id: 4, dish_name: "sandwich salad", order_date: new Date("2023-06-12T22:32:43Z"), quantity: 7, total_price: "5.03" },
            { id: 224, customer_id: 66, restaurant_id: 76, dish_name: "kebab steak omelette", order_date: new Date("2022-11-07T16:55:47Z"), quantity: 8, total_price: "121.40" },
            { id: 225, customer_id: 48, restaurant_id: 23, dish_name: "sandwich", order_date: new Date("2023-05-25T15:56:34Z"), quantity: 4, total_price: "5.05" },
            { id: 226, customer_id: 132, restaurant_id: 68, dish_name: "steak", order_date: new Date("2023-09-18T04:48:18Z"), quantity: 8, total_price: "53.41" },
            { id: 227, customer_id: 84, restaurant_id: 77, dish_name: "dim-sum", order_date: new Date("2023-06-27T15:31:49Z"), quantity: 8, total_price: "6.43" },
            { id: 228, customer_id: 127, restaurant_id: 95, dish_name: "wrap ceviche soup", order_date: new Date("2023-09-24T11:20:15Z"), quantity: 5, total_price: "29.16" },
            { id: 229, customer_id: 76, restaurant_id: 11, dish_name: "salad taco kebab", order_date: new Date("2023-11-18T08:01:52Z"), quantity: 7, total_price: "126.79" },
            { id: 230, customer_id: 105, restaurant_id: 91, dish_name: "salad risotto sandwich", order_date: new Date("2023-01-29T13:27:35Z"), quantity: 7, total_price: "119.22" },
            { id: 231, customer_id: 173, restaurant_id: 34, dish_name: "curry pizza", order_date: new Date("2022-11-16T08:55:11Z"), quantity: 6, total_price: "194.32" },
            { id: 232, customer_id: 40, restaurant_id: 91, dish_name: "sandwich omelette wrap", order_date: new Date("2023-12-30T19:13:42Z"), quantity: 8, total_price: "26.14" },
            { id: 233, customer_id: 148, restaurant_id: 98, dish_name: "dim-sum ceviche burger", order_date: new Date("2023-01-09T12:48:52Z"), quantity: 6, total_price: "70.41" },
            { id: 234, customer_id: 33, restaurant_id: 90, dish_name: "taco steak", order_date: new Date("2022-08-31T21:37:16Z"), quantity: 6, total_price: "73.23" },
            { id: 235, customer_id: 142, restaurant_id: 97, dish_name: "kebab", order_date: new Date("2023-11-12T19:55:19Z"), quantity: 4, total_price: "11.15" },
            { id: 236, customer_id: 51, restaurant_id: 9, dish_name: "steak fajita dim-sum", order_date: new Date("2022-04-03T18:00:05Z"), quantity: 6, total_price: "169.49" },
            { id: 237, customer_id: 194, restaurant_id: 48, dish_name: "pizza dim-sum", order_date: new Date("2022-01-16T10:52:40Z"), quantity: 5, total_price: "39.44" },
            { id: 238, customer_id: 59, restaurant_id: 63, dish_name: "tart curry pasta", order_date: new Date("2023-04-03T13:21:28Z"), quantity: 4, total_price: "152.43" },
            { id: 239, customer_id: 105, restaurant_id: 50, dish_name: "pizza dim-sum pasta", order_date: new Date("2022-11-01T17:49:38Z"), quantity: 5, total_price: "125.52" },
            { id: 240, customer_id: 171, restaurant_id: 55, dish_name: "salad casserole", order_date: new Date("2022-09-26T15:09:14Z"), quantity: 8, total_price: "34.59" },
            { id: 241, customer_id: 57, restaurant_id: 77, dish_name: "kebab", order_date: new Date("2023-09-19T14:35:42Z"), quantity: 3, total_price: "100.88" },
            { id: 242, customer_id: 146, restaurant_id: 28, dish_name: "sandwich tart soup", order_date: new Date("2022-03-14T00:02:36Z"), quantity: 6, total_price: "53.95" },
            { id: 243, customer_id: 84, restaurant_id: 42, dish_name: "dim-sum ceviche sushi", order_date: new Date("2022-09-30T23:54:28Z"), quantity: 5, total_price: "46.78" },
            { id: 244, customer_id: 128, restaurant_id: 73, dish_name: "omelette burger", order_date: new Date("2023-09-09T14:55:03Z"), quantity: 6, total_price: "155.37" },
            { id: 245, customer_id: 9, restaurant_id: 24, dish_name: "quiche fajita burger", order_date: new Date("2023-06-17T07:19:59Z"), quantity: 6, total_price: "36.96" },
            { id: 246, customer_id: 57, restaurant_id: 52, dish_name: "omelette taco", order_date: new Date("2023-04-15T11:22:14Z"), quantity: 7, total_price: "55.73" },
            { id: 247, customer_id: 170, restaurant_id: 40, dish_name: "steak", order_date: new Date("2022-11-16T15:09:12Z"), quantity: 5, total_price: "7.16" },
            { id: 248, customer_id: 32, restaurant_id: 67, dish_name: "dim-sum", order_date: new Date("2023-08-05T09:03:56Z"), quantity: 6, total_price: "10.67" },
            { id: 249, customer_id: 180, restaurant_id: 91, dish_name: "fajita", order_date: new Date("2023-07-13T22:01:58Z"), quantity: 6, total_price: "29.98" },
            { id: 250, customer_id: 177, restaurant_id: 69, dish_name: "fajita omelette dim-sum", order_date: new Date("2023-07-09T22:19:40Z"), quantity: 5, total_price: "170.16" },
            { id: 251, customer_id: 196, restaurant_id: 30, dish_name: "ceviche", order_date: new Date("2022-01-10T16:43:48Z"), quantity: 5, total_price: "18.86" },
            { id: 252, customer_id: 143, restaurant_id: 11, dish_name: "casserole", order_date: new Date("2023-02-12T21:03:17Z"), quantity: 6, total_price: "6.21" },
            { id: 253, customer_id: 92, restaurant_id: 94, dish_name: "tart sushi", order_date: new Date("2022-11-23T00:31:21Z"), quantity: 6, total_price: "167.57" },
            { id: 254, customer_id: 59, restaurant_id: 67, dish_name: "ceviche casserole", order_date: new Date("2022-09-05T19:59:18Z"), quantity: 6, total_price: "14.64" },
            { id: 255, customer_id: 188, restaurant_id: 65, dish_name: "risotto", order_date: new Date("2023-12-10T20:16:47Z"), quantity: 6, total_price: "117.04" },
            { id: 256, customer_id: 28, restaurant_id: 20, dish_name: "wrap risotto tart", order_date: new Date("2023-10-12T21:54:08Z"), quantity: 4, total_price: "11.87" },
            { id: 257, customer_id: 64, restaurant_id: 67, dish_name: "risotto taco", order_date: new Date("2022-09-05T11:20:31Z"), quantity: 5, total_price: "14.97" },
            { id: 258, customer_id: 73, restaurant_id: 64, dish_name: "dim-sum", order_date: new Date("2023-05-03T19:21:07Z"), quantity: 4, total_price: "150.51" },
            { id: 259, customer_id: 134, restaurant_id: 80, dish_name: "salad curry burger", order_date: new Date("2023-06-06T08:47:59Z"), quantity: 3, total_price: "100.57" },
            { id: 260, customer_id: 188, restaurant_id: 44, dish_name: "tart burger pasta", order_date: new Date("2022-11-28T15:06:44Z"), quantity: 4, total_price: "154.83" },
            { id: 261, customer_id: 182, restaurant_id: 84, dish_name: "risotto omelette", order_date: new Date("2022-01-19T06:20:28Z"), quantity: 4, total_price: "26.25" },
            { id: 262, customer_id: 123, restaurant_id: 18, dish_name: "sandwich fajita", order_date: new Date("2022-01-26T12:50:13Z"), quantity: 7, total_price: "60.38" },
            { id: 263, customer_id: 48, restaurant_id: 22, dish_name: "curry", order_date: new Date("2023-11-24T12:27:34Z"), quantity: 4, total_price: "129.72" },
            { id: 264, customer_id: 3, restaurant_id: 15, dish_name: "kebab", order_date: new Date("2023-07-06T21:32:46Z"), quantity: 5, total_price: "5.47" },
            { id: 265, customer_id: 114, restaurant_id: 87, dish_name: "risotto", order_date: new Date("2022-08-27T12:01:21Z"), quantity: 4, total_price: "28.39" },
            { id: 266, customer_id: 125, restaurant_id: 17, dish_name: "wrap", order_date: new Date("2023-06-29T21:19:11Z"), quantity: 8, total_price: "108.88" },
            { id: 267, customer_id: 71, restaurant_id: 21, dish_name: "curry", order_date: new Date("2022-09-08T09:47:34Z"), quantity: 6, total_price: "172.94" },
            { id: 268, customer_id: 131, restaurant_id: 64, dish_name: "taco omelette risotto", order_date: new Date("2023-04-25T17:39:56Z"), quantity: 6, total_price: "28.21" },
            { id: 269, customer_id: 128, restaurant_id: 86, dish_name: "pizza kebab", order_date: new Date("2023-02-26T12:05:09Z"), quantity: 7, total_price: "60.02" },
            { id: 270, customer_id: 95, restaurant_id: 83, dish_name: "casserole", order_date: new Date("2023-02-26T11:13:09Z"), quantity: 4, total_price: "159.07" },
            { id: 271, customer_id: 22, restaurant_id: 60, dish_name: "casserole", order_date: new Date("2022-11-01T12:49:26Z"), quantity: 7, total_price: "115.76" },
            { id: 272, customer_id: 169, restaurant_id: 47, dish_name: "burger", order_date: new Date("2022-10-03T08:20:31Z"), quantity: 7, total_price: "6.12" },
            { id: 273, customer_id: 53, restaurant_id: 7, dish_name: "casserole", order_date: new Date("2023-02-21T02:22:07Z"), quantity: 6, total_price: "8.40" },
            { id: 274, customer_id: 104, restaurant_id: 97, dish_name: "wrap", order_date: new Date("2022-09-29T01:11:23Z"), quantity: 5, total_price: "164.84" },
            { id: 275, customer_id: 164, restaurant_id: 39, dish_name: "tart fajita", order_date: new Date("2022-03-20T22:03:07Z"), quantity: 7, total_price: "22.46" },
            { id: 276, customer_id: 58, restaurant_id: 100, dish_name: "curry", order_date: new Date("2023-02-28T09:27:46Z"), quantity: 4, total_price: "110.13" },
            { id: 277, customer_id: 131, restaurant_id: 49, dish_name: "steak fajita", order_date: new Date("2023-06-20T18:38:17Z"), quantity: 5, total_price: "37.80" },
            { id: 278, customer_id: 185, restaurant_id: 34, dish_name: "sushi", order_date: new Date("2022-03-17T17:48:18Z"), quantity: 4, total_price: "75.84" },
            { id: 279, customer_id: 143, restaurant_id: 97, dish_name: "omelette", order_date: new Date("2022-03-14T16:47:22Z"), quantity: 6, total_price: "86.67" },
            { id: 280, customer_id: 108, restaurant_id: 93, dish_name: "soup quiche", order_date: new Date("2023-09-03T19:56:26Z"), quantity: 5, total_price: "115.90" },
            { id: 281, customer_id: 61, restaurant_id: 88, dish_name: "wrap pizza fajita", order_date: new Date("2022-03-10T13:10:42Z"), quantity: 7, total_price: "15.55" },
            { id: 282, customer_id: 129, restaurant_id: 96, dish_name: "fajita", order_date: new Date("2022-08-19T19:24:35Z"), quantity: 6, total_price: "5.55" },
            { id: 283, customer_id: 187, restaurant_id: 36, dish_name: "casserole quiche", order_date: new Date("2022-08-09T18:01:21Z"), quantity: 6, total_price: "114.65" },
            { id: 284, customer_id: 158, restaurant_id: 42, dish_name: "burger", order_date: new Date("2023-10-03T10:53:18Z"), quantity: 7, total_price: "62.45" },
            { id: 285, customer_id: 52, restaurant_id: 80, dish_name: "kebab curry wrap", order_date: new Date("2022-07-06T21:30:00Z"), quantity: 4, total_price: "7.67" },
            { id: 286, customer_id: 116, restaurant_id: 53, dish_name: "taco sushi", order_date: new Date("2022-08-01T11:15:35Z"), quantity: 6, total_price: "45.08" },
            { id: 287, customer_id: 32, restaurant_id: 56, dish_name: "risotto fajita", order_date: new Date("2022-05-06T09:48:52Z"), quantity: 3, total_price: "12.12" },
            { id: 288, customer_id: 132, restaurant_id: 93, dish_name: "dim-sum soup", order_date: new Date("2023-11-08T04:00:48Z"), quantity: 5, total_price: "91.77" },
            { id: 289, customer_id: 44, restaurant_id: 73, dish_name: "wrap", order_date: new Date("2023-05-20T15:54:01Z"), quantity: 6, total_price: "30.31" },
            { id: 290, customer_id: 118, restaurant_id: 31, dish_name: "casserole pasta", order_date: new Date("2022-02-08T22:44:59Z"), quantity: 5, total_price: "123.08" },
            { id: 291, customer_id: 39, restaurant_id: 86, dish_name: "soup", order_date: new Date("2023-04-15T23:29:23Z"), quantity: 8, total_price: "70.48" },
            { id: 292, customer_id: 116, restaurant_id: 82, dish_name: "soup", order_date: new Date("2023-01-08T20:06:31Z"), quantity: 8, total_price: "36.39" },
            { id: 293, customer_id: 68, restaurant_id: 10, dish_name: "wrap steak soup", order_date: new Date("2023-12-07T16:51:17Z"), quantity: 7, total_price: "12.06" },
            { id: 294, customer_id: 44, restaurant_id: 82, dish_name: "sushi risotto", order_date: new Date("2022-08-20T13:36:57Z"), quantity: 4, total_price: "166.07" },
            { id: 295, customer_id: 58, restaurant_id: 19, dish_name: "omelette ceviche kebab", order_date: new Date("2022-01-10T16:33:31Z"), quantity: 7, total_price: "26.37" },
            { id: 296, customer_id: 129, restaurant_id: 56, dish_name: "dim-sum", order_date: new Date("2023-04-08T20:45:35Z"), quantity: 6, total_price: "10.43" },
            { id: 297, customer_id: 85, restaurant_id: 79, dish_name: "taco", order_date: new Date("2022-12-20T10:29:33Z"), quantity: 6, total_price: "12.38" },
            { id: 298, customer_id: 84, restaurant_id: 50, dish_name: "ceviche kebab risotto", order_date: new Date("2023-04-01T19:43:02Z"), quantity: 6, total_price: "126.25" },
            { id: 299, customer_id: 146, restaurant_id: 82, dish_name: "sandwich", order_date: new Date("2022-10-27T06:40:45Z"), quantity: 6, total_price: "57.95" },
            { id: 300, customer_id: 78, restaurant_id: 63, dish_name: "dim-sum sushi risotto", order_date: new Date("2022-08-28T19:45:53Z"), quantity: 6, total_price: "177.02" },
        ],
    });
    await prisma.reservations.createMany({
        data: [
            { id: 1, customer_id: 199, restaurant_id: 37, reservation_date: new Date("2022-08-24T10:48:59Z"), status: "confirmed", party_size: 9, special_requests: "vegan" },
            { id: 2, customer_id: 145, restaurant_id: 45, reservation_date: new Date("2023-04-22T18:00:07Z"), status: "no-show", party_size: 15, special_requests: "vegan" },
            { id: 3, customer_id: 80, restaurant_id: 64, reservation_date: new Date("2023-10-11T10:07:36Z"), status: "confirmed", party_size: 10, special_requests: "window seat" },
            { id: 4, customer_id: 24, restaurant_id: 82, reservation_date: new Date("2022-04-04T21:50:20Z"), status: "confirmed", party_size: 7, special_requests: "birthday celebration" },
            { id: 5, customer_id: 91, restaurant_id: 66, reservation_date: new Date("2022-10-27T21:47:43Z"), status: "confirmed", party_size: 13, special_requests: "early arrival" },
            { id: 6, customer_id: 40, restaurant_id: 52, reservation_date: new Date("2023-04-21T14:20:47Z"), status: "confirmed", party_size: 11, special_requests: "vegan" },
            { id: 7, customer_id: 133, restaurant_id: 29, reservation_date: new Date("2023-09-24T14:40:08Z"), status: "confirmed", party_size: 16, special_requests: "quiet area" },
            { id: 8, customer_id: 13, restaurant_id: 50, reservation_date: new Date("2022-09-29T19:10:18Z"), status: "confirmed", party_size: 10, special_requests: "window seat" },
            { id: 9, customer_id: 160, restaurant_id: 22, reservation_date: new Date("2022-06-01T13:31:15Z"), status: "confirmed", party_size: 12, special_requests: "birthday celebration" },
            { id: 10, customer_id: 28, restaurant_id: 15, reservation_date: new Date("2022-02-05T16:51:33Z"), status: "confirmed", party_size: 12, special_requests: "vegan" },
            { id: 11, customer_id: 130, restaurant_id: 16, reservation_date: new Date("2022-02-10T11:03:41Z"), status: "confirmed", party_size: 8, special_requests: "menu preference" },
            { id: 12, customer_id: 2, restaurant_id: 2, reservation_date: new Date("2023-05-17T13:06:04Z"), status: "canceled", party_size: 11, special_requests: "vegan" },
            { id: 13, customer_id: 32, restaurant_id: 56, reservation_date: new Date("2023-09-02T17:13:07Z"), status: "confirmed", party_size: 16, special_requests: "vegan" },
            { id: 14, customer_id: 179, restaurant_id: 8, reservation_date: new Date("2022-03-21T10:55:00Z"), status: "canceled", party_size: 11, special_requests: "vegan" },
            { id: 15, customer_id: 2, restaurant_id: 3, reservation_date: new Date("2022-03-16T15:14:13Z"), status: "confirmed", party_size: 13, special_requests: "window seat" },
            { id: 16, customer_id: 180, restaurant_id: 43, reservation_date: new Date("2022-07-10T13:25:19Z"), status: "no-show", party_size: 8, special_requests: "vegan" },
            { id: 17, customer_id: 56, restaurant_id: 10, reservation_date: new Date("2023-02-21T13:49:17Z"), status: "no-show", party_size: 13, special_requests: "vegan" },
            { id: 18, customer_id: 103, restaurant_id: 22, reservation_date: new Date("2022-06-08T10:50:55Z"), status: "confirmed", party_size: 14, special_requests: "birthday celebration" },
            { id: 19, customer_id: 154, restaurant_id: 57, reservation_date: new Date("2022-05-04T19:15:09Z"), status: "confirmed", party_size: 8, special_requests: "vegan" },
            { id: 20, customer_id: 117, restaurant_id: 27, reservation_date: new Date("2022-05-23T09:27:54Z"), status: "confirmed", party_size: 9, special_requests: "vegan" },
            { id: 21, customer_id: 154, restaurant_id: 87, reservation_date: new Date("2022-12-15T09:26:40Z"), status: "confirmed", party_size: 9, special_requests: "quiet area" },
            { id: 22, customer_id: 126, restaurant_id: 100, reservation_date: new Date("2023-02-06T18:54:28Z"), status: "confirmed", party_size: 6, special_requests: "high chair" },
            { id: 23, customer_id: 148, restaurant_id: 88, reservation_date: new Date("2022-08-14T11:21:17Z"), status: "confirmed", party_size: 10, special_requests: "high chair" },
            { id: 24, customer_id: 85, restaurant_id: 96, reservation_date: new Date("2022-05-20T15:38:59Z"), status: "no-show", party_size: 10, special_requests: "vegan" },
            { id: 25, customer_id: 183, restaurant_id: 81, reservation_date: new Date("2023-12-22T11:23:34Z"), status: "confirmed", party_size: 7, special_requests: "vegan" },
            { id: 26, customer_id: 26, restaurant_id: 11, reservation_date: new Date("2022-05-28T17:13:51Z"), status: "confirmed", party_size: 7, special_requests: "vegan" },
            { id: 27, customer_id: 64, restaurant_id: 78, reservation_date: new Date("2023-08-14T09:24:06Z"), status: "no-show", party_size: 9, special_requests: "birthday celebration" },
            { id: 28, customer_id: 181, restaurant_id: 66, reservation_date: new Date("2022-02-12T08:42:29Z"), status: "confirmed", party_size: 12, special_requests: "vegan" },
            { id: 29, customer_id: 181, restaurant_id: 44, reservation_date: new Date("2022-08-20T10:49:33Z"), status: "canceled", party_size: 11, special_requests: "high chair" },
            { id: 30, customer_id: 112, restaurant_id: 29, reservation_date: new Date("2023-09-09T08:55:05Z"), status: "confirmed", party_size: 7, special_requests: "quiet area" },
            { id: 31, customer_id: 183, restaurant_id: 59, reservation_date: new Date("2022-12-26T17:06:37Z"), status: "confirmed", party_size: 12, special_requests: "vegan" },
            { id: 32, customer_id: 71, restaurant_id: 2, reservation_date: new Date("2023-10-23T15:15:51Z"), status: "confirmed", party_size: 13, special_requests: "allergy" },
            { id: 33, customer_id: 11, restaurant_id: 76, reservation_date: new Date("2023-11-04T12:44:38Z"), status: "confirmed", party_size: 10, special_requests: "window seat" },
            { id: 34, customer_id: 133, restaurant_id: 66, reservation_date: new Date("2022-05-07T13:20:00Z"), status: "confirmed", party_size: 13, special_requests: "window seat" },
            { id: 35, customer_id: 84, restaurant_id: 36, reservation_date: new Date("2022-05-01T16:22:26Z"), status: "canceled", party_size: 7, special_requests: "birthday celebration" },
            { id: 36, customer_id: 85, restaurant_id: 63, reservation_date: new Date("2023-03-21T16:45:16Z"), status: "confirmed", party_size: 11, special_requests: "vegan" },
            { id: 37, customer_id: 81, restaurant_id: 51, reservation_date: new Date("2022-09-09T14:06:49Z"), status: "canceled", party_size: 10, special_requests: "window seat" },
            { id: 38, customer_id: 5, restaurant_id: 85, reservation_date: new Date("2023-01-27T09:13:19Z"), status: "confirmed", party_size: 14, special_requests: "window seat" },
            { id: 39, customer_id: 174, restaurant_id: 73, reservation_date: new Date("2022-03-30T14:25:59Z"), status: "confirmed", party_size: 16, special_requests: "vegan" },
            { id: 40, customer_id: 159, restaurant_id: 34, reservation_date: new Date("2022-04-21T19:07:42Z"), status: "canceled", party_size: 8, special_requests: "group seating" },
            { id: 41, customer_id: 19, restaurant_id: 73, reservation_date: new Date("2023-12-25T11:10:22Z"), status: "confirmed", party_size: 15, special_requests: "birthday celebration" },
            { id: 42, customer_id: 85, restaurant_id: 39, reservation_date: new Date("2023-02-10T13:43:58Z"), status: "confirmed", party_size: 11, special_requests: "vegan" },
            { id: 43, customer_id: 151, restaurant_id: 27, reservation_date: new Date("2023-10-01T16:14:37Z"), status: "confirmed", party_size: 6, special_requests: "vegan" },
            { id: 44, customer_id: 74, restaurant_id: 17, reservation_date: new Date("2023-09-07T16:35:10Z"), status: "confirmed", party_size: 11, special_requests: "vegan" },
            { id: 45, customer_id: 25, restaurant_id: 32, reservation_date: new Date("2022-06-10T09:26:21Z"), status: "confirmed", party_size: 11, special_requests: "vegan" },
            { id: 46, customer_id: 172, restaurant_id: 26, reservation_date: new Date("2023-03-12T16:32:37Z"), status: "confirmed", party_size: 12, special_requests: "menu preference" },
            { id: 47, customer_id: 29, restaurant_id: 12, reservation_date: new Date("2023-09-02T13:41:06Z"), status: "confirmed", party_size: 9, special_requests: "vegan" },
            { id: 48, customer_id: 173, restaurant_id: 86, reservation_date: new Date("2022-01-11T12:41:25Z"), status: "confirmed", party_size: 14, special_requests: "vegan" },
            { id: 49, customer_id: 159, restaurant_id: 82, reservation_date: new Date("2022-03-13T10:37:33Z"), status: "no-show", party_size: 10, special_requests: "window seat" },
            { id: 50, customer_id: 60, restaurant_id: 50, reservation_date: new Date("2022-02-01T15:06:01Z"), status: "confirmed", party_size: 11, special_requests: "window seat" },
            { id: 51, customer_id: 110, restaurant_id: 6, reservation_date: new Date("2022-12-26T14:30:36Z"), status: "no-show", party_size: 13, special_requests: "high chair" },
            { id: 52, customer_id: 78, restaurant_id: 45, reservation_date: new Date("2023-11-20T14:32:29Z"), status: "no-show", party_size: 10, special_requests: "allergy" },
            { id: 53, customer_id: 145, restaurant_id: 97, reservation_date: new Date("2022-03-08T14:44:04Z"), status: "confirmed", party_size: 12, special_requests: "allergy" },
            { id: 54, customer_id: 150, restaurant_id: 85, reservation_date: new Date("2023-07-06T17:23:28Z"), status: "confirmed", party_size: 9, special_requests: "window seat" },
            { id: 55, customer_id: 127, restaurant_id: 94, reservation_date: new Date("2022-05-31T09:45:10Z"), status: "confirmed", party_size: 14, special_requests: "group seating" },
            { id: 56, customer_id: 43, restaurant_id: 9, reservation_date: new Date("2023-12-24T10:09:43Z"), status: "canceled", party_size: 13, special_requests: "window seat" },
            { id: 57, customer_id: 56, restaurant_id: 84, reservation_date: new Date("2023-01-12T13:23:09Z"), status: "canceled", party_size: 14, special_requests: "birthday celebration" },
            { id: 58, customer_id: 77, restaurant_id: 40, reservation_date: new Date("2022-12-22T13:44:46Z"), status: "confirmed", party_size: 13, special_requests: "surprise" },
            { id: 59, customer_id: 49, restaurant_id: 17, reservation_date: new Date("2022-07-13T08:33:45Z"), status: "confirmed", party_size: 5, special_requests: "champagne" },
            { id: 60, customer_id: 158, restaurant_id: 36, reservation_date: new Date("2023-02-13T09:38:07Z"), status: "confirmed", party_size: 9, special_requests: "vegan" },
            { id: 61, customer_id: 70, restaurant_id: 94, reservation_date: new Date("2022-06-05T11:51:45Z"), status: "canceled", party_size: 11, special_requests: "birthday celebration" },
            { id: 62, customer_id: 104, restaurant_id: 80, reservation_date: new Date("2022-10-20T16:46:59Z"), status: "canceled", party_size: 5, special_requests: "window seat" },
            { id: 63, customer_id: 125, restaurant_id: 46, reservation_date: new Date("2023-04-01T09:03:58Z"), status: "confirmed", party_size: 10, special_requests: "quiet area" },
            { id: 64, customer_id: 173, restaurant_id: 89, reservation_date: new Date("2023-12-20T11:55:51Z"), status: "confirmed", party_size: 14, special_requests: "vegan" },
            { id: 65, customer_id: 72, restaurant_id: 88, reservation_date: new Date("2023-06-26T11:14:24Z"), status: "canceled", party_size: 14, special_requests: "vegan" },
            { id: 66, customer_id: 124, restaurant_id: 3, reservation_date: new Date("2022-09-26T17:43:17Z"), status: "confirmed", party_size: 10, special_requests: "vegan" },
            { id: 67, customer_id: 167, restaurant_id: 35, reservation_date: new Date("2023-04-24T09:42:57Z"), status: "confirmed", party_size: 12, special_requests: "birthday celebration" },
            { id: 68, customer_id: 175, restaurant_id: 46, reservation_date: new Date("2022-08-11T08:36:19Z"), status: "confirmed", party_size: 10, special_requests: "window seat" },
            { id: 69, customer_id: 97, restaurant_id: 23, reservation_date: new Date("2023-03-28T10:37:08Z"), status: "canceled", party_size: 15, special_requests: "menu preference" },
            { id: 70, customer_id: 35, restaurant_id: 53, reservation_date: new Date("2022-12-24T13:22:31Z"), status: "confirmed", party_size: 12, special_requests: "birthday celebration" },
            { id: 71, customer_id: 106, restaurant_id: 6, reservation_date: new Date("2023-09-16T10:36:45Z"), status: "confirmed", party_size: 11, special_requests: "surprise" },
            { id: 72, customer_id: 113, restaurant_id: 43, reservation_date: new Date("2022-08-03T16:37:03Z"), status: "confirmed", party_size: 8, special_requests: "birthday celebration" },
            { id: 73, customer_id: 55, restaurant_id: 42, reservation_date: new Date("2022-09-25T18:01:29Z"), status: "confirmed", party_size: 9, special_requests: "group seating" },
            { id: 74, customer_id: 84, restaurant_id: 71, reservation_date: new Date("2023-11-07T09:09:08Z"), status: "canceled", party_size: 8, special_requests: "vegan" },
            { id: 75, customer_id: 177, restaurant_id: 96, reservation_date: new Date("2022-08-20T15:21:49Z"), status: "confirmed", party_size: 11, special_requests: "vegan" },
            { id: 76, customer_id: 150, restaurant_id: 96, reservation_date: new Date("2022-01-22T11:40:11Z"), status: "no-show", party_size: 14, special_requests: "vegan" },
            { id: 77, customer_id: 40, restaurant_id: 88, reservation_date: new Date("2023-06-27T09:45:08Z"), status: "canceled", party_size: 14, special_requests: "birthday celebration" },
            { id: 78, customer_id: 6, restaurant_id: 71, reservation_date: new Date("2023-12-18T16:14:46Z"), status: "confirmed", party_size: 11, special_requests: "high chair" },
            { id: 79, customer_id: 51, restaurant_id: 47, reservation_date: new Date("2023-03-01T20:56:37Z"), status: "confirmed", party_size: 11, special_requests: "window seat" },
            { id: 80, customer_id: 125, restaurant_id: 43, reservation_date: new Date("2023-05-28T13:37:08Z"), status: "no-show", party_size: 5, special_requests: "birthday celebration" },
            { id: 81, customer_id: 147, restaurant_id: 57, reservation_date: new Date("2022-02-22T09:58:37Z"), status: "confirmed", party_size: 13, special_requests: "vegan" },
            { id: 82, customer_id: 96, restaurant_id: 19, reservation_date: new Date("2023-08-21T08:48:25Z"), status: "confirmed", party_size: 13, special_requests: "birthday celebration" },
            { id: 83, customer_id: 20, restaurant_id: 3, reservation_date: new Date("2022-06-05T10:49:44Z"), status: "confirmed", party_size: 16, special_requests: "window seat" },
            { id: 84, customer_id: 95, restaurant_id: 19, reservation_date: new Date("2023-02-06T18:10:07Z"), status: "canceled", party_size: 15, special_requests: "vegan" },
            { id: 85, customer_id: 156, restaurant_id: 25, reservation_date: new Date("2023-05-04T16:55:14Z"), status: "confirmed", party_size: 8, special_requests: "vegan" },
            { id: 86, customer_id: 182, restaurant_id: 58, reservation_date: new Date("2022-10-05T09:04:59Z"), status: "confirmed", party_size: 12, special_requests: "early arrival" },
            { id: 87, customer_id: 71, restaurant_id: 45, reservation_date: new Date("2023-07-09T16:02:47Z"), status: "confirmed", party_size: 9, special_requests: "vegan" },
            { id: 88, customer_id: 119, restaurant_id: 61, reservation_date: new Date("2022-11-25T11:13:45Z"), status: "confirmed", party_size: 8, special_requests: "champagne" },
            { id: 89, customer_id: 48, restaurant_id: 81, reservation_date: new Date("2022-02-16T10:14:53Z"), status: "canceled", party_size: 9, special_requests: "group seating" },
            { id: 90, customer_id: 65, restaurant_id: 25, reservation_date: new Date("2023-03-25T10:44:54Z"), status: "no-show", party_size: 9, special_requests: "window seat" },
            { id: 91, customer_id: 173, restaurant_id: 65, reservation_date: new Date("2022-01-18T14:57:04Z"), status: "confirmed", party_size: 13, special_requests: "menu preference" },
            { id: 92, customer_id: 68, restaurant_id: 96, reservation_date: new Date("2023-11-19T19:51:11Z"), status: "no-show", party_size: 12, special_requests: "window seat" },
            { id: 93, customer_id: 143, restaurant_id: 16, reservation_date: new Date("2023-05-03T13:08:12Z"), status: "confirmed", party_size: 9, special_requests: "allergy" },
            { id: 94, customer_id: 1, restaurant_id: 9, reservation_date: new Date("2023-12-16T10:35:15Z"), status: "confirmed", party_size: 12, special_requests: "vegan" },
            { id: 95, customer_id: 188, restaurant_id: 61, reservation_date: new Date("2022-05-21T12:16:44Z"), status: "confirmed", party_size: 7, special_requests: "window seat" },
            { id: 96, customer_id: 128, restaurant_id: 11, reservation_date: new Date("2022-04-19T13:24:07Z"), status: "confirmed", party_size: 9, special_requests: "group seating" },
            { id: 97, customer_id: 151, restaurant_id: 90, reservation_date: new Date("2023-08-06T12:33:17Z"), status: "confirmed", party_size: 10, special_requests: "vegan" },
            { id: 98, customer_id: 14, restaurant_id: 19, reservation_date: new Date("2023-02-21T14:47:00Z"), status: "confirmed", party_size: 12, special_requests: "vegan" },
            { id: 99, customer_id: 31, restaurant_id: 93, reservation_date: new Date("2022-01-08T16:02:55Z"), status: "no-show", party_size: 6, special_requests: "high chair" },
            { id: 100, customer_id: 21, restaurant_id: 18, reservation_date: new Date("2023-08-27T15:23:42Z"), status: "confirmed", party_size: 15, special_requests: "vegan" },
            { id: 101, customer_id: 18, restaurant_id: 18, reservation_date: new Date("2022-11-17T11:22:36Z"), status: "confirmed", party_size: 10, special_requests: "vegan" },
            { id: 102, customer_id: 180, restaurant_id: 6, reservation_date: new Date("2023-01-09T15:20:45Z"), status: "canceled", party_size: 16, special_requests: "window seat" },
            { id: 103, customer_id: 90, restaurant_id: 63, reservation_date: new Date("2023-01-31T14:10:52Z"), status: "confirmed", party_size: 15, special_requests: "window seat" },
            { id: 104, customer_id: 131, restaurant_id: 54, reservation_date: new Date("2022-01-25T06:28:19Z"), status: "canceled", party_size: 8, special_requests: "high chair" },
            { id: 105, customer_id: 182, restaurant_id: 23, reservation_date: new Date("2022-11-15T15:11:55Z"), status: "confirmed", party_size: 8, special_requests: "birthday celebration" },
            { id: 106, customer_id: 29, restaurant_id: 65, reservation_date: new Date("2023-10-22T11:48:26Z"), status: "confirmed", party_size: 10, special_requests: "window seat" },
            { id: 107, customer_id: 100, restaurant_id: 6, reservation_date: new Date("2022-06-05T11:21:59Z"), status: "confirmed", party_size: 7, special_requests: "birthday celebration" },
            { id: 108, customer_id: 123, restaurant_id: 8, reservation_date: new Date("2022-04-29T11:22:37Z"), status: "no-show", party_size: 10, special_requests: "allergy" },
            { id: 109, customer_id: 116, restaurant_id: 89, reservation_date: new Date("2023-01-18T12:00:57Z"), status: "canceled", party_size: 13, special_requests: "vegan" },
            { id: 110, customer_id: 80, restaurant_id: 84, reservation_date: new Date("2023-10-31T11:18:44Z"), status: "confirmed", party_size: 12, special_requests: "window seat" },
            { id: 111, customer_id: 91, restaurant_id: 93, reservation_date: new Date("2023-05-30T11:51:27Z"), status: "confirmed", party_size: 13, special_requests: "late arrival" },
            { id: 112, customer_id: 84, restaurant_id: 76, reservation_date: new Date("2022-03-31T12:40:29Z"), status: "confirmed", party_size: 8, special_requests: "window seat" },
            { id: 113, customer_id: 77, restaurant_id: 7, reservation_date: new Date("2023-06-07T13:36:01Z"), status: "canceled", party_size: 14, special_requests: "vegan" },
            { id: 114, customer_id: 109, restaurant_id: 20, reservation_date: new Date("2023-10-25T11:23:37Z"), status: "canceled", party_size: 11, special_requests: "quiet area" },
            { id: 115, customer_id: 112, restaurant_id: 87, reservation_date: new Date("2023-06-14T15:28:39Z"), status: "canceled", party_size: 14, special_requests: "high chair" },
            { id: 116, customer_id: 146, restaurant_id: 16, reservation_date: new Date("2022-10-16T15:36:07Z"), status: "canceled", party_size: 11, special_requests: "high chair" },
            { id: 117, customer_id: 103, restaurant_id: 47, reservation_date: new Date("2022-01-03T16:45:39Z"), status: "confirmed", party_size: 7, special_requests: "allergy" },
            { id: 118, customer_id: 131, restaurant_id: 42, reservation_date: new Date("2023-06-15T17:20:31Z"), status: "canceled", party_size: 8, special_requests: "birthday celebration" },
            { id: 119, customer_id: 103, restaurant_id: 84, reservation_date: new Date("2022-03-21T14:40:29Z"), status: "confirmed", party_size: 12, special_requests: "birthday celebration" },
            { id: 120, customer_id: 193, restaurant_id: 10, reservation_date: new Date("2022-03-09T10:07:28Z"), status: "confirmed", party_size: 12, special_requests: "window seat" },
            { id: 121, customer_id: 28, restaurant_id: 54, reservation_date: new Date("2023-08-21T11:12:33Z"), status: "no-show", party_size: 12, special_requests: "vegan" },
            { id: 122, customer_id: 15, restaurant_id: 10, reservation_date: new Date("2022-03-04T11:38:05Z"), status: "canceled", party_size: 14, special_requests: "late arrival" },
            { id: 123, customer_id: 139, restaurant_id: 46, reservation_date: new Date("2022-05-02T09:14:47Z"), status: "confirmed", party_size: 6, special_requests: "vegan" },
            { id: 124, customer_id: 180, restaurant_id: 7, reservation_date: new Date("2023-02-23T16:18:58Z"), status: "confirmed", party_size: 12, special_requests: "vegan" },
            { id: 125, customer_id: 77, restaurant_id: 55, reservation_date: new Date("2022-05-14T19:30:41Z"), status: "confirmed", party_size: 10, special_requests: "champagne" },
            { id: 126, customer_id: 97, restaurant_id: 6, reservation_date: new Date("2022-08-08T15:45:28Z"), status: "confirmed", party_size: 11, special_requests: "allergy" },
            { id: 127, customer_id: 29, restaurant_id: 99, reservation_date: new Date("2022-06-28T12:49:20Z"), status: "canceled", party_size: 15, special_requests: "window seat" },
            { id: 128, customer_id: 151, restaurant_id: 8, reservation_date: new Date("2022-08-17T21:11:10Z"), status: "canceled", party_size: 9, special_requests: "window seat" },
            { id: 129, customer_id: 78, restaurant_id: 72, reservation_date: new Date("2023-03-18T16:01:37Z"), status: "canceled", party_size: 10, special_requests: "vegan" },
            { id: 130, customer_id: 119, restaurant_id: 67, reservation_date: new Date("2022-01-17T12:31:26Z"), status: "canceled", party_size: 14, special_requests: "vegan" },
            { id: 131, customer_id: 109, restaurant_id: 65, reservation_date: new Date("2022-09-16T16:38:56Z"), status: "canceled", party_size: 17, special_requests: "birthday celebration" },
            { id: 132, customer_id: 60, restaurant_id: 69, reservation_date: new Date("2023-07-24T12:31:00Z"), status: "confirmed", party_size: 10, special_requests: "vegan" },
            { id: 133, customer_id: 128, restaurant_id: 24, reservation_date: new Date("2022-04-24T07:47:29Z"), status: "confirmed", party_size: 11, special_requests: "allergy" },
            { id: 134, customer_id: 199, restaurant_id: 83, reservation_date: new Date("2023-01-02T12:56:50Z"), status: "confirmed", party_size: 10, special_requests: "window seat" },
            { id: 135, customer_id: 67, restaurant_id: 68, reservation_date: new Date("2023-01-23T12:28:35Z"), status: "confirmed", party_size: 13, special_requests: "vegan" },
            { id: 136, customer_id: 176, restaurant_id: 47, reservation_date: new Date("2022-07-23T15:46:11Z"), status: "confirmed", party_size: 15, special_requests: "vegan" },
            { id: 137, customer_id: 42, restaurant_id: 24, reservation_date: new Date("2022-08-10T17:34:18Z"), status: "canceled", party_size: 16, special_requests: "high chair" },
            { id: 138, customer_id: 54, restaurant_id: 21, reservation_date: new Date("2023-08-28T15:49:12Z"), status: "canceled", party_size: 9, special_requests: "birthday celebration" },
            { id: 139, customer_id: 121, restaurant_id: 90, reservation_date: new Date("2022-10-17T15:15:29Z"), status: "confirmed", party_size: 8, special_requests: "allergy" },
            { id: 140, customer_id: 80, restaurant_id: 10, reservation_date: new Date("2023-11-24T13:36:55Z"), status: "canceled", party_size: 9, special_requests: "late arrival" },
            { id: 141, customer_id: 185, restaurant_id: 38, reservation_date: new Date("2023-09-06T13:08:10Z"), status: "confirmed", party_size: 6, special_requests: "menu preference" },
            { id: 142, customer_id: 9, restaurant_id: 72, reservation_date: new Date("2022-09-27T10:05:10Z"), status: "confirmed", party_size: 12, special_requests: "window seat" },
            { id: 143, customer_id: 115, restaurant_id: 100, reservation_date: new Date("2023-09-04T11:32:48Z"), status: "no-show", party_size: 11, special_requests: "birthday celebration" },
            { id: 144, customer_id: 87, restaurant_id: 59, reservation_date: new Date("2022-12-28T11:31:44Z"), status: "no-show", party_size: 14, special_requests: "vegan" },
            { id: 145, customer_id: 197, restaurant_id: 18, reservation_date: new Date("2022-08-09T15:56:43Z"), status: "confirmed", party_size: 10, special_requests: "vegan" },
            { id: 146, customer_id: 179, restaurant_id: 9, reservation_date: new Date("2023-01-13T09:15:49Z"), status: "no-show", party_size: 7, special_requests: "vegan" },
            { id: 147, customer_id: 87, restaurant_id: 15, reservation_date: new Date("2022-10-02T16:41:17Z"), status: "canceled", party_size: 9, special_requests: "vegan" },
            { id: 148, customer_id: 90, restaurant_id: 97, reservation_date: new Date("2022-01-02T06:14:15Z"), status: "confirmed", party_size: 7, special_requests: "group seating" },
            { id: 149, customer_id: 39, restaurant_id: 28, reservation_date: new Date("2023-02-11T14:29:57Z"), status: "canceled", party_size: 13, special_requests: "vegan" },
            { id: 150, customer_id: 98, restaurant_id: 68, reservation_date: new Date("2022-02-21T07:30:42Z"), status: "canceled", party_size: 7, special_requests: "champagne" },
        ],
    });
    await prisma.reviews.createMany({
        data: [
            { id: 1, customer_id: 77, restaurant_id: 44, rating: 5, review_text: "The shipment was delayed — duplicate case, no further action.", review_date: new Date("2023-09-03T12:50:20Z") },
            { id: 2, customer_id: 85, restaurant_id: 94, rating: 5, review_text: "The claim was reviewed — late case, no further action.", review_date: new Date("2023-01-26T12:04:04Z") },
            { id: 3, customer_id: 200, restaurant_id: 13, rating: 1, review_text: "No response from the reviewer, so the record was replaced.", review_date: new Date("2023-10-04T19:10:16Z") },
            { id: 4, customer_id: 22, restaurant_id: 54, rating: 3, review_text: "No response from the supplier, so the record was resolved.", review_date: new Date("2023-10-19T14:36:44Z") },
            { id: 5, customer_id: 60, restaurant_id: 23, rating: 4, review_text: "An operator reported a manual issue; the order was rejected.", review_date: new Date("2022-10-28T11:20:26Z") },
            { id: 6, customer_id: 80, restaurant_id: 40, rating: 4, review_text: "The customer reported an automatic issue; the claim was delayed.", review_date: new Date("2022-09-22T12:32:28Z") },
            { id: 7, customer_id: 146, restaurant_id: 45, rating: 2, review_text: "The shipment was updated — incomplete case, no further action.", review_date: new Date("2022-10-13T17:43:57Z") },
            { id: 8, customer_id: 164, restaurant_id: 33, rating: 3, review_text: "The session was rescheduled — unusual case, no further action.", review_date: new Date("2023-01-14T08:45:23Z") },
            { id: 9, customer_id: 70, restaurant_id: 80, rating: 3, review_text: "The session was updated — unusual case, no further action.", review_date: new Date("2022-06-19T21:31:07Z") },
            { id: 10, customer_id: 173, restaurant_id: 2, rating: 4, review_text: "The customer reported a duplicate issue; the invoice was closed.", review_date: new Date("2023-01-07T11:16:29Z") },
            { id: 11, customer_id: 28, restaurant_id: 45, rating: 5, review_text: "An operator confirmed the details and the item was reopened.", review_date: new Date("2022-10-06T22:40:29Z") },
            { id: 12, customer_id: 82, restaurant_id: 46, rating: 5, review_text: "The supplier asked for a change and the payment was refunded.", review_date: new Date("2023-06-27T19:03:26Z") },
            { id: 13, customer_id: 174, restaurant_id: 73, rating: 4, review_text: "The supplier asked for a change and the invoice was escalated.", review_date: new Date("2023-12-16T08:18:53Z") },
            { id: 14, customer_id: 88, restaurant_id: 74, rating: 5, review_text: "The customer confirmed the details and the document was reopened.", review_date: new Date("2022-06-18T12:41:57Z") },
            { id: 15, customer_id: 117, restaurant_id: 36, rating: 4, review_text: "The claim was confirmed — unusual case, no further action.", review_date: new Date("2023-05-28T06:18:01Z") },
            { id: 16, customer_id: 103, restaurant_id: 60, rating: 5, review_text: "The customer reported an automatic issue; the document was delayed.", review_date: new Date("2022-10-19T16:09:05Z") },
            { id: 17, customer_id: 150, restaurant_id: 49, rating: 4, review_text: "The team confirmed the details and the transfer was rejected.", review_date: new Date("2023-02-04T16:13:33Z") },
            { id: 18, customer_id: 157, restaurant_id: 53, rating: 4, review_text: "The customer confirmed the details and the request was completed.", review_date: new Date("2022-10-23T11:40:38Z") },
            { id: 19, customer_id: 123, restaurant_id: 28, rating: 3, review_text: "The courier confirmed the details and the refund was closed.", review_date: new Date("2022-07-21T21:13:45Z") },
            { id: 20, customer_id: 139, restaurant_id: 11, rating: 5, review_text: "No response from the account owner, so the order was rescheduled.", review_date: new Date("2022-12-18T23:07:54Z") },
            { id: 21, customer_id: 65, restaurant_id: 73, rating: 5, review_text: "No response from the supplier, so the delivery was cancelled.", review_date: new Date("2023-06-27T16:22:00Z") },
            { id: 22, customer_id: 30, restaurant_id: 38, rating: 3, review_text: "The report was rejected — manual case, no further action.", review_date: new Date("2022-12-03T08:59:10Z") },
            { id: 23, customer_id: 49, restaurant_id: 36, rating: 1, review_text: "No response from the courier, so the delivery was processed.", review_date: new Date("2023-04-30T13:20:58Z") },
            { id: 24, customer_id: 151, restaurant_id: 22, rating: 4, review_text: "The supplier reported a standard issue; the shipment was approved.", review_date: new Date("2023-12-22T22:43:22Z") },
            { id: 25, customer_id: 68, restaurant_id: 11, rating: 5, review_text: "The customer asked for a change and the record was completed.", review_date: new Date("2023-01-20T21:32:21Z") },
            { id: 26, customer_id: 36, restaurant_id: 37, rating: 5, review_text: "The team confirmed the details and the delivery was confirmed.", review_date: new Date("2023-10-24T16:52:33Z") },
            { id: 27, customer_id: 53, restaurant_id: 89, rating: 4, review_text: "The item was reopened — duplicate case, no further action.", review_date: new Date("2023-08-07T12:26:22Z") },
            { id: 28, customer_id: 87, restaurant_id: 59, rating: 1, review_text: "An operator confirmed the details and the ticket was processed.", review_date: new Date("2022-04-10T18:34:36Z") },
            { id: 29, customer_id: 163, restaurant_id: 19, rating: 4, review_text: "The customer reported an incomplete issue; the session was completed.", review_date: new Date("2022-11-04T14:10:22Z") },
            { id: 30, customer_id: 109, restaurant_id: 49, rating: 4, review_text: "No response from the reviewer, so the appointment was rescheduled.", review_date: new Date("2022-10-06T15:26:14Z") },
            { id: 31, customer_id: 71, restaurant_id: 68, rating: 5, review_text: "The record was completed — routine case, no further action.", review_date: new Date("2023-09-15T15:54:19Z") },
            { id: 32, customer_id: 121, restaurant_id: 37, rating: 5, review_text: "The account owner asked for a change and the transfer was processed.", review_date: new Date("2023-11-26T08:04:56Z") },
            { id: 33, customer_id: 13, restaurant_id: 12, rating: 5, review_text: "Support asked for a change and the delivery was replaced.", review_date: new Date("2023-11-20T09:51:22Z") },
            { id: 34, customer_id: 141, restaurant_id: 69, rating: 5, review_text: "The team confirmed the details and the invoice was escalated.", review_date: new Date("2023-05-29T17:21:59Z") },
            { id: 35, customer_id: 84, restaurant_id: 95, rating: 5, review_text: "The team confirmed the details and the request was approved.", review_date: new Date("2022-11-06T20:46:59Z") },
            { id: 36, customer_id: 141, restaurant_id: 3, rating: 4, review_text: "The customer asked for a change and the request was approved.", review_date: new Date("2023-12-29T14:11:42Z") },
            { id: 37, customer_id: 10, restaurant_id: 79, rating: 4, review_text: "The courier reported a late issue; the refund was delayed.", review_date: new Date("2023-07-09T11:37:46Z") },
            { id: 38, customer_id: 33, restaurant_id: 16, rating: 2, review_text: "The reviewer asked for a change and the claim was cancelled.", review_date: new Date("2022-08-25T17:33:56Z") },
            { id: 39, customer_id: 27, restaurant_id: 68, rating: 5, review_text: "The document was rescheduled — partial case, no further action.", review_date: new Date("2022-01-26T18:33:10Z") },
            { id: 40, customer_id: 39, restaurant_id: 19, rating: 5, review_text: "No response from the customer, so the record was closed.", review_date: new Date("2022-12-18T12:24:05Z") },
            { id: 41, customer_id: 156, restaurant_id: 29, rating: 5, review_text: "The team reported a partial issue; the claim was escalated.", review_date: new Date("2023-10-15T12:28:19Z") },
            { id: 42, customer_id: 139, restaurant_id: 60, rating: 4, review_text: "The team asked for a change and the claim was closed.", review_date: new Date("2023-11-25T12:46:36Z") },
            { id: 43, customer_id: 10, restaurant_id: 9, rating: 3, review_text: "The courier asked for a change and the payment was refunded.", review_date: new Date("2022-05-22T23:06:22Z") },
            { id: 44, customer_id: 96, restaurant_id: 27, rating: 5, review_text: "The account owner reported a duplicate issue; the session was rejected.", review_date: new Date("2023-02-22T06:08:35Z") },
            { id: 45, customer_id: 87, restaurant_id: 55, rating: 3, review_text: "The appointment was completed — unusual case, no further action.", review_date: new Date("2022-08-13T18:19:18Z") },
            { id: 46, customer_id: 112, restaurant_id: 65, rating: 5, review_text: "The team reported a minor issue; the document was escalated.", review_date: new Date("2023-09-07T01:24:33Z") },
            { id: 47, customer_id: 38, restaurant_id: 32, rating: 4, review_text: "No response from the customer, so the transfer was completed.", review_date: new Date("2022-07-20T20:37:20Z") },
            { id: 48, customer_id: 3, restaurant_id: 27, rating: 5, review_text: "The reviewer asked for a change and the transfer was processed.", review_date: new Date("2022-06-05T20:25:43Z") },
            { id: 49, customer_id: 104, restaurant_id: 38, rating: 3, review_text: "No response from an operator, so the shipment was reviewed.", review_date: new Date("2023-12-29T16:47:43Z") },
            { id: 50, customer_id: 138, restaurant_id: 14, rating: 2, review_text: "No response from the team, so the shipment was delayed.", review_date: new Date("2022-10-26T11:19:21Z") },
            { id: 51, customer_id: 19, restaurant_id: 87, rating: 5, review_text: "The team confirmed the details and the claim was replaced.", review_date: new Date("2022-08-04T09:24:29Z") },
            { id: 52, customer_id: 21, restaurant_id: 55, rating: 5, review_text: "The courier asked for a change and the shipment was cancelled.", review_date: new Date("2022-09-25T13:31:06Z") },
            { id: 53, customer_id: 51, restaurant_id: 6, rating: 4, review_text: "The account owner reported an urgent issue; the request was escalated.", review_date: new Date("2022-04-17T10:58:58Z") },
            { id: 54, customer_id: 186, restaurant_id: 18, rating: 4, review_text: "No response from the reviewer, so the session was approved.", review_date: new Date("2023-01-05T18:54:35Z") },
            { id: 55, customer_id: 128, restaurant_id: 78, rating: 5, review_text: "The shipment was updated — late case, no further action.", review_date: new Date("2023-07-26T12:12:41Z") },
            { id: 56, customer_id: 185, restaurant_id: 82, rating: 3, review_text: "No response from an operator, so the invoice was closed.", review_date: new Date("2023-05-01T17:39:54Z") },
            { id: 57, customer_id: 66, restaurant_id: 83, rating: 5, review_text: "No response from the reviewer, so the appointment was resolved.", review_date: new Date("2023-11-23T16:27:18Z") },
            { id: 58, customer_id: 69, restaurant_id: 87, rating: 4, review_text: "No response from the reviewer, so the report was reviewed.", review_date: new Date("2022-09-26T18:36:20Z") },
            { id: 59, customer_id: 14, restaurant_id: 82, rating: 4, review_text: "No response from the account owner, so the report was escalated.", review_date: new Date("2022-02-12T19:18:19Z") },
            { id: 60, customer_id: 69, restaurant_id: 33, rating: 2, review_text: "Support asked for a change and the invoice was rejected.", review_date: new Date("2022-10-15T11:47:11Z") },
            { id: 61, customer_id: 66, restaurant_id: 4, rating: 3, review_text: "The customer reported a manual issue; the order was rescheduled.", review_date: new Date("2023-05-03T13:02:34Z") },
            { id: 62, customer_id: 155, restaurant_id: 11, rating: 1, review_text: "The reviewer reported a partial issue; the account was replaced.", review_date: new Date("2023-03-27T17:17:43Z") },
            { id: 63, customer_id: 58, restaurant_id: 44, rating: 4, review_text: "The order was reviewed — routine case, no further action.", review_date: new Date("2022-03-23T12:46:37Z") },
            { id: 64, customer_id: 114, restaurant_id: 77, rating: 4, review_text: "The team reported an unusual issue; the account was completed.", review_date: new Date("2023-11-06T19:53:46Z") },
            { id: 65, customer_id: 44, restaurant_id: 42, rating: 3, review_text: "No response from the customer, so the payment was resolved.", review_date: new Date("2023-06-06T13:59:19Z") },
            { id: 66, customer_id: 76, restaurant_id: 78, rating: 4, review_text: "No response from an operator, so the claim was delayed.", review_date: new Date("2023-06-10T07:55:55Z") },
            { id: 67, customer_id: 139, restaurant_id: 1, rating: 4, review_text: "The team reported an incomplete issue; the claim was reviewed.", review_date: new Date("2023-06-23T13:38:15Z") },
            { id: 68, customer_id: 115, restaurant_id: 49, rating: 5, review_text: "The order was closed — partial case, no further action.", review_date: new Date("2023-04-19T18:36:16Z") },
            { id: 69, customer_id: 102, restaurant_id: 98, rating: 2, review_text: "The reviewer confirmed the details and the order was completed.", review_date: new Date("2022-03-13T16:59:38Z") },
            { id: 70, customer_id: 66, restaurant_id: 40, rating: 3, review_text: "Support asked for a change and the refund was closed.", review_date: new Date("2023-04-01T10:44:58Z") },
            { id: 71, customer_id: 162, restaurant_id: 31, rating: 3, review_text: "The courier confirmed the details and the request was rejected.", review_date: new Date("2022-08-04T12:33:32Z") },
            { id: 72, customer_id: 22, restaurant_id: 42, rating: 2, review_text: "No response from the account owner, so the delivery was cancelled.", review_date: new Date("2022-08-06T20:40:43Z") },
            { id: 73, customer_id: 18, restaurant_id: 20, rating: 5, review_text: "The account owner confirmed the details and the claim was reviewed.", review_date: new Date("2023-12-10T10:21:09Z") },
            { id: 74, customer_id: 195, restaurant_id: 49, rating: 3, review_text: "An operator confirmed the details and the appointment was resolved.", review_date: new Date("2023-02-26T11:15:37Z") },
            { id: 75, customer_id: 109, restaurant_id: 96, rating: 1, review_text: "The appointment was confirmed — urgent case, no further action.", review_date: new Date("2023-03-11T20:11:54Z") },
            { id: 76, customer_id: 161, restaurant_id: 24, rating: 4, review_text: "Support asked for a change and the session was resolved.", review_date: new Date("2023-11-08T16:10:32Z") },
            { id: 77, customer_id: 184, restaurant_id: 84, rating: 5, review_text: "The courier confirmed the details and the invoice was reviewed.", review_date: new Date("2023-12-05T20:52:49Z") },
            { id: 78, customer_id: 64, restaurant_id: 73, rating: 5, review_text: "No response from the supplier, so the shipment was processed.", review_date: new Date("2023-05-30T11:49:00Z") },
            { id: 79, customer_id: 72, restaurant_id: 56, rating: 4, review_text: "The customer confirmed the details and the item was rejected.", review_date: new Date("2023-10-18T22:52:45Z") },
            { id: 80, customer_id: 142, restaurant_id: 13, rating: 3, review_text: "The customer confirmed the details and the document was replaced.", review_date: new Date("2022-10-26T19:35:57Z") },
            { id: 81, customer_id: 191, restaurant_id: 17, rating: 2, review_text: "An operator reported a standard issue; the ticket was updated.", review_date: new Date("2023-05-08T11:43:50Z") },
            { id: 82, customer_id: 73, restaurant_id: 57, rating: 5, review_text: "The document was cancelled — routine case, no further action.", review_date: new Date("2023-05-24T22:23:50Z") },
            { id: 83, customer_id: 88, restaurant_id: 67, rating: 4, review_text: "The courier reported a manual issue; the shipment was escalated.", review_date: new Date("2023-09-15T18:19:13Z") },
            { id: 84, customer_id: 56, restaurant_id: 43, rating: 3, review_text: "The team confirmed the details and the refund was rejected.", review_date: new Date("2023-12-17T23:50:53Z") },
            { id: 85, customer_id: 5, restaurant_id: 62, rating: 5, review_text: "The supplier asked for a change and the document was rescheduled.", review_date: new Date("2023-11-11T21:25:13Z") },
            { id: 86, customer_id: 31, restaurant_id: 69, rating: 5, review_text: "The team reported a standard issue; the delivery was escalated.", review_date: new Date("2022-05-15T20:44:36Z") },
            { id: 87, customer_id: 168, restaurant_id: 80, rating: 1, review_text: "The customer reported a duplicate issue; the request was reviewed.", review_date: new Date("2023-12-03T16:07:47Z") },
            { id: 88, customer_id: 87, restaurant_id: 66, rating: 3, review_text: "The appointment was completed — manual case, no further action.", review_date: new Date("2023-10-20T14:22:24Z") },
            { id: 89, customer_id: 163, restaurant_id: 41, rating: 2, review_text: "An operator asked for a change and the account was replaced.", review_date: new Date("2023-08-25T19:37:35Z") },
            { id: 90, customer_id: 39, restaurant_id: 61, rating: 5, review_text: "The account owner confirmed the details and the ticket was rescheduled.", review_date: new Date("2023-03-12T14:47:31Z") },
            { id: 91, customer_id: 179, restaurant_id: 40, rating: 5, review_text: "The team confirmed the details and the shipment was refunded.", review_date: new Date("2023-12-30T19:49:01Z") },
            { id: 92, customer_id: 127, restaurant_id: 33, rating: 4, review_text: "No response from the reviewer, so the account was rescheduled.", review_date: new Date("2023-10-14T21:55:51Z") },
            { id: 93, customer_id: 129, restaurant_id: 9, rating: 5, review_text: "The supplier reported a minor issue; the transfer was resolved.", review_date: new Date("2023-05-10T18:50:16Z") },
            { id: 94, customer_id: 17, restaurant_id: 22, rating: 4, review_text: "The reviewer confirmed the details and the session was rescheduled.", review_date: new Date("2023-04-24T18:51:29Z") },
            { id: 95, customer_id: 78, restaurant_id: 100, rating: 3, review_text: "An operator confirmed the details and the refund was completed.", review_date: new Date("2023-11-12T11:17:04Z") },
            { id: 96, customer_id: 88, restaurant_id: 63, rating: 2, review_text: "No response from the team, so the delivery was completed.", review_date: new Date("2023-07-31T19:50:34Z") },
            { id: 97, customer_id: 126, restaurant_id: 55, rating: 2, review_text: "An operator confirmed the details and the ticket was escalated.", review_date: new Date("2023-11-13T14:52:37Z") },
            { id: 98, customer_id: 191, restaurant_id: 78, rating: 1, review_text: "The customer reported a partial issue; the ticket was resolved.", review_date: new Date("2023-11-15T16:01:41Z") },
            { id: 99, customer_id: 38, restaurant_id: 28, rating: 3, review_text: "The reviewer reported a partial issue; the payment was rescheduled.", review_date: new Date("2023-04-19T16:26:21Z") },
            { id: 100, customer_id: 104, restaurant_id: 87, rating: 4, review_text: "The account owner reported a routine issue; the order was reopened.", review_date: new Date("2022-08-15T17:00:17Z") },
            { id: 101, customer_id: 8, restaurant_id: 95, rating: 4, review_text: "The reviewer reported a manual issue; the document was closed.", review_date: new Date("2023-07-05T01:41:16Z") },
            { id: 102, customer_id: 52, restaurant_id: 93, rating: 5, review_text: "The team confirmed the details and the record was reopened.", review_date: new Date("2022-09-29T10:57:16Z") },
            { id: 103, customer_id: 88, restaurant_id: 18, rating: 3, review_text: "Support asked for a change and the refund was confirmed.", review_date: new Date("2022-08-22T17:21:11Z") },
            { id: 104, customer_id: 135, restaurant_id: 3, rating: 4, review_text: "No response from the account owner, so the payment was confirmed.", review_date: new Date("2023-02-26T17:52:16Z") },
            { id: 105, customer_id: 156, restaurant_id: 49, rating: 4, review_text: "The customer reported a minor issue; the claim was confirmed.", review_date: new Date("2023-02-07T12:00:26Z") },
            { id: 106, customer_id: 56, restaurant_id: 46, rating: 2, review_text: "The reviewer confirmed the details and the claim was closed.", review_date: new Date("2022-10-03T19:21:44Z") },
            { id: 107, customer_id: 18, restaurant_id: 36, rating: 1, review_text: "The reviewer asked for a change and the claim was resolved.", review_date: new Date("2022-11-12T12:49:53Z") },
            { id: 108, customer_id: 12, restaurant_id: 79, rating: 3, review_text: "The supplier confirmed the details and the order was replaced.", review_date: new Date("2022-12-29T20:40:24Z") },
            { id: 109, customer_id: 97, restaurant_id: 86, rating: 5, review_text: "The courier reported a standard issue; the document was reviewed.", review_date: new Date("2022-11-25T18:20:10Z") },
            { id: 110, customer_id: 63, restaurant_id: 3, rating: 4, review_text: "An operator asked for a change and the report was rejected.", review_date: new Date("2023-06-07T16:00:24Z") },
            { id: 111, customer_id: 161, restaurant_id: 25, rating: 3, review_text: "The delivery was replaced — manual case, no further action.", review_date: new Date("2022-07-08T17:17:08Z") },
            { id: 112, customer_id: 200, restaurant_id: 33, rating: 2, review_text: "The item was delayed — automatic case, no further action.", review_date: new Date("2023-10-21T14:52:23Z") },
            { id: 113, customer_id: 31, restaurant_id: 10, rating: 5, review_text: "The courier asked for a change and the transfer was approved.", review_date: new Date("2022-06-29T17:46:48Z") },
            { id: 114, customer_id: 121, restaurant_id: 4, rating: 5, review_text: "The team asked for a change and the booking was completed.", review_date: new Date("2022-11-25T18:01:36Z") },
            { id: 115, customer_id: 19, restaurant_id: 71, rating: 5, review_text: "The invoice was confirmed — repeat case, no further action.", review_date: new Date("2022-01-17T11:18:43Z") },
            { id: 116, customer_id: 19, restaurant_id: 8, rating: 5, review_text: "An operator reported a manual issue; the session was delayed.", review_date: new Date("2023-03-01T11:15:23Z") },
            { id: 117, customer_id: 37, restaurant_id: 59, rating: 2, review_text: "The order was closed — routine case, no further action.", review_date: new Date("2023-11-13T13:11:18Z") },
            { id: 118, customer_id: 87, restaurant_id: 75, rating: 4, review_text: "The customer reported a repeat issue; the delivery was confirmed.", review_date: new Date("2023-10-21T15:06:30Z") },
            { id: 119, customer_id: 145, restaurant_id: 23, rating: 2, review_text: "The reviewer reported an automatic issue; the record was resolved.", review_date: new Date("2023-09-27T22:42:34Z") },
            { id: 120, customer_id: 157, restaurant_id: 27, rating: 5, review_text: "The courier reported an automatic issue; the refund was processed.", review_date: new Date("2023-02-27T23:58:04Z") },
            { id: 121, customer_id: 3, restaurant_id: 95, rating: 5, review_text: "No response from the reviewer, so the request was processed.", review_date: new Date("2022-09-24T18:04:05Z") },
            { id: 122, customer_id: 80, restaurant_id: 24, rating: 2, review_text: "The account was approved — manual case, no further action.", review_date: new Date("2023-04-09T18:40:32Z") },
            { id: 123, customer_id: 188, restaurant_id: 22, rating: 2, review_text: "No response from the account owner, so the transfer was rejected.", review_date: new Date("2023-07-05T10:12:55Z") },
            { id: 124, customer_id: 55, restaurant_id: 45, rating: 2, review_text: "No response from the customer, so the payment was cancelled.", review_date: new Date("2023-10-31T04:39:03Z") },
            { id: 125, customer_id: 44, restaurant_id: 29, rating: 2, review_text: "The customer reported an automatic issue; the report was refunded.", review_date: new Date("2023-09-04T17:09:15Z") },
            { id: 126, customer_id: 168, restaurant_id: 12, rating: 5, review_text: "The claim was updated — duplicate case, no further action.", review_date: new Date("2023-12-31T22:11:10Z") },
            { id: 127, customer_id: 143, restaurant_id: 66, rating: 3, review_text: "The reviewer asked for a change and the item was refunded.", review_date: new Date("2022-06-09T17:53:22Z") },
            { id: 128, customer_id: 2, restaurant_id: 75, rating: 4, review_text: "The reviewer confirmed the details and the order was refunded.", review_date: new Date("2023-01-22T12:48:30Z") },
            { id: 129, customer_id: 163, restaurant_id: 71, rating: 5, review_text: "The account owner reported a manual issue; the record was approved.", review_date: new Date("2023-10-01T22:25:09Z") },
            { id: 130, customer_id: 91, restaurant_id: 45, rating: 2, review_text: "The reviewer reported an incomplete issue; the ticket was reopened.", review_date: new Date("2022-11-21T10:37:38Z") },
            { id: 131, customer_id: 85, restaurant_id: 74, rating: 5, review_text: "An operator reported a partial issue; the shipment was updated.", review_date: new Date("2023-07-11T16:24:04Z") },
            { id: 132, customer_id: 81, restaurant_id: 11, rating: 4, review_text: "The reviewer confirmed the details and the ticket was delayed.", review_date: new Date("2023-06-10T12:00:09Z") },
            { id: 133, customer_id: 151, restaurant_id: 93, rating: 3, review_text: "The supplier reported a standard issue; the refund was processed.", review_date: new Date("2022-03-11T16:30:56Z") },
            { id: 134, customer_id: 151, restaurant_id: 17, rating: 5, review_text: "The supplier asked for a change and the report was confirmed.", review_date: new Date("2023-10-29T20:13:42Z") },
            { id: 135, customer_id: 41, restaurant_id: 38, rating: 3, review_text: "No response from the supplier, so the appointment was reopened.", review_date: new Date("2022-09-17T21:52:39Z") },
            { id: 136, customer_id: 50, restaurant_id: 84, rating: 4, review_text: "The team asked for a change and the document was closed.", review_date: new Date("2023-02-22T20:21:07Z") },
            { id: 137, customer_id: 148, restaurant_id: 3, rating: 4, review_text: "The reviewer confirmed the details and the appointment was replaced.", review_date: new Date("2023-09-17T21:28:00Z") },
            { id: 138, customer_id: 7, restaurant_id: 31, rating: 5, review_text: "The account owner asked for a change and the record was delayed.", review_date: new Date("2022-01-06T10:38:53Z") },
            { id: 139, customer_id: 47, restaurant_id: 90, rating: 5, review_text: "The reviewer reported an automatic issue; the report was processed.", review_date: new Date("2023-12-01T21:09:21Z") },
            { id: 140, customer_id: 127, restaurant_id: 77, rating: 2, review_text: "No response from the courier, so the transfer was rescheduled.", review_date: new Date("2023-06-11T16:19:09Z") },
            { id: 141, customer_id: 90, restaurant_id: 94, rating: 5, review_text: "The claim was processed — late case, no further action.", review_date: new Date("2023-08-10T08:14:15Z") },
            { id: 142, customer_id: 130, restaurant_id: 85, rating: 5, review_text: "An operator reported an automatic issue; the ticket was rescheduled.", review_date: new Date("2022-03-07T22:24:31Z") },
            { id: 143, customer_id: 132, restaurant_id: 39, rating: 5, review_text: "An operator reported a repeat issue; the appointment was cancelled.", review_date: new Date("2022-06-05T10:44:44Z") },
            { id: 144, customer_id: 66, restaurant_id: 14, rating: 3, review_text: "No response from an operator, so the account was updated.", review_date: new Date("2023-11-19T21:08:46Z") },
            { id: 145, customer_id: 40, restaurant_id: 83, rating: 5, review_text: "The reviewer asked for a change and the request was updated.", review_date: new Date("2023-01-13T16:59:21Z") },
            { id: 146, customer_id: 86, restaurant_id: 40, rating: 5, review_text: "No response from the courier, so the booking was resolved.", review_date: new Date("2023-01-12T14:34:33Z") },
            { id: 147, customer_id: 4, restaurant_id: 32, rating: 5, review_text: "No response from the reviewer, so the transfer was reviewed.", review_date: new Date("2023-10-11T18:43:52Z") },
            { id: 148, customer_id: 177, restaurant_id: 78, rating: 4, review_text: "The courier confirmed the details and the account was reopened.", review_date: new Date("2022-12-25T21:31:50Z") },
            { id: 149, customer_id: 40, restaurant_id: 83, rating: 5, review_text: "The report was rejected — incomplete case, no further action.", review_date: new Date("2022-10-20T08:28:28Z") },
            { id: 150, customer_id: 128, restaurant_id: 46, rating: 2, review_text: "The team reported a manual issue; the booking was delayed.", review_date: new Date("2022-02-03T17:26:18Z") },
            { id: 151, customer_id: 198, restaurant_id: 11, rating: 3, review_text: "An operator reported an incomplete issue; the booking was updated.", review_date: new Date("2022-11-30T14:51:31Z") },
            { id: 152, customer_id: 66, restaurant_id: 77, rating: 5, review_text: "The account owner asked for a change and the ticket was cancelled.", review_date: new Date("2023-06-16T07:00:32Z") },
            { id: 153, customer_id: 15, restaurant_id: 32, rating: 2, review_text: "The supplier confirmed the details and the delivery was rescheduled.", review_date: new Date("2022-05-02T20:46:34Z") },
            { id: 154, customer_id: 74, restaurant_id: 21, rating: 2, review_text: "An operator confirmed the details and the order was processed.", review_date: new Date("2023-08-15T13:07:21Z") },
            { id: 155, customer_id: 89, restaurant_id: 11, rating: 4, review_text: "The record was delayed — repeat case, no further action.", review_date: new Date("2023-09-21T17:19:26Z") },
            { id: 156, customer_id: 105, restaurant_id: 69, rating: 4, review_text: "The supplier confirmed the details and the shipment was rescheduled.", review_date: new Date("2022-08-01T18:10:57Z") },
            { id: 157, customer_id: 129, restaurant_id: 53, rating: 1, review_text: "The reviewer reported a minor issue; the refund was rejected.", review_date: new Date("2022-06-03T21:00:56Z") },
            { id: 158, customer_id: 62, restaurant_id: 6, rating: 5, review_text: "The appointment was refunded — minor case, no further action.", review_date: new Date("2022-11-11T11:18:48Z") },
            { id: 159, customer_id: 188, restaurant_id: 16, rating: 1, review_text: "Support asked for a change and the booking was completed.", review_date: new Date("2023-12-15T18:31:30Z") },
            { id: 160, customer_id: 120, restaurant_id: 11, rating: 5, review_text: "The customer confirmed the details and the item was updated.", review_date: new Date("2023-06-13T15:38:37Z") },
            { id: 161, customer_id: 1, restaurant_id: 68, rating: 5, review_text: "The report was resolved — routine case, no further action.", review_date: new Date("2023-09-16T19:48:15Z") },
            { id: 162, customer_id: 156, restaurant_id: 67, rating: 5, review_text: "The team reported an automatic issue; the booking was reviewed.", review_date: new Date("2023-12-16T01:32:52Z") },
            { id: 163, customer_id: 157, restaurant_id: 51, rating: 4, review_text: "An operator asked for a change and the document was replaced.", review_date: new Date("2023-07-16T20:30:26Z") },
            { id: 164, customer_id: 68, restaurant_id: 43, rating: 4, review_text: "The reviewer asked for a change and the booking was reopened.", review_date: new Date("2022-06-18T22:00:01Z") },
            { id: 165, customer_id: 195, restaurant_id: 77, rating: 2, review_text: "The supplier reported a duplicate issue; the record was cancelled.", review_date: new Date("2023-07-06T16:29:51Z") },
            { id: 166, customer_id: 146, restaurant_id: 80, rating: 1, review_text: "The courier asked for a change and the account was escalated.", review_date: new Date("2023-10-08T14:31:57Z") },
            { id: 167, customer_id: 36, restaurant_id: 53, rating: 5, review_text: "The team reported a minor issue; the item was escalated.", review_date: new Date("2023-05-21T08:05:01Z") },
            { id: 168, customer_id: 64, restaurant_id: 37, rating: 4, review_text: "The booking was resolved — routine case, no further action.", review_date: new Date("2022-09-22T18:45:52Z") },
            { id: 169, customer_id: 196, restaurant_id: 99, rating: 2, review_text: "No response from the reviewer, so the claim was resolved.", review_date: new Date("2023-08-21T17:43:01Z") },
            { id: 170, customer_id: 97, restaurant_id: 41, rating: 5, review_text: "The account owner reported a standard issue; the session was rejected.", review_date: new Date("2023-12-10T15:43:23Z") },
            { id: 171, customer_id: 72, restaurant_id: 13, rating: 2, review_text: "No response from an operator, so the session was processed.", review_date: new Date("2023-11-15T01:53:08Z") },
            { id: 172, customer_id: 156, restaurant_id: 80, rating: 2, review_text: "No response from an operator, so the account was refunded.", review_date: new Date("2023-01-15T23:28:23Z") },
            { id: 173, customer_id: 140, restaurant_id: 85, rating: 3, review_text: "The courier reported a repeat issue; the refund was reopened.", review_date: new Date("2023-07-08T19:26:58Z") },
            { id: 174, customer_id: 177, restaurant_id: 59, rating: 2, review_text: "The customer asked for a change and the order was refunded.", review_date: new Date("2023-10-27T20:44:39Z") },
            { id: 175, customer_id: 155, restaurant_id: 63, rating: 2, review_text: "The customer reported a repeat issue; the record was updated.", review_date: new Date("2023-12-31T05:43:38Z") },
            { id: 176, customer_id: 149, restaurant_id: 98, rating: 3, review_text: "No response from the customer, so the transfer was reviewed.", review_date: new Date("2023-09-01T16:01:54Z") },
            { id: 177, customer_id: 91, restaurant_id: 35, rating: 4, review_text: "The team reported an automatic issue; the request was delayed.", review_date: new Date("2023-09-09T01:39:04Z") },
            { id: 178, customer_id: 80, restaurant_id: 77, rating: 5, review_text: "The reviewer asked for a change and the record was cancelled.", review_date: new Date("2023-10-18T18:11:41Z") },
            { id: 179, customer_id: 69, restaurant_id: 38, rating: 5, review_text: "The courier reported an incomplete issue; the claim was replaced.", review_date: new Date("2023-05-24T18:21:23Z") },
            { id: 180, customer_id: 98, restaurant_id: 33, rating: 2, review_text: "Support asked for a change and the order was completed.", review_date: new Date("2023-03-25T09:23:53Z") },
            { id: 181, customer_id: 31, restaurant_id: 90, rating: 5, review_text: "An operator confirmed the details and the booking was delayed.", review_date: new Date("2023-07-11T20:06:18Z") },
            { id: 182, customer_id: 123, restaurant_id: 53, rating: 4, review_text: "The courier confirmed the details and the report was rescheduled.", review_date: new Date("2022-03-27T16:19:41Z") },
            { id: 183, customer_id: 57, restaurant_id: 3, rating: 5, review_text: "The supplier asked for a change and the booking was replaced.", review_date: new Date("2023-12-25T16:40:44Z") },
            { id: 184, customer_id: 27, restaurant_id: 80, rating: 5, review_text: "No response from an operator, so the ticket was escalated.", review_date: new Date("2023-07-31T17:34:07Z") },
            { id: 185, customer_id: 174, restaurant_id: 32, rating: 5, review_text: "The reviewer reported an automatic issue; the payment was reviewed.", review_date: new Date("2023-01-26T11:45:23Z") },
            { id: 186, customer_id: 39, restaurant_id: 77, rating: 5, review_text: "The order was refunded — manual case, no further action.", review_date: new Date("2023-04-10T12:10:19Z") },
            { id: 187, customer_id: 54, restaurant_id: 84, rating: 5, review_text: "The transfer was rejected — routine case, no further action.", review_date: new Date("2023-11-09T12:23:38Z") },
            { id: 188, customer_id: 131, restaurant_id: 81, rating: 4, review_text: "The account owner asked for a change and the appointment was rescheduled.", review_date: new Date("2022-11-23T07:16:42Z") },
            { id: 189, customer_id: 53, restaurant_id: 100, rating: 2, review_text: "No response from the supplier, so the document was replaced.", review_date: new Date("2022-12-19T13:10:16Z") },
            { id: 190, customer_id: 24, restaurant_id: 29, rating: 3, review_text: "The supplier reported a manual issue; the ticket was replaced.", review_date: new Date("2023-04-14T14:05:03Z") },
            { id: 191, customer_id: 38, restaurant_id: 38, rating: 4, review_text: "The team confirmed the details and the request was rescheduled.", review_date: new Date("2023-12-16T14:10:59Z") },
            { id: 192, customer_id: 108, restaurant_id: 96, rating: 3, review_text: "The item was reopened — repeat case, no further action.", review_date: new Date("2023-03-11T19:14:43Z") },
            { id: 193, customer_id: 84, restaurant_id: 37, rating: 2, review_text: "The account owner asked for a change and the claim was approved.", review_date: new Date("2023-12-29T20:34:00Z") },
            { id: 194, customer_id: 166, restaurant_id: 1, rating: 3, review_text: "The courier reported a partial issue; the account was confirmed.", review_date: new Date("2023-04-26T20:23:16Z") },
            { id: 195, customer_id: 131, restaurant_id: 51, rating: 4, review_text: "The transfer was reviewed — standard case, no further action.", review_date: new Date("2022-08-07T14:03:08Z") },
            { id: 196, customer_id: 130, restaurant_id: 13, rating: 4, review_text: "The customer asked for a change and the shipment was cancelled.", review_date: new Date("2023-08-11T23:59:45Z") },
            { id: 197, customer_id: 149, restaurant_id: 56, rating: 5, review_text: "An operator confirmed the details and the ticket was processed.", review_date: new Date("2022-09-03T15:00:31Z") },
            { id: 198, customer_id: 188, restaurant_id: 80, rating: 5, review_text: "The reviewer asked for a change and the order was refunded.", review_date: new Date("2023-04-29T22:01:42Z") },
            { id: 199, customer_id: 71, restaurant_id: 83, rating: 4, review_text: "No response from an operator, so the claim was confirmed.", review_date: new Date("2023-05-12T01:49:06Z") },
            { id: 200, customer_id: 145, restaurant_id: 72, rating: 2, review_text: "An operator confirmed the details and the account was reopened.", review_date: new Date("2022-10-26T12:47:29Z") },
            { id: 201, customer_id: 52, restaurant_id: 6, rating: 2, review_text: "The courier asked for a change and the account was rescheduled.", review_date: new Date("2023-07-03T20:03:15Z") },
            { id: 202, customer_id: 200, restaurant_id: 92, rating: 4, review_text: "No response from the team, so the session was resolved.", review_date: new Date("2022-07-29T16:17:47Z") },
            { id: 203, customer_id: 175, restaurant_id: 62, rating: 2, review_text: "The team confirmed the details and the payment was escalated.", review_date: new Date("2022-03-15T20:31:02Z") },
            { id: 204, customer_id: 6, restaurant_id: 52, rating: 4, review_text: "The customer asked for a change and the request was closed.", review_date: new Date("2023-04-13T05:55:00Z") },
            { id: 205, customer_id: 98, restaurant_id: 92, rating: 5, review_text: "An operator reported an incomplete issue; the item was replaced.", review_date: new Date("2023-12-01T15:34:30Z") },
            { id: 206, customer_id: 70, restaurant_id: 46, rating: 1, review_text: "No response from the customer, so the item was escalated.", review_date: new Date("2023-04-04T07:10:33Z") },
            { id: 207, customer_id: 133, restaurant_id: 79, rating: 5, review_text: "No response from the courier, so the invoice was cancelled.", review_date: new Date("2023-10-02T19:34:44Z") },
            { id: 208, customer_id: 28, restaurant_id: 15, rating: 4, review_text: "The account was resolved — unusual case, no further action.", review_date: new Date("2022-08-22T17:21:56Z") },
            { id: 209, customer_id: 34, restaurant_id: 60, rating: 3, review_text: "No response from an operator, so the delivery was rescheduled.", review_date: new Date("2022-08-26T10:50:01Z") },
            { id: 210, customer_id: 124, restaurant_id: 83, rating: 1, review_text: "The team asked for a change and the record was cancelled.", review_date: new Date("2023-04-04T19:49:49Z") },
            { id: 211, customer_id: 2, restaurant_id: 70, rating: 3, review_text: "The document was refunded — repeat case, no further action.", review_date: new Date("2023-12-20T19:58:51Z") },
            { id: 212, customer_id: 114, restaurant_id: 25, rating: 4, review_text: "The team confirmed the details and the booking was reviewed.", review_date: new Date("2023-06-05T18:56:11Z") },
            { id: 213, customer_id: 174, restaurant_id: 29, rating: 5, review_text: "The team reported a duplicate issue; the claim was confirmed.", review_date: new Date("2023-08-10T20:26:27Z") },
            { id: 214, customer_id: 123, restaurant_id: 90, rating: 5, review_text: "No response from the supplier, so the report was completed.", review_date: new Date("2023-08-24T02:39:38Z") },
            { id: 215, customer_id: 153, restaurant_id: 95, rating: 1, review_text: "The account owner asked for a change and the document was refunded.", review_date: new Date("2023-09-20T11:21:43Z") },
            { id: 216, customer_id: 199, restaurant_id: 98, rating: 5, review_text: "No response from the account owner, so the delivery was replaced.", review_date: new Date("2022-04-02T10:23:56Z") },
            { id: 217, customer_id: 79, restaurant_id: 63, rating: 3, review_text: "The customer asked for a change and the claim was approved.", review_date: new Date("2022-10-31T18:55:22Z") },
            { id: 218, customer_id: 108, restaurant_id: 14, rating: 5, review_text: "The report was refunded — duplicate case, no further action.", review_date: new Date("2022-05-25T16:32:28Z") },
            { id: 219, customer_id: 40, restaurant_id: 96, rating: 5, review_text: "The team reported an incomplete issue; the record was escalated.", review_date: new Date("2023-08-07T13:51:56Z") },
            { id: 220, customer_id: 55, restaurant_id: 15, rating: 5, review_text: "The account owner asked for a change and the item was completed.", review_date: new Date("2023-01-11T19:36:25Z") },
            { id: 221, customer_id: 43, restaurant_id: 90, rating: 3, review_text: "No response from the team, so the claim was replaced.", review_date: new Date("2023-03-05T12:39:28Z") },
            { id: 222, customer_id: 100, restaurant_id: 44, rating: 3, review_text: "The shipment was rejected — repeat case, no further action.", review_date: new Date("2023-04-05T09:14:57Z") },
            { id: 223, customer_id: 193, restaurant_id: 46, rating: 5, review_text: "An operator reported a partial issue; the booking was closed.", review_date: new Date("2022-08-01T12:35:48Z") },
            { id: 224, customer_id: 116, restaurant_id: 58, rating: 1, review_text: "Support asked for a change and the refund was approved.", review_date: new Date("2022-05-17T08:56:01Z") },
            { id: 225, customer_id: 158, restaurant_id: 75, rating: 4, review_text: "The reviewer reported a partial issue; the record was delayed.", review_date: new Date("2023-06-15T22:48:15Z") },
            { id: 226, customer_id: 196, restaurant_id: 98, rating: 3, review_text: "An operator asked for a change and the account was updated.", review_date: new Date("2023-06-26T10:52:04Z") },
            { id: 227, customer_id: 118, restaurant_id: 38, rating: 3, review_text: "The supplier asked for a change and the document was approved.", review_date: new Date("2023-04-29T10:10:37Z") },
            { id: 228, customer_id: 169, restaurant_id: 29, rating: 2, review_text: "The account owner confirmed the details and the shipment was reviewed.", review_date: new Date("2022-03-20T19:08:48Z") },
            { id: 229, customer_id: 9, restaurant_id: 72, rating: 5, review_text: "The courier reported an urgent issue; the ticket was reviewed.", review_date: new Date("2022-11-07T18:50:00Z") },
            { id: 230, customer_id: 64, restaurant_id: 59, rating: 5, review_text: "The account owner asked for a change and the claim was confirmed.", review_date: new Date("2023-07-07T17:31:51Z") },
            { id: 231, customer_id: 175, restaurant_id: 60, rating: 5, review_text: "The courier asked for a change and the document was escalated.", review_date: new Date("2023-08-12T13:06:54Z") },
            { id: 232, customer_id: 135, restaurant_id: 37, rating: 5, review_text: "The supplier confirmed the details and the shipment was rejected.", review_date: new Date("2022-08-21T15:49:51Z") },
            { id: 233, customer_id: 73, restaurant_id: 19, rating: 5, review_text: "The order was replaced — unusual case, no further action.", review_date: new Date("2022-05-27T10:01:03Z") },
            { id: 234, customer_id: 99, restaurant_id: 68, rating: 2, review_text: "No response from an operator, so the transfer was delayed.", review_date: new Date("2023-06-08T09:28:40Z") },
            { id: 235, customer_id: 148, restaurant_id: 87, rating: 4, review_text: "The courier asked for a change and the report was replaced.", review_date: new Date("2022-10-25T16:13:59Z") },
            { id: 236, customer_id: 121, restaurant_id: 66, rating: 5, review_text: "The report was replaced — unusual case, no further action.", review_date: new Date("2022-02-19T05:27:26Z") },
            { id: 237, customer_id: 181, restaurant_id: 87, rating: 3, review_text: "The supplier reported a partial issue; the report was resolved.", review_date: new Date("2023-10-06T18:39:44Z") },
            { id: 238, customer_id: 7, restaurant_id: 6, rating: 5, review_text: "The account owner confirmed the details and the invoice was replaced.", review_date: new Date("2023-05-11T16:57:22Z") },
            { id: 239, customer_id: 47, restaurant_id: 80, rating: 2, review_text: "No response from the supplier, so the account was rejected.", review_date: new Date("2023-06-26T20:26:27Z") },
            { id: 240, customer_id: 2, restaurant_id: 92, rating: 3, review_text: "Support asked for a change and the account was updated.", review_date: new Date("2023-08-17T15:00:30Z") },
            { id: 241, customer_id: 131, restaurant_id: 48, rating: 3, review_text: "The delivery was reviewed — urgent case, no further action.", review_date: new Date("2023-03-10T17:45:19Z") },
            { id: 242, customer_id: 16, restaurant_id: 85, rating: 5, review_text: "No response from an operator, so the account was rescheduled.", review_date: new Date("2023-12-16T11:11:31Z") },
            { id: 243, customer_id: 18, restaurant_id: 99, rating: 3, review_text: "The customer reported a routine issue; the request was replaced.", review_date: new Date("2023-08-13T20:51:50Z") },
            { id: 244, customer_id: 27, restaurant_id: 53, rating: 4, review_text: "The team asked for a change and the order was rescheduled.", review_date: new Date("2022-12-01T18:01:19Z") },
            { id: 245, customer_id: 58, restaurant_id: 61, rating: 3, review_text: "No response from the customer, so the payment was delayed.", review_date: new Date("2022-10-31T19:20:45Z") },
            { id: 246, customer_id: 89, restaurant_id: 59, rating: 5, review_text: "The account was processed — unusual case, no further action.", review_date: new Date("2022-06-24T11:11:27Z") },
            { id: 247, customer_id: 74, restaurant_id: 60, rating: 5, review_text: "No response from the team, so the claim was reviewed.", review_date: new Date("2023-02-08T20:57:06Z") },
            { id: 248, customer_id: 142, restaurant_id: 60, rating: 3, review_text: "The account owner asked for a change and the appointment was processed.", review_date: new Date("2023-08-31T06:56:37Z") },
            { id: 249, customer_id: 24, restaurant_id: 66, rating: 5, review_text: "The account owner asked for a change and the appointment was rejected.", review_date: new Date("2022-10-16T07:37:05Z") },
            { id: 250, customer_id: 42, restaurant_id: 76, rating: 5, review_text: "No response from the account owner, so the report was delayed.", review_date: new Date("2022-06-01T01:29:11Z") },
        ],
    });
    await prisma.special_events.createMany({
        data: [
            { id: 1, restaurant_id: 36, event_name: "event exhibition", event_date: new Date("2023-08-07T13:55:04Z"), details: "The appointment was resolved — partial case, no further action." },
            { id: 2, restaurant_id: 44, event_name: "cook-off launch festival", event_date: new Date("2022-03-14T09:56:20Z"), details: "The account owner confirmed the details and the shipment was updated." },
            { id: 3, restaurant_id: 4, event_name: "tasting competition event", event_date: new Date("2022-10-06T23:39:32Z"), details: "The account owner asked for a change and the record was escalated." },
            { id: 4, restaurant_id: 85, event_name: "dinner brunch", event_date: new Date("2023-03-15T11:14:52Z"), details: "An operator asked for a change and the report was reopened." },
            { id: 5, restaurant_id: 4, event_name: "series competition", event_date: new Date("2022-02-16T13:34:35Z"), details: "The reviewer asked for a change and the claim was confirmed." },
            { id: 6, restaurant_id: 46, event_name: "workshop", event_date: new Date("2023-12-31T13:12:41Z"), details: "The account owner reported a standard issue; the record was resolved." },
            { id: 7, restaurant_id: 42, event_name: "tasting promotion", event_date: new Date("2022-03-01T15:41:59Z"), details: "The document was confirmed — urgent case, no further action." },
            { id: 8, restaurant_id: 1, event_name: "feast", event_date: new Date("2023-11-15T17:08:30Z"), details: "The team asked for a change and the claim was escalated." },
            { id: 9, restaurant_id: 34, event_name: "event", event_date: new Date("2023-01-23T21:36:38Z"), details: "The invoice was rescheduled — late case, no further action." },
            { id: 10, restaurant_id: 13, event_name: "exhibition tasting", event_date: new Date("2022-02-12T08:13:03Z"), details: "The courier asked for a change and the order was delayed." },
            { id: 11, restaurant_id: 14, event_name: "cook-off", event_date: new Date("2023-07-24T19:19:45Z"), details: "The supplier asked for a change and the shipment was confirmed." },
            { id: 12, restaurant_id: 65, event_name: "celebration workshop banquet", event_date: new Date("2022-06-09T18:48:39Z"), details: "The courier asked for a change and the document was rescheduled." },
            { id: 13, restaurant_id: 1, event_name: "brunch experience feast", event_date: new Date("2023-02-17T07:38:51Z"), details: "No response from the supplier, so the appointment was updated." },
            { id: 14, restaurant_id: 17, event_name: "banquet", event_date: new Date("2022-08-15T03:47:22Z"), details: "The account owner confirmed the details and the refund was cancelled." },
            { id: 15, restaurant_id: 42, event_name: "promotion dinner", event_date: new Date("2022-05-19T01:44:30Z"), details: "The courier confirmed the details and the account was approved." },
            { id: 16, restaurant_id: 16, event_name: "experience launch", event_date: new Date("2022-12-09T02:42:31Z"), details: "An operator asked for a change and the account was completed." },
            { id: 17, restaurant_id: 6, event_name: "promotion party feast", event_date: new Date("2023-03-06T07:29:47Z"), details: "The reviewer reported an urgent issue; the ticket was closed." },
            { id: 18, restaurant_id: 76, event_name: "launch competition series", event_date: new Date("2023-08-24T17:07:22Z"), details: "No response from the reviewer, so the booking was replaced." },
            { id: 19, restaurant_id: 82, event_name: "party tasting", event_date: new Date("2022-11-03T03:51:36Z"), details: "An operator confirmed the details and the invoice was refunded." },
            { id: 20, restaurant_id: 94, event_name: "cook-off dinner", event_date: new Date("2022-01-29T20:28:51Z"), details: "An operator reported a repeat issue; the transfer was confirmed." },
            { id: 21, restaurant_id: 93, event_name: "banquet celebration", event_date: new Date("2023-05-06T22:09:08Z"), details: "No response from an operator, so the appointment was updated." },
            { id: 22, restaurant_id: 84, event_name: "festival party", event_date: new Date("2023-01-26T21:53:54Z"), details: "No response from the supplier, so the delivery was updated." },
            { id: 23, restaurant_id: 99, event_name: "experience exhibition series", event_date: new Date("2023-03-18T19:47:33Z"), details: "The report was rescheduled — urgent case, no further action." },
            { id: 24, restaurant_id: 91, event_name: "exhibition festival showcase", event_date: new Date("2023-11-08T16:23:45Z"), details: "The shipment was rejected — manual case, no further action." },
            { id: 25, restaurant_id: 77, event_name: "feast exhibition banquet", event_date: new Date("2022-09-29T17:02:49Z"), details: "No response from the team, so the ticket was updated." },
            { id: 26, restaurant_id: 44, event_name: "exhibition", event_date: new Date("2022-04-15T10:14:33Z"), details: "The team asked for a change and the appointment was approved." },
            { id: 27, restaurant_id: 44, event_name: "workshop", event_date: new Date("2023-03-29T05:13:44Z"), details: "The customer confirmed the details and the report was delayed." },
            { id: 28, restaurant_id: 47, event_name: "workshop", event_date: new Date("2022-12-27T11:41:24Z"), details: "The team asked for a change and the report was rescheduled." },
            { id: 29, restaurant_id: 93, event_name: "series gala promotion", event_date: new Date("2023-04-23T17:19:18Z"), details: "No response from an operator, so the record was refunded." },
            { id: 30, restaurant_id: 59, event_name: "feast", event_date: new Date("2023-04-20T19:24:34Z"), details: "No response from the team, so the delivery was completed." },
            { id: 31, restaurant_id: 67, event_name: "brunch", event_date: new Date("2022-04-21T22:12:22Z"), details: "The courier asked for a change and the item was reopened." },
            { id: 32, restaurant_id: 38, event_name: "feast brunch celebration", event_date: new Date("2023-01-27T13:04:20Z"), details: "The reviewer reported an unusual issue; the delivery was approved." },
            { id: 33, restaurant_id: 58, event_name: "launch cook-off", event_date: new Date("2023-02-03T08:46:08Z"), details: "The request was updated — manual case, no further action." },
            { id: 34, restaurant_id: 26, event_name: "event", event_date: new Date("2022-09-13T19:12:29Z"), details: "No response from the reviewer, so the payment was delayed." },
            { id: 35, restaurant_id: 88, event_name: "tasting", event_date: new Date("2022-10-16T05:33:27Z"), details: "An operator confirmed the details and the record was confirmed." },
            { id: 36, restaurant_id: 27, event_name: "brunch cook-off event", event_date: new Date("2023-11-11T16:41:09Z"), details: "The courier reported an incomplete issue; the report was updated." },
            { id: 37, restaurant_id: 90, event_name: "festival competition series", event_date: new Date("2023-09-27T18:12:41Z"), details: "The supplier asked for a change and the session was escalated." },
            { id: 38, restaurant_id: 76, event_name: "competition", event_date: new Date("2022-09-19T05:59:43Z"), details: "The customer asked for a change and the payment was approved." },
            { id: 39, restaurant_id: 28, event_name: "party", event_date: new Date("2023-12-09T02:02:33Z"), details: "The supplier reported an automatic issue; the session was approved." },
            { id: 40, restaurant_id: 50, event_name: "event promotion dinner", event_date: new Date("2022-04-20T14:40:57Z"), details: "The customer confirmed the details and the booking was rescheduled." },
            { id: 41, restaurant_id: 7, event_name: "celebration", event_date: new Date("2023-10-29T12:27:04Z"), details: "The supplier confirmed the details and the transfer was confirmed." },
            { id: 42, restaurant_id: 30, event_name: "showcase exhibition", event_date: new Date("2022-03-17T18:11:41Z"), details: "The reviewer asked for a change and the account was rescheduled." },
            { id: 43, restaurant_id: 90, event_name: "tasting launch celebration", event_date: new Date("2022-10-24T12:30:14Z"), details: "The team reported a manual issue; the ticket was processed." },
            { id: 44, restaurant_id: 94, event_name: "festival", event_date: new Date("2022-06-25T02:12:34Z"), details: "The transfer was resolved — automatic case, no further action." },
            { id: 45, restaurant_id: 36, event_name: "series", event_date: new Date("2023-02-05T07:05:36Z"), details: "An operator reported a manual issue; the refund was closed." },
            { id: 46, restaurant_id: 61, event_name: "night exhibition", event_date: new Date("2023-12-28T14:51:20Z"), details: "The customer reported a routine issue; the account was closed." },
            { id: 47, restaurant_id: 23, event_name: "experience", event_date: new Date("2022-06-11T06:18:30Z"), details: "The request was approved — standard case, no further action." },
            { id: 48, restaurant_id: 68, event_name: "workshop brunch gala", event_date: new Date("2023-02-02T02:35:25Z"), details: "The session was approved — duplicate case, no further action." },
            { id: 49, restaurant_id: 60, event_name: "promotion brunch competition", event_date: new Date("2022-07-29T08:42:15Z"), details: "No response from the customer, so the transfer was closed." },
            { id: 50, restaurant_id: 82, event_name: "exhibition", event_date: new Date("2023-10-11T12:06:01Z"), details: "The account was replaced — minor case, no further action." },
            { id: 51, restaurant_id: 44, event_name: "gala", event_date: new Date("2022-07-23T09:59:22Z"), details: "The invoice was delayed — minor case, no further action." },
            { id: 52, restaurant_id: 58, event_name: "launch", event_date: new Date("2022-12-28T01:05:03Z"), details: "The courier reported a manual issue; the invoice was reviewed." },
            { id: 53, restaurant_id: 60, event_name: "gala", event_date: new Date("2022-10-02T23:16:40Z"), details: "The team confirmed the details and the claim was delayed." },
            { id: 54, restaurant_id: 67, event_name: "feast", event_date: new Date("2022-03-30T22:37:49Z"), details: "The refund was rejected — late case, no further action." },
            { id: 55, restaurant_id: 67, event_name: "festival", event_date: new Date("2022-10-23T15:09:06Z"), details: "The team confirmed the details and the shipment was cancelled." },
            { id: 56, restaurant_id: 84, event_name: "workshop banquet exhibition", event_date: new Date("2023-11-17T16:40:48Z"), details: "No response from the account owner, so the item was refunded." },
            { id: 57, restaurant_id: 53, event_name: "party", event_date: new Date("2023-03-15T16:41:16Z"), details: "The customer confirmed the details and the booking was resolved." },
            { id: 58, restaurant_id: 3, event_name: "celebration launch cook-off", event_date: new Date("2023-11-22T09:08:22Z"), details: "The supplier confirmed the details and the order was rescheduled." },
            { id: 59, restaurant_id: 10, event_name: "experience", event_date: new Date("2022-02-21T14:12:12Z"), details: "The account owner asked for a change and the shipment was replaced." },
            { id: 60, restaurant_id: 68, event_name: "night experience tasting", event_date: new Date("2022-02-28T23:05:23Z"), details: "The customer asked for a change and the document was delayed." },
            { id: 61, restaurant_id: 23, event_name: "night celebration tasting", event_date: new Date("2023-09-24T07:56:27Z"), details: "The customer reported a duplicate issue; the refund was processed." },
            { id: 62, restaurant_id: 21, event_name: "banquet gala tasting", event_date: new Date("2022-10-20T06:19:19Z"), details: "The reviewer reported an automatic issue; the shipment was closed." },
            { id: 63, restaurant_id: 29, event_name: "launch promotion", event_date: new Date("2023-08-31T19:20:45Z"), details: "The courier confirmed the details and the delivery was refunded." },
            { id: 64, restaurant_id: 28, event_name: "exhibition party night", event_date: new Date("2023-12-16T03:02:41Z"), details: "The supplier asked for a change and the invoice was rejected." },
            { id: 65, restaurant_id: 34, event_name: "dinner gala", event_date: new Date("2022-10-31T05:10:30Z"), details: "The reviewer reported a routine issue; the delivery was approved." },
            { id: 66, restaurant_id: 13, event_name: "tasting", event_date: new Date("2022-12-12T19:51:25Z"), details: "The team asked for a change and the transfer was replaced." },
            { id: 67, restaurant_id: 97, event_name: "promotion tasting dinner", event_date: new Date("2022-11-30T06:07:21Z"), details: "An operator reported a standard issue; the payment was approved." },
            { id: 68, restaurant_id: 55, event_name: "feast showcase", event_date: new Date("2022-05-18T19:45:13Z"), details: "The ticket was resolved — manual case, no further action." },
            { id: 69, restaurant_id: 82, event_name: "gala celebration", event_date: new Date("2023-10-22T00:50:44Z"), details: "The appointment was reviewed — partial case, no further action." },
            { id: 70, restaurant_id: 24, event_name: "tasting", event_date: new Date("2022-01-23T17:04:23Z"), details: "Support asked for a change and the claim was replaced." },
            { id: 71, restaurant_id: 36, event_name: "event", event_date: new Date("2023-02-28T00:59:02Z"), details: "No response from the reviewer, so the booking was escalated." },
            { id: 72, restaurant_id: 75, event_name: "launch cook-off", event_date: new Date("2023-12-11T06:58:45Z"), details: "The account owner confirmed the details and the item was rejected." },
            { id: 73, restaurant_id: 97, event_name: "exhibition gala", event_date: new Date("2023-10-14T21:42:25Z"), details: "The customer reported an unusual issue; the record was resolved." },
            { id: 74, restaurant_id: 25, event_name: "competition dinner", event_date: new Date("2023-12-10T13:30:55Z"), details: "The invoice was rejected — repeat case, no further action." },
            { id: 75, restaurant_id: 77, event_name: "showcase", event_date: new Date("2022-01-29T00:32:55Z"), details: "The reviewer reported a repeat issue; the delivery was escalated." },
            { id: 76, restaurant_id: 43, event_name: "feast launch", event_date: new Date("2023-02-01T08:45:16Z"), details: "The customer asked for a change and the refund was delayed." },
            { id: 77, restaurant_id: 24, event_name: "banquet", event_date: new Date("2023-06-12T01:37:24Z"), details: "The team confirmed the details and the claim was completed." },
            { id: 78, restaurant_id: 47, event_name: "promotion launch party", event_date: new Date("2023-07-06T07:42:10Z"), details: "The supplier reported a duplicate issue; the document was delayed." },
            { id: 79, restaurant_id: 99, event_name: "event cook-off experience", event_date: new Date("2023-07-04T07:21:21Z"), details: "The customer confirmed the details and the account was confirmed." },
            { id: 80, restaurant_id: 61, event_name: "party", event_date: new Date("2022-03-03T21:44:43Z"), details: "The request was reviewed — repeat case, no further action." },
        ],
    });
}

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