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

const prisma = new PrismaClient();

async function main() {
    await prisma.customers.createMany({
        data: [
            { id: 1, full_name: "Wei Andersen", email: "wei.andersen@example.com", phone: "+1-214-555-0191" },
            { id: 2, full_name: "Liam Garcia", email: "liam.garcia@example.net", phone: "+1-972-555-0128" },
            { id: 3, full_name: "Maja Vargas", email: "maja.vargas@example.com", phone: "+1-312-555-0124" },
            { id: 4, full_name: "Sara Flores", email: null, phone: "+1-214-555-0179" },
            { id: 5, full_name: "Pedro Taylor", email: "pedro.taylor@example.org", phone: "+1-415-555-0118" },
            { id: 6, full_name: "Tariq Novak", email: "tariq.novak@example.net", phone: "+1-312-555-0186" },
            { id: 7, full_name: "Yara Weber", email: "yara.weber@example.net", phone: "+1-612-555-0174" },
            { id: 8, full_name: "Carla Tanaka", email: null, phone: "+1-503-555-0176" },
            { id: 9, full_name: "Theo Murphy", email: "theo.murphy@example.net", phone: "+1-212-555-0135" },
            { id: 10, full_name: "Selin Torres", email: "selin.torres@example.net", phone: "+1-801-555-0177" },
            { id: 11, full_name: "Arjun Castro", email: "arjun.castro@example.org", phone: null },
            { id: 12, full_name: "Mia Reyes", email: null, phone: null },
            { id: 13, full_name: "Noah Sousa", email: null, phone: "+1-469-555-0137" },
            { id: 14, full_name: "Jonas Kaya", email: "jonas.kaya@example.net", phone: "+1-202-555-0178" },
            { id: 15, full_name: "Yara Fischer", email: "yara.fischer@example.net", phone: "+1-312-555-0131" },
            { id: 16, full_name: "Kai Hansen", email: "kai.hansen@example.org", phone: "+1-312-555-0108" },
            { id: 17, full_name: "Omar Bennett", email: null, phone: null },
            { id: 18, full_name: "Julia Rossi", email: "julia.rossi@example.org", phone: "+1-303-555-0170" },
            { id: 19, full_name: "Maya Ibrahim", email: "maya.ibrahim@example.com", phone: null },
            { id: 20, full_name: "James Evans", email: "james.evans@example.net", phone: "+1-905-555-0107" },
            { id: 21, full_name: "Karim Baker", email: "karim.baker@example.com", phone: "+1-214-555-0137" },
            { id: 22, full_name: "Tomas Sato", email: "tomas.sato@example.net", phone: "+1-416-555-0108" },
            { id: 23, full_name: "Victor Larsen", email: "victor.larsen@example.org", phone: "+1-212-555-0105" },
            { id: 24, full_name: "Chen Jensen", email: "chen.jensen@example.com", phone: "+1-604-555-0160" },
            { id: 25, full_name: "Liam Meyer", email: "liam.meyer@example.org", phone: "+1-469-555-0165" },
            { id: 26, full_name: "Selin Garcia", email: "selin.garcia@example.net", phone: "+1-972-555-0125" },
            { id: 27, full_name: "Fatima Zhang", email: null, phone: "+1-617-555-0161" },
            { id: 28, full_name: "Priya Smith", email: "priya.smith@example.org", phone: "+1-312-555-0194" },
            { id: 29, full_name: "Mila Hassan", email: "mila.hassan@example.com", phone: "+1-469-555-0128" },
            { id: 30, full_name: "Sara Carter", email: "sara.carter@example.com", phone: "+1-214-555-0166" },
            { id: 31, full_name: "Chen Ahmed", email: "chen.ahmed@example.com", phone: "+1-214-555-0117" },
            { id: 32, full_name: "Hugo Smith", email: "hugo.smith@example.net", phone: "+1-604-555-0128" },
            { id: 33, full_name: "Mei Clark", email: "mei.clark@example.org", phone: "+1-303-555-0128" },
            { id: 34, full_name: "Marco Patel", email: "marco.patel@example.org", phone: "+1-801-555-0106" },
            { id: 35, full_name: "Tomas Ali", email: "tomas.ali@example.org", phone: "+1-404-555-0150" },
            { id: 36, full_name: "Mateo Chen", email: "mateo.chen@example.net", phone: "+1-212-555-0111" },
            { id: 37, full_name: "Rafael Tanaka", email: "rafael.tanaka@example.com", phone: "+1-212-555-0193" },
            { id: 38, full_name: "Selin Khan", email: "selin.khan@example.com", phone: "+1-469-555-0148" },
            { id: 39, full_name: "Liam Wright", email: "liam.wright@example.com", phone: "+1-503-555-0172" },
            { id: 40, full_name: "Liam Park", email: "liam.park@example.com", phone: "+1-801-555-0128" },
            { id: 41, full_name: "Pedro Andersen", email: "pedro.andersen@example.com", phone: "+1-303-555-0106" },
            { id: 42, full_name: "Mateo Andersen", email: "mateo.andersen@example.net", phone: "+1-404-555-0132" },
            { id: 43, full_name: "Elif Vargas", email: null, phone: "+1-702-555-0127" },
            { id: 44, full_name: "Arjun Zhang", email: "arjun.zhang@example.com", phone: "+1-612-555-0142" },
            { id: 45, full_name: "Zoe Rossi", email: "zoe.rossi@example.net", phone: "+1-713-555-0103" },
            { id: 46, full_name: "Yusuf Vargas", email: "yusuf.vargas@example.net", phone: "+1-415-555-0198" },
            { id: 47, full_name: "Hana Miller", email: "hana.miller@example.com", phone: null },
            { id: 48, full_name: "Julia Vargas", email: null, phone: "+1-905-555-0164" },
            { id: 49, full_name: "Lena Hughes", email: "lena.hughes@example.net", phone: "+1-416-555-0139" },
            { id: 50, full_name: "Anna Bauer", email: "anna.bauer@example.org", phone: "+1-917-555-0145" },
            { id: 51, full_name: "Karim Singh", email: "karim.singh@example.net", phone: "+1-312-555-0149" },
            { id: 52, full_name: "Ben Sousa", email: "ben.sousa@example.net", phone: "+1-503-555-0109" },
            { id: 53, full_name: "Mei Sato", email: "mei.sato@example.org", phone: "+1-503-555-0143" },
            { id: 54, full_name: "Liam Evans", email: "liam.evans@example.net", phone: "+1-917-555-0177" },
            { id: 55, full_name: "Anna Young", email: null, phone: "+1-617-555-0132" },
            { id: 56, full_name: "Liam Ibrahim", email: "liam.ibrahim@example.org", phone: "+1-604-555-0123" },
            { id: 57, full_name: "Victor Carter", email: "victor.carter@example.com", phone: "+1-416-555-0104" },
            { id: 58, full_name: "Sara Moreau", email: "sara.moreau@example.net", phone: "+1-213-555-0130" },
            { id: 59, full_name: "Grace Miller", email: "grace.miller@example.net", phone: "+1-214-555-0183" },
            { id: 60, full_name: "Tariq Evans", email: null, phone: "+1-857-555-0150" },
            { id: 61, full_name: "David Fischer", email: "david.fischer@example.org", phone: "+1-801-555-0164" },
            { id: 62, full_name: "Mia Dubois", email: "mia.dubois@example.org", phone: null },
            { id: 63, full_name: "Kai Young", email: "kai.young@example.net", phone: "+1-702-555-0177" },
            { id: 64, full_name: "Lena Nakamura", email: "lena.nakamura@example.org", phone: "+1-702-555-0183" },
            { id: 65, full_name: "Uma Weber", email: "uma.weber@example.org", phone: null },
            { id: 66, full_name: "Selin Jansen", email: "selin.jansen@example.com", phone: "+1-416-555-0176" },
            { id: 67, full_name: "Nina Evans", email: "nina.evans@example.org", phone: "+1-512-555-0134" },
            { id: 68, full_name: "Jade Wright", email: null, phone: "+1-972-555-0136" },
            { id: 69, full_name: "Chen Evans", email: "chen.evans@example.com", phone: "+1-917-555-0147" },
            { id: 70, full_name: "Ivan Tanaka", email: "ivan.tanaka@example.net", phone: "+1-305-555-0146" },
            { id: 71, full_name: "Mia Carter", email: "mia.carter@example.com", phone: "+1-213-555-0114" },
            { id: 72, full_name: "Ana Meyer", email: "ana.meyer@example.com", phone: "+1-972-555-0143" },
            { id: 73, full_name: "Sara Moreau", email: null, phone: "+1-617-555-0144" },
            { id: 74, full_name: "Ben Kumar", email: "ben.kumar@example.org", phone: "+1-202-555-0155" },
            { id: 75, full_name: "Maria Walker", email: "maria.walker@example.org", phone: "+1-214-555-0122" },
            { id: 76, full_name: "James Gomez", email: "james.gomez@example.org", phone: "+1-303-555-0160" },
            { id: 77, full_name: "Sven Wright", email: "sven.wright@example.org", phone: "+1-905-555-0167" },
            { id: 78, full_name: "Deniz Smith", email: "deniz.smith@example.org", phone: null },
            { id: 79, full_name: "Zara Ali", email: "zara.ali@example.com", phone: "+1-917-555-0140" },
            { id: 80, full_name: "Amir Wilson", email: "amir.wilson@example.com", phone: "+1-212-555-0173" },
            { id: 81, full_name: "Ivan Baker", email: null, phone: null },
            { id: 82, full_name: "Tomas Castro", email: "tomas.castro@example.org", phone: "+1-214-555-0133" },
            { id: 83, full_name: "Anna Klein", email: "anna.klein@example.org", phone: "+1-713-555-0189" },
            { id: 84, full_name: "Diego Pereira", email: null, phone: "+1-604-555-0157" },
            { id: 85, full_name: "Olivia Larsen", email: "olivia.larsen@example.net", phone: "+1-713-555-0147" },
            { id: 86, full_name: "Carla Sousa", email: "carla.sousa@example.org", phone: "+1-469-555-0132" },
            { id: 87, full_name: "Andre Smith", email: "andre.smith@example.com", phone: "+1-469-555-0143" },
            { id: 88, full_name: "Emma Costa", email: "emma.costa@example.net", phone: "+1-905-555-0188" },
            { id: 89, full_name: "Maja Davis", email: "maja.davis@example.net", phone: "+1-512-555-0147" },
            { id: 90, full_name: "Kai Klein", email: "kai.klein@example.org", phone: "+1-305-555-0123" },
            { id: 91, full_name: "Isaac Meyer", email: "isaac.meyer@example.net", phone: "+1-212-555-0119" },
            { id: 92, full_name: "Jack Wang", email: "jack.wang@example.net", phone: "+1-713-555-0179" },
            { id: 93, full_name: "Jade Singh", email: "jade.singh@example.net", phone: "+1-312-555-0125" },
            { id: 94, full_name: "Amir Wagner", email: "amir.wagner@example.org", phone: "+1-415-555-0181" },
            { id: 95, full_name: "Lina Hansen", email: "lina.hansen@example.org", phone: null },
            { id: 96, full_name: "Mila Chen", email: "mila.chen@example.com", phone: "+1-213-555-0158" },
            { id: 97, full_name: "Zoe Nakamura", email: "zoe.nakamura@example.com", phone: "+1-303-555-0192" },
            { id: 98, full_name: "Omar Mendes", email: "omar.mendes@example.net", phone: "+1-214-555-0168" },
            { id: 99, full_name: "Maria Hassan", email: "maria.hassan@example.com", phone: "+1-778-555-0159" },
            { id: 100, full_name: "Noah Diaz", email: "noah.diaz@example.org", phone: "+1-972-555-0125" },
            { id: 101, full_name: "Jonas Murphy", email: "jonas.murphy@example.org", phone: "+1-416-555-0164" },
            { id: 102, full_name: "Mateo Yilmaz", email: "mateo.yilmaz@example.net", phone: "+1-305-555-0136" },
            { id: 103, full_name: "Yusuf Martin", email: "yusuf.martin@example.net", phone: "+1-503-555-0189" },
            { id: 104, full_name: "Jade Brown", email: "jade.brown@example.com", phone: "+1-214-555-0180" },
            { id: 105, full_name: "Carla Kowalski", email: "carla.kowalski@example.com", phone: "+1-303-555-0169" },
            { id: 106, full_name: "Felix Meyer", email: "felix.meyer@example.org", phone: "+1-801-555-0124" },
            { id: 107, full_name: "Sara Sato", email: "sara.sato@example.com", phone: "+1-917-555-0195" },
            { id: 108, full_name: "Carlos Larsen", email: "carlos.larsen@example.net", phone: null },
            { id: 109, full_name: "Tomas Martin", email: "tomas.martin@example.org", phone: "+1-202-555-0182" },
            { id: 110, full_name: "Victor Shah", email: "victor.shah@example.org", phone: "+1-612-555-0149" },
            { id: 111, full_name: "Diego Demir", email: "diego.demir@example.com", phone: "+1-212-555-0118" },
            { id: 112, full_name: "Fatima Walker", email: "fatima.walker@example.net", phone: "+1-503-555-0105" },
            { id: 113, full_name: "Sara Cruz", email: "sara.cruz@example.com", phone: "+1-801-555-0135" },
            { id: 114, full_name: "Diego Schneider", email: "diego.schneider@example.com", phone: "+1-801-555-0114" },
            { id: 115, full_name: "Paula Shah", email: "paula.shah@example.com", phone: "+1-702-555-0153" },
            { id: 116, full_name: "Jonas Smith", email: "jonas.smith@example.com", phone: "+1-202-555-0132" },
            { id: 117, full_name: "Ivan Lopez", email: "ivan.lopez@example.net", phone: "+1-713-555-0186" },
            { id: 118, full_name: "Tariq Baker", email: "tariq.baker@example.com", phone: "+1-212-555-0111" },
            { id: 119, full_name: "Jack Murphy", email: "jack.murphy@example.com", phone: "+1-972-555-0128" },
            { id: 120, full_name: "Carla Schneider", email: "carla.schneider@example.com", phone: "+1-917-555-0170" },
            { id: 121, full_name: "Tomas Torres", email: "tomas.torres@example.com", phone: "+1-857-555-0173" },
            { id: 122, full_name: "Rafael Chen", email: "rafael.chen@example.org", phone: "+1-214-555-0151" },
            { id: 123, full_name: "Omar Gomez", email: "omar.gomez@example.com", phone: "+1-801-555-0190" },
            { id: 124, full_name: "Victor Hoffmann", email: "victor.hoffmann@example.org", phone: "+1-469-555-0148" },
            { id: 125, full_name: "Mateo Larsen", email: "mateo.larsen@example.org", phone: "+1-416-555-0122" },
            { id: 126, full_name: "Anna Hoffmann", email: "anna.hoffmann@example.org", phone: null },
            { id: 127, full_name: "Hugo Kumar", email: "hugo.kumar@example.net", phone: "+1-404-555-0127" },
            { id: 128, full_name: "Jack Kaya", email: "jack.kaya@example.org", phone: "+1-213-555-0176" },
            { id: 129, full_name: "Elena Larsen", email: "elena.larsen@example.net", phone: "+1-416-555-0110" },
            { id: 130, full_name: "Deniz Torres", email: null, phone: "+1-202-555-0148" },
            { id: 131, full_name: "Chloe Schmidt", email: "chloe.schmidt@example.net", phone: "+1-303-555-0163" },
            { id: 132, full_name: "Jack Dubois", email: "jack.dubois@example.com", phone: "+1-972-555-0157" },
            { id: 133, full_name: "Sam Jansen", email: "sam.jansen@example.net", phone: "+1-503-555-0157" },
            { id: 134, full_name: "Mateo Hughes", email: "mateo.hughes@example.com", phone: "+1-972-555-0195" },
            { id: 135, full_name: "Mei Kaya", email: "mei.kaya@example.com", phone: "+1-503-555-0164" },
            { id: 136, full_name: "Ivan Klein", email: null, phone: "+1-312-555-0162" },
            { id: 137, full_name: "Kai Johnson", email: "kai.johnson@example.com", phone: "+1-415-555-0174" },
            { id: 138, full_name: "Elena Adams", email: "elena.adams@example.com", phone: "+1-213-555-0153" },
            { id: 139, full_name: "Chen Hoffmann", email: "chen.hoffmann@example.org", phone: null },
            { id: 140, full_name: "Mei Kaya", email: "mei.kaya@example.org", phone: "+1-415-555-0135" },
            { id: 141, full_name: "Sven Chen", email: "sven.chen@example.org", phone: "+1-404-555-0127" },
            { id: 142, full_name: "Mateo Nakamura", email: "mateo.nakamura@example.net", phone: "+1-404-555-0115" },
            { id: 143, full_name: "Uma Silva", email: "uma.silva@example.com", phone: "+1-857-555-0137" },
            { id: 144, full_name: "Andre Ahmed", email: "andre.ahmed@example.net", phone: "+1-702-555-0122" },
            { id: 145, full_name: "Rafael Brown", email: "rafael.brown@example.com", phone: "+1-713-555-0198" },
            { id: 146, full_name: "Elena Fischer", email: null, phone: "+1-303-555-0174" },
            { id: 147, full_name: "Jade Silva", email: "jade.silva@example.com", phone: "+1-702-555-0102" },
            { id: 148, full_name: "Grace Tanaka", email: "grace.tanaka@example.com", phone: "+1-905-555-0108" },
            { id: 149, full_name: "Karim Miller", email: null, phone: "+1-778-555-0152" },
            { id: 150, full_name: "Pedro Kowalski", email: "pedro.kowalski@example.org", phone: "+1-905-555-0115" },
            { id: 151, full_name: "Priya Walker", email: null, phone: "+1-801-555-0144" },
            { id: 152, full_name: "Wei Bauer", email: "wei.bauer@example.org", phone: "+1-415-555-0189" },
            { id: 153, full_name: "Andre Weber", email: "andre.weber@example.com", phone: "+1-212-555-0170" },
            { id: 154, full_name: "Lina Lee", email: "lina.lee@example.com", phone: "+1-213-555-0117" },
            { id: 155, full_name: "Maya Murphy", email: "maya.murphy@example.com", phone: "+1-801-555-0139" },
            { id: 156, full_name: "Maja Park", email: "maja.park@example.net", phone: "+1-604-555-0166" },
            { id: 157, full_name: "Pedro Patel", email: "pedro.patel@example.org", phone: "+1-305-555-0104" },
            { id: 158, full_name: "Rosa Almeida", email: "rosa.almeida@example.net", phone: null },
            { id: 159, full_name: "Leo Hassan", email: "leo.hassan@example.net", phone: "+1-905-555-0168" },
            { id: 160, full_name: "Diego Zhang", email: "diego.zhang@example.com", phone: "+1-857-555-0104" },
            { id: 161, full_name: "Ethan Novak", email: null, phone: "+1-604-555-0164" },
            { id: 162, full_name: "Ruby Baker", email: "ruby.baker@example.net", phone: "+1-202-555-0169" },
            { id: 163, full_name: "Rafael Singh", email: "rafael.singh@example.net", phone: "+1-972-555-0197" },
            { id: 164, full_name: "Lena Murphy", email: "lena.murphy@example.com", phone: "+1-713-555-0132" },
            { id: 165, full_name: "Pedro Hughes", email: "pedro.hughes@example.com", phone: "+1-416-555-0161" },
            { id: 166, full_name: "Ruby Murphy", email: "ruby.murphy@example.org", phone: "+1-416-555-0127" },
            { id: 167, full_name: "Lena Evans", email: "lena.evans@example.com", phone: "+1-702-555-0190" },
            { id: 168, full_name: "Ivan Ruiz", email: "ivan.ruiz@example.com", phone: "+1-202-555-0181" },
            { id: 169, full_name: "Sven Vargas", email: "sven.vargas@example.com", phone: "+1-972-555-0118" },
            { id: 170, full_name: "Carla Weber", email: "carla.weber@example.net", phone: "+1-305-555-0153" },
            { id: 171, full_name: "Sam Fischer", email: "sam.fischer@example.org", phone: "+1-503-555-0131" },
            { id: 172, full_name: "Carlos Kumar", email: "carlos.kumar@example.org", phone: "+1-857-555-0141" },
            { id: 173, full_name: "Marco Yilmaz", email: "marco.yilmaz@example.com", phone: null },
            { id: 174, full_name: "Nour Mendes", email: "nour.mendes@example.net", phone: "+1-214-555-0112" },
            { id: 175, full_name: "Nadia Kim", email: "nadia.kim@example.net", phone: "+1-972-555-0168" },
            { id: 176, full_name: "Chloe Kumar", email: "chloe.kumar@example.org", phone: "+1-917-555-0157" },
            { id: 177, full_name: "Elena Hoffmann", email: "elena.hoffmann@example.com", phone: "+1-905-555-0112" },
            { id: 178, full_name: "Mateo Oliveira", email: "mateo.oliveira@example.org", phone: "+1-905-555-0102" },
            { id: 179, full_name: "Nadia Kumar", email: "nadia.kumar@example.org", phone: "+1-905-555-0104" },
            { id: 180, full_name: "Chen Miller", email: "chen.miller@example.com", phone: "+1-972-555-0134" },
            { id: 181, full_name: "Carla Shah", email: "carla.shah@example.org", phone: "+1-702-555-0171" },
            { id: 182, full_name: "Sam Demir", email: "sam.demir@example.com", phone: null },
            { id: 183, full_name: "Selin Walker", email: "selin.walker@example.net", phone: "+1-617-555-0160" },
            { id: 184, full_name: "Grace Diaz", email: "grace.diaz@example.com", phone: "+1-213-555-0105" },
            { id: 185, full_name: "Hugo Shah", email: "hugo.shah@example.net", phone: "+1-857-555-0113" },
            { id: 186, full_name: "Mei Clark", email: "mei.clark@example.org", phone: "+1-857-555-0166" },
            { id: 187, full_name: "Paula Cruz", email: "paula.cruz@example.org", phone: "+1-415-555-0138" },
            { id: 188, full_name: "Nina Carter", email: "nina.carter@example.net", phone: null },
            { id: 189, full_name: "Anna Silva", email: null, phone: "+1-857-555-0153" },
            { id: 190, full_name: "Selin Hassan", email: "selin.hassan@example.com", phone: "+1-713-555-0113" },
            { id: 191, full_name: "Tomas Jensen", email: "tomas.jensen@example.com", phone: "+1-415-555-0174" },
            { id: 192, full_name: "Jade Castro", email: "jade.castro@example.org", phone: "+1-303-555-0117" },
            { id: 193, full_name: "Nadia Ahmed", email: "nadia.ahmed@example.com", phone: "+1-778-555-0131" },
            { id: 194, full_name: "Elif Castro", email: "elif.castro@example.com", phone: "+1-305-555-0186" },
            { id: 195, full_name: "Julia Schmidt", email: "julia.schmidt@example.com", phone: null },
            { id: 196, full_name: "Ivan Oliveira", email: "ivan.oliveira@example.net", phone: "+1-801-555-0167" },
            { id: 197, full_name: "Noah Smith", email: "noah.smith@example.org", phone: "+1-617-555-0179" },
            { id: 198, full_name: "Diego Yilmaz", email: "diego.yilmaz@example.org", phone: "+1-612-555-0138" },
            { id: 199, full_name: "Fatima Lopez", email: "fatima.lopez@example.com", phone: "+1-857-555-0130" },
            { id: 200, full_name: "Marco Costa", email: "marco.costa@example.com", phone: "+1-972-555-0199" },
        ],
    });
    await prisma.reservations.createMany({
        data: [
            { id: 1, customer_id: 142, reservation_date: new Date("2023-03-07T16:50:42Z"), group_size: 7, special_requests: "window seat", reservation_status: "canceled" },
            { id: 2, customer_id: 123, reservation_date: new Date("2023-12-12T14:47:58Z"), group_size: 9, special_requests: "high chair", reservation_status: "confirmed" },
            { id: 3, customer_id: 132, reservation_date: new Date("2023-09-27T19:18:38Z"), group_size: 2, special_requests: "quiet area", reservation_status: "confirmed" },
            { id: 4, customer_id: 131, reservation_date: new Date("2023-07-06T17:16:03Z"), group_size: 7, special_requests: "high chair", reservation_status: "completed" },
            { id: 5, customer_id: 163, reservation_date: new Date("2023-04-14T15:05:25Z"), group_size: 8, special_requests: "high chair", reservation_status: "confirmed" },
            { id: 6, customer_id: 40, reservation_date: new Date("2023-12-14T14:51:51Z"), group_size: 5, special_requests: "birthday cake", reservation_status: "confirmed" },
            { id: 7, customer_id: 85, reservation_date: new Date("2023-07-07T13:48:47Z"), group_size: null, special_requests: "vegan", reservation_status: "completed" },
            { id: 8, customer_id: 141, reservation_date: new Date("2023-11-01T08:05:36Z"), group_size: 11, special_requests: "allergy", reservation_status: "confirmed" },
            { id: 9, customer_id: 62, reservation_date: new Date("2023-11-02T14:05:40Z"), group_size: 6, special_requests: "allergy", reservation_status: "confirmed" },
            { id: 10, customer_id: 173, reservation_date: new Date("2023-03-06T14:23:20Z"), group_size: null, special_requests: "window seat", reservation_status: "canceled" },
            { id: 11, customer_id: 130, reservation_date: new Date("2023-08-15T14:20:40Z"), group_size: 3, special_requests: "window seat", reservation_status: "completed" },
            { id: 12, customer_id: 97, reservation_date: new Date("2023-12-18T09:43:11Z"), group_size: 9, special_requests: "allergy", reservation_status: "confirmed" },
            { id: 13, customer_id: 160, reservation_date: new Date("2023-07-05T19:47:51Z"), group_size: 6, special_requests: "allergy", reservation_status: "confirmed" },
            { id: 14, customer_id: 147, reservation_date: new Date("2023-06-06T09:23:51Z"), group_size: 11, special_requests: "gluten-free", reservation_status: "confirmed" },
            { id: 15, customer_id: 166, reservation_date: new Date("2023-03-22T11:27:03Z"), group_size: 4, special_requests: "allergy", reservation_status: "completed" },
            { id: 16, customer_id: 150, reservation_date: new Date("2023-06-09T16:32:21Z"), group_size: 7, special_requests: "allergy", reservation_status: "completed" },
            { id: 17, customer_id: 73, reservation_date: new Date("2023-01-30T15:46:03Z"), group_size: 3, special_requests: "high chair", reservation_status: "confirmed" },
            { id: 18, customer_id: 161, reservation_date: new Date("2023-04-15T13:53:31Z"), group_size: 8, special_requests: "allergy", reservation_status: "canceled" },
            { id: 19, customer_id: 37, reservation_date: new Date("2023-02-08T09:42:25Z"), group_size: null, special_requests: "quiet area", reservation_status: "confirmed" },
            { id: 20, customer_id: 162, reservation_date: new Date("2023-11-16T09:53:46Z"), group_size: 8, special_requests: "allergy", reservation_status: "confirmed" },
            { id: 21, customer_id: 150, reservation_date: new Date("2023-04-19T16:12:05Z"), group_size: 4, special_requests: "late seating", reservation_status: "confirmed" },
            { id: 22, customer_id: 71, reservation_date: new Date("2023-11-07T12:35:20Z"), group_size: 4, special_requests: "extra utensils", reservation_status: "confirmed" },
            { id: 23, customer_id: 138, reservation_date: new Date("2023-10-12T12:17:57Z"), group_size: 3, special_requests: "allergy", reservation_status: "confirmed" },
            { id: 24, customer_id: 75, reservation_date: new Date("2023-11-21T16:17:49Z"), group_size: 1, special_requests: "vegan", reservation_status: "confirmed" },
            { id: 25, customer_id: 179, reservation_date: new Date("2023-07-23T08:55:16Z"), group_size: 7, special_requests: "high chair", reservation_status: "confirmed" },
            { id: 26, customer_id: 103, reservation_date: new Date("2023-02-22T10:53:20Z"), group_size: 5, special_requests: "high chair", reservation_status: "confirmed" },
            { id: 27, customer_id: 193, reservation_date: new Date("2023-12-01T07:23:58Z"), group_size: 9, special_requests: "early seating", reservation_status: "confirmed" },
            { id: 28, customer_id: 169, reservation_date: new Date("2023-12-29T11:47:50Z"), group_size: 8, special_requests: "allergy", reservation_status: "completed" },
            { id: 29, customer_id: 23, reservation_date: new Date("2023-07-23T13:42:19Z"), group_size: 5, special_requests: "celebration", reservation_status: "confirmed" },
            { id: 30, customer_id: 154, reservation_date: new Date("2023-04-22T11:08:20Z"), group_size: 8, special_requests: "allergy", reservation_status: "confirmed" },
            { id: 31, customer_id: 112, reservation_date: new Date("2023-06-06T10:03:38Z"), group_size: 7, special_requests: "high chair", reservation_status: "completed" },
            { id: 32, customer_id: 166, reservation_date: new Date("2023-09-25T14:20:24Z"), group_size: 10, special_requests: "vegan", reservation_status: "canceled" },
            { id: 33, customer_id: 45, reservation_date: new Date("2023-01-15T12:57:01Z"), group_size: 4, special_requests: "gluten-free", reservation_status: "confirmed" },
            { id: 34, customer_id: 15, reservation_date: new Date("2023-07-28T14:33:58Z"), group_size: 4, special_requests: "birthday cake", reservation_status: "completed" },
            { id: 35, customer_id: 125, reservation_date: new Date("2023-03-12T13:53:09Z"), group_size: 8, special_requests: "birthday cake", reservation_status: "confirmed" },
            { id: 36, customer_id: 129, reservation_date: new Date("2023-08-20T16:35:12Z"), group_size: 5, special_requests: "high chair", reservation_status: "confirmed" },
            { id: 37, customer_id: 104, reservation_date: new Date("2023-03-01T13:40:21Z"), group_size: 6, special_requests: "celebration", reservation_status: "confirmed" },
            { id: 38, customer_id: 60, reservation_date: new Date("2023-12-23T13:52:07Z"), group_size: null, special_requests: "allergy", reservation_status: "confirmed" },
            { id: 39, customer_id: 165, reservation_date: new Date("2023-10-22T11:52:13Z"), group_size: 11, special_requests: "allergy", reservation_status: "confirmed" },
            { id: 40, customer_id: 93, reservation_date: new Date("2023-06-11T08:52:16Z"), group_size: 4, special_requests: "allergy", reservation_status: "canceled" },
            { id: 41, customer_id: 72, reservation_date: new Date("2023-01-13T17:25:05Z"), group_size: 8, special_requests: "celebration", reservation_status: "confirmed" },
            { id: 42, customer_id: 65, reservation_date: new Date("2023-03-01T09:42:29Z"), group_size: 8, special_requests: "celebration", reservation_status: "confirmed" },
            { id: 43, customer_id: 132, reservation_date: new Date("2023-06-01T14:51:10Z"), group_size: 5, special_requests: "allergy", reservation_status: "canceled" },
            { id: 44, customer_id: 186, reservation_date: new Date("2023-06-26T12:11:14Z"), group_size: 11, special_requests: "window seat", reservation_status: "confirmed" },
            { id: 45, customer_id: 157, reservation_date: new Date("2023-02-10T11:21:31Z"), group_size: 6, special_requests: "allergy", reservation_status: "canceled" },
            { id: 46, customer_id: 153, reservation_date: new Date("2023-10-09T11:36:33Z"), group_size: 8, special_requests: "allergy", reservation_status: "confirmed" },
            { id: 47, customer_id: 139, reservation_date: new Date("2023-07-09T14:23:38Z"), group_size: 8, special_requests: "window seat", reservation_status: "confirmed" },
            { id: 48, customer_id: 61, reservation_date: new Date("2023-05-12T09:55:12Z"), group_size: 10, special_requests: "extra utensils", reservation_status: "completed" },
            { id: 49, customer_id: 149, reservation_date: new Date("2023-05-31T11:00:07Z"), group_size: 1, special_requests: "early seating", reservation_status: "confirmed" },
            { id: 50, customer_id: 98, reservation_date: new Date("2023-10-31T09:41:17Z"), group_size: null, special_requests: "allergy", reservation_status: "completed" },
            { id: 51, customer_id: 130, reservation_date: new Date("2023-02-22T16:20:34Z"), group_size: 5, special_requests: "allergy", reservation_status: "canceled" },
            { id: 52, customer_id: 62, reservation_date: new Date("2023-12-23T08:46:38Z"), group_size: 11, special_requests: "quiet area", reservation_status: "confirmed" },
            { id: 53, customer_id: 126, reservation_date: new Date("2023-12-16T17:18:45Z"), group_size: 9, special_requests: "early seating", reservation_status: "canceled" },
            { id: 54, customer_id: 18, reservation_date: new Date("2023-02-22T12:38:48Z"), group_size: null, special_requests: "window seat", reservation_status: "completed" },
            { id: 55, customer_id: 151, reservation_date: new Date("2023-06-12T10:56:38Z"), group_size: 5, special_requests: "allergy", reservation_status: "canceled" },
            { id: 56, customer_id: 94, reservation_date: new Date("2023-11-03T08:28:46Z"), group_size: 8, special_requests: "window seat", reservation_status: "confirmed" },
            { id: 57, customer_id: 19, reservation_date: new Date("2023-11-11T12:25:33Z"), group_size: 8, special_requests: "birthday cake", reservation_status: "canceled" },
            { id: 58, customer_id: 140, reservation_date: new Date("2023-02-09T09:56:53Z"), group_size: 10, special_requests: "gluten-free", reservation_status: "confirmed" },
            { id: 59, customer_id: 53, reservation_date: new Date("2023-06-25T13:06:49Z"), group_size: null, special_requests: "gluten-free", reservation_status: "confirmed" },
            { id: 60, customer_id: 65, reservation_date: new Date("2023-10-30T11:55:54Z"), group_size: 8, special_requests: "allergy", reservation_status: "confirmed" },
            { id: 61, customer_id: 74, reservation_date: new Date("2023-12-16T16:54:26Z"), group_size: 12, special_requests: "quiet area", reservation_status: "confirmed" },
            { id: 62, customer_id: 32, reservation_date: new Date("2023-11-17T09:40:38Z"), group_size: 11, special_requests: "quiet area", reservation_status: "confirmed" },
            { id: 63, customer_id: 178, reservation_date: new Date("2023-12-17T10:19:07Z"), group_size: 2, special_requests: "allergy", reservation_status: "confirmed" },
            { id: 64, customer_id: 31, reservation_date: new Date("2023-07-02T08:43:09Z"), group_size: 4, special_requests: "window seat", reservation_status: "confirmed" },
            { id: 65, customer_id: 63, reservation_date: new Date("2023-10-01T11:01:43Z"), group_size: 6, special_requests: "birthday cake", reservation_status: "canceled" },
            { id: 66, customer_id: 167, reservation_date: new Date("2023-05-31T11:43:06Z"), group_size: 8, special_requests: "window seat", reservation_status: "confirmed" },
            { id: 67, customer_id: 140, reservation_date: new Date("2023-06-06T16:19:35Z"), group_size: 2, special_requests: "allergy", reservation_status: "confirmed" },
            { id: 68, customer_id: 146, reservation_date: new Date("2023-08-03T14:57:25Z"), group_size: 5, special_requests: "high chair", reservation_status: "confirmed" },
            { id: 69, customer_id: 83, reservation_date: new Date("2023-09-19T11:54:12Z"), group_size: 2, special_requests: "allergy", reservation_status: "confirmed" },
            { id: 70, customer_id: 137, reservation_date: new Date("2023-07-15T23:38:50Z"), group_size: 6, special_requests: "high chair", reservation_status: "confirmed" },
            { id: 71, customer_id: 160, reservation_date: new Date("2023-08-28T08:02:38Z"), group_size: 2, special_requests: "allergy", reservation_status: "confirmed" },
            { id: 72, customer_id: 191, reservation_date: new Date("2023-03-11T12:46:47Z"), group_size: 9, special_requests: "allergy", reservation_status: "confirmed" },
            { id: 73, customer_id: 86, reservation_date: new Date("2023-10-29T18:05:38Z"), group_size: 11, special_requests: "window seat", reservation_status: "confirmed" },
            { id: 74, customer_id: 93, reservation_date: new Date("2023-05-04T15:31:40Z"), group_size: 4, special_requests: "window seat", reservation_status: "confirmed" },
            { id: 75, customer_id: 198, reservation_date: new Date("2023-11-27T09:20:05Z"), group_size: 11, special_requests: "allergy", reservation_status: "confirmed" },
            { id: 76, customer_id: 78, reservation_date: new Date("2023-03-04T16:05:43Z"), group_size: 4, special_requests: "gluten-free", reservation_status: "confirmed" },
            { id: 77, customer_id: 6, reservation_date: new Date("2023-05-21T14:51:19Z"), group_size: null, special_requests: "window seat", reservation_status: "confirmed" },
            { id: 78, customer_id: 15, reservation_date: new Date("2023-06-19T14:16:49Z"), group_size: 2, special_requests: "quiet area", reservation_status: "confirmed" },
            { id: 79, customer_id: 54, reservation_date: new Date("2023-07-24T15:21:28Z"), group_size: 6, special_requests: "allergy", reservation_status: "confirmed" },
            { id: 80, customer_id: 142, reservation_date: new Date("2023-02-26T15:58:05Z"), group_size: null, special_requests: "early seating", reservation_status: "canceled" },
            { id: 81, customer_id: 56, reservation_date: new Date("2023-06-03T13:07:59Z"), group_size: 2, special_requests: "allergy", reservation_status: "canceled" },
            { id: 82, customer_id: 81, reservation_date: new Date("2023-04-28T10:34:59Z"), group_size: 6, special_requests: "allergy", reservation_status: "confirmed" },
            { id: 83, customer_id: 95, reservation_date: new Date("2023-06-02T05:38:56Z"), group_size: null, special_requests: "allergy", reservation_status: "confirmed" },
            { id: 84, customer_id: 78, reservation_date: new Date("2023-12-28T10:26:28Z"), group_size: 11, special_requests: "allergy", reservation_status: "confirmed" },
            { id: 85, customer_id: 169, reservation_date: new Date("2023-10-31T17:01:35Z"), group_size: 7, special_requests: "window seat", reservation_status: "confirmed" },
            { id: 86, customer_id: 81, reservation_date: new Date("2023-04-22T17:35:43Z"), group_size: 11, special_requests: "vegan", reservation_status: "completed" },
            { id: 87, customer_id: 133, reservation_date: new Date("2023-10-22T14:41:08Z"), group_size: 6, special_requests: "high chair", reservation_status: "completed" },
            { id: 88, customer_id: 56, reservation_date: new Date("2023-01-13T14:18:51Z"), group_size: 5, special_requests: "gluten-free", reservation_status: "confirmed" },
            { id: 89, customer_id: 21, reservation_date: new Date("2023-03-22T14:31:45Z"), group_size: 7, special_requests: "birthday cake", reservation_status: "canceled" },
            { id: 90, customer_id: 80, reservation_date: new Date("2023-08-27T14:21:24Z"), group_size: null, special_requests: "allergy", reservation_status: "confirmed" },
            { id: 91, customer_id: 27, reservation_date: new Date("2023-07-01T07:02:49Z"), group_size: 4, special_requests: "allergy", reservation_status: "canceled" },
            { id: 92, customer_id: 162, reservation_date: new Date("2023-02-03T12:17:48Z"), group_size: 2, special_requests: "allergy", reservation_status: "confirmed" },
            { id: 93, customer_id: 107, reservation_date: new Date("2023-09-16T09:48:42Z"), group_size: 8, special_requests: "allergy", reservation_status: "confirmed" },
            { id: 94, customer_id: 156, reservation_date: new Date("2023-03-02T20:02:09Z"), group_size: 8, special_requests: "allergy", reservation_status: "canceled" },
            { id: 95, customer_id: 128, reservation_date: new Date("2023-11-08T13:35:44Z"), group_size: 9, special_requests: "celebration", reservation_status: "confirmed" },
            { id: 96, customer_id: 110, reservation_date: new Date("2023-11-28T16:53:58Z"), group_size: 5, special_requests: "window seat", reservation_status: "confirmed" },
            { id: 97, customer_id: 142, reservation_date: new Date("2023-09-12T10:47:35Z"), group_size: 10, special_requests: "window seat", reservation_status: "completed" },
            { id: 98, customer_id: 146, reservation_date: new Date("2023-10-31T11:55:51Z"), group_size: 6, special_requests: "celebration", reservation_status: "confirmed" },
            { id: 99, customer_id: 19, reservation_date: new Date("2023-02-13T16:53:46Z"), group_size: 7, special_requests: "allergy", reservation_status: "confirmed" },
            { id: 100, customer_id: 176, reservation_date: new Date("2023-01-15T11:32:19Z"), group_size: 11, special_requests: "early seating", reservation_status: "confirmed" },
            { id: 101, customer_id: 188, reservation_date: new Date("2023-07-18T16:17:12Z"), group_size: 10, special_requests: "allergy", reservation_status: "canceled" },
            { id: 102, customer_id: 68, reservation_date: new Date("2023-01-31T11:46:12Z"), group_size: 2, special_requests: "allergy", reservation_status: "confirmed" },
            { id: 103, customer_id: 93, reservation_date: new Date("2023-04-28T09:31:14Z"), group_size: 7, special_requests: "window seat", reservation_status: "confirmed" },
            { id: 104, customer_id: 49, reservation_date: new Date("2023-07-07T10:10:50Z"), group_size: null, special_requests: "high chair", reservation_status: "confirmed" },
            { id: 105, customer_id: 104, reservation_date: new Date("2023-07-20T13:28:05Z"), group_size: 11, special_requests: "quiet area", reservation_status: "confirmed" },
            { id: 106, customer_id: 198, reservation_date: new Date("2023-07-08T11:24:32Z"), group_size: 6, special_requests: "window seat", reservation_status: "confirmed" },
            { id: 107, customer_id: 103, reservation_date: new Date("2023-07-03T13:17:28Z"), group_size: 4, special_requests: "extra utensils", reservation_status: "canceled" },
            { id: 108, customer_id: 57, reservation_date: new Date("2023-03-03T15:23:09Z"), group_size: 3, special_requests: "vegan", reservation_status: "confirmed" },
            { id: 109, customer_id: 170, reservation_date: new Date("2023-03-10T16:53:41Z"), group_size: 9, special_requests: "allergy", reservation_status: "confirmed" },
            { id: 110, customer_id: 51, reservation_date: new Date("2023-10-22T09:56:15Z"), group_size: 7, special_requests: "high chair", reservation_status: "confirmed" },
            { id: 111, customer_id: 85, reservation_date: new Date("2023-07-27T11:17:39Z"), group_size: 3, special_requests: "allergy", reservation_status: "confirmed" },
            { id: 112, customer_id: 41, reservation_date: new Date("2023-04-14T17:18:18Z"), group_size: 10, special_requests: "high chair", reservation_status: "confirmed" },
            { id: 113, customer_id: 46, reservation_date: new Date("2023-06-18T15:08:05Z"), group_size: null, special_requests: "window seat", reservation_status: "confirmed" },
            { id: 114, customer_id: 134, reservation_date: new Date("2023-06-30T11:55:20Z"), group_size: 6, special_requests: "window seat", reservation_status: "canceled" },
            { id: 115, customer_id: 80, reservation_date: new Date("2023-11-08T11:03:08Z"), group_size: null, special_requests: "early seating", reservation_status: "confirmed" },
            { id: 116, customer_id: 109, reservation_date: new Date("2023-07-07T10:30:58Z"), group_size: 7, special_requests: "quiet area", reservation_status: "canceled" },
            { id: 117, customer_id: 86, reservation_date: new Date("2023-02-10T09:40:50Z"), group_size: null, special_requests: "gluten-free", reservation_status: "confirmed" },
            { id: 118, customer_id: 57, reservation_date: new Date("2023-11-03T11:45:04Z"), group_size: 4, special_requests: "gluten-free", reservation_status: "confirmed" },
            { id: 119, customer_id: 75, reservation_date: new Date("2023-11-23T09:44:14Z"), group_size: 3, special_requests: "allergy", reservation_status: "confirmed" },
            { id: 120, customer_id: 171, reservation_date: new Date("2023-10-12T13:34:34Z"), group_size: 7, special_requests: "window seat", reservation_status: "confirmed" },
            { id: 121, customer_id: 147, reservation_date: new Date("2023-05-20T09:23:51Z"), group_size: 8, special_requests: "window seat", reservation_status: "canceled" },
            { id: 122, customer_id: 154, reservation_date: new Date("2023-08-22T15:34:14Z"), group_size: 11, special_requests: "allergy", reservation_status: "confirmed" },
            { id: 123, customer_id: 99, reservation_date: new Date("2023-11-13T08:08:09Z"), group_size: 11, special_requests: "celebration", reservation_status: "completed" },
            { id: 124, customer_id: 69, reservation_date: new Date("2023-02-14T11:38:28Z"), group_size: null, special_requests: "allergy", reservation_status: "completed" },
            { id: 125, customer_id: 47, reservation_date: new Date("2023-07-09T01:08:56Z"), group_size: 8, special_requests: "allergy", reservation_status: "confirmed" },
            { id: 126, customer_id: 124, reservation_date: new Date("2023-05-26T15:21:43Z"), group_size: 3, special_requests: "allergy", reservation_status: "canceled" },
            { id: 127, customer_id: 20, reservation_date: new Date("2023-11-13T15:10:11Z"), group_size: 8, special_requests: "high chair", reservation_status: "confirmed" },
            { id: 128, customer_id: 89, reservation_date: new Date("2023-05-24T10:07:15Z"), group_size: 9, special_requests: "allergy", reservation_status: "confirmed" },
            { id: 129, customer_id: 160, reservation_date: new Date("2023-03-14T08:35:28Z"), group_size: null, special_requests: "extra utensils", reservation_status: "confirmed" },
            { id: 130, customer_id: 185, reservation_date: new Date("2023-04-21T13:37:30Z"), group_size: 5, special_requests: "birthday cake", reservation_status: "confirmed" },
            { id: 131, customer_id: 88, reservation_date: new Date("2023-07-25T15:01:09Z"), group_size: 10, special_requests: "high chair", reservation_status: "canceled" },
            { id: 132, customer_id: 97, reservation_date: new Date("2023-07-29T12:16:55Z"), group_size: 2, special_requests: "vegan", reservation_status: "canceled" },
            { id: 133, customer_id: 7, reservation_date: new Date("2023-09-13T09:00:02Z"), group_size: null, special_requests: "window seat", reservation_status: "completed" },
            { id: 134, customer_id: 11, reservation_date: new Date("2023-08-04T12:38:16Z"), group_size: 7, special_requests: "window seat", reservation_status: "canceled" },
            { id: 135, customer_id: 166, reservation_date: new Date("2023-08-25T11:22:11Z"), group_size: 6, special_requests: "high chair", reservation_status: "confirmed" },
            { id: 136, customer_id: 138, reservation_date: new Date("2023-06-25T15:11:49Z"), group_size: 6, special_requests: "allergy", reservation_status: "confirmed" },
            { id: 137, customer_id: 120, reservation_date: new Date("2023-01-13T10:47:17Z"), group_size: 11, special_requests: "window seat", reservation_status: "confirmed" },
            { id: 138, customer_id: 168, reservation_date: new Date("2023-12-14T11:34:29Z"), group_size: 10, special_requests: "allergy", reservation_status: "confirmed" },
            { id: 139, customer_id: 112, reservation_date: new Date("2023-04-01T13:36:12Z"), group_size: 10, special_requests: "vegan", reservation_status: "confirmed" },
            { id: 140, customer_id: 16, reservation_date: new Date("2023-09-05T12:39:14Z"), group_size: null, special_requests: "vegan", reservation_status: "confirmed" },
            { id: 141, customer_id: 79, reservation_date: new Date("2023-01-10T10:02:13Z"), group_size: 7, special_requests: "romantic setup", reservation_status: "canceled" },
            { id: 142, customer_id: 93, reservation_date: new Date("2023-12-29T13:14:23Z"), group_size: 10, special_requests: "allergy", reservation_status: "completed" },
            { id: 143, customer_id: 200, reservation_date: new Date("2023-03-19T13:23:50Z"), group_size: 11, special_requests: "vegan", reservation_status: "confirmed" },
            { id: 144, customer_id: 71, reservation_date: new Date("2023-02-04T17:59:23Z"), group_size: 4, special_requests: "quiet area", reservation_status: "confirmed" },
            { id: 145, customer_id: 89, reservation_date: new Date("2023-05-13T17:55:15Z"), group_size: 4, special_requests: "high chair", reservation_status: "canceled" },
            { id: 146, customer_id: 89, reservation_date: new Date("2023-02-15T10:39:07Z"), group_size: null, special_requests: "allergy", reservation_status: "confirmed" },
            { id: 147, customer_id: 8, reservation_date: new Date("2023-07-04T13:10:17Z"), group_size: 2, special_requests: "extra utensils", reservation_status: "confirmed" },
            { id: 148, customer_id: 47, reservation_date: new Date("2023-02-25T16:10:08Z"), group_size: 4, special_requests: "window seat", reservation_status: "canceled" },
            { id: 149, customer_id: 18, reservation_date: new Date("2023-07-18T12:21:44Z"), group_size: 12, special_requests: "window seat", reservation_status: "confirmed" },
            { id: 150, customer_id: 65, reservation_date: new Date("2023-03-08T07:59:42Z"), group_size: 7, special_requests: "vegan", reservation_status: "confirmed" },
            { id: 151, customer_id: 45, reservation_date: new Date("2023-01-08T15:08:06Z"), group_size: 8, special_requests: "high chair", reservation_status: "completed" },
            { id: 152, customer_id: 56, reservation_date: new Date("2023-09-25T09:40:55Z"), group_size: 1, special_requests: "high chair", reservation_status: "confirmed" },
            { id: 153, customer_id: 128, reservation_date: new Date("2023-10-15T20:02:32Z"), group_size: 2, special_requests: "high chair", reservation_status: "confirmed" },
            { id: 154, customer_id: 32, reservation_date: new Date("2023-08-21T18:11:09Z"), group_size: 9, special_requests: "allergy", reservation_status: "confirmed" },
            { id: 155, customer_id: 153, reservation_date: new Date("2023-11-03T13:16:39Z"), group_size: 11, special_requests: "extra utensils", reservation_status: "confirmed" },
            { id: 156, customer_id: 99, reservation_date: new Date("2023-02-25T13:23:37Z"), group_size: 7, special_requests: "quiet area", reservation_status: "confirmed" },
            { id: 157, customer_id: 191, reservation_date: new Date("2023-04-23T11:47:37Z"), group_size: 7, special_requests: "allergy", reservation_status: "canceled" },
            { id: 158, customer_id: 174, reservation_date: new Date("2023-02-19T14:38:26Z"), group_size: 5, special_requests: "allergy", reservation_status: "confirmed" },
            { id: 159, customer_id: 168, reservation_date: new Date("2023-08-29T15:16:49Z"), group_size: 9, special_requests: "allergy", reservation_status: "confirmed" },
            { id: 160, customer_id: 92, reservation_date: new Date("2023-01-10T13:47:46Z"), group_size: 9, special_requests: "allergy", reservation_status: "confirmed" },
            { id: 161, customer_id: 146, reservation_date: new Date("2023-07-16T11:44:17Z"), group_size: 4, special_requests: "window seat", reservation_status: "completed" },
            { id: 162, customer_id: 195, reservation_date: new Date("2023-06-26T07:25:58Z"), group_size: 9, special_requests: "celebration", reservation_status: "canceled" },
            { id: 163, customer_id: 74, reservation_date: new Date("2023-03-17T08:15:44Z"), group_size: 3, special_requests: "allergy", reservation_status: "confirmed" },
            { id: 164, customer_id: 190, reservation_date: new Date("2023-07-14T16:31:33Z"), group_size: 4, special_requests: "vegan", reservation_status: "canceled" },
            { id: 165, customer_id: 34, reservation_date: new Date("2023-04-15T12:30:32Z"), group_size: 11, special_requests: "allergy", reservation_status: "confirmed" },
            { id: 166, customer_id: 22, reservation_date: new Date("2023-06-15T17:10:24Z"), group_size: 3, special_requests: "window seat", reservation_status: "confirmed" },
            { id: 167, customer_id: 118, reservation_date: new Date("2023-11-05T14:49:06Z"), group_size: 6, special_requests: "gluten-free", reservation_status: "confirmed" },
            { id: 168, customer_id: 156, reservation_date: new Date("2023-03-17T07:18:48Z"), group_size: 6, special_requests: "allergy", reservation_status: "completed" },
            { id: 169, customer_id: 134, reservation_date: new Date("2023-08-30T09:04:04Z"), group_size: 4, special_requests: "extra utensils", reservation_status: "confirmed" },
            { id: 170, customer_id: 163, reservation_date: new Date("2023-06-11T10:40:51Z"), group_size: 5, special_requests: "quiet area", reservation_status: "confirmed" },
            { id: 171, customer_id: 32, reservation_date: new Date("2023-10-27T09:58:09Z"), group_size: null, special_requests: "allergy", reservation_status: "confirmed" },
            { id: 172, customer_id: 55, reservation_date: new Date("2023-10-28T15:53:33Z"), group_size: 7, special_requests: "high chair", reservation_status: "confirmed" },
            { id: 173, customer_id: 179, reservation_date: new Date("2023-07-05T15:49:03Z"), group_size: null, special_requests: "window seat", reservation_status: "confirmed" },
            { id: 174, customer_id: 148, reservation_date: new Date("2023-07-06T18:35:37Z"), group_size: 7, special_requests: "high chair", reservation_status: "completed" },
            { id: 175, customer_id: 119, reservation_date: new Date("2023-11-29T11:10:24Z"), group_size: 12, special_requests: "window seat", reservation_status: "completed" },
            { id: 176, customer_id: 138, reservation_date: new Date("2023-05-08T14:52:10Z"), group_size: 2, special_requests: "window seat", reservation_status: "canceled" },
            { id: 177, customer_id: 15, reservation_date: new Date("2023-01-20T16:50:43Z"), group_size: 10, special_requests: "quiet area", reservation_status: "canceled" },
            { id: 178, customer_id: 43, reservation_date: new Date("2023-06-22T09:30:44Z"), group_size: 4, special_requests: "allergy", reservation_status: "confirmed" },
            { id: 179, customer_id: 151, reservation_date: new Date("2023-10-02T08:09:51Z"), group_size: 3, special_requests: "vegan", reservation_status: "confirmed" },
            { id: 180, customer_id: 6, reservation_date: new Date("2023-02-15T11:44:39Z"), group_size: 2, special_requests: "window seat", reservation_status: "completed" },
            { id: 181, customer_id: 35, reservation_date: new Date("2023-01-05T16:20:21Z"), group_size: 3, special_requests: "allergy", reservation_status: "confirmed" },
            { id: 182, customer_id: 33, reservation_date: new Date("2023-11-04T13:33:30Z"), group_size: 5, special_requests: "high chair", reservation_status: "confirmed" },
            { id: 183, customer_id: 41, reservation_date: new Date("2023-10-01T12:56:43Z"), group_size: 10, special_requests: "allergy", reservation_status: "confirmed" },
            { id: 184, customer_id: 173, reservation_date: new Date("2023-03-28T08:07:43Z"), group_size: 4, special_requests: "allergy", reservation_status: "confirmed" },
            { id: 185, customer_id: 79, reservation_date: new Date("2023-06-21T10:44:12Z"), group_size: 2, special_requests: "allergy", reservation_status: "completed" },
            { id: 186, customer_id: 42, reservation_date: new Date("2023-03-29T13:06:03Z"), group_size: 5, special_requests: "early seating", reservation_status: "canceled" },
            { id: 187, customer_id: 76, reservation_date: new Date("2023-03-25T16:36:14Z"), group_size: null, special_requests: "extra utensils", reservation_status: "confirmed" },
            { id: 188, customer_id: 161, reservation_date: new Date("2023-06-09T18:21:22Z"), group_size: 4, special_requests: "extra utensils", reservation_status: "confirmed" },
            { id: 189, customer_id: 22, reservation_date: new Date("2023-07-08T10:42:47Z"), group_size: 10, special_requests: "celebration", reservation_status: "completed" },
            { id: 190, customer_id: 24, reservation_date: new Date("2023-02-03T13:34:59Z"), group_size: 7, special_requests: "romantic setup", reservation_status: "canceled" },
            { id: 191, customer_id: 55, reservation_date: new Date("2023-10-13T16:36:42Z"), group_size: 1, special_requests: "allergy", reservation_status: "canceled" },
            { id: 192, customer_id: 5, reservation_date: new Date("2023-04-10T07:27:17Z"), group_size: 1, special_requests: "window seat", reservation_status: "confirmed" },
            { id: 193, customer_id: 104, reservation_date: new Date("2023-01-04T13:17:09Z"), group_size: null, special_requests: "window seat", reservation_status: "confirmed" },
            { id: 194, customer_id: 120, reservation_date: new Date("2023-10-12T11:02:36Z"), group_size: 3, special_requests: "allergy", reservation_status: "confirmed" },
            { id: 195, customer_id: 186, reservation_date: new Date("2023-10-25T16:33:08Z"), group_size: 4, special_requests: "early seating", reservation_status: "completed" },
            { id: 196, customer_id: 116, reservation_date: new Date("2023-09-09T10:32:06Z"), group_size: 2, special_requests: "allergy", reservation_status: "confirmed" },
            { id: 197, customer_id: 30, reservation_date: new Date("2023-02-18T03:52:16Z"), group_size: 11, special_requests: "allergy", reservation_status: "confirmed" },
            { id: 198, customer_id: 130, reservation_date: new Date("2023-07-04T11:55:53Z"), group_size: 3, special_requests: "allergy", reservation_status: "confirmed" },
            { id: 199, customer_id: 144, reservation_date: new Date("2023-12-24T08:32:45Z"), group_size: 6, special_requests: "window seat", reservation_status: "completed" },
            { id: 200, customer_id: 104, reservation_date: new Date("2023-10-10T13:17:31Z"), group_size: 5, special_requests: "allergy", reservation_status: "confirmed" },
            { id: 201, customer_id: 124, reservation_date: new Date("2023-09-25T10:27:43Z"), group_size: 2, special_requests: "window seat", reservation_status: "completed" },
            { id: 202, customer_id: 100, reservation_date: new Date("2023-03-23T15:17:26Z"), group_size: 8, special_requests: "vegan", reservation_status: "confirmed" },
            { id: 203, customer_id: 7, reservation_date: new Date("2023-08-04T15:42:56Z"), group_size: 11, special_requests: "quiet area", reservation_status: "confirmed" },
            { id: 204, customer_id: 2, reservation_date: new Date("2023-10-20T20:36:45Z"), group_size: 8, special_requests: "window seat", reservation_status: "confirmed" },
            { id: 205, customer_id: 146, reservation_date: new Date("2023-10-10T11:05:44Z"), group_size: 2, special_requests: "window seat", reservation_status: "confirmed" },
            { id: 206, customer_id: 126, reservation_date: new Date("2023-07-17T17:02:01Z"), group_size: 9, special_requests: "allergy", reservation_status: "confirmed" },
            { id: 207, customer_id: 21, reservation_date: new Date("2023-03-31T10:47:57Z"), group_size: 7, special_requests: "allergy", reservation_status: "completed" },
            { id: 208, customer_id: 157, reservation_date: new Date("2023-05-08T14:39:55Z"), group_size: 8, special_requests: "quiet area", reservation_status: "canceled" },
            { id: 209, customer_id: 87, reservation_date: new Date("2023-07-26T11:32:52Z"), group_size: 5, special_requests: "allergy", reservation_status: "canceled" },
            { id: 210, customer_id: 161, reservation_date: new Date("2023-09-27T11:25:45Z"), group_size: 1, special_requests: "window seat", reservation_status: "confirmed" },
            { id: 211, customer_id: 152, reservation_date: new Date("2023-08-20T09:47:04Z"), group_size: 8, special_requests: "celebration", reservation_status: "confirmed" },
            { id: 212, customer_id: 36, reservation_date: new Date("2023-07-06T12:44:45Z"), group_size: 1, special_requests: "celebration", reservation_status: "completed" },
            { id: 213, customer_id: 147, reservation_date: new Date("2023-11-22T17:05:43Z"), group_size: 10, special_requests: "quiet area", reservation_status: "confirmed" },
            { id: 214, customer_id: 195, reservation_date: new Date("2023-04-21T07:52:57Z"), group_size: 8, special_requests: "vegan", reservation_status: "canceled" },
            { id: 215, customer_id: 133, reservation_date: new Date("2023-03-19T14:27:46Z"), group_size: 2, special_requests: "allergy", reservation_status: "confirmed" },
            { id: 216, customer_id: 66, reservation_date: new Date("2023-12-03T17:31:50Z"), group_size: 7, special_requests: "quiet area", reservation_status: "confirmed" },
            { id: 217, customer_id: 157, reservation_date: new Date("2023-06-28T21:21:46Z"), group_size: null, special_requests: "high chair", reservation_status: "canceled" },
            { id: 218, customer_id: 148, reservation_date: new Date("2023-12-25T14:09:49Z"), group_size: 10, special_requests: "window seat", reservation_status: "confirmed" },
            { id: 219, customer_id: 187, reservation_date: new Date("2023-12-15T10:31:17Z"), group_size: 7, special_requests: "extra utensils", reservation_status: "confirmed" },
            { id: 220, customer_id: 157, reservation_date: new Date("2023-08-23T15:30:17Z"), group_size: 3, special_requests: "extra utensils", reservation_status: "confirmed" },
            { id: 221, customer_id: 131, reservation_date: new Date("2023-08-04T09:41:25Z"), group_size: 5, special_requests: "vegan", reservation_status: "canceled" },
            { id: 222, customer_id: 60, reservation_date: new Date("2023-07-07T10:31:22Z"), group_size: 4, special_requests: "early seating", reservation_status: "completed" },
            { id: 223, customer_id: 54, reservation_date: new Date("2023-05-12T16:03:11Z"), group_size: 10, special_requests: "quiet area", reservation_status: "completed" },
            { id: 224, customer_id: 104, reservation_date: new Date("2023-07-26T15:09:17Z"), group_size: 2, special_requests: "window seat", reservation_status: "completed" },
            { id: 225, customer_id: 129, reservation_date: new Date("2023-07-24T17:46:26Z"), group_size: null, special_requests: "early seating", reservation_status: "confirmed" },
            { id: 226, customer_id: 190, reservation_date: new Date("2023-07-05T18:24:58Z"), group_size: 9, special_requests: "allergy", reservation_status: "confirmed" },
            { id: 227, customer_id: 5, reservation_date: new Date("2023-09-04T12:51:40Z"), group_size: null, special_requests: "allergy", reservation_status: "canceled" },
            { id: 228, customer_id: 22, reservation_date: new Date("2023-04-28T09:19:58Z"), group_size: 3, special_requests: "allergy", reservation_status: "canceled" },
            { id: 229, customer_id: 177, reservation_date: new Date("2023-09-26T11:45:55Z"), group_size: 8, special_requests: "allergy", reservation_status: "canceled" },
            { id: 230, customer_id: 199, reservation_date: new Date("2023-03-27T16:18:02Z"), group_size: 3, special_requests: "allergy", reservation_status: "completed" },
            { id: 231, customer_id: 120, reservation_date: new Date("2023-08-16T11:01:07Z"), group_size: 8, special_requests: "early seating", reservation_status: "confirmed" },
            { id: 232, customer_id: 94, reservation_date: new Date("2023-05-08T09:45:51Z"), group_size: 10, special_requests: "vegan", reservation_status: "completed" },
            { id: 233, customer_id: 79, reservation_date: new Date("2023-04-24T16:57:52Z"), group_size: 12, special_requests: "quiet area", reservation_status: "confirmed" },
            { id: 234, customer_id: 170, reservation_date: new Date("2023-09-07T15:43:21Z"), group_size: 6, special_requests: "allergy", reservation_status: "canceled" },
            { id: 235, customer_id: 127, reservation_date: new Date("2023-05-07T16:04:21Z"), group_size: 7, special_requests: "quiet area", reservation_status: "confirmed" },
            { id: 236, customer_id: 151, reservation_date: new Date("2023-09-05T15:18:38Z"), group_size: 2, special_requests: "window seat", reservation_status: "confirmed" },
            { id: 237, customer_id: 102, reservation_date: new Date("2023-04-29T09:20:34Z"), group_size: 7, special_requests: "quiet area", reservation_status: "confirmed" },
            { id: 238, customer_id: 187, reservation_date: new Date("2023-07-01T10:59:35Z"), group_size: 10, special_requests: "allergy", reservation_status: "canceled" },
            { id: 239, customer_id: 75, reservation_date: new Date("2023-09-21T09:16:26Z"), group_size: 11, special_requests: "high chair", reservation_status: "confirmed" },
            { id: 240, customer_id: 193, reservation_date: new Date("2023-01-18T14:52:19Z"), group_size: 5, special_requests: "vegan", reservation_status: "confirmed" },
            { id: 241, customer_id: 105, reservation_date: new Date("2023-04-26T09:04:27Z"), group_size: null, special_requests: "window seat", reservation_status: "confirmed" },
            { id: 242, customer_id: 137, reservation_date: new Date("2023-12-06T17:00:52Z"), group_size: 5, special_requests: "window seat", reservation_status: "confirmed" },
            { id: 243, customer_id: 4, reservation_date: new Date("2023-01-01T17:49:58Z"), group_size: null, special_requests: "birthday cake", reservation_status: "confirmed" },
            { id: 244, customer_id: 193, reservation_date: new Date("2023-10-02T23:46:05Z"), group_size: 10, special_requests: "window seat", reservation_status: "confirmed" },
            { id: 245, customer_id: 138, reservation_date: new Date("2023-08-16T13:23:19Z"), group_size: 4, special_requests: "window seat", reservation_status: "confirmed" },
            { id: 246, customer_id: 184, reservation_date: new Date("2023-08-22T07:17:31Z"), group_size: 6, special_requests: "late seating", reservation_status: "confirmed" },
            { id: 247, customer_id: 74, reservation_date: new Date("2023-12-30T07:19:45Z"), group_size: 9, special_requests: "allergy", reservation_status: "canceled" },
            { id: 248, customer_id: 17, reservation_date: new Date("2023-06-20T17:09:37Z"), group_size: 4, special_requests: "quiet area", reservation_status: "confirmed" },
            { id: 249, customer_id: 143, reservation_date: new Date("2023-06-07T18:58:41Z"), group_size: 8, special_requests: "high chair", reservation_status: "confirmed" },
            { id: 250, customer_id: 48, reservation_date: new Date("2023-09-01T09:11:20Z"), group_size: 3, special_requests: "birthday cake", reservation_status: "confirmed" },
            { id: 251, customer_id: 7, reservation_date: new Date("2023-12-19T10:55:26Z"), group_size: 2, special_requests: "allergy", reservation_status: "confirmed" },
            { id: 252, customer_id: 143, reservation_date: new Date("2023-12-02T13:13:58Z"), group_size: 5, special_requests: "vegan", reservation_status: "confirmed" },
            { id: 253, customer_id: 3, reservation_date: new Date("2023-05-16T15:00:35Z"), group_size: 7, special_requests: "high chair", reservation_status: "confirmed" },
            { id: 254, customer_id: 114, reservation_date: new Date("2023-08-24T18:58:30Z"), group_size: 9, special_requests: "quiet area", reservation_status: "confirmed" },
            { id: 255, customer_id: 2, reservation_date: new Date("2023-05-15T14:12:50Z"), group_size: 2, special_requests: "allergy", reservation_status: "confirmed" },
            { id: 256, customer_id: 22, reservation_date: new Date("2023-10-29T11:39:54Z"), group_size: null, special_requests: "allergy", reservation_status: "canceled" },
            { id: 257, customer_id: 54, reservation_date: new Date("2023-06-10T16:50:10Z"), group_size: 8, special_requests: "allergy", reservation_status: "confirmed" },
            { id: 258, customer_id: 125, reservation_date: new Date("2023-04-04T18:01:32Z"), group_size: 4, special_requests: "high chair", reservation_status: "confirmed" },
            { id: 259, customer_id: 84, reservation_date: new Date("2023-09-05T15:55:05Z"), group_size: 3, special_requests: "birthday cake", reservation_status: "canceled" },
            { id: 260, customer_id: 181, reservation_date: new Date("2023-02-18T13:43:04Z"), group_size: 11, special_requests: "allergy", reservation_status: "confirmed" },
            { id: 261, customer_id: 44, reservation_date: new Date("2023-08-27T14:08:14Z"), group_size: 3, special_requests: "celebration", reservation_status: "completed" },
            { id: 262, customer_id: 104, reservation_date: new Date("2023-12-05T15:56:41Z"), group_size: 10, special_requests: "window seat", reservation_status: "canceled" },
            { id: 263, customer_id: 149, reservation_date: new Date("2023-11-03T10:49:43Z"), group_size: 11, special_requests: "allergy", reservation_status: "confirmed" },
            { id: 264, customer_id: 185, reservation_date: new Date("2023-10-09T15:25:38Z"), group_size: 8, special_requests: "allergy", reservation_status: "completed" },
            { id: 265, customer_id: 59, reservation_date: new Date("2023-11-16T11:55:31Z"), group_size: 10, special_requests: "quiet area", reservation_status: "confirmed" },
            { id: 266, customer_id: 180, reservation_date: new Date("2023-09-17T16:24:17Z"), group_size: 11, special_requests: "romantic setup", reservation_status: "confirmed" },
            { id: 267, customer_id: 125, reservation_date: new Date("2023-05-04T15:28:25Z"), group_size: 12, special_requests: "allergy", reservation_status: "completed" },
            { id: 268, customer_id: 4, reservation_date: new Date("2023-06-23T11:19:57Z"), group_size: 6, special_requests: "allergy", reservation_status: "confirmed" },
            { id: 269, customer_id: 103, reservation_date: new Date("2023-06-27T06:59:43Z"), group_size: 10, special_requests: "romantic setup", reservation_status: "confirmed" },
            { id: 270, customer_id: 97, reservation_date: new Date("2023-09-18T12:50:37Z"), group_size: null, special_requests: "allergy", reservation_status: "confirmed" },
            { id: 271, customer_id: 77, reservation_date: new Date("2023-09-13T13:45:04Z"), group_size: 12, special_requests: "allergy", reservation_status: "confirmed" },
            { id: 272, customer_id: 68, reservation_date: new Date("2023-02-15T17:32:43Z"), group_size: 2, special_requests: "high chair", reservation_status: "completed" },
            { id: 273, customer_id: 74, reservation_date: new Date("2023-03-03T08:17:39Z"), group_size: null, special_requests: "allergy", reservation_status: "canceled" },
            { id: 274, customer_id: 95, reservation_date: new Date("2023-01-12T11:44:06Z"), group_size: 5, special_requests: "allergy", reservation_status: "confirmed" },
            { id: 275, customer_id: 86, reservation_date: new Date("2023-07-23T15:13:44Z"), group_size: 3, special_requests: "birthday cake", reservation_status: "confirmed" },
            { id: 276, customer_id: 178, reservation_date: new Date("2023-12-18T10:17:09Z"), group_size: 9, special_requests: "allergy", reservation_status: "confirmed" },
            { id: 277, customer_id: 41, reservation_date: new Date("2023-05-27T08:35:42Z"), group_size: 3, special_requests: "high chair", reservation_status: "confirmed" },
            { id: 278, customer_id: 16, reservation_date: new Date("2023-12-10T12:22:37Z"), group_size: 3, special_requests: "allergy", reservation_status: "confirmed" },
            { id: 279, customer_id: 174, reservation_date: new Date("2023-12-18T15:40:17Z"), group_size: 2, special_requests: "quiet area", reservation_status: "confirmed" },
            { id: 280, customer_id: 178, reservation_date: new Date("2023-08-07T11:50:02Z"), group_size: 9, special_requests: "vegan", reservation_status: "confirmed" },
            { id: 281, customer_id: 110, reservation_date: new Date("2023-01-21T14:42:07Z"), group_size: 5, special_requests: "allergy", reservation_status: "confirmed" },
            { id: 282, customer_id: 144, reservation_date: new Date("2023-08-20T14:41:22Z"), group_size: 8, special_requests: "celebration", reservation_status: "canceled" },
            { id: 283, customer_id: 132, reservation_date: new Date("2023-07-28T10:42:54Z"), group_size: 8, special_requests: "high chair", reservation_status: "canceled" },
            { id: 284, customer_id: 61, reservation_date: new Date("2023-02-19T14:14:33Z"), group_size: 5, special_requests: "allergy", reservation_status: "confirmed" },
            { id: 285, customer_id: 173, reservation_date: new Date("2023-04-27T14:54:02Z"), group_size: 3, special_requests: "high chair", reservation_status: "confirmed" },
            { id: 286, customer_id: 151, reservation_date: new Date("2023-04-12T12:42:22Z"), group_size: null, special_requests: "allergy", reservation_status: "confirmed" },
            { id: 287, customer_id: 66, reservation_date: new Date("2023-12-28T09:06:45Z"), group_size: 10, special_requests: "high chair", reservation_status: "confirmed" },
            { id: 288, customer_id: 160, reservation_date: new Date("2023-03-13T11:37:17Z"), group_size: null, special_requests: "celebration", reservation_status: "completed" },
            { id: 289, customer_id: 34, reservation_date: new Date("2023-01-17T14:02:15Z"), group_size: 5, special_requests: "gluten-free", reservation_status: "confirmed" },
            { id: 290, customer_id: 59, reservation_date: new Date("2023-05-11T13:22:01Z"), group_size: 7, special_requests: "window seat", reservation_status: "completed" },
            { id: 291, customer_id: 139, reservation_date: new Date("2023-05-09T11:37:14Z"), group_size: 5, special_requests: "extra utensils", reservation_status: "confirmed" },
            { id: 292, customer_id: 127, reservation_date: new Date("2023-10-13T14:53:58Z"), group_size: 9, special_requests: "allergy", reservation_status: "confirmed" },
            { id: 293, customer_id: 21, reservation_date: new Date("2023-05-14T12:21:06Z"), group_size: 8, special_requests: "allergy", reservation_status: "confirmed" },
            { id: 294, customer_id: 10, reservation_date: new Date("2023-04-30T12:42:42Z"), group_size: 8, special_requests: "window seat", reservation_status: "completed" },
            { id: 295, customer_id: 70, reservation_date: new Date("2023-07-01T10:01:19Z"), group_size: 5, special_requests: "allergy", reservation_status: "canceled" },
            { id: 296, customer_id: 143, reservation_date: new Date("2023-06-19T14:19:46Z"), group_size: 11, special_requests: "allergy", reservation_status: "confirmed" },
            { id: 297, customer_id: 27, reservation_date: new Date("2023-05-15T10:25:37Z"), group_size: 5, special_requests: "allergy", reservation_status: "confirmed" },
            { id: 298, customer_id: 13, reservation_date: new Date("2023-02-26T16:41:16Z"), group_size: 11, special_requests: "window seat", reservation_status: "confirmed" },
            { id: 299, customer_id: 160, reservation_date: new Date("2023-07-30T13:18:52Z"), group_size: 11, special_requests: "window seat", reservation_status: "confirmed" },
            { id: 300, customer_id: 88, reservation_date: new Date("2023-10-06T16:01:26Z"), group_size: 11, special_requests: "quiet area", reservation_status: "confirmed" },
            { id: 301, customer_id: 156, reservation_date: new Date("2023-02-28T19:21:02Z"), group_size: null, special_requests: "allergy", reservation_status: "confirmed" },
            { id: 302, customer_id: 146, reservation_date: new Date("2023-01-14T16:45:03Z"), group_size: 9, special_requests: "celebration", reservation_status: "confirmed" },
            { id: 303, customer_id: 187, reservation_date: new Date("2023-01-19T11:15:33Z"), group_size: 7, special_requests: "allergy", reservation_status: "confirmed" },
            { id: 304, customer_id: 19, reservation_date: new Date("2023-05-11T16:51:45Z"), group_size: 2, special_requests: "allergy", reservation_status: "confirmed" },
            { id: 305, customer_id: 109, reservation_date: new Date("2023-05-07T13:47:47Z"), group_size: 12, special_requests: "window seat", reservation_status: "confirmed" },
            { id: 306, customer_id: 196, reservation_date: new Date("2023-11-01T09:21:49Z"), group_size: 3, special_requests: "window seat", reservation_status: "completed" },
            { id: 307, customer_id: 4, reservation_date: new Date("2023-12-18T11:32:44Z"), group_size: 12, special_requests: "late seating", reservation_status: "completed" },
            { id: 308, customer_id: 144, reservation_date: new Date("2023-01-21T13:57:55Z"), group_size: 7, special_requests: "high chair", reservation_status: "confirmed" },
            { id: 309, customer_id: 113, reservation_date: new Date("2023-01-17T09:12:22Z"), group_size: 5, special_requests: "extra utensils", reservation_status: "confirmed" },
            { id: 310, customer_id: 156, reservation_date: new Date("2023-12-03T15:06:54Z"), group_size: 1, special_requests: "window seat", reservation_status: "confirmed" },
            { id: 311, customer_id: 60, reservation_date: new Date("2023-12-31T00:41:21Z"), group_size: 2, special_requests: "allergy", reservation_status: "confirmed" },
            { id: 312, customer_id: 179, reservation_date: new Date("2023-02-11T15:21:22Z"), group_size: null, special_requests: "extra utensils", reservation_status: "canceled" },
            { id: 313, customer_id: 37, reservation_date: new Date("2023-06-05T14:46:49Z"), group_size: 4, special_requests: "extra utensils", reservation_status: "confirmed" },
            { id: 314, customer_id: 7, reservation_date: new Date("2023-02-23T18:32:07Z"), group_size: 3, special_requests: "quiet area", reservation_status: "confirmed" },
            { id: 315, customer_id: 153, reservation_date: new Date("2023-03-21T10:08:22Z"), group_size: 2, special_requests: "celebration", reservation_status: "completed" },
            { id: 316, customer_id: 54, reservation_date: new Date("2023-08-12T13:39:40Z"), group_size: 6, special_requests: "allergy", reservation_status: "confirmed" },
            { id: 317, customer_id: 41, reservation_date: new Date("2023-08-16T13:11:04Z"), group_size: 10, special_requests: "extra utensils", reservation_status: "canceled" },
            { id: 318, customer_id: 190, reservation_date: new Date("2023-08-24T13:58:15Z"), group_size: 2, special_requests: "window seat", reservation_status: "confirmed" },
            { id: 319, customer_id: 188, reservation_date: new Date("2023-09-08T15:08:07Z"), group_size: 8, special_requests: "celebration", reservation_status: "confirmed" },
            { id: 320, customer_id: 115, reservation_date: new Date("2023-01-30T15:03:20Z"), group_size: 3, special_requests: "allergy", reservation_status: "confirmed" },
            { id: 321, customer_id: 62, reservation_date: new Date("2023-09-10T19:21:39Z"), group_size: 9, special_requests: "window seat", reservation_status: "confirmed" },
            { id: 322, customer_id: 59, reservation_date: new Date("2023-03-17T15:37:00Z"), group_size: 1, special_requests: "high chair", reservation_status: "confirmed" },
            { id: 323, customer_id: 139, reservation_date: new Date("2023-07-27T07:46:23Z"), group_size: 9, special_requests: "allergy", reservation_status: "confirmed" },
            { id: 324, customer_id: 182, reservation_date: new Date("2023-12-25T20:45:15Z"), group_size: 3, special_requests: "allergy", reservation_status: "canceled" },
            { id: 325, customer_id: 164, reservation_date: new Date("2023-03-19T12:21:49Z"), group_size: 7, special_requests: "allergy", reservation_status: "canceled" },
            { id: 326, customer_id: 2, reservation_date: new Date("2023-02-03T11:15:03Z"), group_size: 6, special_requests: "high chair", reservation_status: "canceled" },
            { id: 327, customer_id: 68, reservation_date: new Date("2023-10-28T09:29:13Z"), group_size: 8, special_requests: "extra utensils", reservation_status: "confirmed" },
            { id: 328, customer_id: 84, reservation_date: new Date("2023-10-28T17:36:18Z"), group_size: 6, special_requests: "allergy", reservation_status: "confirmed" },
            { id: 329, customer_id: 194, reservation_date: new Date("2023-05-05T18:56:24Z"), group_size: 7, special_requests: "extra utensils", reservation_status: "confirmed" },
            { id: 330, customer_id: 11, reservation_date: new Date("2023-11-12T06:48:29Z"), group_size: 10, special_requests: "quiet area", reservation_status: "confirmed" },
            { id: 331, customer_id: 17, reservation_date: new Date("2023-05-31T15:51:39Z"), group_size: null, special_requests: "quiet area", reservation_status: "canceled" },
            { id: 332, customer_id: 28, reservation_date: new Date("2023-08-12T08:22:52Z"), group_size: 5, special_requests: "window seat", reservation_status: "confirmed" },
            { id: 333, customer_id: 52, reservation_date: new Date("2023-03-13T11:23:32Z"), group_size: 6, special_requests: "romantic setup", reservation_status: "confirmed" },
            { id: 334, customer_id: 128, reservation_date: new Date("2023-12-13T15:28:58Z"), group_size: 1, special_requests: "early seating", reservation_status: "confirmed" },
            { id: 335, customer_id: 187, reservation_date: new Date("2023-04-14T15:35:30Z"), group_size: 8, special_requests: "high chair", reservation_status: "confirmed" },
            { id: 336, customer_id: 9, reservation_date: new Date("2023-10-17T13:33:41Z"), group_size: 7, special_requests: "allergy", reservation_status: "confirmed" },
            { id: 337, customer_id: 74, reservation_date: new Date("2023-02-20T08:54:29Z"), group_size: 7, special_requests: "extra utensils", reservation_status: "confirmed" },
            { id: 338, customer_id: 152, reservation_date: new Date("2023-08-08T14:46:15Z"), group_size: 9, special_requests: "high chair", reservation_status: "confirmed" },
            { id: 339, customer_id: 6, reservation_date: new Date("2023-05-24T09:06:51Z"), group_size: 2, special_requests: "allergy", reservation_status: "confirmed" },
            { id: 340, customer_id: 81, reservation_date: new Date("2023-04-05T15:53:58Z"), group_size: 2, special_requests: "allergy", reservation_status: "canceled" },
            { id: 341, customer_id: 6, reservation_date: new Date("2023-02-18T17:54:55Z"), group_size: 5, special_requests: "window seat", reservation_status: "confirmed" },
            { id: 342, customer_id: 38, reservation_date: new Date("2023-12-19T11:19:38Z"), group_size: 4, special_requests: "window seat", reservation_status: "confirmed" },
            { id: 343, customer_id: 23, reservation_date: new Date("2023-01-26T15:18:41Z"), group_size: 11, special_requests: "high chair", reservation_status: "confirmed" },
            { id: 344, customer_id: 162, reservation_date: new Date("2023-08-16T10:49:15Z"), group_size: 1, special_requests: "allergy", reservation_status: "confirmed" },
            { id: 345, customer_id: 8, reservation_date: new Date("2023-01-18T08:56:11Z"), group_size: 7, special_requests: "high chair", reservation_status: "confirmed" },
            { id: 346, customer_id: 126, reservation_date: new Date("2023-06-20T15:06:13Z"), group_size: 6, special_requests: "window seat", reservation_status: "confirmed" },
            { id: 347, customer_id: 106, reservation_date: new Date("2023-11-19T14:57:35Z"), group_size: 12, special_requests: "high chair", reservation_status: "confirmed" },
            { id: 348, customer_id: 73, reservation_date: new Date("2023-08-23T09:53:22Z"), group_size: 5, special_requests: "quiet area", reservation_status: "confirmed" },
            { id: 349, customer_id: 93, reservation_date: new Date("2023-04-16T11:14:11Z"), group_size: 9, special_requests: "quiet area", reservation_status: "confirmed" },
            { id: 350, customer_id: 96, reservation_date: new Date("2023-11-17T16:04:40Z"), group_size: null, special_requests: "romantic setup", reservation_status: "confirmed" },
            { id: 351, customer_id: 77, reservation_date: new Date("2023-11-29T12:55:16Z"), group_size: 10, special_requests: "high chair", reservation_status: "confirmed" },
            { id: 352, customer_id: 118, reservation_date: new Date("2023-06-25T07:00:34Z"), group_size: null, special_requests: "early seating", reservation_status: "confirmed" },
            { id: 353, customer_id: 73, reservation_date: new Date("2023-03-22T17:23:24Z"), group_size: 6, special_requests: "allergy", reservation_status: "confirmed" },
            { id: 354, customer_id: 158, reservation_date: new Date("2023-04-05T02:26:36Z"), group_size: 3, special_requests: "late seating", reservation_status: "confirmed" },
            { id: 355, customer_id: 29, reservation_date: new Date("2023-09-06T07:11:16Z"), group_size: 4, special_requests: "birthday cake", reservation_status: "confirmed" },
            { id: 356, customer_id: 148, reservation_date: new Date("2023-12-02T11:13:32Z"), group_size: 5, special_requests: "allergy", reservation_status: "confirmed" },
            { id: 357, customer_id: 189, reservation_date: new Date("2023-07-27T16:19:03Z"), group_size: 7, special_requests: "allergy", reservation_status: "confirmed" },
            { id: 358, customer_id: 165, reservation_date: new Date("2023-02-12T11:32:35Z"), group_size: 10, special_requests: "quiet area", reservation_status: "completed" },
            { id: 359, customer_id: 42, reservation_date: new Date("2023-07-11T10:16:48Z"), group_size: 12, special_requests: "vegan", reservation_status: "confirmed" },
            { id: 360, customer_id: 64, reservation_date: new Date("2023-07-24T16:32:28Z"), group_size: 7, special_requests: "allergy", reservation_status: "canceled" },
            { id: 361, customer_id: 197, reservation_date: new Date("2023-09-20T15:25:55Z"), group_size: 4, special_requests: "allergy", reservation_status: "confirmed" },
            { id: 362, customer_id: 87, reservation_date: new Date("2023-01-20T10:27:28Z"), group_size: 6, special_requests: "gluten-free", reservation_status: "confirmed" },
            { id: 363, customer_id: 152, reservation_date: new Date("2023-03-27T10:19:07Z"), group_size: 10, special_requests: "allergy", reservation_status: "canceled" },
            { id: 364, customer_id: 78, reservation_date: new Date("2023-01-19T10:51:13Z"), group_size: null, special_requests: "vegan", reservation_status: "completed" },
            { id: 365, customer_id: 24, reservation_date: new Date("2023-01-22T14:00:18Z"), group_size: 12, special_requests: "allergy", reservation_status: "canceled" },
            { id: 366, customer_id: 73, reservation_date: new Date("2023-09-25T11:50:07Z"), group_size: 12, special_requests: "quiet area", reservation_status: "confirmed" },
            { id: 367, customer_id: 130, reservation_date: new Date("2023-05-13T09:25:47Z"), group_size: 4, special_requests: "allergy", reservation_status: "confirmed" },
            { id: 368, customer_id: 130, reservation_date: new Date("2023-06-03T14:43:57Z"), group_size: 7, special_requests: "allergy", reservation_status: "confirmed" },
            { id: 369, customer_id: 21, reservation_date: new Date("2023-02-25T14:33:18Z"), group_size: 2, special_requests: "allergy", reservation_status: "completed" },
            { id: 370, customer_id: 133, reservation_date: new Date("2023-06-30T08:41:02Z"), group_size: 10, special_requests: "allergy", reservation_status: "completed" },
            { id: 371, customer_id: 152, reservation_date: new Date("2023-12-17T14:00:21Z"), group_size: 3, special_requests: "allergy", reservation_status: "canceled" },
            { id: 372, customer_id: 116, reservation_date: new Date("2023-08-05T16:07:30Z"), group_size: 6, special_requests: "allergy", reservation_status: "confirmed" },
            { id: 373, customer_id: 160, reservation_date: new Date("2023-01-07T12:18:58Z"), group_size: 10, special_requests: "window seat", reservation_status: "completed" },
            { id: 374, customer_id: 89, reservation_date: new Date("2023-02-17T08:50:50Z"), group_size: 11, special_requests: "window seat", reservation_status: "completed" },
            { id: 375, customer_id: 72, reservation_date: new Date("2023-07-04T16:18:30Z"), group_size: 4, special_requests: "romantic setup", reservation_status: "confirmed" },
            { id: 376, customer_id: 25, reservation_date: new Date("2023-02-28T18:27:08Z"), group_size: 7, special_requests: "extra utensils", reservation_status: "confirmed" },
            { id: 377, customer_id: 141, reservation_date: new Date("2023-09-18T09:27:26Z"), group_size: 11, special_requests: "celebration", reservation_status: "confirmed" },
            { id: 378, customer_id: 193, reservation_date: new Date("2023-03-20T17:20:51Z"), group_size: 9, special_requests: "late seating", reservation_status: "confirmed" },
            { id: 379, customer_id: 44, reservation_date: new Date("2023-12-20T08:21:03Z"), group_size: 6, special_requests: "romantic setup", reservation_status: "completed" },
            { id: 380, customer_id: 171, reservation_date: new Date("2023-02-11T16:54:42Z"), group_size: 8, special_requests: "allergy", reservation_status: "confirmed" },
            { id: 381, customer_id: 57, reservation_date: new Date("2023-12-17T14:15:50Z"), group_size: 3, special_requests: "allergy", reservation_status: "canceled" },
            { id: 382, customer_id: 198, reservation_date: new Date("2023-01-21T10:31:37Z"), group_size: 4, special_requests: "allergy", reservation_status: "confirmed" },
            { id: 383, customer_id: 160, reservation_date: new Date("2023-05-21T10:11:00Z"), group_size: 8, special_requests: "allergy", reservation_status: "confirmed" },
            { id: 384, customer_id: 189, reservation_date: new Date("2023-05-01T08:28:39Z"), group_size: 6, special_requests: "quiet area", reservation_status: "confirmed" },
            { id: 385, customer_id: 74, reservation_date: new Date("2023-12-24T09:45:13Z"), group_size: null, special_requests: "allergy", reservation_status: "confirmed" },
            { id: 386, customer_id: 99, reservation_date: new Date("2023-06-27T08:35:08Z"), group_size: null, special_requests: "allergy", reservation_status: "completed" },
            { id: 387, customer_id: 156, reservation_date: new Date("2023-05-13T09:34:59Z"), group_size: 5, special_requests: "vegan", reservation_status: "completed" },
            { id: 388, customer_id: 116, reservation_date: new Date("2023-07-10T09:36:32Z"), group_size: 9, special_requests: "early seating", reservation_status: "confirmed" },
            { id: 389, customer_id: 125, reservation_date: new Date("2023-04-19T15:48:34Z"), group_size: 2, special_requests: "high chair", reservation_status: "confirmed" },
            { id: 390, customer_id: 93, reservation_date: new Date("2023-11-12T12:49:56Z"), group_size: 8, special_requests: "allergy", reservation_status: "confirmed" },
            { id: 391, customer_id: 156, reservation_date: new Date("2023-04-02T10:17:20Z"), group_size: null, special_requests: "high chair", reservation_status: "confirmed" },
            { id: 392, customer_id: 84, reservation_date: new Date("2023-10-21T11:13:46Z"), group_size: 11, special_requests: "window seat", reservation_status: "confirmed" },
            { id: 393, customer_id: 117, reservation_date: new Date("2023-10-12T14:21:52Z"), group_size: 2, special_requests: "window seat", reservation_status: "canceled" },
            { id: 394, customer_id: 53, reservation_date: new Date("2023-02-18T14:07:01Z"), group_size: 2, special_requests: "allergy", reservation_status: "confirmed" },
            { id: 395, customer_id: 187, reservation_date: new Date("2023-06-25T18:58:57Z"), group_size: 3, special_requests: "late seating", reservation_status: "confirmed" },
            { id: 396, customer_id: 147, reservation_date: new Date("2023-10-06T15:03:43Z"), group_size: 6, special_requests: "window seat", reservation_status: "confirmed" },
            { id: 397, customer_id: 43, reservation_date: new Date("2023-04-23T10:59:26Z"), group_size: 10, special_requests: "vegan", reservation_status: "confirmed" },
            { id: 398, customer_id: 16, reservation_date: new Date("2023-07-02T09:19:34Z"), group_size: 9, special_requests: "allergy", reservation_status: "canceled" },
            { id: 399, customer_id: 95, reservation_date: new Date("2023-03-08T11:37:23Z"), group_size: 4, special_requests: "gluten-free", reservation_status: "confirmed" },
            { id: 400, customer_id: 74, reservation_date: new Date("2023-07-23T15:18:41Z"), group_size: 3, special_requests: "celebration", reservation_status: "confirmed" },
        ],
    });
    await prisma.payments.createMany({
        data: [
            { id: 1, reservation_id: 246, payment_date: new Date("2023-10-17T11:41:02Z"), amount: "25.59", payment_method: "cash" },
            { id: 2, reservation_id: 279, payment_date: new Date("2023-03-21T17:56:19Z"), amount: "164.81", payment_method: "credit_card" },
            { id: 3, reservation_id: 277, payment_date: new Date("2023-03-10T14:13:48Z"), amount: "115.47", payment_method: "credit_card" },
            { id: 4, reservation_id: 25, payment_date: new Date("2023-05-31T12:48:47Z"), amount: "263.19", payment_method: "credit_card" },
            { id: 5, reservation_id: 71, payment_date: new Date("2023-06-18T00:45:04Z"), amount: "35.28", payment_method: "mobile_payment" },
            { id: 6, reservation_id: 148, payment_date: new Date("2023-02-17T22:02:29Z"), amount: "395.29", payment_method: "credit_card" },
            { id: 7, reservation_id: 85, payment_date: new Date("2023-02-14T19:53:35Z"), amount: "308.57", payment_method: "mobile_payment" },
            { id: 8, reservation_id: 287, payment_date: new Date("2023-11-08T17:49:17Z"), amount: "64.17", payment_method: "mobile_payment" },
            { id: 9, reservation_id: 25, payment_date: new Date("2023-02-22T06:05:36Z"), amount: "10.17", payment_method: "cash" },
            { id: 10, reservation_id: 398, payment_date: new Date("2023-10-27T22:23:55Z"), amount: "29.04", payment_method: "credit_card" },
            { id: 11, reservation_id: 207, payment_date: new Date("2023-06-16T12:48:21Z"), amount: "54.40", payment_method: "cash" },
            { id: 12, reservation_id: 152, payment_date: new Date("2023-11-05T18:41:05Z"), amount: "268.29", payment_method: "cash" },
            { id: 13, reservation_id: 2, payment_date: new Date("2023-04-19T10:02:20Z"), amount: null, payment_method: "credit_card" },
            { id: 14, reservation_id: 16, payment_date: new Date("2023-01-08T10:33:50Z"), amount: "36.95", payment_method: "credit_card" },
            { id: 15, reservation_id: 300, payment_date: new Date("2023-12-26T16:32:28Z"), amount: "73.95", payment_method: "cash" },
            { id: 16, reservation_id: 358, payment_date: new Date("2023-09-27T21:52:20Z"), amount: "36.79", payment_method: "credit_card" },
            { id: 17, reservation_id: 118, payment_date: new Date("2023-07-05T17:10:57Z"), amount: "153.26", payment_method: "credit_card" },
            { id: 18, reservation_id: 38, payment_date: new Date("2023-02-04T18:09:16Z"), amount: null, payment_method: "mobile_payment" },
            { id: 19, reservation_id: 77, payment_date: new Date("2023-12-22T09:56:45Z"), amount: "17.15", payment_method: "credit_card" },
            { id: 20, reservation_id: 300, payment_date: new Date("2023-07-15T13:49:02Z"), amount: "36.13", payment_method: "mobile_payment" },
            { id: 21, reservation_id: 166, payment_date: new Date("2023-11-25T12:50:09Z"), amount: "210.08", payment_method: "cash" },
            { id: 22, reservation_id: 176, payment_date: new Date("2023-12-17T20:48:19Z"), amount: "229.33", payment_method: "credit_card" },
            { id: 23, reservation_id: 296, payment_date: new Date("2023-02-07T22:43:03Z"), amount: "76.34", payment_method: "cash" },
            { id: 24, reservation_id: 116, payment_date: new Date("2023-04-01T01:55:54Z"), amount: "74.43", payment_method: "credit_card" },
            { id: 25, reservation_id: 210, payment_date: new Date("2023-12-10T19:10:16Z"), amount: "189.88", payment_method: "cash" },
            { id: 26, reservation_id: 243, payment_date: new Date("2023-07-27T09:49:19Z"), amount: "379.54", payment_method: "credit_card" },
            { id: 27, reservation_id: 193, payment_date: new Date("2023-10-22T15:36:48Z"), amount: "10.41", payment_method: "credit_card" },
            { id: 28, reservation_id: 72, payment_date: new Date("2023-11-04T12:14:41Z"), amount: "91.03", payment_method: "credit_card" },
            { id: 29, reservation_id: 241, payment_date: new Date("2023-07-10T18:07:58Z"), amount: "15.17", payment_method: "credit_card" },
            { id: 30, reservation_id: 158, payment_date: new Date("2023-10-16T12:41:13Z"), amount: "48.34", payment_method: "credit_card" },
            { id: 31, reservation_id: 207, payment_date: new Date("2023-06-05T03:07:15Z"), amount: "318.37", payment_method: "credit_card" },
            { id: 32, reservation_id: 127, payment_date: new Date("2023-02-07T17:52:35Z"), amount: "46.34", payment_method: "cash" },
            { id: 33, reservation_id: 224, payment_date: new Date("2023-05-28T15:03:20Z"), amount: "12.72", payment_method: "credit_card" },
            { id: 34, reservation_id: 295, payment_date: new Date("2023-08-17T04:02:38Z"), amount: "378.15", payment_method: "cash" },
            { id: 35, reservation_id: 283, payment_date: new Date("2023-03-12T19:33:31Z"), amount: null, payment_method: "mobile_payment" },
            { id: 36, reservation_id: 265, payment_date: new Date("2023-07-18T06:21:21Z"), amount: "39.62", payment_method: "credit_card" },
            { id: 37, reservation_id: 316, payment_date: new Date("2023-10-08T13:14:12Z"), amount: "103.37", payment_method: "cash" },
            { id: 38, reservation_id: 19, payment_date: new Date("2023-11-30T20:32:13Z"), amount: "36.10", payment_method: "cash" },
            { id: 39, reservation_id: 13, payment_date: new Date("2023-02-12T18:28:48Z"), amount: "248.78", payment_method: "cash" },
            { id: 40, reservation_id: 262, payment_date: new Date("2023-12-13T20:08:20Z"), amount: "10.39", payment_method: "credit_card" },
            { id: 41, reservation_id: 252, payment_date: new Date("2023-08-04T21:51:29Z"), amount: "82.51", payment_method: "cash" },
            { id: 42, reservation_id: 121, payment_date: new Date("2023-07-31T21:07:28Z"), amount: "254.18", payment_method: "mobile_payment" },
            { id: 43, reservation_id: 313, payment_date: new Date("2023-03-06T11:01:43Z"), amount: "142.99", payment_method: "mobile_payment" },
            { id: 44, reservation_id: 124, payment_date: new Date("2023-07-06T17:56:49Z"), amount: "128.42", payment_method: "credit_card" },
            { id: 45, reservation_id: 169, payment_date: new Date("2023-03-16T07:52:13Z"), amount: "45.70", payment_method: "credit_card" },
            { id: 46, reservation_id: 320, payment_date: new Date("2023-02-03T20:27:07Z"), amount: "128.03", payment_method: "credit_card" },
            { id: 47, reservation_id: 89, payment_date: new Date("2023-08-27T08:50:47Z"), amount: "18.64", payment_method: "credit_card" },
            { id: 48, reservation_id: 258, payment_date: new Date("2023-06-16T19:16:14Z"), amount: "448.75", payment_method: "credit_card" },
            { id: 49, reservation_id: 174, payment_date: new Date("2023-03-04T16:29:05Z"), amount: "445.12", payment_method: "credit_card" },
            { id: 50, reservation_id: 119, payment_date: new Date("2023-02-06T14:33:17Z"), amount: "27.33", payment_method: "cash" },
            { id: 51, reservation_id: 116, payment_date: new Date("2023-07-08T18:34:34Z"), amount: "151.09", payment_method: "credit_card" },
            { id: 52, reservation_id: 218, payment_date: new Date("2023-02-24T02:31:23Z"), amount: "204.37", payment_method: "mobile_payment" },
            { id: 53, reservation_id: 340, payment_date: new Date("2023-09-25T14:45:47Z"), amount: "167.73", payment_method: "credit_card" },
            { id: 54, reservation_id: 336, payment_date: new Date("2023-12-19T15:01:16Z"), amount: "43.05", payment_method: "credit_card" },
            { id: 55, reservation_id: 341, payment_date: new Date("2023-07-21T10:43:42Z"), amount: "398.26", payment_method: "credit_card" },
            { id: 56, reservation_id: 161, payment_date: new Date("2023-06-22T19:43:38Z"), amount: "16.28", payment_method: "credit_card" },
            { id: 57, reservation_id: 371, payment_date: new Date("2023-06-24T21:00:50Z"), amount: "339.04", payment_method: "credit_card" },
            { id: 58, reservation_id: 109, payment_date: new Date("2023-02-22T07:13:29Z"), amount: "135.43", payment_method: "cash" },
            { id: 59, reservation_id: 137, payment_date: new Date("2023-05-15T11:53:38Z"), amount: "349.98", payment_method: "cash" },
            { id: 60, reservation_id: 248, payment_date: new Date("2023-08-05T22:27:28Z"), amount: "300.31", payment_method: "cash" },
            { id: 61, reservation_id: 30, payment_date: new Date("2023-05-02T16:33:41Z"), amount: "220.13", payment_method: "credit_card" },
            { id: 62, reservation_id: 94, payment_date: new Date("2023-05-02T11:38:23Z"), amount: null, payment_method: "credit_card" },
            { id: 63, reservation_id: 377, payment_date: new Date("2023-06-11T06:34:35Z"), amount: "69.73", payment_method: "credit_card" },
            { id: 64, reservation_id: 14, payment_date: new Date("2023-07-14T17:50:56Z"), amount: "356.70", payment_method: "credit_card" },
            { id: 65, reservation_id: 308, payment_date: new Date("2023-12-18T08:53:09Z"), amount: "335.61", payment_method: "cash" },
            { id: 66, reservation_id: 339, payment_date: new Date("2023-03-01T23:05:30Z"), amount: "34.46", payment_method: "credit_card" },
            { id: 67, reservation_id: 9, payment_date: new Date("2023-03-28T09:08:12Z"), amount: "118.29", payment_method: "credit_card" },
            { id: 68, reservation_id: 366, payment_date: new Date("2023-10-21T10:57:13Z"), amount: "80.25", payment_method: "mobile_payment" },
            { id: 69, reservation_id: 20, payment_date: new Date("2023-07-31T08:17:55Z"), amount: "373.87", payment_method: "credit_card" },
            { id: 70, reservation_id: 35, payment_date: new Date("2023-10-19T15:18:55Z"), amount: "386.01", payment_method: "credit_card" },
            { id: 71, reservation_id: 271, payment_date: new Date("2023-09-19T00:39:16Z"), amount: null, payment_method: "cash" },
            { id: 72, reservation_id: 237, payment_date: new Date("2023-08-30T18:27:59Z"), amount: "157.74", payment_method: "credit_card" },
            { id: 73, reservation_id: 325, payment_date: new Date("2023-03-21T18:56:02Z"), amount: "10.35", payment_method: "credit_card" },
            { id: 74, reservation_id: 52, payment_date: new Date("2023-12-26T13:43:59Z"), amount: "456.33", payment_method: "cash" },
            { id: 75, reservation_id: 300, payment_date: new Date("2023-11-19T18:06:24Z"), amount: "198.59", payment_method: "cash" },
            { id: 76, reservation_id: 131, payment_date: new Date("2023-08-09T10:36:02Z"), amount: "272.11", payment_method: "cash" },
            { id: 77, reservation_id: 231, payment_date: new Date("2023-06-19T09:06:07Z"), amount: "403.98", payment_method: "cash" },
            { id: 78, reservation_id: 287, payment_date: new Date("2023-04-27T17:51:33Z"), amount: "74.37", payment_method: "credit_card" },
            { id: 79, reservation_id: 36, payment_date: new Date("2023-11-22T16:48:46Z"), amount: "44.52", payment_method: "cash" },
            { id: 80, reservation_id: 273, payment_date: new Date("2023-02-11T10:21:59Z"), amount: "19.69", payment_method: "credit_card" },
            { id: 81, reservation_id: 126, payment_date: new Date("2023-10-23T04:29:19Z"), amount: "186.18", payment_method: "credit_card" },
            { id: 82, reservation_id: 19, payment_date: new Date("2023-12-06T18:40:54Z"), amount: "231.13", payment_method: "credit_card" },
            { id: 83, reservation_id: 47, payment_date: new Date("2023-04-11T13:35:58Z"), amount: "166.24", payment_method: "credit_card" },
            { id: 84, reservation_id: 183, payment_date: new Date("2023-07-16T20:03:48Z"), amount: "46.38", payment_method: "cash" },
            { id: 85, reservation_id: 394, payment_date: new Date("2023-10-28T19:58:40Z"), amount: "256.36", payment_method: "credit_card" },
            { id: 86, reservation_id: 185, payment_date: new Date("2023-06-17T18:31:54Z"), amount: "109.85", payment_method: "credit_card" },
            { id: 87, reservation_id: 4, payment_date: new Date("2023-08-04T10:59:04Z"), amount: null, payment_method: "credit_card" },
            { id: 88, reservation_id: 168, payment_date: new Date("2023-07-13T13:58:59Z"), amount: "190.44", payment_method: "cash" },
            { id: 89, reservation_id: 7, payment_date: new Date("2023-12-02T15:49:04Z"), amount: "12.43", payment_method: "credit_card" },
            { id: 90, reservation_id: 362, payment_date: new Date("2023-03-18T08:47:57Z"), amount: "114.37", payment_method: "credit_card" },
            { id: 91, reservation_id: 375, payment_date: new Date("2023-04-26T18:48:58Z"), amount: "276.91", payment_method: "credit_card" },
            { id: 92, reservation_id: 153, payment_date: new Date("2023-06-21T16:34:46Z"), amount: "45.58", payment_method: "cash" },
            { id: 93, reservation_id: 146, payment_date: new Date("2023-12-01T09:28:35Z"), amount: "147.89", payment_method: "cash" },
            { id: 94, reservation_id: 165, payment_date: new Date("2023-08-10T22:56:54Z"), amount: "492.83", payment_method: "credit_card" },
            { id: 95, reservation_id: 138, payment_date: new Date("2023-08-10T03:31:12Z"), amount: "42.31", payment_method: "mobile_payment" },
            { id: 96, reservation_id: 42, payment_date: new Date("2023-07-15T11:08:05Z"), amount: "12.77", payment_method: "mobile_payment" },
            { id: 97, reservation_id: 171, payment_date: new Date("2023-06-18T21:47:39Z"), amount: "187.29", payment_method: "credit_card" },
            { id: 98, reservation_id: 124, payment_date: new Date("2023-04-13T19:25:06Z"), amount: "43.23", payment_method: "credit_card" },
            { id: 99, reservation_id: 213, payment_date: new Date("2023-01-30T11:27:53Z"), amount: null, payment_method: "credit_card" },
            { id: 100, reservation_id: 72, payment_date: new Date("2023-12-27T09:55:34Z"), amount: "24.44", payment_method: "credit_card" },
            { id: 101, reservation_id: 283, payment_date: new Date("2023-03-03T15:44:12Z"), amount: "10.09", payment_method: "credit_card" },
            { id: 102, reservation_id: 223, payment_date: new Date("2023-12-21T16:11:42Z"), amount: null, payment_method: "credit_card" },
            { id: 103, reservation_id: 159, payment_date: new Date("2023-08-31T21:25:35Z"), amount: "62.88", payment_method: "cash" },
            { id: 104, reservation_id: 280, payment_date: new Date("2023-11-01T11:13:54Z"), amount: null, payment_method: "credit_card" },
            { id: 105, reservation_id: 70, payment_date: new Date("2023-05-11T18:48:31Z"), amount: "61.26", payment_method: "credit_card" },
            { id: 106, reservation_id: 82, payment_date: new Date("2023-10-03T12:22:41Z"), amount: "183.19", payment_method: "mobile_payment" },
            { id: 107, reservation_id: 206, payment_date: new Date("2023-12-13T17:04:05Z"), amount: "131.56", payment_method: "credit_card" },
            { id: 108, reservation_id: 278, payment_date: new Date("2023-11-14T06:31:56Z"), amount: "109.04", payment_method: "credit_card" },
            { id: 109, reservation_id: 7, payment_date: new Date("2023-12-27T16:24:34Z"), amount: "465.41", payment_method: "credit_card" },
            { id: 110, reservation_id: 175, payment_date: new Date("2023-05-20T18:34:09Z"), amount: "34.29", payment_method: "credit_card" },
            { id: 111, reservation_id: 103, payment_date: new Date("2023-01-07T11:47:10Z"), amount: "265.23", payment_method: "credit_card" },
            { id: 112, reservation_id: 230, payment_date: new Date("2023-07-30T17:50:26Z"), amount: null, payment_method: "credit_card" },
            { id: 113, reservation_id: 14, payment_date: new Date("2023-09-16T08:09:58Z"), amount: "10.54", payment_method: "cash" },
            { id: 114, reservation_id: 174, payment_date: new Date("2023-09-09T18:36:27Z"), amount: "450.61", payment_method: "cash" },
            { id: 115, reservation_id: 181, payment_date: new Date("2023-08-19T19:00:50Z"), amount: "47.92", payment_method: "cash" },
            { id: 116, reservation_id: 200, payment_date: new Date("2023-01-12T12:21:22Z"), amount: "380.57", payment_method: "credit_card" },
            { id: 117, reservation_id: 340, payment_date: new Date("2023-10-09T08:46:14Z"), amount: "247.79", payment_method: "cash" },
            { id: 118, reservation_id: 177, payment_date: new Date("2023-07-10T18:33:03Z"), amount: "476.71", payment_method: "credit_card" },
            { id: 119, reservation_id: 146, payment_date: new Date("2023-04-27T06:10:40Z"), amount: null, payment_method: "cash" },
            { id: 120, reservation_id: 268, payment_date: new Date("2023-06-21T11:19:47Z"), amount: "46.32", payment_method: "cash" },
            { id: 121, reservation_id: 385, payment_date: new Date("2023-05-08T02:45:37Z"), amount: "342.36", payment_method: "credit_card" },
            { id: 122, reservation_id: 212, payment_date: new Date("2023-05-14T12:58:40Z"), amount: "149.34", payment_method: "cash" },
            { id: 123, reservation_id: 109, payment_date: new Date("2023-07-11T13:27:06Z"), amount: "21.87", payment_method: "credit_card" },
            { id: 124, reservation_id: 330, payment_date: new Date("2023-05-02T12:57:58Z"), amount: "161.25", payment_method: "credit_card" },
            { id: 125, reservation_id: 336, payment_date: new Date("2023-06-09T08:35:00Z"), amount: "473.10", payment_method: "cash" },
            { id: 126, reservation_id: 213, payment_date: new Date("2023-08-09T06:52:33Z"), amount: "17.66", payment_method: "credit_card" },
            { id: 127, reservation_id: 159, payment_date: new Date("2023-05-12T08:06:03Z"), amount: "31.91", payment_method: "cash" },
            { id: 128, reservation_id: 144, payment_date: new Date("2023-01-15T20:24:46Z"), amount: "381.85", payment_method: "cash" },
            { id: 129, reservation_id: 228, payment_date: new Date("2023-09-20T10:37:15Z"), amount: "456.30", payment_method: "cash" },
            { id: 130, reservation_id: 14, payment_date: new Date("2023-02-09T21:53:28Z"), amount: "94.03", payment_method: "credit_card" },
            { id: 131, reservation_id: 166, payment_date: new Date("2023-08-09T13:20:52Z"), amount: "227.27", payment_method: "cash" },
            { id: 132, reservation_id: 388, payment_date: new Date("2023-07-30T21:19:16Z"), amount: "11.11", payment_method: "credit_card" },
            { id: 133, reservation_id: 66, payment_date: new Date("2023-07-23T20:22:47Z"), amount: "123.20", payment_method: "cash" },
            { id: 134, reservation_id: 21, payment_date: new Date("2023-02-27T07:38:36Z"), amount: "177.93", payment_method: "credit_card" },
            { id: 135, reservation_id: 188, payment_date: new Date("2023-01-22T12:15:56Z"), amount: null, payment_method: "credit_card" },
            { id: 136, reservation_id: 81, payment_date: new Date("2023-04-23T10:00:51Z"), amount: "41.34", payment_method: "credit_card" },
            { id: 137, reservation_id: 137, payment_date: new Date("2023-01-17T06:59:22Z"), amount: "395.60", payment_method: "credit_card" },
            { id: 138, reservation_id: 143, payment_date: new Date("2023-02-21T17:33:38Z"), amount: null, payment_method: "credit_card" },
            { id: 139, reservation_id: 244, payment_date: new Date("2023-07-23T14:07:45Z"), amount: "241.73", payment_method: "credit_card" },
            { id: 140, reservation_id: 373, payment_date: new Date("2023-11-26T17:21:51Z"), amount: "22.44", payment_method: "mobile_payment" },
            { id: 141, reservation_id: 287, payment_date: new Date("2023-08-23T17:24:23Z"), amount: "11.63", payment_method: "credit_card" },
            { id: 142, reservation_id: 391, payment_date: new Date("2023-09-26T14:46:02Z"), amount: "75.48", payment_method: "credit_card" },
            { id: 143, reservation_id: 334, payment_date: new Date("2023-04-05T17:13:53Z"), amount: "49.07", payment_method: "credit_card" },
            { id: 144, reservation_id: 373, payment_date: new Date("2023-07-01T18:43:31Z"), amount: "195.12", payment_method: "cash" },
            { id: 145, reservation_id: 365, payment_date: new Date("2023-09-08T19:12:03Z"), amount: "13.30", payment_method: "credit_card" },
            { id: 146, reservation_id: 146, payment_date: new Date("2023-01-31T09:57:42Z"), amount: null, payment_method: "credit_card" },
            { id: 147, reservation_id: 270, payment_date: new Date("2023-05-21T13:37:17Z"), amount: "148.65", payment_method: "cash" },
            { id: 148, reservation_id: 314, payment_date: new Date("2023-01-22T11:03:23Z"), amount: "227.59", payment_method: "credit_card" },
            { id: 149, reservation_id: 96, payment_date: new Date("2023-09-06T19:06:49Z"), amount: null, payment_method: "credit_card" },
            { id: 150, reservation_id: 124, payment_date: new Date("2023-12-05T08:18:03Z"), amount: "109.90", payment_method: "credit_card" },
            { id: 151, reservation_id: 341, payment_date: new Date("2023-10-09T09:23:36Z"), amount: "458.64", payment_method: "credit_card" },
            { id: 152, reservation_id: 219, payment_date: new Date("2023-07-30T14:26:12Z"), amount: "10.31", payment_method: "credit_card" },
            { id: 153, reservation_id: 358, payment_date: new Date("2023-12-05T23:55:14Z"), amount: "191.78", payment_method: "credit_card" },
            { id: 154, reservation_id: 383, payment_date: new Date("2023-11-14T06:04:37Z"), amount: "183.80", payment_method: "credit_card" },
            { id: 155, reservation_id: 341, payment_date: new Date("2023-01-25T06:55:04Z"), amount: "183.08", payment_method: "credit_card" },
            { id: 156, reservation_id: 69, payment_date: new Date("2023-03-15T09:14:07Z"), amount: "32.33", payment_method: "credit_card" },
            { id: 157, reservation_id: 303, payment_date: new Date("2023-01-03T10:43:03Z"), amount: "353.28", payment_method: "credit_card" },
            { id: 158, reservation_id: 121, payment_date: new Date("2023-10-16T11:22:04Z"), amount: "211.98", payment_method: "mobile_payment" },
            { id: 159, reservation_id: 124, payment_date: new Date("2023-10-05T18:07:00Z"), amount: "381.37", payment_method: "credit_card" },
            { id: 160, reservation_id: 224, payment_date: new Date("2023-01-22T14:44:42Z"), amount: "59.81", payment_method: "credit_card" },
            { id: 161, reservation_id: 233, payment_date: new Date("2023-03-27T14:17:33Z"), amount: "17.47", payment_method: "cash" },
            { id: 162, reservation_id: 368, payment_date: new Date("2023-01-24T11:43:04Z"), amount: "406.84", payment_method: "credit_card" },
            { id: 163, reservation_id: 16, payment_date: new Date("2023-08-16T02:03:48Z"), amount: "82.10", payment_method: "cash" },
            { id: 164, reservation_id: 130, payment_date: new Date("2023-07-28T11:44:02Z"), amount: null, payment_method: "credit_card" },
            { id: 165, reservation_id: 274, payment_date: new Date("2023-03-02T19:25:48Z"), amount: "20.54", payment_method: "credit_card" },
            { id: 166, reservation_id: 341, payment_date: new Date("2023-12-16T09:18:29Z"), amount: "10.02", payment_method: "credit_card" },
            { id: 167, reservation_id: 221, payment_date: new Date("2023-03-18T20:57:05Z"), amount: "391.14", payment_method: "cash" },
            { id: 168, reservation_id: 22, payment_date: new Date("2023-12-05T16:08:56Z"), amount: "63.95", payment_method: "credit_card" },
            { id: 169, reservation_id: 34, payment_date: new Date("2023-04-15T16:23:37Z"), amount: "14.80", payment_method: "credit_card" },
            { id: 170, reservation_id: 260, payment_date: new Date("2023-01-30T16:48:35Z"), amount: "114.19", payment_method: "credit_card" },
            { id: 171, reservation_id: 329, payment_date: new Date("2023-05-19T20:43:06Z"), amount: "50.22", payment_method: "credit_card" },
            { id: 172, reservation_id: 359, payment_date: new Date("2023-12-03T19:42:59Z"), amount: "103.13", payment_method: "cash" },
            { id: 173, reservation_id: 50, payment_date: new Date("2023-03-30T17:09:45Z"), amount: "147.08", payment_method: "credit_card" },
            { id: 174, reservation_id: 270, payment_date: new Date("2023-08-31T13:08:07Z"), amount: "10.10", payment_method: "credit_card" },
            { id: 175, reservation_id: 11, payment_date: new Date("2023-10-14T17:12:03Z"), amount: "19.46", payment_method: "credit_card" },
            { id: 176, reservation_id: 374, payment_date: new Date("2023-05-25T17:26:35Z"), amount: "40.10", payment_method: "credit_card" },
            { id: 177, reservation_id: 343, payment_date: new Date("2023-08-18T23:55:41Z"), amount: "322.64", payment_method: "credit_card" },
            { id: 178, reservation_id: 85, payment_date: new Date("2023-01-07T21:50:34Z"), amount: "58.79", payment_method: "credit_card" },
            { id: 179, reservation_id: 363, payment_date: new Date("2023-12-02T18:09:24Z"), amount: "291.65", payment_method: "cash" },
            { id: 180, reservation_id: 248, payment_date: new Date("2023-10-04T10:13:18Z"), amount: "349.24", payment_method: "credit_card" },
            { id: 181, reservation_id: 365, payment_date: new Date("2023-01-28T13:55:56Z"), amount: "468.74", payment_method: "credit_card" },
            { id: 182, reservation_id: 360, payment_date: new Date("2023-09-12T17:12:17Z"), amount: "180.85", payment_method: "credit_card" },
            { id: 183, reservation_id: 110, payment_date: new Date("2023-03-30T07:00:22Z"), amount: "29.41", payment_method: "credit_card" },
            { id: 184, reservation_id: 302, payment_date: new Date("2023-01-14T19:29:33Z"), amount: "10.26", payment_method: "credit_card" },
            { id: 185, reservation_id: 98, payment_date: new Date("2023-07-08T17:08:08Z"), amount: "265.74", payment_method: "credit_card" },
            { id: 186, reservation_id: 29, payment_date: new Date("2023-08-22T19:29:00Z"), amount: "55.33", payment_method: "credit_card" },
            { id: 187, reservation_id: 84, payment_date: new Date("2023-05-20T00:52:44Z"), amount: null, payment_method: "credit_card" },
            { id: 188, reservation_id: 29, payment_date: new Date("2023-04-27T11:47:25Z"), amount: "10.25", payment_method: "credit_card" },
            { id: 189, reservation_id: 148, payment_date: new Date("2023-12-30T16:21:17Z"), amount: "259.75", payment_method: "cash" },
            { id: 190, reservation_id: 5, payment_date: new Date("2023-02-12T09:37:55Z"), amount: "24.34", payment_method: "credit_card" },
            { id: 191, reservation_id: 313, payment_date: new Date("2023-02-11T11:42:45Z"), amount: "312.82", payment_method: "credit_card" },
            { id: 192, reservation_id: 112, payment_date: new Date("2023-07-09T11:17:43Z"), amount: "273.81", payment_method: "cash" },
            { id: 193, reservation_id: 307, payment_date: new Date("2023-06-20T21:25:01Z"), amount: null, payment_method: "credit_card" },
            { id: 194, reservation_id: 10, payment_date: new Date("2023-05-04T09:24:37Z"), amount: "165.81", payment_method: "credit_card" },
            { id: 195, reservation_id: 300, payment_date: new Date("2023-03-02T16:37:07Z"), amount: "112.70", payment_method: "credit_card" },
            { id: 196, reservation_id: 117, payment_date: new Date("2023-05-30T11:21:31Z"), amount: "143.85", payment_method: "credit_card" },
            { id: 197, reservation_id: 178, payment_date: new Date("2023-10-28T20:37:54Z"), amount: "14.14", payment_method: "credit_card" },
            { id: 198, reservation_id: 71, payment_date: new Date("2023-10-09T00:49:27Z"), amount: "17.11", payment_method: "credit_card" },
            { id: 199, reservation_id: 62, payment_date: new Date("2023-04-26T18:24:36Z"), amount: "453.58", payment_method: "credit_card" },
            { id: 200, reservation_id: 131, payment_date: new Date("2023-08-08T06:43:16Z"), amount: "113.57", payment_method: "credit_card" },
            { id: 201, reservation_id: 22, payment_date: new Date("2023-02-19T11:03:42Z"), amount: null, payment_method: "cash" },
            { id: 202, reservation_id: 349, payment_date: new Date("2023-07-13T18:12:12Z"), amount: "379.60", payment_method: "credit_card" },
            { id: 203, reservation_id: 153, payment_date: new Date("2023-07-03T08:12:07Z"), amount: "492.97", payment_method: "credit_card" },
            { id: 204, reservation_id: 25, payment_date: new Date("2023-07-21T15:29:04Z"), amount: "39.58", payment_method: "credit_card" },
            { id: 205, reservation_id: 357, payment_date: new Date("2023-02-18T22:46:31Z"), amount: "37.00", payment_method: "credit_card" },
            { id: 206, reservation_id: 119, payment_date: new Date("2023-01-28T06:04:40Z"), amount: null, payment_method: "mobile_payment" },
            { id: 207, reservation_id: 292, payment_date: new Date("2023-10-09T09:41:38Z"), amount: null, payment_method: "credit_card" },
            { id: 208, reservation_id: 214, payment_date: new Date("2023-02-18T08:16:40Z"), amount: "17.58", payment_method: "credit_card" },
            { id: 209, reservation_id: 248, payment_date: new Date("2023-04-07T17:40:34Z"), amount: "258.59", payment_method: "credit_card" },
            { id: 210, reservation_id: 336, payment_date: new Date("2023-06-28T08:24:49Z"), amount: "482.94", payment_method: "credit_card" },
            { id: 211, reservation_id: 46, payment_date: new Date("2023-01-30T11:58:31Z"), amount: "22.17", payment_method: "credit_card" },
            { id: 212, reservation_id: 169, payment_date: new Date("2023-11-18T21:28:43Z"), amount: "10.05", payment_method: "credit_card" },
            { id: 213, reservation_id: 341, payment_date: new Date("2023-05-07T10:31:13Z"), amount: "99.48", payment_method: "credit_card" },
            { id: 214, reservation_id: 33, payment_date: new Date("2023-07-31T13:27:52Z"), amount: "406.85", payment_method: "cash" },
            { id: 215, reservation_id: 117, payment_date: new Date("2023-08-06T13:40:23Z"), amount: "157.54", payment_method: "credit_card" },
            { id: 216, reservation_id: 177, payment_date: new Date("2023-10-28T17:04:59Z"), amount: null, payment_method: "credit_card" },
            { id: 217, reservation_id: 296, payment_date: new Date("2023-01-25T14:08:19Z"), amount: "29.68", payment_method: "credit_card" },
            { id: 218, reservation_id: 84, payment_date: new Date("2023-04-25T16:36:15Z"), amount: "307.12", payment_method: "credit_card" },
            { id: 219, reservation_id: 270, payment_date: new Date("2023-04-06T18:35:31Z"), amount: "269.40", payment_method: "cash" },
            { id: 220, reservation_id: 359, payment_date: new Date("2023-03-21T14:20:25Z"), amount: "187.95", payment_method: "credit_card" },
            { id: 221, reservation_id: 186, payment_date: new Date("2023-09-30T13:48:00Z"), amount: "279.60", payment_method: "credit_card" },
            { id: 222, reservation_id: 31, payment_date: new Date("2023-12-03T20:57:14Z"), amount: "136.95", payment_method: "credit_card" },
            { id: 223, reservation_id: 43, payment_date: new Date("2023-02-04T13:15:22Z"), amount: "240.01", payment_method: "cash" },
            { id: 224, reservation_id: 130, payment_date: new Date("2023-01-24T20:26:45Z"), amount: null, payment_method: "credit_card" },
            { id: 225, reservation_id: 223, payment_date: new Date("2023-12-13T15:01:19Z"), amount: "13.33", payment_method: "cash" },
            { id: 226, reservation_id: 91, payment_date: new Date("2023-09-30T20:45:25Z"), amount: null, payment_method: "mobile_payment" },
            { id: 227, reservation_id: 253, payment_date: new Date("2023-02-28T13:59:15Z"), amount: "44.75", payment_method: "cash" },
            { id: 228, reservation_id: 224, payment_date: new Date("2023-07-05T21:33:57Z"), amount: "216.96", payment_method: "mobile_payment" },
            { id: 229, reservation_id: 24, payment_date: new Date("2023-08-09T22:22:55Z"), amount: "77.80", payment_method: "credit_card" },
            { id: 230, reservation_id: 259, payment_date: new Date("2023-09-18T16:03:41Z"), amount: "30.72", payment_method: "cash" },
            { id: 231, reservation_id: 78, payment_date: new Date("2023-12-29T07:00:27Z"), amount: "78.45", payment_method: "credit_card" },
            { id: 232, reservation_id: 197, payment_date: new Date("2023-10-21T15:35:23Z"), amount: "124.90", payment_method: "credit_card" },
            { id: 233, reservation_id: 171, payment_date: new Date("2023-10-04T12:49:58Z"), amount: "62.53", payment_method: "credit_card" },
            { id: 234, reservation_id: 334, payment_date: new Date("2023-01-28T15:41:55Z"), amount: "90.13", payment_method: "credit_card" },
            { id: 235, reservation_id: 347, payment_date: new Date("2023-07-10T19:02:50Z"), amount: "13.52", payment_method: "credit_card" },
            { id: 236, reservation_id: 131, payment_date: new Date("2023-08-14T12:21:54Z"), amount: "418.37", payment_method: "cash" },
            { id: 237, reservation_id: 12, payment_date: new Date("2023-08-10T20:50:05Z"), amount: "10.25", payment_method: "mobile_payment" },
            { id: 238, reservation_id: 188, payment_date: new Date("2023-12-24T19:43:38Z"), amount: "110.13", payment_method: "credit_card" },
            { id: 239, reservation_id: 112, payment_date: new Date("2023-06-27T02:22:07Z"), amount: "469.36", payment_method: "mobile_payment" },
            { id: 240, reservation_id: 159, payment_date: new Date("2023-04-07T07:12:52Z"), amount: "98.86", payment_method: "cash" },
            { id: 241, reservation_id: 394, payment_date: new Date("2023-05-17T10:15:34Z"), amount: "19.83", payment_method: "credit_card" },
            { id: 242, reservation_id: 6, payment_date: new Date("2023-01-18T16:22:50Z"), amount: null, payment_method: "credit_card" },
            { id: 243, reservation_id: 68, payment_date: new Date("2023-04-26T12:19:51Z"), amount: "346.98", payment_method: "credit_card" },
            { id: 244, reservation_id: 163, payment_date: new Date("2023-12-10T19:47:51Z"), amount: "447.50", payment_method: "mobile_payment" },
            { id: 245, reservation_id: 161, payment_date: new Date("2023-02-09T21:53:17Z"), amount: null, payment_method: "credit_card" },
            { id: 246, reservation_id: 193, payment_date: new Date("2023-05-02T15:00:50Z"), amount: "76.29", payment_method: "credit_card" },
            { id: 247, reservation_id: 187, payment_date: new Date("2023-06-24T19:40:53Z"), amount: "21.56", payment_method: "credit_card" },
            { id: 248, reservation_id: 281, payment_date: new Date("2023-03-21T12:35:58Z"), amount: "176.63", payment_method: "credit_card" },
            { id: 249, reservation_id: 113, payment_date: new Date("2023-02-23T21:20:15Z"), amount: "44.63", payment_method: "credit_card" },
            { id: 250, reservation_id: 351, payment_date: new Date("2023-04-04T09:19:04Z"), amount: "120.49", payment_method: "credit_card" },
            { id: 251, reservation_id: 326, payment_date: new Date("2023-12-16T01:09:48Z"), amount: "221.66", payment_method: "credit_card" },
            { id: 252, reservation_id: 353, payment_date: new Date("2023-04-18T05:10:47Z"), amount: "78.75", payment_method: "credit_card" },
            { id: 253, reservation_id: 345, payment_date: new Date("2023-08-16T12:41:27Z"), amount: "400.26", payment_method: "cash" },
            { id: 254, reservation_id: 283, payment_date: new Date("2023-07-09T09:26:13Z"), amount: "174.55", payment_method: "credit_card" },
            { id: 255, reservation_id: 259, payment_date: new Date("2023-05-05T17:17:51Z"), amount: "82.62", payment_method: "credit_card" },
            { id: 256, reservation_id: 277, payment_date: new Date("2023-08-15T21:49:58Z"), amount: "37.69", payment_method: "mobile_payment" },
            { id: 257, reservation_id: 44, payment_date: new Date("2023-01-08T18:48:01Z"), amount: "371.70", payment_method: "credit_card" },
            { id: 258, reservation_id: 16, payment_date: new Date("2023-02-28T21:33:55Z"), amount: "10.39", payment_method: "cash" },
            { id: 259, reservation_id: 371, payment_date: new Date("2023-05-07T20:10:34Z"), amount: "10.14", payment_method: "credit_card" },
            { id: 260, reservation_id: 151, payment_date: new Date("2023-09-19T20:57:33Z"), amount: "276.17", payment_method: "credit_card" },
            { id: 261, reservation_id: 279, payment_date: new Date("2023-10-24T15:34:53Z"), amount: "85.58", payment_method: "credit_card" },
            { id: 262, reservation_id: 265, payment_date: new Date("2023-05-16T15:00:31Z"), amount: "79.79", payment_method: "credit_card" },
            { id: 263, reservation_id: 61, payment_date: new Date("2023-03-14T21:22:24Z"), amount: "44.97", payment_method: "credit_card" },
            { id: 264, reservation_id: 374, payment_date: new Date("2023-09-06T11:45:20Z"), amount: "107.83", payment_method: "credit_card" },
            { id: 265, reservation_id: 127, payment_date: new Date("2023-12-21T09:51:32Z"), amount: "106.26", payment_method: "credit_card" },
            { id: 266, reservation_id: 73, payment_date: new Date("2023-05-16T15:54:25Z"), amount: "31.90", payment_method: "credit_card" },
            { id: 267, reservation_id: 252, payment_date: new Date("2023-06-07T17:09:26Z"), amount: "40.67", payment_method: "credit_card" },
            { id: 268, reservation_id: 128, payment_date: new Date("2023-02-07T19:59:29Z"), amount: "193.06", payment_method: "credit_card" },
            { id: 269, reservation_id: 378, payment_date: new Date("2023-12-02T20:46:59Z"), amount: null, payment_method: "credit_card" },
            { id: 270, reservation_id: 129, payment_date: new Date("2023-02-10T17:49:02Z"), amount: null, payment_method: "cash" },
            { id: 271, reservation_id: 159, payment_date: new Date("2023-10-08T09:27:32Z"), amount: "433.74", payment_method: "mobile_payment" },
            { id: 272, reservation_id: 173, payment_date: new Date("2023-01-11T14:11:05Z"), amount: "247.64", payment_method: "credit_card" },
            { id: 273, reservation_id: 16, payment_date: new Date("2023-08-18T14:46:36Z"), amount: "257.63", payment_method: "cash" },
            { id: 274, reservation_id: 103, payment_date: new Date("2023-02-23T09:44:26Z"), amount: "110.02", payment_method: "cash" },
            { id: 275, reservation_id: 395, payment_date: new Date("2023-05-10T18:46:50Z"), amount: "97.18", payment_method: "credit_card" },
            { id: 276, reservation_id: 370, payment_date: new Date("2023-02-09T15:46:19Z"), amount: "113.48", payment_method: "credit_card" },
            { id: 277, reservation_id: 300, payment_date: new Date("2023-06-20T18:40:34Z"), amount: "174.05", payment_method: "credit_card" },
            { id: 278, reservation_id: 227, payment_date: new Date("2023-02-19T20:43:09Z"), amount: "10.87", payment_method: "cash" },
            { id: 279, reservation_id: 16, payment_date: new Date("2023-03-04T13:12:10Z"), amount: "49.06", payment_method: "credit_card" },
            { id: 280, reservation_id: 395, payment_date: new Date("2023-03-02T13:51:02Z"), amount: "459.20", payment_method: "cash" },
            { id: 281, reservation_id: 250, payment_date: new Date("2023-09-27T10:28:08Z"), amount: "80.64", payment_method: "credit_card" },
            { id: 282, reservation_id: 337, payment_date: new Date("2023-05-20T12:55:20Z"), amount: "468.44", payment_method: "mobile_payment" },
            { id: 283, reservation_id: 194, payment_date: new Date("2023-02-08T10:42:36Z"), amount: "144.77", payment_method: "cash" },
            { id: 284, reservation_id: 282, payment_date: new Date("2023-06-27T10:34:41Z"), amount: "18.06", payment_method: "cash" },
            { id: 285, reservation_id: 359, payment_date: new Date("2023-04-06T19:44:58Z"), amount: "306.13", payment_method: "credit_card" },
            { id: 286, reservation_id: 129, payment_date: new Date("2023-08-03T01:18:53Z"), amount: null, payment_method: "mobile_payment" },
            { id: 287, reservation_id: 225, payment_date: new Date("2023-06-08T17:11:24Z"), amount: "78.30", payment_method: "credit_card" },
            { id: 288, reservation_id: 302, payment_date: new Date("2023-10-17T18:17:14Z"), amount: "207.27", payment_method: "credit_card" },
            { id: 289, reservation_id: 240, payment_date: new Date("2023-01-10T20:16:00Z"), amount: "183.50", payment_method: "cash" },
            { id: 290, reservation_id: 247, payment_date: new Date("2023-10-06T19:23:03Z"), amount: "18.86", payment_method: "credit_card" },
            { id: 291, reservation_id: 304, payment_date: new Date("2023-10-26T21:19:17Z"), amount: "14.03", payment_method: "credit_card" },
            { id: 292, reservation_id: 2, payment_date: new Date("2023-02-21T21:51:21Z"), amount: "95.87", payment_method: "credit_card" },
            { id: 293, reservation_id: 218, payment_date: new Date("2023-06-07T10:33:34Z"), amount: "108.04", payment_method: "mobile_payment" },
            { id: 294, reservation_id: 241, payment_date: new Date("2023-04-04T16:06:19Z"), amount: "205.81", payment_method: "credit_card" },
            { id: 295, reservation_id: 131, payment_date: new Date("2023-01-07T17:03:42Z"), amount: "54.14", payment_method: "credit_card" },
            { id: 296, reservation_id: 379, payment_date: new Date("2023-12-30T18:06:28Z"), amount: "29.07", payment_method: "credit_card" },
            { id: 297, reservation_id: 27, payment_date: new Date("2023-08-29T22:22:59Z"), amount: "61.14", payment_method: "credit_card" },
            { id: 298, reservation_id: 59, payment_date: new Date("2023-09-10T11:19:46Z"), amount: "221.01", payment_method: "credit_card" },
            { id: 299, reservation_id: 342, payment_date: new Date("2023-06-26T14:13:26Z"), amount: "466.15", payment_method: "credit_card" },
            { id: 300, reservation_id: 367, payment_date: new Date("2023-01-21T21:51:49Z"), amount: "136.58", payment_method: "mobile_payment" },
            { id: 301, reservation_id: 341, payment_date: new Date("2023-10-25T09:11:03Z"), amount: "160.80", payment_method: "cash" },
            { id: 302, reservation_id: 391, payment_date: new Date("2023-02-04T07:09:49Z"), amount: null, payment_method: "cash" },
            { id: 303, reservation_id: 202, payment_date: new Date("2023-03-22T11:56:23Z"), amount: "457.66", payment_method: "credit_card" },
            { id: 304, reservation_id: 312, payment_date: new Date("2023-08-25T15:31:07Z"), amount: null, payment_method: "credit_card" },
            { id: 305, reservation_id: 147, payment_date: new Date("2023-05-09T08:40:57Z"), amount: "384.97", payment_method: "credit_card" },
            { id: 306, reservation_id: 56, payment_date: new Date("2023-10-12T12:02:38Z"), amount: "91.37", payment_method: "credit_card" },
            { id: 307, reservation_id: 231, payment_date: new Date("2023-08-30T20:05:35Z"), amount: "302.10", payment_method: "credit_card" },
            { id: 308, reservation_id: 305, payment_date: new Date("2023-10-10T21:26:54Z"), amount: "188.03", payment_method: "credit_card" },
            { id: 309, reservation_id: 124, payment_date: new Date("2023-07-07T05:06:47Z"), amount: null, payment_method: "credit_card" },
            { id: 310, reservation_id: 48, payment_date: new Date("2023-07-21T21:38:09Z"), amount: "72.95", payment_method: "credit_card" },
            { id: 311, reservation_id: 141, payment_date: new Date("2023-08-07T14:23:08Z"), amount: "308.25", payment_method: "credit_card" },
            { id: 312, reservation_id: 400, payment_date: new Date("2023-02-02T16:11:52Z"), amount: "272.42", payment_method: "credit_card" },
            { id: 313, reservation_id: 207, payment_date: new Date("2023-02-24T20:08:27Z"), amount: "295.67", payment_method: "credit_card" },
            { id: 314, reservation_id: 62, payment_date: new Date("2023-01-17T22:17:01Z"), amount: "484.33", payment_method: "credit_card" },
            { id: 315, reservation_id: 17, payment_date: new Date("2023-05-16T20:29:36Z"), amount: null, payment_method: "credit_card" },
            { id: 316, reservation_id: 26, payment_date: new Date("2023-08-05T12:52:37Z"), amount: "23.15", payment_method: "credit_card" },
            { id: 317, reservation_id: 304, payment_date: new Date("2023-11-17T17:31:47Z"), amount: "70.91", payment_method: "cash" },
            { id: 318, reservation_id: 307, payment_date: new Date("2023-12-31T16:31:26Z"), amount: "132.07", payment_method: "credit_card" },
            { id: 319, reservation_id: 33, payment_date: new Date("2023-09-08T08:18:41Z"), amount: "168.11", payment_method: "credit_card" },
            { id: 320, reservation_id: 101, payment_date: new Date("2023-04-17T11:00:21Z"), amount: "249.44", payment_method: "cash" },
            { id: 321, reservation_id: 210, payment_date: new Date("2023-12-09T17:40:35Z"), amount: "293.10", payment_method: "cash" },
            { id: 322, reservation_id: 254, payment_date: new Date("2023-01-01T19:39:22Z"), amount: "320.68", payment_method: "credit_card" },
            { id: 323, reservation_id: 90, payment_date: new Date("2023-05-06T19:28:08Z"), amount: "325.31", payment_method: "credit_card" },
            { id: 324, reservation_id: 245, payment_date: new Date("2023-11-07T16:47:21Z"), amount: "23.44", payment_method: "credit_card" },
            { id: 325, reservation_id: 17, payment_date: new Date("2023-07-24T21:56:56Z"), amount: "246.56", payment_method: "credit_card" },
            { id: 326, reservation_id: 25, payment_date: new Date("2023-08-20T17:04:14Z"), amount: null, payment_method: "credit_card" },
            { id: 327, reservation_id: 39, payment_date: new Date("2023-04-05T18:19:13Z"), amount: "11.94", payment_method: "cash" },
            { id: 328, reservation_id: 61, payment_date: new Date("2023-07-21T18:29:08Z"), amount: "379.09", payment_method: "mobile_payment" },
            { id: 329, reservation_id: 140, payment_date: new Date("2023-09-26T21:36:06Z"), amount: "119.45", payment_method: "credit_card" },
            { id: 330, reservation_id: 327, payment_date: new Date("2023-02-18T17:37:15Z"), amount: null, payment_method: "credit_card" },
            { id: 331, reservation_id: 97, payment_date: new Date("2023-07-07T17:22:48Z"), amount: "131.94", payment_method: "credit_card" },
            { id: 332, reservation_id: 344, payment_date: new Date("2023-03-08T19:45:59Z"), amount: "165.61", payment_method: "credit_card" },
            { id: 333, reservation_id: 184, payment_date: new Date("2023-07-13T01:27:36Z"), amount: "224.77", payment_method: "credit_card" },
            { id: 334, reservation_id: 122, payment_date: new Date("2023-02-16T06:43:05Z"), amount: "47.55", payment_method: "cash" },
            { id: 335, reservation_id: 55, payment_date: new Date("2023-01-16T14:01:12Z"), amount: "11.16", payment_method: "mobile_payment" },
            { id: 336, reservation_id: 151, payment_date: new Date("2023-09-06T16:50:46Z"), amount: null, payment_method: "credit_card" },
            { id: 337, reservation_id: 193, payment_date: new Date("2023-04-29T10:04:19Z"), amount: "355.79", payment_method: "credit_card" },
            { id: 338, reservation_id: 400, payment_date: new Date("2023-11-12T11:52:15Z"), amount: "12.24", payment_method: "credit_card" },
            { id: 339, reservation_id: 148, payment_date: new Date("2023-07-02T22:23:55Z"), amount: "271.77", payment_method: "mobile_payment" },
            { id: 340, reservation_id: 18, payment_date: new Date("2023-03-04T23:37:32Z"), amount: null, payment_method: "credit_card" },
            { id: 341, reservation_id: 100, payment_date: new Date("2023-04-11T20:25:54Z"), amount: "297.91", payment_method: "credit_card" },
            { id: 342, reservation_id: 309, payment_date: new Date("2023-03-26T18:52:07Z"), amount: "111.91", payment_method: "credit_card" },
            { id: 343, reservation_id: 198, payment_date: new Date("2023-11-01T13:32:06Z"), amount: "303.80", payment_method: "credit_card" },
            { id: 344, reservation_id: 180, payment_date: new Date("2023-08-14T13:02:54Z"), amount: "67.09", payment_method: "credit_card" },
            { id: 345, reservation_id: 19, payment_date: new Date("2023-10-23T12:56:01Z"), amount: "16.97", payment_method: "credit_card" },
            { id: 346, reservation_id: 170, payment_date: new Date("2023-12-20T10:11:12Z"), amount: "165.52", payment_method: "credit_card" },
            { id: 347, reservation_id: 361, payment_date: new Date("2023-12-16T18:49:40Z"), amount: "471.16", payment_method: "credit_card" },
            { id: 348, reservation_id: 102, payment_date: new Date("2023-03-17T13:24:15Z"), amount: "137.67", payment_method: "credit_card" },
            { id: 349, reservation_id: 60, payment_date: new Date("2023-08-04T13:38:51Z"), amount: "282.17", payment_method: "credit_card" },
            { id: 350, reservation_id: 362, payment_date: new Date("2023-12-27T12:01:18Z"), amount: "446.69", payment_method: "credit_card" },
            { id: 351, reservation_id: 166, payment_date: new Date("2023-03-05T12:29:01Z"), amount: "57.40", payment_method: "credit_card" },
            { id: 352, reservation_id: 324, payment_date: new Date("2023-05-06T23:27:37Z"), amount: null, payment_method: "mobile_payment" },
            { id: 353, reservation_id: 189, payment_date: new Date("2023-09-20T19:50:17Z"), amount: null, payment_method: "credit_card" },
            { id: 354, reservation_id: 308, payment_date: new Date("2023-01-20T14:32:40Z"), amount: "434.44", payment_method: "credit_card" },
            { id: 355, reservation_id: 151, payment_date: new Date("2023-11-13T21:57:53Z"), amount: "30.09", payment_method: "cash" },
            { id: 356, reservation_id: 343, payment_date: new Date("2023-12-28T18:12:35Z"), amount: "365.86", payment_method: "credit_card" },
            { id: 357, reservation_id: 141, payment_date: new Date("2023-05-10T18:08:01Z"), amount: "10.14", payment_method: "credit_card" },
            { id: 358, reservation_id: 318, payment_date: new Date("2023-04-07T17:48:05Z"), amount: null, payment_method: "cash" },
            { id: 359, reservation_id: 306, payment_date: new Date("2023-08-26T15:24:45Z"), amount: "24.08", payment_method: "credit_card" },
            { id: 360, reservation_id: 385, payment_date: new Date("2023-02-19T19:27:24Z"), amount: "113.34", payment_method: "credit_card" },
            { id: 361, reservation_id: 207, payment_date: new Date("2023-06-14T07:19:40Z"), amount: "14.03", payment_method: "credit_card" },
            { id: 362, reservation_id: 170, payment_date: new Date("2023-05-29T17:19:49Z"), amount: "297.38", payment_method: "mobile_payment" },
            { id: 363, reservation_id: 280, payment_date: new Date("2023-06-29T20:45:57Z"), amount: "100.76", payment_method: "credit_card" },
            { id: 364, reservation_id: 66, payment_date: new Date("2023-10-25T17:21:31Z"), amount: null, payment_method: "credit_card" },
            { id: 365, reservation_id: 235, payment_date: new Date("2023-05-15T10:24:19Z"), amount: "172.40", payment_method: "credit_card" },
            { id: 366, reservation_id: 219, payment_date: new Date("2023-08-06T14:42:27Z"), amount: "60.27", payment_method: "mobile_payment" },
            { id: 367, reservation_id: 308, payment_date: new Date("2023-03-08T08:07:17Z"), amount: null, payment_method: "credit_card" },
            { id: 368, reservation_id: 356, payment_date: new Date("2023-04-26T16:53:01Z"), amount: "33.66", payment_method: "mobile_payment" },
            { id: 369, reservation_id: 325, payment_date: new Date("2023-01-25T16:12:32Z"), amount: "14.91", payment_method: "credit_card" },
            { id: 370, reservation_id: 127, payment_date: new Date("2023-07-25T22:50:47Z"), amount: "206.64", payment_method: "credit_card" },
            { id: 371, reservation_id: 126, payment_date: new Date("2023-04-08T11:35:31Z"), amount: "350.43", payment_method: "credit_card" },
            { id: 372, reservation_id: 46, payment_date: new Date("2023-12-24T13:14:35Z"), amount: "265.56", payment_method: "cash" },
            { id: 373, reservation_id: 337, payment_date: new Date("2023-07-05T16:53:42Z"), amount: null, payment_method: "credit_card" },
            { id: 374, reservation_id: 250, payment_date: new Date("2023-11-24T17:25:24Z"), amount: "138.79", payment_method: "mobile_payment" },
            { id: 375, reservation_id: 239, payment_date: new Date("2023-09-14T12:43:32Z"), amount: "163.63", payment_method: "credit_card" },
            { id: 376, reservation_id: 14, payment_date: new Date("2023-04-02T09:30:23Z"), amount: "98.70", payment_method: "credit_card" },
            { id: 377, reservation_id: 360, payment_date: new Date("2023-06-22T16:26:18Z"), amount: "130.99", payment_method: "credit_card" },
            { id: 378, reservation_id: 370, payment_date: new Date("2023-06-03T19:49:30Z"), amount: "19.66", payment_method: "credit_card" },
            { id: 379, reservation_id: 368, payment_date: new Date("2023-01-22T19:45:20Z"), amount: null, payment_method: "credit_card" },
            { id: 380, reservation_id: 233, payment_date: new Date("2023-07-10T23:03:04Z"), amount: "255.62", payment_method: "credit_card" },
            { id: 381, reservation_id: 342, payment_date: new Date("2023-06-07T11:09:44Z"), amount: "16.22", payment_method: "cash" },
            { id: 382, reservation_id: 250, payment_date: new Date("2023-11-24T22:35:42Z"), amount: "67.50", payment_method: "credit_card" },
            { id: 383, reservation_id: 272, payment_date: new Date("2023-01-16T22:45:07Z"), amount: "424.46", payment_method: "credit_card" },
            { id: 384, reservation_id: 55, payment_date: new Date("2023-07-08T10:15:20Z"), amount: "444.88", payment_method: "credit_card" },
            { id: 385, reservation_id: 254, payment_date: new Date("2023-05-21T18:54:33Z"), amount: "115.68", payment_method: "credit_card" },
            { id: 386, reservation_id: 201, payment_date: new Date("2023-12-14T18:56:11Z"), amount: "25.56", payment_method: "mobile_payment" },
            { id: 387, reservation_id: 209, payment_date: new Date("2023-08-14T15:46:09Z"), amount: "164.88", payment_method: "cash" },
            { id: 388, reservation_id: 65, payment_date: new Date("2023-02-03T19:35:51Z"), amount: "53.30", payment_method: "credit_card" },
            { id: 389, reservation_id: 198, payment_date: new Date("2023-01-15T18:12:50Z"), amount: "21.12", payment_method: "credit_card" },
            { id: 390, reservation_id: 86, payment_date: new Date("2023-07-23T22:58:24Z"), amount: "476.09", payment_method: "cash" },
            { id: 391, reservation_id: 206, payment_date: new Date("2023-03-28T23:49:41Z"), amount: "367.82", payment_method: "mobile_payment" },
            { id: 392, reservation_id: 352, payment_date: new Date("2023-07-06T10:40:46Z"), amount: "84.98", payment_method: "credit_card" },
            { id: 393, reservation_id: 154, payment_date: new Date("2023-12-24T02:15:23Z"), amount: "92.58", payment_method: "credit_card" },
            { id: 394, reservation_id: 180, payment_date: new Date("2023-10-12T07:55:48Z"), amount: "425.86", payment_method: "credit_card" },
            { id: 395, reservation_id: 266, payment_date: new Date("2023-06-01T12:01:03Z"), amount: "96.57", payment_method: "cash" },
            { id: 396, reservation_id: 86, payment_date: new Date("2023-07-14T19:41:44Z"), amount: "288.83", payment_method: "cash" },
            { id: 397, reservation_id: 124, payment_date: new Date("2023-11-20T05:10:24Z"), amount: "310.90", payment_method: "credit_card" },
            { id: 398, reservation_id: 14, payment_date: new Date("2023-05-14T14:37:39Z"), amount: "132.77", payment_method: "credit_card" },
            { id: 399, reservation_id: 249, payment_date: new Date("2023-05-19T17:57:34Z"), amount: "61.29", payment_method: "credit_card" },
            { id: 400, reservation_id: 153, payment_date: new Date("2023-03-04T18:46:56Z"), amount: "458.51", payment_method: "mobile_payment" },
        ],
    });
    await prisma.restaurants.createMany({
        data: [
            { id: 1, name: "Harbor Analytics", location: "Denver", cuisine_type: "Italian" },
            { id: 2, name: "Forge Group", location: "Chicago", cuisine_type: "Italian" },
            { id: 3, name: "Crest Energy", location: "London", cuisine_type: "Chinese" },
            { id: 4, name: "Ember Health", location: "Sydney", cuisine_type: "Chinese" },
            { id: 5, name: "Field Digital", location: "Auckland", cuisine_type: "Italian" },
            { id: 6, name: "Acme Software", location: "Mexico City", cuisine_type: "Italian" },
            { id: 7, name: "Blue Group", location: "Melbourne", cuisine_type: "Mexican" },
            { id: 8, name: "Meridian Industries", location: "Manila", cuisine_type: "Italian" },
            { id: 9, name: "Vector Digital", location: "Melbourne", cuisine_type: "Italian" },
            { id: 10, name: "Beacon Holdings", location: "Vancouver", cuisine_type: "Chinese" },
            { id: 11, name: "Granite Foods", location: "Copenhagen", cuisine_type: "American" },
            { id: 12, name: "Compass Health", location: "Kyoto", cuisine_type: "Chinese" },
            { id: 13, name: "Lantern Digital", location: "Rome", cuisine_type: "Mexican" },
            { id: 14, name: "Orbit Analytics", location: "Sao Paulo", cuisine_type: "Mexican" },
            { id: 15, name: "Blue Partners", location: "Porto", cuisine_type: "American" },
            { id: 16, name: "Beacon Holdings", location: "Madrid", cuisine_type: "Italian" },
            { id: 17, name: "Harbor Group", location: "Bucharest", cuisine_type: "French" },
            { id: 18, name: "Forge Systems", location: "Cape Town", cuisine_type: "Mexican" },
            { id: 19, name: "Summit Analytics", location: "Sao Paulo", cuisine_type: "Mexican" },
            { id: 20, name: "Compass Systems", location: "Delhi", cuisine_type: "Italian" },
            { id: 21, name: "Apex Works", location: "Rome", cuisine_type: "French" },
            { id: 22, name: "Juniper Industries", location: "London", cuisine_type: "Italian" },
            { id: 23, name: "Orbit Holdings", location: "Cape Town", cuisine_type: "Italian" },
            { id: 24, name: "Granite Works", location: "Istanbul", cuisine_type: "Italian" },
            { id: 25, name: "Vista Labs", location: "San Diego", cuisine_type: "Italian" },
            { id: 26, name: "Forge Media", location: "Delhi", cuisine_type: "Italian" },
            { id: 27, name: "Compass Partners", location: "Bogota", cuisine_type: "Italian" },
            { id: 28, name: "Apex Studio", location: "Chicago", cuisine_type: "Italian" },
            { id: 29, name: "Atlas Labs", location: "Bogota", cuisine_type: "Italian" },
            { id: 30, name: "Blue Software", location: "Boston", cuisine_type: "Mexican" },
            { id: 31, name: "Ridge Foods", location: "Bogota", cuisine_type: "American" },
            { id: 32, name: "Forge Analytics", location: "Austin", cuisine_type: "Chinese" },
            { id: 33, name: "Granite Logistics", location: "Tokyo", cuisine_type: "Mexican" },
            { id: 34, name: "Vector Foods", location: "Lima", cuisine_type: "American" },
            { id: 35, name: "Field Systems", location: "Istanbul", cuisine_type: "Mexican" },
            { id: 36, name: "Iron Holdings", location: "Paris", cuisine_type: "Mexican" },
            { id: 37, name: "Crest Digital", location: "Bangkok", cuisine_type: "Mexican" },
            { id: 38, name: "Quill Holdings", location: "Lyon", cuisine_type: "Italian" },
            { id: 39, name: "Quill Logistics", location: "Mexico City", cuisine_type: "Chinese" },
            { id: 40, name: "Delta Energy", location: "Izmir", cuisine_type: "Italian" },
            { id: 41, name: "Willow Studio", location: "Auckland", cuisine_type: "Chinese" },
            { id: 42, name: "Willow Digital", location: "Ankara", cuisine_type: "Chinese" },
            { id: 43, name: "Lumen Holdings", location: "Mexico City", cuisine_type: "Italian" },
            { id: 44, name: "Apex Works", location: "Mexico City", cuisine_type: "Italian" },
            { id: 45, name: "Apex Digital", location: "San Diego", cuisine_type: "Mexican" },
            { id: 46, name: "Keystone Holdings", location: "Melbourne", cuisine_type: "Chinese" },
            { id: 47, name: "Ember Industries", location: "Kyoto", cuisine_type: "Italian" },
            { id: 48, name: "Compass Industries", location: "Denver", cuisine_type: "Italian" },
            { id: 49, name: "Acme Holdings", location: "Hamburg", cuisine_type: "Italian" },
            { id: 50, name: "Meridian Group", location: "Edinburgh", cuisine_type: "Italian" },
        ],
    });
    await prisma.reviews.createMany({
        data: [
            { id: 1, reservation_id: 144, review_date: new Date("2023-11-21T20:51:55Z"), rating: 5, comments: "The report was delayed — urgent case, no further action." },
            { id: 2, reservation_id: 156, review_date: new Date("2023-12-19T18:45:01Z"), rating: 4, comments: "Flagged as repeat. An operator processed the delivery." },
            { id: 3, reservation_id: 360, review_date: new Date("2023-01-27T07:16:02Z"), rating: 2, comments: "The claim was delayed following an incomplete review." },
            { id: 4, reservation_id: 255, review_date: new Date("2023-02-04T23:59:36Z"), rating: 5, comments: "No response from the supplier, so the record was delayed." },
            { id: 5, reservation_id: 161, review_date: new Date("2023-12-03T18:46:53Z"), rating: 4, comments: null },
            { id: 6, reservation_id: 199, review_date: new Date("2023-04-22T22:24:50Z"), rating: 5, comments: "The supplier reported a manual issue; the record was resolved." },
            { id: 7, reservation_id: 23, review_date: new Date("2023-09-01T20:13:49Z"), rating: 4, comments: null },
            { id: 8, reservation_id: 222, review_date: new Date("2023-07-16T22:03:01Z"), rating: 5, comments: "Support reported a repeat issue; the transfer was cancelled." },
            { id: 9, reservation_id: 297, review_date: new Date("2023-07-12T14:36:43Z"), rating: 5, comments: "The document was updated — incomplete case, no further action." },
            { id: 10, reservation_id: 218, review_date: new Date("2023-11-17T09:08:38Z"), rating: 4, comments: "The delivery was completed after a partial check." },
            { id: 11, reservation_id: 190, review_date: new Date("2023-10-13T05:17:58Z"), rating: 5, comments: "The invoice was rejected following an unusual review." },
            { id: 12, reservation_id: 393, review_date: new Date("2023-07-12T21:57:41Z"), rating: 5, comments: null },
            { id: 13, reservation_id: 120, review_date: new Date("2023-12-23T12:44:12Z"), rating: null, comments: "An incomplete follow-up: the request was updated." },
            { id: 14, reservation_id: 102, review_date: new Date("2023-11-02T00:27:14Z"), rating: 2, comments: "No response from the team, so the record was completed." },
            { id: 15, reservation_id: 385, review_date: new Date("2023-12-20T08:30:16Z"), rating: 5, comments: "The document was updated following an urgent review." },
            { id: 16, reservation_id: 214, review_date: new Date("2023-01-19T16:07:09Z"), rating: 4, comments: "A repeat follow-up: the record was closed." },
            { id: 17, reservation_id: 347, review_date: new Date("2023-10-27T10:36:04Z"), rating: 3, comments: null },
            { id: 18, reservation_id: 285, review_date: new Date("2023-01-21T13:08:58Z"), rating: 2, comments: "The report was delayed after a repeat check." },
            { id: 19, reservation_id: 348, review_date: new Date("2023-08-02T01:57:28Z"), rating: 5, comments: "The invoice was resolved after a routine check." },
            { id: 20, reservation_id: 79, review_date: new Date("2023-01-30T15:01:18Z"), rating: 5, comments: "Flagged as minor. The team escalated the shipment." },
            { id: 21, reservation_id: 249, review_date: new Date("2023-11-26T20:36:59Z"), rating: 5, comments: "No response from the team, so the ticket was reviewed." },
            { id: 22, reservation_id: 363, review_date: new Date("2023-09-12T15:52:04Z"), rating: 1, comments: "Flagged as routine. The reviewer reviewed the appointment." },
            { id: 23, reservation_id: 275, review_date: new Date("2023-07-30T21:58:05Z"), rating: 5, comments: "A minor claim was closed the same day." },
            { id: 24, reservation_id: 147, review_date: new Date("2023-07-03T10:13:43Z"), rating: 3, comments: null },
            { id: 25, reservation_id: 257, review_date: new Date("2023-12-20T20:53:04Z"), rating: 4, comments: "The customer confirmed the details and the document was completed." },
            { id: 26, reservation_id: 240, review_date: new Date("2023-09-03T15:14:53Z"), rating: 5, comments: "Flagged as partial. An operator escalated the order." },
            { id: 27, reservation_id: 311, review_date: new Date("2023-12-04T21:19:11Z"), rating: 2, comments: null },
            { id: 28, reservation_id: 149, review_date: new Date("2023-01-07T18:05:51Z"), rating: 3, comments: "No response from the reviewer, so the document was rescheduled." },
            { id: 29, reservation_id: 211, review_date: new Date("2023-03-25T19:47:49Z"), rating: null, comments: null },
            { id: 30, reservation_id: 165, review_date: new Date("2023-02-03T13:01:00Z"), rating: 4, comments: "The appointment was processed following a routine review." },
            { id: 31, reservation_id: 257, review_date: new Date("2023-09-13T08:50:29Z"), rating: 4, comments: "An operator asked for a change and the booking was reopened." },
            { id: 32, reservation_id: 330, review_date: new Date("2023-12-24T20:16:41Z"), rating: 5, comments: "The delivery was reopened after an automatic check." },
            { id: 33, reservation_id: 284, review_date: new Date("2023-02-03T09:20:37Z"), rating: null, comments: "The team confirmed the details and the payment was resolved." },
            { id: 34, reservation_id: 121, review_date: new Date("2023-11-07T11:04:55Z"), rating: 3, comments: "The document was updated following a routine review." },
            { id: 35, reservation_id: 253, review_date: new Date("2023-02-25T09:54:53Z"), rating: 5, comments: "The reviewer reported a minor issue; the document was completed." },
            { id: 36, reservation_id: 133, review_date: new Date("2023-11-20T16:40:55Z"), rating: 4, comments: "The supplier reported an incomplete issue; the session was rescheduled." },
            { id: 37, reservation_id: 328, review_date: new Date("2023-02-24T19:18:22Z"), rating: null, comments: "The account was closed following a repeat review." },
            { id: 38, reservation_id: 196, review_date: new Date("2023-02-19T16:55:18Z"), rating: 2, comments: "The customer reported a standard issue; the ticket was escalated." },
            { id: 39, reservation_id: 146, review_date: new Date("2023-12-30T14:18:37Z"), rating: 4, comments: "A repeat follow-up: the document was updated." },
            { id: 40, reservation_id: 373, review_date: new Date("2023-02-13T17:15:40Z"), rating: 5, comments: "The ticket was cancelled after a repeat check." },
            { id: 41, reservation_id: 271, review_date: new Date("2023-12-09T15:37:09Z"), rating: 4, comments: "The request was completed following an unusual review." },
            { id: 42, reservation_id: 115, review_date: new Date("2023-02-08T12:53:45Z"), rating: 3, comments: "The document was replaced following an automatic review." },
            { id: 43, reservation_id: 189, review_date: new Date("2023-11-29T11:54:59Z"), rating: 4, comments: "Support asked for a change and the payment was rescheduled." },
            { id: 44, reservation_id: 200, review_date: new Date("2023-03-14T20:54:02Z"), rating: 2, comments: "Flagged as unusual. Support refunded the session." },
            { id: 45, reservation_id: 336, review_date: new Date("2023-09-21T15:58:49Z"), rating: 5, comments: "An incomplete follow-up: the account was delayed." },
            { id: 46, reservation_id: 229, review_date: new Date("2023-01-10T19:35:16Z"), rating: null, comments: "The refund was reopened after an incomplete check." },
            { id: 47, reservation_id: 125, review_date: new Date("2023-12-02T06:55:14Z"), rating: 5, comments: "No response from the account owner, so the refund was rescheduled." },
            { id: 48, reservation_id: 172, review_date: new Date("2023-05-06T08:57:53Z"), rating: 5, comments: "An unusual refund was reopened the same day." },
            { id: 49, reservation_id: 158, review_date: new Date("2023-04-24T23:49:13Z"), rating: null, comments: "An unusual session was reviewed the same day." },
            { id: 50, reservation_id: 253, review_date: new Date("2023-07-11T11:27:27Z"), rating: 5, comments: "The supplier reported a standard issue; the account was confirmed." },
            { id: 51, reservation_id: 287, review_date: new Date("2023-02-12T19:26:43Z"), rating: null, comments: "The invoice was reviewed — partial case, no further action." },
            { id: 52, reservation_id: 164, review_date: new Date("2023-10-02T12:34:58Z"), rating: null, comments: "A partial follow-up: the payment was delayed." },
            { id: 53, reservation_id: 57, review_date: new Date("2023-06-14T09:36:28Z"), rating: 5, comments: "No response from support, so the record was rejected." },
            { id: 54, reservation_id: 299, review_date: new Date("2023-06-05T11:41:44Z"), rating: 4, comments: "The account owner reported an unusual issue; the report was reviewed." },
            { id: 55, reservation_id: 342, review_date: new Date("2023-11-25T18:19:36Z"), rating: 4, comments: "The courier confirmed the details and the account was escalated." },
            { id: 56, reservation_id: 348, review_date: new Date("2023-03-10T07:06:30Z"), rating: 5, comments: "The claim was rejected — partial case, no further action." },
            { id: 57, reservation_id: 290, review_date: new Date("2023-03-09T17:38:37Z"), rating: 2, comments: "Support confirmed the details and the report was completed." },
            { id: 58, reservation_id: 187, review_date: new Date("2023-11-10T20:44:41Z"), rating: 5, comments: "A standard item was replaced the same day." },
            { id: 59, reservation_id: 72, review_date: new Date("2023-10-01T20:19:34Z"), rating: 5, comments: null },
            { id: 60, reservation_id: 304, review_date: new Date("2023-04-29T23:01:55Z"), rating: 2, comments: "The reviewer reported a routine issue; the account was rejected." },
            { id: 61, reservation_id: 388, review_date: new Date("2023-02-15T14:50:25Z"), rating: 4, comments: "A duplicate follow-up: the delivery was completed." },
            { id: 62, reservation_id: 220, review_date: new Date("2023-04-10T16:59:18Z"), rating: 1, comments: "The document was cancelled following an automatic review." },
            { id: 63, reservation_id: 34, review_date: new Date("2023-09-06T13:39:03Z"), rating: 5, comments: "The shipment was replaced following a late review." },
            { id: 64, reservation_id: 59, review_date: new Date("2023-07-25T12:42:55Z"), rating: 4, comments: "No response from the reviewer, so the shipment was updated." },
            { id: 65, reservation_id: 300, review_date: new Date("2023-08-09T11:17:17Z"), rating: 5, comments: "A standard report was escalated the same day." },
            { id: 66, reservation_id: 323, review_date: new Date("2023-01-06T21:54:11Z"), rating: 5, comments: "The order was confirmed following an incomplete review." },
            { id: 67, reservation_id: 23, review_date: new Date("2023-04-30T15:21:09Z"), rating: null, comments: "No response from support, so the appointment was completed." },
            { id: 68, reservation_id: 262, review_date: new Date("2023-11-14T01:38:09Z"), rating: 2, comments: "A duplicate item was rescheduled the same day." },
            { id: 69, reservation_id: 152, review_date: new Date("2023-11-30T19:33:34Z"), rating: 2, comments: "No response from support, so the refund was closed." },
            { id: 70, reservation_id: 196, review_date: new Date("2023-05-08T19:52:20Z"), rating: 4, comments: "The record was refunded following a duplicate review." },
            { id: 71, reservation_id: 346, review_date: new Date("2023-10-25T18:54:57Z"), rating: 1, comments: "The request was escalated after a partial check." },
            { id: 72, reservation_id: 379, review_date: new Date("2023-03-31T14:29:26Z"), rating: 5, comments: "An automatic follow-up: the account was approved." },
            { id: 73, reservation_id: 268, review_date: new Date("2023-03-06T01:44:41Z"), rating: 2, comments: "Flagged as manual. The account owner reviewed the appointment." },
            { id: 74, reservation_id: 78, review_date: new Date("2023-03-17T17:31:59Z"), rating: 5, comments: "The team reported a late issue; the booking was confirmed." },
            { id: 75, reservation_id: 88, review_date: new Date("2023-03-04T13:23:33Z"), rating: 5, comments: "The appointment was delayed — partial case, no further action." },
            { id: 76, reservation_id: 232, review_date: new Date("2023-03-13T16:35:55Z"), rating: 3, comments: "The supplier confirmed the details and the account was escalated." },
            { id: 77, reservation_id: 88, review_date: new Date("2023-10-05T09:37:48Z"), rating: 4, comments: null },
            { id: 78, reservation_id: 147, review_date: new Date("2023-04-07T09:47:54Z"), rating: 3, comments: "The supplier confirmed the details and the document was reviewed." },
            { id: 79, reservation_id: 172, review_date: new Date("2023-10-26T14:52:29Z"), rating: 5, comments: "The customer reported a minor issue; the appointment was cancelled." },
            { id: 80, reservation_id: 184, review_date: new Date("2023-03-28T18:46:20Z"), rating: 5, comments: "An operator reported an unusual issue; the refund was replaced." },
            { id: 81, reservation_id: 128, review_date: new Date("2023-01-29T12:12:17Z"), rating: 4, comments: "The reviewer asked for a change and the claim was confirmed." },
            { id: 82, reservation_id: 291, review_date: new Date("2023-03-14T16:51:41Z"), rating: 5, comments: "A repeat payment was rejected the same day." },
            { id: 83, reservation_id: 286, review_date: new Date("2023-01-18T11:21:05Z"), rating: null, comments: "No response from support, so the shipment was reopened." },
            { id: 84, reservation_id: 343, review_date: new Date("2023-09-29T11:40:52Z"), rating: null, comments: null },
            { id: 85, reservation_id: 283, review_date: new Date("2023-01-25T09:43:35Z"), rating: 2, comments: "The ticket was confirmed — automatic case, no further action." },
            { id: 86, reservation_id: 74, review_date: new Date("2023-06-27T17:50:16Z"), rating: 4, comments: "Support reported a minor issue; the session was processed." },
            { id: 87, reservation_id: 279, review_date: new Date("2023-12-07T14:25:36Z"), rating: 5, comments: "A routine request was replaced the same day." },
            { id: 88, reservation_id: 92, review_date: new Date("2023-02-15T19:00:57Z"), rating: 3, comments: "No response from support, so the session was completed." },
            { id: 89, reservation_id: 43, review_date: new Date("2023-06-26T11:48:01Z"), rating: 2, comments: "The claim was processed — urgent case, no further action." },
            { id: 90, reservation_id: 173, review_date: new Date("2023-12-05T22:47:59Z"), rating: 5, comments: "A repeat claim was refunded the same day." },
            { id: 91, reservation_id: 98, review_date: new Date("2023-08-19T15:48:33Z"), rating: 1, comments: "The supplier asked for a change and the payment was refunded." },
            { id: 92, reservation_id: 50, review_date: new Date("2023-10-19T00:32:02Z"), rating: 5, comments: "A minor follow-up: the document was cancelled." },
            { id: 93, reservation_id: 90, review_date: new Date("2023-09-08T13:56:59Z"), rating: null, comments: "The payment was escalated following a late review." },
            { id: 94, reservation_id: 211, review_date: new Date("2023-02-23T18:06:20Z"), rating: 5, comments: "The claim was escalated following an automatic review." },
            { id: 95, reservation_id: 143, review_date: new Date("2023-12-04T22:21:41Z"), rating: 5, comments: "An operator asked for a change and the order was refunded." },
            { id: 96, reservation_id: 308, review_date: new Date("2023-04-12T00:33:37Z"), rating: 5, comments: "The team asked for a change and the refund was replaced." },
            { id: 97, reservation_id: 226, review_date: new Date("2023-10-01T11:46:49Z"), rating: 4, comments: "The item was closed — partial case, no further action." },
            { id: 98, reservation_id: 200, review_date: new Date("2023-12-15T18:28:03Z"), rating: 2, comments: null },
            { id: 99, reservation_id: 297, review_date: new Date("2023-10-12T15:42:11Z"), rating: 5, comments: null },
            { id: 100, reservation_id: 15, review_date: new Date("2023-08-20T18:17:33Z"), rating: 2, comments: "The refund was resolved following a standard review." },
            { id: 101, reservation_id: 52, review_date: new Date("2023-12-13T19:30:43Z"), rating: 5, comments: "The booking was confirmed following a late review." },
            { id: 102, reservation_id: 187, review_date: new Date("2023-05-18T21:23:04Z"), rating: 1, comments: "The team asked for a change and the request was processed." },
            { id: 103, reservation_id: 329, review_date: new Date("2023-10-15T13:18:50Z"), rating: 3, comments: null },
            { id: 104, reservation_id: 302, review_date: new Date("2023-12-28T15:46:08Z"), rating: 2, comments: "A repeat transfer was completed the same day." },
            { id: 105, reservation_id: 202, review_date: new Date("2023-07-30T20:51:49Z"), rating: 5, comments: "The reviewer confirmed the details and the payment was closed." },
            { id: 106, reservation_id: 247, review_date: new Date("2023-02-20T23:49:43Z"), rating: 5, comments: "The ticket was reopened following a duplicate review." },
            { id: 107, reservation_id: 304, review_date: new Date("2023-02-17T22:08:03Z"), rating: 3, comments: "A manual follow-up: the request was reviewed." },
            { id: 108, reservation_id: 26, review_date: new Date("2023-11-07T18:37:07Z"), rating: 5, comments: "An operator confirmed the details and the ticket was processed." },
            { id: 109, reservation_id: 91, review_date: new Date("2023-01-25T21:41:29Z"), rating: 4, comments: "A standard payment was updated the same day." },
            { id: 110, reservation_id: 340, review_date: new Date("2023-11-30T07:50:04Z"), rating: 4, comments: "Flagged as standard. The reviewer refunded the claim." },
            { id: 111, reservation_id: 191, review_date: new Date("2023-12-25T17:47:02Z"), rating: 4, comments: "An incomplete refund was cancelled the same day." },
            { id: 112, reservation_id: 374, review_date: new Date("2023-11-21T17:36:52Z"), rating: 1, comments: null },
            { id: 113, reservation_id: 244, review_date: new Date("2023-06-22T10:57:16Z"), rating: 2, comments: "Flagged as late. The team refunded the refund." },
            { id: 114, reservation_id: 326, review_date: new Date("2023-02-04T13:35:11Z"), rating: 2, comments: "An automatic request was completed the same day." },
            { id: 115, reservation_id: 259, review_date: new Date("2023-08-01T20:54:36Z"), rating: 5, comments: "The refund was reviewed after an urgent check." },
            { id: 116, reservation_id: 376, review_date: new Date("2023-12-07T12:03:17Z"), rating: 4, comments: "No response from the customer, so the claim was rejected." },
            { id: 117, reservation_id: 339, review_date: new Date("2023-10-31T14:43:41Z"), rating: 5, comments: "An operator reported an incomplete issue; the claim was rejected." },
            { id: 118, reservation_id: 382, review_date: new Date("2023-12-30T12:15:13Z"), rating: 3, comments: "The order was rejected following an unusual review." },
            { id: 119, reservation_id: 343, review_date: new Date("2023-11-14T08:58:19Z"), rating: 5, comments: "Flagged as automatic. The customer completed the request." },
            { id: 120, reservation_id: 63, review_date: new Date("2023-09-10T18:27:36Z"), rating: 5, comments: "An urgent follow-up: the claim was rejected." },
            { id: 121, reservation_id: 293, review_date: new Date("2023-01-07T18:15:41Z"), rating: 4, comments: "No response from the team, so the appointment was processed." },
            { id: 122, reservation_id: 135, review_date: new Date("2023-07-25T21:01:33Z"), rating: 2, comments: "The team asked for a change and the transfer was rejected." },
            { id: 123, reservation_id: 325, review_date: new Date("2023-01-03T14:12:33Z"), rating: null, comments: "Flagged as repeat. The courier processed the shipment." },
            { id: 124, reservation_id: 279, review_date: new Date("2023-11-13T21:09:10Z"), rating: 4, comments: "The courier asked for a change and the session was updated." },
            { id: 125, reservation_id: 264, review_date: new Date("2023-02-04T14:17:03Z"), rating: null, comments: "The customer reported a routine issue; the account was refunded." },
            { id: 126, reservation_id: 89, review_date: new Date("2023-11-06T08:54:05Z"), rating: 5, comments: "No response from the account owner, so the delivery was delayed." },
            { id: 127, reservation_id: 57, review_date: new Date("2023-12-03T15:10:14Z"), rating: 4, comments: "No response from an operator, so the session was escalated." },
            { id: 128, reservation_id: 384, review_date: new Date("2023-01-28T19:30:55Z"), rating: 4, comments: "The order was refunded following a standard review." },
            { id: 129, reservation_id: 64, review_date: new Date("2023-05-24T15:23:38Z"), rating: null, comments: "The supplier reported a repeat issue; the booking was approved." },
            { id: 130, reservation_id: 116, review_date: new Date("2023-08-31T01:36:52Z"), rating: 4, comments: "The reviewer confirmed the details and the ticket was reopened." },
            { id: 131, reservation_id: 332, review_date: new Date("2023-12-20T19:59:33Z"), rating: 5, comments: "Flagged as incomplete. The courier reopened the report." },
            { id: 132, reservation_id: 123, review_date: new Date("2023-02-20T22:13:39Z"), rating: null, comments: "Flagged as standard. The customer delayed the ticket." },
            { id: 133, reservation_id: 327, review_date: new Date("2023-11-08T16:16:07Z"), rating: 2, comments: "Flagged as incomplete. The supplier replaced the item." },
            { id: 134, reservation_id: 185, review_date: new Date("2023-03-20T16:42:47Z"), rating: 3, comments: "The customer asked for a change and the session was rescheduled." },
            { id: 135, reservation_id: 345, review_date: new Date("2023-04-06T13:43:42Z"), rating: 3, comments: null },
            { id: 136, reservation_id: 231, review_date: new Date("2023-06-25T08:28:27Z"), rating: 5, comments: null },
            { id: 137, reservation_id: 186, review_date: new Date("2023-10-22T04:24:06Z"), rating: 5, comments: "An urgent follow-up: the claim was escalated." },
            { id: 138, reservation_id: 216, review_date: new Date("2023-03-14T17:10:43Z"), rating: 5, comments: "The reviewer asked for a change and the account was approved." },
            { id: 139, reservation_id: 296, review_date: new Date("2023-03-05T12:46:16Z"), rating: 4, comments: "The appointment was updated after a repeat check." },
            { id: 140, reservation_id: 52, review_date: new Date("2023-11-10T19:16:52Z"), rating: 4, comments: null },
            { id: 141, reservation_id: 123, review_date: new Date("2023-06-18T12:28:22Z"), rating: 4, comments: "The payment was confirmed after a standard check." },
            { id: 142, reservation_id: 70, review_date: new Date("2023-08-09T16:50:50Z"), rating: 2, comments: "No response from the courier, so the ticket was processed." },
            { id: 143, reservation_id: 348, review_date: new Date("2023-03-09T01:58:48Z"), rating: null, comments: "The order was updated following a minor review." },
            { id: 144, reservation_id: 334, review_date: new Date("2023-08-04T21:20:46Z"), rating: 2, comments: "The team reported a minor issue; the document was replaced." },
            { id: 145, reservation_id: 305, review_date: new Date("2023-06-04T10:49:18Z"), rating: 4, comments: null },
            { id: 146, reservation_id: 79, review_date: new Date("2023-07-25T18:17:40Z"), rating: 5, comments: "An unusual account was approved the same day." },
            { id: 147, reservation_id: 363, review_date: new Date("2023-07-17T08:11:56Z"), rating: 5, comments: "An urgent follow-up: the document was reopened." },
            { id: 148, reservation_id: 332, review_date: new Date("2023-06-25T20:14:23Z"), rating: 4, comments: "A minor follow-up: the ticket was approved." },
            { id: 149, reservation_id: 369, review_date: new Date("2023-12-26T01:43:52Z"), rating: 1, comments: "The request was resolved following an automatic review." },
            { id: 150, reservation_id: 162, review_date: new Date("2023-12-05T07:43:32Z"), rating: 4, comments: "The refund was rejected — standard case, no further action." },
            { id: 151, reservation_id: 80, review_date: new Date("2023-03-11T14:03:18Z"), rating: 4, comments: null },
            { id: 152, reservation_id: 312, review_date: new Date("2023-06-25T16:44:56Z"), rating: 5, comments: "An operator asked for a change and the account was processed." },
            { id: 153, reservation_id: 230, review_date: new Date("2023-10-14T11:43:29Z"), rating: 5, comments: "A minor claim was cancelled the same day." },
            { id: 154, reservation_id: 12, review_date: new Date("2023-09-01T22:52:20Z"), rating: 1, comments: null },
            { id: 155, reservation_id: 314, review_date: new Date("2023-12-06T13:34:12Z"), rating: 5, comments: "An urgent follow-up: the shipment was rejected." },
            { id: 156, reservation_id: 309, review_date: new Date("2023-10-06T13:00:47Z"), rating: 2, comments: "The payment was updated following a minor review." },
            { id: 157, reservation_id: 188, review_date: new Date("2023-01-09T02:09:53Z"), rating: 2, comments: "An operator asked for a change and the claim was rescheduled." },
            { id: 158, reservation_id: 356, review_date: new Date("2023-12-04T06:17:39Z"), rating: 4, comments: "The appointment was replaced — minor case, no further action." },
            { id: 159, reservation_id: 399, review_date: new Date("2023-11-03T12:48:31Z"), rating: 5, comments: "The team confirmed the details and the document was updated." },
            { id: 160, reservation_id: 146, review_date: new Date("2023-09-15T21:56:35Z"), rating: 3, comments: "The supplier asked for a change and the request was rescheduled." },
            { id: 161, reservation_id: 37, review_date: new Date("2023-01-21T06:36:37Z"), rating: 5, comments: "A routine follow-up: the invoice was resolved." },
            { id: 162, reservation_id: 218, review_date: new Date("2023-09-15T17:41:26Z"), rating: 5, comments: "The delivery was escalated — standard case, no further action." },
            { id: 163, reservation_id: 216, review_date: new Date("2023-12-01T20:12:07Z"), rating: null, comments: "The courier asked for a change and the appointment was delayed." },
            { id: 164, reservation_id: 196, review_date: new Date("2023-06-03T11:34:18Z"), rating: 5, comments: "The refund was rejected — partial case, no further action." },
            { id: 165, reservation_id: 250, review_date: new Date("2023-10-24T10:24:49Z"), rating: 1, comments: "Flagged as minor. The customer reviewed the invoice." },
            { id: 166, reservation_id: 203, review_date: new Date("2023-12-14T04:20:26Z"), rating: 3, comments: "A late session was reopened the same day." },
            { id: 167, reservation_id: 75, review_date: new Date("2023-10-30T08:47:32Z"), rating: 3, comments: null },
            { id: 168, reservation_id: 343, review_date: new Date("2023-12-16T20:38:34Z"), rating: 5, comments: "The customer reported a repeat issue; the appointment was resolved." },
            { id: 169, reservation_id: 286, review_date: new Date("2023-05-07T00:13:39Z"), rating: 4, comments: "An urgent follow-up: the record was delayed." },
            { id: 170, reservation_id: 107, review_date: new Date("2023-10-18T08:39:17Z"), rating: null, comments: "A routine payment was delayed the same day." },
            { id: 171, reservation_id: 15, review_date: new Date("2023-01-21T21:12:00Z"), rating: 5, comments: "The order was escalated following a partial review." },
            { id: 172, reservation_id: 35, review_date: new Date("2023-01-18T21:51:39Z"), rating: 5, comments: "Support asked for a change and the session was delayed." },
            { id: 173, reservation_id: 386, review_date: new Date("2023-04-25T14:57:48Z"), rating: 4, comments: null },
            { id: 174, reservation_id: 103, review_date: new Date("2023-04-11T20:38:36Z"), rating: 5, comments: "The ticket was delayed after an unusual check." },
            { id: 175, reservation_id: 166, review_date: new Date("2023-01-25T19:36:00Z"), rating: 5, comments: "The team reported a late issue; the account was processed." },
            { id: 176, reservation_id: 181, review_date: new Date("2023-08-22T00:58:42Z"), rating: 3, comments: "The claim was replaced — urgent case, no further action." },
            { id: 177, reservation_id: 72, review_date: new Date("2023-10-16T12:09:42Z"), rating: 4, comments: null },
            { id: 178, reservation_id: 135, review_date: new Date("2023-04-29T14:10:17Z"), rating: 5, comments: "An operator asked for a change and the delivery was approved." },
            { id: 179, reservation_id: 150, review_date: new Date("2023-01-04T21:28:26Z"), rating: 2, comments: "The document was confirmed following a repeat review." },
            { id: 180, reservation_id: 47, review_date: new Date("2023-01-29T09:56:49Z"), rating: 5, comments: "No response from the account owner, so the invoice was confirmed." },
            { id: 181, reservation_id: 39, review_date: new Date("2023-03-09T15:00:43Z"), rating: null, comments: "Flagged as incomplete. An operator completed the shipment." },
            { id: 182, reservation_id: 113, review_date: new Date("2023-11-20T20:11:02Z"), rating: 3, comments: "The shipment was escalated after a late check." },
            { id: 183, reservation_id: 115, review_date: new Date("2023-01-11T10:08:14Z"), rating: 4, comments: "An unusual follow-up: the account was updated." },
            { id: 184, reservation_id: 352, review_date: new Date("2023-07-01T19:24:50Z"), rating: 4, comments: "The account was resolved after a late check." },
            { id: 185, reservation_id: 130, review_date: new Date("2023-10-12T08:53:12Z"), rating: 5, comments: null },
            { id: 186, reservation_id: 377, review_date: new Date("2023-07-22T14:39:26Z"), rating: 5, comments: "The account was reopened following a repeat review." },
            { id: 187, reservation_id: 139, review_date: new Date("2023-11-02T18:44:04Z"), rating: 4, comments: "The supplier confirmed the details and the document was reviewed." },
            { id: 188, reservation_id: 351, review_date: new Date("2023-02-26T18:31:50Z"), rating: 4, comments: "The reviewer confirmed the details and the record was cancelled." },
            { id: 189, reservation_id: 230, review_date: new Date("2023-07-23T10:48:08Z"), rating: 4, comments: "A late follow-up: the document was replaced." },
            { id: 190, reservation_id: 173, review_date: new Date("2023-11-09T17:37:08Z"), rating: 4, comments: null },
            { id: 191, reservation_id: 249, review_date: new Date("2023-12-14T13:01:56Z"), rating: null, comments: "A partial follow-up: the request was escalated." },
            { id: 192, reservation_id: 51, review_date: new Date("2023-10-26T17:47:27Z"), rating: null, comments: "An operator asked for a change and the payment was completed." },
            { id: 193, reservation_id: 73, review_date: new Date("2023-12-25T12:47:46Z"), rating: 4, comments: "A repeat payment was escalated the same day." },
            { id: 194, reservation_id: 18, review_date: new Date("2023-03-02T22:23:11Z"), rating: 5, comments: "The courier confirmed the details and the request was processed." },
            { id: 195, reservation_id: 378, review_date: new Date("2023-01-08T15:48:49Z"), rating: 5, comments: "No response from the account owner, so the account was refunded." },
            { id: 196, reservation_id: 180, review_date: new Date("2023-07-21T21:40:58Z"), rating: 3, comments: "No response from the account owner, so the account was cancelled." },
            { id: 197, reservation_id: 264, review_date: new Date("2023-08-05T14:32:17Z"), rating: 5, comments: "The courier asked for a change and the report was escalated." },
            { id: 198, reservation_id: 318, review_date: new Date("2023-12-21T12:52:09Z"), rating: 5, comments: "The session was cancelled — standard case, no further action." },
            { id: 199, reservation_id: 344, review_date: new Date("2023-07-28T19:41:58Z"), rating: 5, comments: "An operator reported a routine issue; the refund was reopened." },
            { id: 200, reservation_id: 339, review_date: new Date("2023-04-17T12:55:22Z"), rating: 4, comments: "A routine follow-up: the invoice was resolved." },
        ],
    });
    await prisma.seating_arrangements.createMany({
        data: [
            { id: 1, reservation_id: 206, seating_time: new Date("2023-02-01T12:20:50Z"), table_number: 5, seating_preferences: "bar", duration_minutes: 132 },
            { id: 2, reservation_id: 88, seating_time: new Date("2023-01-09T13:50:36Z"), table_number: 18, seating_preferences: "booth", duration_minutes: 79 },
            { id: 3, reservation_id: 344, seating_time: new Date("2023-09-13T16:48:25Z"), table_number: null, seating_preferences: "booth", duration_minutes: 97 },
            { id: 4, reservation_id: 289, seating_time: new Date("2023-02-25T14:56:23Z"), table_number: null, seating_preferences: "table", duration_minutes: 87 },
            { id: 5, reservation_id: 233, seating_time: new Date("2023-10-18T10:41:06Z"), table_number: 25, seating_preferences: "bar", duration_minutes: 127 },
            { id: 6, reservation_id: 9, seating_time: new Date("2023-04-17T09:48:34Z"), table_number: 23, seating_preferences: "bar", duration_minutes: 134 },
            { id: 7, reservation_id: 86, seating_time: new Date("2023-08-29T10:20:40Z"), table_number: 4, seating_preferences: "table", duration_minutes: 136 },
            { id: 8, reservation_id: 302, seating_time: new Date("2023-02-07T17:58:15Z"), table_number: 18, seating_preferences: "booth", duration_minutes: 142 },
            { id: 9, reservation_id: 48, seating_time: new Date("2023-06-27T13:46:20Z"), table_number: 24, seating_preferences: "bar", duration_minutes: 128 },
            { id: 10, reservation_id: 106, seating_time: new Date("2023-07-25T09:13:38Z"), table_number: 2, seating_preferences: "booth", duration_minutes: 114 },
            { id: 11, reservation_id: 142, seating_time: new Date("2023-03-06T14:11:01Z"), table_number: 6, seating_preferences: "bar", duration_minutes: 122 },
            { id: 12, reservation_id: 235, seating_time: new Date("2023-11-22T16:01:57Z"), table_number: 32, seating_preferences: "booth", duration_minutes: 62 },
            { id: 13, reservation_id: 307, seating_time: new Date("2023-11-18T17:34:32Z"), table_number: 26, seating_preferences: "booth", duration_minutes: 135 },
            { id: 14, reservation_id: 225, seating_time: new Date("2023-01-03T10:03:06Z"), table_number: 24, seating_preferences: "bar", duration_minutes: 106 },
            { id: 15, reservation_id: 120, seating_time: new Date("2023-08-19T17:36:04Z"), table_number: 37, seating_preferences: "booth", duration_minutes: 92 },
            { id: 16, reservation_id: 351, seating_time: new Date("2023-09-25T13:47:49Z"), table_number: 13, seating_preferences: "booth", duration_minutes: 125 },
            { id: 17, reservation_id: 156, seating_time: new Date("2023-08-24T10:36:15Z"), table_number: 18, seating_preferences: "table", duration_minutes: 125 },
            { id: 18, reservation_id: 369, seating_time: new Date("2023-03-12T14:40:48Z"), table_number: 28, seating_preferences: "outdoor", duration_minutes: 115 },
            { id: 19, reservation_id: 307, seating_time: new Date("2023-11-14T11:17:44Z"), table_number: 2, seating_preferences: "booth", duration_minutes: 106 },
            { id: 20, reservation_id: 22, seating_time: new Date("2023-05-15T14:57:54Z"), table_number: 8, seating_preferences: "booth", duration_minutes: 123 },
            { id: 21, reservation_id: 253, seating_time: new Date("2023-02-10T09:46:29Z"), table_number: null, seating_preferences: "bar", duration_minutes: 117 },
            { id: 22, reservation_id: 372, seating_time: new Date("2023-10-10T20:26:46Z"), table_number: 25, seating_preferences: "booth", duration_minutes: 113 },
            { id: 23, reservation_id: 161, seating_time: new Date("2023-12-09T08:41:37Z"), table_number: 19, seating_preferences: "table", duration_minutes: 94 },
            { id: 24, reservation_id: 291, seating_time: new Date("2023-06-25T13:55:16Z"), table_number: 6, seating_preferences: "booth", duration_minutes: 130 },
            { id: 25, reservation_id: 360, seating_time: new Date("2023-10-28T10:54:24Z"), table_number: 43, seating_preferences: "table", duration_minutes: 87 },
            { id: 26, reservation_id: 282, seating_time: new Date("2023-01-14T12:43:40Z"), table_number: 10, seating_preferences: "bar", duration_minutes: 106 },
            { id: 27, reservation_id: 250, seating_time: new Date("2023-02-05T10:22:16Z"), table_number: 19, seating_preferences: "outdoor", duration_minutes: 83 },
            { id: 28, reservation_id: 243, seating_time: new Date("2023-06-01T10:38:18Z"), table_number: 13, seating_preferences: "outdoor", duration_minutes: 71 },
            { id: 29, reservation_id: 311, seating_time: new Date("2023-08-09T16:12:34Z"), table_number: 5, seating_preferences: "bar", duration_minutes: 147 },
            { id: 30, reservation_id: 386, seating_time: new Date("2023-09-04T11:26:13Z"), table_number: null, seating_preferences: "outdoor", duration_minutes: 112 },
            { id: 31, reservation_id: 281, seating_time: new Date("2023-07-16T09:21:02Z"), table_number: 27, seating_preferences: "booth", duration_minutes: 90 },
            { id: 32, reservation_id: 340, seating_time: new Date("2023-02-21T15:04:02Z"), table_number: 48, seating_preferences: "booth", duration_minutes: 142 },
            { id: 33, reservation_id: 20, seating_time: new Date("2023-07-11T15:13:32Z"), table_number: 24, seating_preferences: "bar", duration_minutes: 107 },
            { id: 34, reservation_id: 353, seating_time: new Date("2023-06-30T08:06:26Z"), table_number: 30, seating_preferences: "bar", duration_minutes: 133 },
            { id: 35, reservation_id: 374, seating_time: new Date("2023-08-13T11:30:11Z"), table_number: null, seating_preferences: "table", duration_minutes: 106 },
            { id: 36, reservation_id: 224, seating_time: new Date("2023-09-11T17:14:47Z"), table_number: 30, seating_preferences: "table", duration_minutes: 100 },
            { id: 37, reservation_id: 139, seating_time: new Date("2023-06-03T09:36:56Z"), table_number: 34, seating_preferences: "table", duration_minutes: 137 },
            { id: 38, reservation_id: 235, seating_time: new Date("2023-12-19T14:48:43Z"), table_number: 45, seating_preferences: "outdoor", duration_minutes: 106 },
            { id: 39, reservation_id: 303, seating_time: new Date("2023-11-05T17:43:23Z"), table_number: 38, seating_preferences: "booth", duration_minutes: 123 },
            { id: 40, reservation_id: 178, seating_time: new Date("2023-11-05T18:32:42Z"), table_number: null, seating_preferences: "booth", duration_minutes: 78 },
            { id: 41, reservation_id: 239, seating_time: new Date("2023-08-08T13:35:52Z"), table_number: 11, seating_preferences: "booth", duration_minutes: 49 },
            { id: 42, reservation_id: 287, seating_time: new Date("2023-04-09T16:46:24Z"), table_number: 27, seating_preferences: "booth", duration_minutes: 106 },
            { id: 43, reservation_id: 88, seating_time: new Date("2023-10-01T17:40:52Z"), table_number: 22, seating_preferences: "booth", duration_minutes: 92 },
            { id: 44, reservation_id: 201, seating_time: new Date("2023-10-21T13:02:31Z"), table_number: 7, seating_preferences: "bar", duration_minutes: 133 },
            { id: 45, reservation_id: 144, seating_time: new Date("2023-06-15T18:05:19Z"), table_number: 4, seating_preferences: "table", duration_minutes: 77 },
            { id: 46, reservation_id: 240, seating_time: new Date("2023-03-17T11:24:15Z"), table_number: 21, seating_preferences: "table", duration_minutes: 85 },
            { id: 47, reservation_id: 25, seating_time: new Date("2023-03-06T15:51:43Z"), table_number: null, seating_preferences: "outdoor", duration_minutes: 81 },
            { id: 48, reservation_id: 38, seating_time: new Date("2023-03-26T11:24:01Z"), table_number: 1, seating_preferences: "booth", duration_minutes: 114 },
            { id: 49, reservation_id: 42, seating_time: new Date("2023-08-06T23:37:47Z"), table_number: 5, seating_preferences: "booth", duration_minutes: 104 },
            { id: 50, reservation_id: 141, seating_time: new Date("2023-08-07T12:44:30Z"), table_number: 4, seating_preferences: "table", duration_minutes: 76 },
            { id: 51, reservation_id: 116, seating_time: new Date("2023-05-23T10:20:00Z"), table_number: 37, seating_preferences: "booth", duration_minutes: 114 },
            { id: 52, reservation_id: 66, seating_time: new Date("2023-04-02T16:14:28Z"), table_number: null, seating_preferences: "bar", duration_minutes: 110 },
            { id: 53, reservation_id: 124, seating_time: new Date("2023-09-28T11:50:30Z"), table_number: null, seating_preferences: "outdoor", duration_minutes: 103 },
            { id: 54, reservation_id: 309, seating_time: new Date("2023-04-01T17:17:13Z"), table_number: 43, seating_preferences: "outdoor", duration_minutes: 84 },
            { id: 55, reservation_id: 153, seating_time: new Date("2023-08-19T13:27:42Z"), table_number: 48, seating_preferences: "bar", duration_minutes: 130 },
            { id: 56, reservation_id: 156, seating_time: new Date("2023-01-11T23:09:06Z"), table_number: 15, seating_preferences: "table", duration_minutes: 93 },
            { id: 57, reservation_id: 378, seating_time: new Date("2023-02-03T17:59:40Z"), table_number: 14, seating_preferences: "table", duration_minutes: 118 },
            { id: 58, reservation_id: 349, seating_time: new Date("2023-10-03T16:31:20Z"), table_number: 20, seating_preferences: "booth", duration_minutes: 122 },
            { id: 59, reservation_id: 149, seating_time: new Date("2023-01-25T10:28:32Z"), table_number: 41, seating_preferences: "table", duration_minutes: 118 },
            { id: 60, reservation_id: 104, seating_time: new Date("2023-06-17T02:46:06Z"), table_number: 44, seating_preferences: "outdoor", duration_minutes: 125 },
            { id: 61, reservation_id: 331, seating_time: new Date("2023-05-18T11:08:58Z"), table_number: 28, seating_preferences: "outdoor", duration_minutes: 104 },
            { id: 62, reservation_id: 144, seating_time: new Date("2023-06-14T11:36:42Z"), table_number: null, seating_preferences: "booth", duration_minutes: 143 },
            { id: 63, reservation_id: 180, seating_time: new Date("2023-12-29T15:25:55Z"), table_number: 35, seating_preferences: "bar", duration_minutes: 105 },
            { id: 64, reservation_id: 371, seating_time: new Date("2023-08-16T17:48:35Z"), table_number: 13, seating_preferences: "booth", duration_minutes: 87 },
            { id: 65, reservation_id: 257, seating_time: new Date("2023-04-30T15:25:20Z"), table_number: 5, seating_preferences: "table", duration_minutes: 108 },
            { id: 66, reservation_id: 230, seating_time: new Date("2023-08-11T13:52:05Z"), table_number: 35, seating_preferences: "bar", duration_minutes: 98 },
            { id: 67, reservation_id: 98, seating_time: new Date("2023-05-04T09:38:00Z"), table_number: 34, seating_preferences: "table", duration_minutes: 89 },
            { id: 68, reservation_id: 121, seating_time: new Date("2023-12-30T10:39:17Z"), table_number: 11, seating_preferences: "bar", duration_minutes: 105 },
            { id: 69, reservation_id: 395, seating_time: new Date("2023-08-13T15:11:29Z"), table_number: 22, seating_preferences: "booth", duration_minutes: 95 },
            { id: 70, reservation_id: 372, seating_time: new Date("2023-02-16T13:37:09Z"), table_number: 20, seating_preferences: "bar", duration_minutes: 86 },
            { id: 71, reservation_id: 155, seating_time: new Date("2023-07-19T10:40:19Z"), table_number: 46, seating_preferences: "outdoor", duration_minutes: 97 },
            { id: 72, reservation_id: 196, seating_time: new Date("2023-11-30T10:54:20Z"), table_number: 41, seating_preferences: "bar", duration_minutes: 70 },
            { id: 73, reservation_id: 385, seating_time: new Date("2023-11-07T17:57:56Z"), table_number: 49, seating_preferences: "outdoor", duration_minutes: 98 },
            { id: 74, reservation_id: 190, seating_time: new Date("2023-01-07T08:48:13Z"), table_number: null, seating_preferences: "booth", duration_minutes: 68 },
            { id: 75, reservation_id: 101, seating_time: new Date("2023-10-21T11:27:53Z"), table_number: 20, seating_preferences: "booth", duration_minutes: 119 },
            { id: 76, reservation_id: 15, seating_time: new Date("2023-06-24T13:37:01Z"), table_number: 7, seating_preferences: "table", duration_minutes: 77 },
            { id: 77, reservation_id: 240, seating_time: new Date("2023-10-02T21:24:00Z"), table_number: 24, seating_preferences: "booth", duration_minutes: 128 },
            { id: 78, reservation_id: 349, seating_time: new Date("2023-09-04T21:22:02Z"), table_number: 4, seating_preferences: "booth", duration_minutes: 112 },
            { id: 79, reservation_id: 118, seating_time: new Date("2023-12-17T12:20:29Z"), table_number: 48, seating_preferences: "booth", duration_minutes: 86 },
            { id: 80, reservation_id: 209, seating_time: new Date("2023-01-21T18:05:31Z"), table_number: null, seating_preferences: "booth", duration_minutes: 116 },
            { id: 81, reservation_id: 96, seating_time: new Date("2023-08-30T18:50:48Z"), table_number: 1, seating_preferences: "outdoor", duration_minutes: 93 },
            { id: 82, reservation_id: 285, seating_time: new Date("2023-10-20T12:06:55Z"), table_number: 18, seating_preferences: "outdoor", duration_minutes: 99 },
            { id: 83, reservation_id: 142, seating_time: new Date("2023-12-15T07:23:03Z"), table_number: 31, seating_preferences: "outdoor", duration_minutes: 116 },
            { id: 84, reservation_id: 135, seating_time: new Date("2023-02-17T11:26:15Z"), table_number: 42, seating_preferences: "table", duration_minutes: 127 },
            { id: 85, reservation_id: 250, seating_time: new Date("2023-02-09T10:55:05Z"), table_number: 11, seating_preferences: "table", duration_minutes: 119 },
            { id: 86, reservation_id: 111, seating_time: new Date("2023-02-24T10:39:56Z"), table_number: 15, seating_preferences: "table", duration_minutes: 74 },
            { id: 87, reservation_id: 107, seating_time: new Date("2023-01-07T13:24:54Z"), table_number: 16, seating_preferences: "outdoor", duration_minutes: 113 },
            { id: 88, reservation_id: 7, seating_time: new Date("2023-02-10T10:16:35Z"), table_number: 10, seating_preferences: "booth", duration_minutes: 101 },
            { id: 89, reservation_id: 342, seating_time: new Date("2023-12-29T16:37:55Z"), table_number: 37, seating_preferences: "bar", duration_minutes: 85 },
            { id: 90, reservation_id: 308, seating_time: new Date("2023-12-24T13:59:18Z"), table_number: 7, seating_preferences: "table", duration_minutes: 112 },
            { id: 91, reservation_id: 43, seating_time: new Date("2023-10-17T16:39:46Z"), table_number: 14, seating_preferences: "booth", duration_minutes: 128 },
            { id: 92, reservation_id: 275, seating_time: new Date("2023-02-27T11:32:49Z"), table_number: 8, seating_preferences: "bar", duration_minutes: 82 },
            { id: 93, reservation_id: 335, seating_time: new Date("2023-08-01T10:12:29Z"), table_number: 11, seating_preferences: "bar", duration_minutes: 86 },
            { id: 94, reservation_id: 297, seating_time: new Date("2023-02-05T10:45:24Z"), table_number: null, seating_preferences: "booth", duration_minutes: 105 },
            { id: 95, reservation_id: 285, seating_time: new Date("2023-06-02T03:56:02Z"), table_number: 47, seating_preferences: "booth", duration_minutes: 110 },
            { id: 96, reservation_id: 126, seating_time: new Date("2023-06-08T18:14:08Z"), table_number: 49, seating_preferences: "table", duration_minutes: 64 },
            { id: 97, reservation_id: 40, seating_time: new Date("2023-03-11T04:03:48Z"), table_number: 8, seating_preferences: "bar", duration_minutes: 113 },
            { id: 98, reservation_id: 397, seating_time: new Date("2023-11-08T15:25:13Z"), table_number: 20, seating_preferences: "table", duration_minutes: 129 },
            { id: 99, reservation_id: 365, seating_time: new Date("2023-01-16T15:09:13Z"), table_number: 6, seating_preferences: "booth", duration_minutes: 97 },
            { id: 100, reservation_id: 98, seating_time: new Date("2023-05-02T15:39:01Z"), table_number: 20, seating_preferences: "booth", duration_minutes: 126 },
            { id: 101, reservation_id: 180, seating_time: new Date("2023-09-08T11:18:11Z"), table_number: 40, seating_preferences: "bar", duration_minutes: 136 },
            { id: 102, reservation_id: 212, seating_time: new Date("2023-03-06T08:13:25Z"), table_number: 41, seating_preferences: "table", duration_minutes: 91 },
            { id: 103, reservation_id: 117, seating_time: new Date("2023-11-07T15:00:11Z"), table_number: 13, seating_preferences: "booth", duration_minutes: 119 },
            { id: 104, reservation_id: 279, seating_time: new Date("2023-10-11T15:34:08Z"), table_number: 44, seating_preferences: "table", duration_minutes: 99 },
            { id: 105, reservation_id: 223, seating_time: new Date("2023-02-01T10:38:17Z"), table_number: 9, seating_preferences: "bar", duration_minutes: 83 },
            { id: 106, reservation_id: 110, seating_time: new Date("2023-11-23T09:34:15Z"), table_number: 18, seating_preferences: "table", duration_minutes: 108 },
            { id: 107, reservation_id: 229, seating_time: new Date("2023-08-28T17:51:48Z"), table_number: 2, seating_preferences: "booth", duration_minutes: 125 },
            { id: 108, reservation_id: 364, seating_time: new Date("2023-10-20T13:28:17Z"), table_number: null, seating_preferences: "table", duration_minutes: 126 },
            { id: 109, reservation_id: 196, seating_time: new Date("2023-07-23T15:27:34Z"), table_number: 23, seating_preferences: "booth", duration_minutes: 67 },
            { id: 110, reservation_id: 72, seating_time: new Date("2023-12-12T13:17:14Z"), table_number: 47, seating_preferences: "booth", duration_minutes: 113 },
            { id: 111, reservation_id: 169, seating_time: new Date("2023-04-12T03:48:48Z"), table_number: 42, seating_preferences: "table", duration_minutes: 95 },
            { id: 112, reservation_id: 41, seating_time: new Date("2023-12-15T16:11:10Z"), table_number: 39, seating_preferences: "table", duration_minutes: 124 },
            { id: 113, reservation_id: 73, seating_time: new Date("2023-10-14T16:36:24Z"), table_number: 28, seating_preferences: "bar", duration_minutes: 111 },
            { id: 114, reservation_id: 133, seating_time: new Date("2023-07-31T16:43:52Z"), table_number: 45, seating_preferences: "table", duration_minutes: 62 },
            { id: 115, reservation_id: 225, seating_time: new Date("2023-08-09T11:50:49Z"), table_number: 36, seating_preferences: "booth", duration_minutes: 134 },
            { id: 116, reservation_id: 137, seating_time: new Date("2023-10-26T14:21:16Z"), table_number: 30, seating_preferences: "booth", duration_minutes: 87 },
            { id: 117, reservation_id: 385, seating_time: new Date("2023-01-17T09:46:53Z"), table_number: 47, seating_preferences: "table", duration_minutes: 109 },
            { id: 118, reservation_id: 385, seating_time: new Date("2023-01-03T10:27:15Z"), table_number: 50, seating_preferences: "booth", duration_minutes: 73 },
            { id: 119, reservation_id: 96, seating_time: new Date("2023-08-08T15:35:56Z"), table_number: 6, seating_preferences: "booth", duration_minutes: 91 },
            { id: 120, reservation_id: 159, seating_time: new Date("2023-11-21T18:12:20Z"), table_number: 39, seating_preferences: "outdoor", duration_minutes: 132 },
            { id: 121, reservation_id: 184, seating_time: new Date("2023-02-05T15:43:56Z"), table_number: 41, seating_preferences: "booth", duration_minutes: 125 },
            { id: 122, reservation_id: 303, seating_time: new Date("2023-06-12T11:51:19Z"), table_number: 34, seating_preferences: "outdoor", duration_minutes: 111 },
            { id: 123, reservation_id: 120, seating_time: new Date("2023-07-17T12:13:59Z"), table_number: 45, seating_preferences: "booth", duration_minutes: 86 },
            { id: 124, reservation_id: 196, seating_time: new Date("2023-04-02T09:55:19Z"), table_number: 36, seating_preferences: "table", duration_minutes: 104 },
            { id: 125, reservation_id: 259, seating_time: new Date("2023-12-08T17:22:28Z"), table_number: 15, seating_preferences: "booth", duration_minutes: 108 },
            { id: 126, reservation_id: 373, seating_time: new Date("2023-10-03T10:30:13Z"), table_number: 3, seating_preferences: "table", duration_minutes: 105 },
            { id: 127, reservation_id: 173, seating_time: new Date("2023-10-19T09:05:40Z"), table_number: 37, seating_preferences: "bar", duration_minutes: 82 },
            { id: 128, reservation_id: 395, seating_time: new Date("2023-02-19T17:57:20Z"), table_number: 26, seating_preferences: "booth", duration_minutes: 97 },
            { id: 129, reservation_id: 84, seating_time: new Date("2023-03-06T14:22:45Z"), table_number: 27, seating_preferences: "table", duration_minutes: 58 },
            { id: 130, reservation_id: 32, seating_time: new Date("2023-08-10T16:47:51Z"), table_number: 47, seating_preferences: "booth", duration_minutes: 121 },
            { id: 131, reservation_id: 196, seating_time: new Date("2023-04-08T11:48:29Z"), table_number: 41, seating_preferences: "bar", duration_minutes: 119 },
            { id: 132, reservation_id: 392, seating_time: new Date("2023-12-25T14:22:55Z"), table_number: 17, seating_preferences: "bar", duration_minutes: 85 },
            { id: 133, reservation_id: 208, seating_time: new Date("2023-04-05T15:35:18Z"), table_number: 8, seating_preferences: "bar", duration_minutes: 101 },
            { id: 134, reservation_id: 208, seating_time: new Date("2023-02-06T10:36:24Z"), table_number: 21, seating_preferences: "booth", duration_minutes: 71 },
            { id: 135, reservation_id: 351, seating_time: new Date("2023-03-26T18:39:22Z"), table_number: 25, seating_preferences: "booth", duration_minutes: 125 },
            { id: 136, reservation_id: 126, seating_time: new Date("2023-07-28T14:27:35Z"), table_number: null, seating_preferences: "outdoor", duration_minutes: 106 },
            { id: 137, reservation_id: 304, seating_time: new Date("2023-06-20T14:54:15Z"), table_number: 9, seating_preferences: "table", duration_minutes: 112 },
            { id: 138, reservation_id: 102, seating_time: new Date("2023-06-09T14:28:15Z"), table_number: 30, seating_preferences: "table", duration_minutes: 113 },
            { id: 139, reservation_id: 194, seating_time: new Date("2023-11-19T09:30:22Z"), table_number: 35, seating_preferences: "outdoor", duration_minutes: 125 },
            { id: 140, reservation_id: 148, seating_time: new Date("2023-07-28T11:12:59Z"), table_number: 32, seating_preferences: "table", duration_minutes: 120 },
            { id: 141, reservation_id: 343, seating_time: new Date("2023-11-09T12:36:46Z"), table_number: 40, seating_preferences: "table", duration_minutes: 109 },
            { id: 142, reservation_id: 112, seating_time: new Date("2023-11-12T21:28:37Z"), table_number: 45, seating_preferences: "bar", duration_minutes: 93 },
            { id: 143, reservation_id: 262, seating_time: new Date("2023-07-05T11:39:31Z"), table_number: 49, seating_preferences: "booth", duration_minutes: 131 },
            { id: 144, reservation_id: 47, seating_time: new Date("2023-06-12T09:11:03Z"), table_number: 11, seating_preferences: "bar", duration_minutes: 98 },
            { id: 145, reservation_id: 81, seating_time: new Date("2023-09-22T11:36:17Z"), table_number: 39, seating_preferences: "table", duration_minutes: 67 },
            { id: 146, reservation_id: 118, seating_time: new Date("2023-08-24T15:30:04Z"), table_number: 13, seating_preferences: "booth", duration_minutes: 114 },
            { id: 147, reservation_id: 285, seating_time: new Date("2023-04-14T13:03:59Z"), table_number: 5, seating_preferences: "bar", duration_minutes: 102 },
            { id: 148, reservation_id: 305, seating_time: new Date("2023-09-19T10:15:30Z"), table_number: 11, seating_preferences: "bar", duration_minutes: 127 },
            { id: 149, reservation_id: 20, seating_time: new Date("2023-05-01T14:35:04Z"), table_number: 16, seating_preferences: "booth", duration_minutes: 72 },
            { id: 150, reservation_id: 156, seating_time: new Date("2023-01-19T15:07:07Z"), table_number: null, seating_preferences: "outdoor", duration_minutes: 124 },
            { id: 151, reservation_id: 300, seating_time: new Date("2023-04-13T14:56:54Z"), table_number: 47, seating_preferences: "bar", duration_minutes: 120 },
            { id: 152, reservation_id: 264, seating_time: new Date("2023-02-04T15:16:18Z"), table_number: 40, seating_preferences: "table", duration_minutes: 158 },
            { id: 153, reservation_id: 102, seating_time: new Date("2023-10-02T22:42:35Z"), table_number: 1, seating_preferences: "bar", duration_minutes: 92 },
            { id: 154, reservation_id: 371, seating_time: new Date("2023-03-21T13:56:07Z"), table_number: 38, seating_preferences: "booth", duration_minutes: 101 },
            { id: 155, reservation_id: 115, seating_time: new Date("2023-05-21T08:28:31Z"), table_number: 32, seating_preferences: "table", duration_minutes: 92 },
            { id: 156, reservation_id: 101, seating_time: new Date("2023-12-23T11:42:22Z"), table_number: 10, seating_preferences: "table", duration_minutes: 66 },
            { id: 157, reservation_id: 332, seating_time: new Date("2023-02-27T12:40:06Z"), table_number: 7, seating_preferences: "bar", duration_minutes: 85 },
            { id: 158, reservation_id: 318, seating_time: new Date("2023-01-21T13:58:46Z"), table_number: 21, seating_preferences: "booth", duration_minutes: 104 },
            { id: 159, reservation_id: 86, seating_time: new Date("2023-04-15T11:40:40Z"), table_number: 36, seating_preferences: "outdoor", duration_minutes: 139 },
            { id: 160, reservation_id: 378, seating_time: new Date("2023-02-18T17:43:34Z"), table_number: 12, seating_preferences: "booth", duration_minutes: 100 },
            { id: 161, reservation_id: 261, seating_time: new Date("2023-05-02T11:18:54Z"), table_number: 45, seating_preferences: "table", duration_minutes: 79 },
            { id: 162, reservation_id: 233, seating_time: new Date("2023-04-27T11:26:19Z"), table_number: 41, seating_preferences: "bar", duration_minutes: 78 },
            { id: 163, reservation_id: 396, seating_time: new Date("2023-10-10T11:57:22Z"), table_number: 44, seating_preferences: "outdoor", duration_minutes: 118 },
            { id: 164, reservation_id: 265, seating_time: new Date("2023-06-10T13:14:19Z"), table_number: 3, seating_preferences: "booth", duration_minutes: 150 },
            { id: 165, reservation_id: 113, seating_time: new Date("2023-08-20T15:00:33Z"), table_number: 33, seating_preferences: "table", duration_minutes: 94 },
            { id: 166, reservation_id: 380, seating_time: new Date("2023-10-07T10:01:26Z"), table_number: 35, seating_preferences: "table", duration_minutes: 116 },
            { id: 167, reservation_id: 255, seating_time: new Date("2023-04-24T10:08:07Z"), table_number: 39, seating_preferences: "booth", duration_minutes: 77 },
            { id: 168, reservation_id: 2, seating_time: new Date("2023-05-12T08:17:12Z"), table_number: 3, seating_preferences: "booth", duration_minutes: 103 },
            { id: 169, reservation_id: 59, seating_time: new Date("2023-09-27T02:35:59Z"), table_number: 32, seating_preferences: "table", duration_minutes: 97 },
            { id: 170, reservation_id: 309, seating_time: new Date("2023-03-17T19:08:26Z"), table_number: 36, seating_preferences: "table", duration_minutes: 94 },
            { id: 171, reservation_id: 390, seating_time: new Date("2023-01-11T17:19:34Z"), table_number: 44, seating_preferences: "bar", duration_minutes: 114 },
            { id: 172, reservation_id: 307, seating_time: new Date("2023-03-04T10:17:14Z"), table_number: 46, seating_preferences: "bar", duration_minutes: 97 },
            { id: 173, reservation_id: 141, seating_time: new Date("2023-06-04T17:43:48Z"), table_number: 8, seating_preferences: "table", duration_minutes: 99 },
            { id: 174, reservation_id: 230, seating_time: new Date("2023-07-16T08:57:33Z"), table_number: 45, seating_preferences: "table", duration_minutes: 132 },
            { id: 175, reservation_id: 77, seating_time: new Date("2023-12-09T09:59:50Z"), table_number: 31, seating_preferences: "booth", duration_minutes: 132 },
            { id: 176, reservation_id: 27, seating_time: new Date("2023-07-06T12:56:43Z"), table_number: 9, seating_preferences: "booth", duration_minutes: 93 },
            { id: 177, reservation_id: 247, seating_time: new Date("2023-11-20T11:36:51Z"), table_number: 17, seating_preferences: "booth", duration_minutes: 84 },
            { id: 178, reservation_id: 384, seating_time: new Date("2023-04-20T10:28:14Z"), table_number: 34, seating_preferences: "booth", duration_minutes: 96 },
            { id: 179, reservation_id: 253, seating_time: new Date("2023-08-12T08:27:40Z"), table_number: 33, seating_preferences: "outdoor", duration_minutes: 93 },
            { id: 180, reservation_id: 146, seating_time: new Date("2023-10-26T13:24:23Z"), table_number: 1, seating_preferences: "booth", duration_minutes: 91 },
            { id: 181, reservation_id: 67, seating_time: new Date("2023-11-28T11:31:16Z"), table_number: 32, seating_preferences: "booth", duration_minutes: 84 },
            { id: 182, reservation_id: 103, seating_time: new Date("2023-10-16T13:39:20Z"), table_number: 17, seating_preferences: "table", duration_minutes: 105 },
            { id: 183, reservation_id: 11, seating_time: new Date("2023-10-27T10:16:05Z"), table_number: 34, seating_preferences: "bar", duration_minutes: 98 },
            { id: 184, reservation_id: 13, seating_time: new Date("2023-01-14T10:54:19Z"), table_number: 26, seating_preferences: "booth", duration_minutes: 106 },
            { id: 185, reservation_id: 225, seating_time: new Date("2023-08-04T16:44:54Z"), table_number: 16, seating_preferences: "booth", duration_minutes: 128 },
            { id: 186, reservation_id: 121, seating_time: new Date("2023-08-25T13:47:49Z"), table_number: 35, seating_preferences: "table", duration_minutes: 80 },
            { id: 187, reservation_id: 36, seating_time: new Date("2023-01-13T15:32:10Z"), table_number: 48, seating_preferences: "booth", duration_minutes: 72 },
            { id: 188, reservation_id: 289, seating_time: new Date("2023-02-17T16:01:04Z"), table_number: 14, seating_preferences: "bar", duration_minutes: 99 },
            { id: 189, reservation_id: 321, seating_time: new Date("2023-07-29T16:14:23Z"), table_number: null, seating_preferences: "booth", duration_minutes: 135 },
            { id: 190, reservation_id: 269, seating_time: new Date("2023-10-12T12:14:42Z"), table_number: 3, seating_preferences: "bar", duration_minutes: 117 },
            { id: 191, reservation_id: 309, seating_time: new Date("2023-05-24T10:16:28Z"), table_number: 11, seating_preferences: "outdoor", duration_minutes: 106 },
            { id: 192, reservation_id: 176, seating_time: new Date("2023-04-05T09:59:09Z"), table_number: 32, seating_preferences: "table", duration_minutes: 99 },
            { id: 193, reservation_id: 178, seating_time: new Date("2023-01-03T13:24:07Z"), table_number: 27, seating_preferences: "table", duration_minutes: 93 },
            { id: 194, reservation_id: 265, seating_time: new Date("2023-01-08T20:56:44Z"), table_number: 31, seating_preferences: "bar", duration_minutes: 93 },
            { id: 195, reservation_id: 379, seating_time: new Date("2023-09-20T18:50:59Z"), table_number: 20, seating_preferences: "bar", duration_minutes: 117 },
            { id: 196, reservation_id: 34, seating_time: new Date("2023-06-03T07:16:14Z"), table_number: 16, seating_preferences: "table", duration_minutes: 130 },
            { id: 197, reservation_id: 245, seating_time: new Date("2023-01-23T07:09:56Z"), table_number: 34, seating_preferences: "booth", duration_minutes: 85 },
            { id: 198, reservation_id: 314, seating_time: new Date("2023-02-26T14:45:18Z"), table_number: 44, seating_preferences: "bar", duration_minutes: 101 },
            { id: 199, reservation_id: 113, seating_time: new Date("2023-12-05T15:28:37Z"), table_number: 46, seating_preferences: "booth", duration_minutes: 133 },
            { id: 200, reservation_id: 33, seating_time: new Date("2023-07-10T12:59:50Z"), table_number: 12, seating_preferences: "booth", duration_minutes: 84 },
            { id: 201, reservation_id: 203, seating_time: new Date("2023-02-21T10:29:31Z"), table_number: 24, seating_preferences: "booth", duration_minutes: 116 },
            { id: 202, reservation_id: 389, seating_time: new Date("2023-04-23T17:48:00Z"), table_number: 6, seating_preferences: "booth", duration_minutes: 138 },
            { id: 203, reservation_id: 87, seating_time: new Date("2023-01-16T18:09:19Z"), table_number: 9, seating_preferences: "bar", duration_minutes: 119 },
            { id: 204, reservation_id: 43, seating_time: new Date("2023-10-01T10:57:00Z"), table_number: 32, seating_preferences: "booth", duration_minutes: 83 },
            { id: 205, reservation_id: 160, seating_time: new Date("2023-09-28T06:32:06Z"), table_number: 48, seating_preferences: "booth", duration_minutes: 95 },
            { id: 206, reservation_id: 148, seating_time: new Date("2023-01-17T20:52:46Z"), table_number: 16, seating_preferences: "bar", duration_minutes: 69 },
            { id: 207, reservation_id: 235, seating_time: new Date("2023-12-11T20:57:12Z"), table_number: 25, seating_preferences: "table", duration_minutes: 135 },
            { id: 208, reservation_id: 65, seating_time: new Date("2023-07-30T14:40:10Z"), table_number: 9, seating_preferences: "table", duration_minutes: 91 },
            { id: 209, reservation_id: 192, seating_time: new Date("2023-10-17T11:54:51Z"), table_number: null, seating_preferences: "table", duration_minutes: 133 },
            { id: 210, reservation_id: 157, seating_time: new Date("2023-02-10T13:30:19Z"), table_number: 2, seating_preferences: "booth", duration_minutes: 96 },
            { id: 211, reservation_id: 283, seating_time: new Date("2023-01-18T10:32:16Z"), table_number: null, seating_preferences: "bar", duration_minutes: 107 },
            { id: 212, reservation_id: 205, seating_time: new Date("2023-09-02T17:02:54Z"), table_number: 6, seating_preferences: "table", duration_minutes: 124 },
            { id: 213, reservation_id: 389, seating_time: new Date("2023-04-05T13:55:56Z"), table_number: 14, seating_preferences: "booth", duration_minutes: 90 },
            { id: 214, reservation_id: 372, seating_time: new Date("2023-06-09T14:25:57Z"), table_number: 35, seating_preferences: "bar", duration_minutes: 139 },
            { id: 215, reservation_id: 185, seating_time: new Date("2023-12-31T21:27:20Z"), table_number: 16, seating_preferences: "booth", duration_minutes: 87 },
            { id: 216, reservation_id: 17, seating_time: new Date("2023-06-24T17:25:47Z"), table_number: 13, seating_preferences: "outdoor", duration_minutes: 97 },
            { id: 217, reservation_id: 293, seating_time: new Date("2023-02-26T10:20:49Z"), table_number: 18, seating_preferences: "table", duration_minutes: 103 },
            { id: 218, reservation_id: 3, seating_time: new Date("2023-11-23T11:41:01Z"), table_number: 27, seating_preferences: "booth", duration_minutes: 116 },
            { id: 219, reservation_id: 77, seating_time: new Date("2023-07-16T17:21:51Z"), table_number: 50, seating_preferences: "booth", duration_minutes: 135 },
            { id: 220, reservation_id: 2, seating_time: new Date("2023-12-30T16:03:31Z"), table_number: 16, seating_preferences: "booth", duration_minutes: 117 },
            { id: 221, reservation_id: 92, seating_time: new Date("2023-04-19T09:16:17Z"), table_number: 1, seating_preferences: "booth", duration_minutes: 92 },
            { id: 222, reservation_id: 175, seating_time: new Date("2023-04-10T16:30:50Z"), table_number: null, seating_preferences: "bar", duration_minutes: 114 },
            { id: 223, reservation_id: 371, seating_time: new Date("2023-08-24T16:18:20Z"), table_number: 33, seating_preferences: "table", duration_minutes: 125 },
            { id: 224, reservation_id: 290, seating_time: new Date("2023-11-05T11:15:05Z"), table_number: 31, seating_preferences: "bar", duration_minutes: 98 },
            { id: 225, reservation_id: 187, seating_time: new Date("2023-09-01T09:50:41Z"), table_number: 23, seating_preferences: "table", duration_minutes: 74 },
            { id: 226, reservation_id: 321, seating_time: new Date("2023-03-24T05:21:05Z"), table_number: 1, seating_preferences: "table", duration_minutes: 93 },
            { id: 227, reservation_id: 139, seating_time: new Date("2023-11-25T14:40:09Z"), table_number: null, seating_preferences: "booth", duration_minutes: 134 },
            { id: 228, reservation_id: 42, seating_time: new Date("2023-08-18T11:35:49Z"), table_number: 38, seating_preferences: "bar", duration_minutes: 103 },
            { id: 229, reservation_id: 212, seating_time: new Date("2023-12-22T11:49:16Z"), table_number: 28, seating_preferences: "booth", duration_minutes: 75 },
            { id: 230, reservation_id: 69, seating_time: new Date("2023-04-07T07:07:27Z"), table_number: 21, seating_preferences: "booth", duration_minutes: 102 },
            { id: 231, reservation_id: 288, seating_time: new Date("2023-03-06T15:05:21Z"), table_number: 34, seating_preferences: "booth", duration_minutes: 94 },
            { id: 232, reservation_id: 57, seating_time: new Date("2023-07-20T09:08:36Z"), table_number: 6, seating_preferences: "table", duration_minutes: 119 },
            { id: 233, reservation_id: 154, seating_time: new Date("2023-04-16T15:55:21Z"), table_number: 11, seating_preferences: "outdoor", duration_minutes: 83 },
            { id: 234, reservation_id: 359, seating_time: new Date("2023-01-28T13:45:47Z"), table_number: 10, seating_preferences: "table", duration_minutes: 130 },
            { id: 235, reservation_id: 226, seating_time: new Date("2023-12-15T09:41:54Z"), table_number: null, seating_preferences: "table", duration_minutes: 122 },
            { id: 236, reservation_id: 355, seating_time: new Date("2023-10-21T10:45:10Z"), table_number: 20, seating_preferences: "booth", duration_minutes: 133 },
            { id: 237, reservation_id: 369, seating_time: new Date("2023-12-30T17:15:49Z"), table_number: 42, seating_preferences: "bar", duration_minutes: 117 },
            { id: 238, reservation_id: 243, seating_time: new Date("2023-04-19T11:33:46Z"), table_number: 37, seating_preferences: "outdoor", duration_minutes: 115 },
            { id: 239, reservation_id: 156, seating_time: new Date("2023-05-07T10:28:23Z"), table_number: 10, seating_preferences: "booth", duration_minutes: 131 },
            { id: 240, reservation_id: 272, seating_time: new Date("2023-02-20T16:21:42Z"), table_number: null, seating_preferences: "table", duration_minutes: 113 },
            { id: 241, reservation_id: 328, seating_time: new Date("2023-06-16T22:45:36Z"), table_number: 44, seating_preferences: "booth", duration_minutes: 125 },
            { id: 242, reservation_id: 384, seating_time: new Date("2023-04-19T13:59:13Z"), table_number: 4, seating_preferences: "table", duration_minutes: 57 },
            { id: 243, reservation_id: 237, seating_time: new Date("2023-02-18T09:20:34Z"), table_number: 23, seating_preferences: "booth", duration_minutes: 110 },
            { id: 244, reservation_id: 273, seating_time: new Date("2023-05-07T12:10:53Z"), table_number: 6, seating_preferences: "outdoor", duration_minutes: 121 },
            { id: 245, reservation_id: 33, seating_time: new Date("2023-10-13T10:44:22Z"), table_number: 4, seating_preferences: "bar", duration_minutes: 113 },
            { id: 246, reservation_id: 365, seating_time: new Date("2023-03-07T09:17:15Z"), table_number: 4, seating_preferences: "table", duration_minutes: 102 },
            { id: 247, reservation_id: 16, seating_time: new Date("2023-08-08T09:19:21Z"), table_number: 45, seating_preferences: "bar", duration_minutes: 120 },
            { id: 248, reservation_id: 373, seating_time: new Date("2023-04-19T12:47:28Z"), table_number: 49, seating_preferences: "booth", duration_minutes: 114 },
            { id: 249, reservation_id: 10, seating_time: new Date("2023-12-24T11:35:18Z"), table_number: 26, seating_preferences: "bar", duration_minutes: 138 },
            { id: 250, reservation_id: 22, seating_time: new Date("2023-01-14T10:36:57Z"), table_number: 42, seating_preferences: "booth", duration_minutes: 94 },
            { id: 251, reservation_id: 358, seating_time: new Date("2023-07-13T12:59:32Z"), table_number: 37, seating_preferences: "outdoor", duration_minutes: 93 },
            { id: 252, reservation_id: 390, seating_time: new Date("2023-09-23T11:01:22Z"), table_number: 40, seating_preferences: "bar", duration_minutes: 112 },
            { id: 253, reservation_id: 182, seating_time: new Date("2023-08-06T09:19:55Z"), table_number: 28, seating_preferences: "booth", duration_minutes: 94 },
            { id: 254, reservation_id: 267, seating_time: new Date("2023-02-20T15:45:15Z"), table_number: 34, seating_preferences: "table", duration_minutes: 87 },
            { id: 255, reservation_id: 284, seating_time: new Date("2023-05-10T16:49:57Z"), table_number: 11, seating_preferences: "booth", duration_minutes: 94 },
            { id: 256, reservation_id: 391, seating_time: new Date("2023-04-18T15:42:58Z"), table_number: 21, seating_preferences: "booth", duration_minutes: 100 },
            { id: 257, reservation_id: 73, seating_time: new Date("2023-08-19T10:46:05Z"), table_number: 25, seating_preferences: "bar", duration_minutes: 101 },
            { id: 258, reservation_id: 114, seating_time: new Date("2023-01-01T15:31:55Z"), table_number: 47, seating_preferences: "table", duration_minutes: 97 },
            { id: 259, reservation_id: 54, seating_time: new Date("2023-10-27T15:33:47Z"), table_number: 20, seating_preferences: "table", duration_minutes: 84 },
            { id: 260, reservation_id: 1, seating_time: new Date("2023-06-14T12:17:44Z"), table_number: null, seating_preferences: "booth", duration_minutes: 100 },
            { id: 261, reservation_id: 308, seating_time: new Date("2023-04-13T10:00:48Z"), table_number: 43, seating_preferences: "booth", duration_minutes: 115 },
            { id: 262, reservation_id: 160, seating_time: new Date("2023-10-18T09:14:37Z"), table_number: 12, seating_preferences: "table", duration_minutes: 103 },
            { id: 263, reservation_id: 43, seating_time: new Date("2023-04-02T17:42:07Z"), table_number: 13, seating_preferences: "table", duration_minutes: 104 },
            { id: 264, reservation_id: 51, seating_time: new Date("2023-05-17T14:12:48Z"), table_number: 2, seating_preferences: "booth", duration_minutes: 103 },
            { id: 265, reservation_id: 305, seating_time: new Date("2023-07-16T15:16:04Z"), table_number: 21, seating_preferences: "booth", duration_minutes: 89 },
            { id: 266, reservation_id: 124, seating_time: new Date("2023-03-27T10:37:21Z"), table_number: null, seating_preferences: "outdoor", duration_minutes: 103 },
            { id: 267, reservation_id: 343, seating_time: new Date("2023-05-10T08:37:24Z"), table_number: 7, seating_preferences: "outdoor", duration_minutes: 103 },
            { id: 268, reservation_id: 241, seating_time: new Date("2023-05-01T09:26:57Z"), table_number: 4, seating_preferences: "booth", duration_minutes: 123 },
            { id: 269, reservation_id: 292, seating_time: new Date("2023-02-20T09:17:25Z"), table_number: 3, seating_preferences: "table", duration_minutes: 111 },
            { id: 270, reservation_id: 338, seating_time: new Date("2023-10-21T15:27:59Z"), table_number: 2, seating_preferences: "booth", duration_minutes: 78 },
            { id: 271, reservation_id: 297, seating_time: new Date("2023-09-17T13:04:45Z"), table_number: 7, seating_preferences: "booth", duration_minutes: 111 },
            { id: 272, reservation_id: 368, seating_time: new Date("2023-09-29T12:37:25Z"), table_number: 4, seating_preferences: "table", duration_minutes: 89 },
            { id: 273, reservation_id: 22, seating_time: new Date("2023-04-08T08:50:34Z"), table_number: 11, seating_preferences: "table", duration_minutes: 76 },
            { id: 274, reservation_id: 219, seating_time: new Date("2023-11-26T12:10:28Z"), table_number: 14, seating_preferences: "booth", duration_minutes: 97 },
            { id: 275, reservation_id: 21, seating_time: new Date("2023-04-22T15:35:42Z"), table_number: 12, seating_preferences: "bar", duration_minutes: 83 },
            { id: 276, reservation_id: 98, seating_time: new Date("2023-07-05T17:30:29Z"), table_number: 39, seating_preferences: "booth", duration_minutes: 72 },
            { id: 277, reservation_id: 206, seating_time: new Date("2023-02-19T15:15:29Z"), table_number: 4, seating_preferences: "booth", duration_minutes: 99 },
            { id: 278, reservation_id: 174, seating_time: new Date("2023-05-12T10:09:30Z"), table_number: 18, seating_preferences: "booth", duration_minutes: 81 },
            { id: 279, reservation_id: 81, seating_time: new Date("2023-09-25T08:26:47Z"), table_number: 27, seating_preferences: "bar", duration_minutes: 98 },
            { id: 280, reservation_id: 119, seating_time: new Date("2023-05-28T10:23:48Z"), table_number: 47, seating_preferences: "booth", duration_minutes: 143 },
            { id: 281, reservation_id: 285, seating_time: new Date("2023-03-16T11:14:39Z"), table_number: 18, seating_preferences: "outdoor", duration_minutes: 156 },
            { id: 282, reservation_id: 192, seating_time: new Date("2023-06-12T07:45:13Z"), table_number: 15, seating_preferences: "table", duration_minutes: 106 },
            { id: 283, reservation_id: 12, seating_time: new Date("2023-06-22T10:19:09Z"), table_number: 11, seating_preferences: "table", duration_minutes: 125 },
            { id: 284, reservation_id: 342, seating_time: new Date("2023-05-06T15:15:30Z"), table_number: 29, seating_preferences: "booth", duration_minutes: 73 },
            { id: 285, reservation_id: 251, seating_time: new Date("2023-06-21T11:48:41Z"), table_number: 44, seating_preferences: "booth", duration_minutes: 112 },
            { id: 286, reservation_id: 347, seating_time: new Date("2023-11-02T15:34:11Z"), table_number: null, seating_preferences: "booth", duration_minutes: 90 },
            { id: 287, reservation_id: 303, seating_time: new Date("2023-02-26T14:52:22Z"), table_number: 19, seating_preferences: "booth", duration_minutes: 112 },
            { id: 288, reservation_id: 25, seating_time: new Date("2023-07-11T13:11:10Z"), table_number: 41, seating_preferences: "outdoor", duration_minutes: 127 },
            { id: 289, reservation_id: 392, seating_time: new Date("2023-07-16T14:43:48Z"), table_number: 44, seating_preferences: "booth", duration_minutes: 73 },
            { id: 290, reservation_id: 341, seating_time: new Date("2023-09-14T06:59:41Z"), table_number: 17, seating_preferences: "bar", duration_minutes: 121 },
            { id: 291, reservation_id: 89, seating_time: new Date("2023-08-22T11:47:05Z"), table_number: 41, seating_preferences: "booth", duration_minutes: 87 },
            { id: 292, reservation_id: 147, seating_time: new Date("2023-01-30T15:51:41Z"), table_number: 18, seating_preferences: "outdoor", duration_minutes: 138 },
            { id: 293, reservation_id: 357, seating_time: new Date("2023-09-11T14:42:46Z"), table_number: 4, seating_preferences: "bar", duration_minutes: 99 },
            { id: 294, reservation_id: 340, seating_time: new Date("2023-06-29T17:27:56Z"), table_number: 47, seating_preferences: "outdoor", duration_minutes: 133 },
            { id: 295, reservation_id: 261, seating_time: new Date("2023-07-18T17:56:22Z"), table_number: 43, seating_preferences: "booth", duration_minutes: 75 },
            { id: 296, reservation_id: 7, seating_time: new Date("2023-11-25T16:47:15Z"), table_number: 27, seating_preferences: "bar", duration_minutes: 110 },
            { id: 297, reservation_id: 14, seating_time: new Date("2023-05-29T09:04:47Z"), table_number: 14, seating_preferences: "booth", duration_minutes: 97 },
            { id: 298, reservation_id: 77, seating_time: new Date("2023-12-28T07:43:01Z"), table_number: 38, seating_preferences: "table", duration_minutes: 131 },
            { id: 299, reservation_id: 30, seating_time: new Date("2023-12-01T16:43:38Z"), table_number: null, seating_preferences: "table", duration_minutes: 77 },
            { id: 300, reservation_id: 367, seating_time: new Date("2023-01-19T16:59:35Z"), table_number: null, seating_preferences: "table", duration_minutes: 109 },
            { id: 301, reservation_id: 90, seating_time: new Date("2023-09-25T12:11:12Z"), table_number: null, seating_preferences: "table", duration_minutes: 137 },
            { id: 302, reservation_id: 298, seating_time: new Date("2023-09-08T16:29:54Z"), table_number: 23, seating_preferences: "booth", duration_minutes: 104 },
            { id: 303, reservation_id: 240, seating_time: new Date("2023-09-07T09:56:39Z"), table_number: 7, seating_preferences: "bar", duration_minutes: 128 },
            { id: 304, reservation_id: 44, seating_time: new Date("2023-11-08T17:47:27Z"), table_number: 29, seating_preferences: "bar", duration_minutes: 94 },
            { id: 305, reservation_id: 258, seating_time: new Date("2023-10-31T08:42:32Z"), table_number: 46, seating_preferences: "table", duration_minutes: 84 },
            { id: 306, reservation_id: 393, seating_time: new Date("2023-09-12T22:24:23Z"), table_number: null, seating_preferences: "booth", duration_minutes: 121 },
            { id: 307, reservation_id: 398, seating_time: new Date("2023-08-21T10:05:51Z"), table_number: 20, seating_preferences: "bar", duration_minutes: 105 },
            { id: 308, reservation_id: 333, seating_time: new Date("2023-05-01T12:21:39Z"), table_number: 34, seating_preferences: "table", duration_minutes: 102 },
            { id: 309, reservation_id: 213, seating_time: new Date("2023-10-23T07:46:25Z"), table_number: 35, seating_preferences: "booth", duration_minutes: 80 },
            { id: 310, reservation_id: 36, seating_time: new Date("2023-12-15T08:44:43Z"), table_number: 49, seating_preferences: "table", duration_minutes: 150 },
            { id: 311, reservation_id: 196, seating_time: new Date("2023-10-10T09:14:08Z"), table_number: 11, seating_preferences: "table", duration_minutes: 115 },
            { id: 312, reservation_id: 62, seating_time: new Date("2023-10-13T11:40:41Z"), table_number: 11, seating_preferences: "booth", duration_minutes: 104 },
            { id: 313, reservation_id: 85, seating_time: new Date("2023-12-31T17:37:13Z"), table_number: 5, seating_preferences: "table", duration_minutes: 113 },
            { id: 314, reservation_id: 266, seating_time: new Date("2023-10-25T11:58:46Z"), table_number: 13, seating_preferences: "table", duration_minutes: 121 },
            { id: 315, reservation_id: 129, seating_time: new Date("2023-07-15T09:05:11Z"), table_number: 37, seating_preferences: "booth", duration_minutes: 174 },
            { id: 316, reservation_id: 383, seating_time: new Date("2023-06-19T15:00:23Z"), table_number: 19, seating_preferences: "booth", duration_minutes: 72 },
            { id: 317, reservation_id: 301, seating_time: new Date("2023-01-13T13:57:12Z"), table_number: 13, seating_preferences: "booth", duration_minutes: 139 },
            { id: 318, reservation_id: 218, seating_time: new Date("2023-09-28T14:49:27Z"), table_number: 23, seating_preferences: "booth", duration_minutes: 131 },
            { id: 319, reservation_id: 214, seating_time: new Date("2023-11-07T10:01:19Z"), table_number: 16, seating_preferences: "booth", duration_minutes: 147 },
            { id: 320, reservation_id: 159, seating_time: new Date("2023-03-22T13:17:32Z"), table_number: 22, seating_preferences: "bar", duration_minutes: 119 },
            { id: 321, reservation_id: 273, seating_time: new Date("2023-01-06T13:54:20Z"), table_number: 10, seating_preferences: "outdoor", duration_minutes: 128 },
            { id: 322, reservation_id: 264, seating_time: new Date("2023-09-19T10:32:34Z"), table_number: 47, seating_preferences: "outdoor", duration_minutes: 130 },
            { id: 323, reservation_id: 398, seating_time: new Date("2023-10-23T10:19:43Z"), table_number: 38, seating_preferences: "booth", duration_minutes: 100 },
            { id: 324, reservation_id: 399, seating_time: new Date("2023-07-31T14:18:58Z"), table_number: 35, seating_preferences: "table", duration_minutes: 138 },
            { id: 325, reservation_id: 338, seating_time: new Date("2023-12-01T16:36:03Z"), table_number: 41, seating_preferences: "booth", duration_minutes: 66 },
            { id: 326, reservation_id: 230, seating_time: new Date("2023-05-15T16:01:47Z"), table_number: 20, seating_preferences: "outdoor", duration_minutes: 126 },
            { id: 327, reservation_id: 42, seating_time: new Date("2023-03-24T13:53:21Z"), table_number: 23, seating_preferences: "bar", duration_minutes: 116 },
            { id: 328, reservation_id: 232, seating_time: new Date("2023-12-20T16:44:08Z"), table_number: 46, seating_preferences: "booth", duration_minutes: 70 },
            { id: 329, reservation_id: 18, seating_time: new Date("2023-04-25T13:52:06Z"), table_number: 35, seating_preferences: "table", duration_minutes: 126 },
            { id: 330, reservation_id: 2, seating_time: new Date("2023-09-18T11:52:19Z"), table_number: 6, seating_preferences: "booth", duration_minutes: 80 },
            { id: 331, reservation_id: 255, seating_time: new Date("2023-06-02T09:20:16Z"), table_number: 43, seating_preferences: "bar", duration_minutes: 112 },
            { id: 332, reservation_id: 72, seating_time: new Date("2023-10-27T13:33:03Z"), table_number: 27, seating_preferences: "outdoor", duration_minutes: 108 },
            { id: 333, reservation_id: 174, seating_time: new Date("2023-04-06T09:58:16Z"), table_number: 40, seating_preferences: "bar", duration_minutes: 99 },
            { id: 334, reservation_id: 16, seating_time: new Date("2023-04-22T11:42:41Z"), table_number: 38, seating_preferences: "booth", duration_minutes: 78 },
            { id: 335, reservation_id: 281, seating_time: new Date("2023-08-24T12:21:18Z"), table_number: 7, seating_preferences: "booth", duration_minutes: 94 },
            { id: 336, reservation_id: 342, seating_time: new Date("2023-10-18T08:33:34Z"), table_number: 40, seating_preferences: "outdoor", duration_minutes: 106 },
            { id: 337, reservation_id: 157, seating_time: new Date("2023-05-02T16:32:52Z"), table_number: 10, seating_preferences: "bar", duration_minutes: 107 },
            { id: 338, reservation_id: 89, seating_time: new Date("2023-04-19T14:57:55Z"), table_number: 16, seating_preferences: "bar", duration_minutes: 109 },
            { id: 339, reservation_id: 395, seating_time: new Date("2023-06-19T16:45:34Z"), table_number: 32, seating_preferences: "table", duration_minutes: 122 },
            { id: 340, reservation_id: 56, seating_time: new Date("2023-03-28T08:24:05Z"), table_number: 45, seating_preferences: "outdoor", duration_minutes: 118 },
            { id: 341, reservation_id: 209, seating_time: new Date("2023-05-31T11:24:05Z"), table_number: 1, seating_preferences: "booth", duration_minutes: 131 },
            { id: 342, reservation_id: 295, seating_time: new Date("2023-09-18T13:10:09Z"), table_number: 41, seating_preferences: "table", duration_minutes: 109 },
            { id: 343, reservation_id: 196, seating_time: new Date("2023-03-23T17:36:28Z"), table_number: 14, seating_preferences: "table", duration_minutes: 101 },
            { id: 344, reservation_id: 58, seating_time: new Date("2023-04-08T11:10:24Z"), table_number: 15, seating_preferences: "table", duration_minutes: 103 },
            { id: 345, reservation_id: 36, seating_time: new Date("2023-02-11T10:31:03Z"), table_number: 11, seating_preferences: "booth", duration_minutes: 106 },
            { id: 346, reservation_id: 130, seating_time: new Date("2023-04-02T13:41:54Z"), table_number: 42, seating_preferences: "booth", duration_minutes: 137 },
            { id: 347, reservation_id: 392, seating_time: new Date("2023-03-11T13:24:10Z"), table_number: null, seating_preferences: "table", duration_minutes: 101 },
            { id: 348, reservation_id: 4, seating_time: new Date("2023-11-30T14:22:38Z"), table_number: 10, seating_preferences: "booth", duration_minutes: 137 },
            { id: 349, reservation_id: 257, seating_time: new Date("2023-09-16T13:43:52Z"), table_number: null, seating_preferences: "outdoor", duration_minutes: 85 },
            { id: 350, reservation_id: 359, seating_time: new Date("2023-06-18T12:48:23Z"), table_number: 36, seating_preferences: "table", duration_minutes: 113 },
            { id: 351, reservation_id: 24, seating_time: new Date("2023-04-01T13:48:24Z"), table_number: 49, seating_preferences: "bar", duration_minutes: 106 },
            { id: 352, reservation_id: 396, seating_time: new Date("2023-03-16T08:20:58Z"), table_number: 29, seating_preferences: "table", duration_minutes: 136 },
            { id: 353, reservation_id: 399, seating_time: new Date("2023-01-19T13:37:20Z"), table_number: 34, seating_preferences: "booth", duration_minutes: 87 },
            { id: 354, reservation_id: 232, seating_time: new Date("2023-10-27T12:54:57Z"), table_number: 8, seating_preferences: "booth", duration_minutes: 84 },
            { id: 355, reservation_id: 2, seating_time: new Date("2023-05-25T12:42:54Z"), table_number: 15, seating_preferences: "bar", duration_minutes: 97 },
            { id: 356, reservation_id: 274, seating_time: new Date("2023-05-11T16:13:14Z"), table_number: 21, seating_preferences: "booth", duration_minutes: 50 },
            { id: 357, reservation_id: 247, seating_time: new Date("2023-06-04T12:23:20Z"), table_number: 39, seating_preferences: "outdoor", duration_minutes: 99 },
            { id: 358, reservation_id: 164, seating_time: new Date("2023-10-25T14:48:07Z"), table_number: 49, seating_preferences: "booth", duration_minutes: 147 },
            { id: 359, reservation_id: 246, seating_time: new Date("2023-07-14T10:13:23Z"), table_number: 4, seating_preferences: "bar", duration_minutes: 73 },
            { id: 360, reservation_id: 394, seating_time: new Date("2023-07-27T11:02:47Z"), table_number: null, seating_preferences: "booth", duration_minutes: 84 },
            { id: 361, reservation_id: 169, seating_time: new Date("2023-12-11T15:06:39Z"), table_number: 24, seating_preferences: "table", duration_minutes: 149 },
            { id: 362, reservation_id: 76, seating_time: new Date("2023-03-01T09:51:38Z"), table_number: 21, seating_preferences: "outdoor", duration_minutes: 82 },
            { id: 363, reservation_id: 310, seating_time: new Date("2023-10-18T10:15:51Z"), table_number: null, seating_preferences: "bar", duration_minutes: 115 },
            { id: 364, reservation_id: 306, seating_time: new Date("2023-04-15T15:32:44Z"), table_number: 24, seating_preferences: "outdoor", duration_minutes: 94 },
            { id: 365, reservation_id: 12, seating_time: new Date("2023-01-29T09:32:53Z"), table_number: 21, seating_preferences: "table", duration_minutes: 69 },
            { id: 366, reservation_id: 174, seating_time: new Date("2023-09-04T18:04:52Z"), table_number: 30, seating_preferences: "booth", duration_minutes: 145 },
            { id: 367, reservation_id: 188, seating_time: new Date("2023-04-13T14:20:07Z"), table_number: 21, seating_preferences: "booth", duration_minutes: 103 },
            { id: 368, reservation_id: 57, seating_time: new Date("2023-08-13T10:14:55Z"), table_number: 15, seating_preferences: "table", duration_minutes: 128 },
            { id: 369, reservation_id: 77, seating_time: new Date("2023-09-12T15:52:39Z"), table_number: 34, seating_preferences: "bar", duration_minutes: 60 },
            { id: 370, reservation_id: 185, seating_time: new Date("2023-08-02T18:43:34Z"), table_number: null, seating_preferences: "booth", duration_minutes: 121 },
            { id: 371, reservation_id: 42, seating_time: new Date("2023-08-15T16:55:29Z"), table_number: 14, seating_preferences: "table", duration_minutes: 64 },
            { id: 372, reservation_id: 332, seating_time: new Date("2023-10-16T16:58:54Z"), table_number: 10, seating_preferences: "table", duration_minutes: 157 },
            { id: 373, reservation_id: 20, seating_time: new Date("2023-04-19T10:18:10Z"), table_number: 5, seating_preferences: "booth", duration_minutes: 88 },
            { id: 374, reservation_id: 151, seating_time: new Date("2023-11-16T12:45:53Z"), table_number: 36, seating_preferences: "table", duration_minutes: 153 },
            { id: 375, reservation_id: 122, seating_time: new Date("2023-08-28T17:10:13Z"), table_number: 23, seating_preferences: "table", duration_minutes: 108 },
            { id: 376, reservation_id: 286, seating_time: new Date("2023-02-06T12:25:10Z"), table_number: 2, seating_preferences: "bar", duration_minutes: 104 },
            { id: 377, reservation_id: 319, seating_time: new Date("2023-10-08T12:07:04Z"), table_number: 48, seating_preferences: "booth", duration_minutes: 110 },
            { id: 378, reservation_id: 244, seating_time: new Date("2023-09-05T09:09:35Z"), table_number: 24, seating_preferences: "table", duration_minutes: 143 },
            { id: 379, reservation_id: 100, seating_time: new Date("2023-03-29T17:18:17Z"), table_number: 34, seating_preferences: "outdoor", duration_minutes: 102 },
            { id: 380, reservation_id: 64, seating_time: new Date("2023-03-16T08:22:27Z"), table_number: 22, seating_preferences: "bar", duration_minutes: 109 },
            { id: 381, reservation_id: 60, seating_time: new Date("2023-10-10T10:28:34Z"), table_number: 39, seating_preferences: "booth", duration_minutes: 130 },
            { id: 382, reservation_id: 59, seating_time: new Date("2023-06-11T18:09:27Z"), table_number: 3, seating_preferences: "booth", duration_minutes: 126 },
            { id: 383, reservation_id: 76, seating_time: new Date("2023-09-22T12:43:55Z"), table_number: 42, seating_preferences: "booth", duration_minutes: 83 },
            { id: 384, reservation_id: 38, seating_time: new Date("2023-12-26T14:03:21Z"), table_number: null, seating_preferences: "outdoor", duration_minutes: 118 },
            { id: 385, reservation_id: 60, seating_time: new Date("2023-12-13T14:24:29Z"), table_number: null, seating_preferences: "outdoor", duration_minutes: 98 },
            { id: 386, reservation_id: 228, seating_time: new Date("2023-08-29T16:09:22Z"), table_number: null, seating_preferences: "table", duration_minutes: 94 },
            { id: 387, reservation_id: 222, seating_time: new Date("2023-04-28T11:45:37Z"), table_number: 10, seating_preferences: "table", duration_minutes: 114 },
            { id: 388, reservation_id: 155, seating_time: new Date("2023-10-18T11:49:29Z"), table_number: null, seating_preferences: "outdoor", duration_minutes: 120 },
            { id: 389, reservation_id: 187, seating_time: new Date("2023-02-04T08:31:13Z"), table_number: 21, seating_preferences: "table", duration_minutes: 94 },
            { id: 390, reservation_id: 362, seating_time: new Date("2023-11-20T16:39:11Z"), table_number: 10, seating_preferences: "table", duration_minutes: 139 },
            { id: 391, reservation_id: 281, seating_time: new Date("2023-04-26T19:35:42Z"), table_number: 3, seating_preferences: "bar", duration_minutes: 80 },
            { id: 392, reservation_id: 221, seating_time: new Date("2023-06-27T17:03:50Z"), table_number: 10, seating_preferences: "outdoor", duration_minutes: 133 },
            { id: 393, reservation_id: 217, seating_time: new Date("2023-10-28T10:24:44Z"), table_number: 48, seating_preferences: "bar", duration_minutes: 105 },
            { id: 394, reservation_id: 180, seating_time: new Date("2023-11-11T14:13:09Z"), table_number: 8, seating_preferences: "table", duration_minutes: 118 },
            { id: 395, reservation_id: 99, seating_time: new Date("2023-02-08T09:32:41Z"), table_number: 23, seating_preferences: "booth", duration_minutes: 112 },
            { id: 396, reservation_id: 85, seating_time: new Date("2023-04-20T14:07:58Z"), table_number: 34, seating_preferences: "table", duration_minutes: 101 },
            { id: 397, reservation_id: 197, seating_time: new Date("2023-05-18T10:14:12Z"), table_number: 47, seating_preferences: "booth", duration_minutes: 98 },
            { id: 398, reservation_id: 362, seating_time: new Date("2023-10-30T13:38:11Z"), table_number: 48, seating_preferences: "booth", duration_minutes: 136 },
            { id: 399, reservation_id: 238, seating_time: new Date("2023-08-16T09:53:19Z"), table_number: 14, seating_preferences: "bar", duration_minutes: 135 },
            { id: 400, reservation_id: 252, seating_time: new Date("2023-02-02T12:20:35Z"), table_number: 32, seating_preferences: "booth", duration_minutes: 93 },
        ],
    });
}

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