// Financial Operations Ledger (financial-operations-ledger) 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: "Oscar Kumar", email: "oscar.kumar@example.com", signup_date: "2021-09-23" },
            { id: 2, full_name: "Mei Oliveira", email: "mei.oliveira@example.org", signup_date: "2021-02-10" },
            { id: 3, full_name: "Pedro Ruiz", email: "pedro.ruiz@example.com", signup_date: "2022-07-26" },
            { id: 4, full_name: "Emma Young", email: "emma.young@example.com", signup_date: "2020-11-05" },
            { id: 5, full_name: null, email: null, signup_date: "2020-12-07" },
            { id: 6, full_name: "Deniz Taylor", email: "deniz.taylor@example.com", signup_date: "2020-12-31" },
            { id: 7, full_name: "Sofia Clark", email: "sofia.clark@example.com", signup_date: "2022-03-13" },
            { id: 8, full_name: "Ines Torres", email: "ines.torres@example.com", signup_date: "2022-11-13" },
            { id: 9, full_name: "Isaac Diaz", email: "isaac.diaz@example.net", signup_date: "2020-07-29" },
            { id: 10, full_name: null, email: null, signup_date: "2020-04-18" },
            { id: 11, full_name: "Andre Nakamura", email: "andre.nakamura@example.net", signup_date: "2020-11-02" },
            { id: 12, full_name: "Jack Lee", email: "jack.lee@example.org", signup_date: "2022-02-06" },
            { id: 13, full_name: "Jonas Almeida", email: "jonas.almeida@example.org", signup_date: "2022-06-06" },
            { id: 14, full_name: "Omar Ruiz", email: "omar.ruiz@example.net", signup_date: "2022-05-10" },
            { id: 15, full_name: "Uma Carter", email: "uma.carter@example.org", signup_date: "2021-09-18" },
            { id: 16, full_name: "Jade Murphy", email: "jade.murphy@example.net", signup_date: "2022-10-11" },
            { id: 17, full_name: "Maja Kowalski", email: null, signup_date: "2022-06-04" },
            { id: 18, full_name: null, email: null, signup_date: "2022-10-20" },
            { id: 19, full_name: "Oscar Wang", email: "oscar.wang@example.org", signup_date: "2020-12-20" },
            { id: 20, full_name: null, email: null, signup_date: "2020-04-22" },
            { id: 21, full_name: null, email: null, signup_date: "2020-10-30" },
            { id: 22, full_name: "Tariq Shah", email: "tariq.shah@example.org", signup_date: "2020-11-19" },
            { id: 23, full_name: "Ravi Andersen", email: "ravi.andersen@example.net", signup_date: "2022-03-22" },
            { id: 24, full_name: "Ana Andersen", email: "ana.andersen@example.com", signup_date: "2021-12-21" },
            { id: 25, full_name: "Ethan Lee", email: "ethan.lee@example.net", signup_date: "2021-06-03" },
            { id: 26, full_name: "Ethan Andersen", email: "ethan.andersen@example.org", signup_date: "2022-02-26" },
            { id: 27, full_name: null, email: null, signup_date: "2021-10-29" },
            { id: 28, full_name: "Sam Nakamura", email: "sam.nakamura@example.org", signup_date: "2020-07-15" },
            { id: 29, full_name: "Ben Costa", email: null, signup_date: "2022-07-14" },
            { id: 30, full_name: null, email: null, signup_date: "2021-01-27" },
            { id: 31, full_name: "Jonas Rossi", email: "jonas.rossi@example.net", signup_date: "2021-12-11" },
            { id: 32, full_name: "Rafael Ali", email: "rafael.ali@example.net", signup_date: "2021-11-01" },
            { id: 33, full_name: "Sam Meyer", email: null, signup_date: "2022-10-13" },
            { id: 34, full_name: null, email: null, signup_date: "2020-10-18" },
            { id: 35, full_name: "James Ahmed", email: "james.ahmed@example.org", signup_date: "2020-06-23" },
            { id: 36, full_name: "Ana Almeida", email: "ana.almeida@example.net", signup_date: "2020-03-16" },
            { id: 37, full_name: "Lina Cruz", email: "lina.cruz@example.com", signup_date: "2021-05-26" },
            { id: 38, full_name: "Liam Sato", email: "liam.sato@example.com", signup_date: "2022-09-19" },
            { id: 39, full_name: "Nadia Cruz", email: "nadia.cruz@example.net", signup_date: "2021-11-22" },
            { id: 40, full_name: null, email: null, signup_date: "2021-08-08" },
            { id: 41, full_name: "Ines Meyer", email: "ines.meyer@example.net", signup_date: "2021-12-11" },
            { id: 42, full_name: "Hannah Zhang", email: "hannah.zhang@example.net", signup_date: "2020-12-02" },
            { id: 43, full_name: "Selin Larsen", email: "selin.larsen@example.org", signup_date: "2022-10-31" },
            { id: 44, full_name: "Lucas Shah", email: "lucas.shah@example.com", signup_date: "2020-03-12" },
            { id: 45, full_name: "Ibrahim Ruiz", email: "ibrahim.ruiz@example.com", signup_date: "2022-02-23" },
            { id: 46, full_name: "Mila Tanaka", email: "mila.tanaka@example.org", signup_date: "2020-03-05" },
            { id: 47, full_name: "Wei Kumar", email: "wei.kumar@example.net", signup_date: "2020-09-30" },
            { id: 48, full_name: "Sven Ruiz", email: "sven.ruiz@example.net", signup_date: "2022-10-25" },
            { id: 49, full_name: "Diego Kim", email: "diego.kim@example.com", signup_date: "2022-07-04" },
            { id: 50, full_name: "Sofia Yilmaz", email: "sofia.yilmaz@example.org", signup_date: "2021-05-30" },
            { id: 51, full_name: "Diego Oliveira", email: "diego.oliveira@example.org", signup_date: "2021-05-19" },
            { id: 52, full_name: "Fatima Carter", email: null, signup_date: "2021-02-15" },
            { id: 53, full_name: "Tariq Walker", email: "tariq.walker@example.com", signup_date: "2020-02-20" },
            { id: 54, full_name: "Julia Wang", email: "julia.wang@example.net", signup_date: "2022-10-25" },
            { id: 55, full_name: "Sofia Adams", email: "sofia.adams@example.net", signup_date: "2020-07-24" },
            { id: 56, full_name: "Jack Demir", email: "jack.demir@example.org", signup_date: "2020-04-05" },
            { id: 57, full_name: "Arjun Martin", email: null, signup_date: "2020-05-02" },
            { id: 58, full_name: null, email: null, signup_date: "2020-02-26" },
            { id: 59, full_name: "Kai Flores", email: "kai.flores@example.net", signup_date: "2021-04-20" },
            { id: 60, full_name: "Rosa Almeida", email: "rosa.almeida@example.org", signup_date: "2020-09-28" },
            { id: 61, full_name: null, email: null, signup_date: "2022-10-16" },
            { id: 62, full_name: null, email: null, signup_date: "2020-05-03" },
            { id: 63, full_name: "Carlos Ruiz", email: "carlos.ruiz@example.org", signup_date: "2020-10-19" },
            { id: 64, full_name: "Jonas Cruz", email: "jonas.cruz@example.com", signup_date: "2020-12-12" },
            { id: 65, full_name: "Oscar Dubois", email: "oscar.dubois@example.net", signup_date: "2022-09-05" },
            { id: 66, full_name: "Pedro Almeida", email: "pedro.almeida@example.org", signup_date: "2022-08-19" },
            { id: 67, full_name: "Nour Reyes", email: "nour.reyes@example.net", signup_date: "2022-01-28" },
            { id: 68, full_name: "Carlos Flores", email: "carlos.flores@example.net", signup_date: "2020-07-06" },
            { id: 69, full_name: "Chloe Wilson", email: "chloe.wilson@example.org", signup_date: "2020-02-24" },
            { id: 70, full_name: "Ivan Clark", email: null, signup_date: "2021-03-01" },
            { id: 71, full_name: "Jack Smith", email: "jack.smith@example.org", signup_date: "2020-08-14" },
            { id: 72, full_name: "Grace Castro", email: "grace.castro@example.org", signup_date: "2022-04-25" },
            { id: 73, full_name: "Priya Adams", email: "priya.adams@example.net", signup_date: "2022-07-09" },
            { id: 74, full_name: "Daniel Bennett", email: "daniel.bennett@example.com", signup_date: "2022-02-09" },
            { id: 75, full_name: "Noah Jensen", email: "noah.jensen@example.org", signup_date: "2020-09-28" },
            { id: 76, full_name: "Sofia Davis", email: "sofia.davis@example.org", signup_date: "2021-07-10" },
            { id: 77, full_name: "Fatima Johnson", email: "fatima.johnson@example.com", signup_date: "2021-08-01" },
            { id: 78, full_name: "Carlos Singh", email: "carlos.singh@example.net", signup_date: "2021-03-22" },
            { id: 79, full_name: "Hugo Park", email: "hugo.park@example.org", signup_date: "2022-02-20" },
            { id: 80, full_name: "Ravi Demir", email: "ravi.demir@example.org", signup_date: "2022-08-15" },
            { id: 81, full_name: "Ibrahim Tanaka", email: "ibrahim.tanaka@example.org", signup_date: "2022-08-31" },
            { id: 82, full_name: "Mateo Taylor", email: "mateo.taylor@example.com", signup_date: "2020-12-07" },
            { id: 83, full_name: null, email: null, signup_date: "2021-07-08" },
            { id: 84, full_name: "Laura Hughes", email: "laura.hughes@example.org", signup_date: "2020-07-12" },
            { id: 85, full_name: "Sam Cruz", email: "sam.cruz@example.com", signup_date: "2021-09-01" },
            { id: 86, full_name: "James Wilson", email: "james.wilson@example.net", signup_date: "2022-07-03" },
            { id: 87, full_name: "Sofia Hansen", email: "sofia.hansen@example.net", signup_date: "2020-10-16" },
            { id: 88, full_name: "Yara Cruz", email: "yara.cruz@example.org", signup_date: "2020-03-12" },
            { id: 89, full_name: "Mateo Meyer", email: "mateo.meyer@example.net", signup_date: "2021-02-02" },
            { id: 90, full_name: "Sofia Brown", email: "sofia.brown@example.com", signup_date: "2022-04-16" },
            { id: 91, full_name: "Carla Ibrahim", email: "carla.ibrahim@example.org", signup_date: "2020-05-28" },
            { id: 92, full_name: "Mateo Brown", email: "mateo.brown@example.net", signup_date: "2022-11-27" },
            { id: 93, full_name: "Maja Cruz", email: "maja.cruz@example.com", signup_date: "2020-08-05" },
            { id: 94, full_name: "Daniel Miller", email: "daniel.miller@example.com", signup_date: "2020-06-14" },
            { id: 95, full_name: null, email: null, signup_date: "2020-06-04" },
            { id: 96, full_name: "Deniz Lee", email: "deniz.lee@example.org", signup_date: "2020-11-21" },
            { id: 97, full_name: "Daniel Kaya", email: "daniel.kaya@example.net", signup_date: "2020-02-10" },
            { id: 98, full_name: "Pedro Wagner", email: "pedro.wagner@example.com", signup_date: "2020-09-15" },
            { id: 99, full_name: "Leo Reyes", email: "leo.reyes@example.net", signup_date: "2020-10-09" },
            { id: 100, full_name: "Jade Castro", email: "jade.castro@example.org", signup_date: "2022-12-12" },
            { id: 101, full_name: "Theo Demir", email: "theo.demir@example.net", signup_date: "2022-06-08" },
            { id: 102, full_name: "Nour Hoffmann", email: "nour.hoffmann@example.com", signup_date: "2020-05-12" },
            { id: 103, full_name: "Sven Kumar", email: "sven.kumar@example.org", signup_date: "2020-11-07" },
            { id: 104, full_name: "Hugo Brown", email: "hugo.brown@example.com", signup_date: "2021-02-20" },
            { id: 105, full_name: "Mohamed Bauer", email: "mohamed.bauer@example.org", signup_date: "2020-03-08" },
            { id: 106, full_name: "Chloe Flores", email: "chloe.flores@example.net", signup_date: "2022-12-31" },
            { id: 107, full_name: null, email: null, signup_date: "2021-03-23" },
            { id: 108, full_name: "Sven Nakamura", email: null, signup_date: "2020-01-14" },
            { id: 109, full_name: "Anna Diaz", email: "anna.diaz@example.org", signup_date: "2021-10-30" },
            { id: 110, full_name: "Mia Schmidt", email: null, signup_date: "2020-10-25" },
            { id: 111, full_name: null, email: null, signup_date: "2022-04-30" },
            { id: 112, full_name: null, email: null, signup_date: "2022-07-16" },
            { id: 113, full_name: "Chen Vargas", email: "chen.vargas@example.org", signup_date: "2020-06-29" },
            { id: 114, full_name: "Hugo Yilmaz", email: "hugo.yilmaz@example.com", signup_date: "2020-10-11" },
            { id: 115, full_name: "David Hansen", email: null, signup_date: "2021-08-16" },
            { id: 116, full_name: "Mila Kumar", email: "mila.kumar@example.net", signup_date: "2020-04-14" },
            { id: 117, full_name: "Theo Castro", email: "theo.castro@example.org", signup_date: "2021-12-05" },
            { id: 118, full_name: "Yara Cruz", email: "yara.cruz@example.net", signup_date: "2020-09-05" },
            { id: 119, full_name: "Zara Zhang", email: "zara.zhang@example.com", signup_date: "2020-04-07" },
            { id: 120, full_name: "Lena Ruiz", email: "lena.ruiz@example.net", signup_date: "2022-06-28" },
            { id: 121, full_name: "Amir Hoffmann", email: "amir.hoffmann@example.com", signup_date: "2021-12-03" },
            { id: 122, full_name: "Ivan Garcia", email: "ivan.garcia@example.org", signup_date: "2022-08-05" },
            { id: 123, full_name: "Hugo Larsen", email: "hugo.larsen@example.net", signup_date: "2021-11-17" },
            { id: 124, full_name: "Isaac Evans", email: "isaac.evans@example.com", signup_date: "2022-07-24" },
            { id: 125, full_name: "Lina Singh", email: null, signup_date: "2021-09-11" },
            { id: 126, full_name: "Laura Schmidt", email: "laura.schmidt@example.net", signup_date: "2021-10-10" },
            { id: 127, full_name: "Theo Schneider", email: "theo.schneider@example.com", signup_date: "2020-09-24" },
            { id: 128, full_name: "Sara Murphy", email: "sara.murphy@example.org", signup_date: "2020-10-26" },
            { id: 129, full_name: "Tomas Jansen", email: "tomas.jansen@example.org", signup_date: "2022-09-19" },
            { id: 130, full_name: "Wei Lee", email: "wei.lee@example.net", signup_date: "2020-08-31" },
            { id: 131, full_name: "Elif Chen", email: "elif.chen@example.org", signup_date: "2022-11-10" },
            { id: 132, full_name: "Hana Novak", email: "hana.novak@example.org", signup_date: "2021-03-26" },
            { id: 133, full_name: "Olivia Dubois", email: "olivia.dubois@example.org", signup_date: "2020-02-19" },
            { id: 134, full_name: "Jonas Carter", email: "jonas.carter@example.net", signup_date: "2022-03-26" },
            { id: 135, full_name: "Chloe Vargas", email: "chloe.vargas@example.org", signup_date: "2022-07-02" },
            { id: 136, full_name: "Maria Jensen", email: "maria.jensen@example.net", signup_date: "2020-07-10" },
            { id: 137, full_name: "Sven Oliveira", email: "sven.oliveira@example.net", signup_date: "2020-07-15" },
            { id: 138, full_name: "Laura Park", email: "laura.park@example.org", signup_date: "2021-12-20" },
            { id: 139, full_name: "Fatima Sousa", email: "fatima.sousa@example.org", signup_date: "2021-09-09" },
            { id: 140, full_name: "Nadia Pereira", email: "nadia.pereira@example.org", signup_date: "2022-11-05" },
            { id: 141, full_name: "Carlos Diaz", email: "carlos.diaz@example.com", signup_date: "2022-06-25" },
            { id: 142, full_name: "Pedro Weber", email: "pedro.weber@example.com", signup_date: "2021-06-06" },
            { id: 143, full_name: "Yara Lopez", email: "yara.lopez@example.net", signup_date: "2020-12-05" },
            { id: 144, full_name: "Ravi Rossi", email: "ravi.rossi@example.com", signup_date: "2020-12-15" },
            { id: 145, full_name: "Ben Ibrahim", email: "ben.ibrahim@example.net", signup_date: "2021-02-09" },
            { id: 146, full_name: "Marco Shah", email: "marco.shah@example.net", signup_date: "2020-08-27" },
            { id: 147, full_name: "Maja Park", email: "maja.park@example.net", signup_date: "2021-08-10" },
            { id: 148, full_name: "Uma Dubois", email: "uma.dubois@example.org", signup_date: "2021-04-09" },
            { id: 149, full_name: "Daniel Hughes", email: "daniel.hughes@example.com", signup_date: "2020-08-29" },
            { id: 150, full_name: "Amir Reyes", email: "amir.reyes@example.net", signup_date: "2022-02-16" },
            { id: 151, full_name: "Kai Oliveira", email: "kai.oliveira@example.net", signup_date: "2022-02-19" },
            { id: 152, full_name: null, email: null, signup_date: "2020-02-24" },
            { id: 153, full_name: null, email: null, signup_date: "2020-03-27" },
            { id: 154, full_name: "Leo Gomez", email: "leo.gomez@example.com", signup_date: "2021-09-05" },
            { id: 155, full_name: "Carla Andersen", email: "carla.andersen@example.net", signup_date: "2022-03-18" },
            { id: 156, full_name: "Mila Wilson", email: "mila.wilson@example.org", signup_date: "2021-04-10" },
            { id: 157, full_name: null, email: null, signup_date: "2020-10-01" },
            { id: 158, full_name: "Fatima Baker", email: "fatima.baker@example.net", signup_date: "2020-05-10" },
            { id: 159, full_name: "Theo Yilmaz", email: "theo.yilmaz@example.org", signup_date: "2021-10-22" },
            { id: 160, full_name: "Sofia Wilson", email: "sofia.wilson@example.com", signup_date: "2020-03-22" },
            { id: 161, full_name: "Liam Kumar", email: "liam.kumar@example.net", signup_date: "2022-04-22" },
            { id: 162, full_name: "Oscar Park", email: "oscar.park@example.com", signup_date: "2020-04-27" },
            { id: 163, full_name: "Felix Lopez", email: "felix.lopez@example.net", signup_date: "2022-07-28" },
            { id: 164, full_name: "Theo Baker", email: "theo.baker@example.org", signup_date: "2022-12-08" },
            { id: 165, full_name: "Elif Kim", email: "elif.kim@example.com", signup_date: "2021-09-29" },
            { id: 166, full_name: "Alice Baker", email: null, signup_date: "2022-07-07" },
            { id: 167, full_name: null, email: null, signup_date: "2021-06-16" },
            { id: 168, full_name: "Elena Mendes", email: "elena.mendes@example.net", signup_date: "2022-01-30" },
            { id: 169, full_name: "Grace Flores", email: null, signup_date: "2021-05-14" },
            { id: 170, full_name: "Maja Kim", email: "maja.kim@example.com", signup_date: "2020-09-23" },
            { id: 171, full_name: "Ruby Fischer", email: "ruby.fischer@example.net", signup_date: "2020-11-27" },
            { id: 172, full_name: "Noah Nguyen", email: null, signup_date: "2020-07-25" },
            { id: 173, full_name: "James Kumar", email: "james.kumar@example.com", signup_date: "2022-12-01" },
            { id: 174, full_name: "Ines Becker", email: null, signup_date: "2022-10-27" },
            { id: 175, full_name: "Wei Gomez", email: "wei.gomez@example.com", signup_date: "2022-09-11" },
            { id: 176, full_name: "Selin Park", email: "selin.park@example.com", signup_date: "2020-09-09" },
            { id: 177, full_name: "Grace Gupta", email: null, signup_date: "2020-11-04" },
            { id: 178, full_name: "Grace Fischer", email: "grace.fischer@example.org", signup_date: "2022-04-18" },
            { id: 179, full_name: "Yusuf Weber", email: "yusuf.weber@example.com", signup_date: "2021-09-24" },
            { id: 180, full_name: "Julia Young", email: "julia.young@example.com", signup_date: "2022-02-11" },
            { id: 181, full_name: "Jade Fischer", email: "jade.fischer@example.org", signup_date: "2021-01-28" },
            { id: 182, full_name: "Kai Pereira", email: "kai.pereira@example.com", signup_date: "2021-06-20" },
            { id: 183, full_name: "Ethan Almeida", email: "ethan.almeida@example.org", signup_date: "2022-11-15" },
            { id: 184, full_name: "Ivan Weber", email: "ivan.weber@example.net", signup_date: "2021-08-19" },
            { id: 185, full_name: "Leo Almeida", email: "leo.almeida@example.net", signup_date: "2020-07-28" },
            { id: 186, full_name: "Ravi Bennett", email: "ravi.bennett@example.org", signup_date: "2022-03-07" },
            { id: 187, full_name: null, email: null, signup_date: "2020-01-25" },
            { id: 188, full_name: "Emma Baker", email: null, signup_date: "2022-07-14" },
            { id: 189, full_name: "Mateo Diaz", email: "mateo.diaz@example.com", signup_date: "2022-07-29" },
            { id: 190, full_name: "Maria Young", email: "maria.young@example.com", signup_date: "2021-03-29" },
            { id: 191, full_name: "Nina Kowalski", email: "nina.kowalski@example.com", signup_date: "2021-10-04" },
            { id: 192, full_name: "Diego Hassan", email: "diego.hassan@example.org", signup_date: "2021-01-04" },
            { id: 193, full_name: "Uma Bennett", email: "uma.bennett@example.org", signup_date: "2020-09-17" },
            { id: 194, full_name: "Alice Zhang", email: "alice.zhang@example.com", signup_date: "2021-10-15" },
            { id: 195, full_name: "Ines Ali", email: "ines.ali@example.net", signup_date: "2021-02-05" },
            { id: 196, full_name: null, email: null, signup_date: "2021-05-01" },
            { id: 197, full_name: "Liam Kowalski", email: "liam.kowalski@example.net", signup_date: "2021-10-24" },
            { id: 198, full_name: "Felix Kowalski", email: "felix.kowalski@example.net", signup_date: "2020-01-29" },
            { id: 199, full_name: "Ben Oliveira", email: "ben.oliveira@example.net", signup_date: "2022-04-09" },
            { id: 200, full_name: "Elif Khan", email: null, signup_date: "2022-01-05" },
        ],
    });
    await prisma.products.createMany({
        data: [
            { id: 1, product_name: "Pro Monitor", category: "loans", price: "5873.90" },
            { id: 2, product_name: "Wireless Chair", category: "investments", price: "1473.26" },
            { id: 3, product_name: "Smart Headphones", category: "loans", price: "8731.50" },
            { id: 4, product_name: "Travel Keyboard", category: "loans", price: "685.48" },
            { id: 5, product_name: null, category: "savings", price: "6512.68" },
            { id: 6, product_name: "Wireless Notebook", category: "insurance", price: "506.49" },
            { id: 7, product_name: null, category: "savings", price: "5678.72" },
            { id: 8, product_name: "Classic Bottle", category: "loans", price: "413.25" },
            { id: 9, product_name: "Smart Headphones", category: "savings", price: null },
            { id: 10, product_name: "Portable Toolkit", category: "loans", price: "8191.89" },
            { id: 11, product_name: "Eco Bottle", category: "loans", price: "2314.20" },
            { id: 12, product_name: "Essential Mug", category: "loans", price: null },
            { id: 13, product_name: "Eco Tent", category: "loans", price: "4926.17" },
            { id: 14, product_name: "Insulated Blender", category: "savings", price: "6048.27" },
            { id: 15, product_name: "Classic Pan", category: "loans", price: "6280.98" },
            { id: 16, product_name: "Deluxe Tent", category: "savings", price: "107.17" },
            { id: 17, product_name: "Smart Pan", category: "investments", price: "712.30" },
            { id: 18, product_name: "Slim Speaker", category: "investments", price: "494.29" },
            { id: 19, product_name: "Compact Pan", category: "insurance", price: null },
            { id: 20, product_name: "Wireless Speaker", category: "loans", price: "450.71" },
            { id: 21, product_name: "Heavy Duty Mug", category: "insurance", price: null },
            { id: 22, product_name: "Ultra Lantern", category: "loans", price: "269.69" },
            { id: 23, product_name: "Compact Backpack", category: "investments", price: "3961.41" },
            { id: 24, product_name: "Standard Watch", category: "loans", price: "107.83" },
            { id: 25, product_name: "Deluxe Bottle", category: "loans", price: "5042.61" },
            { id: 26, product_name: "Deluxe Jacket", category: "loans", price: "4749.06" },
            { id: 27, product_name: "Slim Camera", category: "investments", price: "8511.70" },
            { id: 28, product_name: "Modern Toolkit", category: "loans", price: "1707.87" },
            { id: 29, product_name: "Vintage Headphones", category: "savings", price: null },
            { id: 30, product_name: null, category: "insurance", price: "7384.30" },
            { id: 31, product_name: "Compact Desk Lamp", category: "loans", price: "5011.37" },
            { id: 32, product_name: "Eco Watch", category: "loans", price: "5160.77" },
            { id: 33, product_name: "Wireless Toolkit", category: "investments", price: "7273.23" },
            { id: 34, product_name: "Standard Router", category: "insurance", price: "5713.73" },
            { id: 35, product_name: "Slim Speaker", category: "investments", price: "6856.76" },
            { id: 36, product_name: "Wireless Jacket", category: "savings", price: "1052.35" },
            { id: 37, product_name: "Insulated Charger", category: "savings", price: "191.12" },
            { id: 38, product_name: "Classic Tent", category: "savings", price: "4547.89" },
            { id: 39, product_name: null, category: "loans", price: "7263.34" },
            { id: 40, product_name: "Heavy Duty Notebook", category: "savings", price: null },
            { id: 41, product_name: "Pro Umbrella", category: "investments", price: "9189.41" },
            { id: 42, product_name: "Slim Watch", category: "savings", price: "9836.55" },
            { id: 43, product_name: "Standard Mug", category: "loans", price: "2482.09" },
            { id: 44, product_name: "Wireless Kettle", category: "loans", price: "1909.15" },
            { id: 45, product_name: null, category: "investments", price: "2776.33" },
            { id: 46, product_name: "Deluxe Jacket", category: "insurance", price: "1517.69" },
            { id: 47, product_name: "Travel Chair", category: "loans", price: null },
            { id: 48, product_name: "Insulated Camera", category: "loans", price: null },
            { id: 49, product_name: "Modern Toolkit", category: "loans", price: "9069.78" },
            { id: 50, product_name: "Ultra Keyboard", category: "loans", price: "1046.32" },
            { id: 51, product_name: "Eco Desk Lamp", category: "loans", price: "4822.65" },
            { id: 52, product_name: "Slim Monitor", category: "savings", price: "6255.97" },
            { id: 53, product_name: "Classic Lantern", category: "savings", price: "5557.75" },
            { id: 54, product_name: "Mini Notebook", category: "loans", price: "4334.15" },
            { id: 55, product_name: "Mini Camera", category: "loans", price: "193.05" },
            { id: 56, product_name: null, category: "loans", price: "6442.06" },
            { id: 57, product_name: "Pro Toolkit", category: "loans", price: "7375.50" },
            { id: 58, product_name: "Compact Pan", category: "savings", price: "134.28" },
            { id: 59, product_name: "Compact Notebook", category: "loans", price: "5791.19" },
            { id: 60, product_name: "Essential Watch", category: "loans", price: null },
            { id: 61, product_name: "Vintage Mug", category: "loans", price: "7493.60" },
            { id: 62, product_name: "Modern Chair", category: "loans", price: "9337.24" },
            { id: 63, product_name: "Folding Backpack", category: "investments", price: "6653.49" },
            { id: 64, product_name: "Pro Lantern", category: "loans", price: "3381.04" },
            { id: 65, product_name: "Insulated Planter", category: "investments", price: "5685.65" },
            { id: 66, product_name: "Standard Mug", category: "loans", price: "2559.20" },
            { id: 67, product_name: "Modern Notebook", category: "savings", price: "658.95" },
            { id: 68, product_name: "Standard Mug", category: "loans", price: "1310.03" },
            { id: 69, product_name: "Standard Jacket", category: "loans", price: "1506.76" },
            { id: 70, product_name: "Classic Planter", category: "savings", price: "195.64" },
            { id: 71, product_name: null, category: "savings", price: "301.88" },
            { id: 72, product_name: "Classic Bottle", category: "investments", price: null },
            { id: 73, product_name: "Ultra Planter", category: "savings", price: "1892.22" },
            { id: 74, product_name: null, category: "loans", price: "4660.89" },
            { id: 75, product_name: "Portable Lantern", category: "savings", price: "1253.12" },
            { id: 76, product_name: "Pro Keyboard", category: "loans", price: "125.50" },
            { id: 77, product_name: "Folding Planter", category: "savings", price: "552.27" },
            { id: 78, product_name: "Classic Kettle", category: "savings", price: "4404.74" },
            { id: 79, product_name: "Ultra Desk Lamp", category: "loans", price: "4595.11" },
            { id: 80, product_name: "Folding Notebook", category: "loans", price: "8502.25" },
            { id: 81, product_name: "Premium Watch", category: "loans", price: "341.26" },
            { id: 82, product_name: "Folding Jacket", category: "loans", price: "1131.02" },
            { id: 83, product_name: "Compact Speaker", category: "loans", price: null },
            { id: 84, product_name: "Compact Camera", category: "loans", price: null },
            { id: 85, product_name: "Smart Chair", category: "insurance", price: "1331.40" },
            { id: 86, product_name: "Folding Headphones", category: "investments", price: "110.56" },
            { id: 87, product_name: "Portable Jacket", category: "savings", price: "2519.22" },
            { id: 88, product_name: "Standard Umbrella", category: "investments", price: "2300.72" },
            { id: 89, product_name: "Portable Mug", category: "insurance", price: "3788.53" },
            { id: 90, product_name: null, category: "loans", price: "1743.47" },
            { id: 91, product_name: "Standard Backpack", category: "loans", price: "9125.02" },
            { id: 92, product_name: "Insulated Lantern", category: "loans", price: "3415.35" },
            { id: 93, product_name: "Deluxe Headphones", category: "investments", price: "101.21" },
            { id: 94, product_name: "Folding Charger", category: "savings", price: "531.86" },
            { id: 95, product_name: "Essential Planter", category: "insurance", price: "5815.87" },
            { id: 96, product_name: "Modern Backpack", category: "insurance", price: "1765.89" },
            { id: 97, product_name: "Vintage Camera", category: "investments", price: "3866.44" },
            { id: 98, product_name: "Pro Backpack", category: "loans", price: null },
            { id: 99, product_name: "Compact Desk Lamp", category: "investments", price: "389.09" },
            { id: 100, product_name: "Folding Backpack", category: "savings", price: "144.97" },
        ],
    });
    await prisma.transactions.createMany({
        data: [
            { id: 1, customer_id: 163, product_id: 27, transaction_date: new Date("2022-04-02T13:01:22Z"), amount: "2870.77", transaction_type: "purchase", currency: "USD" },
            { id: 2, customer_id: 165, product_id: 77, transaction_date: new Date("2022-08-25T13:38:48Z"), amount: "11.97", transaction_type: "refund", currency: "EUR" },
            { id: 3, customer_id: 135, product_id: 97, transaction_date: new Date("2022-10-04T15:25:13Z"), amount: "83.25", transaction_type: "purchase", currency: "USD" },
            { id: 4, customer_id: 19, product_id: 60, transaction_date: new Date("2022-06-26T10:45:26Z"), amount: "52.17", transaction_type: "purchase", currency: "EUR" },
            { id: 5, customer_id: 12, product_id: 41, transaction_date: new Date("2022-08-16T15:26:00Z"), amount: "521.32", transaction_type: "refund", currency: "USD" },
            { id: 6, customer_id: 48, product_id: 40, transaction_date: new Date("2022-01-18T10:34:41Z"), amount: null, transaction_type: "purchase", currency: "USD" },
            { id: 7, customer_id: 131, product_id: 75, transaction_date: new Date("2022-10-03T08:38:12Z"), amount: "1510.16", transaction_type: "purchase", currency: "USD" },
            { id: 8, customer_id: 65, product_id: 7, transaction_date: new Date("2022-08-14T14:35:52Z"), amount: "2102.56", transaction_type: "purchase", currency: "USD" },
            { id: 9, customer_id: 198, product_id: 6, transaction_date: new Date("2022-03-04T17:08:59Z"), amount: "67.06", transaction_type: "purchase", currency: "USD" },
            { id: 10, customer_id: 88, product_id: 70, transaction_date: new Date("2022-05-15T10:59:34Z"), amount: "1852.12", transaction_type: "purchase", currency: "USD" },
            { id: 11, customer_id: 94, product_id: 72, transaction_date: new Date("2022-05-05T16:34:46Z"), amount: "1306.71", transaction_type: "purchase", currency: "GBP" },
            { id: 12, customer_id: 180, product_id: 45, transaction_date: new Date("2022-02-01T15:01:30Z"), amount: null, transaction_type: "purchase", currency: "USD" },
            { id: 13, customer_id: 67, product_id: 93, transaction_date: new Date("2022-07-27T08:06:48Z"), amount: "75.86", transaction_type: "purchase", currency: "EUR" },
            { id: 14, customer_id: 111, product_id: 84, transaction_date: new Date("2022-05-24T13:40:48Z"), amount: null, transaction_type: "transfer", currency: "USD" },
            { id: 15, customer_id: 98, product_id: 13, transaction_date: new Date("2022-01-17T14:02:44Z"), amount: "3659.04", transaction_type: "purchase", currency: "USD" },
            { id: 16, customer_id: 88, product_id: 15, transaction_date: new Date("2022-05-10T09:56:54Z"), amount: "196.47", transaction_type: "refund", currency: "USD" },
            { id: 17, customer_id: 107, product_id: 27, transaction_date: new Date("2022-11-19T11:19:05Z"), amount: "215.92", transaction_type: "purchase", currency: "USD" },
            { id: 18, customer_id: 69, product_id: 38, transaction_date: new Date("2022-05-05T16:17:59Z"), amount: "96.27", transaction_type: "purchase", currency: "USD" },
            { id: 19, customer_id: 23, product_id: 98, transaction_date: new Date("2022-05-05T14:57:30Z"), amount: "4890.66", transaction_type: "purchase", currency: "GBP" },
            { id: 20, customer_id: 93, product_id: 13, transaction_date: new Date("2022-05-15T07:15:44Z"), amount: "3464.56", transaction_type: "purchase", currency: "USD" },
            { id: 21, customer_id: 128, product_id: 54, transaction_date: new Date("2022-02-04T22:05:00Z"), amount: "61.37", transaction_type: "purchase", currency: "GBP" },
            { id: 22, customer_id: 61, product_id: 94, transaction_date: new Date("2022-04-10T16:35:05Z"), amount: null, transaction_type: "refund", currency: "GBP" },
            { id: 23, customer_id: 61, product_id: 73, transaction_date: new Date("2022-12-05T19:22:08Z"), amount: "3325.25", transaction_type: "refund", currency: "USD" },
            { id: 24, customer_id: 47, product_id: 41, transaction_date: new Date("2022-05-18T10:17:36Z"), amount: "310.81", transaction_type: "purchase", currency: "EUR" },
            { id: 25, customer_id: 83, product_id: 95, transaction_date: new Date("2022-01-31T10:29:12Z"), amount: "1140.09", transaction_type: "purchase", currency: "USD" },
            { id: 26, customer_id: 126, product_id: 30, transaction_date: new Date("2022-10-15T11:07:56Z"), amount: "457.99", transaction_type: "purchase", currency: "USD" },
            { id: 27, customer_id: 139, product_id: 89, transaction_date: new Date("2022-01-22T10:40:59Z"), amount: "1650.90", transaction_type: "purchase", currency: "GBP" },
            { id: 28, customer_id: 108, product_id: 38, transaction_date: new Date("2022-09-15T16:37:59Z"), amount: "1326.80", transaction_type: "refund", currency: "USD" },
            { id: 29, customer_id: 18, product_id: 85, transaction_date: new Date("2022-01-02T11:00:10Z"), amount: null, transaction_type: "purchase", currency: "EUR" },
            { id: 30, customer_id: 73, product_id: 7, transaction_date: new Date("2022-08-10T14:26:09Z"), amount: "3207.55", transaction_type: "refund", currency: "USD" },
            { id: 31, customer_id: 90, product_id: 53, transaction_date: new Date("2022-05-17T11:08:31Z"), amount: null, transaction_type: "refund", currency: "USD" },
            { id: 32, customer_id: 29, product_id: 99, transaction_date: new Date("2022-05-19T11:31:07Z"), amount: "2969.13", transaction_type: "purchase", currency: "USD" },
            { id: 33, customer_id: 77, product_id: 23, transaction_date: new Date("2022-01-22T11:37:57Z"), amount: "104.20", transaction_type: "purchase", currency: "USD" },
            { id: 34, customer_id: 93, product_id: 68, transaction_date: new Date("2022-01-15T10:09:25Z"), amount: "4759.02", transaction_type: "purchase", currency: "USD" },
            { id: 35, customer_id: 142, product_id: 100, transaction_date: new Date("2022-12-13T10:20:44Z"), amount: "4034.60", transaction_type: "purchase", currency: "USD" },
            { id: 36, customer_id: 154, product_id: 25, transaction_date: new Date("2022-12-12T09:12:23Z"), amount: "1006.69", transaction_type: "purchase", currency: "USD" },
            { id: 37, customer_id: 160, product_id: 69, transaction_date: new Date("2022-09-08T11:40:31Z"), amount: "118.68", transaction_type: "refund", currency: "USD" },
            { id: 38, customer_id: 55, product_id: 29, transaction_date: new Date("2022-06-17T13:26:57Z"), amount: "279.71", transaction_type: "purchase", currency: "EUR" },
            { id: 39, customer_id: 8, product_id: 27, transaction_date: new Date("2022-03-12T09:55:02Z"), amount: "3290.51", transaction_type: "purchase", currency: "USD" },
            { id: 40, customer_id: 166, product_id: 14, transaction_date: new Date("2022-09-23T14:27:14Z"), amount: "27.00", transaction_type: "purchase", currency: "USD" },
            { id: 41, customer_id: 152, product_id: 76, transaction_date: new Date("2022-09-12T14:57:04Z"), amount: "3183.35", transaction_type: "refund", currency: "USD" },
            { id: 42, customer_id: 193, product_id: 28, transaction_date: new Date("2022-01-01T10:07:17Z"), amount: "2367.88", transaction_type: "purchase", currency: "GBP" },
            { id: 43, customer_id: 24, product_id: 10, transaction_date: new Date("2022-06-15T17:34:53Z"), amount: "745.05", transaction_type: "refund", currency: "EUR" },
            { id: 44, customer_id: 133, product_id: 45, transaction_date: new Date("2022-10-23T16:38:17Z"), amount: "4218.94", transaction_type: "purchase", currency: "EUR" },
            { id: 45, customer_id: 122, product_id: 6, transaction_date: new Date("2022-09-06T11:17:56Z"), amount: "4937.41", transaction_type: "purchase", currency: "USD" },
            { id: 46, customer_id: 13, product_id: 75, transaction_date: new Date("2022-11-13T14:30:40Z"), amount: "1934.82", transaction_type: "refund", currency: "GBP" },
            { id: 47, customer_id: 124, product_id: 62, transaction_date: new Date("2022-01-04T14:43:04Z"), amount: "2425.55", transaction_type: "refund", currency: "USD" },
            { id: 48, customer_id: 3, product_id: 55, transaction_date: new Date("2022-06-23T09:47:37Z"), amount: "186.35", transaction_type: "purchase", currency: "USD" },
            { id: 49, customer_id: 196, product_id: 73, transaction_date: new Date("2022-08-20T05:49:37Z"), amount: "269.42", transaction_type: "purchase", currency: "EUR" },
            { id: 50, customer_id: 177, product_id: 11, transaction_date: new Date("2022-06-10T14:05:42Z"), amount: "2420.86", transaction_type: "purchase", currency: "EUR" },
            { id: 51, customer_id: 99, product_id: 95, transaction_date: new Date("2022-09-07T12:06:01Z"), amount: "471.76", transaction_type: "purchase", currency: "USD" },
            { id: 52, customer_id: 145, product_id: 85, transaction_date: new Date("2022-09-09T15:54:10Z"), amount: "4965.52", transaction_type: "purchase", currency: "USD" },
            { id: 53, customer_id: 51, product_id: 84, transaction_date: new Date("2022-09-13T17:47:19Z"), amount: null, transaction_type: "purchase", currency: "USD" },
            { id: 54, customer_id: 180, product_id: 96, transaction_date: new Date("2022-02-24T10:14:29Z"), amount: "921.29", transaction_type: "refund", currency: "GBP" },
            { id: 55, customer_id: 67, product_id: 94, transaction_date: new Date("2022-01-15T14:37:45Z"), amount: "1752.79", transaction_type: "purchase", currency: "EUR" },
            { id: 56, customer_id: 5, product_id: 96, transaction_date: new Date("2022-02-03T10:18:47Z"), amount: "1066.92", transaction_type: "purchase", currency: "USD" },
            { id: 57, customer_id: 111, product_id: 20, transaction_date: new Date("2022-06-17T17:12:09Z"), amount: "124.75", transaction_type: "purchase", currency: "GBP" },
            { id: 58, customer_id: 51, product_id: 100, transaction_date: new Date("2022-05-15T11:51:16Z"), amount: "1735.09", transaction_type: "purchase", currency: "USD" },
            { id: 59, customer_id: 50, product_id: 34, transaction_date: new Date("2022-01-12T13:09:46Z"), amount: "480.07", transaction_type: "purchase", currency: "EUR" },
            { id: 60, customer_id: 152, product_id: 29, transaction_date: new Date("2022-07-15T16:01:19Z"), amount: "1304.74", transaction_type: "purchase", currency: "USD" },
            { id: 61, customer_id: 123, product_id: 19, transaction_date: new Date("2022-05-02T14:07:57Z"), amount: "471.67", transaction_type: "purchase", currency: "USD" },
            { id: 62, customer_id: 188, product_id: 6, transaction_date: new Date("2022-09-16T10:50:08Z"), amount: "1039.85", transaction_type: "purchase", currency: "USD" },
            { id: 63, customer_id: 117, product_id: 60, transaction_date: new Date("2022-06-19T07:58:01Z"), amount: "3491.26", transaction_type: "purchase", currency: "EUR" },
            { id: 64, customer_id: 123, product_id: 93, transaction_date: new Date("2022-05-08T02:01:11Z"), amount: "3157.14", transaction_type: "transfer", currency: "USD" },
            { id: 65, customer_id: 169, product_id: 50, transaction_date: new Date("2022-12-02T17:20:35Z"), amount: "20.55", transaction_type: "purchase", currency: "EUR" },
            { id: 66, customer_id: 106, product_id: 26, transaction_date: new Date("2022-11-19T17:52:48Z"), amount: "910.37", transaction_type: "purchase", currency: "USD" },
            { id: 67, customer_id: 138, product_id: 7, transaction_date: new Date("2022-05-22T14:35:51Z"), amount: "1310.05", transaction_type: "transfer", currency: "EUR" },
            { id: 68, customer_id: 19, product_id: 15, transaction_date: new Date("2022-10-02T15:43:24Z"), amount: "10.00", transaction_type: "purchase", currency: "EUR" },
            { id: 69, customer_id: 66, product_id: 35, transaction_date: new Date("2022-12-15T13:39:56Z"), amount: "2649.15", transaction_type: "purchase", currency: "EUR" },
            { id: 70, customer_id: 16, product_id: 58, transaction_date: new Date("2022-07-03T13:37:53Z"), amount: "105.41", transaction_type: "purchase", currency: "USD" },
            { id: 71, customer_id: 185, product_id: 84, transaction_date: new Date("2022-07-29T16:55:55Z"), amount: "4240.31", transaction_type: "transfer", currency: "USD" },
            { id: 72, customer_id: 103, product_id: 33, transaction_date: new Date("2022-08-24T17:29:49Z"), amount: "167.76", transaction_type: "purchase", currency: "GBP" },
            { id: 73, customer_id: 2, product_id: 50, transaction_date: new Date("2022-08-31T17:05:38Z"), amount: null, transaction_type: "purchase", currency: "USD" },
            { id: 74, customer_id: 86, product_id: 85, transaction_date: new Date("2022-10-19T10:50:47Z"), amount: "4718.70", transaction_type: "purchase", currency: "USD" },
            { id: 75, customer_id: 168, product_id: 4, transaction_date: new Date("2022-07-14T14:44:14Z"), amount: "2993.81", transaction_type: "purchase", currency: "EUR" },
            { id: 76, customer_id: 120, product_id: 21, transaction_date: new Date("2022-03-05T14:22:45Z"), amount: "435.79", transaction_type: "transfer", currency: "GBP" },
            { id: 77, customer_id: 101, product_id: 13, transaction_date: new Date("2022-04-23T14:25:12Z"), amount: null, transaction_type: "purchase", currency: "EUR" },
            { id: 78, customer_id: 32, product_id: 85, transaction_date: new Date("2022-06-02T11:06:53Z"), amount: "4606.13", transaction_type: "transfer", currency: "USD" },
            { id: 79, customer_id: 84, product_id: 67, transaction_date: new Date("2022-10-31T12:01:48Z"), amount: "3341.33", transaction_type: "refund", currency: "EUR" },
            { id: 80, customer_id: 189, product_id: 36, transaction_date: new Date("2022-03-05T09:27:48Z"), amount: "402.44", transaction_type: "purchase", currency: "EUR" },
            { id: 81, customer_id: 100, product_id: 38, transaction_date: new Date("2022-11-06T06:51:50Z"), amount: null, transaction_type: "purchase", currency: "USD" },
            { id: 82, customer_id: 138, product_id: 99, transaction_date: new Date("2022-06-16T08:45:00Z"), amount: "4152.56", transaction_type: "purchase", currency: "EUR" },
            { id: 83, customer_id: 106, product_id: 1, transaction_date: new Date("2022-03-30T14:32:16Z"), amount: "11.26", transaction_type: "transfer", currency: "GBP" },
            { id: 84, customer_id: 10, product_id: 61, transaction_date: new Date("2022-06-15T15:53:36Z"), amount: "1455.63", transaction_type: "purchase", currency: "GBP" },
            { id: 85, customer_id: 158, product_id: 10, transaction_date: new Date("2022-03-03T15:18:59Z"), amount: "147.15", transaction_type: "purchase", currency: "USD" },
            { id: 86, customer_id: 65, product_id: 42, transaction_date: new Date("2022-05-01T11:41:29Z"), amount: "4259.77", transaction_type: "purchase", currency: "USD" },
            { id: 87, customer_id: 8, product_id: 23, transaction_date: new Date("2022-07-06T09:24:15Z"), amount: null, transaction_type: "transfer", currency: "USD" },
            { id: 88, customer_id: 21, product_id: 72, transaction_date: new Date("2022-02-17T13:15:45Z"), amount: "424.00", transaction_type: "purchase", currency: "GBP" },
            { id: 89, customer_id: 116, product_id: 65, transaction_date: new Date("2022-01-06T10:59:54Z"), amount: "20.65", transaction_type: "transfer", currency: "EUR" },
            { id: 90, customer_id: 172, product_id: 12, transaction_date: new Date("2022-03-29T13:12:35Z"), amount: "106.17", transaction_type: "purchase", currency: "USD" },
            { id: 91, customer_id: 70, product_id: 45, transaction_date: new Date("2022-02-05T13:09:58Z"), amount: "26.31", transaction_type: "transfer", currency: "USD" },
            { id: 92, customer_id: 171, product_id: 29, transaction_date: new Date("2022-11-11T10:15:39Z"), amount: "847.71", transaction_type: "purchase", currency: "USD" },
            { id: 93, customer_id: 89, product_id: 4, transaction_date: new Date("2022-10-15T14:10:21Z"), amount: "3792.19", transaction_type: "refund", currency: "EUR" },
            { id: 94, customer_id: 82, product_id: 71, transaction_date: new Date("2022-10-03T09:39:53Z"), amount: "1551.20", transaction_type: "purchase", currency: "EUR" },
            { id: 95, customer_id: 37, product_id: 39, transaction_date: new Date("2022-06-05T21:48:11Z"), amount: "1076.82", transaction_type: "purchase", currency: "USD" },
            { id: 96, customer_id: 53, product_id: 63, transaction_date: new Date("2022-12-03T15:43:07Z"), amount: "1182.22", transaction_type: "purchase", currency: "USD" },
            { id: 97, customer_id: 172, product_id: 55, transaction_date: new Date("2022-11-18T10:39:29Z"), amount: "1053.44", transaction_type: "refund", currency: "USD" },
            { id: 98, customer_id: 96, product_id: 13, transaction_date: new Date("2022-03-28T13:55:04Z"), amount: "181.28", transaction_type: "purchase", currency: "USD" },
            { id: 99, customer_id: 50, product_id: 25, transaction_date: new Date("2022-07-17T17:43:05Z"), amount: "429.82", transaction_type: "purchase", currency: "EUR" },
            { id: 100, customer_id: 184, product_id: 89, transaction_date: new Date("2022-08-20T10:35:12Z"), amount: "1131.13", transaction_type: "purchase", currency: "USD" },
            { id: 101, customer_id: 95, product_id: 97, transaction_date: new Date("2022-10-12T15:29:19Z"), amount: null, transaction_type: "transfer", currency: "USD" },
            { id: 102, customer_id: 108, product_id: 29, transaction_date: new Date("2022-07-11T11:48:52Z"), amount: "1323.09", transaction_type: "purchase", currency: "USD" },
            { id: 103, customer_id: 95, product_id: 52, transaction_date: new Date("2022-02-02T15:03:51Z"), amount: "4333.34", transaction_type: "refund", currency: "GBP" },
            { id: 104, customer_id: 8, product_id: 78, transaction_date: new Date("2022-07-18T13:54:03Z"), amount: null, transaction_type: "purchase", currency: "EUR" },
            { id: 105, customer_id: 72, product_id: 78, transaction_date: new Date("2022-01-06T13:55:01Z"), amount: null, transaction_type: "transfer", currency: "EUR" },
            { id: 106, customer_id: 133, product_id: 70, transaction_date: new Date("2022-06-27T14:38:59Z"), amount: "406.27", transaction_type: "transfer", currency: "USD" },
            { id: 107, customer_id: 150, product_id: 33, transaction_date: new Date("2022-09-27T18:45:38Z"), amount: "1859.18", transaction_type: "purchase", currency: "GBP" },
            { id: 108, customer_id: 127, product_id: 73, transaction_date: new Date("2022-06-03T11:41:01Z"), amount: "1645.51", transaction_type: "purchase", currency: "GBP" },
            { id: 109, customer_id: 12, product_id: 30, transaction_date: new Date("2022-12-21T14:34:55Z"), amount: "3704.25", transaction_type: "purchase", currency: "USD" },
            { id: 110, customer_id: 79, product_id: 31, transaction_date: new Date("2022-05-25T09:57:12Z"), amount: "686.51", transaction_type: "purchase", currency: "GBP" },
            { id: 111, customer_id: 76, product_id: 47, transaction_date: new Date("2022-01-23T10:11:38Z"), amount: "231.29", transaction_type: "refund", currency: "GBP" },
            { id: 112, customer_id: 16, product_id: 70, transaction_date: new Date("2022-10-15T13:32:24Z"), amount: "4141.24", transaction_type: "refund", currency: "GBP" },
            { id: 113, customer_id: 189, product_id: 91, transaction_date: new Date("2022-11-29T14:53:28Z"), amount: "2283.10", transaction_type: "purchase", currency: "USD" },
            { id: 114, customer_id: 85, product_id: 12, transaction_date: new Date("2022-03-04T07:03:12Z"), amount: "320.52", transaction_type: "transfer", currency: "GBP" },
            { id: 115, customer_id: 108, product_id: 66, transaction_date: new Date("2022-05-21T11:20:05Z"), amount: "2795.81", transaction_type: "purchase", currency: "USD" },
            { id: 116, customer_id: 39, product_id: 59, transaction_date: new Date("2022-08-13T16:45:43Z"), amount: "852.08", transaction_type: "purchase", currency: "USD" },
            { id: 117, customer_id: 17, product_id: 83, transaction_date: new Date("2022-12-27T10:01:25Z"), amount: "1031.36", transaction_type: "refund", currency: "GBP" },
            { id: 118, customer_id: 60, product_id: 94, transaction_date: new Date("2022-06-07T17:19:40Z"), amount: "676.28", transaction_type: "purchase", currency: "USD" },
            { id: 119, customer_id: 74, product_id: 85, transaction_date: new Date("2022-08-30T13:45:16Z"), amount: "53.30", transaction_type: "purchase", currency: "GBP" },
            { id: 120, customer_id: 73, product_id: 100, transaction_date: new Date("2022-11-25T12:49:41Z"), amount: "4414.28", transaction_type: "refund", currency: "USD" },
            { id: 121, customer_id: 190, product_id: 57, transaction_date: new Date("2022-10-09T07:09:53Z"), amount: "1098.21", transaction_type: "purchase", currency: "USD" },
            { id: 122, customer_id: 176, product_id: 36, transaction_date: new Date("2022-03-19T01:45:31Z"), amount: "907.48", transaction_type: "purchase", currency: "USD" },
            { id: 123, customer_id: 138, product_id: 86, transaction_date: new Date("2022-08-25T16:37:50Z"), amount: "23.50", transaction_type: "transfer", currency: "USD" },
            { id: 124, customer_id: 44, product_id: 80, transaction_date: new Date("2022-12-20T10:59:41Z"), amount: "1485.55", transaction_type: "purchase", currency: "USD" },
            { id: 125, customer_id: 162, product_id: 15, transaction_date: new Date("2022-12-18T10:55:22Z"), amount: "60.62", transaction_type: "transfer", currency: "USD" },
            { id: 126, customer_id: 17, product_id: 66, transaction_date: new Date("2022-06-17T08:13:58Z"), amount: "10.35", transaction_type: "purchase", currency: "USD" },
            { id: 127, customer_id: 15, product_id: 22, transaction_date: new Date("2022-10-03T08:18:45Z"), amount: "375.05", transaction_type: "refund", currency: "EUR" },
            { id: 128, customer_id: 31, product_id: 100, transaction_date: new Date("2022-10-09T13:09:18Z"), amount: "917.34", transaction_type: "refund", currency: "GBP" },
            { id: 129, customer_id: 37, product_id: 3, transaction_date: new Date("2022-11-28T15:59:43Z"), amount: "3688.29", transaction_type: "purchase", currency: "USD" },
            { id: 130, customer_id: 64, product_id: 60, transaction_date: new Date("2022-01-04T10:31:57Z"), amount: "630.85", transaction_type: "purchase", currency: "USD" },
            { id: 131, customer_id: 41, product_id: 63, transaction_date: new Date("2022-05-08T19:29:11Z"), amount: "130.30", transaction_type: "purchase", currency: "EUR" },
            { id: 132, customer_id: 31, product_id: 29, transaction_date: new Date("2022-10-06T18:27:01Z"), amount: "329.42", transaction_type: "purchase", currency: "EUR" },
            { id: 133, customer_id: 59, product_id: 97, transaction_date: new Date("2022-08-10T12:31:29Z"), amount: null, transaction_type: "purchase", currency: "GBP" },
            { id: 134, customer_id: 108, product_id: 87, transaction_date: new Date("2022-06-25T17:57:18Z"), amount: "211.83", transaction_type: "purchase", currency: "GBP" },
            { id: 135, customer_id: 194, product_id: 39, transaction_date: new Date("2022-01-16T14:55:44Z"), amount: "1001.62", transaction_type: "transfer", currency: "EUR" },
            { id: 136, customer_id: 28, product_id: 43, transaction_date: new Date("2022-09-14T07:14:20Z"), amount: "304.95", transaction_type: "purchase", currency: "USD" },
            { id: 137, customer_id: 178, product_id: 84, transaction_date: new Date("2022-08-11T11:33:53Z"), amount: "3842.90", transaction_type: "purchase", currency: "EUR" },
            { id: 138, customer_id: 47, product_id: 36, transaction_date: new Date("2022-10-09T15:42:32Z"), amount: "1871.38", transaction_type: "purchase", currency: "USD" },
            { id: 139, customer_id: 29, product_id: 67, transaction_date: new Date("2022-01-22T15:13:16Z"), amount: "974.46", transaction_type: "purchase", currency: "GBP" },
            { id: 140, customer_id: 26, product_id: 72, transaction_date: new Date("2022-09-27T14:13:11Z"), amount: "744.14", transaction_type: "refund", currency: "EUR" },
            { id: 141, customer_id: 186, product_id: 80, transaction_date: new Date("2022-11-02T15:17:55Z"), amount: "93.76", transaction_type: "purchase", currency: "EUR" },
            { id: 142, customer_id: 58, product_id: 79, transaction_date: new Date("2022-03-06T09:54:06Z"), amount: "530.58", transaction_type: "refund", currency: "GBP" },
            { id: 143, customer_id: 43, product_id: 49, transaction_date: new Date("2022-05-19T17:11:22Z"), amount: "3535.20", transaction_type: "transfer", currency: "GBP" },
            { id: 144, customer_id: 187, product_id: 85, transaction_date: new Date("2022-10-29T19:46:04Z"), amount: "529.50", transaction_type: "purchase", currency: "EUR" },
            { id: 145, customer_id: 127, product_id: 48, transaction_date: new Date("2022-05-26T10:39:41Z"), amount: "1555.57", transaction_type: "purchase", currency: "USD" },
            { id: 146, customer_id: 167, product_id: 8, transaction_date: new Date("2022-05-16T23:36:37Z"), amount: "3330.41", transaction_type: "purchase", currency: "EUR" },
            { id: 147, customer_id: 36, product_id: 25, transaction_date: new Date("2022-03-11T18:42:25Z"), amount: "151.68", transaction_type: "purchase", currency: "GBP" },
            { id: 148, customer_id: 86, product_id: 44, transaction_date: new Date("2022-01-10T17:24:33Z"), amount: "3383.98", transaction_type: "refund", currency: "EUR" },
            { id: 149, customer_id: 194, product_id: 59, transaction_date: new Date("2022-11-19T18:59:25Z"), amount: "3296.45", transaction_type: "transfer", currency: "GBP" },
            { id: 150, customer_id: 59, product_id: 43, transaction_date: new Date("2022-06-13T11:05:42Z"), amount: "2307.21", transaction_type: "purchase", currency: "GBP" },
            { id: 151, customer_id: 24, product_id: 75, transaction_date: new Date("2022-06-13T09:15:50Z"), amount: "82.11", transaction_type: "purchase", currency: "USD" },
            { id: 152, customer_id: 42, product_id: 52, transaction_date: new Date("2022-08-12T18:02:02Z"), amount: "4025.34", transaction_type: "refund", currency: "EUR" },
            { id: 153, customer_id: 49, product_id: 58, transaction_date: new Date("2022-08-06T13:28:06Z"), amount: null, transaction_type: "purchase", currency: "USD" },
            { id: 154, customer_id: 40, product_id: 47, transaction_date: new Date("2022-12-12T18:28:04Z"), amount: "971.87", transaction_type: "purchase", currency: "USD" },
            { id: 155, customer_id: 187, product_id: 7, transaction_date: new Date("2022-06-13T16:23:22Z"), amount: "3981.83", transaction_type: "refund", currency: "USD" },
            { id: 156, customer_id: 18, product_id: 66, transaction_date: new Date("2022-02-25T19:43:34Z"), amount: "16.21", transaction_type: "purchase", currency: "EUR" },
            { id: 157, customer_id: 117, product_id: 100, transaction_date: new Date("2022-05-27T20:44:34Z"), amount: "659.75", transaction_type: "purchase", currency: "USD" },
            { id: 158, customer_id: 183, product_id: 15, transaction_date: new Date("2022-01-22T15:28:20Z"), amount: "2777.81", transaction_type: "purchase", currency: "EUR" },
            { id: 159, customer_id: 178, product_id: 42, transaction_date: new Date("2022-03-11T11:30:11Z"), amount: "1851.47", transaction_type: "purchase", currency: "EUR" },
            { id: 160, customer_id: 141, product_id: 83, transaction_date: new Date("2022-02-01T14:11:09Z"), amount: "538.71", transaction_type: "purchase", currency: "USD" },
            { id: 161, customer_id: 70, product_id: 100, transaction_date: new Date("2022-11-29T11:04:48Z"), amount: "628.26", transaction_type: "refund", currency: "USD" },
            { id: 162, customer_id: 144, product_id: 21, transaction_date: new Date("2022-08-24T13:05:39Z"), amount: "16.40", transaction_type: "refund", currency: "USD" },
            { id: 163, customer_id: 121, product_id: 11, transaction_date: new Date("2022-12-08T10:22:45Z"), amount: "689.63", transaction_type: "purchase", currency: "GBP" },
            { id: 164, customer_id: 183, product_id: 84, transaction_date: new Date("2022-12-17T17:49:54Z"), amount: null, transaction_type: "refund", currency: "USD" },
            { id: 165, customer_id: 148, product_id: 28, transaction_date: new Date("2022-10-07T14:45:22Z"), amount: "2179.71", transaction_type: "purchase", currency: "EUR" },
            { id: 166, customer_id: 119, product_id: 39, transaction_date: new Date("2022-10-14T15:57:13Z"), amount: "1645.71", transaction_type: "purchase", currency: "EUR" },
            { id: 167, customer_id: 155, product_id: 22, transaction_date: new Date("2022-04-23T13:22:39Z"), amount: "79.82", transaction_type: "refund", currency: "GBP" },
            { id: 168, customer_id: 11, product_id: 41, transaction_date: new Date("2022-06-30T13:03:40Z"), amount: "1531.27", transaction_type: "purchase", currency: "GBP" },
            { id: 169, customer_id: 158, product_id: 69, transaction_date: new Date("2022-04-05T14:25:24Z"), amount: "3780.47", transaction_type: "purchase", currency: "USD" },
            { id: 170, customer_id: 184, product_id: 75, transaction_date: new Date("2022-03-26T16:28:10Z"), amount: "784.06", transaction_type: "transfer", currency: "USD" },
            { id: 171, customer_id: 40, product_id: 16, transaction_date: new Date("2022-12-20T13:10:23Z"), amount: "184.60", transaction_type: "purchase", currency: "EUR" },
            { id: 172, customer_id: 79, product_id: 11, transaction_date: new Date("2022-07-13T14:52:35Z"), amount: "1931.05", transaction_type: "purchase", currency: "GBP" },
            { id: 173, customer_id: 167, product_id: 64, transaction_date: new Date("2022-07-07T14:12:23Z"), amount: "189.00", transaction_type: "refund", currency: "USD" },
            { id: 174, customer_id: 116, product_id: 69, transaction_date: new Date("2022-01-14T15:50:21Z"), amount: "2409.59", transaction_type: "purchase", currency: "USD" },
            { id: 175, customer_id: 29, product_id: 30, transaction_date: new Date("2022-06-02T15:02:55Z"), amount: "2260.13", transaction_type: "purchase", currency: "EUR" },
            { id: 176, customer_id: 20, product_id: 57, transaction_date: new Date("2022-03-29T20:41:00Z"), amount: "3218.22", transaction_type: "purchase", currency: "EUR" },
            { id: 177, customer_id: 130, product_id: 52, transaction_date: new Date("2022-07-29T18:35:38Z"), amount: "19.82", transaction_type: "purchase", currency: "EUR" },
            { id: 178, customer_id: 165, product_id: 88, transaction_date: new Date("2022-10-20T13:33:21Z"), amount: "3858.68", transaction_type: "purchase", currency: "USD" },
            { id: 179, customer_id: 40, product_id: 10, transaction_date: new Date("2022-05-01T14:13:20Z"), amount: "494.56", transaction_type: "purchase", currency: "GBP" },
            { id: 180, customer_id: 184, product_id: 38, transaction_date: new Date("2022-11-01T09:15:50Z"), amount: "384.85", transaction_type: "purchase", currency: "USD" },
            { id: 181, customer_id: 194, product_id: 74, transaction_date: new Date("2022-07-28T10:15:40Z"), amount: null, transaction_type: "purchase", currency: "USD" },
            { id: 182, customer_id: 140, product_id: 94, transaction_date: new Date("2022-11-12T17:38:41Z"), amount: "4834.17", transaction_type: "purchase", currency: "EUR" },
            { id: 183, customer_id: 147, product_id: 40, transaction_date: new Date("2022-01-13T11:52:06Z"), amount: "3664.53", transaction_type: "refund", currency: "GBP" },
            { id: 184, customer_id: 185, product_id: 89, transaction_date: new Date("2022-05-12T15:19:05Z"), amount: "14.87", transaction_type: "purchase", currency: "USD" },
            { id: 185, customer_id: 72, product_id: 83, transaction_date: new Date("2022-08-07T11:30:55Z"), amount: "2042.94", transaction_type: "purchase", currency: "EUR" },
            { id: 186, customer_id: 29, product_id: 56, transaction_date: new Date("2022-04-21T11:04:29Z"), amount: "3868.71", transaction_type: "purchase", currency: "USD" },
            { id: 187, customer_id: 10, product_id: 24, transaction_date: new Date("2022-10-29T16:10:34Z"), amount: "81.53", transaction_type: "purchase", currency: "GBP" },
            { id: 188, customer_id: 29, product_id: 81, transaction_date: new Date("2022-09-05T10:18:12Z"), amount: "476.86", transaction_type: "purchase", currency: "USD" },
            { id: 189, customer_id: 6, product_id: 39, transaction_date: new Date("2022-03-15T13:38:56Z"), amount: "660.21", transaction_type: "transfer", currency: "EUR" },
            { id: 190, customer_id: 73, product_id: 43, transaction_date: new Date("2022-06-08T12:22:47Z"), amount: "251.25", transaction_type: "purchase", currency: "EUR" },
            { id: 191, customer_id: 56, product_id: 82, transaction_date: new Date("2022-01-02T09:41:41Z"), amount: null, transaction_type: "refund", currency: "USD" },
            { id: 192, customer_id: 46, product_id: 6, transaction_date: new Date("2022-05-11T17:25:51Z"), amount: "4479.88", transaction_type: "refund", currency: "EUR" },
            { id: 193, customer_id: 129, product_id: 30, transaction_date: new Date("2022-04-17T11:59:40Z"), amount: "4911.70", transaction_type: "purchase", currency: "USD" },
            { id: 194, customer_id: 157, product_id: 73, transaction_date: new Date("2022-11-12T11:24:41Z"), amount: "37.30", transaction_type: "purchase", currency: "EUR" },
            { id: 195, customer_id: 48, product_id: 1, transaction_date: new Date("2022-08-12T17:28:15Z"), amount: "2319.52", transaction_type: "purchase", currency: "USD" },
            { id: 196, customer_id: 150, product_id: 96, transaction_date: new Date("2022-03-10T13:34:20Z"), amount: "49.47", transaction_type: "refund", currency: "EUR" },
            { id: 197, customer_id: 62, product_id: 83, transaction_date: new Date("2022-11-02T12:45:38Z"), amount: "1563.43", transaction_type: "purchase", currency: "EUR" },
            { id: 198, customer_id: 63, product_id: 95, transaction_date: new Date("2022-01-15T15:47:08Z"), amount: "368.45", transaction_type: "refund", currency: "USD" },
            { id: 199, customer_id: 19, product_id: 70, transaction_date: new Date("2022-02-25T13:27:00Z"), amount: null, transaction_type: "purchase", currency: "USD" },
            { id: 200, customer_id: 26, product_id: 71, transaction_date: new Date("2022-05-04T10:42:44Z"), amount: "1834.38", transaction_type: "refund", currency: "GBP" },
            { id: 201, customer_id: 2, product_id: 89, transaction_date: new Date("2022-07-28T17:54:58Z"), amount: "3157.48", transaction_type: "purchase", currency: "EUR" },
            { id: 202, customer_id: 54, product_id: 94, transaction_date: new Date("2022-08-28T18:12:05Z"), amount: "2663.62", transaction_type: "refund", currency: "USD" },
            { id: 203, customer_id: 188, product_id: 89, transaction_date: new Date("2022-07-11T10:17:22Z"), amount: "67.04", transaction_type: "purchase", currency: "USD" },
            { id: 204, customer_id: 51, product_id: 44, transaction_date: new Date("2022-09-13T14:13:58Z"), amount: "2968.64", transaction_type: "refund", currency: "EUR" },
            { id: 205, customer_id: 182, product_id: 8, transaction_date: new Date("2022-12-31T10:06:58Z"), amount: "4798.61", transaction_type: "purchase", currency: "USD" },
            { id: 206, customer_id: 11, product_id: 51, transaction_date: new Date("2022-09-08T11:49:36Z"), amount: "536.44", transaction_type: "purchase", currency: "USD" },
            { id: 207, customer_id: 43, product_id: 38, transaction_date: new Date("2022-04-04T07:34:54Z"), amount: "2067.62", transaction_type: "refund", currency: "USD" },
            { id: 208, customer_id: 93, product_id: 63, transaction_date: new Date("2022-08-12T15:33:27Z"), amount: "2792.25", transaction_type: "purchase", currency: "GBP" },
            { id: 209, customer_id: 184, product_id: 90, transaction_date: new Date("2022-05-11T13:44:42Z"), amount: "1410.53", transaction_type: "refund", currency: "GBP" },
            { id: 210, customer_id: 192, product_id: 99, transaction_date: new Date("2022-10-16T09:35:59Z"), amount: "62.77", transaction_type: "purchase", currency: "EUR" },
            { id: 211, customer_id: 155, product_id: 54, transaction_date: new Date("2022-10-11T10:01:15Z"), amount: "266.45", transaction_type: "purchase", currency: "GBP" },
            { id: 212, customer_id: 71, product_id: 9, transaction_date: new Date("2022-06-30T13:33:34Z"), amount: "1819.92", transaction_type: "purchase", currency: "USD" },
            { id: 213, customer_id: 76, product_id: 4, transaction_date: new Date("2022-01-14T18:37:58Z"), amount: "33.97", transaction_type: "purchase", currency: "USD" },
            { id: 214, customer_id: 145, product_id: 94, transaction_date: new Date("2022-05-29T11:44:18Z"), amount: "283.74", transaction_type: "purchase", currency: "GBP" },
            { id: 215, customer_id: 129, product_id: 99, transaction_date: new Date("2022-04-30T18:53:38Z"), amount: "2208.54", transaction_type: "refund", currency: "USD" },
            { id: 216, customer_id: 72, product_id: 22, transaction_date: new Date("2022-10-24T12:57:46Z"), amount: "254.97", transaction_type: "purchase", currency: "USD" },
            { id: 217, customer_id: 129, product_id: 64, transaction_date: new Date("2022-11-24T17:33:23Z"), amount: "461.38", transaction_type: "purchase", currency: "EUR" },
            { id: 218, customer_id: 139, product_id: 11, transaction_date: new Date("2022-03-05T11:21:57Z"), amount: "909.47", transaction_type: "purchase", currency: "EUR" },
            { id: 219, customer_id: 177, product_id: 91, transaction_date: new Date("2022-12-10T06:06:42Z"), amount: "24.16", transaction_type: "transfer", currency: "GBP" },
            { id: 220, customer_id: 58, product_id: 54, transaction_date: new Date("2022-07-20T12:49:02Z"), amount: "524.60", transaction_type: "purchase", currency: "GBP" },
            { id: 221, customer_id: 120, product_id: 50, transaction_date: new Date("2022-02-02T09:39:05Z"), amount: "1476.25", transaction_type: "purchase", currency: "EUR" },
            { id: 222, customer_id: 116, product_id: 61, transaction_date: new Date("2022-10-24T15:12:53Z"), amount: "277.94", transaction_type: "purchase", currency: "EUR" },
            { id: 223, customer_id: 78, product_id: 74, transaction_date: new Date("2022-11-01T10:26:06Z"), amount: "209.78", transaction_type: "purchase", currency: "EUR" },
            { id: 224, customer_id: 107, product_id: 22, transaction_date: new Date("2022-04-10T08:51:04Z"), amount: "3939.69", transaction_type: "purchase", currency: "USD" },
            { id: 225, customer_id: 59, product_id: 80, transaction_date: new Date("2022-08-05T12:51:06Z"), amount: null, transaction_type: "refund", currency: "EUR" },
            { id: 226, customer_id: 125, product_id: 19, transaction_date: new Date("2022-03-18T13:30:34Z"), amount: "393.99", transaction_type: "purchase", currency: "USD" },
            { id: 227, customer_id: 2, product_id: 19, transaction_date: new Date("2022-11-21T08:39:50Z"), amount: null, transaction_type: "refund", currency: "EUR" },
            { id: 228, customer_id: 133, product_id: 1, transaction_date: new Date("2022-11-30T21:03:06Z"), amount: null, transaction_type: "purchase", currency: "EUR" },
            { id: 229, customer_id: 135, product_id: 99, transaction_date: new Date("2022-08-17T06:34:05Z"), amount: "55.10", transaction_type: "purchase", currency: "GBP" },
            { id: 230, customer_id: 22, product_id: 52, transaction_date: new Date("2022-02-04T15:51:16Z"), amount: "2394.51", transaction_type: "purchase", currency: "USD" },
            { id: 231, customer_id: 185, product_id: 45, transaction_date: new Date("2022-12-28T12:24:36Z"), amount: "2118.59", transaction_type: "purchase", currency: "EUR" },
            { id: 232, customer_id: 100, product_id: 24, transaction_date: new Date("2022-04-16T12:37:43Z"), amount: "1904.99", transaction_type: "refund", currency: "USD" },
            { id: 233, customer_id: 190, product_id: 56, transaction_date: new Date("2022-06-10T15:19:36Z"), amount: "4339.08", transaction_type: "purchase", currency: "EUR" },
            { id: 234, customer_id: 111, product_id: 6, transaction_date: new Date("2022-10-01T13:45:05Z"), amount: "1487.48", transaction_type: "purchase", currency: "EUR" },
            { id: 235, customer_id: 126, product_id: 53, transaction_date: new Date("2022-08-19T16:30:42Z"), amount: "221.64", transaction_type: "refund", currency: "USD" },
            { id: 236, customer_id: 82, product_id: 3, transaction_date: new Date("2022-06-24T15:09:19Z"), amount: "3422.74", transaction_type: "refund", currency: "USD" },
            { id: 237, customer_id: 162, product_id: 75, transaction_date: new Date("2022-08-23T20:07:25Z"), amount: "2298.92", transaction_type: "purchase", currency: "USD" },
            { id: 238, customer_id: 83, product_id: 67, transaction_date: new Date("2022-03-16T12:00:30Z"), amount: "65.49", transaction_type: "purchase", currency: "GBP" },
            { id: 239, customer_id: 172, product_id: 38, transaction_date: new Date("2022-09-19T09:17:10Z"), amount: "543.35", transaction_type: "refund", currency: "USD" },
            { id: 240, customer_id: 186, product_id: 66, transaction_date: new Date("2022-08-16T09:26:13Z"), amount: "3044.14", transaction_type: "purchase", currency: "USD" },
            { id: 241, customer_id: 45, product_id: 90, transaction_date: new Date("2022-04-13T08:04:32Z"), amount: "852.11", transaction_type: "purchase", currency: "GBP" },
            { id: 242, customer_id: 189, product_id: 52, transaction_date: new Date("2022-05-19T17:16:11Z"), amount: "3688.48", transaction_type: "refund", currency: "GBP" },
            { id: 243, customer_id: 153, product_id: 48, transaction_date: new Date("2022-10-17T13:33:12Z"), amount: "4426.98", transaction_type: "purchase", currency: "GBP" },
            { id: 244, customer_id: 48, product_id: 59, transaction_date: new Date("2022-07-17T17:14:03Z"), amount: "2616.71", transaction_type: "purchase", currency: "GBP" },
            { id: 245, customer_id: 151, product_id: 83, transaction_date: new Date("2022-04-28T12:23:39Z"), amount: "2634.69", transaction_type: "purchase", currency: "USD" },
            { id: 246, customer_id: 144, product_id: 46, transaction_date: new Date("2022-12-24T14:54:16Z"), amount: "4536.76", transaction_type: "purchase", currency: "EUR" },
            { id: 247, customer_id: 135, product_id: 78, transaction_date: new Date("2022-11-10T13:25:07Z"), amount: "310.20", transaction_type: "purchase", currency: "USD" },
            { id: 248, customer_id: 46, product_id: 49, transaction_date: new Date("2022-06-20T13:05:51Z"), amount: "1421.97", transaction_type: "transfer", currency: "EUR" },
            { id: 249, customer_id: 193, product_id: 18, transaction_date: new Date("2022-12-29T12:49:19Z"), amount: "4881.37", transaction_type: "purchase", currency: "USD" },
            { id: 250, customer_id: 50, product_id: 52, transaction_date: new Date("2022-09-14T11:01:08Z"), amount: "10.36", transaction_type: "purchase", currency: "EUR" },
            { id: 251, customer_id: 67, product_id: 45, transaction_date: new Date("2022-11-22T12:38:30Z"), amount: "2001.70", transaction_type: "purchase", currency: "USD" },
            { id: 252, customer_id: 113, product_id: 46, transaction_date: new Date("2022-02-20T08:39:54Z"), amount: "4865.30", transaction_type: "purchase", currency: "USD" },
            { id: 253, customer_id: 27, product_id: 83, transaction_date: new Date("2022-05-24T14:59:41Z"), amount: "619.30", transaction_type: "purchase", currency: "USD" },
            { id: 254, customer_id: 160, product_id: 82, transaction_date: new Date("2022-09-24T09:02:38Z"), amount: "19.12", transaction_type: "purchase", currency: "USD" },
            { id: 255, customer_id: 65, product_id: 27, transaction_date: new Date("2022-07-13T15:10:15Z"), amount: "30.26", transaction_type: "purchase", currency: "USD" },
            { id: 256, customer_id: 100, product_id: 86, transaction_date: new Date("2022-05-24T20:32:14Z"), amount: "4211.45", transaction_type: "refund", currency: "GBP" },
            { id: 257, customer_id: 65, product_id: 17, transaction_date: new Date("2022-09-24T15:38:27Z"), amount: "1958.24", transaction_type: "purchase", currency: "EUR" },
            { id: 258, customer_id: 110, product_id: 13, transaction_date: new Date("2022-07-24T10:09:32Z"), amount: "1477.36", transaction_type: "purchase", currency: "EUR" },
            { id: 259, customer_id: 133, product_id: 75, transaction_date: new Date("2022-01-17T08:50:25Z"), amount: "140.62", transaction_type: "purchase", currency: "GBP" },
            { id: 260, customer_id: 22, product_id: 78, transaction_date: new Date("2022-08-09T20:05:39Z"), amount: "989.38", transaction_type: "purchase", currency: "EUR" },
            { id: 261, customer_id: 132, product_id: 86, transaction_date: new Date("2022-05-06T11:35:29Z"), amount: "4135.72", transaction_type: "refund", currency: "EUR" },
            { id: 262, customer_id: 47, product_id: 50, transaction_date: new Date("2022-07-28T14:15:35Z"), amount: "624.24", transaction_type: "refund", currency: "EUR" },
            { id: 263, customer_id: 52, product_id: 52, transaction_date: new Date("2022-08-10T19:17:09Z"), amount: "105.27", transaction_type: "purchase", currency: "USD" },
            { id: 264, customer_id: 192, product_id: 78, transaction_date: new Date("2022-04-21T12:12:53Z"), amount: "4406.36", transaction_type: "purchase", currency: "USD" },
            { id: 265, customer_id: 53, product_id: 92, transaction_date: new Date("2022-07-30T15:49:19Z"), amount: "917.92", transaction_type: "purchase", currency: "EUR" },
            { id: 266, customer_id: 170, product_id: 83, transaction_date: new Date("2022-10-04T17:54:40Z"), amount: "10.01", transaction_type: "transfer", currency: "USD" },
            { id: 267, customer_id: 100, product_id: 62, transaction_date: new Date("2022-01-22T09:35:40Z"), amount: "56.92", transaction_type: "purchase", currency: "USD" },
            { id: 268, customer_id: 79, product_id: 14, transaction_date: new Date("2022-02-01T17:04:18Z"), amount: "4586.07", transaction_type: "refund", currency: "EUR" },
            { id: 269, customer_id: 192, product_id: 82, transaction_date: new Date("2022-12-09T13:35:53Z"), amount: "452.67", transaction_type: "purchase", currency: "USD" },
            { id: 270, customer_id: 139, product_id: 83, transaction_date: new Date("2022-09-19T16:25:17Z"), amount: "3369.36", transaction_type: "purchase", currency: "GBP" },
            { id: 271, customer_id: 62, product_id: 30, transaction_date: new Date("2022-06-09T15:29:01Z"), amount: "390.72", transaction_type: "purchase", currency: "GBP" },
            { id: 272, customer_id: 5, product_id: 85, transaction_date: new Date("2022-12-24T09:49:42Z"), amount: "118.94", transaction_type: "purchase", currency: "USD" },
            { id: 273, customer_id: 114, product_id: 46, transaction_date: new Date("2022-11-29T16:58:16Z"), amount: "1486.51", transaction_type: "transfer", currency: "EUR" },
            { id: 274, customer_id: 56, product_id: 3, transaction_date: new Date("2022-10-27T11:44:55Z"), amount: "2304.81", transaction_type: "refund", currency: "GBP" },
            { id: 275, customer_id: 122, product_id: 86, transaction_date: new Date("2022-12-10T11:17:24Z"), amount: null, transaction_type: "transfer", currency: "USD" },
            { id: 276, customer_id: 74, product_id: 42, transaction_date: new Date("2022-08-20T10:46:24Z"), amount: "1125.14", transaction_type: "purchase", currency: "USD" },
            { id: 277, customer_id: 164, product_id: 14, transaction_date: new Date("2022-12-03T08:04:44Z"), amount: "3373.58", transaction_type: "purchase", currency: "USD" },
            { id: 278, customer_id: 66, product_id: 64, transaction_date: new Date("2022-09-21T12:59:56Z"), amount: "2527.22", transaction_type: "refund", currency: "USD" },
            { id: 279, customer_id: 48, product_id: 29, transaction_date: new Date("2022-09-20T14:58:58Z"), amount: "190.47", transaction_type: "purchase", currency: "EUR" },
            { id: 280, customer_id: 178, product_id: 36, transaction_date: new Date("2022-04-25T13:09:45Z"), amount: "218.30", transaction_type: "purchase", currency: "USD" },
            { id: 281, customer_id: 25, product_id: 72, transaction_date: new Date("2022-11-21T09:15:29Z"), amount: "981.40", transaction_type: "purchase", currency: "USD" },
            { id: 282, customer_id: 186, product_id: 78, transaction_date: new Date("2022-10-20T14:45:19Z"), amount: "2802.43", transaction_type: "refund", currency: "USD" },
            { id: 283, customer_id: 130, product_id: 9, transaction_date: new Date("2022-10-27T13:06:03Z"), amount: "86.43", transaction_type: "purchase", currency: "GBP" },
            { id: 284, customer_id: 190, product_id: 91, transaction_date: new Date("2022-08-13T15:35:52Z"), amount: "1380.79", transaction_type: "purchase", currency: "EUR" },
            { id: 285, customer_id: 163, product_id: 34, transaction_date: new Date("2022-09-27T09:20:16Z"), amount: "690.79", transaction_type: "purchase", currency: "EUR" },
            { id: 286, customer_id: 168, product_id: 71, transaction_date: new Date("2022-09-10T13:05:48Z"), amount: null, transaction_type: "refund", currency: "USD" },
            { id: 287, customer_id: 87, product_id: 51, transaction_date: new Date("2022-07-29T03:44:55Z"), amount: "185.69", transaction_type: "purchase", currency: "EUR" },
            { id: 288, customer_id: 100, product_id: 88, transaction_date: new Date("2022-06-20T11:57:25Z"), amount: "383.98", transaction_type: "purchase", currency: "GBP" },
            { id: 289, customer_id: 152, product_id: 98, transaction_date: new Date("2022-09-14T15:25:43Z"), amount: "873.42", transaction_type: "purchase", currency: "EUR" },
            { id: 290, customer_id: 173, product_id: 100, transaction_date: new Date("2022-03-06T16:16:00Z"), amount: null, transaction_type: "purchase", currency: "USD" },
            { id: 291, customer_id: 59, product_id: 18, transaction_date: new Date("2022-09-15T11:10:11Z"), amount: "2591.22", transaction_type: "purchase", currency: "GBP" },
            { id: 292, customer_id: 17, product_id: 75, transaction_date: new Date("2022-05-22T09:05:43Z"), amount: "10.29", transaction_type: "refund", currency: "USD" },
            { id: 293, customer_id: 102, product_id: 65, transaction_date: new Date("2022-12-08T10:35:01Z"), amount: "3131.89", transaction_type: "purchase", currency: "USD" },
            { id: 294, customer_id: 59, product_id: 73, transaction_date: new Date("2022-02-13T12:10:34Z"), amount: "3727.12", transaction_type: "purchase", currency: "USD" },
            { id: 295, customer_id: 68, product_id: 21, transaction_date: new Date("2022-01-04T08:44:08Z"), amount: "3974.19", transaction_type: "refund", currency: "GBP" },
            { id: 296, customer_id: 106, product_id: 99, transaction_date: new Date("2022-12-16T14:27:47Z"), amount: "729.78", transaction_type: "refund", currency: "USD" },
            { id: 297, customer_id: 23, product_id: 10, transaction_date: new Date("2022-02-21T16:37:04Z"), amount: "48.08", transaction_type: "purchase", currency: "USD" },
            { id: 298, customer_id: 154, product_id: 41, transaction_date: new Date("2022-10-24T08:06:52Z"), amount: "2609.32", transaction_type: "purchase", currency: "USD" },
            { id: 299, customer_id: 152, product_id: 79, transaction_date: new Date("2022-01-06T19:45:26Z"), amount: "535.81", transaction_type: "refund", currency: "EUR" },
            { id: 300, customer_id: 162, product_id: 20, transaction_date: new Date("2022-07-13T11:53:59Z"), amount: "2712.27", transaction_type: "purchase", currency: "GBP" },
            { id: 301, customer_id: 40, product_id: 35, transaction_date: new Date("2022-03-24T18:43:31Z"), amount: "4568.89", transaction_type: "purchase", currency: "EUR" },
            { id: 302, customer_id: 173, product_id: 47, transaction_date: new Date("2022-05-17T16:08:41Z"), amount: "968.31", transaction_type: "refund", currency: "USD" },
            { id: 303, customer_id: 26, product_id: 70, transaction_date: new Date("2022-05-18T15:28:04Z"), amount: "4177.60", transaction_type: "refund", currency: "GBP" },
            { id: 304, customer_id: 165, product_id: 29, transaction_date: new Date("2022-02-14T13:30:01Z"), amount: null, transaction_type: "purchase", currency: "GBP" },
            { id: 305, customer_id: 66, product_id: 72, transaction_date: new Date("2022-01-08T13:59:21Z"), amount: "3981.82", transaction_type: "purchase", currency: "USD" },
            { id: 306, customer_id: 118, product_id: 27, transaction_date: new Date("2022-07-19T12:51:27Z"), amount: "16.58", transaction_type: "purchase", currency: "USD" },
            { id: 307, customer_id: 45, product_id: 28, transaction_date: new Date("2022-12-20T13:58:19Z"), amount: "3501.31", transaction_type: "purchase", currency: "EUR" },
            { id: 308, customer_id: 60, product_id: 77, transaction_date: new Date("2022-07-17T15:28:07Z"), amount: "1824.74", transaction_type: "purchase", currency: "EUR" },
            { id: 309, customer_id: 111, product_id: 19, transaction_date: new Date("2022-08-01T10:22:27Z"), amount: "158.91", transaction_type: "refund", currency: "EUR" },
            { id: 310, customer_id: 168, product_id: 33, transaction_date: new Date("2022-08-17T13:37:40Z"), amount: "2822.39", transaction_type: "purchase", currency: "USD" },
            { id: 311, customer_id: 157, product_id: 62, transaction_date: new Date("2022-09-13T17:21:52Z"), amount: "2119.34", transaction_type: "purchase", currency: "USD" },
            { id: 312, customer_id: 85, product_id: 16, transaction_date: new Date("2022-06-04T17:42:32Z"), amount: null, transaction_type: "refund", currency: "GBP" },
            { id: 313, customer_id: 46, product_id: 81, transaction_date: new Date("2022-05-16T13:35:36Z"), amount: "4223.57", transaction_type: "purchase", currency: "USD" },
            { id: 314, customer_id: 86, product_id: 100, transaction_date: new Date("2022-03-11T12:56:37Z"), amount: "2773.89", transaction_type: "purchase", currency: "GBP" },
            { id: 315, customer_id: 99, product_id: 52, transaction_date: new Date("2022-03-29T10:16:13Z"), amount: "92.67", transaction_type: "purchase", currency: "GBP" },
            { id: 316, customer_id: 32, product_id: 81, transaction_date: new Date("2022-07-08T12:08:15Z"), amount: null, transaction_type: "purchase", currency: "GBP" },
            { id: 317, customer_id: 124, product_id: 19, transaction_date: new Date("2022-01-27T11:32:03Z"), amount: null, transaction_type: "purchase", currency: "EUR" },
            { id: 318, customer_id: 190, product_id: 82, transaction_date: new Date("2022-07-14T09:47:16Z"), amount: "689.71", transaction_type: "purchase", currency: "GBP" },
            { id: 319, customer_id: 106, product_id: 27, transaction_date: new Date("2022-01-16T19:52:14Z"), amount: "261.78", transaction_type: "purchase", currency: "GBP" },
            { id: 320, customer_id: 74, product_id: 56, transaction_date: new Date("2022-02-06T13:31:11Z"), amount: "2311.00", transaction_type: "purchase", currency: "EUR" },
            { id: 321, customer_id: 188, product_id: 8, transaction_date: new Date("2022-02-03T13:19:54Z"), amount: "3023.06", transaction_type: "purchase", currency: "GBP" },
            { id: 322, customer_id: 172, product_id: 30, transaction_date: new Date("2022-06-14T16:10:21Z"), amount: "1270.62", transaction_type: "purchase", currency: "USD" },
            { id: 323, customer_id: 158, product_id: 34, transaction_date: new Date("2022-09-21T13:19:31Z"), amount: "15.56", transaction_type: "purchase", currency: "GBP" },
            { id: 324, customer_id: 141, product_id: 82, transaction_date: new Date("2022-03-03T16:29:38Z"), amount: null, transaction_type: "refund", currency: "USD" },
            { id: 325, customer_id: 87, product_id: 8, transaction_date: new Date("2022-05-13T11:52:12Z"), amount: "10.51", transaction_type: "purchase", currency: "EUR" },
            { id: 326, customer_id: 164, product_id: 42, transaction_date: new Date("2022-03-27T18:56:23Z"), amount: "1842.08", transaction_type: "purchase", currency: "USD" },
            { id: 327, customer_id: 137, product_id: 89, transaction_date: new Date("2022-12-19T02:44:25Z"), amount: "3349.09", transaction_type: "purchase", currency: "USD" },
            { id: 328, customer_id: 98, product_id: 65, transaction_date: new Date("2022-02-27T20:14:38Z"), amount: null, transaction_type: "refund", currency: "USD" },
            { id: 329, customer_id: 148, product_id: 80, transaction_date: new Date("2022-05-07T11:53:37Z"), amount: "3602.08", transaction_type: "purchase", currency: "USD" },
            { id: 330, customer_id: 192, product_id: 37, transaction_date: new Date("2022-09-14T13:31:13Z"), amount: "1113.07", transaction_type: "refund", currency: "USD" },
            { id: 331, customer_id: 54, product_id: 90, transaction_date: new Date("2022-04-28T15:31:50Z"), amount: "580.59", transaction_type: "purchase", currency: "USD" },
            { id: 332, customer_id: 26, product_id: 55, transaction_date: new Date("2022-12-26T08:16:51Z"), amount: "355.83", transaction_type: "purchase", currency: "USD" },
            { id: 333, customer_id: 10, product_id: 36, transaction_date: new Date("2022-04-24T10:47:47Z"), amount: "185.02", transaction_type: "purchase", currency: "USD" },
            { id: 334, customer_id: 70, product_id: 73, transaction_date: new Date("2022-05-24T13:14:47Z"), amount: null, transaction_type: "transfer", currency: "USD" },
            { id: 335, customer_id: 196, product_id: 57, transaction_date: new Date("2022-04-11T12:00:11Z"), amount: "3543.61", transaction_type: "purchase", currency: "USD" },
            { id: 336, customer_id: 91, product_id: 46, transaction_date: new Date("2022-01-23T11:30:48Z"), amount: "3540.97", transaction_type: "refund", currency: "USD" },
            { id: 337, customer_id: 14, product_id: 58, transaction_date: new Date("2022-10-21T06:39:50Z"), amount: "606.11", transaction_type: "refund", currency: "EUR" },
            { id: 338, customer_id: 97, product_id: 15, transaction_date: new Date("2022-04-10T19:54:53Z"), amount: "884.14", transaction_type: "purchase", currency: "EUR" },
            { id: 339, customer_id: 86, product_id: 9, transaction_date: new Date("2022-04-02T11:20:49Z"), amount: "1141.14", transaction_type: "purchase", currency: "USD" },
            { id: 340, customer_id: 91, product_id: 9, transaction_date: new Date("2022-04-23T09:59:23Z"), amount: "290.45", transaction_type: "refund", currency: "USD" },
            { id: 341, customer_id: 110, product_id: 58, transaction_date: new Date("2022-06-20T01:44:03Z"), amount: "2608.70", transaction_type: "transfer", currency: "USD" },
            { id: 342, customer_id: 14, product_id: 18, transaction_date: new Date("2022-08-06T10:39:34Z"), amount: "1976.03", transaction_type: "transfer", currency: "USD" },
            { id: 343, customer_id: 35, product_id: 13, transaction_date: new Date("2022-07-06T04:54:41Z"), amount: "436.82", transaction_type: "refund", currency: "USD" },
            { id: 344, customer_id: 141, product_id: 28, transaction_date: new Date("2022-04-07T12:33:34Z"), amount: "402.28", transaction_type: "purchase", currency: "USD" },
            { id: 345, customer_id: 113, product_id: 40, transaction_date: new Date("2022-03-31T10:17:53Z"), amount: "4175.69", transaction_type: "purchase", currency: "USD" },
            { id: 346, customer_id: 189, product_id: 52, transaction_date: new Date("2022-07-10T13:54:28Z"), amount: "2027.04", transaction_type: "purchase", currency: "USD" },
            { id: 347, customer_id: 157, product_id: 49, transaction_date: new Date("2022-11-05T21:14:28Z"), amount: "4394.28", transaction_type: "purchase", currency: "USD" },
            { id: 348, customer_id: 156, product_id: 80, transaction_date: new Date("2022-11-06T14:11:04Z"), amount: "260.40", transaction_type: "purchase", currency: "USD" },
            { id: 349, customer_id: 70, product_id: 22, transaction_date: new Date("2022-07-18T14:55:09Z"), amount: "368.74", transaction_type: "purchase", currency: "GBP" },
            { id: 350, customer_id: 21, product_id: 15, transaction_date: new Date("2022-08-22T06:32:14Z"), amount: null, transaction_type: "purchase", currency: "GBP" },
            { id: 351, customer_id: 136, product_id: 60, transaction_date: new Date("2022-02-27T13:55:00Z"), amount: "4406.89", transaction_type: "purchase", currency: "EUR" },
            { id: 352, customer_id: 200, product_id: 58, transaction_date: new Date("2022-08-25T12:38:10Z"), amount: "2076.42", transaction_type: "purchase", currency: "USD" },
            { id: 353, customer_id: 158, product_id: 100, transaction_date: new Date("2022-12-24T12:48:40Z"), amount: "525.16", transaction_type: "purchase", currency: "GBP" },
            { id: 354, customer_id: 198, product_id: 9, transaction_date: new Date("2022-03-21T12:57:02Z"), amount: "1210.18", transaction_type: "purchase", currency: "USD" },
            { id: 355, customer_id: 183, product_id: 92, transaction_date: new Date("2022-03-20T10:20:50Z"), amount: "554.95", transaction_type: "purchase", currency: "USD" },
            { id: 356, customer_id: 125, product_id: 40, transaction_date: new Date("2022-03-17T09:26:36Z"), amount: "3678.08", transaction_type: "purchase", currency: "USD" },
            { id: 357, customer_id: 97, product_id: 10, transaction_date: new Date("2022-11-23T16:07:28Z"), amount: "2286.14", transaction_type: "purchase", currency: "GBP" },
            { id: 358, customer_id: 4, product_id: 78, transaction_date: new Date("2022-04-14T11:54:46Z"), amount: "1248.32", transaction_type: "purchase", currency: "GBP" },
            { id: 359, customer_id: 76, product_id: 33, transaction_date: new Date("2022-07-19T11:42:27Z"), amount: "3600.05", transaction_type: "refund", currency: "GBP" },
            { id: 360, customer_id: 143, product_id: 54, transaction_date: new Date("2022-01-06T13:35:48Z"), amount: "1479.61", transaction_type: "refund", currency: "USD" },
            { id: 361, customer_id: 76, product_id: 57, transaction_date: new Date("2022-01-26T10:53:47Z"), amount: "4953.63", transaction_type: "purchase", currency: "USD" },
            { id: 362, customer_id: 187, product_id: 75, transaction_date: new Date("2022-09-08T19:57:06Z"), amount: "1059.13", transaction_type: "purchase", currency: "USD" },
            { id: 363, customer_id: 11, product_id: 14, transaction_date: new Date("2022-07-07T08:52:11Z"), amount: "943.45", transaction_type: "refund", currency: "GBP" },
            { id: 364, customer_id: 169, product_id: 64, transaction_date: new Date("2022-02-25T12:33:05Z"), amount: null, transaction_type: "purchase", currency: "EUR" },
            { id: 365, customer_id: 134, product_id: 61, transaction_date: new Date("2022-12-19T19:55:33Z"), amount: "152.45", transaction_type: "purchase", currency: "USD" },
            { id: 366, customer_id: 138, product_id: 25, transaction_date: new Date("2022-09-11T11:53:14Z"), amount: "181.31", transaction_type: "transfer", currency: "EUR" },
            { id: 367, customer_id: 134, product_id: 31, transaction_date: new Date("2022-04-29T12:23:46Z"), amount: "4639.29", transaction_type: "purchase", currency: "USD" },
            { id: 368, customer_id: 112, product_id: 22, transaction_date: new Date("2022-07-27T08:21:37Z"), amount: "130.77", transaction_type: "purchase", currency: "USD" },
            { id: 369, customer_id: 163, product_id: 93, transaction_date: new Date("2022-06-03T08:33:46Z"), amount: "23.88", transaction_type: "purchase", currency: "GBP" },
            { id: 370, customer_id: 72, product_id: 64, transaction_date: new Date("2022-03-14T16:50:29Z"), amount: "4969.66", transaction_type: "purchase", currency: "GBP" },
            { id: 371, customer_id: 61, product_id: 91, transaction_date: new Date("2022-02-27T10:36:55Z"), amount: "3418.58", transaction_type: "purchase", currency: "EUR" },
            { id: 372, customer_id: 74, product_id: 25, transaction_date: new Date("2022-01-03T13:10:41Z"), amount: "1385.72", transaction_type: "refund", currency: "USD" },
            { id: 373, customer_id: 160, product_id: 91, transaction_date: new Date("2022-05-06T09:46:04Z"), amount: "860.33", transaction_type: "purchase", currency: "USD" },
            { id: 374, customer_id: 157, product_id: 57, transaction_date: new Date("2022-12-25T10:01:20Z"), amount: "200.29", transaction_type: "purchase", currency: "USD" },
            { id: 375, customer_id: 146, product_id: 74, transaction_date: new Date("2022-11-01T11:39:25Z"), amount: "3141.84", transaction_type: "purchase", currency: "USD" },
            { id: 376, customer_id: 63, product_id: 84, transaction_date: new Date("2022-07-29T14:11:12Z"), amount: "862.35", transaction_type: "purchase", currency: "USD" },
            { id: 377, customer_id: 38, product_id: 27, transaction_date: new Date("2022-10-28T15:48:42Z"), amount: "1913.02", transaction_type: "purchase", currency: "USD" },
            { id: 378, customer_id: 138, product_id: 93, transaction_date: new Date("2022-01-07T16:52:00Z"), amount: "3638.62", transaction_type: "transfer", currency: "EUR" },
            { id: 379, customer_id: 22, product_id: 9, transaction_date: new Date("2022-05-08T17:11:25Z"), amount: "1904.00", transaction_type: "refund", currency: "GBP" },
            { id: 380, customer_id: 40, product_id: 19, transaction_date: new Date("2022-05-25T18:21:26Z"), amount: "2960.65", transaction_type: "purchase", currency: "USD" },
            { id: 381, customer_id: 33, product_id: 15, transaction_date: new Date("2022-11-30T11:12:14Z"), amount: "682.75", transaction_type: "purchase", currency: "GBP" },
            { id: 382, customer_id: 16, product_id: 100, transaction_date: new Date("2022-07-20T14:11:15Z"), amount: "68.09", transaction_type: "purchase", currency: "USD" },
            { id: 383, customer_id: 151, product_id: 4, transaction_date: new Date("2022-01-11T13:48:47Z"), amount: "1970.56", transaction_type: "purchase", currency: "USD" },
            { id: 384, customer_id: 173, product_id: 47, transaction_date: new Date("2022-07-06T15:07:41Z"), amount: "1121.79", transaction_type: "transfer", currency: "USD" },
            { id: 385, customer_id: 84, product_id: 60, transaction_date: new Date("2022-05-03T14:57:22Z"), amount: "1474.05", transaction_type: "transfer", currency: "GBP" },
            { id: 386, customer_id: 166, product_id: 46, transaction_date: new Date("2022-04-01T11:56:00Z"), amount: "4122.74", transaction_type: "purchase", currency: "USD" },
            { id: 387, customer_id: 72, product_id: 36, transaction_date: new Date("2022-02-15T09:03:58Z"), amount: "3088.97", transaction_type: "purchase", currency: "EUR" },
            { id: 388, customer_id: 48, product_id: 16, transaction_date: new Date("2022-09-23T13:19:15Z"), amount: "201.31", transaction_type: "transfer", currency: "USD" },
            { id: 389, customer_id: 116, product_id: 30, transaction_date: new Date("2022-01-28T09:42:22Z"), amount: "3384.30", transaction_type: "transfer", currency: "USD" },
            { id: 390, customer_id: 5, product_id: 43, transaction_date: new Date("2022-06-23T18:42:11Z"), amount: "74.20", transaction_type: "purchase", currency: "GBP" },
            { id: 391, customer_id: 40, product_id: 98, transaction_date: new Date("2022-03-05T13:42:49Z"), amount: null, transaction_type: "purchase", currency: "USD" },
            { id: 392, customer_id: 40, product_id: 57, transaction_date: new Date("2022-12-03T08:51:25Z"), amount: "637.38", transaction_type: "purchase", currency: "EUR" },
            { id: 393, customer_id: 138, product_id: 55, transaction_date: new Date("2022-07-03T09:42:01Z"), amount: "924.70", transaction_type: "transfer", currency: "GBP" },
            { id: 394, customer_id: 9, product_id: 78, transaction_date: new Date("2022-05-14T11:23:38Z"), amount: "1762.06", transaction_type: "refund", currency: "USD" },
            { id: 395, customer_id: 66, product_id: 57, transaction_date: new Date("2022-04-10T14:29:22Z"), amount: "4128.45", transaction_type: "purchase", currency: "USD" },
            { id: 396, customer_id: 132, product_id: 69, transaction_date: new Date("2022-05-28T12:21:43Z"), amount: "809.66", transaction_type: "purchase", currency: "USD" },
            { id: 397, customer_id: 42, product_id: 79, transaction_date: new Date("2022-06-05T13:26:55Z"), amount: "2697.11", transaction_type: "purchase", currency: "GBP" },
            { id: 398, customer_id: 179, product_id: 47, transaction_date: new Date("2022-09-10T09:31:41Z"), amount: "3197.88", transaction_type: "purchase", currency: "USD" },
            { id: 399, customer_id: 39, product_id: 28, transaction_date: new Date("2022-08-14T09:13:30Z"), amount: "2125.74", transaction_type: "purchase", currency: "USD" },
            { id: 400, customer_id: 89, product_id: 75, transaction_date: new Date("2022-05-10T16:34:40Z"), amount: "15.69", transaction_type: "purchase", currency: "GBP" },
            { id: 401, customer_id: 38, product_id: 9, transaction_date: new Date("2022-02-28T19:39:44Z"), amount: "4712.33", transaction_type: "purchase", currency: "USD" },
            { id: 402, customer_id: 120, product_id: 71, transaction_date: new Date("2022-06-08T10:06:52Z"), amount: "27.16", transaction_type: "purchase", currency: "USD" },
            { id: 403, customer_id: 45, product_id: 93, transaction_date: new Date("2022-11-11T12:42:56Z"), amount: "16.22", transaction_type: "refund", currency: "EUR" },
            { id: 404, customer_id: 62, product_id: 74, transaction_date: new Date("2022-03-20T15:21:18Z"), amount: "1944.07", transaction_type: "purchase", currency: "EUR" },
            { id: 405, customer_id: 60, product_id: 68, transaction_date: new Date("2022-05-29T09:05:06Z"), amount: "3762.18", transaction_type: "purchase", currency: "GBP" },
            { id: 406, customer_id: 10, product_id: 8, transaction_date: new Date("2022-08-11T15:06:30Z"), amount: "659.42", transaction_type: "transfer", currency: "GBP" },
            { id: 407, customer_id: 67, product_id: 62, transaction_date: new Date("2022-01-23T11:38:01Z"), amount: "3400.51", transaction_type: "refund", currency: "GBP" },
            { id: 408, customer_id: 47, product_id: 54, transaction_date: new Date("2022-06-24T15:29:47Z"), amount: "386.48", transaction_type: "purchase", currency: "GBP" },
            { id: 409, customer_id: 149, product_id: 17, transaction_date: new Date("2022-07-04T13:45:28Z"), amount: "1554.51", transaction_type: "purchase", currency: "EUR" },
            { id: 410, customer_id: 84, product_id: 53, transaction_date: new Date("2022-12-27T10:36:04Z"), amount: "3329.82", transaction_type: "purchase", currency: "GBP" },
            { id: 411, customer_id: 31, product_id: 84, transaction_date: new Date("2022-01-07T11:05:17Z"), amount: "11.38", transaction_type: "purchase", currency: "USD" },
            { id: 412, customer_id: 128, product_id: 9, transaction_date: new Date("2022-05-15T16:30:37Z"), amount: "3835.62", transaction_type: "purchase", currency: "EUR" },
            { id: 413, customer_id: 196, product_id: 29, transaction_date: new Date("2022-09-07T09:56:34Z"), amount: "4298.33", transaction_type: "transfer", currency: "EUR" },
            { id: 414, customer_id: 76, product_id: 96, transaction_date: new Date("2022-06-18T17:58:56Z"), amount: "4692.22", transaction_type: "purchase", currency: "EUR" },
            { id: 415, customer_id: 94, product_id: 100, transaction_date: new Date("2022-04-14T15:23:21Z"), amount: "98.42", transaction_type: "purchase", currency: "GBP" },
            { id: 416, customer_id: 31, product_id: 83, transaction_date: new Date("2022-08-28T18:59:40Z"), amount: "22.28", transaction_type: "purchase", currency: "USD" },
            { id: 417, customer_id: 40, product_id: 72, transaction_date: new Date("2022-06-21T10:10:51Z"), amount: "2516.78", transaction_type: "transfer", currency: "EUR" },
            { id: 418, customer_id: 102, product_id: 82, transaction_date: new Date("2022-08-27T07:02:26Z"), amount: "342.40", transaction_type: "purchase", currency: "GBP" },
            { id: 419, customer_id: 197, product_id: 96, transaction_date: new Date("2022-07-18T15:21:17Z"), amount: "4075.16", transaction_type: "purchase", currency: "USD" },
            { id: 420, customer_id: 191, product_id: 6, transaction_date: new Date("2022-07-26T09:05:05Z"), amount: "67.09", transaction_type: "transfer", currency: "USD" },
            { id: 421, customer_id: 17, product_id: 72, transaction_date: new Date("2022-04-24T09:38:06Z"), amount: "504.87", transaction_type: "refund", currency: "EUR" },
            { id: 422, customer_id: 109, product_id: 58, transaction_date: new Date("2022-02-28T16:03:29Z"), amount: "616.94", transaction_type: "purchase", currency: "EUR" },
            { id: 423, customer_id: 14, product_id: 15, transaction_date: new Date("2022-08-26T11:34:30Z"), amount: "2840.95", transaction_type: "purchase", currency: "GBP" },
            { id: 424, customer_id: 46, product_id: 16, transaction_date: new Date("2022-04-02T15:56:18Z"), amount: "1663.11", transaction_type: "transfer", currency: "GBP" },
            { id: 425, customer_id: 81, product_id: 43, transaction_date: new Date("2022-01-27T16:16:54Z"), amount: "585.94", transaction_type: "refund", currency: "EUR" },
            { id: 426, customer_id: 195, product_id: 79, transaction_date: new Date("2022-11-17T13:29:15Z"), amount: "13.20", transaction_type: "purchase", currency: "USD" },
            { id: 427, customer_id: 173, product_id: 5, transaction_date: new Date("2022-01-29T14:53:32Z"), amount: "598.85", transaction_type: "refund", currency: "EUR" },
            { id: 428, customer_id: 168, product_id: 28, transaction_date: new Date("2022-07-02T10:47:37Z"), amount: null, transaction_type: "refund", currency: "EUR" },
            { id: 429, customer_id: 133, product_id: 68, transaction_date: new Date("2022-01-09T12:21:11Z"), amount: "4624.71", transaction_type: "refund", currency: "USD" },
            { id: 430, customer_id: 14, product_id: 83, transaction_date: new Date("2022-01-19T18:22:47Z"), amount: null, transaction_type: "purchase", currency: "USD" },
            { id: 431, customer_id: 35, product_id: 96, transaction_date: new Date("2022-07-17T16:16:14Z"), amount: null, transaction_type: "purchase", currency: "USD" },
            { id: 432, customer_id: 113, product_id: 45, transaction_date: new Date("2022-07-18T11:08:49Z"), amount: "3991.54", transaction_type: "purchase", currency: "EUR" },
            { id: 433, customer_id: 184, product_id: 5, transaction_date: new Date("2022-04-09T13:06:40Z"), amount: "421.66", transaction_type: "purchase", currency: "USD" },
            { id: 434, customer_id: 125, product_id: 65, transaction_date: new Date("2022-11-29T14:09:31Z"), amount: "200.92", transaction_type: "transfer", currency: "GBP" },
            { id: 435, customer_id: 121, product_id: 62, transaction_date: new Date("2022-08-20T15:56:13Z"), amount: "4693.18", transaction_type: "refund", currency: "EUR" },
            { id: 436, customer_id: 135, product_id: 89, transaction_date: new Date("2022-01-18T11:43:36Z"), amount: "2061.46", transaction_type: "purchase", currency: "USD" },
            { id: 437, customer_id: 108, product_id: 64, transaction_date: new Date("2022-02-06T12:50:50Z"), amount: "959.85", transaction_type: "purchase", currency: "EUR" },
            { id: 438, customer_id: 183, product_id: 85, transaction_date: new Date("2022-05-07T17:41:37Z"), amount: "3207.13", transaction_type: "purchase", currency: "GBP" },
            { id: 439, customer_id: 173, product_id: 94, transaction_date: new Date("2022-12-23T13:22:03Z"), amount: "651.31", transaction_type: "purchase", currency: "EUR" },
            { id: 440, customer_id: 146, product_id: 62, transaction_date: new Date("2022-06-01T14:20:36Z"), amount: "24.02", transaction_type: "purchase", currency: "GBP" },
            { id: 441, customer_id: 169, product_id: 76, transaction_date: new Date("2022-12-26T10:11:02Z"), amount: "3070.46", transaction_type: "refund", currency: "EUR" },
            { id: 442, customer_id: 23, product_id: 70, transaction_date: new Date("2022-12-28T09:59:00Z"), amount: "109.33", transaction_type: "purchase", currency: "GBP" },
            { id: 443, customer_id: 160, product_id: 22, transaction_date: new Date("2022-12-01T10:29:00Z"), amount: "774.73", transaction_type: "purchase", currency: "USD" },
            { id: 444, customer_id: 9, product_id: 81, transaction_date: new Date("2022-12-24T11:08:03Z"), amount: "3890.96", transaction_type: "transfer", currency: "EUR" },
            { id: 445, customer_id: 181, product_id: 31, transaction_date: new Date("2022-04-18T14:39:00Z"), amount: "1768.29", transaction_type: "purchase", currency: "USD" },
            { id: 446, customer_id: 121, product_id: 31, transaction_date: new Date("2022-01-19T17:30:30Z"), amount: "4836.19", transaction_type: "purchase", currency: "GBP" },
            { id: 447, customer_id: 3, product_id: 81, transaction_date: new Date("2022-01-31T08:19:34Z"), amount: "425.75", transaction_type: "purchase", currency: "EUR" },
            { id: 448, customer_id: 187, product_id: 56, transaction_date: new Date("2022-06-12T09:00:41Z"), amount: "168.78", transaction_type: "purchase", currency: "USD" },
            { id: 449, customer_id: 96, product_id: 95, transaction_date: new Date("2022-08-15T14:15:03Z"), amount: "4741.67", transaction_type: "refund", currency: "EUR" },
            { id: 450, customer_id: 166, product_id: 92, transaction_date: new Date("2022-07-29T20:43:37Z"), amount: "25.73", transaction_type: "purchase", currency: "USD" },
            { id: 451, customer_id: 82, product_id: 44, transaction_date: new Date("2022-08-05T12:22:15Z"), amount: "11.69", transaction_type: "purchase", currency: "GBP" },
            { id: 452, customer_id: 135, product_id: 41, transaction_date: new Date("2022-10-29T09:09:19Z"), amount: "1398.63", transaction_type: "purchase", currency: "GBP" },
            { id: 453, customer_id: 156, product_id: 96, transaction_date: new Date("2022-04-14T07:13:58Z"), amount: "798.82", transaction_type: "purchase", currency: "USD" },
            { id: 454, customer_id: 48, product_id: 62, transaction_date: new Date("2022-01-18T17:26:31Z"), amount: "4289.97", transaction_type: "refund", currency: "EUR" },
            { id: 455, customer_id: 88, product_id: 36, transaction_date: new Date("2022-12-22T06:58:36Z"), amount: "158.16", transaction_type: "refund", currency: "GBP" },
            { id: 456, customer_id: 192, product_id: 58, transaction_date: new Date("2022-12-18T06:50:31Z"), amount: "3850.19", transaction_type: "refund", currency: "USD" },
            { id: 457, customer_id: 114, product_id: 20, transaction_date: new Date("2022-10-15T16:39:37Z"), amount: "142.10", transaction_type: "purchase", currency: "EUR" },
            { id: 458, customer_id: 86, product_id: 48, transaction_date: new Date("2022-05-25T16:30:04Z"), amount: "3414.96", transaction_type: "purchase", currency: "EUR" },
            { id: 459, customer_id: 5, product_id: 33, transaction_date: new Date("2022-03-01T13:15:16Z"), amount: null, transaction_type: "transfer", currency: "USD" },
            { id: 460, customer_id: 31, product_id: 40, transaction_date: new Date("2022-05-28T12:24:38Z"), amount: "4803.44", transaction_type: "purchase", currency: "USD" },
            { id: 461, customer_id: 101, product_id: 99, transaction_date: new Date("2022-06-22T19:46:16Z"), amount: null, transaction_type: "purchase", currency: "GBP" },
            { id: 462, customer_id: 183, product_id: 70, transaction_date: new Date("2022-02-12T10:28:31Z"), amount: "631.93", transaction_type: "purchase", currency: "GBP" },
            { id: 463, customer_id: 61, product_id: 6, transaction_date: new Date("2022-02-09T14:19:04Z"), amount: "1962.92", transaction_type: "refund", currency: "USD" },
            { id: 464, customer_id: 139, product_id: 55, transaction_date: new Date("2022-03-29T17:54:45Z"), amount: "570.35", transaction_type: "purchase", currency: "USD" },
            { id: 465, customer_id: 65, product_id: 31, transaction_date: new Date("2022-03-01T13:26:12Z"), amount: "721.60", transaction_type: "purchase", currency: "USD" },
            { id: 466, customer_id: 129, product_id: 40, transaction_date: new Date("2022-12-04T08:05:08Z"), amount: "3195.93", transaction_type: "purchase", currency: "USD" },
            { id: 467, customer_id: 4, product_id: 34, transaction_date: new Date("2022-11-12T13:20:56Z"), amount: "3343.07", transaction_type: "refund", currency: "GBP" },
            { id: 468, customer_id: 179, product_id: 57, transaction_date: new Date("2022-12-31T09:35:01Z"), amount: "911.35", transaction_type: "purchase", currency: "USD" },
            { id: 469, customer_id: 82, product_id: 65, transaction_date: new Date("2022-05-07T16:39:20Z"), amount: "2956.34", transaction_type: "transfer", currency: "USD" },
            { id: 470, customer_id: 21, product_id: 93, transaction_date: new Date("2022-05-09T16:48:51Z"), amount: "3929.26", transaction_type: "transfer", currency: "GBP" },
            { id: 471, customer_id: 75, product_id: 84, transaction_date: new Date("2022-07-18T10:04:48Z"), amount: null, transaction_type: "transfer", currency: "GBP" },
            { id: 472, customer_id: 109, product_id: 66, transaction_date: new Date("2022-10-02T09:15:51Z"), amount: "876.84", transaction_type: "refund", currency: "EUR" },
            { id: 473, customer_id: 63, product_id: 35, transaction_date: new Date("2022-07-18T11:41:44Z"), amount: "3450.34", transaction_type: "purchase", currency: "EUR" },
            { id: 474, customer_id: 166, product_id: 50, transaction_date: new Date("2022-10-11T15:39:54Z"), amount: "4281.87", transaction_type: "purchase", currency: "GBP" },
            { id: 475, customer_id: 161, product_id: 75, transaction_date: new Date("2022-01-29T12:06:44Z"), amount: "4369.09", transaction_type: "purchase", currency: "GBP" },
            { id: 476, customer_id: 148, product_id: 41, transaction_date: new Date("2022-07-22T06:15:56Z"), amount: null, transaction_type: "purchase", currency: "USD" },
            { id: 477, customer_id: 2, product_id: 87, transaction_date: new Date("2022-01-01T09:25:37Z"), amount: "1044.75", transaction_type: "purchase", currency: "USD" },
            { id: 478, customer_id: 181, product_id: 39, transaction_date: new Date("2022-12-15T06:53:46Z"), amount: "4956.12", transaction_type: "purchase", currency: "USD" },
            { id: 479, customer_id: 24, product_id: 32, transaction_date: new Date("2022-12-24T12:45:34Z"), amount: "2817.28", transaction_type: "purchase", currency: "USD" },
            { id: 480, customer_id: 39, product_id: 77, transaction_date: new Date("2022-07-16T19:26:00Z"), amount: null, transaction_type: "refund", currency: "USD" },
            { id: 481, customer_id: 114, product_id: 43, transaction_date: new Date("2022-02-11T15:51:40Z"), amount: null, transaction_type: "purchase", currency: "EUR" },
            { id: 482, customer_id: 80, product_id: 55, transaction_date: new Date("2022-10-19T14:15:51Z"), amount: "1450.32", transaction_type: "refund", currency: "USD" },
            { id: 483, customer_id: 92, product_id: 40, transaction_date: new Date("2022-02-23T18:00:44Z"), amount: "187.21", transaction_type: "purchase", currency: "USD" },
            { id: 484, customer_id: 176, product_id: 36, transaction_date: new Date("2022-09-17T10:13:53Z"), amount: "2778.58", transaction_type: "purchase", currency: "USD" },
            { id: 485, customer_id: 155, product_id: 48, transaction_date: new Date("2022-02-22T16:59:16Z"), amount: "2074.51", transaction_type: "purchase", currency: "USD" },
            { id: 486, customer_id: 159, product_id: 53, transaction_date: new Date("2022-07-28T16:08:24Z"), amount: "898.62", transaction_type: "purchase", currency: "USD" },
            { id: 487, customer_id: 51, product_id: 7, transaction_date: new Date("2022-09-03T07:37:53Z"), amount: "462.70", transaction_type: "transfer", currency: "EUR" },
            { id: 488, customer_id: 63, product_id: 55, transaction_date: new Date("2022-03-30T10:26:18Z"), amount: "1305.90", transaction_type: "transfer", currency: "USD" },
            { id: 489, customer_id: 189, product_id: 78, transaction_date: new Date("2022-01-26T17:56:25Z"), amount: "1129.58", transaction_type: "refund", currency: "GBP" },
            { id: 490, customer_id: 188, product_id: 75, transaction_date: new Date("2022-12-18T13:47:55Z"), amount: "3018.98", transaction_type: "refund", currency: "USD" },
            { id: 491, customer_id: 158, product_id: 83, transaction_date: new Date("2022-03-02T16:20:22Z"), amount: "2194.92", transaction_type: "purchase", currency: "EUR" },
            { id: 492, customer_id: 25, product_id: 66, transaction_date: new Date("2022-10-08T13:57:06Z"), amount: "153.15", transaction_type: "transfer", currency: "EUR" },
            { id: 493, customer_id: 191, product_id: 9, transaction_date: new Date("2022-12-14T13:25:49Z"), amount: null, transaction_type: "refund", currency: "USD" },
            { id: 494, customer_id: 144, product_id: 47, transaction_date: new Date("2022-11-27T12:33:14Z"), amount: "3768.96", transaction_type: "purchase", currency: "EUR" },
            { id: 495, customer_id: 70, product_id: 16, transaction_date: new Date("2022-06-19T12:47:39Z"), amount: "2442.42", transaction_type: "purchase", currency: "USD" },
            { id: 496, customer_id: 103, product_id: 14, transaction_date: new Date("2022-09-20T13:43:50Z"), amount: "21.33", transaction_type: "purchase", currency: "GBP" },
            { id: 497, customer_id: 131, product_id: 12, transaction_date: new Date("2022-03-15T08:22:20Z"), amount: "12.31", transaction_type: "purchase", currency: "USD" },
            { id: 498, customer_id: 72, product_id: 67, transaction_date: new Date("2022-10-30T14:01:10Z"), amount: null, transaction_type: "refund", currency: "USD" },
            { id: 499, customer_id: 82, product_id: 2, transaction_date: new Date("2022-02-16T15:51:16Z"), amount: "4500.15", transaction_type: "purchase", currency: "USD" },
            { id: 500, customer_id: 134, product_id: 4, transaction_date: new Date("2022-12-30T07:59:55Z"), amount: "556.14", transaction_type: "refund", currency: "EUR" },
        ],
    });
    await prisma.orders.createMany({
        data: [
            { id: 1, transaction_id: 219, order_status: "completed", order_date: new Date("2022-09-04T15:11:54Z"), payment_method: "debit_card", total_amount: "1235.87" },
            { id: 2, transaction_id: 343, order_status: "completed", order_date: new Date("2022-07-29T17:10:52Z"), payment_method: "credit_card", total_amount: "4867.31" },
            { id: 3, transaction_id: 476, order_status: "pending", order_date: null, payment_method: "debit_card", total_amount: "3231.55" },
            { id: 4, transaction_id: 21, order_status: "pending", order_date: null, payment_method: "credit_card", total_amount: "1031.02" },
            { id: 5, transaction_id: 192, order_status: "pending", order_date: null, payment_method: "credit_card", total_amount: "82.35" },
            { id: 6, transaction_id: 214, order_status: "cancelled", order_date: new Date("2022-09-13T08:19:45Z"), payment_method: "credit_card", total_amount: "2856.22" },
            { id: 7, transaction_id: 273, order_status: "cancelled", order_date: new Date("2022-08-08T17:54:38Z"), payment_method: "paypal", total_amount: "3973.36" },
            { id: 8, transaction_id: 379, order_status: "pending", order_date: null, payment_method: "credit_card", total_amount: "3110.01" },
            { id: 9, transaction_id: 114, order_status: "pending", order_date: null, payment_method: "paypal", total_amount: "91.66" },
            { id: 10, transaction_id: 408, order_status: "cancelled", order_date: new Date("2022-01-30T13:08:44Z"), payment_method: "credit_card", total_amount: "1837.03" },
            { id: 11, transaction_id: 245, order_status: "pending", order_date: null, payment_method: "paypal", total_amount: "1132.26" },
            { id: 12, transaction_id: 255, order_status: "pending", order_date: null, payment_method: "credit_card", total_amount: "988.19" },
            { id: 13, transaction_id: 160, order_status: "pending", order_date: null, payment_method: "credit_card", total_amount: "99.05" },
            { id: 14, transaction_id: 26, order_status: "completed", order_date: new Date("2022-08-10T09:53:12Z"), payment_method: "credit_card", total_amount: "720.64" },
            { id: 15, transaction_id: 394, order_status: "pending", order_date: null, payment_method: "paypal", total_amount: "48.87" },
            { id: 16, transaction_id: 243, order_status: "pending", order_date: null, payment_method: "debit_card", total_amount: "3840.47" },
            { id: 17, transaction_id: 300, order_status: "pending", order_date: null, payment_method: "credit_card", total_amount: "3146.37" },
            { id: 18, transaction_id: 368, order_status: "pending", order_date: null, payment_method: "debit_card", total_amount: "1651.79" },
            { id: 19, transaction_id: 283, order_status: "pending", order_date: null, payment_method: "debit_card", total_amount: "193.78" },
            { id: 20, transaction_id: 490, order_status: "pending", order_date: null, payment_method: "credit_card", total_amount: "1057.66" },
            { id: 21, transaction_id: 142, order_status: "pending", order_date: null, payment_method: "paypal", total_amount: "25.92" },
            { id: 22, transaction_id: 289, order_status: "completed", order_date: new Date("2022-03-12T17:30:24Z"), payment_method: "debit_card", total_amount: "4425.46" },
            { id: 23, transaction_id: 403, order_status: "cancelled", order_date: new Date("2022-06-12T15:25:21Z"), payment_method: "credit_card", total_amount: "2166.25" },
            { id: 24, transaction_id: 210, order_status: "pending", order_date: null, payment_method: "debit_card", total_amount: "246.22" },
            { id: 25, transaction_id: 44, order_status: "pending", order_date: null, payment_method: "credit_card", total_amount: "364.34" },
            { id: 26, transaction_id: 383, order_status: "cancelled", order_date: new Date("2022-01-30T21:28:39Z"), payment_method: "debit_card", total_amount: "4671.54" },
            { id: 27, transaction_id: 134, order_status: "pending", order_date: null, payment_method: "credit_card", total_amount: "3812.38" },
            { id: 28, transaction_id: 81, order_status: "pending", order_date: null, payment_method: "debit_card", total_amount: "110.67" },
            { id: 29, transaction_id: 299, order_status: "completed", order_date: new Date("2022-11-12T06:38:17Z"), payment_method: "credit_card", total_amount: "1429.93" },
            { id: 30, transaction_id: 412, order_status: "pending", order_date: null, payment_method: "debit_card", total_amount: "438.88" },
            { id: 31, transaction_id: 122, order_status: "pending", order_date: null, payment_method: "credit_card", total_amount: "528.42" },
            { id: 32, transaction_id: 490, order_status: "pending", order_date: null, payment_method: "paypal", total_amount: "3567.16" },
            { id: 33, transaction_id: 105, order_status: "cancelled", order_date: new Date("2022-12-18T14:42:07Z"), payment_method: "debit_card", total_amount: "918.63" },
            { id: 34, transaction_id: 21, order_status: "cancelled", order_date: new Date("2022-01-09T16:00:35Z"), payment_method: "debit_card", total_amount: "90.40" },
            { id: 35, transaction_id: 257, order_status: "cancelled", order_date: new Date("2022-06-04T09:56:13Z"), payment_method: "debit_card", total_amount: "4287.13" },
            { id: 36, transaction_id: 491, order_status: "pending", order_date: null, payment_method: "credit_card", total_amount: "2498.38" },
            { id: 37, transaction_id: 473, order_status: "completed", order_date: new Date("2022-04-25T15:46:43Z"), payment_method: "credit_card", total_amount: "888.54" },
            { id: 38, transaction_id: 40, order_status: "pending", order_date: null, payment_method: "credit_card", total_amount: "193.20" },
            { id: 39, transaction_id: 283, order_status: "pending", order_date: null, payment_method: "credit_card", total_amount: "2997.66" },
            { id: 40, transaction_id: 137, order_status: "cancelled", order_date: new Date("2022-09-09T10:41:37Z"), payment_method: "paypal", total_amount: "727.95" },
            { id: 41, transaction_id: 460, order_status: "completed", order_date: new Date("2022-11-15T10:02:53Z"), payment_method: "paypal", total_amount: "2012.46" },
            { id: 42, transaction_id: 302, order_status: "pending", order_date: null, payment_method: "paypal", total_amount: "881.12" },
            { id: 43, transaction_id: 426, order_status: "pending", order_date: null, payment_method: "debit_card", total_amount: "2049.95" },
            { id: 44, transaction_id: 86, order_status: "pending", order_date: null, payment_method: "paypal", total_amount: "1138.00" },
            { id: 45, transaction_id: 161, order_status: "pending", order_date: null, payment_method: "debit_card", total_amount: "438.56" },
            { id: 46, transaction_id: 339, order_status: "pending", order_date: null, payment_method: "credit_card", total_amount: "1865.55" },
            { id: 47, transaction_id: 352, order_status: "pending", order_date: null, payment_method: "credit_card", total_amount: "395.98" },
            { id: 48, transaction_id: 344, order_status: "completed", order_date: new Date("2022-05-31T16:08:03Z"), payment_method: "debit_card", total_amount: "273.48" },
            { id: 49, transaction_id: 441, order_status: "pending", order_date: null, payment_method: "credit_card", total_amount: "3480.41" },
            { id: 50, transaction_id: 14, order_status: "pending", order_date: null, payment_method: "credit_card", total_amount: "284.38" },
            { id: 51, transaction_id: 267, order_status: "pending", order_date: null, payment_method: "credit_card", total_amount: "2965.69" },
            { id: 52, transaction_id: 91, order_status: "cancelled", order_date: new Date("2022-03-02T16:58:25Z"), payment_method: "debit_card", total_amount: "4101.80" },
            { id: 53, transaction_id: 404, order_status: "pending", order_date: null, payment_method: "paypal", total_amount: "1354.60" },
            { id: 54, transaction_id: 213, order_status: "pending", order_date: null, payment_method: "paypal", total_amount: "4410.55" },
            { id: 55, transaction_id: 251, order_status: "pending", order_date: null, payment_method: "credit_card", total_amount: "2340.23" },
            { id: 56, transaction_id: 486, order_status: "pending", order_date: null, payment_method: "debit_card", total_amount: "10.68" },
            { id: 57, transaction_id: 150, order_status: "pending", order_date: null, payment_method: "paypal", total_amount: "1754.43" },
            { id: 58, transaction_id: 427, order_status: "pending", order_date: null, payment_method: "debit_card", total_amount: "10.47" },
            { id: 59, transaction_id: 170, order_status: "cancelled", order_date: new Date("2022-04-04T11:59:47Z"), payment_method: "credit_card", total_amount: "77.55" },
            { id: 60, transaction_id: 11, order_status: "pending", order_date: null, payment_method: "credit_card", total_amount: "13.13" },
            { id: 61, transaction_id: 453, order_status: "pending", order_date: null, payment_method: "credit_card", total_amount: "3288.22" },
            { id: 62, transaction_id: 157, order_status: "pending", order_date: null, payment_method: "debit_card", total_amount: "412.36" },
            { id: 63, transaction_id: 17, order_status: "pending", order_date: null, payment_method: "credit_card", total_amount: "1085.22" },
            { id: 64, transaction_id: 333, order_status: "pending", order_date: null, payment_method: "credit_card", total_amount: "2782.95" },
            { id: 65, transaction_id: 433, order_status: "pending", order_date: null, payment_method: "debit_card", total_amount: "71.30" },
            { id: 66, transaction_id: 194, order_status: "pending", order_date: null, payment_method: "paypal", total_amount: "2078.82" },
            { id: 67, transaction_id: 125, order_status: "pending", order_date: null, payment_method: "credit_card", total_amount: "653.97" },
            { id: 68, transaction_id: 67, order_status: "pending", order_date: null, payment_method: "paypal", total_amount: "4822.95" },
            { id: 69, transaction_id: 478, order_status: "pending", order_date: null, payment_method: "credit_card", total_amount: "2208.83" },
            { id: 70, transaction_id: 302, order_status: "pending", order_date: null, payment_method: "credit_card", total_amount: "16.66" },
            { id: 71, transaction_id: 170, order_status: "pending", order_date: null, payment_method: "debit_card", total_amount: "2879.72" },
            { id: 72, transaction_id: 326, order_status: "pending", order_date: null, payment_method: "credit_card", total_amount: "3033.69" },
            { id: 73, transaction_id: 350, order_status: "completed", order_date: new Date("2022-07-09T14:11:22Z"), payment_method: "credit_card", total_amount: "1864.08" },
            { id: 74, transaction_id: 77, order_status: "cancelled", order_date: new Date("2022-12-01T08:34:22Z"), payment_method: "debit_card", total_amount: "67.25" },
            { id: 75, transaction_id: 374, order_status: "completed", order_date: new Date("2022-02-21T15:43:11Z"), payment_method: "paypal", total_amount: "10.30" },
            { id: 76, transaction_id: 385, order_status: "cancelled", order_date: new Date("2022-09-01T11:11:48Z"), payment_method: "debit_card", total_amount: "738.94" },
            { id: 77, transaction_id: 378, order_status: "pending", order_date: null, payment_method: "credit_card", total_amount: "2950.96" },
            { id: 78, transaction_id: 471, order_status: "pending", order_date: null, payment_method: "credit_card", total_amount: "399.74" },
            { id: 79, transaction_id: 383, order_status: "pending", order_date: null, payment_method: "debit_card", total_amount: "2197.26" },
            { id: 80, transaction_id: 274, order_status: "pending", order_date: null, payment_method: "paypal", total_amount: "2778.67" },
            { id: 81, transaction_id: 438, order_status: "pending", order_date: null, payment_method: "credit_card", total_amount: "618.91" },
            { id: 82, transaction_id: 147, order_status: "pending", order_date: null, payment_method: "debit_card", total_amount: "3685.98" },
            { id: 83, transaction_id: 360, order_status: "pending", order_date: null, payment_method: "credit_card", total_amount: "2353.57" },
            { id: 84, transaction_id: 70, order_status: "pending", order_date: null, payment_method: "paypal", total_amount: "1052.77" },
            { id: 85, transaction_id: 18, order_status: "pending", order_date: null, payment_method: "paypal", total_amount: "4469.35" },
            { id: 86, transaction_id: 226, order_status: "pending", order_date: null, payment_method: "debit_card", total_amount: "3406.57" },
            { id: 87, transaction_id: 473, order_status: "pending", order_date: null, payment_method: "credit_card", total_amount: "55.39" },
            { id: 88, transaction_id: 148, order_status: "completed", order_date: new Date("2022-04-05T13:53:40Z"), payment_method: "debit_card", total_amount: "1892.03" },
            { id: 89, transaction_id: 21, order_status: "pending", order_date: null, payment_method: "paypal", total_amount: "4512.93" },
            { id: 90, transaction_id: 60, order_status: "pending", order_date: null, payment_method: "paypal", total_amount: "295.07" },
            { id: 91, transaction_id: 352, order_status: "pending", order_date: null, payment_method: "credit_card", total_amount: "884.81" },
            { id: 92, transaction_id: 367, order_status: "completed", order_date: new Date("2022-07-08T13:13:49Z"), payment_method: "debit_card", total_amount: "2666.82" },
            { id: 93, transaction_id: 355, order_status: "completed", order_date: new Date("2022-02-21T07:10:22Z"), payment_method: "paypal", total_amount: "2959.89" },
            { id: 94, transaction_id: 329, order_status: "pending", order_date: null, payment_method: "debit_card", total_amount: "15.96" },
            { id: 95, transaction_id: 478, order_status: "pending", order_date: null, payment_method: "credit_card", total_amount: "11.32" },
            { id: 96, transaction_id: 14, order_status: "pending", order_date: null, payment_method: "credit_card", total_amount: "576.46" },
            { id: 97, transaction_id: 241, order_status: "completed", order_date: new Date("2022-03-02T09:37:04Z"), payment_method: "paypal", total_amount: "346.35" },
            { id: 98, transaction_id: 494, order_status: "pending", order_date: null, payment_method: "debit_card", total_amount: "1734.40" },
            { id: 99, transaction_id: 439, order_status: "pending", order_date: null, payment_method: "credit_card", total_amount: "747.45" },
            { id: 100, transaction_id: 481, order_status: "cancelled", order_date: new Date("2022-07-01T09:05:24Z"), payment_method: "debit_card", total_amount: "1867.14" },
            { id: 101, transaction_id: 173, order_status: "pending", order_date: null, payment_method: "credit_card", total_amount: "2058.69" },
            { id: 102, transaction_id: 211, order_status: "pending", order_date: null, payment_method: "debit_card", total_amount: "128.51" },
            { id: 103, transaction_id: 354, order_status: "pending", order_date: null, payment_method: "debit_card", total_amount: "221.66" },
            { id: 104, transaction_id: 378, order_status: "pending", order_date: null, payment_method: "credit_card", total_amount: "72.59" },
            { id: 105, transaction_id: 172, order_status: "pending", order_date: null, payment_method: "debit_card", total_amount: "601.57" },
            { id: 106, transaction_id: 195, order_status: "cancelled", order_date: new Date("2022-04-02T13:05:28Z"), payment_method: "paypal", total_amount: "4567.72" },
            { id: 107, transaction_id: 297, order_status: "pending", order_date: null, payment_method: "credit_card", total_amount: "1694.38" },
            { id: 108, transaction_id: 39, order_status: "completed", order_date: new Date("2022-08-21T09:25:36Z"), payment_method: "credit_card", total_amount: "12.26" },
            { id: 109, transaction_id: 398, order_status: "cancelled", order_date: new Date("2022-10-06T19:24:18Z"), payment_method: "debit_card", total_amount: "277.13" },
            { id: 110, transaction_id: 468, order_status: "pending", order_date: null, payment_method: "paypal", total_amount: "836.71" },
            { id: 111, transaction_id: 85, order_status: "cancelled", order_date: new Date("2022-06-29T10:32:21Z"), payment_method: "paypal", total_amount: "1685.00" },
            { id: 112, transaction_id: 433, order_status: "cancelled", order_date: new Date("2022-06-21T17:23:37Z"), payment_method: "debit_card", total_amount: "31.43" },
            { id: 113, transaction_id: 156, order_status: "pending", order_date: null, payment_method: "credit_card", total_amount: "4974.31" },
            { id: 114, transaction_id: 405, order_status: "pending", order_date: null, payment_method: "credit_card", total_amount: "528.92" },
            { id: 115, transaction_id: 125, order_status: "cancelled", order_date: new Date("2022-10-15T09:57:54Z"), payment_method: "credit_card", total_amount: "646.74" },
            { id: 116, transaction_id: 386, order_status: "pending", order_date: null, payment_method: "credit_card", total_amount: "2775.34" },
            { id: 117, transaction_id: 105, order_status: "pending", order_date: null, payment_method: "credit_card", total_amount: "714.24" },
            { id: 118, transaction_id: 130, order_status: "completed", order_date: new Date("2022-12-10T11:16:23Z"), payment_method: "credit_card", total_amount: "2806.70" },
            { id: 119, transaction_id: 200, order_status: "completed", order_date: new Date("2022-12-05T10:57:22Z"), payment_method: "credit_card", total_amount: "1734.67" },
            { id: 120, transaction_id: 203, order_status: "pending", order_date: null, payment_method: "credit_card", total_amount: "60.89" },
            { id: 121, transaction_id: 398, order_status: "pending", order_date: null, payment_method: "credit_card", total_amount: "4973.17" },
            { id: 122, transaction_id: 171, order_status: "cancelled", order_date: new Date("2022-05-23T13:22:50Z"), payment_method: "credit_card", total_amount: "3123.28" },
            { id: 123, transaction_id: 99, order_status: "pending", order_date: null, payment_method: "credit_card", total_amount: "175.03" },
            { id: 124, transaction_id: 21, order_status: "cancelled", order_date: new Date("2022-09-19T16:35:55Z"), payment_method: "paypal", total_amount: "1176.59" },
            { id: 125, transaction_id: 96, order_status: "pending", order_date: null, payment_method: "credit_card", total_amount: "763.83" },
            { id: 126, transaction_id: 183, order_status: "pending", order_date: null, payment_method: "paypal", total_amount: "3272.82" },
            { id: 127, transaction_id: 254, order_status: "pending", order_date: null, payment_method: "debit_card", total_amount: "1262.23" },
            { id: 128, transaction_id: 443, order_status: "pending", order_date: null, payment_method: "debit_card", total_amount: "4795.77" },
            { id: 129, transaction_id: 376, order_status: "pending", order_date: null, payment_method: "paypal", total_amount: "88.60" },
            { id: 130, transaction_id: 457, order_status: "pending", order_date: null, payment_method: "paypal", total_amount: "1086.63" },
            { id: 131, transaction_id: 265, order_status: "pending", order_date: null, payment_method: "debit_card", total_amount: "2660.14" },
            { id: 132, transaction_id: 473, order_status: "pending", order_date: null, payment_method: "credit_card", total_amount: "106.50" },
            { id: 133, transaction_id: 418, order_status: "pending", order_date: null, payment_method: "debit_card", total_amount: "10.66" },
            { id: 134, transaction_id: 465, order_status: "pending", order_date: null, payment_method: "credit_card", total_amount: "4643.42" },
            { id: 135, transaction_id: 380, order_status: "pending", order_date: null, payment_method: "credit_card", total_amount: "320.83" },
            { id: 136, transaction_id: 291, order_status: "pending", order_date: null, payment_method: "credit_card", total_amount: "608.52" },
            { id: 137, transaction_id: 466, order_status: "pending", order_date: null, payment_method: "credit_card", total_amount: "2005.58" },
            { id: 138, transaction_id: 313, order_status: "pending", order_date: null, payment_method: "credit_card", total_amount: "729.19" },
            { id: 139, transaction_id: 435, order_status: "pending", order_date: null, payment_method: "debit_card", total_amount: "10.12" },
            { id: 140, transaction_id: 247, order_status: "pending", order_date: null, payment_method: "debit_card", total_amount: "1900.34" },
            { id: 141, transaction_id: 343, order_status: "cancelled", order_date: new Date("2022-04-03T17:31:23Z"), payment_method: "credit_card", total_amount: "3547.31" },
            { id: 142, transaction_id: 406, order_status: "pending", order_date: null, payment_method: "paypal", total_amount: "705.43" },
            { id: 143, transaction_id: 10, order_status: "pending", order_date: null, payment_method: "credit_card", total_amount: "16.98" },
            { id: 144, transaction_id: 7, order_status: "pending", order_date: null, payment_method: "credit_card", total_amount: "2675.69" },
            { id: 145, transaction_id: 356, order_status: "pending", order_date: null, payment_method: "credit_card", total_amount: "3102.19" },
            { id: 146, transaction_id: 9, order_status: "pending", order_date: null, payment_method: "paypal", total_amount: "2177.98" },
            { id: 147, transaction_id: 390, order_status: "pending", order_date: null, payment_method: "credit_card", total_amount: "1710.97" },
            { id: 148, transaction_id: 73, order_status: "pending", order_date: null, payment_method: "credit_card", total_amount: "2457.32" },
            { id: 149, transaction_id: 491, order_status: "pending", order_date: null, payment_method: "credit_card", total_amount: "3699.32" },
            { id: 150, transaction_id: 367, order_status: "cancelled", order_date: new Date("2022-10-18T10:36:40Z"), payment_method: "paypal", total_amount: "1679.89" },
            { id: 151, transaction_id: 452, order_status: "pending", order_date: null, payment_method: "credit_card", total_amount: "96.87" },
            { id: 152, transaction_id: 327, order_status: "pending", order_date: null, payment_method: "credit_card", total_amount: "748.43" },
            { id: 153, transaction_id: 20, order_status: "pending", order_date: null, payment_method: "credit_card", total_amount: "2108.61" },
            { id: 154, transaction_id: 146, order_status: "pending", order_date: null, payment_method: "credit_card", total_amount: "1233.39" },
            { id: 155, transaction_id: 198, order_status: "pending", order_date: null, payment_method: "credit_card", total_amount: "10.09" },
            { id: 156, transaction_id: 203, order_status: "pending", order_date: null, payment_method: "credit_card", total_amount: "2538.04" },
            { id: 157, transaction_id: 302, order_status: "pending", order_date: null, payment_method: "credit_card", total_amount: "1992.78" },
            { id: 158, transaction_id: 269, order_status: "pending", order_date: null, payment_method: "credit_card", total_amount: "82.48" },
            { id: 159, transaction_id: 394, order_status: "pending", order_date: null, payment_method: "credit_card", total_amount: "4628.40" },
            { id: 160, transaction_id: 199, order_status: "completed", order_date: new Date("2022-01-07T19:16:25Z"), payment_method: "credit_card", total_amount: "1771.84" },
            { id: 161, transaction_id: 284, order_status: "pending", order_date: null, payment_method: "debit_card", total_amount: "236.51" },
            { id: 162, transaction_id: 420, order_status: "pending", order_date: null, payment_method: "paypal", total_amount: "4884.81" },
            { id: 163, transaction_id: 328, order_status: "completed", order_date: new Date("2022-10-13T09:20:15Z"), payment_method: "paypal", total_amount: "11.03" },
            { id: 164, transaction_id: 261, order_status: "pending", order_date: null, payment_method: "credit_card", total_amount: "1988.89" },
            { id: 165, transaction_id: 375, order_status: "completed", order_date: new Date("2022-03-21T15:20:25Z"), payment_method: "debit_card", total_amount: "1571.14" },
            { id: 166, transaction_id: 183, order_status: "pending", order_date: null, payment_method: "credit_card", total_amount: "1043.02" },
            { id: 167, transaction_id: 366, order_status: "pending", order_date: null, payment_method: "credit_card", total_amount: "22.23" },
            { id: 168, transaction_id: 142, order_status: "pending", order_date: null, payment_method: "credit_card", total_amount: "3689.70" },
            { id: 169, transaction_id: 358, order_status: "pending", order_date: null, payment_method: "credit_card", total_amount: "2090.86" },
            { id: 170, transaction_id: 310, order_status: "pending", order_date: null, payment_method: "paypal", total_amount: "4319.79" },
            { id: 171, transaction_id: 407, order_status: "pending", order_date: null, payment_method: "paypal", total_amount: "19.28" },
            { id: 172, transaction_id: 197, order_status: "pending", order_date: null, payment_method: "paypal", total_amount: "1010.05" },
            { id: 173, transaction_id: 402, order_status: "pending", order_date: null, payment_method: "credit_card", total_amount: "231.05" },
            { id: 174, transaction_id: 433, order_status: "pending", order_date: null, payment_method: "credit_card", total_amount: "686.33" },
            { id: 175, transaction_id: 254, order_status: "pending", order_date: null, payment_method: "debit_card", total_amount: "3813.02" },
            { id: 176, transaction_id: 41, order_status: "completed", order_date: new Date("2022-09-28T10:36:33Z"), payment_method: "debit_card", total_amount: "4524.55" },
            { id: 177, transaction_id: 160, order_status: "cancelled", order_date: new Date("2022-02-04T16:24:46Z"), payment_method: "credit_card", total_amount: "104.40" },
            { id: 178, transaction_id: 210, order_status: "cancelled", order_date: new Date("2022-06-03T15:39:58Z"), payment_method: "paypal", total_amount: "150.42" },
            { id: 179, transaction_id: 211, order_status: "pending", order_date: null, payment_method: "credit_card", total_amount: "1626.65" },
            { id: 180, transaction_id: 171, order_status: "pending", order_date: null, payment_method: "credit_card", total_amount: "10.49" },
            { id: 181, transaction_id: 27, order_status: "completed", order_date: new Date("2022-11-30T16:36:16Z"), payment_method: "debit_card", total_amount: "2386.06" },
            { id: 182, transaction_id: 208, order_status: "pending", order_date: null, payment_method: "credit_card", total_amount: "4063.40" },
            { id: 183, transaction_id: 82, order_status: "pending", order_date: null, payment_method: "credit_card", total_amount: "4497.00" },
            { id: 184, transaction_id: 51, order_status: "completed", order_date: new Date("2022-02-23T09:46:46Z"), payment_method: "credit_card", total_amount: "3343.48" },
            { id: 185, transaction_id: 488, order_status: "completed", order_date: new Date("2022-08-01T09:40:42Z"), payment_method: "debit_card", total_amount: "2595.41" },
            { id: 186, transaction_id: 394, order_status: "pending", order_date: null, payment_method: "debit_card", total_amount: "34.16" },
            { id: 187, transaction_id: 198, order_status: "completed", order_date: new Date("2022-11-03T18:49:24Z"), payment_method: "paypal", total_amount: "25.21" },
            { id: 188, transaction_id: 472, order_status: "cancelled", order_date: new Date("2022-09-11T14:42:13Z"), payment_method: "credit_card", total_amount: "3361.40" },
            { id: 189, transaction_id: 237, order_status: "pending", order_date: null, payment_method: "paypal", total_amount: "381.42" },
            { id: 190, transaction_id: 497, order_status: "pending", order_date: null, payment_method: "paypal", total_amount: "281.46" },
            { id: 191, transaction_id: 374, order_status: "pending", order_date: null, payment_method: "credit_card", total_amount: "1380.97" },
            { id: 192, transaction_id: 54, order_status: "pending", order_date: null, payment_method: "debit_card", total_amount: "4955.34" },
            { id: 193, transaction_id: 377, order_status: "cancelled", order_date: new Date("2022-07-31T10:50:26Z"), payment_method: "credit_card", total_amount: "41.40" },
            { id: 194, transaction_id: 304, order_status: "cancelled", order_date: new Date("2022-07-28T13:19:32Z"), payment_method: "debit_card", total_amount: "2162.91" },
            { id: 195, transaction_id: 243, order_status: "pending", order_date: null, payment_method: "credit_card", total_amount: "2825.68" },
            { id: 196, transaction_id: 423, order_status: "pending", order_date: null, payment_method: "credit_card", total_amount: "1019.71" },
            { id: 197, transaction_id: 9, order_status: "completed", order_date: new Date("2022-12-10T10:41:02Z"), payment_method: "credit_card", total_amount: "4315.76" },
            { id: 198, transaction_id: 333, order_status: "pending", order_date: null, payment_method: "debit_card", total_amount: "97.85" },
            { id: 199, transaction_id: 395, order_status: "cancelled", order_date: new Date("2022-09-24T18:13:42Z"), payment_method: "credit_card", total_amount: "1682.38" },
            { id: 200, transaction_id: 234, order_status: "pending", order_date: null, payment_method: "paypal", total_amount: "383.76" },
            { id: 201, transaction_id: 243, order_status: "completed", order_date: new Date("2022-09-29T06:04:33Z"), payment_method: "paypal", total_amount: "3459.21" },
            { id: 202, transaction_id: 386, order_status: "pending", order_date: null, payment_method: "credit_card", total_amount: "783.90" },
            { id: 203, transaction_id: 55, order_status: "pending", order_date: null, payment_method: "paypal", total_amount: "31.89" },
            { id: 204, transaction_id: 274, order_status: "pending", order_date: null, payment_method: "credit_card", total_amount: "2715.46" },
            { id: 205, transaction_id: 139, order_status: "cancelled", order_date: new Date("2022-09-30T11:28:02Z"), payment_method: "debit_card", total_amount: "2417.39" },
            { id: 206, transaction_id: 203, order_status: "pending", order_date: null, payment_method: "credit_card", total_amount: "996.44" },
            { id: 207, transaction_id: 486, order_status: "pending", order_date: null, payment_method: "paypal", total_amount: "653.60" },
            { id: 208, transaction_id: 488, order_status: "pending", order_date: null, payment_method: "paypal", total_amount: "2003.41" },
            { id: 209, transaction_id: 173, order_status: "pending", order_date: null, payment_method: "credit_card", total_amount: "274.16" },
            { id: 210, transaction_id: 69, order_status: "completed", order_date: new Date("2022-10-31T10:16:18Z"), payment_method: "credit_card", total_amount: "3855.74" },
            { id: 211, transaction_id: 141, order_status: "completed", order_date: new Date("2022-04-14T12:29:06Z"), payment_method: "debit_card", total_amount: "1286.98" },
            { id: 212, transaction_id: 38, order_status: "pending", order_date: null, payment_method: "debit_card", total_amount: "1057.32" },
            { id: 213, transaction_id: 492, order_status: "pending", order_date: null, payment_method: "paypal", total_amount: "437.33" },
            { id: 214, transaction_id: 410, order_status: "pending", order_date: null, payment_method: "debit_card", total_amount: "15.80" },
            { id: 215, transaction_id: 83, order_status: "pending", order_date: null, payment_method: "paypal", total_amount: "10.21" },
            { id: 216, transaction_id: 74, order_status: "pending", order_date: null, payment_method: "paypal", total_amount: "1113.53" },
            { id: 217, transaction_id: 332, order_status: "completed", order_date: new Date("2022-08-04T11:08:25Z"), payment_method: "credit_card", total_amount: "989.72" },
            { id: 218, transaction_id: 195, order_status: "pending", order_date: null, payment_method: "credit_card", total_amount: "2788.93" },
            { id: 219, transaction_id: 487, order_status: "cancelled", order_date: new Date("2022-09-26T14:09:55Z"), payment_method: "debit_card", total_amount: "1571.66" },
            { id: 220, transaction_id: 241, order_status: "pending", order_date: null, payment_method: "paypal", total_amount: "591.32" },
            { id: 221, transaction_id: 154, order_status: "pending", order_date: null, payment_method: "credit_card", total_amount: "1287.34" },
            { id: 222, transaction_id: 45, order_status: "pending", order_date: null, payment_method: "credit_card", total_amount: "11.62" },
            { id: 223, transaction_id: 241, order_status: "completed", order_date: new Date("2022-12-06T13:36:49Z"), payment_method: "debit_card", total_amount: "766.68" },
            { id: 224, transaction_id: 61, order_status: "pending", order_date: null, payment_method: "credit_card", total_amount: "124.66" },
            { id: 225, transaction_id: 39, order_status: "pending", order_date: null, payment_method: "credit_card", total_amount: "107.51" },
            { id: 226, transaction_id: 237, order_status: "pending", order_date: null, payment_method: "credit_card", total_amount: "781.09" },
            { id: 227, transaction_id: 341, order_status: "pending", order_date: null, payment_method: "credit_card", total_amount: "935.59" },
            { id: 228, transaction_id: 43, order_status: "completed", order_date: new Date("2022-03-12T11:52:56Z"), payment_method: "debit_card", total_amount: "54.23" },
            { id: 229, transaction_id: 205, order_status: "pending", order_date: null, payment_method: "credit_card", total_amount: "4740.78" },
            { id: 230, transaction_id: 75, order_status: "pending", order_date: null, payment_method: "credit_card", total_amount: "4592.84" },
            { id: 231, transaction_id: 195, order_status: "pending", order_date: null, payment_method: "credit_card", total_amount: "487.63" },
            { id: 232, transaction_id: 249, order_status: "pending", order_date: null, payment_method: "credit_card", total_amount: "193.09" },
            { id: 233, transaction_id: 203, order_status: "pending", order_date: null, payment_method: "credit_card", total_amount: "922.70" },
            { id: 234, transaction_id: 37, order_status: "pending", order_date: null, payment_method: "credit_card", total_amount: "475.89" },
            { id: 235, transaction_id: 221, order_status: "pending", order_date: null, payment_method: "credit_card", total_amount: "268.99" },
            { id: 236, transaction_id: 196, order_status: "pending", order_date: null, payment_method: "credit_card", total_amount: "2740.77" },
            { id: 237, transaction_id: 293, order_status: "pending", order_date: null, payment_method: "debit_card", total_amount: "160.64" },
            { id: 238, transaction_id: 64, order_status: "pending", order_date: null, payment_method: "debit_card", total_amount: "2966.00" },
            { id: 239, transaction_id: 331, order_status: "completed", order_date: new Date("2022-03-24T14:56:33Z"), payment_method: "debit_card", total_amount: "2423.70" },
            { id: 240, transaction_id: 422, order_status: "pending", order_date: null, payment_method: "credit_card", total_amount: "3083.36" },
            { id: 241, transaction_id: 128, order_status: "pending", order_date: null, payment_method: "debit_card", total_amount: "3264.50" },
            { id: 242, transaction_id: 475, order_status: "pending", order_date: null, payment_method: "credit_card", total_amount: "4784.97" },
            { id: 243, transaction_id: 402, order_status: "completed", order_date: new Date("2022-12-18T07:44:46Z"), payment_method: "credit_card", total_amount: "17.95" },
            { id: 244, transaction_id: 7, order_status: "pending", order_date: null, payment_method: "debit_card", total_amount: "1172.26" },
            { id: 245, transaction_id: 179, order_status: "pending", order_date: null, payment_method: "credit_card", total_amount: "91.17" },
            { id: 246, transaction_id: 210, order_status: "pending", order_date: null, payment_method: "paypal", total_amount: "4582.12" },
            { id: 247, transaction_id: 111, order_status: "pending", order_date: null, payment_method: "credit_card", total_amount: "399.81" },
            { id: 248, transaction_id: 388, order_status: "pending", order_date: null, payment_method: "credit_card", total_amount: "13.36" },
            { id: 249, transaction_id: 479, order_status: "pending", order_date: null, payment_method: "credit_card", total_amount: "4023.93" },
            { id: 250, transaction_id: 471, order_status: "pending", order_date: null, payment_method: "credit_card", total_amount: "170.71" },
            { id: 251, transaction_id: 157, order_status: "pending", order_date: null, payment_method: "debit_card", total_amount: "1693.26" },
            { id: 252, transaction_id: 299, order_status: "pending", order_date: null, payment_method: "credit_card", total_amount: "202.19" },
            { id: 253, transaction_id: 101, order_status: "pending", order_date: null, payment_method: "credit_card", total_amount: "4326.15" },
            { id: 254, transaction_id: 253, order_status: "pending", order_date: null, payment_method: "credit_card", total_amount: "1649.67" },
            { id: 255, transaction_id: 457, order_status: "cancelled", order_date: new Date("2022-11-15T14:12:42Z"), payment_method: "credit_card", total_amount: "690.78" },
            { id: 256, transaction_id: 401, order_status: "cancelled", order_date: new Date("2022-02-09T18:50:55Z"), payment_method: "debit_card", total_amount: "3062.66" },
            { id: 257, transaction_id: 12, order_status: "pending", order_date: null, payment_method: "paypal", total_amount: "3916.55" },
            { id: 258, transaction_id: 284, order_status: "pending", order_date: null, payment_method: "credit_card", total_amount: "1391.59" },
            { id: 259, transaction_id: 442, order_status: "pending", order_date: null, payment_method: "credit_card", total_amount: "23.55" },
            { id: 260, transaction_id: 155, order_status: "pending", order_date: null, payment_method: "credit_card", total_amount: "2866.35" },
            { id: 261, transaction_id: 274, order_status: "cancelled", order_date: new Date("2022-06-19T13:01:48Z"), payment_method: "debit_card", total_amount: "4150.27" },
            { id: 262, transaction_id: 366, order_status: "pending", order_date: null, payment_method: "paypal", total_amount: "55.39" },
            { id: 263, transaction_id: 82, order_status: "pending", order_date: null, payment_method: "credit_card", total_amount: "320.00" },
            { id: 264, transaction_id: 436, order_status: "pending", order_date: null, payment_method: "debit_card", total_amount: "780.19" },
            { id: 265, transaction_id: 351, order_status: "pending", order_date: null, payment_method: "credit_card", total_amount: "2819.66" },
            { id: 266, transaction_id: 250, order_status: "completed", order_date: new Date("2022-03-26T11:34:18Z"), payment_method: "credit_card", total_amount: "3629.79" },
            { id: 267, transaction_id: 216, order_status: "cancelled", order_date: new Date("2022-03-07T16:18:59Z"), payment_method: "paypal", total_amount: "4590.74" },
            { id: 268, transaction_id: 223, order_status: "pending", order_date: null, payment_method: "debit_card", total_amount: "3086.95" },
            { id: 269, transaction_id: 234, order_status: "pending", order_date: null, payment_method: "paypal", total_amount: "23.94" },
            { id: 270, transaction_id: 105, order_status: "pending", order_date: null, payment_method: "debit_card", total_amount: "2631.44" },
            { id: 271, transaction_id: 315, order_status: "pending", order_date: null, payment_method: "credit_card", total_amount: "764.00" },
            { id: 272, transaction_id: 269, order_status: "cancelled", order_date: new Date("2022-05-23T12:44:10Z"), payment_method: "credit_card", total_amount: "53.88" },
            { id: 273, transaction_id: 326, order_status: "pending", order_date: null, payment_method: "debit_card", total_amount: "18.71" },
            { id: 274, transaction_id: 182, order_status: "completed", order_date: new Date("2022-01-02T17:23:29Z"), payment_method: "credit_card", total_amount: "12.11" },
            { id: 275, transaction_id: 32, order_status: "pending", order_date: null, payment_method: "debit_card", total_amount: "2810.53" },
            { id: 276, transaction_id: 380, order_status: "cancelled", order_date: new Date("2022-06-30T15:39:15Z"), payment_method: "debit_card", total_amount: "3558.24" },
            { id: 277, transaction_id: 109, order_status: "pending", order_date: null, payment_method: "credit_card", total_amount: "1727.20" },
            { id: 278, transaction_id: 366, order_status: "pending", order_date: null, payment_method: "debit_card", total_amount: "1582.99" },
            { id: 279, transaction_id: 500, order_status: "completed", order_date: new Date("2022-05-07T17:44:04Z"), payment_method: "paypal", total_amount: "4263.33" },
            { id: 280, transaction_id: 358, order_status: "pending", order_date: null, payment_method: "paypal", total_amount: "1573.12" },
            { id: 281, transaction_id: 483, order_status: "pending", order_date: null, payment_method: "debit_card", total_amount: "90.18" },
            { id: 282, transaction_id: 56, order_status: "pending", order_date: null, payment_method: "credit_card", total_amount: "684.60" },
            { id: 283, transaction_id: 38, order_status: "pending", order_date: null, payment_method: "paypal", total_amount: "2389.24" },
            { id: 284, transaction_id: 57, order_status: "pending", order_date: null, payment_method: "paypal", total_amount: "200.34" },
            { id: 285, transaction_id: 304, order_status: "pending", order_date: null, payment_method: "paypal", total_amount: "430.17" },
            { id: 286, transaction_id: 483, order_status: "pending", order_date: null, payment_method: "credit_card", total_amount: "800.42" },
            { id: 287, transaction_id: 197, order_status: "pending", order_date: null, payment_method: "credit_card", total_amount: "129.17" },
            { id: 288, transaction_id: 82, order_status: "pending", order_date: null, payment_method: "paypal", total_amount: "36.60" },
            { id: 289, transaction_id: 85, order_status: "completed", order_date: new Date("2022-12-04T10:04:53Z"), payment_method: "credit_card", total_amount: "4160.64" },
            { id: 290, transaction_id: 442, order_status: "completed", order_date: new Date("2022-05-10T13:31:41Z"), payment_method: "paypal", total_amount: "688.51" },
            { id: 291, transaction_id: 8, order_status: "pending", order_date: null, payment_method: "credit_card", total_amount: "4167.62" },
            { id: 292, transaction_id: 3, order_status: "completed", order_date: new Date("2022-09-12T10:29:32Z"), payment_method: "credit_card", total_amount: "532.22" },
            { id: 293, transaction_id: 19, order_status: "pending", order_date: null, payment_method: "paypal", total_amount: "569.96" },
            { id: 294, transaction_id: 407, order_status: "pending", order_date: null, payment_method: "paypal", total_amount: "875.26" },
            { id: 295, transaction_id: 304, order_status: "pending", order_date: null, payment_method: "debit_card", total_amount: "1044.86" },
            { id: 296, transaction_id: 353, order_status: "cancelled", order_date: new Date("2022-02-19T11:39:29Z"), payment_method: "paypal", total_amount: "986.28" },
            { id: 297, transaction_id: 90, order_status: "pending", order_date: null, payment_method: "paypal", total_amount: "231.79" },
            { id: 298, transaction_id: 247, order_status: "pending", order_date: null, payment_method: "paypal", total_amount: "213.92" },
            { id: 299, transaction_id: 163, order_status: "pending", order_date: null, payment_method: "credit_card", total_amount: "2717.97" },
            { id: 300, transaction_id: 497, order_status: "pending", order_date: null, payment_method: "debit_card", total_amount: "2412.62" },
        ],
    });
    await prisma.vendors.createMany({
        data: [
            { id: 1, vendor_name: "Oak Industries", contact_email: "oak.industries@example.net", product_id: 48, vendor_rating: 4, contract_start_date: "2021-08-25" },
            { id: 2, vendor_name: "Cobalt Analytics", contact_email: "cobalt.analytics@example.com", product_id: 71, vendor_rating: 4, contract_start_date: "2020-12-14" },
            { id: 3, vendor_name: "Keystone Logistics", contact_email: "keystone.logistics@example.com", product_id: 77, vendor_rating: 5, contract_start_date: "2022-11-09" },
            { id: 4, vendor_name: null, contact_email: null, product_id: 76, vendor_rating: 1, contract_start_date: "2021-02-19" },
            { id: 5, vendor_name: "Pine Software", contact_email: "pine.software@example.org", product_id: 85, vendor_rating: 3, contract_start_date: "2021-11-05" },
            { id: 6, vendor_name: "Willow Software", contact_email: "willow.software@example.org", product_id: 71, vendor_rating: 5, contract_start_date: "2020-03-12" },
            { id: 7, vendor_name: "Beacon Energy", contact_email: "beacon.energy@example.org", product_id: 91, vendor_rating: 5, contract_start_date: "2020-03-25" },
            { id: 8, vendor_name: "Sable Health", contact_email: "sable.health@example.com", product_id: 73, vendor_rating: 5, contract_start_date: "2022-09-01" },
            { id: 9, vendor_name: "Keystone Industries", contact_email: "keystone.industries@example.org", product_id: 68, vendor_rating: 3, contract_start_date: "2021-09-08" },
            { id: 10, vendor_name: "Atlas Labs", contact_email: "atlas.labs@example.com", product_id: 87, vendor_rating: 5, contract_start_date: "2022-06-16" },
            { id: 11, vendor_name: "Crest Partners", contact_email: "crest.partners@example.org", product_id: 17, vendor_rating: 5, contract_start_date: "2021-09-23" },
            { id: 12, vendor_name: "Cobalt Foods", contact_email: "cobalt.foods@example.org", product_id: 29, vendor_rating: 4, contract_start_date: "2020-02-25" },
            { id: 13, vendor_name: "Orbit Foods", contact_email: "orbit.foods@example.com", product_id: 80, vendor_rating: 3, contract_start_date: "2020-06-19" },
            { id: 14, vendor_name: "Vista Industries", contact_email: "vista.industries@example.org", product_id: 74, vendor_rating: 5, contract_start_date: "2020-08-05" },
            { id: 15, vendor_name: "Lumen Partners", contact_email: "lumen.partners@example.org", product_id: 75, vendor_rating: 1, contract_start_date: "2021-01-15" },
            { id: 16, vendor_name: "Bright Labs", contact_email: "bright.labs@example.net", product_id: 17, vendor_rating: 2, contract_start_date: "2022-07-09" },
            { id: 17, vendor_name: "Bright Software", contact_email: "bright.software@example.net", product_id: 52, vendor_rating: 4, contract_start_date: "2021-06-27" },
            { id: 18, vendor_name: "Willow Foods", contact_email: null, product_id: 38, vendor_rating: 2, contract_start_date: "2021-04-07" },
            { id: 19, vendor_name: "Field Software", contact_email: "field.software@example.org", product_id: 45, vendor_rating: 2, contract_start_date: "2021-08-21" },
            { id: 20, vendor_name: "Vector Studio", contact_email: "vector.studio@example.org", product_id: 61, vendor_rating: 5, contract_start_date: "2022-05-03" },
            { id: 21, vendor_name: "Orbit Digital", contact_email: "orbit.digital@example.com", product_id: 86, vendor_rating: 5, contract_start_date: "2021-04-06" },
            { id: 22, vendor_name: "River Partners", contact_email: "river.partners@example.org", product_id: 67, vendor_rating: 5, contract_start_date: "2022-10-30" },
            { id: 23, vendor_name: "Lumen Partners", contact_email: "lumen.partners@example.net", product_id: 2, vendor_rating: 1, contract_start_date: "2021-04-23" },
            { id: 24, vendor_name: "Iron Energy", contact_email: "iron.energy@example.com", product_id: 19, vendor_rating: 4, contract_start_date: "2020-01-05" },
            { id: 25, vendor_name: "Vector Software", contact_email: "vector.software@example.net", product_id: 93, vendor_rating: 5, contract_start_date: "2022-10-16" },
            { id: 26, vendor_name: "Granite Holdings", contact_email: "granite.holdings@example.org", product_id: 16, vendor_rating: 3, contract_start_date: "2022-07-23" },
            { id: 27, vendor_name: "Beacon Digital", contact_email: null, product_id: 93, vendor_rating: 2, contract_start_date: "2021-12-23" },
            { id: 28, vendor_name: "Atlas Energy", contact_email: "atlas.energy@example.net", product_id: 72, vendor_rating: 2, contract_start_date: "2021-12-15" },
            { id: 29, vendor_name: "Compass Group", contact_email: "compass.group@example.com", product_id: 34, vendor_rating: 1, contract_start_date: "2020-09-12" },
            { id: 30, vendor_name: "Summit Digital", contact_email: "summit.digital@example.net", product_id: 29, vendor_rating: 3, contract_start_date: "2022-12-20" },
            { id: 31, vendor_name: "Sable Labs", contact_email: "sable.labs@example.org", product_id: 48, vendor_rating: 2, contract_start_date: "2020-12-15" },
            { id: 32, vendor_name: "Forge Software", contact_email: "forge.software@example.com", product_id: 87, vendor_rating: 2, contract_start_date: "2021-01-29" },
            { id: 33, vendor_name: "Willow Works", contact_email: null, product_id: 72, vendor_rating: 4, contract_start_date: "2021-06-10" },
            { id: 34, vendor_name: "Granite Group", contact_email: "granite.group@example.net", product_id: 5, vendor_rating: 5, contract_start_date: "2021-04-18" },
            { id: 35, vendor_name: "Ember Energy", contact_email: null, product_id: 41, vendor_rating: 5, contract_start_date: "2020-02-01" },
            { id: 36, vendor_name: "River Foods", contact_email: "river.foods@example.org", product_id: 5, vendor_rating: 1, contract_start_date: "2020-07-08" },
            { id: 37, vendor_name: "Orbit Systems", contact_email: "orbit.systems@example.net", product_id: 3, vendor_rating: 1, contract_start_date: "2022-03-27" },
            { id: 38, vendor_name: null, contact_email: null, product_id: 30, vendor_rating: 4, contract_start_date: "2020-03-21" },
            { id: 39, vendor_name: "Cobalt Analytics", contact_email: "cobalt.analytics@example.net", product_id: 25, vendor_rating: 3, contract_start_date: "2022-08-01" },
            { id: 40, vendor_name: "Ridge Logistics", contact_email: "ridge.logistics@example.org", product_id: 18, vendor_rating: 5, contract_start_date: "2020-09-10" },
            { id: 41, vendor_name: "Ember Health", contact_email: "ember.health@example.org", product_id: 81, vendor_rating: 5, contract_start_date: "2020-06-19" },
            { id: 42, vendor_name: "Lumen Digital", contact_email: "lumen.digital@example.org", product_id: 91, vendor_rating: 4, contract_start_date: "2020-11-11" },
            { id: 43, vendor_name: "River Holdings", contact_email: "river.holdings@example.net", product_id: 28, vendor_rating: 4, contract_start_date: "2020-08-29" },
            { id: 44, vendor_name: null, contact_email: null, product_id: 59, vendor_rating: 5, contract_start_date: "2020-07-18" },
            { id: 45, vendor_name: null, contact_email: null, product_id: 93, vendor_rating: 3, contract_start_date: "2020-06-07" },
            { id: 46, vendor_name: "Harbor Logistics", contact_email: "harbor.logistics@example.com", product_id: 76, vendor_rating: 4, contract_start_date: "2022-09-29" },
            { id: 47, vendor_name: "Iron Holdings", contact_email: "iron.holdings@example.org", product_id: 100, vendor_rating: 2, contract_start_date: "2020-10-27" },
            { id: 48, vendor_name: "Beacon Partners", contact_email: "beacon.partners@example.net", product_id: 20, vendor_rating: 5, contract_start_date: "2020-05-28" },
            { id: 49, vendor_name: "Forge Software", contact_email: "forge.software@example.com", product_id: 91, vendor_rating: 2, contract_start_date: "2020-11-01" },
            { id: 50, vendor_name: null, contact_email: null, product_id: 12, vendor_rating: 3, contract_start_date: "2020-02-20" },
        ],
    });
}

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