// Transaction Flow Analysis (transaction-flow-analysis) 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.banks), 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.banks.createMany({
        data: [
            { bank_id: 1, bank_name: "Iron Savings", location: "minneapolis", established_year: 1977, number_of_accounts: 28906 },
            { bank_id: 2, bank_name: "Lumen Financial", location: "philadelphia chicago", established_year: 1970, number_of_accounts: 29842 },
            { bank_id: 3, bank_name: "Vector Credit", location: "boston chicago detroit", established_year: 1954, number_of_accounts: 34099 },
            { bank_id: 4, bank_name: "Juniper Financial", location: "atlanta phoenix", established_year: 1956, number_of_accounts: 34981 },
            { bank_id: 5, bank_name: "Orbit Credit", location: "sanantonio", established_year: 1986, number_of_accounts: 19261 },
        ],
    });
    await prisma.categories.createMany({
        data: [
            { category_id: 1, category_name: "charity transportation", transaction_count: 48, average_amount: "399.00" },
            { category_id: 2, category_name: "gifts services transportation", transaction_count: 56, average_amount: "3399.02" },
            { category_id: 3, category_name: "fees", transaction_count: 72, average_amount: "781.29" },
            { category_id: 4, category_name: "repairs", transaction_count: 36, average_amount: "823.23" },
            { category_id: 5, category_name: "travel subscriptions grocery", transaction_count: 40, average_amount: "4.72" },
            { category_id: 6, category_name: "education insurance services", transaction_count: 15, average_amount: "2659.13" },
            { category_id: 7, category_name: "services education entertainment", transaction_count: 71, average_amount: "135.63" },
            { category_id: 8, category_name: "subscriptions maintenance savings", transaction_count: 55, average_amount: "2749.27" },
            { category_id: 9, category_name: "dining", transaction_count: 63, average_amount: "2357.48" },
            { category_id: 10, category_name: "repairs entertainment dining", transaction_count: 58, average_amount: "1607.14" },
        ],
    });
    await prisma.customers.createMany({
        data: [
            { customer_id: 1, full_name: "Olivia Hughes", email: "olivia.hughes@example.org", phone: "+1-212-555-0121" },
            { customer_id: 2, full_name: "Kai Oliveira", email: "kai.oliveira@example.com", phone: "+1-303-555-0183" },
            { customer_id: 3, full_name: "Hana Diaz", email: "hana.diaz@example.com", phone: "+1-917-555-0100" },
            { customer_id: 4, full_name: "Selin Pereira", email: "selin.pereira@example.com", phone: "+1-469-555-0133" },
            { customer_id: 5, full_name: "Tariq Park", email: "tariq.park@example.com", phone: "+1-612-555-0147" },
            { customer_id: 6, full_name: "Uma Schmidt", email: "uma.schmidt@example.net", phone: "+1-312-555-0171" },
            { customer_id: 7, full_name: "Chloe Smith", email: "chloe.smith@example.com", phone: "+1-469-555-0144" },
            { customer_id: 8, full_name: "Diego Fischer", email: "diego.fischer@example.org", phone: "+1-404-555-0112" },
            { customer_id: 9, full_name: "Julia Gomez", email: "julia.gomez@example.net", phone: "+1-801-555-0159" },
            { customer_id: 10, full_name: "Jack Novak", email: "jack.novak@example.org", phone: "+1-312-555-0187" },
            { customer_id: 11, full_name: "James Hansen", email: "james.hansen@example.com", phone: "+1-905-555-0127" },
            { customer_id: 12, full_name: "Oscar Meyer", email: "oscar.meyer@example.net", phone: "+1-801-555-0181" },
            { customer_id: 13, full_name: "Amir Adams", email: "amir.adams@example.com", phone: "+1-702-555-0198" },
            { customer_id: 14, full_name: "Karim Khan", email: "karim.khan@example.net", phone: "+1-303-555-0198" },
            { customer_id: 15, full_name: "Lucas Park", email: "lucas.park@example.net", phone: "+1-469-555-0108" },
            { customer_id: 16, full_name: "James Ibrahim", email: "james.ibrahim@example.com", phone: "+1-713-555-0169" },
            { customer_id: 17, full_name: "Mila Castro", email: "mila.castro@example.org", phone: "+1-778-555-0168" },
            { customer_id: 18, full_name: "Mila Lee", email: "mila.lee@example.com", phone: "+1-214-555-0195" },
            { customer_id: 19, full_name: "Zoe Kim", email: "zoe.kim@example.org", phone: "+1-905-555-0195" },
            { customer_id: 20, full_name: "Zoe Davis", email: "zoe.davis@example.org", phone: "+1-303-555-0162" },
            { customer_id: 21, full_name: "Isaac Weber", email: "isaac.weber@example.org", phone: "+1-512-555-0122" },
            { customer_id: 22, full_name: "Sam Becker", email: "sam.becker@example.org", phone: "+1-213-555-0179" },
            { customer_id: 23, full_name: "Sara Clark", email: "sara.clark@example.org", phone: "+1-612-555-0177" },
            { customer_id: 24, full_name: "Ana Oliveira", email: "ana.oliveira@example.org", phone: "+1-905-555-0114" },
            { customer_id: 25, full_name: "Sara Chen", email: "sara.chen@example.org", phone: "+1-404-555-0149" },
            { customer_id: 26, full_name: "Yara Ruiz", email: "yara.ruiz@example.com", phone: "+1-972-555-0170" },
            { customer_id: 27, full_name: "Julia Costa", email: "julia.costa@example.net", phone: "+1-202-555-0195" },
            { customer_id: 28, full_name: "Jade Larsen", email: "jade.larsen@example.net", phone: "+1-202-555-0136" },
            { customer_id: 29, full_name: "Ravi Cruz", email: "ravi.cruz@example.com", phone: "+1-972-555-0181" },
            { customer_id: 30, full_name: "Chloe Hughes", email: "chloe.hughes@example.org", phone: "+1-617-555-0186" },
            { customer_id: 31, full_name: "Wei Schmidt", email: "wei.schmidt@example.com", phone: "+1-801-555-0169" },
            { customer_id: 32, full_name: "Arjun Hansen", email: "arjun.hansen@example.org", phone: "+1-303-555-0136" },
            { customer_id: 33, full_name: "Julia Kumar", email: "julia.kumar@example.org", phone: "+1-303-555-0144" },
            { customer_id: 34, full_name: "Andre Weber", email: "andre.weber@example.com", phone: "+1-469-555-0133" },
            { customer_id: 35, full_name: "Sofia Adams", email: "sofia.adams@example.com", phone: "+1-202-555-0135" },
            { customer_id: 36, full_name: "Omar Smith", email: "omar.smith@example.net", phone: "+1-404-555-0157" },
            { customer_id: 37, full_name: "Jack Gupta", email: "jack.gupta@example.com", phone: "+1-312-555-0126" },
            { customer_id: 38, full_name: "Maya Dubois", email: "maya.dubois@example.org", phone: "+1-212-555-0142" },
            { customer_id: 39, full_name: "Anna Jensen", email: "anna.jensen@example.org", phone: "+1-212-555-0130" },
            { customer_id: 40, full_name: "Zara Rossi", email: "zara.rossi@example.net", phone: "+1-305-555-0158" },
            { customer_id: 41, full_name: "Tariq Tanaka", email: "tariq.tanaka@example.com", phone: "+1-415-555-0132" },
            { customer_id: 42, full_name: "Paula Gomez", email: "paula.gomez@example.org", phone: "+1-213-555-0194" },
            { customer_id: 43, full_name: "Theo Weber", email: "theo.weber@example.net", phone: "+1-702-555-0171" },
            { customer_id: 44, full_name: "Nadia Dubois", email: "nadia.dubois@example.org", phone: "+1-778-555-0195" },
            { customer_id: 45, full_name: "Ruby Patel", email: "ruby.patel@example.net", phone: "+1-857-555-0187" },
            { customer_id: 46, full_name: "Mia Klein", email: "mia.klein@example.com", phone: "+1-801-555-0135" },
            { customer_id: 47, full_name: "Rosa Wilson", email: "rosa.wilson@example.net", phone: "+1-801-555-0153" },
            { customer_id: 48, full_name: "Mateo Zhang", email: "mateo.zhang@example.net", phone: "+1-612-555-0101" },
            { customer_id: 49, full_name: "Nadia Schneider", email: "nadia.schneider@example.net", phone: "+1-202-555-0190" },
            { customer_id: 50, full_name: "Maria Ruiz", email: "maria.ruiz@example.org", phone: "+1-469-555-0112" },
            { customer_id: 51, full_name: "Hugo Andersen", email: "hugo.andersen@example.com", phone: "+1-469-555-0122" },
            { customer_id: 52, full_name: "Liam Kumar", email: "liam.kumar@example.net", phone: "+1-312-555-0184" },
            { customer_id: 53, full_name: "Arjun Tanaka", email: "arjun.tanaka@example.com", phone: "+1-503-555-0114" },
            { customer_id: 54, full_name: "James Demir", email: "james.demir@example.com", phone: "+1-469-555-0103" },
            { customer_id: 55, full_name: "Marco Tanaka", email: "marco.tanaka@example.net", phone: "+1-801-555-0160" },
            { customer_id: 56, full_name: "Pedro Becker", email: "pedro.becker@example.org", phone: "+1-512-555-0128" },
            { customer_id: 57, full_name: "Rafael Wright", email: "rafael.wright@example.org", phone: "+1-857-555-0171" },
            { customer_id: 58, full_name: "James Wright", email: "james.wright@example.org", phone: "+1-415-555-0157" },
            { customer_id: 59, full_name: "Victor Diaz", email: "victor.diaz@example.net", phone: "+1-617-555-0164" },
            { customer_id: 60, full_name: "Laura Becker", email: "laura.becker@example.net", phone: "+1-214-555-0117" },
            { customer_id: 61, full_name: "Rafael Cruz", email: "rafael.cruz@example.net", phone: "+1-604-555-0158" },
            { customer_id: 62, full_name: "Mohamed Johnson", email: "mohamed.johnson@example.org", phone: "+1-303-555-0110" },
            { customer_id: 63, full_name: "Omar Hassan", email: "omar.hassan@example.net", phone: "+1-512-555-0183" },
            { customer_id: 64, full_name: "Diego Vargas", email: "diego.vargas@example.org", phone: "+1-713-555-0120" },
            { customer_id: 65, full_name: "Elif Garcia", email: "elif.garcia@example.net", phone: "+1-713-555-0132" },
            { customer_id: 66, full_name: "Jonas Park", email: "jonas.park@example.com", phone: "+1-905-555-0112" },
            { customer_id: 67, full_name: "Laura Becker", email: "laura.becker@example.net", phone: "+1-404-555-0121" },
            { customer_id: 68, full_name: "Leo Garcia", email: "leo.garcia@example.net", phone: "+1-303-555-0108" },
            { customer_id: 69, full_name: "Tariq Nakamura", email: "tariq.nakamura@example.com", phone: "+1-857-555-0188" },
            { customer_id: 70, full_name: "Olivia Chen", email: "olivia.chen@example.com", phone: "+1-801-555-0107" },
            { customer_id: 71, full_name: "Pedro Fischer", email: "pedro.fischer@example.net", phone: "+1-469-555-0115" },
            { customer_id: 72, full_name: "Mila Singh", email: "mila.singh@example.org", phone: "+1-713-555-0116" },
            { customer_id: 73, full_name: "Noah Jensen", email: "noah.jensen@example.com", phone: "+1-702-555-0188" },
            { customer_id: 74, full_name: "Carla Wang", email: "carla.wang@example.org", phone: "+1-702-555-0139" },
            { customer_id: 75, full_name: "Ethan Adams", email: "ethan.adams@example.net", phone: "+1-305-555-0157" },
            { customer_id: 76, full_name: "Olivia Klein", email: "olivia.klein@example.org", phone: "+1-617-555-0133" },
            { customer_id: 77, full_name: "Maria Demir", email: "maria.demir@example.com", phone: "+1-202-555-0113" },
            { customer_id: 78, full_name: "Ben Oliveira", email: "ben.oliveira@example.com", phone: "+1-713-555-0175" },
            { customer_id: 79, full_name: "Isaac Zhang", email: "isaac.zhang@example.net", phone: "+1-612-555-0194" },
            { customer_id: 80, full_name: "Pedro Kowalski", email: "pedro.kowalski@example.com", phone: "+1-702-555-0128" },
            { customer_id: 81, full_name: "Victor Shah", email: "victor.shah@example.net", phone: "+1-415-555-0173" },
            { customer_id: 82, full_name: "Mila Bennett", email: "mila.bennett@example.com", phone: "+1-213-555-0197" },
            { customer_id: 83, full_name: "Jack Oliveira", email: "jack.oliveira@example.org", phone: "+1-604-555-0164" },
            { customer_id: 84, full_name: "Sam Zhang", email: "sam.zhang@example.net", phone: "+1-213-555-0196" },
            { customer_id: 85, full_name: "Hannah Smith", email: "hannah.smith@example.com", phone: "+1-972-555-0156" },
            { customer_id: 86, full_name: "Zoe Fischer", email: "zoe.fischer@example.org", phone: "+1-702-555-0158" },
            { customer_id: 87, full_name: "Lina Shah", email: "lina.shah@example.net", phone: "+1-917-555-0153" },
            { customer_id: 88, full_name: "Ines Cruz", email: "ines.cruz@example.com", phone: "+1-617-555-0108" },
            { customer_id: 89, full_name: "Liam Ruiz", email: "liam.ruiz@example.org", phone: "+1-917-555-0163" },
            { customer_id: 90, full_name: "Lena Yilmaz", email: "lena.yilmaz@example.net", phone: "+1-512-555-0170" },
            { customer_id: 91, full_name: "Ethan Hoffmann", email: "ethan.hoffmann@example.com", phone: "+1-617-555-0134" },
            { customer_id: 92, full_name: "Isaac Ibrahim", email: "isaac.ibrahim@example.com", phone: "+1-905-555-0140" },
            { customer_id: 93, full_name: "Tomas Wilson", email: "tomas.wilson@example.org", phone: "+1-778-555-0124" },
            { customer_id: 94, full_name: "Alice Schneider", email: "alice.schneider@example.com", phone: "+1-702-555-0199" },
            { customer_id: 95, full_name: "Chloe Lopez", email: "chloe.lopez@example.com", phone: "+1-213-555-0115" },
            { customer_id: 96, full_name: "Ines Weber", email: "ines.weber@example.org", phone: "+1-778-555-0181" },
            { customer_id: 97, full_name: "Selin Klein", email: "selin.klein@example.com", phone: "+1-972-555-0127" },
            { customer_id: 98, full_name: "Liam Patel", email: "liam.patel@example.net", phone: "+1-604-555-0177" },
            { customer_id: 99, full_name: "Ivan Castro", email: "ivan.castro@example.net", phone: "+1-917-555-0138" },
            { customer_id: 100, full_name: "Sofia Taylor", email: "sofia.taylor@example.org", phone: "+1-702-555-0138" },
            { customer_id: 101, full_name: "Wei Clark", email: "wei.clark@example.net", phone: "+1-415-555-0100" },
            { customer_id: 102, full_name: "Uma Wilson", email: "uma.wilson@example.com", phone: "+1-415-555-0193" },
            { customer_id: 103, full_name: "Olivia Khan", email: "olivia.khan@example.com", phone: "+1-415-555-0190" },
            { customer_id: 104, full_name: "Chen Bennett", email: "chen.bennett@example.com", phone: "+1-202-555-0169" },
            { customer_id: 105, full_name: "Wei Schneider", email: "wei.schneider@example.net", phone: "+1-617-555-0152" },
            { customer_id: 106, full_name: "Grace Torres", email: "grace.torres@example.com", phone: "+1-512-555-0166" },
            { customer_id: 107, full_name: "Ruby Ibrahim", email: "ruby.ibrahim@example.com", phone: "+1-702-555-0164" },
            { customer_id: 108, full_name: "Fatima Kaya", email: "fatima.kaya@example.org", phone: "+1-972-555-0141" },
            { customer_id: 109, full_name: "James Costa", email: "james.costa@example.com", phone: "+1-512-555-0177" },
            { customer_id: 110, full_name: "Priya Shah", email: "priya.shah@example.com", phone: "+1-702-555-0167" },
            { customer_id: 111, full_name: "Julia Ali", email: "julia.ali@example.com", phone: "+1-713-555-0109" },
            { customer_id: 112, full_name: "Ruby Young", email: "ruby.young@example.net", phone: "+1-202-555-0145" },
            { customer_id: 113, full_name: "Selin Demir", email: "selin.demir@example.net", phone: "+1-303-555-0116" },
            { customer_id: 114, full_name: "Leo Garcia", email: "leo.garcia@example.org", phone: "+1-214-555-0182" },
            { customer_id: 115, full_name: "Uma Silva", email: "uma.silva@example.net", phone: "+1-212-555-0156" },
            { customer_id: 116, full_name: "Hana Larsen", email: "hana.larsen@example.org", phone: "+1-612-555-0104" },
            { customer_id: 117, full_name: "Noah Taylor", email: "noah.taylor@example.org", phone: "+1-212-555-0123" },
            { customer_id: 118, full_name: "Elena Reyes", email: "elena.reyes@example.org", phone: "+1-303-555-0195" },
            { customer_id: 119, full_name: "Andre Jansen", email: "andre.jansen@example.net", phone: "+1-416-555-0139" },
            { customer_id: 120, full_name: "Uma Hughes", email: "uma.hughes@example.org", phone: "+1-416-555-0101" },
            { customer_id: 121, full_name: "Priya Clark", email: "priya.clark@example.com", phone: "+1-305-555-0160" },
            { customer_id: 122, full_name: "Tariq Kumar", email: "tariq.kumar@example.net", phone: "+1-713-555-0121" },
            { customer_id: 123, full_name: "Ben Lee", email: "ben.lee@example.org", phone: "+1-404-555-0108" },
            { customer_id: 124, full_name: "Elif Larsen", email: "elif.larsen@example.org", phone: "+1-713-555-0143" },
            { customer_id: 125, full_name: "Rosa Garcia", email: "rosa.garcia@example.net", phone: "+1-469-555-0169" },
            { customer_id: 126, full_name: "Liam Almeida", email: "liam.almeida@example.org", phone: "+1-503-555-0112" },
            { customer_id: 127, full_name: "Tariq Demir", email: "tariq.demir@example.net", phone: "+1-778-555-0125" },
            { customer_id: 128, full_name: "Zoe Dubois", email: "zoe.dubois@example.net", phone: "+1-312-555-0154" },
            { customer_id: 129, full_name: "Maya Mendes", email: "maya.mendes@example.org", phone: "+1-213-555-0136" },
            { customer_id: 130, full_name: "Laura Torres", email: "laura.torres@example.org", phone: "+1-713-555-0192" },
            { customer_id: 131, full_name: "Hannah Khan", email: "hannah.khan@example.com", phone: "+1-212-555-0134" },
            { customer_id: 132, full_name: "Rosa Smith", email: "rosa.smith@example.net", phone: "+1-202-555-0160" },
            { customer_id: 133, full_name: "Paula Taylor", email: "paula.taylor@example.org", phone: "+1-713-555-0122" },
            { customer_id: 134, full_name: "Yusuf Ahmed", email: "yusuf.ahmed@example.net", phone: "+1-801-555-0129" },
            { customer_id: 135, full_name: "Victor Lee", email: "victor.lee@example.net", phone: "+1-416-555-0199" },
            { customer_id: 136, full_name: "Sara Ali", email: "sara.ali@example.net", phone: "+1-801-555-0106" },
            { customer_id: 137, full_name: "Andre Murphy", email: "andre.murphy@example.net", phone: "+1-801-555-0199" },
            { customer_id: 138, full_name: "Tomas Moreau", email: "tomas.moreau@example.org", phone: "+1-312-555-0185" },
            { customer_id: 139, full_name: "Maria Andersen", email: "maria.andersen@example.org", phone: "+1-857-555-0179" },
            { customer_id: 140, full_name: "Priya Hansen", email: "priya.hansen@example.org", phone: "+1-617-555-0110" },
            { customer_id: 141, full_name: "Laura Weber", email: "laura.weber@example.net", phone: "+1-905-555-0135" },
            { customer_id: 142, full_name: "Nadia Klein", email: "nadia.klein@example.net", phone: "+1-713-555-0121" },
            { customer_id: 143, full_name: "Felix Jensen", email: "felix.jensen@example.com", phone: "+1-415-555-0165" },
            { customer_id: 144, full_name: "Kai Wagner", email: "kai.wagner@example.com", phone: "+1-604-555-0114" },
            { customer_id: 145, full_name: "Mateo Shah", email: "mateo.shah@example.org", phone: "+1-612-555-0141" },
            { customer_id: 146, full_name: "Mei Castro", email: "mei.castro@example.org", phone: "+1-905-555-0142" },
            { customer_id: 147, full_name: "Ethan Gomez", email: "ethan.gomez@example.org", phone: "+1-801-555-0105" },
            { customer_id: 148, full_name: "Leo Hughes", email: "leo.hughes@example.net", phone: "+1-972-555-0155" },
            { customer_id: 149, full_name: "Julia Gomez", email: "julia.gomez@example.org", phone: "+1-512-555-0165" },
            { customer_id: 150, full_name: "Sam Ali", email: "sam.ali@example.com", phone: "+1-312-555-0177" },
            { customer_id: 151, full_name: "Hugo Flores", email: "hugo.flores@example.com", phone: "+1-416-555-0134" },
            { customer_id: 152, full_name: "Mila Larsen", email: "mila.larsen@example.org", phone: "+1-917-555-0102" },
            { customer_id: 153, full_name: "Marco Ruiz", email: "marco.ruiz@example.org", phone: "+1-415-555-0189" },
            { customer_id: 154, full_name: "Maya Martin", email: "maya.martin@example.org", phone: "+1-917-555-0115" },
            { customer_id: 155, full_name: "Alice Mendes", email: "alice.mendes@example.net", phone: "+1-917-555-0114" },
            { customer_id: 156, full_name: "Julia Shah", email: "julia.shah@example.org", phone: "+1-612-555-0100" },
            { customer_id: 157, full_name: "Ines Andersen", email: "ines.andersen@example.com", phone: "+1-917-555-0150" },
            { customer_id: 158, full_name: "Deniz Walker", email: "deniz.walker@example.org", phone: "+1-469-555-0199" },
            { customer_id: 159, full_name: "Marco Nguyen", email: "marco.nguyen@example.org", phone: "+1-801-555-0170" },
            { customer_id: 160, full_name: "Victor Larsen", email: "victor.larsen@example.org", phone: "+1-905-555-0102" },
            { customer_id: 161, full_name: "Jonas Demir", email: "jonas.demir@example.net", phone: "+1-303-555-0166" },
            { customer_id: 162, full_name: "Sara Park", email: "sara.park@example.com", phone: "+1-972-555-0138" },
            { customer_id: 163, full_name: "Mateo Weber", email: "mateo.weber@example.net", phone: "+1-801-555-0119" },
            { customer_id: 164, full_name: "Lena Wilson", email: "lena.wilson@example.com", phone: "+1-305-555-0105" },
            { customer_id: 165, full_name: "Wei Dubois", email: "wei.dubois@example.org", phone: "+1-905-555-0105" },
            { customer_id: 166, full_name: "Theo Shah", email: "theo.shah@example.net", phone: "+1-857-555-0136" },
            { customer_id: 167, full_name: "Uma Carter", email: "uma.carter@example.org", phone: "+1-214-555-0177" },
            { customer_id: 168, full_name: "Nour Weber", email: "nour.weber@example.net", phone: "+1-702-555-0120" },
            { customer_id: 169, full_name: "Carlos Zhang", email: "carlos.zhang@example.net", phone: "+1-702-555-0169" },
            { customer_id: 170, full_name: "Arjun Reyes", email: "arjun.reyes@example.com", phone: "+1-416-555-0170" },
            { customer_id: 171, full_name: "Leo Sato", email: "leo.sato@example.net", phone: "+1-469-555-0194" },
            { customer_id: 172, full_name: "Noah Almeida", email: "noah.almeida@example.com", phone: "+1-857-555-0101" },
            { customer_id: 173, full_name: "Nour Weber", email: "nour.weber@example.com", phone: "+1-415-555-0154" },
            { customer_id: 174, full_name: "David Evans", email: "david.evans@example.org", phone: "+1-917-555-0125" },
            { customer_id: 175, full_name: "Alice Nguyen", email: "alice.nguyen@example.net", phone: "+1-469-555-0164" },
            { customer_id: 176, full_name: "Isaac Moreau", email: "isaac.moreau@example.org", phone: "+1-612-555-0133" },
            { customer_id: 177, full_name: "Kai Kumar", email: "kai.kumar@example.org", phone: "+1-202-555-0146" },
            { customer_id: 178, full_name: "Maja Evans", email: "maja.evans@example.com", phone: "+1-801-555-0188" },
            { customer_id: 179, full_name: "Lena Martin", email: "lena.martin@example.org", phone: "+1-905-555-0127" },
            { customer_id: 180, full_name: "Olivia Gupta", email: "olivia.gupta@example.org", phone: "+1-617-555-0132" },
            { customer_id: 181, full_name: "Jade Castro", email: "jade.castro@example.net", phone: "+1-415-555-0163" },
            { customer_id: 182, full_name: "Julia Castro", email: "julia.castro@example.net", phone: "+1-617-555-0163" },
            { customer_id: 183, full_name: "Diego Wright", email: "diego.wright@example.org", phone: "+1-713-555-0186" },
            { customer_id: 184, full_name: "Hannah Almeida", email: "hannah.almeida@example.com", phone: "+1-778-555-0155" },
            { customer_id: 185, full_name: "Diego Walker", email: "diego.walker@example.org", phone: "+1-972-555-0148" },
            { customer_id: 186, full_name: "Selin Meyer", email: "selin.meyer@example.org", phone: "+1-778-555-0104" },
            { customer_id: 187, full_name: "Daniel Silva", email: "daniel.silva@example.net", phone: "+1-469-555-0126" },
            { customer_id: 188, full_name: "Mei Jensen", email: "mei.jensen@example.org", phone: "+1-702-555-0168" },
            { customer_id: 189, full_name: "Zara Patel", email: "zara.patel@example.com", phone: "+1-415-555-0136" },
            { customer_id: 190, full_name: "Isaac Martin", email: "isaac.martin@example.com", phone: "+1-801-555-0135" },
            { customer_id: 191, full_name: "Rosa Sato", email: "rosa.sato@example.org", phone: "+1-503-555-0191" },
            { customer_id: 192, full_name: "Lena Becker", email: "lena.becker@example.com", phone: "+1-612-555-0120" },
            { customer_id: 193, full_name: "Jade Garcia", email: "jade.garcia@example.com", phone: "+1-503-555-0168" },
            { customer_id: 194, full_name: "Yara Flores", email: "yara.flores@example.org", phone: "+1-512-555-0156" },
            { customer_id: 195, full_name: "Leo Clark", email: "leo.clark@example.org", phone: "+1-617-555-0126" },
            { customer_id: 196, full_name: "Deniz Shah", email: "deniz.shah@example.com", phone: "+1-404-555-0151" },
            { customer_id: 197, full_name: "Selin Larsen", email: "selin.larsen@example.net", phone: "+1-512-555-0151" },
            { customer_id: 198, full_name: "Omar Evans", email: "omar.evans@example.net", phone: "+1-905-555-0143" },
            { customer_id: 199, full_name: "Maja Novak", email: "maja.novak@example.net", phone: "+1-303-555-0118" },
            { customer_id: 200, full_name: "Zara Clark", email: "zara.clark@example.com", phone: "+1-213-555-0139" },
        ],
    });
    await prisma.accounts.createMany({
        data: [
            { account_id: 1, customer_id: 47, account_number: "reference client service", account_type: "savings", balance: "88804.16" },
            { account_id: 2, customer_id: 11, account_number: "transaction customer branch", account_type: "savings", balance: "29707.45" },
            { account_id: 3, customer_id: 135, account_number: "each record assigned", account_type: "savings", balance: "5251.19" },
            { account_id: 4, customer_id: 83, account_number: "reference branch", account_type: "business", balance: "1627.41" },
            { account_id: 5, customer_id: 194, account_number: "network account", account_type: "savings", balance: "93069.96" },
            { account_id: 6, customer_id: 152, account_number: "system", account_type: "savings", balance: "10.60" },
            { account_id: 7, customer_id: 22, account_number: "system reference account", account_type: "checking", balance: "15331.33" },
            { account_id: 8, customer_id: 196, account_number: "account network assigned", account_type: "business", balance: "17701.01" },
            { account_id: 9, customer_id: 45, account_number: "unique system profile", account_type: "business", balance: "48772.44" },
            { account_id: 10, customer_id: 185, account_number: "access assigned unique", account_type: "checking", balance: "216854.37" },
            { account_id: 11, customer_id: 161, account_number: "network identifier", account_type: "savings", balance: "90216.17" },
            { account_id: 12, customer_id: 159, account_number: "bank record identifier", account_type: "savings", balance: "82316.38" },
            { account_id: 13, customer_id: 24, account_number: "account identifier", account_type: "savings", balance: "815441.86" },
            { account_id: 14, customer_id: 60, account_number: "transaction profile", account_type: "savings", balance: "16718.65" },
            { account_id: 15, customer_id: 143, account_number: "branch", account_type: "checking", balance: "463770.30" },
            { account_id: 16, customer_id: 6, account_number: "reference unique", account_type: "checking", balance: "527732.47" },
            { account_id: 17, customer_id: 69, account_number: "client bank reference", account_type: "checking", balance: "143142.51" },
            { account_id: 18, customer_id: 31, account_number: "each record", account_type: "business", balance: "252419.54" },
            { account_id: 19, customer_id: 91, account_number: "data profile", account_type: "checking", balance: "529238.95" },
            { account_id: 20, customer_id: 71, account_number: "each", account_type: "checking", balance: "18820.94" },
            { account_id: 21, customer_id: 65, account_number: "system network code", account_type: "savings", balance: "7621.90" },
            { account_id: 22, customer_id: 86, account_number: "reference customer client", account_type: "savings", balance: "37276.75" },
            { account_id: 23, customer_id: 36, account_number: "number reference unique", account_type: "business", balance: "329300.37" },
            { account_id: 24, customer_id: 66, account_number: "service transaction", account_type: "savings", balance: "43703.75" },
            { account_id: 25, customer_id: 176, account_number: "identifier service", account_type: "checking", balance: "842.97" },
            { account_id: 26, customer_id: 146, account_number: "customer", account_type: "savings", balance: "59763.21" },
            { account_id: 27, customer_id: 114, account_number: "data transaction each", account_type: "business", balance: "752801.22" },
            { account_id: 28, customer_id: 173, account_number: "assigned service code", account_type: "savings", balance: "276980.90" },
            { account_id: 29, customer_id: 142, account_number: "bank", account_type: "savings", balance: "877874.67" },
            { account_id: 30, customer_id: 25, account_number: "branch reference", account_type: "savings", balance: "363.41" },
            { account_id: 31, customer_id: 11, account_number: "access unique", account_type: "savings", balance: "761815.05" },
            { account_id: 32, customer_id: 94, account_number: "assigned data account", account_type: "savings", balance: "291.11" },
            { account_id: 33, customer_id: 137, account_number: "branch account code", account_type: "savings", balance: "60618.64" },
            { account_id: 34, customer_id: 82, account_number: "profile assigned record", account_type: "savings", balance: "21.45" },
            { account_id: 35, customer_id: 117, account_number: "unique", account_type: "savings", balance: "744478.71" },
            { account_id: 36, customer_id: 158, account_number: "service", account_type: "savings", balance: "909691.32" },
            { account_id: 37, customer_id: 105, account_number: "data", account_type: "checking", balance: "26622.06" },
            { account_id: 38, customer_id: 101, account_number: "service data client", account_type: "checking", balance: "79734.24" },
            { account_id: 39, customer_id: 56, account_number: "number", account_type: "savings", balance: "65140.07" },
            { account_id: 40, customer_id: 82, account_number: "branch", account_type: "savings", balance: "277849.73" },
            { account_id: 41, customer_id: 15, account_number: "data transaction profile", account_type: "savings", balance: "143991.93" },
            { account_id: 42, customer_id: 99, account_number: "unique profile access", account_type: "savings", balance: "837021.21" },
            { account_id: 43, customer_id: 35, account_number: "account identifier", account_type: "savings", balance: "86555.15" },
            { account_id: 44, customer_id: 160, account_number: "reference", account_type: "savings", balance: "255560.33" },
            { account_id: 45, customer_id: 95, account_number: "service", account_type: "savings", balance: "2.60" },
            { account_id: 46, customer_id: 195, account_number: "record number", account_type: "checking", balance: "4623.04" },
            { account_id: 47, customer_id: 142, account_number: "reference network unique", account_type: "savings", balance: "557431.92" },
            { account_id: 48, customer_id: 98, account_number: "profile", account_type: "savings", balance: "656886.06" },
            { account_id: 49, customer_id: 85, account_number: "code number branch", account_type: "savings", balance: "150575.39" },
            { account_id: 50, customer_id: 36, account_number: "each", account_type: "checking", balance: "220476.76" },
            { account_id: 51, customer_id: 92, account_number: "each", account_type: "savings", balance: "119611.85" },
            { account_id: 52, customer_id: 147, account_number: "profile unique", account_type: "savings", balance: "10860.03" },
            { account_id: 53, customer_id: 165, account_number: "code record each", account_type: "savings", balance: "1311.90" },
            { account_id: 54, customer_id: 39, account_number: "profile system", account_type: "business", balance: "905872.35" },
            { account_id: 55, customer_id: 28, account_number: "code unique network", account_type: "savings", balance: "768142.00" },
            { account_id: 56, customer_id: 183, account_number: "access", account_type: "savings", balance: "312999.45" },
            { account_id: 57, customer_id: 171, account_number: "number", account_type: "business", balance: "333042.85" },
            { account_id: 58, customer_id: 92, account_number: "unique", account_type: "checking", balance: "274567.29" },
            { account_id: 59, customer_id: 84, account_number: "branch code account", account_type: "checking", balance: "230423.73" },
            { account_id: 60, customer_id: 59, account_number: "each", account_type: "business", balance: "856820.78" },
            { account_id: 61, customer_id: 4, account_number: "transaction", account_type: "savings", balance: "378.24" },
            { account_id: 62, customer_id: 200, account_number: "client access", account_type: "savings", balance: "9280.84" },
            { account_id: 63, customer_id: 82, account_number: "data", account_type: "savings", balance: "653437.66" },
            { account_id: 64, customer_id: 51, account_number: "identifier each transaction", account_type: "savings", balance: "269142.36" },
            { account_id: 65, customer_id: 145, account_number: "system assigned transaction", account_type: "savings", balance: "3559.34" },
            { account_id: 66, customer_id: 61, account_number: "data code bank", account_type: "savings", balance: "3905.02" },
            { account_id: 67, customer_id: 189, account_number: "record reference", account_type: "checking", balance: "539065.49" },
            { account_id: 68, customer_id: 15, account_number: "number", account_type: "savings", balance: "37275.55" },
            { account_id: 69, customer_id: 113, account_number: "data bank", account_type: "checking", balance: "2147.92" },
            { account_id: 70, customer_id: 4, account_number: "branch", account_type: "business", balance: "543694.26" },
            { account_id: 71, customer_id: 18, account_number: "record unique", account_type: "savings", balance: "151754.67" },
            { account_id: 72, customer_id: 194, account_number: "access unique bank", account_type: "savings", balance: "14648.99" },
            { account_id: 73, customer_id: 51, account_number: "number code network", account_type: "checking", balance: "25165.56" },
            { account_id: 74, customer_id: 16, account_number: "data customer client", account_type: "savings", balance: "474280.78" },
            { account_id: 75, customer_id: 113, account_number: "code assigned account", account_type: "checking", balance: "46764.63" },
            { account_id: 76, customer_id: 196, account_number: "bank", account_type: "checking", balance: "475199.85" },
            { account_id: 77, customer_id: 89, account_number: "transaction", account_type: "savings", balance: "207.48" },
            { account_id: 78, customer_id: 76, account_number: "data", account_type: "checking", balance: "30135.59" },
            { account_id: 79, customer_id: 81, account_number: "data branch", account_type: "savings", balance: "213219.63" },
            { account_id: 80, customer_id: 25, account_number: "record data transaction", account_type: "savings", balance: "256403.83" },
            { account_id: 81, customer_id: 187, account_number: "unique network assigned", account_type: "savings", balance: "87979.08" },
            { account_id: 82, customer_id: 50, account_number: "account customer client", account_type: "checking", balance: "138979.50" },
            { account_id: 83, customer_id: 102, account_number: "profile transaction", account_type: "savings", balance: "238939.52" },
            { account_id: 84, customer_id: 50, account_number: "each assigned bank", account_type: "savings", balance: "79481.71" },
            { account_id: 85, customer_id: 139, account_number: "transaction assigned", account_type: "savings", balance: "703626.24" },
            { account_id: 86, customer_id: 55, account_number: "branch each", account_type: "savings", balance: "123753.89" },
            { account_id: 87, customer_id: 38, account_number: "identifier reference", account_type: "checking", balance: "4358.69" },
            { account_id: 88, customer_id: 25, account_number: "each reference", account_type: "checking", balance: "107149.87" },
            { account_id: 89, customer_id: 112, account_number: "transaction service", account_type: "savings", balance: "800789.44" },
            { account_id: 90, customer_id: 184, account_number: "profile", account_type: "checking", balance: "418703.64" },
            { account_id: 91, customer_id: 44, account_number: "each", account_type: "savings", balance: "680738.39" },
            { account_id: 92, customer_id: 130, account_number: "system reference bank", account_type: "savings", balance: "37273.70" },
            { account_id: 93, customer_id: 151, account_number: "profile", account_type: "savings", balance: "292032.61" },
            { account_id: 94, customer_id: 99, account_number: "account reference unique", account_type: "savings", balance: "315786.26" },
            { account_id: 95, customer_id: 103, account_number: "service", account_type: "savings", balance: "65253.51" },
            { account_id: 96, customer_id: 127, account_number: "account access", account_type: "savings", balance: "98795.68" },
            { account_id: 97, customer_id: 38, account_number: "branch unique service", account_type: "business", balance: "208.81" },
            { account_id: 98, customer_id: 186, account_number: "profile", account_type: "savings", balance: "98048.09" },
            { account_id: 99, customer_id: 115, account_number: "branch", account_type: "savings", balance: "672897.64" },
            { account_id: 100, customer_id: 140, account_number: "service system client", account_type: "savings", balance: "393091.80" },
            { account_id: 101, customer_id: 32, account_number: "identifier assigned network", account_type: "checking", balance: "57388.01" },
            { account_id: 102, customer_id: 57, account_number: "bank data code", account_type: "checking", balance: "887250.41" },
            { account_id: 103, customer_id: 186, account_number: "customer assigned network", account_type: "savings", balance: "635170.93" },
            { account_id: 104, customer_id: 82, account_number: "system", account_type: "business", balance: "459.73" },
            { account_id: 105, customer_id: 4, account_number: "profile", account_type: "savings", balance: "558.79" },
            { account_id: 106, customer_id: 53, account_number: "code system access", account_type: "checking", balance: "226683.72" },
            { account_id: 107, customer_id: 59, account_number: "reference", account_type: "checking", balance: "730758.11" },
            { account_id: 108, customer_id: 51, account_number: "account assigned", account_type: "savings", balance: "5958.90" },
            { account_id: 109, customer_id: 82, account_number: "identifier", account_type: "business", balance: "524440.48" },
            { account_id: 110, customer_id: 76, account_number: "code", account_type: "checking", balance: "313142.73" },
            { account_id: 111, customer_id: 70, account_number: "branch code identifier", account_type: "savings", balance: "425039.65" },
            { account_id: 112, customer_id: 34, account_number: "branch", account_type: "savings", balance: "464749.41" },
            { account_id: 113, customer_id: 13, account_number: "access branch", account_type: "checking", balance: "610219.52" },
            { account_id: 114, customer_id: 143, account_number: "system unique each", account_type: "business", balance: "701509.80" },
            { account_id: 115, customer_id: 50, account_number: "profile transaction", account_type: "checking", balance: "50268.28" },
            { account_id: 116, customer_id: 67, account_number: "system", account_type: "checking", balance: "519.93" },
            { account_id: 117, customer_id: 126, account_number: "customer reference", account_type: "savings", balance: "1237.70" },
            { account_id: 118, customer_id: 172, account_number: "record", account_type: "checking", balance: "13.35" },
            { account_id: 119, customer_id: 123, account_number: "number", account_type: "savings", balance: "11258.56" },
            { account_id: 120, customer_id: 150, account_number: "unique reference", account_type: "savings", balance: "457417.23" },
            { account_id: 121, customer_id: 115, account_number: "number assigned", account_type: "checking", balance: "781515.17" },
            { account_id: 122, customer_id: 87, account_number: "record client", account_type: "business", balance: "608267.52" },
            { account_id: 123, customer_id: 81, account_number: "code", account_type: "checking", balance: "23649.12" },
            { account_id: 124, customer_id: 104, account_number: "number", account_type: "checking", balance: "1849.99" },
            { account_id: 125, customer_id: 51, account_number: "reference", account_type: "savings", balance: "381832.69" },
            { account_id: 126, customer_id: 196, account_number: "code transaction account", account_type: "savings", balance: "978512.35" },
            { account_id: 127, customer_id: 76, account_number: "branch unique", account_type: "savings", balance: "746152.84" },
            { account_id: 128, customer_id: 182, account_number: "assigned customer", account_type: "savings", balance: "340.36" },
            { account_id: 129, customer_id: 199, account_number: "profile service", account_type: "checking", balance: "542675.47" },
            { account_id: 130, customer_id: 10, account_number: "client unique", account_type: "savings", balance: "378056.87" },
            { account_id: 131, customer_id: 2, account_number: "each", account_type: "checking", balance: "993612.78" },
            { account_id: 132, customer_id: 53, account_number: "each", account_type: "checking", balance: "758928.72" },
            { account_id: 133, customer_id: 34, account_number: "network each system", account_type: "savings", balance: "91944.49" },
            { account_id: 134, customer_id: 57, account_number: "service transaction", account_type: "checking", balance: "227905.46" },
            { account_id: 135, customer_id: 50, account_number: "profile", account_type: "savings", balance: "636258.19" },
            { account_id: 136, customer_id: 168, account_number: "code each", account_type: "checking", balance: "301216.41" },
            { account_id: 137, customer_id: 35, account_number: "record", account_type: "savings", balance: "45505.37" },
            { account_id: 138, customer_id: 103, account_number: "code access", account_type: "savings", balance: "106503.27" },
            { account_id: 139, customer_id: 130, account_number: "service code", account_type: "business", balance: "230.84" },
            { account_id: 140, customer_id: 166, account_number: "customer identifier", account_type: "business", balance: "809756.63" },
            { account_id: 141, customer_id: 77, account_number: "record bank system", account_type: "savings", balance: "571726.17" },
            { account_id: 142, customer_id: 150, account_number: "data bank", account_type: "checking", balance: "91262.96" },
            { account_id: 143, customer_id: 160, account_number: "data record reference", account_type: "business", balance: "753461.80" },
            { account_id: 144, customer_id: 138, account_number: "service", account_type: "savings", balance: "850057.48" },
            { account_id: 145, customer_id: 85, account_number: "assigned", account_type: "checking", balance: "293446.39" },
            { account_id: 146, customer_id: 115, account_number: "unique", account_type: "savings", balance: "14467.58" },
            { account_id: 147, customer_id: 144, account_number: "service assigned record", account_type: "checking", balance: "163078.39" },
            { account_id: 148, customer_id: 62, account_number: "identifier branch", account_type: "savings", balance: "10618.17" },
            { account_id: 149, customer_id: 28, account_number: "each", account_type: "business", balance: "128.79" },
            { account_id: 150, customer_id: 75, account_number: "assigned data bank", account_type: "savings", balance: "939867.42" },
            { account_id: 151, customer_id: 106, account_number: "client profile assigned", account_type: "savings", balance: "327406.79" },
            { account_id: 152, customer_id: 92, account_number: "access each assigned", account_type: "savings", balance: "298889.11" },
            { account_id: 153, customer_id: 36, account_number: "client data system", account_type: "checking", balance: "86904.40" },
            { account_id: 154, customer_id: 194, account_number: "profile each customer", account_type: "checking", balance: "230563.79" },
            { account_id: 155, customer_id: 1, account_number: "branch", account_type: "checking", balance: "547066.73" },
            { account_id: 156, customer_id: 68, account_number: "profile transaction", account_type: "savings", balance: "867940.86" },
            { account_id: 157, customer_id: 184, account_number: "branch", account_type: "savings", balance: "164020.15" },
            { account_id: 158, customer_id: 28, account_number: "unique", account_type: "checking", balance: "821986.24" },
            { account_id: 159, customer_id: 44, account_number: "account branch", account_type: "savings", balance: "296655.63" },
            { account_id: 160, customer_id: 179, account_number: "network each", account_type: "checking", balance: "1467.13" },
            { account_id: 161, customer_id: 44, account_number: "access", account_type: "business", balance: "11907.76" },
            { account_id: 162, customer_id: 33, account_number: "transaction system reference", account_type: "savings", balance: "43950.38" },
            { account_id: 163, customer_id: 141, account_number: "network", account_type: "checking", balance: "27409.05" },
            { account_id: 164, customer_id: 54, account_number: "number client", account_type: "savings", balance: "463971.86" },
            { account_id: 165, customer_id: 146, account_number: "unique record", account_type: "savings", balance: "308391.32" },
            { account_id: 166, customer_id: 62, account_number: "access assigned profile", account_type: "savings", balance: "6457.44" },
            { account_id: 167, customer_id: 21, account_number: "data", account_type: "savings", balance: "858465.87" },
            { account_id: 168, customer_id: 120, account_number: "network", account_type: "savings", balance: "639254.38" },
            { account_id: 169, customer_id: 187, account_number: "record", account_type: "savings", balance: "171287.31" },
            { account_id: 170, customer_id: 179, account_number: "transaction", account_type: "savings", balance: "483448.41" },
            { account_id: 171, customer_id: 141, account_number: "number unique record", account_type: "savings", balance: "632195.95" },
            { account_id: 172, customer_id: 125, account_number: "client assigned each", account_type: "checking", balance: "981736.04" },
            { account_id: 173, customer_id: 146, account_number: "customer", account_type: "checking", balance: "97709.18" },
            { account_id: 174, customer_id: 94, account_number: "assigned", account_type: "checking", balance: "58567.91" },
            { account_id: 175, customer_id: 113, account_number: "reference each profile", account_type: "savings", balance: "380169.02" },
            { account_id: 176, customer_id: 72, account_number: "branch profile bank", account_type: "business", balance: "436439.15" },
            { account_id: 177, customer_id: 153, account_number: "customer identifier branch", account_type: "checking", balance: "368728.79" },
            { account_id: 178, customer_id: 91, account_number: "record", account_type: "savings", balance: "573620.30" },
            { account_id: 179, customer_id: 101, account_number: "number system", account_type: "savings", balance: "950415.26" },
            { account_id: 180, customer_id: 25, account_number: "account code record", account_type: "business", balance: "212627.03" },
            { account_id: 181, customer_id: 20, account_number: "data each transaction", account_type: "savings", balance: "52452.83" },
            { account_id: 182, customer_id: 125, account_number: "bank", account_type: "savings", balance: "483926.20" },
            { account_id: 183, customer_id: 62, account_number: "customer code profile", account_type: "savings", balance: "1513.61" },
            { account_id: 184, customer_id: 10, account_number: "each reference", account_type: "checking", balance: "415013.25" },
            { account_id: 185, customer_id: 89, account_number: "client", account_type: "business", balance: "887862.97" },
            { account_id: 186, customer_id: 4, account_number: "account reference", account_type: "savings", balance: "72825.78" },
            { account_id: 187, customer_id: 127, account_number: "assigned", account_type: "checking", balance: "735927.55" },
            { account_id: 188, customer_id: 32, account_number: "unique", account_type: "savings", balance: "162405.01" },
            { account_id: 189, customer_id: 5, account_number: "access assigned", account_type: "savings", balance: "18454.55" },
            { account_id: 190, customer_id: 189, account_number: "system code", account_type: "business", balance: "13259.80" },
            { account_id: 191, customer_id: 146, account_number: "number system", account_type: "savings", balance: "694247.07" },
            { account_id: 192, customer_id: 51, account_number: "unique customer", account_type: "savings", balance: "225966.07" },
            { account_id: 193, customer_id: 38, account_number: "access", account_type: "savings", balance: "685100.28" },
            { account_id: 194, customer_id: 144, account_number: "number transaction data", account_type: "savings", balance: "27.49" },
            { account_id: 195, customer_id: 56, account_number: "branch", account_type: "savings", balance: "54703.91" },
            { account_id: 196, customer_id: 140, account_number: "service bank", account_type: "checking", balance: "33.10" },
            { account_id: 197, customer_id: 178, account_number: "unique network assigned", account_type: "savings", balance: "521231.67" },
            { account_id: 198, customer_id: 44, account_number: "number", account_type: "savings", balance: "0.08" },
            { account_id: 199, customer_id: 58, account_number: "bank network", account_type: "business", balance: "511185.96" },
            { account_id: 200, customer_id: 12, account_number: "code reference client", account_type: "checking", balance: "606874.36" },
        ],
    });
    await prisma.transactions.createMany({
        data: [
            { transaction_id: 1, account_id: 76, transaction_date: new Date("2023-07-23T07:24:45Z"), amount: "230.17", transaction_type: "withdrawal", category_id: 10 },
            { transaction_id: 2, account_id: 56, transaction_date: new Date("2023-03-08T18:34:11Z"), amount: "-4685.49", transaction_type: "deposit", category_id: null },
            { transaction_id: 3, account_id: 103, transaction_date: new Date("2023-10-12T17:10:39Z"), amount: "-8342.40", transaction_type: "transfer", category_id: 1 },
            { transaction_id: 4, account_id: 47, transaction_date: new Date("2023-01-17T21:59:26Z"), amount: "-9673.30", transaction_type: "deposit", category_id: 4 },
            { transaction_id: 5, account_id: 64, transaction_date: new Date("2022-07-12T19:54:05Z"), amount: "8981.80", transaction_type: "deposit", category_id: 9 },
            { transaction_id: 6, account_id: 128, transaction_date: new Date("2022-03-20T12:12:24Z"), amount: "-9880.03", transaction_type: "deposit", category_id: 5 },
            { transaction_id: 7, account_id: 144, transaction_date: new Date("2023-07-17T18:31:35Z"), amount: "3850.34", transaction_type: "deposit", category_id: 5 },
            { transaction_id: 8, account_id: 32, transaction_date: new Date("2023-04-12T17:28:50Z"), amount: "-9990.60", transaction_type: "deposit", category_id: null },
            { transaction_id: 9, account_id: 36, transaction_date: new Date("2023-08-18T18:13:34Z"), amount: "-9933.77", transaction_type: "transfer", category_id: 9 },
            { transaction_id: 10, account_id: 173, transaction_date: new Date("2023-02-14T16:19:57Z"), amount: "9272.42", transaction_type: "deposit", category_id: 4 },
            { transaction_id: 11, account_id: 18, transaction_date: new Date("2023-04-19T11:09:58Z"), amount: "-8548.45", transaction_type: "transfer", category_id: 10 },
            { transaction_id: 12, account_id: 23, transaction_date: new Date("2023-03-05T06:03:30Z"), amount: "-442.08", transaction_type: "withdrawal", category_id: 1 },
            { transaction_id: 13, account_id: 80, transaction_date: new Date("2022-10-02T19:01:55Z"), amount: "2281.81", transaction_type: "deposit", category_id: 3 },
            { transaction_id: 14, account_id: 128, transaction_date: new Date("2022-01-29T17:33:28Z"), amount: "-6188.68", transaction_type: "withdrawal", category_id: null },
            { transaction_id: 15, account_id: 107, transaction_date: new Date("2022-04-11T20:26:27Z"), amount: "7208.55", transaction_type: "withdrawal", category_id: null },
            { transaction_id: 16, account_id: 159, transaction_date: new Date("2023-12-01T13:48:11Z"), amount: "-9160.50", transaction_type: "withdrawal", category_id: null },
            { transaction_id: 17, account_id: 25, transaction_date: new Date("2022-09-01T19:47:45Z"), amount: "-6151.24", transaction_type: "deposit", category_id: 7 },
            { transaction_id: 18, account_id: 78, transaction_date: new Date("2022-06-24T17:38:22Z"), amount: "-2861.93", transaction_type: "transfer", category_id: 2 },
            { transaction_id: 19, account_id: 152, transaction_date: new Date("2023-05-03T19:15:53Z"), amount: "5995.72", transaction_type: "withdrawal", category_id: 9 },
            { transaction_id: 20, account_id: 76, transaction_date: new Date("2023-09-30T00:13:41Z"), amount: "-7923.05", transaction_type: "deposit", category_id: 10 },
            { transaction_id: 21, account_id: 61, transaction_date: new Date("2023-04-26T21:12:23Z"), amount: "-7982.82", transaction_type: "deposit", category_id: 3 },
            { transaction_id: 22, account_id: 17, transaction_date: new Date("2023-06-12T10:07:41Z"), amount: "6838.50", transaction_type: "withdrawal", category_id: 2 },
            { transaction_id: 23, account_id: 98, transaction_date: new Date("2022-04-04T19:28:38Z"), amount: "-9912.79", transaction_type: "withdrawal", category_id: 3 },
            { transaction_id: 24, account_id: 179, transaction_date: new Date("2023-02-06T14:31:53Z"), amount: "-5267.08", transaction_type: "withdrawal", category_id: 7 },
            { transaction_id: 25, account_id: 195, transaction_date: new Date("2022-04-05T10:24:32Z"), amount: "-9872.11", transaction_type: "withdrawal", category_id: 6 },
            { transaction_id: 26, account_id: 186, transaction_date: new Date("2023-12-17T12:50:41Z"), amount: "-9127.19", transaction_type: "deposit", category_id: 1 },
            { transaction_id: 27, account_id: 12, transaction_date: new Date("2022-04-03T18:36:52Z"), amount: "-9013.20", transaction_type: "deposit", category_id: null },
            { transaction_id: 28, account_id: 54, transaction_date: new Date("2022-01-07T16:32:08Z"), amount: "-1303.96", transaction_type: "withdrawal", category_id: 3 },
            { transaction_id: 29, account_id: 183, transaction_date: new Date("2022-11-10T05:14:51Z"), amount: "852.48", transaction_type: "deposit", category_id: 2 },
            { transaction_id: 30, account_id: 2, transaction_date: new Date("2023-06-15T14:18:10Z"), amount: "-1837.41", transaction_type: "transfer", category_id: null },
            { transaction_id: 31, account_id: 31, transaction_date: new Date("2022-01-11T22:00:55Z"), amount: "-8608.32", transaction_type: "withdrawal", category_id: 7 },
            { transaction_id: 32, account_id: 2, transaction_date: new Date("2022-05-30T22:48:25Z"), amount: "-1161.67", transaction_type: "withdrawal", category_id: 6 },
            { transaction_id: 33, account_id: 97, transaction_date: new Date("2023-11-26T14:50:27Z"), amount: "-9939.45", transaction_type: "withdrawal", category_id: 5 },
            { transaction_id: 34, account_id: 186, transaction_date: new Date("2023-11-03T16:47:23Z"), amount: "-9121.63", transaction_type: "deposit", category_id: 4 },
            { transaction_id: 35, account_id: 46, transaction_date: new Date("2023-10-04T18:01:18Z"), amount: "-8363.89", transaction_type: "deposit", category_id: 7 },
            { transaction_id: 36, account_id: 180, transaction_date: new Date("2022-03-12T21:42:08Z"), amount: "4871.91", transaction_type: "withdrawal", category_id: 2 },
            { transaction_id: 37, account_id: 102, transaction_date: new Date("2022-08-20T11:29:55Z"), amount: "-9951.39", transaction_type: "deposit", category_id: null },
            { transaction_id: 38, account_id: 149, transaction_date: new Date("2022-09-15T16:39:26Z"), amount: "-877.59", transaction_type: "withdrawal", category_id: 1 },
            { transaction_id: 39, account_id: 166, transaction_date: new Date("2022-09-03T20:18:29Z"), amount: "467.23", transaction_type: "deposit", category_id: 3 },
            { transaction_id: 40, account_id: 176, transaction_date: new Date("2023-08-28T18:35:07Z"), amount: "-5013.39", transaction_type: "deposit", category_id: 9 },
            { transaction_id: 41, account_id: 21, transaction_date: new Date("2022-11-09T09:38:35Z"), amount: "5197.64", transaction_type: "deposit", category_id: 9 },
            { transaction_id: 42, account_id: 19, transaction_date: new Date("2023-01-06T18:36:47Z"), amount: "-6349.96", transaction_type: "withdrawal", category_id: 2 },
            { transaction_id: 43, account_id: 100, transaction_date: new Date("2022-04-10T19:07:11Z"), amount: "1179.71", transaction_type: "withdrawal", category_id: null },
            { transaction_id: 44, account_id: 41, transaction_date: new Date("2023-01-15T19:04:33Z"), amount: "4327.18", transaction_type: "withdrawal", category_id: 8 },
            { transaction_id: 45, account_id: 31, transaction_date: new Date("2023-01-28T15:37:58Z"), amount: "-9788.52", transaction_type: "withdrawal", category_id: 2 },
            { transaction_id: 46, account_id: 111, transaction_date: new Date("2023-09-11T21:04:49Z"), amount: "-599.17", transaction_type: "deposit", category_id: 7 },
            { transaction_id: 47, account_id: 176, transaction_date: new Date("2022-03-29T15:40:22Z"), amount: "3115.20", transaction_type: "transfer", category_id: null },
            { transaction_id: 48, account_id: 76, transaction_date: new Date("2023-07-18T19:39:05Z"), amount: "-8656.90", transaction_type: "transfer", category_id: 7 },
            { transaction_id: 49, account_id: 83, transaction_date: new Date("2023-01-13T11:04:20Z"), amount: "-4155.59", transaction_type: "withdrawal", category_id: 3 },
            { transaction_id: 50, account_id: 62, transaction_date: new Date("2023-02-12T22:50:27Z"), amount: "-9722.59", transaction_type: "withdrawal", category_id: 5 },
            { transaction_id: 51, account_id: 135, transaction_date: new Date("2023-11-06T08:39:31Z"), amount: "-9191.27", transaction_type: "deposit", category_id: 1 },
            { transaction_id: 52, account_id: 101, transaction_date: new Date("2023-10-27T16:00:18Z"), amount: "1455.65", transaction_type: "deposit", category_id: 1 },
            { transaction_id: 53, account_id: 183, transaction_date: new Date("2023-02-20T18:32:26Z"), amount: "126.43", transaction_type: "transfer", category_id: 3 },
            { transaction_id: 54, account_id: 31, transaction_date: new Date("2022-10-21T19:10:04Z"), amount: "2317.69", transaction_type: "withdrawal", category_id: 5 },
            { transaction_id: 55, account_id: 4, transaction_date: new Date("2022-06-01T18:56:32Z"), amount: "4702.11", transaction_type: "deposit", category_id: 2 },
            { transaction_id: 56, account_id: 19, transaction_date: new Date("2022-10-10T15:55:12Z"), amount: "8542.76", transaction_type: "deposit", category_id: 6 },
            { transaction_id: 57, account_id: 75, transaction_date: new Date("2023-10-13T10:09:35Z"), amount: "-8021.80", transaction_type: "deposit", category_id: 8 },
            { transaction_id: 58, account_id: 129, transaction_date: new Date("2022-06-13T18:48:03Z"), amount: "-1831.30", transaction_type: "transfer", category_id: 2 },
            { transaction_id: 59, account_id: 37, transaction_date: new Date("2022-08-21T10:43:14Z"), amount: "2865.82", transaction_type: "deposit", category_id: 1 },
            { transaction_id: 60, account_id: 3, transaction_date: new Date("2023-12-26T06:17:33Z"), amount: "3493.22", transaction_type: "withdrawal", category_id: null },
            { transaction_id: 61, account_id: 200, transaction_date: new Date("2022-08-06T20:58:26Z"), amount: "-1680.12", transaction_type: "deposit", category_id: null },
            { transaction_id: 62, account_id: 137, transaction_date: new Date("2022-03-20T01:46:30Z"), amount: "7059.39", transaction_type: "withdrawal", category_id: 4 },
            { transaction_id: 63, account_id: 66, transaction_date: new Date("2022-07-23T04:28:21Z"), amount: "-4563.59", transaction_type: "withdrawal", category_id: null },
            { transaction_id: 64, account_id: 122, transaction_date: new Date("2023-04-15T17:07:29Z"), amount: "-7506.95", transaction_type: "withdrawal", category_id: null },
            { transaction_id: 65, account_id: 174, transaction_date: new Date("2022-03-31T00:10:40Z"), amount: "-9510.68", transaction_type: "withdrawal", category_id: 1 },
            { transaction_id: 66, account_id: 170, transaction_date: new Date("2022-11-04T10:39:30Z"), amount: "-1985.31", transaction_type: "withdrawal", category_id: null },
            { transaction_id: 67, account_id: 177, transaction_date: new Date("2022-04-05T18:19:54Z"), amount: "6132.76", transaction_type: "withdrawal", category_id: 5 },
            { transaction_id: 68, account_id: 29, transaction_date: new Date("2023-09-23T09:01:14Z"), amount: "-4227.47", transaction_type: "withdrawal", category_id: 4 },
            { transaction_id: 69, account_id: 12, transaction_date: new Date("2022-12-11T14:38:53Z"), amount: "-6857.18", transaction_type: "withdrawal", category_id: null },
            { transaction_id: 70, account_id: 175, transaction_date: new Date("2023-08-21T11:52:46Z"), amount: "-7044.31", transaction_type: "withdrawal", category_id: 9 },
            { transaction_id: 71, account_id: 55, transaction_date: new Date("2023-05-05T09:59:01Z"), amount: "-9793.40", transaction_type: "withdrawal", category_id: 8 },
            { transaction_id: 72, account_id: 3, transaction_date: new Date("2022-02-10T23:30:43Z"), amount: "2589.49", transaction_type: "transfer", category_id: 6 },
            { transaction_id: 73, account_id: 81, transaction_date: new Date("2023-10-23T16:38:06Z"), amount: "1536.08", transaction_type: "withdrawal", category_id: 5 },
            { transaction_id: 74, account_id: 161, transaction_date: new Date("2023-06-26T20:44:19Z"), amount: "-7770.16", transaction_type: "transfer", category_id: 6 },
            { transaction_id: 75, account_id: 6, transaction_date: new Date("2022-01-20T08:59:06Z"), amount: "-9062.83", transaction_type: "withdrawal", category_id: null },
            { transaction_id: 76, account_id: 83, transaction_date: new Date("2023-07-15T15:30:29Z"), amount: "-7329.70", transaction_type: "deposit", category_id: 2 },
            { transaction_id: 77, account_id: 79, transaction_date: new Date("2022-01-16T14:43:19Z"), amount: "-8207.65", transaction_type: "withdrawal", category_id: null },
            { transaction_id: 78, account_id: 28, transaction_date: new Date("2022-10-26T11:57:35Z"), amount: "467.52", transaction_type: "withdrawal", category_id: null },
            { transaction_id: 79, account_id: 180, transaction_date: new Date("2023-07-14T18:07:59Z"), amount: "-9873.16", transaction_type: "deposit", category_id: 6 },
            { transaction_id: 80, account_id: 111, transaction_date: new Date("2022-01-16T21:01:44Z"), amount: "-7497.49", transaction_type: "withdrawal", category_id: 3 },
            { transaction_id: 81, account_id: 16, transaction_date: new Date("2023-10-24T21:19:38Z"), amount: "3605.30", transaction_type: "deposit", category_id: 7 },
            { transaction_id: 82, account_id: 64, transaction_date: new Date("2023-08-30T06:46:25Z"), amount: "-9340.85", transaction_type: "deposit", category_id: 4 },
            { transaction_id: 83, account_id: 43, transaction_date: new Date("2023-09-17T13:37:33Z"), amount: "-9477.47", transaction_type: "deposit", category_id: 2 },
            { transaction_id: 84, account_id: 56, transaction_date: new Date("2022-06-29T02:02:36Z"), amount: "-5675.70", transaction_type: "withdrawal", category_id: null },
            { transaction_id: 85, account_id: 147, transaction_date: new Date("2022-11-21T21:36:23Z"), amount: "-8501.50", transaction_type: "transfer", category_id: 1 },
            { transaction_id: 86, account_id: 197, transaction_date: new Date("2023-12-23T20:27:30Z"), amount: "8962.21", transaction_type: "deposit", category_id: 4 },
            { transaction_id: 87, account_id: 187, transaction_date: new Date("2023-02-19T10:42:36Z"), amount: "-9977.05", transaction_type: "withdrawal", category_id: 6 },
            { transaction_id: 88, account_id: 7, transaction_date: new Date("2023-10-14T19:16:12Z"), amount: "7215.57", transaction_type: "deposit", category_id: 5 },
            { transaction_id: 89, account_id: 44, transaction_date: new Date("2022-06-01T17:33:42Z"), amount: "9834.15", transaction_type: "withdrawal", category_id: 6 },
            { transaction_id: 90, account_id: 184, transaction_date: new Date("2023-08-06T20:49:22Z"), amount: "-9058.98", transaction_type: "withdrawal", category_id: 8 },
            { transaction_id: 91, account_id: 66, transaction_date: new Date("2023-06-30T12:49:25Z"), amount: "2359.07", transaction_type: "deposit", category_id: 5 },
            { transaction_id: 92, account_id: 164, transaction_date: new Date("2023-01-07T23:22:53Z"), amount: "1776.55", transaction_type: "deposit", category_id: 1 },
            { transaction_id: 93, account_id: 117, transaction_date: new Date("2023-11-13T21:35:28Z"), amount: "-9927.86", transaction_type: "withdrawal", category_id: null },
            { transaction_id: 94, account_id: 198, transaction_date: new Date("2023-04-13T18:52:21Z"), amount: "-4639.38", transaction_type: "withdrawal", category_id: 8 },
            { transaction_id: 95, account_id: 108, transaction_date: new Date("2022-10-10T06:32:02Z"), amount: "-1870.67", transaction_type: "withdrawal", category_id: null },
            { transaction_id: 96, account_id: 196, transaction_date: new Date("2022-03-21T14:25:28Z"), amount: "-592.28", transaction_type: "withdrawal", category_id: null },
            { transaction_id: 97, account_id: 19, transaction_date: new Date("2023-12-14T12:57:41Z"), amount: "7069.22", transaction_type: "deposit", category_id: 6 },
            { transaction_id: 98, account_id: 109, transaction_date: new Date("2022-03-07T18:40:51Z"), amount: "3596.96", transaction_type: "deposit", category_id: 1 },
            { transaction_id: 99, account_id: 148, transaction_date: new Date("2022-01-05T15:05:05Z"), amount: "-5583.95", transaction_type: "withdrawal", category_id: 3 },
            { transaction_id: 100, account_id: 76, transaction_date: new Date("2023-12-21T20:45:51Z"), amount: "-7240.27", transaction_type: "deposit", category_id: 3 },
            { transaction_id: 101, account_id: 18, transaction_date: new Date("2023-01-11T06:44:21Z"), amount: "-9803.72", transaction_type: "transfer", category_id: 7 },
            { transaction_id: 102, account_id: 54, transaction_date: new Date("2022-01-27T22:33:28Z"), amount: "-7412.90", transaction_type: "transfer", category_id: 1 },
            { transaction_id: 103, account_id: 148, transaction_date: new Date("2023-08-10T21:39:52Z"), amount: "6322.69", transaction_type: "deposit", category_id: 7 },
            { transaction_id: 104, account_id: 171, transaction_date: new Date("2022-05-08T08:50:20Z"), amount: "4217.60", transaction_type: "withdrawal", category_id: null },
            { transaction_id: 105, account_id: 63, transaction_date: new Date("2022-02-19T21:33:05Z"), amount: "-8924.91", transaction_type: "withdrawal", category_id: 1 },
            { transaction_id: 106, account_id: 188, transaction_date: new Date("2022-08-10T19:07:08Z"), amount: "-5056.88", transaction_type: "transfer", category_id: 4 },
            { transaction_id: 107, account_id: 190, transaction_date: new Date("2023-05-07T07:27:13Z"), amount: "9913.63", transaction_type: "deposit", category_id: 8 },
            { transaction_id: 108, account_id: 119, transaction_date: new Date("2023-11-02T13:54:54Z"), amount: "-3430.26", transaction_type: "transfer", category_id: 5 },
            { transaction_id: 109, account_id: 1, transaction_date: new Date("2022-04-09T00:24:44Z"), amount: "6750.92", transaction_type: "deposit", category_id: 3 },
            { transaction_id: 110, account_id: 25, transaction_date: new Date("2023-12-09T16:02:51Z"), amount: "-5358.87", transaction_type: "deposit", category_id: 3 },
            { transaction_id: 111, account_id: 99, transaction_date: new Date("2022-11-10T19:45:12Z"), amount: "-268.42", transaction_type: "transfer", category_id: 7 },
            { transaction_id: 112, account_id: 103, transaction_date: new Date("2022-02-24T09:50:46Z"), amount: "9445.85", transaction_type: "deposit", category_id: 9 },
            { transaction_id: 113, account_id: 38, transaction_date: new Date("2023-09-23T08:21:36Z"), amount: "-7938.40", transaction_type: "deposit", category_id: 4 },
            { transaction_id: 114, account_id: 73, transaction_date: new Date("2022-11-05T18:28:16Z"), amount: "-8374.94", transaction_type: "deposit", category_id: 6 },
            { transaction_id: 115, account_id: 65, transaction_date: new Date("2022-12-30T10:15:23Z"), amount: "9334.53", transaction_type: "transfer", category_id: 1 },
            { transaction_id: 116, account_id: 4, transaction_date: new Date("2022-01-01T09:56:04Z"), amount: "-4916.33", transaction_type: "deposit", category_id: 8 },
            { transaction_id: 117, account_id: 190, transaction_date: new Date("2022-12-24T05:06:33Z"), amount: "-2847.29", transaction_type: "deposit", category_id: 3 },
            { transaction_id: 118, account_id: 175, transaction_date: new Date("2022-02-06T20:44:31Z"), amount: "-4889.44", transaction_type: "deposit", category_id: 6 },
            { transaction_id: 119, account_id: 132, transaction_date: new Date("2023-01-16T00:02:52Z"), amount: "9817.25", transaction_type: "deposit", category_id: 6 },
            { transaction_id: 120, account_id: 175, transaction_date: new Date("2022-05-04T14:41:31Z"), amount: "-784.75", transaction_type: "transfer", category_id: 4 },
            { transaction_id: 121, account_id: 35, transaction_date: new Date("2023-11-06T12:02:59Z"), amount: "5104.49", transaction_type: "deposit", category_id: 2 },
            { transaction_id: 122, account_id: 149, transaction_date: new Date("2023-12-03T20:06:01Z"), amount: "-1440.20", transaction_type: "deposit", category_id: 9 },
            { transaction_id: 123, account_id: 16, transaction_date: new Date("2022-05-07T16:15:32Z"), amount: "9250.79", transaction_type: "deposit", category_id: 10 },
            { transaction_id: 124, account_id: 46, transaction_date: new Date("2022-11-27T12:25:33Z"), amount: "-2802.63", transaction_type: "withdrawal", category_id: null },
            { transaction_id: 125, account_id: 199, transaction_date: new Date("2022-11-12T16:34:48Z"), amount: "-9985.22", transaction_type: "deposit", category_id: 7 },
            { transaction_id: 126, account_id: 189, transaction_date: new Date("2022-01-13T09:24:58Z"), amount: "-9612.54", transaction_type: "deposit", category_id: 4 },
            { transaction_id: 127, account_id: 130, transaction_date: new Date("2023-03-03T15:54:54Z"), amount: "-5153.33", transaction_type: "withdrawal", category_id: null },
            { transaction_id: 128, account_id: 93, transaction_date: new Date("2023-12-03T19:18:11Z"), amount: "1315.69", transaction_type: "deposit", category_id: 7 },
            { transaction_id: 129, account_id: 38, transaction_date: new Date("2023-07-27T08:43:49Z"), amount: "-1108.68", transaction_type: "withdrawal", category_id: 5 },
            { transaction_id: 130, account_id: 16, transaction_date: new Date("2022-07-10T11:29:44Z"), amount: "-4783.52", transaction_type: "deposit", category_id: null },
            { transaction_id: 131, account_id: 141, transaction_date: new Date("2022-08-17T13:49:27Z"), amount: "-9667.08", transaction_type: "withdrawal", category_id: 5 },
            { transaction_id: 132, account_id: 15, transaction_date: new Date("2023-03-01T12:53:18Z"), amount: "-289.85", transaction_type: "transfer", category_id: 10 },
            { transaction_id: 133, account_id: 121, transaction_date: new Date("2023-08-01T19:01:52Z"), amount: "-8728.68", transaction_type: "deposit", category_id: 8 },
            { transaction_id: 134, account_id: 174, transaction_date: new Date("2023-08-13T18:26:53Z"), amount: "-9527.34", transaction_type: "withdrawal", category_id: 9 },
            { transaction_id: 135, account_id: 34, transaction_date: new Date("2023-08-03T18:33:19Z"), amount: "-2446.00", transaction_type: "deposit", category_id: 10 },
            { transaction_id: 136, account_id: 139, transaction_date: new Date("2022-10-01T19:50:20Z"), amount: "-9976.73", transaction_type: "withdrawal", category_id: null },
            { transaction_id: 137, account_id: 141, transaction_date: new Date("2022-09-04T19:57:58Z"), amount: "-4869.38", transaction_type: "withdrawal", category_id: 9 },
            { transaction_id: 138, account_id: 105, transaction_date: new Date("2022-12-05T18:04:45Z"), amount: "1040.55", transaction_type: "transfer", category_id: 6 },
            { transaction_id: 139, account_id: 89, transaction_date: new Date("2023-04-25T10:47:50Z"), amount: "6908.72", transaction_type: "deposit", category_id: 6 },
            { transaction_id: 140, account_id: 165, transaction_date: new Date("2023-02-19T11:08:41Z"), amount: "-4325.92", transaction_type: "transfer", category_id: 5 },
            { transaction_id: 141, account_id: 60, transaction_date: new Date("2022-11-30T16:15:18Z"), amount: "-9875.56", transaction_type: "withdrawal", category_id: 3 },
            { transaction_id: 142, account_id: 29, transaction_date: new Date("2023-02-03T23:04:23Z"), amount: "5347.92", transaction_type: "withdrawal", category_id: null },
            { transaction_id: 143, account_id: 173, transaction_date: new Date("2023-04-30T11:29:30Z"), amount: "-6437.09", transaction_type: "transfer", category_id: 9 },
            { transaction_id: 144, account_id: 185, transaction_date: new Date("2023-12-06T15:39:49Z"), amount: "-9901.57", transaction_type: "deposit", category_id: 2 },
            { transaction_id: 145, account_id: 29, transaction_date: new Date("2023-11-05T16:07:56Z"), amount: "9327.96", transaction_type: "withdrawal", category_id: 2 },
            { transaction_id: 146, account_id: 163, transaction_date: new Date("2022-10-20T09:55:40Z"), amount: "-9890.85", transaction_type: "withdrawal", category_id: 8 },
            { transaction_id: 147, account_id: 118, transaction_date: new Date("2023-04-06T13:51:18Z"), amount: "-2672.19", transaction_type: "transfer", category_id: 9 },
            { transaction_id: 148, account_id: 192, transaction_date: new Date("2023-09-19T07:46:30Z"), amount: "715.14", transaction_type: "deposit", category_id: 7 },
            { transaction_id: 149, account_id: 79, transaction_date: new Date("2022-12-31T18:02:04Z"), amount: "36.37", transaction_type: "deposit", category_id: 5 },
            { transaction_id: 150, account_id: 191, transaction_date: new Date("2022-08-18T16:33:43Z"), amount: "-8908.87", transaction_type: "withdrawal", category_id: 4 },
            { transaction_id: 151, account_id: 121, transaction_date: new Date("2023-10-26T14:31:07Z"), amount: "-7894.03", transaction_type: "withdrawal", category_id: 3 },
            { transaction_id: 152, account_id: 23, transaction_date: new Date("2023-09-30T18:04:54Z"), amount: "-9985.44", transaction_type: "transfer", category_id: 9 },
            { transaction_id: 153, account_id: 75, transaction_date: new Date("2023-11-15T20:06:00Z"), amount: "-9729.65", transaction_type: "withdrawal", category_id: 7 },
            { transaction_id: 154, account_id: 130, transaction_date: new Date("2022-09-05T10:32:53Z"), amount: "-3572.55", transaction_type: "deposit", category_id: 1 },
            { transaction_id: 155, account_id: 177, transaction_date: new Date("2022-08-18T12:28:18Z"), amount: "9641.93", transaction_type: "withdrawal", category_id: 5 },
            { transaction_id: 156, account_id: 133, transaction_date: new Date("2023-07-29T19:42:06Z"), amount: "4221.41", transaction_type: "withdrawal", category_id: 9 },
            { transaction_id: 157, account_id: 18, transaction_date: new Date("2023-07-26T16:48:12Z"), amount: "926.05", transaction_type: "transfer", category_id: 8 },
            { transaction_id: 158, account_id: 133, transaction_date: new Date("2023-07-12T15:33:26Z"), amount: "-8415.00", transaction_type: "deposit", category_id: 3 },
            { transaction_id: 159, account_id: 187, transaction_date: new Date("2023-03-25T17:32:41Z"), amount: "-9995.84", transaction_type: "withdrawal", category_id: 1 },
            { transaction_id: 160, account_id: 127, transaction_date: new Date("2022-11-18T22:47:31Z"), amount: "483.42", transaction_type: "withdrawal", category_id: null },
            { transaction_id: 161, account_id: 108, transaction_date: new Date("2023-01-29T11:13:24Z"), amount: "-6958.74", transaction_type: "deposit", category_id: 1 },
            { transaction_id: 162, account_id: 115, transaction_date: new Date("2023-09-30T06:46:29Z"), amount: "-6954.35", transaction_type: "deposit", category_id: null },
            { transaction_id: 163, account_id: 44, transaction_date: new Date("2023-12-19T11:18:34Z"), amount: "7283.34", transaction_type: "withdrawal", category_id: 6 },
            { transaction_id: 164, account_id: 144, transaction_date: new Date("2023-04-27T12:04:40Z"), amount: "-3692.87", transaction_type: "withdrawal", category_id: 5 },
            { transaction_id: 165, account_id: 153, transaction_date: new Date("2023-07-20T09:08:45Z"), amount: "-9828.21", transaction_type: "withdrawal", category_id: 8 },
            { transaction_id: 166, account_id: 1, transaction_date: new Date("2022-10-13T14:17:03Z"), amount: "-8614.98", transaction_type: "withdrawal", category_id: 10 },
            { transaction_id: 167, account_id: 30, transaction_date: new Date("2023-12-23T18:47:57Z"), amount: "1508.28", transaction_type: "transfer", category_id: 7 },
            { transaction_id: 168, account_id: 72, transaction_date: new Date("2022-10-06T18:29:06Z"), amount: "-8994.29", transaction_type: "withdrawal", category_id: 6 },
            { transaction_id: 169, account_id: 162, transaction_date: new Date("2023-02-04T16:55:34Z"), amount: "-3340.55", transaction_type: "transfer", category_id: null },
            { transaction_id: 170, account_id: 28, transaction_date: new Date("2023-07-30T20:57:25Z"), amount: "-5595.14", transaction_type: "withdrawal", category_id: 2 },
            { transaction_id: 171, account_id: 93, transaction_date: new Date("2022-07-21T18:37:55Z"), amount: "1252.82", transaction_type: "transfer", category_id: 7 },
            { transaction_id: 172, account_id: 148, transaction_date: new Date("2023-05-02T13:15:53Z"), amount: "-9491.45", transaction_type: "deposit", category_id: 8 },
            { transaction_id: 173, account_id: 132, transaction_date: new Date("2022-06-23T17:32:35Z"), amount: "-4038.50", transaction_type: "transfer", category_id: 8 },
            { transaction_id: 174, account_id: 39, transaction_date: new Date("2022-03-10T21:07:40Z"), amount: "-8306.70", transaction_type: "deposit", category_id: 2 },
            { transaction_id: 175, account_id: 120, transaction_date: new Date("2022-03-09T10:51:12Z"), amount: "-6149.52", transaction_type: "withdrawal", category_id: 4 },
            { transaction_id: 176, account_id: 197, transaction_date: new Date("2022-05-31T09:20:25Z"), amount: "-9598.75", transaction_type: "transfer", category_id: 1 },
            { transaction_id: 177, account_id: 14, transaction_date: new Date("2023-05-06T18:10:25Z"), amount: "-7084.52", transaction_type: "deposit", category_id: 3 },
            { transaction_id: 178, account_id: 41, transaction_date: new Date("2023-04-17T08:58:44Z"), amount: "-9285.12", transaction_type: "transfer", category_id: null },
            { transaction_id: 179, account_id: 124, transaction_date: new Date("2023-09-18T11:43:28Z"), amount: "-4183.09", transaction_type: "withdrawal", category_id: 3 },
            { transaction_id: 180, account_id: 81, transaction_date: new Date("2022-11-24T19:52:47Z"), amount: "-9941.54", transaction_type: "transfer", category_id: 8 },
            { transaction_id: 181, account_id: 91, transaction_date: new Date("2023-06-25T10:35:32Z"), amount: "-5944.35", transaction_type: "withdrawal", category_id: 1 },
            { transaction_id: 182, account_id: 126, transaction_date: new Date("2022-08-19T19:01:35Z"), amount: "-8601.00", transaction_type: "transfer", category_id: 2 },
            { transaction_id: 183, account_id: 113, transaction_date: new Date("2022-10-16T19:50:22Z"), amount: "-5937.76", transaction_type: "deposit", category_id: 10 },
            { transaction_id: 184, account_id: 33, transaction_date: new Date("2022-10-26T17:16:41Z"), amount: "-3705.50", transaction_type: "deposit", category_id: 2 },
            { transaction_id: 185, account_id: 64, transaction_date: new Date("2022-04-28T20:13:19Z"), amount: "1959.41", transaction_type: "deposit", category_id: 3 },
            { transaction_id: 186, account_id: 89, transaction_date: new Date("2023-02-13T20:08:32Z"), amount: "-1096.84", transaction_type: "transfer", category_id: 5 },
            { transaction_id: 187, account_id: 48, transaction_date: new Date("2022-08-30T21:16:22Z"), amount: "2024.99", transaction_type: "withdrawal", category_id: 4 },
            { transaction_id: 188, account_id: 7, transaction_date: new Date("2023-10-20T20:31:26Z"), amount: "-5521.65", transaction_type: "deposit", category_id: 4 },
            { transaction_id: 189, account_id: 129, transaction_date: new Date("2022-05-19T12:53:45Z"), amount: "-6878.93", transaction_type: "transfer", category_id: 7 },
            { transaction_id: 190, account_id: 19, transaction_date: new Date("2022-08-06T22:27:36Z"), amount: "7810.85", transaction_type: "deposit", category_id: 6 },
            { transaction_id: 191, account_id: 180, transaction_date: new Date("2022-09-30T07:45:47Z"), amount: "-2707.71", transaction_type: "deposit", category_id: 7 },
            { transaction_id: 192, account_id: 133, transaction_date: new Date("2023-06-02T19:42:08Z"), amount: "-9982.23", transaction_type: "withdrawal", category_id: 9 },
            { transaction_id: 193, account_id: 190, transaction_date: new Date("2023-01-17T12:11:16Z"), amount: "8124.62", transaction_type: "withdrawal", category_id: 7 },
            { transaction_id: 194, account_id: 7, transaction_date: new Date("2023-09-25T17:42:25Z"), amount: "3745.30", transaction_type: "withdrawal", category_id: 4 },
            { transaction_id: 195, account_id: 176, transaction_date: new Date("2022-03-30T20:41:54Z"), amount: "-7797.67", transaction_type: "deposit", category_id: 10 },
            { transaction_id: 196, account_id: 75, transaction_date: new Date("2022-09-24T18:32:22Z"), amount: "3569.47", transaction_type: "withdrawal", category_id: 3 },
            { transaction_id: 197, account_id: 57, transaction_date: new Date("2023-05-11T19:55:01Z"), amount: "-7.95", transaction_type: "withdrawal", category_id: 1 },
            { transaction_id: 198, account_id: 64, transaction_date: new Date("2023-09-02T09:32:55Z"), amount: "-6854.43", transaction_type: "withdrawal", category_id: 1 },
            { transaction_id: 199, account_id: 168, transaction_date: new Date("2023-09-12T19:51:43Z"), amount: "-9998.44", transaction_type: "deposit", category_id: 5 },
            { transaction_id: 200, account_id: 28, transaction_date: new Date("2022-09-25T20:16:50Z"), amount: "-6085.07", transaction_type: "withdrawal", category_id: null },
            { transaction_id: 201, account_id: 34, transaction_date: new Date("2023-08-16T10:10:29Z"), amount: "5595.07", transaction_type: "deposit", category_id: 10 },
            { transaction_id: 202, account_id: 87, transaction_date: new Date("2022-11-23T18:55:48Z"), amount: "-5277.74", transaction_type: "deposit", category_id: 1 },
            { transaction_id: 203, account_id: 153, transaction_date: new Date("2023-06-17T05:37:43Z"), amount: "2455.70", transaction_type: "deposit", category_id: 4 },
            { transaction_id: 204, account_id: 8, transaction_date: new Date("2023-06-05T12:32:43Z"), amount: "-9902.65", transaction_type: "transfer", category_id: 8 },
            { transaction_id: 205, account_id: 34, transaction_date: new Date("2023-08-25T16:22:50Z"), amount: "5276.74", transaction_type: "deposit", category_id: 2 },
            { transaction_id: 206, account_id: 151, transaction_date: new Date("2023-09-19T21:19:51Z"), amount: "6851.98", transaction_type: "deposit", category_id: 1 },
            { transaction_id: 207, account_id: 72, transaction_date: new Date("2022-01-05T20:22:47Z"), amount: "3269.94", transaction_type: "deposit", category_id: 1 },
            { transaction_id: 208, account_id: 64, transaction_date: new Date("2023-02-18T20:15:58Z"), amount: "-2957.62", transaction_type: "transfer", category_id: 2 },
            { transaction_id: 209, account_id: 139, transaction_date: new Date("2023-07-10T11:11:32Z"), amount: "8947.31", transaction_type: "withdrawal", category_id: 8 },
            { transaction_id: 210, account_id: 94, transaction_date: new Date("2023-12-26T19:05:22Z"), amount: "-8652.33", transaction_type: "deposit", category_id: 10 },
            { transaction_id: 211, account_id: 177, transaction_date: new Date("2022-10-17T10:55:08Z"), amount: "4249.16", transaction_type: "deposit", category_id: 6 },
            { transaction_id: 212, account_id: 103, transaction_date: new Date("2022-09-17T15:38:44Z"), amount: "-8145.54", transaction_type: "withdrawal", category_id: 7 },
            { transaction_id: 213, account_id: 188, transaction_date: new Date("2023-04-19T00:28:41Z"), amount: "-9994.87", transaction_type: "deposit", category_id: 8 },
            { transaction_id: 214, account_id: 160, transaction_date: new Date("2022-11-23T09:22:11Z"), amount: "-9372.80", transaction_type: "deposit", category_id: 8 },
            { transaction_id: 215, account_id: 16, transaction_date: new Date("2022-03-25T18:05:07Z"), amount: "6587.42", transaction_type: "transfer", category_id: 10 },
            { transaction_id: 216, account_id: 172, transaction_date: new Date("2023-12-03T21:53:47Z"), amount: "-9941.46", transaction_type: "deposit", category_id: 1 },
            { transaction_id: 217, account_id: 65, transaction_date: new Date("2023-12-06T13:58:12Z"), amount: "-3718.62", transaction_type: "withdrawal", category_id: 2 },
            { transaction_id: 218, account_id: 162, transaction_date: new Date("2023-03-23T10:08:59Z"), amount: "-9964.58", transaction_type: "deposit", category_id: 7 },
            { transaction_id: 219, account_id: 53, transaction_date: new Date("2023-07-18T14:08:43Z"), amount: "-6355.96", transaction_type: "deposit", category_id: 2 },
            { transaction_id: 220, account_id: 136, transaction_date: new Date("2022-10-13T04:52:41Z"), amount: "-9230.36", transaction_type: "deposit", category_id: 1 },
            { transaction_id: 221, account_id: 153, transaction_date: new Date("2022-05-06T19:12:26Z"), amount: "-5635.73", transaction_type: "withdrawal", category_id: 10 },
            { transaction_id: 222, account_id: 130, transaction_date: new Date("2023-08-23T15:42:43Z"), amount: "9623.32", transaction_type: "transfer", category_id: null },
            { transaction_id: 223, account_id: 143, transaction_date: new Date("2023-10-28T07:33:39Z"), amount: "6922.50", transaction_type: "withdrawal", category_id: 5 },
            { transaction_id: 224, account_id: 63, transaction_date: new Date("2022-03-12T11:31:28Z"), amount: "-9466.63", transaction_type: "deposit", category_id: 1 },
            { transaction_id: 225, account_id: 170, transaction_date: new Date("2022-02-25T18:33:02Z"), amount: "-9868.12", transaction_type: "withdrawal", category_id: 10 },
            { transaction_id: 226, account_id: 59, transaction_date: new Date("2023-04-05T03:56:57Z"), amount: "9180.46", transaction_type: "deposit", category_id: null },
            { transaction_id: 227, account_id: 16, transaction_date: new Date("2023-01-11T07:28:24Z"), amount: "299.00", transaction_type: "withdrawal", category_id: 5 },
            { transaction_id: 228, account_id: 56, transaction_date: new Date("2022-11-24T18:02:59Z"), amount: "-6321.87", transaction_type: "deposit", category_id: 3 },
            { transaction_id: 229, account_id: 196, transaction_date: new Date("2022-05-31T11:43:16Z"), amount: "-9732.56", transaction_type: "transfer", category_id: 8 },
            { transaction_id: 230, account_id: 56, transaction_date: new Date("2023-03-28T17:53:02Z"), amount: "-2590.28", transaction_type: "deposit", category_id: 2 },
            { transaction_id: 231, account_id: 151, transaction_date: new Date("2022-01-02T13:13:08Z"), amount: "-1365.66", transaction_type: "transfer", category_id: 7 },
            { transaction_id: 232, account_id: 156, transaction_date: new Date("2022-05-11T23:41:23Z"), amount: "-9911.21", transaction_type: "transfer", category_id: 5 },
            { transaction_id: 233, account_id: 141, transaction_date: new Date("2022-11-26T15:05:07Z"), amount: "-9493.47", transaction_type: "deposit", category_id: 2 },
            { transaction_id: 234, account_id: 76, transaction_date: new Date("2022-12-13T17:37:51Z"), amount: "-6522.48", transaction_type: "transfer", category_id: 1 },
            { transaction_id: 235, account_id: 5, transaction_date: new Date("2023-09-22T20:41:42Z"), amount: "4345.19", transaction_type: "withdrawal", category_id: 4 },
            { transaction_id: 236, account_id: 82, transaction_date: new Date("2022-10-03T22:12:02Z"), amount: "-7334.06", transaction_type: "withdrawal", category_id: 6 },
            { transaction_id: 237, account_id: 97, transaction_date: new Date("2022-06-17T20:08:39Z"), amount: "-6759.98", transaction_type: "deposit", category_id: 4 },
            { transaction_id: 238, account_id: 148, transaction_date: new Date("2022-02-19T09:42:36Z"), amount: "-9943.02", transaction_type: "withdrawal", category_id: 5 },
            { transaction_id: 239, account_id: 46, transaction_date: new Date("2022-05-13T12:39:45Z"), amount: "976.22", transaction_type: "transfer", category_id: 2 },
            { transaction_id: 240, account_id: 49, transaction_date: new Date("2022-02-10T16:23:43Z"), amount: "-3726.68", transaction_type: "withdrawal", category_id: 3 },
            { transaction_id: 241, account_id: 148, transaction_date: new Date("2023-06-09T08:02:32Z"), amount: "-9742.00", transaction_type: "withdrawal", category_id: 3 },
            { transaction_id: 242, account_id: 124, transaction_date: new Date("2022-02-24T11:05:50Z"), amount: "-9071.12", transaction_type: "withdrawal", category_id: 5 },
            { transaction_id: 243, account_id: 28, transaction_date: new Date("2022-03-24T11:18:01Z"), amount: "794.60", transaction_type: "transfer", category_id: 10 },
            { transaction_id: 244, account_id: 77, transaction_date: new Date("2022-03-25T12:38:18Z"), amount: "1324.13", transaction_type: "withdrawal", category_id: 5 },
            { transaction_id: 245, account_id: 1, transaction_date: new Date("2022-03-22T19:26:09Z"), amount: "-8743.49", transaction_type: "withdrawal", category_id: 7 },
            { transaction_id: 246, account_id: 101, transaction_date: new Date("2023-06-18T14:51:56Z"), amount: "-9993.65", transaction_type: "withdrawal", category_id: 1 },
            { transaction_id: 247, account_id: 121, transaction_date: new Date("2023-06-11T08:00:39Z"), amount: "4140.56", transaction_type: "deposit", category_id: 2 },
            { transaction_id: 248, account_id: 158, transaction_date: new Date("2023-04-26T12:22:50Z"), amount: "-301.30", transaction_type: "withdrawal", category_id: 8 },
            { transaction_id: 249, account_id: 119, transaction_date: new Date("2022-01-09T21:32:31Z"), amount: "-5675.00", transaction_type: "deposit", category_id: 7 },
            { transaction_id: 250, account_id: 196, transaction_date: new Date("2023-01-26T08:30:44Z"), amount: "-9417.29", transaction_type: "withdrawal", category_id: 2 },
            { transaction_id: 251, account_id: 132, transaction_date: new Date("2022-04-04T18:38:04Z"), amount: "-6875.26", transaction_type: "deposit", category_id: 9 },
            { transaction_id: 252, account_id: 130, transaction_date: new Date("2023-01-31T18:15:20Z"), amount: "5858.87", transaction_type: "transfer", category_id: 4 },
            { transaction_id: 253, account_id: 199, transaction_date: new Date("2023-12-13T20:34:00Z"), amount: "-2163.23", transaction_type: "withdrawal", category_id: 5 },
            { transaction_id: 254, account_id: 55, transaction_date: new Date("2022-03-06T19:01:42Z"), amount: "-2762.24", transaction_type: "transfer", category_id: null },
            { transaction_id: 255, account_id: 12, transaction_date: new Date("2022-05-21T10:16:51Z"), amount: "5055.48", transaction_type: "withdrawal", category_id: 2 },
            { transaction_id: 256, account_id: 111, transaction_date: new Date("2022-10-21T14:23:37Z"), amount: "-8032.56", transaction_type: "deposit", category_id: 6 },
            { transaction_id: 257, account_id: 177, transaction_date: new Date("2023-11-09T22:56:00Z"), amount: "9599.68", transaction_type: "withdrawal", category_id: 4 },
            { transaction_id: 258, account_id: 89, transaction_date: new Date("2022-10-24T19:38:05Z"), amount: "3595.12", transaction_type: "withdrawal", category_id: 8 },
            { transaction_id: 259, account_id: 194, transaction_date: new Date("2022-02-28T00:44:19Z"), amount: "3931.99", transaction_type: "deposit", category_id: 8 },
            { transaction_id: 260, account_id: 96, transaction_date: new Date("2022-08-14T06:37:35Z"), amount: "-247.00", transaction_type: "withdrawal", category_id: 6 },
            { transaction_id: 261, account_id: 52, transaction_date: new Date("2022-06-11T15:43:08Z"), amount: "-7673.28", transaction_type: "transfer", category_id: 2 },
            { transaction_id: 262, account_id: 135, transaction_date: new Date("2023-08-28T09:11:02Z"), amount: "6242.11", transaction_type: "deposit", category_id: 5 },
            { transaction_id: 263, account_id: 79, transaction_date: new Date("2023-10-07T14:58:23Z"), amount: "-9804.05", transaction_type: "transfer", category_id: 6 },
            { transaction_id: 264, account_id: 74, transaction_date: new Date("2022-06-26T10:18:56Z"), amount: "-1787.24", transaction_type: "transfer", category_id: 1 },
            { transaction_id: 265, account_id: 160, transaction_date: new Date("2023-03-08T19:29:49Z"), amount: "7040.21", transaction_type: "deposit", category_id: null },
            { transaction_id: 266, account_id: 71, transaction_date: new Date("2022-08-14T19:54:23Z"), amount: "-5094.18", transaction_type: "withdrawal", category_id: 10 },
            { transaction_id: 267, account_id: 148, transaction_date: new Date("2023-05-26T19:59:52Z"), amount: "-3649.92", transaction_type: "deposit", category_id: 8 },
            { transaction_id: 268, account_id: 65, transaction_date: new Date("2023-04-14T23:24:42Z"), amount: "537.70", transaction_type: "deposit", category_id: 2 },
            { transaction_id: 269, account_id: 90, transaction_date: new Date("2022-04-28T16:03:11Z"), amount: "5375.46", transaction_type: "transfer", category_id: 3 },
            { transaction_id: 270, account_id: 130, transaction_date: new Date("2023-11-14T12:32:39Z"), amount: "-6940.54", transaction_type: "transfer", category_id: 6 },
            { transaction_id: 271, account_id: 55, transaction_date: new Date("2023-07-10T22:05:21Z"), amount: "4817.97", transaction_type: "withdrawal", category_id: 6 },
            { transaction_id: 272, account_id: 22, transaction_date: new Date("2023-10-13T07:14:25Z"), amount: "-9999.93", transaction_type: "withdrawal", category_id: 5 },
            { transaction_id: 273, account_id: 88, transaction_date: new Date("2022-01-23T18:32:49Z"), amount: "-8747.08", transaction_type: "withdrawal", category_id: null },
            { transaction_id: 274, account_id: 172, transaction_date: new Date("2022-07-09T15:31:24Z"), amount: "3617.09", transaction_type: "deposit", category_id: 3 },
            { transaction_id: 275, account_id: 136, transaction_date: new Date("2022-05-11T14:25:24Z"), amount: "-2074.90", transaction_type: "withdrawal", category_id: 6 },
            { transaction_id: 276, account_id: 186, transaction_date: new Date("2023-11-07T21:24:21Z"), amount: "-5994.05", transaction_type: "deposit", category_id: 7 },
            { transaction_id: 277, account_id: 172, transaction_date: new Date("2022-09-22T20:03:10Z"), amount: "-9203.63", transaction_type: "transfer", category_id: 4 },
            { transaction_id: 278, account_id: 181, transaction_date: new Date("2023-07-23T22:55:36Z"), amount: "-6194.32", transaction_type: "transfer", category_id: 3 },
            { transaction_id: 279, account_id: 100, transaction_date: new Date("2022-05-29T15:17:29Z"), amount: "-361.85", transaction_type: "deposit", category_id: 3 },
            { transaction_id: 280, account_id: 39, transaction_date: new Date("2023-01-19T22:06:13Z"), amount: "-9705.79", transaction_type: "deposit", category_id: 10 },
            { transaction_id: 281, account_id: 61, transaction_date: new Date("2023-01-20T17:28:13Z"), amount: "-3090.15", transaction_type: "deposit", category_id: 10 },
            { transaction_id: 282, account_id: 23, transaction_date: new Date("2023-07-31T08:41:46Z"), amount: "-8558.34", transaction_type: "withdrawal", category_id: 3 },
            { transaction_id: 283, account_id: 119, transaction_date: new Date("2022-09-25T09:00:29Z"), amount: "-9895.21", transaction_type: "withdrawal", category_id: 10 },
            { transaction_id: 284, account_id: 119, transaction_date: new Date("2023-03-13T16:52:13Z"), amount: "-9981.56", transaction_type: "deposit", category_id: 8 },
            { transaction_id: 285, account_id: 180, transaction_date: new Date("2022-03-04T14:58:10Z"), amount: "-1235.13", transaction_type: "withdrawal", category_id: 6 },
            { transaction_id: 286, account_id: 150, transaction_date: new Date("2023-10-21T11:28:09Z"), amount: "-9973.51", transaction_type: "transfer", category_id: 3 },
            { transaction_id: 287, account_id: 48, transaction_date: new Date("2023-08-24T21:48:09Z"), amount: "4789.33", transaction_type: "deposit", category_id: 8 },
            { transaction_id: 288, account_id: 19, transaction_date: new Date("2022-04-03T09:11:38Z"), amount: "382.08", transaction_type: "withdrawal", category_id: 2 },
            { transaction_id: 289, account_id: 45, transaction_date: new Date("2023-11-16T15:44:58Z"), amount: "-9966.39", transaction_type: "deposit", category_id: 2 },
            { transaction_id: 290, account_id: 30, transaction_date: new Date("2022-12-24T01:27:29Z"), amount: "-8705.34", transaction_type: "deposit", category_id: 7 },
            { transaction_id: 291, account_id: 112, transaction_date: new Date("2022-06-06T18:00:16Z"), amount: "-9709.93", transaction_type: "deposit", category_id: 10 },
            { transaction_id: 292, account_id: 52, transaction_date: new Date("2022-08-15T17:28:33Z"), amount: "-9880.26", transaction_type: "deposit", category_id: 3 },
            { transaction_id: 293, account_id: 96, transaction_date: new Date("2023-03-03T12:35:47Z"), amount: "614.38", transaction_type: "deposit", category_id: 5 },
            { transaction_id: 294, account_id: 141, transaction_date: new Date("2022-09-12T21:41:09Z"), amount: "-1173.99", transaction_type: "transfer", category_id: 5 },
            { transaction_id: 295, account_id: 36, transaction_date: new Date("2022-04-16T21:55:58Z"), amount: "3665.64", transaction_type: "deposit", category_id: 5 },
            { transaction_id: 296, account_id: 18, transaction_date: new Date("2023-05-20T11:01:38Z"), amount: "4070.78", transaction_type: "deposit", category_id: 3 },
            { transaction_id: 297, account_id: 35, transaction_date: new Date("2023-02-12T18:01:36Z"), amount: "-6666.07", transaction_type: "withdrawal", category_id: 9 },
            { transaction_id: 298, account_id: 182, transaction_date: new Date("2023-10-02T10:33:27Z"), amount: "-9253.37", transaction_type: "deposit", category_id: 1 },
            { transaction_id: 299, account_id: 53, transaction_date: new Date("2023-12-18T19:42:44Z"), amount: "-9933.44", transaction_type: "deposit", category_id: 9 },
            { transaction_id: 300, account_id: 50, transaction_date: new Date("2023-12-06T08:03:19Z"), amount: "9772.55", transaction_type: "deposit", category_id: null },
            { transaction_id: 301, account_id: 11, transaction_date: new Date("2023-02-19T09:54:12Z"), amount: "-8269.88", transaction_type: "deposit", category_id: 8 },
            { transaction_id: 302, account_id: 145, transaction_date: new Date("2023-01-30T18:54:08Z"), amount: "-7381.22", transaction_type: "transfer", category_id: 8 },
            { transaction_id: 303, account_id: 34, transaction_date: new Date("2023-05-01T12:14:31Z"), amount: "-4408.60", transaction_type: "withdrawal", category_id: 4 },
            { transaction_id: 304, account_id: 19, transaction_date: new Date("2022-04-04T12:53:57Z"), amount: "-8209.19", transaction_type: "deposit", category_id: 9 },
            { transaction_id: 305, account_id: 117, transaction_date: new Date("2022-04-15T07:13:40Z"), amount: "-8417.67", transaction_type: "deposit", category_id: 5 },
            { transaction_id: 306, account_id: 83, transaction_date: new Date("2022-02-09T19:37:40Z"), amount: "2626.14", transaction_type: "deposit", category_id: null },
            { transaction_id: 307, account_id: 121, transaction_date: new Date("2022-01-07T17:01:26Z"), amount: "1576.25", transaction_type: "withdrawal", category_id: 3 },
            { transaction_id: 308, account_id: 192, transaction_date: new Date("2023-09-08T18:45:49Z"), amount: "-9399.37", transaction_type: "transfer", category_id: 6 },
            { transaction_id: 309, account_id: 4, transaction_date: new Date("2023-06-02T08:39:44Z"), amount: "-9363.70", transaction_type: "withdrawal", category_id: null },
            { transaction_id: 310, account_id: 43, transaction_date: new Date("2022-02-16T10:37:38Z"), amount: "738.27", transaction_type: "transfer", category_id: 2 },
            { transaction_id: 311, account_id: 123, transaction_date: new Date("2023-11-09T19:17:11Z"), amount: "-9999.91", transaction_type: "deposit", category_id: 10 },
            { transaction_id: 312, account_id: 131, transaction_date: new Date("2022-08-21T08:21:44Z"), amount: "-9615.11", transaction_type: "deposit", category_id: 5 },
            { transaction_id: 313, account_id: 123, transaction_date: new Date("2023-06-24T10:14:35Z"), amount: "-9907.10", transaction_type: "transfer", category_id: 10 },
            { transaction_id: 314, account_id: 48, transaction_date: new Date("2022-06-23T12:56:43Z"), amount: "-6686.72", transaction_type: "withdrawal", category_id: 1 },
            { transaction_id: 315, account_id: 137, transaction_date: new Date("2022-06-14T17:46:36Z"), amount: "-8976.76", transaction_type: "transfer", category_id: 7 },
            { transaction_id: 316, account_id: 82, transaction_date: new Date("2022-03-14T06:26:45Z"), amount: "-3704.40", transaction_type: "deposit", category_id: 6 },
            { transaction_id: 317, account_id: 105, transaction_date: new Date("2022-10-01T15:43:35Z"), amount: "-9081.62", transaction_type: "deposit", category_id: 10 },
            { transaction_id: 318, account_id: 116, transaction_date: new Date("2022-03-15T09:19:39Z"), amount: "8255.09", transaction_type: "deposit", category_id: 7 },
            { transaction_id: 319, account_id: 26, transaction_date: new Date("2023-03-25T08:42:56Z"), amount: "-6838.46", transaction_type: "withdrawal", category_id: null },
            { transaction_id: 320, account_id: 132, transaction_date: new Date("2023-01-31T20:27:01Z"), amount: "-2756.13", transaction_type: "deposit", category_id: null },
            { transaction_id: 321, account_id: 81, transaction_date: new Date("2022-12-01T11:09:54Z"), amount: "5321.33", transaction_type: "deposit", category_id: 7 },
            { transaction_id: 322, account_id: 145, transaction_date: new Date("2022-06-02T13:58:22Z"), amount: "-274.09", transaction_type: "deposit", category_id: 4 },
            { transaction_id: 323, account_id: 134, transaction_date: new Date("2022-03-23T14:59:43Z"), amount: "-6899.89", transaction_type: "withdrawal", category_id: 4 },
            { transaction_id: 324, account_id: 169, transaction_date: new Date("2022-03-04T15:39:55Z"), amount: "-1623.82", transaction_type: "transfer", category_id: 10 },
            { transaction_id: 325, account_id: 4, transaction_date: new Date("2022-09-29T13:21:02Z"), amount: "5868.41", transaction_type: "withdrawal", category_id: 5 },
            { transaction_id: 326, account_id: 79, transaction_date: new Date("2023-05-30T08:57:53Z"), amount: "-7852.49", transaction_type: "transfer", category_id: 10 },
            { transaction_id: 327, account_id: 162, transaction_date: new Date("2023-03-16T23:17:30Z"), amount: "7472.20", transaction_type: "deposit", category_id: 9 },
            { transaction_id: 328, account_id: 96, transaction_date: new Date("2023-08-08T11:02:13Z"), amount: "3072.03", transaction_type: "deposit", category_id: null },
            { transaction_id: 329, account_id: 68, transaction_date: new Date("2022-03-28T10:36:30Z"), amount: "-9069.62", transaction_type: "deposit", category_id: 6 },
            { transaction_id: 330, account_id: 165, transaction_date: new Date("2022-02-11T20:53:57Z"), amount: "44.03", transaction_type: "deposit", category_id: null },
            { transaction_id: 331, account_id: 154, transaction_date: new Date("2022-05-06T13:45:10Z"), amount: "-9273.04", transaction_type: "withdrawal", category_id: 2 },
            { transaction_id: 332, account_id: 180, transaction_date: new Date("2022-01-12T12:00:49Z"), amount: "-3252.12", transaction_type: "deposit", category_id: 9 },
            { transaction_id: 333, account_id: 24, transaction_date: new Date("2022-09-18T10:54:49Z"), amount: "-9237.13", transaction_type: "deposit", category_id: 3 },
            { transaction_id: 334, account_id: 139, transaction_date: new Date("2022-12-30T19:05:42Z"), amount: "-5410.53", transaction_type: "deposit", category_id: 4 },
            { transaction_id: 335, account_id: 97, transaction_date: new Date("2022-06-26T15:56:53Z"), amount: "-4852.99", transaction_type: "deposit", category_id: 7 },
            { transaction_id: 336, account_id: 111, transaction_date: new Date("2023-10-22T14:38:17Z"), amount: "-9844.57", transaction_type: "deposit", category_id: null },
            { transaction_id: 337, account_id: 41, transaction_date: new Date("2023-12-28T18:33:35Z"), amount: "-9937.55", transaction_type: "deposit", category_id: 5 },
            { transaction_id: 338, account_id: 2, transaction_date: new Date("2023-04-21T01:00:00Z"), amount: "-9493.47", transaction_type: "withdrawal", category_id: 8 },
            { transaction_id: 339, account_id: 158, transaction_date: new Date("2022-12-26T19:50:31Z"), amount: "-5289.57", transaction_type: "withdrawal", category_id: 5 },
            { transaction_id: 340, account_id: 86, transaction_date: new Date("2022-07-25T15:21:48Z"), amount: "7607.13", transaction_type: "withdrawal", category_id: 7 },
            { transaction_id: 341, account_id: 155, transaction_date: new Date("2022-10-09T15:15:56Z"), amount: "1719.97", transaction_type: "withdrawal", category_id: 1 },
            { transaction_id: 342, account_id: 64, transaction_date: new Date("2023-06-19T07:30:28Z"), amount: "296.52", transaction_type: "deposit", category_id: 7 },
            { transaction_id: 343, account_id: 19, transaction_date: new Date("2023-06-19T12:14:30Z"), amount: "-9176.47", transaction_type: "transfer", category_id: 3 },
            { transaction_id: 344, account_id: 193, transaction_date: new Date("2023-05-15T10:08:54Z"), amount: "-6281.96", transaction_type: "withdrawal", category_id: 2 },
            { transaction_id: 345, account_id: 172, transaction_date: new Date("2022-11-17T11:50:41Z"), amount: "-7097.28", transaction_type: "withdrawal", category_id: 6 },
            { transaction_id: 346, account_id: 14, transaction_date: new Date("2023-06-14T17:42:29Z"), amount: "-7596.11", transaction_type: "withdrawal", category_id: 4 },
            { transaction_id: 347, account_id: 109, transaction_date: new Date("2022-02-22T18:31:06Z"), amount: "-9468.64", transaction_type: "deposit", category_id: 6 },
            { transaction_id: 348, account_id: 46, transaction_date: new Date("2022-06-09T18:39:40Z"), amount: "-5048.97", transaction_type: "deposit", category_id: 2 },
            { transaction_id: 349, account_id: 49, transaction_date: new Date("2023-09-24T22:36:06Z"), amount: "4803.68", transaction_type: "withdrawal", category_id: 9 },
            { transaction_id: 350, account_id: 119, transaction_date: new Date("2022-03-15T15:45:07Z"), amount: "-9999.95", transaction_type: "deposit", category_id: 4 },
            { transaction_id: 351, account_id: 66, transaction_date: new Date("2023-10-16T11:15:17Z"), amount: "3583.68", transaction_type: "deposit", category_id: 6 },
            { transaction_id: 352, account_id: 53, transaction_date: new Date("2022-01-12T20:30:49Z"), amount: "-1924.47", transaction_type: "deposit", category_id: 6 },
            { transaction_id: 353, account_id: 4, transaction_date: new Date("2023-11-02T21:59:25Z"), amount: "1294.13", transaction_type: "transfer", category_id: 10 },
            { transaction_id: 354, account_id: 150, transaction_date: new Date("2022-08-26T10:01:16Z"), amount: "2975.19", transaction_type: "deposit", category_id: 3 },
            { transaction_id: 355, account_id: 165, transaction_date: new Date("2022-09-01T18:05:48Z"), amount: "-4900.05", transaction_type: "withdrawal", category_id: 2 },
            { transaction_id: 356, account_id: 56, transaction_date: new Date("2022-07-31T19:25:35Z"), amount: "-3039.07", transaction_type: "withdrawal", category_id: 2 },
            { transaction_id: 357, account_id: 42, transaction_date: new Date("2023-12-08T14:48:04Z"), amount: "-8247.53", transaction_type: "deposit", category_id: 7 },
            { transaction_id: 358, account_id: 155, transaction_date: new Date("2023-06-29T10:34:30Z"), amount: "-4843.20", transaction_type: "deposit", category_id: 1 },
            { transaction_id: 359, account_id: 60, transaction_date: new Date("2023-07-08T11:26:02Z"), amount: "-9995.13", transaction_type: "withdrawal", category_id: 3 },
            { transaction_id: 360, account_id: 92, transaction_date: new Date("2022-10-01T08:09:30Z"), amount: "-4406.39", transaction_type: "transfer", category_id: 9 },
            { transaction_id: 361, account_id: 48, transaction_date: new Date("2023-04-28T20:43:45Z"), amount: "2370.32", transaction_type: "withdrawal", category_id: 10 },
            { transaction_id: 362, account_id: 12, transaction_date: new Date("2022-06-29T15:07:54Z"), amount: "-421.24", transaction_type: "withdrawal", category_id: 4 },
            { transaction_id: 363, account_id: 113, transaction_date: new Date("2023-06-03T23:19:08Z"), amount: "9527.17", transaction_type: "withdrawal", category_id: 10 },
            { transaction_id: 364, account_id: 95, transaction_date: new Date("2023-09-13T23:11:47Z"), amount: "-3270.67", transaction_type: "deposit", category_id: 5 },
            { transaction_id: 365, account_id: 162, transaction_date: new Date("2023-01-31T13:37:36Z"), amount: "-5832.05", transaction_type: "deposit", category_id: 1 },
            { transaction_id: 366, account_id: 102, transaction_date: new Date("2023-02-09T07:30:43Z"), amount: "-6836.02", transaction_type: "withdrawal", category_id: 7 },
            { transaction_id: 367, account_id: 130, transaction_date: new Date("2022-04-23T10:34:45Z"), amount: "5423.49", transaction_type: "deposit", category_id: null },
            { transaction_id: 368, account_id: 81, transaction_date: new Date("2023-09-02T06:10:06Z"), amount: "9861.73", transaction_type: "deposit", category_id: 9 },
            { transaction_id: 369, account_id: 199, transaction_date: new Date("2023-09-02T21:36:53Z"), amount: "4887.63", transaction_type: "withdrawal", category_id: 2 },
            { transaction_id: 370, account_id: 165, transaction_date: new Date("2022-12-06T13:01:47Z"), amount: "-9761.49", transaction_type: "withdrawal", category_id: 4 },
            { transaction_id: 371, account_id: 95, transaction_date: new Date("2022-11-25T17:37:25Z"), amount: "-2834.02", transaction_type: "deposit", category_id: 1 },
            { transaction_id: 372, account_id: 91, transaction_date: new Date("2022-10-06T21:57:36Z"), amount: "-5380.00", transaction_type: "deposit", category_id: 10 },
            { transaction_id: 373, account_id: 24, transaction_date: new Date("2023-09-01T18:28:00Z"), amount: "-3253.05", transaction_type: "transfer", category_id: 9 },
            { transaction_id: 374, account_id: 93, transaction_date: new Date("2023-08-10T08:20:21Z"), amount: "758.69", transaction_type: "withdrawal", category_id: 6 },
            { transaction_id: 375, account_id: 174, transaction_date: new Date("2023-07-14T15:27:51Z"), amount: "3772.87", transaction_type: "deposit", category_id: 10 },
            { transaction_id: 376, account_id: 3, transaction_date: new Date("2023-06-14T19:33:41Z"), amount: "-3165.41", transaction_type: "deposit", category_id: 10 },
            { transaction_id: 377, account_id: 197, transaction_date: new Date("2023-11-15T13:15:07Z"), amount: "-5216.70", transaction_type: "withdrawal", category_id: 10 },
            { transaction_id: 378, account_id: 7, transaction_date: new Date("2023-08-28T10:14:22Z"), amount: "-9895.44", transaction_type: "deposit", category_id: 4 },
            { transaction_id: 379, account_id: 173, transaction_date: new Date("2022-07-28T21:25:32Z"), amount: "-7046.58", transaction_type: "withdrawal", category_id: 5 },
            { transaction_id: 380, account_id: 99, transaction_date: new Date("2022-06-04T15:15:40Z"), amount: "-505.82", transaction_type: "deposit", category_id: 8 },
            { transaction_id: 381, account_id: 130, transaction_date: new Date("2023-08-28T15:00:01Z"), amount: "-9963.63", transaction_type: "transfer", category_id: 2 },
            { transaction_id: 382, account_id: 65, transaction_date: new Date("2022-04-05T22:05:10Z"), amount: "6339.56", transaction_type: "deposit", category_id: 3 },
            { transaction_id: 383, account_id: 153, transaction_date: new Date("2023-10-31T13:19:40Z"), amount: "-4315.05", transaction_type: "withdrawal", category_id: 9 },
            { transaction_id: 384, account_id: 49, transaction_date: new Date("2022-04-04T09:18:14Z"), amount: "-9702.04", transaction_type: "deposit", category_id: 6 },
            { transaction_id: 385, account_id: 96, transaction_date: new Date("2023-08-29T13:34:53Z"), amount: "2633.65", transaction_type: "deposit", category_id: 8 },
            { transaction_id: 386, account_id: 60, transaction_date: new Date("2023-01-10T23:07:22Z"), amount: "8075.98", transaction_type: "deposit", category_id: null },
            { transaction_id: 387, account_id: 195, transaction_date: new Date("2023-08-05T08:03:51Z"), amount: "-2296.58", transaction_type: "transfer", category_id: 4 },
            { transaction_id: 388, account_id: 82, transaction_date: new Date("2023-01-06T13:38:33Z"), amount: "-6843.91", transaction_type: "withdrawal", category_id: 4 },
            { transaction_id: 389, account_id: 145, transaction_date: new Date("2023-03-12T20:49:49Z"), amount: "-7938.70", transaction_type: "withdrawal", category_id: null },
            { transaction_id: 390, account_id: 182, transaction_date: new Date("2022-01-24T15:51:47Z"), amount: "9526.58", transaction_type: "withdrawal", category_id: 7 },
            { transaction_id: 391, account_id: 101, transaction_date: new Date("2023-07-31T08:24:34Z"), amount: "-161.93", transaction_type: "withdrawal", category_id: 4 },
            { transaction_id: 392, account_id: 29, transaction_date: new Date("2022-09-02T09:19:07Z"), amount: "-9169.46", transaction_type: "deposit", category_id: 10 },
            { transaction_id: 393, account_id: 61, transaction_date: new Date("2023-08-05T16:47:25Z"), amount: "-6647.90", transaction_type: "deposit", category_id: 3 },
            { transaction_id: 394, account_id: 116, transaction_date: new Date("2022-08-07T15:20:46Z"), amount: "-9978.70", transaction_type: "withdrawal", category_id: 2 },
            { transaction_id: 395, account_id: 81, transaction_date: new Date("2023-09-13T17:07:54Z"), amount: "3063.24", transaction_type: "withdrawal", category_id: null },
            { transaction_id: 396, account_id: 4, transaction_date: new Date("2022-06-24T10:45:08Z"), amount: "-5642.08", transaction_type: "deposit", category_id: 5 },
            { transaction_id: 397, account_id: 82, transaction_date: new Date("2023-10-08T21:20:30Z"), amount: "-9948.31", transaction_type: "deposit", category_id: 1 },
            { transaction_id: 398, account_id: 85, transaction_date: new Date("2023-07-10T11:51:55Z"), amount: "1112.37", transaction_type: "deposit", category_id: 5 },
            { transaction_id: 399, account_id: 139, transaction_date: new Date("2023-04-03T21:19:03Z"), amount: "-9290.36", transaction_type: "deposit", category_id: 9 },
            { transaction_id: 400, account_id: 126, transaction_date: new Date("2023-05-10T19:30:43Z"), amount: "-9972.39", transaction_type: "withdrawal", category_id: 3 },
            { transaction_id: 401, account_id: 146, transaction_date: new Date("2022-10-09T11:54:41Z"), amount: "-9156.31", transaction_type: "withdrawal", category_id: 5 },
            { transaction_id: 402, account_id: 53, transaction_date: new Date("2022-04-02T17:37:59Z"), amount: "7403.14", transaction_type: "withdrawal", category_id: 6 },
            { transaction_id: 403, account_id: 35, transaction_date: new Date("2022-05-25T12:21:38Z"), amount: "-9132.50", transaction_type: "deposit", category_id: 4 },
            { transaction_id: 404, account_id: 145, transaction_date: new Date("2022-12-16T18:12:58Z"), amount: "-9991.94", transaction_type: "withdrawal", category_id: null },
            { transaction_id: 405, account_id: 77, transaction_date: new Date("2023-07-25T10:34:02Z"), amount: "-9547.28", transaction_type: "transfer", category_id: 8 },
            { transaction_id: 406, account_id: 62, transaction_date: new Date("2022-03-05T11:46:16Z"), amount: "2480.01", transaction_type: "transfer", category_id: 3 },
            { transaction_id: 407, account_id: 76, transaction_date: new Date("2022-10-03T23:01:14Z"), amount: "943.72", transaction_type: "withdrawal", category_id: 9 },
            { transaction_id: 408, account_id: 14, transaction_date: new Date("2022-12-23T15:02:46Z"), amount: "-7659.43", transaction_type: "transfer", category_id: 1 },
            { transaction_id: 409, account_id: 88, transaction_date: new Date("2023-12-16T20:59:09Z"), amount: "-9983.79", transaction_type: "deposit", category_id: 8 },
            { transaction_id: 410, account_id: 121, transaction_date: new Date("2023-03-24T15:49:01Z"), amount: "-3122.93", transaction_type: "withdrawal", category_id: null },
            { transaction_id: 411, account_id: 43, transaction_date: new Date("2023-01-05T19:16:22Z"), amount: "104.43", transaction_type: "withdrawal", category_id: 7 },
            { transaction_id: 412, account_id: 92, transaction_date: new Date("2022-09-04T21:57:21Z"), amount: "-6377.20", transaction_type: "transfer", category_id: null },
            { transaction_id: 413, account_id: 175, transaction_date: new Date("2023-06-25T15:52:20Z"), amount: "-4426.35", transaction_type: "withdrawal", category_id: null },
            { transaction_id: 414, account_id: 186, transaction_date: new Date("2023-10-10T10:22:19Z"), amount: "6869.72", transaction_type: "deposit", category_id: 10 },
            { transaction_id: 415, account_id: 45, transaction_date: new Date("2023-07-26T11:17:36Z"), amount: "7491.31", transaction_type: "withdrawal", category_id: 1 },
            { transaction_id: 416, account_id: 63, transaction_date: new Date("2023-06-23T13:00:49Z"), amount: "-9671.59", transaction_type: "deposit", category_id: 4 },
            { transaction_id: 417, account_id: 122, transaction_date: new Date("2022-09-06T18:53:23Z"), amount: "-6044.34", transaction_type: "deposit", category_id: 6 },
            { transaction_id: 418, account_id: 22, transaction_date: new Date("2023-09-19T17:06:12Z"), amount: "-9805.82", transaction_type: "withdrawal", category_id: 9 },
            { transaction_id: 419, account_id: 92, transaction_date: new Date("2023-05-17T19:18:11Z"), amount: "527.04", transaction_type: "withdrawal", category_id: null },
            { transaction_id: 420, account_id: 192, transaction_date: new Date("2023-05-24T16:52:42Z"), amount: "-6943.77", transaction_type: "withdrawal", category_id: null },
            { transaction_id: 421, account_id: 155, transaction_date: new Date("2022-07-29T21:34:41Z"), amount: "4589.19", transaction_type: "deposit", category_id: 2 },
            { transaction_id: 422, account_id: 178, transaction_date: new Date("2022-06-13T18:07:06Z"), amount: "-9987.64", transaction_type: "transfer", category_id: 10 },
            { transaction_id: 423, account_id: 158, transaction_date: new Date("2023-09-27T23:02:01Z"), amount: "-7178.60", transaction_type: "deposit", category_id: 6 },
            { transaction_id: 424, account_id: 33, transaction_date: new Date("2023-11-02T22:12:58Z"), amount: "-9291.98", transaction_type: "deposit", category_id: 2 },
            { transaction_id: 425, account_id: 16, transaction_date: new Date("2022-08-03T21:44:44Z"), amount: "-9823.95", transaction_type: "withdrawal", category_id: 3 },
            { transaction_id: 426, account_id: 149, transaction_date: new Date("2022-03-06T10:28:42Z"), amount: "3206.88", transaction_type: "transfer", category_id: 4 },
            { transaction_id: 427, account_id: 64, transaction_date: new Date("2023-01-13T09:03:48Z"), amount: "9850.81", transaction_type: "deposit", category_id: 2 },
            { transaction_id: 428, account_id: 161, transaction_date: new Date("2023-05-21T15:39:54Z"), amount: "-778.03", transaction_type: "withdrawal", category_id: 2 },
            { transaction_id: 429, account_id: 77, transaction_date: new Date("2022-12-09T12:32:07Z"), amount: "8599.33", transaction_type: "withdrawal", category_id: 7 },
            { transaction_id: 430, account_id: 74, transaction_date: new Date("2023-09-09T19:42:15Z"), amount: "9845.41", transaction_type: "transfer", category_id: 1 },
            { transaction_id: 431, account_id: 179, transaction_date: new Date("2022-10-06T17:11:44Z"), amount: "-8809.17", transaction_type: "withdrawal", category_id: 6 },
            { transaction_id: 432, account_id: 158, transaction_date: new Date("2023-10-10T17:42:03Z"), amount: "-6671.46", transaction_type: "deposit", category_id: 3 },
            { transaction_id: 433, account_id: 124, transaction_date: new Date("2022-10-17T09:50:04Z"), amount: "-9492.16", transaction_type: "transfer", category_id: 3 },
            { transaction_id: 434, account_id: 70, transaction_date: new Date("2023-10-07T23:21:58Z"), amount: "-5254.35", transaction_type: "deposit", category_id: 4 },
            { transaction_id: 435, account_id: 111, transaction_date: new Date("2022-06-04T19:22:44Z"), amount: "8772.38", transaction_type: "transfer", category_id: 3 },
            { transaction_id: 436, account_id: 14, transaction_date: new Date("2022-09-07T22:49:35Z"), amount: "6500.98", transaction_type: "withdrawal", category_id: 8 },
            { transaction_id: 437, account_id: 194, transaction_date: new Date("2022-10-26T13:24:31Z"), amount: "-9307.04", transaction_type: "deposit", category_id: 5 },
            { transaction_id: 438, account_id: 158, transaction_date: new Date("2022-10-09T21:59:57Z"), amount: "-9765.62", transaction_type: "withdrawal", category_id: 7 },
            { transaction_id: 439, account_id: 200, transaction_date: new Date("2022-03-08T07:38:43Z"), amount: "-2801.32", transaction_type: "withdrawal", category_id: 7 },
            { transaction_id: 440, account_id: 133, transaction_date: new Date("2023-09-29T19:56:27Z"), amount: "-9957.57", transaction_type: "withdrawal", category_id: 10 },
            { transaction_id: 441, account_id: 27, transaction_date: new Date("2023-07-14T21:17:18Z"), amount: "5859.97", transaction_type: "withdrawal", category_id: 4 },
            { transaction_id: 442, account_id: 80, transaction_date: new Date("2023-03-16T13:26:02Z"), amount: "-9856.68", transaction_type: "transfer", category_id: 3 },
            { transaction_id: 443, account_id: 167, transaction_date: new Date("2023-11-25T02:02:03Z"), amount: "-7666.19", transaction_type: "withdrawal", category_id: 8 },
            { transaction_id: 444, account_id: 74, transaction_date: new Date("2022-01-22T09:04:49Z"), amount: "96.34", transaction_type: "withdrawal", category_id: 4 },
            { transaction_id: 445, account_id: 192, transaction_date: new Date("2022-01-15T20:08:21Z"), amount: "-9107.08", transaction_type: "deposit", category_id: 5 },
            { transaction_id: 446, account_id: 9, transaction_date: new Date("2023-04-11T14:35:43Z"), amount: "-9840.27", transaction_type: "withdrawal", category_id: 2 },
            { transaction_id: 447, account_id: 97, transaction_date: new Date("2022-02-15T00:18:49Z"), amount: "-5547.97", transaction_type: "withdrawal", category_id: 8 },
            { transaction_id: 448, account_id: 24, transaction_date: new Date("2023-06-07T13:02:27Z"), amount: "-8393.52", transaction_type: "deposit", category_id: 9 },
            { transaction_id: 449, account_id: 116, transaction_date: new Date("2022-04-29T11:22:40Z"), amount: "-9999.59", transaction_type: "transfer", category_id: 2 },
            { transaction_id: 450, account_id: 88, transaction_date: new Date("2023-12-09T13:04:24Z"), amount: "-6989.64", transaction_type: "transfer", category_id: 7 },
            { transaction_id: 451, account_id: 129, transaction_date: new Date("2023-12-26T22:05:58Z"), amount: "-8528.28", transaction_type: "withdrawal", category_id: 2 },
            { transaction_id: 452, account_id: 132, transaction_date: new Date("2022-09-03T10:02:58Z"), amount: "-5337.18", transaction_type: "transfer", category_id: 7 },
            { transaction_id: 453, account_id: 124, transaction_date: new Date("2022-03-11T18:02:21Z"), amount: "-863.73", transaction_type: "withdrawal", category_id: 1 },
            { transaction_id: 454, account_id: 110, transaction_date: new Date("2023-01-16T22:58:06Z"), amount: "6084.63", transaction_type: "transfer", category_id: 5 },
            { transaction_id: 455, account_id: 74, transaction_date: new Date("2023-09-13T00:32:46Z"), amount: "-8874.13", transaction_type: "deposit", category_id: 2 },
            { transaction_id: 456, account_id: 3, transaction_date: new Date("2023-01-20T15:37:35Z"), amount: "-7406.36", transaction_type: "withdrawal", category_id: 9 },
            { transaction_id: 457, account_id: 44, transaction_date: new Date("2022-08-07T19:54:44Z"), amount: "7894.68", transaction_type: "withdrawal", category_id: 4 },
            { transaction_id: 458, account_id: 84, transaction_date: new Date("2022-09-25T10:26:44Z"), amount: "3995.69", transaction_type: "deposit", category_id: 10 },
            { transaction_id: 459, account_id: 68, transaction_date: new Date("2022-07-30T10:53:22Z"), amount: "5605.16", transaction_type: "deposit", category_id: 8 },
            { transaction_id: 460, account_id: 156, transaction_date: new Date("2022-10-22T10:41:40Z"), amount: "255.72", transaction_type: "transfer", category_id: 7 },
            { transaction_id: 461, account_id: 132, transaction_date: new Date("2023-08-27T20:50:13Z"), amount: "1146.60", transaction_type: "withdrawal", category_id: null },
            { transaction_id: 462, account_id: 153, transaction_date: new Date("2022-12-16T22:40:55Z"), amount: "-7707.85", transaction_type: "withdrawal", category_id: 1 },
            { transaction_id: 463, account_id: 154, transaction_date: new Date("2023-12-08T18:36:16Z"), amount: "-9920.90", transaction_type: "deposit", category_id: 4 },
            { transaction_id: 464, account_id: 118, transaction_date: new Date("2022-09-16T08:11:10Z"), amount: "-1461.61", transaction_type: "deposit", category_id: 9 },
            { transaction_id: 465, account_id: 114, transaction_date: new Date("2022-06-21T15:40:19Z"), amount: "-1428.54", transaction_type: "deposit", category_id: 7 },
            { transaction_id: 466, account_id: 83, transaction_date: new Date("2022-01-01T01:47:27Z"), amount: "-9801.88", transaction_type: "withdrawal", category_id: 9 },
            { transaction_id: 467, account_id: 99, transaction_date: new Date("2023-02-17T12:48:03Z"), amount: "-1309.20", transaction_type: "withdrawal", category_id: 5 },
            { transaction_id: 468, account_id: 123, transaction_date: new Date("2022-10-17T13:56:33Z"), amount: "6069.35", transaction_type: "transfer", category_id: 4 },
            { transaction_id: 469, account_id: 142, transaction_date: new Date("2023-06-01T13:29:39Z"), amount: "-3245.59", transaction_type: "withdrawal", category_id: 1 },
            { transaction_id: 470, account_id: 92, transaction_date: new Date("2022-05-10T08:27:38Z"), amount: "-5183.41", transaction_type: "withdrawal", category_id: 4 },
            { transaction_id: 471, account_id: 197, transaction_date: new Date("2022-08-20T15:43:10Z"), amount: "-7855.21", transaction_type: "withdrawal", category_id: 6 },
            { transaction_id: 472, account_id: 83, transaction_date: new Date("2023-06-24T16:48:06Z"), amount: "-9829.17", transaction_type: "withdrawal", category_id: 10 },
            { transaction_id: 473, account_id: 199, transaction_date: new Date("2022-05-20T14:50:33Z"), amount: "-8399.53", transaction_type: "deposit", category_id: 9 },
            { transaction_id: 474, account_id: 75, transaction_date: new Date("2022-12-13T21:41:52Z"), amount: "-6373.95", transaction_type: "deposit", category_id: 1 },
            { transaction_id: 475, account_id: 70, transaction_date: new Date("2022-07-12T09:25:51Z"), amount: "-3482.53", transaction_type: "transfer", category_id: 6 },
            { transaction_id: 476, account_id: 98, transaction_date: new Date("2023-01-04T12:53:49Z"), amount: "-2744.11", transaction_type: "withdrawal", category_id: 4 },
            { transaction_id: 477, account_id: 197, transaction_date: new Date("2023-06-10T16:37:44Z"), amount: "-9989.54", transaction_type: "deposit", category_id: null },
            { transaction_id: 478, account_id: 199, transaction_date: new Date("2022-03-31T11:39:04Z"), amount: "-5396.06", transaction_type: "transfer", category_id: null },
            { transaction_id: 479, account_id: 78, transaction_date: new Date("2022-10-31T20:52:20Z"), amount: "-8097.32", transaction_type: "deposit", category_id: 2 },
            { transaction_id: 480, account_id: 26, transaction_date: new Date("2022-07-16T08:39:10Z"), amount: "53.88", transaction_type: "deposit", category_id: 2 },
            { transaction_id: 481, account_id: 173, transaction_date: new Date("2023-07-22T11:21:21Z"), amount: "7035.46", transaction_type: "deposit", category_id: 8 },
            { transaction_id: 482, account_id: 86, transaction_date: new Date("2023-09-15T12:34:47Z"), amount: "-7576.53", transaction_type: "transfer", category_id: null },
            { transaction_id: 483, account_id: 91, transaction_date: new Date("2023-03-19T20:25:26Z"), amount: "-713.41", transaction_type: "withdrawal", category_id: 3 },
            { transaction_id: 484, account_id: 188, transaction_date: new Date("2023-10-14T16:30:59Z"), amount: "-8611.77", transaction_type: "withdrawal", category_id: 2 },
            { transaction_id: 485, account_id: 181, transaction_date: new Date("2023-03-16T22:37:31Z"), amount: "-2154.59", transaction_type: "withdrawal", category_id: 2 },
            { transaction_id: 486, account_id: 76, transaction_date: new Date("2022-12-03T05:17:31Z"), amount: "-5454.11", transaction_type: "deposit", category_id: 10 },
            { transaction_id: 487, account_id: 33, transaction_date: new Date("2023-03-09T14:21:58Z"), amount: "622.01", transaction_type: "transfer", category_id: 5 },
            { transaction_id: 488, account_id: 29, transaction_date: new Date("2023-11-09T16:55:43Z"), amount: "-1310.07", transaction_type: "withdrawal", category_id: 7 },
            { transaction_id: 489, account_id: 145, transaction_date: new Date("2023-04-07T13:59:07Z"), amount: "-9821.22", transaction_type: "withdrawal", category_id: 1 },
            { transaction_id: 490, account_id: 78, transaction_date: new Date("2023-06-08T17:40:02Z"), amount: "-3697.89", transaction_type: "deposit", category_id: 7 },
            { transaction_id: 491, account_id: 6, transaction_date: new Date("2023-07-21T07:02:11Z"), amount: "-6732.12", transaction_type: "transfer", category_id: 3 },
            { transaction_id: 492, account_id: 128, transaction_date: new Date("2022-01-19T17:06:04Z"), amount: "-9977.13", transaction_type: "deposit", category_id: 1 },
            { transaction_id: 493, account_id: 49, transaction_date: new Date("2022-03-21T20:21:48Z"), amount: "-7998.99", transaction_type: "deposit", category_id: 5 },
            { transaction_id: 494, account_id: 174, transaction_date: new Date("2022-09-03T11:47:43Z"), amount: "-7663.39", transaction_type: "withdrawal", category_id: 1 },
            { transaction_id: 495, account_id: 48, transaction_date: new Date("2022-10-05T15:53:46Z"), amount: "-3336.48", transaction_type: "transfer", category_id: 10 },
            { transaction_id: 496, account_id: 45, transaction_date: new Date("2022-10-11T11:54:20Z"), amount: "3576.11", transaction_type: "withdrawal", category_id: 2 },
            { transaction_id: 497, account_id: 54, transaction_date: new Date("2022-04-14T13:07:58Z"), amount: "-9214.54", transaction_type: "deposit", category_id: 8 },
            { transaction_id: 498, account_id: 104, transaction_date: new Date("2023-09-02T08:28:53Z"), amount: "3548.33", transaction_type: "withdrawal", category_id: 6 },
            { transaction_id: 499, account_id: 88, transaction_date: new Date("2022-11-28T17:41:20Z"), amount: "-4696.32", transaction_type: "withdrawal", category_id: 1 },
            { transaction_id: 500, account_id: 162, transaction_date: new Date("2022-10-29T08:48:26Z"), amount: "-7138.86", transaction_type: "transfer", category_id: 5 },
        ],
    });
    await prisma.transactions.createMany({
        data: [
            { transaction_id: 501, account_id: 125, transaction_date: new Date("2023-06-03T08:50:44Z"), amount: "-5118.26", transaction_type: "transfer", category_id: 1 },
            { transaction_id: 502, account_id: 94, transaction_date: new Date("2022-01-05T13:21:23Z"), amount: "-9806.69", transaction_type: "withdrawal", category_id: 1 },
            { transaction_id: 503, account_id: 41, transaction_date: new Date("2023-07-28T14:09:23Z"), amount: "-9929.11", transaction_type: "withdrawal", category_id: 6 },
            { transaction_id: 504, account_id: 3, transaction_date: new Date("2022-01-22T18:13:20Z"), amount: "-1265.47", transaction_type: "withdrawal", category_id: 6 },
            { transaction_id: 505, account_id: 148, transaction_date: new Date("2022-07-25T20:48:37Z"), amount: "-9372.19", transaction_type: "withdrawal", category_id: 8 },
            { transaction_id: 506, account_id: 51, transaction_date: new Date("2022-06-24T12:14:32Z"), amount: "-6196.41", transaction_type: "deposit", category_id: 7 },
            { transaction_id: 507, account_id: 107, transaction_date: new Date("2022-04-07T18:55:48Z"), amount: "-7225.94", transaction_type: "deposit", category_id: 9 },
            { transaction_id: 508, account_id: 166, transaction_date: new Date("2022-05-30T08:30:49Z"), amount: "3290.96", transaction_type: "withdrawal", category_id: 4 },
            { transaction_id: 509, account_id: 77, transaction_date: new Date("2023-07-01T17:47:42Z"), amount: "-8980.96", transaction_type: "withdrawal", category_id: 4 },
            { transaction_id: 510, account_id: 30, transaction_date: new Date("2023-12-11T18:47:09Z"), amount: "8472.21", transaction_type: "transfer", category_id: 10 },
            { transaction_id: 511, account_id: 121, transaction_date: new Date("2023-07-26T12:03:05Z"), amount: "1125.22", transaction_type: "withdrawal", category_id: 6 },
            { transaction_id: 512, account_id: 103, transaction_date: new Date("2023-12-26T21:12:53Z"), amount: "-9999.43", transaction_type: "deposit", category_id: 8 },
            { transaction_id: 513, account_id: 45, transaction_date: new Date("2022-02-02T08:51:44Z"), amount: "-9374.36", transaction_type: "transfer", category_id: 3 },
            { transaction_id: 514, account_id: 55, transaction_date: new Date("2022-10-13T19:31:43Z"), amount: "-3488.23", transaction_type: "transfer", category_id: 3 },
            { transaction_id: 515, account_id: 99, transaction_date: new Date("2023-06-07T16:56:04Z"), amount: "-9340.81", transaction_type: "withdrawal", category_id: 8 },
            { transaction_id: 516, account_id: 36, transaction_date: new Date("2022-10-20T19:09:09Z"), amount: "-3294.86", transaction_type: "withdrawal", category_id: 6 },
            { transaction_id: 517, account_id: 68, transaction_date: new Date("2023-07-29T14:02:02Z"), amount: "-9731.39", transaction_type: "withdrawal", category_id: 2 },
            { transaction_id: 518, account_id: 71, transaction_date: new Date("2022-03-14T19:28:53Z"), amount: "-9548.43", transaction_type: "withdrawal", category_id: 6 },
            { transaction_id: 519, account_id: 98, transaction_date: new Date("2022-08-01T22:59:29Z"), amount: "-9961.12", transaction_type: "deposit", category_id: 7 },
            { transaction_id: 520, account_id: 47, transaction_date: new Date("2023-07-17T21:09:52Z"), amount: "7355.73", transaction_type: "deposit", category_id: 8 },
            { transaction_id: 521, account_id: 45, transaction_date: new Date("2023-04-10T17:11:30Z"), amount: "6280.61", transaction_type: "withdrawal", category_id: 9 },
            { transaction_id: 522, account_id: 138, transaction_date: new Date("2023-12-08T08:06:29Z"), amount: "-880.58", transaction_type: "deposit", category_id: 7 },
            { transaction_id: 523, account_id: 180, transaction_date: new Date("2023-07-11T14:19:36Z"), amount: "4390.81", transaction_type: "withdrawal", category_id: 9 },
            { transaction_id: 524, account_id: 53, transaction_date: new Date("2022-08-26T15:28:14Z"), amount: "9570.23", transaction_type: "deposit", category_id: 9 },
            { transaction_id: 525, account_id: 164, transaction_date: new Date("2023-07-06T19:47:13Z"), amount: "4768.80", transaction_type: "withdrawal", category_id: 8 },
            { transaction_id: 526, account_id: 150, transaction_date: new Date("2022-03-12T10:29:37Z"), amount: "2083.91", transaction_type: "deposit", category_id: null },
            { transaction_id: 527, account_id: 128, transaction_date: new Date("2023-02-14T09:15:13Z"), amount: "1110.53", transaction_type: "withdrawal", category_id: null },
            { transaction_id: 528, account_id: 84, transaction_date: new Date("2023-04-16T11:30:56Z"), amount: "-5462.58", transaction_type: "deposit", category_id: 6 },
            { transaction_id: 529, account_id: 19, transaction_date: new Date("2023-11-14T22:31:33Z"), amount: "-5155.98", transaction_type: "withdrawal", category_id: 1 },
            { transaction_id: 530, account_id: 66, transaction_date: new Date("2023-08-10T14:01:33Z"), amount: "6753.27", transaction_type: "deposit", category_id: 6 },
            { transaction_id: 531, account_id: 24, transaction_date: new Date("2022-04-23T18:57:30Z"), amount: "-9992.55", transaction_type: "deposit", category_id: 3 },
            { transaction_id: 532, account_id: 185, transaction_date: new Date("2023-02-17T22:49:11Z"), amount: "-6401.12", transaction_type: "deposit", category_id: 3 },
            { transaction_id: 533, account_id: 119, transaction_date: new Date("2023-10-13T18:23:36Z"), amount: "-9475.90", transaction_type: "deposit", category_id: 6 },
            { transaction_id: 534, account_id: 113, transaction_date: new Date("2023-03-08T08:33:57Z"), amount: "-9697.92", transaction_type: "deposit", category_id: 2 },
            { transaction_id: 535, account_id: 195, transaction_date: new Date("2022-10-22T12:41:08Z"), amount: "-7939.60", transaction_type: "withdrawal", category_id: 3 },
            { transaction_id: 536, account_id: 40, transaction_date: new Date("2023-08-27T14:23:41Z"), amount: "-8732.44", transaction_type: "transfer", category_id: 4 },
            { transaction_id: 537, account_id: 1, transaction_date: new Date("2023-08-26T16:56:19Z"), amount: "-6655.53", transaction_type: "withdrawal", category_id: 6 },
            { transaction_id: 538, account_id: 169, transaction_date: new Date("2023-01-10T21:31:46Z"), amount: "-219.24", transaction_type: "withdrawal", category_id: 6 },
            { transaction_id: 539, account_id: 2, transaction_date: new Date("2023-12-25T21:25:10Z"), amount: "-4234.03", transaction_type: "deposit", category_id: 3 },
            { transaction_id: 540, account_id: 190, transaction_date: new Date("2023-10-20T22:27:37Z"), amount: "-9100.62", transaction_type: "deposit", category_id: null },
            { transaction_id: 541, account_id: 132, transaction_date: new Date("2022-03-06T23:50:35Z"), amount: "-9849.79", transaction_type: "deposit", category_id: 3 },
            { transaction_id: 542, account_id: 132, transaction_date: new Date("2023-06-22T16:03:40Z"), amount: "4997.34", transaction_type: "deposit", category_id: 10 },
            { transaction_id: 543, account_id: 132, transaction_date: new Date("2022-04-09T14:39:26Z"), amount: "-9898.34", transaction_type: "withdrawal", category_id: 1 },
            { transaction_id: 544, account_id: 52, transaction_date: new Date("2022-10-31T16:44:48Z"), amount: "-6978.51", transaction_type: "transfer", category_id: 1 },
            { transaction_id: 545, account_id: 126, transaction_date: new Date("2022-01-03T07:27:42Z"), amount: "-7412.66", transaction_type: "withdrawal", category_id: 3 },
            { transaction_id: 546, account_id: 143, transaction_date: new Date("2023-04-07T21:37:11Z"), amount: "-3017.64", transaction_type: "transfer", category_id: 7 },
            { transaction_id: 547, account_id: 107, transaction_date: new Date("2023-03-14T15:51:22Z"), amount: "-639.76", transaction_type: "withdrawal", category_id: null },
            { transaction_id: 548, account_id: 75, transaction_date: new Date("2022-08-02T06:31:15Z"), amount: "-3610.87", transaction_type: "deposit", category_id: 7 },
            { transaction_id: 549, account_id: 90, transaction_date: new Date("2022-11-04T17:18:13Z"), amount: "4450.41", transaction_type: "withdrawal", category_id: 1 },
            { transaction_id: 550, account_id: 38, transaction_date: new Date("2022-11-06T22:14:18Z"), amount: "5583.78", transaction_type: "deposit", category_id: 7 },
            { transaction_id: 551, account_id: 90, transaction_date: new Date("2022-02-25T21:03:50Z"), amount: "-9991.55", transaction_type: "deposit", category_id: 9 },
            { transaction_id: 552, account_id: 151, transaction_date: new Date("2023-05-25T03:42:25Z"), amount: "-8100.96", transaction_type: "deposit", category_id: 5 },
            { transaction_id: 553, account_id: 20, transaction_date: new Date("2022-03-15T06:11:34Z"), amount: "1912.02", transaction_type: "transfer", category_id: 4 },
            { transaction_id: 554, account_id: 16, transaction_date: new Date("2023-08-20T22:31:55Z"), amount: "-5982.57", transaction_type: "transfer", category_id: 2 },
            { transaction_id: 555, account_id: 198, transaction_date: new Date("2022-11-23T09:35:06Z"), amount: "-8544.67", transaction_type: "withdrawal", category_id: null },
            { transaction_id: 556, account_id: 43, transaction_date: new Date("2023-01-09T10:11:46Z"), amount: "1655.30", transaction_type: "deposit", category_id: 3 },
            { transaction_id: 557, account_id: 24, transaction_date: new Date("2023-11-06T18:36:52Z"), amount: "-9716.30", transaction_type: "transfer", category_id: 6 },
            { transaction_id: 558, account_id: 140, transaction_date: new Date("2022-01-28T16:37:11Z"), amount: "5219.69", transaction_type: "deposit", category_id: 9 },
            { transaction_id: 559, account_id: 49, transaction_date: new Date("2022-02-13T16:15:41Z"), amount: "1115.00", transaction_type: "deposit", category_id: 9 },
            { transaction_id: 560, account_id: 28, transaction_date: new Date("2022-08-12T19:02:51Z"), amount: "8209.02", transaction_type: "transfer", category_id: 7 },
            { transaction_id: 561, account_id: 112, transaction_date: new Date("2022-06-05T09:20:34Z"), amount: "4518.79", transaction_type: "transfer", category_id: null },
            { transaction_id: 562, account_id: 16, transaction_date: new Date("2023-12-31T17:25:31Z"), amount: "-9110.36", transaction_type: "transfer", category_id: 6 },
            { transaction_id: 563, account_id: 188, transaction_date: new Date("2023-06-16T13:15:23Z"), amount: "-9999.93", transaction_type: "withdrawal", category_id: 3 },
            { transaction_id: 564, account_id: 14, transaction_date: new Date("2023-02-18T16:55:52Z"), amount: "-7426.88", transaction_type: "withdrawal", category_id: null },
            { transaction_id: 565, account_id: 127, transaction_date: new Date("2023-11-25T21:52:25Z"), amount: "-9910.14", transaction_type: "withdrawal", category_id: 10 },
            { transaction_id: 566, account_id: 171, transaction_date: new Date("2023-04-14T19:44:13Z"), amount: "-7575.82", transaction_type: "withdrawal", category_id: 3 },
            { transaction_id: 567, account_id: 99, transaction_date: new Date("2022-01-17T17:56:06Z"), amount: "-5968.36", transaction_type: "withdrawal", category_id: 3 },
            { transaction_id: 568, account_id: 133, transaction_date: new Date("2023-04-04T12:54:43Z"), amount: "6322.00", transaction_type: "withdrawal", category_id: null },
            { transaction_id: 569, account_id: 167, transaction_date: new Date("2022-10-28T20:24:06Z"), amount: "-8865.03", transaction_type: "deposit", category_id: 4 },
            { transaction_id: 570, account_id: 73, transaction_date: new Date("2022-02-15T09:27:20Z"), amount: "-7201.59", transaction_type: "withdrawal", category_id: 1 },
            { transaction_id: 571, account_id: 11, transaction_date: new Date("2023-07-21T00:44:05Z"), amount: "-142.83", transaction_type: "transfer", category_id: 2 },
            { transaction_id: 572, account_id: 165, transaction_date: new Date("2023-12-10T14:52:31Z"), amount: "5096.52", transaction_type: "withdrawal", category_id: null },
            { transaction_id: 573, account_id: 135, transaction_date: new Date("2022-10-30T12:15:45Z"), amount: "-9769.17", transaction_type: "withdrawal", category_id: null },
            { transaction_id: 574, account_id: 112, transaction_date: new Date("2023-03-10T11:12:46Z"), amount: "-8029.63", transaction_type: "transfer", category_id: 5 },
            { transaction_id: 575, account_id: 133, transaction_date: new Date("2023-09-29T18:34:33Z"), amount: "-9721.03", transaction_type: "deposit", category_id: 5 },
            { transaction_id: 576, account_id: 195, transaction_date: new Date("2023-10-26T10:26:22Z"), amount: "-7335.80", transaction_type: "withdrawal", category_id: 7 },
            { transaction_id: 577, account_id: 64, transaction_date: new Date("2023-07-20T18:56:05Z"), amount: "-8104.87", transaction_type: "withdrawal", category_id: 1 },
            { transaction_id: 578, account_id: 107, transaction_date: new Date("2022-03-23T18:08:54Z"), amount: "-3009.22", transaction_type: "withdrawal", category_id: 1 },
            { transaction_id: 579, account_id: 10, transaction_date: new Date("2023-08-14T15:32:54Z"), amount: "-3989.10", transaction_type: "deposit", category_id: 6 },
            { transaction_id: 580, account_id: 116, transaction_date: new Date("2022-10-16T05:57:28Z"), amount: "-1693.05", transaction_type: "transfer", category_id: 8 },
            { transaction_id: 581, account_id: 144, transaction_date: new Date("2023-03-27T08:45:13Z"), amount: "-8457.05", transaction_type: "withdrawal", category_id: 10 },
            { transaction_id: 582, account_id: 74, transaction_date: new Date("2023-10-14T14:08:30Z"), amount: "-3568.32", transaction_type: "withdrawal", category_id: 5 },
            { transaction_id: 583, account_id: 127, transaction_date: new Date("2022-06-18T21:07:29Z"), amount: "1631.91", transaction_type: "withdrawal", category_id: 10 },
            { transaction_id: 584, account_id: 50, transaction_date: new Date("2023-05-26T16:15:55Z"), amount: "1774.01", transaction_type: "withdrawal", category_id: 2 },
            { transaction_id: 585, account_id: 100, transaction_date: new Date("2023-02-27T16:00:25Z"), amount: "-7453.81", transaction_type: "withdrawal", category_id: 7 },
            { transaction_id: 586, account_id: 6, transaction_date: new Date("2022-09-11T20:04:02Z"), amount: "-9995.30", transaction_type: "deposit", category_id: 5 },
            { transaction_id: 587, account_id: 79, transaction_date: new Date("2023-06-17T17:52:00Z"), amount: "-8928.67", transaction_type: "withdrawal", category_id: 8 },
            { transaction_id: 588, account_id: 92, transaction_date: new Date("2023-07-05T10:25:51Z"), amount: "7616.60", transaction_type: "transfer", category_id: 6 },
            { transaction_id: 589, account_id: 143, transaction_date: new Date("2023-11-05T19:31:14Z"), amount: "5424.51", transaction_type: "deposit", category_id: 10 },
            { transaction_id: 590, account_id: 87, transaction_date: new Date("2023-05-05T08:01:31Z"), amount: "-7502.84", transaction_type: "withdrawal", category_id: 3 },
            { transaction_id: 591, account_id: 2, transaction_date: new Date("2023-06-20T10:57:17Z"), amount: "-1739.97", transaction_type: "withdrawal", category_id: 9 },
            { transaction_id: 592, account_id: 138, transaction_date: new Date("2023-08-27T15:34:53Z"), amount: "-9883.54", transaction_type: "deposit", category_id: 4 },
            { transaction_id: 593, account_id: 145, transaction_date: new Date("2022-10-24T16:02:23Z"), amount: "-9987.24", transaction_type: "transfer", category_id: 6 },
            { transaction_id: 594, account_id: 24, transaction_date: new Date("2023-10-05T18:39:07Z"), amount: "-753.61", transaction_type: "deposit", category_id: 7 },
            { transaction_id: 595, account_id: 116, transaction_date: new Date("2022-11-11T07:23:58Z"), amount: "2945.94", transaction_type: "deposit", category_id: 7 },
            { transaction_id: 596, account_id: 77, transaction_date: new Date("2023-10-07T11:03:32Z"), amount: "6641.98", transaction_type: "withdrawal", category_id: 9 },
            { transaction_id: 597, account_id: 182, transaction_date: new Date("2022-01-01T23:52:07Z"), amount: "-8822.32", transaction_type: "withdrawal", category_id: null },
            { transaction_id: 598, account_id: 128, transaction_date: new Date("2023-01-01T06:59:13Z"), amount: "3941.16", transaction_type: "withdrawal", category_id: 7 },
            { transaction_id: 599, account_id: 51, transaction_date: new Date("2022-12-20T11:08:24Z"), amount: "-8265.13", transaction_type: "deposit", category_id: 9 },
            { transaction_id: 600, account_id: 20, transaction_date: new Date("2023-07-18T14:08:42Z"), amount: "-1097.44", transaction_type: "deposit", category_id: 4 },
            { transaction_id: 601, account_id: 6, transaction_date: new Date("2022-03-05T22:31:25Z"), amount: "-6767.89", transaction_type: "transfer", category_id: 8 },
            { transaction_id: 602, account_id: 153, transaction_date: new Date("2023-02-10T18:10:24Z"), amount: "-933.62", transaction_type: "transfer", category_id: 10 },
            { transaction_id: 603, account_id: 1, transaction_date: new Date("2022-04-23T20:40:06Z"), amount: "-3265.45", transaction_type: "transfer", category_id: 5 },
            { transaction_id: 604, account_id: 106, transaction_date: new Date("2023-01-24T22:53:11Z"), amount: "-8931.01", transaction_type: "deposit", category_id: 3 },
            { transaction_id: 605, account_id: 78, transaction_date: new Date("2023-12-06T18:46:35Z"), amount: "-6007.45", transaction_type: "deposit", category_id: 10 },
            { transaction_id: 606, account_id: 148, transaction_date: new Date("2023-02-09T19:23:29Z"), amount: "8145.61", transaction_type: "deposit", category_id: 10 },
            { transaction_id: 607, account_id: 161, transaction_date: new Date("2022-11-21T09:36:03Z"), amount: "-7206.90", transaction_type: "withdrawal", category_id: 1 },
            { transaction_id: 608, account_id: 191, transaction_date: new Date("2022-01-17T07:01:07Z"), amount: "-9945.96", transaction_type: "transfer", category_id: 1 },
            { transaction_id: 609, account_id: 64, transaction_date: new Date("2023-12-19T19:54:02Z"), amount: "-3646.52", transaction_type: "withdrawal", category_id: 6 },
            { transaction_id: 610, account_id: 196, transaction_date: new Date("2022-12-10T22:55:12Z"), amount: "-4853.07", transaction_type: "transfer", category_id: 6 },
            { transaction_id: 611, account_id: 136, transaction_date: new Date("2022-01-28T19:22:12Z"), amount: "1240.70", transaction_type: "deposit", category_id: null },
            { transaction_id: 612, account_id: 74, transaction_date: new Date("2023-12-13T04:07:33Z"), amount: "-9870.26", transaction_type: "transfer", category_id: 8 },
            { transaction_id: 613, account_id: 125, transaction_date: new Date("2023-02-06T08:32:20Z"), amount: "-4742.84", transaction_type: "deposit", category_id: 4 },
            { transaction_id: 614, account_id: 146, transaction_date: new Date("2023-02-25T05:01:04Z"), amount: "-4120.35", transaction_type: "withdrawal", category_id: null },
            { transaction_id: 615, account_id: 160, transaction_date: new Date("2023-12-02T10:16:04Z"), amount: "-5136.99", transaction_type: "withdrawal", category_id: 9 },
            { transaction_id: 616, account_id: 66, transaction_date: new Date("2023-12-22T05:48:29Z"), amount: "-8594.16", transaction_type: "withdrawal", category_id: 8 },
            { transaction_id: 617, account_id: 52, transaction_date: new Date("2022-01-24T21:41:16Z"), amount: "-8258.96", transaction_type: "withdrawal", category_id: null },
            { transaction_id: 618, account_id: 6, transaction_date: new Date("2022-03-21T11:59:27Z"), amount: "-8491.18", transaction_type: "deposit", category_id: 7 },
            { transaction_id: 619, account_id: 101, transaction_date: new Date("2023-07-26T10:50:53Z"), amount: "-8286.40", transaction_type: "deposit", category_id: 2 },
            { transaction_id: 620, account_id: 51, transaction_date: new Date("2022-08-02T09:43:22Z"), amount: "-9263.28", transaction_type: "deposit", category_id: 7 },
            { transaction_id: 621, account_id: 71, transaction_date: new Date("2022-09-26T14:07:32Z"), amount: "-9794.68", transaction_type: "withdrawal", category_id: 2 },
            { transaction_id: 622, account_id: 6, transaction_date: new Date("2022-03-07T09:27:06Z"), amount: "2045.67", transaction_type: "transfer", category_id: 7 },
            { transaction_id: 623, account_id: 175, transaction_date: new Date("2023-05-21T19:52:02Z"), amount: "-9246.84", transaction_type: "withdrawal", category_id: 5 },
            { transaction_id: 624, account_id: 2, transaction_date: new Date("2022-03-29T13:48:22Z"), amount: "-372.20", transaction_type: "deposit", category_id: 2 },
            { transaction_id: 625, account_id: 130, transaction_date: new Date("2023-05-16T20:13:29Z"), amount: "-5851.59", transaction_type: "withdrawal", category_id: 3 },
            { transaction_id: 626, account_id: 77, transaction_date: new Date("2022-08-05T17:08:20Z"), amount: "5255.27", transaction_type: "withdrawal", category_id: 8 },
            { transaction_id: 627, account_id: 182, transaction_date: new Date("2022-02-09T18:45:13Z"), amount: "-9944.02", transaction_type: "deposit", category_id: 8 },
            { transaction_id: 628, account_id: 162, transaction_date: new Date("2022-08-01T13:32:17Z"), amount: "8528.12", transaction_type: "transfer", category_id: 8 },
            { transaction_id: 629, account_id: 12, transaction_date: new Date("2023-01-02T22:19:47Z"), amount: "-4877.90", transaction_type: "deposit", category_id: 3 },
            { transaction_id: 630, account_id: 178, transaction_date: new Date("2022-01-17T16:01:22Z"), amount: "4831.05", transaction_type: "transfer", category_id: 1 },
            { transaction_id: 631, account_id: 164, transaction_date: new Date("2022-12-14T18:58:34Z"), amount: "-2140.72", transaction_type: "deposit", category_id: 1 },
            { transaction_id: 632, account_id: 106, transaction_date: new Date("2022-12-23T22:29:49Z"), amount: "-4161.51", transaction_type: "deposit", category_id: 5 },
            { transaction_id: 633, account_id: 127, transaction_date: new Date("2022-12-11T23:14:38Z"), amount: "-9695.93", transaction_type: "withdrawal", category_id: 4 },
            { transaction_id: 634, account_id: 200, transaction_date: new Date("2022-04-08T21:37:03Z"), amount: "-5954.54", transaction_type: "withdrawal", category_id: 8 },
            { transaction_id: 635, account_id: 3, transaction_date: new Date("2023-10-18T09:01:29Z"), amount: "-5524.52", transaction_type: "transfer", category_id: 7 },
            { transaction_id: 636, account_id: 98, transaction_date: new Date("2023-01-18T13:33:43Z"), amount: "-5279.69", transaction_type: "deposit", category_id: null },
            { transaction_id: 637, account_id: 112, transaction_date: new Date("2022-01-06T13:47:52Z"), amount: "-9712.96", transaction_type: "withdrawal", category_id: 10 },
            { transaction_id: 638, account_id: 170, transaction_date: new Date("2023-03-07T19:52:16Z"), amount: "-9833.59", transaction_type: "deposit", category_id: 10 },
            { transaction_id: 639, account_id: 80, transaction_date: new Date("2023-08-12T18:47:34Z"), amount: "-5590.65", transaction_type: "withdrawal", category_id: 9 },
            { transaction_id: 640, account_id: 120, transaction_date: new Date("2023-05-04T13:46:57Z"), amount: "-3162.75", transaction_type: "withdrawal", category_id: 7 },
            { transaction_id: 641, account_id: 82, transaction_date: new Date("2023-03-28T14:17:32Z"), amount: "-6799.35", transaction_type: "withdrawal", category_id: null },
            { transaction_id: 642, account_id: 183, transaction_date: new Date("2022-09-21T07:19:16Z"), amount: "-9069.49", transaction_type: "deposit", category_id: 8 },
            { transaction_id: 643, account_id: 51, transaction_date: new Date("2023-06-16T18:01:44Z"), amount: "2884.52", transaction_type: "transfer", category_id: 7 },
            { transaction_id: 644, account_id: 111, transaction_date: new Date("2023-08-01T15:29:07Z"), amount: "-9964.20", transaction_type: "withdrawal", category_id: 1 },
            { transaction_id: 645, account_id: 24, transaction_date: new Date("2022-08-25T21:13:28Z"), amount: "1958.67", transaction_type: "withdrawal", category_id: null },
            { transaction_id: 646, account_id: 145, transaction_date: new Date("2023-11-09T13:46:31Z"), amount: "-6129.14", transaction_type: "deposit", category_id: 1 },
            { transaction_id: 647, account_id: 174, transaction_date: new Date("2022-07-08T19:37:28Z"), amount: "-9155.05", transaction_type: "withdrawal", category_id: 6 },
            { transaction_id: 648, account_id: 200, transaction_date: new Date("2022-06-11T17:39:34Z"), amount: "1991.33", transaction_type: "withdrawal", category_id: 2 },
            { transaction_id: 649, account_id: 97, transaction_date: new Date("2022-12-26T16:21:48Z"), amount: "1316.25", transaction_type: "transfer", category_id: 6 },
            { transaction_id: 650, account_id: 149, transaction_date: new Date("2022-07-28T12:20:02Z"), amount: "7498.79", transaction_type: "deposit", category_id: 10 },
            { transaction_id: 651, account_id: 144, transaction_date: new Date("2022-03-18T08:59:48Z"), amount: "-2571.21", transaction_type: "deposit", category_id: 8 },
            { transaction_id: 652, account_id: 138, transaction_date: new Date("2023-12-21T17:40:51Z"), amount: "-8584.10", transaction_type: "deposit", category_id: 4 },
            { transaction_id: 653, account_id: 100, transaction_date: new Date("2023-06-24T18:44:03Z"), amount: "-9516.88", transaction_type: "deposit", category_id: 7 },
            { transaction_id: 654, account_id: 22, transaction_date: new Date("2022-06-13T20:05:35Z"), amount: "-9444.36", transaction_type: "transfer", category_id: 9 },
            { transaction_id: 655, account_id: 25, transaction_date: new Date("2022-03-12T19:24:49Z"), amount: "-6750.16", transaction_type: "transfer", category_id: 6 },
            { transaction_id: 656, account_id: 53, transaction_date: new Date("2022-10-04T00:24:26Z"), amount: "-2986.11", transaction_type: "withdrawal", category_id: 4 },
            { transaction_id: 657, account_id: 93, transaction_date: new Date("2023-09-15T14:32:24Z"), amount: "-8624.20", transaction_type: "deposit", category_id: 8 },
            { transaction_id: 658, account_id: 80, transaction_date: new Date("2023-08-19T21:22:25Z"), amount: "-229.97", transaction_type: "deposit", category_id: 1 },
            { transaction_id: 659, account_id: 122, transaction_date: new Date("2023-12-18T18:11:38Z"), amount: "-9765.76", transaction_type: "deposit", category_id: 8 },
            { transaction_id: 660, account_id: 160, transaction_date: new Date("2023-02-20T15:15:50Z"), amount: "-7952.30", transaction_type: "withdrawal", category_id: 2 },
            { transaction_id: 661, account_id: 177, transaction_date: new Date("2022-11-25T20:00:07Z"), amount: "-9568.78", transaction_type: "deposit", category_id: 5 },
            { transaction_id: 662, account_id: 140, transaction_date: new Date("2022-05-15T21:48:19Z"), amount: "3880.69", transaction_type: "deposit", category_id: 3 },
            { transaction_id: 663, account_id: 184, transaction_date: new Date("2022-06-21T20:18:19Z"), amount: "-8669.78", transaction_type: "withdrawal", category_id: null },
            { transaction_id: 664, account_id: 43, transaction_date: new Date("2023-10-13T18:14:35Z"), amount: "7669.93", transaction_type: "withdrawal", category_id: 7 },
            { transaction_id: 665, account_id: 49, transaction_date: new Date("2023-06-17T22:43:44Z"), amount: "-858.76", transaction_type: "deposit", category_id: 10 },
            { transaction_id: 666, account_id: 200, transaction_date: new Date("2023-07-19T17:07:48Z"), amount: "-9137.88", transaction_type: "transfer", category_id: 8 },
            { transaction_id: 667, account_id: 87, transaction_date: new Date("2023-05-15T20:53:07Z"), amount: "1513.10", transaction_type: "withdrawal", category_id: 10 },
            { transaction_id: 668, account_id: 39, transaction_date: new Date("2022-01-23T01:52:21Z"), amount: "-9998.15", transaction_type: "transfer", category_id: 5 },
            { transaction_id: 669, account_id: 112, transaction_date: new Date("2022-12-07T22:14:27Z"), amount: "3.38", transaction_type: "deposit", category_id: 8 },
            { transaction_id: 670, account_id: 29, transaction_date: new Date("2023-07-22T20:10:34Z"), amount: "-9997.64", transaction_type: "deposit", category_id: 8 },
            { transaction_id: 671, account_id: 4, transaction_date: new Date("2022-12-17T00:14:25Z"), amount: "-8504.15", transaction_type: "deposit", category_id: 9 },
            { transaction_id: 672, account_id: 62, transaction_date: new Date("2022-03-21T09:22:45Z"), amount: "-9628.92", transaction_type: "withdrawal", category_id: 10 },
            { transaction_id: 673, account_id: 141, transaction_date: new Date("2023-08-07T10:18:14Z"), amount: "-8617.43", transaction_type: "withdrawal", category_id: 8 },
            { transaction_id: 674, account_id: 21, transaction_date: new Date("2022-08-14T11:09:20Z"), amount: "7586.49", transaction_type: "deposit", category_id: null },
            { transaction_id: 675, account_id: 160, transaction_date: new Date("2023-10-14T15:13:46Z"), amount: "-7479.58", transaction_type: "deposit", category_id: 4 },
            { transaction_id: 676, account_id: 187, transaction_date: new Date("2023-08-04T20:54:43Z"), amount: "-7521.44", transaction_type: "deposit", category_id: 8 },
            { transaction_id: 677, account_id: 175, transaction_date: new Date("2022-02-08T03:28:09Z"), amount: "-9999.86", transaction_type: "withdrawal", category_id: 5 },
            { transaction_id: 678, account_id: 96, transaction_date: new Date("2023-08-13T08:09:50Z"), amount: "-9976.45", transaction_type: "deposit", category_id: null },
            { transaction_id: 679, account_id: 12, transaction_date: new Date("2022-09-17T11:12:33Z"), amount: "-9511.89", transaction_type: "deposit", category_id: 4 },
            { transaction_id: 680, account_id: 170, transaction_date: new Date("2022-03-31T18:08:07Z"), amount: "-3623.75", transaction_type: "transfer", category_id: 8 },
            { transaction_id: 681, account_id: 19, transaction_date: new Date("2023-10-30T22:36:16Z"), amount: "702.31", transaction_type: "withdrawal", category_id: 4 },
            { transaction_id: 682, account_id: 67, transaction_date: new Date("2023-07-01T08:26:21Z"), amount: "9766.44", transaction_type: "transfer", category_id: 7 },
            { transaction_id: 683, account_id: 161, transaction_date: new Date("2023-09-05T20:24:09Z"), amount: "8666.00", transaction_type: "transfer", category_id: 4 },
            { transaction_id: 684, account_id: 25, transaction_date: new Date("2023-12-19T20:36:59Z"), amount: "1764.84", transaction_type: "deposit", category_id: 1 },
            { transaction_id: 685, account_id: 59, transaction_date: new Date("2023-11-14T19:54:07Z"), amount: "-5894.67", transaction_type: "transfer", category_id: 4 },
            { transaction_id: 686, account_id: 59, transaction_date: new Date("2023-12-14T12:29:03Z"), amount: "-7165.10", transaction_type: "withdrawal", category_id: 2 },
            { transaction_id: 687, account_id: 66, transaction_date: new Date("2023-12-22T21:58:33Z"), amount: "2185.63", transaction_type: "transfer", category_id: 2 },
            { transaction_id: 688, account_id: 181, transaction_date: new Date("2022-08-14T22:02:12Z"), amount: "1778.76", transaction_type: "withdrawal", category_id: 9 },
            { transaction_id: 689, account_id: 14, transaction_date: new Date("2023-12-10T20:17:14Z"), amount: "5775.72", transaction_type: "withdrawal", category_id: 5 },
            { transaction_id: 690, account_id: 153, transaction_date: new Date("2023-03-12T20:45:53Z"), amount: "-9414.50", transaction_type: "deposit", category_id: null },
            { transaction_id: 691, account_id: 160, transaction_date: new Date("2023-03-06T19:04:53Z"), amount: "-6175.64", transaction_type: "deposit", category_id: 3 },
            { transaction_id: 692, account_id: 114, transaction_date: new Date("2023-05-19T17:17:46Z"), amount: "-1977.86", transaction_type: "withdrawal", category_id: 3 },
            { transaction_id: 693, account_id: 28, transaction_date: new Date("2022-10-25T18:14:14Z"), amount: "-3621.88", transaction_type: "deposit", category_id: 6 },
            { transaction_id: 694, account_id: 27, transaction_date: new Date("2022-03-27T11:09:08Z"), amount: "-8780.17", transaction_type: "deposit", category_id: 4 },
            { transaction_id: 695, account_id: 104, transaction_date: new Date("2023-05-10T17:27:45Z"), amount: "3295.31", transaction_type: "deposit", category_id: 4 },
            { transaction_id: 696, account_id: 8, transaction_date: new Date("2023-07-31T06:49:54Z"), amount: "-4387.66", transaction_type: "deposit", category_id: 1 },
            { transaction_id: 697, account_id: 10, transaction_date: new Date("2022-04-14T10:40:41Z"), amount: "-9921.91", transaction_type: "deposit", category_id: null },
            { transaction_id: 698, account_id: 158, transaction_date: new Date("2023-11-26T03:16:58Z"), amount: "-4222.62", transaction_type: "deposit", category_id: 3 },
            { transaction_id: 699, account_id: 88, transaction_date: new Date("2023-03-16T16:50:32Z"), amount: "-5436.83", transaction_type: "deposit", category_id: 8 },
            { transaction_id: 700, account_id: 91, transaction_date: new Date("2023-10-19T22:48:48Z"), amount: "-9940.74", transaction_type: "deposit", category_id: 5 },
            { transaction_id: 701, account_id: 12, transaction_date: new Date("2023-12-04T09:13:39Z"), amount: "6050.67", transaction_type: "withdrawal", category_id: 3 },
            { transaction_id: 702, account_id: 167, transaction_date: new Date("2022-07-01T17:13:39Z"), amount: "5499.63", transaction_type: "withdrawal", category_id: 9 },
            { transaction_id: 703, account_id: 164, transaction_date: new Date("2022-07-20T12:25:24Z"), amount: "-2939.73", transaction_type: "deposit", category_id: null },
            { transaction_id: 704, account_id: 78, transaction_date: new Date("2023-09-19T03:46:25Z"), amount: "-9441.17", transaction_type: "withdrawal", category_id: 10 },
            { transaction_id: 705, account_id: 72, transaction_date: new Date("2022-01-07T20:14:08Z"), amount: "-479.14", transaction_type: "withdrawal", category_id: 4 },
            { transaction_id: 706, account_id: 68, transaction_date: new Date("2023-07-03T14:28:02Z"), amount: "622.97", transaction_type: "withdrawal", category_id: 4 },
            { transaction_id: 707, account_id: 138, transaction_date: new Date("2023-08-06T09:38:20Z"), amount: "-3433.01", transaction_type: "deposit", category_id: 4 },
            { transaction_id: 708, account_id: 76, transaction_date: new Date("2022-04-01T13:44:31Z"), amount: "-5324.47", transaction_type: "deposit", category_id: 9 },
            { transaction_id: 709, account_id: 55, transaction_date: new Date("2023-12-31T08:03:30Z"), amount: "-8101.42", transaction_type: "deposit", category_id: null },
            { transaction_id: 710, account_id: 121, transaction_date: new Date("2022-07-30T18:43:26Z"), amount: "-9988.38", transaction_type: "withdrawal", category_id: 9 },
            { transaction_id: 711, account_id: 38, transaction_date: new Date("2023-05-31T23:14:20Z"), amount: "-9591.30", transaction_type: "deposit", category_id: 3 },
            { transaction_id: 712, account_id: 47, transaction_date: new Date("2023-08-14T15:52:34Z"), amount: "-914.31", transaction_type: "deposit", category_id: 8 },
            { transaction_id: 713, account_id: 66, transaction_date: new Date("2023-07-04T19:43:28Z"), amount: "-7467.70", transaction_type: "withdrawal", category_id: 8 },
            { transaction_id: 714, account_id: 94, transaction_date: new Date("2023-04-19T13:55:57Z"), amount: "-8904.41", transaction_type: "deposit", category_id: 7 },
            { transaction_id: 715, account_id: 163, transaction_date: new Date("2023-12-11T20:14:46Z"), amount: "-9697.70", transaction_type: "deposit", category_id: 10 },
            { transaction_id: 716, account_id: 34, transaction_date: new Date("2023-09-15T15:43:46Z"), amount: "9728.31", transaction_type: "transfer", category_id: 2 },
            { transaction_id: 717, account_id: 191, transaction_date: new Date("2023-08-23T06:19:53Z"), amount: "-3551.78", transaction_type: "deposit", category_id: 10 },
            { transaction_id: 718, account_id: 131, transaction_date: new Date("2022-07-21T13:21:47Z"), amount: "-4826.51", transaction_type: "withdrawal", category_id: 9 },
            { transaction_id: 719, account_id: 76, transaction_date: new Date("2023-02-04T19:24:57Z"), amount: "-5726.08", transaction_type: "deposit", category_id: 10 },
            { transaction_id: 720, account_id: 134, transaction_date: new Date("2023-05-18T10:58:07Z"), amount: "2126.02", transaction_type: "deposit", category_id: 1 },
            { transaction_id: 721, account_id: 188, transaction_date: new Date("2022-11-14T10:53:31Z"), amount: "-9278.49", transaction_type: "deposit", category_id: 8 },
            { transaction_id: 722, account_id: 39, transaction_date: new Date("2023-03-29T16:35:39Z"), amount: "-9506.68", transaction_type: "deposit", category_id: null },
            { transaction_id: 723, account_id: 61, transaction_date: new Date("2023-05-16T17:27:15Z"), amount: "8395.97", transaction_type: "withdrawal", category_id: 7 },
            { transaction_id: 724, account_id: 86, transaction_date: new Date("2022-04-09T18:00:07Z"), amount: "5854.50", transaction_type: "deposit", category_id: 3 },
            { transaction_id: 725, account_id: 44, transaction_date: new Date("2023-07-06T21:57:17Z"), amount: "-3585.52", transaction_type: "withdrawal", category_id: 3 },
            { transaction_id: 726, account_id: 104, transaction_date: new Date("2022-09-24T20:29:25Z"), amount: "3061.24", transaction_type: "deposit", category_id: null },
            { transaction_id: 727, account_id: 32, transaction_date: new Date("2023-11-06T17:17:09Z"), amount: "-9734.74", transaction_type: "deposit", category_id: 6 },
            { transaction_id: 728, account_id: 196, transaction_date: new Date("2022-01-06T13:31:43Z"), amount: "-8790.25", transaction_type: "withdrawal", category_id: 9 },
            { transaction_id: 729, account_id: 62, transaction_date: new Date("2022-09-06T02:54:09Z"), amount: "5957.67", transaction_type: "deposit", category_id: 10 },
            { transaction_id: 730, account_id: 39, transaction_date: new Date("2023-11-03T15:38:03Z"), amount: "3890.29", transaction_type: "transfer", category_id: 10 },
            { transaction_id: 731, account_id: 145, transaction_date: new Date("2022-02-11T09:51:15Z"), amount: "-9789.61", transaction_type: "withdrawal", category_id: 6 },
            { transaction_id: 732, account_id: 144, transaction_date: new Date("2023-05-05T13:31:53Z"), amount: "-4235.86", transaction_type: "deposit", category_id: 8 },
            { transaction_id: 733, account_id: 185, transaction_date: new Date("2022-08-31T12:54:27Z"), amount: "2788.03", transaction_type: "transfer", category_id: 10 },
            { transaction_id: 734, account_id: 155, transaction_date: new Date("2022-08-06T08:31:10Z"), amount: "6077.97", transaction_type: "withdrawal", category_id: 9 },
            { transaction_id: 735, account_id: 134, transaction_date: new Date("2023-09-11T18:34:43Z"), amount: "-6841.60", transaction_type: "withdrawal", category_id: 7 },
            { transaction_id: 736, account_id: 80, transaction_date: new Date("2023-12-21T18:22:52Z"), amount: "-9695.66", transaction_type: "transfer", category_id: 10 },
            { transaction_id: 737, account_id: 165, transaction_date: new Date("2022-10-31T23:27:26Z"), amount: "2146.59", transaction_type: "withdrawal", category_id: 2 },
            { transaction_id: 738, account_id: 41, transaction_date: new Date("2023-02-16T23:19:23Z"), amount: "1834.51", transaction_type: "transfer", category_id: 8 },
            { transaction_id: 739, account_id: 94, transaction_date: new Date("2023-05-15T14:44:56Z"), amount: "-9285.78", transaction_type: "deposit", category_id: 10 },
            { transaction_id: 740, account_id: 87, transaction_date: new Date("2022-08-24T08:47:00Z"), amount: "-893.15", transaction_type: "withdrawal", category_id: 6 },
            { transaction_id: 741, account_id: 149, transaction_date: new Date("2023-10-16T20:09:50Z"), amount: "2799.86", transaction_type: "withdrawal", category_id: 1 },
            { transaction_id: 742, account_id: 37, transaction_date: new Date("2022-09-11T20:10:27Z"), amount: "2000.84", transaction_type: "withdrawal", category_id: 2 },
            { transaction_id: 743, account_id: 74, transaction_date: new Date("2023-04-08T14:36:57Z"), amount: "-5188.96", transaction_type: "withdrawal", category_id: 8 },
            { transaction_id: 744, account_id: 69, transaction_date: new Date("2022-11-22T23:16:04Z"), amount: "-9136.49", transaction_type: "transfer", category_id: null },
            { transaction_id: 745, account_id: 182, transaction_date: new Date("2022-04-03T13:57:58Z"), amount: "4237.72", transaction_type: "transfer", category_id: 2 },
            { transaction_id: 746, account_id: 151, transaction_date: new Date("2022-03-20T07:45:15Z"), amount: "1888.67", transaction_type: "withdrawal", category_id: null },
            { transaction_id: 747, account_id: 56, transaction_date: new Date("2023-02-22T12:31:32Z"), amount: "-6973.05", transaction_type: "withdrawal", category_id: null },
            { transaction_id: 748, account_id: 59, transaction_date: new Date("2022-07-14T19:26:02Z"), amount: "-8399.63", transaction_type: "transfer", category_id: 8 },
            { transaction_id: 749, account_id: 51, transaction_date: new Date("2023-08-10T16:47:47Z"), amount: "6051.56", transaction_type: "withdrawal", category_id: 7 },
            { transaction_id: 750, account_id: 54, transaction_date: new Date("2022-08-10T10:06:01Z"), amount: "-9876.76", transaction_type: "deposit", category_id: 6 },
            { transaction_id: 751, account_id: 85, transaction_date: new Date("2022-08-28T01:27:51Z"), amount: "9729.32", transaction_type: "deposit", category_id: 3 },
            { transaction_id: 752, account_id: 69, transaction_date: new Date("2023-10-08T16:31:25Z"), amount: "739.01", transaction_type: "deposit", category_id: 6 },
            { transaction_id: 753, account_id: 42, transaction_date: new Date("2022-05-19T22:32:31Z"), amount: "-4858.31", transaction_type: "transfer", category_id: 10 },
            { transaction_id: 754, account_id: 59, transaction_date: new Date("2023-08-22T12:03:46Z"), amount: "-8751.18", transaction_type: "withdrawal", category_id: 8 },
            { transaction_id: 755, account_id: 113, transaction_date: new Date("2022-08-04T11:11:45Z"), amount: "-6835.68", transaction_type: "withdrawal", category_id: null },
            { transaction_id: 756, account_id: 72, transaction_date: new Date("2023-12-29T13:36:40Z"), amount: "-729.55", transaction_type: "withdrawal", category_id: 1 },
            { transaction_id: 757, account_id: 34, transaction_date: new Date("2023-12-11T08:52:49Z"), amount: "-5844.89", transaction_type: "deposit", category_id: 6 },
            { transaction_id: 758, account_id: 80, transaction_date: new Date("2022-10-01T20:58:08Z"), amount: "-8463.87", transaction_type: "deposit", category_id: 3 },
            { transaction_id: 759, account_id: 152, transaction_date: new Date("2022-10-28T03:41:56Z"), amount: "-2310.07", transaction_type: "deposit", category_id: 10 },
            { transaction_id: 760, account_id: 181, transaction_date: new Date("2022-04-16T08:31:10Z"), amount: "-7830.24", transaction_type: "withdrawal", category_id: 10 },
            { transaction_id: 761, account_id: 104, transaction_date: new Date("2023-11-12T08:02:56Z"), amount: "-7548.46", transaction_type: "deposit", category_id: 8 },
            { transaction_id: 762, account_id: 41, transaction_date: new Date("2023-08-20T10:28:32Z"), amount: "-5383.82", transaction_type: "deposit", category_id: 5 },
            { transaction_id: 763, account_id: 170, transaction_date: new Date("2022-09-16T13:58:34Z"), amount: "-9806.86", transaction_type: "withdrawal", category_id: null },
            { transaction_id: 764, account_id: 38, transaction_date: new Date("2022-03-16T12:42:12Z"), amount: "5200.77", transaction_type: "withdrawal", category_id: 3 },
            { transaction_id: 765, account_id: 94, transaction_date: new Date("2022-04-13T06:07:07Z"), amount: "-9765.17", transaction_type: "withdrawal", category_id: null },
            { transaction_id: 766, account_id: 165, transaction_date: new Date("2023-06-24T09:17:50Z"), amount: "-2416.63", transaction_type: "withdrawal", category_id: 2 },
            { transaction_id: 767, account_id: 180, transaction_date: new Date("2023-03-21T15:14:52Z"), amount: "-7345.44", transaction_type: "withdrawal", category_id: 4 },
            { transaction_id: 768, account_id: 159, transaction_date: new Date("2023-06-23T23:15:31Z"), amount: "9280.09", transaction_type: "withdrawal", category_id: 6 },
            { transaction_id: 769, account_id: 89, transaction_date: new Date("2022-08-04T20:18:51Z"), amount: "-9238.43", transaction_type: "withdrawal", category_id: 2 },
            { transaction_id: 770, account_id: 166, transaction_date: new Date("2022-02-25T11:15:06Z"), amount: "-6479.13", transaction_type: "deposit", category_id: 3 },
            { transaction_id: 771, account_id: 38, transaction_date: new Date("2023-04-17T21:08:09Z"), amount: "-6759.06", transaction_type: "deposit", category_id: 4 },
            { transaction_id: 772, account_id: 189, transaction_date: new Date("2023-06-20T20:33:45Z"), amount: "-9649.45", transaction_type: "withdrawal", category_id: 4 },
            { transaction_id: 773, account_id: 167, transaction_date: new Date("2022-04-05T13:52:56Z"), amount: "-7599.63", transaction_type: "transfer", category_id: 7 },
            { transaction_id: 774, account_id: 170, transaction_date: new Date("2023-12-09T21:16:48Z"), amount: "2371.16", transaction_type: "transfer", category_id: 2 },
            { transaction_id: 775, account_id: 13, transaction_date: new Date("2023-08-08T19:01:04Z"), amount: "842.00", transaction_type: "transfer", category_id: 7 },
            { transaction_id: 776, account_id: 41, transaction_date: new Date("2023-12-12T10:10:11Z"), amount: "-2450.75", transaction_type: "withdrawal", category_id: 1 },
            { transaction_id: 777, account_id: 165, transaction_date: new Date("2022-06-13T12:23:12Z"), amount: "-3326.27", transaction_type: "withdrawal", category_id: 10 },
            { transaction_id: 778, account_id: 118, transaction_date: new Date("2022-04-27T12:33:29Z"), amount: "-8271.77", transaction_type: "withdrawal", category_id: 7 },
            { transaction_id: 779, account_id: 193, transaction_date: new Date("2022-06-16T12:33:40Z"), amount: "-5496.92", transaction_type: "deposit", category_id: 10 },
            { transaction_id: 780, account_id: 86, transaction_date: new Date("2022-01-03T18:58:47Z"), amount: "-2702.28", transaction_type: "transfer", category_id: 2 },
            { transaction_id: 781, account_id: 198, transaction_date: new Date("2022-07-22T22:19:42Z"), amount: "-9944.14", transaction_type: "deposit", category_id: 3 },
            { transaction_id: 782, account_id: 166, transaction_date: new Date("2022-06-08T18:58:27Z"), amount: "-5375.77", transaction_type: "deposit", category_id: null },
            { transaction_id: 783, account_id: 48, transaction_date: new Date("2022-11-29T15:57:02Z"), amount: "6760.56", transaction_type: "deposit", category_id: 7 },
            { transaction_id: 784, account_id: 20, transaction_date: new Date("2023-03-29T13:11:47Z"), amount: "9300.19", transaction_type: "deposit", category_id: 10 },
            { transaction_id: 785, account_id: 177, transaction_date: new Date("2023-07-13T19:03:51Z"), amount: "-542.06", transaction_type: "deposit", category_id: 9 },
            { transaction_id: 786, account_id: 178, transaction_date: new Date("2022-03-23T00:11:38Z"), amount: "-9979.23", transaction_type: "withdrawal", category_id: 9 },
            { transaction_id: 787, account_id: 103, transaction_date: new Date("2023-03-19T13:16:20Z"), amount: "3459.76", transaction_type: "deposit", category_id: 9 },
            { transaction_id: 788, account_id: 48, transaction_date: new Date("2022-12-25T20:32:13Z"), amount: "-8464.20", transaction_type: "withdrawal", category_id: 2 },
            { transaction_id: 789, account_id: 128, transaction_date: new Date("2022-03-13T13:21:15Z"), amount: "-1216.75", transaction_type: "transfer", category_id: 9 },
            { transaction_id: 790, account_id: 145, transaction_date: new Date("2022-02-08T10:08:06Z"), amount: "1887.25", transaction_type: "withdrawal", category_id: 5 },
            { transaction_id: 791, account_id: 10, transaction_date: new Date("2022-11-29T10:49:36Z"), amount: "-3120.48", transaction_type: "deposit", category_id: 8 },
            { transaction_id: 792, account_id: 92, transaction_date: new Date("2022-01-05T16:09:43Z"), amount: "2639.70", transaction_type: "deposit", category_id: 4 },
            { transaction_id: 793, account_id: 139, transaction_date: new Date("2023-02-03T00:01:18Z"), amount: "-8772.22", transaction_type: "deposit", category_id: 1 },
            { transaction_id: 794, account_id: 96, transaction_date: new Date("2023-10-11T11:56:43Z"), amount: "5264.69", transaction_type: "deposit", category_id: 1 },
            { transaction_id: 795, account_id: 121, transaction_date: new Date("2022-10-15T08:55:44Z"), amount: "-9820.63", transaction_type: "deposit", category_id: 8 },
            { transaction_id: 796, account_id: 117, transaction_date: new Date("2023-05-13T21:38:38Z"), amount: "-4576.62", transaction_type: "deposit", category_id: 9 },
            { transaction_id: 797, account_id: 108, transaction_date: new Date("2023-10-28T10:21:51Z"), amount: "5406.02", transaction_type: "deposit", category_id: 8 },
            { transaction_id: 798, account_id: 95, transaction_date: new Date("2022-01-27T11:13:58Z"), amount: "-9994.72", transaction_type: "withdrawal", category_id: 7 },
            { transaction_id: 799, account_id: 169, transaction_date: new Date("2022-04-14T22:41:34Z"), amount: "-3878.31", transaction_type: "deposit", category_id: 4 },
            { transaction_id: 800, account_id: 176, transaction_date: new Date("2022-10-05T10:08:39Z"), amount: "-1331.91", transaction_type: "deposit", category_id: 8 },
            { transaction_id: 801, account_id: 102, transaction_date: new Date("2023-11-03T17:33:52Z"), amount: "-265.94", transaction_type: "withdrawal", category_id: 9 },
            { transaction_id: 802, account_id: 108, transaction_date: new Date("2023-09-08T23:33:54Z"), amount: "-8669.46", transaction_type: "withdrawal", category_id: null },
            { transaction_id: 803, account_id: 154, transaction_date: new Date("2023-12-24T19:47:01Z"), amount: "9917.23", transaction_type: "withdrawal", category_id: 8 },
            { transaction_id: 804, account_id: 20, transaction_date: new Date("2022-12-14T01:18:38Z"), amount: "-9683.34", transaction_type: "withdrawal", category_id: 3 },
            { transaction_id: 805, account_id: 79, transaction_date: new Date("2023-05-09T21:39:19Z"), amount: "1556.08", transaction_type: "transfer", category_id: null },
            { transaction_id: 806, account_id: 169, transaction_date: new Date("2023-09-29T12:01:34Z"), amount: "7084.40", transaction_type: "deposit", category_id: 3 },
            { transaction_id: 807, account_id: 57, transaction_date: new Date("2023-09-01T19:13:00Z"), amount: "1457.89", transaction_type: "deposit", category_id: 2 },
            { transaction_id: 808, account_id: 122, transaction_date: new Date("2023-04-09T18:30:23Z"), amount: "-116.93", transaction_type: "withdrawal", category_id: 2 },
            { transaction_id: 809, account_id: 193, transaction_date: new Date("2022-03-19T10:02:03Z"), amount: "-4616.32", transaction_type: "withdrawal", category_id: 4 },
            { transaction_id: 810, account_id: 39, transaction_date: new Date("2023-05-24T20:31:14Z"), amount: "-6674.76", transaction_type: "withdrawal", category_id: 7 },
            { transaction_id: 811, account_id: 164, transaction_date: new Date("2023-09-15T18:34:21Z"), amount: "-392.19", transaction_type: "withdrawal", category_id: 9 },
            { transaction_id: 812, account_id: 2, transaction_date: new Date("2023-06-17T00:31:09Z"), amount: "-1766.01", transaction_type: "deposit", category_id: 9 },
            { transaction_id: 813, account_id: 63, transaction_date: new Date("2022-05-11T16:42:20Z"), amount: "-437.56", transaction_type: "transfer", category_id: 5 },
            { transaction_id: 814, account_id: 59, transaction_date: new Date("2022-05-25T09:31:16Z"), amount: "-5642.03", transaction_type: "withdrawal", category_id: null },
            { transaction_id: 815, account_id: 40, transaction_date: new Date("2023-02-02T11:38:39Z"), amount: "-9392.96", transaction_type: "withdrawal", category_id: 9 },
            { transaction_id: 816, account_id: 32, transaction_date: new Date("2023-11-22T12:08:59Z"), amount: "-9835.38", transaction_type: "transfer", category_id: 6 },
            { transaction_id: 817, account_id: 184, transaction_date: new Date("2023-07-09T17:39:40Z"), amount: "7939.55", transaction_type: "deposit", category_id: 10 },
            { transaction_id: 818, account_id: 115, transaction_date: new Date("2023-01-06T19:00:42Z"), amount: "-7833.87", transaction_type: "withdrawal", category_id: 4 },
            { transaction_id: 819, account_id: 14, transaction_date: new Date("2023-01-15T14:28:20Z"), amount: "-4796.44", transaction_type: "deposit", category_id: 9 },
            { transaction_id: 820, account_id: 194, transaction_date: new Date("2022-09-13T13:08:25Z"), amount: "-5697.24", transaction_type: "deposit", category_id: 6 },
            { transaction_id: 821, account_id: 100, transaction_date: new Date("2023-05-06T12:04:58Z"), amount: "-3732.56", transaction_type: "withdrawal", category_id: 2 },
            { transaction_id: 822, account_id: 78, transaction_date: new Date("2022-09-12T09:54:58Z"), amount: "-9888.63", transaction_type: "transfer", category_id: 9 },
            { transaction_id: 823, account_id: 16, transaction_date: new Date("2023-05-02T15:28:08Z"), amount: "-4036.82", transaction_type: "transfer", category_id: 7 },
            { transaction_id: 824, account_id: 86, transaction_date: new Date("2022-11-04T13:01:55Z"), amount: "6875.82", transaction_type: "deposit", category_id: 5 },
            { transaction_id: 825, account_id: 41, transaction_date: new Date("2022-11-09T21:10:31Z"), amount: "2221.55", transaction_type: "withdrawal", category_id: null },
            { transaction_id: 826, account_id: 74, transaction_date: new Date("2023-11-01T12:31:10Z"), amount: "-8773.32", transaction_type: "deposit", category_id: 1 },
            { transaction_id: 827, account_id: 132, transaction_date: new Date("2022-08-13T17:36:29Z"), amount: "-4931.17", transaction_type: "withdrawal", category_id: 1 },
            { transaction_id: 828, account_id: 7, transaction_date: new Date("2022-07-22T01:34:56Z"), amount: "-9707.62", transaction_type: "transfer", category_id: 2 },
            { transaction_id: 829, account_id: 196, transaction_date: new Date("2022-04-01T22:23:31Z"), amount: "-5339.76", transaction_type: "deposit", category_id: 3 },
            { transaction_id: 830, account_id: 67, transaction_date: new Date("2022-08-26T16:31:44Z"), amount: "9469.19", transaction_type: "deposit", category_id: 4 },
            { transaction_id: 831, account_id: 113, transaction_date: new Date("2023-08-30T00:26:40Z"), amount: "-3853.44", transaction_type: "deposit", category_id: 4 },
            { transaction_id: 832, account_id: 42, transaction_date: new Date("2022-04-11T12:08:28Z"), amount: "-8098.85", transaction_type: "deposit", category_id: 1 },
            { transaction_id: 833, account_id: 47, transaction_date: new Date("2022-07-24T21:32:33Z"), amount: "8358.84", transaction_type: "withdrawal", category_id: 5 },
            { transaction_id: 834, account_id: 126, transaction_date: new Date("2023-10-19T17:07:03Z"), amount: "-7104.83", transaction_type: "deposit", category_id: 8 },
            { transaction_id: 835, account_id: 171, transaction_date: new Date("2022-02-04T11:24:00Z"), amount: "-9361.68", transaction_type: "deposit", category_id: 8 },
            { transaction_id: 836, account_id: 172, transaction_date: new Date("2023-10-22T08:16:45Z"), amount: "-9984.35", transaction_type: "deposit", category_id: 2 },
            { transaction_id: 837, account_id: 31, transaction_date: new Date("2022-10-12T21:43:26Z"), amount: "-8201.98", transaction_type: "deposit", category_id: 8 },
            { transaction_id: 838, account_id: 116, transaction_date: new Date("2023-07-02T14:15:42Z"), amount: "7557.04", transaction_type: "withdrawal", category_id: 8 },
            { transaction_id: 839, account_id: 61, transaction_date: new Date("2022-05-18T13:42:28Z"), amount: "-9999.41", transaction_type: "deposit", category_id: 9 },
            { transaction_id: 840, account_id: 77, transaction_date: new Date("2023-08-25T21:01:00Z"), amount: "-2178.18", transaction_type: "withdrawal", category_id: null },
            { transaction_id: 841, account_id: 26, transaction_date: new Date("2023-07-09T17:55:23Z"), amount: "8607.93", transaction_type: "withdrawal", category_id: 4 },
            { transaction_id: 842, account_id: 148, transaction_date: new Date("2022-10-03T11:09:01Z"), amount: "-9593.33", transaction_type: "transfer", category_id: 9 },
            { transaction_id: 843, account_id: 23, transaction_date: new Date("2023-06-05T13:03:57Z"), amount: "2858.39", transaction_type: "withdrawal", category_id: 6 },
            { transaction_id: 844, account_id: 13, transaction_date: new Date("2022-08-24T15:38:22Z"), amount: "4798.49", transaction_type: "transfer", category_id: 9 },
            { transaction_id: 845, account_id: 117, transaction_date: new Date("2023-12-07T12:19:25Z"), amount: "3823.66", transaction_type: "deposit", category_id: 9 },
            { transaction_id: 846, account_id: 78, transaction_date: new Date("2023-08-15T18:24:00Z"), amount: "-2225.19", transaction_type: "deposit", category_id: 5 },
            { transaction_id: 847, account_id: 124, transaction_date: new Date("2022-07-25T13:42:32Z"), amount: "-1302.79", transaction_type: "deposit", category_id: 2 },
            { transaction_id: 848, account_id: 177, transaction_date: new Date("2023-07-27T21:28:26Z"), amount: "-6674.46", transaction_type: "deposit", category_id: 3 },
            { transaction_id: 849, account_id: 64, transaction_date: new Date("2022-09-15T15:52:15Z"), amount: "-9825.16", transaction_type: "withdrawal", category_id: 1 },
            { transaction_id: 850, account_id: 134, transaction_date: new Date("2023-01-10T11:43:56Z"), amount: "1690.03", transaction_type: "deposit", category_id: 9 },
            { transaction_id: 851, account_id: 26, transaction_date: new Date("2022-01-02T20:19:55Z"), amount: "-7162.16", transaction_type: "transfer", category_id: 7 },
            { transaction_id: 852, account_id: 154, transaction_date: new Date("2023-06-16T10:01:19Z"), amount: "9521.46", transaction_type: "transfer", category_id: 5 },
            { transaction_id: 853, account_id: 176, transaction_date: new Date("2023-01-13T09:25:54Z"), amount: "-9999.93", transaction_type: "withdrawal", category_id: 5 },
            { transaction_id: 854, account_id: 149, transaction_date: new Date("2022-08-04T15:24:17Z"), amount: "5211.59", transaction_type: "transfer", category_id: 4 },
            { transaction_id: 855, account_id: 142, transaction_date: new Date("2023-01-15T05:43:56Z"), amount: "-5662.11", transaction_type: "deposit", category_id: null },
            { transaction_id: 856, account_id: 140, transaction_date: new Date("2023-11-07T15:48:18Z"), amount: "-9945.33", transaction_type: "deposit", category_id: 6 },
            { transaction_id: 857, account_id: 53, transaction_date: new Date("2023-08-09T18:16:27Z"), amount: "-9457.17", transaction_type: "transfer", category_id: 8 },
            { transaction_id: 858, account_id: 109, transaction_date: new Date("2022-03-22T13:54:06Z"), amount: "-8824.20", transaction_type: "withdrawal", category_id: 2 },
            { transaction_id: 859, account_id: 55, transaction_date: new Date("2023-12-03T18:02:51Z"), amount: "-3420.29", transaction_type: "withdrawal", category_id: 7 },
            { transaction_id: 860, account_id: 32, transaction_date: new Date("2023-11-22T09:44:59Z"), amount: "-2503.46", transaction_type: "deposit", category_id: 1 },
            { transaction_id: 861, account_id: 160, transaction_date: new Date("2022-11-12T09:33:26Z"), amount: "-9978.62", transaction_type: "transfer", category_id: 1 },
            { transaction_id: 862, account_id: 76, transaction_date: new Date("2022-02-05T11:35:21Z"), amount: "-8599.23", transaction_type: "deposit", category_id: 7 },
            { transaction_id: 863, account_id: 187, transaction_date: new Date("2022-07-06T21:21:21Z"), amount: "-2254.18", transaction_type: "deposit", category_id: null },
            { transaction_id: 864, account_id: 32, transaction_date: new Date("2023-02-02T12:40:39Z"), amount: "-9877.61", transaction_type: "withdrawal", category_id: 8 },
            { transaction_id: 865, account_id: 198, transaction_date: new Date("2023-09-06T23:27:04Z"), amount: "-8729.52", transaction_type: "transfer", category_id: 2 },
            { transaction_id: 866, account_id: 3, transaction_date: new Date("2022-06-29T16:59:09Z"), amount: "6646.39", transaction_type: "deposit", category_id: 10 },
            { transaction_id: 867, account_id: 180, transaction_date: new Date("2023-07-05T10:15:49Z"), amount: "-8065.65", transaction_type: "deposit", category_id: 7 },
            { transaction_id: 868, account_id: 187, transaction_date: new Date("2022-06-24T11:11:10Z"), amount: "-9783.62", transaction_type: "deposit", category_id: 10 },
            { transaction_id: 869, account_id: 34, transaction_date: new Date("2023-07-11T17:17:46Z"), amount: "-9942.23", transaction_type: "deposit", category_id: 5 },
            { transaction_id: 870, account_id: 17, transaction_date: new Date("2022-03-01T22:31:25Z"), amount: "-6942.87", transaction_type: "deposit", category_id: 8 },
            { transaction_id: 871, account_id: 32, transaction_date: new Date("2023-04-10T06:04:25Z"), amount: "222.10", transaction_type: "withdrawal", category_id: 3 },
            { transaction_id: 872, account_id: 63, transaction_date: new Date("2023-02-19T09:39:10Z"), amount: "-7744.32", transaction_type: "deposit", category_id: 4 },
            { transaction_id: 873, account_id: 68, transaction_date: new Date("2022-11-17T18:52:30Z"), amount: "1811.99", transaction_type: "deposit", category_id: 6 },
            { transaction_id: 874, account_id: 13, transaction_date: new Date("2022-07-25T18:10:55Z"), amount: "-3957.60", transaction_type: "withdrawal", category_id: 10 },
            { transaction_id: 875, account_id: 195, transaction_date: new Date("2022-12-04T14:16:15Z"), amount: "8097.86", transaction_type: "transfer", category_id: 10 },
            { transaction_id: 876, account_id: 55, transaction_date: new Date("2023-09-08T13:23:08Z"), amount: "-7121.99", transaction_type: "transfer", category_id: 2 },
            { transaction_id: 877, account_id: 134, transaction_date: new Date("2022-01-12T08:47:36Z"), amount: "-393.81", transaction_type: "deposit", category_id: 9 },
            { transaction_id: 878, account_id: 48, transaction_date: new Date("2022-01-13T16:46:11Z"), amount: "-2222.12", transaction_type: "withdrawal", category_id: 3 },
            { transaction_id: 879, account_id: 107, transaction_date: new Date("2023-05-27T09:16:46Z"), amount: "3197.29", transaction_type: "withdrawal", category_id: 10 },
            { transaction_id: 880, account_id: 112, transaction_date: new Date("2023-06-10T03:01:26Z"), amount: "2741.13", transaction_type: "deposit", category_id: 1 },
            { transaction_id: 881, account_id: 8, transaction_date: new Date("2023-12-07T14:29:15Z"), amount: "-8373.51", transaction_type: "deposit", category_id: 7 },
            { transaction_id: 882, account_id: 56, transaction_date: new Date("2022-01-19T16:48:48Z"), amount: "-9965.71", transaction_type: "deposit", category_id: 5 },
            { transaction_id: 883, account_id: 188, transaction_date: new Date("2023-03-28T16:41:20Z"), amount: "-8665.65", transaction_type: "withdrawal", category_id: 7 },
            { transaction_id: 884, account_id: 106, transaction_date: new Date("2022-10-27T09:35:56Z"), amount: "-9984.58", transaction_type: "transfer", category_id: 5 },
            { transaction_id: 885, account_id: 192, transaction_date: new Date("2023-11-02T20:40:16Z"), amount: "3803.97", transaction_type: "withdrawal", category_id: 10 },
            { transaction_id: 886, account_id: 21, transaction_date: new Date("2023-01-20T12:10:48Z"), amount: "-5149.52", transaction_type: "deposit", category_id: 2 },
            { transaction_id: 887, account_id: 76, transaction_date: new Date("2023-10-05T16:17:26Z"), amount: "-4672.33", transaction_type: "deposit", category_id: 6 },
            { transaction_id: 888, account_id: 17, transaction_date: new Date("2022-01-14T07:36:36Z"), amount: "8069.44", transaction_type: "transfer", category_id: 8 },
            { transaction_id: 889, account_id: 170, transaction_date: new Date("2022-08-15T07:13:04Z"), amount: "-9810.77", transaction_type: "deposit", category_id: 3 },
            { transaction_id: 890, account_id: 24, transaction_date: new Date("2022-06-27T09:24:15Z"), amount: "-7750.71", transaction_type: "deposit", category_id: 2 },
            { transaction_id: 891, account_id: 78, transaction_date: new Date("2022-09-03T06:37:34Z"), amount: "-8798.81", transaction_type: "deposit", category_id: 2 },
            { transaction_id: 892, account_id: 77, transaction_date: new Date("2023-08-05T14:59:16Z"), amount: "-4227.29", transaction_type: "withdrawal", category_id: 6 },
            { transaction_id: 893, account_id: 150, transaction_date: new Date("2023-01-25T19:08:52Z"), amount: "2317.89", transaction_type: "deposit", category_id: 4 },
            { transaction_id: 894, account_id: 179, transaction_date: new Date("2022-07-18T17:16:59Z"), amount: "2715.89", transaction_type: "deposit", category_id: 8 },
            { transaction_id: 895, account_id: 17, transaction_date: new Date("2023-09-06T20:19:04Z"), amount: "-5274.63", transaction_type: "transfer", category_id: 1 },
            { transaction_id: 896, account_id: 155, transaction_date: new Date("2022-08-02T21:14:53Z"), amount: "-9285.91", transaction_type: "deposit", category_id: 10 },
            { transaction_id: 897, account_id: 32, transaction_date: new Date("2022-01-10T18:15:43Z"), amount: "-9182.11", transaction_type: "deposit", category_id: 6 },
            { transaction_id: 898, account_id: 142, transaction_date: new Date("2022-06-09T18:14:19Z"), amount: "6364.99", transaction_type: "withdrawal", category_id: 1 },
            { transaction_id: 899, account_id: 54, transaction_date: new Date("2023-02-10T02:12:43Z"), amount: "-5630.29", transaction_type: "withdrawal", category_id: null },
            { transaction_id: 900, account_id: 169, transaction_date: new Date("2022-03-26T10:14:13Z"), amount: "-9985.32", transaction_type: "transfer", category_id: 2 },
            { transaction_id: 901, account_id: 191, transaction_date: new Date("2023-10-14T21:43:54Z"), amount: "9524.63", transaction_type: "withdrawal", category_id: 2 },
            { transaction_id: 902, account_id: 3, transaction_date: new Date("2023-03-03T15:44:50Z"), amount: "-3408.90", transaction_type: "withdrawal", category_id: null },
            { transaction_id: 903, account_id: 61, transaction_date: new Date("2023-07-10T06:41:05Z"), amount: "4721.54", transaction_type: "withdrawal", category_id: 5 },
            { transaction_id: 904, account_id: 187, transaction_date: new Date("2022-04-01T16:51:08Z"), amount: "6263.37", transaction_type: "deposit", category_id: null },
            { transaction_id: 905, account_id: 173, transaction_date: new Date("2022-08-28T18:07:16Z"), amount: "2342.41", transaction_type: "transfer", category_id: 8 },
            { transaction_id: 906, account_id: 123, transaction_date: new Date("2023-10-18T05:43:18Z"), amount: "8346.79", transaction_type: "deposit", category_id: 9 },
            { transaction_id: 907, account_id: 66, transaction_date: new Date("2023-04-05T17:47:29Z"), amount: "-5842.99", transaction_type: "transfer", category_id: 5 },
            { transaction_id: 908, account_id: 108, transaction_date: new Date("2023-01-24T05:21:17Z"), amount: "-7417.16", transaction_type: "withdrawal", category_id: 5 },
            { transaction_id: 909, account_id: 136, transaction_date: new Date("2022-06-04T08:03:01Z"), amount: "-4827.96", transaction_type: "withdrawal", category_id: 3 },
            { transaction_id: 910, account_id: 144, transaction_date: new Date("2022-01-20T15:53:41Z"), amount: "732.05", transaction_type: "withdrawal", category_id: 6 },
            { transaction_id: 911, account_id: 155, transaction_date: new Date("2023-07-19T12:09:49Z"), amount: "-1108.70", transaction_type: "deposit", category_id: 7 },
            { transaction_id: 912, account_id: 36, transaction_date: new Date("2023-05-20T20:40:33Z"), amount: "1242.55", transaction_type: "transfer", category_id: null },
            { transaction_id: 913, account_id: 96, transaction_date: new Date("2022-07-16T15:41:09Z"), amount: "-7921.19", transaction_type: "deposit", category_id: 4 },
            { transaction_id: 914, account_id: 200, transaction_date: new Date("2022-04-18T13:34:44Z"), amount: "-8599.11", transaction_type: "deposit", category_id: null },
            { transaction_id: 915, account_id: 176, transaction_date: new Date("2023-05-17T09:14:17Z"), amount: "-4401.34", transaction_type: "withdrawal", category_id: 1 },
            { transaction_id: 916, account_id: 82, transaction_date: new Date("2023-06-15T20:10:43Z"), amount: "2824.68", transaction_type: "deposit", category_id: 9 },
            { transaction_id: 917, account_id: 114, transaction_date: new Date("2022-06-17T13:09:08Z"), amount: "7645.36", transaction_type: "transfer", category_id: 1 },
            { transaction_id: 918, account_id: 62, transaction_date: new Date("2023-09-05T11:17:08Z"), amount: "-9847.02", transaction_type: "deposit", category_id: 10 },
            { transaction_id: 919, account_id: 176, transaction_date: new Date("2022-10-14T22:22:10Z"), amount: "-855.98", transaction_type: "withdrawal", category_id: 7 },
            { transaction_id: 920, account_id: 192, transaction_date: new Date("2023-12-01T14:58:00Z"), amount: "-6080.64", transaction_type: "deposit", category_id: 2 },
            { transaction_id: 921, account_id: 8, transaction_date: new Date("2022-04-27T16:38:46Z"), amount: "4922.08", transaction_type: "withdrawal", category_id: 2 },
            { transaction_id: 922, account_id: 169, transaction_date: new Date("2022-11-26T05:02:56Z"), amount: "8133.88", transaction_type: "transfer", category_id: 9 },
            { transaction_id: 923, account_id: 15, transaction_date: new Date("2022-03-17T15:16:17Z"), amount: "-883.91", transaction_type: "transfer", category_id: 1 },
            { transaction_id: 924, account_id: 5, transaction_date: new Date("2022-11-26T09:29:57Z"), amount: "891.95", transaction_type: "deposit", category_id: 6 },
            { transaction_id: 925, account_id: 68, transaction_date: new Date("2022-07-23T08:16:14Z"), amount: "-9932.03", transaction_type: "withdrawal", category_id: 8 },
            { transaction_id: 926, account_id: 171, transaction_date: new Date("2022-07-13T15:11:46Z"), amount: "-8413.51", transaction_type: "deposit", category_id: 2 },
            { transaction_id: 927, account_id: 83, transaction_date: new Date("2023-12-05T10:52:19Z"), amount: "4896.47", transaction_type: "withdrawal", category_id: 9 },
            { transaction_id: 928, account_id: 16, transaction_date: new Date("2023-02-22T23:14:12Z"), amount: "-9158.76", transaction_type: "withdrawal", category_id: null },
            { transaction_id: 929, account_id: 157, transaction_date: new Date("2023-03-12T10:01:04Z"), amount: "-1113.11", transaction_type: "withdrawal", category_id: 2 },
            { transaction_id: 930, account_id: 46, transaction_date: new Date("2022-01-06T20:13:59Z"), amount: "-7634.69", transaction_type: "withdrawal", category_id: 5 },
            { transaction_id: 931, account_id: 198, transaction_date: new Date("2022-09-02T19:00:57Z"), amount: "7793.82", transaction_type: "withdrawal", category_id: 6 },
            { transaction_id: 932, account_id: 187, transaction_date: new Date("2022-05-10T10:56:12Z"), amount: "8189.69", transaction_type: "withdrawal", category_id: 5 },
            { transaction_id: 933, account_id: 95, transaction_date: new Date("2023-04-09T13:09:26Z"), amount: "-3319.61", transaction_type: "withdrawal", category_id: 9 },
            { transaction_id: 934, account_id: 167, transaction_date: new Date("2023-09-09T19:06:14Z"), amount: "4023.09", transaction_type: "withdrawal", category_id: 9 },
            { transaction_id: 935, account_id: 148, transaction_date: new Date("2023-03-30T12:22:56Z"), amount: "-8360.66", transaction_type: "transfer", category_id: 5 },
            { transaction_id: 936, account_id: 72, transaction_date: new Date("2022-03-11T16:29:14Z"), amount: "-7968.70", transaction_type: "deposit", category_id: 10 },
            { transaction_id: 937, account_id: 60, transaction_date: new Date("2022-09-14T11:52:42Z"), amount: "-8305.75", transaction_type: "withdrawal", category_id: 1 },
            { transaction_id: 938, account_id: 109, transaction_date: new Date("2022-04-28T15:13:47Z"), amount: "7964.26", transaction_type: "deposit", category_id: 6 },
            { transaction_id: 939, account_id: 173, transaction_date: new Date("2022-01-13T13:01:48Z"), amount: "-7628.20", transaction_type: "transfer", category_id: 6 },
            { transaction_id: 940, account_id: 34, transaction_date: new Date("2023-06-09T20:25:57Z"), amount: "-4888.57", transaction_type: "transfer", category_id: 6 },
            { transaction_id: 941, account_id: 40, transaction_date: new Date("2023-12-25T19:55:27Z"), amount: "-7624.70", transaction_type: "transfer", category_id: 5 },
            { transaction_id: 942, account_id: 196, transaction_date: new Date("2022-09-07T13:52:20Z"), amount: "-9020.49", transaction_type: "deposit", category_id: 4 },
            { transaction_id: 943, account_id: 194, transaction_date: new Date("2023-12-28T20:19:13Z"), amount: "-6320.69", transaction_type: "withdrawal", category_id: 2 },
            { transaction_id: 944, account_id: 71, transaction_date: new Date("2023-08-22T09:42:26Z"), amount: "-559.92", transaction_type: "withdrawal", category_id: 6 },
            { transaction_id: 945, account_id: 93, transaction_date: new Date("2023-05-23T20:22:50Z"), amount: "-7080.11", transaction_type: "withdrawal", category_id: 2 },
            { transaction_id: 946, account_id: 142, transaction_date: new Date("2023-06-08T06:51:44Z"), amount: "1222.85", transaction_type: "deposit", category_id: 10 },
            { transaction_id: 947, account_id: 108, transaction_date: new Date("2022-10-25T19:42:23Z"), amount: "-9198.58", transaction_type: "withdrawal", category_id: 7 },
            { transaction_id: 948, account_id: 164, transaction_date: new Date("2022-01-01T16:01:54Z"), amount: "-6460.63", transaction_type: "withdrawal", category_id: 2 },
            { transaction_id: 949, account_id: 166, transaction_date: new Date("2023-05-05T14:58:35Z"), amount: "-8268.72", transaction_type: "deposit", category_id: 5 },
            { transaction_id: 950, account_id: 125, transaction_date: new Date("2023-07-19T10:32:51Z"), amount: "9686.86", transaction_type: "deposit", category_id: 1 },
            { transaction_id: 951, account_id: 108, transaction_date: new Date("2023-04-18T19:09:26Z"), amount: "-9374.14", transaction_type: "transfer", category_id: null },
            { transaction_id: 952, account_id: 138, transaction_date: new Date("2022-02-17T21:07:15Z"), amount: "-9998.52", transaction_type: "transfer", category_id: 8 },
            { transaction_id: 953, account_id: 174, transaction_date: new Date("2022-06-27T09:19:51Z"), amount: "-8311.27", transaction_type: "deposit", category_id: 1 },
            { transaction_id: 954, account_id: 74, transaction_date: new Date("2022-11-16T09:26:54Z"), amount: "9637.07", transaction_type: "transfer", category_id: 8 },
            { transaction_id: 955, account_id: 21, transaction_date: new Date("2023-04-27T20:52:04Z"), amount: "4481.10", transaction_type: "transfer", category_id: 10 },
            { transaction_id: 956, account_id: 11, transaction_date: new Date("2023-01-30T09:24:20Z"), amount: "8606.75", transaction_type: "deposit", category_id: 5 },
            { transaction_id: 957, account_id: 54, transaction_date: new Date("2022-12-05T12:04:38Z"), amount: "-9920.92", transaction_type: "deposit", category_id: 9 },
            { transaction_id: 958, account_id: 97, transaction_date: new Date("2023-04-15T13:53:03Z"), amount: "1598.60", transaction_type: "withdrawal", category_id: 6 },
            { transaction_id: 959, account_id: 17, transaction_date: new Date("2022-03-17T08:10:14Z"), amount: "2273.07", transaction_type: "deposit", category_id: 9 },
            { transaction_id: 960, account_id: 115, transaction_date: new Date("2023-06-13T19:16:23Z"), amount: "-4270.87", transaction_type: "withdrawal", category_id: 7 },
            { transaction_id: 961, account_id: 176, transaction_date: new Date("2023-02-22T13:47:17Z"), amount: "9902.65", transaction_type: "transfer", category_id: 3 },
            { transaction_id: 962, account_id: 115, transaction_date: new Date("2023-03-11T18:45:35Z"), amount: "-5398.98", transaction_type: "withdrawal", category_id: 2 },
            { transaction_id: 963, account_id: 63, transaction_date: new Date("2022-11-25T07:52:27Z"), amount: "-8470.53", transaction_type: "withdrawal", category_id: 4 },
            { transaction_id: 964, account_id: 157, transaction_date: new Date("2023-12-03T11:13:47Z"), amount: "-7711.28", transaction_type: "withdrawal", category_id: 3 },
            { transaction_id: 965, account_id: 78, transaction_date: new Date("2023-04-18T21:16:10Z"), amount: "-9814.79", transaction_type: "deposit", category_id: 1 },
            { transaction_id: 966, account_id: 159, transaction_date: new Date("2022-04-26T09:50:56Z"), amount: "4100.66", transaction_type: "deposit", category_id: 1 },
            { transaction_id: 967, account_id: 148, transaction_date: new Date("2023-05-08T19:19:50Z"), amount: "-8164.30", transaction_type: "withdrawal", category_id: 2 },
            { transaction_id: 968, account_id: 60, transaction_date: new Date("2023-04-17T01:37:32Z"), amount: "-9841.97", transaction_type: "deposit", category_id: null },
            { transaction_id: 969, account_id: 138, transaction_date: new Date("2022-11-01T13:24:00Z"), amount: "-3638.40", transaction_type: "deposit", category_id: 7 },
            { transaction_id: 970, account_id: 6, transaction_date: new Date("2022-01-23T19:06:49Z"), amount: "-7750.96", transaction_type: "withdrawal", category_id: 6 },
            { transaction_id: 971, account_id: 138, transaction_date: new Date("2023-04-14T12:32:31Z"), amount: "304.49", transaction_type: "deposit", category_id: 7 },
            { transaction_id: 972, account_id: 127, transaction_date: new Date("2022-10-16T14:05:06Z"), amount: "-7987.62", transaction_type: "transfer", category_id: 2 },
            { transaction_id: 973, account_id: 12, transaction_date: new Date("2022-06-02T20:17:36Z"), amount: "-9094.44", transaction_type: "deposit", category_id: 6 },
            { transaction_id: 974, account_id: 144, transaction_date: new Date("2023-04-22T10:15:12Z"), amount: "-3614.55", transaction_type: "withdrawal", category_id: 1 },
            { transaction_id: 975, account_id: 130, transaction_date: new Date("2023-12-25T07:29:03Z"), amount: "-6794.82", transaction_type: "transfer", category_id: 2 },
            { transaction_id: 976, account_id: 72, transaction_date: new Date("2023-05-07T10:50:18Z"), amount: "-400.34", transaction_type: "withdrawal", category_id: 8 },
            { transaction_id: 977, account_id: 50, transaction_date: new Date("2023-12-09T17:33:42Z"), amount: "4664.59", transaction_type: "deposit", category_id: null },
            { transaction_id: 978, account_id: 88, transaction_date: new Date("2022-06-14T10:19:59Z"), amount: "-7331.69", transaction_type: "deposit", category_id: 2 },
            { transaction_id: 979, account_id: 75, transaction_date: new Date("2023-06-05T08:57:32Z"), amount: "-5021.18", transaction_type: "transfer", category_id: 9 },
            { transaction_id: 980, account_id: 94, transaction_date: new Date("2022-01-09T20:33:05Z"), amount: "1629.15", transaction_type: "deposit", category_id: 4 },
            { transaction_id: 981, account_id: 5, transaction_date: new Date("2023-05-21T14:20:50Z"), amount: "-9557.00", transaction_type: "transfer", category_id: 8 },
            { transaction_id: 982, account_id: 136, transaction_date: new Date("2022-01-03T12:35:34Z"), amount: "-3262.98", transaction_type: "withdrawal", category_id: 10 },
            { transaction_id: 983, account_id: 100, transaction_date: new Date("2023-05-23T16:00:10Z"), amount: "8469.95", transaction_type: "withdrawal", category_id: 6 },
            { transaction_id: 984, account_id: 30, transaction_date: new Date("2022-04-08T18:13:55Z"), amount: "-2341.27", transaction_type: "withdrawal", category_id: 10 },
            { transaction_id: 985, account_id: 86, transaction_date: new Date("2023-11-04T14:56:08Z"), amount: "-5462.50", transaction_type: "withdrawal", category_id: null },
            { transaction_id: 986, account_id: 82, transaction_date: new Date("2023-03-11T18:50:20Z"), amount: "-1596.86", transaction_type: "transfer", category_id: 9 },
            { transaction_id: 987, account_id: 175, transaction_date: new Date("2022-03-21T18:49:17Z"), amount: "-9712.62", transaction_type: "withdrawal", category_id: 2 },
            { transaction_id: 988, account_id: 112, transaction_date: new Date("2023-09-20T11:53:20Z"), amount: "2822.48", transaction_type: "deposit", category_id: 8 },
            { transaction_id: 989, account_id: 114, transaction_date: new Date("2023-12-15T20:22:34Z"), amount: "-3587.07", transaction_type: "transfer", category_id: null },
            { transaction_id: 990, account_id: 59, transaction_date: new Date("2023-07-06T09:03:01Z"), amount: "-2985.96", transaction_type: "deposit", category_id: 1 },
            { transaction_id: 991, account_id: 171, transaction_date: new Date("2023-10-14T10:05:03Z"), amount: "-9905.34", transaction_type: "transfer", category_id: null },
            { transaction_id: 992, account_id: 47, transaction_date: new Date("2022-07-17T20:24:35Z"), amount: "-4150.58", transaction_type: "deposit", category_id: 10 },
            { transaction_id: 993, account_id: 104, transaction_date: new Date("2022-02-11T09:06:22Z"), amount: "-9490.57", transaction_type: "withdrawal", category_id: 5 },
            { transaction_id: 994, account_id: 40, transaction_date: new Date("2023-11-16T15:28:45Z"), amount: "2327.78", transaction_type: "deposit", category_id: 1 },
            { transaction_id: 995, account_id: 66, transaction_date: new Date("2022-03-17T17:54:49Z"), amount: "-4365.04", transaction_type: "deposit", category_id: null },
            { transaction_id: 996, account_id: 84, transaction_date: new Date("2022-03-17T21:20:15Z"), amount: "-9693.78", transaction_type: "deposit", category_id: 2 },
            { transaction_id: 997, account_id: 105, transaction_date: new Date("2022-11-14T16:02:05Z"), amount: "-9179.02", transaction_type: "withdrawal", category_id: 8 },
            { transaction_id: 998, account_id: 142, transaction_date: new Date("2023-09-03T08:31:59Z"), amount: "73.77", transaction_type: "withdrawal", category_id: 4 },
            { transaction_id: 999, account_id: 119, transaction_date: new Date("2022-03-08T18:40:00Z"), amount: "-5809.73", transaction_type: "deposit", category_id: 6 },
            { transaction_id: 1000, account_id: 82, transaction_date: new Date("2023-06-11T09:24:18Z"), amount: "-21.79", transaction_type: "withdrawal", category_id: 4 },
        ],
    });
}

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