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

const prisma = new PrismaClient();

async function main() {
    await prisma.customers.createMany({
        data: [
            { id: 1, full_name: "Omar Wilson", email: "omar.wilson@example.org", phone: "+1-305-555-0116", signup_date: "2020-02-18" },
            { id: 2, full_name: "Wei Lopez", email: "wei.lopez@example.org", phone: "+1-917-555-0166", signup_date: "2020-12-31" },
            { id: 3, full_name: "Laura Becker", email: "laura.becker@example.org", phone: "+1-702-555-0111", signup_date: "2021-05-29" },
            { id: 4, full_name: "Diego Ali", email: "diego.ali@example.net", phone: "+1-213-555-0102", signup_date: "2023-03-08" },
            { id: 5, full_name: "Chloe Jansen", email: "chloe.jansen@example.org", phone: "+1-604-555-0148", signup_date: "2023-08-29" },
            { id: 6, full_name: "Hana Rossi", email: "hana.rossi@example.org", phone: "+1-305-555-0106", signup_date: "2021-02-01" },
            { id: 7, full_name: "Daniel Walker", email: "daniel.walker@example.net", phone: "+1-305-555-0146", signup_date: "2020-04-30" },
            { id: 8, full_name: "Nour Jensen", email: "nour.jensen@example.org", phone: "+1-213-555-0124", signup_date: "2022-03-07" },
            { id: 9, full_name: "Uma Johnson", email: "uma.johnson@example.org", phone: "+1-312-555-0131", signup_date: "2020-03-28" },
            { id: 10, full_name: "Deniz Yilmaz", email: "deniz.yilmaz@example.net", phone: "+1-778-555-0114", signup_date: "2020-06-11" },
            { id: 11, full_name: "Zara Gomez", email: "zara.gomez@example.org", phone: "+1-415-555-0141", signup_date: "2020-03-20" },
            { id: 12, full_name: "Mia Andersen", email: "mia.andersen@example.net", phone: "+1-312-555-0152", signup_date: "2022-06-10" },
            { id: 13, full_name: "Julia Nakamura", email: "julia.nakamura@example.net", phone: "+1-212-555-0134", signup_date: "2022-12-20" },
            { id: 14, full_name: "Omar Zhang", email: "omar.zhang@example.net", phone: "+1-972-555-0153", signup_date: "2021-01-28" },
            { id: 15, full_name: "Felix Park", email: "felix.park@example.org", phone: null, signup_date: "2020-03-23" },
            { id: 16, full_name: "Elif Andersen", email: "elif.andersen@example.net", phone: "+1-404-555-0166", signup_date: "2023-11-20" },
            { id: 17, full_name: "Ben Nguyen", email: "ben.nguyen@example.com", phone: "+1-612-555-0166", signup_date: "2021-09-10" },
            { id: 18, full_name: "Paula Hansen", email: "paula.hansen@example.org", phone: "+1-404-555-0164", signup_date: "2020-01-07" },
            { id: 19, full_name: "Oscar Weber", email: "oscar.weber@example.com", phone: "+1-778-555-0117", signup_date: "2023-05-16" },
            { id: 20, full_name: "Isaac Sousa", email: "isaac.sousa@example.com", phone: "+1-214-555-0172", signup_date: "2021-12-12" },
            { id: 21, full_name: "Maya Bennett", email: "maya.bennett@example.net", phone: "+1-512-555-0181", signup_date: "2023-08-04" },
            { id: 22, full_name: "Uma Khan", email: "uma.khan@example.net", phone: null, signup_date: "2021-08-15" },
            { id: 23, full_name: "Tariq Pereira", email: "tariq.pereira@example.net", phone: "+1-702-555-0173", signup_date: "2023-09-15" },
            { id: 24, full_name: "Yara Park", email: "yara.park@example.net", phone: "+1-612-555-0191", signup_date: "2022-08-17" },
            { id: 25, full_name: "Maya Bauer", email: "maya.bauer@example.net", phone: "+1-416-555-0131", signup_date: "2023-04-28" },
            { id: 26, full_name: "Ruby Davis", email: "ruby.davis@example.com", phone: "+1-801-555-0177", signup_date: "2022-11-26" },
            { id: 27, full_name: "Emma Gomez", email: "emma.gomez@example.net", phone: "+1-972-555-0175", signup_date: "2021-03-19" },
            { id: 28, full_name: "Paula Zhang", email: "paula.zhang@example.com", phone: "+1-202-555-0143", signup_date: "2021-12-18" },
            { id: 29, full_name: "Julia Nakamura", email: "julia.nakamura@example.org", phone: "+1-303-555-0155", signup_date: "2021-11-27" },
            { id: 30, full_name: "Leo Dubois", email: "leo.dubois@example.net", phone: "+1-416-555-0139", signup_date: "2020-11-04" },
            { id: 31, full_name: "Fatima Hughes", email: "fatima.hughes@example.org", phone: "+1-857-555-0111", signup_date: "2021-05-05" },
            { id: 32, full_name: "Felix Singh", email: "felix.singh@example.com", phone: "+1-617-555-0182", signup_date: "2021-02-01" },
            { id: 33, full_name: "Maya Andersen", email: "maya.andersen@example.net", phone: "+1-604-555-0114", signup_date: "2023-05-07" },
            { id: 34, full_name: "Nour Wright", email: "nour.wright@example.net", phone: "+1-416-555-0123", signup_date: "2020-05-09" },
            { id: 35, full_name: "Sofia Young", email: "sofia.young@example.com", phone: null, signup_date: "2020-05-25" },
            { id: 36, full_name: "Lena Rossi", email: "lena.rossi@example.net", phone: "+1-617-555-0116", signup_date: "2021-04-27" },
            { id: 37, full_name: "Jack Patel", email: "jack.patel@example.com", phone: "+1-202-555-0189", signup_date: "2021-10-15" },
            { id: 38, full_name: "Hugo Silva", email: "hugo.silva@example.org", phone: "+1-702-555-0108", signup_date: "2021-01-16" },
            { id: 39, full_name: "Ibrahim Ali", email: "ibrahim.ali@example.com", phone: "+1-972-555-0193", signup_date: "2023-08-10" },
            { id: 40, full_name: "Carla Adams", email: "carla.adams@example.org", phone: "+1-213-555-0195", signup_date: "2020-03-15" },
            { id: 41, full_name: "Nour Johnson", email: "nour.johnson@example.org", phone: "+1-305-555-0148", signup_date: "2023-01-31" },
            { id: 42, full_name: "Yara Klein", email: "yara.klein@example.org", phone: "+1-617-555-0107", signup_date: "2023-09-10" },
            { id: 43, full_name: "Tariq Nakamura", email: "tariq.nakamura@example.net", phone: "+1-857-555-0170", signup_date: "2023-06-05" },
            { id: 44, full_name: "Mila Vargas", email: "mila.vargas@example.org", phone: "+1-416-555-0129", signup_date: "2023-11-28" },
            { id: 45, full_name: "Paula Andersen", email: "paula.andersen@example.net", phone: "+1-905-555-0118", signup_date: "2023-07-28" },
            { id: 46, full_name: "Elena Ibrahim", email: "elena.ibrahim@example.net", phone: "+1-778-555-0174", signup_date: "2021-01-15" },
            { id: 47, full_name: "Rafael Diaz", email: "rafael.diaz@example.org", phone: "+1-778-555-0182", signup_date: "2023-03-18" },
            { id: 48, full_name: "Mateo Vargas", email: "mateo.vargas@example.org", phone: null, signup_date: "2020-08-14" },
            { id: 49, full_name: "Mohamed Davis", email: "mohamed.davis@example.com", phone: "+1-312-555-0102", signup_date: "2023-10-30" },
            { id: 50, full_name: "Jade Almeida", email: "jade.almeida@example.com", phone: "+1-415-555-0142", signup_date: "2022-03-14" },
            { id: 51, full_name: "Rafael Tanaka", email: "rafael.tanaka@example.com", phone: "+1-905-555-0134", signup_date: "2023-04-16" },
            { id: 52, full_name: "Maya Kowalski", email: "maya.kowalski@example.net", phone: "+1-905-555-0184", signup_date: "2022-06-24" },
            { id: 53, full_name: "Lina Gupta", email: "lina.gupta@example.org", phone: "+1-213-555-0125", signup_date: "2021-04-26" },
            { id: 54, full_name: "Mila Lee", email: "mila.lee@example.com", phone: "+1-202-555-0126", signup_date: "2021-10-28" },
            { id: 55, full_name: "Uma Baker", email: "uma.baker@example.net", phone: "+1-416-555-0145", signup_date: "2020-11-27" },
            { id: 56, full_name: "Mila Castro", email: "mila.castro@example.com", phone: "+1-801-555-0139", signup_date: "2022-06-28" },
            { id: 57, full_name: "Ivan Park", email: "ivan.park@example.net", phone: "+1-305-555-0139", signup_date: "2020-01-25" },
            { id: 58, full_name: "Ben Gomez", email: "ben.gomez@example.com", phone: null, signup_date: "2022-09-01" },
            { id: 59, full_name: "Diego Chen", email: "diego.chen@example.org", phone: "+1-404-555-0135", signup_date: "2021-08-12" },
            { id: 60, full_name: "Mia Andersen", email: "mia.andersen@example.org", phone: "+1-617-555-0143", signup_date: "2023-08-14" },
            { id: 61, full_name: "Victor Reyes", email: "victor.reyes@example.net", phone: "+1-713-555-0160", signup_date: "2020-08-06" },
            { id: 62, full_name: "Tariq Carter", email: "tariq.carter@example.com", phone: "+1-713-555-0182", signup_date: "2022-05-27" },
            { id: 63, full_name: "Kai Davis", email: "kai.davis@example.net", phone: "+1-303-555-0107", signup_date: "2022-11-25" },
            { id: 64, full_name: "Jonas Sousa", email: "jonas.sousa@example.net", phone: "+1-312-555-0109", signup_date: "2022-08-24" },
            { id: 65, full_name: "Selin Larsen", email: "selin.larsen@example.org", phone: "+1-303-555-0112", signup_date: "2023-11-20" },
            { id: 66, full_name: "Grace Ruiz", email: "grace.ruiz@example.net", phone: "+1-512-555-0170", signup_date: "2021-03-14" },
            { id: 67, full_name: "Marco Young", email: "marco.young@example.com", phone: "+1-905-555-0109", signup_date: "2020-09-14" },
            { id: 68, full_name: "Mila Tanaka", email: "mila.tanaka@example.com", phone: "+1-213-555-0185", signup_date: "2020-03-05" },
            { id: 69, full_name: "Kai Kumar", email: "kai.kumar@example.org", phone: "+1-778-555-0110", signup_date: "2021-10-12" },
            { id: 70, full_name: "Grace Khan", email: "grace.khan@example.net", phone: "+1-713-555-0116", signup_date: "2022-01-30" },
            { id: 71, full_name: "Yusuf Ahmed", email: "yusuf.ahmed@example.org", phone: "+1-305-555-0190", signup_date: "2020-05-15" },
            { id: 72, full_name: "Ines Miller", email: "ines.miller@example.org", phone: "+1-713-555-0146", signup_date: "2022-05-20" },
            { id: 73, full_name: "Liam Clark", email: "liam.clark@example.org", phone: "+1-905-555-0168", signup_date: "2023-09-29" },
            { id: 74, full_name: "Yusuf Rossi", email: "yusuf.rossi@example.com", phone: "+1-512-555-0135", signup_date: "2023-01-02" },
            { id: 75, full_name: "Rafael Brown", email: "rafael.brown@example.com", phone: "+1-857-555-0188", signup_date: "2020-02-11" },
            { id: 76, full_name: "Maja Ruiz", email: "maja.ruiz@example.net", phone: "+1-512-555-0174", signup_date: "2021-09-13" },
            { id: 77, full_name: "Isaac Jensen", email: "isaac.jensen@example.org", phone: null, signup_date: "2020-10-14" },
            { id: 78, full_name: "James Jensen", email: "james.jensen@example.com", phone: "+1-604-555-0111", signup_date: "2021-08-03" },
            { id: 79, full_name: "Deniz Tanaka", email: "deniz.tanaka@example.net", phone: "+1-415-555-0121", signup_date: "2021-12-26" },
            { id: 80, full_name: "Sven Hoffmann", email: "sven.hoffmann@example.com", phone: "+1-512-555-0119", signup_date: "2023-08-15" },
            { id: 81, full_name: "Amir Sato", email: "amir.sato@example.org", phone: "+1-905-555-0136", signup_date: "2023-05-12" },
            { id: 82, full_name: "Deniz Hoffmann", email: "deniz.hoffmann@example.net", phone: null, signup_date: "2020-01-06" },
            { id: 83, full_name: "Marco Schmidt", email: "marco.schmidt@example.net", phone: "+1-416-555-0125", signup_date: "2022-09-03" },
            { id: 84, full_name: "Mia Castro", email: "mia.castro@example.org", phone: "+1-305-555-0192", signup_date: "2020-11-10" },
            { id: 85, full_name: "Pedro Johnson", email: "pedro.johnson@example.net", phone: "+1-801-555-0178", signup_date: "2023-06-03" },
            { id: 86, full_name: "Yusuf Park", email: "yusuf.park@example.org", phone: "+1-617-555-0143", signup_date: "2021-05-16" },
            { id: 87, full_name: "Maya Ibrahim", email: "maya.ibrahim@example.net", phone: "+1-305-555-0146", signup_date: "2021-05-26" },
            { id: 88, full_name: "Yara Moreau", email: "yara.moreau@example.com", phone: "+1-202-555-0138", signup_date: "2020-03-14" },
            { id: 89, full_name: "Tariq Castro", email: "tariq.castro@example.com", phone: "+1-404-555-0140", signup_date: "2023-12-14" },
            { id: 90, full_name: "Anna Tanaka", email: "anna.tanaka@example.net", phone: "+1-416-555-0155", signup_date: "2023-10-19" },
            { id: 91, full_name: "Rafael Castro", email: "rafael.castro@example.org", phone: "+1-972-555-0183", signup_date: "2020-11-10" },
            { id: 92, full_name: "Nour Demir", email: "nour.demir@example.org", phone: "+1-905-555-0198", signup_date: "2023-01-29" },
            { id: 93, full_name: "Mohamed Wagner", email: "mohamed.wagner@example.org", phone: null, signup_date: "2023-10-15" },
            { id: 94, full_name: "Ivan Ahmed", email: "ivan.ahmed@example.net", phone: "+1-617-555-0168", signup_date: "2020-08-28" },
            { id: 95, full_name: "Tariq Kim", email: "tariq.kim@example.org", phone: "+1-312-555-0194", signup_date: "2020-12-03" },
            { id: 96, full_name: "Olivia Nakamura", email: "olivia.nakamura@example.net", phone: "+1-305-555-0160", signup_date: "2021-09-21" },
            { id: 97, full_name: "Omar Wagner", email: "omar.wagner@example.net", phone: "+1-612-555-0104", signup_date: "2020-03-27" },
            { id: 98, full_name: "Zoe Hassan", email: "zoe.hassan@example.com", phone: "+1-213-555-0181", signup_date: "2021-03-31" },
            { id: 99, full_name: "Hannah Cruz", email: "hannah.cruz@example.com", phone: "+1-469-555-0199", signup_date: "2023-04-23" },
            { id: 100, full_name: "Andre Shah", email: "andre.shah@example.org", phone: "+1-214-555-0170", signup_date: "2021-01-15" },
            { id: 101, full_name: "Uma Reyes", email: "uma.reyes@example.com", phone: "+1-214-555-0122", signup_date: "2020-11-02" },
            { id: 102, full_name: "Sam Kowalski", email: "sam.kowalski@example.com", phone: "+1-905-555-0145", signup_date: "2022-06-06" },
            { id: 103, full_name: "Daniel Andersen", email: "daniel.andersen@example.com", phone: "+1-917-555-0124", signup_date: "2023-11-06" },
            { id: 104, full_name: "Rosa Dubois", email: "rosa.dubois@example.net", phone: "+1-702-555-0184", signup_date: "2021-04-19" },
            { id: 105, full_name: "Lina Moreau", email: "lina.moreau@example.net", phone: "+1-212-555-0197", signup_date: "2021-02-19" },
            { id: 106, full_name: "Zara Weber", email: "zara.weber@example.com", phone: "+1-604-555-0175", signup_date: "2023-11-18" },
            { id: 107, full_name: "Lina Flores", email: "lina.flores@example.com", phone: null, signup_date: "2021-11-12" },
            { id: 108, full_name: "Priya Ruiz", email: "priya.ruiz@example.net", phone: "+1-212-555-0158", signup_date: "2021-10-26" },
            { id: 109, full_name: "Ivan Hoffmann", email: "ivan.hoffmann@example.org", phone: null, signup_date: "2021-02-17" },
            { id: 110, full_name: "Yara Mendes", email: "yara.mendes@example.com", phone: "+1-212-555-0125", signup_date: "2023-11-06" },
            { id: 111, full_name: "Carla Smith", email: "carla.smith@example.com", phone: "+1-312-555-0106", signup_date: "2020-01-03" },
            { id: 112, full_name: "Alice Evans", email: "alice.evans@example.net", phone: "+1-202-555-0125", signup_date: "2022-11-28" },
            { id: 113, full_name: "Noah Ibrahim", email: "noah.ibrahim@example.com", phone: "+1-213-555-0142", signup_date: "2021-08-31" },
            { id: 114, full_name: "Yara Silva", email: "yara.silva@example.com", phone: "+1-303-555-0101", signup_date: "2022-11-08" },
            { id: 115, full_name: "Grace Johnson", email: "grace.johnson@example.org", phone: "+1-702-555-0120", signup_date: "2023-03-24" },
            { id: 116, full_name: "Ines Moreau", email: "ines.moreau@example.org", phone: "+1-801-555-0182", signup_date: "2023-08-30" },
            { id: 117, full_name: "Omar Becker", email: "omar.becker@example.org", phone: "+1-503-555-0185", signup_date: "2021-12-10" },
            { id: 118, full_name: "Maja Klein", email: "maja.klein@example.net", phone: "+1-713-555-0169", signup_date: "2022-03-29" },
            { id: 119, full_name: "Lina Murphy", email: "lina.murphy@example.com", phone: "+1-312-555-0131", signup_date: "2023-08-13" },
            { id: 120, full_name: "Maria Dubois", email: "maria.dubois@example.org", phone: "+1-469-555-0183", signup_date: "2020-11-21" },
            { id: 121, full_name: "Yara Adams", email: "yara.adams@example.com", phone: "+1-801-555-0143", signup_date: "2022-03-06" },
            { id: 122, full_name: "Nina Reyes", email: "nina.reyes@example.net", phone: "+1-312-555-0109", signup_date: "2020-10-21" },
            { id: 123, full_name: "Ravi Bauer", email: "ravi.bauer@example.org", phone: null, signup_date: "2020-07-30" },
            { id: 124, full_name: "Mohamed Sousa", email: "mohamed.sousa@example.net", phone: "+1-713-555-0181", signup_date: "2020-05-27" },
            { id: 125, full_name: "Noah Smith", email: "noah.smith@example.com", phone: "+1-801-555-0154", signup_date: "2022-08-14" },
            { id: 126, full_name: "Grace Fischer", email: "grace.fischer@example.com", phone: "+1-415-555-0160", signup_date: "2022-04-29" },
            { id: 127, full_name: "Tariq Jensen", email: "tariq.jensen@example.org", phone: "+1-612-555-0124", signup_date: "2021-02-12" },
            { id: 128, full_name: "Emma Tanaka", email: "emma.tanaka@example.net", phone: "+1-917-555-0129", signup_date: "2021-11-30" },
            { id: 129, full_name: "Yara Torres", email: "yara.torres@example.org", phone: "+1-713-555-0109", signup_date: "2020-12-11" },
            { id: 130, full_name: "Carla Gupta", email: "carla.gupta@example.org", phone: "+1-778-555-0100", signup_date: "2022-10-03" },
            { id: 131, full_name: "Theo Jensen", email: "theo.jensen@example.com", phone: "+1-617-555-0195", signup_date: "2023-05-13" },
            { id: 132, full_name: "Liam Singh", email: "liam.singh@example.org", phone: "+1-503-555-0160", signup_date: "2020-10-17" },
            { id: 133, full_name: "Uma Jensen", email: "uma.jensen@example.com", phone: "+1-702-555-0128", signup_date: "2021-08-30" },
            { id: 134, full_name: "Karim Kowalski", email: "karim.kowalski@example.net", phone: null, signup_date: "2022-07-06" },
            { id: 135, full_name: "Jonas Weber", email: "jonas.weber@example.net", phone: "+1-213-555-0118", signup_date: "2023-05-11" },
            { id: 136, full_name: "Ivan Nakamura", email: "ivan.nakamura@example.com", phone: "+1-917-555-0104", signup_date: "2023-05-18" },
            { id: 137, full_name: "Carla Larsen", email: "carla.larsen@example.net", phone: "+1-857-555-0154", signup_date: "2020-08-23" },
            { id: 138, full_name: "Ben Brown", email: "ben.brown@example.net", phone: "+1-404-555-0105", signup_date: "2020-04-12" },
            { id: 139, full_name: "Maja Adams", email: "maja.adams@example.org", phone: "+1-214-555-0196", signup_date: "2023-11-20" },
            { id: 140, full_name: "Kai Ahmed", email: "kai.ahmed@example.net", phone: "+1-213-555-0141", signup_date: "2021-01-02" },
            { id: 141, full_name: "Noah Castro", email: "noah.castro@example.com", phone: "+1-917-555-0123", signup_date: "2022-03-02" },
            { id: 142, full_name: "Kai Hughes", email: "kai.hughes@example.org", phone: null, signup_date: "2023-07-30" },
            { id: 143, full_name: "Hannah Wang", email: "hannah.wang@example.net", phone: "+1-214-555-0174", signup_date: "2023-01-07" },
            { id: 144, full_name: "Chen Carter", email: "chen.carter@example.net", phone: "+1-416-555-0175", signup_date: "2020-05-07" },
            { id: 145, full_name: "Maya Young", email: "maya.young@example.org", phone: "+1-617-555-0107", signup_date: "2023-07-30" },
            { id: 146, full_name: "Nour Nakamura", email: "nour.nakamura@example.org", phone: "+1-305-555-0197", signup_date: "2022-07-05" },
            { id: 147, full_name: "Kai Kim", email: "kai.kim@example.com", phone: "+1-312-555-0168", signup_date: "2023-01-17" },
            { id: 148, full_name: "Chloe Bauer", email: "chloe.bauer@example.net", phone: "+1-202-555-0113", signup_date: "2020-09-01" },
            { id: 149, full_name: "James Johnson", email: "james.johnson@example.com", phone: "+1-512-555-0175", signup_date: "2021-11-29" },
            { id: 150, full_name: "Hana Jensen", email: "hana.jensen@example.net", phone: "+1-617-555-0141", signup_date: "2023-02-15" },
            { id: 151, full_name: "Ben Smith", email: "ben.smith@example.com", phone: null, signup_date: "2021-06-02" },
            { id: 152, full_name: "Karim Nguyen", email: "karim.nguyen@example.com", phone: "+1-917-555-0196", signup_date: "2022-05-08" },
            { id: 153, full_name: "Elif Brown", email: "elif.brown@example.com", phone: "+1-604-555-0179", signup_date: "2021-03-02" },
            { id: 154, full_name: "Wei Almeida", email: "wei.almeida@example.com", phone: "+1-416-555-0198", signup_date: "2022-04-02" },
            { id: 155, full_name: "Nina Taylor", email: "nina.taylor@example.com", phone: "+1-303-555-0159", signup_date: "2021-02-04" },
            { id: 156, full_name: "Tomas Larsen", email: "tomas.larsen@example.net", phone: "+1-214-555-0159", signup_date: "2023-03-14" },
            { id: 157, full_name: "Karim Vargas", email: "karim.vargas@example.org", phone: "+1-212-555-0168", signup_date: "2020-07-28" },
            { id: 158, full_name: "Chloe Bennett", email: "chloe.bennett@example.com", phone: "+1-617-555-0167", signup_date: "2022-01-19" },
            { id: 159, full_name: "Victor Bennett", email: "victor.bennett@example.net", phone: "+1-778-555-0103", signup_date: "2023-04-14" },
            { id: 160, full_name: "Sven Nakamura", email: "sven.nakamura@example.net", phone: "+1-415-555-0167", signup_date: "2023-09-14" },
            { id: 161, full_name: "Felix Castro", email: "felix.castro@example.org", phone: "+1-617-555-0115", signup_date: "2022-03-05" },
            { id: 162, full_name: "Lena Zhang", email: "lena.zhang@example.org", phone: "+1-469-555-0122", signup_date: "2023-04-27" },
            { id: 163, full_name: "Alice Castro", email: "alice.castro@example.com", phone: "+1-612-555-0170", signup_date: "2020-09-27" },
            { id: 164, full_name: "Nour Tanaka", email: "nour.tanaka@example.org", phone: "+1-213-555-0110", signup_date: "2020-12-16" },
            { id: 165, full_name: "Deniz Davis", email: "deniz.davis@example.com", phone: "+1-212-555-0179", signup_date: "2022-08-06" },
            { id: 166, full_name: "Omar Dubois", email: "omar.dubois@example.net", phone: "+1-604-555-0173", signup_date: "2022-08-01" },
            { id: 167, full_name: "Zoe Hansen", email: "zoe.hansen@example.net", phone: "+1-312-555-0128", signup_date: "2023-07-12" },
            { id: 168, full_name: "Paula Brown", email: "paula.brown@example.org", phone: "+1-415-555-0197", signup_date: "2022-12-19" },
            { id: 169, full_name: "Pedro Ruiz", email: "pedro.ruiz@example.net", phone: "+1-213-555-0134", signup_date: "2021-07-29" },
            { id: 170, full_name: "Mohamed Brown", email: "mohamed.brown@example.com", phone: "+1-917-555-0150", signup_date: "2020-10-03" },
            { id: 171, full_name: "Karim Nguyen", email: "karim.nguyen@example.com", phone: "+1-512-555-0107", signup_date: "2021-12-18" },
            { id: 172, full_name: "Mei Becker", email: "mei.becker@example.org", phone: "+1-214-555-0174", signup_date: "2020-06-11" },
            { id: 173, full_name: "Nina Hansen", email: "nina.hansen@example.org", phone: "+1-213-555-0111", signup_date: "2020-08-23" },
            { id: 174, full_name: "Jack Smith", email: "jack.smith@example.net", phone: "+1-214-555-0174", signup_date: "2020-05-08" },
            { id: 175, full_name: "Rafael Novak", email: "rafael.novak@example.org", phone: "+1-469-555-0190", signup_date: "2021-10-22" },
            { id: 176, full_name: "Lina Zhang", email: "lina.zhang@example.org", phone: "+1-512-555-0106", signup_date: "2022-10-13" },
            { id: 177, full_name: "Grace Bennett", email: "grace.bennett@example.com", phone: "+1-212-555-0102", signup_date: "2020-03-23" },
            { id: 178, full_name: "Yara Davis", email: "yara.davis@example.net", phone: "+1-917-555-0159", signup_date: "2020-12-04" },
            { id: 179, full_name: "Ben Adams", email: "ben.adams@example.net", phone: "+1-857-555-0127", signup_date: "2020-10-31" },
            { id: 180, full_name: "Arjun Johnson", email: "arjun.johnson@example.com", phone: "+1-857-555-0143", signup_date: "2021-03-26" },
            { id: 181, full_name: "Liam Khan", email: "liam.khan@example.org", phone: "+1-303-555-0120", signup_date: "2020-01-10" },
            { id: 182, full_name: "Chloe Meyer", email: "chloe.meyer@example.org", phone: "+1-202-555-0184", signup_date: "2020-11-27" },
            { id: 183, full_name: "Tomas Ibrahim", email: "tomas.ibrahim@example.net", phone: "+1-617-555-0161", signup_date: "2022-04-10" },
            { id: 184, full_name: "Oscar Costa", email: "oscar.costa@example.net", phone: "+1-469-555-0121", signup_date: "2021-04-05" },
            { id: 185, full_name: "Tariq Mendes", email: "tariq.mendes@example.com", phone: "+1-778-555-0186", signup_date: "2020-08-18" },
            { id: 186, full_name: "Julia Walker", email: "julia.walker@example.net", phone: "+1-702-555-0124", signup_date: "2023-01-21" },
            { id: 187, full_name: "Ibrahim Andersen", email: "ibrahim.andersen@example.com", phone: "+1-415-555-0134", signup_date: "2023-12-21" },
            { id: 188, full_name: "Sofia Ali", email: "sofia.ali@example.com", phone: "+1-512-555-0183", signup_date: "2022-07-30" },
            { id: 189, full_name: "Leo Wright", email: "leo.wright@example.com", phone: "+1-312-555-0114", signup_date: "2021-01-04" },
            { id: 190, full_name: "Ruby Castro", email: "ruby.castro@example.com", phone: "+1-416-555-0120", signup_date: "2020-05-14" },
            { id: 191, full_name: "Selin Khan", email: "selin.khan@example.org", phone: "+1-213-555-0160", signup_date: "2020-06-28" },
            { id: 192, full_name: "Yara Kumar", email: "yara.kumar@example.org", phone: "+1-305-555-0182", signup_date: "2023-11-07" },
            { id: 193, full_name: "Oscar Almeida", email: "oscar.almeida@example.org", phone: "+1-612-555-0131", signup_date: "2020-08-10" },
            { id: 194, full_name: "Zara Silva", email: "zara.silva@example.net", phone: "+1-214-555-0199", signup_date: "2020-09-29" },
            { id: 195, full_name: "Carla Becker", email: "carla.becker@example.net", phone: null, signup_date: "2022-09-20" },
            { id: 196, full_name: "Isaac Wright", email: "isaac.wright@example.net", phone: "+1-503-555-0114", signup_date: "2020-05-03" },
            { id: 197, full_name: "Wei Andersen", email: "wei.andersen@example.org", phone: "+1-202-555-0150", signup_date: "2021-04-24" },
            { id: 198, full_name: "Mia Hansen", email: "mia.hansen@example.net", phone: "+1-612-555-0135", signup_date: "2021-09-14" },
            { id: 199, full_name: "Maria Shah", email: "maria.shah@example.org", phone: "+1-972-555-0192", signup_date: "2020-07-05" },
            { id: 200, full_name: "Sam Bauer", email: "sam.bauer@example.net", phone: "+1-416-555-0116", signup_date: "2022-10-17" },
        ],
    });
    await prisma.trips.createMany({
        data: [
            { id: 1, customer_id: 38, destination: "cultural", start_date: "2023-04-30", end_date: "2023-12-15" },
            { id: 2, customer_id: 178, destination: "forest remote", start_date: "2023-05-28", end_date: "2023-07-21" },
            { id: 3, customer_id: 83, destination: null, start_date: "2023-04-18", end_date: "2023-08-01" },
            { id: 4, customer_id: 186, destination: "forest remote", start_date: "2023-11-05", end_date: "2023-02-05" },
            { id: 5, customer_id: 84, destination: null, start_date: "2023-12-24", end_date: "2023-11-19" },
            { id: 6, customer_id: 75, destination: "forest", start_date: "2023-10-26", end_date: "2023-03-07" },
            { id: 7, customer_id: 151, destination: "mountain", start_date: "2023-11-03", end_date: "2023-12-28" },
            { id: 8, customer_id: 151, destination: "desert village resort", start_date: "2023-06-02", end_date: "2023-12-11" },
            { id: 9, customer_id: 184, destination: "park", start_date: "2023-06-04", end_date: "2023-07-11" },
            { id: 10, customer_id: 68, destination: "tropical national", start_date: "2023-01-16", end_date: "2023-12-09" },
            { id: 11, customer_id: 15, destination: "village canyon island", start_date: "2023-11-15", end_date: "2023-04-08" },
            { id: 12, customer_id: 120, destination: "mountain", start_date: "2023-10-11", end_date: "2023-03-02" },
            { id: 13, customer_id: 108, destination: "desert", start_date: "2023-01-14", end_date: "2023-02-01" },
            { id: 14, customer_id: 183, destination: "lake island resort", start_date: "2023-07-18", end_date: "2023-01-04" },
            { id: 15, customer_id: 138, destination: "lake canyon", start_date: "2023-02-28", end_date: "2023-11-09" },
            { id: 16, customer_id: 145, destination: "adventure", start_date: "2023-04-16", end_date: "2023-02-02" },
            { id: 17, customer_id: 178, destination: "river", start_date: "2023-10-11", end_date: "2023-05-13" },
            { id: 18, customer_id: 63, destination: "tropical forest", start_date: "2023-08-06", end_date: "2023-10-23" },
            { id: 19, customer_id: 97, destination: "desert tropical lake", start_date: "2023-08-29", end_date: "2023-06-26" },
            { id: 20, customer_id: 179, destination: "forest", start_date: "2023-10-11", end_date: "2023-10-25" },
            { id: 21, customer_id: 191, destination: null, start_date: "2023-08-17", end_date: "2023-03-16" },
            { id: 22, customer_id: 41, destination: "countryside resort mountain", start_date: "2023-04-06", end_date: "2023-05-30" },
            { id: 23, customer_id: 130, destination: "desert", start_date: "2023-10-18", end_date: "2023-06-22" },
            { id: 24, customer_id: 89, destination: "coastal national urban", start_date: "2023-10-29", end_date: "2023-03-07" },
            { id: 25, customer_id: 152, destination: "adventure cultural desert", start_date: "2023-05-26", end_date: "2023-04-03" },
            { id: 26, customer_id: 127, destination: "tropical", start_date: "2023-07-30", end_date: "2023-07-29" },
            { id: 27, customer_id: 113, destination: "city adventure", start_date: "2023-05-19", end_date: "2023-01-11" },
            { id: 28, customer_id: 137, destination: "forest cultural", start_date: "2023-09-05", end_date: "2023-07-25" },
            { id: 29, customer_id: 93, destination: "park", start_date: "2023-05-29", end_date: "2023-01-18" },
            { id: 30, customer_id: 197, destination: "coastal adventure beach", start_date: "2023-04-23", end_date: "2023-01-06" },
            { id: 31, customer_id: 140, destination: "remote forest countryside", start_date: "2023-05-08", end_date: "2023-09-02" },
            { id: 32, customer_id: 82, destination: "coastal", start_date: "2023-12-31", end_date: "2023-02-13" },
            { id: 33, customer_id: 13, destination: null, start_date: "2023-08-18", end_date: "2023-08-19" },
            { id: 34, customer_id: 171, destination: "river", start_date: "2023-03-20", end_date: "2023-09-13" },
            { id: 35, customer_id: 13, destination: "cultural resort", start_date: "2023-09-18", end_date: "2023-11-06" },
            { id: 36, customer_id: 86, destination: "desert", start_date: "2023-06-17", end_date: "2023-02-24" },
            { id: 37, customer_id: 54, destination: "national adventure", start_date: "2023-03-26", end_date: "2023-05-14" },
            { id: 38, customer_id: 179, destination: "remote canyon desert", start_date: "2023-04-25", end_date: "2023-11-05" },
            { id: 39, customer_id: 142, destination: "remote coastal cultural", start_date: "2023-06-15", end_date: "2023-05-13" },
            { id: 40, customer_id: 102, destination: "forest adventure", start_date: "2023-04-22", end_date: "2023-12-25" },
            { id: 41, customer_id: 144, destination: "lake", start_date: "2023-03-20", end_date: "2023-08-23" },
            { id: 42, customer_id: 108, destination: "historical lake forest", start_date: "2023-12-29", end_date: "2023-02-21" },
            { id: 43, customer_id: 127, destination: "urban", start_date: "2023-03-03", end_date: "2023-01-28" },
            { id: 44, customer_id: 155, destination: "island urban canyon", start_date: "2023-04-10", end_date: "2023-10-15" },
            { id: 45, customer_id: 139, destination: "river tropical coastal", start_date: "2023-02-25", end_date: "2023-12-01" },
            { id: 46, customer_id: 153, destination: null, start_date: "2023-08-01", end_date: "2023-07-27" },
            { id: 47, customer_id: 132, destination: "countryside", start_date: "2023-04-29", end_date: "2023-06-19" },
            { id: 48, customer_id: 177, destination: "adventure desert", start_date: "2023-07-24", end_date: "2023-11-10" },
            { id: 49, customer_id: 162, destination: "historical", start_date: "2023-07-21", end_date: "2023-04-27" },
            { id: 50, customer_id: 191, destination: "island national", start_date: "2023-08-24", end_date: "2023-01-13" },
            { id: 51, customer_id: 148, destination: "village", start_date: "2023-01-18", end_date: "2023-07-28" },
            { id: 52, customer_id: 160, destination: "island forest", start_date: "2023-04-02", end_date: "2023-09-17" },
            { id: 53, customer_id: 114, destination: "lake", start_date: "2023-09-12", end_date: "2023-03-09" },
            { id: 54, customer_id: 89, destination: null, start_date: "2023-01-18", end_date: "2023-08-05" },
            { id: 55, customer_id: 45, destination: "resort desert", start_date: "2023-09-10", end_date: "2023-05-01" },
            { id: 56, customer_id: 185, destination: "city adventure", start_date: "2023-02-05", end_date: "2023-03-31" },
            { id: 57, customer_id: 105, destination: "canyon historical", start_date: "2023-12-16", end_date: "2023-10-15" },
            { id: 58, customer_id: 171, destination: "urban", start_date: "2023-11-06", end_date: "2023-11-15" },
            { id: 59, customer_id: 19, destination: "beach", start_date: "2023-02-17", end_date: "2023-02-05" },
            { id: 60, customer_id: 146, destination: null, start_date: "2023-12-04", end_date: "2023-07-17" },
            { id: 61, customer_id: 197, destination: "island adventure", start_date: "2023-04-02", end_date: "2023-07-12" },
            { id: 62, customer_id: 169, destination: null, start_date: "2023-06-04", end_date: "2023-10-13" },
            { id: 63, customer_id: 31, destination: "forest remote cultural", start_date: "2023-03-13", end_date: "2023-11-09" },
            { id: 64, customer_id: 90, destination: "village historical", start_date: "2023-05-18", end_date: "2023-01-19" },
            { id: 65, customer_id: 30, destination: "village", start_date: "2023-12-02", end_date: "2023-06-15" },
            { id: 66, customer_id: 37, destination: "village desert", start_date: "2023-06-26", end_date: "2023-02-17" },
            { id: 67, customer_id: 109, destination: "canyon village", start_date: "2023-09-13", end_date: "2023-01-29" },
            { id: 68, customer_id: 26, destination: "tropical", start_date: "2023-10-31", end_date: "2023-06-12" },
            { id: 69, customer_id: 86, destination: "tropical", start_date: "2023-08-22", end_date: "2023-05-29" },
            { id: 70, customer_id: 39, destination: "adventure cultural river", start_date: "2023-01-15", end_date: "2023-03-23" },
            { id: 71, customer_id: 32, destination: "coastal mountain resort", start_date: "2023-01-26", end_date: "2023-08-24" },
            { id: 72, customer_id: 178, destination: "resort forest desert", start_date: "2023-07-05", end_date: "2023-04-05" },
            { id: 73, customer_id: 23, destination: "beach", start_date: "2023-06-12", end_date: "2023-04-10" },
            { id: 74, customer_id: 166, destination: "river", start_date: "2023-07-04", end_date: "2023-10-01" },
            { id: 75, customer_id: 121, destination: "cultural forest", start_date: "2023-04-18", end_date: "2023-09-27" },
            { id: 76, customer_id: 19, destination: "city urban", start_date: "2023-05-02", end_date: "2023-03-14" },
            { id: 77, customer_id: 81, destination: "national tropical river", start_date: "2023-01-01", end_date: "2023-04-02" },
            { id: 78, customer_id: 3, destination: null, start_date: "2023-03-01", end_date: "2023-04-26" },
            { id: 79, customer_id: 59, destination: "canyon beach remote", start_date: "2023-03-13", end_date: "2023-10-23" },
            { id: 80, customer_id: 180, destination: "island", start_date: "2023-09-02", end_date: "2023-05-08" },
            { id: 81, customer_id: 49, destination: "mountain park", start_date: "2023-11-08", end_date: "2023-06-18" },
            { id: 82, customer_id: 93, destination: "adventure beach", start_date: "2023-10-05", end_date: "2023-02-06" },
            { id: 83, customer_id: 30, destination: "historical", start_date: "2023-02-23", end_date: "2023-10-15" },
            { id: 84, customer_id: 94, destination: "mountain coastal national", start_date: "2023-09-17", end_date: "2023-05-11" },
            { id: 85, customer_id: 71, destination: "forest river urban", start_date: "2023-06-20", end_date: "2023-01-14" },
            { id: 86, customer_id: 105, destination: "adventure", start_date: "2023-03-29", end_date: "2023-02-18" },
            { id: 87, customer_id: 140, destination: "river", start_date: "2023-02-20", end_date: "2023-02-17" },
            { id: 88, customer_id: 4, destination: "lake resort", start_date: "2023-10-12", end_date: "2023-12-04" },
            { id: 89, customer_id: 3, destination: "historical countryside", start_date: "2023-11-10", end_date: "2023-05-23" },
            { id: 90, customer_id: 142, destination: "resort", start_date: "2023-04-14", end_date: "2023-10-30" },
            { id: 91, customer_id: 76, destination: "city remote beach", start_date: "2023-09-21", end_date: "2023-07-26" },
            { id: 92, customer_id: 172, destination: "forest", start_date: "2023-11-14", end_date: "2023-09-21" },
            { id: 93, customer_id: 24, destination: "canyon forest", start_date: "2023-11-08", end_date: "2023-06-20" },
            { id: 94, customer_id: 127, destination: "adventure tropical urban", start_date: "2023-12-10", end_date: "2023-09-11" },
            { id: 95, customer_id: 84, destination: "canyon remote", start_date: "2023-05-31", end_date: "2023-01-25" },
            { id: 96, customer_id: 64, destination: null, start_date: "2023-02-21", end_date: "2023-08-20" },
            { id: 97, customer_id: 181, destination: "island cultural historical", start_date: "2023-08-11", end_date: "2023-11-21" },
            { id: 98, customer_id: 107, destination: "island", start_date: "2023-07-08", end_date: "2023-02-22" },
            { id: 99, customer_id: 93, destination: null, start_date: "2023-10-22", end_date: "2023-03-31" },
            { id: 100, customer_id: 145, destination: "forest remote river", start_date: "2023-03-25", end_date: "2023-10-20" },
            { id: 101, customer_id: 21, destination: "historical park", start_date: "2023-07-03", end_date: "2023-02-22" },
            { id: 102, customer_id: 25, destination: "beach", start_date: "2023-06-16", end_date: "2023-08-20" },
            { id: 103, customer_id: 198, destination: "city", start_date: "2023-05-20", end_date: "2023-03-19" },
            { id: 104, customer_id: 43, destination: "desert national city", start_date: "2023-05-05", end_date: "2023-10-28" },
            { id: 105, customer_id: 76, destination: "countryside desert park", start_date: "2023-05-17", end_date: "2023-08-13" },
            { id: 106, customer_id: 41, destination: "cultural mountain", start_date: "2023-05-17", end_date: "2023-06-26" },
            { id: 107, customer_id: 81, destination: "adventure", start_date: "2023-01-30", end_date: "2023-03-04" },
            { id: 108, customer_id: 16, destination: "national cultural", start_date: "2023-09-29", end_date: "2023-07-12" },
            { id: 109, customer_id: 151, destination: null, start_date: "2023-04-25", end_date: "2023-08-18" },
            { id: 110, customer_id: 57, destination: "urban coastal", start_date: "2023-04-15", end_date: "2023-06-08" },
            { id: 111, customer_id: 189, destination: "canyon", start_date: "2023-02-01", end_date: "2023-05-19" },
            { id: 112, customer_id: 62, destination: null, start_date: "2023-07-15", end_date: "2023-10-13" },
            { id: 113, customer_id: 187, destination: "tropical island village", start_date: "2023-06-13", end_date: "2023-06-27" },
            { id: 114, customer_id: 37, destination: "historical city desert", start_date: "2023-03-20", end_date: "2023-06-14" },
            { id: 115, customer_id: 23, destination: "city adventure", start_date: "2023-11-25", end_date: "2023-06-28" },
            { id: 116, customer_id: 180, destination: "tropical", start_date: "2023-08-27", end_date: "2023-02-23" },
            { id: 117, customer_id: 132, destination: null, start_date: "2023-06-21", end_date: "2023-12-16" },
            { id: 118, customer_id: 153, destination: "adventure", start_date: "2023-06-18", end_date: "2023-04-16" },
            { id: 119, customer_id: 83, destination: "tropical adventure lake", start_date: "2023-12-18", end_date: "2023-02-13" },
            { id: 120, customer_id: 138, destination: "river park lake", start_date: "2023-01-26", end_date: "2023-05-13" },
            { id: 121, customer_id: 20, destination: "city", start_date: "2023-05-19", end_date: "2023-07-27" },
            { id: 122, customer_id: 20, destination: "tropical coastal historical", start_date: "2023-07-20", end_date: "2023-07-21" },
            { id: 123, customer_id: 143, destination: "cultural national desert", start_date: "2023-04-05", end_date: "2023-07-23" },
            { id: 124, customer_id: 157, destination: "national canyon", start_date: "2023-09-03", end_date: "2023-04-25" },
            { id: 125, customer_id: 95, destination: "remote island countryside", start_date: "2023-07-04", end_date: "2023-12-28" },
            { id: 126, customer_id: 178, destination: "countryside", start_date: "2023-10-16", end_date: "2023-02-07" },
            { id: 127, customer_id: 57, destination: "canyon beach mountain", start_date: "2023-11-08", end_date: "2023-12-12" },
            { id: 128, customer_id: 18, destination: "river adventure", start_date: "2023-02-12", end_date: "2023-11-24" },
            { id: 129, customer_id: 80, destination: "countryside", start_date: "2023-07-21", end_date: "2023-08-14" },
            { id: 130, customer_id: 43, destination: null, start_date: "2023-12-24", end_date: "2023-04-01" },
            { id: 131, customer_id: 2, destination: "mountain beach", start_date: "2023-05-04", end_date: "2023-06-02" },
            { id: 132, customer_id: 47, destination: "beach", start_date: "2023-02-06", end_date: "2023-03-22" },
            { id: 133, customer_id: 18, destination: "lake desert", start_date: "2023-11-04", end_date: "2023-02-21" },
            { id: 134, customer_id: 161, destination: "city desert", start_date: "2023-04-04", end_date: "2023-03-14" },
            { id: 135, customer_id: 11, destination: "mountain historical national", start_date: "2023-07-20", end_date: "2023-05-01" },
            { id: 136, customer_id: 133, destination: null, start_date: "2023-12-13", end_date: "2023-08-15" },
            { id: 137, customer_id: 188, destination: "mountain lake", start_date: "2023-03-27", end_date: "2023-09-11" },
            { id: 138, customer_id: 124, destination: "historical river", start_date: "2023-12-11", end_date: "2023-10-22" },
            { id: 139, customer_id: 91, destination: "park", start_date: "2023-09-07", end_date: "2023-01-21" },
            { id: 140, customer_id: 138, destination: "park", start_date: "2023-06-12", end_date: "2023-12-25" },
            { id: 141, customer_id: 57, destination: null, start_date: "2023-11-05", end_date: "2023-07-03" },
            { id: 142, customer_id: 98, destination: "remote lake", start_date: "2023-02-13", end_date: "2023-10-29" },
            { id: 143, customer_id: 94, destination: "national city", start_date: "2023-05-06", end_date: "2023-01-09" },
            { id: 144, customer_id: 177, destination: "countryside lake", start_date: "2023-11-20", end_date: "2023-01-17" },
            { id: 145, customer_id: 43, destination: "city tropical resort", start_date: "2023-06-18", end_date: "2023-09-16" },
            { id: 146, customer_id: 92, destination: "resort village", start_date: "2023-05-14", end_date: "2023-11-25" },
            { id: 147, customer_id: 162, destination: "island national", start_date: "2023-05-12", end_date: "2023-12-21" },
            { id: 148, customer_id: 118, destination: "coastal canyon", start_date: "2023-10-15", end_date: "2023-10-25" },
            { id: 149, customer_id: 112, destination: "river park", start_date: "2023-01-10", end_date: "2023-04-22" },
            { id: 150, customer_id: 147, destination: "historical tropical", start_date: "2023-08-20", end_date: "2023-01-18" },
            { id: 151, customer_id: 59, destination: "countryside tropical resort", start_date: "2023-10-28", end_date: "2023-05-25" },
            { id: 152, customer_id: 11, destination: "national", start_date: "2023-07-21", end_date: "2023-03-09" },
            { id: 153, customer_id: 136, destination: "adventure forest", start_date: "2023-12-19", end_date: "2023-12-09" },
            { id: 154, customer_id: 136, destination: "river national village", start_date: "2023-04-25", end_date: "2023-02-18" },
            { id: 155, customer_id: 81, destination: "park countryside", start_date: "2023-11-27", end_date: "2023-12-31" },
            { id: 156, customer_id: 98, destination: "city", start_date: "2023-07-14", end_date: "2023-06-14" },
            { id: 157, customer_id: 172, destination: null, start_date: "2023-12-23", end_date: "2023-06-02" },
            { id: 158, customer_id: 31, destination: null, start_date: "2023-01-09", end_date: "2023-11-01" },
            { id: 159, customer_id: 50, destination: "countryside cultural", start_date: "2023-10-29", end_date: "2023-02-12" },
            { id: 160, customer_id: 95, destination: "desert lake", start_date: "2023-05-05", end_date: "2023-07-13" },
            { id: 161, customer_id: 57, destination: "island resort", start_date: "2023-01-07", end_date: "2023-08-07" },
            { id: 162, customer_id: 117, destination: "coastal beach river", start_date: "2023-06-12", end_date: "2023-12-07" },
            { id: 163, customer_id: 32, destination: "island", start_date: "2023-06-29", end_date: "2023-09-12" },
            { id: 164, customer_id: 188, destination: "river coastal village", start_date: "2023-01-26", end_date: "2023-07-08" },
            { id: 165, customer_id: 55, destination: "resort mountain", start_date: "2023-03-29", end_date: "2023-03-17" },
            { id: 166, customer_id: 176, destination: "desert adventure lake", start_date: "2023-04-27", end_date: "2023-08-15" },
            { id: 167, customer_id: 79, destination: "park desert coastal", start_date: "2023-08-10", end_date: "2023-11-27" },
            { id: 168, customer_id: 115, destination: "canyon lake tropical", start_date: "2023-10-16", end_date: "2023-04-18" },
            { id: 169, customer_id: 169, destination: "cultural countryside", start_date: "2023-06-17", end_date: "2023-08-27" },
            { id: 170, customer_id: 95, destination: "village tropical urban", start_date: "2023-10-15", end_date: "2023-10-06" },
            { id: 171, customer_id: 18, destination: "resort", start_date: "2023-12-13", end_date: "2023-04-27" },
            { id: 172, customer_id: 59, destination: "mountain", start_date: "2023-11-18", end_date: "2023-05-27" },
            { id: 173, customer_id: 1, destination: "forest countryside", start_date: "2023-08-30", end_date: "2023-08-21" },
            { id: 174, customer_id: 160, destination: "urban national", start_date: "2023-03-30", end_date: "2023-03-29" },
            { id: 175, customer_id: 12, destination: "remote national", start_date: "2023-05-01", end_date: "2023-10-26" },
            { id: 176, customer_id: 131, destination: null, start_date: "2023-06-15", end_date: "2023-05-08" },
            { id: 177, customer_id: 92, destination: "desert", start_date: "2023-01-31", end_date: "2023-07-06" },
            { id: 178, customer_id: 173, destination: "national", start_date: "2023-08-17", end_date: "2023-02-08" },
            { id: 179, customer_id: 6, destination: "national", start_date: "2023-04-08", end_date: "2023-07-19" },
            { id: 180, customer_id: 184, destination: "cultural", start_date: "2023-07-11", end_date: "2023-12-07" },
            { id: 181, customer_id: 126, destination: "remote resort cultural", start_date: "2023-11-20", end_date: "2023-01-17" },
            { id: 182, customer_id: 63, destination: "countryside", start_date: "2023-04-17", end_date: "2023-03-15" },
            { id: 183, customer_id: 160, destination: "resort cultural coastal", start_date: "2023-02-06", end_date: "2023-11-04" },
            { id: 184, customer_id: 30, destination: "resort", start_date: "2023-08-30", end_date: "2023-05-27" },
            { id: 185, customer_id: 31, destination: "river countryside", start_date: "2023-08-20", end_date: "2023-10-27" },
            { id: 186, customer_id: 87, destination: "tropical", start_date: "2023-04-25", end_date: "2023-10-19" },
            { id: 187, customer_id: 10, destination: "village cultural", start_date: "2023-12-20", end_date: "2023-07-28" },
            { id: 188, customer_id: 40, destination: "tropical", start_date: "2023-08-24", end_date: "2023-04-19" },
            { id: 189, customer_id: 138, destination: null, start_date: "2023-07-22", end_date: "2023-07-12" },
            { id: 190, customer_id: 37, destination: "coastal historical", start_date: "2023-09-03", end_date: "2023-10-22" },
            { id: 191, customer_id: 142, destination: null, start_date: "2023-01-16", end_date: "2023-07-25" },
            { id: 192, customer_id: 96, destination: "city", start_date: "2023-02-04", end_date: "2023-01-07" },
            { id: 193, customer_id: 193, destination: null, start_date: "2023-10-27", end_date: "2023-01-31" },
            { id: 194, customer_id: 102, destination: "park", start_date: "2023-07-05", end_date: "2023-10-12" },
            { id: 195, customer_id: 33, destination: "coastal beach remote", start_date: "2023-06-08", end_date: "2023-01-02" },
            { id: 196, customer_id: 200, destination: "lake village", start_date: "2023-10-03", end_date: "2023-02-07" },
            { id: 197, customer_id: 167, destination: "island", start_date: "2023-11-28", end_date: "2023-11-10" },
            { id: 198, customer_id: 97, destination: "park", start_date: "2023-03-05", end_date: "2023-11-06" },
            { id: 199, customer_id: 63, destination: "lake", start_date: "2023-08-15", end_date: "2023-10-02" },
            { id: 200, customer_id: 29, destination: "resort city", start_date: "2023-04-21", end_date: "2023-04-12" },
            { id: 201, customer_id: 73, destination: "remote historical canyon", start_date: "2023-06-09", end_date: "2023-06-23" },
            { id: 202, customer_id: 198, destination: "desert national coastal", start_date: "2023-05-23", end_date: "2023-12-06" },
            { id: 203, customer_id: 23, destination: "urban adventure", start_date: "2023-05-28", end_date: "2023-03-06" },
            { id: 204, customer_id: 23, destination: "national cultural", start_date: "2023-01-14", end_date: "2023-01-07" },
            { id: 205, customer_id: 128, destination: "city", start_date: "2023-05-22", end_date: "2023-08-26" },
            { id: 206, customer_id: 77, destination: "urban", start_date: "2023-08-20", end_date: "2023-08-31" },
            { id: 207, customer_id: 117, destination: "coastal", start_date: "2023-10-08", end_date: "2023-04-08" },
            { id: 208, customer_id: 36, destination: "mountain coastal river", start_date: "2023-06-26", end_date: "2023-03-05" },
            { id: 209, customer_id: 176, destination: "island beach coastal", start_date: "2023-11-10", end_date: "2023-02-23" },
            { id: 210, customer_id: 149, destination: "countryside", start_date: "2023-03-19", end_date: "2023-12-08" },
            { id: 211, customer_id: 195, destination: "park resort urban", start_date: "2023-07-10", end_date: "2023-05-31" },
            { id: 212, customer_id: 45, destination: null, start_date: "2023-11-24", end_date: "2023-11-14" },
            { id: 213, customer_id: 174, destination: "historical river remote", start_date: "2023-09-30", end_date: "2023-07-11" },
            { id: 214, customer_id: 36, destination: "countryside cultural", start_date: "2023-02-16", end_date: "2023-08-21" },
            { id: 215, customer_id: 27, destination: "city island", start_date: "2023-12-16", end_date: "2023-10-14" },
            { id: 216, customer_id: 135, destination: "beach countryside national", start_date: "2023-11-16", end_date: "2023-03-09" },
            { id: 217, customer_id: 22, destination: "city remote", start_date: "2023-05-04", end_date: "2023-06-08" },
            { id: 218, customer_id: 114, destination: "coastal forest canyon", start_date: "2023-12-15", end_date: "2023-12-15" },
            { id: 219, customer_id: 125, destination: "village", start_date: "2023-05-05", end_date: "2023-04-08" },
            { id: 220, customer_id: 115, destination: "island tropical urban", start_date: "2023-10-23", end_date: "2023-07-28" },
            { id: 221, customer_id: 114, destination: "canyon", start_date: "2023-06-25", end_date: "2023-06-08" },
            { id: 222, customer_id: 105, destination: "tropical forest urban", start_date: "2023-05-12", end_date: "2023-08-28" },
            { id: 223, customer_id: 66, destination: "tropical resort", start_date: "2023-06-02", end_date: "2023-05-25" },
            { id: 224, customer_id: 65, destination: "countryside desert lake", start_date: "2023-02-20", end_date: "2023-10-27" },
            { id: 225, customer_id: 196, destination: "cultural resort", start_date: "2023-12-07", end_date: "2023-02-22" },
            { id: 226, customer_id: 32, destination: "river beach mountain", start_date: "2023-11-11", end_date: "2023-01-14" },
            { id: 227, customer_id: 154, destination: "cultural national canyon", start_date: "2023-01-28", end_date: "2023-11-16" },
            { id: 228, customer_id: 153, destination: null, start_date: "2023-04-25", end_date: "2023-03-15" },
            { id: 229, customer_id: 68, destination: "forest", start_date: "2023-02-01", end_date: "2023-06-15" },
            { id: 230, customer_id: 61, destination: "historical river", start_date: "2023-04-28", end_date: "2023-05-20" },
            { id: 231, customer_id: 139, destination: "resort river", start_date: "2023-09-15", end_date: "2023-09-26" },
            { id: 232, customer_id: 104, destination: "historical", start_date: "2023-07-13", end_date: "2023-08-27" },
            { id: 233, customer_id: 93, destination: "urban", start_date: "2023-08-09", end_date: "2023-04-04" },
            { id: 234, customer_id: 172, destination: "cultural", start_date: "2023-01-28", end_date: "2023-02-20" },
            { id: 235, customer_id: 199, destination: "city coastal tropical", start_date: "2023-10-23", end_date: "2023-08-08" },
            { id: 236, customer_id: 28, destination: "island", start_date: "2023-01-15", end_date: "2023-03-26" },
            { id: 237, customer_id: 182, destination: "city cultural village", start_date: "2023-03-06", end_date: "2023-02-12" },
            { id: 238, customer_id: 183, destination: "park", start_date: "2023-07-06", end_date: "2023-10-15" },
            { id: 239, customer_id: 171, destination: "park", start_date: "2023-05-05", end_date: "2023-09-07" },
            { id: 240, customer_id: 193, destination: null, start_date: "2023-09-11", end_date: "2023-04-01" },
            { id: 241, customer_id: 186, destination: "desert historical", start_date: "2023-06-01", end_date: "2023-09-09" },
            { id: 242, customer_id: 175, destination: "river tropical", start_date: "2023-04-01", end_date: "2023-12-18" },
            { id: 243, customer_id: 32, destination: "historical park", start_date: "2023-10-29", end_date: "2023-08-12" },
            { id: 244, customer_id: 197, destination: "river adventure coastal", start_date: "2023-05-12", end_date: "2023-06-23" },
            { id: 245, customer_id: 49, destination: "beach island tropical", start_date: "2023-01-29", end_date: "2023-04-21" },
            { id: 246, customer_id: 189, destination: "resort remote historical", start_date: "2023-12-30", end_date: "2023-05-29" },
            { id: 247, customer_id: 31, destination: "island", start_date: "2023-10-21", end_date: "2023-06-27" },
            { id: 248, customer_id: 91, destination: "tropical canyon forest", start_date: "2023-08-10", end_date: "2023-01-22" },
            { id: 249, customer_id: 141, destination: "beach", start_date: "2023-02-20", end_date: "2023-12-30" },
            { id: 250, customer_id: 156, destination: "mountain", start_date: "2023-03-31", end_date: "2023-11-16" },
            { id: 251, customer_id: 54, destination: "village park desert", start_date: "2023-06-01", end_date: "2023-08-06" },
            { id: 252, customer_id: 194, destination: "coastal forest urban", start_date: "2023-09-20", end_date: "2023-03-07" },
            { id: 253, customer_id: 9, destination: "mountain", start_date: "2023-01-10", end_date: "2023-01-15" },
            { id: 254, customer_id: 177, destination: null, start_date: "2023-12-10", end_date: "2023-09-03" },
            { id: 255, customer_id: 168, destination: "island park remote", start_date: "2023-04-24", end_date: "2023-07-21" },
            { id: 256, customer_id: 46, destination: null, start_date: "2023-09-03", end_date: "2023-09-05" },
            { id: 257, customer_id: 64, destination: "mountain park historical", start_date: "2023-09-05", end_date: "2023-08-16" },
            { id: 258, customer_id: 164, destination: "city lake urban", start_date: "2023-10-19", end_date: "2023-05-04" },
            { id: 259, customer_id: 60, destination: "desert lake remote", start_date: "2023-12-18", end_date: "2023-04-14" },
            { id: 260, customer_id: 112, destination: "coastal", start_date: "2023-05-22", end_date: "2023-09-12" },
            { id: 261, customer_id: 146, destination: null, start_date: "2023-03-27", end_date: "2023-07-06" },
            { id: 262, customer_id: 36, destination: "desert historical", start_date: "2023-11-05", end_date: "2023-07-11" },
            { id: 263, customer_id: 102, destination: null, start_date: "2023-01-28", end_date: "2023-10-05" },
            { id: 264, customer_id: 68, destination: "remote city", start_date: "2023-07-22", end_date: "2023-06-25" },
            { id: 265, customer_id: 192, destination: "resort", start_date: "2023-11-04", end_date: "2023-06-11" },
            { id: 266, customer_id: 22, destination: "historical park", start_date: "2023-11-23", end_date: "2023-03-07" },
            { id: 267, customer_id: 184, destination: null, start_date: "2023-10-08", end_date: "2023-11-10" },
            { id: 268, customer_id: 62, destination: "city", start_date: "2023-03-23", end_date: "2023-08-05" },
            { id: 269, customer_id: 64, destination: "urban city canyon", start_date: "2023-07-22", end_date: "2023-06-18" },
            { id: 270, customer_id: 131, destination: "island coastal tropical", start_date: "2023-10-10", end_date: "2023-07-20" },
            { id: 271, customer_id: 197, destination: "beach", start_date: "2023-09-12", end_date: "2023-01-26" },
            { id: 272, customer_id: 82, destination: "national canyon", start_date: "2023-01-08", end_date: "2023-01-21" },
            { id: 273, customer_id: 46, destination: "river city urban", start_date: "2023-04-22", end_date: "2023-06-02" },
            { id: 274, customer_id: 7, destination: "tropical", start_date: "2023-01-29", end_date: "2023-06-08" },
            { id: 275, customer_id: 37, destination: null, start_date: "2023-11-12", end_date: "2023-09-24" },
            { id: 276, customer_id: 57, destination: "city", start_date: "2023-12-07", end_date: "2023-03-14" },
            { id: 277, customer_id: 105, destination: "beach", start_date: "2023-03-16", end_date: "2023-10-29" },
            { id: 278, customer_id: 98, destination: "beach desert park", start_date: "2023-05-12", end_date: "2023-07-21" },
            { id: 279, customer_id: 27, destination: "village cultural resort", start_date: "2023-05-09", end_date: "2023-09-10" },
            { id: 280, customer_id: 123, destination: "remote", start_date: "2023-04-21", end_date: "2023-07-17" },
            { id: 281, customer_id: 37, destination: "national forest", start_date: "2023-02-01", end_date: "2023-03-12" },
            { id: 282, customer_id: 9, destination: "forest", start_date: "2023-06-27", end_date: "2023-11-11" },
            { id: 283, customer_id: 156, destination: "historical", start_date: "2023-07-30", end_date: "2023-01-02" },
            { id: 284, customer_id: 29, destination: "beach", start_date: "2023-05-04", end_date: "2023-05-06" },
            { id: 285, customer_id: 33, destination: null, start_date: "2023-05-20", end_date: "2023-11-19" },
            { id: 286, customer_id: 87, destination: "beach urban", start_date: "2023-11-17", end_date: "2023-02-02" },
            { id: 287, customer_id: 21, destination: "desert remote", start_date: "2023-04-14", end_date: "2023-11-20" },
            { id: 288, customer_id: 195, destination: "beach tropical", start_date: "2023-04-22", end_date: "2023-02-12" },
            { id: 289, customer_id: 121, destination: "river", start_date: "2023-09-25", end_date: "2023-06-06" },
            { id: 290, customer_id: 28, destination: "mountain tropical", start_date: "2023-11-11", end_date: "2023-04-24" },
            { id: 291, customer_id: 83, destination: "park", start_date: "2023-10-24", end_date: "2023-03-06" },
            { id: 292, customer_id: 153, destination: "river city", start_date: "2023-02-19", end_date: "2023-12-14" },
            { id: 293, customer_id: 101, destination: "remote lake coastal", start_date: "2023-11-08", end_date: "2023-12-15" },
            { id: 294, customer_id: 195, destination: null, start_date: "2023-09-09", end_date: "2023-09-12" },
            { id: 295, customer_id: 102, destination: "forest beach", start_date: "2023-06-10", end_date: "2023-04-17" },
            { id: 296, customer_id: 165, destination: "cultural urban historical", start_date: "2023-09-12", end_date: "2023-07-25" },
            { id: 297, customer_id: 18, destination: "canyon", start_date: "2023-10-12", end_date: "2023-11-12" },
            { id: 298, customer_id: 126, destination: "village", start_date: "2023-04-17", end_date: "2023-10-02" },
            { id: 299, customer_id: 191, destination: "lake", start_date: "2023-01-07", end_date: "2023-12-28" },
            { id: 300, customer_id: 148, destination: "park", start_date: "2023-04-01", end_date: "2023-06-29" },
        ],
    });
    await prisma.activities.createMany({
        data: [
            { id: 1, trip_id: 262, activity_name: "adventure fishing", activity_date: "2023-11-11", duration_hours: "3.40", cost: "781.32" },
            { id: 2, trip_id: 275, activity_name: "touring fishing", activity_date: "2023-11-28", duration_hours: "5.83", cost: "11.08" },
            { id: 3, trip_id: 53, activity_name: "adventure shopping", activity_date: "2023-09-28", duration_hours: "3.87", cost: "104.35" },
            { id: 4, trip_id: 53, activity_name: "relaxing", activity_date: "2023-10-02", duration_hours: "5.90", cost: "33.81" },
            { id: 5, trip_id: 263, activity_name: "snorkeling wildlife", activity_date: null, duration_hours: "2.72", cost: "446.39" },
            { id: 6, trip_id: 10, activity_name: "cultural adventure dining", activity_date: "2023-01-26", duration_hours: "3.86", cost: "484.93" },
            { id: 7, trip_id: 207, activity_name: "relaxing adventure swimming", activity_date: null, duration_hours: "3.51", cost: "279.99" },
            { id: 8, trip_id: 263, activity_name: "relaxing", activity_date: "2023-02-16", duration_hours: "4.26", cost: "69.54" },
            { id: 9, trip_id: 272, activity_name: "camping photography exploring", activity_date: "2023-01-27", duration_hours: "5.10", cost: "326.75" },
            { id: 10, trip_id: 21, activity_name: "exploring fishing", activity_date: "2023-08-28", duration_hours: "3.49", cost: "54.02" },
            { id: 11, trip_id: 19, activity_name: "biking", activity_date: "2023-09-22", duration_hours: "5.51", cost: "128.87" },
            { id: 12, trip_id: 247, activity_name: "exploring sightseeing touring", activity_date: "2023-10-30", duration_hours: "3.48", cost: "18.16" },
            { id: 13, trip_id: 143, activity_name: "snorkeling", activity_date: "2023-05-26", duration_hours: "3.12", cost: "170.57" },
            { id: 14, trip_id: 184, activity_name: "snorkeling relaxing surfing", activity_date: "2023-09-08", duration_hours: "5.62", cost: "977.78" },
            { id: 15, trip_id: 100, activity_name: "camping skiing", activity_date: "2023-04-14", duration_hours: "6.41", cost: "12.84" },
            { id: 16, trip_id: 92, activity_name: "snorkeling", activity_date: "2023-12-01", duration_hours: "5.98", cost: "781.05" },
            { id: 17, trip_id: 22, activity_name: "wellness fishing dining", activity_date: "2023-04-13", duration_hours: "2.75", cost: "172.15" },
            { id: 18, trip_id: 203, activity_name: "sightseeing dining swimming", activity_date: "2023-06-02", duration_hours: "3.32", cost: "64.94" },
            { id: 19, trip_id: 192, activity_name: "biking adventure fishing", activity_date: "2023-02-26", duration_hours: "2.84", cost: "13.09" },
            { id: 20, trip_id: 288, activity_name: "sightseeing wildlife touring", activity_date: "2023-04-28", duration_hours: "4.56", cost: "29.44" },
            { id: 21, trip_id: 184, activity_name: "diving surfing wildlife", activity_date: "2023-09-10", duration_hours: "4.80", cost: "289.63" },
            { id: 22, trip_id: 300, activity_name: "skiing exploring", activity_date: "2023-04-14", duration_hours: "5.14", cost: "191.16" },
            { id: 23, trip_id: 106, activity_name: "exploring kayaking sightseeing", activity_date: "2023-05-31", duration_hours: "4.06", cost: "16.59" },
            { id: 24, trip_id: 72, activity_name: "skiing hiking", activity_date: "2023-07-12", duration_hours: "3.85", cost: "382.56" },
            { id: 25, trip_id: 183, activity_name: "skiing hiking snorkeling", activity_date: "2023-02-19", duration_hours: "3.84", cost: "240.60" },
            { id: 26, trip_id: 92, activity_name: "relaxing snorkeling skiing", activity_date: "2023-11-20", duration_hours: "4.12", cost: "602.41" },
            { id: 27, trip_id: 68, activity_name: "snorkeling adventure", activity_date: "2023-11-21", duration_hours: "3.60", cost: "434.31" },
            { id: 28, trip_id: 274, activity_name: "skiing", activity_date: "2023-01-31", duration_hours: "6.89", cost: "43.81" },
            { id: 29, trip_id: 164, activity_name: "snorkeling", activity_date: "2023-02-19", duration_hours: "4.28", cost: "74.35" },
            { id: 30, trip_id: 212, activity_name: "wildlife sightseeing exploring", activity_date: "2023-12-14", duration_hours: "4.93", cost: "143.38" },
            { id: 31, trip_id: 141, activity_name: "cultural exploring", activity_date: "2023-11-08", duration_hours: "3.76", cost: "600.25" },
            { id: 32, trip_id: 296, activity_name: "diving", activity_date: "2023-10-08", duration_hours: "5.60", cost: "276.01" },
            { id: 33, trip_id: 80, activity_name: "dining", activity_date: "2023-09-25", duration_hours: "5.12", cost: "318.92" },
            { id: 34, trip_id: 94, activity_name: "exploring", activity_date: "2023-12-29", duration_hours: "4.19", cost: "558.90" },
            { id: 35, trip_id: 262, activity_name: "adventure photography wildlife", activity_date: "2023-11-24", duration_hours: "4.77", cost: "712.15" },
            { id: 36, trip_id: 228, activity_name: "surfing photography", activity_date: "2023-05-20", duration_hours: "4.77", cost: "286.35" },
            { id: 37, trip_id: 258, activity_name: "fishing", activity_date: "2023-11-06", duration_hours: "5.61", cost: "767.45" },
            { id: 38, trip_id: 122, activity_name: "wildlife", activity_date: "2023-08-12", duration_hours: "5.82", cost: "10.12" },
            { id: 39, trip_id: 234, activity_name: "diving adventure hiking", activity_date: "2023-01-30", duration_hours: "5.43", cost: "294.68" },
            { id: 40, trip_id: 45, activity_name: "hiking", activity_date: "2023-03-13", duration_hours: "3.46", cost: "405.70" },
            { id: 41, trip_id: 136, activity_name: "hiking", activity_date: "2023-12-29", duration_hours: "3.92", cost: "126.99" },
            { id: 42, trip_id: 75, activity_name: "relaxing", activity_date: "2023-05-03", duration_hours: "5.36", cost: "689.05" },
            { id: 43, trip_id: 203, activity_name: "wellness dining", activity_date: null, duration_hours: "3.58", cost: "336.57" },
            { id: 44, trip_id: 184, activity_name: "kayaking surfing camping", activity_date: null, duration_hours: "3.03", cost: "10.18" },
            { id: 45, trip_id: 8, activity_name: "adventure hiking skiing", activity_date: null, duration_hours: "5.03", cost: "106.92" },
            { id: 46, trip_id: 70, activity_name: "exploring photography", activity_date: "2023-01-20", duration_hours: "5.68", cost: "835.51" },
            { id: 47, trip_id: 12, activity_name: "exploring cultural", activity_date: "2023-11-07", duration_hours: "4.79", cost: "140.56" },
            { id: 48, trip_id: 180, activity_name: "kayaking relaxing", activity_date: "2023-07-27", duration_hours: "4.38", cost: "126.35" },
            { id: 49, trip_id: 112, activity_name: "camping relaxing", activity_date: "2023-08-02", duration_hours: "4.55", cost: "238.45" },
            { id: 50, trip_id: 249, activity_name: "biking relaxing exploring", activity_date: null, duration_hours: "5.56", cost: "33.85" },
            { id: 51, trip_id: 116, activity_name: "wellness fishing", activity_date: "2023-09-23", duration_hours: "5.41", cost: "793.00" },
            { id: 52, trip_id: 59, activity_name: "camping", activity_date: "2023-02-19", duration_hours: "3.19", cost: "682.73" },
            { id: 53, trip_id: 66, activity_name: "adventure", activity_date: "2023-07-01", duration_hours: "4.68", cost: "72.03" },
            { id: 54, trip_id: 142, activity_name: "snorkeling", activity_date: null, duration_hours: "6.66", cost: "501.76" },
            { id: 55, trip_id: 266, activity_name: "fishing", activity_date: "2023-11-23", duration_hours: "3.22", cost: "27.30" },
            { id: 56, trip_id: 98, activity_name: "camping wildlife biking", activity_date: "2023-08-04", duration_hours: "4.71", cost: "565.14" },
            { id: 57, trip_id: 296, activity_name: "shopping surfing adventure", activity_date: "2023-10-12", duration_hours: "4.81", cost: "11.86" },
            { id: 58, trip_id: 79, activity_name: "diving swimming", activity_date: "2023-04-11", duration_hours: "3.67", cost: "166.01" },
            { id: 59, trip_id: 131, activity_name: "exploring snorkeling fishing", activity_date: "2023-05-07", duration_hours: "2.97", cost: "226.44" },
            { id: 60, trip_id: 5, activity_name: "skiing diving", activity_date: "2023-12-28", duration_hours: "4.68", cost: "66.89" },
            { id: 61, trip_id: 207, activity_name: "skiing diving adventure", activity_date: "2023-11-02", duration_hours: "3.63", cost: "10.13" },
            { id: 62, trip_id: 39, activity_name: "kayaking adventure", activity_date: "2023-07-03", duration_hours: "4.74", cost: "12.19" },
            { id: 63, trip_id: 124, activity_name: "kayaking adventure", activity_date: "2023-10-03", duration_hours: "4.16", cost: "242.75" },
            { id: 64, trip_id: 293, activity_name: "relaxing dining swimming", activity_date: "2023-12-08", duration_hours: "6.23", cost: "25.10" },
            { id: 65, trip_id: 202, activity_name: "kayaking surfing touring", activity_date: "2023-06-10", duration_hours: "3.38", cost: "305.54" },
            { id: 66, trip_id: 143, activity_name: "fishing cultural", activity_date: "2023-05-18", duration_hours: "5.35", cost: "27.58" },
            { id: 67, trip_id: 154, activity_name: "swimming", activity_date: "2023-05-25", duration_hours: "4.49", cost: "892.07" },
            { id: 68, trip_id: 115, activity_name: "snorkeling", activity_date: "2023-12-22", duration_hours: "4.48", cost: "33.00" },
            { id: 69, trip_id: 194, activity_name: "cultural skiing", activity_date: "2023-07-21", duration_hours: "3.75", cost: "688.14" },
            { id: 70, trip_id: 160, activity_name: "adventure fishing", activity_date: "2023-05-06", duration_hours: "5.35", cost: "381.58" },
            { id: 71, trip_id: 72, activity_name: "fishing wellness", activity_date: "2023-07-21", duration_hours: "2.59", cost: "28.63" },
            { id: 72, trip_id: 161, activity_name: "shopping surfing", activity_date: "2023-01-11", duration_hours: "5.71", cost: "44.43" },
            { id: 73, trip_id: 283, activity_name: "swimming", activity_date: "2023-08-16", duration_hours: "5.82", cost: "10.57" },
            { id: 74, trip_id: 263, activity_name: "swimming fishing camping", activity_date: "2023-01-31", duration_hours: "2.82", cost: "10.27" },
            { id: 75, trip_id: 220, activity_name: "kayaking relaxing exploring", activity_date: null, duration_hours: "3.80", cost: "482.94" },
            { id: 76, trip_id: 107, activity_name: "camping exploring", activity_date: "2023-02-16", duration_hours: "3.77", cost: "175.21" },
            { id: 77, trip_id: 182, activity_name: "relaxing hiking photography", activity_date: "2023-05-04", duration_hours: "4.13", cost: "29.87" },
            { id: 78, trip_id: 281, activity_name: "surfing wellness", activity_date: "2023-02-12", duration_hours: "4.04", cost: "993.80" },
            { id: 79, trip_id: 152, activity_name: "wellness touring", activity_date: "2023-08-10", duration_hours: "3.70", cost: "13.30" },
            { id: 80, trip_id: 42, activity_name: "relaxing camping", activity_date: "2023-12-31", duration_hours: "3.00", cost: "75.29" },
            { id: 81, trip_id: 159, activity_name: "shopping exploring", activity_date: "2023-11-26", duration_hours: "5.48", cost: "679.63" },
            { id: 82, trip_id: 280, activity_name: "camping dining", activity_date: "2023-05-21", duration_hours: "4.33", cost: "550.61" },
            { id: 83, trip_id: 146, activity_name: "relaxing sightseeing wildlife", activity_date: null, duration_hours: "4.65", cost: "321.96" },
            { id: 84, trip_id: 130, activity_name: "surfing", activity_date: "2024-01-23", duration_hours: "5.34", cost: "21.62" },
            { id: 85, trip_id: 245, activity_name: "swimming relaxing", activity_date: "2023-01-29", duration_hours: "2.77", cost: "115.01" },
            { id: 86, trip_id: 52, activity_name: "diving skiing sightseeing", activity_date: "2023-04-30", duration_hours: "4.17", cost: "299.94" },
            { id: 87, trip_id: 280, activity_name: "photography wildlife touring", activity_date: "2023-05-05", duration_hours: "4.86", cost: "254.08" },
            { id: 88, trip_id: 181, activity_name: "surfing", activity_date: "2023-11-21", duration_hours: "5.13", cost: "95.96" },
            { id: 89, trip_id: 47, activity_name: "exploring adventure", activity_date: "2023-05-22", duration_hours: "5.62", cost: "876.85" },
            { id: 90, trip_id: 152, activity_name: "snorkeling swimming cultural", activity_date: "2023-08-04", duration_hours: "5.96", cost: "733.83" },
            { id: 91, trip_id: 73, activity_name: "snorkeling sightseeing kayaking", activity_date: "2023-07-11", duration_hours: "3.38", cost: "709.94" },
            { id: 92, trip_id: 24, activity_name: "sightseeing photography", activity_date: null, duration_hours: "2.80", cost: "140.21" },
            { id: 93, trip_id: 112, activity_name: "cultural hiking dining", activity_date: "2023-07-23", duration_hours: "4.19", cost: "23.45" },
            { id: 94, trip_id: 52, activity_name: "fishing", activity_date: "2023-04-22", duration_hours: "3.69", cost: "590.64" },
            { id: 95, trip_id: 31, activity_name: "camping swimming surfing", activity_date: null, duration_hours: "6.00", cost: "371.60" },
            { id: 96, trip_id: 178, activity_name: "exploring shopping", activity_date: "2023-08-21", duration_hours: "2.91", cost: "255.95" },
            { id: 97, trip_id: 193, activity_name: "surfing hiking", activity_date: "2023-11-10", duration_hours: "4.96", cost: "652.11" },
            { id: 98, trip_id: 166, activity_name: "wellness relaxing fishing", activity_date: "2023-05-04", duration_hours: "4.30", cost: "364.29" },
            { id: 99, trip_id: 24, activity_name: "adventure wildlife shopping", activity_date: "2023-11-15", duration_hours: "5.97", cost: "378.04" },
            { id: 100, trip_id: 1, activity_name: "shopping exploring hiking", activity_date: "2023-05-04", duration_hours: "4.60", cost: "17.28" },
            { id: 101, trip_id: 193, activity_name: "biking camping", activity_date: "2023-10-30", duration_hours: "3.30", cost: "409.39" },
            { id: 102, trip_id: 41, activity_name: "photography diving dining", activity_date: "2023-04-09", duration_hours: "6.95", cost: "10.60" },
            { id: 103, trip_id: 12, activity_name: "shopping swimming skiing", activity_date: "2023-10-12", duration_hours: "4.93", cost: "432.72" },
            { id: 104, trip_id: 48, activity_name: "kayaking", activity_date: "2023-08-23", duration_hours: "4.55", cost: "143.84" },
            { id: 105, trip_id: 151, activity_name: "fishing relaxing hiking", activity_date: "2023-11-05", duration_hours: "5.60", cost: "40.57" },
            { id: 106, trip_id: 265, activity_name: "swimming touring", activity_date: "2023-11-11", duration_hours: "5.10", cost: "239.97" },
            { id: 107, trip_id: 47, activity_name: "diving", activity_date: "2023-05-03", duration_hours: "4.82", cost: "10.08" },
            { id: 108, trip_id: 254, activity_name: "cultural", activity_date: "2023-12-13", duration_hours: "5.42", cost: "139.91" },
            { id: 109, trip_id: 117, activity_name: "sightseeing diving", activity_date: "2023-07-09", duration_hours: "3.12", cost: "32.74" },
            { id: 110, trip_id: 34, activity_name: "wildlife relaxing", activity_date: "2023-04-09", duration_hours: "3.92", cost: "466.99" },
            { id: 111, trip_id: 78, activity_name: "fishing shopping surfing", activity_date: "2023-03-30", duration_hours: "3.44", cost: "781.91" },
            { id: 112, trip_id: 188, activity_name: "skiing fishing", activity_date: "2023-09-16", duration_hours: "3.24", cost: "96.33" },
            { id: 113, trip_id: 163, activity_name: "biking dining diving", activity_date: "2023-07-12", duration_hours: "3.48", cost: "624.98" },
            { id: 114, trip_id: 207, activity_name: "swimming wildlife sightseeing", activity_date: "2023-10-25", duration_hours: "3.88", cost: "178.59" },
            { id: 115, trip_id: 234, activity_name: "exploring", activity_date: "2023-01-29", duration_hours: "2.63", cost: "121.69" },
            { id: 116, trip_id: 72, activity_name: "wildlife photography", activity_date: "2023-07-30", duration_hours: "4.93", cost: "988.98" },
            { id: 117, trip_id: 156, activity_name: "surfing", activity_date: null, duration_hours: "4.23", cost: "456.72" },
            { id: 118, trip_id: 123, activity_name: "biking", activity_date: "2023-04-23", duration_hours: "2.51", cost: "979.80" },
            { id: 119, trip_id: 82, activity_name: "shopping", activity_date: "2023-10-25", duration_hours: "3.51", cost: "278.96" },
            { id: 120, trip_id: 282, activity_name: "sightseeing", activity_date: null, duration_hours: "4.35", cost: "576.12" },
            { id: 121, trip_id: 156, activity_name: "diving sightseeing wellness", activity_date: "2023-07-16", duration_hours: "2.48", cost: "526.81" },
            { id: 122, trip_id: 17, activity_name: "exploring photography", activity_date: "2023-10-23", duration_hours: "4.22", cost: "207.15" },
            { id: 123, trip_id: 9, activity_name: "snorkeling exploring surfing", activity_date: null, duration_hours: "4.11", cost: "76.05" },
            { id: 124, trip_id: 118, activity_name: "snorkeling wellness", activity_date: null, duration_hours: "5.42", cost: "12.26" },
            { id: 125, trip_id: 15, activity_name: "diving sightseeing snorkeling", activity_date: "2023-03-18", duration_hours: "3.35", cost: "53.08" },
            { id: 126, trip_id: 180, activity_name: "snorkeling wellness", activity_date: null, duration_hours: "5.60", cost: "190.64" },
            { id: 127, trip_id: 111, activity_name: "dining", activity_date: "2023-02-20", duration_hours: "6.33", cost: "119.45" },
            { id: 128, trip_id: 287, activity_name: "photography", activity_date: "2023-04-24", duration_hours: "3.54", cost: "699.42" },
            { id: 129, trip_id: 289, activity_name: "touring", activity_date: "2023-10-12", duration_hours: "4.18", cost: "67.86" },
            { id: 130, trip_id: 156, activity_name: "swimming", activity_date: null, duration_hours: "3.87", cost: "24.00" },
            { id: 131, trip_id: 201, activity_name: "swimming wellness camping", activity_date: "2023-06-16", duration_hours: "5.39", cost: "142.87" },
            { id: 132, trip_id: 29, activity_name: "hiking fishing touring", activity_date: "2023-06-17", duration_hours: "5.02", cost: "472.80" },
            { id: 133, trip_id: 64, activity_name: "dining", activity_date: "2023-06-09", duration_hours: "3.89", cost: "311.58" },
            { id: 134, trip_id: 130, activity_name: "shopping", activity_date: "2024-01-12", duration_hours: "2.82", cost: "848.95" },
            { id: 135, trip_id: 162, activity_name: "skiing", activity_date: "2023-06-25", duration_hours: "5.75", cost: "866.99" },
            { id: 136, trip_id: 132, activity_name: "photography hiking biking", activity_date: "2023-02-19", duration_hours: "3.13", cost: "208.51" },
            { id: 137, trip_id: 55, activity_name: "hiking fishing dining", activity_date: "2023-09-16", duration_hours: "3.99", cost: "16.81" },
            { id: 138, trip_id: 93, activity_name: "adventure snorkeling", activity_date: "2023-11-18", duration_hours: "4.60", cost: "546.06" },
            { id: 139, trip_id: 35, activity_name: "photography snorkeling", activity_date: "2023-09-20", duration_hours: "2.44", cost: "455.34" },
            { id: 140, trip_id: 140, activity_name: "relaxing", activity_date: "2023-06-26", duration_hours: "4.35", cost: "678.01" },
            { id: 141, trip_id: 46, activity_name: "camping", activity_date: "2023-08-06", duration_hours: "4.17", cost: "149.31" },
            { id: 142, trip_id: 126, activity_name: "dining", activity_date: "2023-11-08", duration_hours: "4.03", cost: "12.35" },
            { id: 143, trip_id: 224, activity_name: "hiking swimming exploring", activity_date: "2023-03-16", duration_hours: "3.21", cost: "758.53" },
            { id: 144, trip_id: 173, activity_name: "adventure photography", activity_date: "2023-09-20", duration_hours: "4.82", cost: "487.63" },
            { id: 145, trip_id: 22, activity_name: "fishing sightseeing", activity_date: "2023-04-15", duration_hours: "4.27", cost: "281.31" },
            { id: 146, trip_id: 57, activity_name: "skiing wellness", activity_date: "2024-01-12", duration_hours: "6.19", cost: "786.45" },
            { id: 147, trip_id: 118, activity_name: "skiing", activity_date: "2023-07-03", duration_hours: "6.27", cost: "30.41" },
            { id: 148, trip_id: 124, activity_name: "biking dining", activity_date: "2023-09-24", duration_hours: "4.01", cost: "772.91" },
            { id: 149, trip_id: 100, activity_name: "swimming", activity_date: "2023-03-27", duration_hours: "4.15", cost: "277.87" },
            { id: 150, trip_id: 128, activity_name: "snorkeling exploring hiking", activity_date: "2023-03-03", duration_hours: "6.76", cost: "217.99" },
            { id: 151, trip_id: 198, activity_name: "snorkeling wellness swimming", activity_date: null, duration_hours: "4.00", cost: "11.28" },
            { id: 152, trip_id: 4, activity_name: "dining skiing", activity_date: "2023-11-21", duration_hours: "4.20", cost: "323.58" },
            { id: 153, trip_id: 221, activity_name: "relaxing", activity_date: "2023-06-30", duration_hours: "3.45", cost: "24.98" },
            { id: 154, trip_id: 2, activity_name: "cultural fishing", activity_date: "2023-05-31", duration_hours: "6.58", cost: "102.89" },
            { id: 155, trip_id: 182, activity_name: "biking hiking camping", activity_date: "2023-04-20", duration_hours: "4.41", cost: "11.68" },
            { id: 156, trip_id: 231, activity_name: "sightseeing", activity_date: null, duration_hours: "5.69", cost: "569.40" },
            { id: 157, trip_id: 34, activity_name: "camping", activity_date: "2023-03-30", duration_hours: "3.54", cost: "13.41" },
            { id: 158, trip_id: 41, activity_name: "wellness photography", activity_date: "2023-03-22", duration_hours: "5.22", cost: "77.00" },
            { id: 159, trip_id: 159, activity_name: "hiking kayaking", activity_date: "2023-11-27", duration_hours: "5.53", cost: "132.94" },
            { id: 160, trip_id: 277, activity_name: "relaxing diving adventure", activity_date: "2023-03-28", duration_hours: "1.95", cost: "553.42" },
            { id: 161, trip_id: 103, activity_name: "biking diving adventure", activity_date: "2023-05-25", duration_hours: "4.95", cost: "659.13" },
            { id: 162, trip_id: 82, activity_name: "exploring hiking surfing", activity_date: "2023-11-04", duration_hours: "5.28", cost: "153.98" },
            { id: 163, trip_id: 160, activity_name: "swimming camping biking", activity_date: "2023-05-26", duration_hours: "5.23", cost: "729.32" },
            { id: 164, trip_id: 273, activity_name: "photography exploring", activity_date: "2023-04-28", duration_hours: "3.68", cost: "144.11" },
            { id: 165, trip_id: 234, activity_name: "camping", activity_date: "2023-02-16", duration_hours: "3.80", cost: "101.04" },
            { id: 166, trip_id: 33, activity_name: "swimming snorkeling", activity_date: "2023-09-14", duration_hours: "5.48", cost: "125.49" },
            { id: 167, trip_id: 272, activity_name: "photography", activity_date: "2023-02-04", duration_hours: "4.64", cost: "44.54" },
            { id: 168, trip_id: 41, activity_name: "kayaking skiing exploring", activity_date: "2023-04-16", duration_hours: "4.78", cost: "383.69" },
            { id: 169, trip_id: 178, activity_name: "adventure kayaking hiking", activity_date: "2023-09-02", duration_hours: "4.89", cost: "133.79" },
            { id: 170, trip_id: 163, activity_name: "wellness", activity_date: "2023-06-29", duration_hours: "4.46", cost: "104.90" },
            { id: 171, trip_id: 51, activity_name: "fishing kayaking touring", activity_date: "2023-02-14", duration_hours: "5.91", cost: "187.37" },
            { id: 172, trip_id: 216, activity_name: "wildlife photography fishing", activity_date: "2023-11-23", duration_hours: "5.13", cost: "690.11" },
            { id: 173, trip_id: 254, activity_name: "wellness exploring", activity_date: "2023-12-24", duration_hours: "5.67", cost: "957.88" },
            { id: 174, trip_id: 107, activity_name: "diving dining swimming", activity_date: "2023-02-26", duration_hours: "4.43", cost: "250.11" },
            { id: 175, trip_id: 220, activity_name: "shopping", activity_date: "2023-11-18", duration_hours: "2.78", cost: "491.51" },
            { id: 176, trip_id: 283, activity_name: "biking fishing", activity_date: "2023-08-20", duration_hours: "4.77", cost: "21.94" },
            { id: 177, trip_id: 64, activity_name: "surfing", activity_date: "2023-06-03", duration_hours: "4.72", cost: "148.20" },
            { id: 178, trip_id: 266, activity_name: "snorkeling cultural", activity_date: "2023-12-06", duration_hours: "4.11", cost: "24.95" },
            { id: 179, trip_id: 229, activity_name: "kayaking hiking relaxing", activity_date: "2023-02-16", duration_hours: "6.25", cost: "92.41" },
            { id: 180, trip_id: 178, activity_name: "relaxing cultural", activity_date: "2023-09-12", duration_hours: "2.98", cost: "97.74" },
            { id: 181, trip_id: 127, activity_name: "dining fishing", activity_date: "2023-12-02", duration_hours: "5.42", cost: "14.95" },
            { id: 182, trip_id: 101, activity_name: "shopping", activity_date: "2023-07-25", duration_hours: "4.60", cost: "277.19" },
            { id: 183, trip_id: 107, activity_name: "fishing kayaking hiking", activity_date: "2023-02-01", duration_hours: "3.14", cost: "53.80" },
            { id: 184, trip_id: 54, activity_name: "skiing", activity_date: "2023-01-21", duration_hours: "3.75", cost: "632.46" },
            { id: 185, trip_id: 102, activity_name: "diving", activity_date: "2023-06-20", duration_hours: "4.04", cost: "18.86" },
            { id: 186, trip_id: 245, activity_name: "sightseeing", activity_date: "2023-02-10", duration_hours: "3.39", cost: "919.28" },
            { id: 187, trip_id: 160, activity_name: "camping", activity_date: "2023-06-03", duration_hours: "4.33", cost: "986.56" },
            { id: 188, trip_id: 91, activity_name: "wildlife", activity_date: "2023-10-18", duration_hours: "4.21", cost: "173.22" },
            { id: 189, trip_id: 86, activity_name: "hiking", activity_date: "2023-03-30", duration_hours: "4.60", cost: "494.65" },
            { id: 190, trip_id: 109, activity_name: "fishing photography", activity_date: "2023-04-28", duration_hours: "5.23", cost: "661.10" },
            { id: 191, trip_id: 225, activity_name: "cultural", activity_date: "2023-12-27", duration_hours: "4.25", cost: "51.34" },
            { id: 192, trip_id: 31, activity_name: "kayaking swimming", activity_date: "2023-05-26", duration_hours: "4.88", cost: "244.26" },
            { id: 193, trip_id: 207, activity_name: "skiing", activity_date: "2023-10-18", duration_hours: "4.26", cost: "643.85" },
            { id: 194, trip_id: 299, activity_name: "diving relaxing biking", activity_date: null, duration_hours: "4.34", cost: "367.23" },
            { id: 195, trip_id: 195, activity_name: "kayaking shopping wildlife", activity_date: "2023-06-25", duration_hours: "4.66", cost: "85.27" },
            { id: 196, trip_id: 13, activity_name: "shopping swimming", activity_date: "2023-02-13", duration_hours: "2.34", cost: "257.84" },
            { id: 197, trip_id: 56, activity_name: "photography camping", activity_date: "2023-03-03", duration_hours: "4.43", cost: "61.59" },
            { id: 198, trip_id: 100, activity_name: "biking touring swimming", activity_date: "2023-04-09", duration_hours: "6.66", cost: "35.59" },
            { id: 199, trip_id: 175, activity_name: "adventure shopping", activity_date: "2023-05-30", duration_hours: "3.54", cost: "120.45" },
            { id: 200, trip_id: 213, activity_name: "exploring", activity_date: "2023-10-25", duration_hours: "3.01", cost: "748.64" },
            { id: 201, trip_id: 38, activity_name: "cultural camping touring", activity_date: "2023-05-22", duration_hours: "4.89", cost: "144.05" },
            { id: 202, trip_id: 44, activity_name: "dining camping", activity_date: "2023-05-02", duration_hours: "3.57", cost: "632.22" },
            { id: 203, trip_id: 253, activity_name: "adventure", activity_date: "2023-01-27", duration_hours: "4.91", cost: "109.82" },
            { id: 204, trip_id: 183, activity_name: "photography dining touring", activity_date: "2023-03-06", duration_hours: "4.14", cost: "114.83" },
            { id: 205, trip_id: 72, activity_name: "camping", activity_date: "2023-07-07", duration_hours: "2.85", cost: "172.12" },
            { id: 206, trip_id: 268, activity_name: "skiing diving surfing", activity_date: null, duration_hours: "6.08", cost: "11.91" },
            { id: 207, trip_id: 24, activity_name: "relaxing", activity_date: null, duration_hours: "3.79", cost: "11.34" },
            { id: 208, trip_id: 99, activity_name: "wellness", activity_date: "2023-11-15", duration_hours: "5.27", cost: "439.09" },
            { id: 209, trip_id: 191, activity_name: "shopping exploring relaxing", activity_date: "2023-01-25", duration_hours: "5.61", cost: "259.25" },
            { id: 210, trip_id: 107, activity_name: "photography swimming exploring", activity_date: "2023-02-22", duration_hours: "5.67", cost: "337.89" },
            { id: 211, trip_id: 108, activity_name: "diving swimming", activity_date: null, duration_hours: "4.22", cost: "577.63" },
            { id: 212, trip_id: 92, activity_name: "camping", activity_date: "2023-12-04", duration_hours: "5.76", cost: "388.34" },
            { id: 213, trip_id: 70, activity_name: "swimming", activity_date: "2023-01-16", duration_hours: "4.42", cost: "196.21" },
            { id: 214, trip_id: 111, activity_name: "shopping", activity_date: "2023-02-08", duration_hours: "3.48", cost: "249.25" },
            { id: 215, trip_id: 219, activity_name: "photography", activity_date: "2023-05-08", duration_hours: "4.07", cost: "982.28" },
            { id: 216, trip_id: 265, activity_name: "dining", activity_date: "2023-11-21", duration_hours: "4.04", cost: "62.75" },
            { id: 217, trip_id: 258, activity_name: "dining hiking exploring", activity_date: "2023-11-04", duration_hours: "4.01", cost: "217.78" },
            { id: 218, trip_id: 4, activity_name: "snorkeling wildlife touring", activity_date: "2023-11-08", duration_hours: "3.69", cost: "22.97" },
            { id: 219, trip_id: 97, activity_name: "cultural", activity_date: "2023-08-31", duration_hours: "5.14", cost: "873.57" },
            { id: 220, trip_id: 138, activity_name: "shopping", activity_date: "2023-12-27", duration_hours: "4.17", cost: "10.18" },
            { id: 221, trip_id: 113, activity_name: "surfing skiing snorkeling", activity_date: "2023-06-24", duration_hours: "4.02", cost: "977.61" },
            { id: 222, trip_id: 21, activity_name: "hiking photography diving", activity_date: "2023-09-14", duration_hours: "4.29", cost: "175.87" },
            { id: 223, trip_id: 216, activity_name: "adventure", activity_date: "2023-12-02", duration_hours: "4.57", cost: "360.01" },
            { id: 224, trip_id: 295, activity_name: "surfing exploring", activity_date: "2023-06-23", duration_hours: "4.74", cost: "144.65" },
            { id: 225, trip_id: 273, activity_name: "adventure sightseeing", activity_date: "2023-05-14", duration_hours: "3.91", cost: "739.22" },
            { id: 226, trip_id: 283, activity_name: "adventure camping", activity_date: "2023-08-20", duration_hours: "4.95", cost: "673.01" },
            { id: 227, trip_id: 129, activity_name: "skiing relaxing", activity_date: "2023-07-31", duration_hours: "3.65", cost: "356.75" },
            { id: 228, trip_id: 96, activity_name: "sightseeing camping kayaking", activity_date: "2023-03-02", duration_hours: "4.54", cost: "192.08" },
            { id: 229, trip_id: 106, activity_name: "touring fishing", activity_date: "2023-05-30", duration_hours: "4.41", cost: "383.37" },
            { id: 230, trip_id: 182, activity_name: "fishing photography", activity_date: null, duration_hours: "2.76", cost: "930.74" },
            { id: 231, trip_id: 276, activity_name: "camping", activity_date: "2024-01-04", duration_hours: "5.29", cost: "156.24" },
            { id: 232, trip_id: 74, activity_name: "snorkeling adventure", activity_date: "2023-07-10", duration_hours: "3.74", cost: "46.84" },
            { id: 233, trip_id: 224, activity_name: "hiking", activity_date: "2023-02-21", duration_hours: "4.04", cost: "19.79" },
            { id: 234, trip_id: 35, activity_name: "shopping camping relaxing", activity_date: null, duration_hours: "3.63", cost: "489.07" },
            { id: 235, trip_id: 265, activity_name: "swimming relaxing", activity_date: "2023-11-06", duration_hours: "3.10", cost: "939.56" },
            { id: 236, trip_id: 152, activity_name: "kayaking fishing diving", activity_date: "2023-08-06", duration_hours: "4.68", cost: "177.05" },
            { id: 237, trip_id: 70, activity_name: "wellness diving", activity_date: "2023-01-19", duration_hours: "3.74", cost: "462.73" },
            { id: 238, trip_id: 37, activity_name: "kayaking", activity_date: "2023-03-30", duration_hours: "5.25", cost: "356.85" },
            { id: 239, trip_id: 69, activity_name: "shopping dining", activity_date: "2023-09-12", duration_hours: "5.73", cost: "40.52" },
            { id: 240, trip_id: 84, activity_name: "adventure", activity_date: null, duration_hours: "5.74", cost: "918.29" },
            { id: 241, trip_id: 124, activity_name: "photography", activity_date: "2023-09-22", duration_hours: "4.80", cost: "582.78" },
            { id: 242, trip_id: 190, activity_name: "hiking cultural adventure", activity_date: "2023-09-19", duration_hours: "5.72", cost: "322.08" },
            { id: 243, trip_id: 26, activity_name: "hiking", activity_date: "2023-08-11", duration_hours: "3.08", cost: "946.90" },
            { id: 244, trip_id: 145, activity_name: "exploring touring diving", activity_date: "2023-06-27", duration_hours: "4.60", cost: "665.64" },
            { id: 245, trip_id: 93, activity_name: "surfing dining", activity_date: "2023-11-21", duration_hours: "4.13", cost: "138.00" },
            { id: 246, trip_id: 160, activity_name: "snorkeling photography", activity_date: "2023-05-07", duration_hours: "6.01", cost: "264.26" },
            { id: 247, trip_id: 83, activity_name: "wildlife hiking diving", activity_date: "2023-03-01", duration_hours: "4.33", cost: "394.46" },
            { id: 248, trip_id: 148, activity_name: "photography", activity_date: "2023-11-04", duration_hours: "4.17", cost: "562.61" },
            { id: 249, trip_id: 122, activity_name: "camping", activity_date: "2023-08-03", duration_hours: "4.93", cost: "10.78" },
            { id: 250, trip_id: 277, activity_name: "photography", activity_date: "2023-04-05", duration_hours: "6.30", cost: "396.81" },
            { id: 251, trip_id: 188, activity_name: "swimming snorkeling adventure", activity_date: "2023-08-26", duration_hours: "3.64", cost: "320.51" },
            { id: 252, trip_id: 194, activity_name: "exploring touring biking", activity_date: "2023-07-18", duration_hours: "5.37", cost: "853.37" },
            { id: 253, trip_id: 200, activity_name: "camping wellness photography", activity_date: "2023-05-13", duration_hours: "3.36", cost: "10.44" },
            { id: 254, trip_id: 187, activity_name: "diving snorkeling", activity_date: "2024-01-16", duration_hours: "3.68", cost: "917.10" },
            { id: 255, trip_id: 36, activity_name: "photography wellness", activity_date: "2023-06-23", duration_hours: "5.92", cost: "89.61" },
            { id: 256, trip_id: 242, activity_name: "diving kayaking relaxing", activity_date: null, duration_hours: "5.55", cost: "11.75" },
            { id: 257, trip_id: 206, activity_name: "wellness touring", activity_date: "2023-09-04", duration_hours: "4.99", cost: "187.75" },
            { id: 258, trip_id: 291, activity_name: "exploring", activity_date: null, duration_hours: "4.19", cost: "619.29" },
            { id: 259, trip_id: 109, activity_name: "photography camping", activity_date: "2023-05-24", duration_hours: "4.35", cost: "739.45" },
            { id: 260, trip_id: 295, activity_name: "adventure sightseeing", activity_date: "2023-07-02", duration_hours: "4.71", cost: "26.36" },
            { id: 261, trip_id: 230, activity_name: "diving shopping wellness", activity_date: "2023-05-20", duration_hours: "4.83", cost: "356.64" },
            { id: 262, trip_id: 157, activity_name: "camping", activity_date: "2024-01-18", duration_hours: "3.92", cost: "829.54" },
            { id: 263, trip_id: 295, activity_name: "relaxing swimming", activity_date: null, duration_hours: "5.41", cost: "355.46" },
            { id: 264, trip_id: 89, activity_name: "touring exploring", activity_date: null, duration_hours: "3.66", cost: "19.71" },
            { id: 265, trip_id: 227, activity_name: "surfing snorkeling", activity_date: "2023-01-28", duration_hours: "4.01", cost: "117.55" },
            { id: 266, trip_id: 52, activity_name: "photography touring", activity_date: "2023-04-26", duration_hours: "3.76", cost: "305.34" },
            { id: 267, trip_id: 116, activity_name: "swimming sightseeing touring", activity_date: "2023-09-25", duration_hours: "5.17", cost: "964.75" },
            { id: 268, trip_id: 30, activity_name: "wellness skiing dining", activity_date: "2023-05-23", duration_hours: "3.73", cost: "124.96" },
            { id: 269, trip_id: 146, activity_name: "diving wellness", activity_date: "2023-06-13", duration_hours: "4.54", cost: "245.72" },
            { id: 270, trip_id: 267, activity_name: "touring", activity_date: "2023-11-07", duration_hours: "3.37", cost: "586.65" },
            { id: 271, trip_id: 186, activity_name: "surfing kayaking biking", activity_date: "2023-05-25", duration_hours: "4.51", cost: "32.47" },
            { id: 272, trip_id: 256, activity_name: "fishing", activity_date: "2023-09-14", duration_hours: "5.76", cost: "10.16" },
            { id: 273, trip_id: 87, activity_name: "photography shopping", activity_date: "2023-02-21", duration_hours: "3.69", cost: "25.84" },
            { id: 274, trip_id: 153, activity_name: "photography surfing", activity_date: "2023-12-30", duration_hours: "4.57", cost: "561.63" },
            { id: 275, trip_id: 216, activity_name: "fishing photography", activity_date: "2023-11-23", duration_hours: "6.38", cost: "124.85" },
            { id: 276, trip_id: 171, activity_name: "surfing", activity_date: "2023-12-18", duration_hours: "3.62", cost: "24.42" },
            { id: 277, trip_id: 122, activity_name: "dining diving biking", activity_date: "2023-08-19", duration_hours: "3.83", cost: "264.05" },
            { id: 278, trip_id: 209, activity_name: "shopping hiking kayaking", activity_date: null, duration_hours: "5.12", cost: "516.45" },
            { id: 279, trip_id: 95, activity_name: "fishing relaxing", activity_date: "2023-06-18", duration_hours: "5.23", cost: "691.11" },
            { id: 280, trip_id: 90, activity_name: "shopping adventure", activity_date: "2023-04-21", duration_hours: "3.97", cost: "11.77" },
            { id: 281, trip_id: 195, activity_name: "adventure sightseeing diving", activity_date: null, duration_hours: "6.05", cost: "20.71" },
            { id: 282, trip_id: 270, activity_name: "adventure photography", activity_date: "2023-10-23", duration_hours: "5.59", cost: "20.26" },
            { id: 283, trip_id: 272, activity_name: "dining biking", activity_date: "2023-01-22", duration_hours: "3.32", cost: "448.13" },
            { id: 284, trip_id: 70, activity_name: "fishing wildlife", activity_date: "2023-01-26", duration_hours: "4.14", cost: "502.75" },
            { id: 285, trip_id: 3, activity_name: "photography dining", activity_date: "2023-05-04", duration_hours: "4.91", cost: "69.16" },
            { id: 286, trip_id: 150, activity_name: "cultural swimming", activity_date: "2023-09-08", duration_hours: "5.15", cost: "324.24" },
            { id: 287, trip_id: 27, activity_name: "exploring cultural fishing", activity_date: "2023-05-20", duration_hours: "4.20", cost: "158.37" },
            { id: 288, trip_id: 160, activity_name: "cultural swimming", activity_date: "2023-05-16", duration_hours: "3.67", cost: "46.23" },
            { id: 289, trip_id: 98, activity_name: "kayaking dining wildlife", activity_date: "2023-07-18", duration_hours: "6.94", cost: "689.91" },
            { id: 290, trip_id: 272, activity_name: "adventure wildlife wellness", activity_date: null, duration_hours: "1.98", cost: "548.65" },
            { id: 291, trip_id: 133, activity_name: "skiing hiking", activity_date: "2023-11-08", duration_hours: "5.55", cost: "78.01" },
            { id: 292, trip_id: 117, activity_name: "shopping skiing", activity_date: "2023-07-03", duration_hours: "4.57", cost: "789.50" },
            { id: 293, trip_id: 262, activity_name: "adventure", activity_date: "2023-11-23", duration_hours: "4.93", cost: "13.66" },
            { id: 294, trip_id: 194, activity_name: "relaxing skiing wildlife", activity_date: "2023-07-14", duration_hours: "3.84", cost: "696.09" },
            { id: 295, trip_id: 181, activity_name: "snorkeling hiking", activity_date: "2023-12-11", duration_hours: "6.18", cost: "17.82" },
            { id: 296, trip_id: 261, activity_name: "relaxing hiking", activity_date: "2023-03-29", duration_hours: "3.39", cost: "434.30" },
            { id: 297, trip_id: 181, activity_name: "relaxing", activity_date: "2023-12-13", duration_hours: "3.77", cost: "700.24" },
            { id: 298, trip_id: 77, activity_name: "touring", activity_date: "2023-01-29", duration_hours: "5.08", cost: "198.38" },
            { id: 299, trip_id: 121, activity_name: "kayaking camping sightseeing", activity_date: "2023-06-15", duration_hours: "5.26", cost: "95.87" },
            { id: 300, trip_id: 209, activity_name: "touring", activity_date: null, duration_hours: "4.17", cost: "66.54" },
            { id: 301, trip_id: 266, activity_name: "cultural skiing", activity_date: "2023-11-25", duration_hours: "4.22", cost: "222.51" },
            { id: 302, trip_id: 255, activity_name: "wildlife", activity_date: "2023-05-17", duration_hours: "2.88", cost: "130.41" },
            { id: 303, trip_id: 222, activity_name: "exploring skiing dining", activity_date: "2023-05-16", duration_hours: "3.29", cost: "29.14" },
            { id: 304, trip_id: 300, activity_name: "diving wellness swimming", activity_date: "2023-04-24", duration_hours: "4.04", cost: "740.79" },
            { id: 305, trip_id: 10, activity_name: "cultural sightseeing skiing", activity_date: "2023-01-28", duration_hours: "5.09", cost: "21.45" },
            { id: 306, trip_id: 76, activity_name: "diving", activity_date: "2023-05-19", duration_hours: "3.52", cost: "347.90" },
            { id: 307, trip_id: 62, activity_name: "photography swimming relaxing", activity_date: "2023-06-11", duration_hours: "4.36", cost: "51.68" },
            { id: 308, trip_id: 127, activity_name: "dining", activity_date: "2023-11-22", duration_hours: "5.32", cost: "294.19" },
            { id: 309, trip_id: 263, activity_name: "dining", activity_date: "2023-02-10", duration_hours: "2.90", cost: "737.59" },
            { id: 310, trip_id: 185, activity_name: "diving camping kayaking", activity_date: "2023-08-25", duration_hours: "6.01", cost: "953.77" },
            { id: 311, trip_id: 163, activity_name: "hiking skiing exploring", activity_date: "2023-07-10", duration_hours: "3.91", cost: "11.62" },
            { id: 312, trip_id: 185, activity_name: "wellness", activity_date: null, duration_hours: "5.43", cost: "75.41" },
            { id: 313, trip_id: 181, activity_name: "snorkeling touring surfing", activity_date: "2023-12-13", duration_hours: "5.26", cost: "419.73" },
            { id: 314, trip_id: 120, activity_name: "shopping biking", activity_date: "2023-02-01", duration_hours: "3.95", cost: "16.94" },
            { id: 315, trip_id: 127, activity_name: "wellness skiing", activity_date: "2023-11-25", duration_hours: "3.38", cost: "56.79" },
            { id: 316, trip_id: 231, activity_name: "biking", activity_date: "2023-10-04", duration_hours: "4.28", cost: "335.33" },
            { id: 317, trip_id: 14, activity_name: "kayaking", activity_date: null, duration_hours: "5.52", cost: "544.96" },
            { id: 318, trip_id: 130, activity_name: "biking snorkeling", activity_date: "2024-01-16", duration_hours: "4.05", cost: "326.00" },
            { id: 319, trip_id: 269, activity_name: "biking", activity_date: "2023-08-16", duration_hours: "4.44", cost: "67.02" },
            { id: 320, trip_id: 215, activity_name: "camping swimming", activity_date: "2023-12-25", duration_hours: "6.67", cost: "48.62" },
            { id: 321, trip_id: 243, activity_name: "camping wildlife", activity_date: "2023-11-06", duration_hours: "5.07", cost: "19.72" },
            { id: 322, trip_id: 26, activity_name: "camping skiing swimming", activity_date: "2023-08-23", duration_hours: "5.48", cost: "556.34" },
            { id: 323, trip_id: 196, activity_name: "surfing", activity_date: "2023-10-29", duration_hours: "6.22", cost: "846.37" },
            { id: 324, trip_id: 97, activity_name: "touring", activity_date: "2023-08-11", duration_hours: "4.28", cost: "37.76" },
            { id: 325, trip_id: 22, activity_name: "diving cultural exploring", activity_date: "2023-04-11", duration_hours: "2.75", cost: "456.29" },
            { id: 326, trip_id: 230, activity_name: "adventure sightseeing biking", activity_date: "2023-05-17", duration_hours: "4.77", cost: "723.84" },
            { id: 327, trip_id: 93, activity_name: "shopping relaxing hiking", activity_date: "2023-11-30", duration_hours: "3.33", cost: "339.70" },
            { id: 328, trip_id: 20, activity_name: "cultural swimming", activity_date: "2023-10-21", duration_hours: "4.64", cost: "351.24" },
            { id: 329, trip_id: 225, activity_name: "biking", activity_date: "2023-12-07", duration_hours: "3.45", cost: "348.61" },
            { id: 330, trip_id: 175, activity_name: "relaxing", activity_date: "2023-05-15", duration_hours: "4.46", cost: "148.91" },
            { id: 331, trip_id: 110, activity_name: "fishing photography snorkeling", activity_date: "2023-04-15", duration_hours: "4.76", cost: "351.42" },
            { id: 332, trip_id: 257, activity_name: "wildlife cultural", activity_date: "2023-09-19", duration_hours: "4.33", cost: "647.14" },
            { id: 333, trip_id: 79, activity_name: "touring camping", activity_date: "2023-04-02", duration_hours: "5.94", cost: "290.32" },
            { id: 334, trip_id: 240, activity_name: "diving relaxing sightseeing", activity_date: "2023-10-02", duration_hours: "4.33", cost: "130.16" },
            { id: 335, trip_id: 105, activity_name: "dining", activity_date: "2023-06-05", duration_hours: "5.27", cost: "295.78" },
            { id: 336, trip_id: 264, activity_name: "adventure fishing", activity_date: "2023-07-28", duration_hours: "5.36", cost: "285.09" },
            { id: 337, trip_id: 18, activity_name: "hiking shopping wildlife", activity_date: "2023-08-13", duration_hours: "5.34", cost: "621.21" },
            { id: 338, trip_id: 91, activity_name: "sightseeing swimming", activity_date: "2023-10-10", duration_hours: "4.95", cost: "941.80" },
            { id: 339, trip_id: 105, activity_name: "hiking cultural sightseeing", activity_date: "2023-05-17", duration_hours: "5.12", cost: "972.75" },
            { id: 340, trip_id: 271, activity_name: "hiking wildlife", activity_date: "2023-09-17", duration_hours: "4.67", cost: "326.33" },
            { id: 341, trip_id: 153, activity_name: "diving relaxing", activity_date: "2023-12-22", duration_hours: "4.54", cost: "965.31" },
            { id: 342, trip_id: 281, activity_name: "cultural", activity_date: "2023-02-07", duration_hours: "4.40", cost: "733.09" },
            { id: 343, trip_id: 234, activity_name: "diving photography swimming", activity_date: "2023-02-04", duration_hours: "4.46", cost: "15.71" },
            { id: 344, trip_id: 68, activity_name: "shopping kayaking camping", activity_date: "2023-11-22", duration_hours: "4.47", cost: "172.68" },
            { id: 345, trip_id: 12, activity_name: "diving", activity_date: "2023-10-23", duration_hours: "5.78", cost: "911.48" },
            { id: 346, trip_id: 119, activity_name: "exploring hiking", activity_date: "2023-12-28", duration_hours: "2.71", cost: "697.17" },
            { id: 347, trip_id: 182, activity_name: "adventure kayaking camping", activity_date: null, duration_hours: "3.78", cost: "467.75" },
            { id: 348, trip_id: 85, activity_name: "shopping relaxing photography", activity_date: "2023-07-16", duration_hours: "3.66", cost: "42.86" },
            { id: 349, trip_id: 294, activity_name: "swimming", activity_date: "2023-09-12", duration_hours: "6.03", cost: "11.59" },
            { id: 350, trip_id: 7, activity_name: "photography", activity_date: "2023-11-06", duration_hours: "5.12", cost: "10.12" },
            { id: 351, trip_id: 49, activity_name: "camping", activity_date: "2023-07-21", duration_hours: "2.58", cost: "937.36" },
            { id: 352, trip_id: 243, activity_name: "kayaking skiing", activity_date: "2023-11-21", duration_hours: "4.06", cost: "773.32" },
            { id: 353, trip_id: 127, activity_name: "wildlife relaxing", activity_date: "2023-11-13", duration_hours: "5.27", cost: "403.29" },
            { id: 354, trip_id: 144, activity_name: "surfing hiking", activity_date: "2023-12-03", duration_hours: "4.45", cost: "10.67" },
            { id: 355, trip_id: 169, activity_name: "biking photography cultural", activity_date: "2023-07-13", duration_hours: "4.31", cost: "71.26" },
            { id: 356, trip_id: 242, activity_name: "touring shopping wildlife", activity_date: "2023-04-03", duration_hours: "6.49", cost: "720.36" },
            { id: 357, trip_id: 4, activity_name: "shopping", activity_date: "2023-11-10", duration_hours: "3.24", cost: "777.16" },
            { id: 358, trip_id: 26, activity_name: "biking sightseeing cultural", activity_date: "2023-08-29", duration_hours: "5.03", cost: "869.99" },
            { id: 359, trip_id: 143, activity_name: "sightseeing kayaking", activity_date: "2023-05-27", duration_hours: "5.31", cost: "773.10" },
            { id: 360, trip_id: 11, activity_name: "snorkeling shopping", activity_date: null, duration_hours: "5.01", cost: "853.90" },
            { id: 361, trip_id: 87, activity_name: "surfing", activity_date: "2023-03-09", duration_hours: "6.04", cost: "20.11" },
            { id: 362, trip_id: 137, activity_name: "hiking relaxing biking", activity_date: "2023-04-22", duration_hours: "5.83", cost: "601.00" },
            { id: 363, trip_id: 4, activity_name: "camping exploring", activity_date: "2023-11-13", duration_hours: "5.23", cost: "173.04" },
            { id: 364, trip_id: 112, activity_name: "adventure swimming snorkeling", activity_date: "2023-07-22", duration_hours: "4.51", cost: "750.08" },
            { id: 365, trip_id: 38, activity_name: "touring", activity_date: "2023-05-10", duration_hours: "4.89", cost: "11.51" },
            { id: 366, trip_id: 125, activity_name: "snorkeling", activity_date: "2023-07-20", duration_hours: "3.59", cost: "690.86" },
            { id: 367, trip_id: 38, activity_name: "fishing hiking", activity_date: "2023-05-15", duration_hours: "3.81", cost: "28.56" },
            { id: 368, trip_id: 257, activity_name: "exploring swimming sightseeing", activity_date: "2023-09-20", duration_hours: "4.85", cost: "63.66" },
            { id: 369, trip_id: 185, activity_name: "shopping", activity_date: null, duration_hours: "5.43", cost: "92.94" },
            { id: 370, trip_id: 300, activity_name: "kayaking", activity_date: "2023-04-24", duration_hours: "4.13", cost: "646.56" },
            { id: 371, trip_id: 238, activity_name: "biking", activity_date: "2023-07-18", duration_hours: "3.30", cost: "139.73" },
            { id: 372, trip_id: 229, activity_name: "photography shopping skiing", activity_date: "2023-02-10", duration_hours: "5.92", cost: "252.58" },
            { id: 373, trip_id: 116, activity_name: "wildlife", activity_date: "2023-09-12", duration_hours: "3.25", cost: "281.09" },
            { id: 374, trip_id: 287, activity_name: "adventure surfing", activity_date: "2023-05-10", duration_hours: "4.26", cost: "924.27" },
            { id: 375, trip_id: 259, activity_name: "photography diving", activity_date: "2023-12-25", duration_hours: "5.87", cost: "333.24" },
            { id: 376, trip_id: 287, activity_name: "cultural", activity_date: "2023-05-08", duration_hours: "5.70", cost: "32.80" },
            { id: 377, trip_id: 215, activity_name: "skiing swimming adventure", activity_date: "2023-12-26", duration_hours: "4.71", cost: "18.78" },
            { id: 378, trip_id: 298, activity_name: "surfing", activity_date: "2023-05-02", duration_hours: "4.61", cost: "879.08" },
            { id: 379, trip_id: 28, activity_name: "adventure dining shopping", activity_date: "2023-09-19", duration_hours: "5.52", cost: "276.98" },
            { id: 380, trip_id: 76, activity_name: "cultural swimming wildlife", activity_date: "2023-05-05", duration_hours: "4.10", cost: "68.70" },
            { id: 381, trip_id: 16, activity_name: "camping", activity_date: "2023-05-03", duration_hours: "3.33", cost: "91.28" },
            { id: 382, trip_id: 177, activity_name: "swimming camping", activity_date: "2023-02-07", duration_hours: "5.05", cost: "183.83" },
            { id: 383, trip_id: 199, activity_name: "touring skiing photography", activity_date: "2023-09-11", duration_hours: "3.92", cost: "979.39" },
            { id: 384, trip_id: 150, activity_name: "skiing", activity_date: null, duration_hours: "4.46", cost: "14.17" },
            { id: 385, trip_id: 118, activity_name: "shopping sightseeing", activity_date: "2023-07-15", duration_hours: "3.62", cost: "895.04" },
            { id: 386, trip_id: 213, activity_name: "diving wellness cultural", activity_date: "2023-10-10", duration_hours: "2.92", cost: "76.06" },
            { id: 387, trip_id: 88, activity_name: "adventure shopping hiking", activity_date: "2023-10-14", duration_hours: "4.31", cost: "290.02" },
            { id: 388, trip_id: 242, activity_name: "kayaking wellness", activity_date: "2023-04-20", duration_hours: "4.70", cost: "122.11" },
            { id: 389, trip_id: 241, activity_name: "shopping cultural camping", activity_date: "2023-06-20", duration_hours: "4.67", cost: "108.99" },
            { id: 390, trip_id: 97, activity_name: "photography", activity_date: "2023-08-31", duration_hours: "3.83", cost: "153.17" },
            { id: 391, trip_id: 274, activity_name: "biking", activity_date: "2023-02-24", duration_hours: "4.88", cost: "440.24" },
            { id: 392, trip_id: 135, activity_name: "kayaking", activity_date: "2023-08-05", duration_hours: "5.68", cost: "10.93" },
            { id: 393, trip_id: 8, activity_name: "shopping snorkeling", activity_date: "2023-06-09", duration_hours: "4.69", cost: "658.34" },
            { id: 394, trip_id: 91, activity_name: "camping relaxing touring", activity_date: "2023-09-23", duration_hours: "4.33", cost: "457.63" },
            { id: 395, trip_id: 60, activity_name: "exploring", activity_date: "2024-01-03", duration_hours: "6.42", cost: "361.75" },
            { id: 396, trip_id: 46, activity_name: "hiking camping skiing", activity_date: "2023-08-21", duration_hours: "6.10", cost: "200.70" },
            { id: 397, trip_id: 287, activity_name: "photography camping wildlife", activity_date: "2023-04-20", duration_hours: "4.80", cost: "47.84" },
            { id: 398, trip_id: 80, activity_name: "diving dining surfing", activity_date: "2023-09-11", duration_hours: "5.10", cost: "10.42" },
            { id: 399, trip_id: 26, activity_name: "diving photography", activity_date: "2023-07-30", duration_hours: "4.09", cost: "45.05" },
            { id: 400, trip_id: 248, activity_name: "cultural", activity_date: "2023-08-17", duration_hours: "4.14", cost: "120.54" },
            { id: 401, trip_id: 149, activity_name: "biking swimming kayaking", activity_date: "2023-01-21", duration_hours: "5.25", cost: "169.30" },
            { id: 402, trip_id: 260, activity_name: "fishing", activity_date: "2023-06-09", duration_hours: "4.96", cost: "59.06" },
            { id: 403, trip_id: 191, activity_name: "kayaking adventure camping", activity_date: "2023-01-20", duration_hours: "3.82", cost: "878.30" },
            { id: 404, trip_id: 199, activity_name: "kayaking photography exploring", activity_date: "2023-09-12", duration_hours: "5.54", cost: "46.89" },
            { id: 405, trip_id: 155, activity_name: "dining swimming", activity_date: "2023-12-24", duration_hours: "5.33", cost: "433.40" },
            { id: 406, trip_id: 270, activity_name: "shopping", activity_date: "2023-10-15", duration_hours: "5.04", cost: "486.83" },
            { id: 407, trip_id: 170, activity_name: "photography", activity_date: "2023-11-05", duration_hours: "4.34", cost: "744.01" },
            { id: 408, trip_id: 231, activity_name: "touring", activity_date: "2023-10-10", duration_hours: "5.44", cost: "226.77" },
            { id: 409, trip_id: 189, activity_name: "sightseeing", activity_date: "2023-07-27", duration_hours: "4.85", cost: "737.41" },
            { id: 410, trip_id: 196, activity_name: "shopping cultural", activity_date: "2023-10-27", duration_hours: "5.01", cost: "130.95" },
            { id: 411, trip_id: 38, activity_name: "diving swimming fishing", activity_date: "2023-05-01", duration_hours: "2.96", cost: "113.11" },
            { id: 412, trip_id: 86, activity_name: "exploring skiing relaxing", activity_date: "2023-04-18", duration_hours: "3.79", cost: "200.85" },
            { id: 413, trip_id: 173, activity_name: "touring", activity_date: "2023-08-30", duration_hours: "4.23", cost: "441.68" },
            { id: 414, trip_id: 300, activity_name: "photography camping exploring", activity_date: "2023-04-20", duration_hours: "4.10", cost: "938.76" },
            { id: 415, trip_id: 167, activity_name: "relaxing", activity_date: "2023-08-31", duration_hours: "3.34", cost: "327.21" },
            { id: 416, trip_id: 245, activity_name: "adventure exploring", activity_date: "2023-02-06", duration_hours: "4.25", cost: "622.50" },
            { id: 417, trip_id: 165, activity_name: "diving kayaking cultural", activity_date: null, duration_hours: "4.62", cost: "460.18" },
            { id: 418, trip_id: 180, activity_name: "sightseeing surfing", activity_date: "2023-08-10", duration_hours: "4.46", cost: "701.66" },
            { id: 419, trip_id: 233, activity_name: "kayaking hiking snorkeling", activity_date: "2023-08-22", duration_hours: "3.92", cost: "762.11" },
            { id: 420, trip_id: 211, activity_name: "wildlife swimming", activity_date: "2023-07-20", duration_hours: "5.70", cost: "555.24" },
            { id: 421, trip_id: 226, activity_name: "touring wellness photography", activity_date: "2023-11-23", duration_hours: "4.42", cost: "20.83" },
            { id: 422, trip_id: 203, activity_name: "surfing shopping dining", activity_date: "2023-06-23", duration_hours: "4.27", cost: "269.87" },
            { id: 423, trip_id: 175, activity_name: "surfing touring snorkeling", activity_date: "2023-05-31", duration_hours: "5.96", cost: "989.99" },
            { id: 424, trip_id: 41, activity_name: "skiing", activity_date: "2023-03-25", duration_hours: "3.52", cost: "565.87" },
            { id: 425, trip_id: 191, activity_name: "hiking", activity_date: "2023-02-10", duration_hours: "3.82", cost: "647.17" },
            { id: 426, trip_id: 109, activity_name: "wellness sightseeing snorkeling", activity_date: "2023-04-25", duration_hours: "6.34", cost: "468.83" },
            { id: 427, trip_id: 100, activity_name: "shopping", activity_date: "2023-04-13", duration_hours: "3.36", cost: "441.07" },
            { id: 428, trip_id: 59, activity_name: "dining", activity_date: "2023-03-05", duration_hours: "4.39", cost: "552.91" },
            { id: 429, trip_id: 93, activity_name: "dining skiing biking", activity_date: "2023-12-03", duration_hours: "6.03", cost: "185.53" },
            { id: 430, trip_id: 145, activity_name: "skiing diving wellness", activity_date: null, duration_hours: "5.02", cost: "750.62" },
            { id: 431, trip_id: 238, activity_name: "shopping touring", activity_date: null, duration_hours: "3.43", cost: "16.79" },
            { id: 432, trip_id: 229, activity_name: "hiking adventure relaxing", activity_date: "2023-02-16", duration_hours: "4.36", cost: "33.19" },
            { id: 433, trip_id: 273, activity_name: "shopping", activity_date: "2023-05-20", duration_hours: "5.50", cost: "271.73" },
            { id: 434, trip_id: 187, activity_name: "snorkeling skiing camping", activity_date: "2023-12-27", duration_hours: "4.68", cost: "32.47" },
            { id: 435, trip_id: 44, activity_name: "kayaking", activity_date: "2023-05-06", duration_hours: "3.37", cost: "415.69" },
            { id: 436, trip_id: 43, activity_name: "camping", activity_date: "2023-03-07", duration_hours: "5.75", cost: "247.87" },
            { id: 437, trip_id: 12, activity_name: "surfing", activity_date: "2023-11-07", duration_hours: "3.48", cost: "625.29" },
            { id: 438, trip_id: 174, activity_name: "cultural shopping exploring", activity_date: "2023-04-05", duration_hours: "4.03", cost: "383.75" },
            { id: 439, trip_id: 233, activity_name: "shopping cultural sightseeing", activity_date: "2023-08-16", duration_hours: "3.92", cost: "692.55" },
            { id: 440, trip_id: 159, activity_name: "camping", activity_date: "2023-11-27", duration_hours: "6.68", cost: "124.00" },
            { id: 441, trip_id: 168, activity_name: "hiking", activity_date: "2023-10-28", duration_hours: "4.51", cost: "834.46" },
            { id: 442, trip_id: 271, activity_name: "adventure skiing", activity_date: "2023-10-07", duration_hours: "3.97", cost: "648.25" },
            { id: 443, trip_id: 193, activity_name: "diving", activity_date: null, duration_hours: "4.00", cost: "249.60" },
            { id: 444, trip_id: 35, activity_name: "shopping", activity_date: "2023-09-20", duration_hours: "5.20", cost: "915.76" },
            { id: 445, trip_id: 97, activity_name: "adventure camping", activity_date: "2023-09-01", duration_hours: "4.30", cost: "126.60" },
            { id: 446, trip_id: 85, activity_name: "camping", activity_date: "2023-06-22", duration_hours: "4.73", cost: "18.53" },
            { id: 447, trip_id: 141, activity_name: "wellness", activity_date: "2023-11-22", duration_hours: "4.24", cost: "22.70" },
            { id: 448, trip_id: 81, activity_name: "dining diving", activity_date: "2023-11-24", duration_hours: "4.90", cost: "342.35" },
            { id: 449, trip_id: 176, activity_name: "sightseeing", activity_date: "2023-07-12", duration_hours: "2.48", cost: "11.51" },
            { id: 450, trip_id: 172, activity_name: "exploring sightseeing", activity_date: null, duration_hours: "4.69", cost: "11.37" },
            { id: 451, trip_id: 278, activity_name: "kayaking", activity_date: "2023-06-04", duration_hours: "5.01", cost: "726.30" },
            { id: 452, trip_id: 279, activity_name: "biking", activity_date: "2023-05-12", duration_hours: "5.36", cost: "52.49" },
            { id: 453, trip_id: 25, activity_name: "camping touring", activity_date: "2023-06-23", duration_hours: "6.19", cost: "294.53" },
            { id: 454, trip_id: 34, activity_name: "photography wildlife", activity_date: "2023-03-28", duration_hours: "4.82", cost: "513.89" },
            { id: 455, trip_id: 205, activity_name: "adventure snorkeling", activity_date: "2023-06-17", duration_hours: "4.23", cost: "48.76" },
            { id: 456, trip_id: 239, activity_name: "touring", activity_date: "2023-05-05", duration_hours: "3.47", cost: "906.00" },
            { id: 457, trip_id: 210, activity_name: "wellness swimming", activity_date: "2023-04-07", duration_hours: "2.69", cost: "553.70" },
            { id: 458, trip_id: 6, activity_name: "exploring skiing surfing", activity_date: "2023-11-03", duration_hours: "4.31", cost: "799.29" },
            { id: 459, trip_id: 261, activity_name: "snorkeling", activity_date: "2023-04-17", duration_hours: "3.49", cost: "542.31" },
            { id: 460, trip_id: 258, activity_name: "wildlife fishing surfing", activity_date: "2023-11-08", duration_hours: "5.25", cost: "670.97" },
            { id: 461, trip_id: 130, activity_name: "cultural sightseeing touring", activity_date: null, duration_hours: "5.08", cost: "270.25" },
            { id: 462, trip_id: 252, activity_name: "camping", activity_date: "2023-10-12", duration_hours: "2.96", cost: "601.34" },
            { id: 463, trip_id: 204, activity_name: "surfing", activity_date: "2023-01-18", duration_hours: "4.02", cost: "17.92" },
            { id: 464, trip_id: 53, activity_name: "fishing snorkeling wildlife", activity_date: "2023-09-15", duration_hours: "5.08", cost: "22.85" },
            { id: 465, trip_id: 76, activity_name: "swimming fishing cultural", activity_date: "2023-05-16", duration_hours: "5.66", cost: "26.23" },
            { id: 466, trip_id: 34, activity_name: "shopping kayaking", activity_date: "2023-04-19", duration_hours: "4.54", cost: "25.38" },
            { id: 467, trip_id: 53, activity_name: "cultural", activity_date: "2023-10-10", duration_hours: "2.73", cost: "40.43" },
            { id: 468, trip_id: 214, activity_name: "snorkeling", activity_date: "2023-03-04", duration_hours: "2.76", cost: "12.97" },
            { id: 469, trip_id: 130, activity_name: "diving dining", activity_date: "2024-01-02", duration_hours: "4.55", cost: "20.11" },
            { id: 470, trip_id: 225, activity_name: "exploring swimming photography", activity_date: "2023-12-21", duration_hours: "3.83", cost: "792.35" },
            { id: 471, trip_id: 111, activity_name: "camping", activity_date: "2023-02-07", duration_hours: "5.75", cost: "590.29" },
            { id: 472, trip_id: 236, activity_name: "snorkeling skiing wildlife", activity_date: "2023-01-21", duration_hours: "2.62", cost: "12.54" },
            { id: 473, trip_id: 235, activity_name: "kayaking exploring", activity_date: "2023-11-22", duration_hours: "5.91", cost: "25.46" },
            { id: 474, trip_id: 203, activity_name: "swimming wellness wildlife", activity_date: "2023-06-14", duration_hours: "3.33", cost: "634.72" },
            { id: 475, trip_id: 173, activity_name: "kayaking snorkeling swimming", activity_date: "2023-09-01", duration_hours: "4.09", cost: "10.15" },
            { id: 476, trip_id: 250, activity_name: "diving cultural adventure", activity_date: "2023-04-09", duration_hours: "4.77", cost: "484.18" },
            { id: 477, trip_id: 237, activity_name: "fishing sightseeing diving", activity_date: "2023-03-17", duration_hours: "4.76", cost: "957.83" },
            { id: 478, trip_id: 73, activity_name: "swimming", activity_date: "2023-07-07", duration_hours: "5.07", cost: "967.32" },
            { id: 479, trip_id: 93, activity_name: "surfing swimming kayaking", activity_date: "2023-12-07", duration_hours: "4.75", cost: "875.77" },
            { id: 480, trip_id: 227, activity_name: "sightseeing hiking surfing", activity_date: "2023-01-28", duration_hours: "5.05", cost: "837.23" },
            { id: 481, trip_id: 292, activity_name: "exploring", activity_date: "2023-02-22", duration_hours: "5.14", cost: "995.32" },
            { id: 482, trip_id: 23, activity_name: "swimming kayaking biking", activity_date: "2023-11-03", duration_hours: "4.23", cost: "282.65" },
            { id: 483, trip_id: 179, activity_name: "photography kayaking", activity_date: "2023-04-13", duration_hours: "5.05", cost: "710.68" },
            { id: 484, trip_id: 253, activity_name: "photography camping hiking", activity_date: "2023-01-28", duration_hours: "6.89", cost: "188.65" },
            { id: 485, trip_id: 59, activity_name: "photography hiking", activity_date: "2023-03-01", duration_hours: "5.16", cost: "539.31" },
            { id: 486, trip_id: 216, activity_name: "hiking adventure", activity_date: "2023-11-26", duration_hours: "4.98", cost: "10.28" },
            { id: 487, trip_id: 84, activity_name: "sightseeing shopping diving", activity_date: "2023-10-06", duration_hours: "5.62", cost: "101.38" },
            { id: 488, trip_id: 7, activity_name: "exploring", activity_date: "2023-12-01", duration_hours: "3.96", cost: "222.24" },
            { id: 489, trip_id: 281, activity_name: "wellness swimming fishing", activity_date: "2023-02-20", duration_hours: "3.71", cost: "13.33" },
            { id: 490, trip_id: 68, activity_name: "cultural biking", activity_date: "2023-11-14", duration_hours: "5.07", cost: "123.27" },
            { id: 491, trip_id: 122, activity_name: "relaxing fishing swimming", activity_date: "2023-07-26", duration_hours: "5.12", cost: "49.05" },
            { id: 492, trip_id: 40, activity_name: "shopping diving sightseeing", activity_date: "2023-04-29", duration_hours: "4.08", cost: "803.20" },
            { id: 493, trip_id: 196, activity_name: "shopping", activity_date: "2023-10-26", duration_hours: "3.91", cost: "352.64" },
            { id: 494, trip_id: 134, activity_name: "touring photography camping", activity_date: "2023-04-19", duration_hours: "4.33", cost: "863.94" },
            { id: 495, trip_id: 288, activity_name: "surfing", activity_date: "2023-05-01", duration_hours: "4.42", cost: "938.29" },
            { id: 496, trip_id: 99, activity_name: "skiing kayaking", activity_date: "2023-10-23", duration_hours: "2.73", cost: "282.97" },
            { id: 497, trip_id: 212, activity_name: "dining exploring diving", activity_date: null, duration_hours: "5.49", cost: "867.98" },
            { id: 498, trip_id: 208, activity_name: "kayaking", activity_date: "2023-07-07", duration_hours: "4.86", cost: "42.51" },
            { id: 499, trip_id: 228, activity_name: "surfing skiing snorkeling", activity_date: "2023-05-13", duration_hours: "6.23", cost: "468.16" },
            { id: 500, trip_id: 99, activity_name: "adventure", activity_date: "2023-11-13", duration_hours: "5.13", cost: "965.97" },
        ],
    });
    await prisma.activities.createMany({
        data: [
            { id: 501, trip_id: 41, activity_name: "skiing snorkeling", activity_date: "2023-04-09", duration_hours: "4.10", cost: "854.31" },
            { id: 502, trip_id: 36, activity_name: "dining", activity_date: "2023-06-20", duration_hours: "6.37", cost: "642.75" },
            { id: 503, trip_id: 46, activity_name: "dining", activity_date: "2023-08-25", duration_hours: "3.71", cost: "96.16" },
            { id: 504, trip_id: 238, activity_name: "sightseeing", activity_date: "2023-07-08", duration_hours: "2.68", cost: "17.48" },
            { id: 505, trip_id: 268, activity_name: "skiing diving wildlife", activity_date: "2023-04-13", duration_hours: "3.88", cost: "27.47" },
            { id: 506, trip_id: 147, activity_name: "exploring sightseeing", activity_date: "2023-06-03", duration_hours: "7.23", cost: "12.85" },
            { id: 507, trip_id: 295, activity_name: "sightseeing", activity_date: "2023-06-17", duration_hours: "4.63", cost: "569.14" },
            { id: 508, trip_id: 34, activity_name: "biking relaxing sightseeing", activity_date: "2023-04-04", duration_hours: "2.98", cost: "383.37" },
            { id: 509, trip_id: 277, activity_name: "swimming diving photography", activity_date: "2023-04-13", duration_hours: "5.30", cost: "403.02" },
            { id: 510, trip_id: 212, activity_name: "hiking", activity_date: "2023-11-30", duration_hours: "5.19", cost: "615.13" },
            { id: 511, trip_id: 61, activity_name: "touring camping wildlife", activity_date: "2023-04-02", duration_hours: "4.94", cost: "459.61" },
            { id: 512, trip_id: 28, activity_name: "touring shopping", activity_date: "2023-09-10", duration_hours: "4.41", cost: "285.64" },
            { id: 513, trip_id: 209, activity_name: "swimming sightseeing", activity_date: null, duration_hours: "4.54", cost: "429.32" },
            { id: 514, trip_id: 134, activity_name: "cultural sightseeing dining", activity_date: "2023-05-04", duration_hours: "3.00", cost: "208.78" },
            { id: 515, trip_id: 32, activity_name: "skiing", activity_date: "2024-01-19", duration_hours: "3.82", cost: "273.47" },
            { id: 516, trip_id: 140, activity_name: "adventure dining", activity_date: "2023-07-11", duration_hours: "4.88", cost: "611.13" },
            { id: 517, trip_id: 235, activity_name: "adventure hiking", activity_date: "2023-11-12", duration_hours: "6.16", cost: "11.20" },
            { id: 518, trip_id: 124, activity_name: "skiing cultural", activity_date: "2023-09-30", duration_hours: "4.33", cost: "766.71" },
            { id: 519, trip_id: 53, activity_name: "sightseeing", activity_date: "2023-09-17", duration_hours: "4.39", cost: "129.23" },
            { id: 520, trip_id: 20, activity_name: "sightseeing relaxing", activity_date: "2023-10-12", duration_hours: "6.03", cost: "15.16" },
            { id: 521, trip_id: 106, activity_name: "wellness hiking diving", activity_date: "2023-05-21", duration_hours: "6.13", cost: "43.56" },
            { id: 522, trip_id: 272, activity_name: "diving", activity_date: "2023-01-26", duration_hours: "5.19", cost: "925.33" },
            { id: 523, trip_id: 212, activity_name: "dining", activity_date: "2023-11-26", duration_hours: "2.66", cost: "304.26" },
            { id: 524, trip_id: 68, activity_name: "sightseeing dining", activity_date: "2023-11-03", duration_hours: "4.84", cost: "378.97" },
            { id: 525, trip_id: 268, activity_name: "hiking diving", activity_date: "2023-04-03", duration_hours: "2.98", cost: "93.50" },
            { id: 526, trip_id: 207, activity_name: "sightseeing", activity_date: "2023-10-13", duration_hours: "3.36", cost: "770.20" },
            { id: 527, trip_id: 94, activity_name: "biking camping", activity_date: "2023-12-28", duration_hours: "3.32", cost: "234.30" },
            { id: 528, trip_id: 61, activity_name: "touring hiking", activity_date: "2023-05-02", duration_hours: "5.19", cost: "867.45" },
            { id: 529, trip_id: 289, activity_name: "photography wellness", activity_date: "2023-10-25", duration_hours: "5.61", cost: "117.31" },
            { id: 530, trip_id: 8, activity_name: "cultural skiing", activity_date: "2023-06-19", duration_hours: "4.32", cost: "198.92" },
            { id: 531, trip_id: 73, activity_name: "swimming sightseeing kayaking", activity_date: "2023-06-22", duration_hours: "3.72", cost: "30.12" },
            { id: 532, trip_id: 292, activity_name: "biking kayaking", activity_date: "2023-02-25", duration_hours: "5.20", cost: "733.44" },
            { id: 533, trip_id: 298, activity_name: "adventure skiing kayaking", activity_date: "2023-05-07", duration_hours: "3.82", cost: "471.87" },
            { id: 534, trip_id: 111, activity_name: "diving surfing touring", activity_date: "2023-02-10", duration_hours: "2.90", cost: "154.78" },
            { id: 535, trip_id: 233, activity_name: "snorkeling swimming", activity_date: "2023-08-13", duration_hours: "4.68", cost: "352.65" },
            { id: 536, trip_id: 4, activity_name: "wildlife", activity_date: "2023-11-27", duration_hours: "5.44", cost: "306.41" },
            { id: 537, trip_id: 241, activity_name: "fishing skiing camping", activity_date: "2023-06-16", duration_hours: "6.01", cost: "560.71" },
            { id: 538, trip_id: 67, activity_name: "surfing photography skiing", activity_date: "2023-09-15", duration_hours: "4.15", cost: "255.30" },
            { id: 539, trip_id: 297, activity_name: "surfing camping exploring", activity_date: "2023-10-16", duration_hours: "4.19", cost: "216.32" },
            { id: 540, trip_id: 246, activity_name: "kayaking", activity_date: "2024-01-24", duration_hours: "4.68", cost: "10.47" },
            { id: 541, trip_id: 227, activity_name: "exploring", activity_date: "2023-02-11", duration_hours: "4.31", cost: "185.53" },
            { id: 542, trip_id: 159, activity_name: "dining surfing photography", activity_date: "2023-11-03", duration_hours: "3.55", cost: "183.36" },
            { id: 543, trip_id: 254, activity_name: "photography skiing", activity_date: "2023-12-12", duration_hours: "4.80", cost: "260.53" },
            { id: 544, trip_id: 55, activity_name: "kayaking surfing diving", activity_date: null, duration_hours: "4.26", cost: "16.78" },
            { id: 545, trip_id: 146, activity_name: "hiking kayaking", activity_date: "2023-06-10", duration_hours: "5.82", cost: "789.72" },
            { id: 546, trip_id: 189, activity_name: "dining", activity_date: "2023-07-29", duration_hours: "5.31", cost: "583.72" },
            { id: 547, trip_id: 61, activity_name: "skiing", activity_date: "2023-04-12", duration_hours: "4.59", cost: "45.19" },
            { id: 548, trip_id: 285, activity_name: "snorkeling cultural", activity_date: "2023-06-15", duration_hours: "5.23", cost: "674.10" },
            { id: 549, trip_id: 109, activity_name: "skiing", activity_date: "2023-05-11", duration_hours: "2.57", cost: "805.85" },
            { id: 550, trip_id: 87, activity_name: "adventure snorkeling kayaking", activity_date: "2023-03-06", duration_hours: "4.36", cost: "316.41" },
            { id: 551, trip_id: 52, activity_name: "kayaking cultural", activity_date: "2023-04-28", duration_hours: "4.40", cost: "321.77" },
            { id: 552, trip_id: 120, activity_name: "relaxing", activity_date: "2023-02-07", duration_hours: "5.23", cost: "926.33" },
            { id: 553, trip_id: 229, activity_name: "sightseeing dining", activity_date: null, duration_hours: "3.90", cost: "404.47" },
            { id: 554, trip_id: 273, activity_name: "cultural diving", activity_date: "2023-04-24", duration_hours: "3.72", cost: "370.25" },
            { id: 555, trip_id: 99, activity_name: "shopping diving", activity_date: "2023-10-23", duration_hours: "4.60", cost: "112.33" },
            { id: 556, trip_id: 270, activity_name: "fishing exploring", activity_date: "2023-10-14", duration_hours: "5.07", cost: "892.17" },
            { id: 557, trip_id: 1, activity_name: "wellness touring", activity_date: "2023-05-10", duration_hours: "5.68", cost: "69.15" },
            { id: 558, trip_id: 213, activity_name: "sightseeing touring surfing", activity_date: "2023-10-01", duration_hours: "3.12", cost: "693.18" },
            { id: 559, trip_id: 251, activity_name: "cultural biking wildlife", activity_date: "2023-06-17", duration_hours: "6.30", cost: "50.06" },
            { id: 560, trip_id: 143, activity_name: "exploring dining", activity_date: "2023-06-02", duration_hours: "4.34", cost: "669.73" },
            { id: 561, trip_id: 247, activity_name: "wellness", activity_date: "2023-10-23", duration_hours: "3.01", cost: "160.10" },
            { id: 562, trip_id: 175, activity_name: "cultural", activity_date: "2023-05-16", duration_hours: "5.05", cost: "912.12" },
            { id: 563, trip_id: 135, activity_name: "biking touring wildlife", activity_date: "2023-07-28", duration_hours: "5.19", cost: "352.27" },
            { id: 564, trip_id: 135, activity_name: "wildlife hiking surfing", activity_date: "2023-07-31", duration_hours: "3.91", cost: "20.61" },
            { id: 565, trip_id: 7, activity_name: "diving biking", activity_date: "2023-11-27", duration_hours: "4.33", cost: "174.11" },
            { id: 566, trip_id: 105, activity_name: "exploring fishing sightseeing", activity_date: "2023-06-11", duration_hours: "5.30", cost: "68.59" },
            { id: 567, trip_id: 138, activity_name: "swimming fishing biking", activity_date: "2023-12-16", duration_hours: "5.10", cost: "385.46" },
            { id: 568, trip_id: 59, activity_name: "cultural exploring", activity_date: null, duration_hours: "6.17", cost: "414.88" },
            { id: 569, trip_id: 118, activity_name: "wellness", activity_date: "2023-07-15", duration_hours: "4.86", cost: "136.46" },
            { id: 570, trip_id: 228, activity_name: "shopping swimming", activity_date: "2023-05-25", duration_hours: "3.03", cost: "793.26" },
            { id: 571, trip_id: 122, activity_name: "adventure snorkeling", activity_date: "2023-07-20", duration_hours: "4.42", cost: "11.07" },
            { id: 572, trip_id: 85, activity_name: "camping kayaking biking", activity_date: "2023-07-17", duration_hours: "4.26", cost: "87.94" },
            { id: 573, trip_id: 238, activity_name: "adventure touring camping", activity_date: "2023-08-02", duration_hours: "3.67", cost: "343.64" },
            { id: 574, trip_id: 80, activity_name: "swimming", activity_date: null, duration_hours: "6.25", cost: "63.66" },
            { id: 575, trip_id: 246, activity_name: "hiking cultural", activity_date: "2024-01-02", duration_hours: "5.66", cost: "13.74" },
            { id: 576, trip_id: 116, activity_name: "diving", activity_date: "2023-09-03", duration_hours: "5.74", cost: "42.45" },
            { id: 577, trip_id: 65, activity_name: "cultural sightseeing", activity_date: "2023-12-27", duration_hours: "4.39", cost: "891.69" },
            { id: 578, trip_id: 64, activity_name: "camping shopping", activity_date: "2023-05-24", duration_hours: "3.90", cost: "476.88" },
            { id: 579, trip_id: 76, activity_name: "kayaking", activity_date: "2023-05-13", duration_hours: "4.81", cost: "872.75" },
            { id: 580, trip_id: 224, activity_name: "hiking", activity_date: "2023-03-16", duration_hours: "5.60", cost: "909.99" },
            { id: 581, trip_id: 121, activity_name: "snorkeling biking", activity_date: "2023-05-30", duration_hours: "2.92", cost: "436.41" },
            { id: 582, trip_id: 70, activity_name: "cultural wellness diving", activity_date: "2023-01-27", duration_hours: "4.31", cost: "640.28" },
            { id: 583, trip_id: 269, activity_name: "fishing touring", activity_date: "2023-07-26", duration_hours: "4.38", cost: "875.74" },
            { id: 584, trip_id: 257, activity_name: "cultural biking", activity_date: "2023-09-28", duration_hours: "4.66", cost: "20.18" },
            { id: 585, trip_id: 7, activity_name: "touring", activity_date: "2023-11-10", duration_hours: "4.71", cost: "80.22" },
            { id: 586, trip_id: 116, activity_name: "exploring", activity_date: "2023-08-29", duration_hours: "3.88", cost: "379.03" },
            { id: 587, trip_id: 232, activity_name: "touring sightseeing wildlife", activity_date: null, duration_hours: "4.92", cost: "939.03" },
            { id: 588, trip_id: 9, activity_name: "diving", activity_date: "2023-06-16", duration_hours: "3.40", cost: "720.52" },
            { id: 589, trip_id: 85, activity_name: "shopping", activity_date: null, duration_hours: "3.73", cost: "327.56" },
            { id: 590, trip_id: 219, activity_name: "swimming snorkeling shopping", activity_date: "2023-05-20", duration_hours: "5.03", cost: "541.63" },
            { id: 591, trip_id: 172, activity_name: "dining biking cultural", activity_date: "2023-12-09", duration_hours: "5.34", cost: "517.49" },
            { id: 592, trip_id: 132, activity_name: "hiking biking wildlife", activity_date: "2023-02-06", duration_hours: "4.76", cost: "822.41" },
            { id: 593, trip_id: 199, activity_name: "hiking exploring", activity_date: "2023-08-17", duration_hours: "5.99", cost: "628.02" },
            { id: 594, trip_id: 19, activity_name: "touring surfing snorkeling", activity_date: "2023-09-11", duration_hours: "4.93", cost: "19.99" },
            { id: 595, trip_id: 284, activity_name: "cultural exploring", activity_date: "2023-05-15", duration_hours: "5.30", cost: "991.57" },
            { id: 596, trip_id: 132, activity_name: "dining touring skiing", activity_date: "2023-02-07", duration_hours: "4.68", cost: "174.39" },
            { id: 597, trip_id: 58, activity_name: "cultural swimming fishing", activity_date: "2023-11-18", duration_hours: "4.49", cost: "152.48" },
            { id: 598, trip_id: 290, activity_name: "shopping cultural", activity_date: "2023-11-29", duration_hours: "6.24", cost: "59.27" },
            { id: 599, trip_id: 300, activity_name: "swimming relaxing fishing", activity_date: "2023-04-15", duration_hours: "4.20", cost: "140.13" },
            { id: 600, trip_id: 68, activity_name: "shopping diving snorkeling", activity_date: "2023-11-19", duration_hours: "4.78", cost: "418.78" },
            { id: 601, trip_id: 237, activity_name: "adventure relaxing swimming", activity_date: "2023-03-13", duration_hours: "4.45", cost: "880.60" },
            { id: 602, trip_id: 249, activity_name: "exploring cultural", activity_date: "2023-03-02", duration_hours: "4.37", cost: "529.70" },
            { id: 603, trip_id: 140, activity_name: "swimming exploring surfing", activity_date: "2023-06-25", duration_hours: "5.34", cost: "536.30" },
            { id: 604, trip_id: 189, activity_name: "wellness skiing", activity_date: "2023-07-31", duration_hours: "4.55", cost: "191.64" },
            { id: 605, trip_id: 185, activity_name: "biking shopping", activity_date: "2023-09-11", duration_hours: "2.82", cost: "535.65" },
            { id: 606, trip_id: 259, activity_name: "sightseeing", activity_date: "2023-12-29", duration_hours: "5.09", cost: "83.46" },
            { id: 607, trip_id: 218, activity_name: "touring shopping surfing", activity_date: "2024-01-10", duration_hours: "2.65", cost: "894.54" },
            { id: 608, trip_id: 213, activity_name: "relaxing", activity_date: null, duration_hours: "3.58", cost: "883.38" },
            { id: 609, trip_id: 213, activity_name: "surfing relaxing skiing", activity_date: "2023-10-21", duration_hours: "4.42", cost: "13.85" },
            { id: 610, trip_id: 253, activity_name: "shopping diving swimming", activity_date: null, duration_hours: "3.31", cost: "11.00" },
            { id: 611, trip_id: 28, activity_name: "diving", activity_date: "2023-09-28", duration_hours: "4.84", cost: "600.01" },
            { id: 612, trip_id: 98, activity_name: "skiing relaxing", activity_date: "2023-08-05", duration_hours: "3.06", cost: "422.01" },
            { id: 613, trip_id: 36, activity_name: "touring kayaking", activity_date: "2023-07-16", duration_hours: "3.42", cost: "92.72" },
            { id: 614, trip_id: 245, activity_name: "relaxing adventure", activity_date: "2023-02-27", duration_hours: "2.56", cost: "153.45" },
            { id: 615, trip_id: 92, activity_name: "wildlife exploring", activity_date: "2023-11-25", duration_hours: "5.60", cost: "805.13" },
            { id: 616, trip_id: 126, activity_name: "surfing dining swimming", activity_date: "2023-11-15", duration_hours: "4.93", cost: "543.56" },
            { id: 617, trip_id: 29, activity_name: "snorkeling relaxing skiing", activity_date: "2023-06-06", duration_hours: "5.00", cost: "941.73" },
            { id: 618, trip_id: 245, activity_name: "exploring wildlife", activity_date: "2023-02-02", duration_hours: "3.02", cost: "572.82" },
            { id: 619, trip_id: 95, activity_name: "surfing", activity_date: "2023-06-21", duration_hours: "4.60", cost: "11.64" },
            { id: 620, trip_id: 135, activity_name: "hiking", activity_date: "2023-08-18", duration_hours: "4.93", cost: "819.62" },
            { id: 621, trip_id: 60, activity_name: "snorkeling cultural surfing", activity_date: "2023-12-11", duration_hours: "3.15", cost: "12.11" },
            { id: 622, trip_id: 138, activity_name: "shopping diving", activity_date: "2024-01-03", duration_hours: "2.98", cost: "242.32" },
            { id: 623, trip_id: 266, activity_name: "wildlife", activity_date: "2023-12-22", duration_hours: "5.46", cost: "10.00" },
            { id: 624, trip_id: 223, activity_name: "shopping swimming wildlife", activity_date: "2023-06-28", duration_hours: "6.66", cost: "756.35" },
            { id: 625, trip_id: 151, activity_name: "cultural", activity_date: "2023-11-17", duration_hours: "3.37", cost: "634.26" },
            { id: 626, trip_id: 111, activity_name: "skiing", activity_date: "2023-02-10", duration_hours: "4.88", cost: "223.27" },
            { id: 627, trip_id: 154, activity_name: "wildlife cultural skiing", activity_date: "2023-05-15", duration_hours: "5.12", cost: "107.98" },
            { id: 628, trip_id: 283, activity_name: "exploring relaxing", activity_date: "2023-08-08", duration_hours: "5.62", cost: "156.27" },
            { id: 629, trip_id: 44, activity_name: "surfing", activity_date: null, duration_hours: "2.60", cost: "106.46" },
            { id: 630, trip_id: 158, activity_name: "surfing kayaking", activity_date: "2023-01-09", duration_hours: "5.31", cost: "643.27" },
            { id: 631, trip_id: 286, activity_name: "wildlife", activity_date: "2023-12-16", duration_hours: "3.44", cost: "423.46" },
            { id: 632, trip_id: 277, activity_name: "relaxing skiing", activity_date: "2023-04-07", duration_hours: "3.39", cost: "301.65" },
            { id: 633, trip_id: 197, activity_name: "shopping", activity_date: "2023-12-27", duration_hours: "4.16", cost: "422.65" },
            { id: 634, trip_id: 138, activity_name: "relaxing", activity_date: "2024-01-10", duration_hours: "4.84", cost: "520.44" },
            { id: 635, trip_id: 269, activity_name: "sightseeing diving cultural", activity_date: "2023-07-27", duration_hours: "5.49", cost: "324.02" },
            { id: 636, trip_id: 50, activity_name: "relaxing snorkeling skiing", activity_date: "2023-09-02", duration_hours: "3.46", cost: "10.18" },
            { id: 637, trip_id: 143, activity_name: "camping fishing diving", activity_date: "2023-06-05", duration_hours: "5.63", cost: "10.12" },
            { id: 638, trip_id: 231, activity_name: "exploring fishing cultural", activity_date: null, duration_hours: "4.95", cost: "433.91" },
            { id: 639, trip_id: 71, activity_name: "biking fishing", activity_date: "2023-02-05", duration_hours: "3.20", cost: "121.19" },
            { id: 640, trip_id: 29, activity_name: "cultural dining", activity_date: "2023-05-31", duration_hours: "4.42", cost: "355.40" },
            { id: 641, trip_id: 287, activity_name: "exploring surfing", activity_date: "2023-04-21", duration_hours: "2.93", cost: "10.20" },
            { id: 642, trip_id: 227, activity_name: "exploring biking hiking", activity_date: "2023-02-12", duration_hours: "5.67", cost: "93.80" },
            { id: 643, trip_id: 139, activity_name: "sightseeing dining snorkeling", activity_date: null, duration_hours: "2.45", cost: "33.71" },
            { id: 644, trip_id: 237, activity_name: "relaxing diving", activity_date: "2023-04-04", duration_hours: "3.19", cost: "110.97" },
            { id: 645, trip_id: 231, activity_name: "wildlife", activity_date: "2023-09-26", duration_hours: "4.46", cost: "323.60" },
            { id: 646, trip_id: 154, activity_name: "shopping wildlife fishing", activity_date: "2023-05-06", duration_hours: "6.27", cost: "10.30" },
            { id: 647, trip_id: 271, activity_name: "cultural", activity_date: "2023-09-18", duration_hours: "5.92", cost: "802.76" },
            { id: 648, trip_id: 28, activity_name: "photography", activity_date: "2023-09-30", duration_hours: "4.25", cost: "334.95" },
            { id: 649, trip_id: 204, activity_name: "kayaking", activity_date: "2023-02-03", duration_hours: "4.66", cost: "744.40" },
            { id: 650, trip_id: 153, activity_name: "kayaking relaxing photography", activity_date: "2024-01-03", duration_hours: "4.09", cost: "262.96" },
            { id: 651, trip_id: 104, activity_name: "snorkeling photography", activity_date: "2023-05-19", duration_hours: "3.64", cost: "86.46" },
            { id: 652, trip_id: 227, activity_name: "hiking wildlife", activity_date: "2023-02-21", duration_hours: "3.95", cost: "208.48" },
            { id: 653, trip_id: 244, activity_name: "skiing sightseeing", activity_date: "2023-05-15", duration_hours: "4.99", cost: "431.38" },
            { id: 654, trip_id: 100, activity_name: "adventure relaxing", activity_date: null, duration_hours: "3.67", cost: "122.92" },
            { id: 655, trip_id: 118, activity_name: "hiking", activity_date: "2023-07-11", duration_hours: "5.54", cost: "10.95" },
            { id: 656, trip_id: 112, activity_name: "exploring", activity_date: "2023-07-28", duration_hours: "3.78", cost: "356.77" },
            { id: 657, trip_id: 123, activity_name: "dining", activity_date: "2023-04-25", duration_hours: "5.69", cost: "24.58" },
            { id: 658, trip_id: 176, activity_name: "surfing wildlife shopping", activity_date: "2023-07-01", duration_hours: "5.48", cost: "15.28" },
            { id: 659, trip_id: 98, activity_name: "photography cultural", activity_date: "2023-07-24", duration_hours: "4.61", cost: "780.26" },
            { id: 660, trip_id: 63, activity_name: "touring wellness", activity_date: "2023-03-18", duration_hours: "3.62", cost: "291.30" },
            { id: 661, trip_id: 278, activity_name: "cultural surfing", activity_date: "2023-05-18", duration_hours: "3.22", cost: "656.89" },
            { id: 662, trip_id: 225, activity_name: "camping shopping", activity_date: "2023-12-20", duration_hours: "5.91", cost: "910.16" },
            { id: 663, trip_id: 243, activity_name: "swimming photography dining", activity_date: null, duration_hours: "5.07", cost: "93.28" },
            { id: 664, trip_id: 46, activity_name: "diving exploring dining", activity_date: "2023-08-18", duration_hours: "4.07", cost: "901.39" },
            { id: 665, trip_id: 16, activity_name: "adventure swimming surfing", activity_date: "2023-05-10", duration_hours: "3.07", cost: "142.31" },
            { id: 666, trip_id: 138, activity_name: "sightseeing", activity_date: "2023-12-23", duration_hours: "3.08", cost: "49.29" },
            { id: 667, trip_id: 142, activity_name: "photography wildlife", activity_date: "2023-02-28", duration_hours: "3.26", cost: "98.08" },
            { id: 668, trip_id: 91, activity_name: "kayaking touring", activity_date: "2023-10-05", duration_hours: "6.20", cost: "249.75" },
            { id: 669, trip_id: 225, activity_name: "cultural snorkeling", activity_date: "2024-01-01", duration_hours: "6.15", cost: "371.65" },
            { id: 670, trip_id: 274, activity_name: "shopping", activity_date: "2023-02-18", duration_hours: "4.61", cost: "536.76" },
            { id: 671, trip_id: 228, activity_name: "surfing adventure diving", activity_date: null, duration_hours: "5.39", cost: "29.21" },
            { id: 672, trip_id: 186, activity_name: "skiing", activity_date: "2023-05-01", duration_hours: "4.36", cost: "385.13" },
            { id: 673, trip_id: 114, activity_name: "surfing fishing", activity_date: "2023-03-24", duration_hours: "3.61", cost: "42.20" },
            { id: 674, trip_id: 86, activity_name: "wildlife", activity_date: "2023-04-18", duration_hours: "5.33", cost: "149.85" },
            { id: 675, trip_id: 107, activity_name: "surfing swimming", activity_date: "2023-02-11", duration_hours: "4.50", cost: "283.53" },
            { id: 676, trip_id: 27, activity_name: "dining", activity_date: "2023-05-26", duration_hours: "4.41", cost: "29.43" },
            { id: 677, trip_id: 203, activity_name: "wildlife", activity_date: "2023-06-04", duration_hours: "5.75", cost: "594.19" },
            { id: 678, trip_id: 187, activity_name: "fishing diving", activity_date: "2024-01-10", duration_hours: "5.36", cost: "481.38" },
            { id: 679, trip_id: 7, activity_name: "skiing", activity_date: "2023-11-13", duration_hours: "5.83", cost: "237.16" },
            { id: 680, trip_id: 217, activity_name: "diving", activity_date: "2023-05-14", duration_hours: "4.02", cost: "205.73" },
            { id: 681, trip_id: 202, activity_name: "wildlife shopping", activity_date: "2023-06-12", duration_hours: "2.22", cost: "977.24" },
            { id: 682, trip_id: 196, activity_name: "swimming touring", activity_date: "2023-10-13", duration_hours: "4.98", cost: "696.46" },
            { id: 683, trip_id: 229, activity_name: "kayaking wellness photography", activity_date: "2023-02-03", duration_hours: "4.76", cost: "490.70" },
            { id: 684, trip_id: 182, activity_name: "touring fishing sightseeing", activity_date: "2023-05-13", duration_hours: "4.77", cost: "379.76" },
            { id: 685, trip_id: 112, activity_name: "adventure", activity_date: "2023-07-17", duration_hours: "4.04", cost: "906.21" },
            { id: 686, trip_id: 22, activity_name: "camping biking", activity_date: "2023-04-18", duration_hours: "3.44", cost: "690.28" },
            { id: 687, trip_id: 249, activity_name: "kayaking swimming", activity_date: "2023-03-19", duration_hours: "4.12", cost: "207.17" },
            { id: 688, trip_id: 186, activity_name: "dining sightseeing swimming", activity_date: "2023-05-01", duration_hours: "4.95", cost: "399.57" },
            { id: 689, trip_id: 140, activity_name: "diving kayaking snorkeling", activity_date: "2023-07-10", duration_hours: "2.22", cost: "85.02" },
            { id: 690, trip_id: 91, activity_name: "wellness dining hiking", activity_date: "2023-10-01", duration_hours: "5.26", cost: "472.99" },
            { id: 691, trip_id: 28, activity_name: "surfing diving", activity_date: "2023-09-24", duration_hours: "4.18", cost: "17.68" },
        ],
    });
    await prisma.itineraries.createMany({
        data: [
            { id: 1, trip_id: 129, sequence: 3, details: "The session was cancelled following a manual review. An operator confirmed the details and the account was reviewed. The claim was rescheduled — duplicate case, no further action. The account was reviewed — duplicate case, no further action.", accommodation_type: "apartment", total_duration_days: 17 },
            { id: 2, trip_id: 60, sequence: 2, details: "An automatic follow-up: the ticket was rejected. The appointment was processed after a repeat check. The reviewer reported a late issue; the transfer was confirmed. Flagged as repeat. The reviewer updated the request.", accommodation_type: "hotel", total_duration_days: 20 },
            { id: 3, trip_id: 256, sequence: 3, details: "The account owner confirmed the details and the invoice was replaced. An urgent report was completed the same day. The document was completed after an unusual check. The report was confirmed — standard case, no further action.", accommodation_type: "hotel", total_duration_days: 11 },
            { id: 4, trip_id: 46, sequence: 1, details: "A standard booking was completed the same day. No response from the team, so the payment was confirmed. An unusual follow-up: the request was refunded.", accommodation_type: "hotel", total_duration_days: 24 },
            { id: 5, trip_id: 77, sequence: 8, details: "The claim was completed — automatic case, no further action. No response from the account owner, so the session was closed. An operator confirmed the details and the refund was escalated. The team confirmed the details and the document was delayed.", accommodation_type: "apartment", total_duration_days: 12 },
            { id: 6, trip_id: 164, sequence: 9, details: "An unusual refund was reopened the same day. Flagged as minor. The account owner updated the ticket. The booking was reviewed after a partial check. The courier reported a late issue; the item was reviewed.", accommodation_type: "hotel", total_duration_days: 18 },
            { id: 7, trip_id: 206, sequence: 9, details: "Flagged as minor. The reviewer processed the transfer. No response from the courier, so the claim was reviewed. No response from an operator, so the refund was escalated.", accommodation_type: "hostel", total_duration_days: 14 },
            { id: 8, trip_id: 69, sequence: 4, details: "The account was closed after a routine check. An unusual invoice was refunded the same day. No response from the reviewer, so the payment was escalated. The customer confirmed the details and the record was closed.", accommodation_type: "hotel", total_duration_days: 18 },
            { id: 9, trip_id: 75, sequence: 6, details: "The customer confirmed the details and the account was resolved. No response from the account owner, so the request was reopened. Flagged as unusual. The customer completed the record. The report was closed after an automatic check.", accommodation_type: "hostel", total_duration_days: 15 },
            { id: 10, trip_id: 83, sequence: 2, details: "No response from the customer, so the session was reviewed. Flagged as duplicate. Support reopened the account.", accommodation_type: "hostel", total_duration_days: 14 },
            { id: 11, trip_id: 71, sequence: 9, details: "The courier reported an automatic issue; the record was escalated. An operator reported an incomplete issue; the invoice was refunded. The account owner asked for a change and the delivery was confirmed. The customer reported an urgent issue; the booking was resolved.", accommodation_type: "hotel", total_duration_days: 19 },
            { id: 12, trip_id: 249, sequence: 6, details: "An incomplete follow-up: the transfer was cancelled. The customer confirmed the details and the shipment was delayed. Flagged as incomplete. The courier completed the ticket.", accommodation_type: "apartment", total_duration_days: 12 },
            { id: 13, trip_id: 99, sequence: 5, details: "The supplier confirmed the details and the ticket was updated. The claim was processed — incomplete case, no further action. The team confirmed the details and the ticket was rescheduled. The refund was confirmed following a duplicate review.", accommodation_type: "hotel", total_duration_days: 6 },
            { id: 14, trip_id: 141, sequence: 2, details: "No response from the account owner, so the appointment was resolved. A late follow-up: the order was delayed. An automatic invoice was closed the same day. Flagged as repeat. The team rescheduled the request.", accommodation_type: "apartment", total_duration_days: 15 },
            { id: 15, trip_id: 23, sequence: 5, details: "An automatic follow-up: the item was updated. An incomplete follow-up: the transfer was updated.", accommodation_type: "hostel", total_duration_days: 10 },
            { id: 16, trip_id: 84, sequence: 1, details: "The report was completed after an unusual check. The team reported a minor issue; the record was reviewed. Flagged as unusual. The courier delayed the item. The order was completed after a late check.", accommodation_type: "hotel", total_duration_days: 17 },
            { id: 17, trip_id: 229, sequence: 2, details: "The ticket was refunded — duplicate case, no further action. No response from the reviewer, so the transfer was delayed. The delivery was processed following a duplicate review.", accommodation_type: "hotel", total_duration_days: 13 },
            { id: 18, trip_id: 50, sequence: 2, details: null, accommodation_type: "hotel", total_duration_days: 18 },
            { id: 19, trip_id: 250, sequence: 4, details: "The reviewer confirmed the details and the appointment was completed. A duplicate follow-up: the account was resolved. A standard document was cancelled the same day.", accommodation_type: "hostel", total_duration_days: 17 },
            { id: 20, trip_id: 291, sequence: 4, details: "The team asked for a change and the shipment was escalated. The courier reported a minor issue; the record was escalated. The team confirmed the details and the appointment was reviewed.", accommodation_type: "hostel", total_duration_days: 10 },
            { id: 21, trip_id: 63, sequence: 5, details: "The account owner confirmed the details and the booking was processed. An urgent delivery was escalated the same day.", accommodation_type: "hotel", total_duration_days: 14 },
            { id: 22, trip_id: 282, sequence: 7, details: "Support asked for a change and the report was reviewed. The booking was replaced after a standard check. The account owner asked for a change and the appointment was replaced.", accommodation_type: "hotel", total_duration_days: 12 },
            { id: 23, trip_id: 3, sequence: 2, details: "Flagged as partial. The account owner closed the shipment. A late ticket was confirmed the same day.", accommodation_type: "hotel", total_duration_days: 12 },
            { id: 24, trip_id: 38, sequence: 7, details: null, accommodation_type: "resort", total_duration_days: 22 },
            { id: 25, trip_id: 110, sequence: 4, details: "The report was updated after a late check. No response from the team, so the session was completed.", accommodation_type: "hotel", total_duration_days: 12 },
            { id: 26, trip_id: 112, sequence: 3, details: "The account was replaced after an automatic check. The session was closed following a partial review. Flagged as manual. The supplier closed the delivery.", accommodation_type: "hotel", total_duration_days: 19 },
            { id: 27, trip_id: 113, sequence: 7, details: "A duplicate follow-up: the transfer was closed. Flagged as routine. The customer processed the document. The reviewer asked for a change and the booking was refunded. The reviewer reported a standard issue; the refund was cancelled.", accommodation_type: "hostel", total_duration_days: 11 },
            { id: 28, trip_id: 57, sequence: 3, details: "The claim was processed after a manual check. A standard follow-up: the payment was confirmed. The courier reported an unusual issue; the account was rejected. No response from the reviewer, so the session was processed.", accommodation_type: "hostel", total_duration_days: 19 },
            { id: 29, trip_id: 192, sequence: 3, details: "No response from the customer, so the shipment was reopened. An unusual transfer was approved the same day.", accommodation_type: "apartment", total_duration_days: 16 },
            { id: 30, trip_id: 60, sequence: 6, details: "Flagged as manual. The reviewer processed the appointment. An incomplete shipment was rejected the same day. Support asked for a change and the session was delayed.", accommodation_type: "hostel", total_duration_days: 19 },
            { id: 31, trip_id: 6, sequence: 7, details: "The booking was approved — minor case, no further action. The document was approved following a routine review. The record was escalated after a standard check.", accommodation_type: "hotel", total_duration_days: 15 },
            { id: 32, trip_id: 34, sequence: 2, details: "Flagged as urgent. The courier closed the shipment. The item was replaced after a partial check. No response from support, so the request was rescheduled. A repeat follow-up: the session was updated.", accommodation_type: "hotel", total_duration_days: 15 },
            { id: 33, trip_id: 199, sequence: 3, details: "The supplier confirmed the details and the document was rescheduled. The payment was processed after an unusual check.", accommodation_type: "hotel", total_duration_days: 4 },
            { id: 34, trip_id: 276, sequence: 8, details: "The item was escalated after an urgent check. Support asked for a change and the booking was approved. No response from the account owner, so the order was replaced. The courier asked for a change and the transfer was rejected.", accommodation_type: "hotel", total_duration_days: 19 },
            { id: 35, trip_id: 9, sequence: 6, details: "No response from the courier, so the record was rescheduled. The courier confirmed the details and the item was completed. The team asked for a change and the ticket was closed.", accommodation_type: "resort", total_duration_days: 11 },
            { id: 36, trip_id: 139, sequence: 9, details: "A late ticket was reviewed the same day. The courier reported a manual issue; the item was updated. A manual follow-up: the booking was confirmed. Flagged as late. The courier confirmed the claim.", accommodation_type: "hotel", total_duration_days: 16 },
            { id: 37, trip_id: 278, sequence: 6, details: "Flagged as routine. The supplier completed the booking. Support confirmed the details and the ticket was closed.", accommodation_type: "hostel", total_duration_days: 12 },
            { id: 38, trip_id: 89, sequence: 7, details: "The team reported a duplicate issue; the invoice was delayed. The claim was processed — manual case, no further action.", accommodation_type: "hostel", total_duration_days: 17 },
            { id: 39, trip_id: 217, sequence: 6, details: "Flagged as duplicate. The account owner reopened the shipment. The reviewer confirmed the details and the document was confirmed.", accommodation_type: "hostel", total_duration_days: 8 },
            { id: 40, trip_id: 121, sequence: 1, details: "Flagged as manual. The supplier escalated the payment. The appointment was cancelled after an urgent check.", accommodation_type: "apartment", total_duration_days: 9 },
            { id: 41, trip_id: 173, sequence: 7, details: null, accommodation_type: "apartment", total_duration_days: 14 },
            { id: 42, trip_id: 13, sequence: 2, details: "The refund was rescheduled following a duplicate review. Flagged as manual. The team reopened the invoice.", accommodation_type: "hotel", total_duration_days: 9 },
            { id: 43, trip_id: 194, sequence: 3, details: "The request was resolved following a manual review. An incomplete refund was rejected the same day.", accommodation_type: "apartment", total_duration_days: 19 },
            { id: 44, trip_id: 183, sequence: 2, details: "Flagged as late. The team reviewed the request. The courier reported an automatic issue; the delivery was cancelled. The booking was updated following a partial review.", accommodation_type: "hostel", total_duration_days: 14 },
            { id: 45, trip_id: 292, sequence: 9, details: "No response from the team, so the order was completed. Support asked for a change and the transfer was closed. The record was reviewed following a manual review.", accommodation_type: "hotel", total_duration_days: 22 },
            { id: 46, trip_id: 84, sequence: 2, details: "A minor ticket was reopened the same day. A standard shipment was delayed the same day.", accommodation_type: "hostel", total_duration_days: 18 },
            { id: 47, trip_id: 223, sequence: 5, details: "The supplier reported a routine issue; the payment was approved. The item was resolved — urgent case, no further action.", accommodation_type: "hostel", total_duration_days: 5 },
            { id: 48, trip_id: 167, sequence: 3, details: null, accommodation_type: "resort", total_duration_days: 14 },
            { id: 49, trip_id: 214, sequence: 9, details: "Flagged as partial. An operator delayed the delivery. The reviewer confirmed the details and the ticket was replaced. The invoice was updated following a repeat review.", accommodation_type: "hotel", total_duration_days: 7 },
            { id: 50, trip_id: 17, sequence: 2, details: "A partial follow-up: the report was confirmed. An automatic follow-up: the report was rejected. The courier reported an urgent issue; the report was cancelled. No response from the customer, so the appointment was reopened.", accommodation_type: "apartment", total_duration_days: 22 },
            { id: 51, trip_id: 198, sequence: 3, details: "No response from the team, so the report was confirmed. The account was delayed after a routine check. The claim was rejected after an unusual check. The delivery was replaced after a partial check.", accommodation_type: "hotel", total_duration_days: 15 },
            { id: 52, trip_id: 111, sequence: 2, details: "Flagged as urgent. Support refunded the shipment. A routine follow-up: the item was closed. The customer reported a late issue; the request was updated. No response from an operator, so the delivery was approved.", accommodation_type: "hotel", total_duration_days: 19 },
            { id: 53, trip_id: 13, sequence: 2, details: "The transfer was escalated after an unusual check. No response from the courier, so the account was replaced. The account owner confirmed the details and the transfer was cancelled. The item was processed after a standard check.", accommodation_type: "hotel", total_duration_days: 9 },
            { id: 54, trip_id: 65, sequence: 9, details: "No response from the courier, so the record was completed. The courier reported a duplicate issue; the invoice was refunded. The team asked for a change and the transfer was rescheduled. An operator reported an urgent issue; the payment was closed.", accommodation_type: "hotel", total_duration_days: 15 },
            { id: 55, trip_id: 102, sequence: 5, details: "No response from an operator, so the report was confirmed. The appointment was refunded after an automatic check. An urgent follow-up: the invoice was updated. Flagged as unusual. The reviewer refunded the payment.", accommodation_type: "hostel", total_duration_days: 20 },
            { id: 56, trip_id: 67, sequence: 4, details: "The claim was escalated following a duplicate review. The refund was reviewed following an urgent review.", accommodation_type: "hotel", total_duration_days: 19 },
            { id: 57, trip_id: 227, sequence: 7, details: "An incomplete follow-up: the session was approved. Support asked for a change and the request was rescheduled. The invoice was escalated following a standard review. The supplier asked for a change and the session was rescheduled.", accommodation_type: "apartment", total_duration_days: 23 },
            { id: 58, trip_id: 38, sequence: 6, details: "The customer asked for a change and the claim was rejected. The transfer was refunded following an unusual review. An incomplete follow-up: the transfer was refunded.", accommodation_type: "hotel", total_duration_days: 12 },
            { id: 59, trip_id: 181, sequence: 9, details: "No response from an operator, so the session was completed. The report was cancelled after an automatic check. A routine ticket was replaced the same day. An automatic follow-up: the request was reopened.", accommodation_type: "hotel", total_duration_days: 16 },
            { id: 60, trip_id: 77, sequence: 9, details: "The report was cancelled after an unusual check. The appointment was refunded following an automatic review. An urgent follow-up: the claim was closed. The supplier reported a partial issue; the order was resolved.", accommodation_type: "resort", total_duration_days: 14 },
            { id: 61, trip_id: 259, sequence: 2, details: "The customer asked for a change and the account was escalated. The record was reopened after a late check.", accommodation_type: "hotel", total_duration_days: 12 },
            { id: 62, trip_id: 98, sequence: 7, details: null, accommodation_type: "hotel", total_duration_days: 18 },
            { id: 63, trip_id: 143, sequence: 10, details: "No response from the supplier, so the transfer was closed. A routine refund was replaced the same day.", accommodation_type: "hostel", total_duration_days: 17 },
            { id: 64, trip_id: 95, sequence: 2, details: "A minor follow-up: the booking was rescheduled. The record was delayed — urgent case, no further action. The courier asked for a change and the order was resolved.", accommodation_type: "hostel", total_duration_days: 6 },
            { id: 65, trip_id: 68, sequence: 10, details: "A routine item was closed the same day. No response from the customer, so the record was processed.", accommodation_type: "hostel", total_duration_days: 15 },
            { id: 66, trip_id: 14, sequence: 7, details: "An urgent item was delayed the same day. The record was refunded following a manual review.", accommodation_type: "apartment", total_duration_days: 6 },
            { id: 67, trip_id: 278, sequence: 7, details: "Flagged as automatic. The team closed the invoice. The report was escalated following an urgent review. The booking was refunded following a partial review.", accommodation_type: "hotel", total_duration_days: 19 },
            { id: 68, trip_id: 1, sequence: 8, details: "Support asked for a change and the request was delayed. The ticket was reopened following a minor review. The customer confirmed the details and the shipment was rejected. No response from the account owner, so the session was delayed.", accommodation_type: "hotel", total_duration_days: 13 },
            { id: 69, trip_id: 265, sequence: 3, details: "The claim was completed — late case, no further action. The document was approved — routine case, no further action. A duplicate delivery was completed the same day. A partial account was updated the same day.", accommodation_type: "apartment", total_duration_days: 11 },
            { id: 70, trip_id: 98, sequence: 4, details: "No response from the team, so the booking was updated. The customer asked for a change and the claim was resolved.", accommodation_type: "hostel", total_duration_days: 18 },
            { id: 71, trip_id: 70, sequence: 8, details: "The refund was reopened after a repeat check. The courier reported a late issue; the ticket was confirmed. The customer confirmed the details and the order was cancelled.", accommodation_type: "hotel", total_duration_days: 15 },
            { id: 72, trip_id: 69, sequence: 2, details: null, accommodation_type: "hostel", total_duration_days: 18 },
            { id: 73, trip_id: 261, sequence: 8, details: "The courier asked for a change and the ticket was closed. The claim was reviewed — unusual case, no further action. A manual request was completed the same day. The customer confirmed the details and the refund was processed.", accommodation_type: "hotel", total_duration_days: 9 },
            { id: 74, trip_id: 125, sequence: 7, details: null, accommodation_type: "hotel", total_duration_days: 22 },
            { id: 75, trip_id: 201, sequence: 5, details: "Flagged as urgent. Support updated the transfer. No response from the courier, so the session was resolved. The courier confirmed the details and the item was approved.", accommodation_type: "hotel", total_duration_days: 19 },
            { id: 76, trip_id: 39, sequence: 9, details: null, accommodation_type: "hotel", total_duration_days: 7 },
            { id: 77, trip_id: 240, sequence: 6, details: "Flagged as routine. The team escalated the ticket. The reviewer asked for a change and the shipment was replaced. The claim was escalated — duplicate case, no further action.", accommodation_type: "hotel", total_duration_days: 8 },
            { id: 78, trip_id: 264, sequence: 9, details: "An urgent delivery was rescheduled the same day. The account owner asked for a change and the transfer was closed.", accommodation_type: "hostel", total_duration_days: 22 },
            { id: 79, trip_id: 66, sequence: 2, details: "Support asked for a change and the booking was rejected. The order was resolved — manual case, no further action.", accommodation_type: "hostel", total_duration_days: 13 },
            { id: 80, trip_id: 108, sequence: 1, details: "The item was reopened after a partial check. The supplier asked for a change and the claim was escalated. No response from an operator, so the report was resolved. The request was rescheduled following a standard review.", accommodation_type: "apartment", total_duration_days: 16 },
            { id: 81, trip_id: 147, sequence: 3, details: "The customer asked for a change and the appointment was updated. The appointment was rescheduled after a duplicate check. A routine report was approved the same day.", accommodation_type: "apartment", total_duration_days: 17 },
            { id: 82, trip_id: 248, sequence: 8, details: "The request was replaced — repeat case, no further action. The refund was closed following an incomplete review. The session was processed following an urgent review.", accommodation_type: "hotel", total_duration_days: 17 },
            { id: 83, trip_id: 67, sequence: 8, details: "Flagged as standard. The courier replaced the request. The report was resolved following a routine review. No response from support, so the shipment was escalated.", accommodation_type: "hostel", total_duration_days: 9 },
            { id: 84, trip_id: 88, sequence: 9, details: "The invoice was cancelled following a standard review. The session was resolved — standard case, no further action.", accommodation_type: "resort", total_duration_days: 16 },
            { id: 85, trip_id: 179, sequence: 8, details: "The customer asked for a change and the invoice was reopened. A standard refund was resolved the same day. The refund was updated after an automatic check.", accommodation_type: "apartment", total_duration_days: 17 },
            { id: 86, trip_id: 205, sequence: 3, details: "No response from the reviewer, so the refund was delayed. Support confirmed the details and the account was resolved. Flagged as late. The supplier resolved the shipment. Flagged as late. An operator updated the invoice.", accommodation_type: "hotel", total_duration_days: 10 },
            { id: 87, trip_id: 291, sequence: 4, details: "Flagged as standard. Support rejected the record. No response from the reviewer, so the document was reopened. The courier confirmed the details and the record was closed.", accommodation_type: "hotel", total_duration_days: 16 },
            { id: 88, trip_id: 31, sequence: 7, details: null, accommodation_type: "hotel", total_duration_days: 21 },
            { id: 89, trip_id: 96, sequence: 2, details: "Support confirmed the details and the session was confirmed. A routine record was closed the same day. The item was cancelled after a standard check. The ticket was replaced following a minor review.", accommodation_type: "hotel", total_duration_days: 12 },
            { id: 90, trip_id: 169, sequence: 7, details: "No response from the reviewer, so the request was updated. A repeat follow-up: the booking was approved.", accommodation_type: "hostel", total_duration_days: 15 },
            { id: 91, trip_id: 233, sequence: 5, details: "An urgent follow-up: the ticket was reopened. The ticket was reviewed following a manual review.", accommodation_type: "hostel", total_duration_days: 13 },
            { id: 92, trip_id: 146, sequence: 8, details: "The reviewer asked for a change and the request was refunded. Flagged as partial. The team reviewed the ticket. An automatic item was closed the same day. The payment was approved — late case, no further action.", accommodation_type: "hostel", total_duration_days: 11 },
            { id: 93, trip_id: 79, sequence: 1, details: "The document was escalated following an incomplete review. The supplier confirmed the details and the payment was reopened. Flagged as duplicate. Support completed the document. The account owner asked for a change and the request was reviewed.", accommodation_type: "hotel", total_duration_days: 11 },
            { id: 94, trip_id: 165, sequence: 2, details: "No response from the account owner, so the report was updated. The claim was escalated after a routine check.", accommodation_type: "hotel", total_duration_days: 11 },
            { id: 95, trip_id: 275, sequence: 10, details: "A repeat report was cancelled the same day. The booking was completed after a routine check. The account owner asked for a change and the record was escalated.", accommodation_type: "hostel", total_duration_days: 17 },
            { id: 96, trip_id: 124, sequence: 8, details: "The request was resolved following an incomplete review. The item was reopened following a minor review. The account was rescheduled following an urgent review. Flagged as automatic. The courier cancelled the item.", accommodation_type: "apartment", total_duration_days: 18 },
            { id: 97, trip_id: 53, sequence: 7, details: "The session was replaced following a standard review. The refund was resolved — urgent case, no further action. The order was reviewed — unusual case, no further action.", accommodation_type: "hostel", total_duration_days: 21 },
            { id: 98, trip_id: 147, sequence: 9, details: "The session was resolved — incomplete case, no further action. The claim was processed following a late review.", accommodation_type: "hostel", total_duration_days: 12 },
            { id: 99, trip_id: 144, sequence: 2, details: "The delivery was delayed after a repeat check. The account owner asked for a change and the item was escalated.", accommodation_type: "hotel", total_duration_days: 9 },
            { id: 100, trip_id: 159, sequence: 3, details: "The account owner confirmed the details and the account was closed. No response from the team, so the delivery was delayed. The ticket was reopened — incomplete case, no further action. A manual refund was completed the same day.", accommodation_type: "apartment", total_duration_days: 12 },
            { id: 101, trip_id: 2, sequence: 9, details: "A routine order was updated the same day. The ticket was completed following a partial review.", accommodation_type: "apartment", total_duration_days: 16 },
            { id: 102, trip_id: 262, sequence: 1, details: "A standard follow-up: the refund was reviewed. The team confirmed the details and the session was processed.", accommodation_type: "hostel", total_duration_days: 14 },
            { id: 103, trip_id: 226, sequence: 9, details: null, accommodation_type: "hotel", total_duration_days: 14 },
            { id: 104, trip_id: 269, sequence: 5, details: "The reviewer confirmed the details and the refund was rescheduled. The request was escalated following an urgent review. The invoice was completed after an urgent check.", accommodation_type: "hotel", total_duration_days: 16 },
            { id: 105, trip_id: 61, sequence: 9, details: "No response from the customer, so the item was reviewed. Flagged as repeat. The supplier rescheduled the claim.", accommodation_type: "hotel", total_duration_days: 21 },
            { id: 106, trip_id: 1, sequence: 7, details: "A late follow-up: the shipment was delayed. The transfer was confirmed — unusual case, no further action. A routine document was confirmed the same day. An incomplete invoice was cancelled the same day.", accommodation_type: "hotel", total_duration_days: 19 },
            { id: 107, trip_id: 182, sequence: 8, details: "A manual request was approved the same day. No response from the courier, so the invoice was completed. The courier asked for a change and the delivery was reviewed.", accommodation_type: "resort", total_duration_days: 10 },
            { id: 108, trip_id: 92, sequence: 5, details: "The order was delayed following a routine review. Flagged as repeat. The courier escalated the payment. A late report was closed the same day.", accommodation_type: "hostel", total_duration_days: 11 },
            { id: 109, trip_id: 272, sequence: 4, details: "An automatic order was refunded the same day. The ticket was approved following an automatic review. The request was processed — standard case, no further action. Flagged as partial. The supplier replaced the account.", accommodation_type: "resort", total_duration_days: 17 },
            { id: 110, trip_id: 215, sequence: 7, details: null, accommodation_type: "hotel", total_duration_days: 13 },
            { id: 111, trip_id: 131, sequence: 9, details: "Flagged as minor. Support completed the account. An urgent follow-up: the shipment was updated. No response from support, so the request was confirmed.", accommodation_type: "hotel", total_duration_days: 12 },
            { id: 112, trip_id: 59, sequence: 4, details: "The order was reviewed after a repeat check. A routine follow-up: the report was rescheduled.", accommodation_type: "apartment", total_duration_days: 18 },
            { id: 113, trip_id: 20, sequence: 2, details: "The account owner reported an automatic issue; the invoice was approved. The item was rescheduled — urgent case, no further action. The supplier confirmed the details and the payment was approved. A routine session was approved the same day.", accommodation_type: "hostel", total_duration_days: 15 },
            { id: 114, trip_id: 86, sequence: 8, details: "The report was rescheduled after an incomplete check. A routine follow-up: the account was escalated.", accommodation_type: "hotel", total_duration_days: 17 },
            { id: 115, trip_id: 138, sequence: 6, details: "A repeat follow-up: the booking was confirmed. The ticket was updated after a repeat check. A minor follow-up: the appointment was reviewed. A standard follow-up: the appointment was resolved.", accommodation_type: "hotel", total_duration_days: 18 },
            { id: 116, trip_id: 155, sequence: 2, details: "No response from the customer, so the record was reopened. A minor refund was reviewed the same day. The ticket was rejected — incomplete case, no further action. No response from the account owner, so the shipment was rescheduled.", accommodation_type: "hotel", total_duration_days: 22 },
            { id: 117, trip_id: 35, sequence: 4, details: "Support confirmed the details and the session was delayed. The order was approved — late case, no further action. A partial account was replaced the same day.", accommodation_type: "apartment", total_duration_days: 14 },
            { id: 118, trip_id: 216, sequence: 7, details: null, accommodation_type: "hotel", total_duration_days: 23 },
            { id: 119, trip_id: 211, sequence: 5, details: "The delivery was confirmed after a duplicate check. The reviewer asked for a change and the booking was cancelled. Flagged as standard. The account owner completed the ticket.", accommodation_type: "hostel", total_duration_days: 18 },
            { id: 120, trip_id: 93, sequence: 5, details: "The account owner confirmed the details and the claim was updated. A repeat session was completed the same day. The payment was cancelled following a duplicate review.", accommodation_type: "hotel", total_duration_days: 14 },
            { id: 121, trip_id: 191, sequence: 7, details: "No response from the account owner, so the appointment was escalated. A manual follow-up: the delivery was approved. The ticket was approved — standard case, no further action.", accommodation_type: "hotel", total_duration_days: 20 },
            { id: 122, trip_id: 168, sequence: 4, details: "The request was reopened following a minor review. The booking was delayed — repeat case, no further action. An operator reported an urgent issue; the ticket was rescheduled. The report was closed following a partial review.", accommodation_type: "apartment", total_duration_days: 14 },
            { id: 123, trip_id: 128, sequence: 5, details: "A duplicate follow-up: the refund was resolved. Flagged as incomplete. The courier resolved the appointment.", accommodation_type: "apartment", total_duration_days: 10 },
            { id: 124, trip_id: 133, sequence: 7, details: "The item was confirmed after a manual check. The courier asked for a change and the refund was resolved. The reviewer reported a manual issue; the appointment was updated.", accommodation_type: "hostel", total_duration_days: 9 },
            { id: 125, trip_id: 185, sequence: 2, details: "No response from the courier, so the request was completed. A repeat follow-up: the refund was completed.", accommodation_type: "hostel", total_duration_days: 16 },
            { id: 126, trip_id: 287, sequence: 9, details: "An operator reported a late issue; the transfer was confirmed. Flagged as duplicate. An operator resolved the order.", accommodation_type: "apartment", total_duration_days: 18 },
            { id: 127, trip_id: 137, sequence: 4, details: "No response from the reviewer, so the delivery was replaced. Flagged as routine. The account owner rescheduled the booking. No response from support, so the account was closed. A partial follow-up: the order was reopened.", accommodation_type: "hotel", total_duration_days: 17 },
            { id: 128, trip_id: 102, sequence: 7, details: "A partial follow-up: the request was closed. The record was closed after a minor check. Flagged as automatic. An operator confirmed the invoice.", accommodation_type: "resort", total_duration_days: 19 },
            { id: 129, trip_id: 299, sequence: 3, details: "An unusual follow-up: the appointment was delayed. The booking was replaced — urgent case, no further action. The team confirmed the details and the document was replaced. An unusual follow-up: the document was escalated.", accommodation_type: "hotel", total_duration_days: 17 },
            { id: 130, trip_id: 7, sequence: 8, details: "The team asked for a change and the invoice was refunded. The team confirmed the details and the ticket was rescheduled. A standard follow-up: the document was escalated. The team reported an incomplete issue; the appointment was rejected.", accommodation_type: "hotel", total_duration_days: 15 },
            { id: 131, trip_id: 137, sequence: 3, details: "A standard ticket was reviewed the same day. Flagged as minor. The team rescheduled the refund.", accommodation_type: "hostel", total_duration_days: 15 },
            { id: 132, trip_id: 286, sequence: 9, details: "The payment was delayed — routine case, no further action. The transfer was cancelled following a repeat review. The delivery was reopened after a late check.", accommodation_type: "hotel", total_duration_days: 11 },
            { id: 133, trip_id: 256, sequence: 1, details: null, accommodation_type: "hotel", total_duration_days: 11 },
            { id: 134, trip_id: 172, sequence: 7, details: "Flagged as unusual. The team updated the booking. The account was replaced following a repeat review. Flagged as duplicate. The customer rescheduled the session. Support asked for a change and the invoice was rescheduled.", accommodation_type: "hostel", total_duration_days: 9 },
            { id: 135, trip_id: 299, sequence: 7, details: null, accommodation_type: "apartment", total_duration_days: 10 },
            { id: 136, trip_id: 247, sequence: 1, details: "An urgent follow-up: the ticket was replaced. An automatic follow-up: the session was escalated. Support confirmed the details and the record was reopened. The document was reopened — duplicate case, no further action.", accommodation_type: "hotel", total_duration_days: 20 },
            { id: 137, trip_id: 147, sequence: 3, details: "An incomplete follow-up: the item was rejected. No response from the supplier, so the shipment was cancelled. Flagged as incomplete. The account owner processed the appointment. Flagged as minor. Support escalated the request.", accommodation_type: "hostel", total_duration_days: 21 },
            { id: 138, trip_id: 152, sequence: 8, details: null, accommodation_type: "hotel", total_duration_days: 19 },
            { id: 139, trip_id: 100, sequence: 3, details: "The reviewer confirmed the details and the claim was processed. The reviewer confirmed the details and the shipment was reopened. The document was replaced following an unusual review. A routine follow-up: the document was updated.", accommodation_type: "hostel", total_duration_days: 18 },
            { id: 140, trip_id: 221, sequence: 4, details: null, accommodation_type: "hostel", total_duration_days: 14 },
            { id: 141, trip_id: 100, sequence: 2, details: "No response from support, so the record was rescheduled. Flagged as repeat. The customer replaced the report. An automatic follow-up: the refund was cancelled. No response from the supplier, so the shipment was rescheduled.", accommodation_type: "apartment", total_duration_days: 8 },
            { id: 142, trip_id: 24, sequence: 3, details: "The customer confirmed the details and the refund was processed. The request was reopened following an incomplete review.", accommodation_type: "hotel", total_duration_days: 16 },
            { id: 143, trip_id: 160, sequence: 10, details: "No response from the courier, so the refund was replaced. A partial follow-up: the record was delayed. The shipment was refunded following an automatic review. The refund was closed following an urgent review.", accommodation_type: "hotel", total_duration_days: 17 },
            { id: 144, trip_id: 184, sequence: 7, details: "No response from the account owner, so the refund was reopened. A minor invoice was approved the same day.", accommodation_type: "hotel", total_duration_days: 23 },
            { id: 145, trip_id: 270, sequence: 3, details: "The order was closed following a late review. The account owner asked for a change and the report was processed. The document was replaced — automatic case, no further action.", accommodation_type: "apartment", total_duration_days: 15 },
            { id: 146, trip_id: 121, sequence: 2, details: "Flagged as incomplete. The team updated the claim. The booking was replaced following a manual review.", accommodation_type: "hostel", total_duration_days: 20 },
            { id: 147, trip_id: 157, sequence: 4, details: "The team asked for a change and the account was completed. The courier confirmed the details and the ticket was closed. An urgent follow-up: the order was refunded.", accommodation_type: "hostel", total_duration_days: 18 },
            { id: 148, trip_id: 18, sequence: 3, details: "The team asked for a change and the transfer was closed. The order was processed after an incomplete check. A standard booking was processed the same day. The item was closed after a routine check.", accommodation_type: "hotel", total_duration_days: 12 },
            { id: 149, trip_id: 103, sequence: 4, details: "Support reported an urgent issue; the order was processed. The customer reported a partial issue; the claim was completed. The shipment was reopened after a late check.", accommodation_type: "apartment", total_duration_days: 14 },
            { id: 150, trip_id: 8, sequence: 2, details: "The appointment was escalated following an urgent review. No response from the team, so the account was resolved. Flagged as partial. Support completed the payment.", accommodation_type: "hotel", total_duration_days: 17 },
            { id: 151, trip_id: 150, sequence: 9, details: "The transfer was replaced — minor case, no further action. The courier confirmed the details and the invoice was cancelled. The invoice was rescheduled — minor case, no further action.", accommodation_type: "hotel", total_duration_days: 20 },
            { id: 152, trip_id: 26, sequence: 9, details: null, accommodation_type: "hostel", total_duration_days: 21 },
            { id: 153, trip_id: 190, sequence: 8, details: "A routine follow-up: the refund was rejected. Flagged as unusual. The account owner reviewed the order. The booking was reviewed after an automatic check.", accommodation_type: "hotel", total_duration_days: 8 },
            { id: 154, trip_id: 40, sequence: 4, details: "The supplier asked for a change and the claim was cancelled. No response from an operator, so the shipment was rescheduled. No response from the team, so the ticket was rescheduled.", accommodation_type: "hotel", total_duration_days: 13 },
            { id: 155, trip_id: 86, sequence: 1, details: "Support reported an automatic issue; the appointment was delayed. The booking was rejected — minor case, no further action. A duplicate follow-up: the refund was cancelled.", accommodation_type: "apartment", total_duration_days: 9 },
            { id: 156, trip_id: 288, sequence: 7, details: "The team asked for a change and the session was rejected. The account owner asked for a change and the payment was reviewed. An operator reported a manual issue; the record was reopened. A manual follow-up: the report was closed.", accommodation_type: "hotel", total_duration_days: 18 },
            { id: 157, trip_id: 280, sequence: 1, details: "The team reported a minor issue; the invoice was confirmed. The ticket was escalated following a manual review. No response from support, so the order was closed. The order was approved — repeat case, no further action.", accommodation_type: "hotel", total_duration_days: 13 },
            { id: 158, trip_id: 51, sequence: 4, details: "The team asked for a change and the invoice was delayed. No response from the supplier, so the invoice was approved. The reviewer asked for a change and the booking was escalated. The report was completed following an incomplete review.", accommodation_type: "hotel", total_duration_days: 11 },
            { id: 159, trip_id: 239, sequence: 3, details: "An operator reported a standard issue; the appointment was updated. No response from an operator, so the refund was rescheduled.", accommodation_type: "resort", total_duration_days: 14 },
            { id: 160, trip_id: 178, sequence: 3, details: "Flagged as late. The team resolved the booking. A late session was refunded the same day. A late order was rescheduled the same day. Flagged as duplicate. The reviewer escalated the document.", accommodation_type: "resort", total_duration_days: 19 },
            { id: 161, trip_id: 295, sequence: 4, details: "No response from the courier, so the report was completed. The ticket was processed following an unusual review. The payment was completed after a minor check.", accommodation_type: "apartment", total_duration_days: 13 },
            { id: 162, trip_id: 95, sequence: 2, details: "The report was cancelled following a partial review. No response from the team, so the booking was confirmed. No response from an operator, so the transfer was replaced. No response from the customer, so the item was rescheduled.", accommodation_type: "hotel", total_duration_days: 18 },
            { id: 163, trip_id: 222, sequence: 6, details: "The item was rescheduled — routine case, no further action. Flagged as duplicate. The reviewer completed the appointment. Flagged as late. Support confirmed the record. An unusual report was rejected the same day.", accommodation_type: "hotel", total_duration_days: 15 },
            { id: 164, trip_id: 183, sequence: 6, details: "A partial follow-up: the claim was replaced. The delivery was approved — automatic case, no further action.", accommodation_type: "apartment", total_duration_days: 12 },
            { id: 165, trip_id: 46, sequence: 8, details: "No response from an operator, so the payment was resolved. The supplier confirmed the details and the payment was cancelled. The refund was closed after a minor check.", accommodation_type: "apartment", total_duration_days: 17 },
            { id: 166, trip_id: 26, sequence: 6, details: "Flagged as routine. The reviewer reopened the delivery. The claim was reviewed — late case, no further action. No response from the supplier, so the invoice was delayed. A manual document was resolved the same day.", accommodation_type: "apartment", total_duration_days: 17 },
            { id: 167, trip_id: 155, sequence: 3, details: "The reviewer confirmed the details and the refund was reopened. The session was reviewed — routine case, no further action.", accommodation_type: "hotel", total_duration_days: 22 },
            { id: 168, trip_id: 170, sequence: 8, details: "A partial session was rejected the same day. A manual claim was updated the same day.", accommodation_type: "apartment", total_duration_days: 16 },
            { id: 169, trip_id: 235, sequence: 2, details: "The shipment was resolved following an automatic review. The request was delayed following a manual review.", accommodation_type: "hotel", total_duration_days: 15 },
            { id: 170, trip_id: 277, sequence: 2, details: "The report was rejected after a routine check. The request was reviewed following an incomplete review. Flagged as unusual. The team confirmed the transfer. Flagged as incomplete. The supplier completed the appointment.", accommodation_type: "hostel", total_duration_days: 16 },
            { id: 171, trip_id: 156, sequence: 8, details: "Support reported a partial issue; the transfer was confirmed. The team asked for a change and the session was reviewed. The order was reopened after a standard check.", accommodation_type: "hotel", total_duration_days: 16 },
            { id: 172, trip_id: 281, sequence: 4, details: "The team asked for a change and the report was approved. The ticket was rejected — routine case, no further action.", accommodation_type: "hotel", total_duration_days: 16 },
            { id: 173, trip_id: 204, sequence: 7, details: "No response from an operator, so the shipment was reviewed. The team reported a manual issue; the delivery was completed. The team asked for a change and the transfer was cancelled.", accommodation_type: "resort", total_duration_days: 6 },
            { id: 174, trip_id: 217, sequence: 4, details: "The customer confirmed the details and the report was closed. The claim was reviewed following a routine review. The shipment was cancelled after a standard check. The account owner confirmed the details and the ticket was rejected.", accommodation_type: "hotel", total_duration_days: 18 },
            { id: 175, trip_id: 107, sequence: 8, details: "A routine document was replaced the same day. No response from the customer, so the booking was rescheduled. The appointment was completed after a minor check. Flagged as standard. The courier resolved the claim.", accommodation_type: "apartment", total_duration_days: 18 },
            { id: 176, trip_id: 245, sequence: 6, details: "The courier confirmed the details and the session was reviewed. An operator asked for a change and the shipment was processed.", accommodation_type: "hostel", total_duration_days: 20 },
            { id: 177, trip_id: 12, sequence: 7, details: "The ticket was refunded following an incomplete review. No response from the account owner, so the shipment was replaced.", accommodation_type: "hotel", total_duration_days: 18 },
            { id: 178, trip_id: 116, sequence: 6, details: "A repeat follow-up: the report was cancelled. The appointment was completed after a duplicate check. An operator reported a late issue; the order was updated.", accommodation_type: "hostel", total_duration_days: 20 },
            { id: 179, trip_id: 238, sequence: 8, details: "The courier asked for a change and the claim was resolved. No response from the supplier, so the refund was closed. The account owner confirmed the details and the item was refunded.", accommodation_type: "hostel", total_duration_days: 9 },
            { id: 180, trip_id: 129, sequence: 1, details: "The shipment was rejected — unusual case, no further action. The supplier confirmed the details and the transfer was reviewed.", accommodation_type: "hotel", total_duration_days: 19 },
            { id: 181, trip_id: 84, sequence: 9, details: "The order was refunded after a partial check. An automatic request was reviewed the same day. The report was delayed following a minor review. An unusual session was rescheduled the same day.", accommodation_type: "hotel", total_duration_days: 10 },
            { id: 182, trip_id: 271, sequence: 8, details: "Flagged as manual. Support replaced the request. The report was refunded after a duplicate check. An unusual payment was updated the same day. The payment was confirmed after an urgent check.", accommodation_type: "hotel", total_duration_days: 11 },
            { id: 183, trip_id: 290, sequence: 6, details: "The transfer was reviewed following a minor review. The refund was delayed following a late review. The account owner confirmed the details and the claim was resolved.", accommodation_type: "resort", total_duration_days: 16 },
            { id: 184, trip_id: 5, sequence: 3, details: "The invoice was delayed following an automatic review. Flagged as automatic. The team reviewed the session.", accommodation_type: "hostel", total_duration_days: 19 },
            { id: 185, trip_id: 232, sequence: 5, details: "The courier reported a manual issue; the refund was reopened. A duplicate booking was confirmed the same day.", accommodation_type: "hotel", total_duration_days: 13 },
            { id: 186, trip_id: 62, sequence: 9, details: "The customer reported a duplicate issue; the ticket was delayed. The transfer was reopened — automatic case, no further action. The courier reported a partial issue; the report was reviewed. A manual follow-up: the appointment was approved.", accommodation_type: "hostel", total_duration_days: 15 },
            { id: 187, trip_id: 33, sequence: 8, details: "The account owner confirmed the details and the request was completed. The order was resolved after a late check. The reviewer confirmed the details and the order was escalated. The account owner asked for a change and the document was rejected.", accommodation_type: "hostel", total_duration_days: 17 },
            { id: 188, trip_id: 164, sequence: 1, details: "The courier confirmed the details and the refund was closed. Support asked for a change and the refund was rescheduled.", accommodation_type: "apartment", total_duration_days: 16 },
            { id: 189, trip_id: 119, sequence: 8, details: "The account owner confirmed the details and the shipment was rejected. The courier asked for a change and the session was updated.", accommodation_type: "hostel", total_duration_days: 12 },
            { id: 190, trip_id: 142, sequence: 5, details: null, accommodation_type: "hotel", total_duration_days: 14 },
            { id: 191, trip_id: 115, sequence: 6, details: "The ticket was escalated — routine case, no further action. The record was rejected after a late check.", accommodation_type: "hotel", total_duration_days: 26 },
            { id: 192, trip_id: 284, sequence: 6, details: "The team asked for a change and the refund was refunded. The supplier reported a duplicate issue; the record was reopened. A late item was resolved the same day.", accommodation_type: "hotel", total_duration_days: 20 },
            { id: 193, trip_id: 273, sequence: 10, details: "An automatic invoice was reviewed the same day. Support confirmed the details and the ticket was rescheduled. The customer confirmed the details and the refund was reviewed. The team asked for a change and the shipment was rejected.", accommodation_type: "hotel", total_duration_days: 15 },
            { id: 194, trip_id: 15, sequence: 9, details: "A late appointment was confirmed the same day. A duplicate follow-up: the item was reopened. A standard item was resolved the same day. Support confirmed the details and the request was confirmed.", accommodation_type: "hotel", total_duration_days: 6 },
            { id: 195, trip_id: 96, sequence: 3, details: "A repeat follow-up: the ticket was escalated. The account owner confirmed the details and the appointment was cancelled. The customer asked for a change and the appointment was refunded.", accommodation_type: "hotel", total_duration_days: 12 },
            { id: 196, trip_id: 253, sequence: 3, details: "The refund was reopened following a partial review. Flagged as minor. The customer rescheduled the claim. The invoice was rejected after a repeat check. The document was rescheduled following a standard review.", accommodation_type: "hotel", total_duration_days: 18 },
            { id: 197, trip_id: 244, sequence: 5, details: "An incomplete follow-up: the document was reviewed. An operator asked for a change and the payment was closed. An urgent follow-up: the booking was reopened. A minor request was rejected the same day.", accommodation_type: "hotel", total_duration_days: 12 },
            { id: 198, trip_id: 153, sequence: 6, details: "No response from support, so the ticket was delayed. The report was updated after a repeat check. A late follow-up: the shipment was rejected.", accommodation_type: "hotel", total_duration_days: 12 },
            { id: 199, trip_id: 17, sequence: 5, details: "A routine follow-up: the delivery was reopened. A partial delivery was cancelled the same day. Flagged as incomplete. The supplier confirmed the account. The customer reported a routine issue; the request was reopened.", accommodation_type: "hotel", total_duration_days: 12 },
            { id: 200, trip_id: 104, sequence: 3, details: "The record was closed after an incomplete check. The account was cancelled after an incomplete check. Flagged as routine. The supplier rescheduled the order. Flagged as late. Support closed the delivery.", accommodation_type: "hostel", total_duration_days: 15 },
            { id: 201, trip_id: 246, sequence: 4, details: "The ticket was rescheduled after an incomplete check. A routine invoice was delayed the same day. The team reported an unusual issue; the shipment was closed. The item was rescheduled — automatic case, no further action.", accommodation_type: "hostel", total_duration_days: 15 },
            { id: 202, trip_id: 49, sequence: 4, details: "Flagged as automatic. Support cancelled the invoice. The account owner reported a repeat issue; the item was processed.", accommodation_type: "hostel", total_duration_days: 12 },
            { id: 203, trip_id: 247, sequence: 3, details: "An urgent follow-up: the item was completed. Flagged as minor. The supplier reviewed the shipment. The record was replaced after a manual check.", accommodation_type: "hotel", total_duration_days: 10 },
            { id: 204, trip_id: 37, sequence: 3, details: "Support confirmed the details and the ticket was refunded. Flagged as unusual. The supplier rescheduled the session. The reviewer asked for a change and the invoice was reviewed. The document was processed following a manual review.", accommodation_type: "hotel", total_duration_days: 15 },
            { id: 205, trip_id: 202, sequence: 9, details: "The account owner reported an incomplete issue; the invoice was reviewed. The refund was refunded — minor case, no further action. Flagged as minor. An operator closed the account.", accommodation_type: "hostel", total_duration_days: 16 },
            { id: 206, trip_id: 122, sequence: 4, details: "The payment was reopened following a late review. Flagged as standard. The courier escalated the item.", accommodation_type: "hotel", total_duration_days: 12 },
            { id: 207, trip_id: 189, sequence: 5, details: "Flagged as repeat. The courier confirmed the account. Flagged as unusual. The customer approved the delivery. The request was closed after a repeat check.", accommodation_type: "apartment", total_duration_days: 6 },
            { id: 208, trip_id: 217, sequence: 3, details: "No response from an operator, so the transfer was replaced. The invoice was resolved — repeat case, no further action. A repeat claim was updated the same day.", accommodation_type: "hostel", total_duration_days: 13 },
            { id: 209, trip_id: 171, sequence: 5, details: "An incomplete follow-up: the order was resolved. Support confirmed the details and the item was confirmed. An operator asked for a change and the document was resolved.", accommodation_type: "hotel", total_duration_days: 19 },
            { id: 210, trip_id: 26, sequence: 2, details: "The appointment was updated — repeat case, no further action. Flagged as routine. The supplier escalated the booking. The customer confirmed the details and the claim was rejected.", accommodation_type: "hotel", total_duration_days: 10 },
            { id: 211, trip_id: 74, sequence: 8, details: "An urgent follow-up: the document was replaced. No response from support, so the shipment was confirmed. Flagged as automatic. The reviewer rescheduled the document.", accommodation_type: "hotel", total_duration_days: 16 },
            { id: 212, trip_id: 50, sequence: 9, details: "No response from the account owner, so the payment was approved. No response from an operator, so the request was approved. The report was rescheduled after an unusual check. The supplier reported an automatic issue; the shipment was completed.", accommodation_type: "hotel", total_duration_days: 22 },
            { id: 213, trip_id: 180, sequence: 5, details: null, accommodation_type: "hotel", total_duration_days: 15 },
            { id: 214, trip_id: 208, sequence: 6, details: "The claim was delayed following a minor review. Flagged as routine. The team reviewed the invoice. The account owner reported a minor issue; the account was reviewed. The item was confirmed following a repeat review.", accommodation_type: "apartment", total_duration_days: 18 },
            { id: 215, trip_id: 123, sequence: 7, details: "No response from support, so the refund was refunded. The courier asked for a change and the appointment was updated. The refund was replaced — standard case, no further action.", accommodation_type: "hotel", total_duration_days: 11 },
            { id: 216, trip_id: 85, sequence: 9, details: "The account owner reported an unusual issue; the ticket was confirmed. Flagged as manual. The account owner rescheduled the report.", accommodation_type: "apartment", total_duration_days: 20 },
            { id: 217, trip_id: 117, sequence: 2, details: "A late follow-up: the record was completed. The claim was approved — incomplete case, no further action. The appointment was resolved — manual case, no further action. Flagged as urgent. The customer replaced the transfer.", accommodation_type: "apartment", total_duration_days: 18 },
            { id: 218, trip_id: 53, sequence: 7, details: "The customer confirmed the details and the claim was rescheduled. An automatic item was closed the same day.", accommodation_type: "hostel", total_duration_days: 17 },
            { id: 219, trip_id: 136, sequence: 3, details: "Flagged as routine. Support delayed the report. Flagged as duplicate. The account owner reviewed the delivery.", accommodation_type: "hotel", total_duration_days: 11 },
            { id: 220, trip_id: 159, sequence: 9, details: "An unusual follow-up: the ticket was reviewed. The delivery was cancelled following a repeat review. No response from the courier, so the order was confirmed. An urgent transfer was reviewed the same day.", accommodation_type: "hostel", total_duration_days: 19 },
            { id: 221, trip_id: 261, sequence: 7, details: "The ticket was resolved following a duplicate review. Support confirmed the details and the session was escalated.", accommodation_type: "hotel", total_duration_days: 11 },
            { id: 222, trip_id: 299, sequence: 2, details: "The team reported a partial issue; the shipment was processed. The appointment was reviewed after a manual check. The session was completed — urgent case, no further action. The supplier confirmed the details and the session was reviewed.", accommodation_type: "hostel", total_duration_days: 14 },
            { id: 223, trip_id: 72, sequence: 4, details: "A duplicate follow-up: the record was closed. The customer reported an automatic issue; the document was rejected.", accommodation_type: "hotel", total_duration_days: 17 },
            { id: 224, trip_id: 39, sequence: 4, details: "Flagged as duplicate. The courier closed the order. No response from the account owner, so the shipment was closed.", accommodation_type: "apartment", total_duration_days: 20 },
            { id: 225, trip_id: 178, sequence: 9, details: "An unusual transfer was reviewed the same day. An operator asked for a change and the report was resolved. An automatic follow-up: the item was confirmed. The courier asked for a change and the delivery was delayed.", accommodation_type: "apartment", total_duration_days: 18 },
            { id: 226, trip_id: 207, sequence: 4, details: "The shipment was reopened following a repeat review. No response from the account owner, so the delivery was processed. The supplier confirmed the details and the transfer was reviewed.", accommodation_type: "hostel", total_duration_days: 8 },
            { id: 227, trip_id: 128, sequence: 9, details: "The team reported a manual issue; the account was resolved. The courier reported a late issue; the ticket was reviewed.", accommodation_type: "resort", total_duration_days: 13 },
            { id: 228, trip_id: 262, sequence: 6, details: "Support confirmed the details and the document was completed. The payment was closed — routine case, no further action.", accommodation_type: "hotel", total_duration_days: 20 },
            { id: 229, trip_id: 105, sequence: 8, details: null, accommodation_type: "hostel", total_duration_days: 11 },
            { id: 230, trip_id: 112, sequence: 9, details: "The customer asked for a change and the claim was updated. A duplicate request was rejected the same day.", accommodation_type: "hotel", total_duration_days: 16 },
            { id: 231, trip_id: 155, sequence: 1, details: "The reviewer reported an incomplete issue; the request was rejected. A late invoice was rescheduled the same day. A late payment was cancelled the same day.", accommodation_type: "hotel", total_duration_days: 12 },
            { id: 232, trip_id: 106, sequence: 4, details: "The account owner asked for a change and the account was confirmed. Flagged as incomplete. The account owner delayed the booking.", accommodation_type: "hostel", total_duration_days: 11 },
            { id: 233, trip_id: 118, sequence: 3, details: "The report was reviewed — late case, no further action. The claim was rejected after a duplicate check. An automatic follow-up: the account was approved. Flagged as manual. The supplier confirmed the transfer.", accommodation_type: "hotel", total_duration_days: 15 },
            { id: 234, trip_id: 109, sequence: 7, details: "The order was reviewed — manual case, no further action. The item was closed — automatic case, no further action.", accommodation_type: "hotel", total_duration_days: 17 },
            { id: 235, trip_id: 21, sequence: 7, details: "An unusual appointment was rejected the same day. A manual follow-up: the delivery was cancelled. The ticket was completed following a repeat review. No response from the supplier, so the document was updated.", accommodation_type: "hotel", total_duration_days: 23 },
            { id: 236, trip_id: 86, sequence: 10, details: "The report was rescheduled after an urgent check. The appointment was updated following a standard review. The shipment was delayed following a standard review. A partial follow-up: the transfer was closed.", accommodation_type: "hostel", total_duration_days: 12 },
            { id: 237, trip_id: 44, sequence: 8, details: "The document was escalated following a duplicate review. The account owner reported an incomplete issue; the booking was refunded. The transfer was updated following a late review.", accommodation_type: "hostel", total_duration_days: 12 },
            { id: 238, trip_id: 114, sequence: 8, details: "An incomplete document was reopened the same day. The session was rescheduled after an unusual check. The appointment was reviewed after a minor check. An unusual follow-up: the document was escalated.", accommodation_type: "hotel", total_duration_days: 20 },
            { id: 239, trip_id: 64, sequence: 7, details: "No response from the courier, so the item was updated. The courier asked for a change and the booking was reopened. The payment was approved after an unusual check. The team reported a manual issue; the account was replaced.", accommodation_type: "hostel", total_duration_days: 17 },
            { id: 240, trip_id: 25, sequence: 2, details: "The request was reopened after an urgent check. Flagged as standard. The supplier confirmed the ticket.", accommodation_type: "hostel", total_duration_days: 11 },
            { id: 241, trip_id: 224, sequence: 3, details: "No response from the courier, so the record was confirmed. A late appointment was rescheduled the same day.", accommodation_type: "hotel", total_duration_days: 7 },
            { id: 242, trip_id: 115, sequence: 1, details: "The account owner confirmed the details and the report was cancelled. The item was escalated following an automatic review.", accommodation_type: "hotel", total_duration_days: 18 },
            { id: 243, trip_id: 101, sequence: 6, details: "The ticket was completed after a partial check. The order was resolved following a partial review. The team confirmed the details and the item was refunded. A manual follow-up: the refund was processed.", accommodation_type: "hostel", total_duration_days: 16 },
            { id: 244, trip_id: 234, sequence: 10, details: "The request was refunded following a partial review. No response from the supplier, so the order was completed. The ticket was reopened after an incomplete check. No response from the team, so the invoice was refunded.", accommodation_type: "hostel", total_duration_days: 17 },
            { id: 245, trip_id: 219, sequence: 3, details: "The team asked for a change and the account was processed. An unusual item was rescheduled the same day. The request was replaced following an unusual review.", accommodation_type: "hotel", total_duration_days: 20 },
            { id: 246, trip_id: 219, sequence: 7, details: "A routine follow-up: the payment was updated. A minor payment was delayed the same day.", accommodation_type: "hostel", total_duration_days: 13 },
            { id: 247, trip_id: 212, sequence: 2, details: "The item was replaced after a partial check. Support asked for a change and the account was completed. The account owner asked for a change and the payment was completed.", accommodation_type: "hostel", total_duration_days: 16 },
            { id: 248, trip_id: 56, sequence: 9, details: "The courier confirmed the details and the refund was completed. The document was escalated — automatic case, no further action.", accommodation_type: "hotel", total_duration_days: 17 },
            { id: 249, trip_id: 219, sequence: 1, details: null, accommodation_type: "hotel", total_duration_days: 15 },
            { id: 250, trip_id: 132, sequence: 10, details: "Support asked for a change and the item was approved. The ticket was confirmed after an urgent check. The payment was updated after a standard check. Flagged as standard. An operator completed the payment.", accommodation_type: "hotel", total_duration_days: 18 },
            { id: 251, trip_id: 82, sequence: 6, details: null, accommodation_type: "hostel", total_duration_days: 12 },
            { id: 252, trip_id: 140, sequence: 2, details: "The document was rescheduled after a minor check. The invoice was escalated following an urgent review. A partial account was closed the same day.", accommodation_type: "hostel", total_duration_days: 19 },
            { id: 253, trip_id: 134, sequence: 6, details: "A standard account was reopened the same day. The customer confirmed the details and the appointment was resolved. A repeat follow-up: the session was reviewed.", accommodation_type: "apartment", total_duration_days: 10 },
            { id: 254, trip_id: 229, sequence: 5, details: "A routine follow-up: the shipment was refunded. The session was processed after an automatic check. A partial document was confirmed the same day.", accommodation_type: "hotel", total_duration_days: 18 },
            { id: 255, trip_id: 11, sequence: 6, details: "The supplier confirmed the details and the claim was rejected. A minor request was resolved the same day. No response from the team, so the item was processed.", accommodation_type: "apartment", total_duration_days: 12 },
            { id: 256, trip_id: 265, sequence: 9, details: "The order was approved after a minor check. The payment was reopened following a duplicate review. No response from support, so the record was rejected. The account owner reported a partial issue; the session was refunded.", accommodation_type: "hotel", total_duration_days: 17 },
            { id: 257, trip_id: 103, sequence: 8, details: "The booking was escalated following an unusual review. Support reported an automatic issue; the session was confirmed.", accommodation_type: "hostel", total_duration_days: 5 },
            { id: 258, trip_id: 119, sequence: 4, details: "The customer reported a routine issue; the ticket was reviewed. The courier asked for a change and the item was processed. The ticket was updated after a standard check. The team reported an automatic issue; the ticket was refunded.", accommodation_type: "apartment", total_duration_days: 13 },
            { id: 259, trip_id: 40, sequence: 7, details: "The record was resolved — standard case, no further action. The supplier confirmed the details and the account was updated. The team confirmed the details and the appointment was processed.", accommodation_type: "hostel", total_duration_days: 15 },
            { id: 260, trip_id: 41, sequence: 1, details: "The item was replaced following a minor review. A partial follow-up: the item was delayed. The request was closed after a late check.", accommodation_type: "hotel", total_duration_days: 12 },
            { id: 261, trip_id: 21, sequence: 5, details: "The record was completed — late case, no further action. A repeat follow-up: the ticket was confirmed. The transfer was closed after a partial check. The reviewer reported a repeat issue; the booking was completed.", accommodation_type: "hotel", total_duration_days: 17 },
            { id: 262, trip_id: 52, sequence: 4, details: "A standard item was approved the same day. Support asked for a change and the order was replaced. The payment was processed following a routine review.", accommodation_type: "hotel", total_duration_days: 12 },
            { id: 263, trip_id: 242, sequence: 9, details: "The supplier confirmed the details and the appointment was updated. The team reported a manual issue; the transfer was reopened. The item was rescheduled after a repeat check.", accommodation_type: "hostel", total_duration_days: 14 },
            { id: 264, trip_id: 243, sequence: 9, details: "The request was approved after an automatic check. A duplicate item was confirmed the same day. The order was reopened — routine case, no further action.", accommodation_type: "hotel", total_duration_days: 14 },
            { id: 265, trip_id: 135, sequence: 6, details: null, accommodation_type: "hostel", total_duration_days: 15 },
            { id: 266, trip_id: 33, sequence: 3, details: "The reviewer asked for a change and the document was updated. The account was rescheduled after a late check.", accommodation_type: "hostel", total_duration_days: 22 },
            { id: 267, trip_id: 255, sequence: 4, details: "The supplier asked for a change and the session was rejected. An unusual report was rejected the same day. The refund was delayed after an urgent check.", accommodation_type: "hotel", total_duration_days: 19 },
            { id: 268, trip_id: 97, sequence: 9, details: "Flagged as urgent. Support approved the invoice. The courier asked for a change and the claim was approved.", accommodation_type: "hostel", total_duration_days: 17 },
            { id: 269, trip_id: 47, sequence: 6, details: "A duplicate follow-up: the appointment was reviewed. Flagged as automatic. The team closed the payment. The request was resolved following a minor review.", accommodation_type: "hotel", total_duration_days: 13 },
            { id: 270, trip_id: 231, sequence: 8, details: "The item was cancelled after an urgent check. A repeat session was reviewed the same day. An urgent account was reopened the same day.", accommodation_type: "hotel", total_duration_days: 13 },
            { id: 271, trip_id: 31, sequence: 5, details: "No response from the reviewer, so the report was closed. No response from support, so the order was resolved. Flagged as manual. The team confirmed the appointment.", accommodation_type: "hotel", total_duration_days: 17 },
            { id: 272, trip_id: 101, sequence: 6, details: "Flagged as routine. The courier reviewed the delivery. The item was rescheduled — manual case, no further action.", accommodation_type: "hostel", total_duration_days: 17 },
            { id: 273, trip_id: 280, sequence: 7, details: "Flagged as standard. The courier rejected the request. The document was delayed — manual case, no further action. The reviewer confirmed the details and the request was refunded. Flagged as routine. The team rejected the refund.", accommodation_type: "hostel", total_duration_days: 8 },
            { id: 274, trip_id: 174, sequence: 3, details: "Support reported a routine issue; the account was refunded. The account owner reported an incomplete issue; the ticket was replaced. The account owner asked for a change and the appointment was reviewed.", accommodation_type: "hotel", total_duration_days: 9 },
            { id: 275, trip_id: 81, sequence: 7, details: "The courier confirmed the details and the delivery was closed. An unusual request was resolved the same day. A partial record was cancelled the same day.", accommodation_type: "hotel", total_duration_days: 17 },
            { id: 276, trip_id: 130, sequence: 7, details: "The supplier reported an unusual issue; the payment was confirmed. The supplier reported an urgent issue; the shipment was updated.", accommodation_type: "hostel", total_duration_days: 19 },
            { id: 277, trip_id: 16, sequence: 8, details: "An urgent follow-up: the order was delayed. The supplier reported a manual issue; the appointment was processed. The report was reviewed after a repeat check. A minor follow-up: the ticket was approved.", accommodation_type: "hostel", total_duration_days: 11 },
            { id: 278, trip_id: 141, sequence: 6, details: "The supplier confirmed the details and the document was reviewed. Flagged as routine. The courier confirmed the appointment. The delivery was completed after a manual check.", accommodation_type: "hotel", total_duration_days: 12 },
            { id: 279, trip_id: 24, sequence: 1, details: "The session was rescheduled following an unusual review. The claim was closed — unusual case, no further action. The reviewer reported a late issue; the payment was cancelled.", accommodation_type: "apartment", total_duration_days: 12 },
            { id: 280, trip_id: 170, sequence: 10, details: "The reviewer asked for a change and the record was delayed. No response from the supplier, so the order was completed. A routine follow-up: the request was cancelled.", accommodation_type: "hostel", total_duration_days: 13 },
            { id: 281, trip_id: 50, sequence: 5, details: "The transfer was confirmed — partial case, no further action. The supplier asked for a change and the delivery was approved.", accommodation_type: "apartment", total_duration_days: 15 },
            { id: 282, trip_id: 4, sequence: 10, details: "A minor follow-up: the invoice was approved. The item was reopened — minor case, no further action. The payment was approved following a late review. The supplier asked for a change and the shipment was closed.", accommodation_type: "hotel", total_duration_days: 22 },
            { id: 283, trip_id: 285, sequence: 8, details: "A routine follow-up: the report was completed. An incomplete follow-up: the claim was rejected.", accommodation_type: "hotel", total_duration_days: 13 },
            { id: 284, trip_id: 150, sequence: 7, details: "The customer confirmed the details and the refund was replaced. An automatic ticket was refunded the same day.", accommodation_type: "hotel", total_duration_days: 16 },
            { id: 285, trip_id: 145, sequence: 7, details: "An operator confirmed the details and the request was closed. The account owner reported an incomplete issue; the transfer was cancelled. Flagged as partial. The account owner cancelled the account.", accommodation_type: "apartment", total_duration_days: 21 },
            { id: 286, trip_id: 252, sequence: 5, details: "Flagged as automatic. The account owner processed the ticket. A duplicate follow-up: the refund was closed.", accommodation_type: "hotel", total_duration_days: 14 },
            { id: 287, trip_id: 78, sequence: 7, details: "An incomplete session was cancelled the same day. Flagged as urgent. The account owner rescheduled the payment. A minor follow-up: the report was escalated.", accommodation_type: "hotel", total_duration_days: 18 },
            { id: 288, trip_id: 117, sequence: 3, details: "The supplier reported an automatic issue; the report was cancelled. No response from support, so the item was updated. The account was confirmed following a late review.", accommodation_type: "hostel", total_duration_days: 19 },
            { id: 289, trip_id: 27, sequence: 2, details: "The item was approved following a standard review. No response from support, so the booking was reopened. The customer asked for a change and the request was completed.", accommodation_type: "hotel", total_duration_days: 17 },
            { id: 290, trip_id: 228, sequence: 7, details: "A partial follow-up: the refund was completed. The request was approved after an urgent check. The courier asked for a change and the record was confirmed.", accommodation_type: "hostel", total_duration_days: 15 },
            { id: 291, trip_id: 293, sequence: 2, details: null, accommodation_type: "apartment", total_duration_days: 10 },
            { id: 292, trip_id: 282, sequence: 9, details: "A partial record was processed the same day. Flagged as incomplete. Support closed the payment. The transfer was confirmed — duplicate case, no further action.", accommodation_type: "apartment", total_duration_days: 13 },
            { id: 293, trip_id: 256, sequence: 4, details: "An unusual request was confirmed the same day. The order was delayed after an urgent check.", accommodation_type: "apartment", total_duration_days: 16 },
            { id: 294, trip_id: 203, sequence: 5, details: "The courier confirmed the details and the order was cancelled. A late follow-up: the document was confirmed. An incomplete follow-up: the invoice was escalated.", accommodation_type: "apartment", total_duration_days: 19 },
            { id: 295, trip_id: 163, sequence: 9, details: "An urgent session was escalated the same day. The account owner reported a partial issue; the record was reopened. The invoice was reviewed following an automatic review. Flagged as duplicate. An operator replaced the transfer.", accommodation_type: "hotel", total_duration_days: 11 },
            { id: 296, trip_id: 288, sequence: 9, details: "The item was cancelled following a routine review. No response from the reviewer, so the account was reopened. An unusual follow-up: the payment was processed. The item was reopened after an automatic check.", accommodation_type: "hotel", total_duration_days: 20 },
            { id: 297, trip_id: 209, sequence: 9, details: "A standard follow-up: the shipment was processed. An incomplete follow-up: the appointment was refunded.", accommodation_type: "hotel", total_duration_days: 11 },
            { id: 298, trip_id: 85, sequence: 7, details: "An urgent follow-up: the report was confirmed. No response from the account owner, so the report was closed.", accommodation_type: "apartment", total_duration_days: 18 },
            { id: 299, trip_id: 127, sequence: 1, details: "A standard follow-up: the delivery was approved. Flagged as repeat. An operator processed the claim. The session was cancelled following an unusual review.", accommodation_type: "apartment", total_duration_days: 24 },
            { id: 300, trip_id: 42, sequence: 8, details: "The booking was updated — manual case, no further action. The delivery was cancelled after a duplicate check. An unusual account was rejected the same day. A partial ticket was updated the same day.", accommodation_type: "apartment", total_duration_days: 10 },
            { id: 301, trip_id: 11, sequence: 4, details: "No response from the reviewer, so the appointment was rejected. No response from an operator, so the document was processed. The customer asked for a change and the item was cancelled.", accommodation_type: "resort", total_duration_days: 6 },
            { id: 302, trip_id: 274, sequence: 5, details: "An operator asked for a change and the payment was escalated. The session was rejected — duplicate case, no further action. The appointment was rejected following an incomplete review. Support reported an automatic issue; the claim was escalated.", accommodation_type: "hotel", total_duration_days: 14 },
            { id: 303, trip_id: 297, sequence: 10, details: "A standard appointment was rejected the same day. An automatic follow-up: the document was rejected. No response from the customer, so the delivery was delayed.", accommodation_type: "hostel", total_duration_days: 10 },
            { id: 304, trip_id: 49, sequence: 7, details: null, accommodation_type: "apartment", total_duration_days: 10 },
            { id: 305, trip_id: 145, sequence: 3, details: "A minor follow-up: the booking was completed. The appointment was resolved after a minor check.", accommodation_type: "hostel", total_duration_days: 10 },
            { id: 306, trip_id: 13, sequence: 6, details: "The supplier asked for a change and the payment was confirmed. No response from an operator, so the order was updated. An incomplete claim was processed the same day. The record was delayed — minor case, no further action.", accommodation_type: "hostel", total_duration_days: 16 },
            { id: 307, trip_id: 163, sequence: 3, details: null, accommodation_type: "resort", total_duration_days: 12 },
            { id: 308, trip_id: 125, sequence: 2, details: "An automatic follow-up: the report was reviewed. The courier reported an automatic issue; the shipment was rejected. The document was approved — urgent case, no further action. No response from an operator, so the report was completed.", accommodation_type: "hostel", total_duration_days: 18 },
            { id: 309, trip_id: 164, sequence: 5, details: "The reviewer reported a manual issue; the booking was processed. Support reported a repeat issue; the report was confirmed. Flagged as automatic. Support resolved the record. An urgent ticket was completed the same day.", accommodation_type: "hotel", total_duration_days: 21 },
            { id: 310, trip_id: 267, sequence: 8, details: null, accommodation_type: "apartment", total_duration_days: 13 },
            { id: 311, trip_id: 263, sequence: 8, details: "Flagged as partial. The supplier completed the payment. The claim was replaced following a minor review. The invoice was rescheduled following a repeat review. The team confirmed the details and the session was resolved.", accommodation_type: "hotel", total_duration_days: 18 },
            { id: 312, trip_id: 48, sequence: 1, details: "The request was escalated after a late check. A repeat booking was resolved the same day. The claim was approved — late case, no further action. A late session was resolved the same day.", accommodation_type: "hostel", total_duration_days: 19 },
            { id: 313, trip_id: 149, sequence: 5, details: "The report was reviewed after a late check. Flagged as manual. An operator refunded the refund.", accommodation_type: "hotel", total_duration_days: 19 },
            { id: 314, trip_id: 233, sequence: 8, details: "The reviewer confirmed the details and the claim was rescheduled. The appointment was rejected — partial case, no further action. A routine follow-up: the item was closed. A manual follow-up: the record was escalated.", accommodation_type: "hotel", total_duration_days: 9 },
            { id: 315, trip_id: 94, sequence: 1, details: "The report was escalated following an urgent review. The reviewer reported a duplicate issue; the shipment was approved. The supplier asked for a change and the shipment was resolved. The team asked for a change and the transfer was resolved.", accommodation_type: "resort", total_duration_days: 12 },
            { id: 316, trip_id: 275, sequence: 3, details: "The reviewer confirmed the details and the report was replaced. Support asked for a change and the appointment was delayed. A standard appointment was approved the same day. The request was rejected following an automatic review.", accommodation_type: "hotel", total_duration_days: 19 },
            { id: 317, trip_id: 154, sequence: 5, details: "No response from the reviewer, so the claim was approved. The customer asked for a change and the session was updated. The account owner asked for a change and the order was reviewed.", accommodation_type: "hotel", total_duration_days: 9 },
            { id: 318, trip_id: 200, sequence: 1, details: null, accommodation_type: "hotel", total_duration_days: 23 },
            { id: 319, trip_id: 195, sequence: 10, details: "A manual invoice was resolved the same day. No response from support, so the order was delayed. An unusual follow-up: the record was updated. The document was cancelled after a standard check.", accommodation_type: "hostel", total_duration_days: 8 },
            { id: 320, trip_id: 281, sequence: 6, details: "A standard request was closed the same day. No response from support, so the delivery was rescheduled. The record was closed after a minor check.", accommodation_type: "hotel", total_duration_days: 12 },
            { id: 321, trip_id: 30, sequence: 2, details: "A partial follow-up: the claim was completed. The reviewer confirmed the details and the appointment was escalated. The reviewer asked for a change and the claim was confirmed. An operator asked for a change and the transfer was reviewed.", accommodation_type: "hostel", total_duration_days: 19 },
            { id: 322, trip_id: 297, sequence: 9, details: "Support confirmed the details and the payment was reopened. The team confirmed the details and the record was rejected.", accommodation_type: "hostel", total_duration_days: 10 },
            { id: 323, trip_id: 28, sequence: 6, details: "The item was updated after a standard check. Flagged as manual. An operator replaced the transfer.", accommodation_type: "resort", total_duration_days: 18 },
            { id: 324, trip_id: 237, sequence: 4, details: null, accommodation_type: "apartment", total_duration_days: 10 },
            { id: 325, trip_id: 251, sequence: 8, details: "A duplicate refund was processed the same day. Flagged as late. Support reviewed the delivery.", accommodation_type: "hotel", total_duration_days: 13 },
            { id: 326, trip_id: 186, sequence: 4, details: "The team confirmed the details and the order was resolved. The account owner asked for a change and the record was refunded. Support reported an incomplete issue; the ticket was closed. The supplier confirmed the details and the invoice was closed.", accommodation_type: "resort", total_duration_days: 16 },
            { id: 327, trip_id: 300, sequence: 4, details: "The shipment was delayed after an incomplete check. The customer asked for a change and the transfer was reviewed.", accommodation_type: "hotel", total_duration_days: 25 },
            { id: 328, trip_id: 204, sequence: 5, details: "The supplier asked for a change and the item was delayed. An urgent follow-up: the claim was reviewed. The account owner asked for a change and the account was reviewed.", accommodation_type: "apartment", total_duration_days: 26 },
            { id: 329, trip_id: 288, sequence: 2, details: "The order was updated following a repeat review. The reviewer confirmed the details and the claim was escalated. No response from the courier, so the payment was rescheduled.", accommodation_type: "hostel", total_duration_days: 12 },
            { id: 330, trip_id: 209, sequence: 2, details: "The session was escalated — unusual case, no further action. The invoice was resolved following a late review. The claim was reopened after an unusual check.", accommodation_type: "hotel", total_duration_days: 21 },
            { id: 331, trip_id: 22, sequence: 8, details: "The record was resolved after an unusual check. Flagged as incomplete. The reviewer closed the document. Support reported a repeat issue; the session was processed. A standard item was closed the same day.", accommodation_type: "apartment", total_duration_days: 17 },
            { id: 332, trip_id: 248, sequence: 9, details: "Flagged as late. The account owner refunded the order. The reviewer confirmed the details and the shipment was confirmed. The courier confirmed the details and the delivery was replaced. Flagged as minor. The reviewer processed the delivery.", accommodation_type: "hotel", total_duration_days: 19 },
            { id: 333, trip_id: 64, sequence: 10, details: "No response from the customer, so the refund was replaced. A partial follow-up: the refund was replaced. The request was cancelled following an incomplete review.", accommodation_type: "hotel", total_duration_days: 7 },
            { id: 334, trip_id: 258, sequence: 8, details: "The team asked for a change and the record was rejected. The booking was refunded following a routine review. The claim was cancelled — manual case, no further action. The order was delayed after a partial check.", accommodation_type: "hotel", total_duration_days: 14 },
            { id: 335, trip_id: 126, sequence: 3, details: "Flagged as minor. Support delayed the request. The customer confirmed the details and the session was reviewed. The customer reported a late issue; the refund was escalated.", accommodation_type: "resort", total_duration_days: 19 },
            { id: 336, trip_id: 148, sequence: 5, details: "The document was delayed — late case, no further action. A duplicate follow-up: the claim was processed.", accommodation_type: "hotel", total_duration_days: 15 },
            { id: 337, trip_id: 16, sequence: 3, details: "A routine follow-up: the item was resolved. The payment was closed — unusual case, no further action. The courier asked for a change and the appointment was reopened. A minor follow-up: the item was processed.", accommodation_type: "hostel", total_duration_days: 18 },
            { id: 338, trip_id: 77, sequence: 8, details: "No response from the account owner, so the request was replaced. The claim was cancelled following a minor review. An unusual claim was approved the same day. Flagged as automatic. The reviewer reopened the invoice.", accommodation_type: "resort", total_duration_days: 13 },
            { id: 339, trip_id: 162, sequence: 5, details: "No response from the team, so the appointment was resolved. The document was cancelled following a repeat review.", accommodation_type: "hostel", total_duration_days: 17 },
            { id: 340, trip_id: 261, sequence: 6, details: "The record was reopened following a duplicate review. The booking was reviewed after a manual check. The appointment was rejected — standard case, no further action. Flagged as routine. An operator resolved the ticket.", accommodation_type: "hotel", total_duration_days: 20 },
            { id: 341, trip_id: 4, sequence: 8, details: "The customer reported a manual issue; the booking was rejected. The team reported a manual issue; the booking was updated. The report was refunded after an unusual check. The courier confirmed the details and the claim was processed.", accommodation_type: "hotel", total_duration_days: 20 },
            { id: 342, trip_id: 257, sequence: 2, details: "Flagged as standard. The reviewer reviewed the claim. The supplier asked for a change and the shipment was resolved. The reviewer confirmed the details and the refund was approved. The reviewer reported a partial issue; the booking was refunded.", accommodation_type: "hotel", total_duration_days: 16 },
            { id: 343, trip_id: 90, sequence: 9, details: "The reviewer reported a repeat issue; the account was delayed. The courier reported a late issue; the payment was processed. The reviewer reported an incomplete issue; the delivery was rescheduled.", accommodation_type: "hotel", total_duration_days: 16 },
            { id: 344, trip_id: 32, sequence: 4, details: null, accommodation_type: "hostel", total_duration_days: 13 },
            { id: 345, trip_id: 278, sequence: 2, details: "No response from an operator, so the delivery was closed. No response from support, so the appointment was cancelled. An urgent request was refunded the same day. A minor transfer was refunded the same day.", accommodation_type: "hostel", total_duration_days: 20 },
            { id: 346, trip_id: 283, sequence: 3, details: "No response from the courier, so the item was cancelled. The refund was delayed after a late check.", accommodation_type: "resort", total_duration_days: 13 },
            { id: 347, trip_id: 187, sequence: 9, details: "The appointment was reviewed following a standard review. The order was closed following a duplicate review. The courier confirmed the details and the order was reviewed. The claim was updated — minor case, no further action.", accommodation_type: "resort", total_duration_days: 17 },
            { id: 348, trip_id: 137, sequence: 4, details: "An unusual follow-up: the transfer was replaced. The customer asked for a change and the invoice was resolved. Flagged as manual. The customer escalated the request. No response from the courier, so the booking was rescheduled.", accommodation_type: "hotel", total_duration_days: 17 },
            { id: 349, trip_id: 117, sequence: 9, details: "The record was rejected — standard case, no further action. Flagged as late. The customer rejected the document. A repeat follow-up: the delivery was processed.", accommodation_type: "hotel", total_duration_days: 17 },
            { id: 350, trip_id: 15, sequence: 5, details: "An automatic follow-up: the report was escalated. A late follow-up: the booking was completed. No response from the courier, so the account was reviewed. A routine follow-up: the session was reopened.", accommodation_type: "hotel", total_duration_days: 9 },
            { id: 351, trip_id: 99, sequence: 5, details: "A late follow-up: the booking was closed. Support reported a partial issue; the document was resolved.", accommodation_type: "hotel", total_duration_days: 12 },
            { id: 352, trip_id: 218, sequence: 5, details: "The refund was resolved after a repeat check. Flagged as automatic. The account owner rescheduled the appointment. No response from the courier, so the document was reviewed. Flagged as unusual. The reviewer closed the appointment.", accommodation_type: "hotel", total_duration_days: 11 },
            { id: 353, trip_id: 270, sequence: 7, details: null, accommodation_type: "hostel", total_duration_days: 15 },
            { id: 354, trip_id: 36, sequence: 8, details: "No response from the supplier, so the invoice was closed. Flagged as late. The reviewer reviewed the refund. An operator reported an unusual issue; the transfer was escalated. The session was resolved after an incomplete check.", accommodation_type: "hostel", total_duration_days: 18 },
            { id: 355, trip_id: 233, sequence: 1, details: "The report was approved after a minor check. The record was resolved after a duplicate check. The invoice was updated following an automatic review. No response from the reviewer, so the appointment was confirmed.", accommodation_type: "hotel", total_duration_days: 10 },
            { id: 356, trip_id: 175, sequence: 5, details: "The reviewer confirmed the details and the account was refunded. The account was cancelled following a routine review.", accommodation_type: "resort", total_duration_days: 11 },
            { id: 357, trip_id: 225, sequence: 6, details: "The reviewer reported an urgent issue; the invoice was resolved. The appointment was refunded — partial case, no further action. A partial follow-up: the document was reopened.", accommodation_type: "apartment", total_duration_days: 14 },
            { id: 358, trip_id: 40, sequence: 4, details: null, accommodation_type: "hotel", total_duration_days: 20 },
            { id: 359, trip_id: 166, sequence: 4, details: "No response from the account owner, so the invoice was replaced. Flagged as incomplete. The reviewer rejected the payment.", accommodation_type: "hotel", total_duration_days: 26 },
            { id: 360, trip_id: 135, sequence: 2, details: "The item was processed following a duplicate review. A late follow-up: the refund was reviewed. The supplier reported an incomplete issue; the refund was replaced.", accommodation_type: "hotel", total_duration_days: 14 },
            { id: 361, trip_id: 183, sequence: 5, details: "The refund was refunded after a repeat check. The account owner confirmed the details and the claim was escalated. Support confirmed the details and the appointment was reviewed. The refund was delayed — partial case, no further action.", accommodation_type: "hotel", total_duration_days: 16 },
            { id: 362, trip_id: 169, sequence: 7, details: "The invoice was resolved after an incomplete check. The report was rescheduled — minor case, no further action.", accommodation_type: "hotel", total_duration_days: 14 },
            { id: 363, trip_id: 263, sequence: 9, details: "The document was reviewed following a standard review. A repeat follow-up: the document was escalated. The account owner reported a duplicate issue; the report was closed.", accommodation_type: "hotel", total_duration_days: 14 },
            { id: 364, trip_id: 188, sequence: 4, details: "No response from the customer, so the account was reviewed. A minor follow-up: the account was updated. A routine report was processed the same day.", accommodation_type: "hostel", total_duration_days: 12 },
            { id: 365, trip_id: 31, sequence: 3, details: "Support asked for a change and the payment was processed. A late follow-up: the report was closed. A repeat follow-up: the record was delayed. Support asked for a change and the ticket was cancelled.", accommodation_type: "hotel", total_duration_days: 19 },
            { id: 366, trip_id: 210, sequence: 5, details: "A routine appointment was completed the same day. The payment was replaced following a partial review. Flagged as urgent. The customer rejected the report.", accommodation_type: "apartment", total_duration_days: 15 },
            { id: 367, trip_id: 114, sequence: 3, details: "Flagged as late. An operator reviewed the report. The team reported a late issue; the session was closed.", accommodation_type: "hotel", total_duration_days: 13 },
            { id: 368, trip_id: 213, sequence: 8, details: "A repeat appointment was updated the same day. Flagged as urgent. An operator confirmed the document. No response from the account owner, so the claim was confirmed.", accommodation_type: "hotel", total_duration_days: 12 },
            { id: 369, trip_id: 73, sequence: 10, details: "An incomplete follow-up: the delivery was escalated. A repeat session was replaced the same day. The delivery was reviewed following an automatic review. A partial order was processed the same day.", accommodation_type: "hotel", total_duration_days: 24 },
            { id: 370, trip_id: 10, sequence: 2, details: "The customer asked for a change and the account was escalated. The transfer was completed — incomplete case, no further action. No response from the supplier, so the booking was replaced. The item was replaced after an urgent check.", accommodation_type: "hotel", total_duration_days: 15 },
            { id: 371, trip_id: 249, sequence: 4, details: "Support reported an automatic issue; the claim was refunded. The refund was rescheduled following an automatic review. An operator reported a repeat issue; the invoice was reopened. No response from the reviewer, so the ticket was completed.", accommodation_type: "apartment", total_duration_days: 12 },
            { id: 372, trip_id: 262, sequence: 3, details: "An urgent record was rejected the same day. The request was cancelled — automatic case, no further action. The report was updated — manual case, no further action.", accommodation_type: "resort", total_duration_days: 14 },
            { id: 373, trip_id: 19, sequence: 5, details: "Flagged as routine. The reviewer updated the delivery. A duplicate order was reopened the same day. The reviewer reported an urgent issue; the record was delayed.", accommodation_type: "resort", total_duration_days: 15 },
            { id: 374, trip_id: 268, sequence: 5, details: "Flagged as partial. The team replaced the order. An unusual follow-up: the delivery was delayed. No response from the account owner, so the booking was reviewed. The courier confirmed the details and the shipment was replaced.", accommodation_type: "hotel", total_duration_days: 14 },
            { id: 375, trip_id: 231, sequence: 2, details: "The document was resolved — automatic case, no further action. The claim was escalated — late case, no further action. No response from the account owner, so the refund was rejected.", accommodation_type: "hostel", total_duration_days: 22 },
            { id: 376, trip_id: 297, sequence: 7, details: "An operator reported an automatic issue; the booking was refunded. An operator asked for a change and the session was reopened. The order was reviewed following a manual review. The courier confirmed the details and the appointment was processed.", accommodation_type: "hotel", total_duration_days: 15 },
            { id: 377, trip_id: 161, sequence: 2, details: "The session was delayed — duplicate case, no further action. A routine follow-up: the record was reopened. A repeat shipment was escalated the same day. An operator reported an incomplete issue; the account was delayed.", accommodation_type: "apartment", total_duration_days: 14 },
            { id: 378, trip_id: 58, sequence: 8, details: null, accommodation_type: "hotel", total_duration_days: 15 },
            { id: 379, trip_id: 296, sequence: 6, details: "No response from the supplier, so the record was reviewed. A late follow-up: the report was processed. The account owner asked for a change and the payment was approved. A minor follow-up: the delivery was replaced.", accommodation_type: "apartment", total_duration_days: 14 },
            { id: 380, trip_id: 100, sequence: 3, details: "The team reported an automatic issue; the payment was confirmed. Support reported a minor issue; the account was delayed. The team reported a manual issue; the ticket was closed. Flagged as partial. An operator completed the booking.", accommodation_type: "hostel", total_duration_days: 19 },
            { id: 381, trip_id: 171, sequence: 8, details: "An unusual follow-up: the shipment was approved. The customer reported an urgent issue; the request was cancelled. Support reported an urgent issue; the ticket was reviewed.", accommodation_type: "hostel", total_duration_days: 25 },
            { id: 382, trip_id: 271, sequence: 5, details: "Flagged as standard. The courier rejected the session. Flagged as urgent. The reviewer closed the ticket. The refund was reviewed following a standard review.", accommodation_type: "hotel", total_duration_days: 22 },
            { id: 383, trip_id: 236, sequence: 3, details: null, accommodation_type: "hotel", total_duration_days: 14 },
            { id: 384, trip_id: 260, sequence: 6, details: "The transfer was reopened after a repeat check. Support confirmed the details and the document was replaced. Flagged as urgent. The customer processed the report. A standard follow-up: the record was cancelled.", accommodation_type: "hostel", total_duration_days: 20 },
            { id: 385, trip_id: 237, sequence: 10, details: "The courier reported a manual issue; the refund was completed. The order was cancelled — repeat case, no further action. The payment was confirmed after an incomplete check. The courier asked for a change and the session was escalated.", accommodation_type: "apartment", total_duration_days: 13 },
            { id: 386, trip_id: 60, sequence: 2, details: "Flagged as standard. The reviewer cancelled the session. The supplier confirmed the details and the document was reopened.", accommodation_type: "hotel", total_duration_days: 19 },
            { id: 387, trip_id: 29, sequence: 4, details: "A minor follow-up: the claim was delayed. No response from support, so the request was resolved.", accommodation_type: "hotel", total_duration_days: 18 },
            { id: 388, trip_id: 89, sequence: 2, details: "The courier reported a standard issue; the session was updated. A routine claim was reopened the same day.", accommodation_type: "hostel", total_duration_days: 12 },
            { id: 389, trip_id: 279, sequence: 8, details: "An automatic account was rejected the same day. A routine follow-up: the appointment was rescheduled.", accommodation_type: "hotel", total_duration_days: 17 },
            { id: 390, trip_id: 89, sequence: 9, details: "The team asked for a change and the request was confirmed. A manual follow-up: the account was resolved. The team confirmed the details and the account was refunded. A manual follow-up: the refund was rejected.", accommodation_type: "hotel", total_duration_days: 9 },
            { id: 391, trip_id: 274, sequence: 10, details: "The booking was cancelled following a manual review. The order was cancelled following a partial review.", accommodation_type: "hostel", total_duration_days: 8 },
            { id: 392, trip_id: 279, sequence: 10, details: "No response from the reviewer, so the refund was delayed. The team asked for a change and the refund was rejected. No response from the team, so the invoice was closed.", accommodation_type: "hotel", total_duration_days: 12 },
            { id: 393, trip_id: 87, sequence: 5, details: "The supplier confirmed the details and the request was replaced. A duplicate follow-up: the claim was reopened. The report was delayed following a partial review. An operator confirmed the details and the transfer was processed.", accommodation_type: "hostel", total_duration_days: 18 },
            { id: 394, trip_id: 5, sequence: 2, details: "An unusual follow-up: the request was reopened. An operator confirmed the details and the session was delayed. The delivery was escalated following a manual review.", accommodation_type: "hotel", total_duration_days: 14 },
            { id: 395, trip_id: 238, sequence: 9, details: "The supplier asked for a change and the ticket was updated. The session was reviewed following an incomplete review. Support asked for a change and the booking was closed.", accommodation_type: "apartment", total_duration_days: 18 },
            { id: 396, trip_id: 76, sequence: 9, details: "The document was cancelled following a duplicate review. A late follow-up: the transfer was completed. The transfer was resolved — urgent case, no further action.", accommodation_type: "apartment", total_duration_days: 22 },
            { id: 397, trip_id: 151, sequence: 9, details: "Flagged as routine. An operator cancelled the payment. The courier confirmed the details and the appointment was replaced.", accommodation_type: "apartment", total_duration_days: 16 },
            { id: 398, trip_id: 115, sequence: 10, details: "The courier asked for a change and the refund was refunded. The item was refunded — minor case, no further action.", accommodation_type: "hotel", total_duration_days: 18 },
            { id: 399, trip_id: 103, sequence: 1, details: "An unusual follow-up: the appointment was updated. Flagged as late. The courier replaced the item. The reviewer confirmed the details and the item was closed.", accommodation_type: "hotel", total_duration_days: 11 },
            { id: 400, trip_id: 182, sequence: 7, details: "A manual record was escalated the same day. The account owner confirmed the details and the document was processed. An automatic follow-up: the order was replaced. No response from the supplier, so the record was replaced.", accommodation_type: "hostel", total_duration_days: 23 },
            { id: 401, trip_id: 74, sequence: 5, details: "Flagged as unusual. The courier closed the request. The delivery was confirmed — manual case, no further action. A manual follow-up: the invoice was rescheduled.", accommodation_type: "hotel", total_duration_days: 13 },
            { id: 402, trip_id: 244, sequence: 5, details: "The ticket was approved following an urgent review. The account owner asked for a change and the item was updated.", accommodation_type: "hotel", total_duration_days: 11 },
            { id: 403, trip_id: 231, sequence: 4, details: "A minor record was completed the same day. The customer asked for a change and the request was reviewed. The booking was rejected following an automatic review. Flagged as urgent. The account owner escalated the item.", accommodation_type: "hotel", total_duration_days: 17 },
            { id: 404, trip_id: 146, sequence: 9, details: "Flagged as repeat. Support reopened the delivery. A partial order was refunded the same day. An urgent delivery was replaced the same day. Support confirmed the details and the ticket was escalated.", accommodation_type: "hostel", total_duration_days: 15 },
            { id: 405, trip_id: 247, sequence: 2, details: "A partial delivery was rejected the same day. The payment was processed after a routine check.", accommodation_type: "hostel", total_duration_days: 14 },
            { id: 406, trip_id: 27, sequence: 6, details: "An incomplete ticket was refunded the same day. The ticket was refunded after a routine check.", accommodation_type: "hotel", total_duration_days: 14 },
            { id: 407, trip_id: 55, sequence: 7, details: "The booking was refunded after a minor check. The appointment was rejected after an urgent check. The supplier reported a repeat issue; the document was cancelled.", accommodation_type: "hostel", total_duration_days: 19 },
            { id: 408, trip_id: 35, sequence: 2, details: "No response from the courier, so the account was rescheduled. The account owner confirmed the details and the delivery was completed. The account was reviewed after a standard check. The reviewer asked for a change and the request was escalated.", accommodation_type: "hotel", total_duration_days: 18 },
            { id: 409, trip_id: 38, sequence: 2, details: "The reviewer reported an incomplete issue; the refund was rejected. The invoice was rejected after a standard check. An operator confirmed the details and the ticket was updated.", accommodation_type: "hostel", total_duration_days: 23 },
            { id: 410, trip_id: 269, sequence: 1, details: "The reviewer reported a standard issue; the record was rejected. No response from the supplier, so the session was confirmed. An incomplete follow-up: the shipment was rejected.", accommodation_type: "apartment", total_duration_days: 10 },
            { id: 411, trip_id: 51, sequence: 6, details: "The customer asked for a change and the transfer was resolved. The invoice was confirmed following a standard review. A routine claim was escalated the same day. No response from an operator, so the shipment was processed.", accommodation_type: "resort", total_duration_days: 7 },
            { id: 412, trip_id: 120, sequence: 3, details: "An incomplete follow-up: the order was cancelled. A partial follow-up: the delivery was rescheduled. The session was escalated — repeat case, no further action.", accommodation_type: "hostel", total_duration_days: 18 },
            { id: 413, trip_id: 220, sequence: 4, details: null, accommodation_type: "hotel", total_duration_days: 13 },
            { id: 414, trip_id: 218, sequence: 6, details: "The supplier asked for a change and the account was rejected. An operator confirmed the details and the shipment was updated.", accommodation_type: "hotel", total_duration_days: 11 },
            { id: 415, trip_id: 170, sequence: 4, details: "The courier asked for a change and the document was approved. The booking was rejected after an unusual check. A late item was refunded the same day. The refund was processed following a repeat review.", accommodation_type: "apartment", total_duration_days: 8 },
            { id: 416, trip_id: 236, sequence: 8, details: "No response from an operator, so the shipment was refunded. The customer confirmed the details and the appointment was processed. The ticket was refunded — unusual case, no further action.", accommodation_type: "hostel", total_duration_days: 16 },
            { id: 417, trip_id: 277, sequence: 4, details: "The reviewer asked for a change and the request was replaced. An urgent account was reviewed the same day. Flagged as manual. An operator resolved the ticket.", accommodation_type: "resort", total_duration_days: 15 },
            { id: 418, trip_id: 90, sequence: 8, details: "A repeat follow-up: the delivery was cancelled. No response from support, so the invoice was resolved. No response from the team, so the invoice was processed.", accommodation_type: "hotel", total_duration_days: 13 },
            { id: 419, trip_id: 250, sequence: 3, details: "The ticket was delayed — automatic case, no further action. The payment was completed after an urgent check. The shipment was refunded after a late check. The courier asked for a change and the report was escalated.", accommodation_type: "hostel", total_duration_days: 12 },
            { id: 420, trip_id: 241, sequence: 6, details: "A late follow-up: the report was refunded. Flagged as duplicate. The team rescheduled the request. The reviewer confirmed the details and the item was rejected. No response from the courier, so the refund was resolved.", accommodation_type: "hotel", total_duration_days: 9 },
            { id: 421, trip_id: 79, sequence: 1, details: "An automatic follow-up: the booking was replaced. The transfer was rescheduled following a minor review. An unusual ticket was updated the same day.", accommodation_type: "hotel", total_duration_days: 15 },
            { id: 422, trip_id: 145, sequence: 1, details: "The customer reported a standard issue; the refund was completed. The item was resolved following an unusual review.", accommodation_type: "hotel", total_duration_days: 19 },
            { id: 423, trip_id: 83, sequence: 7, details: "Flagged as minor. Support cancelled the invoice. No response from the customer, so the transfer was completed.", accommodation_type: "hostel", total_duration_days: 13 },
            { id: 424, trip_id: 220, sequence: 9, details: "The team asked for a change and the account was reopened. No response from the account owner, so the item was updated. Flagged as manual. The customer rescheduled the report.", accommodation_type: "hotel", total_duration_days: 17 },
            { id: 425, trip_id: 204, sequence: 7, details: "The record was processed after a minor check. The account owner asked for a change and the item was escalated.", accommodation_type: "hotel", total_duration_days: 18 },
            { id: 426, trip_id: 152, sequence: 8, details: "The payment was refunded after a routine check. The customer confirmed the details and the session was reopened.", accommodation_type: "hotel", total_duration_days: 12 },
            { id: 427, trip_id: 158, sequence: 5, details: "The reviewer reported an incomplete issue; the order was replaced. The payment was escalated after an urgent check. A minor transfer was processed the same day.", accommodation_type: "hotel", total_duration_days: 17 },
            { id: 428, trip_id: 177, sequence: 3, details: "The payment was replaced — automatic case, no further action. The delivery was delayed following an unusual review. A manual booking was reviewed the same day.", accommodation_type: "hostel", total_duration_days: 18 },
            { id: 429, trip_id: 232, sequence: 4, details: "An automatic follow-up: the refund was escalated. No response from the courier, so the shipment was resolved. The team asked for a change and the transfer was approved. A minor follow-up: the invoice was reviewed.", accommodation_type: "apartment", total_duration_days: 12 },
            { id: 430, trip_id: 5, sequence: 5, details: "The refund was escalated — automatic case, no further action. Flagged as standard. An operator updated the ticket.", accommodation_type: "apartment", total_duration_days: 10 },
            { id: 431, trip_id: 253, sequence: 7, details: "The account was reviewed after a late check. An urgent follow-up: the booking was escalated.", accommodation_type: "hostel", total_duration_days: 8 },
            { id: 432, trip_id: 126, sequence: 9, details: "The document was escalated after a manual check. The account was approved — partial case, no further action. The team confirmed the details and the item was closed.", accommodation_type: "hostel", total_duration_days: 8 },
            { id: 433, trip_id: 175, sequence: 1, details: null, accommodation_type: "hotel", total_duration_days: 18 },
            { id: 434, trip_id: 54, sequence: 2, details: "The session was completed following a standard review. The customer confirmed the details and the request was approved. The report was rescheduled — duplicate case, no further action. The item was completed following a manual review.", accommodation_type: "hotel", total_duration_days: 23 },
            { id: 435, trip_id: 250, sequence: 3, details: "A manual shipment was updated the same day. An operator reported a minor issue; the refund was reopened. Flagged as late. The supplier reviewed the refund.", accommodation_type: "resort", total_duration_days: 19 },
            { id: 436, trip_id: 120, sequence: 8, details: "Support reported a repeat issue; the session was reopened. An operator asked for a change and the refund was rescheduled.", accommodation_type: "hostel", total_duration_days: 15 },
            { id: 437, trip_id: 193, sequence: 9, details: "The team confirmed the details and the session was reviewed. Support confirmed the details and the invoice was updated. The account owner reported a minor issue; the invoice was refunded.", accommodation_type: "hotel", total_duration_days: 16 },
            { id: 438, trip_id: 79, sequence: 7, details: "Flagged as partial. The reviewer delayed the booking. The payment was refunded — minor case, no further action. Flagged as duplicate. The customer refunded the refund.", accommodation_type: "resort", total_duration_days: 15 },
            { id: 439, trip_id: 191, sequence: 7, details: "Flagged as standard. The customer approved the order. A partial transfer was refunded the same day. The account was refunded following a partial review. Flagged as partial. The team closed the order.", accommodation_type: "hotel", total_duration_days: 7 },
            { id: 440, trip_id: 193, sequence: 7, details: "The invoice was rejected — standard case, no further action. The shipment was escalated following a partial review.", accommodation_type: "hotel", total_duration_days: 15 },
            { id: 441, trip_id: 294, sequence: 3, details: "The customer confirmed the details and the document was delayed. A manual follow-up: the refund was completed.", accommodation_type: "hostel", total_duration_days: 22 },
            { id: 442, trip_id: 157, sequence: 5, details: "No response from the courier, so the payment was confirmed. Flagged as routine. An operator approved the payment. Flagged as urgent. Support replaced the booking.", accommodation_type: "apartment", total_duration_days: 12 },
            { id: 443, trip_id: 99, sequence: 7, details: null, accommodation_type: "hostel", total_duration_days: 21 },
            { id: 444, trip_id: 258, sequence: 8, details: "The order was confirmed — automatic case, no further action. The document was cancelled after a standard check. An operator confirmed the details and the delivery was reviewed.", accommodation_type: "apartment", total_duration_days: 19 },
            { id: 445, trip_id: 7, sequence: 6, details: "Flagged as late. The team escalated the ticket. The claim was reviewed following an incomplete review. Support reported a routine issue; the record was reviewed.", accommodation_type: "hotel", total_duration_days: 21 },
            { id: 446, trip_id: 129, sequence: 5, details: "Flagged as automatic. Support cancelled the appointment. The session was cancelled after an unusual check.", accommodation_type: "hotel", total_duration_days: 27 },
            { id: 447, trip_id: 238, sequence: 10, details: "Support asked for a change and the booking was reopened. The account owner reported a repeat issue; the claim was rescheduled. The team reported a minor issue; the account was resolved.", accommodation_type: "hotel", total_duration_days: 13 },
            { id: 448, trip_id: 298, sequence: 6, details: null, accommodation_type: "apartment", total_duration_days: 13 },
            { id: 449, trip_id: 197, sequence: 8, details: "The customer confirmed the details and the refund was confirmed. The courier confirmed the details and the claim was rescheduled.", accommodation_type: "resort", total_duration_days: 17 },
            { id: 450, trip_id: 48, sequence: 4, details: "Flagged as minor. The supplier reopened the request. Flagged as automatic. The account owner cancelled the payment. The customer reported an urgent issue; the appointment was reviewed.", accommodation_type: "hostel", total_duration_days: 11 },
            { id: 451, trip_id: 230, sequence: 4, details: "Flagged as repeat. The account owner rescheduled the claim. Support confirmed the details and the refund was updated.", accommodation_type: "hotel", total_duration_days: 15 },
            { id: 452, trip_id: 80, sequence: 8, details: "A manual invoice was delayed the same day. No response from the courier, so the delivery was processed. The record was resolved after a repeat check. The invoice was confirmed following an automatic review.", accommodation_type: "hotel", total_duration_days: 15 },
            { id: 453, trip_id: 287, sequence: 4, details: "A routine follow-up: the payment was replaced. The booking was closed after an automatic check.", accommodation_type: "hostel", total_duration_days: 19 },
            { id: 454, trip_id: 43, sequence: 1, details: "The invoice was completed — unusual case, no further action. No response from the team, so the invoice was replaced.", accommodation_type: "resort", total_duration_days: 19 },
            { id: 455, trip_id: 289, sequence: 3, details: "The shipment was rejected — routine case, no further action. An operator reported a routine issue; the booking was reviewed. Support asked for a change and the document was processed. The team asked for a change and the appointment was confirmed.", accommodation_type: "apartment", total_duration_days: 21 },
            { id: 456, trip_id: 45, sequence: 10, details: "An operator reported a minor issue; the document was resolved. The document was closed following a repeat review.", accommodation_type: "hostel", total_duration_days: 14 },
            { id: 457, trip_id: 244, sequence: 6, details: null, accommodation_type: "hotel", total_duration_days: 22 },
            { id: 458, trip_id: 121, sequence: 1, details: "An automatic follow-up: the account was escalated. The claim was approved after an unusual check.", accommodation_type: "hostel", total_duration_days: 21 },
            { id: 459, trip_id: 223, sequence: 8, details: "The record was completed after a standard check. A routine follow-up: the account was rejected. The item was closed following a standard review. An urgent follow-up: the item was delayed.", accommodation_type: "apartment", total_duration_days: 13 },
            { id: 460, trip_id: 176, sequence: 4, details: "An operator confirmed the details and the appointment was rejected. An unusual follow-up: the appointment was delayed. Flagged as late. The team cancelled the booking.", accommodation_type: "hotel", total_duration_days: 15 },
            { id: 461, trip_id: 98, sequence: 7, details: "Flagged as late. The account owner closed the item. The order was confirmed following a duplicate review. Flagged as partial. Support replaced the document.", accommodation_type: "hotel", total_duration_days: 13 },
            { id: 462, trip_id: 268, sequence: 7, details: "The ticket was delayed after an automatic check. The booking was confirmed after a late check. A partial transfer was delayed the same day. No response from the account owner, so the report was reviewed.", accommodation_type: "hostel", total_duration_days: 9 },
            { id: 463, trip_id: 159, sequence: 6, details: "The report was reopened following a minor review. No response from the courier, so the order was delayed.", accommodation_type: "hotel", total_duration_days: 15 },
            { id: 464, trip_id: 196, sequence: 1, details: "The reviewer reported an automatic issue; the session was rescheduled. The supplier confirmed the details and the item was reviewed. The report was rescheduled after a minor check.", accommodation_type: "resort", total_duration_days: 21 },
            { id: 465, trip_id: 266, sequence: 1, details: "An incomplete follow-up: the delivery was cancelled. The delivery was resolved after an urgent check.", accommodation_type: "hotel", total_duration_days: 17 },
            { id: 466, trip_id: 128, sequence: 8, details: "A partial refund was replaced the same day. The document was approved after an urgent check.", accommodation_type: "hostel", total_duration_days: 18 },
            { id: 467, trip_id: 91, sequence: 6, details: "The payment was updated following a duplicate review. A repeat record was processed the same day.", accommodation_type: "hotel", total_duration_days: 12 },
            { id: 468, trip_id: 186, sequence: 7, details: "The payment was rejected after a manual check. A duplicate order was confirmed the same day. Flagged as automatic. An operator processed the refund.", accommodation_type: "hostel", total_duration_days: 14 },
            { id: 469, trip_id: 254, sequence: 1, details: "An incomplete follow-up: the item was closed. The appointment was replaced following a partial review. An operator reported a minor issue; the item was approved. The request was updated following a minor review.", accommodation_type: "hotel", total_duration_days: 11 },
            { id: 470, trip_id: 55, sequence: 7, details: null, accommodation_type: "hostel", total_duration_days: 9 },
        ],
    });
    await prisma.payments.createMany({
        data: [
            { id: 1, trip_id: 252, amount: "3612.15", payment_date: "2023-09-24", status: "paid" },
            { id: 2, trip_id: 191, amount: "1008.47", payment_date: "2023-04-03", status: "paid" },
            { id: 3, trip_id: 26, amount: "2833.55", payment_date: "2023-10-20", status: "paid" },
            { id: 4, trip_id: 26, amount: "202.27", payment_date: "2023-04-08", status: "paid" },
            { id: 5, trip_id: 126, amount: "3153.02", payment_date: null, status: "pending" },
            { id: 6, trip_id: 93, amount: "4187.19", payment_date: "2023-08-27", status: "paid" },
            { id: 7, trip_id: 102, amount: "845.21", payment_date: null, status: "pending" },
            { id: 8, trip_id: 264, amount: "565.97", payment_date: null, status: "pending" },
            { id: 9, trip_id: 263, amount: "54.90", payment_date: "2023-01-01", status: "paid" },
            { id: 10, trip_id: 283, amount: "4753.05", payment_date: "2023-04-10", status: "paid" },
            { id: 11, trip_id: 135, amount: "2590.51", payment_date: "2023-07-06", status: "paid" },
            { id: 12, trip_id: 11, amount: "68.05", payment_date: "2023-01-02", status: "paid" },
            { id: 13, trip_id: 71, amount: "2376.67", payment_date: "2023-05-30", status: "paid" },
            { id: 14, trip_id: 275, amount: "143.65", payment_date: "2023-07-17", status: "paid" },
            { id: 15, trip_id: 20, amount: "2816.46", payment_date: "2023-08-09", status: "paid" },
            { id: 16, trip_id: 35, amount: "117.74", payment_date: "2023-06-15", status: "paid" },
            { id: 17, trip_id: 17, amount: "3687.22", payment_date: "2023-01-25", status: "paid" },
            { id: 18, trip_id: 135, amount: "60.42", payment_date: "2023-04-03", status: "paid" },
            { id: 19, trip_id: 96, amount: "2341.78", payment_date: null, status: "pending" },
            { id: 20, trip_id: 136, amount: "1593.29", payment_date: "2023-07-13", status: "paid" },
            { id: 21, trip_id: 252, amount: "1620.05", payment_date: "2023-12-05", status: "paid" },
            { id: 22, trip_id: 51, amount: "1576.30", payment_date: null, status: "pending" },
            { id: 23, trip_id: 16, amount: "1209.21", payment_date: "2023-04-04", status: "paid" },
            { id: 24, trip_id: 42, amount: "58.95", payment_date: "2023-11-29", status: "paid" },
            { id: 25, trip_id: 224, amount: "1830.94", payment_date: null, status: "pending" },
            { id: 26, trip_id: 9, amount: "3708.22", payment_date: "2023-09-09", status: "paid" },
            { id: 27, trip_id: 95, amount: "479.37", payment_date: "2023-07-05", status: "paid" },
            { id: 28, trip_id: 175, amount: "2238.84", payment_date: "2023-01-07", status: "paid" },
            { id: 29, trip_id: 92, amount: "2300.87", payment_date: null, status: "pending" },
            { id: 30, trip_id: 247, amount: "50.37", payment_date: "2023-11-20", status: "paid" },
            { id: 31, trip_id: 132, amount: "815.31", payment_date: "2023-06-26", status: "paid" },
            { id: 32, trip_id: 183, amount: "106.53", payment_date: "2023-02-22", status: "paid" },
            { id: 33, trip_id: 262, amount: "3583.46", payment_date: null, status: "pending" },
            { id: 34, trip_id: 184, amount: "3755.36", payment_date: "2023-07-26", status: "paid" },
            { id: 35, trip_id: 72, amount: "1097.58", payment_date: "2023-10-19", status: "paid" },
            { id: 36, trip_id: 179, amount: "2825.62", payment_date: null, status: "pending" },
            { id: 37, trip_id: 180, amount: "91.05", payment_date: "2023-08-12", status: "paid" },
            { id: 38, trip_id: 262, amount: null, payment_date: null, status: "failed" },
            { id: 39, trip_id: 204, amount: "1775.33", payment_date: "2023-11-19", status: "paid" },
            { id: 40, trip_id: 296, amount: "1870.10", payment_date: "2023-06-10", status: "paid" },
            { id: 41, trip_id: 226, amount: null, payment_date: null, status: "failed" },
            { id: 42, trip_id: 243, amount: "1698.84", payment_date: "2023-07-09", status: "paid" },
            { id: 43, trip_id: 293, amount: "4803.40", payment_date: "2023-07-06", status: "paid" },
            { id: 44, trip_id: 103, amount: "427.26", payment_date: "2023-05-27", status: "paid" },
            { id: 45, trip_id: 277, amount: "2268.70", payment_date: "2023-08-19", status: "paid" },
            { id: 46, trip_id: 239, amount: "4822.42", payment_date: "2023-12-27", status: "paid" },
            { id: 47, trip_id: 292, amount: "586.44", payment_date: "2023-12-03", status: "paid" },
            { id: 48, trip_id: 218, amount: "85.64", payment_date: "2023-04-26", status: "paid" },
            { id: 49, trip_id: 82, amount: "82.05", payment_date: "2023-04-22", status: "paid" },
            { id: 50, trip_id: 198, amount: "1657.23", payment_date: "2023-09-06", status: "paid" },
            { id: 51, trip_id: 212, amount: "1367.82", payment_date: "2023-10-05", status: "paid" },
            { id: 52, trip_id: 196, amount: "1644.55", payment_date: "2023-06-10", status: "paid" },
            { id: 53, trip_id: 155, amount: "190.43", payment_date: null, status: "pending" },
            { id: 54, trip_id: 96, amount: "4828.69", payment_date: null, status: "pending" },
            { id: 55, trip_id: 33, amount: "1520.11", payment_date: "2023-02-10", status: "paid" },
            { id: 56, trip_id: 201, amount: null, payment_date: null, status: "failed" },
            { id: 57, trip_id: 2, amount: "3234.77", payment_date: "2023-08-28", status: "paid" },
            { id: 58, trip_id: 127, amount: "66.81", payment_date: "2023-03-30", status: "paid" },
            { id: 59, trip_id: 174, amount: "3423.03", payment_date: "2023-10-03", status: "paid" },
            { id: 60, trip_id: 74, amount: "227.54", payment_date: null, status: "pending" },
            { id: 61, trip_id: 64, amount: "931.12", payment_date: null, status: "pending" },
            { id: 62, trip_id: 260, amount: "3373.00", payment_date: "2023-04-28", status: "paid" },
            { id: 63, trip_id: 49, amount: "277.17", payment_date: null, status: "pending" },
            { id: 64, trip_id: 184, amount: "580.19", payment_date: "2023-06-27", status: "paid" },
            { id: 65, trip_id: 76, amount: "4384.16", payment_date: null, status: "pending" },
            { id: 66, trip_id: 170, amount: "2213.07", payment_date: null, status: "pending" },
            { id: 67, trip_id: 41, amount: "771.85", payment_date: "2023-08-28", status: "paid" },
            { id: 68, trip_id: 62, amount: "343.02", payment_date: "2023-04-06", status: "paid" },
            { id: 69, trip_id: 31, amount: "4483.95", payment_date: "2023-07-14", status: "paid" },
            { id: 70, trip_id: 276, amount: "1380.35", payment_date: "2023-09-28", status: "paid" },
            { id: 71, trip_id: 229, amount: "2831.81", payment_date: "2023-05-30", status: "paid" },
            { id: 72, trip_id: 267, amount: "125.78", payment_date: "2023-10-24", status: "paid" },
            { id: 73, trip_id: 139, amount: "4349.49", payment_date: null, status: "pending" },
            { id: 74, trip_id: 230, amount: "3165.66", payment_date: "2023-08-15", status: "paid" },
            { id: 75, trip_id: 255, amount: null, payment_date: null, status: "failed" },
            { id: 76, trip_id: 259, amount: "3774.90", payment_date: null, status: "pending" },
            { id: 77, trip_id: 293, amount: "59.49", payment_date: "2023-06-18", status: "paid" },
            { id: 78, trip_id: 216, amount: "3814.32", payment_date: "2023-08-13", status: "paid" },
            { id: 79, trip_id: 202, amount: "1964.42", payment_date: "2023-06-05", status: "paid" },
            { id: 80, trip_id: 201, amount: null, payment_date: null, status: "failed" },
            { id: 81, trip_id: 94, amount: "601.72", payment_date: "2023-03-17", status: "paid" },
            { id: 82, trip_id: 70, amount: "1675.81", payment_date: "2023-12-18", status: "paid" },
            { id: 83, trip_id: 57, amount: "338.95", payment_date: "2023-06-22", status: "paid" },
            { id: 84, trip_id: 161, amount: "498.86", payment_date: "2023-12-28", status: "paid" },
            { id: 85, trip_id: 285, amount: "1117.54", payment_date: null, status: "pending" },
            { id: 86, trip_id: 77, amount: "2300.58", payment_date: "2023-03-19", status: "paid" },
            { id: 87, trip_id: 294, amount: "84.11", payment_date: null, status: "pending" },
            { id: 88, trip_id: 29, amount: null, payment_date: null, status: "failed" },
            { id: 89, trip_id: 36, amount: "1129.44", payment_date: null, status: "pending" },
            { id: 90, trip_id: 87, amount: "1374.49", payment_date: "2023-11-27", status: "paid" },
            { id: 91, trip_id: 162, amount: "2111.94", payment_date: null, status: "pending" },
            { id: 92, trip_id: 71, amount: "1490.44", payment_date: "2023-11-25", status: "paid" },
            { id: 93, trip_id: 91, amount: "151.98", payment_date: null, status: "pending" },
            { id: 94, trip_id: 154, amount: "2485.15", payment_date: "2023-03-05", status: "paid" },
            { id: 95, trip_id: 232, amount: null, payment_date: null, status: "failed" },
            { id: 96, trip_id: 70, amount: "1510.75", payment_date: "2023-03-13", status: "paid" },
            { id: 97, trip_id: 184, amount: "160.81", payment_date: "2023-06-22", status: "paid" },
            { id: 98, trip_id: 173, amount: "938.45", payment_date: "2023-10-10", status: "paid" },
            { id: 99, trip_id: 284, amount: "387.92", payment_date: "2023-08-26", status: "paid" },
            { id: 100, trip_id: 202, amount: "59.00", payment_date: "2023-07-08", status: "paid" },
            { id: 101, trip_id: 22, amount: "1819.87", payment_date: "2023-10-08", status: "paid" },
            { id: 102, trip_id: 181, amount: "103.79", payment_date: "2023-03-20", status: "paid" },
            { id: 103, trip_id: 83, amount: "3194.77", payment_date: "2023-08-08", status: "paid" },
            { id: 104, trip_id: 234, amount: "1504.00", payment_date: null, status: "pending" },
            { id: 105, trip_id: 115, amount: "3517.72", payment_date: null, status: "pending" },
            { id: 106, trip_id: 80, amount: "1385.88", payment_date: "2023-09-02", status: "paid" },
            { id: 107, trip_id: 142, amount: "4805.88", payment_date: "2023-04-03", status: "paid" },
            { id: 108, trip_id: 48, amount: "4276.07", payment_date: "2023-08-23", status: "paid" },
            { id: 109, trip_id: 298, amount: "127.46", payment_date: "2023-09-18", status: "paid" },
            { id: 110, trip_id: 129, amount: null, payment_date: null, status: "failed" },
            { id: 111, trip_id: 260, amount: "1590.69", payment_date: "2023-12-24", status: "paid" },
            { id: 112, trip_id: 105, amount: "1086.98", payment_date: null, status: "pending" },
            { id: 113, trip_id: 167, amount: "2289.43", payment_date: null, status: "pending" },
            { id: 114, trip_id: 11, amount: "1869.56", payment_date: "2023-10-30", status: "paid" },
            { id: 115, trip_id: 30, amount: "230.21", payment_date: "2023-03-23", status: "paid" },
            { id: 116, trip_id: 269, amount: "50.72", payment_date: "2023-05-02", status: "paid" },
            { id: 117, trip_id: 298, amount: "301.73", payment_date: "2023-05-16", status: "paid" },
            { id: 118, trip_id: 73, amount: "1942.55", payment_date: "2023-10-05", status: "paid" },
            { id: 119, trip_id: 201, amount: "3492.58", payment_date: "2023-12-04", status: "paid" },
            { id: 120, trip_id: 174, amount: "1101.41", payment_date: "2023-08-20", status: "paid" },
            { id: 121, trip_id: 279, amount: "1553.40", payment_date: "2023-06-15", status: "paid" },
            { id: 122, trip_id: 124, amount: "1227.77", payment_date: "2023-07-17", status: "paid" },
            { id: 123, trip_id: 222, amount: "1264.17", payment_date: "2023-07-17", status: "paid" },
            { id: 124, trip_id: 15, amount: "999.46", payment_date: "2023-11-27", status: "paid" },
            { id: 125, trip_id: 72, amount: "1683.19", payment_date: "2023-06-17", status: "paid" },
            { id: 126, trip_id: 90, amount: "54.68", payment_date: "2023-06-14", status: "paid" },
            { id: 127, trip_id: 192, amount: "3171.98", payment_date: "2023-01-11", status: "paid" },
            { id: 128, trip_id: 27, amount: "1153.61", payment_date: "2023-08-11", status: "paid" },
            { id: 129, trip_id: 61, amount: "300.47", payment_date: "2023-05-05", status: "paid" },
            { id: 130, trip_id: 30, amount: "848.33", payment_date: "2023-06-28", status: "paid" },
            { id: 131, trip_id: 24, amount: "222.35", payment_date: null, status: "pending" },
            { id: 132, trip_id: 128, amount: "1426.75", payment_date: "2023-08-07", status: "paid" },
            { id: 133, trip_id: 146, amount: "862.77", payment_date: "2023-01-04", status: "paid" },
            { id: 134, trip_id: 261, amount: "4980.80", payment_date: null, status: "pending" },
            { id: 135, trip_id: 240, amount: "93.79", payment_date: "2023-08-20", status: "paid" },
            { id: 136, trip_id: 80, amount: "136.69", payment_date: "2023-07-27", status: "paid" },
            { id: 137, trip_id: 130, amount: "67.16", payment_date: "2023-11-19", status: "paid" },
            { id: 138, trip_id: 157, amount: "168.38", payment_date: "2023-08-03", status: "paid" },
            { id: 139, trip_id: 300, amount: "4176.65", payment_date: "2023-06-18", status: "paid" },
            { id: 140, trip_id: 152, amount: "173.02", payment_date: "2023-02-06", status: "paid" },
            { id: 141, trip_id: 166, amount: "305.51", payment_date: "2023-02-09", status: "paid" },
            { id: 142, trip_id: 182, amount: "566.28", payment_date: "2023-10-11", status: "paid" },
            { id: 143, trip_id: 251, amount: "53.30", payment_date: "2023-08-02", status: "paid" },
            { id: 144, trip_id: 154, amount: null, payment_date: null, status: "failed" },
            { id: 145, trip_id: 253, amount: "4574.66", payment_date: null, status: "pending" },
            { id: 146, trip_id: 4, amount: "83.46", payment_date: "2023-07-31", status: "paid" },
            { id: 147, trip_id: 65, amount: "224.26", payment_date: null, status: "pending" },
            { id: 148, trip_id: 284, amount: "2706.86", payment_date: null, status: "pending" },
            { id: 149, trip_id: 36, amount: "3739.93", payment_date: "2023-09-04", status: "paid" },
            { id: 150, trip_id: 261, amount: "3655.84", payment_date: "2023-01-31", status: "paid" },
            { id: 151, trip_id: 207, amount: "4009.72", payment_date: null, status: "pending" },
            { id: 152, trip_id: 167, amount: "122.90", payment_date: "2023-05-05", status: "paid" },
            { id: 153, trip_id: 77, amount: "1309.57", payment_date: "2023-03-22", status: "paid" },
            { id: 154, trip_id: 183, amount: "364.89", payment_date: "2023-10-24", status: "paid" },
            { id: 155, trip_id: 227, amount: "2457.59", payment_date: "2023-03-07", status: "paid" },
            { id: 156, trip_id: 48, amount: "1897.15", payment_date: "2023-01-12", status: "paid" },
            { id: 157, trip_id: 225, amount: "402.89", payment_date: "2023-12-16", status: "paid" },
            { id: 158, trip_id: 140, amount: "468.39", payment_date: "2023-03-31", status: "paid" },
            { id: 159, trip_id: 258, amount: "89.40", payment_date: "2023-03-13", status: "paid" },
            { id: 160, trip_id: 266, amount: "4939.54", payment_date: "2023-10-08", status: "paid" },
            { id: 161, trip_id: 29, amount: "1533.84", payment_date: "2023-01-07", status: "paid" },
            { id: 162, trip_id: 143, amount: "4215.97", payment_date: "2023-10-01", status: "paid" },
            { id: 163, trip_id: 200, amount: "4254.86", payment_date: "2023-06-25", status: "paid" },
            { id: 164, trip_id: 79, amount: "1303.26", payment_date: "2023-08-19", status: "paid" },
            { id: 165, trip_id: 227, amount: "1286.28", payment_date: "2023-01-25", status: "paid" },
            { id: 166, trip_id: 209, amount: "136.39", payment_date: "2023-09-08", status: "paid" },
            { id: 167, trip_id: 239, amount: "3912.81", payment_date: "2023-10-22", status: "paid" },
            { id: 168, trip_id: 198, amount: "1347.43", payment_date: null, status: "pending" },
            { id: 169, trip_id: 261, amount: null, payment_date: null, status: "failed" },
            { id: 170, trip_id: 56, amount: "3804.14", payment_date: "2023-10-30", status: "paid" },
            { id: 171, trip_id: 251, amount: "58.14", payment_date: "2023-11-23", status: "paid" },
            { id: 172, trip_id: 150, amount: "459.31", payment_date: null, status: "pending" },
            { id: 173, trip_id: 183, amount: null, payment_date: null, status: "failed" },
            { id: 174, trip_id: 180, amount: "2970.51", payment_date: "2023-02-24", status: "paid" },
            { id: 175, trip_id: 206, amount: "646.70", payment_date: "2023-01-04", status: "paid" },
            { id: 176, trip_id: 181, amount: "2058.26", payment_date: null, status: "pending" },
            { id: 177, trip_id: 297, amount: "1339.95", payment_date: null, status: "pending" },
            { id: 178, trip_id: 132, amount: "1276.17", payment_date: "2023-01-21", status: "paid" },
            { id: 179, trip_id: 241, amount: "59.95", payment_date: "2023-02-24", status: "paid" },
            { id: 180, trip_id: 13, amount: null, payment_date: null, status: "failed" },
            { id: 181, trip_id: 274, amount: null, payment_date: null, status: "failed" },
            { id: 182, trip_id: 100, amount: "714.39", payment_date: "2023-06-24", status: "paid" },
            { id: 183, trip_id: 227, amount: "183.85", payment_date: "2023-09-24", status: "paid" },
            { id: 184, trip_id: 1, amount: "2265.19", payment_date: "2023-09-27", status: "paid" },
            { id: 185, trip_id: 108, amount: "701.71", payment_date: "2023-01-01", status: "paid" },
            { id: 186, trip_id: 39, amount: "1201.68", payment_date: "2023-04-20", status: "paid" },
            { id: 187, trip_id: 212, amount: "64.65", payment_date: "2023-09-02", status: "paid" },
            { id: 188, trip_id: 169, amount: "175.85", payment_date: "2023-11-08", status: "paid" },
            { id: 189, trip_id: 41, amount: "1146.11", payment_date: null, status: "pending" },
            { id: 190, trip_id: 6, amount: "1469.00", payment_date: "2023-12-11", status: "paid" },
            { id: 191, trip_id: 200, amount: "2498.28", payment_date: null, status: "pending" },
            { id: 192, trip_id: 134, amount: null, payment_date: null, status: "failed" },
            { id: 193, trip_id: 39, amount: "95.51", payment_date: "2023-11-09", status: "paid" },
            { id: 194, trip_id: 299, amount: "425.69", payment_date: "2023-11-15", status: "paid" },
            { id: 195, trip_id: 151, amount: "2141.24", payment_date: null, status: "pending" },
            { id: 196, trip_id: 167, amount: "1053.74", payment_date: "2023-06-19", status: "paid" },
            { id: 197, trip_id: 132, amount: "4832.53", payment_date: "2023-08-16", status: "paid" },
            { id: 198, trip_id: 2, amount: "826.92", payment_date: "2023-09-24", status: "paid" },
            { id: 199, trip_id: 43, amount: "1126.19", payment_date: null, status: "pending" },
            { id: 200, trip_id: 290, amount: "3398.51", payment_date: null, status: "pending" },
            { id: 201, trip_id: 117, amount: "3960.81", payment_date: "2023-10-09", status: "paid" },
            { id: 202, trip_id: 249, amount: "2132.79", payment_date: null, status: "pending" },
            { id: 203, trip_id: 37, amount: "879.25", payment_date: null, status: "pending" },
            { id: 204, trip_id: 292, amount: "107.98", payment_date: "2023-07-16", status: "paid" },
            { id: 205, trip_id: 228, amount: null, payment_date: null, status: "failed" },
            { id: 206, trip_id: 163, amount: "143.65", payment_date: null, status: "pending" },
            { id: 207, trip_id: 216, amount: "1966.34", payment_date: "2023-02-05", status: "paid" },
            { id: 208, trip_id: 137, amount: "482.35", payment_date: "2023-12-02", status: "paid" },
            { id: 209, trip_id: 73, amount: "627.17", payment_date: "2023-02-08", status: "paid" },
            { id: 210, trip_id: 166, amount: null, payment_date: null, status: "failed" },
            { id: 211, trip_id: 257, amount: "1318.32", payment_date: "2023-06-10", status: "paid" },
            { id: 212, trip_id: 51, amount: "2860.62", payment_date: "2023-12-15", status: "paid" },
            { id: 213, trip_id: 97, amount: "115.12", payment_date: null, status: "pending" },
            { id: 214, trip_id: 21, amount: "140.02", payment_date: "2023-08-14", status: "paid" },
            { id: 215, trip_id: 42, amount: "1739.21", payment_date: "2023-09-12", status: "paid" },
            { id: 216, trip_id: 157, amount: "1677.99", payment_date: null, status: "pending" },
            { id: 217, trip_id: 111, amount: "388.33", payment_date: null, status: "pending" },
            { id: 218, trip_id: 129, amount: "264.19", payment_date: null, status: "pending" },
            { id: 219, trip_id: 184, amount: "178.61", payment_date: "2023-02-12", status: "paid" },
            { id: 220, trip_id: 78, amount: "967.79", payment_date: null, status: "pending" },
            { id: 221, trip_id: 79, amount: "4719.88", payment_date: "2023-08-14", status: "paid" },
            { id: 222, trip_id: 104, amount: "1199.94", payment_date: "2023-09-09", status: "paid" },
            { id: 223, trip_id: 83, amount: "1192.06", payment_date: "2023-09-16", status: "paid" },
            { id: 224, trip_id: 213, amount: "4691.13", payment_date: "2023-04-23", status: "paid" },
            { id: 225, trip_id: 203, amount: null, payment_date: null, status: "failed" },
            { id: 226, trip_id: 26, amount: "1996.36", payment_date: "2023-07-20", status: "paid" },
            { id: 227, trip_id: 255, amount: "707.06", payment_date: "2023-06-23", status: "paid" },
            { id: 228, trip_id: 18, amount: "3933.15", payment_date: "2023-05-28", status: "paid" },
            { id: 229, trip_id: 281, amount: "4531.96", payment_date: "2023-03-29", status: "paid" },
            { id: 230, trip_id: 188, amount: "810.49", payment_date: "2023-05-21", status: "paid" },
            { id: 231, trip_id: 112, amount: "1507.57", payment_date: "2023-05-30", status: "paid" },
            { id: 232, trip_id: 121, amount: "184.31", payment_date: "2023-05-07", status: "paid" },
            { id: 233, trip_id: 54, amount: "3945.31", payment_date: "2023-07-17", status: "paid" },
            { id: 234, trip_id: 25, amount: "4140.32", payment_date: "2023-01-28", status: "paid" },
            { id: 235, trip_id: 34, amount: "925.51", payment_date: "2023-07-18", status: "paid" },
            { id: 236, trip_id: 220, amount: "3873.60", payment_date: "2023-04-15", status: "paid" },
            { id: 237, trip_id: 276, amount: "4777.01", payment_date: "2023-10-08", status: "paid" },
            { id: 238, trip_id: 66, amount: "3635.39", payment_date: "2023-02-17", status: "paid" },
            { id: 239, trip_id: 165, amount: "2504.35", payment_date: "2023-03-02", status: "paid" },
            { id: 240, trip_id: 240, amount: "1496.86", payment_date: "2023-09-04", status: "paid" },
            { id: 241, trip_id: 123, amount: "52.61", payment_date: "2023-07-19", status: "paid" },
            { id: 242, trip_id: 240, amount: "272.97", payment_date: "2023-03-30", status: "paid" },
            { id: 243, trip_id: 205, amount: "315.63", payment_date: "2023-02-08", status: "paid" },
            { id: 244, trip_id: 287, amount: "1393.64", payment_date: "2023-06-24", status: "paid" },
            { id: 245, trip_id: 48, amount: "2570.97", payment_date: "2023-05-06", status: "paid" },
            { id: 246, trip_id: 178, amount: "2720.39", payment_date: "2023-02-10", status: "paid" },
            { id: 247, trip_id: 276, amount: null, payment_date: null, status: "failed" },
            { id: 248, trip_id: 108, amount: "4278.74", payment_date: null, status: "pending" },
            { id: 249, trip_id: 187, amount: "3380.80", payment_date: null, status: "pending" },
            { id: 250, trip_id: 180, amount: "656.85", payment_date: "2023-10-24", status: "paid" },
            { id: 251, trip_id: 150, amount: "684.63", payment_date: "2023-03-22", status: "paid" },
            { id: 252, trip_id: 270, amount: "2179.18", payment_date: null, status: "pending" },
            { id: 253, trip_id: 154, amount: "210.66", payment_date: "2023-01-11", status: "paid" },
            { id: 254, trip_id: 249, amount: "4138.74", payment_date: "2023-01-13", status: "paid" },
            { id: 255, trip_id: 3, amount: null, payment_date: null, status: "failed" },
            { id: 256, trip_id: 241, amount: "3344.79", payment_date: "2023-12-24", status: "paid" },
            { id: 257, trip_id: 2, amount: null, payment_date: null, status: "failed" },
            { id: 258, trip_id: 286, amount: "2280.64", payment_date: "2023-05-03", status: "paid" },
            { id: 259, trip_id: 160, amount: "4497.18", payment_date: "2023-10-25", status: "paid" },
            { id: 260, trip_id: 132, amount: "4260.39", payment_date: "2023-05-20", status: "paid" },
            { id: 261, trip_id: 292, amount: "1020.67", payment_date: "2023-01-08", status: "paid" },
            { id: 262, trip_id: 272, amount: "2038.03", payment_date: "2023-02-22", status: "paid" },
            { id: 263, trip_id: 163, amount: null, payment_date: null, status: "failed" },
            { id: 264, trip_id: 47, amount: "72.03", payment_date: "2023-04-01", status: "paid" },
            { id: 265, trip_id: 60, amount: "3595.82", payment_date: null, status: "pending" },
            { id: 266, trip_id: 288, amount: "125.67", payment_date: "2023-08-29", status: "paid" },
            { id: 267, trip_id: 251, amount: "818.71", payment_date: "2023-08-21", status: "paid" },
            { id: 268, trip_id: 289, amount: "4810.19", payment_date: "2023-06-13", status: "paid" },
            { id: 269, trip_id: 22, amount: "1700.64", payment_date: "2023-08-07", status: "paid" },
            { id: 270, trip_id: 245, amount: "52.84", payment_date: "2023-12-22", status: "paid" },
            { id: 271, trip_id: 181, amount: "1933.55", payment_date: "2023-07-24", status: "paid" },
            { id: 272, trip_id: 19, amount: "2543.64", payment_date: null, status: "pending" },
            { id: 273, trip_id: 138, amount: null, payment_date: null, status: "failed" },
            { id: 274, trip_id: 156, amount: "1090.86", payment_date: "2023-08-31", status: "paid" },
            { id: 275, trip_id: 189, amount: "4218.77", payment_date: "2023-08-09", status: "paid" },
            { id: 276, trip_id: 83, amount: "109.55", payment_date: "2023-03-05", status: "paid" },
            { id: 277, trip_id: 284, amount: "477.66", payment_date: null, status: "pending" },
            { id: 278, trip_id: 278, amount: null, payment_date: null, status: "failed" },
            { id: 279, trip_id: 276, amount: "52.72", payment_date: null, status: "pending" },
            { id: 280, trip_id: 245, amount: "1983.06", payment_date: null, status: "pending" },
            { id: 281, trip_id: 208, amount: "4542.65", payment_date: null, status: "pending" },
            { id: 282, trip_id: 93, amount: "2383.18", payment_date: "2023-10-18", status: "paid" },
            { id: 283, trip_id: 217, amount: "2001.68", payment_date: "2023-07-11", status: "paid" },
            { id: 284, trip_id: 203, amount: "147.63", payment_date: "2023-03-17", status: "paid" },
            { id: 285, trip_id: 150, amount: "100.65", payment_date: "2023-10-19", status: "paid" },
            { id: 286, trip_id: 126, amount: null, payment_date: null, status: "failed" },
            { id: 287, trip_id: 159, amount: "3491.38", payment_date: "2023-12-07", status: "paid" },
            { id: 288, trip_id: 59, amount: "2347.60", payment_date: "2023-04-30", status: "paid" },
            { id: 289, trip_id: 125, amount: "1567.82", payment_date: "2023-03-04", status: "paid" },
            { id: 290, trip_id: 233, amount: null, payment_date: null, status: "failed" },
            { id: 291, trip_id: 261, amount: "1576.23", payment_date: "2023-11-18", status: "paid" },
            { id: 292, trip_id: 46, amount: "754.01", payment_date: "2023-04-13", status: "paid" },
            { id: 293, trip_id: 67, amount: "2839.44", payment_date: null, status: "pending" },
            { id: 294, trip_id: 194, amount: "993.53", payment_date: "2023-11-22", status: "paid" },
            { id: 295, trip_id: 198, amount: "1153.64", payment_date: null, status: "pending" },
            { id: 296, trip_id: 241, amount: "538.40", payment_date: "2023-07-12", status: "paid" },
            { id: 297, trip_id: 42, amount: "208.42", payment_date: "2023-09-18", status: "paid" },
            { id: 298, trip_id: 109, amount: null, payment_date: null, status: "failed" },
            { id: 299, trip_id: 75, amount: "3065.54", payment_date: "2023-07-21", status: "paid" },
            { id: 300, trip_id: 98, amount: null, payment_date: null, status: "failed" },
            { id: 301, trip_id: 104, amount: "2108.87", payment_date: "2023-01-14", status: "paid" },
            { id: 302, trip_id: 223, amount: "2138.56", payment_date: "2023-10-15", status: "paid" },
            { id: 303, trip_id: 73, amount: "1549.94", payment_date: "2023-07-14", status: "paid" },
            { id: 304, trip_id: 120, amount: "267.64", payment_date: "2023-11-05", status: "paid" },
            { id: 305, trip_id: 131, amount: "1759.89", payment_date: null, status: "pending" },
            { id: 306, trip_id: 10, amount: "778.26", payment_date: "2023-10-10", status: "paid" },
            { id: 307, trip_id: 34, amount: "64.81", payment_date: "2023-11-28", status: "paid" },
            { id: 308, trip_id: 68, amount: "3682.40", payment_date: null, status: "pending" },
            { id: 309, trip_id: 200, amount: "2916.08", payment_date: "2023-06-06", status: "paid" },
            { id: 310, trip_id: 231, amount: "1651.01", payment_date: "2023-11-21", status: "paid" },
            { id: 311, trip_id: 82, amount: null, payment_date: null, status: "failed" },
            { id: 312, trip_id: 264, amount: "1645.35", payment_date: null, status: "pending" },
            { id: 313, trip_id: 5, amount: "2344.76", payment_date: null, status: "pending" },
            { id: 314, trip_id: 99, amount: "3915.74", payment_date: "2023-03-20", status: "paid" },
            { id: 315, trip_id: 277, amount: "150.50", payment_date: null, status: "pending" },
            { id: 316, trip_id: 205, amount: "992.44", payment_date: "2023-07-15", status: "paid" },
            { id: 317, trip_id: 20, amount: null, payment_date: null, status: "failed" },
            { id: 318, trip_id: 232, amount: null, payment_date: null, status: "failed" },
            { id: 319, trip_id: 69, amount: null, payment_date: null, status: "failed" },
            { id: 320, trip_id: 13, amount: "101.77", payment_date: null, status: "pending" },
            { id: 321, trip_id: 255, amount: "1298.79", payment_date: "2023-09-01", status: "paid" },
            { id: 322, trip_id: 290, amount: "3262.39", payment_date: "2023-02-10", status: "paid" },
            { id: 323, trip_id: 109, amount: null, payment_date: null, status: "failed" },
            { id: 324, trip_id: 283, amount: "1052.64", payment_date: "2023-12-16", status: "paid" },
            { id: 325, trip_id: 30, amount: "140.49", payment_date: "2023-05-15", status: "paid" },
            { id: 326, trip_id: 58, amount: "179.50", payment_date: "2023-05-07", status: "paid" },
            { id: 327, trip_id: 268, amount: "225.66", payment_date: "2023-03-26", status: "paid" },
            { id: 328, trip_id: 96, amount: "1540.67", payment_date: "2023-04-13", status: "paid" },
            { id: 329, trip_id: 124, amount: "591.07", payment_date: null, status: "pending" },
            { id: 330, trip_id: 254, amount: "3156.36", payment_date: "2023-01-10", status: "paid" },
            { id: 331, trip_id: 171, amount: "204.08", payment_date: null, status: "pending" },
            { id: 332, trip_id: 269, amount: "342.27", payment_date: "2023-07-16", status: "paid" },
            { id: 333, trip_id: 131, amount: "3018.02", payment_date: "2023-07-26", status: "paid" },
            { id: 334, trip_id: 122, amount: null, payment_date: null, status: "failed" },
            { id: 335, trip_id: 175, amount: "63.86", payment_date: null, status: "pending" },
            { id: 336, trip_id: 96, amount: "123.88", payment_date: "2023-12-29", status: "paid" },
            { id: 337, trip_id: 114, amount: "3286.11", payment_date: "2023-01-18", status: "paid" },
            { id: 338, trip_id: 100, amount: "247.71", payment_date: "2023-08-21", status: "paid" },
            { id: 339, trip_id: 182, amount: "665.99", payment_date: "2023-05-10", status: "paid" },
            { id: 340, trip_id: 121, amount: "1848.97", payment_date: "2023-12-27", status: "paid" },
            { id: 341, trip_id: 250, amount: "3813.28", payment_date: null, status: "pending" },
            { id: 342, trip_id: 273, amount: "98.92", payment_date: "2023-12-22", status: "paid" },
            { id: 343, trip_id: 55, amount: "121.84", payment_date: "2023-02-05", status: "paid" },
            { id: 344, trip_id: 118, amount: "124.20", payment_date: "2023-12-18", status: "paid" },
            { id: 345, trip_id: 114, amount: "2109.02", payment_date: "2023-02-12", status: "paid" },
            { id: 346, trip_id: 265, amount: null, payment_date: null, status: "failed" },
            { id: 347, trip_id: 293, amount: "1495.21", payment_date: "2023-05-05", status: "paid" },
            { id: 348, trip_id: 90, amount: "358.87", payment_date: "2023-09-08", status: "paid" },
            { id: 349, trip_id: 216, amount: "768.56", payment_date: null, status: "pending" },
            { id: 350, trip_id: 222, amount: "4645.39", payment_date: "2023-06-16", status: "paid" },
            { id: 351, trip_id: 144, amount: "1508.82", payment_date: "2023-07-24", status: "paid" },
            { id: 352, trip_id: 179, amount: "207.80", payment_date: "2023-03-07", status: "paid" },
            { id: 353, trip_id: 43, amount: "77.19", payment_date: null, status: "pending" },
            { id: 354, trip_id: 134, amount: null, payment_date: null, status: "failed" },
            { id: 355, trip_id: 22, amount: "4000.98", payment_date: "2023-03-13", status: "paid" },
            { id: 356, trip_id: 234, amount: "2647.60", payment_date: null, status: "pending" },
            { id: 357, trip_id: 156, amount: "2442.50", payment_date: "2023-11-16", status: "paid" },
            { id: 358, trip_id: 29, amount: "279.34", payment_date: "2023-03-04", status: "paid" },
            { id: 359, trip_id: 64, amount: "50.14", payment_date: null, status: "pending" },
            { id: 360, trip_id: 97, amount: "1099.29", payment_date: "2023-08-26", status: "paid" },
            { id: 361, trip_id: 30, amount: "2642.00", payment_date: "2023-03-16", status: "paid" },
            { id: 362, trip_id: 171, amount: "51.28", payment_date: "2023-11-04", status: "paid" },
            { id: 363, trip_id: 245, amount: "2990.11", payment_date: "2023-05-31", status: "paid" },
            { id: 364, trip_id: 50, amount: "381.11", payment_date: "2023-04-30", status: "paid" },
            { id: 365, trip_id: 116, amount: "1077.74", payment_date: "2023-04-27", status: "paid" },
            { id: 366, trip_id: 97, amount: "766.68", payment_date: "2023-07-28", status: "paid" },
            { id: 367, trip_id: 23, amount: "4439.68", payment_date: "2023-11-13", status: "paid" },
            { id: 368, trip_id: 53, amount: "287.30", payment_date: null, status: "pending" },
            { id: 369, trip_id: 211, amount: "86.34", payment_date: "2023-12-10", status: "paid" },
            { id: 370, trip_id: 188, amount: "872.86", payment_date: "2023-01-26", status: "paid" },
            { id: 371, trip_id: 149, amount: "684.44", payment_date: null, status: "pending" },
            { id: 372, trip_id: 70, amount: "1361.71", payment_date: "2023-07-02", status: "paid" },
            { id: 373, trip_id: 49, amount: "3641.71", payment_date: "2023-02-22", status: "paid" },
            { id: 374, trip_id: 85, amount: "141.12", payment_date: "2023-07-19", status: "paid" },
            { id: 375, trip_id: 147, amount: "194.09", payment_date: null, status: "pending" },
            { id: 376, trip_id: 191, amount: "68.15", payment_date: "2023-12-30", status: "paid" },
            { id: 377, trip_id: 63, amount: "4063.35", payment_date: "2023-09-06", status: "paid" },
            { id: 378, trip_id: 230, amount: "1038.70", payment_date: "2023-06-17", status: "paid" },
            { id: 379, trip_id: 164, amount: "96.24", payment_date: null, status: "pending" },
            { id: 380, trip_id: 99, amount: "1851.46", payment_date: "2023-04-29", status: "paid" },
            { id: 381, trip_id: 38, amount: "4366.42", payment_date: "2023-03-02", status: "paid" },
            { id: 382, trip_id: 87, amount: "3016.45", payment_date: "2023-02-20", status: "paid" },
            { id: 383, trip_id: 33, amount: "114.75", payment_date: "2023-12-30", status: "paid" },
            { id: 384, trip_id: 39, amount: "2977.02", payment_date: null, status: "pending" },
            { id: 385, trip_id: 289, amount: "183.95", payment_date: "2023-04-13", status: "paid" },
            { id: 386, trip_id: 242, amount: "381.83", payment_date: "2023-02-25", status: "paid" },
            { id: 387, trip_id: 145, amount: "1058.36", payment_date: null, status: "pending" },
            { id: 388, trip_id: 209, amount: "309.49", payment_date: "2023-07-23", status: "paid" },
            { id: 389, trip_id: 199, amount: "1987.05", payment_date: "2023-04-24", status: "paid" },
            { id: 390, trip_id: 87, amount: "914.82", payment_date: "2023-01-20", status: "paid" },
            { id: 391, trip_id: 142, amount: "57.45", payment_date: "2023-09-28", status: "paid" },
            { id: 392, trip_id: 115, amount: "2713.94", payment_date: "2023-07-07", status: "paid" },
            { id: 393, trip_id: 81, amount: "3709.20", payment_date: "2023-07-01", status: "paid" },
            { id: 394, trip_id: 247, amount: "1596.85", payment_date: "2023-08-04", status: "paid" },
            { id: 395, trip_id: 46, amount: "2014.46", payment_date: "2023-08-18", status: "paid" },
            { id: 396, trip_id: 294, amount: "127.39", payment_date: "2023-07-01", status: "paid" },
            { id: 397, trip_id: 235, amount: "328.18", payment_date: "2023-04-30", status: "paid" },
            { id: 398, trip_id: 203, amount: "85.15", payment_date: "2023-10-19", status: "paid" },
            { id: 399, trip_id: 157, amount: "107.19", payment_date: null, status: "pending" },
            { id: 400, trip_id: 158, amount: "4911.73", payment_date: null, status: "pending" },
            { id: 401, trip_id: 270, amount: "250.66", payment_date: null, status: "pending" },
            { id: 402, trip_id: 82, amount: "4596.13", payment_date: "2023-11-01", status: "paid" },
            { id: 403, trip_id: 180, amount: "465.61", payment_date: null, status: "pending" },
            { id: 404, trip_id: 89, amount: "2315.27", payment_date: "2023-02-03", status: "paid" },
            { id: 405, trip_id: 286, amount: "1045.47", payment_date: "2023-03-06", status: "paid" },
            { id: 406, trip_id: 292, amount: null, payment_date: null, status: "failed" },
            { id: 407, trip_id: 187, amount: "197.92", payment_date: "2023-08-31", status: "paid" },
            { id: 408, trip_id: 238, amount: "67.63", payment_date: "2023-09-12", status: "paid" },
            { id: 409, trip_id: 7, amount: "250.49", payment_date: "2023-03-16", status: "paid" },
            { id: 410, trip_id: 178, amount: "4579.57", payment_date: "2023-08-14", status: "paid" },
            { id: 411, trip_id: 171, amount: "1162.45", payment_date: "2023-11-10", status: "paid" },
            { id: 412, trip_id: 244, amount: "1530.42", payment_date: null, status: "pending" },
            { id: 413, trip_id: 137, amount: "763.27", payment_date: "2023-02-18", status: "paid" },
            { id: 414, trip_id: 246, amount: "604.44", payment_date: "2023-06-16", status: "paid" },
            { id: 415, trip_id: 120, amount: "1735.21", payment_date: "2023-02-19", status: "paid" },
            { id: 416, trip_id: 201, amount: null, payment_date: null, status: "failed" },
            { id: 417, trip_id: 117, amount: "206.61", payment_date: "2023-04-17", status: "paid" },
            { id: 418, trip_id: 196, amount: "4758.48", payment_date: "2023-11-14", status: "paid" },
            { id: 419, trip_id: 106, amount: "52.10", payment_date: null, status: "pending" },
            { id: 420, trip_id: 144, amount: "50.49", payment_date: "2023-10-25", status: "paid" },
            { id: 421, trip_id: 36, amount: "4632.99", payment_date: "2023-07-17", status: "paid" },
            { id: 422, trip_id: 153, amount: null, payment_date: null, status: "failed" },
            { id: 423, trip_id: 240, amount: "235.93", payment_date: "2023-05-27", status: "paid" },
            { id: 424, trip_id: 115, amount: "1309.28", payment_date: "2023-06-08", status: "paid" },
            { id: 425, trip_id: 202, amount: "478.33", payment_date: "2023-05-16", status: "paid" },
            { id: 426, trip_id: 94, amount: "2153.35", payment_date: "2023-02-12", status: "paid" },
            { id: 427, trip_id: 282, amount: "210.27", payment_date: null, status: "pending" },
            { id: 428, trip_id: 80, amount: null, payment_date: null, status: "failed" },
            { id: 429, trip_id: 129, amount: "2987.47", payment_date: "2023-04-01", status: "paid" },
            { id: 430, trip_id: 14, amount: "537.41", payment_date: "2023-08-30", status: "paid" },
            { id: 431, trip_id: 256, amount: "4973.03", payment_date: "2023-02-25", status: "paid" },
            { id: 432, trip_id: 171, amount: "130.28", payment_date: "2023-06-17", status: "paid" },
            { id: 433, trip_id: 32, amount: "217.33", payment_date: "2023-07-21", status: "paid" },
            { id: 434, trip_id: 291, amount: null, payment_date: null, status: "failed" },
            { id: 435, trip_id: 2, amount: "66.60", payment_date: "2023-01-23", status: "paid" },
            { id: 436, trip_id: 39, amount: "357.73", payment_date: "2023-12-15", status: "paid" },
            { id: 437, trip_id: 103, amount: "553.54", payment_date: "2023-11-13", status: "paid" },
            { id: 438, trip_id: 175, amount: "106.68", payment_date: null, status: "pending" },
            { id: 439, trip_id: 52, amount: "86.01", payment_date: "2023-10-23", status: "paid" },
            { id: 440, trip_id: 107, amount: "4410.04", payment_date: null, status: "pending" },
            { id: 441, trip_id: 177, amount: "178.11", payment_date: "2023-05-08", status: "paid" },
            { id: 442, trip_id: 285, amount: "1464.07", payment_date: "2023-02-19", status: "paid" },
            { id: 443, trip_id: 12, amount: "252.83", payment_date: null, status: "pending" },
            { id: 444, trip_id: 284, amount: "2030.33", payment_date: "2023-08-29", status: "paid" },
            { id: 445, trip_id: 110, amount: "4230.35", payment_date: "2023-11-02", status: "paid" },
            { id: 446, trip_id: 156, amount: "2014.15", payment_date: "2023-11-22", status: "paid" },
            { id: 447, trip_id: 169, amount: "297.39", payment_date: "2023-05-16", status: "paid" },
            { id: 448, trip_id: 212, amount: "2817.66", payment_date: null, status: "pending" },
            { id: 449, trip_id: 40, amount: "1266.07", payment_date: "2023-11-15", status: "paid" },
            { id: 450, trip_id: 28, amount: "3632.98", payment_date: "2023-06-19", status: "paid" },
            { id: 451, trip_id: 214, amount: "358.74", payment_date: "2023-07-22", status: "paid" },
            { id: 452, trip_id: 104, amount: "86.26", payment_date: "2023-11-30", status: "paid" },
            { id: 453, trip_id: 32, amount: "3871.98", payment_date: "2023-11-16", status: "paid" },
            { id: 454, trip_id: 181, amount: "4061.60", payment_date: "2023-02-28", status: "paid" },
            { id: 455, trip_id: 237, amount: "4121.24", payment_date: "2023-03-13", status: "paid" },
            { id: 456, trip_id: 277, amount: "3392.05", payment_date: "2023-12-21", status: "paid" },
            { id: 457, trip_id: 286, amount: "4389.93", payment_date: "2023-11-03", status: "paid" },
            { id: 458, trip_id: 9, amount: "164.96", payment_date: null, status: "pending" },
            { id: 459, trip_id: 285, amount: "2318.06", payment_date: "2023-08-20", status: "paid" },
            { id: 460, trip_id: 138, amount: "1568.56", payment_date: "2023-12-01", status: "paid" },
            { id: 461, trip_id: 148, amount: "544.02", payment_date: null, status: "pending" },
            { id: 462, trip_id: 18, amount: "2494.91", payment_date: "2023-01-18", status: "paid" },
            { id: 463, trip_id: 269, amount: "531.56", payment_date: "2023-01-19", status: "paid" },
            { id: 464, trip_id: 271, amount: "654.96", payment_date: "2023-09-21", status: "paid" },
            { id: 465, trip_id: 186, amount: "94.52", payment_date: null, status: "pending" },
            { id: 466, trip_id: 248, amount: null, payment_date: null, status: "failed" },
            { id: 467, trip_id: 114, amount: "2444.91", payment_date: "2023-03-31", status: "paid" },
            { id: 468, trip_id: 251, amount: "4317.55", payment_date: null, status: "pending" },
            { id: 469, trip_id: 274, amount: "992.53", payment_date: "2023-11-30", status: "paid" },
            { id: 470, trip_id: 185, amount: "577.82", payment_date: "2023-12-27", status: "paid" },
            { id: 471, trip_id: 269, amount: "825.34", payment_date: "2023-02-27", status: "paid" },
            { id: 472, trip_id: 84, amount: "4015.80", payment_date: "2023-01-31", status: "paid" },
            { id: 473, trip_id: 232, amount: "1215.46", payment_date: "2023-01-20", status: "paid" },
            { id: 474, trip_id: 287, amount: "1077.73", payment_date: "2023-05-22", status: "paid" },
            { id: 475, trip_id: 280, amount: null, payment_date: null, status: "failed" },
            { id: 476, trip_id: 120, amount: "935.76", payment_date: "2023-07-10", status: "paid" },
            { id: 477, trip_id: 232, amount: "383.57", payment_date: null, status: "pending" },
            { id: 478, trip_id: 210, amount: "1062.68", payment_date: "2023-07-14", status: "paid" },
            { id: 479, trip_id: 26, amount: "2793.82", payment_date: "2023-02-08", status: "paid" },
            { id: 480, trip_id: 179, amount: "3374.14", payment_date: null, status: "pending" },
            { id: 481, trip_id: 121, amount: "4260.10", payment_date: "2023-11-14", status: "paid" },
            { id: 482, trip_id: 221, amount: null, payment_date: null, status: "failed" },
            { id: 483, trip_id: 252, amount: "2152.34", payment_date: "2023-03-08", status: "paid" },
            { id: 484, trip_id: 93, amount: "3335.19", payment_date: null, status: "pending" },
            { id: 485, trip_id: 291, amount: "1733.08", payment_date: "2023-05-26", status: "paid" },
            { id: 486, trip_id: 134, amount: "568.59", payment_date: "2023-09-27", status: "paid" },
            { id: 487, trip_id: 13, amount: "160.28", payment_date: null, status: "pending" },
            { id: 488, trip_id: 219, amount: "56.05", payment_date: "2023-12-01", status: "paid" },
            { id: 489, trip_id: 236, amount: "992.04", payment_date: "2023-06-17", status: "paid" },
            { id: 490, trip_id: 15, amount: "3950.40", payment_date: "2023-08-08", status: "paid" },
            { id: 491, trip_id: 22, amount: "1012.58", payment_date: null, status: "pending" },
            { id: 492, trip_id: 164, amount: "50.50", payment_date: "2023-02-18", status: "paid" },
            { id: 493, trip_id: 193, amount: null, payment_date: null, status: "failed" },
            { id: 494, trip_id: 44, amount: "1310.50", payment_date: "2023-04-12", status: "paid" },
            { id: 495, trip_id: 183, amount: "63.52", payment_date: null, status: "pending" },
            { id: 496, trip_id: 291, amount: "2891.22", payment_date: "2023-02-13", status: "paid" },
            { id: 497, trip_id: 258, amount: "99.58", payment_date: null, status: "pending" },
            { id: 498, trip_id: 71, amount: null, payment_date: null, status: "failed" },
            { id: 499, trip_id: 235, amount: "1434.78", payment_date: null, status: "pending" },
            { id: 500, trip_id: 50, amount: null, payment_date: null, status: "failed" },
        ],
    });
    await prisma.payments.createMany({
        data: [
            { id: 501, trip_id: 190, amount: "867.96", payment_date: "2023-01-10", status: "paid" },
            { id: 502, trip_id: 138, amount: "2337.83", payment_date: "2023-08-11", status: "paid" },
            { id: 503, trip_id: 286, amount: "228.97", payment_date: "2023-05-01", status: "paid" },
            { id: 504, trip_id: 193, amount: "492.30", payment_date: null, status: "pending" },
            { id: 505, trip_id: 236, amount: "3688.71", payment_date: null, status: "pending" },
            { id: 506, trip_id: 114, amount: "2258.08", payment_date: "2023-07-19", status: "paid" },
            { id: 507, trip_id: 172, amount: "448.64", payment_date: null, status: "pending" },
            { id: 508, trip_id: 164, amount: "88.31", payment_date: null, status: "pending" },
            { id: 509, trip_id: 95, amount: "60.78", payment_date: "2023-12-06", status: "paid" },
            { id: 510, trip_id: 197, amount: "1265.51", payment_date: "2023-07-12", status: "paid" },
            { id: 511, trip_id: 285, amount: "1882.08", payment_date: "2023-01-20", status: "paid" },
            { id: 512, trip_id: 11, amount: "789.29", payment_date: "2023-10-18", status: "paid" },
            { id: 513, trip_id: 141, amount: "139.86", payment_date: "2023-04-05", status: "paid" },
            { id: 514, trip_id: 270, amount: "1222.02", payment_date: "2023-10-26", status: "paid" },
            { id: 515, trip_id: 160, amount: "351.57", payment_date: "2023-08-31", status: "paid" },
            { id: 516, trip_id: 95, amount: "384.76", payment_date: "2023-05-17", status: "paid" },
            { id: 517, trip_id: 137, amount: "3656.88", payment_date: "2023-11-28", status: "paid" },
            { id: 518, trip_id: 241, amount: "527.15", payment_date: "2023-07-27", status: "paid" },
            { id: 519, trip_id: 217, amount: "51.73", payment_date: "2023-12-11", status: "paid" },
            { id: 520, trip_id: 88, amount: "122.42", payment_date: "2023-08-08", status: "paid" },
            { id: 521, trip_id: 118, amount: "1758.35", payment_date: "2023-06-14", status: "paid" },
            { id: 522, trip_id: 119, amount: "2548.00", payment_date: "2023-09-30", status: "paid" },
            { id: 523, trip_id: 129, amount: "773.94", payment_date: "2023-01-08", status: "paid" },
            { id: 524, trip_id: 221, amount: "1039.84", payment_date: "2023-08-11", status: "paid" },
            { id: 525, trip_id: 196, amount: "1403.41", payment_date: "2023-02-08", status: "paid" },
            { id: 526, trip_id: 170, amount: "3939.11", payment_date: "2023-03-15", status: "paid" },
            { id: 527, trip_id: 163, amount: "739.77", payment_date: null, status: "pending" },
            { id: 528, trip_id: 45, amount: "1345.66", payment_date: "2023-02-15", status: "paid" },
            { id: 529, trip_id: 18, amount: null, payment_date: null, status: "failed" },
            { id: 530, trip_id: 52, amount: "1005.66", payment_date: null, status: "pending" },
            { id: 531, trip_id: 56, amount: "291.41", payment_date: "2023-09-06", status: "paid" },
            { id: 532, trip_id: 101, amount: "2271.94", payment_date: "2023-07-07", status: "paid" },
            { id: 533, trip_id: 188, amount: "280.49", payment_date: "2023-05-05", status: "paid" },
            { id: 534, trip_id: 137, amount: null, payment_date: null, status: "failed" },
            { id: 535, trip_id: 294, amount: "320.94", payment_date: "2023-07-28", status: "paid" },
            { id: 536, trip_id: 282, amount: "4081.28", payment_date: "2023-09-15", status: "paid" },
            { id: 537, trip_id: 73, amount: "1663.32", payment_date: "2023-10-14", status: "paid" },
            { id: 538, trip_id: 293, amount: "2793.55", payment_date: null, status: "pending" },
            { id: 539, trip_id: 42, amount: "3454.94", payment_date: "2023-12-22", status: "paid" },
            { id: 540, trip_id: 8, amount: "56.24", payment_date: "2023-01-07", status: "paid" },
            { id: 541, trip_id: 165, amount: "3850.37", payment_date: "2023-08-19", status: "paid" },
            { id: 542, trip_id: 86, amount: "50.14", payment_date: "2023-10-12", status: "paid" },
            { id: 543, trip_id: 176, amount: "1571.87", payment_date: "2023-03-09", status: "paid" },
            { id: 544, trip_id: 117, amount: "129.14", payment_date: "2023-01-03", status: "paid" },
            { id: 545, trip_id: 27, amount: "4831.45", payment_date: null, status: "pending" },
            { id: 546, trip_id: 204, amount: "2148.69", payment_date: "2023-08-19", status: "paid" },
            { id: 547, trip_id: 60, amount: "440.46", payment_date: "2023-03-23", status: "paid" },
            { id: 548, trip_id: 152, amount: "4922.06", payment_date: "2023-01-28", status: "paid" },
            { id: 549, trip_id: 224, amount: "446.94", payment_date: "2023-08-29", status: "paid" },
            { id: 550, trip_id: 225, amount: "2798.07", payment_date: "2023-03-18", status: "paid" },
            { id: 551, trip_id: 63, amount: null, payment_date: null, status: "failed" },
            { id: 552, trip_id: 260, amount: "53.06", payment_date: null, status: "pending" },
            { id: 553, trip_id: 81, amount: "1208.15", payment_date: "2023-12-03", status: "paid" },
            { id: 554, trip_id: 173, amount: "859.73", payment_date: "2023-12-21", status: "paid" },
            { id: 555, trip_id: 64, amount: "2518.51", payment_date: "2023-04-10", status: "paid" },
            { id: 556, trip_id: 95, amount: "574.29", payment_date: "2023-05-27", status: "paid" },
            { id: 557, trip_id: 168, amount: "545.16", payment_date: "2023-07-13", status: "paid" },
            { id: 558, trip_id: 109, amount: "649.66", payment_date: "2023-05-10", status: "paid" },
            { id: 559, trip_id: 215, amount: "2073.00", payment_date: "2023-12-05", status: "paid" },
            { id: 560, trip_id: 143, amount: "98.21", payment_date: "2023-07-05", status: "paid" },
            { id: 561, trip_id: 133, amount: "50.40", payment_date: "2023-08-13", status: "paid" },
            { id: 562, trip_id: 113, amount: "904.12", payment_date: null, status: "pending" },
            { id: 563, trip_id: 101, amount: "923.51", payment_date: null, status: "pending" },
            { id: 564, trip_id: 15, amount: "346.35", payment_date: "2023-10-09", status: "paid" },
            { id: 565, trip_id: 248, amount: "2966.80", payment_date: "2023-03-04", status: "paid" },
            { id: 566, trip_id: 28, amount: "241.53", payment_date: null, status: "pending" },
            { id: 567, trip_id: 29, amount: "185.56", payment_date: "2023-02-15", status: "paid" },
            { id: 568, trip_id: 198, amount: "104.70", payment_date: "2023-06-06", status: "paid" },
            { id: 569, trip_id: 195, amount: "1023.72", payment_date: "2023-01-27", status: "paid" },
            { id: 570, trip_id: 295, amount: "197.27", payment_date: "2023-12-10", status: "paid" },
            { id: 571, trip_id: 80, amount: "281.45", payment_date: "2023-09-25", status: "paid" },
            { id: 572, trip_id: 300, amount: "221.19", payment_date: "2023-09-26", status: "paid" },
        ],
    });
}

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