// Auto Dealership Transactions (auto-showroom) 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: "Olivia Johnson", email: "olivia.johnson@example.com", phone: "+1-617-555-0154", city: "San Diego", loyalty_status: "platinum" },
            { id: 2, full_name: "Elif Castro", email: "elif.castro@example.org", phone: "+1-778-555-0131", city: null, loyalty_status: null },
            { id: 3, full_name: "Oscar Wright", email: "oscar.wright@example.org", phone: "+1-305-555-0122", city: "Bangkok", loyalty_status: "silver" },
            { id: 4, full_name: "Ben Wagner", email: "ben.wagner@example.net", phone: "+1-305-555-0131", city: null, loyalty_status: "bronze" },
            { id: 5, full_name: "Elena Fischer", email: "elena.fischer@example.net", phone: "+1-404-555-0171", city: null, loyalty_status: "bronze" },
            { id: 6, full_name: "Isaac Hansen", email: "isaac.hansen@example.net", phone: "+1-801-555-0124", city: null, loyalty_status: "bronze" },
            { id: 7, full_name: "Daniel Shah", email: "daniel.shah@example.org", phone: "+1-213-555-0138", city: "Warsaw", loyalty_status: "silver" },
            { id: 8, full_name: "Tariq Pereira", email: "tariq.pereira@example.com", phone: "+1-469-555-0118", city: "Lisbon", loyalty_status: "silver" },
            { id: 9, full_name: "Diego Ali", email: "diego.ali@example.com", phone: "+1-612-555-0180", city: "Copenhagen", loyalty_status: "silver" },
            { id: 10, full_name: "Alice Bennett", email: "alice.bennett@example.com", phone: "+1-857-555-0158", city: "Bogota", loyalty_status: "silver" },
            { id: 11, full_name: "Rafael Meyer", email: "rafael.meyer@example.net", phone: "+1-801-555-0158", city: null, loyalty_status: "bronze" },
            { id: 12, full_name: "Arjun Ruiz", email: "arjun.ruiz@example.com", phone: "+1-702-555-0175", city: "Sydney", loyalty_status: "silver" },
            { id: 13, full_name: "Yara Ruiz", email: "yara.ruiz@example.com", phone: "+1-512-555-0152", city: "Berlin", loyalty_status: "platinum" },
            { id: 14, full_name: "Maria Novak", email: "maria.novak@example.net", phone: "+1-213-555-0153", city: null, loyalty_status: "bronze" },
            { id: 15, full_name: "Carlos Hansen", email: "carlos.hansen@example.com", phone: "+1-202-555-0126", city: "Mexico City", loyalty_status: "silver" },
            { id: 16, full_name: "Zara Kaya", email: "zara.kaya@example.org", phone: "+1-213-555-0137", city: null, loyalty_status: "bronze" },
            { id: 17, full_name: "Yara Oliveira", email: "yara.oliveira@example.org", phone: "+1-212-555-0124", city: null, loyalty_status: "bronze" },
            { id: 18, full_name: "Anna Bennett", email: "anna.bennett@example.net", phone: "+1-917-555-0160", city: null, loyalty_status: "bronze" },
            { id: 19, full_name: "Jade Gupta", email: "jade.gupta@example.com", phone: "+1-305-555-0116", city: "Mexico City", loyalty_status: "silver" },
            { id: 20, full_name: "Anna Park", email: "anna.park@example.com", phone: "+1-604-555-0145", city: null, loyalty_status: "bronze" },
            { id: 21, full_name: "Grace Wright", email: "grace.wright@example.com", phone: "+1-512-555-0158", city: "Izmir", loyalty_status: "platinum" },
            { id: 22, full_name: "Nour Cruz", email: "nour.cruz@example.org", phone: "+1-312-555-0163", city: null, loyalty_status: null },
            { id: 23, full_name: "Sofia Nakamura", email: "sofia.nakamura@example.net", phone: "+1-312-555-0175", city: null, loyalty_status: "bronze" },
            { id: 24, full_name: "Carlos Flores", email: "carlos.flores@example.com", phone: "+1-202-555-0150", city: "Berlin", loyalty_status: "silver" },
            { id: 25, full_name: "Jade Fischer", email: "jade.fischer@example.net", phone: "+1-415-555-0108", city: "Manila", loyalty_status: "silver" },
            { id: 26, full_name: "Yusuf Ibrahim", email: "yusuf.ibrahim@example.org", phone: "+1-702-555-0141", city: "Auckland", loyalty_status: "gold" },
            { id: 27, full_name: "Leo Kim", email: "leo.kim@example.org", phone: "+1-801-555-0192", city: "Copenhagen", loyalty_status: "silver" },
            { id: 28, full_name: "Selin Bauer", email: "selin.bauer@example.com", phone: "+1-905-555-0132", city: null, loyalty_status: "bronze" },
            { id: 29, full_name: "Sam Weber", email: "sam.weber@example.org", phone: "+1-202-555-0186", city: null, loyalty_status: null },
            { id: 30, full_name: "Hannah Patel", email: "hannah.patel@example.net", phone: "+1-305-555-0112", city: "San Diego", loyalty_status: "platinum" },
            { id: 31, full_name: "Daniel Johnson", email: "daniel.johnson@example.net", phone: "+1-212-555-0128", city: "Rome", loyalty_status: "silver" },
            { id: 32, full_name: "Omar Baker", email: "omar.baker@example.com", phone: "+1-972-555-0134", city: null, loyalty_status: null },
            { id: 33, full_name: "Mia Davis", email: "mia.davis@example.net", phone: "+1-214-555-0198", city: "Hamburg", loyalty_status: "gold" },
            { id: 34, full_name: "Felix Novak", email: "felix.novak@example.com", phone: "+1-305-555-0101", city: null, loyalty_status: "bronze" },
            { id: 35, full_name: "Lena Taylor", email: "lena.taylor@example.net", phone: "+1-312-555-0100", city: "Tokyo", loyalty_status: "silver" },
            { id: 36, full_name: "Isaac Garcia", email: "isaac.garcia@example.org", phone: "+1-801-555-0148", city: null, loyalty_status: null },
            { id: 37, full_name: "Sven Sato", email: "sven.sato@example.com", phone: "+1-214-555-0103", city: null, loyalty_status: "bronze" },
            { id: 38, full_name: "Chloe Vargas", email: "chloe.vargas@example.com", phone: "+1-312-555-0135", city: null, loyalty_status: "bronze" },
            { id: 39, full_name: "Andre Hughes", email: "andre.hughes@example.net", phone: "+1-801-555-0190", city: null, loyalty_status: "bronze" },
            { id: 40, full_name: "Fatima Hansen", email: "fatima.hansen@example.org", phone: "+1-213-555-0143", city: null, loyalty_status: "bronze" },
            { id: 41, full_name: "Rosa Wilson", email: "rosa.wilson@example.net", phone: "+1-213-555-0118", city: null, loyalty_status: "bronze" },
            { id: 42, full_name: "Selin Young", email: "selin.young@example.org", phone: "+1-404-555-0192", city: null, loyalty_status: "bronze" },
            { id: 43, full_name: "Hana Park", email: "hana.park@example.com", phone: "+1-778-555-0126", city: null, loyalty_status: "bronze" },
            { id: 44, full_name: "Rafael Hassan", email: "rafael.hassan@example.com", phone: "+1-713-555-0157", city: null, loyalty_status: "bronze" },
            { id: 45, full_name: "Hana Pereira", email: "hana.pereira@example.com", phone: "+1-713-555-0169", city: null, loyalty_status: "bronze" },
            { id: 46, full_name: "Julia Walker", email: "julia.walker@example.org", phone: "+1-305-555-0159", city: null, loyalty_status: "bronze" },
            { id: 47, full_name: "Laura Garcia", email: "laura.garcia@example.com", phone: "+1-212-555-0105", city: null, loyalty_status: "bronze" },
            { id: 48, full_name: "Karim Chen", email: "karim.chen@example.com", phone: "+1-503-555-0110", city: "Seattle", loyalty_status: "silver" },
            { id: 49, full_name: "Sven Ahmed", email: "sven.ahmed@example.com", phone: "+1-512-555-0166", city: null, loyalty_status: "bronze" },
            { id: 50, full_name: "Julia Miller", email: "julia.miller@example.org", phone: "+1-404-555-0128", city: null, loyalty_status: null },
            { id: 51, full_name: "Hannah Gupta", email: "hannah.gupta@example.org", phone: "+1-801-555-0138", city: null, loyalty_status: "bronze" },
            { id: 52, full_name: "Anna Castro", email: "anna.castro@example.net", phone: "+1-202-555-0129", city: null, loyalty_status: null },
            { id: 53, full_name: "Mohamed Martin", email: "mohamed.martin@example.net", phone: "+1-917-555-0111", city: "Oslo", loyalty_status: "silver" },
            { id: 54, full_name: "Sven Novak", email: "sven.novak@example.org", phone: "+1-416-555-0142", city: "Madrid", loyalty_status: "silver" },
            { id: 55, full_name: "Oscar Kowalski", email: "oscar.kowalski@example.com", phone: "+1-416-555-0186", city: "Edinburgh", loyalty_status: "gold" },
            { id: 56, full_name: "Mateo Miller", email: "mateo.miller@example.com", phone: "+1-305-555-0137", city: null, loyalty_status: "bronze" },
            { id: 57, full_name: "Pedro Miller", email: "pedro.miller@example.org", phone: "+1-202-555-0100", city: null, loyalty_status: null },
            { id: 58, full_name: "James Kaya", email: "james.kaya@example.com", phone: "+1-305-555-0173", city: null, loyalty_status: "bronze" },
            { id: 59, full_name: "Julia Kowalski", email: "julia.kowalski@example.net", phone: "+1-469-555-0168", city: null, loyalty_status: "bronze" },
            { id: 60, full_name: "Elif Becker", email: "elif.becker@example.com", phone: "+1-202-555-0152", city: "Vienna", loyalty_status: "silver" },
            { id: 61, full_name: "Ruby Cruz", email: "ruby.cruz@example.org", phone: "+1-503-555-0136", city: null, loyalty_status: "bronze" },
            { id: 62, full_name: "Carla Bauer", email: "carla.bauer@example.net", phone: "+1-303-555-0134", city: "Helsinki", loyalty_status: "gold" },
            { id: 63, full_name: "Uma Adams", email: "uma.adams@example.org", phone: "+1-469-555-0139", city: "Manchester", loyalty_status: "silver" },
            { id: 64, full_name: "Yusuf Walker", email: "yusuf.walker@example.org", phone: "+1-857-555-0199", city: "Kyoto", loyalty_status: "platinum" },
            { id: 65, full_name: "Kai Shah", email: "kai.shah@example.org", phone: "+1-617-555-0164", city: "Bucharest", loyalty_status: "silver" },
            { id: 66, full_name: "Rosa Jensen", email: "rosa.jensen@example.net", phone: "+1-713-555-0155", city: null, loyalty_status: "bronze" },
            { id: 67, full_name: "Sara Castro", email: "sara.castro@example.net", phone: "+1-972-555-0155", city: "Warsaw", loyalty_status: "silver" },
            { id: 68, full_name: "Ravi Diaz", email: "ravi.diaz@example.org", phone: "+1-917-555-0189", city: null, loyalty_status: "bronze" },
            { id: 69, full_name: "Deniz Patel", email: "deniz.patel@example.org", phone: "+1-857-555-0147", city: "Manila", loyalty_status: "silver" },
            { id: 70, full_name: "Liam Meyer", email: "liam.meyer@example.org", phone: "+1-604-555-0182", city: "Bogota", loyalty_status: "gold" },
            { id: 71, full_name: "Carla Castro", email: "carla.castro@example.net", phone: "+1-857-555-0152", city: null, loyalty_status: "bronze" },
            { id: 72, full_name: "Diego Hughes", email: "diego.hughes@example.org", phone: "+1-503-555-0150", city: null, loyalty_status: "bronze" },
            { id: 73, full_name: "Julia Ruiz", email: "julia.ruiz@example.org", phone: "+1-404-555-0134", city: "Bangkok", loyalty_status: "silver" },
            { id: 74, full_name: "Priya Wilson", email: "priya.wilson@example.org", phone: "+1-469-555-0100", city: null, loyalty_status: null },
            { id: 75, full_name: "Oscar Adams", email: "oscar.adams@example.org", phone: "+1-212-555-0133", city: null, loyalty_status: null },
            { id: 76, full_name: "Lucas Ahmed", email: "lucas.ahmed@example.com", phone: "+1-503-555-0158", city: null, loyalty_status: null },
            { id: 77, full_name: "Ethan Adams", email: "ethan.adams@example.com", phone: "+1-857-555-0162", city: null, loyalty_status: "bronze" },
            { id: 78, full_name: "James Wagner", email: "james.wagner@example.net", phone: "+1-212-555-0185", city: null, loyalty_status: "bronze" },
            { id: 79, full_name: "Nour Weber", email: "nour.weber@example.org", phone: "+1-503-555-0170", city: null, loyalty_status: "bronze" },
            { id: 80, full_name: "Karim Evans", email: "karim.evans@example.net", phone: "+1-713-555-0128", city: "Budapest", loyalty_status: "silver" },
            { id: 81, full_name: "Paula Pereira", email: "paula.pereira@example.net", phone: "+1-617-555-0128", city: null, loyalty_status: "bronze" },
            { id: 82, full_name: "Tariq Weber", email: "tariq.weber@example.com", phone: "+1-404-555-0161", city: null, loyalty_status: "bronze" },
            { id: 83, full_name: "Ines Khan", email: "ines.khan@example.org", phone: "+1-617-555-0131", city: null, loyalty_status: "bronze" },
            { id: 84, full_name: "Jack Lee", email: "jack.lee@example.net", phone: "+1-303-555-0130", city: "Izmir", loyalty_status: "silver" },
            { id: 85, full_name: "Kai Larsen", email: "kai.larsen@example.net", phone: "+1-312-555-0172", city: "Amsterdam", loyalty_status: "gold" },
            { id: 86, full_name: "Yara Torres", email: "yara.torres@example.net", phone: "+1-212-555-0185", city: null, loyalty_status: "bronze" },
            { id: 87, full_name: "Theo Hughes", email: "theo.hughes@example.com", phone: "+1-713-555-0188", city: "Lisbon", loyalty_status: "silver" },
            { id: 88, full_name: "Elena Martin", email: "elena.martin@example.org", phone: "+1-214-555-0168", city: "Zurich", loyalty_status: "silver" },
            { id: 89, full_name: "Diego Cruz", email: "diego.cruz@example.net", phone: "+1-305-555-0182", city: null, loyalty_status: "bronze" },
            { id: 90, full_name: "Ana Hassan", email: "ana.hassan@example.com", phone: "+1-702-555-0164", city: null, loyalty_status: null },
            { id: 91, full_name: "Theo Oliveira", email: "theo.oliveira@example.net", phone: "+1-415-555-0111", city: "London", loyalty_status: "silver" },
            { id: 92, full_name: "Noah Bauer", email: "noah.bauer@example.org", phone: "+1-713-555-0170", city: "Bogota", loyalty_status: "silver" },
            { id: 93, full_name: "Noah Shah", email: "noah.shah@example.com", phone: "+1-857-555-0162", city: null, loyalty_status: "bronze" },
            { id: 94, full_name: "Maya Reyes", email: "maya.reyes@example.org", phone: "+1-917-555-0113", city: "Austin", loyalty_status: "gold" },
            { id: 95, full_name: "Noah Mendes", email: "noah.mendes@example.com", phone: "+1-612-555-0159", city: null, loyalty_status: "bronze" },
            { id: 96, full_name: "Elena Becker", email: "elena.becker@example.com", phone: "+1-617-555-0191", city: null, loyalty_status: "bronze" },
            { id: 97, full_name: "Diego Walker", email: "diego.walker@example.com", phone: "+1-404-555-0103", city: null, loyalty_status: "bronze" },
            { id: 98, full_name: "Wei Lopez", email: "wei.lopez@example.net", phone: "+1-312-555-0144", city: null, loyalty_status: "bronze" },
            { id: 99, full_name: "Jonas Wright", email: "jonas.wright@example.org", phone: "+1-212-555-0191", city: null, loyalty_status: "bronze" },
            { id: 100, full_name: "Karim Meyer", email: "karim.meyer@example.net", phone: "+1-214-555-0162", city: null, loyalty_status: "bronze" },
            { id: 101, full_name: "Paula Demir", email: "paula.demir@example.net", phone: "+1-503-555-0109", city: "Edinburgh", loyalty_status: "gold" },
            { id: 102, full_name: "Chloe Novak", email: "chloe.novak@example.net", phone: "+1-469-555-0112", city: "Ankara", loyalty_status: "silver" },
            { id: 103, full_name: "Zoe Shah", email: "zoe.shah@example.com", phone: "+1-917-555-0176", city: null, loyalty_status: "bronze" },
            { id: 104, full_name: "Alice Adams", email: "alice.adams@example.org", phone: "+1-778-555-0178", city: "Stockholm", loyalty_status: "platinum" },
            { id: 105, full_name: "Emma Demir", email: "emma.demir@example.org", phone: "+1-801-555-0191", city: "Seoul", loyalty_status: "silver" },
            { id: 106, full_name: "Deniz Hughes", email: "deniz.hughes@example.net", phone: "+1-305-555-0117", city: null, loyalty_status: null },
            { id: 107, full_name: "Deniz Rossi", email: "deniz.rossi@example.org", phone: "+1-312-555-0156", city: null, loyalty_status: "bronze" },
            { id: 108, full_name: "Victor Flores", email: "victor.flores@example.net", phone: "+1-702-555-0123", city: "Amsterdam", loyalty_status: "silver" },
            { id: 109, full_name: "Rosa Park", email: "rosa.park@example.net", phone: "+1-713-555-0179", city: null, loyalty_status: "bronze" },
            { id: 110, full_name: "Anna Diaz", email: "anna.diaz@example.net", phone: "+1-702-555-0124", city: "Bogota", loyalty_status: "platinum" },
            { id: 111, full_name: "Deniz Torres", email: "deniz.torres@example.org", phone: "+1-617-555-0192", city: "Brussels", loyalty_status: "silver" },
            { id: 112, full_name: "Daniel Park", email: "daniel.park@example.com", phone: "+1-617-555-0171", city: null, loyalty_status: "bronze" },
            { id: 113, full_name: "Amir Kumar", email: "amir.kumar@example.net", phone: "+1-416-555-0186", city: null, loyalty_status: null },
            { id: 114, full_name: "Sven Torres", email: "sven.torres@example.org", phone: "+1-713-555-0152", city: "Prague", loyalty_status: "silver" },
            { id: 115, full_name: "Omar Hassan", email: "omar.hassan@example.net", phone: "+1-415-555-0116", city: null, loyalty_status: "bronze" },
            { id: 116, full_name: "Theo Wang", email: "theo.wang@example.com", phone: "+1-905-555-0121", city: "San Diego", loyalty_status: "silver" },
            { id: 117, full_name: "Yusuf Bauer", email: "yusuf.bauer@example.org", phone: "+1-905-555-0100", city: null, loyalty_status: "bronze" },
            { id: 118, full_name: "Sara Davis", email: "sara.davis@example.org", phone: "+1-214-555-0171", city: null, loyalty_status: "bronze" },
            { id: 119, full_name: "Maya Oliveira", email: "maya.oliveira@example.com", phone: "+1-512-555-0113", city: null, loyalty_status: "bronze" },
            { id: 120, full_name: "Carlos Silva", email: "carlos.silva@example.com", phone: "+1-212-555-0172", city: null, loyalty_status: "bronze" },
            { id: 121, full_name: "Diego Fischer", email: "diego.fischer@example.org", phone: "+1-801-555-0105", city: null, loyalty_status: "bronze" },
            { id: 122, full_name: "Mateo Torres", email: "mateo.torres@example.net", phone: "+1-917-555-0122", city: "Milan", loyalty_status: "silver" },
            { id: 123, full_name: "Elif Sato", email: "elif.sato@example.net", phone: "+1-503-555-0145", city: null, loyalty_status: "bronze" },
            { id: 124, full_name: "Sofia Martin", email: "sofia.martin@example.org", phone: "+1-702-555-0192", city: null, loyalty_status: "bronze" },
            { id: 125, full_name: "Karim Evans", email: "karim.evans@example.net", phone: "+1-404-555-0146", city: "Munich", loyalty_status: "silver" },
            { id: 126, full_name: "Mateo Costa", email: "mateo.costa@example.com", phone: "+1-503-555-0170", city: null, loyalty_status: null },
            { id: 127, full_name: "Selin Bauer", email: "selin.bauer@example.net", phone: "+1-905-555-0188", city: "Edinburgh", loyalty_status: "silver" },
            { id: 128, full_name: "Hannah Davis", email: "hannah.davis@example.net", phone: "+1-303-555-0102", city: null, loyalty_status: "bronze" },
            { id: 129, full_name: "Isaac Hoffmann", email: "isaac.hoffmann@example.com", phone: "+1-312-555-0114", city: null, loyalty_status: "bronze" },
            { id: 130, full_name: "Uma Zhang", email: "uma.zhang@example.org", phone: "+1-404-555-0128", city: null, loyalty_status: null },
            { id: 131, full_name: "Priya Vargas", email: "priya.vargas@example.org", phone: "+1-512-555-0163", city: null, loyalty_status: "bronze" },
            { id: 132, full_name: "Yara Larsen", email: "yara.larsen@example.com", phone: "+1-469-555-0185", city: "Lyon", loyalty_status: "gold" },
            { id: 133, full_name: "Carla Garcia", email: "carla.garcia@example.net", phone: "+1-305-555-0149", city: null, loyalty_status: null },
            { id: 134, full_name: "Lina Andersen", email: "lina.andersen@example.com", phone: "+1-972-555-0199", city: "London", loyalty_status: "silver" },
            { id: 135, full_name: "Zoe Khan", email: "zoe.khan@example.com", phone: "+1-415-555-0140", city: "Budapest", loyalty_status: "platinum" },
            { id: 136, full_name: "Priya Lopez", email: "priya.lopez@example.org", phone: "+1-857-555-0162", city: null, loyalty_status: "bronze" },
            { id: 137, full_name: "Selin Young", email: "selin.young@example.net", phone: "+1-212-555-0136", city: null, loyalty_status: "bronze" },
            { id: 138, full_name: "Jack Lopez", email: "jack.lopez@example.org", phone: "+1-303-555-0116", city: "Vancouver", loyalty_status: "silver" },
            { id: 139, full_name: "Paula Flores", email: "paula.flores@example.net", phone: "+1-917-555-0154", city: null, loyalty_status: "bronze" },
            { id: 140, full_name: "David Chen", email: "david.chen@example.org", phone: "+1-713-555-0139", city: null, loyalty_status: null },
            { id: 141, full_name: "Oscar Becker", email: "oscar.becker@example.org", phone: "+1-917-555-0192", city: null, loyalty_status: "bronze" },
            { id: 142, full_name: "Nina Tanaka", email: "nina.tanaka@example.org", phone: "+1-917-555-0174", city: "Tokyo", loyalty_status: "silver" },
            { id: 143, full_name: "Mateo Ruiz", email: "mateo.ruiz@example.org", phone: "+1-312-555-0140", city: null, loyalty_status: "bronze" },
            { id: 144, full_name: "Yara Martin", email: "yara.martin@example.org", phone: "+1-972-555-0102", city: null, loyalty_status: "bronze" },
            { id: 145, full_name: "Mia Tanaka", email: "mia.tanaka@example.com", phone: "+1-202-555-0174", city: null, loyalty_status: "bronze" },
            { id: 146, full_name: "Mohamed Demir", email: "mohamed.demir@example.com", phone: "+1-213-555-0145", city: null, loyalty_status: null },
            { id: 147, full_name: "Sven Bauer", email: "sven.bauer@example.com", phone: "+1-713-555-0170", city: null, loyalty_status: "bronze" },
            { id: 148, full_name: "Karim Walker", email: "karim.walker@example.com", phone: "+1-214-555-0127", city: null, loyalty_status: "bronze" },
            { id: 149, full_name: "Ines Patel", email: "ines.patel@example.com", phone: "+1-778-555-0109", city: "Dublin", loyalty_status: "platinum" },
            { id: 150, full_name: "Emma Silva", email: "emma.silva@example.net", phone: "+1-303-555-0191", city: null, loyalty_status: "bronze" },
            { id: 151, full_name: "Jade Park", email: "jade.park@example.net", phone: "+1-512-555-0135", city: "Mumbai", loyalty_status: "gold" },
            { id: 152, full_name: "Isaac Fischer", email: "isaac.fischer@example.com", phone: "+1-305-555-0112", city: null, loyalty_status: null },
            { id: 153, full_name: "Carla Weber", email: "carla.weber@example.org", phone: "+1-415-555-0103", city: null, loyalty_status: null },
            { id: 154, full_name: "Andre Flores", email: "andre.flores@example.com", phone: "+1-404-555-0125", city: null, loyalty_status: "bronze" },
            { id: 155, full_name: "Omar Gupta", email: "omar.gupta@example.com", phone: "+1-305-555-0190", city: "Vancouver", loyalty_status: "silver" },
            { id: 156, full_name: "Carla Lee", email: "carla.lee@example.com", phone: "+1-972-555-0146", city: "Montreal", loyalty_status: "silver" },
            { id: 157, full_name: "Yara Oliveira", email: "yara.oliveira@example.com", phone: "+1-312-555-0193", city: null, loyalty_status: "bronze" },
            { id: 158, full_name: "Isaac Reyes", email: "isaac.reyes@example.com", phone: "+1-917-555-0170", city: "Prague", loyalty_status: "platinum" },
            { id: 159, full_name: "Laura Clark", email: "laura.clark@example.org", phone: "+1-617-555-0172", city: "Melbourne", loyalty_status: "silver" },
            { id: 160, full_name: "Yara Meyer", email: "yara.meyer@example.org", phone: "+1-857-555-0160", city: null, loyalty_status: "bronze" },
            { id: 161, full_name: "Marco Wilson", email: "marco.wilson@example.com", phone: "+1-917-555-0109", city: null, loyalty_status: "bronze" },
            { id: 162, full_name: "Jonas Klein", email: "jonas.klein@example.net", phone: "+1-917-555-0187", city: "Paris", loyalty_status: "silver" },
            { id: 163, full_name: "Arjun Bennett", email: "arjun.bennett@example.net", phone: "+1-972-555-0134", city: "Cairo", loyalty_status: "silver" },
            { id: 164, full_name: "Selin Ruiz", email: "selin.ruiz@example.org", phone: "+1-212-555-0120", city: null, loyalty_status: "bronze" },
            { id: 165, full_name: "Liam Schneider", email: "liam.schneider@example.net", phone: "+1-469-555-0159", city: "Bucharest", loyalty_status: "gold" },
            { id: 166, full_name: "Sam Nguyen", email: "sam.nguyen@example.org", phone: "+1-778-555-0163", city: "Vancouver", loyalty_status: "platinum" },
            { id: 167, full_name: "Noah Klein", email: "noah.klein@example.com", phone: "+1-702-555-0169", city: null, loyalty_status: "bronze" },
            { id: 168, full_name: "Amir Chen", email: "amir.chen@example.com", phone: "+1-778-555-0105", city: "Stockholm", loyalty_status: "silver" },
            { id: 169, full_name: "Ibrahim Novak", email: "ibrahim.novak@example.org", phone: "+1-612-555-0150", city: null, loyalty_status: "bronze" },
            { id: 170, full_name: "Mateo Adams", email: "mateo.adams@example.net", phone: "+1-857-555-0149", city: null, loyalty_status: "bronze" },
            { id: 171, full_name: "Sam Oliveira", email: "sam.oliveira@example.net", phone: "+1-415-555-0132", city: "Istanbul", loyalty_status: "platinum" },
            { id: 172, full_name: "Marco Patel", email: "marco.patel@example.org", phone: "+1-416-555-0182", city: "Mumbai", loyalty_status: "silver" },
            { id: 173, full_name: "Amir Kumar", email: "amir.kumar@example.net", phone: "+1-857-555-0143", city: "San Diego", loyalty_status: "gold" },
            { id: 174, full_name: "Ines Fischer", email: "ines.fischer@example.com", phone: "+1-404-555-0190", city: null, loyalty_status: null },
            { id: 175, full_name: "Maja Mendes", email: "maja.mendes@example.net", phone: "+1-778-555-0115", city: "Zurich", loyalty_status: "silver" },
            { id: 176, full_name: "Ravi Rossi", email: "ravi.rossi@example.org", phone: "+1-702-555-0116", city: "Amsterdam", loyalty_status: "platinum" },
            { id: 177, full_name: "Ethan Andersen", email: "ethan.andersen@example.org", phone: "+1-404-555-0101", city: "London", loyalty_status: "silver" },
            { id: 178, full_name: "Mateo Andersen", email: "mateo.andersen@example.org", phone: "+1-416-555-0185", city: "Seattle", loyalty_status: "silver" },
            { id: 179, full_name: "Carlos Murphy", email: "carlos.murphy@example.com", phone: "+1-404-555-0125", city: "Amsterdam", loyalty_status: "silver" },
            { id: 180, full_name: "Rosa Hansen", email: "rosa.hansen@example.net", phone: "+1-713-555-0133", city: null, loyalty_status: "bronze" },
            { id: 181, full_name: "Paula Chen", email: "paula.chen@example.org", phone: "+1-312-555-0141", city: null, loyalty_status: "bronze" },
            { id: 182, full_name: "Emma Davis", email: "emma.davis@example.org", phone: "+1-801-555-0106", city: "Manila", loyalty_status: "gold" },
            { id: 183, full_name: "Laura Singh", email: "laura.singh@example.org", phone: "+1-857-555-0194", city: null, loyalty_status: "bronze" },
            { id: 184, full_name: "Mei Fischer", email: "mei.fischer@example.net", phone: "+1-469-555-0196", city: "London", loyalty_status: "silver" },
            { id: 185, full_name: "Grace Smith", email: "grace.smith@example.net", phone: "+1-305-555-0146", city: "Chicago", loyalty_status: "silver" },
            { id: 186, full_name: "Ana Nakamura", email: "ana.nakamura@example.org", phone: "+1-404-555-0171", city: "Porto", loyalty_status: "silver" },
            { id: 187, full_name: "Nadia Nguyen", email: "nadia.nguyen@example.com", phone: "+1-415-555-0157", city: null, loyalty_status: "bronze" },
            { id: 188, full_name: "Leo Cruz", email: "leo.cruz@example.net", phone: "+1-312-555-0197", city: "Paris", loyalty_status: "gold" },
            { id: 189, full_name: "Priya Diaz", email: "priya.diaz@example.net", phone: "+1-713-555-0196", city: null, loyalty_status: "bronze" },
            { id: 190, full_name: "Sam Demir", email: "sam.demir@example.net", phone: "+1-416-555-0190", city: null, loyalty_status: null },
            { id: 191, full_name: "Sven Sato", email: "sven.sato@example.com", phone: "+1-857-555-0138", city: "Cape Town", loyalty_status: "gold" },
            { id: 192, full_name: "Elif Costa", email: "elif.costa@example.net", phone: "+1-404-555-0157", city: "Kyoto", loyalty_status: "platinum" },
            { id: 193, full_name: "Jade Rossi", email: "jade.rossi@example.org", phone: "+1-604-555-0169", city: null, loyalty_status: "bronze" },
            { id: 194, full_name: "Maya Jansen", email: "maya.jansen@example.org", phone: "+1-415-555-0177", city: null, loyalty_status: "bronze" },
            { id: 195, full_name: "Theo Smith", email: "theo.smith@example.com", phone: "+1-801-555-0136", city: "Berlin", loyalty_status: "silver" },
            { id: 196, full_name: "Victor Murphy", email: "victor.murphy@example.net", phone: "+1-214-555-0136", city: "Denver", loyalty_status: "silver" },
            { id: 197, full_name: "Jade Kowalski", email: "jade.kowalski@example.org", phone: "+1-213-555-0119", city: "Brussels", loyalty_status: "silver" },
            { id: 198, full_name: "Wei Castro", email: "wei.castro@example.org", phone: "+1-404-555-0151", city: "Melbourne", loyalty_status: "platinum" },
            { id: 199, full_name: "Hannah Jansen", email: "hannah.jansen@example.com", phone: "+1-503-555-0119", city: "Lisbon", loyalty_status: "silver" },
            { id: 200, full_name: "Diego Singh", email: "diego.singh@example.org", phone: "+1-312-555-0156", city: "Bogota", loyalty_status: "gold" },
        ],
    });
    await prisma.loans.createMany({
        data: [
            { id: 1, customer_id: 24, amount: "5813.60", application_date: null, status: "pending" },
            { id: 2, customer_id: 184, amount: "7865.04", application_date: null, status: "pending" },
            { id: 3, customer_id: 26, amount: "27511.90", application_date: null, status: null },
            { id: 4, customer_id: 72, amount: "34561.01", application_date: null, status: "pending" },
            { id: 5, customer_id: 9, amount: "34420.78", application_date: null, status: "rejected" },
            { id: 6, customer_id: 140, amount: "47394.93", application_date: null, status: "rejected" },
            { id: 7, customer_id: 198, amount: "36855.29", application_date: "2023-10-18", status: "approved" },
            { id: 8, customer_id: 147, amount: "9557.02", application_date: null, status: "pending" },
            { id: 9, customer_id: 147, amount: "30517.51", application_date: null, status: "pending" },
            { id: 10, customer_id: 162, amount: "35151.42", application_date: null, status: null },
            { id: 11, customer_id: 34, amount: "34123.48", application_date: null, status: "rejected" },
            { id: 12, customer_id: 36, amount: "11742.64", application_date: "2023-07-16", status: "approved" },
            { id: 13, customer_id: 46, amount: "13433.11", application_date: null, status: "rejected" },
            { id: 14, customer_id: 131, amount: "39707.57", application_date: null, status: "pending" },
            { id: 15, customer_id: 98, amount: "36101.37", application_date: null, status: "rejected" },
            { id: 16, customer_id: 96, amount: "24074.04", application_date: null, status: "pending" },
            { id: 17, customer_id: 6, amount: "25555.82", application_date: "2023-10-25", status: "approved" },
            { id: 18, customer_id: 88, amount: "5125.71", application_date: null, status: null },
            { id: 19, customer_id: 8, amount: "22385.82", application_date: null, status: "rejected" },
            { id: 20, customer_id: 185, amount: "13965.78", application_date: null, status: "pending" },
            { id: 21, customer_id: 123, amount: "6700.20", application_date: null, status: "pending" },
            { id: 22, customer_id: 34, amount: "37711.54", application_date: null, status: "pending" },
            { id: 23, customer_id: 50, amount: "18393.28", application_date: null, status: "pending" },
            { id: 24, customer_id: 11, amount: "17900.56", application_date: "2023-10-11", status: "approved" },
            { id: 25, customer_id: 65, amount: "40629.73", application_date: null, status: "rejected" },
            { id: 26, customer_id: 83, amount: "38415.69", application_date: "2023-06-13", status: "approved" },
            { id: 27, customer_id: 82, amount: "13775.78", application_date: null, status: "pending" },
            { id: 28, customer_id: 91, amount: "5584.17", application_date: "2023-08-31", status: "approved" },
            { id: 29, customer_id: 87, amount: "47481.35", application_date: null, status: "rejected" },
            { id: 30, customer_id: 169, amount: "31764.66", application_date: null, status: "pending" },
            { id: 31, customer_id: 79, amount: "17542.97", application_date: null, status: "pending" },
            { id: 32, customer_id: 53, amount: "39732.97", application_date: null, status: "pending" },
            { id: 33, customer_id: 71, amount: "5037.19", application_date: "2023-12-20", status: "approved" },
            { id: 34, customer_id: 180, amount: "39146.89", application_date: null, status: "pending" },
            { id: 35, customer_id: 7, amount: "34265.21", application_date: "2023-10-02", status: "approved" },
            { id: 36, customer_id: 52, amount: "21059.36", application_date: "2023-11-20", status: "approved" },
            { id: 37, customer_id: 197, amount: "16527.42", application_date: "2023-03-20", status: "approved" },
            { id: 38, customer_id: 7, amount: "9122.64", application_date: null, status: "pending" },
            { id: 39, customer_id: 47, amount: "23157.14", application_date: null, status: "rejected" },
            { id: 40, customer_id: 60, amount: "13472.39", application_date: "2023-12-27", status: "approved" },
            { id: 41, customer_id: 46, amount: "40780.06", application_date: null, status: null },
            { id: 42, customer_id: 73, amount: "9700.12", application_date: "2023-07-14", status: "approved" },
            { id: 43, customer_id: 153, amount: "15148.67", application_date: "2023-07-02", status: "approved" },
            { id: 44, customer_id: 165, amount: "19570.99", application_date: null, status: "pending" },
            { id: 45, customer_id: 195, amount: "8921.69", application_date: "2023-11-15", status: "approved" },
            { id: 46, customer_id: 139, amount: "5760.94", application_date: "2023-07-21", status: "approved" },
            { id: 47, customer_id: 153, amount: "26451.75", application_date: null, status: "rejected" },
            { id: 48, customer_id: 111, amount: "22162.49", application_date: null, status: "pending" },
            { id: 49, customer_id: 93, amount: "33291.12", application_date: null, status: "pending" },
            { id: 50, customer_id: 200, amount: "5153.88", application_date: null, status: "pending" },
            { id: 51, customer_id: 50, amount: "7000.92", application_date: null, status: "rejected" },
            { id: 52, customer_id: 97, amount: "6121.33", application_date: "2023-09-25", status: "approved" },
            { id: 53, customer_id: 174, amount: "38726.27", application_date: "2023-10-20", status: "approved" },
            { id: 54, customer_id: 18, amount: "6068.89", application_date: null, status: "pending" },
            { id: 55, customer_id: 97, amount: "39800.51", application_date: "2023-10-23", status: "approved" },
            { id: 56, customer_id: 187, amount: "12011.06", application_date: null, status: "pending" },
            { id: 57, customer_id: 134, amount: "30751.28", application_date: null, status: "pending" },
            { id: 58, customer_id: 31, amount: "25496.66", application_date: "2023-11-02", status: "approved" },
            { id: 59, customer_id: 95, amount: "9261.73", application_date: null, status: "pending" },
            { id: 60, customer_id: 132, amount: "11071.56", application_date: null, status: "pending" },
            { id: 61, customer_id: 103, amount: "12505.56", application_date: null, status: "pending" },
            { id: 62, customer_id: 104, amount: "20244.00", application_date: "2023-02-18", status: "approved" },
            { id: 63, customer_id: 11, amount: "20427.89", application_date: null, status: "pending" },
            { id: 64, customer_id: 78, amount: "37215.53", application_date: "2023-11-16", status: "approved" },
            { id: 65, customer_id: 156, amount: "5079.83", application_date: "2023-06-17", status: "approved" },
            { id: 66, customer_id: 102, amount: "5184.22", application_date: null, status: "pending" },
            { id: 67, customer_id: 176, amount: "9513.02", application_date: "2023-06-20", status: "approved" },
            { id: 68, customer_id: 26, amount: "35852.30", application_date: "2023-01-13", status: "approved" },
            { id: 69, customer_id: 173, amount: "18871.59", application_date: null, status: "pending" },
            { id: 70, customer_id: 152, amount: "36815.66", application_date: null, status: "pending" },
            { id: 71, customer_id: 5, amount: "15107.68", application_date: null, status: "rejected" },
            { id: 72, customer_id: 155, amount: "9547.82", application_date: null, status: "pending" },
            { id: 73, customer_id: 5, amount: "10532.28", application_date: null, status: null },
            { id: 74, customer_id: 21, amount: "5294.81", application_date: null, status: "pending" },
            { id: 75, customer_id: 126, amount: "6101.39", application_date: null, status: "pending" },
            { id: 76, customer_id: 18, amount: "21793.97", application_date: null, status: "pending" },
            { id: 77, customer_id: 137, amount: "10767.78", application_date: null, status: "rejected" },
            { id: 78, customer_id: 189, amount: "29041.13", application_date: null, status: null },
            { id: 79, customer_id: 158, amount: "34718.77", application_date: null, status: null },
            { id: 80, customer_id: 141, amount: "6467.03", application_date: null, status: "pending" },
            { id: 81, customer_id: 74, amount: "19336.87", application_date: null, status: "rejected" },
            { id: 82, customer_id: 20, amount: "6219.67", application_date: null, status: "rejected" },
            { id: 83, customer_id: 136, amount: "7292.39", application_date: "2023-04-23", status: "approved" },
            { id: 84, customer_id: 193, amount: "9478.29", application_date: "2023-06-30", status: "approved" },
            { id: 85, customer_id: 23, amount: "48156.01", application_date: null, status: "pending" },
            { id: 86, customer_id: 53, amount: "8402.76", application_date: null, status: "pending" },
            { id: 87, customer_id: 7, amount: "5000.01", application_date: "2023-09-05", status: "approved" },
            { id: 88, customer_id: 65, amount: "5956.40", application_date: null, status: "pending" },
            { id: 89, customer_id: 91, amount: "8544.33", application_date: null, status: null },
            { id: 90, customer_id: 62, amount: "33369.41", application_date: null, status: "pending" },
            { id: 91, customer_id: 32, amount: "5733.30", application_date: null, status: null },
            { id: 92, customer_id: 200, amount: "49391.51", application_date: null, status: "rejected" },
            { id: 93, customer_id: 92, amount: "19684.82", application_date: null, status: "rejected" },
            { id: 94, customer_id: 113, amount: "10805.46", application_date: null, status: "pending" },
            { id: 95, customer_id: 96, amount: "11527.72", application_date: "2023-06-01", status: "approved" },
            { id: 96, customer_id: 27, amount: "17519.75", application_date: null, status: "pending" },
            { id: 97, customer_id: 54, amount: "12976.66", application_date: "2023-10-04", status: "approved" },
            { id: 98, customer_id: 98, amount: "38833.79", application_date: null, status: null },
            { id: 99, customer_id: 175, amount: "37265.60", application_date: "2023-07-20", status: "approved" },
            { id: 100, customer_id: 179, amount: "40924.34", application_date: null, status: "pending" },
            { id: 101, customer_id: 150, amount: "7405.76", application_date: null, status: "pending" },
            { id: 102, customer_id: 198, amount: "33040.10", application_date: "2023-08-21", status: "approved" },
            { id: 103, customer_id: 190, amount: "5717.56", application_date: "2023-02-12", status: "approved" },
            { id: 104, customer_id: 127, amount: "9217.17", application_date: null, status: "pending" },
            { id: 105, customer_id: 138, amount: "6571.78", application_date: "2023-12-26", status: "approved" },
            { id: 106, customer_id: 195, amount: "48357.23", application_date: null, status: null },
            { id: 107, customer_id: 138, amount: "6945.14", application_date: null, status: "rejected" },
            { id: 108, customer_id: 23, amount: "22351.12", application_date: "2023-01-29", status: "approved" },
            { id: 109, customer_id: 53, amount: "20535.66", application_date: null, status: "pending" },
            { id: 110, customer_id: 133, amount: "35035.79", application_date: "2023-07-25", status: "approved" },
            { id: 111, customer_id: 117, amount: "33392.49", application_date: null, status: "rejected" },
            { id: 112, customer_id: 128, amount: "7153.69", application_date: null, status: null },
            { id: 113, customer_id: 161, amount: "13277.38", application_date: null, status: null },
            { id: 114, customer_id: 195, amount: "32791.70", application_date: null, status: null },
            { id: 115, customer_id: 44, amount: "7546.60", application_date: null, status: "rejected" },
            { id: 116, customer_id: 77, amount: "38373.49", application_date: null, status: null },
            { id: 117, customer_id: 128, amount: "37768.03", application_date: null, status: "pending" },
            { id: 118, customer_id: 96, amount: "32209.65", application_date: null, status: "pending" },
            { id: 119, customer_id: 136, amount: "18474.72", application_date: null, status: null },
            { id: 120, customer_id: 54, amount: "23243.37", application_date: "2023-11-09", status: "approved" },
            { id: 121, customer_id: 89, amount: "16991.82", application_date: null, status: "rejected" },
            { id: 122, customer_id: 8, amount: "31786.74", application_date: null, status: null },
            { id: 123, customer_id: 94, amount: "6500.51", application_date: null, status: null },
            { id: 124, customer_id: 128, amount: "15682.51", application_date: null, status: "rejected" },
            { id: 125, customer_id: 103, amount: "5354.51", application_date: null, status: "pending" },
            { id: 126, customer_id: 67, amount: "24049.83", application_date: "2023-07-02", status: "approved" },
            { id: 127, customer_id: 128, amount: "44896.75", application_date: null, status: "pending" },
            { id: 128, customer_id: 91, amount: "11608.13", application_date: null, status: "pending" },
            { id: 129, customer_id: 38, amount: "14344.25", application_date: null, status: "pending" },
            { id: 130, customer_id: 116, amount: "46339.27", application_date: null, status: "pending" },
            { id: 131, customer_id: 125, amount: "13000.36", application_date: "2023-11-25", status: "approved" },
            { id: 132, customer_id: 5, amount: "32064.56", application_date: null, status: "rejected" },
            { id: 133, customer_id: 107, amount: "5006.43", application_date: null, status: "pending" },
            { id: 134, customer_id: 49, amount: "18217.11", application_date: "2023-07-19", status: "approved" },
            { id: 135, customer_id: 73, amount: "43729.09", application_date: "2023-08-23", status: "approved" },
            { id: 136, customer_id: 154, amount: "5058.46", application_date: "2023-07-31", status: "approved" },
            { id: 137, customer_id: 149, amount: "13332.62", application_date: null, status: "pending" },
            { id: 138, customer_id: 140, amount: "38382.89", application_date: null, status: "pending" },
            { id: 139, customer_id: 165, amount: "48520.43", application_date: "2023-10-02", status: "approved" },
            { id: 140, customer_id: 29, amount: "46738.04", application_date: null, status: "pending" },
            { id: 141, customer_id: 42, amount: "26806.46", application_date: null, status: "pending" },
            { id: 142, customer_id: 88, amount: "33285.97", application_date: null, status: null },
            { id: 143, customer_id: 176, amount: "31774.28", application_date: null, status: "pending" },
            { id: 144, customer_id: 65, amount: "25950.10", application_date: "2023-08-04", status: "approved" },
            { id: 145, customer_id: 183, amount: "7374.21", application_date: null, status: null },
            { id: 146, customer_id: 193, amount: "5793.09", application_date: null, status: "pending" },
            { id: 147, customer_id: 84, amount: "49346.68", application_date: "2023-04-06", status: "approved" },
            { id: 148, customer_id: 133, amount: "8942.69", application_date: null, status: "pending" },
            { id: 149, customer_id: 170, amount: "43478.11", application_date: "2023-10-27", status: "approved" },
            { id: 150, customer_id: 103, amount: "5075.35", application_date: null, status: "pending" },
        ],
    });
    await prisma.suppliers.createMany({
        data: [
            { id: 1, name: "Bright Labs", contact: "Karim Bauer", phone: "+1-415-555-0146", email: "karim.bauer@example.com" },
            { id: 2, name: "Lumen Partners", contact: "Rafael Hassan", phone: "+1-612-555-0117", email: "rafael.hassan@example.org" },
            { id: 3, name: "Vista Partners", contact: "Sam Castro", phone: "+1-512-555-0184", email: "sam.castro@example.com" },
            { id: 4, name: "Apex Foods", contact: "Mei Larsen", phone: "+1-604-555-0137", email: "mei.larsen@example.net" },
            { id: 5, name: "Granite Software", contact: "Yusuf Weber", phone: "+1-604-555-0198", email: "yusuf.weber@example.com" },
            { id: 6, name: "Apex Analytics", contact: "Uma Nguyen", phone: "+1-312-555-0154", email: "uma.nguyen@example.com" },
            { id: 7, name: "River Software", contact: "Emma Weber", phone: "+1-702-555-0187", email: "emma.weber@example.org" },
            { id: 8, name: "Summit Energy", contact: "Diego Yilmaz", phone: "+1-857-555-0163", email: "diego.yilmaz@example.net" },
            { id: 9, name: "Forge Works", contact: "Nour Dubois", phone: "+1-202-555-0118", email: "nour.dubois@example.org" },
            { id: 10, name: "Lumen Analytics", contact: "Mila Taylor", phone: "+1-972-555-0141", email: "mila.taylor@example.net" },
            { id: 11, name: "Juniper Media", contact: "David Davis", phone: "+1-503-555-0140", email: "david.davis@example.org" },
            { id: 12, name: "Iron Group", contact: "David Hansen", phone: "+1-617-555-0177", email: "david.hansen@example.com" },
            { id: 13, name: "Orbit Energy", contact: "Liam Ruiz", phone: "+1-305-555-0115", email: "liam.ruiz@example.net" },
            { id: 14, name: "Ember Partners", contact: "Tomas Taylor", phone: "+1-778-555-0167", email: "tomas.taylor@example.com" },
            { id: 15, name: "Vista Media", contact: "Yara Martin", phone: "+1-312-555-0129", email: "yara.martin@example.org" },
            { id: 16, name: "Clear Analytics", contact: "Tomas Yilmaz", phone: "+1-415-555-0183", email: "tomas.yilmaz@example.net" },
            { id: 17, name: "Keystone Health", contact: "Mia Smith", phone: "+1-778-555-0102", email: "mia.smith@example.net" },
            { id: 18, name: "Ember Studio", contact: "Rosa Lee", phone: "+1-857-555-0124", email: "rosa.lee@example.com" },
            { id: 19, name: "Summit Holdings", contact: "Karim Oliveira", phone: "+1-305-555-0180", email: "karim.oliveira@example.org" },
            { id: 20, name: "Pine Partners", contact: "Zara Demir", phone: "+1-303-555-0195", email: "zara.demir@example.com" },
            { id: 21, name: "Iron Digital", contact: "Kai Klein", phone: "+1-202-555-0131", email: "kai.klein@example.org" },
            { id: 22, name: "Iron Industries", contact: "Carla Sato", phone: "+1-469-555-0165", email: "carla.sato@example.net" },
            { id: 23, name: "Iron Health", contact: "Anna Schneider", phone: "+1-512-555-0197", email: "anna.schneider@example.com" },
            { id: 24, name: "Lantern Holdings", contact: "Zara Lopez", phone: "+1-713-555-0176", email: "zara.lopez@example.org" },
            { id: 25, name: "Ember Analytics", contact: "Pedro Shah", phone: "+1-905-555-0186", email: "pedro.shah@example.com" },
            { id: 26, name: "Orbit Works", contact: "Julia Lopez", phone: "+1-214-555-0135", email: "julia.lopez@example.com" },
            { id: 27, name: "Summit Labs", contact: "Yusuf Hoffmann", phone: "+1-604-555-0146", email: "yusuf.hoffmann@example.com" },
            { id: 28, name: "Compass Digital", contact: "Nour Fischer", phone: "+1-469-555-0193", email: "nour.fischer@example.org" },
            { id: 29, name: "Acme Health", contact: "Chloe Flores", phone: "+1-512-555-0119", email: "chloe.flores@example.org" },
            { id: 30, name: "North Health", contact: "Carla Khan", phone: "+1-416-555-0178", email: "carla.khan@example.net" },
            { id: 31, name: "Ember Labs", contact: "Isaac Khan", phone: "+1-801-555-0137", email: "isaac.khan@example.net" },
            { id: 32, name: "Cedar Analytics", contact: "Priya Murphy", phone: "+1-213-555-0133", email: "priya.murphy@example.com" },
            { id: 33, name: "Lumen Works", contact: "Amir Hassan", phone: "+1-604-555-0104", email: "amir.hassan@example.net" },
            { id: 34, name: "Bright Systems", contact: "Elena Kim", phone: "+1-917-555-0163", email: "elena.kim@example.com" },
            { id: 35, name: "Vector Industries", contact: "Maria Hassan", phone: "+1-212-555-0186", email: "maria.hassan@example.net" },
            { id: 36, name: "Sable Systems", contact: "Arjun Jensen", phone: "+1-612-555-0138", email: "arjun.jensen@example.net" },
            { id: 37, name: "Field Studio", contact: "Jade Klein", phone: "+1-404-555-0181", email: "jade.klein@example.net" },
            { id: 38, name: "Harbor Logistics", contact: "Pedro Wright", phone: "+1-778-555-0168", email: "pedro.wright@example.net" },
            { id: 39, name: "Keystone Industries", contact: "Nadia Shah", phone: "+1-604-555-0150", email: "nadia.shah@example.org" },
            { id: 40, name: "Meridian Energy", contact: "Nina Ahmed", phone: "+1-303-555-0187", email: "nina.ahmed@example.org" },
            { id: 41, name: "Oak Energy", contact: "Carla Zhang", phone: "+1-503-555-0183", email: "carla.zhang@example.net" },
            { id: 42, name: "Delta Studio", contact: "Chen Smith", phone: "+1-415-555-0127", email: "chen.smith@example.com" },
            { id: 43, name: "Ridge Health", contact: "Victor Castro", phone: "+1-512-555-0169", email: "victor.castro@example.org" },
            { id: 44, name: "North Foods", contact: "Mateo Tanaka", phone: "+1-469-555-0114", email: "mateo.tanaka@example.net" },
            { id: 45, name: "Acme Foods", contact: "Grace Weber", phone: "+1-305-555-0161", email: "grace.weber@example.org" },
            { id: 46, name: "Clear Labs", contact: "Yara Oliveira", phone: "+1-312-555-0184", email: "yara.oliveira@example.org" },
            { id: 47, name: "Beacon Labs", contact: "Lucas Smith", phone: "+1-303-555-0162", email: "lucas.smith@example.net" },
            { id: 48, name: "Clear Industries", contact: "Lena Wagner", phone: "+1-604-555-0148", email: "lena.wagner@example.net" },
            { id: 49, name: "Willow Studio", contact: "Chloe Garcia", phone: "+1-617-555-0112", email: "chloe.garcia@example.net" },
            { id: 50, name: "Vector Energy", contact: "Mia Brown", phone: "+1-202-555-0179", email: "mia.brown@example.org" },
            { id: 51, name: "Ridge Foods", contact: "Carla Oliveira", phone: "+1-202-555-0151", email: "carla.oliveira@example.net" },
            { id: 52, name: "Granite Studio", contact: "Ben Garcia", phone: "+1-404-555-0131", email: "ben.garcia@example.net" },
            { id: 53, name: "Beacon Holdings", contact: "Elif Diaz", phone: "+1-312-555-0141", email: "elif.diaz@example.com" },
            { id: 54, name: "Quill Labs", contact: "James Patel", phone: "+1-305-555-0101", email: "james.patel@example.com" },
            { id: 55, name: "Juniper Group", contact: "Victor Young", phone: "+1-303-555-0197", email: "victor.young@example.org" },
            { id: 56, name: "Keystone Systems", contact: "Marco Hassan", phone: "+1-905-555-0159", email: "marco.hassan@example.net" },
            { id: 57, name: "Pine Health", contact: "David Brown", phone: "+1-801-555-0150", email: "david.brown@example.net" },
            { id: 58, name: "Crest Health", contact: "Victor Gomez", phone: "+1-503-555-0189", email: "victor.gomez@example.net" },
            { id: 59, name: "Quill Industries", contact: "Carlos Kowalski", phone: "+1-778-555-0181", email: "carlos.kowalski@example.net" },
            { id: 60, name: "Quill Energy", contact: "Sofia Diaz", phone: "+1-905-555-0105", email: "sofia.diaz@example.org" },
            { id: 61, name: "Cedar Partners", contact: "Sam Weber", phone: "+1-905-555-0164", email: "sam.weber@example.com" },
            { id: 62, name: "Harbor Health", contact: "Hana Kumar", phone: "+1-214-555-0173", email: "hana.kumar@example.net" },
            { id: 63, name: "Sable Partners", contact: "Ruby Castro", phone: "+1-917-555-0144", email: "ruby.castro@example.org" },
            { id: 64, name: "Tidal Energy", contact: "Mia Murphy", phone: "+1-612-555-0168", email: "mia.murphy@example.net" },
            { id: 65, name: "Tidal Foods", contact: "Ravi Pereira", phone: "+1-202-555-0150", email: "ravi.pereira@example.org" },
            { id: 66, name: "Willow Works", contact: "Yara Bauer", phone: "+1-416-555-0155", email: "yara.bauer@example.net" },
            { id: 67, name: "Cedar Industries", contact: "Nina Vargas", phone: "+1-469-555-0126", email: "nina.vargas@example.net" },
            { id: 68, name: "Iron Media", contact: "Mei Carter", phone: "+1-801-555-0194", email: "mei.carter@example.net" },
            { id: 69, name: "Cobalt Foods", contact: "Liam Demir", phone: "+1-202-555-0189", email: "liam.demir@example.com" },
            { id: 70, name: "Willow Software", contact: "Elif Hansen", phone: "+1-416-555-0111", email: "elif.hansen@example.com" },
            { id: 71, name: "Field Media", contact: "Elif Sato", phone: "+1-212-555-0111", email: "elif.sato@example.org" },
            { id: 72, name: "Compass Systems", contact: "Carlos Khan", phone: "+1-512-555-0106", email: "carlos.khan@example.com" },
            { id: 73, name: "Sable Labs", contact: "James Kim", phone: "+1-604-555-0129", email: "james.kim@example.net" },
            { id: 74, name: "Beacon Digital", contact: "Karim Wang", phone: "+1-214-555-0126", email: "karim.wang@example.org" },
            { id: 75, name: "Ember Industries", contact: "Leo Yilmaz", phone: "+1-612-555-0135", email: "leo.yilmaz@example.org" },
            { id: 76, name: "River Media", contact: "Sven Rossi", phone: "+1-604-555-0103", email: "sven.rossi@example.org" },
            { id: 77, name: "Quill Health", contact: "Selin Khan", phone: "+1-312-555-0182", email: "selin.khan@example.com" },
            { id: 78, name: "Orbit Logistics", contact: "Wei Costa", phone: "+1-303-555-0125", email: "wei.costa@example.com" },
            { id: 79, name: "Ridge Media", contact: "Chloe Reyes", phone: "+1-713-555-0110", email: "chloe.reyes@example.org" },
            { id: 80, name: "Oak Foods", contact: "Tariq Weber", phone: "+1-612-555-0145", email: "tariq.weber@example.org" },
        ],
    });
    await prisma.vehicles.createMany({
        data: [
            { id: 1, model_name: "Wireless Monitor", manufacturer: "River Studio", price: null, category: "sedan" },
            { id: 2, model_name: "Pro Headphones", manufacturer: "Ridge Labs", price: "57861.70", category: "SUV" },
            { id: 3, model_name: "Ultra Monitor", manufacturer: "Blue Works", price: "56640.75", category: "SUV" },
            { id: 4, model_name: "Insulated Headphones", manufacturer: "Summit Systems", price: null, category: "sedan" },
            { id: 5, model_name: "Standard Router", manufacturer: "Beacon Studio", price: null, category: null },
            { id: 6, model_name: "Smart Bottle", manufacturer: "Oak Logistics", price: null, category: "sedan" },
            { id: 7, model_name: "Deluxe Umbrella", manufacturer: "North Systems", price: "68505.46", category: "SUV" },
            { id: 8, model_name: "Portable Camera", manufacturer: "Tidal Analytics", price: "69252.41", category: "truck" },
            { id: 9, model_name: "Vintage Tent", manufacturer: "Willow Holdings", price: null, category: "sedan" },
            { id: 10, model_name: "Eco Notebook", manufacturer: "Ridge Foods", price: "90357.54", category: "truck" },
            { id: 11, model_name: "Pro Blender", manufacturer: "Keystone Group", price: "67573.11", category: "SUV" },
            { id: 12, model_name: "Ultra Blender", manufacturer: "Granite Systems", price: "51002.84", category: "SUV" },
            { id: 13, model_name: "Essential Tent", manufacturer: "Summit Labs", price: null, category: "sedan" },
            { id: 14, model_name: "Slim Tent", manufacturer: "North Holdings", price: "35050.96", category: "SUV" },
            { id: 15, model_name: "Modern Tent", manufacturer: "Cobalt Industries", price: null, category: "sedan" },
            { id: 16, model_name: "Essential Tent", manufacturer: "Granite Works", price: null, category: "sedan" },
            { id: 17, model_name: "Modern Watch", manufacturer: "Vector Systems", price: null, category: "sedan" },
            { id: 18, model_name: "Insulated Bottle", manufacturer: "Pine Systems", price: null, category: "sedan" },
            { id: 19, model_name: "Ultra Router", manufacturer: "Harbor Health", price: "37204.74", category: "truck" },
            { id: 20, model_name: "Slim Monitor", manufacturer: "Cobalt Partners", price: null, category: "sedan" },
            { id: 21, model_name: "Deluxe Camera", manufacturer: "Delta Industries", price: null, category: "sedan" },
            { id: 22, model_name: "Wireless Router", manufacturer: "Ridge Systems", price: "24116.00", category: "truck" },
            { id: 23, model_name: "Compact Backpack", manufacturer: "Summit Group", price: null, category: null },
            { id: 24, model_name: "Ultra Kettle", manufacturer: "Apex Works", price: "76872.08", category: "truck" },
            { id: 25, model_name: "Folding Notebook", manufacturer: "North Analytics", price: "23511.78", category: "specialty" },
            { id: 26, model_name: "Travel Mug", manufacturer: "Bright Systems", price: null, category: null },
            { id: 27, model_name: "Modern Blender", manufacturer: "Crest Industries", price: "20285.45", category: "truck" },
            { id: 28, model_name: "Smart Pan", manufacturer: "Vector Logistics", price: "20108.63", category: "SUV" },
            { id: 29, model_name: "Essential Notebook", manufacturer: "Beacon Health", price: "27051.68", category: "SUV" },
            { id: 30, model_name: "Modern Chair", manufacturer: "Cobalt Analytics", price: "42286.17", category: "specialty" },
            { id: 31, model_name: "Vintage Desk Lamp", manufacturer: "Cobalt Health", price: null, category: "sedan" },
            { id: 32, model_name: "Classic Blender", manufacturer: "Oak Energy", price: null, category: "sedan" },
            { id: 33, model_name: "Pro Tent", manufacturer: "Bright Energy", price: "22386.62", category: "specialty" },
            { id: 34, model_name: "Ultra Keyboard", manufacturer: "Vista Health", price: "37898.89", category: "specialty" },
            { id: 35, model_name: "Ultra Backpack", manufacturer: "Forge Logistics", price: "83167.58", category: "SUV" },
            { id: 36, model_name: "Pro Charger", manufacturer: "Apex Works", price: null, category: "sedan" },
            { id: 37, model_name: "Mini Desk Lamp", manufacturer: "Acme Studio", price: null, category: "sedan" },
            { id: 38, model_name: "Smart Speaker", manufacturer: "Forge Industries", price: "34023.68", category: "truck" },
            { id: 39, model_name: "Ultra Toolkit", manufacturer: "Vector Logistics", price: "61831.44", category: "specialty" },
            { id: 40, model_name: "Premium Camera", manufacturer: "Clear Systems", price: "47427.46", category: "truck" },
            { id: 41, model_name: "Wireless Jacket", manufacturer: "Summit Industries", price: null, category: "sedan" },
            { id: 42, model_name: "Classic Blender", manufacturer: "Atlas Works", price: null, category: "sedan" },
            { id: 43, model_name: "Portable Pan", manufacturer: "Compass Media", price: "24186.86", category: "truck" },
            { id: 44, model_name: "Ultra Tripod", manufacturer: "North Health", price: "46660.60", category: "SUV" },
            { id: 45, model_name: "Mini Speaker", manufacturer: "Atlas Industries", price: null, category: "sedan" },
            { id: 46, model_name: "Portable Lantern", manufacturer: "Forge Software", price: null, category: "sedan" },
            { id: 47, model_name: "Deluxe Lantern", manufacturer: "Field Logistics", price: "23432.65", category: "specialty" },
            { id: 48, model_name: "Pro Planter", manufacturer: "Beacon Foods", price: "76892.28", category: "SUV" },
            { id: 49, model_name: "Heavy Duty Keyboard", manufacturer: "Meridian Studio", price: null, category: "sedan" },
            { id: 50, model_name: "Travel Desk Lamp", manufacturer: "Ridge Partners", price: "31207.17", category: "SUV" },
            { id: 51, model_name: "Portable Chair", manufacturer: "North Logistics", price: null, category: null },
            { id: 52, model_name: "Smart Watch", manufacturer: "River Foods", price: null, category: "sedan" },
            { id: 53, model_name: "Heavy Duty Headphones", manufacturer: "Iron Logistics", price: "58913.97", category: "truck" },
            { id: 54, model_name: "Essential Kettle", manufacturer: "Beacon Energy", price: null, category: null },
            { id: 55, model_name: "Vintage Camera", manufacturer: "Atlas Partners", price: null, category: "sedan" },
            { id: 56, model_name: "Compact Router", manufacturer: "Delta Digital", price: null, category: "sedan" },
            { id: 57, model_name: "Insulated Bottle", manufacturer: "Vista Systems", price: "64785.39", category: "SUV" },
            { id: 58, model_name: "Ultra Speaker", manufacturer: "Quill Partners", price: "24228.16", category: "SUV" },
            { id: 59, model_name: "Vintage Mug", manufacturer: "Apex Group", price: "89623.10", category: "SUV" },
            { id: 60, model_name: "Standard Notebook", manufacturer: "Oak Works", price: null, category: null },
            { id: 61, model_name: "Mini Monitor", manufacturer: "Field Foods", price: null, category: "sedan" },
            { id: 62, model_name: "Ultra Mug", manufacturer: "North Systems", price: "73431.23", category: "SUV" },
            { id: 63, model_name: "Smart Bottle", manufacturer: "Delta Group", price: null, category: "sedan" },
            { id: 64, model_name: "Smart Tent", manufacturer: "Cobalt Holdings", price: "78390.48", category: "truck" },
            { id: 65, model_name: "Vintage Kettle", manufacturer: "North Holdings", price: "48756.16", category: "SUV" },
            { id: 66, model_name: "Eco Blender", manufacturer: "North Media", price: "24047.48", category: "SUV" },
            { id: 67, model_name: "Pro Pan", manufacturer: "Field Labs", price: null, category: "sedan" },
            { id: 68, model_name: "Heavy Duty Chair", manufacturer: "Field Works", price: null, category: "sedan" },
            { id: 69, model_name: "Compact Blender", manufacturer: "Lantern Group", price: "64534.47", category: "truck" },
            { id: 70, model_name: "Compact Jacket", manufacturer: "Vector Health", price: null, category: "sedan" },
            { id: 71, model_name: "Mini Charger", manufacturer: "Lantern Studio", price: null, category: "sedan" },
            { id: 72, model_name: "Travel Chair", manufacturer: "Bright Holdings", price: null, category: "sedan" },
            { id: 73, model_name: "Classic Planter", manufacturer: "Bright Media", price: null, category: "sedan" },
            { id: 74, model_name: "Slim Umbrella", manufacturer: "Cedar Logistics", price: "36667.85", category: "specialty" },
            { id: 75, model_name: "Compact Blender", manufacturer: "Keystone Studio", price: null, category: "sedan" },
            { id: 76, model_name: "Deluxe Toolkit", manufacturer: "Harbor Systems", price: null, category: null },
            { id: 77, model_name: "Smart Notebook", manufacturer: "Summit Group", price: null, category: "sedan" },
            { id: 78, model_name: "Heavy Duty Tripod", manufacturer: "Meridian Partners", price: "25059.19", category: "SUV" },
            { id: 79, model_name: "Smart Headphones", manufacturer: "Cedar Software", price: "23272.08", category: "SUV" },
            { id: 80, model_name: "Modern Watch", manufacturer: "Delta Software", price: null, category: "sedan" },
            { id: 81, model_name: "Compact Pan", manufacturer: "Delta Foods", price: "41567.07", category: "truck" },
            { id: 82, model_name: "Premium Bottle", manufacturer: "Compass Digital", price: null, category: "sedan" },
            { id: 83, model_name: "Mini Umbrella", manufacturer: "Vista Health", price: null, category: "sedan" },
            { id: 84, model_name: "Wireless Umbrella", manufacturer: "Summit Foods", price: null, category: "sedan" },
            { id: 85, model_name: "Eco Speaker", manufacturer: "North Partners", price: "20455.71", category: "specialty" },
            { id: 86, model_name: "Slim Toolkit", manufacturer: "Summit Partners", price: "23176.53", category: "SUV" },
            { id: 87, model_name: "Deluxe Watch", manufacturer: "North Foods", price: null, category: "sedan" },
            { id: 88, model_name: "Standard Blender", manufacturer: "Acme Labs", price: "20188.09", category: "SUV" },
            { id: 89, model_name: "Ultra Tent", manufacturer: "Summit Works", price: null, category: null },
            { id: 90, model_name: "Wireless Chair", manufacturer: "Orbit Systems", price: "51340.99", category: "specialty" },
            { id: 91, model_name: "Pro Monitor", manufacturer: "Atlas Studio", price: null, category: "sedan" },
            { id: 92, model_name: "Premium Backpack", manufacturer: "Sable Foods", price: "82284.94", category: "truck" },
            { id: 93, model_name: "Smart Tripod", manufacturer: "Sable Studio", price: "80540.14", category: "SUV" },
            { id: 94, model_name: "Smart Tent", manufacturer: "Field Group", price: "34466.81", category: "truck" },
            { id: 95, model_name: "Eco Tripod", manufacturer: "Cobalt Logistics", price: null, category: "sedan" },
            { id: 96, model_name: "Modern Pan", manufacturer: "Granite Health", price: "26876.04", category: "truck" },
            { id: 97, model_name: "Deluxe Charger", manufacturer: "Cedar Holdings", price: "21339.59", category: "SUV" },
            { id: 98, model_name: "Modern Headphones", manufacturer: "Sable Systems", price: null, category: "sedan" },
            { id: 99, model_name: "Vintage Keyboard", manufacturer: "Keystone Foods", price: "33314.21", category: "specialty" },
            { id: 100, model_name: "Vintage Speaker", manufacturer: "Sable Partners", price: null, category: null },
        ],
    });
    await prisma.transactions.createMany({
        data: [
            { id: 1, customer_id: 106, vehicle_id: 16, transaction_date: "2023-12-24", amount: "39059.23", payment_method: "cash", discount_amount: "2755.18", transaction_status: "completed" },
            { id: 2, customer_id: 39, vehicle_id: 59, transaction_date: "2023-10-17", amount: "50766.08", payment_method: "cash", discount_amount: "3454.14", transaction_status: "completed" },
            { id: 3, customer_id: 182, vehicle_id: 22, transaction_date: "2023-01-29", amount: "43423.01", payment_method: "credit card", discount_amount: "1339.37", transaction_status: "completed" },
            { id: 4, customer_id: 68, vehicle_id: 80, transaction_date: "2023-09-15", amount: "45438.41", payment_method: "financing", discount_amount: "299.60", transaction_status: "completed" },
            { id: 5, customer_id: 178, vehicle_id: 3, transaction_date: "2023-12-07", amount: "96531.00", payment_method: "cash", discount_amount: "586.74", transaction_status: "refunded" },
            { id: 6, customer_id: 52, vehicle_id: 91, transaction_date: "2023-10-16", amount: "95850.12", payment_method: "credit card", discount_amount: "1890.20", transaction_status: "completed" },
            { id: 7, customer_id: 30, vehicle_id: 70, transaction_date: "2023-11-22", amount: "43022.03", payment_method: "cash", discount_amount: "1674.37", transaction_status: "completed" },
            { id: 8, customer_id: 146, vehicle_id: 32, transaction_date: "2023-02-14", amount: "90512.95", payment_method: "credit card", discount_amount: "1934.66", transaction_status: "refunded" },
            { id: 9, customer_id: 41, vehicle_id: 54, transaction_date: "2023-11-25", amount: "98862.86", payment_method: "credit card", discount_amount: "4322.93", transaction_status: "completed" },
            { id: 10, customer_id: 110, vehicle_id: 50, transaction_date: "2023-04-09", amount: "28852.34", payment_method: "financing", discount_amount: "2572.68", transaction_status: "completed" },
            { id: 11, customer_id: 193, vehicle_id: 48, transaction_date: "2023-05-21", amount: "74987.26", payment_method: "credit card", discount_amount: "866.45", transaction_status: "refunded" },
            { id: 12, customer_id: 176, vehicle_id: 82, transaction_date: "2023-07-06", amount: "29612.40", payment_method: "financing", discount_amount: "2517.15", transaction_status: "completed" },
            { id: 13, customer_id: 186, vehicle_id: 26, transaction_date: "2023-10-31", amount: "26843.77", payment_method: "credit card", discount_amount: "1015.31", transaction_status: "refunded" },
            { id: 14, customer_id: 11, vehicle_id: 26, transaction_date: "2023-12-13", amount: "69466.51", payment_method: "cash", discount_amount: "438.48", transaction_status: "completed" },
            { id: 15, customer_id: 135, vehicle_id: 45, transaction_date: "2023-02-22", amount: "53684.15", payment_method: "cash", discount_amount: "1263.19", transaction_status: "refunded" },
            { id: 16, customer_id: 154, vehicle_id: 83, transaction_date: "2023-03-17", amount: "48577.18", payment_method: "credit card", discount_amount: "121.81", transaction_status: "pending" },
            { id: 17, customer_id: 110, vehicle_id: 53, transaction_date: "2023-03-08", amount: "64215.74", payment_method: "credit card", discount_amount: null, transaction_status: "pending" },
            { id: 18, customer_id: 87, vehicle_id: 43, transaction_date: "2023-01-14", amount: "20679.55", payment_method: "cash", discount_amount: "572.23", transaction_status: "completed" },
            { id: 19, customer_id: 161, vehicle_id: 43, transaction_date: "2023-12-16", amount: "31544.39", payment_method: "credit card", discount_amount: "3709.25", transaction_status: "completed" },
            { id: 20, customer_id: 21, vehicle_id: 3, transaction_date: "2023-03-03", amount: "34787.44", payment_method: "credit card", discount_amount: "190.93", transaction_status: "refunded" },
            { id: 21, customer_id: 97, vehicle_id: 80, transaction_date: "2023-02-23", amount: "35979.58", payment_method: "cash", discount_amount: "2956.46", transaction_status: "completed" },
            { id: 22, customer_id: 115, vehicle_id: 62, transaction_date: "2023-01-16", amount: "85847.40", payment_method: "credit card", discount_amount: "1356.71", transaction_status: "completed" },
            { id: 23, customer_id: 148, vehicle_id: 10, transaction_date: "2023-09-30", amount: "65815.03", payment_method: "credit card", discount_amount: "2047.24", transaction_status: "refunded" },
            { id: 24, customer_id: 28, vehicle_id: 96, transaction_date: "2023-08-13", amount: "26594.27", payment_method: "financing", discount_amount: "1711.21", transaction_status: "completed" },
            { id: 25, customer_id: 169, vehicle_id: 4, transaction_date: "2023-03-25", amount: "61050.38", payment_method: "cash", discount_amount: "1022.24", transaction_status: "completed" },
            { id: 26, customer_id: 184, vehicle_id: 54, transaction_date: "2023-10-03", amount: "24692.71", payment_method: "financing", discount_amount: "4462.66", transaction_status: "pending" },
            { id: 27, customer_id: 99, vehicle_id: 75, transaction_date: "2023-10-08", amount: "25149.68", payment_method: "cash", discount_amount: "1878.23", transaction_status: "pending" },
            { id: 28, customer_id: 104, vehicle_id: 39, transaction_date: "2023-11-05", amount: "20008.27", payment_method: "financing", discount_amount: "3266.47", transaction_status: "refunded" },
            { id: 29, customer_id: 117, vehicle_id: 46, transaction_date: "2023-02-15", amount: "84573.38", payment_method: "cash", discount_amount: "2324.71", transaction_status: "completed" },
            { id: 30, customer_id: 162, vehicle_id: 64, transaction_date: "2023-10-13", amount: "25053.03", payment_method: "credit card", discount_amount: "200.39", transaction_status: "pending" },
            { id: 31, customer_id: 72, vehicle_id: 70, transaction_date: "2023-12-05", amount: "64309.60", payment_method: "credit card", discount_amount: "2707.77", transaction_status: "pending" },
            { id: 32, customer_id: 36, vehicle_id: 84, transaction_date: "2023-04-12", amount: "59684.38", payment_method: "cash", discount_amount: "3175.85", transaction_status: "completed" },
            { id: 33, customer_id: 14, vehicle_id: 77, transaction_date: "2023-02-24", amount: "21217.19", payment_method: "financing", discount_amount: "265.51", transaction_status: "completed" },
            { id: 34, customer_id: 63, vehicle_id: 80, transaction_date: "2023-02-22", amount: "34727.07", payment_method: "cash", discount_amount: "3855.93", transaction_status: "refunded" },
            { id: 35, customer_id: 11, vehicle_id: 90, transaction_date: "2023-12-15", amount: "38535.22", payment_method: "cash", discount_amount: "1000.53", transaction_status: "completed" },
            { id: 36, customer_id: 55, vehicle_id: 47, transaction_date: "2023-12-24", amount: "64465.74", payment_method: "financing", discount_amount: "1471.42", transaction_status: "completed" },
            { id: 37, customer_id: 33, vehicle_id: 39, transaction_date: "2023-05-22", amount: "21106.26", payment_method: "credit card", discount_amount: "4167.94", transaction_status: "completed" },
            { id: 38, customer_id: 97, vehicle_id: 74, transaction_date: "2023-02-16", amount: "20002.56", payment_method: "credit card", discount_amount: "1104.89", transaction_status: "pending" },
            { id: 39, customer_id: 118, vehicle_id: 20, transaction_date: "2023-07-02", amount: "38532.12", payment_method: "cash", discount_amount: "1175.60", transaction_status: "completed" },
            { id: 40, customer_id: 25, vehicle_id: 39, transaction_date: "2023-03-25", amount: "23953.32", payment_method: "cash", discount_amount: "1139.44", transaction_status: "completed" },
            { id: 41, customer_id: 54, vehicle_id: 21, transaction_date: "2023-01-06", amount: "28358.96", payment_method: "cash", discount_amount: "377.62", transaction_status: "completed" },
            { id: 42, customer_id: 145, vehicle_id: 80, transaction_date: "2023-11-04", amount: "20389.24", payment_method: "credit card", discount_amount: null, transaction_status: "pending" },
            { id: 43, customer_id: 81, vehicle_id: 35, transaction_date: "2023-08-31", amount: "70881.93", payment_method: "credit card", discount_amount: "1.64", transaction_status: "pending" },
            { id: 44, customer_id: 181, vehicle_id: 62, transaction_date: "2023-09-21", amount: "75751.63", payment_method: "credit card", discount_amount: null, transaction_status: "completed" },
            { id: 45, customer_id: 146, vehicle_id: 45, transaction_date: "2023-01-06", amount: "24410.45", payment_method: "financing", discount_amount: "3271.27", transaction_status: "completed" },
            { id: 46, customer_id: 94, vehicle_id: 47, transaction_date: "2023-11-20", amount: "21226.90", payment_method: "financing", discount_amount: "3950.17", transaction_status: "completed" },
            { id: 47, customer_id: 82, vehicle_id: 6, transaction_date: "2023-07-19", amount: "28444.93", payment_method: "cash", discount_amount: "47.86", transaction_status: "completed" },
            { id: 48, customer_id: 165, vehicle_id: 65, transaction_date: "2023-11-24", amount: "25685.25", payment_method: "cash", discount_amount: "2848.54", transaction_status: "completed" },
            { id: 49, customer_id: 151, vehicle_id: 90, transaction_date: "2023-05-12", amount: "24494.34", payment_method: "financing", discount_amount: "1169.03", transaction_status: "completed" },
            { id: 50, customer_id: 178, vehicle_id: 31, transaction_date: "2023-11-26", amount: "66825.24", payment_method: "cash", discount_amount: "287.10", transaction_status: "pending" },
            { id: 51, customer_id: 167, vehicle_id: 40, transaction_date: "2023-08-01", amount: "20033.76", payment_method: "financing", discount_amount: null, transaction_status: "pending" },
            { id: 52, customer_id: 196, vehicle_id: 82, transaction_date: "2023-09-03", amount: "33191.05", payment_method: "credit card", discount_amount: null, transaction_status: "completed" },
            { id: 53, customer_id: 173, vehicle_id: 80, transaction_date: "2023-12-30", amount: "63321.94", payment_method: "credit card", discount_amount: "3689.01", transaction_status: "completed" },
            { id: 54, customer_id: 90, vehicle_id: 52, transaction_date: "2023-07-25", amount: "70139.88", payment_method: "cash", discount_amount: "87.66", transaction_status: "completed" },
            { id: 55, customer_id: 87, vehicle_id: 64, transaction_date: "2023-07-07", amount: "83628.02", payment_method: "cash", discount_amount: "1453.62", transaction_status: "completed" },
            { id: 56, customer_id: 95, vehicle_id: 73, transaction_date: "2023-01-04", amount: "53489.70", payment_method: "financing", discount_amount: "105.93", transaction_status: "completed" },
            { id: 57, customer_id: 92, vehicle_id: 87, transaction_date: "2023-01-30", amount: "56569.15", payment_method: "credit card", discount_amount: "1120.40", transaction_status: "completed" },
            { id: 58, customer_id: 25, vehicle_id: 99, transaction_date: "2023-09-11", amount: "62936.67", payment_method: "cash", discount_amount: "1039.73", transaction_status: "completed" },
            { id: 59, customer_id: 191, vehicle_id: 48, transaction_date: "2023-04-08", amount: "29131.59", payment_method: "cash", discount_amount: "4637.81", transaction_status: "completed" },
            { id: 60, customer_id: 113, vehicle_id: 83, transaction_date: "2023-12-02", amount: "26615.54", payment_method: "financing", discount_amount: "62.54", transaction_status: "completed" },
            { id: 61, customer_id: 82, vehicle_id: 12, transaction_date: "2023-09-05", amount: "67553.27", payment_method: "credit card", discount_amount: "833.14", transaction_status: "completed" },
            { id: 62, customer_id: 139, vehicle_id: 89, transaction_date: "2023-03-23", amount: "46115.59", payment_method: "credit card", discount_amount: "4099.68", transaction_status: "completed" },
            { id: 63, customer_id: 68, vehicle_id: 13, transaction_date: "2023-12-05", amount: "25473.15", payment_method: "credit card", discount_amount: "0.45", transaction_status: "completed" },
            { id: 64, customer_id: 151, vehicle_id: 97, transaction_date: "2023-01-01", amount: "47311.35", payment_method: "credit card", discount_amount: "4396.44", transaction_status: "completed" },
            { id: 65, customer_id: 154, vehicle_id: 27, transaction_date: "2023-09-12", amount: "75850.30", payment_method: "cash", discount_amount: "2516.00", transaction_status: "refunded" },
            { id: 66, customer_id: 197, vehicle_id: 61, transaction_date: "2023-04-23", amount: "84392.66", payment_method: "financing", discount_amount: "1789.77", transaction_status: "pending" },
            { id: 67, customer_id: 179, vehicle_id: 47, transaction_date: "2023-05-31", amount: "20587.48", payment_method: "financing", discount_amount: "3520.55", transaction_status: "completed" },
            { id: 68, customer_id: 80, vehicle_id: 43, transaction_date: "2023-12-04", amount: "22225.03", payment_method: "financing", discount_amount: "1709.12", transaction_status: "completed" },
            { id: 69, customer_id: 2, vehicle_id: 98, transaction_date: "2023-01-11", amount: "67471.55", payment_method: "cash", discount_amount: "114.46", transaction_status: "refunded" },
            { id: 70, customer_id: 185, vehicle_id: 40, transaction_date: "2023-11-26", amount: "69083.35", payment_method: "credit card", discount_amount: "2587.83", transaction_status: "completed" },
            { id: 71, customer_id: 164, vehicle_id: 15, transaction_date: "2023-10-08", amount: "38941.33", payment_method: "credit card", discount_amount: "5.84", transaction_status: "completed" },
            { id: 72, customer_id: 88, vehicle_id: 65, transaction_date: "2023-12-27", amount: "27931.21", payment_method: "credit card", discount_amount: "3482.76", transaction_status: "completed" },
            { id: 73, customer_id: 28, vehicle_id: 24, transaction_date: "2023-01-02", amount: "49236.19", payment_method: "financing", discount_amount: "0.10", transaction_status: "completed" },
            { id: 74, customer_id: 41, vehicle_id: 65, transaction_date: "2023-04-22", amount: "44716.31", payment_method: "credit card", discount_amount: "451.16", transaction_status: "completed" },
            { id: 75, customer_id: 103, vehicle_id: 86, transaction_date: "2023-09-21", amount: "54881.46", payment_method: "credit card", discount_amount: "530.51", transaction_status: "pending" },
            { id: 76, customer_id: 167, vehicle_id: 34, transaction_date: "2023-04-17", amount: "56245.53", payment_method: "credit card", discount_amount: "18.97", transaction_status: "pending" },
            { id: 77, customer_id: 76, vehicle_id: 22, transaction_date: "2023-11-03", amount: "25521.49", payment_method: "credit card", discount_amount: null, transaction_status: "completed" },
            { id: 78, customer_id: 159, vehicle_id: 43, transaction_date: "2023-12-14", amount: "98578.05", payment_method: "cash", discount_amount: "2443.56", transaction_status: "refunded" },
            { id: 79, customer_id: 13, vehicle_id: 91, transaction_date: "2023-11-05", amount: "89036.58", payment_method: "cash", discount_amount: null, transaction_status: "completed" },
            { id: 80, customer_id: 149, vehicle_id: 18, transaction_date: "2023-10-22", amount: "91723.03", payment_method: "cash", discount_amount: null, transaction_status: "completed" },
            { id: 81, customer_id: 78, vehicle_id: 14, transaction_date: "2023-10-29", amount: "20000.90", payment_method: "financing", discount_amount: "816.15", transaction_status: "completed" },
            { id: 82, customer_id: 139, vehicle_id: 35, transaction_date: "2023-10-27", amount: "64057.49", payment_method: "credit card", discount_amount: null, transaction_status: "completed" },
            { id: 83, customer_id: 133, vehicle_id: 75, transaction_date: "2023-12-07", amount: "39723.72", payment_method: "cash", discount_amount: "911.38", transaction_status: "completed" },
            { id: 84, customer_id: 81, vehicle_id: 37, transaction_date: "2023-10-18", amount: "67710.28", payment_method: "credit card", discount_amount: null, transaction_status: "completed" },
            { id: 85, customer_id: 85, vehicle_id: 87, transaction_date: "2023-09-27", amount: "93517.14", payment_method: "credit card", discount_amount: "13.21", transaction_status: "completed" },
            { id: 86, customer_id: 19, vehicle_id: 21, transaction_date: "2023-02-06", amount: "78231.02", payment_method: "cash", discount_amount: "3606.97", transaction_status: "refunded" },
            { id: 87, customer_id: 80, vehicle_id: 90, transaction_date: "2023-10-13", amount: "91858.30", payment_method: "credit card", discount_amount: "2383.14", transaction_status: "completed" },
            { id: 88, customer_id: 91, vehicle_id: 60, transaction_date: "2023-08-30", amount: "59248.34", payment_method: "credit card", discount_amount: "535.33", transaction_status: "completed" },
            { id: 89, customer_id: 62, vehicle_id: 25, transaction_date: "2023-08-31", amount: "81794.23", payment_method: "financing", discount_amount: "63.10", transaction_status: "pending" },
            { id: 90, customer_id: 24, vehicle_id: 24, transaction_date: "2023-09-29", amount: "27094.09", payment_method: "credit card", discount_amount: "2884.29", transaction_status: "pending" },
            { id: 91, customer_id: 63, vehicle_id: 72, transaction_date: "2023-11-01", amount: "67533.98", payment_method: "cash", discount_amount: "451.06", transaction_status: "completed" },
            { id: 92, customer_id: 97, vehicle_id: 17, transaction_date: "2023-06-14", amount: "64153.17", payment_method: "cash", discount_amount: "2898.18", transaction_status: "completed" },
            { id: 93, customer_id: 191, vehicle_id: 22, transaction_date: "2023-08-17", amount: "33603.15", payment_method: "credit card", discount_amount: "5.29", transaction_status: "completed" },
            { id: 94, customer_id: 25, vehicle_id: 80, transaction_date: "2023-02-23", amount: "32716.72", payment_method: "credit card", discount_amount: "558.82", transaction_status: "refunded" },
            { id: 95, customer_id: 166, vehicle_id: 84, transaction_date: "2023-01-11", amount: "29314.09", payment_method: "credit card", discount_amount: "19.32", transaction_status: "completed" },
            { id: 96, customer_id: 151, vehicle_id: 30, transaction_date: "2023-11-11", amount: "77637.40", payment_method: "financing", discount_amount: "49.70", transaction_status: "refunded" },
            { id: 97, customer_id: 90, vehicle_id: 27, transaction_date: "2023-04-10", amount: "27642.61", payment_method: "financing", discount_amount: "2419.20", transaction_status: "pending" },
            { id: 98, customer_id: 178, vehicle_id: 100, transaction_date: "2023-06-24", amount: "56108.68", payment_method: "credit card", discount_amount: "2785.84", transaction_status: "completed" },
            { id: 99, customer_id: 123, vehicle_id: 80, transaction_date: "2023-05-05", amount: "58149.51", payment_method: "credit card", discount_amount: "1049.05", transaction_status: "completed" },
            { id: 100, customer_id: 199, vehicle_id: 49, transaction_date: "2023-10-18", amount: "41169.58", payment_method: "cash", discount_amount: "246.54", transaction_status: "pending" },
            { id: 101, customer_id: 199, vehicle_id: 22, transaction_date: "2023-10-02", amount: "61215.50", payment_method: "cash", discount_amount: null, transaction_status: "completed" },
            { id: 102, customer_id: 82, vehicle_id: 41, transaction_date: "2023-04-16", amount: "28222.71", payment_method: "credit card", discount_amount: "2.14", transaction_status: "completed" },
            { id: 103, customer_id: 23, vehicle_id: 42, transaction_date: "2023-09-19", amount: "69800.99", payment_method: "cash", discount_amount: "2476.26", transaction_status: "completed" },
            { id: 104, customer_id: 184, vehicle_id: 95, transaction_date: "2023-09-10", amount: "20221.98", payment_method: "credit card", discount_amount: "2027.15", transaction_status: "pending" },
            { id: 105, customer_id: 155, vehicle_id: 41, transaction_date: "2023-12-06", amount: "47153.99", payment_method: "credit card", discount_amount: "1.84", transaction_status: "completed" },
            { id: 106, customer_id: 149, vehicle_id: 9, transaction_date: "2023-12-10", amount: "21238.18", payment_method: "cash", discount_amount: "295.42", transaction_status: "completed" },
            { id: 107, customer_id: 189, vehicle_id: 15, transaction_date: "2023-01-07", amount: "28437.78", payment_method: "credit card", discount_amount: "4320.37", transaction_status: "completed" },
            { id: 108, customer_id: 123, vehicle_id: 58, transaction_date: "2023-08-22", amount: "21802.00", payment_method: "financing", discount_amount: null, transaction_status: "completed" },
            { id: 109, customer_id: 9, vehicle_id: 87, transaction_date: "2023-06-21", amount: "60087.73", payment_method: "cash", discount_amount: "915.90", transaction_status: "completed" },
            { id: 110, customer_id: 120, vehicle_id: 71, transaction_date: "2023-07-04", amount: "43367.59", payment_method: "credit card", discount_amount: "2904.10", transaction_status: "refunded" },
            { id: 111, customer_id: 82, vehicle_id: 90, transaction_date: "2023-05-04", amount: "40243.60", payment_method: "credit card", discount_amount: "1695.58", transaction_status: "pending" },
            { id: 112, customer_id: 163, vehicle_id: 66, transaction_date: "2023-02-19", amount: "74146.01", payment_method: "credit card", discount_amount: "2096.71", transaction_status: "completed" },
            { id: 113, customer_id: 36, vehicle_id: 34, transaction_date: "2023-09-12", amount: "34793.59", payment_method: "cash", discount_amount: "50.58", transaction_status: "completed" },
            { id: 114, customer_id: 10, vehicle_id: 92, transaction_date: "2023-11-14", amount: "85667.90", payment_method: "cash", discount_amount: "4063.16", transaction_status: "pending" },
            { id: 115, customer_id: 72, vehicle_id: 94, transaction_date: "2023-08-11", amount: "28350.42", payment_method: "cash", discount_amount: "872.66", transaction_status: "completed" },
            { id: 116, customer_id: 105, vehicle_id: 40, transaction_date: "2023-11-29", amount: "46402.15", payment_method: "cash", discount_amount: "2512.38", transaction_status: "completed" },
            { id: 117, customer_id: 86, vehicle_id: 4, transaction_date: "2023-04-02", amount: "23634.42", payment_method: "credit card", discount_amount: "3725.82", transaction_status: "completed" },
            { id: 118, customer_id: 38, vehicle_id: 93, transaction_date: "2023-12-30", amount: "27921.83", payment_method: "credit card", discount_amount: "2384.18", transaction_status: "completed" },
            { id: 119, customer_id: 23, vehicle_id: 96, transaction_date: "2023-08-14", amount: "54159.22", payment_method: "credit card", discount_amount: "63.71", transaction_status: "completed" },
            { id: 120, customer_id: 142, vehicle_id: 36, transaction_date: "2023-01-27", amount: "30055.04", payment_method: "credit card", discount_amount: "1551.41", transaction_status: "completed" },
            { id: 121, customer_id: 94, vehicle_id: 97, transaction_date: "2023-05-21", amount: "32798.74", payment_method: "credit card", discount_amount: null, transaction_status: "completed" },
            { id: 122, customer_id: 61, vehicle_id: 16, transaction_date: "2023-11-25", amount: "85931.42", payment_method: "credit card", discount_amount: "4808.94", transaction_status: "completed" },
            { id: 123, customer_id: 61, vehicle_id: 49, transaction_date: "2023-12-14", amount: "47398.01", payment_method: "financing", discount_amount: "176.55", transaction_status: "completed" },
            { id: 124, customer_id: 159, vehicle_id: 4, transaction_date: "2023-07-23", amount: "86974.45", payment_method: "cash", discount_amount: "4712.63", transaction_status: "completed" },
            { id: 125, customer_id: 42, vehicle_id: 73, transaction_date: "2023-10-06", amount: "45146.13", payment_method: "financing", discount_amount: "186.62", transaction_status: "pending" },
            { id: 126, customer_id: 115, vehicle_id: 7, transaction_date: "2023-10-07", amount: "36689.21", payment_method: "credit card", discount_amount: "2448.17", transaction_status: "completed" },
            { id: 127, customer_id: 39, vehicle_id: 56, transaction_date: "2023-10-29", amount: "22341.29", payment_method: "cash", discount_amount: "3819.15", transaction_status: "pending" },
            { id: 128, customer_id: 13, vehicle_id: 92, transaction_date: "2023-08-25", amount: "28729.37", payment_method: "credit card", discount_amount: "3485.70", transaction_status: "pending" },
            { id: 129, customer_id: 89, vehicle_id: 68, transaction_date: "2023-04-29", amount: "90650.34", payment_method: "credit card", discount_amount: "39.48", transaction_status: "pending" },
            { id: 130, customer_id: 23, vehicle_id: 38, transaction_date: "2023-02-05", amount: "45478.62", payment_method: "financing", discount_amount: "5.58", transaction_status: "completed" },
            { id: 131, customer_id: 124, vehicle_id: 63, transaction_date: "2023-05-18", amount: "32481.07", payment_method: "cash", discount_amount: "4603.10", transaction_status: "completed" },
            { id: 132, customer_id: 113, vehicle_id: 84, transaction_date: "2023-01-25", amount: "23101.53", payment_method: "financing", discount_amount: null, transaction_status: "completed" },
            { id: 133, customer_id: 46, vehicle_id: 72, transaction_date: "2023-12-13", amount: "20176.50", payment_method: "cash", discount_amount: "2884.93", transaction_status: "completed" },
            { id: 134, customer_id: 79, vehicle_id: 78, transaction_date: "2023-08-28", amount: "29845.98", payment_method: "credit card", discount_amount: "2666.18", transaction_status: "pending" },
            { id: 135, customer_id: 199, vehicle_id: 61, transaction_date: "2023-04-03", amount: "30859.80", payment_method: "credit card", discount_amount: "2847.87", transaction_status: "completed" },
            { id: 136, customer_id: 98, vehicle_id: 91, transaction_date: "2023-01-18", amount: "69140.34", payment_method: "financing", discount_amount: null, transaction_status: "completed" },
            { id: 137, customer_id: 108, vehicle_id: 87, transaction_date: "2023-01-30", amount: "47866.57", payment_method: "cash", discount_amount: "3196.51", transaction_status: "refunded" },
            { id: 138, customer_id: 67, vehicle_id: 68, transaction_date: "2023-06-21", amount: "24289.16", payment_method: "credit card", discount_amount: null, transaction_status: "completed" },
            { id: 139, customer_id: 183, vehicle_id: 63, transaction_date: "2023-12-30", amount: "21307.58", payment_method: "financing", discount_amount: "2111.15", transaction_status: "pending" },
            { id: 140, customer_id: 139, vehicle_id: 92, transaction_date: "2023-03-12", amount: "38901.52", payment_method: "financing", discount_amount: null, transaction_status: "completed" },
            { id: 141, customer_id: 119, vehicle_id: 33, transaction_date: "2023-12-12", amount: "58327.73", payment_method: "credit card", discount_amount: "1123.79", transaction_status: "completed" },
            { id: 142, customer_id: 72, vehicle_id: 8, transaction_date: "2023-01-25", amount: "86734.57", payment_method: "financing", discount_amount: "1302.13", transaction_status: "pending" },
            { id: 143, customer_id: 195, vehicle_id: 7, transaction_date: "2023-10-26", amount: "25953.01", payment_method: "credit card", discount_amount: null, transaction_status: "completed" },
            { id: 144, customer_id: 87, vehicle_id: 49, transaction_date: "2023-08-04", amount: "20625.54", payment_method: "credit card", discount_amount: "332.02", transaction_status: "completed" },
            { id: 145, customer_id: 121, vehicle_id: 16, transaction_date: "2023-02-01", amount: "21708.55", payment_method: "credit card", discount_amount: "3292.29", transaction_status: "refunded" },
            { id: 146, customer_id: 156, vehicle_id: 12, transaction_date: "2023-02-04", amount: "81179.38", payment_method: "credit card", discount_amount: "1238.92", transaction_status: "pending" },
            { id: 147, customer_id: 76, vehicle_id: 18, transaction_date: "2023-10-28", amount: "94583.83", payment_method: "credit card", discount_amount: "816.81", transaction_status: "completed" },
            { id: 148, customer_id: 21, vehicle_id: 66, transaction_date: "2023-04-17", amount: "69522.10", payment_method: "credit card", discount_amount: "1629.55", transaction_status: "pending" },
            { id: 149, customer_id: 176, vehicle_id: 38, transaction_date: "2023-09-23", amount: "34494.33", payment_method: "credit card", discount_amount: "2330.36", transaction_status: "completed" },
            { id: 150, customer_id: 185, vehicle_id: 36, transaction_date: "2023-04-23", amount: "20027.40", payment_method: "credit card", discount_amount: "1873.72", transaction_status: "refunded" },
            { id: 151, customer_id: 14, vehicle_id: 57, transaction_date: "2023-01-13", amount: "34163.86", payment_method: "financing", discount_amount: null, transaction_status: "completed" },
            { id: 152, customer_id: 41, vehicle_id: 37, transaction_date: "2023-09-15", amount: "48683.99", payment_method: "cash", discount_amount: "104.56", transaction_status: "completed" },
            { id: 153, customer_id: 35, vehicle_id: 88, transaction_date: "2023-12-01", amount: "37026.06", payment_method: "cash", discount_amount: "82.14", transaction_status: "completed" },
            { id: 154, customer_id: 191, vehicle_id: 91, transaction_date: "2023-03-01", amount: "25416.20", payment_method: "financing", discount_amount: "1067.59", transaction_status: "refunded" },
            { id: 155, customer_id: 19, vehicle_id: 23, transaction_date: "2023-04-27", amount: "25386.25", payment_method: "credit card", discount_amount: "1864.95", transaction_status: "completed" },
            { id: 156, customer_id: 52, vehicle_id: 44, transaction_date: "2023-12-03", amount: "95615.60", payment_method: "cash", discount_amount: "4018.24", transaction_status: "pending" },
            { id: 157, customer_id: 78, vehicle_id: 12, transaction_date: "2023-12-19", amount: "26984.90", payment_method: "credit card", discount_amount: "28.53", transaction_status: "completed" },
            { id: 158, customer_id: 60, vehicle_id: 46, transaction_date: "2023-01-10", amount: "84261.75", payment_method: "cash", discount_amount: "2842.88", transaction_status: "completed" },
            { id: 159, customer_id: 176, vehicle_id: 55, transaction_date: "2023-08-09", amount: "40521.47", payment_method: "credit card", discount_amount: "2175.74", transaction_status: "completed" },
            { id: 160, customer_id: 42, vehicle_id: 59, transaction_date: "2023-11-29", amount: "21457.89", payment_method: "financing", discount_amount: "214.28", transaction_status: "pending" },
            { id: 161, customer_id: 150, vehicle_id: 82, transaction_date: "2023-11-20", amount: "34297.44", payment_method: "cash", discount_amount: "126.05", transaction_status: "completed" },
            { id: 162, customer_id: 144, vehicle_id: 43, transaction_date: "2023-09-28", amount: "91313.57", payment_method: "cash", discount_amount: "275.69", transaction_status: "completed" },
            { id: 163, customer_id: 62, vehicle_id: 73, transaction_date: "2023-02-12", amount: "23407.62", payment_method: "credit card", discount_amount: "694.39", transaction_status: "refunded" },
            { id: 164, customer_id: 85, vehicle_id: 21, transaction_date: "2023-11-02", amount: "47140.90", payment_method: "credit card", discount_amount: "4964.92", transaction_status: "completed" },
            { id: 165, customer_id: 70, vehicle_id: 47, transaction_date: "2023-11-15", amount: "91464.16", payment_method: "credit card", discount_amount: null, transaction_status: "completed" },
            { id: 166, customer_id: 191, vehicle_id: 53, transaction_date: "2023-04-21", amount: "87084.60", payment_method: "financing", discount_amount: "1058.66", transaction_status: "pending" },
            { id: 167, customer_id: 63, vehicle_id: 29, transaction_date: "2023-08-18", amount: "54477.90", payment_method: "cash", discount_amount: "1133.32", transaction_status: "pending" },
            { id: 168, customer_id: 32, vehicle_id: 83, transaction_date: "2023-07-27", amount: "34315.07", payment_method: "credit card", discount_amount: "703.01", transaction_status: "refunded" },
            { id: 169, customer_id: 126, vehicle_id: 97, transaction_date: "2023-12-11", amount: "51514.15", payment_method: "credit card", discount_amount: "3976.67", transaction_status: "refunded" },
            { id: 170, customer_id: 76, vehicle_id: 36, transaction_date: "2023-02-24", amount: "20005.83", payment_method: "financing", discount_amount: "1965.31", transaction_status: "completed" },
            { id: 171, customer_id: 30, vehicle_id: 7, transaction_date: "2023-09-02", amount: "27137.40", payment_method: "credit card", discount_amount: "34.12", transaction_status: "completed" },
            { id: 172, customer_id: 54, vehicle_id: 25, transaction_date: "2023-01-12", amount: "31351.11", payment_method: "credit card", discount_amount: "2368.07", transaction_status: "completed" },
            { id: 173, customer_id: 26, vehicle_id: 3, transaction_date: "2023-12-18", amount: "45395.76", payment_method: "financing", discount_amount: "337.71", transaction_status: "pending" },
            { id: 174, customer_id: 147, vehicle_id: 47, transaction_date: "2023-09-09", amount: "38113.84", payment_method: "financing", discount_amount: "987.12", transaction_status: "completed" },
            { id: 175, customer_id: 187, vehicle_id: 45, transaction_date: "2023-11-20", amount: "52357.63", payment_method: "cash", discount_amount: "2451.29", transaction_status: "pending" },
            { id: 176, customer_id: 92, vehicle_id: 1, transaction_date: "2023-01-27", amount: "54793.72", payment_method: "financing", discount_amount: null, transaction_status: "completed" },
            { id: 177, customer_id: 136, vehicle_id: 53, transaction_date: "2023-03-09", amount: "34604.82", payment_method: "credit card", discount_amount: "1380.06", transaction_status: "completed" },
            { id: 178, customer_id: 94, vehicle_id: 55, transaction_date: "2023-01-08", amount: "47900.76", payment_method: "credit card", discount_amount: "3414.26", transaction_status: "refunded" },
            { id: 179, customer_id: 91, vehicle_id: 44, transaction_date: "2023-03-23", amount: "27781.64", payment_method: "credit card", discount_amount: null, transaction_status: "completed" },
            { id: 180, customer_id: 93, vehicle_id: 1, transaction_date: "2023-08-03", amount: "20000.41", payment_method: "credit card", discount_amount: "114.51", transaction_status: "refunded" },
            { id: 181, customer_id: 47, vehicle_id: 74, transaction_date: "2023-02-27", amount: "54654.69", payment_method: "cash", discount_amount: "4907.11", transaction_status: "pending" },
            { id: 182, customer_id: 33, vehicle_id: 10, transaction_date: "2023-01-24", amount: "85420.68", payment_method: "cash", discount_amount: null, transaction_status: "completed" },
            { id: 183, customer_id: 172, vehicle_id: 90, transaction_date: "2023-12-22", amount: "23882.18", payment_method: "credit card", discount_amount: "4809.88", transaction_status: "completed" },
            { id: 184, customer_id: 199, vehicle_id: 40, transaction_date: "2023-03-31", amount: "40138.89", payment_method: "credit card", discount_amount: "1696.68", transaction_status: "pending" },
            { id: 185, customer_id: 125, vehicle_id: 34, transaction_date: "2023-11-12", amount: "28505.47", payment_method: "cash", discount_amount: null, transaction_status: "completed" },
            { id: 186, customer_id: 131, vehicle_id: 89, transaction_date: "2023-05-07", amount: "40874.26", payment_method: "credit card", discount_amount: "618.90", transaction_status: "completed" },
            { id: 187, customer_id: 89, vehicle_id: 14, transaction_date: "2023-08-12", amount: "94340.60", payment_method: "credit card", discount_amount: "780.53", transaction_status: "completed" },
            { id: 188, customer_id: 173, vehicle_id: 94, transaction_date: "2023-09-05", amount: "20059.48", payment_method: "credit card", discount_amount: "3289.74", transaction_status: "completed" },
            { id: 189, customer_id: 190, vehicle_id: 33, transaction_date: "2023-10-11", amount: "94806.08", payment_method: "financing", discount_amount: "654.05", transaction_status: "completed" },
            { id: 190, customer_id: 96, vehicle_id: 68, transaction_date: "2023-11-05", amount: "20218.99", payment_method: "credit card", discount_amount: "73.84", transaction_status: "completed" },
            { id: 191, customer_id: 92, vehicle_id: 80, transaction_date: "2023-07-14", amount: "20411.71", payment_method: "credit card", discount_amount: "1851.91", transaction_status: "completed" },
            { id: 192, customer_id: 138, vehicle_id: 83, transaction_date: "2023-08-02", amount: "82983.68", payment_method: "cash", discount_amount: "2938.00", transaction_status: "refunded" },
            { id: 193, customer_id: 128, vehicle_id: 51, transaction_date: "2023-09-25", amount: "20062.02", payment_method: "credit card", discount_amount: "3049.40", transaction_status: "completed" },
            { id: 194, customer_id: 125, vehicle_id: 35, transaction_date: "2023-12-01", amount: "41004.64", payment_method: "credit card", discount_amount: null, transaction_status: "pending" },
            { id: 195, customer_id: 145, vehicle_id: 50, transaction_date: "2023-01-13", amount: "94447.22", payment_method: "cash", discount_amount: "4983.44", transaction_status: "completed" },
            { id: 196, customer_id: 22, vehicle_id: 70, transaction_date: "2023-12-26", amount: "22026.21", payment_method: "cash", discount_amount: "3277.40", transaction_status: "completed" },
            { id: 197, customer_id: 41, vehicle_id: 95, transaction_date: "2023-08-08", amount: "90092.64", payment_method: "cash", discount_amount: "1254.02", transaction_status: "completed" },
            { id: 198, customer_id: 161, vehicle_id: 24, transaction_date: "2023-12-16", amount: "58673.50", payment_method: "credit card", discount_amount: "4020.13", transaction_status: "completed" },
            { id: 199, customer_id: 46, vehicle_id: 84, transaction_date: "2023-09-14", amount: "72278.49", payment_method: "credit card", discount_amount: "74.07", transaction_status: "completed" },
            { id: 200, customer_id: 186, vehicle_id: 93, transaction_date: "2023-02-25", amount: "57454.96", payment_method: "credit card", discount_amount: "4072.30", transaction_status: "completed" },
            { id: 201, customer_id: 125, vehicle_id: 35, transaction_date: "2023-10-26", amount: "34885.91", payment_method: "credit card", discount_amount: "1274.16", transaction_status: "completed" },
            { id: 202, customer_id: 145, vehicle_id: 85, transaction_date: "2023-06-09", amount: "32797.19", payment_method: "cash", discount_amount: "39.94", transaction_status: "completed" },
            { id: 203, customer_id: 111, vehicle_id: 57, transaction_date: "2023-12-08", amount: "94913.19", payment_method: "credit card", discount_amount: "2501.48", transaction_status: "refunded" },
            { id: 204, customer_id: 48, vehicle_id: 7, transaction_date: "2023-02-17", amount: "54698.22", payment_method: "financing", discount_amount: "2.89", transaction_status: "completed" },
            { id: 205, customer_id: 108, vehicle_id: 80, transaction_date: "2023-06-08", amount: "34380.52", payment_method: "financing", discount_amount: "181.63", transaction_status: "completed" },
            { id: 206, customer_id: 129, vehicle_id: 93, transaction_date: "2023-02-13", amount: "24407.05", payment_method: "credit card", discount_amount: null, transaction_status: "completed" },
            { id: 207, customer_id: 123, vehicle_id: 91, transaction_date: "2023-07-01", amount: "57232.82", payment_method: "cash", discount_amount: "4064.16", transaction_status: "completed" },
            { id: 208, customer_id: 40, vehicle_id: 26, transaction_date: "2023-11-01", amount: "28840.86", payment_method: "credit card", discount_amount: "2357.32", transaction_status: "refunded" },
            { id: 209, customer_id: 121, vehicle_id: 18, transaction_date: "2023-12-31", amount: "40923.75", payment_method: "credit card", discount_amount: "1474.21", transaction_status: "refunded" },
            { id: 210, customer_id: 189, vehicle_id: 43, transaction_date: "2023-03-30", amount: "96694.06", payment_method: "credit card", discount_amount: "55.43", transaction_status: "completed" },
            { id: 211, customer_id: 194, vehicle_id: 5, transaction_date: "2023-09-07", amount: "97885.22", payment_method: "credit card", discount_amount: "23.48", transaction_status: "completed" },
            { id: 212, customer_id: 47, vehicle_id: 29, transaction_date: "2023-03-10", amount: "32876.69", payment_method: "credit card", discount_amount: "91.30", transaction_status: "pending" },
            { id: 213, customer_id: 196, vehicle_id: 46, transaction_date: "2023-10-09", amount: "40952.43", payment_method: "credit card", discount_amount: "2034.62", transaction_status: "completed" },
            { id: 214, customer_id: 125, vehicle_id: 53, transaction_date: "2023-11-24", amount: "37260.21", payment_method: "cash", discount_amount: "113.32", transaction_status: "completed" },
            { id: 215, customer_id: 119, vehicle_id: 78, transaction_date: "2023-10-21", amount: "30404.25", payment_method: "cash", discount_amount: "3462.60", transaction_status: "completed" },
            { id: 216, customer_id: 134, vehicle_id: 98, transaction_date: "2023-02-24", amount: "33853.31", payment_method: "credit card", discount_amount: "4021.67", transaction_status: "completed" },
            { id: 217, customer_id: 94, vehicle_id: 81, transaction_date: "2023-02-01", amount: "51361.58", payment_method: "credit card", discount_amount: "1532.62", transaction_status: "completed" },
            { id: 218, customer_id: 178, vehicle_id: 15, transaction_date: "2023-01-10", amount: "42929.11", payment_method: "credit card", discount_amount: "1798.59", transaction_status: "refunded" },
            { id: 219, customer_id: 169, vehicle_id: 61, transaction_date: "2023-11-06", amount: "96368.36", payment_method: "credit card", discount_amount: "3726.83", transaction_status: "completed" },
            { id: 220, customer_id: 80, vehicle_id: 78, transaction_date: "2023-07-25", amount: "35493.23", payment_method: "financing", discount_amount: "2199.49", transaction_status: "completed" },
            { id: 221, customer_id: 140, vehicle_id: 68, transaction_date: "2023-09-20", amount: "82237.48", payment_method: "credit card", discount_amount: "370.31", transaction_status: "completed" },
            { id: 222, customer_id: 83, vehicle_id: 80, transaction_date: "2023-12-30", amount: "51575.39", payment_method: "credit card", discount_amount: "1561.61", transaction_status: "completed" },
            { id: 223, customer_id: 194, vehicle_id: 52, transaction_date: "2023-01-20", amount: "22299.71", payment_method: "credit card", discount_amount: "147.10", transaction_status: "completed" },
            { id: 224, customer_id: 183, vehicle_id: 42, transaction_date: "2023-11-25", amount: "25082.94", payment_method: "credit card", discount_amount: "3465.06", transaction_status: "refunded" },
            { id: 225, customer_id: 52, vehicle_id: 11, transaction_date: "2023-11-22", amount: "27672.20", payment_method: "credit card", discount_amount: null, transaction_status: "completed" },
            { id: 226, customer_id: 158, vehicle_id: 98, transaction_date: "2023-02-19", amount: "74814.01", payment_method: "cash", discount_amount: "4461.45", transaction_status: "completed" },
            { id: 227, customer_id: 154, vehicle_id: 92, transaction_date: "2023-03-30", amount: "53533.36", payment_method: "credit card", discount_amount: "1401.93", transaction_status: "completed" },
            { id: 228, customer_id: 52, vehicle_id: 54, transaction_date: "2023-10-01", amount: "32676.98", payment_method: "credit card", discount_amount: "2599.76", transaction_status: "completed" },
            { id: 229, customer_id: 87, vehicle_id: 7, transaction_date: "2023-09-24", amount: "21914.48", payment_method: "cash", discount_amount: "1216.67", transaction_status: "completed" },
            { id: 230, customer_id: 77, vehicle_id: 29, transaction_date: "2023-02-07", amount: "31389.24", payment_method: "credit card", discount_amount: "0.05", transaction_status: "completed" },
            { id: 231, customer_id: 34, vehicle_id: 84, transaction_date: "2023-08-02", amount: "35994.13", payment_method: "cash", discount_amount: "3940.69", transaction_status: "pending" },
            { id: 232, customer_id: 121, vehicle_id: 67, transaction_date: "2023-08-10", amount: "23250.92", payment_method: "financing", discount_amount: "427.32", transaction_status: "pending" },
            { id: 233, customer_id: 194, vehicle_id: 32, transaction_date: "2023-11-24", amount: "69723.58", payment_method: "credit card", discount_amount: "440.57", transaction_status: "refunded" },
            { id: 234, customer_id: 3, vehicle_id: 29, transaction_date: "2023-11-27", amount: "46539.35", payment_method: "cash", discount_amount: "1044.37", transaction_status: "refunded" },
            { id: 235, customer_id: 77, vehicle_id: 80, transaction_date: "2023-10-13", amount: "98640.92", payment_method: "credit card", discount_amount: "1884.77", transaction_status: "completed" },
            { id: 236, customer_id: 32, vehicle_id: 39, transaction_date: "2023-06-25", amount: "42686.67", payment_method: "financing", discount_amount: "366.37", transaction_status: "completed" },
            { id: 237, customer_id: 106, vehicle_id: 18, transaction_date: "2023-01-26", amount: "68545.34", payment_method: "cash", discount_amount: "1495.45", transaction_status: "completed" },
            { id: 238, customer_id: 172, vehicle_id: 99, transaction_date: "2023-12-20", amount: "22540.14", payment_method: "financing", discount_amount: "1478.37", transaction_status: "refunded" },
            { id: 239, customer_id: 111, vehicle_id: 100, transaction_date: "2023-09-07", amount: "65350.38", payment_method: "financing", discount_amount: "4606.93", transaction_status: "completed" },
            { id: 240, customer_id: 185, vehicle_id: 1, transaction_date: "2023-01-08", amount: "46267.72", payment_method: "financing", discount_amount: null, transaction_status: "completed" },
            { id: 241, customer_id: 58, vehicle_id: 8, transaction_date: "2023-04-26", amount: "69184.52", payment_method: "cash", discount_amount: "1008.01", transaction_status: "completed" },
            { id: 242, customer_id: 199, vehicle_id: 12, transaction_date: "2023-09-16", amount: "91891.10", payment_method: "cash", discount_amount: "1414.56", transaction_status: "completed" },
            { id: 243, customer_id: 15, vehicle_id: 33, transaction_date: "2023-04-02", amount: "45849.61", payment_method: "credit card", discount_amount: "4592.55", transaction_status: "refunded" },
            { id: 244, customer_id: 134, vehicle_id: 62, transaction_date: "2023-10-24", amount: "29291.58", payment_method: "credit card", discount_amount: "3336.43", transaction_status: "completed" },
            { id: 245, customer_id: 10, vehicle_id: 13, transaction_date: "2023-09-01", amount: "67809.78", payment_method: "cash", discount_amount: "778.16", transaction_status: "pending" },
            { id: 246, customer_id: 114, vehicle_id: 19, transaction_date: "2023-12-18", amount: "49857.48", payment_method: "credit card", discount_amount: "0.05", transaction_status: "completed" },
            { id: 247, customer_id: 144, vehicle_id: 98, transaction_date: "2023-08-20", amount: "20597.36", payment_method: "credit card", discount_amount: null, transaction_status: "refunded" },
            { id: 248, customer_id: 183, vehicle_id: 98, transaction_date: "2023-04-04", amount: "71311.67", payment_method: "cash", discount_amount: "90.32", transaction_status: "completed" },
            { id: 249, customer_id: 16, vehicle_id: 19, transaction_date: "2023-12-26", amount: "35643.68", payment_method: "financing", discount_amount: "282.11", transaction_status: "pending" },
            { id: 250, customer_id: 38, vehicle_id: 72, transaction_date: "2023-12-12", amount: "20000.00", payment_method: "credit card", discount_amount: "970.64", transaction_status: "completed" },
            { id: 251, customer_id: 153, vehicle_id: 11, transaction_date: "2023-05-19", amount: "29726.46", payment_method: "financing", discount_amount: "1766.25", transaction_status: "completed" },
            { id: 252, customer_id: 53, vehicle_id: 39, transaction_date: "2023-08-12", amount: "28939.46", payment_method: "financing", discount_amount: "4117.68", transaction_status: "completed" },
            { id: 253, customer_id: 134, vehicle_id: 80, transaction_date: "2023-01-19", amount: "36801.41", payment_method: "credit card", discount_amount: "21.72", transaction_status: "completed" },
            { id: 254, customer_id: 21, vehicle_id: 66, transaction_date: "2023-03-21", amount: "48509.50", payment_method: "credit card", discount_amount: "419.38", transaction_status: "completed" },
            { id: 255, customer_id: 170, vehicle_id: 30, transaction_date: "2023-12-03", amount: "20974.65", payment_method: "financing", discount_amount: "4127.32", transaction_status: "completed" },
            { id: 256, customer_id: 73, vehicle_id: 36, transaction_date: "2023-12-08", amount: "23957.38", payment_method: "credit card", discount_amount: "1004.90", transaction_status: "pending" },
            { id: 257, customer_id: 101, vehicle_id: 91, transaction_date: "2023-11-11", amount: "20093.54", payment_method: "financing", discount_amount: null, transaction_status: "completed" },
            { id: 258, customer_id: 51, vehicle_id: 31, transaction_date: "2023-07-08", amount: "55123.97", payment_method: "financing", discount_amount: "199.66", transaction_status: "completed" },
            { id: 259, customer_id: 106, vehicle_id: 74, transaction_date: "2023-02-20", amount: "26339.78", payment_method: "credit card", discount_amount: "1123.23", transaction_status: "pending" },
            { id: 260, customer_id: 151, vehicle_id: 61, transaction_date: "2023-03-26", amount: "23753.93", payment_method: "credit card", discount_amount: null, transaction_status: "completed" },
            { id: 261, customer_id: 149, vehicle_id: 68, transaction_date: "2023-12-16", amount: "39909.32", payment_method: "credit card", discount_amount: "2998.30", transaction_status: "refunded" },
            { id: 262, customer_id: 154, vehicle_id: 75, transaction_date: "2023-09-09", amount: "20028.64", payment_method: "credit card", discount_amount: null, transaction_status: "refunded" },
            { id: 263, customer_id: 186, vehicle_id: 63, transaction_date: "2023-08-28", amount: "71450.43", payment_method: "cash", discount_amount: "0.50", transaction_status: "completed" },
            { id: 264, customer_id: 190, vehicle_id: 42, transaction_date: "2023-08-10", amount: "75616.53", payment_method: "cash", discount_amount: "1694.14", transaction_status: "completed" },
            { id: 265, customer_id: 193, vehicle_id: 4, transaction_date: "2023-07-11", amount: "20426.29", payment_method: "cash", discount_amount: "1255.89", transaction_status: "completed" },
            { id: 266, customer_id: 48, vehicle_id: 44, transaction_date: "2023-03-05", amount: "61875.61", payment_method: "financing", discount_amount: "2153.60", transaction_status: "pending" },
            { id: 267, customer_id: 170, vehicle_id: 50, transaction_date: "2023-10-06", amount: "25504.71", payment_method: "financing", discount_amount: "1523.06", transaction_status: "refunded" },
            { id: 268, customer_id: 142, vehicle_id: 89, transaction_date: "2023-01-22", amount: "78777.44", payment_method: "credit card", discount_amount: "1694.19", transaction_status: "completed" },
            { id: 269, customer_id: 2, vehicle_id: 14, transaction_date: "2023-01-01", amount: "26738.82", payment_method: "cash", discount_amount: null, transaction_status: "completed" },
            { id: 270, customer_id: 137, vehicle_id: 58, transaction_date: "2023-10-13", amount: "84016.52", payment_method: "cash", discount_amount: "184.56", transaction_status: "completed" },
            { id: 271, customer_id: 102, vehicle_id: 23, transaction_date: "2023-11-10", amount: "74308.89", payment_method: "credit card", discount_amount: "3497.86", transaction_status: "completed" },
            { id: 272, customer_id: 141, vehicle_id: 59, transaction_date: "2023-10-08", amount: "47081.37", payment_method: "financing", discount_amount: "807.19", transaction_status: "completed" },
            { id: 273, customer_id: 161, vehicle_id: 6, transaction_date: "2023-03-15", amount: "99306.99", payment_method: "financing", discount_amount: "420.60", transaction_status: "completed" },
            { id: 274, customer_id: 136, vehicle_id: 57, transaction_date: "2023-12-04", amount: "20352.28", payment_method: "cash", discount_amount: "4687.31", transaction_status: "completed" },
            { id: 275, customer_id: 94, vehicle_id: 71, transaction_date: "2023-01-13", amount: "22702.13", payment_method: "credit card", discount_amount: "60.64", transaction_status: "pending" },
            { id: 276, customer_id: 127, vehicle_id: 24, transaction_date: "2023-05-28", amount: "25285.40", payment_method: "credit card", discount_amount: "667.95", transaction_status: "completed" },
            { id: 277, customer_id: 14, vehicle_id: 48, transaction_date: "2023-01-25", amount: "21167.41", payment_method: "credit card", discount_amount: "2990.20", transaction_status: "pending" },
            { id: 278, customer_id: 180, vehicle_id: 95, transaction_date: "2023-07-06", amount: "20378.39", payment_method: "credit card", discount_amount: "490.55", transaction_status: "completed" },
            { id: 279, customer_id: 74, vehicle_id: 68, transaction_date: "2023-08-24", amount: "20000.08", payment_method: "credit card", discount_amount: "1438.92", transaction_status: "completed" },
            { id: 280, customer_id: 34, vehicle_id: 46, transaction_date: "2023-06-01", amount: "61471.83", payment_method: "credit card", discount_amount: "908.65", transaction_status: "pending" },
            { id: 281, customer_id: 173, vehicle_id: 100, transaction_date: "2023-08-09", amount: "74885.35", payment_method: "credit card", discount_amount: "1260.38", transaction_status: "pending" },
            { id: 282, customer_id: 66, vehicle_id: 48, transaction_date: "2023-01-19", amount: "95465.83", payment_method: "financing", discount_amount: "1656.99", transaction_status: "completed" },
            { id: 283, customer_id: 11, vehicle_id: 86, transaction_date: "2023-05-14", amount: "22085.80", payment_method: "credit card", discount_amount: "959.58", transaction_status: "completed" },
            { id: 284, customer_id: 129, vehicle_id: 68, transaction_date: "2023-10-31", amount: "32212.67", payment_method: "credit card", discount_amount: "236.05", transaction_status: "completed" },
            { id: 285, customer_id: 39, vehicle_id: 26, transaction_date: "2023-09-01", amount: "55878.49", payment_method: "financing", discount_amount: null, transaction_status: "completed" },
            { id: 286, customer_id: 197, vehicle_id: 30, transaction_date: "2023-09-22", amount: "37384.35", payment_method: "cash", discount_amount: "4155.22", transaction_status: "completed" },
            { id: 287, customer_id: 43, vehicle_id: 80, transaction_date: "2023-08-20", amount: "32050.04", payment_method: "credit card", discount_amount: "96.37", transaction_status: "completed" },
            { id: 288, customer_id: 112, vehicle_id: 94, transaction_date: "2023-01-15", amount: "41135.95", payment_method: "financing", discount_amount: "321.86", transaction_status: "refunded" },
            { id: 289, customer_id: 190, vehicle_id: 4, transaction_date: "2023-12-03", amount: "38844.73", payment_method: "cash", discount_amount: null, transaction_status: "completed" },
            { id: 290, customer_id: 74, vehicle_id: 87, transaction_date: "2023-08-05", amount: "21540.56", payment_method: "financing", discount_amount: "2752.25", transaction_status: "pending" },
            { id: 291, customer_id: 132, vehicle_id: 73, transaction_date: "2023-11-05", amount: "24207.96", payment_method: "credit card", discount_amount: "3693.89", transaction_status: "completed" },
            { id: 292, customer_id: 8, vehicle_id: 48, transaction_date: "2023-11-22", amount: "28457.54", payment_method: "cash", discount_amount: "477.34", transaction_status: "completed" },
            { id: 293, customer_id: 33, vehicle_id: 92, transaction_date: "2023-11-27", amount: "71465.82", payment_method: "credit card", discount_amount: "4098.56", transaction_status: "completed" },
            { id: 294, customer_id: 2, vehicle_id: 21, transaction_date: "2023-01-22", amount: "96029.94", payment_method: "credit card", discount_amount: "33.99", transaction_status: "completed" },
            { id: 295, customer_id: 187, vehicle_id: 6, transaction_date: "2023-10-15", amount: "24514.01", payment_method: "financing", discount_amount: "2911.51", transaction_status: "completed" },
            { id: 296, customer_id: 1, vehicle_id: 8, transaction_date: "2023-09-16", amount: "86142.43", payment_method: "cash", discount_amount: "2244.16", transaction_status: "completed" },
            { id: 297, customer_id: 126, vehicle_id: 39, transaction_date: "2023-09-04", amount: "32084.00", payment_method: "cash", discount_amount: "1123.88", transaction_status: "completed" },
            { id: 298, customer_id: 27, vehicle_id: 7, transaction_date: "2023-10-15", amount: "30969.58", payment_method: "credit card", discount_amount: null, transaction_status: "refunded" },
            { id: 299, customer_id: 170, vehicle_id: 95, transaction_date: "2023-02-13", amount: "93799.17", payment_method: "credit card", discount_amount: "36.93", transaction_status: "pending" },
            { id: 300, customer_id: 76, vehicle_id: 100, transaction_date: "2023-03-11", amount: "71738.24", payment_method: "financing", discount_amount: "1294.29", transaction_status: "completed" },
        ],
    });
    await prisma.services.createMany({
        data: [
            { id: 1, transaction_id: 41, service_type: "maintenance", service_date: "2023-06-07", cost: null },
            { id: 2, transaction_id: 230, service_type: "cleaning", service_date: "2023-08-21", cost: "1208.25" },
            { id: 3, transaction_id: 211, service_type: "maintenance", service_date: "2023-09-28", cost: null },
            { id: 4, transaction_id: 41, service_type: "maintenance", service_date: "2023-04-05", cost: null },
            { id: 5, transaction_id: 256, service_type: "repair", service_date: "2023-04-13", cost: "1239.66" },
            { id: 6, transaction_id: 106, service_type: "maintenance", service_date: "2023-01-31", cost: null },
            { id: 7, transaction_id: 159, service_type: "maintenance", service_date: "2023-07-28", cost: null },
            { id: 8, transaction_id: 91, service_type: "repair", service_date: "2023-11-26", cost: "1124.16" },
            { id: 9, transaction_id: 220, service_type: "maintenance", service_date: null, cost: null },
            { id: 10, transaction_id: 234, service_type: "maintenance", service_date: "2023-10-15", cost: null },
            { id: 11, transaction_id: 19, service_type: "maintenance", service_date: "2023-06-27", cost: null },
            { id: 12, transaction_id: 233, service_type: "maintenance", service_date: "2023-05-03", cost: null },
            { id: 13, transaction_id: 134, service_type: "maintenance", service_date: "2023-11-13", cost: null },
            { id: 14, transaction_id: 144, service_type: "maintenance", service_date: null, cost: null },
            { id: 15, transaction_id: 208, service_type: "repair", service_date: "2023-12-10", cost: "196.58" },
            { id: 16, transaction_id: 194, service_type: "cleaning", service_date: "2023-11-07", cost: "50.38" },
            { id: 17, transaction_id: 263, service_type: "maintenance", service_date: "2023-04-08", cost: null },
            { id: 18, transaction_id: 296, service_type: "repair", service_date: null, cost: "690.30" },
            { id: 19, transaction_id: 21, service_type: "maintenance", service_date: "2023-06-16", cost: null },
            { id: 20, transaction_id: 262, service_type: "maintenance", service_date: "2023-06-20", cost: null },
            { id: 21, transaction_id: 140, service_type: "repair", service_date: "2023-09-16", cost: "184.42" },
            { id: 22, transaction_id: 272, service_type: "maintenance", service_date: "2023-12-03", cost: null },
            { id: 23, transaction_id: 82, service_type: "maintenance", service_date: "2023-01-29", cost: null },
            { id: 24, transaction_id: 190, service_type: "maintenance", service_date: null, cost: null },
            { id: 25, transaction_id: 166, service_type: "maintenance", service_date: "2023-12-18", cost: null },
            { id: 26, transaction_id: 257, service_type: "maintenance", service_date: "2023-08-09", cost: null },
            { id: 27, transaction_id: 148, service_type: "maintenance", service_date: "2023-04-03", cost: null },
            { id: 28, transaction_id: 253, service_type: "cleaning", service_date: "2023-07-14", cost: "1643.77" },
            { id: 29, transaction_id: 206, service_type: "repair", service_date: null, cost: "180.82" },
            { id: 30, transaction_id: 274, service_type: "maintenance", service_date: "2023-06-15", cost: null },
            { id: 31, transaction_id: 163, service_type: "maintenance", service_date: "2023-02-19", cost: null },
            { id: 32, transaction_id: 188, service_type: "maintenance", service_date: "2023-08-16", cost: null },
            { id: 33, transaction_id: 298, service_type: "maintenance", service_date: "2023-01-13", cost: null },
            { id: 34, transaction_id: 123, service_type: "repair", service_date: "2023-10-26", cost: "53.86" },
            { id: 35, transaction_id: 263, service_type: "maintenance", service_date: "2023-08-05", cost: null },
            { id: 36, transaction_id: 36, service_type: "maintenance", service_date: null, cost: null },
            { id: 37, transaction_id: 121, service_type: "maintenance", service_date: "2023-01-09", cost: null },
            { id: 38, transaction_id: 247, service_type: "cleaning", service_date: "2023-08-24", cost: "1889.54" },
            { id: 39, transaction_id: 93, service_type: "maintenance", service_date: "2023-11-21", cost: null },
            { id: 40, transaction_id: 91, service_type: "maintenance", service_date: "2023-04-21", cost: null },
            { id: 41, transaction_id: 274, service_type: "maintenance", service_date: null, cost: null },
            { id: 42, transaction_id: 98, service_type: "maintenance", service_date: null, cost: null },
            { id: 43, transaction_id: 103, service_type: "maintenance", service_date: "2023-03-10", cost: null },
            { id: 44, transaction_id: 114, service_type: "cleaning", service_date: "2023-09-15", cost: "158.58" },
            { id: 45, transaction_id: 151, service_type: "cleaning", service_date: "2023-09-20", cost: "1334.48" },
            { id: 46, transaction_id: 73, service_type: "maintenance", service_date: "2023-11-11", cost: null },
            { id: 47, transaction_id: 30, service_type: "repair", service_date: "2023-09-03", cost: "1469.36" },
            { id: 48, transaction_id: 289, service_type: "maintenance", service_date: "2023-08-02", cost: null },
            { id: 49, transaction_id: 197, service_type: "maintenance", service_date: "2023-08-25", cost: null },
            { id: 50, transaction_id: 156, service_type: "maintenance", service_date: "2023-09-21", cost: null },
            { id: 51, transaction_id: 280, service_type: "maintenance", service_date: "2023-05-12", cost: null },
            { id: 52, transaction_id: 244, service_type: "maintenance", service_date: "2023-10-26", cost: null },
            { id: 53, transaction_id: 291, service_type: "maintenance", service_date: "2023-03-28", cost: null },
            { id: 54, transaction_id: 291, service_type: "cleaning", service_date: "2023-01-12", cost: "772.94" },
            { id: 55, transaction_id: 48, service_type: "repair", service_date: "2023-04-24", cost: "887.13" },
            { id: 56, transaction_id: 259, service_type: "repair", service_date: "2023-04-18", cost: "1580.61" },
            { id: 57, transaction_id: 201, service_type: "maintenance", service_date: null, cost: null },
            { id: 58, transaction_id: 50, service_type: "maintenance", service_date: "2023-12-31", cost: null },
            { id: 59, transaction_id: 93, service_type: "maintenance", service_date: "2023-03-26", cost: null },
            { id: 60, transaction_id: 263, service_type: "cleaning", service_date: "2023-11-14", cost: "190.86" },
            { id: 61, transaction_id: 4, service_type: "repair", service_date: "2023-12-17", cost: "417.06" },
            { id: 62, transaction_id: 257, service_type: "maintenance", service_date: "2023-03-13", cost: null },
            { id: 63, transaction_id: 52, service_type: "cleaning", service_date: "2023-12-07", cost: "121.51" },
            { id: 64, transaction_id: 299, service_type: "maintenance", service_date: null, cost: null },
            { id: 65, transaction_id: 92, service_type: "cleaning", service_date: null, cost: "1359.64" },
            { id: 66, transaction_id: 136, service_type: "maintenance", service_date: "2023-07-14", cost: null },
            { id: 67, transaction_id: 75, service_type: "maintenance", service_date: "2023-10-14", cost: null },
            { id: 68, transaction_id: 147, service_type: "maintenance", service_date: "2023-12-17", cost: null },
            { id: 69, transaction_id: 168, service_type: "maintenance", service_date: "2023-12-27", cost: null },
            { id: 70, transaction_id: 56, service_type: "maintenance", service_date: "2023-12-25", cost: null },
            { id: 71, transaction_id: 101, service_type: "maintenance", service_date: "2023-03-10", cost: null },
            { id: 72, transaction_id: 91, service_type: "maintenance", service_date: "2023-10-17", cost: null },
            { id: 73, transaction_id: 65, service_type: "maintenance", service_date: null, cost: null },
            { id: 74, transaction_id: 153, service_type: "repair", service_date: "2023-11-03", cost: "116.30" },
            { id: 75, transaction_id: 65, service_type: "cleaning", service_date: "2023-04-05", cost: "356.94" },
            { id: 76, transaction_id: 85, service_type: "maintenance", service_date: "2023-09-25", cost: null },
            { id: 77, transaction_id: 105, service_type: "maintenance", service_date: "2023-07-12", cost: null },
            { id: 78, transaction_id: 112, service_type: "maintenance", service_date: "2023-04-10", cost: null },
            { id: 79, transaction_id: 297, service_type: "repair", service_date: "2023-05-12", cost: "457.12" },
            { id: 80, transaction_id: 105, service_type: "repair", service_date: null, cost: "160.54" },
            { id: 81, transaction_id: 172, service_type: "maintenance", service_date: "2023-01-31", cost: null },
            { id: 82, transaction_id: 266, service_type: "maintenance", service_date: "2023-07-19", cost: null },
            { id: 83, transaction_id: 268, service_type: "maintenance", service_date: "2023-09-30", cost: null },
            { id: 84, transaction_id: 206, service_type: "maintenance", service_date: "2023-08-06", cost: null },
            { id: 85, transaction_id: 112, service_type: "maintenance", service_date: null, cost: null },
            { id: 86, transaction_id: 29, service_type: "maintenance", service_date: "2023-12-31", cost: null },
            { id: 87, transaction_id: 12, service_type: "maintenance", service_date: "2023-10-22", cost: null },
            { id: 88, transaction_id: 121, service_type: "maintenance", service_date: "2023-07-03", cost: null },
            { id: 89, transaction_id: 299, service_type: "cleaning", service_date: "2023-02-25", cost: "356.08" },
            { id: 90, transaction_id: 226, service_type: "maintenance", service_date: "2023-11-30", cost: null },
            { id: 91, transaction_id: 263, service_type: "repair", service_date: null, cost: "133.30" },
            { id: 92, transaction_id: 228, service_type: "maintenance", service_date: null, cost: null },
            { id: 93, transaction_id: 132, service_type: "maintenance", service_date: "2023-01-02", cost: null },
            { id: 94, transaction_id: 181, service_type: "maintenance", service_date: "2023-09-15", cost: null },
            { id: 95, transaction_id: 40, service_type: "maintenance", service_date: "2023-12-29", cost: null },
            { id: 96, transaction_id: 128, service_type: "maintenance", service_date: "2023-12-30", cost: null },
            { id: 97, transaction_id: 160, service_type: "maintenance", service_date: "2023-10-03", cost: null },
            { id: 98, transaction_id: 148, service_type: "maintenance", service_date: "2023-10-17", cost: null },
            { id: 99, transaction_id: 184, service_type: "maintenance", service_date: null, cost: null },
            { id: 100, transaction_id: 70, service_type: "maintenance", service_date: "2023-07-17", cost: null },
            { id: 101, transaction_id: 116, service_type: "maintenance", service_date: "2023-11-15", cost: null },
            { id: 102, transaction_id: 216, service_type: "maintenance", service_date: "2023-08-05", cost: null },
            { id: 103, transaction_id: 43, service_type: "maintenance", service_date: "2023-11-11", cost: null },
            { id: 104, transaction_id: 4, service_type: "cleaning", service_date: "2023-12-21", cost: "1681.07" },
            { id: 105, transaction_id: 218, service_type: "maintenance", service_date: null, cost: null },
            { id: 106, transaction_id: 173, service_type: "maintenance", service_date: "2023-10-30", cost: null },
            { id: 107, transaction_id: 191, service_type: "maintenance", service_date: "2023-04-26", cost: null },
            { id: 108, transaction_id: 154, service_type: "repair", service_date: "2023-10-17", cost: "319.66" },
            { id: 109, transaction_id: 46, service_type: "maintenance", service_date: "2023-08-28", cost: null },
            { id: 110, transaction_id: 296, service_type: "maintenance", service_date: "2023-08-26", cost: null },
            { id: 111, transaction_id: 110, service_type: "maintenance", service_date: "2023-09-23", cost: null },
            { id: 112, transaction_id: 86, service_type: "maintenance", service_date: "2023-10-13", cost: null },
            { id: 113, transaction_id: 89, service_type: "maintenance", service_date: null, cost: null },
            { id: 114, transaction_id: 36, service_type: "maintenance", service_date: "2023-03-14", cost: null },
            { id: 115, transaction_id: 253, service_type: "maintenance", service_date: "2023-04-18", cost: null },
            { id: 116, transaction_id: 58, service_type: "maintenance", service_date: "2023-08-19", cost: null },
            { id: 117, transaction_id: 15, service_type: "maintenance", service_date: "2023-05-03", cost: null },
            { id: 118, transaction_id: 212, service_type: "repair", service_date: "2023-12-26", cost: "67.24" },
            { id: 119, transaction_id: 32, service_type: "maintenance", service_date: "2023-09-11", cost: null },
            { id: 120, transaction_id: 41, service_type: "maintenance", service_date: "2023-07-06", cost: null },
            { id: 121, transaction_id: 70, service_type: "maintenance", service_date: "2023-03-19", cost: null },
            { id: 122, transaction_id: 228, service_type: "cleaning", service_date: "2023-04-09", cost: "215.45" },
            { id: 123, transaction_id: 25, service_type: "maintenance", service_date: "2023-06-27", cost: null },
            { id: 124, transaction_id: 114, service_type: "maintenance", service_date: "2023-09-09", cost: null },
            { id: 125, transaction_id: 238, service_type: "maintenance", service_date: "2023-05-19", cost: null },
            { id: 126, transaction_id: 110, service_type: "maintenance", service_date: "2023-05-13", cost: null },
            { id: 127, transaction_id: 47, service_type: "cleaning", service_date: "2023-01-27", cost: "1372.50" },
            { id: 128, transaction_id: 142, service_type: "maintenance", service_date: "2023-01-23", cost: null },
            { id: 129, transaction_id: 140, service_type: "maintenance", service_date: "2023-11-01", cost: null },
            { id: 130, transaction_id: 98, service_type: "maintenance", service_date: "2023-09-11", cost: null },
            { id: 131, transaction_id: 218, service_type: "maintenance", service_date: "2023-10-20", cost: null },
            { id: 132, transaction_id: 145, service_type: "cleaning", service_date: "2023-09-15", cost: "276.73" },
            { id: 133, transaction_id: 118, service_type: "maintenance", service_date: "2023-03-15", cost: null },
            { id: 134, transaction_id: 217, service_type: "maintenance", service_date: "2023-08-24", cost: null },
            { id: 135, transaction_id: 128, service_type: "maintenance", service_date: "2023-03-17", cost: null },
            { id: 136, transaction_id: 208, service_type: "maintenance", service_date: "2023-11-29", cost: null },
            { id: 137, transaction_id: 224, service_type: "maintenance", service_date: null, cost: null },
            { id: 138, transaction_id: 98, service_type: "maintenance", service_date: "2023-09-17", cost: null },
            { id: 139, transaction_id: 75, service_type: "maintenance", service_date: "2023-09-24", cost: null },
            { id: 140, transaction_id: 135, service_type: "repair", service_date: "2023-06-26", cost: "756.20" },
            { id: 141, transaction_id: 225, service_type: "maintenance", service_date: "2023-03-25", cost: null },
            { id: 142, transaction_id: 18, service_type: "maintenance", service_date: "2023-09-05", cost: null },
            { id: 143, transaction_id: 268, service_type: "maintenance", service_date: "2023-05-25", cost: null },
            { id: 144, transaction_id: 233, service_type: "maintenance", service_date: "2023-12-18", cost: null },
            { id: 145, transaction_id: 93, service_type: "maintenance", service_date: "2023-01-25", cost: null },
            { id: 146, transaction_id: 125, service_type: "maintenance", service_date: "2023-09-21", cost: null },
            { id: 147, transaction_id: 115, service_type: "repair", service_date: "2023-11-16", cost: "612.48" },
            { id: 148, transaction_id: 58, service_type: "maintenance", service_date: "2023-12-30", cost: null },
            { id: 149, transaction_id: 36, service_type: "maintenance", service_date: "2023-12-18", cost: null },
            { id: 150, transaction_id: 253, service_type: "maintenance", service_date: "2023-03-22", cost: null },
            { id: 151, transaction_id: 212, service_type: "maintenance", service_date: "2023-03-20", cost: null },
            { id: 152, transaction_id: 244, service_type: "maintenance", service_date: "2023-12-14", cost: null },
            { id: 153, transaction_id: 52, service_type: "cleaning", service_date: "2023-05-15", cost: "1996.31" },
            { id: 154, transaction_id: 113, service_type: "maintenance", service_date: "2023-03-11", cost: null },
            { id: 155, transaction_id: 69, service_type: "maintenance", service_date: "2023-11-01", cost: null },
            { id: 156, transaction_id: 4, service_type: "maintenance", service_date: "2023-10-12", cost: null },
            { id: 157, transaction_id: 30, service_type: "maintenance", service_date: "2023-03-06", cost: null },
            { id: 158, transaction_id: 290, service_type: "maintenance", service_date: "2023-11-17", cost: null },
            { id: 159, transaction_id: 166, service_type: "maintenance", service_date: "2023-10-08", cost: null },
            { id: 160, transaction_id: 46, service_type: "maintenance", service_date: "2023-02-05", cost: null },
            { id: 161, transaction_id: 202, service_type: "maintenance", service_date: "2023-09-14", cost: null },
            { id: 162, transaction_id: 191, service_type: "maintenance", service_date: "2023-01-01", cost: null },
            { id: 163, transaction_id: 107, service_type: "maintenance", service_date: "2023-12-01", cost: null },
            { id: 164, transaction_id: 114, service_type: "cleaning", service_date: "2023-07-11", cost: "83.78" },
            { id: 165, transaction_id: 28, service_type: "maintenance", service_date: "2023-10-18", cost: null },
            { id: 166, transaction_id: 267, service_type: "maintenance", service_date: "2023-07-16", cost: null },
            { id: 167, transaction_id: 109, service_type: "maintenance", service_date: "2023-12-25", cost: null },
            { id: 168, transaction_id: 206, service_type: "maintenance", service_date: null, cost: null },
            { id: 169, transaction_id: 77, service_type: "repair", service_date: "2023-04-16", cost: "409.55" },
            { id: 170, transaction_id: 239, service_type: "cleaning", service_date: "2023-07-23", cost: "385.01" },
            { id: 171, transaction_id: 72, service_type: "maintenance", service_date: "2023-10-15", cost: null },
            { id: 172, transaction_id: 14, service_type: "maintenance", service_date: "2023-01-31", cost: null },
            { id: 173, transaction_id: 252, service_type: "maintenance", service_date: "2023-11-02", cost: null },
            { id: 174, transaction_id: 207, service_type: "maintenance", service_date: "2023-10-21", cost: null },
            { id: 175, transaction_id: 280, service_type: "repair", service_date: "2023-04-09", cost: "54.20" },
            { id: 176, transaction_id: 277, service_type: "maintenance", service_date: "2023-03-09", cost: null },
            { id: 177, transaction_id: 99, service_type: "maintenance", service_date: "2023-12-21", cost: null },
            { id: 178, transaction_id: 64, service_type: "maintenance", service_date: "2023-08-09", cost: null },
            { id: 179, transaction_id: 24, service_type: "repair", service_date: "2023-12-22", cost: "367.37" },
            { id: 180, transaction_id: 293, service_type: "maintenance", service_date: "2023-09-24", cost: null },
            { id: 181, transaction_id: 172, service_type: "cleaning", service_date: null, cost: "1811.43" },
            { id: 182, transaction_id: 162, service_type: "maintenance", service_date: "2023-01-23", cost: null },
            { id: 183, transaction_id: 273, service_type: "maintenance", service_date: "2023-12-25", cost: null },
            { id: 184, transaction_id: 113, service_type: "maintenance", service_date: "2023-03-17", cost: null },
            { id: 185, transaction_id: 250, service_type: "maintenance", service_date: "2023-03-11", cost: null },
            { id: 186, transaction_id: 67, service_type: "maintenance", service_date: "2023-06-30", cost: null },
            { id: 187, transaction_id: 128, service_type: "cleaning", service_date: "2023-09-23", cost: "211.06" },
            { id: 188, transaction_id: 179, service_type: "maintenance", service_date: "2023-02-20", cost: null },
            { id: 189, transaction_id: 195, service_type: "maintenance", service_date: "2023-02-26", cost: null },
            { id: 190, transaction_id: 20, service_type: "maintenance", service_date: "2023-11-02", cost: null },
            { id: 191, transaction_id: 173, service_type: "cleaning", service_date: "2023-02-17", cost: "1840.68" },
            { id: 192, transaction_id: 141, service_type: "maintenance", service_date: "2023-08-22", cost: null },
            { id: 193, transaction_id: 150, service_type: "maintenance", service_date: "2023-12-14", cost: null },
            { id: 194, transaction_id: 153, service_type: "maintenance", service_date: "2023-11-26", cost: null },
            { id: 195, transaction_id: 9, service_type: "maintenance", service_date: "2023-04-18", cost: null },
            { id: 196, transaction_id: 12, service_type: "maintenance", service_date: "2023-10-28", cost: null },
            { id: 197, transaction_id: 184, service_type: "maintenance", service_date: "2023-11-17", cost: null },
            { id: 198, transaction_id: 164, service_type: "maintenance", service_date: "2023-01-03", cost: null },
            { id: 199, transaction_id: 90, service_type: "maintenance", service_date: null, cost: null },
            { id: 200, transaction_id: 239, service_type: "maintenance", service_date: "2023-02-12", cost: null },
            { id: 201, transaction_id: 154, service_type: "maintenance", service_date: "2023-06-05", cost: null },
            { id: 202, transaction_id: 190, service_type: "maintenance", service_date: "2023-10-18", cost: null },
            { id: 203, transaction_id: 18, service_type: "maintenance", service_date: "2023-11-09", cost: null },
            { id: 204, transaction_id: 204, service_type: "maintenance", service_date: "2023-05-26", cost: null },
            { id: 205, transaction_id: 1, service_type: "maintenance", service_date: "2023-10-27", cost: null },
            { id: 206, transaction_id: 122, service_type: "maintenance", service_date: "2023-09-02", cost: null },
            { id: 207, transaction_id: 61, service_type: "maintenance", service_date: "2023-07-26", cost: null },
            { id: 208, transaction_id: 200, service_type: "maintenance", service_date: "2023-11-26", cost: null },
            { id: 209, transaction_id: 54, service_type: "repair", service_date: "2023-01-20", cost: "1561.95" },
            { id: 210, transaction_id: 111, service_type: "maintenance", service_date: "2023-09-09", cost: null },
            { id: 211, transaction_id: 138, service_type: "maintenance", service_date: "2023-08-27", cost: null },
            { id: 212, transaction_id: 237, service_type: "maintenance", service_date: "2023-02-08", cost: null },
            { id: 213, transaction_id: 132, service_type: "maintenance", service_date: "2023-02-09", cost: null },
            { id: 214, transaction_id: 183, service_type: "maintenance", service_date: "2023-03-30", cost: null },
            { id: 215, transaction_id: 38, service_type: "repair", service_date: "2023-08-27", cost: "206.64" },
            { id: 216, transaction_id: 224, service_type: "maintenance", service_date: null, cost: null },
            { id: 217, transaction_id: 72, service_type: "cleaning", service_date: null, cost: "142.40" },
            { id: 218, transaction_id: 88, service_type: "maintenance", service_date: "2023-03-09", cost: null },
            { id: 219, transaction_id: 123, service_type: "cleaning", service_date: "2023-12-16", cost: "1016.79" },
            { id: 220, transaction_id: 91, service_type: "maintenance", service_date: "2023-08-09", cost: null },
            { id: 221, transaction_id: 98, service_type: "cleaning", service_date: null, cost: "1952.94" },
            { id: 222, transaction_id: 145, service_type: "repair", service_date: "2023-11-10", cost: "84.97" },
            { id: 223, transaction_id: 20, service_type: "maintenance", service_date: "2023-02-09", cost: null },
            { id: 224, transaction_id: 125, service_type: "maintenance", service_date: "2023-11-06", cost: null },
            { id: 225, transaction_id: 251, service_type: "maintenance", service_date: "2023-03-17", cost: null },
            { id: 226, transaction_id: 298, service_type: "maintenance", service_date: "2023-10-23", cost: null },
            { id: 227, transaction_id: 247, service_type: "maintenance", service_date: "2023-01-29", cost: null },
            { id: 228, transaction_id: 120, service_type: "maintenance", service_date: "2023-05-09", cost: null },
            { id: 229, transaction_id: 297, service_type: "maintenance", service_date: "2023-03-03", cost: null },
            { id: 230, transaction_id: 173, service_type: "maintenance", service_date: "2023-10-11", cost: null },
            { id: 231, transaction_id: 16, service_type: "maintenance", service_date: "2023-06-25", cost: null },
            { id: 232, transaction_id: 242, service_type: "repair", service_date: "2023-01-17", cost: "174.62" },
            { id: 233, transaction_id: 294, service_type: "maintenance", service_date: "2023-10-30", cost: null },
            { id: 234, transaction_id: 187, service_type: "maintenance", service_date: "2023-04-01", cost: null },
            { id: 235, transaction_id: 211, service_type: "maintenance", service_date: "2023-01-10", cost: null },
            { id: 236, transaction_id: 90, service_type: "maintenance", service_date: "2023-11-07", cost: null },
            { id: 237, transaction_id: 230, service_type: "maintenance", service_date: "2023-10-13", cost: null },
            { id: 238, transaction_id: 131, service_type: "maintenance", service_date: "2023-06-20", cost: null },
            { id: 239, transaction_id: 119, service_type: "maintenance", service_date: "2023-03-11", cost: null },
            { id: 240, transaction_id: 20, service_type: "repair", service_date: "2023-10-31", cost: "89.25" },
            { id: 241, transaction_id: 125, service_type: "maintenance", service_date: "2023-11-26", cost: null },
            { id: 242, transaction_id: 209, service_type: "cleaning", service_date: "2023-03-13", cost: "57.66" },
            { id: 243, transaction_id: 205, service_type: "maintenance", service_date: "2023-04-09", cost: null },
            { id: 244, transaction_id: 229, service_type: "cleaning", service_date: "2023-09-28", cost: "466.13" },
            { id: 245, transaction_id: 75, service_type: "maintenance", service_date: "2023-09-09", cost: null },
            { id: 246, transaction_id: 118, service_type: "cleaning", service_date: "2023-10-26", cost: "519.09" },
            { id: 247, transaction_id: 150, service_type: "maintenance", service_date: "2023-06-30", cost: null },
            { id: 248, transaction_id: 95, service_type: "maintenance", service_date: "2023-03-23", cost: null },
            { id: 249, transaction_id: 108, service_type: "maintenance", service_date: "2023-01-16", cost: null },
            { id: 250, transaction_id: 48, service_type: "maintenance", service_date: "2023-04-12", cost: null },
        ],
    });
}

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