// Travel Reservations Insights (flight-and-travel-reservations-database) 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.loyalty_programs), 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.loyalty_programs.createMany({
        data: [
            { id: 1, program_name: "RadissonRewards", points_required: 1620, membership_tier: "platinum", annual_fee: "51.09" },
            { id: 2, program_name: "UnitedMileagePlus", points_required: 1131, membership_tier: "silver", annual_fee: "279.21" },
            { id: 3, program_name: "ChoicePrivileges ClubCarlson", points_required: 7923, membership_tier: "platinum", annual_fee: "180.09" },
            { id: 4, program_name: "QantasFrequentFlyer FlyingBlue RadissonRewards", points_required: 1945, membership_tier: "silver", annual_fee: "471.67" },
            { id: 5, program_name: "SouthwestRapidRewards", points_required: 4375, membership_tier: "silver", annual_fee: "461.82" },
            { id: 6, program_name: "IberiaPlus", points_required: 4215, membership_tier: "silver", annual_fee: "423.94" },
            { id: 7, program_name: "AlaskaMVP", points_required: 7329, membership_tier: "platinum", annual_fee: "114.30" },
            { id: 8, program_name: "AAdvantage SPG", points_required: 8125, membership_tier: "silver", annual_fee: "363.88" },
            { id: 9, program_name: "HiltonHonors RadissonRewards", points_required: 7005, membership_tier: "silver", annual_fee: "57.39" },
            { id: 10, program_name: "HiltonHonors PriorityClub BestWesternRewards", points_required: 9161, membership_tier: "silver", annual_fee: "126.95" },
            { id: 11, program_name: "ChoicePrivileges", points_required: 1054, membership_tier: "silver", annual_fee: "248.84" },
            { id: 12, program_name: "ClubCarlson JetBlueTrueBlue AlaskaMVP", points_required: 378, membership_tier: "silver", annual_fee: "337.16" },
            { id: 13, program_name: "PriorityClub", points_required: 2993, membership_tier: "silver", annual_fee: "80.91" },
            { id: 14, program_name: "SouthwestRapidRewards RadissonRewards", points_required: 160, membership_tier: "silver", annual_fee: "51.26" },
            { id: 15, program_name: "MilesAndMore AlaskaMVP EmiratesSkywards", points_required: 5758, membership_tier: "silver", annual_fee: "56.86" },
            { id: 16, program_name: "PriorityClub MilesAndMore", points_required: 328, membership_tier: "silver", annual_fee: "465.74" },
            { id: 17, program_name: "AlaskaMVP", points_required: 5794, membership_tier: "silver", annual_fee: "349.98" },
            { id: 18, program_name: "ChoicePrivileges WorldOfHyatt SouthwestRapidRewards", points_required: 5236, membership_tier: "gold", annual_fee: "153.31" },
            { id: 19, program_name: "EmiratesSkywards", points_required: 1436, membership_tier: "silver", annual_fee: "126.16" },
            { id: 20, program_name: "WorldOfHyatt", points_required: 3348, membership_tier: "silver", annual_fee: "115.55" },
            { id: 21, program_name: "SkyMiles HiltonHonors", points_required: 9253, membership_tier: "silver", annual_fee: "55.25" },
            { id: 22, program_name: "HiltonHonors PriorityClub", points_required: 5405, membership_tier: "gold", annual_fee: "329.59" },
            { id: 23, program_name: "FlyingBlue", points_required: 9860, membership_tier: "platinum", annual_fee: "356.73" },
            { id: 24, program_name: "AAdvantage", points_required: 7295, membership_tier: "gold", annual_fee: "366.21" },
            { id: 25, program_name: "FlyingBlue SPG JetBlueTrueBlue", points_required: 846, membership_tier: "gold", annual_fee: "123.16" },
            { id: 26, program_name: "SPG WorldOfHyatt", points_required: 399, membership_tier: "gold", annual_fee: "375.93" },
            { id: 27, program_name: "SkyMiles", points_required: 7441, membership_tier: "platinum", annual_fee: "318.96" },
            { id: 28, program_name: "ClubCarlson JetBlueTrueBlue EmiratesSkywards", points_required: 7015, membership_tier: "gold", annual_fee: "82.42" },
            { id: 29, program_name: "MilesAndMore BestWesternRewards", points_required: 5787, membership_tier: "silver", annual_fee: "476.78" },
            { id: 30, program_name: "MilesAndMore ChoicePrivileges ClubCarlson", points_required: 475, membership_tier: "silver", annual_fee: "63.69" },
            { id: 31, program_name: "ClubCarlson HiltonHonors", points_required: 6941, membership_tier: "silver", annual_fee: "74.10" },
            { id: 32, program_name: "UnitedMileagePlus BestWesternRewards AAdvantage", points_required: 337, membership_tier: "silver", annual_fee: "50.50" },
            { id: 33, program_name: "IberiaPlus MilesAndMore", points_required: 9197, membership_tier: "silver", annual_fee: "312.90" },
            { id: 34, program_name: "QantasFrequentFlyer", points_required: 3944, membership_tier: "platinum", annual_fee: "88.34" },
            { id: 35, program_name: "WorldOfHyatt SkyMiles BestWesternRewards", points_required: 465, membership_tier: "silver", annual_fee: "140.44" },
            { id: 36, program_name: "UnitedMileagePlus BestWesternRewards", points_required: 1576, membership_tier: "gold", annual_fee: "157.12" },
            { id: 37, program_name: "WorldOfHyatt ClubCarlson", points_required: 5211, membership_tier: "gold", annual_fee: "182.41" },
            { id: 38, program_name: "AAdvantage JetBlueTrueBlue", points_required: 1557, membership_tier: "platinum", annual_fee: "121.84" },
            { id: 39, program_name: "PriorityClub UnitedMileagePlus ChoicePrivileges", points_required: 3877, membership_tier: "gold", annual_fee: "50.27" },
            { id: 40, program_name: "ClubCarlson SPG", points_required: 301, membership_tier: "gold", annual_fee: "206.66" },
            { id: 41, program_name: "EmiratesSkywards ChoicePrivileges RadissonRewards", points_required: 8722, membership_tier: "gold", annual_fee: "56.53" },
            { id: 42, program_name: "AAdvantage ClubCarlson MilesAndMore", points_required: 8232, membership_tier: "gold", annual_fee: "180.15" },
            { id: 43, program_name: "SkyMiles SPG", points_required: 1949, membership_tier: "silver", annual_fee: "58.42" },
            { id: 44, program_name: "MilesAndMore QantasFrequentFlyer RadissonRewards", points_required: 1661, membership_tier: "silver", annual_fee: "51.05" },
            { id: 45, program_name: "ChoicePrivileges UnitedMileagePlus", points_required: 3112, membership_tier: "silver", annual_fee: "53.78" },
            { id: 46, program_name: "BestWesternRewards", points_required: 571, membership_tier: "platinum", annual_fee: "473.20" },
            { id: 47, program_name: "BestWesternRewards IberiaPlus ClubCarlson", points_required: 117, membership_tier: "gold", annual_fee: "52.72" },
            { id: 48, program_name: "RadissonRewards SkyMiles AlaskaMVP", points_required: 294, membership_tier: "silver", annual_fee: "209.50" },
            { id: 49, program_name: "SkyMiles", points_required: 4038, membership_tier: "silver", annual_fee: "376.89" },
            { id: 50, program_name: "AAdvantage HiltonHonors MilesAndMore", points_required: 1152, membership_tier: "silver", annual_fee: "110.96" },
            { id: 51, program_name: "MilesAndMore", points_required: 1011, membership_tier: "silver", annual_fee: "187.97" },
            { id: 52, program_name: "ClubCarlson MilesAndMore PriorityClub", points_required: 4763, membership_tier: "silver", annual_fee: "305.56" },
            { id: 53, program_name: "AAdvantage", points_required: 5623, membership_tier: "silver", annual_fee: "159.89" },
            { id: 54, program_name: "AlaskaMVP", points_required: 5397, membership_tier: "silver", annual_fee: "107.70" },
            { id: 55, program_name: "MarriottBonvoy", points_required: 9453, membership_tier: "silver", annual_fee: "291.26" },
            { id: 56, program_name: "IberiaPlus FlyingBlue HiltonHonors", points_required: 6084, membership_tier: "silver", annual_fee: "93.71" },
            { id: 57, program_name: "EmiratesSkywards QantasFrequentFlyer PriorityClub", points_required: 2816, membership_tier: "silver", annual_fee: "81.87" },
            { id: 58, program_name: "UnitedMileagePlus HiltonHonors", points_required: 695, membership_tier: "gold", annual_fee: "488.06" },
            { id: 59, program_name: "JetBlueTrueBlue AAdvantage BestWesternRewards", points_required: 1813, membership_tier: "silver", annual_fee: "351.60" },
            { id: 60, program_name: "MilesAndMore", points_required: 8694, membership_tier: "platinum", annual_fee: "275.05" },
            { id: 61, program_name: "SPG UnitedMileagePlus", points_required: 4453, membership_tier: "silver", annual_fee: "248.60" },
            { id: 62, program_name: "AlaskaMVP ChoicePrivileges ClubCarlson", points_required: 1312, membership_tier: "silver", annual_fee: "94.67" },
            { id: 63, program_name: "HiltonHonors BestWesternRewards", points_required: 7165, membership_tier: "silver", annual_fee: "173.99" },
            { id: 64, program_name: "SPG", points_required: 807, membership_tier: "silver", annual_fee: "214.47" },
            { id: 65, program_name: "SkyMiles", points_required: 5845, membership_tier: "platinum", annual_fee: "369.60" },
            { id: 66, program_name: "ClubCarlson", points_required: 3836, membership_tier: "silver", annual_fee: "315.92" },
            { id: 67, program_name: "IberiaPlus", points_required: 6427, membership_tier: "gold", annual_fee: "322.36" },
            { id: 68, program_name: "PriorityClub", points_required: 1867, membership_tier: "gold", annual_fee: "74.24" },
            { id: 69, program_name: "FlyingBlue RadissonRewards", points_required: 8504, membership_tier: "silver", annual_fee: "53.86" },
            { id: 70, program_name: "SkyMiles MilesAndMore", points_required: 797, membership_tier: "gold", annual_fee: "286.71" },
            { id: 71, program_name: "MarriottBonvoy", points_required: 6160, membership_tier: "silver", annual_fee: "189.61" },
            { id: 72, program_name: "ClubCarlson AlaskaMVP", points_required: 6686, membership_tier: "gold", annual_fee: "240.72" },
            { id: 73, program_name: "FlyingBlue AAdvantage MilesAndMore", points_required: 2438, membership_tier: "silver", annual_fee: "302.74" },
            { id: 74, program_name: "BestWesternRewards ChoicePrivileges AAdvantage", points_required: 7713, membership_tier: "silver", annual_fee: "170.74" },
            { id: 75, program_name: "PriorityClub ClubCarlson SkyMiles", points_required: 1022, membership_tier: "silver", annual_fee: "93.50" },
            { id: 76, program_name: "WorldOfHyatt", points_required: 393, membership_tier: "silver", annual_fee: "222.14" },
            { id: 77, program_name: "MilesAndMore AAdvantage PriorityClub", points_required: 7731, membership_tier: "silver", annual_fee: "360.33" },
            { id: 78, program_name: "SouthwestRapidRewards HiltonHonors", points_required: 3436, membership_tier: "silver", annual_fee: "130.10" },
            { id: 79, program_name: "JetBlueTrueBlue SPG ClubCarlson", points_required: 4614, membership_tier: "silver", annual_fee: "333.10" },
            { id: 80, program_name: "FlyingBlue ChoicePrivileges HiltonHonors", points_required: 469, membership_tier: "platinum", annual_fee: "120.83" },
            { id: 81, program_name: "UnitedMileagePlus AlaskaMVP AAdvantage", points_required: 475, membership_tier: "silver", annual_fee: "70.40" },
            { id: 82, program_name: "MilesAndMore JetBlueTrueBlue EmiratesSkywards", points_required: 3564, membership_tier: "silver", annual_fee: "60.12" },
            { id: 83, program_name: "MarriottBonvoy ClubCarlson", points_required: 8393, membership_tier: "gold", annual_fee: "359.88" },
            { id: 84, program_name: "PriorityClub AAdvantage", points_required: 6180, membership_tier: "platinum", annual_fee: "148.02" },
            { id: 85, program_name: "HiltonHonors EmiratesSkywards", points_required: 4524, membership_tier: "gold", annual_fee: "186.46" },
            { id: 86, program_name: "WorldOfHyatt AAdvantage", points_required: 232, membership_tier: "platinum", annual_fee: "125.29" },
            { id: 87, program_name: "ChoicePrivileges AlaskaMVP", points_required: 9811, membership_tier: "gold", annual_fee: "262.18" },
            { id: 88, program_name: "AAdvantage", points_required: 2876, membership_tier: "gold", annual_fee: "143.95" },
            { id: 89, program_name: "ClubCarlson WorldOfHyatt", points_required: 6205, membership_tier: "platinum", annual_fee: "61.62" },
            { id: 90, program_name: "UnitedMileagePlus", points_required: 2580, membership_tier: "silver", annual_fee: "260.69" },
            { id: 91, program_name: "QantasFrequentFlyer RadissonRewards HiltonHonors", points_required: 767, membership_tier: "silver", annual_fee: "208.28" },
            { id: 92, program_name: "MarriottBonvoy", points_required: 8263, membership_tier: "silver", annual_fee: "260.20" },
            { id: 93, program_name: "BestWesternRewards SPG PriorityClub", points_required: 4261, membership_tier: "silver", annual_fee: "120.60" },
            { id: 94, program_name: "PriorityClub", points_required: 347, membership_tier: "platinum", annual_fee: "72.53" },
            { id: 95, program_name: "AlaskaMVP", points_required: 3592, membership_tier: "silver", annual_fee: "138.76" },
            { id: 96, program_name: "MarriottBonvoy SkyMiles", points_required: 192, membership_tier: "silver", annual_fee: "130.87" },
            { id: 97, program_name: "QantasFrequentFlyer PriorityClub IberiaPlus", points_required: 9501, membership_tier: "platinum", annual_fee: "361.09" },
            { id: 98, program_name: "SPG JetBlueTrueBlue SkyMiles", points_required: 3586, membership_tier: "silver", annual_fee: "267.71" },
            { id: 99, program_name: "UnitedMileagePlus", points_required: 155, membership_tier: "silver", annual_fee: "370.44" },
            { id: 100, program_name: "MilesAndMore", points_required: 246, membership_tier: "gold", annual_fee: "372.58" },
        ],
    });
    await prisma.customers.createMany({
        data: [
            { id: 1, full_name: "Sofia Park", email: "sofia.park@example.org", phone: "+1-512-555-0106", loyalty_program_id: 58 },
            { id: 2, full_name: "Sofia Vargas", email: "sofia.vargas@example.net", phone: "+1-778-555-0141", loyalty_program_id: 2 },
            { id: 3, full_name: "Hana Demir", email: "hana.demir@example.com", phone: "+1-857-555-0150", loyalty_program_id: 13 },
            { id: 4, full_name: "Mia Kowalski", email: "mia.kowalski@example.com", phone: "+1-214-555-0173", loyalty_program_id: 71 },
            { id: 5, full_name: "Nour Yilmaz", email: "nour.yilmaz@example.org", phone: "+1-801-555-0155", loyalty_program_id: 33 },
            { id: 6, full_name: "Omar Klein", email: "omar.klein@example.com", phone: "+1-202-555-0174", loyalty_program_id: 47 },
            { id: 7, full_name: "Emma Davis", email: "emma.davis@example.com", phone: "+1-972-555-0192", loyalty_program_id: 48 },
            { id: 8, full_name: "Ivan Bauer", email: "ivan.bauer@example.com", phone: "+1-503-555-0135", loyalty_program_id: 68 },
            { id: 9, full_name: "Mohamed Khan", email: "mohamed.khan@example.org", phone: "+1-202-555-0154", loyalty_program_id: 74 },
            { id: 10, full_name: "Pedro Walker", email: "pedro.walker@example.net", phone: "+1-503-555-0118", loyalty_program_id: null },
            { id: 11, full_name: "Noah Demir", email: "noah.demir@example.com", phone: "+1-404-555-0153", loyalty_program_id: null },
            { id: 12, full_name: "Arjun Carter", email: "arjun.carter@example.org", phone: "+1-213-555-0129", loyalty_program_id: 89 },
            { id: 13, full_name: "Chen Wright", email: "chen.wright@example.org", phone: "+1-305-555-0177", loyalty_program_id: 72 },
            { id: 14, full_name: "Sara Clark", email: "sara.clark@example.net", phone: "+1-212-555-0187", loyalty_program_id: 66 },
            { id: 15, full_name: "Wei Jansen", email: "wei.jansen@example.com", phone: "+1-469-555-0159", loyalty_program_id: 86 },
            { id: 16, full_name: "Alice Martin", email: "alice.martin@example.org", phone: "+1-213-555-0150", loyalty_program_id: null },
            { id: 17, full_name: "Carlos Patel", email: "carlos.patel@example.org", phone: "+1-857-555-0175", loyalty_program_id: 82 },
            { id: 18, full_name: "Maya Reyes", email: "maya.reyes@example.org", phone: "+1-202-555-0184", loyalty_program_id: 56 },
            { id: 19, full_name: "Selin Carter", email: "selin.carter@example.org", phone: "+1-905-555-0121", loyalty_program_id: null },
            { id: 20, full_name: "Grace Demir", email: "grace.demir@example.net", phone: "+1-972-555-0142", loyalty_program_id: 23 },
            { id: 21, full_name: "Sam Garcia", email: "sam.garcia@example.net", phone: "+1-212-555-0195", loyalty_program_id: 50 },
            { id: 22, full_name: "Lina Kowalski", email: "lina.kowalski@example.com", phone: "+1-801-555-0149", loyalty_program_id: 8 },
            { id: 23, full_name: "Chen Sousa", email: "chen.sousa@example.net", phone: "+1-617-555-0197", loyalty_program_id: 36 },
            { id: 24, full_name: "Carla Garcia", email: "carla.garcia@example.com", phone: "+1-212-555-0120", loyalty_program_id: 91 },
            { id: 25, full_name: "Zoe Cruz", email: "zoe.cruz@example.net", phone: "+1-212-555-0115", loyalty_program_id: 19 },
            { id: 26, full_name: "Laura Park", email: "laura.park@example.net", phone: "+1-972-555-0196", loyalty_program_id: 49 },
            { id: 27, full_name: "Arjun Wang", email: "arjun.wang@example.net", phone: "+1-305-555-0151", loyalty_program_id: 71 },
            { id: 28, full_name: "Sofia Ibrahim", email: "sofia.ibrahim@example.net", phone: "+1-857-555-0172", loyalty_program_id: 4 },
            { id: 29, full_name: "Maria Baker", email: "maria.baker@example.org", phone: "+1-778-555-0145", loyalty_program_id: 38 },
            { id: 30, full_name: "Sam Mendes", email: "sam.mendes@example.net", phone: "+1-917-555-0146", loyalty_program_id: 13 },
            { id: 31, full_name: "Uma Walker", email: "uma.walker@example.com", phone: "+1-503-555-0118", loyalty_program_id: null },
            { id: 32, full_name: "Hana Andersen", email: "hana.andersen@example.net", phone: "+1-469-555-0108", loyalty_program_id: null },
            { id: 33, full_name: "Chen Schneider", email: "chen.schneider@example.org", phone: "+1-857-555-0157", loyalty_program_id: 48 },
            { id: 34, full_name: "Isaac Ali", email: "isaac.ali@example.org", phone: "+1-617-555-0127", loyalty_program_id: 90 },
            { id: 35, full_name: "Hugo Wang", email: "hugo.wang@example.net", phone: "+1-778-555-0123", loyalty_program_id: 85 },
            { id: 36, full_name: "Maria Cruz", email: "maria.cruz@example.org", phone: "+1-905-555-0133", loyalty_program_id: 59 },
            { id: 37, full_name: "Selin Lopez", email: "selin.lopez@example.com", phone: "+1-801-555-0194", loyalty_program_id: 80 },
            { id: 38, full_name: "Daniel Wagner", email: "daniel.wagner@example.net", phone: "+1-905-555-0129", loyalty_program_id: 74 },
            { id: 39, full_name: "Rosa Hansen", email: "rosa.hansen@example.com", phone: "+1-212-555-0194", loyalty_program_id: 13 },
            { id: 40, full_name: "Grace Singh", email: "grace.singh@example.com", phone: "+1-972-555-0176", loyalty_program_id: 49 },
            { id: 41, full_name: "Ravi Murphy", email: "ravi.murphy@example.org", phone: "+1-303-555-0176", loyalty_program_id: 74 },
            { id: 42, full_name: "David Torres", email: "david.torres@example.net", phone: "+1-857-555-0145", loyalty_program_id: 57 },
            { id: 43, full_name: "Yara Hughes", email: "yara.hughes@example.com", phone: "+1-612-555-0169", loyalty_program_id: 57 },
            { id: 44, full_name: "Kai Zhang", email: "kai.zhang@example.com", phone: "+1-213-555-0139", loyalty_program_id: 65 },
            { id: 45, full_name: "Emma Pereira", email: "emma.pereira@example.org", phone: "+1-972-555-0116", loyalty_program_id: 62 },
            { id: 46, full_name: "Olivia Wright", email: "olivia.wright@example.com", phone: "+1-202-555-0125", loyalty_program_id: 58 },
            { id: 47, full_name: "Diego Weber", email: "diego.weber@example.net", phone: "+1-857-555-0160", loyalty_program_id: 2 },
            { id: 48, full_name: "Mateo Hughes", email: "mateo.hughes@example.com", phone: "+1-801-555-0169", loyalty_program_id: 89 },
            { id: 49, full_name: "Lena Park", email: "lena.park@example.net", phone: "+1-415-555-0136", loyalty_program_id: 83 },
            { id: 50, full_name: "Deniz Fischer", email: "deniz.fischer@example.org", phone: "+1-778-555-0140", loyalty_program_id: null },
            { id: 51, full_name: "Chen Fischer", email: "chen.fischer@example.net", phone: "+1-305-555-0146", loyalty_program_id: 7 },
            { id: 52, full_name: "Oscar Adams", email: "oscar.adams@example.net", phone: "+1-214-555-0131", loyalty_program_id: 83 },
            { id: 53, full_name: "Mohamed Tanaka", email: "mohamed.tanaka@example.net", phone: "+1-202-555-0135", loyalty_program_id: 48 },
            { id: 54, full_name: "Ines Wagner", email: "ines.wagner@example.net", phone: "+1-905-555-0159", loyalty_program_id: 42 },
            { id: 55, full_name: "Lena Ahmed", email: "lena.ahmed@example.net", phone: "+1-512-555-0142", loyalty_program_id: 13 },
            { id: 56, full_name: "Tariq Khan", email: "tariq.khan@example.org", phone: "+1-617-555-0116", loyalty_program_id: 6 },
            { id: 57, full_name: "Omar Walker", email: "omar.walker@example.com", phone: "+1-801-555-0165", loyalty_program_id: 15 },
            { id: 58, full_name: "Ravi Wilson", email: "ravi.wilson@example.com", phone: "+1-202-555-0105", loyalty_program_id: 77 },
            { id: 59, full_name: "Mei Zhang", email: "mei.zhang@example.org", phone: "+1-312-555-0166", loyalty_program_id: 53 },
            { id: 60, full_name: "Nina Young", email: "nina.young@example.org", phone: "+1-305-555-0172", loyalty_program_id: 80 },
            { id: 61, full_name: "Nadia Chen", email: "nadia.chen@example.org", phone: "+1-503-555-0186", loyalty_program_id: 23 },
            { id: 62, full_name: "Jack Schneider", email: "jack.schneider@example.net", phone: "+1-801-555-0135", loyalty_program_id: 44 },
            { id: 63, full_name: "Mia Wagner", email: "mia.wagner@example.com", phone: "+1-503-555-0131", loyalty_program_id: 14 },
            { id: 64, full_name: "Nour Dubois", email: "nour.dubois@example.org", phone: "+1-416-555-0114", loyalty_program_id: null },
            { id: 65, full_name: "Lena Wilson", email: "lena.wilson@example.com", phone: "+1-713-555-0147", loyalty_program_id: 34 },
            { id: 66, full_name: "Priya Zhang", email: "priya.zhang@example.net", phone: "+1-202-555-0119", loyalty_program_id: 31 },
            { id: 67, full_name: "Emma Larsen", email: "emma.larsen@example.net", phone: "+1-469-555-0151", loyalty_program_id: 82 },
            { id: 68, full_name: "Deniz Silva", email: "deniz.silva@example.com", phone: "+1-213-555-0186", loyalty_program_id: 4 },
            { id: 69, full_name: "Elif Zhang", email: "elif.zhang@example.org", phone: "+1-857-555-0113", loyalty_program_id: 45 },
            { id: 70, full_name: "Mateo Sousa", email: "mateo.sousa@example.net", phone: "+1-503-555-0112", loyalty_program_id: 26 },
            { id: 71, full_name: "Omar Wright", email: "omar.wright@example.org", phone: "+1-972-555-0128", loyalty_program_id: 93 },
            { id: 72, full_name: "Amir Hansen", email: "amir.hansen@example.org", phone: "+1-801-555-0196", loyalty_program_id: null },
            { id: 73, full_name: "Tomas Andersen", email: "tomas.andersen@example.net", phone: "+1-303-555-0187", loyalty_program_id: 90 },
            { id: 74, full_name: "Rafael Klein", email: "rafael.klein@example.org", phone: "+1-604-555-0198", loyalty_program_id: 73 },
            { id: 75, full_name: "Omar Kumar", email: "omar.kumar@example.org", phone: "+1-917-555-0146", loyalty_program_id: 94 },
            { id: 76, full_name: "Jack Demir", email: "jack.demir@example.net", phone: "+1-312-555-0116", loyalty_program_id: 16 },
            { id: 77, full_name: "Maria Ahmed", email: "maria.ahmed@example.org", phone: "+1-857-555-0190", loyalty_program_id: 94 },
            { id: 78, full_name: "Jack Schmidt", email: "jack.schmidt@example.org", phone: "+1-415-555-0171", loyalty_program_id: 19 },
            { id: 79, full_name: "Lina Walker", email: "lina.walker@example.com", phone: "+1-416-555-0182", loyalty_program_id: 7 },
            { id: 80, full_name: "Carla Weber", email: "carla.weber@example.com", phone: "+1-604-555-0161", loyalty_program_id: 37 },
            { id: 81, full_name: "Yusuf Wagner", email: "yusuf.wagner@example.net", phone: "+1-305-555-0130", loyalty_program_id: 81 },
            { id: 82, full_name: "Rosa Demir", email: "rosa.demir@example.org", phone: "+1-905-555-0148", loyalty_program_id: 43 },
            { id: 83, full_name: "Sofia Almeida", email: "sofia.almeida@example.net", phone: "+1-512-555-0185", loyalty_program_id: 73 },
            { id: 84, full_name: "Theo Gomez", email: "theo.gomez@example.com", phone: "+1-905-555-0129", loyalty_program_id: null },
            { id: 85, full_name: "Oscar Wilson", email: "oscar.wilson@example.net", phone: "+1-917-555-0159", loyalty_program_id: 74 },
            { id: 86, full_name: "Anna Schneider", email: "anna.schneider@example.org", phone: "+1-415-555-0150", loyalty_program_id: 93 },
            { id: 87, full_name: "Ivan Walker", email: "ivan.walker@example.org", phone: "+1-404-555-0197", loyalty_program_id: 44 },
            { id: 88, full_name: "Tomas Meyer", email: "tomas.meyer@example.org", phone: "+1-312-555-0140", loyalty_program_id: 32 },
            { id: 89, full_name: "Ivan Novak", email: "ivan.novak@example.com", phone: "+1-972-555-0137", loyalty_program_id: null },
            { id: 90, full_name: "Karim Fischer", email: "karim.fischer@example.net", phone: "+1-972-555-0125", loyalty_program_id: 15 },
            { id: 91, full_name: "Amir Flores", email: "amir.flores@example.com", phone: "+1-972-555-0164", loyalty_program_id: 60 },
            { id: 92, full_name: "Ivan Shah", email: "ivan.shah@example.org", phone: "+1-312-555-0106", loyalty_program_id: 44 },
            { id: 93, full_name: "Victor Nguyen", email: "victor.nguyen@example.net", phone: "+1-212-555-0103", loyalty_program_id: 27 },
            { id: 94, full_name: "Lina Wilson", email: "lina.wilson@example.com", phone: "+1-469-555-0150", loyalty_program_id: 42 },
            { id: 95, full_name: "Zara Garcia", email: "zara.garcia@example.net", phone: "+1-917-555-0163", loyalty_program_id: 10 },
            { id: 96, full_name: "Ben Shah", email: "ben.shah@example.com", phone: "+1-213-555-0139", loyalty_program_id: 6 },
            { id: 97, full_name: "Marco Pereira", email: "marco.pereira@example.net", phone: "+1-702-555-0134", loyalty_program_id: null },
            { id: 98, full_name: "Yara Jansen", email: "yara.jansen@example.org", phone: "+1-416-555-0161", loyalty_program_id: 92 },
            { id: 99, full_name: "Nadia Shah", email: "nadia.shah@example.net", phone: "+1-917-555-0182", loyalty_program_id: 23 },
            { id: 100, full_name: "Rosa Young", email: "rosa.young@example.net", phone: "+1-857-555-0174", loyalty_program_id: 31 },
            { id: 101, full_name: "Arjun Zhang", email: "arjun.zhang@example.net", phone: "+1-213-555-0145", loyalty_program_id: 72 },
            { id: 102, full_name: "Yusuf Ali", email: "yusuf.ali@example.org", phone: "+1-604-555-0152", loyalty_program_id: 95 },
            { id: 103, full_name: "Carlos Chen", email: "carlos.chen@example.com", phone: "+1-415-555-0121", loyalty_program_id: null },
            { id: 104, full_name: "Mei Sato", email: "mei.sato@example.net", phone: "+1-212-555-0176", loyalty_program_id: 22 },
            { id: 105, full_name: "Karim Larsen", email: "karim.larsen@example.com", phone: "+1-857-555-0125", loyalty_program_id: 32 },
            { id: 106, full_name: "Sara Hoffmann", email: "sara.hoffmann@example.com", phone: "+1-857-555-0137", loyalty_program_id: null },
            { id: 107, full_name: "Rosa Kumar", email: "rosa.kumar@example.org", phone: "+1-617-555-0119", loyalty_program_id: 22 },
            { id: 108, full_name: "Wei Vargas", email: "wei.vargas@example.org", phone: "+1-212-555-0154", loyalty_program_id: 1 },
            { id: 109, full_name: "Deniz Chen", email: "deniz.chen@example.com", phone: "+1-857-555-0196", loyalty_program_id: 14 },
            { id: 110, full_name: "Sofia Castro", email: "sofia.castro@example.com", phone: "+1-305-555-0102", loyalty_program_id: 30 },
            { id: 111, full_name: "Tomas Ibrahim", email: "tomas.ibrahim@example.com", phone: "+1-202-555-0162", loyalty_program_id: 48 },
            { id: 112, full_name: "James Moreau", email: "james.moreau@example.com", phone: "+1-415-555-0101", loyalty_program_id: 86 },
            { id: 113, full_name: "Yusuf Cruz", email: "yusuf.cruz@example.net", phone: "+1-469-555-0115", loyalty_program_id: 77 },
            { id: 114, full_name: "Andre Young", email: "andre.young@example.org", phone: "+1-604-555-0169", loyalty_program_id: 47 },
            { id: 115, full_name: "Ivan Chen", email: "ivan.chen@example.net", phone: "+1-415-555-0162", loyalty_program_id: 37 },
            { id: 116, full_name: "Sofia Demir", email: "sofia.demir@example.com", phone: "+1-801-555-0177", loyalty_program_id: 6 },
            { id: 117, full_name: "Mateo Ahmed", email: "mateo.ahmed@example.org", phone: "+1-202-555-0118", loyalty_program_id: 71 },
            { id: 118, full_name: "Lina Wang", email: "lina.wang@example.org", phone: "+1-503-555-0125", loyalty_program_id: 96 },
            { id: 119, full_name: "Selin Smith", email: "selin.smith@example.org", phone: "+1-972-555-0181", loyalty_program_id: 21 },
            { id: 120, full_name: "Uma Wright", email: "uma.wright@example.com", phone: "+1-801-555-0153", loyalty_program_id: 56 },
            { id: 121, full_name: "Mohamed Smith", email: "mohamed.smith@example.com", phone: "+1-617-555-0115", loyalty_program_id: 56 },
            { id: 122, full_name: "Mia Silva", email: "mia.silva@example.net", phone: "+1-972-555-0132", loyalty_program_id: 59 },
            { id: 123, full_name: "Elena Shah", email: "elena.shah@example.com", phone: "+1-503-555-0179", loyalty_program_id: 72 },
            { id: 124, full_name: "Zara Wilson", email: "zara.wilson@example.com", phone: "+1-416-555-0119", loyalty_program_id: null },
            { id: 125, full_name: "Mia Andersen", email: "mia.andersen@example.com", phone: "+1-303-555-0199", loyalty_program_id: 51 },
            { id: 126, full_name: "Carla Dubois", email: "carla.dubois@example.net", phone: "+1-213-555-0160", loyalty_program_id: 44 },
            { id: 127, full_name: "Hana Costa", email: "hana.costa@example.net", phone: "+1-213-555-0158", loyalty_program_id: 65 },
            { id: 128, full_name: "Felix Ali", email: "felix.ali@example.net", phone: "+1-503-555-0193", loyalty_program_id: 64 },
            { id: 129, full_name: "Felix Flores", email: "felix.flores@example.net", phone: "+1-305-555-0112", loyalty_program_id: null },
            { id: 130, full_name: "Mei Hansen", email: "mei.hansen@example.com", phone: "+1-469-555-0186", loyalty_program_id: 29 },
            { id: 131, full_name: "Rafael Rossi", email: "rafael.rossi@example.org", phone: "+1-612-555-0136", loyalty_program_id: 73 },
            { id: 132, full_name: "Emma Brown", email: "emma.brown@example.net", phone: "+1-212-555-0198", loyalty_program_id: 39 },
            { id: 133, full_name: "David Smith", email: "david.smith@example.net", phone: "+1-303-555-0139", loyalty_program_id: 80 },
            { id: 134, full_name: "Hugo Brown", email: "hugo.brown@example.com", phone: "+1-905-555-0171", loyalty_program_id: 12 },
            { id: 135, full_name: "Karim Tanaka", email: "karim.tanaka@example.org", phone: "+1-213-555-0170", loyalty_program_id: 60 },
            { id: 136, full_name: "Paula Vargas", email: "paula.vargas@example.net", phone: "+1-617-555-0194", loyalty_program_id: null },
            { id: 137, full_name: "Rosa Evans", email: "rosa.evans@example.com", phone: "+1-213-555-0197", loyalty_program_id: 39 },
            { id: 138, full_name: "Ravi Chen", email: "ravi.chen@example.net", phone: "+1-305-555-0185", loyalty_program_id: 33 },
            { id: 139, full_name: "Yusuf Kaya", email: "yusuf.kaya@example.org", phone: "+1-604-555-0113", loyalty_program_id: 65 },
            { id: 140, full_name: "Omar Kim", email: "omar.kim@example.org", phone: "+1-778-555-0146", loyalty_program_id: 92 },
            { id: 141, full_name: "Omar Miller", email: "omar.miller@example.com", phone: "+1-604-555-0180", loyalty_program_id: 76 },
            { id: 142, full_name: "Tariq Schmidt", email: "tariq.schmidt@example.org", phone: "+1-713-555-0103", loyalty_program_id: 6 },
            { id: 143, full_name: "Nina Zhang", email: "nina.zhang@example.org", phone: "+1-503-555-0137", loyalty_program_id: 38 },
            { id: 144, full_name: "Hannah Pereira", email: "hannah.pereira@example.net", phone: "+1-801-555-0125", loyalty_program_id: 81 },
            { id: 145, full_name: "Lina Wilson", email: "lina.wilson@example.org", phone: "+1-503-555-0144", loyalty_program_id: 96 },
            { id: 146, full_name: "Kai Tanaka", email: "kai.tanaka@example.org", phone: "+1-617-555-0189", loyalty_program_id: 19 },
            { id: 147, full_name: "Zoe Brown", email: "zoe.brown@example.org", phone: "+1-415-555-0137", loyalty_program_id: 67 },
            { id: 148, full_name: "Nadia Carter", email: "nadia.carter@example.net", phone: "+1-415-555-0148", loyalty_program_id: 6 },
            { id: 149, full_name: "Nina Martin", email: "nina.martin@example.com", phone: "+1-503-555-0111", loyalty_program_id: null },
            { id: 150, full_name: "Chloe Wang", email: "chloe.wang@example.org", phone: "+1-617-555-0175", loyalty_program_id: 46 },
            { id: 151, full_name: "Olivia Castro", email: "olivia.castro@example.net", phone: "+1-604-555-0190", loyalty_program_id: 80 },
            { id: 152, full_name: "Alice Tanaka", email: "alice.tanaka@example.com", phone: "+1-404-555-0159", loyalty_program_id: 7 },
            { id: 153, full_name: "Jade Chen", email: "jade.chen@example.com", phone: "+1-917-555-0130", loyalty_program_id: 34 },
            { id: 154, full_name: "Noah Martin", email: "noah.martin@example.net", phone: "+1-857-555-0145", loyalty_program_id: 1 },
            { id: 155, full_name: "Alice Taylor", email: "alice.taylor@example.net", phone: "+1-503-555-0184", loyalty_program_id: 58 },
            { id: 156, full_name: "Omar Mendes", email: "omar.mendes@example.net", phone: "+1-214-555-0119", loyalty_program_id: 41 },
            { id: 157, full_name: "Jade Flores", email: "jade.flores@example.net", phone: "+1-305-555-0159", loyalty_program_id: 35 },
            { id: 158, full_name: "Mateo Klein", email: "mateo.klein@example.net", phone: "+1-604-555-0142", loyalty_program_id: 11 },
            { id: 159, full_name: "Kai Torres", email: "kai.torres@example.com", phone: "+1-303-555-0176", loyalty_program_id: 28 },
            { id: 160, full_name: "Jonas Almeida", email: "jonas.almeida@example.com", phone: "+1-213-555-0118", loyalty_program_id: 13 },
            { id: 161, full_name: "Chen Ali", email: "chen.ali@example.org", phone: "+1-713-555-0195", loyalty_program_id: 59 },
            { id: 162, full_name: "Mei Patel", email: "mei.patel@example.net", phone: "+1-972-555-0163", loyalty_program_id: 64 },
            { id: 163, full_name: "Pedro Evans", email: "pedro.evans@example.org", phone: "+1-972-555-0112", loyalty_program_id: 57 },
            { id: 164, full_name: "Noah Lopez", email: "noah.lopez@example.net", phone: "+1-917-555-0172", loyalty_program_id: 3 },
            { id: 165, full_name: "Deniz Martin", email: "deniz.martin@example.net", phone: "+1-503-555-0157", loyalty_program_id: 79 },
            { id: 166, full_name: "Tomas Ahmed", email: "tomas.ahmed@example.com", phone: "+1-212-555-0133", loyalty_program_id: 8 },
            { id: 167, full_name: "Nadia Bauer", email: "nadia.bauer@example.com", phone: "+1-857-555-0183", loyalty_program_id: 86 },
            { id: 168, full_name: "Daniel Vargas", email: "daniel.vargas@example.org", phone: "+1-214-555-0111", loyalty_program_id: 42 },
            { id: 169, full_name: "Wei Chen", email: "wei.chen@example.net", phone: "+1-312-555-0178", loyalty_program_id: 14 },
            { id: 170, full_name: "Anna Moreau", email: "anna.moreau@example.org", phone: "+1-612-555-0169", loyalty_program_id: 75 },
            { id: 171, full_name: "Nour Davis", email: "nour.davis@example.org", phone: "+1-617-555-0100", loyalty_program_id: 8 },
            { id: 172, full_name: "Tariq Wright", email: "tariq.wright@example.org", phone: "+1-305-555-0183", loyalty_program_id: 37 },
            { id: 173, full_name: "Julia Smith", email: "julia.smith@example.com", phone: "+1-303-555-0135", loyalty_program_id: 86 },
            { id: 174, full_name: "Ana Smith", email: "ana.smith@example.com", phone: "+1-857-555-0183", loyalty_program_id: 69 },
            { id: 175, full_name: "Leo Kaya", email: "leo.kaya@example.net", phone: "+1-617-555-0119", loyalty_program_id: 89 },
            { id: 176, full_name: "Nina Flores", email: "nina.flores@example.org", phone: "+1-415-555-0109", loyalty_program_id: 7 },
            { id: 177, full_name: "Uma Singh", email: "uma.singh@example.org", phone: "+1-415-555-0131", loyalty_program_id: 10 },
            { id: 178, full_name: "Hugo Sousa", email: "hugo.sousa@example.org", phone: "+1-503-555-0155", loyalty_program_id: null },
            { id: 179, full_name: "Zoe Shah", email: "zoe.shah@example.net", phone: "+1-905-555-0104", loyalty_program_id: 34 },
            { id: 180, full_name: "Maja Brown", email: "maja.brown@example.org", phone: "+1-612-555-0117", loyalty_program_id: 39 },
            { id: 181, full_name: "Felix Nakamura", email: "felix.nakamura@example.com", phone: "+1-503-555-0111", loyalty_program_id: 53 },
            { id: 182, full_name: "Fatima Shah", email: "fatima.shah@example.net", phone: "+1-202-555-0195", loyalty_program_id: 61 },
            { id: 183, full_name: "Elif Jensen", email: "elif.jensen@example.org", phone: "+1-416-555-0199", loyalty_program_id: 60 },
            { id: 184, full_name: "Hannah Clark", email: "hannah.clark@example.net", phone: "+1-213-555-0148", loyalty_program_id: 27 },
            { id: 185, full_name: "Ibrahim Costa", email: "ibrahim.costa@example.org", phone: "+1-415-555-0111", loyalty_program_id: null },
            { id: 186, full_name: "Amir Hoffmann", email: "amir.hoffmann@example.com", phone: "+1-512-555-0106", loyalty_program_id: 64 },
            { id: 187, full_name: "Chloe Patel", email: "chloe.patel@example.net", phone: "+1-702-555-0196", loyalty_program_id: 61 },
            { id: 188, full_name: "Rosa Park", email: "rosa.park@example.org", phone: "+1-214-555-0195", loyalty_program_id: 5 },
            { id: 189, full_name: "Julia Bauer", email: "julia.bauer@example.org", phone: "+1-416-555-0184", loyalty_program_id: 49 },
            { id: 190, full_name: "Carlos Torres", email: "carlos.torres@example.net", phone: "+1-469-555-0110", loyalty_program_id: 82 },
            { id: 191, full_name: "Mila Jansen", email: "mila.jansen@example.org", phone: "+1-917-555-0188", loyalty_program_id: 19 },
            { id: 192, full_name: "Ana Schmidt", email: "ana.schmidt@example.org", phone: "+1-416-555-0150", loyalty_program_id: 92 },
            { id: 193, full_name: "Chloe Diaz", email: "chloe.diaz@example.com", phone: "+1-702-555-0101", loyalty_program_id: 71 },
            { id: 194, full_name: "Rosa Kumar", email: "rosa.kumar@example.com", phone: "+1-857-555-0199", loyalty_program_id: 49 },
            { id: 195, full_name: "David Lopez", email: "david.lopez@example.org", phone: "+1-905-555-0192", loyalty_program_id: 68 },
            { id: 196, full_name: "Elena Weber", email: "elena.weber@example.com", phone: "+1-503-555-0153", loyalty_program_id: 49 },
            { id: 197, full_name: "Hana Jansen", email: "hana.jansen@example.org", phone: "+1-801-555-0173", loyalty_program_id: 61 },
            { id: 198, full_name: "Wei Fischer", email: "wei.fischer@example.com", phone: "+1-617-555-0163", loyalty_program_id: 79 },
            { id: 199, full_name: "Leo Reyes", email: "leo.reyes@example.net", phone: "+1-972-555-0134", loyalty_program_id: 5 },
            { id: 200, full_name: "Mila Demir", email: "mila.demir@example.net", phone: "+1-512-555-0142", loyalty_program_id: 11 },
            { id: 201, full_name: "Amir Park", email: "amir.park@example.org", phone: "+1-214-555-0125", loyalty_program_id: null },
            { id: 202, full_name: "Daniel Miller", email: "daniel.miller@example.net", phone: "+1-415-555-0116", loyalty_program_id: 62 },
            { id: 203, full_name: "Jack Cruz", email: "jack.cruz@example.org", phone: "+1-604-555-0194", loyalty_program_id: 60 },
            { id: 204, full_name: "Ines Hassan", email: "ines.hassan@example.net", phone: "+1-303-555-0139", loyalty_program_id: 69 },
            { id: 205, full_name: "Zara Oliveira", email: "zara.oliveira@example.org", phone: "+1-905-555-0196", loyalty_program_id: 68 },
            { id: 206, full_name: "Omar Wang", email: "omar.wang@example.org", phone: "+1-202-555-0176", loyalty_program_id: 25 },
            { id: 207, full_name: "Alice Rossi", email: "alice.rossi@example.org", phone: "+1-503-555-0193", loyalty_program_id: null },
            { id: 208, full_name: "Maja Cruz", email: "maja.cruz@example.net", phone: "+1-801-555-0137", loyalty_program_id: 15 },
            { id: 209, full_name: "Ravi Almeida", email: "ravi.almeida@example.com", phone: "+1-972-555-0139", loyalty_program_id: 36 },
            { id: 210, full_name: "Elena Wang", email: "elena.wang@example.org", phone: "+1-303-555-0143", loyalty_program_id: null },
            { id: 211, full_name: "Lucas Yilmaz", email: "lucas.yilmaz@example.org", phone: "+1-312-555-0100", loyalty_program_id: 48 },
            { id: 212, full_name: "Emma Dubois", email: "emma.dubois@example.com", phone: "+1-801-555-0143", loyalty_program_id: 35 },
            { id: 213, full_name: "Mohamed Brown", email: "mohamed.brown@example.org", phone: "+1-778-555-0168", loyalty_program_id: 37 },
            { id: 214, full_name: "Arjun Shah", email: "arjun.shah@example.org", phone: "+1-202-555-0108", loyalty_program_id: 35 },
            { id: 215, full_name: "Rosa Andersen", email: "rosa.andersen@example.org", phone: "+1-702-555-0165", loyalty_program_id: 12 },
            { id: 216, full_name: "Felix Ruiz", email: "felix.ruiz@example.com", phone: "+1-214-555-0166", loyalty_program_id: 90 },
            { id: 217, full_name: "Yara Baker", email: "yara.baker@example.net", phone: "+1-415-555-0118", loyalty_program_id: 92 },
            { id: 218, full_name: "Liam Lopez", email: "liam.lopez@example.net", phone: "+1-213-555-0156", loyalty_program_id: 81 },
            { id: 219, full_name: "Alice Wang", email: "alice.wang@example.net", phone: "+1-212-555-0185", loyalty_program_id: 5 },
            { id: 220, full_name: "Selin Bennett", email: "selin.bennett@example.net", phone: "+1-303-555-0122", loyalty_program_id: 68 },
            { id: 221, full_name: "Olivia Gomez", email: "olivia.gomez@example.net", phone: "+1-972-555-0176", loyalty_program_id: 47 },
            { id: 222, full_name: "Pedro Kumar", email: "pedro.kumar@example.com", phone: "+1-702-555-0148", loyalty_program_id: null },
            { id: 223, full_name: "Jade Johnson", email: "jade.johnson@example.org", phone: "+1-213-555-0157", loyalty_program_id: 97 },
            { id: 224, full_name: "Diego Brown", email: "diego.brown@example.com", phone: "+1-503-555-0155", loyalty_program_id: 48 },
            { id: 225, full_name: "Nour Costa", email: "nour.costa@example.org", phone: "+1-305-555-0150", loyalty_program_id: 35 },
            { id: 226, full_name: "Karim Kumar", email: "karim.kumar@example.com", phone: "+1-801-555-0196", loyalty_program_id: 71 },
            { id: 227, full_name: "Paula Miller", email: "paula.miller@example.net", phone: "+1-778-555-0102", loyalty_program_id: 52 },
            { id: 228, full_name: "Laura Adams", email: "laura.adams@example.com", phone: "+1-917-555-0125", loyalty_program_id: 26 },
            { id: 229, full_name: "Yusuf Jansen", email: "yusuf.jansen@example.com", phone: "+1-404-555-0165", loyalty_program_id: 75 },
            { id: 230, full_name: "Karim Singh", email: "karim.singh@example.com", phone: "+1-404-555-0142", loyalty_program_id: null },
            { id: 231, full_name: "Elif Hughes", email: "elif.hughes@example.com", phone: "+1-905-555-0148", loyalty_program_id: 35 },
            { id: 232, full_name: "Isaac Rossi", email: "isaac.rossi@example.net", phone: "+1-917-555-0154", loyalty_program_id: 14 },
            { id: 233, full_name: "Rafael Wang", email: "rafael.wang@example.org", phone: "+1-612-555-0148", loyalty_program_id: 78 },
            { id: 234, full_name: "Wei Martin", email: "wei.martin@example.net", phone: "+1-905-555-0169", loyalty_program_id: 78 },
            { id: 235, full_name: "Laura Garcia", email: "laura.garcia@example.com", phone: "+1-612-555-0102", loyalty_program_id: 83 },
            { id: 236, full_name: "Omar Garcia", email: "omar.garcia@example.org", phone: "+1-312-555-0188", loyalty_program_id: 69 },
            { id: 237, full_name: "Elena Miller", email: "elena.miller@example.com", phone: "+1-905-555-0102", loyalty_program_id: 3 },
            { id: 238, full_name: "Ines Adams", email: "ines.adams@example.org", phone: "+1-404-555-0159", loyalty_program_id: 60 },
            { id: 239, full_name: "James Jansen", email: "james.jansen@example.net", phone: "+1-214-555-0109", loyalty_program_id: null },
            { id: 240, full_name: "Ibrahim Ahmed", email: "ibrahim.ahmed@example.org", phone: "+1-213-555-0126", loyalty_program_id: 97 },
            { id: 241, full_name: "Ruby Wagner", email: "ruby.wagner@example.org", phone: "+1-415-555-0152", loyalty_program_id: 81 },
            { id: 242, full_name: "Ravi Khan", email: "ravi.khan@example.net", phone: "+1-416-555-0194", loyalty_program_id: 29 },
            { id: 243, full_name: "Ravi Demir", email: "ravi.demir@example.net", phone: "+1-612-555-0109", loyalty_program_id: 79 },
            { id: 244, full_name: "Lena Novak", email: "lena.novak@example.com", phone: "+1-778-555-0123", loyalty_program_id: 69 },
            { id: 245, full_name: "Alice Shah", email: "alice.shah@example.com", phone: "+1-917-555-0108", loyalty_program_id: 65 },
            { id: 246, full_name: "Hannah Diaz", email: "hannah.diaz@example.net", phone: "+1-416-555-0135", loyalty_program_id: 55 },
            { id: 247, full_name: "Nina Shah", email: "nina.shah@example.net", phone: "+1-214-555-0163", loyalty_program_id: 27 },
            { id: 248, full_name: "Karim Miller", email: "karim.miller@example.net", phone: "+1-415-555-0122", loyalty_program_id: 83 },
            { id: 249, full_name: "Carla Klein", email: "carla.klein@example.com", phone: "+1-857-555-0180", loyalty_program_id: 50 },
            { id: 250, full_name: "Isaac Brown", email: "isaac.brown@example.org", phone: "+1-801-555-0136", loyalty_program_id: 100 },
        ],
    });
    await prisma.car_rentals.createMany({
        data: [
            { id: 1, car_model: "Explorer Jetta", rental_start_date: "2024-11-06", return_date: "2024-12-02", customer_id: 77 },
            { id: 2, car_model: "ModelS", rental_start_date: "2024-12-12", return_date: "2025-01-08", customer_id: 100 },
            { id: 3, car_model: "Explorer Mustang Accord", rental_start_date: "2024-02-02", return_date: "2024-02-23", customer_id: 11 },
            { id: 4, car_model: "Accord Civic Kona", rental_start_date: "2024-12-18", return_date: "2025-01-01", customer_id: 49 },
            { id: 5, car_model: "Civic", rental_start_date: "2023-05-26", return_date: "2023-06-01", customer_id: 37 },
            { id: 6, car_model: "Sentra", rental_start_date: "2023-08-28", return_date: "2023-09-13", customer_id: 204 },
            { id: 7, car_model: "Charger", rental_start_date: "2024-08-28", return_date: "2024-09-26", customer_id: 121 },
            { id: 8, car_model: "Accord RAV4 Camry", rental_start_date: "2023-09-10", return_date: "2023-09-28", customer_id: 228 },
            { id: 9, car_model: "Explorer", rental_start_date: "2024-05-27", return_date: "2024-06-26", customer_id: 164 },
            { id: 10, car_model: "Jetta", rental_start_date: "2023-12-12", return_date: "2023-12-30", customer_id: 8 },
            { id: 11, car_model: "Camry", rental_start_date: "2023-11-08", return_date: "2023-11-08", customer_id: 169 },
            { id: 12, car_model: "Kona Charger", rental_start_date: "2024-12-25", return_date: "2025-01-07", customer_id: 12 },
            { id: 13, car_model: "Altima Focus", rental_start_date: "2023-07-24", return_date: "2023-08-19", customer_id: 207 },
            { id: 14, car_model: "Jetta Escape CRV", rental_start_date: "2023-12-29", return_date: "2024-01-26", customer_id: 202 },
            { id: 15, car_model: "Explorer", rental_start_date: "2023-04-20", return_date: "2023-05-11", customer_id: 37 },
            { id: 16, car_model: "Altima CRV", rental_start_date: "2024-03-24", return_date: "2024-04-19", customer_id: 56 },
            { id: 17, car_model: "Malibu Civic ModelS", rental_start_date: "2024-09-22", return_date: "2024-10-10", customer_id: 190 },
            { id: 18, car_model: "Altima Civic", rental_start_date: "2023-04-30", return_date: "2023-05-05", customer_id: 124 },
            { id: 19, car_model: "Mustang CRV Malibu", rental_start_date: "2024-12-16", return_date: "2025-01-08", customer_id: 146 },
            { id: 20, car_model: "Explorer Kona Altima", rental_start_date: "2024-07-09", return_date: "2024-07-24", customer_id: 36 },
            { id: 21, car_model: "Focus Crossover", rental_start_date: "2024-02-13", return_date: "2024-02-13", customer_id: 55 },
            { id: 22, car_model: "Malibu", rental_start_date: "2023-11-22", return_date: "2023-11-26", customer_id: 157 },
            { id: 23, car_model: "Kona Accord Escape", rental_start_date: "2024-12-17", return_date: "2025-01-11", customer_id: 117 },
            { id: 24, car_model: "Camry", rental_start_date: "2024-10-11", return_date: "2024-10-29", customer_id: 8 },
            { id: 25, car_model: "Camry Jetta Crossover", rental_start_date: "2023-09-03", return_date: "2023-09-25", customer_id: 48 },
            { id: 26, car_model: "Soul Crossover Kona", rental_start_date: "2023-07-09", return_date: "2023-07-16", customer_id: 14 },
            { id: 27, car_model: "RAV4", rental_start_date: "2024-06-04", return_date: "2024-06-15", customer_id: 25 },
            { id: 28, car_model: "RAV4 Mustang Sentra", rental_start_date: "2024-06-13", return_date: "2024-06-25", customer_id: 80 },
            { id: 29, car_model: "Civic Malibu", rental_start_date: "2024-08-04", return_date: "2024-08-04", customer_id: 118 },
            { id: 30, car_model: "Accord Focus Tucson", rental_start_date: "2024-09-01", return_date: "2024-09-04", customer_id: 95 },
            { id: 31, car_model: "Sentra", rental_start_date: "2023-02-25", return_date: "2023-03-26", customer_id: 15 },
            { id: 32, car_model: "Jetta Crossover", rental_start_date: "2023-10-10", return_date: "2023-10-31", customer_id: 164 },
            { id: 33, car_model: "Charger CRV", rental_start_date: "2023-09-25", return_date: "2023-10-04", customer_id: 29 },
            { id: 34, car_model: "Charger RAV4 Mustang", rental_start_date: "2023-10-24", return_date: "2023-11-12", customer_id: 30 },
            { id: 35, car_model: "Mustang Soul Malibu", rental_start_date: "2024-01-19", return_date: "2024-02-10", customer_id: 207 },
            { id: 36, car_model: "Explorer Malibu Crossover", rental_start_date: "2023-06-26", return_date: "2023-07-25", customer_id: 180 },
            { id: 37, car_model: "Explorer Altima", rental_start_date: "2024-01-21", return_date: "2024-02-19", customer_id: 249 },
            { id: 38, car_model: "Cherokee", rental_start_date: "2023-11-30", return_date: "2023-12-29", customer_id: 65 },
            { id: 39, car_model: "Kona Cherokee", rental_start_date: "2024-01-19", return_date: "2024-02-01", customer_id: 48 },
            { id: 40, car_model: "Malibu", rental_start_date: "2024-03-19", return_date: "2024-04-12", customer_id: 80 },
            { id: 41, car_model: "Escape Civic", rental_start_date: "2024-08-28", return_date: "2024-09-05", customer_id: 177 },
            { id: 42, car_model: "Civic Malibu", rental_start_date: "2023-11-06", return_date: "2023-11-28", customer_id: 135 },
            { id: 43, car_model: "CRV Altima Tucson", rental_start_date: "2024-12-27", return_date: "2025-01-17", customer_id: 162 },
            { id: 44, car_model: "Jetta Camry", rental_start_date: "2023-08-17", return_date: "2023-08-27", customer_id: 71 },
            { id: 45, car_model: "Jetta Camry Accord", rental_start_date: "2024-08-18", return_date: "2024-08-29", customer_id: 112 },
            { id: 46, car_model: "Civic Charger Crossover", rental_start_date: "2023-10-09", return_date: "2023-10-17", customer_id: 192 },
            { id: 47, car_model: "Charger", rental_start_date: "2023-07-29", return_date: "2023-08-05", customer_id: 67 },
            { id: 48, car_model: "Explorer Crossover Escape", rental_start_date: "2023-09-23", return_date: "2023-10-16", customer_id: 232 },
            { id: 49, car_model: "RAV4", rental_start_date: "2024-12-06", return_date: "2024-12-18", customer_id: 12 },
            { id: 50, car_model: "Soul Cherokee", rental_start_date: "2024-06-14", return_date: "2024-07-08", customer_id: 160 },
            { id: 51, car_model: "Escape CRV Malibu", rental_start_date: "2024-09-26", return_date: "2024-10-18", customer_id: 90 },
            { id: 52, car_model: "Crossover", rental_start_date: "2024-09-24", return_date: "2024-09-25", customer_id: 235 },
            { id: 53, car_model: "Escape Crossover", rental_start_date: "2024-01-07", return_date: "2024-01-09", customer_id: 151 },
            { id: 54, car_model: "Soul ModelS Focus", rental_start_date: "2023-02-08", return_date: "2023-02-13", customer_id: 204 },
            { id: 55, car_model: "Sentra ModelS Cherokee", rental_start_date: "2023-12-18", return_date: "2024-01-04", customer_id: 168 },
            { id: 56, car_model: "RAV4", rental_start_date: "2024-11-10", return_date: "2024-11-24", customer_id: 75 },
            { id: 57, car_model: "Jetta", rental_start_date: "2024-08-29", return_date: "2024-09-26", customer_id: 247 },
            { id: 58, car_model: "Soul", rental_start_date: "2023-09-22", return_date: "2023-10-21", customer_id: 60 },
            { id: 59, car_model: "Jetta", rental_start_date: "2023-04-27", return_date: "2023-05-04", customer_id: 94 },
            { id: 60, car_model: "CRV", rental_start_date: "2024-02-09", return_date: "2024-02-10", customer_id: 212 },
            { id: 61, car_model: "Altima Tucson Escape", rental_start_date: "2023-04-04", return_date: "2023-04-29", customer_id: 201 },
            { id: 62, car_model: "Mustang", rental_start_date: "2023-02-12", return_date: "2023-03-08", customer_id: 231 },
            { id: 63, car_model: "Charger RAV4 Explorer", rental_start_date: "2023-08-29", return_date: "2023-09-09", customer_id: 170 },
            { id: 64, car_model: "Tucson Charger", rental_start_date: "2023-04-27", return_date: "2023-05-02", customer_id: 201 },
            { id: 65, car_model: "Cherokee Charger", rental_start_date: "2024-04-20", return_date: "2024-04-22", customer_id: 201 },
            { id: 66, car_model: "ModelS Jetta Charger", rental_start_date: "2024-09-06", return_date: "2024-10-02", customer_id: 144 },
            { id: 67, car_model: "Cherokee Explorer", rental_start_date: "2023-09-08", return_date: "2023-09-20", customer_id: 106 },
            { id: 68, car_model: "Accord", rental_start_date: "2024-06-15", return_date: "2024-06-22", customer_id: 18 },
            { id: 69, car_model: "Malibu", rental_start_date: "2024-03-02", return_date: "2024-03-12", customer_id: 154 },
            { id: 70, car_model: "Cherokee Camry Explorer", rental_start_date: "2023-02-20", return_date: "2023-02-20", customer_id: 49 },
            { id: 71, car_model: "Malibu", rental_start_date: "2024-09-22", return_date: "2024-09-25", customer_id: 124 },
            { id: 72, car_model: "Kona Cherokee Jetta", rental_start_date: "2023-11-17", return_date: "2023-12-08", customer_id: 164 },
            { id: 73, car_model: "Accord Crossover Focus", rental_start_date: "2023-06-06", return_date: "2023-06-07", customer_id: 193 },
            { id: 74, car_model: "Cherokee", rental_start_date: "2023-01-13", return_date: "2023-01-28", customer_id: 126 },
            { id: 75, car_model: "Explorer Mustang", rental_start_date: "2023-08-08", return_date: "2023-08-27", customer_id: 99 },
            { id: 76, car_model: "Tucson", rental_start_date: "2024-08-11", return_date: "2024-09-02", customer_id: 210 },
            { id: 77, car_model: "Altima Civic Camry", rental_start_date: "2023-05-23", return_date: "2023-06-01", customer_id: 71 },
            { id: 78, car_model: "Malibu", rental_start_date: "2023-09-18", return_date: "2023-10-10", customer_id: 143 },
            { id: 79, car_model: "Mustang", rental_start_date: "2024-01-22", return_date: "2024-02-01", customer_id: 232 },
            { id: 80, car_model: "Civic", rental_start_date: "2023-07-31", return_date: "2023-08-12", customer_id: 165 },
            { id: 81, car_model: "Escape Explorer Altima", rental_start_date: "2023-10-31", return_date: "2023-11-28", customer_id: 28 },
            { id: 82, car_model: "Escape", rental_start_date: "2023-01-23", return_date: "2023-02-14", customer_id: 84 },
            { id: 83, car_model: "Kona", rental_start_date: "2023-03-27", return_date: "2023-04-22", customer_id: 108 },
            { id: 84, car_model: "CRV", rental_start_date: "2023-07-10", return_date: "2023-07-20", customer_id: 51 },
            { id: 85, car_model: "Explorer Cherokee Soul", rental_start_date: "2024-11-18", return_date: "2024-11-29", customer_id: 51 },
            { id: 86, car_model: "Sentra", rental_start_date: "2024-01-21", return_date: "2024-02-01", customer_id: 94 },
            { id: 87, car_model: "RAV4 CRV Civic", rental_start_date: "2024-10-08", return_date: "2024-11-03", customer_id: 26 },
            { id: 88, car_model: "ModelS Malibu", rental_start_date: "2024-09-14", return_date: "2024-09-22", customer_id: 116 },
            { id: 89, car_model: "Accord Soul", rental_start_date: "2023-11-30", return_date: "2023-12-26", customer_id: 175 },
            { id: 90, car_model: "Civic CRV", rental_start_date: "2024-09-03", return_date: "2024-09-17", customer_id: 51 },
            { id: 91, car_model: "Altima ModelS Explorer", rental_start_date: "2023-10-29", return_date: "2023-11-06", customer_id: 182 },
            { id: 92, car_model: "Tucson ModelS Escape", rental_start_date: "2023-03-06", return_date: "2023-04-01", customer_id: 113 },
            { id: 93, car_model: "Mustang Kona", rental_start_date: "2024-09-29", return_date: "2024-09-29", customer_id: 79 },
            { id: 94, car_model: "Mustang Soul", rental_start_date: "2024-11-29", return_date: "2024-12-04", customer_id: 95 },
            { id: 95, car_model: "Jetta", rental_start_date: "2023-08-10", return_date: "2023-08-21", customer_id: 147 },
            { id: 96, car_model: "Crossover", rental_start_date: "2024-10-28", return_date: "2024-11-17", customer_id: 241 },
            { id: 97, car_model: "Charger Jetta", rental_start_date: "2023-10-13", return_date: "2023-11-11", customer_id: 96 },
            { id: 98, car_model: "Tucson Civic", rental_start_date: "2023-07-03", return_date: "2023-07-21", customer_id: 43 },
            { id: 99, car_model: "ModelS RAV4", rental_start_date: "2023-01-07", return_date: "2023-01-30", customer_id: 216 },
            { id: 100, car_model: "Focus CRV Kona", rental_start_date: "2024-07-09", return_date: "2024-07-21", customer_id: 243 },
            { id: 101, car_model: "CRV ModelS", rental_start_date: "2023-10-24", return_date: "2023-11-08", customer_id: 93 },
            { id: 102, car_model: "ModelS Sentra Soul", rental_start_date: "2023-04-26", return_date: "2023-05-26", customer_id: 118 },
            { id: 103, car_model: "Altima", rental_start_date: "2023-07-23", return_date: "2023-08-20", customer_id: 220 },
            { id: 104, car_model: "Sentra Escape", rental_start_date: "2024-12-01", return_date: "2024-12-06", customer_id: 115 },
            { id: 105, car_model: "Camry RAV4 Tucson", rental_start_date: "2024-09-05", return_date: "2024-10-01", customer_id: 87 },
            { id: 106, car_model: "Crossover Accord", rental_start_date: "2023-09-24", return_date: "2023-10-01", customer_id: 51 },
            { id: 107, car_model: "Charger Crossover Explorer", rental_start_date: "2024-08-03", return_date: "2024-08-08", customer_id: 185 },
            { id: 108, car_model: "Kona", rental_start_date: "2024-08-17", return_date: "2024-09-09", customer_id: 190 },
            { id: 109, car_model: "Cherokee Explorer", rental_start_date: "2024-11-10", return_date: "2024-12-09", customer_id: 116 },
            { id: 110, car_model: "RAV4 Civic", rental_start_date: "2024-03-30", return_date: "2024-04-03", customer_id: 80 },
            { id: 111, car_model: "Mustang", rental_start_date: "2023-11-24", return_date: "2023-12-24", customer_id: 111 },
            { id: 112, car_model: "Camry Accord", rental_start_date: "2023-08-23", return_date: "2023-08-27", customer_id: 219 },
            { id: 113, car_model: "RAV4 Soul ModelS", rental_start_date: "2024-05-02", return_date: "2024-05-30", customer_id: 212 },
            { id: 114, car_model: "ModelS Mustang Focus", rental_start_date: "2024-03-19", return_date: "2024-04-15", customer_id: 174 },
            { id: 115, car_model: "ModelS CRV Tucson", rental_start_date: "2024-08-01", return_date: "2024-08-10", customer_id: 55 },
            { id: 116, car_model: "Jetta Mustang RAV4", rental_start_date: "2023-01-29", return_date: "2023-02-25", customer_id: 243 },
            { id: 117, car_model: "Crossover Jetta Mustang", rental_start_date: "2024-01-12", return_date: "2024-01-31", customer_id: 165 },
            { id: 118, car_model: "CRV Camry Sentra", rental_start_date: "2024-08-18", return_date: "2024-09-16", customer_id: 60 },
            { id: 119, car_model: "Jetta Tucson Mustang", rental_start_date: "2024-02-28", return_date: "2024-03-21", customer_id: 230 },
            { id: 120, car_model: "RAV4 Altima", rental_start_date: "2024-02-14", return_date: "2024-02-18", customer_id: 38 },
            { id: 121, car_model: "Mustang", rental_start_date: "2023-06-09", return_date: "2023-06-21", customer_id: 60 },
            { id: 122, car_model: "Tucson", rental_start_date: "2023-09-28", return_date: "2023-10-11", customer_id: 97 },
            { id: 123, car_model: "ModelS RAV4", rental_start_date: "2023-12-04", return_date: "2024-01-02", customer_id: 72 },
            { id: 124, car_model: "Kona Escape", rental_start_date: "2023-03-22", return_date: "2023-04-01", customer_id: 19 },
            { id: 125, car_model: "Kona", rental_start_date: "2024-02-21", return_date: "2024-03-05", customer_id: 156 },
            { id: 126, car_model: "Civic", rental_start_date: "2023-11-28", return_date: "2023-12-05", customer_id: 226 },
            { id: 127, car_model: "Altima CRV Focus", rental_start_date: "2024-08-20", return_date: "2024-09-19", customer_id: 47 },
            { id: 128, car_model: "Civic Tucson", rental_start_date: "2024-01-20", return_date: "2024-02-17", customer_id: 239 },
            { id: 129, car_model: "Accord Charger", rental_start_date: "2023-09-21", return_date: "2023-10-17", customer_id: 135 },
            { id: 130, car_model: "Focus Charger", rental_start_date: "2024-09-02", return_date: "2024-09-02", customer_id: 161 },
            { id: 131, car_model: "Kona", rental_start_date: "2023-09-17", return_date: "2023-10-02", customer_id: 200 },
            { id: 132, car_model: "Accord Explorer", rental_start_date: "2023-07-31", return_date: "2023-08-09", customer_id: 33 },
            { id: 133, car_model: "Altima Tucson Civic", rental_start_date: "2023-12-31", return_date: "2024-01-21", customer_id: 228 },
            { id: 134, car_model: "Accord", rental_start_date: "2023-11-26", return_date: "2023-12-22", customer_id: 137 },
            { id: 135, car_model: "Malibu", rental_start_date: "2024-09-20", return_date: "2024-10-07", customer_id: 9 },
            { id: 136, car_model: "Charger ModelS Altima", rental_start_date: "2024-05-05", return_date: "2024-06-02", customer_id: 199 },
            { id: 137, car_model: "ModelS Mustang", rental_start_date: "2024-01-12", return_date: "2024-02-03", customer_id: 232 },
            { id: 138, car_model: "CRV", rental_start_date: "2023-03-06", return_date: "2023-03-13", customer_id: 14 },
            { id: 139, car_model: "Kona", rental_start_date: "2024-02-14", return_date: "2024-03-03", customer_id: 112 },
            { id: 140, car_model: "Crossover Sentra Camry", rental_start_date: "2023-01-30", return_date: "2023-02-07", customer_id: 29 },
            { id: 141, car_model: "Soul", rental_start_date: "2023-11-25", return_date: "2023-11-26", customer_id: 60 },
            { id: 142, car_model: "Explorer Tucson", rental_start_date: "2024-05-10", return_date: "2024-06-09", customer_id: 239 },
            { id: 143, car_model: "RAV4 Sentra", rental_start_date: "2024-05-29", return_date: "2024-06-15", customer_id: 5 },
            { id: 144, car_model: "Crossover", rental_start_date: "2024-09-13", return_date: "2024-09-27", customer_id: 92 },
            { id: 145, car_model: "Sentra CRV Malibu", rental_start_date: "2023-12-13", return_date: "2023-12-19", customer_id: 87 },
            { id: 146, car_model: "Malibu Tucson RAV4", rental_start_date: "2023-12-08", return_date: "2023-12-30", customer_id: 193 },
            { id: 147, car_model: "Soul", rental_start_date: "2024-11-30", return_date: "2024-12-22", customer_id: 173 },
            { id: 148, car_model: "Mustang Kona", rental_start_date: "2023-10-03", return_date: "2023-10-21", customer_id: 101 },
            { id: 149, car_model: "RAV4", rental_start_date: "2024-03-22", return_date: "2024-03-23", customer_id: 142 },
            { id: 150, car_model: "Mustang Soul", rental_start_date: "2023-12-07", return_date: "2024-01-05", customer_id: 205 },
            { id: 151, car_model: "Escape Crossover", rental_start_date: "2024-07-14", return_date: "2024-07-15", customer_id: 222 },
            { id: 152, car_model: "Sentra", rental_start_date: "2023-09-05", return_date: "2023-10-04", customer_id: 67 },
            { id: 153, car_model: "Charger Kona", rental_start_date: "2023-01-17", return_date: "2023-02-06", customer_id: 27 },
            { id: 154, car_model: "Malibu Tucson", rental_start_date: "2023-09-24", return_date: "2023-10-15", customer_id: 102 },
            { id: 155, car_model: "Tucson Explorer", rental_start_date: "2024-09-28", return_date: "2024-10-26", customer_id: 28 },
            { id: 156, car_model: "Accord Cherokee Civic", rental_start_date: "2023-07-09", return_date: "2023-07-11", customer_id: 131 },
            { id: 157, car_model: "Civic", rental_start_date: "2024-01-29", return_date: "2024-02-22", customer_id: 26 },
            { id: 158, car_model: "Mustang CRV", rental_start_date: "2023-03-10", return_date: "2023-04-08", customer_id: 91 },
            { id: 159, car_model: "Explorer", rental_start_date: "2024-05-09", return_date: "2024-05-24", customer_id: 225 },
            { id: 160, car_model: "Crossover ModelS", rental_start_date: "2023-08-24", return_date: "2023-09-19", customer_id: 30 },
            { id: 161, car_model: "CRV", rental_start_date: "2024-11-27", return_date: "2024-11-29", customer_id: 224 },
            { id: 162, car_model: "Tucson Sentra Accord", rental_start_date: "2024-11-25", return_date: "2024-12-12", customer_id: 33 },
            { id: 163, car_model: "Jetta Focus", rental_start_date: "2024-03-03", return_date: "2024-03-31", customer_id: 74 },
            { id: 164, car_model: "Jetta Malibu Explorer", rental_start_date: "2023-11-09", return_date: "2023-11-27", customer_id: 163 },
            { id: 165, car_model: "CRV", rental_start_date: "2023-09-30", return_date: "2023-10-22", customer_id: 153 },
            { id: 166, car_model: "Soul", rental_start_date: "2024-10-29", return_date: "2024-11-11", customer_id: 227 },
            { id: 167, car_model: "Altima", rental_start_date: "2024-11-06", return_date: "2024-12-05", customer_id: 83 },
            { id: 168, car_model: "Soul", rental_start_date: "2023-12-07", return_date: "2023-12-20", customer_id: 187 },
            { id: 169, car_model: "ModelS CRV", rental_start_date: "2024-10-25", return_date: "2024-11-23", customer_id: 56 },
            { id: 170, car_model: "Malibu Charger Mustang", rental_start_date: "2024-12-24", return_date: "2025-01-13", customer_id: 214 },
            { id: 171, car_model: "CRV Cherokee Kona", rental_start_date: "2023-03-08", return_date: "2023-03-28", customer_id: 119 },
            { id: 172, car_model: "Escape", rental_start_date: "2024-02-05", return_date: "2024-03-01", customer_id: 94 },
            { id: 173, car_model: "Tucson", rental_start_date: "2023-01-06", return_date: "2023-01-12", customer_id: 36 },
            { id: 174, car_model: "Explorer Cherokee Camry", rental_start_date: "2024-10-08", return_date: "2024-11-07", customer_id: 3 },
            { id: 175, car_model: "Charger", rental_start_date: "2024-12-30", return_date: "2025-01-06", customer_id: 208 },
            { id: 176, car_model: "Altima", rental_start_date: "2024-12-23", return_date: "2025-01-03", customer_id: 224 },
            { id: 177, car_model: "Escape", rental_start_date: "2023-03-15", return_date: "2023-04-10", customer_id: 49 },
            { id: 178, car_model: "Tucson Focus Charger", rental_start_date: "2023-03-07", return_date: "2023-03-23", customer_id: 145 },
            { id: 179, car_model: "Crossover Charger Jetta", rental_start_date: "2024-12-09", return_date: "2024-12-28", customer_id: 105 },
            { id: 180, car_model: "Altima", rental_start_date: "2024-11-29", return_date: "2024-12-24", customer_id: 62 },
            { id: 181, car_model: "Camry Charger Crossover", rental_start_date: "2023-11-07", return_date: "2023-11-20", customer_id: 43 },
            { id: 182, car_model: "Soul Kona Focus", rental_start_date: "2023-09-17", return_date: "2023-09-24", customer_id: 2 },
            { id: 183, car_model: "ModelS Malibu", rental_start_date: "2024-02-25", return_date: "2024-03-06", customer_id: 76 },
            { id: 184, car_model: "ModelS", rental_start_date: "2023-12-21", return_date: "2023-12-22", customer_id: 247 },
            { id: 185, car_model: "Kona", rental_start_date: "2023-03-25", return_date: "2023-04-17", customer_id: 131 },
            { id: 186, car_model: "Cherokee", rental_start_date: "2023-07-05", return_date: "2023-07-09", customer_id: 226 },
            { id: 187, car_model: "Cherokee CRV Mustang", rental_start_date: "2023-08-11", return_date: "2023-09-07", customer_id: 77 },
            { id: 188, car_model: "Mustang", rental_start_date: "2023-01-09", return_date: "2023-02-02", customer_id: 82 },
            { id: 189, car_model: "Cherokee", rental_start_date: "2023-11-20", return_date: "2023-12-03", customer_id: 7 },
            { id: 190, car_model: "Escape Accord Sentra", rental_start_date: "2024-07-15", return_date: "2024-08-12", customer_id: 63 },
            { id: 191, car_model: "Mustang Sentra Accord", rental_start_date: "2024-01-03", return_date: "2024-01-23", customer_id: 72 },
            { id: 192, car_model: "Focus", rental_start_date: "2024-11-05", return_date: "2024-11-23", customer_id: 197 },
            { id: 193, car_model: "Camry Malibu Accord", rental_start_date: "2024-02-25", return_date: "2024-03-12", customer_id: 82 },
            { id: 194, car_model: "Crossover Sentra Civic", rental_start_date: "2023-07-26", return_date: "2023-08-20", customer_id: 20 },
            { id: 195, car_model: "Charger Cherokee", rental_start_date: "2023-05-17", return_date: "2023-05-22", customer_id: 75 },
            { id: 196, car_model: "Civic CRV", rental_start_date: "2024-08-05", return_date: "2024-08-06", customer_id: 32 },
            { id: 197, car_model: "Camry ModelS", rental_start_date: "2024-06-22", return_date: "2024-06-25", customer_id: 29 },
            { id: 198, car_model: "Malibu Soul", rental_start_date: "2023-05-29", return_date: "2023-06-02", customer_id: 158 },
            { id: 199, car_model: "Focus Explorer", rental_start_date: "2024-04-27", return_date: "2024-05-12", customer_id: 20 },
            { id: 200, car_model: "ModelS Cherokee Escape", rental_start_date: "2024-11-29", return_date: "2024-12-15", customer_id: 182 },
        ],
    });
    await prisma.flights.createMany({
        data: [
            { id: 1, flight_number: "AA UA", departure_airport: "Warsaw", arrival_airport: "Sydney", departure_date: new Date("2024-02-12T13:21:46Z"), customer_id: 119 },
            { id: 2, flight_number: "EK AF", departure_airport: "Bogota", arrival_airport: "London", departure_date: new Date("2023-05-10T11:04:33Z"), customer_id: 231 },
            { id: 3, flight_number: "UA AA SW", departure_airport: "Auckland", arrival_airport: "Chicago", departure_date: new Date("2024-06-28T08:26:11Z"), customer_id: 141 },
            { id: 4, flight_number: "SW", departure_airport: "Ankara", arrival_airport: "Helsinki", departure_date: new Date("2024-07-28T10:59:12Z"), customer_id: 37 },
            { id: 5, flight_number: "UA", departure_airport: "London", arrival_airport: "Amsterdam", departure_date: new Date("2024-07-24T09:00:30Z"), customer_id: 52 },
            { id: 6, flight_number: "VA", departure_airport: "Taipei", arrival_airport: "Zurich", departure_date: new Date("2024-06-15T21:33:12Z"), customer_id: 248 },
            { id: 7, flight_number: "KL EY EK", departure_airport: "Bucharest", arrival_airport: "Amsterdam", departure_date: new Date("2024-09-08T20:11:57Z"), customer_id: 87 },
            { id: 8, flight_number: "WY AF", departure_airport: "Stockholm", arrival_airport: "London", departure_date: new Date("2023-11-28T17:39:21Z"), customer_id: 125 },
            { id: 9, flight_number: "WY EK EY", departure_airport: "Seoul", arrival_airport: "Kyoto", departure_date: new Date("2023-10-25T10:13:47Z"), customer_id: 92 },
            { id: 10, flight_number: "DL", departure_airport: "Manila", arrival_airport: "Berlin", departure_date: new Date("2024-05-31T14:28:08Z"), customer_id: 146 },
            { id: 11, flight_number: "EK AA IB", departure_airport: "Kyoto", arrival_airport: "Vancouver", departure_date: new Date("2023-12-15T23:55:28Z"), customer_id: 92 },
            { id: 12, flight_number: "JL NH AF", departure_airport: "Taipei", arrival_airport: "Manila", departure_date: new Date("2023-03-07T19:21:16Z"), customer_id: 27 },
            { id: 13, flight_number: "NH QR", departure_airport: "Jakarta", arrival_airport: "Buenos Aires", departure_date: new Date("2024-02-29T17:16:02Z"), customer_id: 138 },
            { id: 14, flight_number: "IB", departure_airport: "Ankara", arrival_airport: "Edinburgh", departure_date: new Date("2024-04-11T16:19:18Z"), customer_id: 186 },
            { id: 15, flight_number: "IB LH", departure_airport: "Rome", arrival_airport: "Lisbon", departure_date: new Date("2023-11-11T20:45:04Z"), customer_id: 135 },
            { id: 16, flight_number: "AA AC", departure_airport: "Ankara", arrival_airport: "Melbourne", departure_date: new Date("2024-11-06T21:25:03Z"), customer_id: 64 },
            { id: 17, flight_number: "BA NH AF", departure_airport: "Sydney", arrival_airport: "Oslo", departure_date: new Date("2023-03-21T20:30:07Z"), customer_id: 145 },
            { id: 18, flight_number: "KL", departure_airport: "Montreal", arrival_airport: "Milan", departure_date: new Date("2023-04-02T19:11:17Z"), customer_id: 95 },
            { id: 19, flight_number: "CX", departure_airport: "Manila", arrival_airport: "Manila", departure_date: new Date("2024-04-03T12:22:52Z"), customer_id: 188 },
            { id: 20, flight_number: "VA", departure_airport: "Cape Town", arrival_airport: "Denver", departure_date: new Date("2024-12-14T12:42:45Z"), customer_id: 161 },
            { id: 21, flight_number: "LH", departure_airport: "Budapest", arrival_airport: "Munich", departure_date: new Date("2024-11-07T10:34:28Z"), customer_id: 240 },
            { id: 22, flight_number: "AF", departure_airport: "London", arrival_airport: "Hamburg", departure_date: new Date("2023-02-13T21:59:41Z"), customer_id: 215 },
            { id: 23, flight_number: "VA NH EK", departure_airport: "Seoul", arrival_airport: "Chicago", departure_date: new Date("2024-11-10T17:11:11Z"), customer_id: 138 },
            { id: 24, flight_number: "WY DL AA", departure_airport: "Jakarta", arrival_airport: "Stockholm", departure_date: new Date("2023-03-02T19:26:06Z"), customer_id: 48 },
            { id: 25, flight_number: "JL", departure_airport: "Oslo", arrival_airport: "San Diego", departure_date: new Date("2024-09-23T11:38:51Z"), customer_id: 45 },
            { id: 26, flight_number: "KL AA", departure_airport: "Boston", arrival_airport: "Warsaw", departure_date: new Date("2024-11-27T20:02:15Z"), customer_id: 5 },
            { id: 27, flight_number: "WY CX", departure_airport: "Ankara", arrival_airport: "Boston", departure_date: new Date("2024-11-03T22:24:09Z"), customer_id: 45 },
            { id: 28, flight_number: "LH DL", departure_airport: "Sydney", arrival_airport: "Singapore", departure_date: new Date("2023-06-08T09:43:09Z"), customer_id: 239 },
            { id: 29, flight_number: "KL QR BA", departure_airport: "London", arrival_airport: "Lagos", departure_date: new Date("2023-09-02T20:19:50Z"), customer_id: 141 },
            { id: 30, flight_number: "NZ BA", departure_airport: "Austin", arrival_airport: "Austin", departure_date: new Date("2023-06-15T19:32:18Z"), customer_id: 97 },
            { id: 31, flight_number: "NZ AF CX", departure_airport: "Melbourne", arrival_airport: "Jakarta", departure_date: new Date("2024-09-12T10:24:26Z"), customer_id: 21 },
            { id: 32, flight_number: "AF BA NZ", departure_airport: "Manila", arrival_airport: "Cape Town", departure_date: new Date("2023-09-03T10:17:20Z"), customer_id: 9 },
            { id: 33, flight_number: "LH", departure_airport: "Manila", arrival_airport: "Chicago", departure_date: new Date("2023-08-12T20:01:07Z"), customer_id: 75 },
            { id: 34, flight_number: "EK JL SW", departure_airport: "Chicago", arrival_airport: "Sao Paulo", departure_date: new Date("2023-11-15T13:35:03Z"), customer_id: 201 },
            { id: 35, flight_number: "AA", departure_airport: "Toronto", arrival_airport: "Taipei", departure_date: new Date("2024-09-20T16:26:37Z"), customer_id: 77 },
            { id: 36, flight_number: "DL BA LH", departure_airport: "Ankara", arrival_airport: "Bogota", departure_date: new Date("2024-02-26T20:09:53Z"), customer_id: 236 },
            { id: 37, flight_number: "WY", departure_airport: "Taipei", arrival_airport: "Rome", departure_date: new Date("2023-09-30T18:35:47Z"), customer_id: 84 },
            { id: 38, flight_number: "AA LH BA", departure_airport: "Melbourne", arrival_airport: "Copenhagen", departure_date: new Date("2023-08-16T22:39:24Z"), customer_id: 52 },
            { id: 39, flight_number: "BA VA", departure_airport: "Boston", arrival_airport: "Madrid", departure_date: new Date("2023-06-13T13:28:33Z"), customer_id: 5 },
            { id: 40, flight_number: "BA EK JL", departure_airport: "Santiago", arrival_airport: "Kyoto", departure_date: new Date("2024-08-14T22:38:12Z"), customer_id: 56 },
            { id: 41, flight_number: "CX BA NZ", departure_airport: "Nairobi", arrival_airport: "Santiago", departure_date: new Date("2024-07-25T13:32:50Z"), customer_id: 125 },
            { id: 42, flight_number: "AA NZ VA", departure_airport: "Chicago", arrival_airport: "Lyon", departure_date: new Date("2023-03-07T13:50:11Z"), customer_id: 68 },
            { id: 43, flight_number: "SK IB KL", departure_airport: "Stockholm", arrival_airport: "London", departure_date: new Date("2024-02-23T19:11:15Z"), customer_id: 172 },
            { id: 44, flight_number: "QR KL EY", departure_airport: "Sydney", arrival_airport: "Melbourne", departure_date: new Date("2023-03-28T06:43:31Z"), customer_id: 114 },
            { id: 45, flight_number: "QR", departure_airport: "Nairobi", arrival_airport: "Austin", departure_date: new Date("2024-08-27T16:42:22Z"), customer_id: 28 },
            { id: 46, flight_number: "UA DL JL", departure_airport: "Istanbul", arrival_airport: "Cairo", departure_date: new Date("2023-10-18T13:27:10Z"), customer_id: 182 },
            { id: 47, flight_number: "SW DL VA", departure_airport: "Ankara", arrival_airport: "Nairobi", departure_date: new Date("2023-08-26T17:18:01Z"), customer_id: 245 },
            { id: 48, flight_number: "NZ", departure_airport: "Cape Town", arrival_airport: "Rome", departure_date: new Date("2023-06-02T17:49:00Z"), customer_id: 156 },
            { id: 49, flight_number: "EY NZ", departure_airport: "Lagos", arrival_airport: "Vancouver", departure_date: new Date("2024-10-12T11:05:40Z"), customer_id: 67 },
            { id: 50, flight_number: "UA", departure_airport: "Brussels", arrival_airport: "Rome", departure_date: new Date("2024-08-28T07:42:59Z"), customer_id: 80 },
            { id: 51, flight_number: "SW SK NH", departure_airport: "Buenos Aires", arrival_airport: "Rome", departure_date: new Date("2023-02-03T10:24:53Z"), customer_id: 139 },
            { id: 52, flight_number: "JL AC", departure_airport: "Stockholm", arrival_airport: "Barcelona", departure_date: new Date("2024-11-12T09:03:39Z"), customer_id: 214 },
            { id: 53, flight_number: "WY", departure_airport: "Singapore", arrival_airport: "Buenos Aires", departure_date: new Date("2024-04-06T21:44:08Z"), customer_id: 18 },
            { id: 54, flight_number: "UA", departure_airport: "Montreal", arrival_airport: "Porto", departure_date: new Date("2024-01-16T10:34:59Z"), customer_id: 152 },
            { id: 55, flight_number: "DL", departure_airport: "Porto", arrival_airport: "Melbourne", departure_date: new Date("2024-01-07T17:36:50Z"), customer_id: 127 },
            { id: 56, flight_number: "IB CX", departure_airport: "Barcelona", arrival_airport: "Taipei", departure_date: new Date("2023-10-11T19:55:40Z"), customer_id: 35 },
            { id: 57, flight_number: "IB UA SW", departure_airport: "Jakarta", arrival_airport: "Tokyo", departure_date: new Date("2023-03-20T18:04:39Z"), customer_id: 138 },
            { id: 58, flight_number: "EY", departure_airport: "Manila", arrival_airport: "San Diego", departure_date: new Date("2023-04-10T10:48:09Z"), customer_id: 10 },
            { id: 59, flight_number: "LH CX", departure_airport: "Lima", arrival_airport: "Dublin", departure_date: new Date("2024-04-24T07:35:13Z"), customer_id: 70 },
            { id: 60, flight_number: "EK", departure_airport: "San Diego", arrival_airport: "Istanbul", departure_date: new Date("2024-06-28T21:17:02Z"), customer_id: 179 },
            { id: 61, flight_number: "EK DL UA", departure_airport: "Barcelona", arrival_airport: "Madrid", departure_date: new Date("2023-02-18T12:04:16Z"), customer_id: 184 },
            { id: 62, flight_number: "NH", departure_airport: "Zurich", arrival_airport: "Melbourne", departure_date: new Date("2024-09-01T07:53:34Z"), customer_id: 157 },
            { id: 63, flight_number: "LH", departure_airport: "Porto", arrival_airport: "Taipei", departure_date: new Date("2023-03-22T22:55:03Z"), customer_id: 179 },
            { id: 64, flight_number: "AF NZ QR", departure_airport: "Lagos", arrival_airport: "Kyoto", departure_date: new Date("2024-05-07T20:46:20Z"), customer_id: 123 },
            { id: 65, flight_number: "KL EK AC", departure_airport: "Lagos", arrival_airport: "Milan", departure_date: new Date("2024-07-13T01:47:39Z"), customer_id: 176 },
            { id: 66, flight_number: "JL", departure_airport: "Sydney", arrival_airport: "Lagos", departure_date: new Date("2024-08-04T17:37:17Z"), customer_id: 87 },
            { id: 67, flight_number: "SW BA", departure_airport: "Bogota", arrival_airport: "Lima", departure_date: new Date("2023-06-17T19:39:46Z"), customer_id: 25 },
            { id: 68, flight_number: "VA BA", departure_airport: "Edinburgh", arrival_airport: "Vancouver", departure_date: new Date("2024-08-03T19:51:31Z"), customer_id: 31 },
            { id: 69, flight_number: "CX", departure_airport: "Prague", arrival_airport: "Boston", departure_date: new Date("2024-01-23T07:32:28Z"), customer_id: 208 },
            { id: 70, flight_number: "SW AC BA", departure_airport: "Nairobi", arrival_airport: "San Diego", departure_date: new Date("2024-08-20T23:55:42Z"), customer_id: 3 },
            { id: 71, flight_number: "WY BA KL", departure_airport: "Zurich", arrival_airport: "Copenhagen", departure_date: new Date("2023-06-29T14:24:55Z"), customer_id: 210 },
            { id: 72, flight_number: "WY AA", departure_airport: "Istanbul", arrival_airport: "Vienna", departure_date: new Date("2023-01-08T12:55:18Z"), customer_id: 161 },
            { id: 73, flight_number: "NZ EY LH", departure_airport: "Denver", arrival_airport: "Cape Town", departure_date: new Date("2024-05-27T18:27:33Z"), customer_id: 51 },
            { id: 74, flight_number: "NH QR AA", departure_airport: "Amsterdam", arrival_airport: "Sydney", departure_date: new Date("2024-12-28T21:46:41Z"), customer_id: 20 },
            { id: 75, flight_number: "NH", departure_airport: "Lyon", arrival_airport: "Singapore", departure_date: new Date("2024-12-28T15:27:56Z"), customer_id: 81 },
            { id: 76, flight_number: "VA", departure_airport: "Manila", arrival_airport: "Chicago", departure_date: new Date("2024-01-17T21:42:36Z"), customer_id: 153 },
            { id: 77, flight_number: "QR VA AC", departure_airport: "Lisbon", arrival_airport: "Istanbul", departure_date: new Date("2024-05-09T09:52:44Z"), customer_id: 203 },
            { id: 78, flight_number: "WY QR JL", departure_airport: "Lagos", arrival_airport: "Singapore", departure_date: new Date("2023-12-12T16:19:31Z"), customer_id: 99 },
            { id: 79, flight_number: "QR AA SW", departure_airport: "Madrid", arrival_airport: "Sydney", departure_date: new Date("2024-10-01T18:50:01Z"), customer_id: 176 },
            { id: 80, flight_number: "NZ JL AF", departure_airport: "Bucharest", arrival_airport: "Lyon", departure_date: new Date("2024-12-02T12:48:58Z"), customer_id: 8 },
            { id: 81, flight_number: "VA QR", departure_airport: "Edinburgh", arrival_airport: "Helsinki", departure_date: new Date("2023-08-23T06:12:10Z"), customer_id: 140 },
            { id: 82, flight_number: "LH", departure_airport: "Amsterdam", arrival_airport: "Lagos", departure_date: new Date("2024-12-27T11:15:26Z"), customer_id: 63 },
            { id: 83, flight_number: "CX IB NH", departure_airport: "Taipei", arrival_airport: "Mexico City", departure_date: new Date("2024-08-17T12:33:34Z"), customer_id: 167 },
            { id: 84, flight_number: "SK LH", departure_airport: "Vancouver", arrival_airport: "Edinburgh", departure_date: new Date("2023-10-10T10:57:29Z"), customer_id: 174 },
            { id: 85, flight_number: "CX IB", departure_airport: "Singapore", arrival_airport: "Amsterdam", departure_date: new Date("2024-03-30T08:10:06Z"), customer_id: 237 },
            { id: 86, flight_number: "EK EY LH", departure_airport: "Vienna", arrival_airport: "Amsterdam", departure_date: new Date("2024-02-06T19:48:41Z"), customer_id: 142 },
            { id: 87, flight_number: "NH EK", departure_airport: "Tokyo", arrival_airport: "Taipei", departure_date: new Date("2023-04-24T17:08:19Z"), customer_id: 133 },
            { id: 88, flight_number: "CX", departure_airport: "Ankara", arrival_airport: "Jakarta", departure_date: new Date("2023-11-27T07:13:43Z"), customer_id: 201 },
            { id: 89, flight_number: "EY", departure_airport: "Chicago", arrival_airport: "Cairo", departure_date: new Date("2023-04-11T19:12:42Z"), customer_id: 186 },
            { id: 90, flight_number: "SK IB", departure_airport: "Paris", arrival_airport: "Bogota", departure_date: new Date("2024-06-24T00:53:16Z"), customer_id: 71 },
            { id: 91, flight_number: "LH", departure_airport: "Seattle", arrival_airport: "London", departure_date: new Date("2024-04-25T05:01:11Z"), customer_id: 57 },
            { id: 92, flight_number: "LH EY EK", departure_airport: "Helsinki", arrival_airport: "Edinburgh", departure_date: new Date("2024-07-08T13:49:29Z"), customer_id: 30 },
            { id: 93, flight_number: "IB VA NH", departure_airport: "Hamburg", arrival_airport: "Tokyo", departure_date: new Date("2024-12-30T09:37:02Z"), customer_id: 186 },
            { id: 94, flight_number: "UA", departure_airport: "Milan", arrival_airport: "Bogota", departure_date: new Date("2024-02-08T19:02:54Z"), customer_id: 164 },
            { id: 95, flight_number: "DL SK", departure_airport: "Seattle", arrival_airport: "Lagos", departure_date: new Date("2023-09-27T13:09:17Z"), customer_id: 177 },
            { id: 96, flight_number: "AF", departure_airport: "Milan", arrival_airport: "London", departure_date: new Date("2024-11-11T20:29:10Z"), customer_id: 102 },
            { id: 97, flight_number: "UA", departure_airport: "Chicago", arrival_airport: "Lisbon", departure_date: new Date("2024-06-23T22:47:34Z"), customer_id: 183 },
            { id: 98, flight_number: "VA AC CX", departure_airport: "Budapest", arrival_airport: "Bogota", departure_date: new Date("2024-11-22T09:36:15Z"), customer_id: 151 },
            { id: 99, flight_number: "NZ EK UA", departure_airport: "Hamburg", arrival_airport: "Jakarta", departure_date: new Date("2024-12-04T15:28:25Z"), customer_id: 37 },
            { id: 100, flight_number: "IB LH", departure_airport: "Hamburg", arrival_airport: "Lagos", departure_date: new Date("2023-02-06T18:28:31Z"), customer_id: 148 },
            { id: 101, flight_number: "EY CX SK", departure_airport: "Taipei", arrival_airport: "Dublin", departure_date: new Date("2023-12-18T10:29:26Z"), customer_id: 178 },
            { id: 102, flight_number: "NZ", departure_airport: "Boston", arrival_airport: "Seoul", departure_date: new Date("2023-01-24T07:37:04Z"), customer_id: 232 },
            { id: 103, flight_number: "DL", departure_airport: "Istanbul", arrival_airport: "Sydney", departure_date: new Date("2023-02-14T22:33:17Z"), customer_id: 68 },
            { id: 104, flight_number: "EY IB", departure_airport: "Mexico City", arrival_airport: "Denver", departure_date: new Date("2024-07-31T18:17:12Z"), customer_id: 70 },
            { id: 105, flight_number: "AC", departure_airport: "Jakarta", arrival_airport: "Lima", departure_date: new Date("2023-01-23T19:36:31Z"), customer_id: 232 },
            { id: 106, flight_number: "JL", departure_airport: "Bangkok", arrival_airport: "Jakarta", departure_date: new Date("2023-04-11T16:23:50Z"), customer_id: 19 },
            { id: 107, flight_number: "AF IB UA", departure_airport: "Chicago", arrival_airport: "Toronto", departure_date: new Date("2024-09-07T19:57:43Z"), customer_id: 74 },
            { id: 108, flight_number: "AA JL", departure_airport: "Toronto", arrival_airport: "Jakarta", departure_date: new Date("2024-04-27T18:55:33Z"), customer_id: 235 },
            { id: 109, flight_number: "SK QR", departure_airport: "Delhi", arrival_airport: "Helsinki", departure_date: new Date("2024-12-21T19:00:29Z"), customer_id: 30 },
            { id: 110, flight_number: "KL", departure_airport: "Mexico City", arrival_airport: "Rome", departure_date: new Date("2024-06-24T15:10:03Z"), customer_id: 160 },
            { id: 111, flight_number: "EK LH", departure_airport: "Tokyo", arrival_airport: "Stockholm", departure_date: new Date("2023-05-07T21:30:56Z"), customer_id: 39 },
            { id: 112, flight_number: "AC", departure_airport: "Munich", arrival_airport: "Auckland", departure_date: new Date("2024-05-31T08:14:18Z"), customer_id: 86 },
            { id: 113, flight_number: "EK VA", departure_airport: "London", arrival_airport: "Buenos Aires", departure_date: new Date("2024-01-11T19:02:55Z"), customer_id: 104 },
            { id: 114, flight_number: "EY DL IB", departure_airport: "Berlin", arrival_airport: "Lagos", departure_date: new Date("2023-08-23T00:06:07Z"), customer_id: 198 },
            { id: 115, flight_number: "IB", departure_airport: "Zurich", arrival_airport: "Helsinki", departure_date: new Date("2024-04-11T00:29:47Z"), customer_id: 124 },
            { id: 116, flight_number: "KL JL QR", departure_airport: "Edinburgh", arrival_airport: "Bucharest", departure_date: new Date("2024-12-25T14:22:22Z"), customer_id: 2 },
            { id: 117, flight_number: "UA CX WY", departure_airport: "Lagos", arrival_airport: "Manila", departure_date: new Date("2024-08-31T16:14:53Z"), customer_id: 69 },
            { id: 118, flight_number: "KL JL", departure_airport: "Auckland", arrival_airport: "Berlin", departure_date: new Date("2023-07-14T13:01:56Z"), customer_id: 242 },
            { id: 119, flight_number: "SW LH", departure_airport: "Manchester", arrival_airport: "San Diego", departure_date: new Date("2024-12-06T18:37:03Z"), customer_id: 91 },
            { id: 120, flight_number: "JL NZ", departure_airport: "Bucharest", arrival_airport: "Seattle", departure_date: new Date("2023-08-24T19:29:56Z"), customer_id: 221 },
            { id: 121, flight_number: "KL", departure_airport: "Helsinki", arrival_airport: "Amsterdam", departure_date: new Date("2023-07-27T21:06:04Z"), customer_id: 57 },
            { id: 122, flight_number: "AC QR", departure_airport: "Edinburgh", arrival_airport: "Vienna", departure_date: new Date("2023-01-23T11:27:28Z"), customer_id: 224 },
            { id: 123, flight_number: "VA", departure_airport: "Bangkok", arrival_airport: "Zurich", departure_date: new Date("2023-10-10T21:55:56Z"), customer_id: 151 },
            { id: 124, flight_number: "VA", departure_airport: "Milan", arrival_airport: "Auckland", departure_date: new Date("2023-03-15T10:24:36Z"), customer_id: 85 },
            { id: 125, flight_number: "SK UA", departure_airport: "Manchester", arrival_airport: "Lagos", departure_date: new Date("2023-08-18T12:25:10Z"), customer_id: 167 },
            { id: 126, flight_number: "KL", departure_airport: "Brussels", arrival_airport: "Bucharest", departure_date: new Date("2023-01-06T19:57:33Z"), customer_id: 147 },
            { id: 127, flight_number: "QR KL DL", departure_airport: "Singapore", arrival_airport: "Oslo", departure_date: new Date("2023-06-05T08:26:11Z"), customer_id: 114 },
            { id: 128, flight_number: "NZ EK", departure_airport: "Auckland", arrival_airport: "Vancouver", departure_date: new Date("2024-04-24T19:56:24Z"), customer_id: 145 },
            { id: 129, flight_number: "NH", departure_airport: "Buenos Aires", arrival_airport: "Sao Paulo", departure_date: new Date("2024-07-31T05:41:57Z"), customer_id: 16 },
            { id: 130, flight_number: "JL CX", departure_airport: "Bucharest", arrival_airport: "Warsaw", departure_date: new Date("2023-10-17T18:36:57Z"), customer_id: 189 },
            { id: 131, flight_number: "SK BA KL", departure_airport: "Ankara", arrival_airport: "Hamburg", departure_date: new Date("2023-07-26T17:10:42Z"), customer_id: 114 },
            { id: 132, flight_number: "SW AC NZ", departure_airport: "Austin", arrival_airport: "Lyon", departure_date: new Date("2023-01-09T15:57:39Z"), customer_id: 43 },
            { id: 133, flight_number: "BA IB", departure_airport: "Seoul", arrival_airport: "Porto", departure_date: new Date("2024-01-04T16:00:07Z"), customer_id: 175 },
            { id: 134, flight_number: "AA VA DL", departure_airport: "Buenos Aires", arrival_airport: "Paris", departure_date: new Date("2023-01-09T23:12:00Z"), customer_id: 167 },
            { id: 135, flight_number: "NZ", departure_airport: "Athens", arrival_airport: "Lisbon", departure_date: new Date("2023-12-20T21:15:55Z"), customer_id: 227 },
            { id: 136, flight_number: "LH NH", departure_airport: "Lyon", arrival_airport: "Nairobi", departure_date: new Date("2024-12-17T14:16:47Z"), customer_id: 102 },
            { id: 137, flight_number: "JL LH EK", departure_airport: "Bangkok", arrival_airport: "Dublin", departure_date: new Date("2023-07-28T13:14:48Z"), customer_id: 60 },
            { id: 138, flight_number: "AA CX", departure_airport: "Helsinki", arrival_airport: "Auckland", departure_date: new Date("2024-04-18T14:14:57Z"), customer_id: 232 },
            { id: 139, flight_number: "SW UA", departure_airport: "Lisbon", arrival_airport: "Sydney", departure_date: new Date("2024-01-08T16:34:22Z"), customer_id: 70 },
            { id: 140, flight_number: "CX EK SW", departure_airport: "Lima", arrival_airport: "Mumbai", departure_date: new Date("2024-06-19T19:29:54Z"), customer_id: 50 },
            { id: 141, flight_number: "EK", departure_airport: "Vienna", arrival_airport: "Austin", departure_date: new Date("2024-06-11T08:46:26Z"), customer_id: 12 },
            { id: 142, flight_number: "CX", departure_airport: "Tokyo", arrival_airport: "London", departure_date: new Date("2024-04-22T05:00:25Z"), customer_id: 188 },
            { id: 143, flight_number: "NH", departure_airport: "Tokyo", arrival_airport: "Porto", departure_date: new Date("2023-02-27T09:52:43Z"), customer_id: 123 },
            { id: 144, flight_number: "DL IB JL", departure_airport: "Edinburgh", arrival_airport: "Ankara", departure_date: new Date("2023-08-28T09:12:32Z"), customer_id: 33 },
            { id: 145, flight_number: "AF", departure_airport: "Chicago", arrival_airport: "Rome", departure_date: new Date("2024-09-10T22:04:00Z"), customer_id: 242 },
            { id: 146, flight_number: "JL EK DL", departure_airport: "Prague", arrival_airport: "Boston", departure_date: new Date("2024-09-10T18:02:41Z"), customer_id: 211 },
            { id: 147, flight_number: "KL EY", departure_airport: "Amsterdam", arrival_airport: "Istanbul", departure_date: new Date("2024-12-23T20:49:42Z"), customer_id: 116 },
            { id: 148, flight_number: "BA", departure_airport: "Tokyo", arrival_airport: "Singapore", departure_date: new Date("2023-01-04T20:33:25Z"), customer_id: 113 },
            { id: 149, flight_number: "UA AF VA", departure_airport: "London", arrival_airport: "Milan", departure_date: new Date("2023-12-02T14:39:50Z"), customer_id: 244 },
            { id: 150, flight_number: "WY BA EK", departure_airport: "Lima", arrival_airport: "Bangkok", departure_date: new Date("2023-10-08T13:24:03Z"), customer_id: 219 },
            { id: 151, flight_number: "IB QR NH", departure_airport: "Cape Town", arrival_airport: "Edinburgh", departure_date: new Date("2023-03-10T19:52:12Z"), customer_id: 187 },
            { id: 152, flight_number: "WY", departure_airport: "Lyon", arrival_airport: "Cape Town", departure_date: new Date("2023-12-23T20:53:10Z"), customer_id: 111 },
            { id: 153, flight_number: "AF IB", departure_airport: "Lisbon", arrival_airport: "Zurich", departure_date: new Date("2024-04-09T17:50:29Z"), customer_id: 116 },
            { id: 154, flight_number: "EY UA JL", departure_airport: "Brussels", arrival_airport: "Seoul", departure_date: new Date("2023-05-06T21:11:21Z"), customer_id: 111 },
            { id: 155, flight_number: "CX", departure_airport: "Izmir", arrival_airport: "Boston", departure_date: new Date("2023-12-26T08:31:35Z"), customer_id: 152 },
            { id: 156, flight_number: "DL", departure_airport: "Ankara", arrival_airport: "Cape Town", departure_date: new Date("2023-12-09T13:34:08Z"), customer_id: 215 },
            { id: 157, flight_number: "UA", departure_airport: "Chicago", arrival_airport: "Milan", departure_date: new Date("2023-08-27T14:48:51Z"), customer_id: 196 },
            { id: 158, flight_number: "AC", departure_airport: "Chicago", arrival_airport: "Porto", departure_date: new Date("2024-07-16T19:07:55Z"), customer_id: 32 },
            { id: 159, flight_number: "QR", departure_airport: "Seattle", arrival_airport: "Lagos", departure_date: new Date("2023-12-10T07:41:15Z"), customer_id: 113 },
            { id: 160, flight_number: "AA AF EY", departure_airport: "Delhi", arrival_airport: "Tokyo", departure_date: new Date("2023-01-25T17:11:19Z"), customer_id: 212 },
            { id: 161, flight_number: "SW", departure_airport: "Rome", arrival_airport: "Austin", departure_date: new Date("2023-08-05T09:19:10Z"), customer_id: 147 },
            { id: 162, flight_number: "KL CX WY", departure_airport: "Munich", arrival_airport: "Oslo", departure_date: new Date("2023-06-02T01:41:13Z"), customer_id: 4 },
            { id: 163, flight_number: "IB AF LH", departure_airport: "Dublin", arrival_airport: "Cape Town", departure_date: new Date("2023-12-23T18:02:13Z"), customer_id: 157 },
            { id: 164, flight_number: "EK UA", departure_airport: "Munich", arrival_airport: "Paris", departure_date: new Date("2023-12-02T08:11:18Z"), customer_id: 92 },
            { id: 165, flight_number: "WY CX IB", departure_airport: "Hamburg", arrival_airport: "Sao Paulo", departure_date: new Date("2024-11-01T11:53:08Z"), customer_id: 38 },
            { id: 166, flight_number: "SK", departure_airport: "Cape Town", arrival_airport: "Prague", departure_date: new Date("2023-09-10T02:53:04Z"), customer_id: 105 },
            { id: 167, flight_number: "UA AC", departure_airport: "Budapest", arrival_airport: "Auckland", departure_date: new Date("2023-12-27T21:39:37Z"), customer_id: 12 },
            { id: 168, flight_number: "AA DL QR", departure_airport: "Tokyo", arrival_airport: "Porto", departure_date: new Date("2024-11-11T17:50:06Z"), customer_id: 140 },
            { id: 169, flight_number: "AF", departure_airport: "Kyoto", arrival_airport: "Lagos", departure_date: new Date("2024-04-27T11:21:13Z"), customer_id: 14 },
            { id: 170, flight_number: "QR", departure_airport: "Austin", arrival_airport: "Seoul", departure_date: new Date("2024-05-19T09:10:50Z"), customer_id: 208 },
            { id: 171, flight_number: "WY AF EK", departure_airport: "Seattle", arrival_airport: "Amsterdam", departure_date: new Date("2024-03-14T07:05:24Z"), customer_id: 120 },
            { id: 172, flight_number: "JL EK CX", departure_airport: "Prague", arrival_airport: "Milan", departure_date: new Date("2023-06-17T11:31:53Z"), customer_id: 15 },
            { id: 173, flight_number: "BA SK NZ", departure_airport: "Vienna", arrival_airport: "Bogota", departure_date: new Date("2023-02-19T10:29:26Z"), customer_id: 243 },
            { id: 174, flight_number: "SK AF WY", departure_airport: "Warsaw", arrival_airport: "Melbourne", departure_date: new Date("2024-03-20T17:40:10Z"), customer_id: 49 },
            { id: 175, flight_number: "EY QR", departure_airport: "London", arrival_airport: "Vancouver", departure_date: new Date("2024-07-13T21:08:20Z"), customer_id: 208 },
            { id: 176, flight_number: "KL DL SK", departure_airport: "Budapest", arrival_airport: "Lisbon", departure_date: new Date("2024-04-14T22:49:45Z"), customer_id: 46 },
            { id: 177, flight_number: "AC EY NZ", departure_airport: "Paris", arrival_airport: "Prague", departure_date: new Date("2024-11-19T23:23:20Z"), customer_id: 124 },
            { id: 178, flight_number: "WY NZ", departure_airport: "Cape Town", arrival_airport: "Brussels", departure_date: new Date("2023-02-03T19:04:55Z"), customer_id: 77 },
            { id: 179, flight_number: "KL", departure_airport: "Athens", arrival_airport: "Budapest", departure_date: new Date("2023-03-06T17:19:49Z"), customer_id: 97 },
            { id: 180, flight_number: "LH JL UA", departure_airport: "Cape Town", arrival_airport: "Lyon", departure_date: new Date("2024-01-11T08:36:20Z"), customer_id: 123 },
            { id: 181, flight_number: "SK VA BA", departure_airport: "Manila", arrival_airport: "Izmir", departure_date: new Date("2024-02-06T09:15:16Z"), customer_id: 41 },
            { id: 182, flight_number: "VA", departure_airport: "Edinburgh", arrival_airport: "London", departure_date: new Date("2024-12-30T14:26:40Z"), customer_id: 135 },
            { id: 183, flight_number: "DL AF", departure_airport: "Munich", arrival_airport: "Hamburg", departure_date: new Date("2023-01-06T22:40:01Z"), customer_id: 54 },
            { id: 184, flight_number: "LH EK SW", departure_airport: "Tokyo", arrival_airport: "Madrid", departure_date: new Date("2024-01-09T18:41:07Z"), customer_id: 39 },
            { id: 185, flight_number: "BA", departure_airport: "Cape Town", arrival_airport: "Amsterdam", departure_date: new Date("2023-09-12T15:57:19Z"), customer_id: 87 },
            { id: 186, flight_number: "NZ JL SK", departure_airport: "Zurich", arrival_airport: "Copenhagen", departure_date: new Date("2023-06-04T08:13:04Z"), customer_id: 9 },
            { id: 187, flight_number: "NZ", departure_airport: "Athens", arrival_airport: "Kyoto", departure_date: new Date("2023-06-09T13:32:13Z"), customer_id: 14 },
            { id: 188, flight_number: "VA", departure_airport: "Sydney", arrival_airport: "Nairobi", departure_date: new Date("2023-01-20T17:43:15Z"), customer_id: 197 },
            { id: 189, flight_number: "WY", departure_airport: "Delhi", arrival_airport: "Sao Paulo", departure_date: new Date("2024-04-13T14:32:42Z"), customer_id: 173 },
            { id: 190, flight_number: "AC", departure_airport: "Stockholm", arrival_airport: "Lima", departure_date: new Date("2024-10-05T13:53:58Z"), customer_id: 141 },
            { id: 191, flight_number: "QR", departure_airport: "Delhi", arrival_airport: "Manchester", departure_date: new Date("2024-03-09T11:22:00Z"), customer_id: 203 },
            { id: 192, flight_number: "NZ", departure_airport: "Manila", arrival_airport: "Melbourne", departure_date: new Date("2023-12-05T01:18:19Z"), customer_id: 23 },
            { id: 193, flight_number: "AA SW QR", departure_airport: "Athens", arrival_airport: "Boston", departure_date: new Date("2024-07-13T18:38:16Z"), customer_id: 235 },
            { id: 194, flight_number: "QR BA EY", departure_airport: "Manchester", arrival_airport: "Vancouver", departure_date: new Date("2023-02-04T18:48:43Z"), customer_id: 17 },
            { id: 195, flight_number: "QR AA", departure_airport: "Taipei", arrival_airport: "Melbourne", departure_date: new Date("2024-06-23T21:15:58Z"), customer_id: 101 },
            { id: 196, flight_number: "NZ SW", departure_airport: "Sydney", arrival_airport: "Lyon", departure_date: new Date("2024-01-25T11:50:31Z"), customer_id: 87 },
            { id: 197, flight_number: "IB UA", departure_airport: "Athens", arrival_airport: "Taipei", departure_date: new Date("2023-08-21T16:37:02Z"), customer_id: 59 },
            { id: 198, flight_number: "SW NH KL", departure_airport: "Amsterdam", arrival_airport: "Hamburg", departure_date: new Date("2023-10-12T11:55:55Z"), customer_id: 249 },
            { id: 199, flight_number: "EK SK", departure_airport: "Toronto", arrival_airport: "Munich", departure_date: new Date("2024-08-17T15:40:25Z"), customer_id: 169 },
            { id: 200, flight_number: "UA NH SW", departure_airport: "Austin", arrival_airport: "Dublin", departure_date: new Date("2023-04-30T14:50:42Z"), customer_id: 21 },
            { id: 201, flight_number: "NZ VA KL", departure_airport: "Mexico City", arrival_airport: "Milan", departure_date: new Date("2023-08-12T16:35:09Z"), customer_id: 110 },
            { id: 202, flight_number: "SK", departure_airport: "Chicago", arrival_airport: "Budapest", departure_date: new Date("2024-01-15T21:55:06Z"), customer_id: 115 },
            { id: 203, flight_number: "AF SK AA", departure_airport: "Manchester", arrival_airport: "Lagos", departure_date: new Date("2024-04-11T10:32:37Z"), customer_id: 130 },
            { id: 204, flight_number: "AC", departure_airport: "Lyon", arrival_airport: "Nairobi", departure_date: new Date("2023-09-28T12:22:34Z"), customer_id: 72 },
            { id: 205, flight_number: "DL SK", departure_airport: "Bangkok", arrival_airport: "Lisbon", departure_date: new Date("2024-02-23T14:39:41Z"), customer_id: 173 },
            { id: 206, flight_number: "NZ", departure_airport: "Jakarta", arrival_airport: "Dublin", departure_date: new Date("2024-09-28T10:14:27Z"), customer_id: 230 },
            { id: 207, flight_number: "AF LH CX", departure_airport: "Brussels", arrival_airport: "Bogota", departure_date: new Date("2024-10-24T13:45:31Z"), customer_id: 72 },
            { id: 208, flight_number: "SW IB NZ", departure_airport: "San Diego", arrival_airport: "Austin", departure_date: new Date("2024-05-07T10:43:34Z"), customer_id: 54 },
            { id: 209, flight_number: "SK BA UA", departure_airport: "Munich", arrival_airport: "Edinburgh", departure_date: new Date("2023-11-03T10:35:56Z"), customer_id: 116 },
            { id: 210, flight_number: "BA EK IB", departure_airport: "Vancouver", arrival_airport: "Barcelona", departure_date: new Date("2023-08-10T16:53:49Z"), customer_id: 48 },
            { id: 211, flight_number: "NZ BA", departure_airport: "Austin", arrival_airport: "Milan", departure_date: new Date("2024-10-05T19:39:06Z"), customer_id: 206 },
            { id: 212, flight_number: "EK", departure_airport: "Helsinki", arrival_airport: "Vienna", departure_date: new Date("2024-01-23T13:23:10Z"), customer_id: 175 },
            { id: 213, flight_number: "NH", departure_airport: "Prague", arrival_airport: "Auckland", departure_date: new Date("2024-10-15T14:40:39Z"), customer_id: 108 },
            { id: 214, flight_number: "DL AA", departure_airport: "San Diego", arrival_airport: "Warsaw", departure_date: new Date("2023-07-24T19:22:03Z"), customer_id: 99 },
            { id: 215, flight_number: "NZ VA AF", departure_airport: "Lagos", arrival_airport: "Kyoto", departure_date: new Date("2023-11-16T19:01:22Z"), customer_id: 46 },
            { id: 216, flight_number: "AA JL AC", departure_airport: "Buenos Aires", arrival_airport: "Izmir", departure_date: new Date("2023-08-21T15:28:38Z"), customer_id: 124 },
            { id: 217, flight_number: "UA EY LH", departure_airport: "Taipei", arrival_airport: "Mumbai", departure_date: new Date("2024-01-04T21:00:46Z"), customer_id: 122 },
            { id: 218, flight_number: "NH", departure_airport: "Sydney", arrival_airport: "Chicago", departure_date: new Date("2024-01-11T18:52:50Z"), customer_id: 157 },
            { id: 219, flight_number: "KL IB WY", departure_airport: "Prague", arrival_airport: "Sao Paulo", departure_date: new Date("2023-12-14T12:25:51Z"), customer_id: 105 },
            { id: 220, flight_number: "CX", departure_airport: "Lisbon", arrival_airport: "Manila", departure_date: new Date("2023-10-02T20:10:28Z"), customer_id: 207 },
            { id: 221, flight_number: "KL", departure_airport: "Seattle", arrival_airport: "Milan", departure_date: new Date("2023-09-21T12:08:56Z"), customer_id: 161 },
            { id: 222, flight_number: "SK AC DL", departure_airport: "Madrid", arrival_airport: "Vancouver", departure_date: new Date("2024-05-22T17:45:47Z"), customer_id: 213 },
            { id: 223, flight_number: "AC UA", departure_airport: "Zurich", arrival_airport: "Munich", departure_date: new Date("2023-07-14T13:13:33Z"), customer_id: 96 },
            { id: 224, flight_number: "NZ KL", departure_airport: "Milan", arrival_airport: "Seoul", departure_date: new Date("2024-01-14T18:25:28Z"), customer_id: 105 },
            { id: 225, flight_number: "AA KL", departure_airport: "Nairobi", arrival_airport: "Dublin", departure_date: new Date("2024-11-19T13:40:26Z"), customer_id: 35 },
            { id: 226, flight_number: "UA SW AA", departure_airport: "Zurich", arrival_airport: "Delhi", departure_date: new Date("2024-07-31T16:49:18Z"), customer_id: 99 },
            { id: 227, flight_number: "JL NH SW", departure_airport: "London", arrival_airport: "Stockholm", departure_date: new Date("2024-11-06T07:34:57Z"), customer_id: 171 },
            { id: 228, flight_number: "SW CX BA", departure_airport: "Athens", arrival_airport: "Izmir", departure_date: new Date("2023-06-03T14:39:07Z"), customer_id: 184 },
            { id: 229, flight_number: "SW KL CX", departure_airport: "Boston", arrival_airport: "Porto", departure_date: new Date("2023-05-27T13:43:04Z"), customer_id: 232 },
            { id: 230, flight_number: "DL LH KL", departure_airport: "Milan", arrival_airport: "Kyoto", departure_date: new Date("2023-07-06T19:41:27Z"), customer_id: 63 },
            { id: 231, flight_number: "NZ BA AA", departure_airport: "Denver", arrival_airport: "Toronto", departure_date: new Date("2024-05-09T09:24:32Z"), customer_id: 228 },
            { id: 232, flight_number: "NH", departure_airport: "Mexico City", arrival_airport: "Seattle", departure_date: new Date("2023-08-16T19:49:53Z"), customer_id: 67 },
            { id: 233, flight_number: "SK DL", departure_airport: "Vancouver", arrival_airport: "Melbourne", departure_date: new Date("2023-09-26T23:29:31Z"), customer_id: 95 },
            { id: 234, flight_number: "SW VA EY", departure_airport: "Zurich", arrival_airport: "Jakarta", departure_date: new Date("2024-09-13T20:23:05Z"), customer_id: 183 },
            { id: 235, flight_number: "SW AA JL", departure_airport: "Prague", arrival_airport: "Amsterdam", departure_date: new Date("2024-03-30T09:00:07Z"), customer_id: 97 },
            { id: 236, flight_number: "NZ NH DL", departure_airport: "Taipei", arrival_airport: "Munich", departure_date: new Date("2024-09-02T11:13:37Z"), customer_id: 146 },
            { id: 237, flight_number: "SW UA AF", departure_airport: "Kyoto", arrival_airport: "Dublin", departure_date: new Date("2024-02-07T22:11:33Z"), customer_id: 175 },
            { id: 238, flight_number: "AA WY SW", departure_airport: "Helsinki", arrival_airport: "Bangkok", departure_date: new Date("2023-09-09T10:10:31Z"), customer_id: 180 },
            { id: 239, flight_number: "EK DL AC", departure_airport: "Austin", arrival_airport: "Nairobi", departure_date: new Date("2024-01-07T19:25:20Z"), customer_id: 42 },
            { id: 240, flight_number: "SK VA", departure_airport: "Boston", arrival_airport: "Singapore", departure_date: new Date("2023-10-29T14:55:46Z"), customer_id: 250 },
            { id: 241, flight_number: "EY UA", departure_airport: "Istanbul", arrival_airport: "San Diego", departure_date: new Date("2024-02-01T11:03:11Z"), customer_id: 204 },
            { id: 242, flight_number: "DL", departure_airport: "Cairo", arrival_airport: "Barcelona", departure_date: new Date("2023-02-27T11:39:48Z"), customer_id: 94 },
            { id: 243, flight_number: "NH EK SK", departure_airport: "Manchester", arrival_airport: "Melbourne", departure_date: new Date("2023-05-11T13:43:27Z"), customer_id: 237 },
            { id: 244, flight_number: "JL IB", departure_airport: "Sydney", arrival_airport: "Edinburgh", departure_date: new Date("2023-07-19T13:16:53Z"), customer_id: 78 },
            { id: 245, flight_number: "NH EK", departure_airport: "Sydney", arrival_airport: "Helsinki", departure_date: new Date("2023-12-19T20:31:08Z"), customer_id: 240 },
            { id: 246, flight_number: "KL NZ AA", departure_airport: "Lima", arrival_airport: "Jakarta", departure_date: new Date("2024-06-12T22:56:54Z"), customer_id: 25 },
            { id: 247, flight_number: "NH", departure_airport: "Bangkok", arrival_airport: "London", departure_date: new Date("2023-08-15T06:10:36Z"), customer_id: 4 },
            { id: 248, flight_number: "NH", departure_airport: "Santiago", arrival_airport: "Cape Town", departure_date: new Date("2024-10-05T11:39:52Z"), customer_id: 239 },
            { id: 249, flight_number: "CX QR EY", departure_airport: "Singapore", arrival_airport: "Vancouver", departure_date: new Date("2024-05-16T21:19:44Z"), customer_id: 182 },
            { id: 250, flight_number: "QR AA", departure_airport: "Lisbon", arrival_airport: "Delhi", departure_date: new Date("2023-02-23T17:40:23Z"), customer_id: 129 },
            { id: 251, flight_number: "SK QR", departure_airport: "Singapore", arrival_airport: "Munich", departure_date: new Date("2023-11-24T15:27:40Z"), customer_id: 186 },
            { id: 252, flight_number: "UA EK", departure_airport: "Athens", arrival_airport: "Lima", departure_date: new Date("2024-07-05T13:35:32Z"), customer_id: 40 },
            { id: 253, flight_number: "WY EK JL", departure_airport: "Austin", arrival_airport: "Istanbul", departure_date: new Date("2023-05-06T19:00:29Z"), customer_id: 167 },
            { id: 254, flight_number: "SW EY", departure_airport: "Mexico City", arrival_airport: "Denver", departure_date: new Date("2023-02-02T21:42:07Z"), customer_id: 153 },
            { id: 255, flight_number: "NH", departure_airport: "Taipei", arrival_airport: "Montreal", departure_date: new Date("2023-03-19T20:21:35Z"), customer_id: 115 },
            { id: 256, flight_number: "AC NZ AA", departure_airport: "Vienna", arrival_airport: "Edinburgh", departure_date: new Date("2023-12-29T08:43:57Z"), customer_id: 113 },
            { id: 257, flight_number: "EY EK BA", departure_airport: "Santiago", arrival_airport: "London", departure_date: new Date("2023-06-18T14:51:02Z"), customer_id: 104 },
            { id: 258, flight_number: "EK KL SW", departure_airport: "Chicago", arrival_airport: "Manchester", departure_date: new Date("2024-10-17T18:22:26Z"), customer_id: 184 },
            { id: 259, flight_number: "EK NH IB", departure_airport: "Warsaw", arrival_airport: "Budapest", departure_date: new Date("2023-05-15T11:39:57Z"), customer_id: 162 },
            { id: 260, flight_number: "AF KL", departure_airport: "Seattle", arrival_airport: "Amsterdam", departure_date: new Date("2024-05-28T17:13:48Z"), customer_id: 248 },
            { id: 261, flight_number: "KL SW AA", departure_airport: "Vienna", arrival_airport: "Lyon", departure_date: new Date("2023-10-08T19:59:09Z"), customer_id: 210 },
            { id: 262, flight_number: "SK", departure_airport: "Zurich", arrival_airport: "Auckland", departure_date: new Date("2024-03-29T15:28:12Z"), customer_id: 24 },
            { id: 263, flight_number: "QR AC CX", departure_airport: "Budapest", arrival_airport: "Seoul", departure_date: new Date("2023-02-06T11:50:34Z"), customer_id: 250 },
            { id: 264, flight_number: "SW UA WY", departure_airport: "Istanbul", arrival_airport: "Oslo", departure_date: new Date("2023-07-06T20:20:17Z"), customer_id: 37 },
            { id: 265, flight_number: "EK", departure_airport: "Cape Town", arrival_airport: "Athens", departure_date: new Date("2024-12-28T12:11:34Z"), customer_id: 247 },
            { id: 266, flight_number: "EK", departure_airport: "Paris", arrival_airport: "Singapore", departure_date: new Date("2023-04-23T22:48:26Z"), customer_id: 121 },
            { id: 267, flight_number: "WY LH BA", departure_airport: "Jakarta", arrival_airport: "Nairobi", departure_date: new Date("2023-04-27T18:47:51Z"), customer_id: 138 },
            { id: 268, flight_number: "KL UA AA", departure_airport: "Vancouver", arrival_airport: "Ankara", departure_date: new Date("2024-06-21T00:45:50Z"), customer_id: 104 },
            { id: 269, flight_number: "IB AC", departure_airport: "Athens", arrival_airport: "Amsterdam", departure_date: new Date("2024-04-05T00:48:02Z"), customer_id: 7 },
            { id: 270, flight_number: "NH BA JL", departure_airport: "Brussels", arrival_airport: "San Diego", departure_date: new Date("2023-03-26T00:21:15Z"), customer_id: 209 },
            { id: 271, flight_number: "SW", departure_airport: "Bucharest", arrival_airport: "Mexico City", departure_date: new Date("2024-08-10T16:17:42Z"), customer_id: 126 },
            { id: 272, flight_number: "IB KL", departure_airport: "Singapore", arrival_airport: "Lisbon", departure_date: new Date("2023-01-25T18:37:48Z"), customer_id: 103 },
            { id: 273, flight_number: "UA WY", departure_airport: "Vienna", arrival_airport: "Denver", departure_date: new Date("2024-06-16T11:07:43Z"), customer_id: 49 },
            { id: 274, flight_number: "EY", departure_airport: "Bucharest", arrival_airport: "Dublin", departure_date: new Date("2024-11-08T09:33:02Z"), customer_id: 184 },
            { id: 275, flight_number: "LH DL AC", departure_airport: "Paris", arrival_airport: "Mumbai", departure_date: new Date("2023-04-14T12:17:39Z"), customer_id: 88 },
            { id: 276, flight_number: "SK SW", departure_airport: "Prague", arrival_airport: "Jakarta", departure_date: new Date("2024-05-19T14:54:07Z"), customer_id: 200 },
            { id: 277, flight_number: "AA", departure_airport: "Seoul", arrival_airport: "Lagos", departure_date: new Date("2024-03-05T11:23:49Z"), customer_id: 126 },
            { id: 278, flight_number: "AF AA WY", departure_airport: "Delhi", arrival_airport: "Buenos Aires", departure_date: new Date("2023-09-30T12:21:52Z"), customer_id: 107 },
            { id: 279, flight_number: "JL", departure_airport: "Dublin", arrival_airport: "Buenos Aires", departure_date: new Date("2023-09-04T21:02:49Z"), customer_id: 181 },
            { id: 280, flight_number: "NZ CX VA", departure_airport: "Ankara", arrival_airport: "Nairobi", departure_date: new Date("2023-05-31T17:38:50Z"), customer_id: 4 },
            { id: 281, flight_number: "SW QR SK", departure_airport: "Auckland", arrival_airport: "Singapore", departure_date: new Date("2023-09-10T09:28:57Z"), customer_id: 215 },
            { id: 282, flight_number: "AF SW JL", departure_airport: "Izmir", arrival_airport: "Hamburg", departure_date: new Date("2023-04-20T20:05:09Z"), customer_id: 64 },
            { id: 283, flight_number: "QR BA EK", departure_airport: "Bangkok", arrival_airport: "Cape Town", departure_date: new Date("2023-07-09T22:12:31Z"), customer_id: 104 },
            { id: 284, flight_number: "VA", departure_airport: "Lima", arrival_airport: "Dublin", departure_date: new Date("2024-12-24T23:33:17Z"), customer_id: 244 },
            { id: 285, flight_number: "EY SW AC", departure_airport: "Auckland", arrival_airport: "Oslo", departure_date: new Date("2023-12-13T06:57:42Z"), customer_id: 62 },
            { id: 286, flight_number: "IB", departure_airport: "Vancouver", arrival_airport: "Boston", departure_date: new Date("2023-06-18T12:28:56Z"), customer_id: 97 },
            { id: 287, flight_number: "IB LH DL", departure_airport: "Istanbul", arrival_airport: "Lyon", departure_date: new Date("2024-11-06T22:31:15Z"), customer_id: 223 },
            { id: 288, flight_number: "AC DL BA", departure_airport: "Vancouver", arrival_airport: "Lagos", departure_date: new Date("2024-08-11T07:42:50Z"), customer_id: 144 },
            { id: 289, flight_number: "BA QR DL", departure_airport: "Austin", arrival_airport: "Mexico City", departure_date: new Date("2024-12-21T22:11:38Z"), customer_id: 8 },
            { id: 290, flight_number: "UA", departure_airport: "Hamburg", arrival_airport: "Dublin", departure_date: new Date("2024-05-12T22:01:20Z"), customer_id: 65 },
            { id: 291, flight_number: "KL", departure_airport: "Bangkok", arrival_airport: "Taipei", departure_date: new Date("2023-08-12T17:52:42Z"), customer_id: 12 },
            { id: 292, flight_number: "NH", departure_airport: "Amsterdam", arrival_airport: "Oslo", departure_date: new Date("2023-02-16T10:32:22Z"), customer_id: 239 },
            { id: 293, flight_number: "CX JL", departure_airport: "Santiago", arrival_airport: "Melbourne", departure_date: new Date("2023-06-30T19:29:20Z"), customer_id: 221 },
            { id: 294, flight_number: "AF DL CX", departure_airport: "Paris", arrival_airport: "Helsinki", departure_date: new Date("2024-10-23T11:30:56Z"), customer_id: 119 },
            { id: 295, flight_number: "AA CX", departure_airport: "Lima", arrival_airport: "Hamburg", departure_date: new Date("2023-07-04T23:13:32Z"), customer_id: 75 },
            { id: 296, flight_number: "IB EK EY", departure_airport: "Chicago", arrival_airport: "Manchester", departure_date: new Date("2024-03-25T22:49:26Z"), customer_id: 130 },
            { id: 297, flight_number: "SK BA", departure_airport: "Cairo", arrival_airport: "Lyon", departure_date: new Date("2023-06-20T20:51:12Z"), customer_id: 46 },
            { id: 298, flight_number: "QR EY", departure_airport: "Mexico City", arrival_airport: "Cape Town", departure_date: new Date("2024-06-13T00:58:59Z"), customer_id: 85 },
            { id: 299, flight_number: "SK IB", departure_airport: "Berlin", arrival_airport: "Brussels", departure_date: new Date("2023-02-09T11:21:59Z"), customer_id: 125 },
            { id: 300, flight_number: "LH UA", departure_airport: "Boston", arrival_airport: "Barcelona", departure_date: new Date("2024-02-29T09:22:59Z"), customer_id: 91 },
            { id: 301, flight_number: "JL EK", departure_airport: "Montreal", arrival_airport: "Sydney", departure_date: new Date("2024-03-21T14:41:42Z"), customer_id: 115 },
            { id: 302, flight_number: "IB EY AC", departure_airport: "Helsinki", arrival_airport: "San Diego", departure_date: new Date("2023-03-12T13:19:03Z"), customer_id: 242 },
            { id: 303, flight_number: "NH SW", departure_airport: "Lisbon", arrival_airport: "Mumbai", departure_date: new Date("2023-11-15T17:49:01Z"), customer_id: 93 },
            { id: 304, flight_number: "QR", departure_airport: "Oslo", arrival_airport: "Bucharest", departure_date: new Date("2024-08-24T08:57:47Z"), customer_id: 248 },
            { id: 305, flight_number: "EY KL", departure_airport: "Brussels", arrival_airport: "Stockholm", departure_date: new Date("2024-05-13T17:18:25Z"), customer_id: 24 },
            { id: 306, flight_number: "LH BA", departure_airport: "Helsinki", arrival_airport: "Rome", departure_date: new Date("2024-02-12T17:10:03Z"), customer_id: 232 },
            { id: 307, flight_number: "SW NZ", departure_airport: "Lagos", arrival_airport: "Ankara", departure_date: new Date("2023-08-12T19:05:28Z"), customer_id: 191 },
            { id: 308, flight_number: "LH", departure_airport: "Seattle", arrival_airport: "Vienna", departure_date: new Date("2024-09-12T02:07:07Z"), customer_id: 31 },
            { id: 309, flight_number: "SK AA", departure_airport: "Istanbul", arrival_airport: "Austin", departure_date: new Date("2024-05-12T11:18:24Z"), customer_id: 215 },
            { id: 310, flight_number: "BA UA EY", departure_airport: "Rome", arrival_airport: "Berlin", departure_date: new Date("2024-01-10T07:11:21Z"), customer_id: 67 },
            { id: 311, flight_number: "CX BA KL", departure_airport: "Delhi", arrival_airport: "Lyon", departure_date: new Date("2023-05-06T11:43:32Z"), customer_id: 50 },
            { id: 312, flight_number: "LH NH AC", departure_airport: "Rome", arrival_airport: "Prague", departure_date: new Date("2023-10-20T19:28:55Z"), customer_id: 24 },
            { id: 313, flight_number: "AF", departure_airport: "Barcelona", arrival_airport: "Tokyo", departure_date: new Date("2023-08-11T04:45:28Z"), customer_id: 248 },
            { id: 314, flight_number: "EK EY", departure_airport: "Mexico City", arrival_airport: "Sao Paulo", departure_date: new Date("2024-06-12T09:09:18Z"), customer_id: 194 },
            { id: 315, flight_number: "IB LH UA", departure_airport: "Seattle", arrival_airport: "London", departure_date: new Date("2023-02-02T12:48:31Z"), customer_id: 120 },
            { id: 316, flight_number: "EK", departure_airport: "Lyon", arrival_airport: "Auckland", departure_date: new Date("2023-06-12T12:20:40Z"), customer_id: 139 },
            { id: 317, flight_number: "NZ", departure_airport: "Mumbai", arrival_airport: "Auckland", departure_date: new Date("2023-08-16T13:34:52Z"), customer_id: 75 },
            { id: 318, flight_number: "UA QR SK", departure_airport: "Seattle", arrival_airport: "Kyoto", departure_date: new Date("2024-10-29T11:11:57Z"), customer_id: 113 },
            { id: 319, flight_number: "NH QR", departure_airport: "Budapest", arrival_airport: "Chicago", departure_date: new Date("2023-11-03T19:34:22Z"), customer_id: 162 },
            { id: 320, flight_number: "AA", departure_airport: "Lisbon", arrival_airport: "Zurich", departure_date: new Date("2023-12-10T15:31:11Z"), customer_id: 150 },
            { id: 321, flight_number: "UA EY", departure_airport: "Porto", arrival_airport: "Seoul", departure_date: new Date("2024-03-20T18:27:44Z"), customer_id: 119 },
            { id: 322, flight_number: "IB", departure_airport: "Paris", arrival_airport: "Brussels", departure_date: new Date("2023-12-17T10:44:16Z"), customer_id: 86 },
            { id: 323, flight_number: "JL", departure_airport: "Lima", arrival_airport: "Munich", departure_date: new Date("2023-02-10T19:55:29Z"), customer_id: 112 },
            { id: 324, flight_number: "QR AA SW", departure_airport: "Taipei", arrival_airport: "Sao Paulo", departure_date: new Date("2024-11-18T17:19:50Z"), customer_id: 64 },
            { id: 325, flight_number: "NZ QR WY", departure_airport: "Sao Paulo", arrival_airport: "Austin", departure_date: new Date("2023-10-15T16:02:13Z"), customer_id: 165 },
            { id: 326, flight_number: "EY LH", departure_airport: "Ankara", arrival_airport: "Vancouver", departure_date: new Date("2024-08-03T18:09:33Z"), customer_id: 72 },
            { id: 327, flight_number: "DL", departure_airport: "Warsaw", arrival_airport: "Lima", departure_date: new Date("2024-04-30T19:26:39Z"), customer_id: 33 },
            { id: 328, flight_number: "CX", departure_airport: "Tokyo", arrival_airport: "Vancouver", departure_date: new Date("2023-05-11T19:51:46Z"), customer_id: 143 },
            { id: 329, flight_number: "EK NZ", departure_airport: "Singapore", arrival_airport: "London", departure_date: new Date("2024-07-06T09:56:23Z"), customer_id: 203 },
            { id: 330, flight_number: "NH BA", departure_airport: "Auckland", arrival_airport: "Montreal", departure_date: new Date("2024-01-27T12:26:36Z"), customer_id: 195 },
            { id: 331, flight_number: "AF LH", departure_airport: "Toronto", arrival_airport: "Bangkok", departure_date: new Date("2024-05-08T12:03:20Z"), customer_id: 47 },
            { id: 332, flight_number: "DL VA EY", departure_airport: "Manila", arrival_airport: "Rome", departure_date: new Date("2023-02-15T20:38:11Z"), customer_id: 149 },
            { id: 333, flight_number: "JL SW", departure_airport: "Zurich", arrival_airport: "Denver", departure_date: new Date("2024-12-08T18:15:15Z"), customer_id: 19 },
            { id: 334, flight_number: "DL", departure_airport: "Hamburg", arrival_airport: "Rome", departure_date: new Date("2024-02-22T16:18:49Z"), customer_id: 27 },
            { id: 335, flight_number: "NH", departure_airport: "Melbourne", arrival_airport: "Melbourne", departure_date: new Date("2023-06-17T13:49:56Z"), customer_id: 227 },
            { id: 336, flight_number: "AF EY", departure_airport: "Hamburg", arrival_airport: "Austin", departure_date: new Date("2024-08-07T18:10:09Z"), customer_id: 232 },
            { id: 337, flight_number: "AA NZ AF", departure_airport: "Vancouver", arrival_airport: "Melbourne", departure_date: new Date("2023-10-20T10:45:46Z"), customer_id: 225 },
            { id: 338, flight_number: "AC QR", departure_airport: "Lyon", arrival_airport: "Stockholm", departure_date: new Date("2023-12-05T11:25:07Z"), customer_id: 116 },
            { id: 339, flight_number: "QR", departure_airport: "Amsterdam", arrival_airport: "Kyoto", departure_date: new Date("2023-07-05T07:22:35Z"), customer_id: 154 },
            { id: 340, flight_number: "NZ QR", departure_airport: "Boston", arrival_airport: "Oslo", departure_date: new Date("2023-05-28T12:58:47Z"), customer_id: 243 },
            { id: 341, flight_number: "VA", departure_airport: "Vancouver", arrival_airport: "Lisbon", departure_date: new Date("2023-06-30T11:05:08Z"), customer_id: 64 },
            { id: 342, flight_number: "UA", departure_airport: "Auckland", arrival_airport: "Warsaw", departure_date: new Date("2023-07-22T16:27:17Z"), customer_id: 66 },
            { id: 343, flight_number: "LH IB", departure_airport: "Hamburg", arrival_airport: "Cairo", departure_date: new Date("2023-07-20T21:20:31Z"), customer_id: 227 },
            { id: 344, flight_number: "SK IB", departure_airport: "Munich", arrival_airport: "Manchester", departure_date: new Date("2024-11-19T23:09:39Z"), customer_id: 246 },
            { id: 345, flight_number: "CX QR EY", departure_airport: "Vienna", arrival_airport: "Montreal", departure_date: new Date("2024-03-11T15:45:53Z"), customer_id: 217 },
            { id: 346, flight_number: "VA", departure_airport: "Buenos Aires", arrival_airport: "Bucharest", departure_date: new Date("2023-05-27T10:40:10Z"), customer_id: 227 },
            { id: 347, flight_number: "AA KL JL", departure_airport: "Berlin", arrival_airport: "Rome", departure_date: new Date("2023-05-25T17:56:31Z"), customer_id: 174 },
            { id: 348, flight_number: "JL", departure_airport: "Buenos Aires", arrival_airport: "Lyon", departure_date: new Date("2024-02-25T14:25:36Z"), customer_id: 2 },
            { id: 349, flight_number: "SW", departure_airport: "Helsinki", arrival_airport: "Santiago", departure_date: new Date("2024-02-18T14:21:37Z"), customer_id: 204 },
            { id: 350, flight_number: "DL", departure_airport: "Bangkok", arrival_airport: "Helsinki", departure_date: new Date("2023-09-28T18:26:42Z"), customer_id: 132 },
            { id: 351, flight_number: "UA", departure_airport: "Warsaw", arrival_airport: "Bucharest", departure_date: new Date("2024-05-08T22:35:42Z"), customer_id: 61 },
            { id: 352, flight_number: "AA", departure_airport: "Austin", arrival_airport: "Bogota", departure_date: new Date("2024-02-20T22:01:03Z"), customer_id: 180 },
            { id: 353, flight_number: "NZ AF", departure_airport: "Milan", arrival_airport: "Cairo", departure_date: new Date("2023-03-18T12:33:00Z"), customer_id: 61 },
            { id: 354, flight_number: "IB KL WY", departure_airport: "Copenhagen", arrival_airport: "Vienna", departure_date: new Date("2023-04-05T14:08:01Z"), customer_id: 122 },
            { id: 355, flight_number: "WY", departure_airport: "Mumbai", arrival_airport: "Kyoto", departure_date: new Date("2023-01-23T08:34:47Z"), customer_id: 151 },
            { id: 356, flight_number: "EK JL WY", departure_airport: "Denver", arrival_airport: "Taipei", departure_date: new Date("2024-06-05T21:44:55Z"), customer_id: 89 },
            { id: 357, flight_number: "AF WY EK", departure_airport: "Zurich", arrival_airport: "Santiago", departure_date: new Date("2024-10-17T17:18:48Z"), customer_id: 227 },
            { id: 358, flight_number: "JL SW EK", departure_airport: "Vienna", arrival_airport: "Budapest", departure_date: new Date("2024-05-11T09:29:59Z"), customer_id: 5 },
            { id: 359, flight_number: "SK CX VA", departure_airport: "Santiago", arrival_airport: "Bucharest", departure_date: new Date("2024-10-17T15:18:25Z"), customer_id: 84 },
            { id: 360, flight_number: "SW SK", departure_airport: "Porto", arrival_airport: "Barcelona", departure_date: new Date("2023-11-14T10:53:06Z"), customer_id: 135 },
            { id: 361, flight_number: "IB SW", departure_airport: "Barcelona", arrival_airport: "Melbourne", departure_date: new Date("2023-06-17T19:14:38Z"), customer_id: 134 },
            { id: 362, flight_number: "EK", departure_airport: "Toronto", arrival_airport: "Lagos", departure_date: new Date("2023-02-14T09:23:28Z"), customer_id: 135 },
            { id: 363, flight_number: "QR EY CX", departure_airport: "London", arrival_airport: "Seattle", departure_date: new Date("2023-05-31T17:58:45Z"), customer_id: 149 },
            { id: 364, flight_number: "NH", departure_airport: "Mexico City", arrival_airport: "Sydney", departure_date: new Date("2024-11-17T15:24:15Z"), customer_id: 38 },
            { id: 365, flight_number: "KL", departure_airport: "Jakarta", arrival_airport: "Athens", departure_date: new Date("2024-02-12T16:53:32Z"), customer_id: 137 },
            { id: 366, flight_number: "QR EY", departure_airport: "Lyon", arrival_airport: "Toronto", departure_date: new Date("2024-01-31T20:53:16Z"), customer_id: 4 },
            { id: 367, flight_number: "KL", departure_airport: "Denver", arrival_airport: "Tokyo", departure_date: new Date("2024-02-18T13:35:35Z"), customer_id: 231 },
            { id: 368, flight_number: "CX JL IB", departure_airport: "Ankara", arrival_airport: "Dublin", departure_date: new Date("2024-12-21T23:41:40Z"), customer_id: 234 },
            { id: 369, flight_number: "LH", departure_airport: "Hamburg", arrival_airport: "Bangkok", departure_date: new Date("2024-11-11T16:47:20Z"), customer_id: 204 },
            { id: 370, flight_number: "SK CX AA", departure_airport: "Oslo", arrival_airport: "Stockholm", departure_date: new Date("2024-08-22T10:42:25Z"), customer_id: 95 },
            { id: 371, flight_number: "WY BA", departure_airport: "Melbourne", arrival_airport: "Denver", departure_date: new Date("2023-10-12T12:13:29Z"), customer_id: 110 },
            { id: 372, flight_number: "CX BA DL", departure_airport: "Delhi", arrival_airport: "Austin", departure_date: new Date("2023-10-09T17:15:49Z"), customer_id: 122 },
            { id: 373, flight_number: "DL SW", departure_airport: "Jakarta", arrival_airport: "Prague", departure_date: new Date("2024-09-05T22:37:54Z"), customer_id: 176 },
            { id: 374, flight_number: "SW KL", departure_airport: "Singapore", arrival_airport: "Manila", departure_date: new Date("2024-05-28T07:12:25Z"), customer_id: 237 },
            { id: 375, flight_number: "LH", departure_airport: "Brussels", arrival_airport: "Rome", departure_date: new Date("2024-04-03T07:18:01Z"), customer_id: 215 },
            { id: 376, flight_number: "SW CX", departure_airport: "Ankara", arrival_airport: "Vienna", departure_date: new Date("2023-03-18T18:03:59Z"), customer_id: 171 },
            { id: 377, flight_number: "KL", departure_airport: "Austin", arrival_airport: "Cairo", departure_date: new Date("2024-07-23T08:10:10Z"), customer_id: 124 },
            { id: 378, flight_number: "EK", departure_airport: "Istanbul", arrival_airport: "Vienna", departure_date: new Date("2023-02-19T18:42:54Z"), customer_id: 227 },
            { id: 379, flight_number: "LH UA", departure_airport: "Sydney", arrival_airport: "San Diego", departure_date: new Date("2024-11-10T19:27:00Z"), customer_id: 221 },
            { id: 380, flight_number: "AA QR JL", departure_airport: "Hamburg", arrival_airport: "Bangkok", departure_date: new Date("2023-03-24T11:24:28Z"), customer_id: 180 },
            { id: 381, flight_number: "DL", departure_airport: "Vancouver", arrival_airport: "Toronto", departure_date: new Date("2024-11-21T18:37:45Z"), customer_id: 35 },
            { id: 382, flight_number: "VA", departure_airport: "Barcelona", arrival_airport: "Budapest", departure_date: new Date("2023-10-22T11:52:30Z"), customer_id: 92 },
            { id: 383, flight_number: "VA JL", departure_airport: "Oslo", arrival_airport: "London", departure_date: new Date("2023-03-21T17:32:06Z"), customer_id: 205 },
            { id: 384, flight_number: "SW EK", departure_airport: "Seoul", arrival_airport: "Delhi", departure_date: new Date("2023-11-10T22:27:42Z"), customer_id: 5 },
            { id: 385, flight_number: "VA NH", departure_airport: "Kyoto", arrival_airport: "Prague", departure_date: new Date("2023-03-22T17:38:30Z"), customer_id: 97 },
            { id: 386, flight_number: "NZ SK AC", departure_airport: "Mexico City", arrival_airport: "Mexico City", departure_date: new Date("2023-01-05T16:49:26Z"), customer_id: 17 },
            { id: 387, flight_number: "CX SK", departure_airport: "Boston", arrival_airport: "Chicago", departure_date: new Date("2024-06-16T21:19:54Z"), customer_id: 225 },
            { id: 388, flight_number: "AF", departure_airport: "Sao Paulo", arrival_airport: "London", departure_date: new Date("2024-11-24T12:37:25Z"), customer_id: 183 },
            { id: 389, flight_number: "AF", departure_airport: "Helsinki", arrival_airport: "Boston", departure_date: new Date("2023-09-01T08:26:01Z"), customer_id: 38 },
            { id: 390, flight_number: "DL NH BA", departure_airport: "Sydney", arrival_airport: "Melbourne", departure_date: new Date("2024-11-14T20:36:17Z"), customer_id: 96 },
            { id: 391, flight_number: "VA EY KL", departure_airport: "Paris", arrival_airport: "Bucharest", departure_date: new Date("2023-08-15T14:23:01Z"), customer_id: 21 },
            { id: 392, flight_number: "SW", departure_airport: "Berlin", arrival_airport: "Paris", departure_date: new Date("2023-12-26T13:36:20Z"), customer_id: 183 },
            { id: 393, flight_number: "WY SK", departure_airport: "Berlin", arrival_airport: "Madrid", departure_date: new Date("2023-08-11T12:28:04Z"), customer_id: 192 },
            { id: 394, flight_number: "QR", departure_airport: "Porto", arrival_airport: "Singapore", departure_date: new Date("2023-04-02T14:57:18Z"), customer_id: 51 },
            { id: 395, flight_number: "UA", departure_airport: "Bangkok", arrival_airport: "Melbourne", departure_date: new Date("2023-04-12T22:07:08Z"), customer_id: 231 },
            { id: 396, flight_number: "LH KL", departure_airport: "London", arrival_airport: "Seattle", departure_date: new Date("2024-08-06T13:25:09Z"), customer_id: 17 },
            { id: 397, flight_number: "WY AC LH", departure_airport: "Boston", arrival_airport: "Berlin", departure_date: new Date("2024-03-21T17:59:24Z"), customer_id: 210 },
            { id: 398, flight_number: "IB AA VA", departure_airport: "Nairobi", arrival_airport: "Bogota", departure_date: new Date("2023-11-17T13:19:15Z"), customer_id: 84 },
            { id: 399, flight_number: "NH SK", departure_airport: "Vienna", arrival_airport: "Athens", departure_date: new Date("2023-04-07T10:06:31Z"), customer_id: 81 },
            { id: 400, flight_number: "DL WY", departure_airport: "Porto", arrival_airport: "Singapore", departure_date: new Date("2024-04-04T18:44:50Z"), customer_id: 198 },
            { id: 401, flight_number: "KL BA AC", departure_airport: "London", arrival_airport: "Boston", departure_date: new Date("2023-07-07T13:24:01Z"), customer_id: 160 },
            { id: 402, flight_number: "AA CX", departure_airport: "Istanbul", arrival_airport: "Porto", departure_date: new Date("2023-02-15T20:00:13Z"), customer_id: 125 },
            { id: 403, flight_number: "SW EY", departure_airport: "Delhi", arrival_airport: "Manila", departure_date: new Date("2024-09-11T18:58:29Z"), customer_id: 33 },
            { id: 404, flight_number: "WY AF EK", departure_airport: "Chicago", arrival_airport: "Bucharest", departure_date: new Date("2023-10-16T21:28:32Z"), customer_id: 59 },
            { id: 405, flight_number: "JL IB SK", departure_airport: "Mumbai", arrival_airport: "Bogota", departure_date: new Date("2023-02-23T15:43:52Z"), customer_id: 101 },
            { id: 406, flight_number: "KL SK", departure_airport: "Bangkok", arrival_airport: "Madrid", departure_date: new Date("2024-04-09T18:33:24Z"), customer_id: 7 },
            { id: 407, flight_number: "NH", departure_airport: "Edinburgh", arrival_airport: "San Diego", departure_date: new Date("2024-10-03T10:11:41Z"), customer_id: 54 },
            { id: 408, flight_number: "LH", departure_airport: "Brussels", arrival_airport: "Dublin", departure_date: new Date("2024-05-21T19:47:09Z"), customer_id: 143 },
            { id: 409, flight_number: "KL LH", departure_airport: "Bangkok", arrival_airport: "Ankara", departure_date: new Date("2024-02-13T16:16:55Z"), customer_id: 36 },
            { id: 410, flight_number: "QR KL", departure_airport: "Madrid", arrival_airport: "Buenos Aires", departure_date: new Date("2024-12-02T17:49:40Z"), customer_id: 118 },
            { id: 411, flight_number: "UA IB", departure_airport: "San Diego", arrival_airport: "Mumbai", departure_date: new Date("2023-04-09T10:11:31Z"), customer_id: 46 },
            { id: 412, flight_number: "EY UA CX", departure_airport: "Sydney", arrival_airport: "Prague", departure_date: new Date("2024-10-31T11:47:34Z"), customer_id: 70 },
            { id: 413, flight_number: "AF WY LH", departure_airport: "Toronto", arrival_airport: "Hamburg", departure_date: new Date("2024-05-29T08:22:54Z"), customer_id: 234 },
            { id: 414, flight_number: "EK IB DL", departure_airport: "Zurich", arrival_airport: "Dublin", departure_date: new Date("2024-03-29T19:56:48Z"), customer_id: 188 },
            { id: 415, flight_number: "IB", departure_airport: "Boston", arrival_airport: "Bangkok", departure_date: new Date("2024-09-13T10:12:06Z"), customer_id: 68 },
            { id: 416, flight_number: "EK AC", departure_airport: "Singapore", arrival_airport: "Cairo", departure_date: new Date("2024-11-18T14:39:20Z"), customer_id: 208 },
            { id: 417, flight_number: "CX NZ DL", departure_airport: "Lyon", arrival_airport: "Melbourne", departure_date: new Date("2023-04-18T12:59:52Z"), customer_id: 17 },
            { id: 418, flight_number: "SK AC NZ", departure_airport: "London", arrival_airport: "Barcelona", departure_date: new Date("2024-02-15T08:24:09Z"), customer_id: 1 },
            { id: 419, flight_number: "SK", departure_airport: "Porto", arrival_airport: "Manila", departure_date: new Date("2023-03-19T10:59:51Z"), customer_id: 52 },
            { id: 420, flight_number: "QR NH SK", departure_airport: "Prague", arrival_airport: "Kyoto", departure_date: new Date("2024-03-22T13:02:54Z"), customer_id: 219 },
            { id: 421, flight_number: "SK AA KL", departure_airport: "Mumbai", arrival_airport: "Milan", departure_date: new Date("2023-10-09T21:45:23Z"), customer_id: 78 },
            { id: 422, flight_number: "JL", departure_airport: "Oslo", arrival_airport: "Austin", departure_date: new Date("2023-11-30T17:35:39Z"), customer_id: 52 },
            { id: 423, flight_number: "AC EK", departure_airport: "Manchester", arrival_airport: "Milan", departure_date: new Date("2023-02-09T09:30:01Z"), customer_id: 103 },
            { id: 424, flight_number: "NH DL", departure_airport: "Taipei", arrival_airport: "Manila", departure_date: new Date("2023-05-02T17:45:06Z"), customer_id: 163 },
            { id: 425, flight_number: "VA NZ", departure_airport: "Montreal", arrival_airport: "Oslo", departure_date: new Date("2024-04-28T19:47:23Z"), customer_id: 131 },
            { id: 426, flight_number: "LH IB", departure_airport: "Jakarta", arrival_airport: "Vancouver", departure_date: new Date("2024-07-14T11:33:35Z"), customer_id: 120 },
            { id: 427, flight_number: "CX BA", departure_airport: "Warsaw", arrival_airport: "Melbourne", departure_date: new Date("2023-01-03T12:41:49Z"), customer_id: 48 },
            { id: 428, flight_number: "QR LH", departure_airport: "Lagos", arrival_airport: "Boston", departure_date: new Date("2023-07-25T15:22:41Z"), customer_id: 14 },
            { id: 429, flight_number: "CX", departure_airport: "Prague", arrival_airport: "Cape Town", departure_date: new Date("2023-09-17T10:44:42Z"), customer_id: 95 },
            { id: 430, flight_number: "AF NH NZ", departure_airport: "Vienna", arrival_airport: "Budapest", departure_date: new Date("2023-12-17T23:46:17Z"), customer_id: 240 },
            { id: 431, flight_number: "AA SW", departure_airport: "Ankara", arrival_airport: "Santiago", departure_date: new Date("2024-06-08T12:58:37Z"), customer_id: 137 },
            { id: 432, flight_number: "AC WY AF", departure_airport: "Buenos Aires", arrival_airport: "Helsinki", departure_date: new Date("2023-09-06T12:55:54Z"), customer_id: 152 },
            { id: 433, flight_number: "BA JL", departure_airport: "Sydney", arrival_airport: "Istanbul", departure_date: new Date("2023-02-23T18:17:08Z"), customer_id: 206 },
            { id: 434, flight_number: "NZ", departure_airport: "Athens", arrival_airport: "Milan", departure_date: new Date("2023-04-24T17:04:49Z"), customer_id: 97 },
            { id: 435, flight_number: "SK DL SW", departure_airport: "Madrid", arrival_airport: "Delhi", departure_date: new Date("2023-01-12T18:54:19Z"), customer_id: 137 },
            { id: 436, flight_number: "NZ DL EY", departure_airport: "Seattle", arrival_airport: "Santiago", departure_date: new Date("2023-01-04T05:03:19Z"), customer_id: 111 },
            { id: 437, flight_number: "NH", departure_airport: "Austin", arrival_airport: "San Diego", departure_date: new Date("2023-11-04T13:37:30Z"), customer_id: 112 },
            { id: 438, flight_number: "SK SW", departure_airport: "Auckland", arrival_airport: "Singapore", departure_date: new Date("2023-10-29T10:49:26Z"), customer_id: 93 },
            { id: 439, flight_number: "BA", departure_airport: "Athens", arrival_airport: "Chicago", departure_date: new Date("2024-09-19T20:47:03Z"), customer_id: 71 },
            { id: 440, flight_number: "LH EK", departure_airport: "Stockholm", arrival_airport: "Barcelona", departure_date: new Date("2023-03-28T20:34:39Z"), customer_id: 170 },
            { id: 441, flight_number: "JL", departure_airport: "Paris", arrival_airport: "Dublin", departure_date: new Date("2024-06-06T10:50:09Z"), customer_id: 187 },
            { id: 442, flight_number: "UA IB", departure_airport: "Dublin", arrival_airport: "Austin", departure_date: new Date("2024-02-17T19:45:32Z"), customer_id: 22 },
            { id: 443, flight_number: "EK AF", departure_airport: "Porto", arrival_airport: "London", departure_date: new Date("2023-04-16T18:59:26Z"), customer_id: 185 },
            { id: 444, flight_number: "NZ AF KL", departure_airport: "Kyoto", arrival_airport: "Buenos Aires", departure_date: new Date("2023-11-16T14:57:22Z"), customer_id: 226 },
            { id: 445, flight_number: "JL", departure_airport: "Bangkok", arrival_airport: "Santiago", departure_date: new Date("2024-11-27T13:26:50Z"), customer_id: 53 },
            { id: 446, flight_number: "JL", departure_airport: "Cape Town", arrival_airport: "Santiago", departure_date: new Date("2024-11-02T05:32:05Z"), customer_id: 127 },
            { id: 447, flight_number: "BA VA NZ", departure_airport: "Munich", arrival_airport: "Jakarta", departure_date: new Date("2024-11-27T19:25:30Z"), customer_id: 3 },
            { id: 448, flight_number: "NH KL", departure_airport: "Cape Town", arrival_airport: "Amsterdam", departure_date: new Date("2024-03-30T09:51:58Z"), customer_id: 7 },
            { id: 449, flight_number: "SK QR", departure_airport: "Nairobi", arrival_airport: "Auckland", departure_date: new Date("2023-04-05T13:19:05Z"), customer_id: 165 },
            { id: 450, flight_number: "WY EY EK", departure_airport: "Kyoto", arrival_airport: "Tokyo", departure_date: new Date("2023-06-05T21:53:47Z"), customer_id: 175 },
            { id: 451, flight_number: "QR CX", departure_airport: "Zurich", arrival_airport: "Budapest", departure_date: new Date("2023-10-05T19:35:02Z"), customer_id: 1 },
            { id: 452, flight_number: "SK", departure_airport: "Mumbai", arrival_airport: "Sao Paulo", departure_date: new Date("2023-02-21T17:58:50Z"), customer_id: 185 },
            { id: 453, flight_number: "KL DL AA", departure_airport: "Cairo", arrival_airport: "San Diego", departure_date: new Date("2023-10-05T13:27:09Z"), customer_id: 181 },
            { id: 454, flight_number: "KL BA", departure_airport: "Berlin", arrival_airport: "Berlin", departure_date: new Date("2023-07-27T23:06:35Z"), customer_id: 10 },
            { id: 455, flight_number: "AA", departure_airport: "Lyon", arrival_airport: "Zurich", departure_date: new Date("2024-11-03T20:56:42Z"), customer_id: 179 },
            { id: 456, flight_number: "JL DL NH", departure_airport: "Vienna", arrival_airport: "Lyon", departure_date: new Date("2024-05-15T20:59:44Z"), customer_id: 249 },
            { id: 457, flight_number: "AC", departure_airport: "Manchester", arrival_airport: "Toronto", departure_date: new Date("2023-02-09T19:38:24Z"), customer_id: 164 },
            { id: 458, flight_number: "SK WY", departure_airport: "Warsaw", arrival_airport: "Copenhagen", departure_date: new Date("2023-07-05T09:44:28Z"), customer_id: 9 },
            { id: 459, flight_number: "LH CX", departure_airport: "Toronto", arrival_airport: "Lima", departure_date: new Date("2023-10-26T21:57:25Z"), customer_id: 196 },
            { id: 460, flight_number: "DL VA", departure_airport: "Cairo", arrival_airport: "Athens", departure_date: new Date("2023-10-16T20:37:01Z"), customer_id: 196 },
            { id: 461, flight_number: "WY LH SW", departure_airport: "Zurich", arrival_airport: "Vancouver", departure_date: new Date("2023-06-20T08:42:18Z"), customer_id: 50 },
            { id: 462, flight_number: "AC CX", departure_airport: "Brussels", arrival_airport: "Chicago", departure_date: new Date("2024-03-06T17:41:25Z"), customer_id: 48 },
            { id: 463, flight_number: "AA", departure_airport: "Auckland", arrival_airport: "Mexico City", departure_date: new Date("2023-03-28T15:38:12Z"), customer_id: 170 },
            { id: 464, flight_number: "AC BA EK", departure_airport: "Warsaw", arrival_airport: "Mexico City", departure_date: new Date("2024-10-01T10:07:44Z"), customer_id: 182 },
            { id: 465, flight_number: "DL CX", departure_airport: "Cairo", arrival_airport: "Toronto", departure_date: new Date("2023-12-28T11:40:00Z"), customer_id: 41 },
            { id: 466, flight_number: "IB SW", departure_airport: "Vancouver", arrival_airport: "Seattle", departure_date: new Date("2024-06-26T20:16:09Z"), customer_id: 118 },
            { id: 467, flight_number: "VA IB WY", departure_airport: "Brussels", arrival_airport: "Bangkok", departure_date: new Date("2023-02-15T21:41:28Z"), customer_id: 158 },
            { id: 468, flight_number: "BA AC SW", departure_airport: "Vienna", arrival_airport: "Lagos", departure_date: new Date("2023-04-02T08:19:31Z"), customer_id: 103 },
            { id: 469, flight_number: "SK BA EY", departure_airport: "Chicago", arrival_airport: "Lima", departure_date: new Date("2023-05-04T01:21:41Z"), customer_id: 140 },
            { id: 470, flight_number: "JL", departure_airport: "Chicago", arrival_airport: "Sydney", departure_date: new Date("2024-05-04T16:06:32Z"), customer_id: 244 },
            { id: 471, flight_number: "AF", departure_airport: "Delhi", arrival_airport: "Izmir", departure_date: new Date("2023-04-02T19:13:49Z"), customer_id: 109 },
            { id: 472, flight_number: "DL SW", departure_airport: "Mumbai", arrival_airport: "Cairo", departure_date: new Date("2024-10-20T19:35:41Z"), customer_id: 132 },
            { id: 473, flight_number: "UA", departure_airport: "Prague", arrival_airport: "Montreal", departure_date: new Date("2024-05-11T14:15:52Z"), customer_id: 126 },
            { id: 474, flight_number: "JL EY BA", departure_airport: "Bucharest", arrival_airport: "Vancouver", departure_date: new Date("2023-09-19T22:49:12Z"), customer_id: 108 },
            { id: 475, flight_number: "EY CX IB", departure_airport: "Hamburg", arrival_airport: "Budapest", departure_date: new Date("2024-05-01T21:10:39Z"), customer_id: 161 },
            { id: 476, flight_number: "UA AC SK", departure_airport: "Kyoto", arrival_airport: "Bangkok", departure_date: new Date("2024-12-26T13:38:24Z"), customer_id: 181 },
            { id: 477, flight_number: "LH EK", departure_airport: "Mexico City", arrival_airport: "Kyoto", departure_date: new Date("2024-12-19T10:24:58Z"), customer_id: 75 },
            { id: 478, flight_number: "QR", departure_airport: "Munich", arrival_airport: "Vienna", departure_date: new Date("2024-12-16T22:51:08Z"), customer_id: 107 },
            { id: 479, flight_number: "LH", departure_airport: "Berlin", arrival_airport: "Boston", departure_date: new Date("2023-01-28T11:46:11Z"), customer_id: 8 },
            { id: 480, flight_number: "WY", departure_airport: "Austin", arrival_airport: "Buenos Aires", departure_date: new Date("2024-05-22T06:12:17Z"), customer_id: 163 },
            { id: 481, flight_number: "AC", departure_airport: "Porto", arrival_airport: "Porto", departure_date: new Date("2023-04-10T09:40:41Z"), customer_id: 193 },
            { id: 482, flight_number: "EY AA", departure_airport: "Sydney", arrival_airport: "Lima", departure_date: new Date("2024-05-29T16:01:05Z"), customer_id: 70 },
            { id: 483, flight_number: "EK IB", departure_airport: "Buenos Aires", arrival_airport: "Lagos", departure_date: new Date("2023-05-16T19:24:44Z"), customer_id: 243 },
            { id: 484, flight_number: "AC SK KL", departure_airport: "Bangkok", arrival_airport: "London", departure_date: new Date("2024-06-16T14:53:48Z"), customer_id: 30 },
            { id: 485, flight_number: "BA", departure_airport: "Jakarta", arrival_airport: "Stockholm", departure_date: new Date("2023-12-02T07:48:23Z"), customer_id: 45 },
            { id: 486, flight_number: "BA WY", departure_airport: "Chicago", arrival_airport: "Warsaw", departure_date: new Date("2024-04-24T10:56:22Z"), customer_id: 231 },
            { id: 487, flight_number: "AA KL AF", departure_airport: "Taipei", arrival_airport: "Prague", departure_date: new Date("2024-05-18T17:18:51Z"), customer_id: 156 },
            { id: 488, flight_number: "WY NH UA", departure_airport: "Dublin", arrival_airport: "Lisbon", departure_date: new Date("2024-09-06T19:22:21Z"), customer_id: 5 },
            { id: 489, flight_number: "AF EK LH", departure_airport: "Jakarta", arrival_airport: "Denver", departure_date: new Date("2024-07-23T13:59:39Z"), customer_id: 177 },
            { id: 490, flight_number: "BA WY", departure_airport: "San Diego", arrival_airport: "Cairo", departure_date: new Date("2023-06-14T09:27:03Z"), customer_id: 204 },
            { id: 491, flight_number: "WY NZ", departure_airport: "Nairobi", arrival_airport: "Sao Paulo", departure_date: new Date("2023-11-18T06:11:24Z"), customer_id: 228 },
            { id: 492, flight_number: "SW NZ", departure_airport: "Singapore", arrival_airport: "Ankara", departure_date: new Date("2024-06-24T10:20:39Z"), customer_id: 197 },
            { id: 493, flight_number: "SW IB LH", departure_airport: "Cape Town", arrival_airport: "Santiago", departure_date: new Date("2024-01-19T12:42:26Z"), customer_id: 159 },
            { id: 494, flight_number: "AC VA", departure_airport: "Zurich", arrival_airport: "Manchester", departure_date: new Date("2024-05-08T22:49:31Z"), customer_id: 243 },
            { id: 495, flight_number: "WY QR KL", departure_airport: "Oslo", arrival_airport: "Lyon", departure_date: new Date("2024-12-07T10:14:01Z"), customer_id: 241 },
            { id: 496, flight_number: "AA", departure_airport: "Boston", arrival_airport: "Taipei", departure_date: new Date("2024-02-25T14:20:03Z"), customer_id: 21 },
            { id: 497, flight_number: "SW LH", departure_airport: "Seoul", arrival_airport: "Lima", departure_date: new Date("2024-07-24T20:27:01Z"), customer_id: 107 },
            { id: 498, flight_number: "LH", departure_airport: "Delhi", arrival_airport: "Auckland", departure_date: new Date("2023-11-22T19:36:17Z"), customer_id: 249 },
            { id: 499, flight_number: "QR", departure_airport: "Bangkok", arrival_airport: "Budapest", departure_date: new Date("2024-11-24T08:10:52Z"), customer_id: 222 },
            { id: 500, flight_number: "WY CX", departure_airport: "Warsaw", arrival_airport: "Milan", departure_date: new Date("2024-06-27T22:25:36Z"), customer_id: 207 },
        ],
    });
    await prisma.flight_reviews.createMany({
        data: [
            { id: 1, flight_id: 457, customer_id: 62, rating: 4, comments: "The claim was rejected after a manual check.", review_date: new Date("2024-08-09T12:20:45Z"), helpful_votes: 41 },
            { id: 2, flight_id: 414, customer_id: 80, rating: 2, comments: "The invoice was delayed — duplicate case, no further action.", review_date: new Date("2023-06-13T12:36:35Z"), helpful_votes: 44 },
            { id: 3, flight_id: 207, customer_id: 10, rating: 5, comments: "Flagged as duplicate. The team reopened the shipment.", review_date: new Date("2023-07-18T17:38:58Z"), helpful_votes: 15 },
            { id: 4, flight_id: 292, customer_id: 203, rating: 2, comments: "The team asked for a change and the item was closed.", review_date: new Date("2023-10-26T09:14:51Z"), helpful_votes: 57 },
            { id: 5, flight_id: 205, customer_id: 115, rating: 4, comments: "A late claim was rescheduled the same day.", review_date: new Date("2023-05-26T12:49:01Z"), helpful_votes: 51 },
            { id: 6, flight_id: 104, customer_id: 25, rating: 3, comments: "The reviewer asked for a change and the refund was completed.", review_date: new Date("2023-03-13T10:27:25Z"), helpful_votes: 67 },
            { id: 7, flight_id: 53, customer_id: 218, rating: 5, comments: "Flagged as partial. The supplier updated the appointment.", review_date: new Date("2023-05-15T17:05:30Z"), helpful_votes: 41 },
            { id: 8, flight_id: 49, customer_id: 222, rating: 5, comments: "Support asked for a change and the payment was replaced.", review_date: new Date("2023-08-06T08:58:03Z"), helpful_votes: 54 },
            { id: 9, flight_id: 219, customer_id: 21, rating: 2, comments: "A duplicate payment was processed the same day.", review_date: new Date("2023-11-08T10:18:45Z"), helpful_votes: 70 },
            { id: 10, flight_id: 94, customer_id: 187, rating: 4, comments: "Flagged as partial. The customer updated the booking.", review_date: new Date("2023-01-05T09:00:08Z"), helpful_votes: 51 },
            { id: 11, flight_id: 225, customer_id: 132, rating: 5, comments: "The supplier reported a partial issue; the booking was escalated.", review_date: new Date("2023-10-25T00:37:01Z"), helpful_votes: 72 },
            { id: 12, flight_id: 471, customer_id: 40, rating: 2, comments: "The record was closed following an unusual review.", review_date: new Date("2024-06-13T18:06:15Z"), helpful_votes: 61 },
            { id: 13, flight_id: 310, customer_id: 5, rating: 4, comments: "The delivery was rejected — duplicate case, no further action.", review_date: new Date("2024-02-01T10:00:36Z"), helpful_votes: 47 },
            { id: 14, flight_id: 211, customer_id: 161, rating: 4, comments: "No response from the reviewer, so the invoice was approved.", review_date: new Date("2024-06-02T11:18:25Z"), helpful_votes: 34 },
            { id: 15, flight_id: 189, customer_id: 56, rating: 4, comments: "A repeat account was processed the same day.", review_date: new Date("2023-02-19T17:40:00Z"), helpful_votes: 54 },
            { id: 16, flight_id: 484, customer_id: 31, rating: 2, comments: "The invoice was cancelled — manual case, no further action.", review_date: new Date("2024-04-01T15:57:39Z"), helpful_votes: 77 },
            { id: 17, flight_id: 289, customer_id: 119, rating: 3, comments: "The document was approved following a duplicate review.", review_date: new Date("2023-12-15T09:03:22Z"), helpful_votes: 45 },
            { id: 18, flight_id: 494, customer_id: 51, rating: 4, comments: "The invoice was approved — standard case, no further action.", review_date: new Date("2024-01-23T18:18:20Z"), helpful_votes: 73 },
            { id: 19, flight_id: 45, customer_id: 153, rating: 5, comments: "No response from the customer, so the request was refunded.", review_date: new Date("2023-07-18T16:29:24Z"), helpful_votes: 48 },
            { id: 20, flight_id: 116, customer_id: 23, rating: 5, comments: "The item was reviewed — late case, no further action.", review_date: new Date("2023-04-13T08:13:13Z"), helpful_votes: 48 },
            { id: 21, flight_id: 372, customer_id: 138, rating: 3, comments: "The transfer was replaced after a minor check.", review_date: new Date("2023-01-27T10:53:33Z"), helpful_votes: 52 },
            { id: 22, flight_id: 51, customer_id: 1, rating: 3, comments: "The session was closed after a routine check.", review_date: new Date("2023-02-16T16:38:50Z"), helpful_votes: 44 },
            { id: 23, flight_id: 6, customer_id: 201, rating: 2, comments: "Flagged as repeat. Support escalated the claim.", review_date: new Date("2023-05-16T08:25:39Z"), helpful_votes: 35 },
            { id: 24, flight_id: 421, customer_id: 82, rating: 3, comments: "The refund was completed following an incomplete review.", review_date: new Date("2023-04-10T14:12:31Z"), helpful_votes: 53 },
            { id: 25, flight_id: 101, customer_id: 101, rating: 5, comments: "The courier confirmed the details and the report was approved.", review_date: new Date("2023-11-15T15:41:59Z"), helpful_votes: 57 },
            { id: 26, flight_id: 41, customer_id: 86, rating: 4, comments: "No response from the account owner, so the session was reviewed.", review_date: new Date("2024-10-17T09:06:08Z"), helpful_votes: 52 },
            { id: 27, flight_id: 382, customer_id: 151, rating: 5, comments: "The reviewer confirmed the details and the record was rescheduled.", review_date: new Date("2023-06-19T11:10:26Z"), helpful_votes: 36 },
            { id: 28, flight_id: 16, customer_id: 222, rating: 4, comments: "A routine follow-up: the shipment was updated.", review_date: new Date("2023-10-08T14:55:49Z"), helpful_votes: 79 },
            { id: 29, flight_id: 348, customer_id: 166, rating: 1, comments: "A minor claim was approved the same day.", review_date: new Date("2024-10-04T11:29:42Z"), helpful_votes: 61 },
            { id: 30, flight_id: 436, customer_id: 61, rating: 5, comments: "The courier asked for a change and the order was updated.", review_date: new Date("2024-10-23T15:43:20Z"), helpful_votes: 33 },
            { id: 31, flight_id: 477, customer_id: 207, rating: 5, comments: "The report was rescheduled after a late check.", review_date: new Date("2023-06-15T17:15:59Z"), helpful_votes: 38 },
            { id: 32, flight_id: 254, customer_id: 130, rating: 2, comments: "The appointment was refunded following an unusual review.", review_date: new Date("2024-01-29T11:37:36Z"), helpful_votes: 44 },
            { id: 33, flight_id: 56, customer_id: 199, rating: 4, comments: "The report was confirmed — routine case, no further action.", review_date: new Date("2023-08-14T10:10:53Z"), helpful_votes: 71 },
            { id: 34, flight_id: 75, customer_id: 139, rating: 2, comments: "An unusual follow-up: the record was resolved.", review_date: new Date("2023-11-15T16:01:57Z"), helpful_votes: 45 },
            { id: 35, flight_id: 199, customer_id: 159, rating: 5, comments: "No response from the team, so the delivery was completed.", review_date: new Date("2023-10-11T09:14:24Z"), helpful_votes: 68 },
            { id: 36, flight_id: 474, customer_id: 35, rating: 1, comments: "The supplier asked for a change and the report was replaced.", review_date: new Date("2023-12-05T00:27:40Z"), helpful_votes: 37 },
            { id: 37, flight_id: 6, customer_id: 217, rating: 5, comments: "The shipment was cancelled — duplicate case, no further action.", review_date: new Date("2024-05-03T10:40:10Z"), helpful_votes: 49 },
            { id: 38, flight_id: 481, customer_id: 216, rating: 4, comments: "No response from the courier, so the invoice was processed.", review_date: new Date("2024-04-13T13:36:32Z"), helpful_votes: 45 },
            { id: 39, flight_id: 70, customer_id: 126, rating: 5, comments: "The invoice was replaced after a minor check.", review_date: new Date("2023-03-07T14:31:59Z"), helpful_votes: 67 },
            { id: 40, flight_id: 475, customer_id: 101, rating: 5, comments: "The document was resolved after a duplicate check.", review_date: new Date("2024-03-25T08:02:06Z"), helpful_votes: 43 },
            { id: 41, flight_id: 133, customer_id: 83, rating: 5, comments: "The invoice was rescheduled after a late check.", review_date: new Date("2024-12-17T13:55:50Z"), helpful_votes: 47 },
            { id: 42, flight_id: 424, customer_id: 192, rating: 5, comments: "The report was delayed following a manual review.", review_date: new Date("2024-08-29T12:51:44Z"), helpful_votes: 57 },
            { id: 43, flight_id: 469, customer_id: 138, rating: 1, comments: "An automatic follow-up: the document was confirmed.", review_date: new Date("2024-07-15T08:38:02Z"), helpful_votes: 49 },
            { id: 44, flight_id: 355, customer_id: 206, rating: 5, comments: "Flagged as standard. The customer cancelled the ticket.", review_date: new Date("2024-04-24T14:08:11Z"), helpful_votes: 39 },
            { id: 45, flight_id: 108, customer_id: 183, rating: 2, comments: "Flagged as partial. Support reopened the report.", review_date: new Date("2023-08-20T09:25:26Z"), helpful_votes: 34 },
            { id: 46, flight_id: 253, customer_id: 48, rating: 5, comments: "An incomplete follow-up: the refund was processed.", review_date: new Date("2024-09-06T10:49:33Z"), helpful_votes: 93 },
            { id: 47, flight_id: 363, customer_id: 183, rating: 5, comments: "The customer asked for a change and the report was confirmed.", review_date: new Date("2023-03-01T12:36:03Z"), helpful_votes: 63 },
            { id: 48, flight_id: 117, customer_id: 248, rating: 5, comments: "A duplicate appointment was cancelled the same day.", review_date: new Date("2024-11-25T10:56:58Z"), helpful_votes: 61 },
            { id: 49, flight_id: 340, customer_id: 242, rating: 2, comments: "The invoice was completed — manual case, no further action.", review_date: new Date("2023-02-18T15:11:07Z"), helpful_votes: 34 },
            { id: 50, flight_id: 38, customer_id: 151, rating: 1, comments: "The booking was completed after a repeat check.", review_date: new Date("2023-10-15T10:56:21Z"), helpful_votes: 84 },
            { id: 51, flight_id: 235, customer_id: 77, rating: 1, comments: "The item was confirmed — automatic case, no further action.", review_date: new Date("2024-01-20T12:23:07Z"), helpful_votes: 17 },
            { id: 52, flight_id: 4, customer_id: 133, rating: 4, comments: "The account was updated following a duplicate review.", review_date: new Date("2023-09-30T14:25:19Z"), helpful_votes: 35 },
            { id: 53, flight_id: 129, customer_id: 125, rating: 5, comments: "The delivery was approved — late case, no further action.", review_date: new Date("2023-12-31T16:00:49Z"), helpful_votes: 51 },
            { id: 54, flight_id: 306, customer_id: 53, rating: 5, comments: "The delivery was reviewed — minor case, no further action.", review_date: new Date("2023-11-02T14:35:43Z"), helpful_votes: 60 },
            { id: 55, flight_id: 124, customer_id: 248, rating: 4, comments: "Flagged as unusual. The team refunded the appointment.", review_date: new Date("2024-07-01T09:02:44Z"), helpful_votes: 57 },
            { id: 56, flight_id: 125, customer_id: 69, rating: 3, comments: "Flagged as urgent. The customer replaced the transfer.", review_date: new Date("2024-12-07T06:36:47Z"), helpful_votes: 45 },
            { id: 57, flight_id: 331, customer_id: 138, rating: 2, comments: "The document was reviewed after an automatic check.", review_date: new Date("2023-04-16T08:09:58Z"), helpful_votes: 38 },
            { id: 58, flight_id: 68, customer_id: 171, rating: 2, comments: "The reviewer confirmed the details and the account was approved.", review_date: new Date("2023-06-02T10:07:10Z"), helpful_votes: 80 },
            { id: 59, flight_id: 400, customer_id: 176, rating: 4, comments: "An incomplete refund was updated the same day.", review_date: new Date("2023-10-15T10:01:03Z"), helpful_votes: 71 },
            { id: 60, flight_id: 44, customer_id: 10, rating: 3, comments: "The customer confirmed the details and the record was reopened.", review_date: new Date("2024-10-28T06:25:29Z"), helpful_votes: 16 },
            { id: 61, flight_id: 436, customer_id: 219, rating: 5, comments: "The session was rejected — late case, no further action.", review_date: new Date("2023-07-18T15:16:22Z"), helpful_votes: 39 },
            { id: 62, flight_id: 93, customer_id: 67, rating: 4, comments: "Support reported an unusual issue; the document was refunded.", review_date: new Date("2024-02-23T10:46:26Z"), helpful_votes: 70 },
            { id: 63, flight_id: 53, customer_id: 54, rating: 4, comments: "The invoice was rescheduled following a manual review.", review_date: new Date("2023-12-08T16:01:11Z"), helpful_votes: 72 },
            { id: 64, flight_id: 229, customer_id: 129, rating: 4, comments: "Support reported an automatic issue; the ticket was delayed.", review_date: new Date("2024-03-04T10:37:26Z"), helpful_votes: 65 },
            { id: 65, flight_id: 235, customer_id: 37, rating: 1, comments: "The claim was reviewed following a repeat review.", review_date: new Date("2023-03-28T09:05:40Z"), helpful_votes: 35 },
            { id: 66, flight_id: 350, customer_id: 231, rating: 2, comments: "A late claim was delayed the same day.", review_date: new Date("2024-01-08T12:10:26Z"), helpful_votes: 32 },
            { id: 67, flight_id: 347, customer_id: 242, rating: 1, comments: "A minor follow-up: the payment was reviewed.", review_date: new Date("2024-09-25T11:04:32Z"), helpful_votes: 40 },
            { id: 68, flight_id: 216, customer_id: 27, rating: 4, comments: "The customer reported a standard issue; the booking was rejected.", review_date: new Date("2024-03-25T14:26:15Z"), helpful_votes: 41 },
            { id: 69, flight_id: 72, customer_id: 92, rating: 2, comments: "The payment was closed following a manual review.", review_date: new Date("2023-07-05T12:54:40Z"), helpful_votes: 30 },
            { id: 70, flight_id: 193, customer_id: 124, rating: 5, comments: "The account was resolved — routine case, no further action.", review_date: new Date("2024-01-11T15:58:25Z"), helpful_votes: 74 },
            { id: 71, flight_id: 416, customer_id: 69, rating: 4, comments: "An incomplete follow-up: the payment was refunded.", review_date: new Date("2024-07-03T13:45:38Z"), helpful_votes: 48 },
            { id: 72, flight_id: 169, customer_id: 183, rating: 1, comments: "No response from the customer, so the document was confirmed.", review_date: new Date("2023-05-04T14:58:06Z"), helpful_votes: 48 },
            { id: 73, flight_id: 19, customer_id: 125, rating: 2, comments: "Support confirmed the details and the payment was rescheduled.", review_date: new Date("2024-07-26T11:31:18Z"), helpful_votes: 47 },
            { id: 74, flight_id: 287, customer_id: 71, rating: 5, comments: "The transfer was cancelled following a repeat review.", review_date: new Date("2024-11-17T13:13:27Z"), helpful_votes: 53 },
            { id: 75, flight_id: 55, customer_id: 187, rating: 2, comments: "The shipment was replaced — routine case, no further action.", review_date: new Date("2024-07-04T10:55:03Z"), helpful_votes: 54 },
            { id: 76, flight_id: 224, customer_id: 97, rating: 4, comments: "The shipment was processed following a routine review.", review_date: new Date("2023-02-02T11:07:48Z"), helpful_votes: 81 },
            { id: 77, flight_id: 220, customer_id: 45, rating: 3, comments: "Flagged as partial. The customer replaced the record.", review_date: new Date("2024-08-28T12:05:48Z"), helpful_votes: 39 },
            { id: 78, flight_id: 388, customer_id: 5, rating: 1, comments: "No response from the team, so the document was completed.", review_date: new Date("2023-12-18T11:52:19Z"), helpful_votes: 51 },
            { id: 79, flight_id: 242, customer_id: 20, rating: 5, comments: "The shipment was rescheduled — duplicate case, no further action.", review_date: new Date("2023-04-05T15:43:13Z"), helpful_votes: 49 },
            { id: 80, flight_id: 164, customer_id: 42, rating: 4, comments: "The order was updated — late case, no further action.", review_date: new Date("2023-09-08T08:54:51Z"), helpful_votes: 56 },
            { id: 81, flight_id: 56, customer_id: 218, rating: 5, comments: "A manual refund was replaced the same day.", review_date: new Date("2023-01-07T10:31:35Z"), helpful_votes: 50 },
            { id: 82, flight_id: 96, customer_id: 100, rating: 4, comments: "An unusual shipment was reviewed the same day.", review_date: new Date("2024-02-23T11:06:15Z"), helpful_votes: 40 },
            { id: 83, flight_id: 445, customer_id: 248, rating: 5, comments: "The item was replaced — standard case, no further action.", review_date: new Date("2023-06-10T17:23:12Z"), helpful_votes: 36 },
            { id: 84, flight_id: 120, customer_id: 19, rating: 3, comments: "Support reported an urgent issue; the session was delayed.", review_date: new Date("2024-03-18T20:12:54Z"), helpful_votes: 51 },
            { id: 85, flight_id: 103, customer_id: 249, rating: 3, comments: "The transfer was reviewed — minor case, no further action.", review_date: new Date("2023-02-12T17:58:29Z"), helpful_votes: 48 },
            { id: 86, flight_id: 284, customer_id: 185, rating: 5, comments: "The document was processed after a standard check.", review_date: new Date("2024-05-06T15:43:28Z"), helpful_votes: 28 },
            { id: 87, flight_id: 298, customer_id: 197, rating: 3, comments: "The ticket was closed — manual case, no further action.", review_date: new Date("2024-02-27T11:51:18Z"), helpful_votes: 50 },
            { id: 88, flight_id: 96, customer_id: 103, rating: 2, comments: "The delivery was closed after a duplicate check.", review_date: new Date("2024-11-11T16:52:49Z"), helpful_votes: 37 },
            { id: 89, flight_id: 317, customer_id: 186, rating: 3, comments: "The account owner confirmed the details and the account was confirmed.", review_date: new Date("2024-11-08T13:38:32Z"), helpful_votes: 44 },
            { id: 90, flight_id: 489, customer_id: 130, rating: 5, comments: "A repeat follow-up: the claim was updated.", review_date: new Date("2024-01-04T10:04:34Z"), helpful_votes: 25 },
            { id: 91, flight_id: 424, customer_id: 10, rating: 5, comments: "An incomplete delivery was escalated the same day.", review_date: new Date("2024-09-09T08:26:33Z"), helpful_votes: 53 },
            { id: 92, flight_id: 35, customer_id: 190, rating: 4, comments: "Support reported a late issue; the session was processed.", review_date: new Date("2024-03-13T13:43:16Z"), helpful_votes: 67 },
            { id: 93, flight_id: 428, customer_id: 209, rating: 4, comments: "The shipment was cancelled — standard case, no further action.", review_date: new Date("2023-12-04T15:53:40Z"), helpful_votes: 45 },
            { id: 94, flight_id: 277, customer_id: 105, rating: 5, comments: "An incomplete booking was processed the same day.", review_date: new Date("2024-02-23T16:12:50Z"), helpful_votes: 42 },
            { id: 95, flight_id: 118, customer_id: 69, rating: 2, comments: "The request was resolved after a standard check.", review_date: new Date("2023-04-11T08:25:47Z"), helpful_votes: 51 },
            { id: 96, flight_id: 492, customer_id: 91, rating: 3, comments: "A standard refund was confirmed the same day.", review_date: new Date("2024-06-14T12:14:06Z"), helpful_votes: 44 },
            { id: 97, flight_id: 452, customer_id: 156, rating: 5, comments: "No response from the customer, so the booking was processed.", review_date: new Date("2024-12-13T11:13:38Z"), helpful_votes: 34 },
            { id: 98, flight_id: 185, customer_id: 13, rating: 4, comments: "An operator reported a standard issue; the payment was confirmed.", review_date: new Date("2023-01-07T16:34:58Z"), helpful_votes: 51 },
            { id: 99, flight_id: 198, customer_id: 194, rating: 2, comments: "Support confirmed the details and the claim was replaced.", review_date: new Date("2024-07-29T09:53:09Z"), helpful_votes: 39 },
            { id: 100, flight_id: 209, customer_id: 73, rating: 4, comments: "No response from the account owner, so the session was delayed.", review_date: new Date("2024-07-19T08:07:29Z"), helpful_votes: 42 },
            { id: 101, flight_id: 301, customer_id: 1, rating: 5, comments: "The courier confirmed the details and the delivery was closed.", review_date: new Date("2024-11-20T08:36:55Z"), helpful_votes: 46 },
            { id: 102, flight_id: 51, customer_id: 104, rating: 2, comments: "Flagged as routine. The customer approved the payment.", review_date: new Date("2023-08-31T14:04:35Z"), helpful_votes: 49 },
            { id: 103, flight_id: 149, customer_id: 24, rating: 4, comments: "The order was completed following a late review.", review_date: new Date("2023-06-06T13:18:46Z"), helpful_votes: 56 },
            { id: 104, flight_id: 78, customer_id: 197, rating: 2, comments: "An operator asked for a change and the delivery was processed.", review_date: new Date("2023-05-07T14:09:59Z"), helpful_votes: 67 },
            { id: 105, flight_id: 82, customer_id: 32, rating: 4, comments: "The record was cancelled — partial case, no further action.", review_date: new Date("2024-06-02T08:02:24Z"), helpful_votes: 59 },
            { id: 106, flight_id: 335, customer_id: 238, rating: 5, comments: "The document was resolved — urgent case, no further action.", review_date: new Date("2023-05-27T23:49:04Z"), helpful_votes: 38 },
            { id: 107, flight_id: 392, customer_id: 43, rating: 2, comments: "The booking was closed following an urgent review.", review_date: new Date("2023-05-17T13:43:02Z"), helpful_votes: 42 },
            { id: 108, flight_id: 469, customer_id: 39, rating: 1, comments: "An operator reported an unusual issue; the ticket was updated.", review_date: new Date("2024-03-29T07:37:55Z"), helpful_votes: 27 },
            { id: 109, flight_id: 496, customer_id: 92, rating: 5, comments: "No response from the customer, so the session was delayed.", review_date: new Date("2024-04-01T14:14:28Z"), helpful_votes: 74 },
            { id: 110, flight_id: 200, customer_id: 95, rating: 4, comments: "The customer asked for a change and the session was closed.", review_date: new Date("2023-08-11T09:19:48Z"), helpful_votes: 43 },
            { id: 111, flight_id: 355, customer_id: 166, rating: 3, comments: "The invoice was updated after a repeat check.", review_date: new Date("2024-12-25T19:24:10Z"), helpful_votes: 58 },
            { id: 112, flight_id: 363, customer_id: 114, rating: 5, comments: "The account owner confirmed the details and the refund was reviewed.", review_date: new Date("2024-05-27T11:04:29Z"), helpful_votes: 50 },
            { id: 113, flight_id: 155, customer_id: 201, rating: 5, comments: "An automatic follow-up: the session was reviewed.", review_date: new Date("2024-07-14T11:45:12Z"), helpful_votes: 45 },
            { id: 114, flight_id: 15, customer_id: 190, rating: 4, comments: "The request was reviewed following an urgent review.", review_date: new Date("2023-09-16T10:32:19Z"), helpful_votes: 38 },
            { id: 115, flight_id: 390, customer_id: 145, rating: 1, comments: "The team asked for a change and the claim was completed.", review_date: new Date("2024-09-08T15:21:58Z"), helpful_votes: 65 },
            { id: 116, flight_id: 428, customer_id: 212, rating: 2, comments: "A standard payment was rejected the same day.", review_date: new Date("2023-05-01T14:44:59Z"), helpful_votes: 57 },
            { id: 117, flight_id: 58, customer_id: 144, rating: 4, comments: "The reviewer confirmed the details and the shipment was refunded.", review_date: new Date("2024-10-17T15:23:20Z"), helpful_votes: 53 },
            { id: 118, flight_id: 71, customer_id: 231, rating: 5, comments: "The session was replaced — unusual case, no further action.", review_date: new Date("2023-10-07T10:47:26Z"), helpful_votes: 50 },
            { id: 119, flight_id: 205, customer_id: 121, rating: 4, comments: "The customer asked for a change and the transfer was updated.", review_date: new Date("2024-02-20T09:47:06Z"), helpful_votes: 61 },
            { id: 120, flight_id: 194, customer_id: 11, rating: 5, comments: "An operator asked for a change and the invoice was delayed.", review_date: new Date("2023-08-24T14:04:42Z"), helpful_votes: 46 },
            { id: 121, flight_id: 103, customer_id: 124, rating: 5, comments: "The account owner reported a routine issue; the booking was reviewed.", review_date: new Date("2023-04-12T16:55:06Z"), helpful_votes: 52 },
            { id: 122, flight_id: 344, customer_id: 206, rating: 5, comments: "The account owner reported a routine issue; the document was resolved.", review_date: new Date("2023-02-03T13:43:26Z"), helpful_votes: 54 },
            { id: 123, flight_id: 242, customer_id: 125, rating: 3, comments: "The invoice was escalated — urgent case, no further action.", review_date: new Date("2024-04-04T16:56:21Z"), helpful_votes: 67 },
            { id: 124, flight_id: 380, customer_id: 142, rating: 5, comments: "The transfer was closed after a minor check.", review_date: new Date("2024-06-27T16:20:01Z"), helpful_votes: 57 },
            { id: 125, flight_id: 10, customer_id: 33, rating: 5, comments: "The record was reviewed after an unusual check.", review_date: new Date("2024-01-03T15:35:36Z"), helpful_votes: 33 },
            { id: 126, flight_id: 246, customer_id: 107, rating: 4, comments: "The customer reported a routine issue; the request was updated.", review_date: new Date("2023-11-18T14:13:20Z"), helpful_votes: 83 },
            { id: 127, flight_id: 230, customer_id: 109, rating: 2, comments: "The document was processed following a standard review.", review_date: new Date("2023-10-21T13:03:42Z"), helpful_votes: 59 },
            { id: 128, flight_id: 239, customer_id: 85, rating: 5, comments: "The team asked for a change and the refund was escalated.", review_date: new Date("2024-05-06T13:07:53Z"), helpful_votes: 49 },
            { id: 129, flight_id: 370, customer_id: 17, rating: 3, comments: "Flagged as standard. Support updated the delivery.", review_date: new Date("2024-12-31T13:42:18Z"), helpful_votes: 57 },
            { id: 130, flight_id: 116, customer_id: 45, rating: 4, comments: "The supplier confirmed the details and the booking was cancelled.", review_date: new Date("2024-08-14T09:53:51Z"), helpful_votes: 43 },
            { id: 131, flight_id: 66, customer_id: 235, rating: 5, comments: "The order was rejected following a minor review.", review_date: new Date("2023-04-05T12:39:31Z"), helpful_votes: 77 },
            { id: 132, flight_id: 33, customer_id: 127, rating: 5, comments: "An unusual invoice was updated the same day.", review_date: new Date("2023-01-26T10:36:29Z"), helpful_votes: 72 },
            { id: 133, flight_id: 435, customer_id: 54, rating: 2, comments: "The claim was resolved following an incomplete review.", review_date: new Date("2023-03-09T06:42:20Z"), helpful_votes: 64 },
            { id: 134, flight_id: 449, customer_id: 172, rating: 3, comments: "The account owner confirmed the details and the order was rescheduled.", review_date: new Date("2024-09-29T14:17:25Z"), helpful_votes: 31 },
            { id: 135, flight_id: 71, customer_id: 48, rating: 3, comments: "The supplier asked for a change and the account was reopened.", review_date: new Date("2023-04-23T06:55:13Z"), helpful_votes: 43 },
            { id: 136, flight_id: 337, customer_id: 15, rating: 3, comments: "No response from the courier, so the session was replaced.", review_date: new Date("2023-05-20T11:09:09Z"), helpful_votes: 63 },
            { id: 137, flight_id: 27, customer_id: 87, rating: 4, comments: "The invoice was completed — incomplete case, no further action.", review_date: new Date("2023-04-28T16:20:25Z"), helpful_votes: 64 },
            { id: 138, flight_id: 115, customer_id: 223, rating: 5, comments: "Flagged as partial. The supplier processed the session.", review_date: new Date("2024-05-26T00:09:48Z"), helpful_votes: 53 },
            { id: 139, flight_id: 190, customer_id: 175, rating: 4, comments: "No response from the reviewer, so the refund was rescheduled.", review_date: new Date("2024-12-04T15:46:08Z"), helpful_votes: 75 },
            { id: 140, flight_id: 199, customer_id: 245, rating: 5, comments: "Flagged as minor. The account owner completed the appointment.", review_date: new Date("2023-06-15T07:29:24Z"), helpful_votes: 68 },
            { id: 141, flight_id: 348, customer_id: 127, rating: 4, comments: "An operator asked for a change and the session was completed.", review_date: new Date("2023-07-04T08:55:21Z"), helpful_votes: 93 },
            { id: 142, flight_id: 112, customer_id: 120, rating: 4, comments: "Flagged as duplicate. Support approved the report.", review_date: new Date("2023-12-06T16:26:11Z"), helpful_votes: 56 },
            { id: 143, flight_id: 443, customer_id: 188, rating: 5, comments: "A routine follow-up: the delivery was updated.", review_date: new Date("2024-11-08T14:26:38Z"), helpful_votes: 79 },
            { id: 144, flight_id: 57, customer_id: 241, rating: 3, comments: "No response from the team, so the report was reviewed.", review_date: new Date("2023-12-03T11:33:37Z"), helpful_votes: 30 },
            { id: 145, flight_id: 128, customer_id: 31, rating: 4, comments: "A duplicate follow-up: the claim was delayed.", review_date: new Date("2023-04-30T20:10:14Z"), helpful_votes: 64 },
            { id: 146, flight_id: 423, customer_id: 101, rating: 4, comments: "The delivery was escalated — unusual case, no further action.", review_date: new Date("2023-02-18T13:01:12Z"), helpful_votes: 56 },
            { id: 147, flight_id: 94, customer_id: 69, rating: 4, comments: "The document was cancelled after a duplicate check.", review_date: new Date("2023-08-31T13:38:05Z"), helpful_votes: 66 },
            { id: 148, flight_id: 261, customer_id: 116, rating: 5, comments: "An urgent payment was refunded the same day.", review_date: new Date("2023-02-19T10:11:13Z"), helpful_votes: 34 },
            { id: 149, flight_id: 468, customer_id: 193, rating: 3, comments: "A manual follow-up: the shipment was updated.", review_date: new Date("2024-11-14T17:45:07Z"), helpful_votes: 55 },
            { id: 150, flight_id: 175, customer_id: 44, rating: 4, comments: "A duplicate follow-up: the transfer was updated.", review_date: new Date("2023-08-22T14:29:55Z"), helpful_votes: 37 },
        ],
    });
    await prisma.hotel_reservations.createMany({
        data: [
            { id: 1, hotel_name: "LaQuinta ComfortInn Holiday", check_in_date: "2024-01-11", check_out_date: "2024-02-10", customer_id: 196 },
            { id: 2, hotel_name: "LaQuinta Hilton", check_in_date: "2023-07-26", check_out_date: "2023-08-18", customer_id: 58 },
            { id: 3, hotel_name: "Ritz Westin", check_in_date: "2023-08-28", check_out_date: "2023-09-06", customer_id: 37 },
            { id: 4, hotel_name: "Sofitel", check_in_date: "2023-10-21", check_out_date: "2023-10-24", customer_id: 143 },
            { id: 5, hotel_name: "Westin Fairfield", check_in_date: "2023-06-17", check_out_date: "2023-06-29", customer_id: 78 },
            { id: 6, hotel_name: "Sofitel", check_in_date: "2024-11-20", check_out_date: "2024-12-13", customer_id: 65 },
            { id: 7, hotel_name: "Westin Hyatt", check_in_date: "2024-10-12", check_out_date: "2024-10-31", customer_id: 157 },
            { id: 8, hotel_name: "Marriott", check_in_date: "2023-10-29", check_out_date: "2023-11-08", customer_id: 17 },
            { id: 9, hotel_name: "FourSeasons Westin LaQuinta", check_in_date: "2024-01-10", check_out_date: "2024-02-05", customer_id: 144 },
            { id: 10, hotel_name: "Westin", check_in_date: "2024-08-21", check_out_date: "2024-09-13", customer_id: 65 },
            { id: 11, hotel_name: "Hilton ComfortInn Hyatt", check_in_date: "2024-06-25", check_out_date: "2024-07-05", customer_id: 237 },
            { id: 12, hotel_name: "LaQuinta Wyndham", check_in_date: "2023-10-07", check_out_date: "2023-10-11", customer_id: 80 },
            { id: 13, hotel_name: "Intercontinental", check_in_date: "2023-11-03", check_out_date: "2023-11-28", customer_id: 180 },
            { id: 14, hotel_name: "FourSeasons Radisson", check_in_date: "2024-08-20", check_out_date: "2024-08-21", customer_id: 62 },
            { id: 15, hotel_name: "Sofitel Westin", check_in_date: "2023-09-17", check_out_date: "2023-09-19", customer_id: 59 },
            { id: 16, hotel_name: "Marriott", check_in_date: "2023-05-31", check_out_date: "2023-06-11", customer_id: 154 },
            { id: 17, hotel_name: "Radisson Westin FourSeasons", check_in_date: "2024-02-05", check_out_date: "2024-02-29", customer_id: 72 },
            { id: 18, hotel_name: "Hilton", check_in_date: "2024-10-26", check_out_date: "2024-11-19", customer_id: 44 },
            { id: 19, hotel_name: "Motel6 Sofitel CrownePlaza", check_in_date: "2024-03-25", check_out_date: "2024-03-26", customer_id: 230 },
            { id: 20, hotel_name: "Marriott BestWestern Intercontinental", check_in_date: "2023-12-09", check_out_date: "2024-01-06", customer_id: 106 },
            { id: 21, hotel_name: "Omni", check_in_date: "2024-10-20", check_out_date: "2024-11-07", customer_id: 230 },
            { id: 22, hotel_name: "Marriott ComfortInn", check_in_date: "2024-11-08", check_out_date: "2024-11-20", customer_id: 143 },
            { id: 23, hotel_name: "Holiday Marriott BestWestern", check_in_date: "2023-12-01", check_out_date: "2023-12-22", customer_id: 133 },
            { id: 24, hotel_name: "Sofitel", check_in_date: "2023-01-11", check_out_date: "2023-01-17", customer_id: 170 },
            { id: 25, hotel_name: "CrownePlaza Holiday", check_in_date: "2023-08-25", check_out_date: "2023-09-14", customer_id: 78 },
            { id: 26, hotel_name: "CrownePlaza", check_in_date: "2023-11-23", check_out_date: "2023-12-13", customer_id: 115 },
            { id: 27, hotel_name: "Marriott Motel6 DoubleTree", check_in_date: "2024-12-12", check_out_date: "2024-12-19", customer_id: 22 },
            { id: 28, hotel_name: "FourSeasons LaQuinta", check_in_date: "2023-10-15", check_out_date: "2023-10-27", customer_id: 20 },
            { id: 29, hotel_name: "Holiday Sheraton", check_in_date: "2024-12-15", check_out_date: "2024-12-16", customer_id: 29 },
            { id: 30, hotel_name: "CrownePlaza", check_in_date: "2024-12-30", check_out_date: "2025-01-28", customer_id: 145 },
            { id: 31, hotel_name: "CrownePlaza DoubleTree", check_in_date: "2024-01-26", check_out_date: "2024-02-18", customer_id: 65 },
            { id: 32, hotel_name: "ComfortInn Hyatt", check_in_date: "2023-10-30", check_out_date: "2023-11-16", customer_id: 220 },
            { id: 33, hotel_name: "Sheraton BestWestern Ritz", check_in_date: "2023-04-02", check_out_date: "2023-04-10", customer_id: 29 },
            { id: 34, hotel_name: "Sofitel Ritz Sheraton", check_in_date: "2024-03-07", check_out_date: "2024-04-02", customer_id: 208 },
            { id: 35, hotel_name: "LaQuinta", check_in_date: "2024-10-09", check_out_date: "2024-10-16", customer_id: 168 },
            { id: 36, hotel_name: "Ritz", check_in_date: "2023-08-09", check_out_date: "2023-08-09", customer_id: 48 },
            { id: 37, hotel_name: "LaQuinta Fairfield", check_in_date: "2024-09-17", check_out_date: "2024-10-11", customer_id: 92 },
            { id: 38, hotel_name: "FourSeasons", check_in_date: "2023-10-14", check_out_date: "2023-11-01", customer_id: 41 },
            { id: 39, hotel_name: "Westin", check_in_date: "2023-09-24", check_out_date: "2023-10-14", customer_id: 24 },
            { id: 40, hotel_name: "Marriott", check_in_date: "2024-04-12", check_out_date: "2024-04-17", customer_id: 227 },
            { id: 41, hotel_name: "Marriott Westin LaQuinta", check_in_date: "2023-09-20", check_out_date: "2023-09-21", customer_id: 221 },
            { id: 42, hotel_name: "FourSeasons Sofitel Hyatt", check_in_date: "2024-11-15", check_out_date: "2024-12-07", customer_id: 69 },
            { id: 43, hotel_name: "Wyndham ComfortInn DoubleTree", check_in_date: "2024-04-26", check_out_date: "2024-05-02", customer_id: 190 },
            { id: 44, hotel_name: "Hyatt", check_in_date: "2024-02-06", check_out_date: "2024-02-27", customer_id: 233 },
            { id: 45, hotel_name: "CrownePlaza Fairfield", check_in_date: "2024-08-07", check_out_date: "2024-08-15", customer_id: 193 },
            { id: 46, hotel_name: "Ritz CrownePlaza", check_in_date: "2024-03-12", check_out_date: "2024-04-05", customer_id: 209 },
            { id: 47, hotel_name: "LaQuinta Fairfield", check_in_date: "2023-07-21", check_out_date: "2023-07-26", customer_id: 165 },
            { id: 48, hotel_name: "Motel6 CrownePlaza Hilton", check_in_date: "2023-11-07", check_out_date: "2023-12-02", customer_id: 65 },
            { id: 49, hotel_name: "FourSeasons CrownePlaza DoubleTree", check_in_date: "2024-03-18", check_out_date: "2024-04-14", customer_id: 231 },
            { id: 50, hotel_name: "Marriott Ritz Intercontinental", check_in_date: "2024-09-11", check_out_date: "2024-10-01", customer_id: 242 },
            { id: 51, hotel_name: "FourSeasons Westin Motel6", check_in_date: "2024-12-11", check_out_date: "2025-01-06", customer_id: 12 },
            { id: 52, hotel_name: "Intercontinental LaQuinta Omni", check_in_date: "2023-04-22", check_out_date: "2023-05-12", customer_id: 1 },
            { id: 53, hotel_name: "Westin", check_in_date: "2023-07-04", check_out_date: "2023-07-09", customer_id: 72 },
            { id: 54, hotel_name: "Marriott Fairfield", check_in_date: "2023-12-02", check_out_date: "2023-12-11", customer_id: 97 },
            { id: 55, hotel_name: "BestWestern", check_in_date: "2023-10-02", check_out_date: "2023-10-07", customer_id: 77 },
            { id: 56, hotel_name: "Westin DoubleTree", check_in_date: "2024-10-16", check_out_date: "2024-10-26", customer_id: 139 },
            { id: 57, hotel_name: "Omni Holiday Sofitel", check_in_date: "2024-05-01", check_out_date: "2024-05-06", customer_id: 21 },
            { id: 58, hotel_name: "Sofitel Wyndham LaQuinta", check_in_date: "2023-02-12", check_out_date: "2023-03-13", customer_id: 28 },
            { id: 59, hotel_name: "FourSeasons Westin", check_in_date: "2024-08-27", check_out_date: "2024-09-23", customer_id: 163 },
            { id: 60, hotel_name: "Radisson", check_in_date: "2023-12-22", check_out_date: "2023-12-22", customer_id: 228 },
            { id: 61, hotel_name: "Sofitel Hyatt Hilton", check_in_date: "2024-06-10", check_out_date: "2024-07-08", customer_id: 61 },
            { id: 62, hotel_name: "Hyatt Wyndham LaQuinta", check_in_date: "2024-04-12", check_out_date: "2024-05-11", customer_id: 172 },
            { id: 63, hotel_name: "DoubleTree Radisson", check_in_date: "2023-12-03", check_out_date: "2023-12-07", customer_id: 78 },
            { id: 64, hotel_name: "DoubleTree Wyndham Marriott", check_in_date: "2024-11-01", check_out_date: "2024-11-16", customer_id: 83 },
            { id: 65, hotel_name: "ComfortInn Wyndham Westin", check_in_date: "2023-11-29", check_out_date: "2023-12-25", customer_id: 10 },
            { id: 66, hotel_name: "Sofitel", check_in_date: "2024-02-25", check_out_date: "2024-02-28", customer_id: 34 },
            { id: 67, hotel_name: "Motel6 Ritz", check_in_date: "2023-04-27", check_out_date: "2023-05-18", customer_id: 118 },
            { id: 68, hotel_name: "Omni", check_in_date: "2024-02-27", check_out_date: "2024-03-05", customer_id: 184 },
            { id: 69, hotel_name: "Ritz LaQuinta", check_in_date: "2023-02-28", check_out_date: "2023-02-28", customer_id: 31 },
            { id: 70, hotel_name: "Sheraton Motel6", check_in_date: "2023-02-21", check_out_date: "2023-02-23", customer_id: 56 },
            { id: 71, hotel_name: "Sheraton", check_in_date: "2024-10-02", check_out_date: "2024-10-18", customer_id: 116 },
            { id: 72, hotel_name: "LaQuinta Radisson Intercontinental", check_in_date: "2024-01-04", check_out_date: "2024-01-20", customer_id: 82 },
            { id: 73, hotel_name: "Westin FourSeasons", check_in_date: "2024-10-13", check_out_date: "2024-10-27", customer_id: 91 },
            { id: 74, hotel_name: "DoubleTree", check_in_date: "2023-06-27", check_out_date: "2023-06-30", customer_id: 190 },
            { id: 75, hotel_name: "Motel6 Westin Sofitel", check_in_date: "2024-09-22", check_out_date: "2024-10-07", customer_id: 83 },
            { id: 76, hotel_name: "LaQuinta", check_in_date: "2024-01-05", check_out_date: "2024-01-26", customer_id: 229 },
            { id: 77, hotel_name: "Wyndham", check_in_date: "2023-11-07", check_out_date: "2023-11-09", customer_id: 126 },
            { id: 78, hotel_name: "FourSeasons", check_in_date: "2023-12-24", check_out_date: "2023-12-26", customer_id: 250 },
            { id: 79, hotel_name: "Holiday DoubleTree", check_in_date: "2024-12-01", check_out_date: "2024-12-05", customer_id: 123 },
            { id: 80, hotel_name: "Ritz Intercontinental Sofitel", check_in_date: "2024-05-17", check_out_date: "2024-05-17", customer_id: 247 },
            { id: 81, hotel_name: "Hyatt Fairfield Ritz", check_in_date: "2023-04-26", check_out_date: "2023-04-29", customer_id: 124 },
            { id: 82, hotel_name: "Omni Motel6", check_in_date: "2024-02-09", check_out_date: "2024-03-10", customer_id: 236 },
            { id: 83, hotel_name: "Sheraton", check_in_date: "2023-04-19", check_out_date: "2023-05-18", customer_id: 184 },
            { id: 84, hotel_name: "Marriott CrownePlaza", check_in_date: "2023-02-12", check_out_date: "2023-02-13", customer_id: 151 },
            { id: 85, hotel_name: "Radisson Wyndham", check_in_date: "2024-02-22", check_out_date: "2024-03-11", customer_id: 94 },
            { id: 86, hotel_name: "LaQuinta", check_in_date: "2024-03-03", check_out_date: "2024-03-26", customer_id: 155 },
            { id: 87, hotel_name: "Sheraton", check_in_date: "2024-12-12", check_out_date: "2024-12-15", customer_id: 90 },
            { id: 88, hotel_name: "Intercontinental Radisson", check_in_date: "2024-11-25", check_out_date: "2024-11-30", customer_id: 117 },
            { id: 89, hotel_name: "Marriott BestWestern DoubleTree", check_in_date: "2024-01-02", check_out_date: "2024-01-27", customer_id: 195 },
            { id: 90, hotel_name: "Omni Marriott Fairfield", check_in_date: "2024-12-31", check_out_date: "2025-01-10", customer_id: 223 },
            { id: 91, hotel_name: "CrownePlaza Hilton LaQuinta", check_in_date: "2023-11-06", check_out_date: "2023-12-03", customer_id: 26 },
            { id: 92, hotel_name: "Intercontinental Wyndham", check_in_date: "2023-08-30", check_out_date: "2023-09-08", customer_id: 23 },
            { id: 93, hotel_name: "Hilton Westin", check_in_date: "2023-10-25", check_out_date: "2023-11-01", customer_id: 84 },
            { id: 94, hotel_name: "Sheraton Ritz", check_in_date: "2023-09-06", check_out_date: "2023-09-22", customer_id: 112 },
            { id: 95, hotel_name: "Hyatt Sheraton Omni", check_in_date: "2024-07-23", check_out_date: "2024-08-07", customer_id: 205 },
            { id: 96, hotel_name: "Sheraton Ritz", check_in_date: "2024-02-03", check_out_date: "2024-02-18", customer_id: 77 },
            { id: 97, hotel_name: "Marriott", check_in_date: "2023-09-13", check_out_date: "2023-09-23", customer_id: 224 },
            { id: 98, hotel_name: "Marriott", check_in_date: "2023-07-03", check_out_date: "2023-07-27", customer_id: 17 },
            { id: 99, hotel_name: "Radisson Motel6", check_in_date: "2024-12-04", check_out_date: "2024-12-18", customer_id: 157 },
            { id: 100, hotel_name: "Ritz ComfortInn", check_in_date: "2023-11-14", check_out_date: "2023-12-13", customer_id: 33 },
            { id: 101, hotel_name: "Marriott DoubleTree", check_in_date: "2023-09-08", check_out_date: "2023-09-28", customer_id: 248 },
            { id: 102, hotel_name: "ComfortInn", check_in_date: "2024-01-14", check_out_date: "2024-01-18", customer_id: 166 },
            { id: 103, hotel_name: "Sofitel", check_in_date: "2023-10-06", check_out_date: "2023-10-27", customer_id: 211 },
            { id: 104, hotel_name: "DoubleTree", check_in_date: "2024-03-13", check_out_date: "2024-04-08", customer_id: 171 },
            { id: 105, hotel_name: "Marriott Ritz", check_in_date: "2024-05-11", check_out_date: "2024-05-19", customer_id: 219 },
            { id: 106, hotel_name: "LaQuinta", check_in_date: "2023-10-20", check_out_date: "2023-11-02", customer_id: 142 },
            { id: 107, hotel_name: "Intercontinental Hyatt FourSeasons", check_in_date: "2023-10-19", check_out_date: "2023-10-31", customer_id: 182 },
            { id: 108, hotel_name: "Hilton Holiday FourSeasons", check_in_date: "2023-06-01", check_out_date: "2023-06-19", customer_id: 56 },
            { id: 109, hotel_name: "FourSeasons Wyndham", check_in_date: "2023-10-11", check_out_date: "2023-10-19", customer_id: 246 },
            { id: 110, hotel_name: "Marriott CrownePlaza Ritz", check_in_date: "2024-02-17", check_out_date: "2024-02-21", customer_id: 39 },
            { id: 111, hotel_name: "Omni Fairfield", check_in_date: "2024-11-15", check_out_date: "2024-12-13", customer_id: 30 },
            { id: 112, hotel_name: "Radisson", check_in_date: "2023-03-04", check_out_date: "2023-03-22", customer_id: 97 },
            { id: 113, hotel_name: "CrownePlaza Ritz", check_in_date: "2024-08-04", check_out_date: "2024-08-09", customer_id: 58 },
            { id: 114, hotel_name: "Fairfield Omni", check_in_date: "2024-06-12", check_out_date: "2024-07-09", customer_id: 1 },
            { id: 115, hotel_name: "FourSeasons DoubleTree", check_in_date: "2024-10-13", check_out_date: "2024-10-13", customer_id: 239 },
            { id: 116, hotel_name: "Ritz DoubleTree Intercontinental", check_in_date: "2024-06-25", check_out_date: "2024-07-18", customer_id: 46 },
            { id: 117, hotel_name: "Intercontinental Motel6 CrownePlaza", check_in_date: "2024-09-19", check_out_date: "2024-10-01", customer_id: 160 },
            { id: 118, hotel_name: "LaQuinta Wyndham Omni", check_in_date: "2024-04-04", check_out_date: "2024-04-29", customer_id: 158 },
            { id: 119, hotel_name: "BestWestern", check_in_date: "2024-11-16", check_out_date: "2024-11-18", customer_id: 145 },
            { id: 120, hotel_name: "Omni", check_in_date: "2024-12-13", check_out_date: "2025-01-06", customer_id: 100 },
            { id: 121, hotel_name: "Fairfield DoubleTree", check_in_date: "2023-01-25", check_out_date: "2023-02-22", customer_id: 156 },
            { id: 122, hotel_name: "DoubleTree Wyndham", check_in_date: "2024-06-21", check_out_date: "2024-07-20", customer_id: 44 },
            { id: 123, hotel_name: "Hilton", check_in_date: "2023-08-01", check_out_date: "2023-08-08", customer_id: 153 },
            { id: 124, hotel_name: "Ritz Fairfield Westin", check_in_date: "2023-01-17", check_out_date: "2023-01-20", customer_id: 30 },
            { id: 125, hotel_name: "Marriott Hyatt", check_in_date: "2023-09-30", check_out_date: "2023-10-18", customer_id: 214 },
            { id: 126, hotel_name: "LaQuinta", check_in_date: "2024-01-01", check_out_date: "2024-01-26", customer_id: 49 },
            { id: 127, hotel_name: "Fairfield Holiday Intercontinental", check_in_date: "2023-10-26", check_out_date: "2023-11-05", customer_id: 161 },
            { id: 128, hotel_name: "BestWestern Ritz", check_in_date: "2023-12-26", check_out_date: "2023-12-27", customer_id: 54 },
            { id: 129, hotel_name: "Sheraton Wyndham Fairfield", check_in_date: "2024-07-13", check_out_date: "2024-07-25", customer_id: 105 },
            { id: 130, hotel_name: "Fairfield Omni Holiday", check_in_date: "2024-09-12", check_out_date: "2024-09-26", customer_id: 149 },
            { id: 131, hotel_name: "Ritz Sofitel Hilton", check_in_date: "2024-10-14", check_out_date: "2024-10-24", customer_id: 18 },
            { id: 132, hotel_name: "Westin", check_in_date: "2023-09-18", check_out_date: "2023-10-13", customer_id: 37 },
            { id: 133, hotel_name: "Marriott", check_in_date: "2024-07-24", check_out_date: "2024-08-04", customer_id: 219 },
            { id: 134, hotel_name: "DoubleTree", check_in_date: "2023-12-02", check_out_date: "2023-12-02", customer_id: 115 },
            { id: 135, hotel_name: "Holiday Westin", check_in_date: "2023-10-09", check_out_date: "2023-10-30", customer_id: 73 },
            { id: 136, hotel_name: "ComfortInn Wyndham FourSeasons", check_in_date: "2024-04-01", check_out_date: "2024-04-13", customer_id: 193 },
            { id: 137, hotel_name: "LaQuinta Marriott", check_in_date: "2023-11-19", check_out_date: "2023-12-17", customer_id: 184 },
            { id: 138, hotel_name: "Hyatt Sheraton ComfortInn", check_in_date: "2023-02-25", check_out_date: "2023-03-12", customer_id: 80 },
            { id: 139, hotel_name: "Radisson", check_in_date: "2024-04-30", check_out_date: "2024-05-15", customer_id: 61 },
            { id: 140, hotel_name: "ComfortInn", check_in_date: "2024-09-19", check_out_date: "2024-10-17", customer_id: 247 },
            { id: 141, hotel_name: "BestWestern ComfortInn LaQuinta", check_in_date: "2024-11-01", check_out_date: "2024-11-13", customer_id: 169 },
            { id: 142, hotel_name: "Intercontinental", check_in_date: "2023-01-06", check_out_date: "2023-01-24", customer_id: 67 },
            { id: 143, hotel_name: "Intercontinental", check_in_date: "2024-08-10", check_out_date: "2024-09-01", customer_id: 108 },
            { id: 144, hotel_name: "Wyndham", check_in_date: "2023-11-28", check_out_date: "2023-12-23", customer_id: 180 },
            { id: 145, hotel_name: "Hyatt Westin", check_in_date: "2023-12-06", check_out_date: "2023-12-29", customer_id: 185 },
            { id: 146, hotel_name: "Hilton FourSeasons Hyatt", check_in_date: "2023-04-11", check_out_date: "2023-05-02", customer_id: 24 },
            { id: 147, hotel_name: "Westin", check_in_date: "2024-04-17", check_out_date: "2024-04-30", customer_id: 95 },
            { id: 148, hotel_name: "Omni Holiday Marriott", check_in_date: "2023-03-19", check_out_date: "2023-03-26", customer_id: 129 },
            { id: 149, hotel_name: "Sofitel", check_in_date: "2024-08-17", check_out_date: "2024-09-06", customer_id: 70 },
            { id: 150, hotel_name: "Fairfield Motel6 FourSeasons", check_in_date: "2023-11-16", check_out_date: "2023-11-17", customer_id: 211 },
            { id: 151, hotel_name: "Sheraton Intercontinental Motel6", check_in_date: "2023-07-28", check_out_date: "2023-08-12", customer_id: 124 },
            { id: 152, hotel_name: "Motel6 Marriott Hyatt", check_in_date: "2023-03-08", check_out_date: "2023-04-05", customer_id: 89 },
            { id: 153, hotel_name: "FourSeasons Sheraton", check_in_date: "2023-09-02", check_out_date: "2023-09-07", customer_id: 110 },
            { id: 154, hotel_name: "DoubleTree Marriott CrownePlaza", check_in_date: "2023-09-17", check_out_date: "2023-10-16", customer_id: 160 },
            { id: 155, hotel_name: "Radisson", check_in_date: "2023-05-05", check_out_date: "2023-05-05", customer_id: 48 },
            { id: 156, hotel_name: "Wyndham", check_in_date: "2023-01-17", check_out_date: "2023-01-20", customer_id: 87 },
            { id: 157, hotel_name: "Sofitel DoubleTree Hilton", check_in_date: "2024-07-12", check_out_date: "2024-08-04", customer_id: 77 },
            { id: 158, hotel_name: "Wyndham", check_in_date: "2024-08-18", check_out_date: "2024-08-31", customer_id: 21 },
            { id: 159, hotel_name: "Marriott Sofitel Ritz", check_in_date: "2023-04-14", check_out_date: "2023-05-08", customer_id: 223 },
            { id: 160, hotel_name: "BestWestern Hilton", check_in_date: "2024-10-23", check_out_date: "2024-11-01", customer_id: 240 },
            { id: 161, hotel_name: "LaQuinta Motel6", check_in_date: "2023-01-19", check_out_date: "2023-01-19", customer_id: 82 },
            { id: 162, hotel_name: "Holiday", check_in_date: "2024-01-09", check_out_date: "2024-01-18", customer_id: 48 },
            { id: 163, hotel_name: "Holiday DoubleTree Sofitel", check_in_date: "2023-04-22", check_out_date: "2023-05-12", customer_id: 93 },
            { id: 164, hotel_name: "Wyndham LaQuinta Sofitel", check_in_date: "2024-06-30", check_out_date: "2024-07-07", customer_id: 64 },
            { id: 165, hotel_name: "CrownePlaza", check_in_date: "2023-11-05", check_out_date: "2023-11-17", customer_id: 247 },
            { id: 166, hotel_name: "Ritz Hyatt ComfortInn", check_in_date: "2023-11-26", check_out_date: "2023-12-25", customer_id: 80 },
            { id: 167, hotel_name: "Hyatt", check_in_date: "2024-02-21", check_out_date: "2024-02-21", customer_id: 2 },
            { id: 168, hotel_name: "Hyatt CrownePlaza Sheraton", check_in_date: "2023-05-13", check_out_date: "2023-06-12", customer_id: 216 },
            { id: 169, hotel_name: "Sofitel ComfortInn Fairfield", check_in_date: "2023-07-30", check_out_date: "2023-08-14", customer_id: 180 },
            { id: 170, hotel_name: "Intercontinental", check_in_date: "2023-12-26", check_out_date: "2024-01-22", customer_id: 60 },
            { id: 171, hotel_name: "Hilton CrownePlaza Ritz", check_in_date: "2023-12-15", check_out_date: "2024-01-03", customer_id: 225 },
            { id: 172, hotel_name: "Wyndham", check_in_date: "2023-09-22", check_out_date: "2023-09-28", customer_id: 45 },
            { id: 173, hotel_name: "Westin Radisson LaQuinta", check_in_date: "2024-11-27", check_out_date: "2024-12-02", customer_id: 127 },
            { id: 174, hotel_name: "Omni Fairfield Westin", check_in_date: "2024-01-25", check_out_date: "2024-02-13", customer_id: 247 },
            { id: 175, hotel_name: "FourSeasons", check_in_date: "2023-04-17", check_out_date: "2023-04-26", customer_id: 18 },
            { id: 176, hotel_name: "Sheraton Sofitel", check_in_date: "2023-05-08", check_out_date: "2023-05-19", customer_id: 29 },
            { id: 177, hotel_name: "Ritz", check_in_date: "2024-11-11", check_out_date: "2024-12-01", customer_id: 49 },
            { id: 178, hotel_name: "FourSeasons Hilton", check_in_date: "2023-08-20", check_out_date: "2023-09-18", customer_id: 26 },
            { id: 179, hotel_name: "CrownePlaza", check_in_date: "2023-11-06", check_out_date: "2023-11-16", customer_id: 224 },
            { id: 180, hotel_name: "Sofitel Hilton DoubleTree", check_in_date: "2024-09-01", check_out_date: "2024-09-17", customer_id: 15 },
            { id: 181, hotel_name: "Hilton", check_in_date: "2024-10-20", check_out_date: "2024-10-23", customer_id: 141 },
            { id: 182, hotel_name: "Intercontinental", check_in_date: "2024-10-12", check_out_date: "2024-10-18", customer_id: 138 },
            { id: 183, hotel_name: "Westin Hilton Motel6", check_in_date: "2024-10-21", check_out_date: "2024-10-23", customer_id: 126 },
            { id: 184, hotel_name: "Motel6 Holiday", check_in_date: "2024-05-23", check_out_date: "2024-06-07", customer_id: 241 },
            { id: 185, hotel_name: "DoubleTree", check_in_date: "2024-11-07", check_out_date: "2024-11-25", customer_id: 48 },
            { id: 186, hotel_name: "Intercontinental", check_in_date: "2023-12-13", check_out_date: "2024-01-05", customer_id: 148 },
            { id: 187, hotel_name: "CrownePlaza", check_in_date: "2024-01-08", check_out_date: "2024-01-31", customer_id: 180 },
            { id: 188, hotel_name: "Intercontinental", check_in_date: "2024-10-29", check_out_date: "2024-11-21", customer_id: 181 },
            { id: 189, hotel_name: "Holiday Hyatt FourSeasons", check_in_date: "2024-01-05", check_out_date: "2024-01-09", customer_id: 68 },
            { id: 190, hotel_name: "Sheraton LaQuinta Fairfield", check_in_date: "2024-10-10", check_out_date: "2024-10-20", customer_id: 138 },
            { id: 191, hotel_name: "Sofitel", check_in_date: "2023-12-07", check_out_date: "2023-12-22", customer_id: 231 },
            { id: 192, hotel_name: "Westin", check_in_date: "2023-04-08", check_out_date: "2023-04-19", customer_id: 130 },
            { id: 193, hotel_name: "Westin", check_in_date: "2023-01-08", check_out_date: "2023-01-11", customer_id: 137 },
            { id: 194, hotel_name: "Fairfield", check_in_date: "2024-10-27", check_out_date: "2024-11-22", customer_id: 174 },
            { id: 195, hotel_name: "Marriott BestWestern Holiday", check_in_date: "2023-09-20", check_out_date: "2023-10-11", customer_id: 95 },
            { id: 196, hotel_name: "DoubleTree", check_in_date: "2024-02-19", check_out_date: "2024-03-15", customer_id: 19 },
            { id: 197, hotel_name: "BestWestern", check_in_date: "2023-09-01", check_out_date: "2023-09-05", customer_id: 167 },
            { id: 198, hotel_name: "CrownePlaza", check_in_date: "2023-11-29", check_out_date: "2023-12-10", customer_id: 44 },
            { id: 199, hotel_name: "Hilton", check_in_date: "2023-10-21", check_out_date: "2023-10-25", customer_id: 20 },
            { id: 200, hotel_name: "CrownePlaza Westin BestWestern", check_in_date: "2024-10-24", check_out_date: "2024-11-16", customer_id: 215 },
            { id: 201, hotel_name: "DoubleTree Omni", check_in_date: "2024-04-06", check_out_date: "2024-04-18", customer_id: 42 },
            { id: 202, hotel_name: "CrownePlaza", check_in_date: "2023-12-28", check_out_date: "2024-01-10", customer_id: 240 },
            { id: 203, hotel_name: "CrownePlaza Omni Marriott", check_in_date: "2024-11-10", check_out_date: "2024-12-01", customer_id: 134 },
            { id: 204, hotel_name: "CrownePlaza ComfortInn Sheraton", check_in_date: "2023-12-28", check_out_date: "2023-12-28", customer_id: 88 },
            { id: 205, hotel_name: "Hilton Omni", check_in_date: "2024-08-16", check_out_date: "2024-09-13", customer_id: 68 },
            { id: 206, hotel_name: "Fairfield", check_in_date: "2024-08-22", check_out_date: "2024-09-11", customer_id: 98 },
            { id: 207, hotel_name: "CrownePlaza LaQuinta", check_in_date: "2023-11-12", check_out_date: "2023-11-17", customer_id: 157 },
            { id: 208, hotel_name: "Ritz Marriott Fairfield", check_in_date: "2023-02-03", check_out_date: "2023-02-13", customer_id: 66 },
            { id: 209, hotel_name: "Westin ComfortInn Wyndham", check_in_date: "2023-06-12", check_out_date: "2023-07-02", customer_id: 106 },
            { id: 210, hotel_name: "LaQuinta Radisson", check_in_date: "2023-05-19", check_out_date: "2023-06-11", customer_id: 133 },
            { id: 211, hotel_name: "Sheraton Westin Ritz", check_in_date: "2024-11-13", check_out_date: "2024-11-16", customer_id: 13 },
            { id: 212, hotel_name: "LaQuinta BestWestern", check_in_date: "2023-03-18", check_out_date: "2023-04-10", customer_id: 60 },
            { id: 213, hotel_name: "Holiday Intercontinental", check_in_date: "2023-01-17", check_out_date: "2023-01-30", customer_id: 119 },
            { id: 214, hotel_name: "Motel6 Radisson", check_in_date: "2023-01-31", check_out_date: "2023-02-11", customer_id: 35 },
            { id: 215, hotel_name: "DoubleTree", check_in_date: "2024-02-21", check_out_date: "2024-03-02", customer_id: 138 },
            { id: 216, hotel_name: "Radisson Westin", check_in_date: "2023-01-21", check_out_date: "2023-02-20", customer_id: 62 },
            { id: 217, hotel_name: "Ritz CrownePlaza Fairfield", check_in_date: "2023-09-16", check_out_date: "2023-09-27", customer_id: 20 },
            { id: 218, hotel_name: "Intercontinental Marriott", check_in_date: "2024-01-26", check_out_date: "2024-01-26", customer_id: 48 },
            { id: 219, hotel_name: "Westin Hilton", check_in_date: "2024-02-15", check_out_date: "2024-02-24", customer_id: 118 },
            { id: 220, hotel_name: "CrownePlaza", check_in_date: "2024-10-05", check_out_date: "2024-10-12", customer_id: 111 },
            { id: 221, hotel_name: "FourSeasons", check_in_date: "2023-11-18", check_out_date: "2023-12-06", customer_id: 150 },
            { id: 222, hotel_name: "Westin", check_in_date: "2024-11-20", check_out_date: "2024-12-18", customer_id: 67 },
            { id: 223, hotel_name: "Sofitel", check_in_date: "2023-10-19", check_out_date: "2023-10-21", customer_id: 121 },
            { id: 224, hotel_name: "Intercontinental Radisson", check_in_date: "2024-01-15", check_out_date: "2024-02-12", customer_id: 87 },
            { id: 225, hotel_name: "Radisson Holiday", check_in_date: "2023-05-04", check_out_date: "2023-05-25", customer_id: 104 },
            { id: 226, hotel_name: "Westin", check_in_date: "2024-10-12", check_out_date: "2024-10-17", customer_id: 168 },
            { id: 227, hotel_name: "Radisson", check_in_date: "2024-02-02", check_out_date: "2024-02-06", customer_id: 243 },
            { id: 228, hotel_name: "Hilton", check_in_date: "2024-02-27", check_out_date: "2024-03-20", customer_id: 218 },
            { id: 229, hotel_name: "Motel6", check_in_date: "2023-03-11", check_out_date: "2023-04-10", customer_id: 85 },
            { id: 230, hotel_name: "Omni Fairfield", check_in_date: "2024-01-28", check_out_date: "2024-02-25", customer_id: 109 },
            { id: 231, hotel_name: "Hilton LaQuinta", check_in_date: "2024-01-28", check_out_date: "2024-02-01", customer_id: 42 },
            { id: 232, hotel_name: "DoubleTree FourSeasons CrownePlaza", check_in_date: "2023-12-11", check_out_date: "2023-12-28", customer_id: 179 },
            { id: 233, hotel_name: "Sofitel Intercontinental ComfortInn", check_in_date: "2024-07-19", check_out_date: "2024-07-25", customer_id: 221 },
            { id: 234, hotel_name: "Fairfield Intercontinental Omni", check_in_date: "2024-02-13", check_out_date: "2024-03-14", customer_id: 76 },
            { id: 235, hotel_name: "DoubleTree", check_in_date: "2024-10-09", check_out_date: "2024-10-17", customer_id: 94 },
            { id: 236, hotel_name: "Wyndham Hyatt", check_in_date: "2024-12-11", check_out_date: "2024-12-20", customer_id: 42 },
            { id: 237, hotel_name: "Omni Fairfield", check_in_date: "2023-11-02", check_out_date: "2023-11-19", customer_id: 168 },
            { id: 238, hotel_name: "Fairfield Sofitel Ritz", check_in_date: "2023-12-02", check_out_date: "2023-12-05", customer_id: 33 },
            { id: 239, hotel_name: "Ritz", check_in_date: "2023-01-10", check_out_date: "2023-02-01", customer_id: 162 },
            { id: 240, hotel_name: "Holiday Omni", check_in_date: "2023-01-03", check_out_date: "2023-01-07", customer_id: 93 },
            { id: 241, hotel_name: "Ritz Intercontinental Marriott", check_in_date: "2023-06-02", check_out_date: "2023-06-25", customer_id: 128 },
            { id: 242, hotel_name: "Radisson", check_in_date: "2023-10-27", check_out_date: "2023-11-18", customer_id: 208 },
            { id: 243, hotel_name: "DoubleTree Ritz ComfortInn", check_in_date: "2023-01-14", check_out_date: "2023-02-02", customer_id: 196 },
            { id: 244, hotel_name: "Radisson LaQuinta Fairfield", check_in_date: "2023-10-01", check_out_date: "2023-10-10", customer_id: 102 },
            { id: 245, hotel_name: "FourSeasons Westin", check_in_date: "2023-09-03", check_out_date: "2023-09-27", customer_id: 20 },
            { id: 246, hotel_name: "Sofitel", check_in_date: "2024-08-05", check_out_date: "2024-08-20", customer_id: 69 },
            { id: 247, hotel_name: "BestWestern LaQuinta Radisson", check_in_date: "2023-12-13", check_out_date: "2024-01-06", customer_id: 166 },
            { id: 248, hotel_name: "Marriott Holiday Wyndham", check_in_date: "2024-11-09", check_out_date: "2024-12-01", customer_id: 218 },
            { id: 249, hotel_name: "Holiday LaQuinta", check_in_date: "2023-02-19", check_out_date: "2023-02-28", customer_id: 229 },
            { id: 250, hotel_name: "Hilton", check_in_date: "2024-01-21", check_out_date: "2024-02-17", customer_id: 141 },
            { id: 251, hotel_name: "Intercontinental Sofitel CrownePlaza", check_in_date: "2024-03-15", check_out_date: "2024-03-16", customer_id: 181 },
            { id: 252, hotel_name: "Sofitel ComfortInn", check_in_date: "2024-11-14", check_out_date: "2024-11-16", customer_id: 5 },
            { id: 253, hotel_name: "Marriott", check_in_date: "2023-11-29", check_out_date: "2023-12-03", customer_id: 143 },
            { id: 254, hotel_name: "Holiday Hilton Hyatt", check_in_date: "2024-10-09", check_out_date: "2024-10-16", customer_id: 54 },
            { id: 255, hotel_name: "Hilton", check_in_date: "2024-05-07", check_out_date: "2024-05-18", customer_id: 101 },
            { id: 256, hotel_name: "Omni", check_in_date: "2024-03-08", check_out_date: "2024-03-27", customer_id: 226 },
            { id: 257, hotel_name: "Ritz ComfortInn", check_in_date: "2023-12-04", check_out_date: "2023-12-16", customer_id: 33 },
            { id: 258, hotel_name: "Intercontinental", check_in_date: "2024-06-05", check_out_date: "2024-06-12", customer_id: 175 },
            { id: 259, hotel_name: "Holiday Omni", check_in_date: "2023-11-10", check_out_date: "2023-11-22", customer_id: 171 },
            { id: 260, hotel_name: "LaQuinta Motel6", check_in_date: "2023-10-06", check_out_date: "2023-11-01", customer_id: 1 },
            { id: 261, hotel_name: "Hilton", check_in_date: "2024-10-22", check_out_date: "2024-11-09", customer_id: 152 },
            { id: 262, hotel_name: "Hyatt Ritz LaQuinta", check_in_date: "2024-07-20", check_out_date: "2024-08-12", customer_id: 192 },
            { id: 263, hotel_name: "Holiday BestWestern Motel6", check_in_date: "2024-11-10", check_out_date: "2024-12-07", customer_id: 81 },
            { id: 264, hotel_name: "Fairfield Ritz Motel6", check_in_date: "2023-10-17", check_out_date: "2023-11-05", customer_id: 74 },
            { id: 265, hotel_name: "Hyatt CrownePlaza Marriott", check_in_date: "2024-09-04", check_out_date: "2024-09-27", customer_id: 173 },
            { id: 266, hotel_name: "DoubleTree", check_in_date: "2023-09-13", check_out_date: "2023-10-06", customer_id: 122 },
            { id: 267, hotel_name: "Sheraton Sofitel", check_in_date: "2023-09-02", check_out_date: "2023-09-03", customer_id: 88 },
            { id: 268, hotel_name: "FourSeasons Wyndham", check_in_date: "2024-03-12", check_out_date: "2024-03-19", customer_id: 193 },
            { id: 269, hotel_name: "Radisson CrownePlaza Hyatt", check_in_date: "2023-08-28", check_out_date: "2023-09-06", customer_id: 245 },
            { id: 270, hotel_name: "ComfortInn", check_in_date: "2024-08-05", check_out_date: "2024-09-01", customer_id: 120 },
            { id: 271, hotel_name: "ComfortInn Hyatt", check_in_date: "2023-12-10", check_out_date: "2023-12-22", customer_id: 159 },
            { id: 272, hotel_name: "Omni ComfortInn", check_in_date: "2024-07-01", check_out_date: "2024-07-03", customer_id: 115 },
            { id: 273, hotel_name: "Sheraton Fairfield Omni", check_in_date: "2023-03-08", check_out_date: "2023-03-20", customer_id: 245 },
            { id: 274, hotel_name: "Wyndham Hyatt Radisson", check_in_date: "2023-03-06", check_out_date: "2023-03-07", customer_id: 3 },
            { id: 275, hotel_name: "Omni FourSeasons", check_in_date: "2023-03-29", check_out_date: "2023-04-03", customer_id: 155 },
            { id: 276, hotel_name: "Westin", check_in_date: "2023-05-05", check_out_date: "2023-05-18", customer_id: 226 },
            { id: 277, hotel_name: "CrownePlaza Radisson", check_in_date: "2023-08-28", check_out_date: "2023-09-23", customer_id: 50 },
            { id: 278, hotel_name: "BestWestern", check_in_date: "2023-08-23", check_out_date: "2023-09-01", customer_id: 35 },
            { id: 279, hotel_name: "Hyatt Intercontinental", check_in_date: "2023-11-01", check_out_date: "2023-11-22", customer_id: 206 },
            { id: 280, hotel_name: "Fairfield Omni Westin", check_in_date: "2024-10-02", check_out_date: "2024-10-26", customer_id: 161 },
            { id: 281, hotel_name: "Motel6", check_in_date: "2023-03-24", check_out_date: "2023-04-09", customer_id: 5 },
            { id: 282, hotel_name: "Radisson", check_in_date: "2024-03-24", check_out_date: "2024-03-25", customer_id: 62 },
            { id: 283, hotel_name: "Omni Holiday Marriott", check_in_date: "2023-08-23", check_out_date: "2023-09-15", customer_id: 214 },
            { id: 284, hotel_name: "LaQuinta", check_in_date: "2024-12-10", check_out_date: "2024-12-26", customer_id: 86 },
            { id: 285, hotel_name: "Hilton ComfortInn", check_in_date: "2023-02-27", check_out_date: "2023-03-23", customer_id: 85 },
            { id: 286, hotel_name: "Hilton Marriott Ritz", check_in_date: "2023-08-29", check_out_date: "2023-09-16", customer_id: 48 },
            { id: 287, hotel_name: "Marriott Ritz", check_in_date: "2023-11-27", check_out_date: "2023-12-24", customer_id: 104 },
            { id: 288, hotel_name: "Wyndham CrownePlaza Fairfield", check_in_date: "2024-01-19", check_out_date: "2024-02-09", customer_id: 54 },
            { id: 289, hotel_name: "DoubleTree FourSeasons", check_in_date: "2023-11-01", check_out_date: "2023-11-29", customer_id: 145 },
            { id: 290, hotel_name: "Ritz", check_in_date: "2024-01-08", check_out_date: "2024-01-18", customer_id: 37 },
            { id: 291, hotel_name: "Hilton Motel6", check_in_date: "2023-01-24", check_out_date: "2023-01-26", customer_id: 134 },
            { id: 292, hotel_name: "Ritz", check_in_date: "2023-10-10", check_out_date: "2023-10-27", customer_id: 154 },
            { id: 293, hotel_name: "Intercontinental", check_in_date: "2023-03-29", check_out_date: "2023-04-08", customer_id: 50 },
            { id: 294, hotel_name: "CrownePlaza", check_in_date: "2023-10-10", check_out_date: "2023-10-10", customer_id: 103 },
            { id: 295, hotel_name: "Marriott FourSeasons", check_in_date: "2024-06-25", check_out_date: "2024-07-04", customer_id: 184 },
            { id: 296, hotel_name: "FourSeasons", check_in_date: "2024-01-05", check_out_date: "2024-01-24", customer_id: 118 },
            { id: 297, hotel_name: "Westin", check_in_date: "2024-07-18", check_out_date: "2024-08-10", customer_id: 174 },
            { id: 298, hotel_name: "Holiday", check_in_date: "2024-08-31", check_out_date: "2024-08-31", customer_id: 44 },
            { id: 299, hotel_name: "Intercontinental", check_in_date: "2024-09-16", check_out_date: "2024-09-16", customer_id: 163 },
            { id: 300, hotel_name: "Hyatt", check_in_date: "2023-01-31", check_out_date: "2023-02-09", customer_id: 170 },
        ],
    });
}

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