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

const prisma = new PrismaClient();

async function main() {
    await prisma.customers.createMany({
        data: [
            { id: 1, full_name: "Amir Ibrahim", email: "amir.ibrahim@example.net", phone: "+1-415-555-0182", created_at: new Date("2020-03-17T14:15:14Z") },
            { id: 2, full_name: "Yusuf Ali", email: "yusuf.ali@example.org", phone: null, created_at: new Date("2020-08-16T14:13:08Z") },
            { id: 3, full_name: "Jack Patel", email: "jack.patel@example.net", phone: "+1-612-555-0161", created_at: new Date("2021-10-21T12:42:23Z") },
            { id: 4, full_name: "Nour Park", email: "nour.park@example.net", phone: "+1-214-555-0191", created_at: new Date("2023-12-03T10:14:40Z") },
            { id: 5, full_name: "Nina Sousa", email: "nina.sousa@example.com", phone: "+1-512-555-0129", created_at: new Date("2021-09-02T08:06:39Z") },
            { id: 6, full_name: "Wei Ali", email: "wei.ali@example.net", phone: "+1-213-555-0105", created_at: new Date("2022-11-20T09:48:52Z") },
            { id: 7, full_name: "Leo Meyer", email: "leo.meyer@example.net", phone: "+1-972-555-0104", created_at: new Date("2022-07-21T12:56:08Z") },
            { id: 8, full_name: "Carlos Khan", email: "carlos.khan@example.com", phone: "+1-917-555-0148", created_at: new Date("2023-01-13T13:47:24Z") },
            { id: 9, full_name: "Maria Smith", email: "maria.smith@example.org", phone: "+1-404-555-0108", created_at: new Date("2020-06-11T10:32:14Z") },
            { id: 10, full_name: "Laura Moreau", email: "laura.moreau@example.net", phone: "+1-214-555-0111", created_at: new Date("2021-10-24T15:51:01Z") },
            { id: 11, full_name: "Carlos Sato", email: "carlos.sato@example.com", phone: "+1-415-555-0173", created_at: new Date("2021-11-18T16:51:32Z") },
            { id: 12, full_name: "Tomas Clark", email: "tomas.clark@example.org", phone: "+1-303-555-0196", created_at: new Date("2023-11-07T15:09:57Z") },
            { id: 13, full_name: "Uma Flores", email: "uma.flores@example.org", phone: "+1-404-555-0137", created_at: new Date("2023-11-22T14:16:52Z") },
            { id: 14, full_name: "Yusuf Gupta", email: "yusuf.gupta@example.com", phone: null, created_at: new Date("2022-03-13T06:22:20Z") },
            { id: 15, full_name: "Lina Pereira", email: "lina.pereira@example.com", phone: "+1-212-555-0197", created_at: new Date("2022-08-19T09:50:02Z") },
            { id: 16, full_name: "Ruby Khan", email: "ruby.khan@example.net", phone: "+1-415-555-0168", created_at: new Date("2020-10-20T08:17:25Z") },
            { id: 17, full_name: "Yusuf Clark", email: "yusuf.clark@example.net", phone: "+1-415-555-0196", created_at: new Date("2020-10-24T13:26:33Z") },
            { id: 18, full_name: "Pedro Demir", email: "pedro.demir@example.com", phone: null, created_at: new Date("2020-05-09T15:09:23Z") },
            { id: 19, full_name: "Yusuf Schmidt", email: "yusuf.schmidt@example.net", phone: "+1-604-555-0185", created_at: new Date("2020-04-04T01:36:42Z") },
            { id: 20, full_name: "Emma Almeida", email: "emma.almeida@example.net", phone: "+1-617-555-0181", created_at: new Date("2020-03-03T17:21:22Z") },
            { id: 21, full_name: "Ben Park", email: "ben.park@example.net", phone: "+1-212-555-0131", created_at: new Date("2022-11-01T11:46:36Z") },
            { id: 22, full_name: "Nadia Sousa", email: "nadia.sousa@example.com", phone: null, created_at: new Date("2020-11-20T14:38:39Z") },
            { id: 23, full_name: "Omar Patel", email: "omar.patel@example.com", phone: null, created_at: new Date("2023-02-11T16:25:43Z") },
            { id: 24, full_name: "Lena Hassan", email: "lena.hassan@example.com", phone: "+1-713-555-0155", created_at: new Date("2020-02-24T14:08:39Z") },
            { id: 25, full_name: "Hana Novak", email: "hana.novak@example.net", phone: "+1-713-555-0182", created_at: new Date("2021-09-03T09:12:56Z") },
            { id: 26, full_name: "Grace Mendes", email: "grace.mendes@example.com", phone: "+1-801-555-0133", created_at: new Date("2022-01-18T14:39:23Z") },
            { id: 27, full_name: "Yusuf Garcia", email: "yusuf.garcia@example.org", phone: "+1-415-555-0111", created_at: new Date("2021-03-16T17:05:25Z") },
            { id: 28, full_name: "Mila Costa", email: "mila.costa@example.net", phone: "+1-415-555-0199", created_at: new Date("2020-01-05T17:49:51Z") },
            { id: 29, full_name: "Leo Bauer", email: "leo.bauer@example.net", phone: "+1-972-555-0139", created_at: new Date("2021-12-29T14:37:27Z") },
            { id: 30, full_name: "Olivia Miller", email: "olivia.miller@example.net", phone: "+1-312-555-0178", created_at: new Date("2022-08-26T08:30:32Z") },
            { id: 31, full_name: "Maja Tanaka", email: "maja.tanaka@example.net", phone: null, created_at: new Date("2023-06-08T16:25:59Z") },
            { id: 32, full_name: "Omar Yilmaz", email: "omar.yilmaz@example.com", phone: "+1-801-555-0146", created_at: new Date("2022-01-25T18:41:09Z") },
            { id: 33, full_name: "Sofia Weber", email: "sofia.weber@example.com", phone: "+1-617-555-0150", created_at: new Date("2022-03-15T11:32:53Z") },
            { id: 34, full_name: "Mohamed Kowalski", email: "mohamed.kowalski@example.com", phone: "+1-213-555-0115", created_at: new Date("2020-11-21T15:06:03Z") },
            { id: 35, full_name: "Jack Ibrahim", email: "jack.ibrahim@example.org", phone: "+1-305-555-0120", created_at: new Date("2020-11-07T10:42:21Z") },
            { id: 36, full_name: "Sven Walker", email: "sven.walker@example.org", phone: "+1-213-555-0176", created_at: new Date("2021-03-14T15:26:20Z") },
            { id: 37, full_name: "Elif Adams", email: "elif.adams@example.com", phone: "+1-905-555-0134", created_at: new Date("2020-11-05T15:49:16Z") },
            { id: 38, full_name: "Lena Wang", email: "lena.wang@example.com", phone: "+1-214-555-0150", created_at: new Date("2022-04-30T20:52:00Z") },
            { id: 39, full_name: "Ethan Gomez", email: "ethan.gomez@example.net", phone: null, created_at: new Date("2020-12-07T13:25:31Z") },
            { id: 40, full_name: "Daniel Lee", email: "daniel.lee@example.net", phone: "+1-713-555-0158", created_at: new Date("2022-12-11T14:11:08Z") },
            { id: 41, full_name: "David Patel", email: "david.patel@example.net", phone: "+1-214-555-0151", created_at: new Date("2022-01-12T11:13:11Z") },
            { id: 42, full_name: "Ana Kumar", email: "ana.kumar@example.com", phone: "+1-213-555-0135", created_at: new Date("2021-07-08T09:33:38Z") },
            { id: 43, full_name: "Amir Adams", email: "amir.adams@example.org", phone: "+1-469-555-0160", created_at: new Date("2021-03-11T15:16:05Z") },
            { id: 44, full_name: "Lucas Garcia", email: "lucas.garcia@example.com", phone: "+1-917-555-0124", created_at: new Date("2020-06-10T11:09:04Z") },
            { id: 45, full_name: "Jonas Martin", email: "jonas.martin@example.org", phone: null, created_at: new Date("2021-04-18T11:28:36Z") },
            { id: 46, full_name: "Grace Castro", email: "grace.castro@example.net", phone: "+1-213-555-0162", created_at: new Date("2021-10-01T11:57:15Z") },
            { id: 47, full_name: "David Pereira", email: "david.pereira@example.net", phone: "+1-702-555-0103", created_at: new Date("2022-04-01T14:21:53Z") },
            { id: 48, full_name: "Noah Kim", email: "noah.kim@example.com", phone: "+1-713-555-0191", created_at: new Date("2023-02-16T13:30:42Z") },
            { id: 49, full_name: "Mateo Nakamura", email: "mateo.nakamura@example.net", phone: "+1-503-555-0131", created_at: new Date("2020-05-04T08:05:06Z") },
            { id: 50, full_name: "Chen Khan", email: "chen.khan@example.org", phone: "+1-512-555-0115", created_at: new Date("2020-04-25T15:50:01Z") },
            { id: 51, full_name: "Leo Hassan", email: "leo.hassan@example.org", phone: "+1-214-555-0117", created_at: new Date("2021-03-24T16:14:46Z") },
            { id: 52, full_name: "Ibrahim Sato", email: "ibrahim.sato@example.net", phone: "+1-416-555-0152", created_at: new Date("2020-09-27T09:28:57Z") },
            { id: 53, full_name: "Victor Yilmaz", email: "victor.yilmaz@example.org", phone: null, created_at: new Date("2021-06-06T14:04:19Z") },
            { id: 54, full_name: "Elena Brown", email: "elena.brown@example.com", phone: "+1-917-555-0174", created_at: new Date("2020-01-08T19:01:56Z") },
            { id: 55, full_name: "Kai Wang", email: "kai.wang@example.org", phone: "+1-713-555-0100", created_at: new Date("2020-01-25T09:11:25Z") },
            { id: 56, full_name: "Zara Ibrahim", email: "zara.ibrahim@example.net", phone: "+1-905-555-0101", created_at: new Date("2020-05-06T13:29:02Z") },
            { id: 57, full_name: "Rafael Lopez", email: "rafael.lopez@example.net", phone: "+1-212-555-0149", created_at: new Date("2022-03-24T17:33:02Z") },
            { id: 58, full_name: "Ethan Park", email: "ethan.park@example.com", phone: "+1-469-555-0168", created_at: new Date("2021-12-05T13:22:48Z") },
            { id: 59, full_name: "Karim Murphy", email: "karim.murphy@example.com", phone: "+1-702-555-0157", created_at: new Date("2022-05-06T10:53:05Z") },
            { id: 60, full_name: "Ivan Andersen", email: "ivan.andersen@example.org", phone: "+1-214-555-0130", created_at: new Date("2021-01-28T16:28:47Z") },
            { id: 61, full_name: "Felix Dubois", email: "felix.dubois@example.net", phone: "+1-512-555-0179", created_at: new Date("2020-10-04T08:33:16Z") },
            { id: 62, full_name: "Tariq Chen", email: "tariq.chen@example.com", phone: "+1-702-555-0117", created_at: new Date("2021-08-05T11:55:55Z") },
            { id: 63, full_name: "Daniel Patel", email: "daniel.patel@example.com", phone: "+1-617-555-0166", created_at: new Date("2023-06-03T12:01:06Z") },
            { id: 64, full_name: "Mei Andersen", email: "mei.andersen@example.com", phone: "+1-801-555-0127", created_at: new Date("2020-03-03T20:24:39Z") },
            { id: 65, full_name: "Deniz Lee", email: "deniz.lee@example.org", phone: "+1-778-555-0150", created_at: new Date("2021-01-05T07:40:36Z") },
            { id: 66, full_name: "Emma Becker", email: "emma.becker@example.net", phone: "+1-503-555-0106", created_at: new Date("2020-09-27T16:36:54Z") },
            { id: 67, full_name: "Zara Tanaka", email: "zara.tanaka@example.net", phone: "+1-303-555-0188", created_at: new Date("2023-09-15T10:36:34Z") },
            { id: 68, full_name: "Wei Schneider", email: "wei.schneider@example.com", phone: "+1-312-555-0141", created_at: new Date("2020-11-28T17:28:39Z") },
            { id: 69, full_name: "Hannah Tanaka", email: "hannah.tanaka@example.com", phone: "+1-972-555-0122", created_at: new Date("2020-06-28T15:32:00Z") },
            { id: 70, full_name: "Selin Yilmaz", email: "selin.yilmaz@example.com", phone: "+1-905-555-0143", created_at: new Date("2021-11-16T11:57:51Z") },
            { id: 71, full_name: "Ivan Evans", email: "ivan.evans@example.net", phone: "+1-213-555-0135", created_at: new Date("2021-12-17T11:39:34Z") },
            { id: 72, full_name: "Anna Kumar", email: "anna.kumar@example.net", phone: "+1-415-555-0126", created_at: new Date("2022-06-25T11:32:05Z") },
            { id: 73, full_name: "Sofia Mendes", email: "sofia.mendes@example.org", phone: "+1-512-555-0164", created_at: new Date("2020-03-24T17:00:05Z") },
            { id: 74, full_name: "Emma Schmidt", email: "emma.schmidt@example.net", phone: "+1-212-555-0181", created_at: new Date("2020-11-14T22:18:23Z") },
            { id: 75, full_name: "Wei Young", email: "wei.young@example.org", phone: "+1-404-555-0107", created_at: new Date("2022-04-10T13:45:21Z") },
            { id: 76, full_name: "Mia Kim", email: "mia.kim@example.org", phone: "+1-612-555-0161", created_at: new Date("2021-01-27T16:45:15Z") },
            { id: 77, full_name: "Alice Nakamura", email: "alice.nakamura@example.org", phone: "+1-612-555-0189", created_at: new Date("2022-09-29T10:35:49Z") },
            { id: 78, full_name: "Amir Khan", email: "amir.khan@example.org", phone: null, created_at: new Date("2021-02-22T13:59:14Z") },
            { id: 79, full_name: "Sofia Murphy", email: "sofia.murphy@example.com", phone: null, created_at: new Date("2020-02-07T12:58:25Z") },
            { id: 80, full_name: "David Pereira", email: "david.pereira@example.net", phone: "+1-713-555-0189", created_at: new Date("2022-05-10T19:51:04Z") },
            { id: 81, full_name: "Uma Diaz", email: "uma.diaz@example.net", phone: "+1-512-555-0157", created_at: new Date("2020-12-23T19:10:27Z") },
            { id: 82, full_name: "Mohamed Patel", email: "mohamed.patel@example.net", phone: "+1-415-555-0116", created_at: new Date("2021-01-27T11:32:45Z") },
            { id: 83, full_name: "Deniz Diaz", email: "deniz.diaz@example.com", phone: "+1-905-555-0117", created_at: new Date("2023-12-01T12:05:04Z") },
            { id: 84, full_name: "Olivia Wagner", email: "olivia.wagner@example.net", phone: "+1-213-555-0146", created_at: new Date("2023-09-21T14:04:16Z") },
            { id: 85, full_name: "Zara Martin", email: "zara.martin@example.net", phone: null, created_at: new Date("2023-08-29T10:02:52Z") },
            { id: 86, full_name: "Ivan Martin", email: "ivan.martin@example.com", phone: "+1-617-555-0198", created_at: new Date("2020-11-16T15:49:56Z") },
            { id: 87, full_name: "Julia Andersen", email: "julia.andersen@example.net", phone: "+1-801-555-0103", created_at: new Date("2023-01-25T04:00:24Z") },
            { id: 88, full_name: "Olivia Sousa", email: "olivia.sousa@example.net", phone: "+1-857-555-0194", created_at: new Date("2020-04-08T16:07:17Z") },
            { id: 89, full_name: "Pedro Zhang", email: "pedro.zhang@example.com", phone: "+1-512-555-0197", created_at: new Date("2020-01-21T14:05:50Z") },
            { id: 90, full_name: "Liam Kim", email: "liam.kim@example.com", phone: "+1-212-555-0166", created_at: new Date("2023-04-28T17:03:47Z") },
            { id: 91, full_name: "Arjun Diaz", email: "arjun.diaz@example.org", phone: "+1-778-555-0181", created_at: new Date("2022-05-19T06:53:43Z") },
            { id: 92, full_name: "Yusuf Andersen", email: "yusuf.andersen@example.com", phone: "+1-512-555-0107", created_at: new Date("2023-12-01T11:49:59Z") },
            { id: 93, full_name: "Mateo Kaya", email: "mateo.kaya@example.org", phone: "+1-213-555-0194", created_at: new Date("2020-06-30T14:34:57Z") },
            { id: 94, full_name: "Paula Becker", email: "paula.becker@example.net", phone: null, created_at: new Date("2020-08-18T08:00:55Z") },
            { id: 95, full_name: "Elif Martin", email: "elif.martin@example.net", phone: "+1-415-555-0130", created_at: new Date("2021-03-16T14:29:47Z") },
            { id: 96, full_name: "Tariq Nguyen", email: "tariq.nguyen@example.net", phone: "+1-972-555-0128", created_at: new Date("2021-02-05T13:03:55Z") },
            { id: 97, full_name: "Nina Wright", email: "nina.wright@example.com", phone: "+1-801-555-0183", created_at: new Date("2023-08-21T09:24:33Z") },
            { id: 98, full_name: "Omar Singh", email: "omar.singh@example.com", phone: "+1-512-555-0190", created_at: new Date("2023-02-12T13:49:36Z") },
            { id: 99, full_name: "Ana Shah", email: "ana.shah@example.org", phone: "+1-214-555-0165", created_at: new Date("2023-12-27T23:03:06Z") },
            { id: 100, full_name: "Isaac Silva", email: "isaac.silva@example.org", phone: "+1-972-555-0106", created_at: new Date("2023-03-23T13:47:20Z") },
            { id: 101, full_name: "Anna Patel", email: "anna.patel@example.org", phone: null, created_at: new Date("2023-05-23T12:29:02Z") },
            { id: 102, full_name: "Amir Wang", email: "amir.wang@example.org", phone: "+1-801-555-0160", created_at: new Date("2022-07-29T08:57:29Z") },
            { id: 103, full_name: "Tomas Johnson", email: "tomas.johnson@example.net", phone: "+1-512-555-0117", created_at: new Date("2020-05-01T12:28:24Z") },
            { id: 104, full_name: "Maria Shah", email: "maria.shah@example.org", phone: "+1-214-555-0138", created_at: new Date("2020-01-19T11:54:30Z") },
            { id: 105, full_name: "Yusuf Silva", email: "yusuf.silva@example.org", phone: "+1-312-555-0130", created_at: new Date("2020-09-02T17:51:27Z") },
            { id: 106, full_name: "Victor Sato", email: "victor.sato@example.com", phone: "+1-303-555-0141", created_at: new Date("2020-02-20T14:08:09Z") },
            { id: 107, full_name: "Uma Rossi", email: "uma.rossi@example.org", phone: "+1-617-555-0142", created_at: new Date("2021-08-23T12:08:39Z") },
            { id: 108, full_name: "Andre Adams", email: "andre.adams@example.com", phone: "+1-905-555-0174", created_at: new Date("2023-09-25T13:53:04Z") },
            { id: 109, full_name: "Nadia Nguyen", email: "nadia.nguyen@example.com", phone: "+1-713-555-0180", created_at: new Date("2020-04-30T17:50:24Z") },
            { id: 110, full_name: "Ivan Lee", email: "ivan.lee@example.com", phone: "+1-778-555-0158", created_at: new Date("2021-03-08T14:48:14Z") },
            { id: 111, full_name: "Sofia Zhang", email: "sofia.zhang@example.org", phone: "+1-416-555-0125", created_at: new Date("2020-06-18T15:56:05Z") },
            { id: 112, full_name: "Nadia Carter", email: "nadia.carter@example.org", phone: "+1-404-555-0185", created_at: new Date("2020-09-03T14:18:26Z") },
            { id: 113, full_name: "Ana Silva", email: "ana.silva@example.com", phone: "+1-303-555-0164", created_at: new Date("2022-02-02T16:30:10Z") },
            { id: 114, full_name: "Leo Costa", email: "leo.costa@example.org", phone: "+1-213-555-0141", created_at: new Date("2020-08-11T13:06:37Z") },
            { id: 115, full_name: "James Meyer", email: "james.meyer@example.net", phone: null, created_at: new Date("2021-08-13T13:02:49Z") },
            { id: 116, full_name: "Jonas Nguyen", email: "jonas.nguyen@example.com", phone: "+1-202-555-0119", created_at: new Date("2021-08-13T12:19:37Z") },
            { id: 117, full_name: "Lina Kowalski", email: "lina.kowalski@example.com", phone: "+1-503-555-0178", created_at: new Date("2022-12-26T18:44:25Z") },
            { id: 118, full_name: "Hannah Walker", email: "hannah.walker@example.org", phone: "+1-617-555-0125", created_at: new Date("2022-12-10T10:48:57Z") },
            { id: 119, full_name: "Pedro Wright", email: "pedro.wright@example.org", phone: null, created_at: new Date("2021-04-23T14:42:21Z") },
            { id: 120, full_name: "Lucas Silva", email: "lucas.silva@example.org", phone: "+1-312-555-0103", created_at: new Date("2022-02-18T14:30:27Z") },
            { id: 121, full_name: "Arjun Rossi", email: "arjun.rossi@example.org", phone: "+1-303-555-0177", created_at: new Date("2020-02-03T15:33:55Z") },
            { id: 122, full_name: "Leo Dubois", email: "leo.dubois@example.com", phone: "+1-917-555-0109", created_at: new Date("2021-03-08T16:23:39Z") },
            { id: 123, full_name: "Anna Kowalski", email: "anna.kowalski@example.net", phone: "+1-612-555-0187", created_at: new Date("2020-02-19T14:17:01Z") },
            { id: 124, full_name: "Andre Smith", email: "andre.smith@example.com", phone: "+1-212-555-0170", created_at: new Date("2021-02-25T10:12:48Z") },
            { id: 125, full_name: "Jonas Adams", email: "jonas.adams@example.com", phone: null, created_at: new Date("2023-09-29T16:54:28Z") },
            { id: 126, full_name: "Leo Garcia", email: "leo.garcia@example.com", phone: "+1-857-555-0107", created_at: new Date("2021-10-26T17:09:56Z") },
            { id: 127, full_name: "Lina Mendes", email: "lina.mendes@example.org", phone: "+1-512-555-0162", created_at: new Date("2022-05-27T14:25:47Z") },
            { id: 128, full_name: "Chloe Bennett", email: "chloe.bennett@example.org", phone: "+1-801-555-0107", created_at: new Date("2023-04-06T13:31:53Z") },
            { id: 129, full_name: "Lina Castro", email: "lina.castro@example.com", phone: "+1-604-555-0128", created_at: new Date("2022-05-04T15:04:48Z") },
            { id: 130, full_name: "Yara Baker", email: "yara.baker@example.org", phone: "+1-469-555-0194", created_at: new Date("2023-08-01T17:11:28Z") },
            { id: 131, full_name: "Hugo Miller", email: "hugo.miller@example.org", phone: "+1-415-555-0175", created_at: new Date("2022-09-10T15:06:22Z") },
            { id: 132, full_name: "Sara Ibrahim", email: "sara.ibrahim@example.net", phone: "+1-469-555-0101", created_at: new Date("2023-11-17T10:06:48Z") },
            { id: 133, full_name: "Zoe Chen", email: "zoe.chen@example.com", phone: "+1-305-555-0128", created_at: new Date("2022-11-06T16:50:57Z") },
            { id: 134, full_name: "James Larsen", email: "james.larsen@example.com", phone: "+1-917-555-0165", created_at: new Date("2023-03-20T17:58:25Z") },
            { id: 135, full_name: "Maria Jansen", email: "maria.jansen@example.com", phone: "+1-512-555-0150", created_at: new Date("2023-08-23T15:21:46Z") },
            { id: 136, full_name: "Hugo Walker", email: "hugo.walker@example.com", phone: "+1-612-555-0176", created_at: new Date("2021-12-01T14:19:32Z") },
            { id: 137, full_name: "Chen Martin", email: "chen.martin@example.net", phone: "+1-617-555-0147", created_at: new Date("2021-01-18T08:58:39Z") },
            { id: 138, full_name: "Zara Torres", email: "zara.torres@example.com", phone: null, created_at: new Date("2020-09-03T12:15:49Z") },
            { id: 139, full_name: "Elena Novak", email: "elena.novak@example.net", phone: "+1-469-555-0166", created_at: new Date("2022-09-02T14:11:03Z") },
            { id: 140, full_name: "Karim Chen", email: "karim.chen@example.com", phone: "+1-416-555-0147", created_at: new Date("2020-01-08T11:46:03Z") },
            { id: 141, full_name: "Uma Oliveira", email: "uma.oliveira@example.net", phone: "+1-469-555-0122", created_at: new Date("2021-11-08T09:47:48Z") },
            { id: 142, full_name: "Zara Demir", email: "zara.demir@example.org", phone: "+1-702-555-0198", created_at: new Date("2020-03-02T11:53:28Z") },
            { id: 143, full_name: "Deniz Almeida", email: "deniz.almeida@example.com", phone: "+1-604-555-0184", created_at: new Date("2020-03-14T16:58:00Z") },
            { id: 144, full_name: "Felix Costa", email: "felix.costa@example.net", phone: "+1-905-555-0130", created_at: new Date("2021-02-14T13:14:41Z") },
            { id: 145, full_name: "Fatima Sousa", email: "fatima.sousa@example.net", phone: "+1-917-555-0116", created_at: new Date("2022-09-29T15:10:00Z") },
            { id: 146, full_name: "Hugo Yilmaz", email: "hugo.yilmaz@example.org", phone: "+1-857-555-0183", created_at: new Date("2023-09-12T11:06:50Z") },
            { id: 147, full_name: "Mila Dubois", email: "mila.dubois@example.com", phone: "+1-469-555-0122", created_at: new Date("2022-10-19T14:34:16Z") },
            { id: 148, full_name: "James Kumar", email: "james.kumar@example.net", phone: "+1-778-555-0160", created_at: new Date("2021-01-04T13:43:01Z") },
            { id: 149, full_name: "Ines Larsen", email: "ines.larsen@example.com", phone: "+1-469-555-0122", created_at: new Date("2020-03-03T10:12:56Z") },
            { id: 150, full_name: "Mei Wang", email: "mei.wang@example.org", phone: "+1-604-555-0160", created_at: new Date("2023-08-09T08:35:55Z") },
            { id: 151, full_name: "Olivia Smith", email: "olivia.smith@example.net", phone: "+1-212-555-0128", created_at: new Date("2021-05-06T09:08:16Z") },
            { id: 152, full_name: "Amir Sato", email: "amir.sato@example.org", phone: "+1-612-555-0182", created_at: new Date("2021-05-30T07:54:10Z") },
            { id: 153, full_name: "Tariq Reyes", email: "tariq.reyes@example.net", phone: "+1-905-555-0154", created_at: new Date("2022-06-10T12:01:19Z") },
            { id: 154, full_name: "Chen Yilmaz", email: "chen.yilmaz@example.org", phone: "+1-857-555-0142", created_at: new Date("2021-11-16T13:17:45Z") },
            { id: 155, full_name: "Deniz Murphy", email: "deniz.murphy@example.com", phone: "+1-305-555-0123", created_at: new Date("2023-07-25T14:18:33Z") },
            { id: 156, full_name: "Anna Chen", email: "anna.chen@example.org", phone: "+1-617-555-0171", created_at: new Date("2022-05-08T13:36:48Z") },
            { id: 157, full_name: "Uma Dubois", email: "uma.dubois@example.net", phone: "+1-212-555-0131", created_at: new Date("2021-03-30T22:33:06Z") },
            { id: 158, full_name: "Arjun Tanaka", email: "arjun.tanaka@example.org", phone: "+1-416-555-0133", created_at: new Date("2022-04-05T11:06:29Z") },
            { id: 159, full_name: "Mila Jensen", email: "mila.jensen@example.net", phone: "+1-416-555-0122", created_at: new Date("2022-07-16T15:09:30Z") },
            { id: 160, full_name: "Alice Diaz", email: "alice.diaz@example.org", phone: "+1-612-555-0155", created_at: new Date("2022-11-02T12:04:49Z") },
            { id: 161, full_name: "Hannah Kowalski", email: "hannah.kowalski@example.net", phone: "+1-778-555-0103", created_at: new Date("2023-01-21T17:56:19Z") },
            { id: 162, full_name: "Victor Wagner", email: "victor.wagner@example.org", phone: "+1-305-555-0142", created_at: new Date("2020-08-22T16:17:08Z") },
            { id: 163, full_name: "Hannah Klein", email: "hannah.klein@example.com", phone: "+1-312-555-0177", created_at: new Date("2022-10-25T19:06:46Z") },
            { id: 164, full_name: "Zara Dubois", email: "zara.dubois@example.com", phone: "+1-917-555-0191", created_at: new Date("2023-11-09T09:55:11Z") },
            { id: 165, full_name: "Julia Ahmed", email: "julia.ahmed@example.org", phone: "+1-416-555-0109", created_at: new Date("2022-05-16T11:44:00Z") },
            { id: 166, full_name: "Tariq Miller", email: "tariq.miller@example.org", phone: "+1-213-555-0133", created_at: new Date("2021-09-18T15:22:41Z") },
            { id: 167, full_name: "Elena Wang", email: "elena.wang@example.net", phone: "+1-972-555-0194", created_at: new Date("2021-12-15T08:36:28Z") },
            { id: 168, full_name: "Karim Patel", email: "karim.patel@example.com", phone: null, created_at: new Date("2023-10-29T09:36:57Z") },
            { id: 169, full_name: "Julia Carter", email: "julia.carter@example.org", phone: "+1-617-555-0123", created_at: new Date("2021-09-14T09:59:03Z") },
            { id: 170, full_name: "Chen Wagner", email: "chen.wagner@example.net", phone: "+1-857-555-0162", created_at: new Date("2023-01-19T15:50:57Z") },
            { id: 171, full_name: "Victor Khan", email: "victor.khan@example.net", phone: "+1-917-555-0104", created_at: new Date("2022-03-13T18:04:30Z") },
            { id: 172, full_name: "Lucas Ruiz", email: "lucas.ruiz@example.net", phone: "+1-857-555-0181", created_at: new Date("2023-05-14T11:39:34Z") },
            { id: 173, full_name: "Paula Martin", email: "paula.martin@example.org", phone: "+1-503-555-0171", created_at: new Date("2022-09-15T16:05:19Z") },
            { id: 174, full_name: "Nina Dubois", email: "nina.dubois@example.net", phone: "+1-202-555-0195", created_at: new Date("2021-06-13T15:51:29Z") },
            { id: 175, full_name: "Chen Singh", email: "chen.singh@example.com", phone: "+1-212-555-0192", created_at: new Date("2021-10-11T11:53:55Z") },
            { id: 176, full_name: "Anna Kim", email: "anna.kim@example.org", phone: "+1-702-555-0140", created_at: new Date("2021-08-08T13:53:04Z") },
            { id: 177, full_name: "Rosa Kaya", email: "rosa.kaya@example.net", phone: "+1-778-555-0123", created_at: new Date("2021-09-19T12:59:44Z") },
            { id: 178, full_name: "Omar Almeida", email: "omar.almeida@example.net", phone: "+1-512-555-0126", created_at: new Date("2021-12-12T09:16:18Z") },
            { id: 179, full_name: "Mei Andersen", email: "mei.andersen@example.org", phone: "+1-612-555-0111", created_at: new Date("2021-12-14T12:32:55Z") },
            { id: 180, full_name: "Nour Kowalski", email: "nour.kowalski@example.org", phone: "+1-905-555-0102", created_at: new Date("2021-03-31T14:32:09Z") },
            { id: 181, full_name: "Hana Sato", email: "hana.sato@example.org", phone: null, created_at: new Date("2021-03-18T14:11:57Z") },
            { id: 182, full_name: "Arjun Martin", email: "arjun.martin@example.org", phone: "+1-617-555-0167", created_at: new Date("2023-07-24T16:26:37Z") },
            { id: 183, full_name: "Yusuf Klein", email: "yusuf.klein@example.net", phone: "+1-778-555-0172", created_at: new Date("2022-07-04T15:59:34Z") },
            { id: 184, full_name: "Mohamed Demir", email: "mohamed.demir@example.net", phone: "+1-312-555-0144", created_at: new Date("2023-01-28T06:27:32Z") },
            { id: 185, full_name: "James Silva", email: "james.silva@example.net", phone: "+1-905-555-0106", created_at: new Date("2020-07-17T13:38:02Z") },
            { id: 186, full_name: "Ethan Reyes", email: "ethan.reyes@example.org", phone: "+1-713-555-0197", created_at: new Date("2021-03-22T08:40:40Z") },
            { id: 187, full_name: "Wei Johnson", email: "wei.johnson@example.org", phone: "+1-404-555-0144", created_at: new Date("2021-09-10T15:46:14Z") },
            { id: 188, full_name: "David Khan", email: "david.khan@example.com", phone: "+1-778-555-0116", created_at: new Date("2022-01-29T14:28:19Z") },
            { id: 189, full_name: "Hugo Garcia", email: "hugo.garcia@example.net", phone: "+1-404-555-0115", created_at: new Date("2022-05-31T16:56:54Z") },
            { id: 190, full_name: "Emma Lopez", email: "emma.lopez@example.net", phone: "+1-713-555-0149", created_at: new Date("2020-03-22T18:15:57Z") },
            { id: 191, full_name: "Olivia Schmidt", email: "olivia.schmidt@example.net", phone: "+1-972-555-0171", created_at: new Date("2021-04-21T15:59:33Z") },
            { id: 192, full_name: "Victor Pereira", email: "victor.pereira@example.com", phone: "+1-503-555-0150", created_at: new Date("2022-02-14T12:55:56Z") },
            { id: 193, full_name: "Mei Flores", email: "mei.flores@example.com", phone: "+1-503-555-0194", created_at: new Date("2020-12-14T16:27:42Z") },
            { id: 194, full_name: "Alice Young", email: "alice.young@example.com", phone: "+1-305-555-0189", created_at: new Date("2020-05-20T14:09:43Z") },
            { id: 195, full_name: "Tomas Ruiz", email: "tomas.ruiz@example.org", phone: "+1-469-555-0115", created_at: new Date("2021-02-18T11:50:27Z") },
            { id: 196, full_name: "Mia Smith", email: "mia.smith@example.org", phone: "+1-713-555-0169", created_at: new Date("2022-05-16T15:39:24Z") },
            { id: 197, full_name: "Ana Young", email: "ana.young@example.net", phone: "+1-857-555-0168", created_at: new Date("2020-02-02T12:21:11Z") },
            { id: 198, full_name: "Laura Kim", email: "laura.kim@example.org", phone: "+1-213-555-0170", created_at: new Date("2020-07-06T15:57:21Z") },
            { id: 199, full_name: "Ruby Castro", email: "ruby.castro@example.net", phone: "+1-303-555-0165", created_at: new Date("2023-08-14T13:00:35Z") },
            { id: 200, full_name: "Ethan Schneider", email: "ethan.schneider@example.com", phone: "+1-303-555-0140", created_at: new Date("2020-05-30T07:28:23Z") },
        ],
    });
    await prisma.bill_payments.createMany({
        data: [
            { id: 1, customer_id: 25, amount: "1094.18", bill_type: "utility", payment_date: new Date("2022-05-10T08:09:17Z") },
            { id: 2, customer_id: 188, amount: "2408.56", bill_type: "utility", payment_date: new Date("2022-01-25T15:08:54Z") },
            { id: 3, customer_id: 106, amount: "4404.08", bill_type: "utility", payment_date: new Date("2022-09-15T10:36:31Z") },
            { id: 4, customer_id: 180, amount: "1733.76", bill_type: "utility", payment_date: new Date("2021-05-13T21:13:30Z") },
            { id: 5, customer_id: 8, amount: "1561.92", bill_type: "utility", payment_date: new Date("2020-08-29T20:11:32Z") },
            { id: 6, customer_id: 40, amount: "2158.85", bill_type: "credit_card", payment_date: new Date("2021-09-25T10:27:41Z") },
            { id: 7, customer_id: 148, amount: "567.99", bill_type: "credit_card", payment_date: new Date("2021-07-11T12:45:05Z") },
            { id: 8, customer_id: 153, amount: "1086.33", bill_type: "utility", payment_date: new Date("2022-12-08T11:02:35Z") },
            { id: 9, customer_id: 33, amount: null, bill_type: "credit_card", payment_date: new Date("2020-06-21T22:45:47Z") },
            { id: 10, customer_id: 39, amount: "367.97", bill_type: "credit_card", payment_date: new Date("2021-02-13T14:26:19Z") },
            { id: 11, customer_id: 86, amount: "1640.24", bill_type: "credit_card", payment_date: new Date("2021-11-04T15:22:16Z") },
            { id: 12, customer_id: 26, amount: "231.50", bill_type: "utility", payment_date: new Date("2023-10-10T16:22:25Z") },
            { id: 13, customer_id: 47, amount: "3785.15", bill_type: "utility", payment_date: new Date("2023-05-25T10:11:48Z") },
            { id: 14, customer_id: 74, amount: "4213.66", bill_type: "credit_card", payment_date: new Date("2022-11-27T18:43:19Z") },
            { id: 15, customer_id: 101, amount: "628.06", bill_type: "utility", payment_date: new Date("2023-05-04T14:06:08Z") },
            { id: 16, customer_id: 128, amount: "3454.10", bill_type: "utility", payment_date: new Date("2022-09-19T10:59:59Z") },
            { id: 17, customer_id: 170, amount: "2431.67", bill_type: "utility", payment_date: new Date("2020-05-13T22:20:52Z") },
            { id: 18, customer_id: 96, amount: "3680.98", bill_type: "credit_card", payment_date: new Date("2022-03-01T09:10:43Z") },
            { id: 19, customer_id: 113, amount: "494.49", bill_type: "credit_card", payment_date: new Date("2023-12-25T10:42:58Z") },
            { id: 20, customer_id: 124, amount: "877.58", bill_type: "credit_card", payment_date: new Date("2021-03-04T18:32:06Z") },
            { id: 21, customer_id: 175, amount: null, bill_type: "credit_card", payment_date: new Date("2021-07-30T00:44:23Z") },
            { id: 22, customer_id: 158, amount: "6.81", bill_type: "utility", payment_date: new Date("2022-06-06T08:21:13Z") },
            { id: 23, customer_id: 140, amount: "790.88", bill_type: "mortgage", payment_date: new Date("2022-12-11T08:05:31Z") },
            { id: 24, customer_id: 183, amount: "496.81", bill_type: "utility", payment_date: new Date("2023-05-03T15:29:42Z") },
            { id: 25, customer_id: 87, amount: "2698.06", bill_type: "utility", payment_date: new Date("2023-09-16T08:34:44Z") },
            { id: 26, customer_id: 100, amount: "4160.99", bill_type: "credit_card", payment_date: new Date("2021-12-12T21:01:24Z") },
            { id: 27, customer_id: 125, amount: "246.54", bill_type: "credit_card", payment_date: new Date("2021-09-14T15:15:25Z") },
            { id: 28, customer_id: 186, amount: null, bill_type: "utility", payment_date: new Date("2021-11-21T18:37:41Z") },
            { id: 29, customer_id: 67, amount: "2162.29", bill_type: "utility", payment_date: new Date("2020-05-08T00:11:13Z") },
            { id: 30, customer_id: 152, amount: null, bill_type: "mortgage", payment_date: new Date("2021-12-16T16:18:29Z") },
            { id: 31, customer_id: 184, amount: "66.05", bill_type: "utility", payment_date: new Date("2022-10-12T10:12:44Z") },
            { id: 32, customer_id: 156, amount: "1919.19", bill_type: "utility", payment_date: new Date("2023-07-01T14:09:22Z") },
            { id: 33, customer_id: 47, amount: "2333.91", bill_type: "credit_card", payment_date: new Date("2020-08-08T09:30:20Z") },
            { id: 34, customer_id: 6, amount: null, bill_type: "utility", payment_date: new Date("2023-08-20T04:11:06Z") },
            { id: 35, customer_id: 33, amount: "555.51", bill_type: "credit_card", payment_date: new Date("2022-02-07T12:19:28Z") },
            { id: 36, customer_id: 167, amount: "690.25", bill_type: "utility", payment_date: new Date("2023-03-09T16:12:57Z") },
            { id: 37, customer_id: 38, amount: "252.77", bill_type: "credit_card", payment_date: new Date("2021-11-26T21:44:00Z") },
            { id: 38, customer_id: 36, amount: "1788.41", bill_type: "credit_card", payment_date: new Date("2023-06-04T11:16:48Z") },
            { id: 39, customer_id: 131, amount: "4035.07", bill_type: "credit_card", payment_date: new Date("2020-01-12T15:20:46Z") },
            { id: 40, customer_id: 169, amount: "1734.44", bill_type: "utility", payment_date: new Date("2020-11-29T22:00:01Z") },
            { id: 41, customer_id: 25, amount: "3838.83", bill_type: "mortgage", payment_date: new Date("2022-05-26T17:05:29Z") },
            { id: 42, customer_id: 18, amount: "4647.89", bill_type: "utility", payment_date: new Date("2021-03-13T08:01:26Z") },
            { id: 43, customer_id: 57, amount: "1123.38", bill_type: "mortgage", payment_date: new Date("2021-06-29T00:04:26Z") },
            { id: 44, customer_id: 131, amount: "5.38", bill_type: "credit_card", payment_date: new Date("2020-12-09T22:06:21Z") },
            { id: 45, customer_id: 158, amount: null, bill_type: "utility", payment_date: new Date("2023-02-20T18:51:09Z") },
            { id: 46, customer_id: 11, amount: "2129.32", bill_type: "utility", payment_date: new Date("2022-09-09T21:34:37Z") },
            { id: 47, customer_id: 56, amount: "614.95", bill_type: "utility", payment_date: new Date("2020-03-14T12:15:29Z") },
            { id: 48, customer_id: 195, amount: "3381.12", bill_type: "utility", payment_date: new Date("2022-09-12T19:33:51Z") },
            { id: 49, customer_id: 187, amount: "62.02", bill_type: "utility", payment_date: new Date("2021-11-05T19:17:46Z") },
            { id: 50, customer_id: 181, amount: "1278.64", bill_type: "utility", payment_date: new Date("2023-04-26T19:45:41Z") },
            { id: 51, customer_id: 153, amount: "41.10", bill_type: "credit_card", payment_date: new Date("2020-07-11T10:58:14Z") },
            { id: 52, customer_id: 31, amount: "2930.96", bill_type: "mortgage", payment_date: new Date("2021-07-21T17:05:54Z") },
            { id: 53, customer_id: 35, amount: "67.79", bill_type: "credit_card", payment_date: new Date("2021-09-30T17:12:58Z") },
            { id: 54, customer_id: 18, amount: "2555.81", bill_type: "credit_card", payment_date: new Date("2020-01-10T11:43:56Z") },
            { id: 55, customer_id: 22, amount: "1120.32", bill_type: "utility", payment_date: new Date("2022-07-24T09:47:00Z") },
            { id: 56, customer_id: 112, amount: "2532.70", bill_type: "credit_card", payment_date: new Date("2021-12-11T14:12:50Z") },
            { id: 57, customer_id: 86, amount: "25.22", bill_type: "utility", payment_date: new Date("2020-12-12T21:22:30Z") },
            { id: 58, customer_id: 134, amount: "4182.28", bill_type: "credit_card", payment_date: new Date("2022-05-26T21:13:52Z") },
            { id: 59, customer_id: 115, amount: null, bill_type: "credit_card", payment_date: new Date("2020-12-26T07:28:33Z") },
            { id: 60, customer_id: 194, amount: "1088.03", bill_type: "credit_card", payment_date: new Date("2020-12-17T15:30:51Z") },
            { id: 61, customer_id: 166, amount: "318.81", bill_type: "credit_card", payment_date: new Date("2022-10-09T01:45:34Z") },
            { id: 62, customer_id: 59, amount: "3735.13", bill_type: "utility", payment_date: new Date("2023-07-09T22:17:25Z") },
            { id: 63, customer_id: 81, amount: "4204.98", bill_type: "credit_card", payment_date: new Date("2021-12-18T22:32:43Z") },
            { id: 64, customer_id: 57, amount: "3402.20", bill_type: "utility", payment_date: new Date("2022-09-21T13:09:40Z") },
            { id: 65, customer_id: 11, amount: "4853.92", bill_type: "utility", payment_date: new Date("2023-12-10T09:36:22Z") },
            { id: 66, customer_id: 63, amount: "2886.52", bill_type: "utility", payment_date: new Date("2022-06-04T16:59:03Z") },
            { id: 67, customer_id: 190, amount: "3225.81", bill_type: "utility", payment_date: new Date("2022-05-09T14:50:31Z") },
            { id: 68, customer_id: 69, amount: "83.34", bill_type: "credit_card", payment_date: new Date("2023-03-27T18:41:55Z") },
            { id: 69, customer_id: 120, amount: "16.47", bill_type: "utility", payment_date: new Date("2020-10-29T19:56:44Z") },
            { id: 70, customer_id: 97, amount: null, bill_type: "utility", payment_date: new Date("2021-05-11T17:58:53Z") },
            { id: 71, customer_id: 178, amount: null, bill_type: "utility", payment_date: new Date("2021-01-30T22:55:35Z") },
            { id: 72, customer_id: 127, amount: "213.84", bill_type: "mortgage", payment_date: new Date("2022-05-30T15:32:32Z") },
            { id: 73, customer_id: 112, amount: "965.05", bill_type: "mortgage", payment_date: new Date("2021-03-12T18:15:22Z") },
            { id: 74, customer_id: 60, amount: "1163.72", bill_type: "credit_card", payment_date: new Date("2022-06-02T12:11:37Z") },
            { id: 75, customer_id: 115, amount: "694.65", bill_type: "credit_card", payment_date: new Date("2021-10-19T19:23:41Z") },
            { id: 76, customer_id: 98, amount: "1598.12", bill_type: "utility", payment_date: new Date("2020-12-25T15:42:03Z") },
            { id: 77, customer_id: 140, amount: "639.07", bill_type: "credit_card", payment_date: new Date("2022-04-20T10:31:32Z") },
            { id: 78, customer_id: 74, amount: "452.33", bill_type: "credit_card", payment_date: new Date("2021-10-07T19:25:27Z") },
            { id: 79, customer_id: 147, amount: "17.98", bill_type: "utility", payment_date: new Date("2022-09-23T09:02:29Z") },
            { id: 80, customer_id: 184, amount: "3222.04", bill_type: "mortgage", payment_date: new Date("2020-07-08T20:24:05Z") },
            { id: 81, customer_id: 163, amount: "248.76", bill_type: "credit_card", payment_date: new Date("2020-06-10T19:31:47Z") },
            { id: 82, customer_id: 177, amount: "1010.98", bill_type: "credit_card", payment_date: new Date("2023-02-10T22:56:33Z") },
            { id: 83, customer_id: 174, amount: "628.36", bill_type: "credit_card", payment_date: new Date("2023-04-21T17:10:50Z") },
            { id: 84, customer_id: 35, amount: "1732.56", bill_type: "credit_card", payment_date: new Date("2023-11-08T11:24:59Z") },
            { id: 85, customer_id: 180, amount: "4573.16", bill_type: "mortgage", payment_date: new Date("2021-04-01T17:19:53Z") },
            { id: 86, customer_id: 61, amount: "2154.42", bill_type: "credit_card", payment_date: new Date("2022-11-29T08:11:20Z") },
            { id: 87, customer_id: 117, amount: "1721.53", bill_type: "credit_card", payment_date: new Date("2020-04-16T18:35:26Z") },
            { id: 88, customer_id: 114, amount: "2109.55", bill_type: "credit_card", payment_date: new Date("2022-08-17T09:52:44Z") },
            { id: 89, customer_id: 165, amount: "598.02", bill_type: "utility", payment_date: new Date("2021-01-10T06:23:26Z") },
            { id: 90, customer_id: 137, amount: "425.48", bill_type: "credit_card", payment_date: new Date("2020-02-17T17:09:00Z") },
            { id: 91, customer_id: 48, amount: "2203.05", bill_type: "mortgage", payment_date: new Date("2022-01-20T19:07:38Z") },
            { id: 92, customer_id: 178, amount: "582.15", bill_type: "utility", payment_date: new Date("2022-07-03T20:16:07Z") },
            { id: 93, customer_id: 15, amount: "418.46", bill_type: "utility", payment_date: new Date("2023-08-19T16:59:52Z") },
            { id: 94, customer_id: 103, amount: "1524.67", bill_type: "credit_card", payment_date: new Date("2021-11-03T16:05:30Z") },
            { id: 95, customer_id: 50, amount: "3105.61", bill_type: "utility", payment_date: new Date("2020-03-22T15:18:51Z") },
            { id: 96, customer_id: 151, amount: "481.92", bill_type: "credit_card", payment_date: new Date("2021-10-10T11:28:14Z") },
            { id: 97, customer_id: 199, amount: "1285.74", bill_type: "utility", payment_date: new Date("2021-01-03T22:09:38Z") },
            { id: 98, customer_id: 86, amount: "88.54", bill_type: "credit_card", payment_date: new Date("2020-03-12T14:01:19Z") },
            { id: 99, customer_id: 148, amount: "288.08", bill_type: "utility", payment_date: new Date("2023-12-16T11:56:33Z") },
            { id: 100, customer_id: 189, amount: "833.90", bill_type: "credit_card", payment_date: new Date("2020-04-11T07:54:46Z") },
            { id: 101, customer_id: 85, amount: "3189.23", bill_type: "credit_card", payment_date: new Date("2022-10-31T10:46:04Z") },
            { id: 102, customer_id: 101, amount: "24.02", bill_type: "credit_card", payment_date: new Date("2022-01-27T23:08:06Z") },
            { id: 103, customer_id: 180, amount: "168.62", bill_type: "utility", payment_date: new Date("2023-01-13T21:55:34Z") },
            { id: 104, customer_id: 171, amount: "16.77", bill_type: "utility", payment_date: new Date("2023-09-30T13:10:17Z") },
            { id: 105, customer_id: 162, amount: "1384.31", bill_type: "mortgage", payment_date: new Date("2022-07-31T17:00:08Z") },
            { id: 106, customer_id: 92, amount: "1786.18", bill_type: "credit_card", payment_date: new Date("2020-05-17T12:42:05Z") },
            { id: 107, customer_id: 7, amount: "8.14", bill_type: "utility", payment_date: new Date("2023-11-17T19:38:00Z") },
            { id: 108, customer_id: 140, amount: "123.74", bill_type: "utility", payment_date: new Date("2022-11-21T11:19:56Z") },
            { id: 109, customer_id: 150, amount: null, bill_type: "utility", payment_date: new Date("2020-11-03T17:54:17Z") },
            { id: 110, customer_id: 6, amount: "1815.39", bill_type: "mortgage", payment_date: new Date("2021-12-15T18:58:52Z") },
            { id: 111, customer_id: 46, amount: null, bill_type: "utility", payment_date: new Date("2023-08-03T18:08:48Z") },
            { id: 112, customer_id: 151, amount: "309.97", bill_type: "credit_card", payment_date: new Date("2023-06-03T12:20:09Z") },
            { id: 113, customer_id: 70, amount: "452.50", bill_type: "utility", payment_date: new Date("2022-08-01T22:11:22Z") },
            { id: 114, customer_id: 189, amount: "3136.62", bill_type: "credit_card", payment_date: new Date("2022-09-12T18:49:54Z") },
            { id: 115, customer_id: 120, amount: "60.32", bill_type: "mortgage", payment_date: new Date("2020-05-04T08:44:53Z") },
            { id: 116, customer_id: 139, amount: "3526.24", bill_type: "utility", payment_date: new Date("2021-01-22T20:03:18Z") },
            { id: 117, customer_id: 82, amount: "2208.06", bill_type: "credit_card", payment_date: new Date("2023-08-16T09:22:13Z") },
            { id: 118, customer_id: 1, amount: "4449.16", bill_type: "credit_card", payment_date: new Date("2022-04-04T21:36:50Z") },
            { id: 119, customer_id: 108, amount: "1809.81", bill_type: "credit_card", payment_date: new Date("2023-04-25T20:38:56Z") },
            { id: 120, customer_id: 159, amount: "2533.99", bill_type: "utility", payment_date: new Date("2023-12-02T20:28:05Z") },
            { id: 121, customer_id: 61, amount: "14.60", bill_type: "utility", payment_date: new Date("2022-07-01T22:41:05Z") },
            { id: 122, customer_id: 159, amount: "908.73", bill_type: "credit_card", payment_date: new Date("2021-02-12T17:17:52Z") },
            { id: 123, customer_id: 63, amount: "1585.23", bill_type: "utility", payment_date: new Date("2021-08-15T12:13:49Z") },
            { id: 124, customer_id: 90, amount: "4372.53", bill_type: "utility", payment_date: new Date("2020-07-09T08:33:44Z") },
            { id: 125, customer_id: 98, amount: "4068.90", bill_type: "credit_card", payment_date: new Date("2021-08-04T21:15:10Z") },
            { id: 126, customer_id: 180, amount: "1330.92", bill_type: "utility", payment_date: new Date("2023-12-13T06:29:55Z") },
            { id: 127, customer_id: 97, amount: "424.99", bill_type: "mortgage", payment_date: new Date("2020-11-14T05:23:01Z") },
            { id: 128, customer_id: 111, amount: "974.43", bill_type: "credit_card", payment_date: new Date("2023-04-22T18:54:36Z") },
            { id: 129, customer_id: 88, amount: "4356.65", bill_type: "credit_card", payment_date: new Date("2022-01-16T08:56:58Z") },
            { id: 130, customer_id: 131, amount: "2486.04", bill_type: "credit_card", payment_date: new Date("2023-02-27T14:20:35Z") },
            { id: 131, customer_id: 140, amount: "1325.00", bill_type: "mortgage", payment_date: new Date("2020-07-30T20:49:36Z") },
            { id: 132, customer_id: 18, amount: "695.84", bill_type: "mortgage", payment_date: new Date("2023-03-25T18:55:40Z") },
            { id: 133, customer_id: 63, amount: "969.28", bill_type: "utility", payment_date: new Date("2022-01-28T16:21:09Z") },
            { id: 134, customer_id: 111, amount: "1533.18", bill_type: "utility", payment_date: new Date("2022-04-25T20:44:37Z") },
            { id: 135, customer_id: 158, amount: "3009.00", bill_type: "credit_card", payment_date: new Date("2023-10-06T15:02:50Z") },
            { id: 136, customer_id: 84, amount: "884.30", bill_type: "utility", payment_date: new Date("2020-10-21T22:03:44Z") },
            { id: 137, customer_id: 55, amount: "551.17", bill_type: "utility", payment_date: new Date("2020-10-09T20:11:35Z") },
            { id: 138, customer_id: 79, amount: "130.39", bill_type: "utility", payment_date: new Date("2022-10-02T17:17:34Z") },
            { id: 139, customer_id: 81, amount: "1189.85", bill_type: "credit_card", payment_date: new Date("2020-05-24T13:46:06Z") },
            { id: 140, customer_id: 55, amount: "1611.06", bill_type: "credit_card", payment_date: new Date("2020-05-05T19:20:25Z") },
            { id: 141, customer_id: 164, amount: "15.41", bill_type: "credit_card", payment_date: new Date("2020-06-17T10:42:51Z") },
            { id: 142, customer_id: 163, amount: "4283.60", bill_type: "mortgage", payment_date: new Date("2022-05-10T18:47:13Z") },
            { id: 143, customer_id: 175, amount: "593.31", bill_type: "credit_card", payment_date: new Date("2021-02-05T16:41:09Z") },
            { id: 144, customer_id: 182, amount: "836.27", bill_type: "credit_card", payment_date: new Date("2022-09-18T20:13:04Z") },
            { id: 145, customer_id: 97, amount: "640.20", bill_type: "credit_card", payment_date: new Date("2021-02-26T12:30:41Z") },
            { id: 146, customer_id: 104, amount: "1855.15", bill_type: "mortgage", payment_date: new Date("2020-05-29T12:13:01Z") },
            { id: 147, customer_id: 188, amount: "13.97", bill_type: "credit_card", payment_date: new Date("2023-10-29T20:10:46Z") },
            { id: 148, customer_id: 103, amount: "16.62", bill_type: "credit_card", payment_date: new Date("2022-04-01T09:18:34Z") },
            { id: 149, customer_id: 166, amount: "19.44", bill_type: "credit_card", payment_date: new Date("2023-01-10T05:43:49Z") },
            { id: 150, customer_id: 8, amount: "126.86", bill_type: "utility", payment_date: new Date("2022-10-24T10:12:51Z") },
            { id: 151, customer_id: 179, amount: "2152.08", bill_type: "utility", payment_date: new Date("2020-10-15T16:35:45Z") },
            { id: 152, customer_id: 95, amount: "6.44", bill_type: "mortgage", payment_date: new Date("2022-02-19T10:05:45Z") },
            { id: 153, customer_id: 100, amount: "1591.83", bill_type: "credit_card", payment_date: new Date("2021-03-30T15:21:32Z") },
            { id: 154, customer_id: 106, amount: "91.15", bill_type: "credit_card", payment_date: new Date("2022-11-10T20:02:47Z") },
            { id: 155, customer_id: 11, amount: "173.22", bill_type: "utility", payment_date: new Date("2021-11-12T08:46:25Z") },
            { id: 156, customer_id: 27, amount: "1034.03", bill_type: "credit_card", payment_date: new Date("2020-06-03T20:37:55Z") },
            { id: 157, customer_id: 19, amount: "1948.08", bill_type: "utility", payment_date: new Date("2020-04-26T11:08:11Z") },
            { id: 158, customer_id: 11, amount: "2860.76", bill_type: "utility", payment_date: new Date("2020-08-15T11:42:19Z") },
            { id: 159, customer_id: 41, amount: "4217.74", bill_type: "utility", payment_date: new Date("2023-10-04T10:06:24Z") },
            { id: 160, customer_id: 7, amount: "3858.30", bill_type: "utility", payment_date: new Date("2020-09-08T17:22:20Z") },
            { id: 161, customer_id: 21, amount: null, bill_type: "credit_card", payment_date: new Date("2022-11-28T15:04:59Z") },
            { id: 162, customer_id: 197, amount: "4221.30", bill_type: "utility", payment_date: new Date("2020-08-19T14:00:01Z") },
            { id: 163, customer_id: 132, amount: "22.98", bill_type: "utility", payment_date: new Date("2022-08-03T18:34:08Z") },
            { id: 164, customer_id: 5, amount: "1108.22", bill_type: "utility", payment_date: new Date("2021-09-13T14:19:28Z") },
            { id: 165, customer_id: 135, amount: "4904.04", bill_type: "credit_card", payment_date: new Date("2021-04-03T14:24:44Z") },
            { id: 166, customer_id: 110, amount: "9.77", bill_type: "utility", payment_date: new Date("2021-06-06T20:10:35Z") },
            { id: 167, customer_id: 133, amount: "4865.53", bill_type: "credit_card", payment_date: new Date("2021-01-26T19:28:24Z") },
            { id: 168, customer_id: 16, amount: "180.06", bill_type: "utility", payment_date: new Date("2022-01-05T19:53:10Z") },
            { id: 169, customer_id: 33, amount: null, bill_type: "utility", payment_date: new Date("2021-07-01T17:24:40Z") },
            { id: 170, customer_id: 78, amount: "1318.35", bill_type: "utility", payment_date: new Date("2020-12-18T14:18:53Z") },
            { id: 171, customer_id: 82, amount: null, bill_type: "credit_card", payment_date: new Date("2020-02-09T20:27:51Z") },
            { id: 172, customer_id: 147, amount: "725.98", bill_type: "credit_card", payment_date: new Date("2022-05-12T22:51:05Z") },
            { id: 173, customer_id: 21, amount: "1106.77", bill_type: "utility", payment_date: new Date("2021-03-27T17:09:31Z") },
            { id: 174, customer_id: 171, amount: "327.29", bill_type: "utility", payment_date: new Date("2021-11-26T16:44:15Z") },
            { id: 175, customer_id: 105, amount: "128.57", bill_type: "utility", payment_date: new Date("2022-06-23T18:25:05Z") },
            { id: 176, customer_id: 9, amount: null, bill_type: "utility", payment_date: new Date("2022-04-18T19:53:44Z") },
            { id: 177, customer_id: 63, amount: "374.53", bill_type: "credit_card", payment_date: new Date("2021-08-02T13:23:42Z") },
            { id: 178, customer_id: 139, amount: "4410.21", bill_type: "utility", payment_date: new Date("2022-01-11T12:16:54Z") },
            { id: 179, customer_id: 9, amount: "372.58", bill_type: "utility", payment_date: new Date("2020-02-14T20:08:09Z") },
            { id: 180, customer_id: 133, amount: "1408.56", bill_type: "credit_card", payment_date: new Date("2020-09-29T19:42:50Z") },
            { id: 181, customer_id: 78, amount: "3973.04", bill_type: "credit_card", payment_date: new Date("2020-03-16T21:05:19Z") },
            { id: 182, customer_id: 22, amount: "506.86", bill_type: "credit_card", payment_date: new Date("2022-08-20T04:50:31Z") },
            { id: 183, customer_id: 79, amount: "3398.48", bill_type: "mortgage", payment_date: new Date("2020-05-31T09:38:01Z") },
            { id: 184, customer_id: 180, amount: null, bill_type: "utility", payment_date: new Date("2021-11-28T10:17:33Z") },
            { id: 185, customer_id: 111, amount: "2066.32", bill_type: "utility", payment_date: new Date("2020-01-07T08:15:25Z") },
            { id: 186, customer_id: 158, amount: "1330.35", bill_type: "credit_card", payment_date: new Date("2021-03-17T16:24:23Z") },
            { id: 187, customer_id: 113, amount: "2408.24", bill_type: "utility", payment_date: new Date("2023-02-19T11:04:42Z") },
            { id: 188, customer_id: 92, amount: "3405.59", bill_type: "utility", payment_date: new Date("2020-05-29T00:42:05Z") },
            { id: 189, customer_id: 89, amount: null, bill_type: "credit_card", payment_date: new Date("2023-08-08T23:47:45Z") },
            { id: 190, customer_id: 164, amount: "1007.25", bill_type: "credit_card", payment_date: new Date("2021-11-06T15:44:13Z") },
            { id: 191, customer_id: 47, amount: "3044.68", bill_type: "utility", payment_date: new Date("2023-12-23T19:08:48Z") },
            { id: 192, customer_id: 77, amount: null, bill_type: "utility", payment_date: new Date("2022-07-05T10:27:23Z") },
            { id: 193, customer_id: 177, amount: "3895.60", bill_type: "utility", payment_date: new Date("2020-05-25T14:06:05Z") },
            { id: 194, customer_id: 11, amount: "953.63", bill_type: "credit_card", payment_date: new Date("2023-08-01T13:09:08Z") },
            { id: 195, customer_id: 87, amount: "1622.40", bill_type: "utility", payment_date: new Date("2022-01-01T12:22:04Z") },
            { id: 196, customer_id: 109, amount: "41.42", bill_type: "credit_card", payment_date: new Date("2020-01-10T21:50:48Z") },
            { id: 197, customer_id: 197, amount: null, bill_type: "utility", payment_date: new Date("2023-08-27T19:51:23Z") },
            { id: 198, customer_id: 121, amount: "2103.97", bill_type: "credit_card", payment_date: new Date("2021-05-30T21:19:13Z") },
            { id: 199, customer_id: 25, amount: null, bill_type: "credit_card", payment_date: new Date("2022-10-06T21:16:47Z") },
            { id: 200, customer_id: 125, amount: "1420.66", bill_type: "utility", payment_date: new Date("2022-06-06T15:52:47Z") },
            { id: 201, customer_id: 131, amount: "965.52", bill_type: "credit_card", payment_date: new Date("2023-10-25T16:31:26Z") },
            { id: 202, customer_id: 83, amount: "2798.43", bill_type: "credit_card", payment_date: new Date("2023-05-18T10:18:50Z") },
            { id: 203, customer_id: 172, amount: "206.83", bill_type: "credit_card", payment_date: new Date("2021-04-04T03:48:50Z") },
            { id: 204, customer_id: 9, amount: "4218.78", bill_type: "utility", payment_date: new Date("2020-09-13T16:56:40Z") },
            { id: 205, customer_id: 197, amount: "917.22", bill_type: "utility", payment_date: new Date("2023-11-16T16:07:01Z") },
            { id: 206, customer_id: 195, amount: "3523.39", bill_type: "credit_card", payment_date: new Date("2023-02-19T21:34:22Z") },
            { id: 207, customer_id: 172, amount: "4156.52", bill_type: "utility", payment_date: new Date("2021-07-27T19:59:49Z") },
            { id: 208, customer_id: 70, amount: "4977.53", bill_type: "utility", payment_date: new Date("2020-12-04T08:38:27Z") },
            { id: 209, customer_id: 127, amount: "3886.95", bill_type: "utility", payment_date: new Date("2021-07-17T13:21:50Z") },
            { id: 210, customer_id: 44, amount: "49.39", bill_type: "utility", payment_date: new Date("2021-04-22T14:59:06Z") },
            { id: 211, customer_id: 177, amount: "445.32", bill_type: "credit_card", payment_date: new Date("2023-04-12T15:22:27Z") },
            { id: 212, customer_id: 165, amount: "191.83", bill_type: "utility", payment_date: new Date("2023-12-20T10:51:31Z") },
            { id: 213, customer_id: 133, amount: "2444.12", bill_type: "credit_card", payment_date: new Date("2020-01-10T13:55:34Z") },
            { id: 214, customer_id: 114, amount: "5.27", bill_type: "utility", payment_date: new Date("2022-06-30T21:47:48Z") },
            { id: 215, customer_id: 141, amount: null, bill_type: "utility", payment_date: new Date("2022-09-17T21:13:12Z") },
            { id: 216, customer_id: 176, amount: "2190.25", bill_type: "credit_card", payment_date: new Date("2021-10-12T19:22:08Z") },
            { id: 217, customer_id: 70, amount: "103.61", bill_type: "utility", payment_date: new Date("2020-04-17T10:26:28Z") },
            { id: 218, customer_id: 96, amount: "249.39", bill_type: "utility", payment_date: new Date("2021-07-28T08:39:34Z") },
            { id: 219, customer_id: 34, amount: "2176.47", bill_type: "utility", payment_date: new Date("2020-05-12T20:12:35Z") },
            { id: 220, customer_id: 21, amount: null, bill_type: "credit_card", payment_date: new Date("2022-01-25T07:05:01Z") },
            { id: 221, customer_id: 28, amount: null, bill_type: "credit_card", payment_date: new Date("2022-06-28T19:57:30Z") },
            { id: 222, customer_id: 142, amount: "2851.85", bill_type: "credit_card", payment_date: new Date("2021-12-19T16:44:48Z") },
            { id: 223, customer_id: 180, amount: "1270.45", bill_type: "utility", payment_date: new Date("2020-10-22T21:55:51Z") },
            { id: 224, customer_id: 137, amount: "76.94", bill_type: "utility", payment_date: new Date("2022-08-20T15:00:13Z") },
            { id: 225, customer_id: 82, amount: "4329.02", bill_type: "utility", payment_date: new Date("2021-11-16T13:58:13Z") },
            { id: 226, customer_id: 164, amount: "1548.71", bill_type: "utility", payment_date: new Date("2023-11-26T10:15:22Z") },
            { id: 227, customer_id: 163, amount: "1485.39", bill_type: "utility", payment_date: new Date("2021-04-18T08:18:46Z") },
            { id: 228, customer_id: 119, amount: "210.01", bill_type: "utility", payment_date: new Date("2021-08-22T12:32:16Z") },
            { id: 229, customer_id: 181, amount: "5.11", bill_type: "utility", payment_date: new Date("2021-09-28T22:25:28Z") },
            { id: 230, customer_id: 121, amount: "4413.60", bill_type: "credit_card", payment_date: new Date("2023-04-09T15:28:36Z") },
            { id: 231, customer_id: 44, amount: "4195.31", bill_type: "utility", payment_date: new Date("2022-01-28T22:22:59Z") },
            { id: 232, customer_id: 67, amount: null, bill_type: "utility", payment_date: new Date("2022-04-17T20:16:36Z") },
            { id: 233, customer_id: 84, amount: "421.16", bill_type: "mortgage", payment_date: new Date("2021-09-11T12:45:58Z") },
            { id: 234, customer_id: 85, amount: "5.72", bill_type: "credit_card", payment_date: new Date("2020-10-09T11:28:17Z") },
            { id: 235, customer_id: 170, amount: "2791.07", bill_type: "mortgage", payment_date: new Date("2023-09-24T22:22:54Z") },
            { id: 236, customer_id: 137, amount: "1764.32", bill_type: "credit_card", payment_date: new Date("2020-01-24T16:29:41Z") },
            { id: 237, customer_id: 13, amount: "4126.32", bill_type: "utility", payment_date: new Date("2020-12-27T15:44:46Z") },
            { id: 238, customer_id: 35, amount: "789.03", bill_type: "utility", payment_date: new Date("2023-07-29T13:42:02Z") },
            { id: 239, customer_id: 126, amount: "4864.95", bill_type: "utility", payment_date: new Date("2022-11-14T19:55:19Z") },
            { id: 240, customer_id: 107, amount: null, bill_type: "credit_card", payment_date: new Date("2022-08-17T17:48:00Z") },
            { id: 241, customer_id: 129, amount: "3881.85", bill_type: "utility", payment_date: new Date("2023-04-25T12:45:39Z") },
            { id: 242, customer_id: 20, amount: "3002.64", bill_type: "utility", payment_date: new Date("2022-04-20T18:35:47Z") },
            { id: 243, customer_id: 198, amount: null, bill_type: "utility", payment_date: new Date("2022-07-06T19:18:43Z") },
            { id: 244, customer_id: 141, amount: "8.85", bill_type: "mortgage", payment_date: new Date("2022-01-02T13:50:20Z") },
            { id: 245, customer_id: 96, amount: "948.03", bill_type: "utility", payment_date: new Date("2022-05-28T19:02:50Z") },
            { id: 246, customer_id: 30, amount: "5.76", bill_type: "credit_card", payment_date: new Date("2020-09-26T17:49:56Z") },
            { id: 247, customer_id: 78, amount: "3669.66", bill_type: "utility", payment_date: new Date("2023-04-10T18:18:08Z") },
            { id: 248, customer_id: 2, amount: "517.66", bill_type: "mortgage", payment_date: new Date("2020-02-14T09:03:49Z") },
            { id: 249, customer_id: 5, amount: "2861.56", bill_type: "utility", payment_date: new Date("2022-06-08T09:01:29Z") },
            { id: 250, customer_id: 13, amount: "4991.55", bill_type: "utility", payment_date: new Date("2021-09-28T17:04:21Z") },
            { id: 251, customer_id: 180, amount: "4812.11", bill_type: "credit_card", payment_date: new Date("2021-03-12T14:24:03Z") },
            { id: 252, customer_id: 111, amount: "239.98", bill_type: "credit_card", payment_date: new Date("2021-07-09T07:54:06Z") },
            { id: 253, customer_id: 140, amount: "876.86", bill_type: "utility", payment_date: new Date("2020-07-26T00:06:04Z") },
            { id: 254, customer_id: 142, amount: "441.11", bill_type: "credit_card", payment_date: new Date("2023-09-25T10:07:52Z") },
            { id: 255, customer_id: 25, amount: "3591.34", bill_type: "credit_card", payment_date: new Date("2020-12-30T17:30:02Z") },
            { id: 256, customer_id: 83, amount: "75.20", bill_type: "credit_card", payment_date: new Date("2021-10-30T21:39:46Z") },
            { id: 257, customer_id: 50, amount: "22.41", bill_type: "credit_card", payment_date: new Date("2020-05-03T19:11:14Z") },
            { id: 258, customer_id: 2, amount: "17.69", bill_type: "utility", payment_date: new Date("2022-03-27T20:20:15Z") },
            { id: 259, customer_id: 128, amount: "413.46", bill_type: "credit_card", payment_date: new Date("2022-12-28T18:59:07Z") },
            { id: 260, customer_id: 145, amount: "3602.27", bill_type: "utility", payment_date: new Date("2021-08-21T20:55:35Z") },
            { id: 261, customer_id: 163, amount: "1464.86", bill_type: "utility", payment_date: new Date("2020-08-02T18:34:50Z") },
            { id: 262, customer_id: 50, amount: "2066.12", bill_type: "credit_card", payment_date: new Date("2022-06-20T18:10:47Z") },
            { id: 263, customer_id: 188, amount: "461.04", bill_type: "utility", payment_date: new Date("2020-12-18T13:20:07Z") },
            { id: 264, customer_id: 58, amount: "14.22", bill_type: "utility", payment_date: new Date("2020-03-22T23:58:15Z") },
            { id: 265, customer_id: 159, amount: "96.22", bill_type: "utility", payment_date: new Date("2020-10-31T11:30:36Z") },
            { id: 266, customer_id: 7, amount: "3826.19", bill_type: "credit_card", payment_date: new Date("2020-01-25T14:47:11Z") },
            { id: 267, customer_id: 69, amount: "2327.08", bill_type: "credit_card", payment_date: new Date("2023-06-12T19:14:12Z") },
            { id: 268, customer_id: 43, amount: "655.52", bill_type: "utility", payment_date: new Date("2020-06-23T11:59:50Z") },
            { id: 269, customer_id: 41, amount: "2189.26", bill_type: "utility", payment_date: new Date("2023-04-20T13:06:10Z") },
            { id: 270, customer_id: 84, amount: "1708.32", bill_type: "mortgage", payment_date: new Date("2020-10-16T21:20:03Z") },
            { id: 271, customer_id: 99, amount: "5.16", bill_type: "utility", payment_date: new Date("2022-03-31T15:09:27Z") },
            { id: 272, customer_id: 22, amount: "268.70", bill_type: "mortgage", payment_date: new Date("2020-03-07T14:47:20Z") },
            { id: 273, customer_id: 19, amount: "2456.39", bill_type: "utility", payment_date: new Date("2022-09-04T11:25:42Z") },
            { id: 274, customer_id: 105, amount: "151.16", bill_type: "utility", payment_date: new Date("2021-07-20T17:09:32Z") },
            { id: 275, customer_id: 143, amount: "1570.02", bill_type: "utility", payment_date: new Date("2021-04-12T17:44:20Z") },
            { id: 276, customer_id: 110, amount: "1442.33", bill_type: "utility", payment_date: new Date("2023-12-16T10:29:29Z") },
            { id: 277, customer_id: 37, amount: "4955.58", bill_type: "utility", payment_date: new Date("2022-04-05T18:16:16Z") },
            { id: 278, customer_id: 127, amount: "64.00", bill_type: "utility", payment_date: new Date("2022-11-30T14:15:07Z") },
            { id: 279, customer_id: 51, amount: "639.55", bill_type: "credit_card", payment_date: new Date("2020-01-19T21:54:51Z") },
            { id: 280, customer_id: 169, amount: "3206.68", bill_type: "utility", payment_date: new Date("2023-04-12T05:08:56Z") },
            { id: 281, customer_id: 93, amount: null, bill_type: "utility", payment_date: new Date("2021-12-28T14:32:33Z") },
            { id: 282, customer_id: 110, amount: "3627.71", bill_type: "credit_card", payment_date: new Date("2022-10-13T13:34:32Z") },
            { id: 283, customer_id: 83, amount: "921.01", bill_type: "utility", payment_date: new Date("2022-06-17T16:15:22Z") },
            { id: 284, customer_id: 28, amount: "2227.95", bill_type: "credit_card", payment_date: new Date("2021-03-27T22:00:55Z") },
            { id: 285, customer_id: 96, amount: "994.70", bill_type: "utility", payment_date: new Date("2023-12-03T19:51:00Z") },
            { id: 286, customer_id: 93, amount: null, bill_type: "utility", payment_date: new Date("2021-08-02T10:21:26Z") },
            { id: 287, customer_id: 72, amount: "79.41", bill_type: "utility", payment_date: new Date("2022-06-02T09:16:00Z") },
            { id: 288, customer_id: 196, amount: "2401.58", bill_type: "utility", payment_date: new Date("2020-01-21T17:34:31Z") },
            { id: 289, customer_id: 138, amount: "990.00", bill_type: "credit_card", payment_date: new Date("2021-04-24T19:00:54Z") },
            { id: 290, customer_id: 110, amount: "3409.55", bill_type: "credit_card", payment_date: new Date("2020-10-14T07:14:13Z") },
            { id: 291, customer_id: 63, amount: "2091.29", bill_type: "utility", payment_date: new Date("2020-08-30T10:41:50Z") },
            { id: 292, customer_id: 141, amount: "560.87", bill_type: "utility", payment_date: new Date("2022-05-28T21:04:05Z") },
            { id: 293, customer_id: 189, amount: "4001.89", bill_type: "utility", payment_date: new Date("2022-04-17T19:37:12Z") },
            { id: 294, customer_id: 100, amount: "1777.95", bill_type: "utility", payment_date: new Date("2023-09-16T20:06:09Z") },
            { id: 295, customer_id: 162, amount: "426.21", bill_type: "credit_card", payment_date: new Date("2020-01-31T12:26:05Z") },
            { id: 296, customer_id: 142, amount: "4936.19", bill_type: "utility", payment_date: new Date("2021-05-26T22:03:32Z") },
            { id: 297, customer_id: 6, amount: "4597.77", bill_type: "utility", payment_date: new Date("2020-04-16T09:46:13Z") },
            { id: 298, customer_id: 130, amount: "2646.96", bill_type: "utility", payment_date: new Date("2023-06-11T23:38:36Z") },
            { id: 299, customer_id: 9, amount: "1831.93", bill_type: "utility", payment_date: new Date("2023-05-15T21:51:05Z") },
            { id: 300, customer_id: 70, amount: "4963.20", bill_type: "utility", payment_date: new Date("2021-10-12T15:53:37Z") },
            { id: 301, customer_id: 95, amount: "3784.15", bill_type: "utility", payment_date: new Date("2020-02-10T12:14:31Z") },
            { id: 302, customer_id: 186, amount: "1264.83", bill_type: "credit_card", payment_date: new Date("2022-12-07T08:10:52Z") },
            { id: 303, customer_id: 160, amount: "4604.44", bill_type: "mortgage", payment_date: new Date("2023-08-07T19:43:22Z") },
            { id: 304, customer_id: 42, amount: "2343.41", bill_type: "credit_card", payment_date: new Date("2021-05-26T16:34:28Z") },
            { id: 305, customer_id: 11, amount: "1490.44", bill_type: "utility", payment_date: new Date("2020-07-03T13:33:08Z") },
            { id: 306, customer_id: 108, amount: null, bill_type: "utility", payment_date: new Date("2020-08-12T19:40:56Z") },
            { id: 307, customer_id: 107, amount: "5.61", bill_type: "utility", payment_date: new Date("2023-06-29T14:02:32Z") },
            { id: 308, customer_id: 98, amount: "2718.89", bill_type: "credit_card", payment_date: new Date("2022-09-09T15:22:02Z") },
            { id: 309, customer_id: 185, amount: "3864.44", bill_type: "utility", payment_date: new Date("2020-07-20T09:45:08Z") },
            { id: 310, customer_id: 119, amount: "1478.51", bill_type: "credit_card", payment_date: new Date("2020-08-19T13:08:43Z") },
            { id: 311, customer_id: 167, amount: "161.23", bill_type: "utility", payment_date: new Date("2022-09-26T08:59:08Z") },
            { id: 312, customer_id: 195, amount: "1048.02", bill_type: "utility", payment_date: new Date("2022-09-26T12:45:54Z") },
            { id: 313, customer_id: 76, amount: null, bill_type: "utility", payment_date: new Date("2022-10-02T16:17:23Z") },
            { id: 314, customer_id: 136, amount: "2049.70", bill_type: "utility", payment_date: new Date("2023-09-02T20:22:25Z") },
            { id: 315, customer_id: 125, amount: "895.08", bill_type: "credit_card", payment_date: new Date("2020-11-15T12:44:04Z") },
            { id: 316, customer_id: 47, amount: "8.61", bill_type: "utility", payment_date: new Date("2022-03-02T10:30:37Z") },
            { id: 317, customer_id: 187, amount: "2548.41", bill_type: "utility", payment_date: new Date("2022-01-21T13:04:28Z") },
            { id: 318, customer_id: 184, amount: "192.33", bill_type: "mortgage", payment_date: new Date("2022-03-28T11:41:38Z") },
            { id: 319, customer_id: 24, amount: "5.14", bill_type: "utility", payment_date: new Date("2022-03-16T17:56:10Z") },
            { id: 320, customer_id: 111, amount: "1621.15", bill_type: "credit_card", payment_date: new Date("2022-10-30T09:36:30Z") },
            { id: 321, customer_id: 162, amount: "21.76", bill_type: "utility", payment_date: new Date("2020-11-09T12:05:32Z") },
            { id: 322, customer_id: 192, amount: "343.35", bill_type: "utility", payment_date: new Date("2021-12-10T18:36:00Z") },
            { id: 323, customer_id: 85, amount: "3371.08", bill_type: "utility", payment_date: new Date("2023-02-01T19:49:04Z") },
            { id: 324, customer_id: 116, amount: "3103.46", bill_type: "credit_card", payment_date: new Date("2020-07-06T21:35:04Z") },
            { id: 325, customer_id: 96, amount: null, bill_type: "utility", payment_date: new Date("2023-09-28T22:49:52Z") },
            { id: 326, customer_id: 43, amount: "120.79", bill_type: "credit_card", payment_date: new Date("2021-09-03T14:14:07Z") },
            { id: 327, customer_id: 17, amount: "3272.32", bill_type: "credit_card", payment_date: new Date("2020-06-13T19:10:06Z") },
            { id: 328, customer_id: 124, amount: "1583.90", bill_type: "utility", payment_date: new Date("2022-05-09T17:12:44Z") },
            { id: 329, customer_id: 24, amount: "1398.87", bill_type: "credit_card", payment_date: new Date("2020-10-28T14:02:08Z") },
            { id: 330, customer_id: 185, amount: "3068.59", bill_type: "credit_card", payment_date: new Date("2020-02-08T18:25:37Z") },
            { id: 331, customer_id: 87, amount: null, bill_type: "mortgage", payment_date: new Date("2020-01-08T17:19:11Z") },
            { id: 332, customer_id: 3, amount: "15.86", bill_type: "utility", payment_date: new Date("2021-03-19T17:42:22Z") },
            { id: 333, customer_id: 181, amount: "554.82", bill_type: "mortgage", payment_date: new Date("2022-06-07T10:53:52Z") },
            { id: 334, customer_id: 160, amount: "3964.64", bill_type: "utility", payment_date: new Date("2021-02-22T22:09:09Z") },
            { id: 335, customer_id: 83, amount: "475.54", bill_type: "credit_card", payment_date: new Date("2023-09-02T16:40:07Z") },
            { id: 336, customer_id: 29, amount: "155.94", bill_type: "utility", payment_date: new Date("2020-03-03T19:43:52Z") },
            { id: 337, customer_id: 177, amount: "2576.92", bill_type: "mortgage", payment_date: new Date("2021-10-17T21:23:22Z") },
            { id: 338, customer_id: 37, amount: "462.57", bill_type: "utility", payment_date: new Date("2021-08-04T08:14:20Z") },
            { id: 339, customer_id: 72, amount: "1921.92", bill_type: "utility", payment_date: new Date("2023-07-15T10:31:47Z") },
            { id: 340, customer_id: 174, amount: "923.33", bill_type: "utility", payment_date: new Date("2023-07-22T20:52:52Z") },
            { id: 341, customer_id: 126, amount: "4420.07", bill_type: "mortgage", payment_date: new Date("2021-08-30T19:12:51Z") },
            { id: 342, customer_id: 50, amount: "2033.13", bill_type: "utility", payment_date: new Date("2021-10-18T17:52:14Z") },
            { id: 343, customer_id: 120, amount: "3380.25", bill_type: "mortgage", payment_date: new Date("2023-05-22T22:35:00Z") },
            { id: 344, customer_id: 13, amount: "4440.07", bill_type: "utility", payment_date: new Date("2021-10-24T16:35:42Z") },
            { id: 345, customer_id: 10, amount: "547.50", bill_type: "utility", payment_date: new Date("2020-04-27T16:33:14Z") },
            { id: 346, customer_id: 188, amount: "20.57", bill_type: "credit_card", payment_date: new Date("2020-09-14T04:53:16Z") },
            { id: 347, customer_id: 181, amount: "3636.92", bill_type: "credit_card", payment_date: new Date("2023-04-10T18:57:37Z") },
            { id: 348, customer_id: 31, amount: "546.41", bill_type: "credit_card", payment_date: new Date("2022-01-25T17:49:32Z") },
            { id: 349, customer_id: 127, amount: "237.98", bill_type: "credit_card", payment_date: new Date("2020-07-16T13:17:44Z") },
            { id: 350, customer_id: 70, amount: "4309.81", bill_type: "utility", payment_date: new Date("2023-09-09T17:54:35Z") },
            { id: 351, customer_id: 90, amount: "2080.67", bill_type: "mortgage", payment_date: new Date("2022-06-12T17:45:15Z") },
            { id: 352, customer_id: 196, amount: null, bill_type: "mortgage", payment_date: new Date("2021-02-04T19:51:08Z") },
            { id: 353, customer_id: 8, amount: "2305.73", bill_type: "utility", payment_date: new Date("2022-03-20T09:15:21Z") },
            { id: 354, customer_id: 141, amount: "14.20", bill_type: "credit_card", payment_date: new Date("2022-04-08T12:56:47Z") },
            { id: 355, customer_id: 146, amount: "1092.02", bill_type: "utility", payment_date: new Date("2021-07-12T15:34:15Z") },
            { id: 356, customer_id: 53, amount: "3168.95", bill_type: "utility", payment_date: new Date("2021-08-18T20:31:33Z") },
            { id: 357, customer_id: 65, amount: "927.37", bill_type: "credit_card", payment_date: new Date("2020-08-28T19:24:28Z") },
            { id: 358, customer_id: 99, amount: "214.51", bill_type: "credit_card", payment_date: new Date("2020-01-15T22:40:04Z") },
            { id: 359, customer_id: 138, amount: "2087.96", bill_type: "utility", payment_date: new Date("2021-04-01T13:38:01Z") },
            { id: 360, customer_id: 60, amount: "6.38", bill_type: "utility", payment_date: new Date("2023-04-26T14:58:30Z") },
            { id: 361, customer_id: 71, amount: "1271.72", bill_type: "utility", payment_date: new Date("2021-06-14T02:00:36Z") },
            { id: 362, customer_id: 67, amount: "2280.89", bill_type: "mortgage", payment_date: new Date("2021-02-26T14:34:46Z") },
            { id: 363, customer_id: 180, amount: "4075.66", bill_type: "credit_card", payment_date: new Date("2023-10-05T15:01:27Z") },
            { id: 364, customer_id: 100, amount: "1384.04", bill_type: "credit_card", payment_date: new Date("2023-05-07T12:15:13Z") },
            { id: 365, customer_id: 171, amount: "1052.75", bill_type: "utility", payment_date: new Date("2023-06-09T09:16:58Z") },
            { id: 366, customer_id: 199, amount: "2469.34", bill_type: "credit_card", payment_date: new Date("2022-05-12T12:23:49Z") },
            { id: 367, customer_id: 156, amount: "225.09", bill_type: "utility", payment_date: new Date("2023-12-12T12:22:35Z") },
            { id: 368, customer_id: 110, amount: "132.37", bill_type: "mortgage", payment_date: new Date("2022-08-28T15:36:44Z") },
            { id: 369, customer_id: 117, amount: null, bill_type: "mortgage", payment_date: new Date("2022-04-05T13:14:26Z") },
            { id: 370, customer_id: 25, amount: null, bill_type: "utility", payment_date: new Date("2021-07-13T12:57:39Z") },
            { id: 371, customer_id: 156, amount: "752.62", bill_type: "credit_card", payment_date: new Date("2020-04-20T14:55:21Z") },
            { id: 372, customer_id: 157, amount: "1515.96", bill_type: "credit_card", payment_date: new Date("2023-11-28T11:24:42Z") },
            { id: 373, customer_id: 186, amount: "599.39", bill_type: "credit_card", payment_date: new Date("2023-01-04T14:56:27Z") },
            { id: 374, customer_id: 14, amount: "52.36", bill_type: "utility", payment_date: new Date("2023-05-17T18:25:10Z") },
            { id: 375, customer_id: 133, amount: "1686.01", bill_type: "credit_card", payment_date: new Date("2023-05-10T18:24:41Z") },
            { id: 376, customer_id: 169, amount: "4019.85", bill_type: "credit_card", payment_date: new Date("2022-06-11T13:20:05Z") },
            { id: 377, customer_id: 58, amount: "1267.91", bill_type: "utility", payment_date: new Date("2023-08-15T23:08:33Z") },
            { id: 378, customer_id: 98, amount: "1962.15", bill_type: "credit_card", payment_date: new Date("2022-04-27T08:05:27Z") },
            { id: 379, customer_id: 63, amount: "3849.64", bill_type: "credit_card", payment_date: new Date("2022-03-01T10:30:28Z") },
            { id: 380, customer_id: 76, amount: "1533.24", bill_type: "utility", payment_date: new Date("2022-09-23T16:08:59Z") },
            { id: 381, customer_id: 150, amount: null, bill_type: "utility", payment_date: new Date("2020-04-11T12:22:08Z") },
            { id: 382, customer_id: 122, amount: "1044.56", bill_type: "credit_card", payment_date: new Date("2021-11-29T21:11:52Z") },
            { id: 383, customer_id: 52, amount: "3160.45", bill_type: "utility", payment_date: new Date("2023-08-28T20:00:21Z") },
            { id: 384, customer_id: 145, amount: "91.13", bill_type: "utility", payment_date: new Date("2020-12-31T19:48:15Z") },
            { id: 385, customer_id: 78, amount: "2044.79", bill_type: "utility", payment_date: new Date("2020-04-24T12:41:42Z") },
            { id: 386, customer_id: 54, amount: null, bill_type: "utility", payment_date: new Date("2020-05-06T20:57:31Z") },
            { id: 387, customer_id: 57, amount: "249.09", bill_type: "credit_card", payment_date: new Date("2020-06-20T09:31:11Z") },
            { id: 388, customer_id: 127, amount: "54.74", bill_type: "utility", payment_date: new Date("2020-07-02T06:04:55Z") },
            { id: 389, customer_id: 63, amount: "5.00", bill_type: "credit_card", payment_date: new Date("2020-05-12T10:59:26Z") },
            { id: 390, customer_id: 79, amount: "6.21", bill_type: "credit_card", payment_date: new Date("2023-09-15T19:15:32Z") },
            { id: 391, customer_id: 147, amount: "2652.26", bill_type: "utility", payment_date: new Date("2023-05-01T21:35:08Z") },
            { id: 392, customer_id: 56, amount: "3740.84", bill_type: "credit_card", payment_date: new Date("2020-06-06T19:29:18Z") },
            { id: 393, customer_id: 36, amount: "230.09", bill_type: "utility", payment_date: new Date("2023-06-10T09:33:43Z") },
            { id: 394, customer_id: 180, amount: "73.62", bill_type: "mortgage", payment_date: new Date("2023-05-28T21:57:59Z") },
            { id: 395, customer_id: 32, amount: "4057.04", bill_type: "utility", payment_date: new Date("2022-01-16T21:49:34Z") },
            { id: 396, customer_id: 114, amount: "4380.93", bill_type: "credit_card", payment_date: new Date("2022-04-28T19:53:20Z") },
            { id: 397, customer_id: 192, amount: "4415.14", bill_type: "utility", payment_date: new Date("2022-02-25T21:59:13Z") },
            { id: 398, customer_id: 119, amount: "222.00", bill_type: "utility", payment_date: new Date("2020-12-23T18:05:23Z") },
            { id: 399, customer_id: 24, amount: "2729.32", bill_type: "utility", payment_date: new Date("2022-07-18T22:12:41Z") },
            { id: 400, customer_id: 100, amount: "643.17", bill_type: "credit_card", payment_date: new Date("2022-07-02T18:14:41Z") },
            { id: 401, customer_id: 178, amount: "4772.90", bill_type: "utility", payment_date: new Date("2023-08-13T09:53:15Z") },
            { id: 402, customer_id: 167, amount: "2266.76", bill_type: "utility", payment_date: new Date("2023-10-16T08:56:27Z") },
            { id: 403, customer_id: 103, amount: "3144.41", bill_type: "utility", payment_date: new Date("2021-08-07T10:42:49Z") },
            { id: 404, customer_id: 169, amount: "388.49", bill_type: "utility", payment_date: new Date("2022-10-21T09:44:12Z") },
            { id: 405, customer_id: 142, amount: "14.76", bill_type: "credit_card", payment_date: new Date("2022-12-17T22:28:50Z") },
            { id: 406, customer_id: 171, amount: "1323.91", bill_type: "utility", payment_date: new Date("2021-12-26T17:03:33Z") },
            { id: 407, customer_id: 162, amount: "1436.51", bill_type: "utility", payment_date: new Date("2021-01-06T08:16:22Z") },
            { id: 408, customer_id: 140, amount: "635.22", bill_type: "credit_card", payment_date: new Date("2022-11-19T20:27:56Z") },
            { id: 409, customer_id: 52, amount: "1298.64", bill_type: "credit_card", payment_date: new Date("2023-12-19T03:49:42Z") },
            { id: 410, customer_id: 13, amount: "25.89", bill_type: "utility", payment_date: new Date("2021-07-28T19:18:22Z") },
            { id: 411, customer_id: 179, amount: "2860.14", bill_type: "utility", payment_date: new Date("2023-06-18T16:12:08Z") },
            { id: 412, customer_id: 8, amount: "3497.41", bill_type: "credit_card", payment_date: new Date("2022-06-08T11:10:32Z") },
            { id: 413, customer_id: 42, amount: "878.01", bill_type: "credit_card", payment_date: new Date("2020-12-21T22:46:49Z") },
            { id: 414, customer_id: 22, amount: "4054.19", bill_type: "credit_card", payment_date: new Date("2020-12-23T15:54:15Z") },
            { id: 415, customer_id: 115, amount: "5.57", bill_type: "utility", payment_date: new Date("2023-05-18T21:34:35Z") },
            { id: 416, customer_id: 70, amount: "22.78", bill_type: "utility", payment_date: new Date("2020-11-15T11:08:31Z") },
            { id: 417, customer_id: 133, amount: "176.45", bill_type: "utility", payment_date: new Date("2021-12-30T16:13:55Z") },
            { id: 418, customer_id: 49, amount: "3424.05", bill_type: "utility", payment_date: new Date("2020-07-22T10:57:21Z") },
            { id: 419, customer_id: 111, amount: "707.54", bill_type: "credit_card", payment_date: new Date("2022-06-01T14:23:19Z") },
            { id: 420, customer_id: 144, amount: null, bill_type: "mortgage", payment_date: new Date("2022-04-17T17:17:08Z") },
            { id: 421, customer_id: 94, amount: "234.74", bill_type: "credit_card", payment_date: new Date("2023-09-23T12:32:15Z") },
            { id: 422, customer_id: 13, amount: "1089.27", bill_type: "utility", payment_date: new Date("2023-02-26T18:48:09Z") },
            { id: 423, customer_id: 186, amount: "3500.33", bill_type: "utility", payment_date: new Date("2023-11-23T23:28:32Z") },
            { id: 424, customer_id: 40, amount: "1143.77", bill_type: "utility", payment_date: new Date("2021-09-08T10:37:08Z") },
            { id: 425, customer_id: 95, amount: "41.69", bill_type: "utility", payment_date: new Date("2021-09-14T20:15:32Z") },
            { id: 426, customer_id: 90, amount: "3481.44", bill_type: "utility", payment_date: new Date("2021-09-15T08:16:41Z") },
            { id: 427, customer_id: 57, amount: "6.47", bill_type: "mortgage", payment_date: new Date("2021-02-03T01:41:09Z") },
            { id: 428, customer_id: 63, amount: "943.45", bill_type: "utility", payment_date: new Date("2021-04-20T16:53:07Z") },
            { id: 429, customer_id: 142, amount: "3619.71", bill_type: "utility", payment_date: new Date("2021-09-06T19:17:39Z") },
            { id: 430, customer_id: 190, amount: "499.79", bill_type: "credit_card", payment_date: new Date("2020-03-27T11:16:51Z") },
            { id: 431, customer_id: 70, amount: "114.69", bill_type: "utility", payment_date: new Date("2022-02-07T17:59:26Z") },
            { id: 432, customer_id: 67, amount: "132.79", bill_type: "mortgage", payment_date: new Date("2022-10-05T22:00:56Z") },
            { id: 433, customer_id: 179, amount: "1936.13", bill_type: "utility", payment_date: new Date("2020-01-05T04:15:52Z") },
            { id: 434, customer_id: 115, amount: "743.14", bill_type: "credit_card", payment_date: new Date("2023-08-30T11:55:58Z") },
            { id: 435, customer_id: 42, amount: null, bill_type: "utility", payment_date: new Date("2023-10-10T19:42:53Z") },
            { id: 436, customer_id: 120, amount: "1094.46", bill_type: "credit_card", payment_date: new Date("2022-06-01T22:22:31Z") },
            { id: 437, customer_id: 16, amount: "1626.67", bill_type: "utility", payment_date: new Date("2022-08-11T09:20:03Z") },
            { id: 438, customer_id: 25, amount: "3685.09", bill_type: "utility", payment_date: new Date("2022-02-02T09:08:49Z") },
            { id: 439, customer_id: 160, amount: "499.60", bill_type: "credit_card", payment_date: new Date("2020-10-30T11:17:54Z") },
            { id: 440, customer_id: 194, amount: "2584.03", bill_type: "credit_card", payment_date: new Date("2022-08-11T12:58:03Z") },
            { id: 441, customer_id: 11, amount: null, bill_type: "utility", payment_date: new Date("2023-04-19T11:36:16Z") },
            { id: 442, customer_id: 104, amount: "125.12", bill_type: "mortgage", payment_date: new Date("2023-12-15T20:34:13Z") },
            { id: 443, customer_id: 112, amount: "4618.96", bill_type: "utility", payment_date: new Date("2022-08-05T08:22:16Z") },
            { id: 444, customer_id: 147, amount: "1525.66", bill_type: "credit_card", payment_date: new Date("2021-05-20T17:56:16Z") },
            { id: 445, customer_id: 79, amount: "260.14", bill_type: "utility", payment_date: new Date("2021-12-03T18:57:35Z") },
            { id: 446, customer_id: 42, amount: "225.48", bill_type: "utility", payment_date: new Date("2023-11-17T19:32:38Z") },
            { id: 447, customer_id: 60, amount: "69.99", bill_type: "utility", payment_date: new Date("2023-04-02T21:25:10Z") },
            { id: 448, customer_id: 126, amount: "155.94", bill_type: "credit_card", payment_date: new Date("2021-08-16T20:11:18Z") },
            { id: 449, customer_id: 62, amount: "1920.96", bill_type: "utility", payment_date: new Date("2020-07-13T19:06:49Z") },
            { id: 450, customer_id: 104, amount: null, bill_type: "utility", payment_date: new Date("2022-07-16T08:41:10Z") },
            { id: 451, customer_id: 159, amount: "1088.59", bill_type: "mortgage", payment_date: new Date("2021-01-12T08:10:37Z") },
            { id: 452, customer_id: 118, amount: "45.18", bill_type: "utility", payment_date: new Date("2022-05-03T21:35:34Z") },
            { id: 453, customer_id: 183, amount: "266.69", bill_type: "utility", payment_date: new Date("2021-03-04T17:30:07Z") },
            { id: 454, customer_id: 82, amount: "1919.48", bill_type: "credit_card", payment_date: new Date("2021-02-17T18:23:14Z") },
            { id: 455, customer_id: 152, amount: "1384.64", bill_type: "utility", payment_date: new Date("2022-07-27T19:22:03Z") },
            { id: 456, customer_id: 184, amount: "1398.18", bill_type: "utility", payment_date: new Date("2020-12-02T11:02:02Z") },
            { id: 457, customer_id: 51, amount: "264.46", bill_type: "utility", payment_date: new Date("2021-05-15T23:53:15Z") },
            { id: 458, customer_id: 13, amount: "2141.60", bill_type: "utility", payment_date: new Date("2022-10-12T15:20:28Z") },
            { id: 459, customer_id: 136, amount: null, bill_type: "mortgage", payment_date: new Date("2023-07-15T06:50:20Z") },
            { id: 460, customer_id: 90, amount: "4676.78", bill_type: "credit_card", payment_date: new Date("2022-11-30T17:22:18Z") },
            { id: 461, customer_id: 144, amount: "560.36", bill_type: "utility", payment_date: new Date("2021-12-11T09:25:16Z") },
            { id: 462, customer_id: 64, amount: null, bill_type: "credit_card", payment_date: new Date("2021-08-26T12:34:49Z") },
            { id: 463, customer_id: 43, amount: "16.52", bill_type: "credit_card", payment_date: new Date("2023-09-20T18:56:53Z") },
            { id: 464, customer_id: 90, amount: "4216.60", bill_type: "utility", payment_date: new Date("2022-08-10T15:32:41Z") },
            { id: 465, customer_id: 199, amount: "503.11", bill_type: "credit_card", payment_date: new Date("2023-10-06T13:10:03Z") },
            { id: 466, customer_id: 160, amount: "4163.57", bill_type: "utility", payment_date: new Date("2022-12-16T10:19:20Z") },
            { id: 467, customer_id: 151, amount: "1185.54", bill_type: "utility", payment_date: new Date("2023-02-07T17:06:03Z") },
            { id: 468, customer_id: 134, amount: "404.92", bill_type: "utility", payment_date: new Date("2020-09-13T18:42:31Z") },
            { id: 469, customer_id: 67, amount: "2993.74", bill_type: "utility", payment_date: new Date("2021-11-16T07:05:11Z") },
            { id: 470, customer_id: 119, amount: "655.63", bill_type: "utility", payment_date: new Date("2023-01-01T15:38:00Z") },
            { id: 471, customer_id: 193, amount: "4277.50", bill_type: "utility", payment_date: new Date("2021-10-09T16:10:28Z") },
            { id: 472, customer_id: 146, amount: "353.03", bill_type: "credit_card", payment_date: new Date("2020-10-10T21:14:13Z") },
            { id: 473, customer_id: 124, amount: "908.83", bill_type: "utility", payment_date: new Date("2020-08-15T15:54:15Z") },
            { id: 474, customer_id: 82, amount: "2236.09", bill_type: "credit_card", payment_date: new Date("2022-01-21T14:56:59Z") },
            { id: 475, customer_id: 56, amount: "4812.32", bill_type: "utility", payment_date: new Date("2023-10-10T05:44:16Z") },
            { id: 476, customer_id: 71, amount: "1949.14", bill_type: "credit_card", payment_date: new Date("2022-12-03T17:10:17Z") },
            { id: 477, customer_id: 68, amount: "722.96", bill_type: "utility", payment_date: new Date("2021-12-28T11:09:03Z") },
            { id: 478, customer_id: 131, amount: "4445.75", bill_type: "utility", payment_date: new Date("2023-08-07T20:32:04Z") },
            { id: 479, customer_id: 40, amount: "120.97", bill_type: "utility", payment_date: new Date("2021-08-01T17:29:40Z") },
            { id: 480, customer_id: 18, amount: "1832.66", bill_type: "utility", payment_date: new Date("2023-05-07T20:14:17Z") },
            { id: 481, customer_id: 41, amount: "1193.67", bill_type: "credit_card", payment_date: new Date("2022-12-19T07:33:41Z") },
            { id: 482, customer_id: 188, amount: null, bill_type: "utility", payment_date: new Date("2020-10-21T17:16:55Z") },
            { id: 483, customer_id: 120, amount: "5.79", bill_type: "credit_card", payment_date: new Date("2021-09-09T12:10:08Z") },
            { id: 484, customer_id: 71, amount: "1283.63", bill_type: "utility", payment_date: new Date("2023-04-01T21:13:28Z") },
            { id: 485, customer_id: 105, amount: "530.46", bill_type: "utility", payment_date: new Date("2020-12-17T22:16:11Z") },
            { id: 486, customer_id: 117, amount: null, bill_type: "utility", payment_date: new Date("2023-01-27T20:43:49Z") },
            { id: 487, customer_id: 111, amount: "2798.51", bill_type: "mortgage", payment_date: new Date("2020-11-16T13:48:42Z") },
            { id: 488, customer_id: 26, amount: "4398.33", bill_type: "utility", payment_date: new Date("2022-11-14T16:17:56Z") },
            { id: 489, customer_id: 69, amount: "2245.95", bill_type: "utility", payment_date: new Date("2023-05-16T18:00:49Z") },
            { id: 490, customer_id: 74, amount: "380.20", bill_type: "credit_card", payment_date: new Date("2022-01-26T14:02:51Z") },
            { id: 491, customer_id: 177, amount: "350.12", bill_type: "utility", payment_date: new Date("2021-04-21T18:21:10Z") },
            { id: 492, customer_id: 145, amount: "724.38", bill_type: "utility", payment_date: new Date("2021-01-28T21:09:37Z") },
            { id: 493, customer_id: 7, amount: null, bill_type: "credit_card", payment_date: new Date("2021-09-04T18:28:03Z") },
            { id: 494, customer_id: 175, amount: "12.09", bill_type: "utility", payment_date: new Date("2022-03-06T15:44:38Z") },
            { id: 495, customer_id: 146, amount: "1294.54", bill_type: "credit_card", payment_date: new Date("2020-01-11T12:51:06Z") },
            { id: 496, customer_id: 4, amount: "2884.76", bill_type: "utility", payment_date: new Date("2022-06-19T07:31:35Z") },
            { id: 497, customer_id: 17, amount: "1849.16", bill_type: "credit_card", payment_date: new Date("2021-10-19T20:33:56Z") },
            { id: 498, customer_id: 177, amount: "3617.36", bill_type: "utility", payment_date: new Date("2022-01-13T21:52:53Z") },
            { id: 499, customer_id: 94, amount: "12.94", bill_type: "utility", payment_date: new Date("2022-04-22T19:34:29Z") },
            { id: 500, customer_id: 65, amount: "2198.46", bill_type: "utility", payment_date: new Date("2022-05-28T20:02:18Z") },
        ],
    });
    await prisma.customer_support.createMany({
        data: [
            { id: 1, customer_id: 125, issue_type: "transaction", resolution_status: "resolved", interaction_date: new Date("2021-11-03T16:57:51Z") },
            { id: 2, customer_id: 185, issue_type: "transaction", resolution_status: "resolved", interaction_date: new Date("2020-11-25T13:25:34Z") },
            { id: 3, customer_id: 54, issue_type: "account", resolution_status: "resolved", interaction_date: new Date("2023-09-14T14:20:09Z") },
            { id: 4, customer_id: 123, issue_type: "account", resolution_status: "resolved", interaction_date: new Date("2022-09-01T14:40:46Z") },
            { id: 5, customer_id: 163, issue_type: "account", resolution_status: "resolved", interaction_date: new Date("2023-11-01T13:29:08Z") },
            { id: 6, customer_id: 177, issue_type: "account", resolution_status: "resolved", interaction_date: new Date("2023-03-20T14:11:32Z") },
            { id: 7, customer_id: 83, issue_type: "account", resolution_status: "pending", interaction_date: new Date("2020-09-29T11:40:24Z") },
            { id: 8, customer_id: 176, issue_type: "account", resolution_status: "resolved", interaction_date: new Date("2023-12-06T08:19:49Z") },
            { id: 9, customer_id: 154, issue_type: "transaction", resolution_status: "resolved", interaction_date: new Date("2021-12-09T10:56:01Z") },
            { id: 10, customer_id: 61, issue_type: "account", resolution_status: "resolved", interaction_date: new Date("2023-05-17T02:23:09Z") },
            { id: 11, customer_id: 142, issue_type: "account", resolution_status: "resolved", interaction_date: new Date("2020-03-31T18:36:06Z") },
            { id: 12, customer_id: 135, issue_type: "account", resolution_status: "resolved", interaction_date: new Date("2020-07-31T11:30:53Z") },
            { id: 13, customer_id: 27, issue_type: "transaction", resolution_status: "resolved", interaction_date: new Date("2021-03-11T10:49:42Z") },
            { id: 14, customer_id: 127, issue_type: "technical", resolution_status: "resolved", interaction_date: new Date("2020-05-27T15:12:42Z") },
            { id: 15, customer_id: 172, issue_type: "transaction", resolution_status: "resolved", interaction_date: new Date("2022-09-17T11:38:49Z") },
            { id: 16, customer_id: 198, issue_type: "account", resolution_status: "resolved", interaction_date: new Date("2020-06-19T10:31:29Z") },
            { id: 17, customer_id: 127, issue_type: "account", resolution_status: "resolved", interaction_date: new Date("2023-08-15T12:28:46Z") },
            { id: 18, customer_id: 103, issue_type: "transaction", resolution_status: "resolved", interaction_date: new Date("2022-02-17T09:03:06Z") },
            { id: 19, customer_id: 136, issue_type: "technical", resolution_status: "pending", interaction_date: new Date("2023-04-17T09:42:16Z") },
            { id: 20, customer_id: 69, issue_type: "account", resolution_status: "resolved", interaction_date: new Date("2023-09-01T12:02:54Z") },
            { id: 21, customer_id: 107, issue_type: "account", resolution_status: "resolved", interaction_date: new Date("2021-11-21T11:00:57Z") },
            { id: 22, customer_id: 130, issue_type: "account", resolution_status: "resolved", interaction_date: new Date("2020-06-05T12:19:18Z") },
            { id: 23, customer_id: 56, issue_type: "account", resolution_status: "resolved", interaction_date: new Date("2023-08-02T15:42:47Z") },
            { id: 24, customer_id: 55, issue_type: "account", resolution_status: "pending", interaction_date: new Date("2021-02-26T15:13:32Z") },
            { id: 25, customer_id: 16, issue_type: "transaction", resolution_status: "resolved", interaction_date: new Date("2023-10-09T12:19:24Z") },
            { id: 26, customer_id: 142, issue_type: "account", resolution_status: "resolved", interaction_date: new Date("2021-06-09T08:25:20Z") },
            { id: 27, customer_id: 120, issue_type: "account", resolution_status: "resolved", interaction_date: new Date("2020-02-15T14:46:53Z") },
            { id: 28, customer_id: 100, issue_type: "transaction", resolution_status: "resolved", interaction_date: new Date("2023-04-25T08:12:51Z") },
            { id: 29, customer_id: 34, issue_type: "technical", resolution_status: "resolved", interaction_date: new Date("2021-03-30T11:13:48Z") },
            { id: 30, customer_id: 123, issue_type: "account", resolution_status: "resolved", interaction_date: new Date("2023-02-16T14:43:13Z") },
            { id: 31, customer_id: 77, issue_type: "account", resolution_status: "resolved", interaction_date: new Date("2022-09-16T10:21:02Z") },
            { id: 32, customer_id: 84, issue_type: "account", resolution_status: "resolved", interaction_date: new Date("2023-02-01T18:10:58Z") },
            { id: 33, customer_id: 87, issue_type: "account", resolution_status: "pending", interaction_date: new Date("2022-10-08T09:47:33Z") },
            { id: 34, customer_id: 143, issue_type: "account", resolution_status: "resolved", interaction_date: new Date("2021-07-27T16:03:50Z") },
            { id: 35, customer_id: 44, issue_type: "account", resolution_status: "resolved", interaction_date: new Date("2022-04-24T14:46:36Z") },
            { id: 36, customer_id: 187, issue_type: "account", resolution_status: "resolved", interaction_date: new Date("2020-02-23T19:42:03Z") },
            { id: 37, customer_id: 137, issue_type: "account", resolution_status: "resolved", interaction_date: new Date("2023-07-30T11:56:11Z") },
            { id: 38, customer_id: 198, issue_type: "transaction", resolution_status: "resolved", interaction_date: new Date("2023-03-27T17:54:50Z") },
            { id: 39, customer_id: 184, issue_type: "account", resolution_status: "resolved", interaction_date: new Date("2021-05-02T13:31:29Z") },
            { id: 40, customer_id: 11, issue_type: "technical", resolution_status: "resolved", interaction_date: new Date("2021-01-05T18:24:42Z") },
            { id: 41, customer_id: 68, issue_type: "technical", resolution_status: "resolved", interaction_date: new Date("2021-05-11T16:24:00Z") },
            { id: 42, customer_id: 187, issue_type: "account", resolution_status: "resolved", interaction_date: new Date("2023-08-03T09:46:46Z") },
            { id: 43, customer_id: 76, issue_type: "account", resolution_status: "resolved", interaction_date: new Date("2022-12-18T16:01:34Z") },
            { id: 44, customer_id: 148, issue_type: "account", resolution_status: "resolved", interaction_date: new Date("2023-10-19T11:03:08Z") },
            { id: 45, customer_id: 27, issue_type: "account", resolution_status: "resolved", interaction_date: new Date("2023-11-27T18:54:30Z") },
            { id: 46, customer_id: 141, issue_type: "account", resolution_status: "resolved", interaction_date: new Date("2022-04-22T13:27:54Z") },
            { id: 47, customer_id: 126, issue_type: "account", resolution_status: "resolved", interaction_date: new Date("2020-09-08T10:58:17Z") },
            { id: 48, customer_id: 171, issue_type: "account", resolution_status: "resolved", interaction_date: new Date("2022-04-28T16:12:50Z") },
            { id: 49, customer_id: 110, issue_type: "account", resolution_status: "resolved", interaction_date: new Date("2023-01-04T10:30:54Z") },
            { id: 50, customer_id: 116, issue_type: "account", resolution_status: "pending", interaction_date: new Date("2021-01-22T08:04:53Z") },
            { id: 51, customer_id: 123, issue_type: "account", resolution_status: "resolved", interaction_date: new Date("2021-04-13T09:51:06Z") },
            { id: 52, customer_id: 53, issue_type: "account", resolution_status: "resolved", interaction_date: new Date("2021-11-21T15:34:59Z") },
            { id: 53, customer_id: 12, issue_type: "technical", resolution_status: "resolved", interaction_date: new Date("2020-04-11T09:26:54Z") },
            { id: 54, customer_id: 57, issue_type: "account", resolution_status: "pending", interaction_date: new Date("2021-07-25T11:45:45Z") },
            { id: 55, customer_id: 10, issue_type: "transaction", resolution_status: "resolved", interaction_date: new Date("2023-08-29T15:19:00Z") },
            { id: 56, customer_id: 199, issue_type: "account", resolution_status: "resolved", interaction_date: new Date("2021-06-06T14:52:23Z") },
            { id: 57, customer_id: 61, issue_type: "account", resolution_status: "resolved", interaction_date: new Date("2021-02-07T07:47:34Z") },
            { id: 58, customer_id: 33, issue_type: "account", resolution_status: "resolved", interaction_date: new Date("2020-01-25T12:52:32Z") },
            { id: 59, customer_id: 171, issue_type: "account", resolution_status: "resolved", interaction_date: new Date("2021-10-07T17:07:49Z") },
            { id: 60, customer_id: 67, issue_type: "account", resolution_status: "resolved", interaction_date: new Date("2021-11-01T12:03:09Z") },
            { id: 61, customer_id: 9, issue_type: "account", resolution_status: "resolved", interaction_date: new Date("2021-12-22T10:21:12Z") },
            { id: 62, customer_id: 141, issue_type: "account", resolution_status: "resolved", interaction_date: new Date("2023-07-27T17:59:23Z") },
            { id: 63, customer_id: 49, issue_type: "account", resolution_status: "pending", interaction_date: new Date("2020-05-31T12:28:41Z") },
            { id: 64, customer_id: 94, issue_type: "account", resolution_status: "resolved", interaction_date: new Date("2020-03-20T14:58:03Z") },
            { id: 65, customer_id: 99, issue_type: "account", resolution_status: "resolved", interaction_date: new Date("2023-12-21T15:48:20Z") },
            { id: 66, customer_id: 8, issue_type: "account", resolution_status: "resolved", interaction_date: new Date("2020-12-29T13:38:10Z") },
            { id: 67, customer_id: 113, issue_type: "account", resolution_status: "resolved", interaction_date: new Date("2020-08-15T12:54:46Z") },
            { id: 68, customer_id: 96, issue_type: "account", resolution_status: "resolved", interaction_date: new Date("2021-08-09T16:08:48Z") },
            { id: 69, customer_id: 31, issue_type: "account", resolution_status: "resolved", interaction_date: new Date("2020-02-08T19:12:58Z") },
            { id: 70, customer_id: 139, issue_type: "account", resolution_status: "resolved", interaction_date: new Date("2020-07-05T09:09:52Z") },
            { id: 71, customer_id: 73, issue_type: "account", resolution_status: "resolved", interaction_date: new Date("2021-01-14T10:31:17Z") },
            { id: 72, customer_id: 15, issue_type: "transaction", resolution_status: "resolved", interaction_date: new Date("2020-05-02T11:18:01Z") },
            { id: 73, customer_id: 188, issue_type: "account", resolution_status: "resolved", interaction_date: new Date("2023-07-15T13:40:55Z") },
            { id: 74, customer_id: 158, issue_type: "account", resolution_status: "resolved", interaction_date: new Date("2020-07-11T17:03:09Z") },
            { id: 75, customer_id: 166, issue_type: "account", resolution_status: "resolved", interaction_date: new Date("2023-09-23T11:10:13Z") },
            { id: 76, customer_id: 145, issue_type: "account", resolution_status: "resolved", interaction_date: new Date("2021-07-26T10:21:33Z") },
            { id: 77, customer_id: 189, issue_type: "account", resolution_status: "resolved", interaction_date: new Date("2022-04-20T08:12:42Z") },
            { id: 78, customer_id: 175, issue_type: "account", resolution_status: "resolved", interaction_date: new Date("2023-05-21T10:42:29Z") },
            { id: 79, customer_id: 49, issue_type: "account", resolution_status: "resolved", interaction_date: new Date("2021-03-01T16:25:33Z") },
            { id: 80, customer_id: 176, issue_type: "account", resolution_status: "pending", interaction_date: new Date("2023-02-09T15:49:26Z") },
            { id: 81, customer_id: 61, issue_type: "account", resolution_status: "resolved", interaction_date: new Date("2021-07-17T14:53:02Z") },
            { id: 82, customer_id: 190, issue_type: "account", resolution_status: "pending", interaction_date: new Date("2020-05-01T15:55:04Z") },
            { id: 83, customer_id: 67, issue_type: "account", resolution_status: "resolved", interaction_date: new Date("2021-02-15T10:58:06Z") },
            { id: 84, customer_id: 135, issue_type: "account", resolution_status: "resolved", interaction_date: new Date("2023-01-31T09:56:59Z") },
            { id: 85, customer_id: 136, issue_type: "account", resolution_status: "resolved", interaction_date: new Date("2023-01-25T09:50:01Z") },
            { id: 86, customer_id: 23, issue_type: "transaction", resolution_status: "pending", interaction_date: new Date("2023-02-14T09:35:12Z") },
            { id: 87, customer_id: 166, issue_type: "transaction", resolution_status: "resolved", interaction_date: new Date("2021-08-10T17:56:22Z") },
            { id: 88, customer_id: 188, issue_type: "account", resolution_status: "resolved", interaction_date: new Date("2022-01-25T09:53:15Z") },
            { id: 89, customer_id: 146, issue_type: "account", resolution_status: "resolved", interaction_date: new Date("2021-11-04T06:51:31Z") },
            { id: 90, customer_id: 153, issue_type: "account", resolution_status: "resolved", interaction_date: new Date("2022-03-06T11:40:04Z") },
            { id: 91, customer_id: 180, issue_type: "account", resolution_status: "pending", interaction_date: new Date("2020-02-25T14:56:13Z") },
            { id: 92, customer_id: 50, issue_type: "account", resolution_status: "resolved", interaction_date: new Date("2021-09-05T11:27:58Z") },
            { id: 93, customer_id: 84, issue_type: "technical", resolution_status: "resolved", interaction_date: new Date("2020-06-28T16:02:39Z") },
            { id: 94, customer_id: 3, issue_type: "account", resolution_status: "resolved", interaction_date: new Date("2023-08-27T13:36:17Z") },
            { id: 95, customer_id: 29, issue_type: "account", resolution_status: "pending", interaction_date: new Date("2020-10-24T12:01:57Z") },
            { id: 96, customer_id: 51, issue_type: "account", resolution_status: "resolved", interaction_date: new Date("2021-07-27T15:49:02Z") },
            { id: 97, customer_id: 52, issue_type: "account", resolution_status: "resolved", interaction_date: new Date("2023-09-02T14:12:36Z") },
            { id: 98, customer_id: 102, issue_type: "account", resolution_status: "pending", interaction_date: new Date("2022-12-06T11:52:59Z") },
            { id: 99, customer_id: 35, issue_type: "transaction", resolution_status: "resolved", interaction_date: new Date("2022-11-01T15:39:23Z") },
            { id: 100, customer_id: 130, issue_type: "account", resolution_status: "resolved", interaction_date: new Date("2021-11-01T13:55:01Z") },
            { id: 101, customer_id: 57, issue_type: "account", resolution_status: "resolved", interaction_date: new Date("2022-05-14T14:22:41Z") },
            { id: 102, customer_id: 188, issue_type: "account", resolution_status: "resolved", interaction_date: new Date("2021-08-23T10:18:32Z") },
            { id: 103, customer_id: 123, issue_type: "account", resolution_status: "pending", interaction_date: new Date("2020-10-30T17:42:38Z") },
            { id: 104, customer_id: 185, issue_type: "transaction", resolution_status: "pending", interaction_date: new Date("2022-07-05T15:20:01Z") },
            { id: 105, customer_id: 90, issue_type: "account", resolution_status: "resolved", interaction_date: new Date("2021-03-02T14:22:30Z") },
            { id: 106, customer_id: 137, issue_type: "transaction", resolution_status: "resolved", interaction_date: new Date("2022-11-03T21:28:10Z") },
            { id: 107, customer_id: 135, issue_type: "account", resolution_status: "resolved", interaction_date: new Date("2020-03-12T18:11:32Z") },
            { id: 108, customer_id: 21, issue_type: "transaction", resolution_status: "resolved", interaction_date: new Date("2022-10-13T16:23:03Z") },
            { id: 109, customer_id: 25, issue_type: "technical", resolution_status: "resolved", interaction_date: new Date("2020-06-20T13:39:28Z") },
            { id: 110, customer_id: 31, issue_type: "account", resolution_status: "resolved", interaction_date: new Date("2020-04-22T19:18:40Z") },
            { id: 111, customer_id: 52, issue_type: "account", resolution_status: "resolved", interaction_date: new Date("2021-04-29T18:36:17Z") },
            { id: 112, customer_id: 27, issue_type: "account", resolution_status: "resolved", interaction_date: new Date("2022-03-31T10:26:11Z") },
            { id: 113, customer_id: 86, issue_type: "account", resolution_status: "resolved", interaction_date: new Date("2021-11-28T14:02:19Z") },
            { id: 114, customer_id: 63, issue_type: "account", resolution_status: "resolved", interaction_date: new Date("2023-10-23T11:01:19Z") },
            { id: 115, customer_id: 48, issue_type: "account", resolution_status: "resolved", interaction_date: new Date("2020-04-14T13:00:56Z") },
            { id: 116, customer_id: 15, issue_type: "account", resolution_status: "resolved", interaction_date: new Date("2023-08-09T17:30:49Z") },
            { id: 117, customer_id: 161, issue_type: "account", resolution_status: "resolved", interaction_date: new Date("2020-06-13T13:59:28Z") },
            { id: 118, customer_id: 5, issue_type: "account", resolution_status: "resolved", interaction_date: new Date("2023-01-07T10:41:08Z") },
            { id: 119, customer_id: 84, issue_type: "technical", resolution_status: "resolved", interaction_date: new Date("2022-01-11T08:12:08Z") },
            { id: 120, customer_id: 116, issue_type: "account", resolution_status: "resolved", interaction_date: new Date("2023-03-20T09:35:37Z") },
            { id: 121, customer_id: 118, issue_type: "account", resolution_status: "resolved", interaction_date: new Date("2023-11-13T15:17:31Z") },
            { id: 122, customer_id: 163, issue_type: "account", resolution_status: "resolved", interaction_date: new Date("2020-07-29T13:03:15Z") },
            { id: 123, customer_id: 40, issue_type: "account", resolution_status: "resolved", interaction_date: new Date("2020-04-26T10:35:16Z") },
            { id: 124, customer_id: 107, issue_type: "transaction", resolution_status: "resolved", interaction_date: new Date("2023-05-16T11:47:28Z") },
            { id: 125, customer_id: 108, issue_type: "transaction", resolution_status: "resolved", interaction_date: new Date("2020-11-07T08:18:12Z") },
            { id: 126, customer_id: 92, issue_type: "transaction", resolution_status: "resolved", interaction_date: new Date("2020-05-22T10:44:33Z") },
            { id: 127, customer_id: 128, issue_type: "account", resolution_status: "resolved", interaction_date: new Date("2020-05-28T16:33:09Z") },
            { id: 128, customer_id: 66, issue_type: "account", resolution_status: "resolved", interaction_date: new Date("2022-12-18T10:27:43Z") },
            { id: 129, customer_id: 10, issue_type: "account", resolution_status: "resolved", interaction_date: new Date("2021-11-25T13:54:17Z") },
            { id: 130, customer_id: 126, issue_type: "transaction", resolution_status: "resolved", interaction_date: new Date("2022-08-28T10:58:23Z") },
            { id: 131, customer_id: 195, issue_type: "account", resolution_status: "resolved", interaction_date: new Date("2020-06-22T13:14:08Z") },
            { id: 132, customer_id: 117, issue_type: "technical", resolution_status: "resolved", interaction_date: new Date("2023-01-17T10:52:17Z") },
            { id: 133, customer_id: 25, issue_type: "account", resolution_status: "resolved", interaction_date: new Date("2022-11-30T09:48:11Z") },
            { id: 134, customer_id: 171, issue_type: "account", resolution_status: "resolved", interaction_date: new Date("2022-02-15T12:54:33Z") },
            { id: 135, customer_id: 152, issue_type: "account", resolution_status: "resolved", interaction_date: new Date("2023-09-27T18:38:23Z") },
            { id: 136, customer_id: 102, issue_type: "transaction", resolution_status: "resolved", interaction_date: new Date("2023-10-17T17:31:41Z") },
            { id: 137, customer_id: 116, issue_type: "account", resolution_status: "resolved", interaction_date: new Date("2023-07-20T12:14:34Z") },
            { id: 138, customer_id: 101, issue_type: "account", resolution_status: "pending", interaction_date: new Date("2021-10-18T19:35:36Z") },
            { id: 139, customer_id: 100, issue_type: "technical", resolution_status: "resolved", interaction_date: new Date("2021-04-02T16:43:37Z") },
            { id: 140, customer_id: 17, issue_type: "account", resolution_status: "resolved", interaction_date: new Date("2020-01-20T13:03:31Z") },
            { id: 141, customer_id: 15, issue_type: "transaction", resolution_status: "resolved", interaction_date: new Date("2020-07-12T09:51:13Z") },
            { id: 142, customer_id: 169, issue_type: "transaction", resolution_status: "resolved", interaction_date: new Date("2022-06-16T15:19:40Z") },
            { id: 143, customer_id: 88, issue_type: "account", resolution_status: "resolved", interaction_date: new Date("2021-01-06T16:29:13Z") },
            { id: 144, customer_id: 165, issue_type: "transaction", resolution_status: "pending", interaction_date: new Date("2023-08-09T22:40:48Z") },
            { id: 145, customer_id: 121, issue_type: "account", resolution_status: "resolved", interaction_date: new Date("2021-03-14T10:49:12Z") },
            { id: 146, customer_id: 31, issue_type: "transaction", resolution_status: "resolved", interaction_date: new Date("2020-07-19T12:55:51Z") },
            { id: 147, customer_id: 154, issue_type: "account", resolution_status: "resolved", interaction_date: new Date("2023-01-15T12:00:43Z") },
            { id: 148, customer_id: 32, issue_type: "technical", resolution_status: "resolved", interaction_date: new Date("2022-11-08T12:45:30Z") },
            { id: 149, customer_id: 58, issue_type: "transaction", resolution_status: "resolved", interaction_date: new Date("2020-04-22T10:36:30Z") },
            { id: 150, customer_id: 188, issue_type: "account", resolution_status: "resolved", interaction_date: new Date("2023-05-31T11:41:41Z") },
            { id: 151, customer_id: 70, issue_type: "transaction", resolution_status: "resolved", interaction_date: new Date("2022-06-21T09:01:34Z") },
            { id: 152, customer_id: 74, issue_type: "account", resolution_status: "resolved", interaction_date: new Date("2022-05-25T15:12:45Z") },
            { id: 153, customer_id: 158, issue_type: "account", resolution_status: "resolved", interaction_date: new Date("2020-01-14T09:18:02Z") },
            { id: 154, customer_id: 163, issue_type: "account", resolution_status: "resolved", interaction_date: new Date("2021-07-09T12:34:21Z") },
            { id: 155, customer_id: 82, issue_type: "account", resolution_status: "resolved", interaction_date: new Date("2022-12-03T17:24:41Z") },
            { id: 156, customer_id: 152, issue_type: "account", resolution_status: "resolved", interaction_date: new Date("2022-05-26T08:52:31Z") },
            { id: 157, customer_id: 29, issue_type: "transaction", resolution_status: "resolved", interaction_date: new Date("2021-02-27T16:39:39Z") },
            { id: 158, customer_id: 191, issue_type: "account", resolution_status: "resolved", interaction_date: new Date("2020-02-03T12:31:45Z") },
            { id: 159, customer_id: 72, issue_type: "account", resolution_status: "resolved", interaction_date: new Date("2022-08-02T17:07:49Z") },
            { id: 160, customer_id: 150, issue_type: "account", resolution_status: "resolved", interaction_date: new Date("2021-10-29T09:22:06Z") },
            { id: 161, customer_id: 138, issue_type: "account", resolution_status: "resolved", interaction_date: new Date("2021-04-04T13:04:05Z") },
            { id: 162, customer_id: 48, issue_type: "account", resolution_status: "resolved", interaction_date: new Date("2020-07-30T16:55:38Z") },
            { id: 163, customer_id: 90, issue_type: "account", resolution_status: "resolved", interaction_date: new Date("2021-11-11T17:25:47Z") },
            { id: 164, customer_id: 66, issue_type: "account", resolution_status: "resolved", interaction_date: new Date("2021-02-15T09:27:38Z") },
            { id: 165, customer_id: 150, issue_type: "account", resolution_status: "resolved", interaction_date: new Date("2020-09-16T11:44:40Z") },
            { id: 166, customer_id: 160, issue_type: "transaction", resolution_status: "resolved", interaction_date: new Date("2020-04-04T12:23:28Z") },
            { id: 167, customer_id: 29, issue_type: "account", resolution_status: "resolved", interaction_date: new Date("2020-06-29T17:23:41Z") },
            { id: 168, customer_id: 93, issue_type: "account", resolution_status: "resolved", interaction_date: new Date("2021-02-06T09:13:26Z") },
            { id: 169, customer_id: 164, issue_type: "transaction", resolution_status: "resolved", interaction_date: new Date("2021-12-28T16:09:06Z") },
            { id: 170, customer_id: 180, issue_type: "transaction", resolution_status: "resolved", interaction_date: new Date("2022-04-19T14:31:02Z") },
            { id: 171, customer_id: 191, issue_type: "account", resolution_status: "resolved", interaction_date: new Date("2023-12-14T13:08:20Z") },
            { id: 172, customer_id: 60, issue_type: "account", resolution_status: "resolved", interaction_date: new Date("2023-10-22T13:19:10Z") },
            { id: 173, customer_id: 165, issue_type: "technical", resolution_status: "resolved", interaction_date: new Date("2020-04-26T12:04:33Z") },
            { id: 174, customer_id: 37, issue_type: "transaction", resolution_status: "resolved", interaction_date: new Date("2021-07-27T13:24:26Z") },
            { id: 175, customer_id: 198, issue_type: "account", resolution_status: "resolved", interaction_date: new Date("2023-04-12T12:33:55Z") },
            { id: 176, customer_id: 160, issue_type: "account", resolution_status: "resolved", interaction_date: new Date("2022-10-29T16:54:43Z") },
            { id: 177, customer_id: 34, issue_type: "account", resolution_status: "resolved", interaction_date: new Date("2021-07-24T16:15:29Z") },
            { id: 178, customer_id: 142, issue_type: "account", resolution_status: "resolved", interaction_date: new Date("2021-10-05T08:54:44Z") },
            { id: 179, customer_id: 33, issue_type: "account", resolution_status: "resolved", interaction_date: new Date("2022-05-12T15:52:56Z") },
            { id: 180, customer_id: 45, issue_type: "transaction", resolution_status: "resolved", interaction_date: new Date("2023-03-13T12:48:48Z") },
            { id: 181, customer_id: 145, issue_type: "transaction", resolution_status: "resolved", interaction_date: new Date("2021-03-15T16:32:57Z") },
            { id: 182, customer_id: 128, issue_type: "account", resolution_status: "resolved", interaction_date: new Date("2021-05-30T19:58:04Z") },
            { id: 183, customer_id: 161, issue_type: "account", resolution_status: "resolved", interaction_date: new Date("2022-08-08T10:06:12Z") },
            { id: 184, customer_id: 63, issue_type: "transaction", resolution_status: "resolved", interaction_date: new Date("2023-01-07T10:10:28Z") },
            { id: 185, customer_id: 30, issue_type: "account", resolution_status: "resolved", interaction_date: new Date("2020-10-10T10:52:03Z") },
            { id: 186, customer_id: 198, issue_type: "account", resolution_status: "pending", interaction_date: new Date("2021-11-26T18:02:50Z") },
            { id: 187, customer_id: 79, issue_type: "account", resolution_status: "resolved", interaction_date: new Date("2021-06-12T15:53:20Z") },
            { id: 188, customer_id: 68, issue_type: "account", resolution_status: "resolved", interaction_date: new Date("2020-08-20T15:34:53Z") },
            { id: 189, customer_id: 152, issue_type: "transaction", resolution_status: "resolved", interaction_date: new Date("2023-02-05T14:26:53Z") },
            { id: 190, customer_id: 164, issue_type: "account", resolution_status: "resolved", interaction_date: new Date("2020-10-16T07:29:05Z") },
            { id: 191, customer_id: 78, issue_type: "technical", resolution_status: "pending", interaction_date: new Date("2023-08-07T19:29:23Z") },
            { id: 192, customer_id: 62, issue_type: "account", resolution_status: "resolved", interaction_date: new Date("2021-10-06T01:48:41Z") },
            { id: 193, customer_id: 188, issue_type: "account", resolution_status: "resolved", interaction_date: new Date("2022-03-08T12:14:01Z") },
            { id: 194, customer_id: 50, issue_type: "account", resolution_status: "resolved", interaction_date: new Date("2021-11-04T07:28:17Z") },
            { id: 195, customer_id: 38, issue_type: "account", resolution_status: "pending", interaction_date: new Date("2020-08-20T15:35:39Z") },
            { id: 196, customer_id: 22, issue_type: "account", resolution_status: "resolved", interaction_date: new Date("2020-11-10T05:03:34Z") },
            { id: 197, customer_id: 82, issue_type: "account", resolution_status: "resolved", interaction_date: new Date("2023-05-07T06:06:32Z") },
            { id: 198, customer_id: 41, issue_type: "transaction", resolution_status: "resolved", interaction_date: new Date("2023-07-06T16:29:12Z") },
            { id: 199, customer_id: 64, issue_type: "account", resolution_status: "pending", interaction_date: new Date("2022-09-10T15:59:19Z") },
            { id: 200, customer_id: 92, issue_type: "account", resolution_status: "resolved", interaction_date: new Date("2023-04-08T08:03:25Z") },
            { id: 201, customer_id: 146, issue_type: "account", resolution_status: "pending", interaction_date: new Date("2020-11-30T13:15:09Z") },
            { id: 202, customer_id: 145, issue_type: "account", resolution_status: "resolved", interaction_date: new Date("2022-07-26T09:28:54Z") },
            { id: 203, customer_id: 122, issue_type: "account", resolution_status: "resolved", interaction_date: new Date("2023-04-29T15:50:26Z") },
            { id: 204, customer_id: 166, issue_type: "account", resolution_status: "resolved", interaction_date: new Date("2021-09-20T07:48:08Z") },
            { id: 205, customer_id: 31, issue_type: "account", resolution_status: "pending", interaction_date: new Date("2022-07-16T12:55:25Z") },
            { id: 206, customer_id: 47, issue_type: "account", resolution_status: "resolved", interaction_date: new Date("2022-12-15T09:15:11Z") },
            { id: 207, customer_id: 42, issue_type: "technical", resolution_status: "resolved", interaction_date: new Date("2021-10-24T13:41:48Z") },
            { id: 208, customer_id: 145, issue_type: "account", resolution_status: "resolved", interaction_date: new Date("2023-10-12T09:55:58Z") },
            { id: 209, customer_id: 120, issue_type: "account", resolution_status: "resolved", interaction_date: new Date("2022-03-13T12:57:12Z") },
            { id: 210, customer_id: 71, issue_type: "account", resolution_status: "resolved", interaction_date: new Date("2023-08-15T10:46:26Z") },
            { id: 211, customer_id: 185, issue_type: "account", resolution_status: "resolved", interaction_date: new Date("2021-06-09T10:41:31Z") },
            { id: 212, customer_id: 92, issue_type: "technical", resolution_status: "resolved", interaction_date: new Date("2023-12-16T10:23:11Z") },
            { id: 213, customer_id: 130, issue_type: "account", resolution_status: "resolved", interaction_date: new Date("2022-01-27T19:20:52Z") },
            { id: 214, customer_id: 180, issue_type: "account", resolution_status: "resolved", interaction_date: new Date("2022-02-04T12:51:43Z") },
            { id: 215, customer_id: 35, issue_type: "technical", resolution_status: "resolved", interaction_date: new Date("2020-10-06T09:17:10Z") },
            { id: 216, customer_id: 56, issue_type: "transaction", resolution_status: "resolved", interaction_date: new Date("2021-11-22T08:10:47Z") },
            { id: 217, customer_id: 29, issue_type: "account", resolution_status: "resolved", interaction_date: new Date("2021-09-05T09:27:20Z") },
            { id: 218, customer_id: 72, issue_type: "account", resolution_status: "resolved", interaction_date: new Date("2022-08-02T17:20:58Z") },
            { id: 219, customer_id: 72, issue_type: "transaction", resolution_status: "resolved", interaction_date: new Date("2021-03-18T08:17:55Z") },
            { id: 220, customer_id: 32, issue_type: "account", resolution_status: "resolved", interaction_date: new Date("2021-05-04T12:18:22Z") },
            { id: 221, customer_id: 65, issue_type: "transaction", resolution_status: "resolved", interaction_date: new Date("2020-12-22T11:17:25Z") },
            { id: 222, customer_id: 182, issue_type: "account", resolution_status: "resolved", interaction_date: new Date("2022-03-25T14:24:53Z") },
            { id: 223, customer_id: 33, issue_type: "account", resolution_status: "resolved", interaction_date: new Date("2022-10-03T15:25:32Z") },
            { id: 224, customer_id: 141, issue_type: "technical", resolution_status: "resolved", interaction_date: new Date("2022-09-18T11:29:53Z") },
            { id: 225, customer_id: 121, issue_type: "account", resolution_status: "resolved", interaction_date: new Date("2023-01-17T09:48:04Z") },
            { id: 226, customer_id: 100, issue_type: "transaction", resolution_status: "resolved", interaction_date: new Date("2023-11-20T09:25:59Z") },
            { id: 227, customer_id: 128, issue_type: "account", resolution_status: "resolved", interaction_date: new Date("2021-03-30T16:12:11Z") },
            { id: 228, customer_id: 81, issue_type: "account", resolution_status: "resolved", interaction_date: new Date("2020-06-07T09:26:34Z") },
            { id: 229, customer_id: 5, issue_type: "account", resolution_status: "resolved", interaction_date: new Date("2021-10-26T11:59:13Z") },
            { id: 230, customer_id: 100, issue_type: "account", resolution_status: "resolved", interaction_date: new Date("2023-08-08T13:34:40Z") },
            { id: 231, customer_id: 178, issue_type: "transaction", resolution_status: "resolved", interaction_date: new Date("2021-07-13T10:05:34Z") },
            { id: 232, customer_id: 67, issue_type: "account", resolution_status: "resolved", interaction_date: new Date("2021-08-13T13:42:18Z") },
            { id: 233, customer_id: 65, issue_type: "technical", resolution_status: "resolved", interaction_date: new Date("2020-07-02T10:43:24Z") },
            { id: 234, customer_id: 85, issue_type: "account", resolution_status: "resolved", interaction_date: new Date("2021-11-13T16:49:34Z") },
            { id: 235, customer_id: 139, issue_type: "account", resolution_status: "resolved", interaction_date: new Date("2022-12-01T10:14:15Z") },
            { id: 236, customer_id: 184, issue_type: "account", resolution_status: "resolved", interaction_date: new Date("2021-12-19T09:29:37Z") },
            { id: 237, customer_id: 4, issue_type: "account", resolution_status: "resolved", interaction_date: new Date("2022-05-19T09:51:01Z") },
            { id: 238, customer_id: 87, issue_type: "account", resolution_status: "resolved", interaction_date: new Date("2022-05-31T10:38:57Z") },
            { id: 239, customer_id: 141, issue_type: "account", resolution_status: "resolved", interaction_date: new Date("2021-11-07T10:13:59Z") },
            { id: 240, customer_id: 191, issue_type: "account", resolution_status: "pending", interaction_date: new Date("2023-05-09T14:39:51Z") },
            { id: 241, customer_id: 44, issue_type: "account", resolution_status: "pending", interaction_date: new Date("2022-08-07T09:41:11Z") },
            { id: 242, customer_id: 149, issue_type: "account", resolution_status: "resolved", interaction_date: new Date("2020-04-14T11:52:06Z") },
            { id: 243, customer_id: 45, issue_type: "account", resolution_status: "resolved", interaction_date: new Date("2020-11-16T18:47:10Z") },
            { id: 244, customer_id: 131, issue_type: "account", resolution_status: "resolved", interaction_date: new Date("2020-12-17T16:44:24Z") },
            { id: 245, customer_id: 150, issue_type: "transaction", resolution_status: "resolved", interaction_date: new Date("2022-06-12T10:24:45Z") },
            { id: 246, customer_id: 200, issue_type: "account", resolution_status: "resolved", interaction_date: new Date("2021-10-04T14:50:27Z") },
            { id: 247, customer_id: 62, issue_type: "account", resolution_status: "resolved", interaction_date: new Date("2022-11-06T11:37:05Z") },
            { id: 248, customer_id: 48, issue_type: "transaction", resolution_status: "pending", interaction_date: new Date("2021-10-23T09:58:16Z") },
            { id: 249, customer_id: 91, issue_type: "technical", resolution_status: "resolved", interaction_date: new Date("2022-07-06T11:16:59Z") },
            { id: 250, customer_id: 153, issue_type: "account", resolution_status: "resolved", interaction_date: new Date("2022-11-19T17:54:55Z") },
            { id: 251, customer_id: 43, issue_type: "account", resolution_status: "resolved", interaction_date: new Date("2021-04-22T06:51:02Z") },
            { id: 252, customer_id: 176, issue_type: "account", resolution_status: "resolved", interaction_date: new Date("2022-08-19T19:22:30Z") },
            { id: 253, customer_id: 26, issue_type: "account", resolution_status: "resolved", interaction_date: new Date("2022-07-28T15:58:08Z") },
            { id: 254, customer_id: 86, issue_type: "account", resolution_status: "resolved", interaction_date: new Date("2023-07-21T14:32:39Z") },
            { id: 255, customer_id: 186, issue_type: "technical", resolution_status: "resolved", interaction_date: new Date("2020-06-09T09:18:01Z") },
            { id: 256, customer_id: 173, issue_type: "account", resolution_status: "resolved", interaction_date: new Date("2023-04-06T10:11:24Z") },
            { id: 257, customer_id: 135, issue_type: "transaction", resolution_status: "resolved", interaction_date: new Date("2021-01-15T13:50:41Z") },
            { id: 258, customer_id: 166, issue_type: "account", resolution_status: "resolved", interaction_date: new Date("2020-07-18T17:56:35Z") },
            { id: 259, customer_id: 46, issue_type: "transaction", resolution_status: "resolved", interaction_date: new Date("2020-02-18T10:43:06Z") },
            { id: 260, customer_id: 139, issue_type: "account", resolution_status: "resolved", interaction_date: new Date("2021-02-27T01:16:46Z") },
            { id: 261, customer_id: 192, issue_type: "technical", resolution_status: "resolved", interaction_date: new Date("2020-03-06T11:56:29Z") },
            { id: 262, customer_id: 122, issue_type: "account", resolution_status: "resolved", interaction_date: new Date("2023-10-31T14:01:51Z") },
            { id: 263, customer_id: 157, issue_type: "account", resolution_status: "resolved", interaction_date: new Date("2022-09-08T10:17:41Z") },
            { id: 264, customer_id: 11, issue_type: "account", resolution_status: "resolved", interaction_date: new Date("2021-06-28T11:29:09Z") },
            { id: 265, customer_id: 161, issue_type: "account", resolution_status: "resolved", interaction_date: new Date("2023-05-28T15:24:23Z") },
            { id: 266, customer_id: 108, issue_type: "account", resolution_status: "pending", interaction_date: new Date("2020-07-14T13:51:23Z") },
            { id: 267, customer_id: 68, issue_type: "account", resolution_status: "resolved", interaction_date: new Date("2020-06-20T09:35:15Z") },
            { id: 268, customer_id: 164, issue_type: "account", resolution_status: "resolved", interaction_date: new Date("2022-07-12T16:03:11Z") },
            { id: 269, customer_id: 2, issue_type: "transaction", resolution_status: "resolved", interaction_date: new Date("2021-01-29T13:40:22Z") },
            { id: 270, customer_id: 101, issue_type: "technical", resolution_status: "resolved", interaction_date: new Date("2023-10-31T12:55:59Z") },
            { id: 271, customer_id: 117, issue_type: "account", resolution_status: "resolved", interaction_date: new Date("2022-08-14T12:14:11Z") },
            { id: 272, customer_id: 185, issue_type: "account", resolution_status: "resolved", interaction_date: new Date("2020-12-10T18:41:40Z") },
            { id: 273, customer_id: 164, issue_type: "account", resolution_status: "resolved", interaction_date: new Date("2020-06-17T14:48:09Z") },
            { id: 274, customer_id: 191, issue_type: "account", resolution_status: "pending", interaction_date: new Date("2022-07-11T08:13:42Z") },
            { id: 275, customer_id: 97, issue_type: "transaction", resolution_status: "resolved", interaction_date: new Date("2020-08-04T12:31:21Z") },
            { id: 276, customer_id: 145, issue_type: "account", resolution_status: "resolved", interaction_date: new Date("2023-01-24T16:45:20Z") },
            { id: 277, customer_id: 111, issue_type: "account", resolution_status: "resolved", interaction_date: new Date("2022-07-29T08:27:10Z") },
            { id: 278, customer_id: 5, issue_type: "account", resolution_status: "resolved", interaction_date: new Date("2021-04-14T08:19:40Z") },
            { id: 279, customer_id: 139, issue_type: "account", resolution_status: "resolved", interaction_date: new Date("2023-03-31T08:07:30Z") },
            { id: 280, customer_id: 193, issue_type: "account", resolution_status: "resolved", interaction_date: new Date("2023-11-17T18:57:33Z") },
            { id: 281, customer_id: 53, issue_type: "account", resolution_status: "resolved", interaction_date: new Date("2020-02-18T09:19:42Z") },
            { id: 282, customer_id: 134, issue_type: "transaction", resolution_status: "resolved", interaction_date: new Date("2022-06-27T11:51:31Z") },
            { id: 283, customer_id: 122, issue_type: "transaction", resolution_status: "resolved", interaction_date: new Date("2022-04-22T20:53:40Z") },
            { id: 284, customer_id: 127, issue_type: "transaction", resolution_status: "resolved", interaction_date: new Date("2020-08-10T14:48:41Z") },
            { id: 285, customer_id: 2, issue_type: "account", resolution_status: "resolved", interaction_date: new Date("2021-12-15T14:56:05Z") },
            { id: 286, customer_id: 15, issue_type: "technical", resolution_status: "resolved", interaction_date: new Date("2023-02-15T18:17:55Z") },
            { id: 287, customer_id: 122, issue_type: "transaction", resolution_status: "resolved", interaction_date: new Date("2023-09-12T11:39:52Z") },
            { id: 288, customer_id: 95, issue_type: "account", resolution_status: "resolved", interaction_date: new Date("2022-09-20T09:08:42Z") },
            { id: 289, customer_id: 19, issue_type: "transaction", resolution_status: "pending", interaction_date: new Date("2021-11-03T09:30:16Z") },
            { id: 290, customer_id: 49, issue_type: "account", resolution_status: "resolved", interaction_date: new Date("2023-02-11T10:43:09Z") },
            { id: 291, customer_id: 28, issue_type: "account", resolution_status: "resolved", interaction_date: new Date("2022-06-13T15:39:02Z") },
            { id: 292, customer_id: 51, issue_type: "account", resolution_status: "resolved", interaction_date: new Date("2021-09-14T06:59:00Z") },
            { id: 293, customer_id: 113, issue_type: "account", resolution_status: "resolved", interaction_date: new Date("2021-09-10T16:02:42Z") },
            { id: 294, customer_id: 85, issue_type: "account", resolution_status: "resolved", interaction_date: new Date("2023-09-15T16:59:40Z") },
            { id: 295, customer_id: 148, issue_type: "account", resolution_status: "resolved", interaction_date: new Date("2020-05-26T10:40:52Z") },
            { id: 296, customer_id: 115, issue_type: "transaction", resolution_status: "resolved", interaction_date: new Date("2022-11-09T11:20:03Z") },
            { id: 297, customer_id: 87, issue_type: "account", resolution_status: "resolved", interaction_date: new Date("2023-11-15T14:26:12Z") },
            { id: 298, customer_id: 105, issue_type: "account", resolution_status: "resolved", interaction_date: new Date("2022-03-06T11:26:17Z") },
            { id: 299, customer_id: 32, issue_type: "account", resolution_status: "resolved", interaction_date: new Date("2020-02-15T07:43:13Z") },
            { id: 300, customer_id: 22, issue_type: "account", resolution_status: "resolved", interaction_date: new Date("2021-01-18T15:22:16Z") },
            { id: 301, customer_id: 124, issue_type: "account", resolution_status: "resolved", interaction_date: new Date("2022-06-07T18:22:54Z") },
            { id: 302, customer_id: 29, issue_type: "account", resolution_status: "resolved", interaction_date: new Date("2021-03-10T15:00:05Z") },
            { id: 303, customer_id: 31, issue_type: "transaction", resolution_status: "resolved", interaction_date: new Date("2022-06-13T18:45:53Z") },
            { id: 304, customer_id: 142, issue_type: "transaction", resolution_status: "resolved", interaction_date: new Date("2023-03-17T09:15:15Z") },
            { id: 305, customer_id: 149, issue_type: "account", resolution_status: "resolved", interaction_date: new Date("2023-11-22T14:16:50Z") },
            { id: 306, customer_id: 41, issue_type: "account", resolution_status: "resolved", interaction_date: new Date("2023-09-11T08:52:07Z") },
            { id: 307, customer_id: 82, issue_type: "transaction", resolution_status: "resolved", interaction_date: new Date("2021-12-25T14:55:07Z") },
            { id: 308, customer_id: 21, issue_type: "account", resolution_status: "resolved", interaction_date: new Date("2022-06-11T09:48:05Z") },
            { id: 309, customer_id: 112, issue_type: "technical", resolution_status: "resolved", interaction_date: new Date("2020-08-30T13:31:10Z") },
            { id: 310, customer_id: 108, issue_type: "account", resolution_status: "resolved", interaction_date: new Date("2022-02-15T10:53:14Z") },
            { id: 311, customer_id: 93, issue_type: "transaction", resolution_status: "pending", interaction_date: new Date("2020-02-08T11:23:06Z") },
            { id: 312, customer_id: 112, issue_type: "transaction", resolution_status: "resolved", interaction_date: new Date("2020-11-30T09:04:05Z") },
            { id: 313, customer_id: 171, issue_type: "account", resolution_status: "resolved", interaction_date: new Date("2020-02-28T13:47:02Z") },
            { id: 314, customer_id: 109, issue_type: "account", resolution_status: "resolved", interaction_date: new Date("2023-03-28T09:09:01Z") },
            { id: 315, customer_id: 9, issue_type: "account", resolution_status: "resolved", interaction_date: new Date("2022-12-13T08:08:22Z") },
            { id: 316, customer_id: 200, issue_type: "account", resolution_status: "resolved", interaction_date: new Date("2020-05-01T16:38:26Z") },
            { id: 317, customer_id: 130, issue_type: "technical", resolution_status: "resolved", interaction_date: new Date("2021-03-28T15:47:53Z") },
            { id: 318, customer_id: 127, issue_type: "transaction", resolution_status: "pending", interaction_date: new Date("2023-11-01T09:46:31Z") },
            { id: 319, customer_id: 165, issue_type: "transaction", resolution_status: "resolved", interaction_date: new Date("2020-11-12T14:48:10Z") },
            { id: 320, customer_id: 14, issue_type: "technical", resolution_status: "resolved", interaction_date: new Date("2023-07-29T08:17:25Z") },
            { id: 321, customer_id: 162, issue_type: "account", resolution_status: "resolved", interaction_date: new Date("2023-09-06T06:43:17Z") },
            { id: 322, customer_id: 88, issue_type: "account", resolution_status: "resolved", interaction_date: new Date("2023-11-04T16:05:02Z") },
            { id: 323, customer_id: 70, issue_type: "account", resolution_status: "pending", interaction_date: new Date("2022-03-12T08:31:43Z") },
            { id: 324, customer_id: 4, issue_type: "technical", resolution_status: "resolved", interaction_date: new Date("2023-02-04T14:43:57Z") },
            { id: 325, customer_id: 69, issue_type: "account", resolution_status: "resolved", interaction_date: new Date("2021-05-20T12:31:00Z") },
            { id: 326, customer_id: 37, issue_type: "account", resolution_status: "resolved", interaction_date: new Date("2021-10-08T15:12:21Z") },
            { id: 327, customer_id: 128, issue_type: "account", resolution_status: "resolved", interaction_date: new Date("2022-08-21T15:17:56Z") },
            { id: 328, customer_id: 113, issue_type: "transaction", resolution_status: "resolved", interaction_date: new Date("2020-05-05T13:20:36Z") },
            { id: 329, customer_id: 31, issue_type: "account", resolution_status: "resolved", interaction_date: new Date("2020-03-21T15:36:08Z") },
            { id: 330, customer_id: 113, issue_type: "account", resolution_status: "resolved", interaction_date: new Date("2020-10-11T22:18:52Z") },
            { id: 331, customer_id: 191, issue_type: "transaction", resolution_status: "resolved", interaction_date: new Date("2023-01-26T10:59:12Z") },
            { id: 332, customer_id: 93, issue_type: "account", resolution_status: "resolved", interaction_date: new Date("2020-09-30T09:19:02Z") },
            { id: 333, customer_id: 155, issue_type: "account", resolution_status: "resolved", interaction_date: new Date("2020-10-04T13:27:04Z") },
            { id: 334, customer_id: 43, issue_type: "account", resolution_status: "resolved", interaction_date: new Date("2021-05-21T10:12:19Z") },
            { id: 335, customer_id: 30, issue_type: "account", resolution_status: "resolved", interaction_date: new Date("2021-11-23T10:41:30Z") },
            { id: 336, customer_id: 92, issue_type: "account", resolution_status: "resolved", interaction_date: new Date("2023-10-26T14:26:36Z") },
            { id: 337, customer_id: 129, issue_type: "technical", resolution_status: "resolved", interaction_date: new Date("2021-04-04T15:10:30Z") },
            { id: 338, customer_id: 96, issue_type: "transaction", resolution_status: "resolved", interaction_date: new Date("2022-04-22T12:04:48Z") },
            { id: 339, customer_id: 51, issue_type: "transaction", resolution_status: "resolved", interaction_date: new Date("2020-09-02T14:48:41Z") },
            { id: 340, customer_id: 31, issue_type: "account", resolution_status: "resolved", interaction_date: new Date("2020-08-28T07:15:36Z") },
            { id: 341, customer_id: 9, issue_type: "account", resolution_status: "resolved", interaction_date: new Date("2023-12-02T17:24:05Z") },
            { id: 342, customer_id: 112, issue_type: "account", resolution_status: "resolved", interaction_date: new Date("2022-07-13T10:17:46Z") },
            { id: 343, customer_id: 142, issue_type: "technical", resolution_status: "resolved", interaction_date: new Date("2020-07-19T17:03:12Z") },
            { id: 344, customer_id: 179, issue_type: "account", resolution_status: "resolved", interaction_date: new Date("2023-09-21T12:17:31Z") },
            { id: 345, customer_id: 182, issue_type: "account", resolution_status: "resolved", interaction_date: new Date("2020-04-07T15:29:21Z") },
            { id: 346, customer_id: 196, issue_type: "account", resolution_status: "resolved", interaction_date: new Date("2021-12-10T10:17:04Z") },
            { id: 347, customer_id: 135, issue_type: "transaction", resolution_status: "resolved", interaction_date: new Date("2023-03-15T14:51:03Z") },
            { id: 348, customer_id: 158, issue_type: "technical", resolution_status: "resolved", interaction_date: new Date("2023-02-17T16:40:14Z") },
            { id: 349, customer_id: 157, issue_type: "account", resolution_status: "pending", interaction_date: new Date("2020-10-02T13:44:33Z") },
            { id: 350, customer_id: 196, issue_type: "account", resolution_status: "resolved", interaction_date: new Date("2020-12-07T13:50:28Z") },
            { id: 351, customer_id: 175, issue_type: "technical", resolution_status: "resolved", interaction_date: new Date("2020-04-09T11:12:25Z") },
            { id: 352, customer_id: 135, issue_type: "account", resolution_status: "resolved", interaction_date: new Date("2021-11-02T09:04:25Z") },
            { id: 353, customer_id: 166, issue_type: "account", resolution_status: "resolved", interaction_date: new Date("2022-09-30T18:19:08Z") },
            { id: 354, customer_id: 56, issue_type: "account", resolution_status: "resolved", interaction_date: new Date("2021-09-28T17:02:13Z") },
            { id: 355, customer_id: 190, issue_type: "account", resolution_status: "resolved", interaction_date: new Date("2022-10-11T18:07:53Z") },
            { id: 356, customer_id: 74, issue_type: "account", resolution_status: "resolved", interaction_date: new Date("2023-02-18T16:48:17Z") },
            { id: 357, customer_id: 66, issue_type: "account", resolution_status: "resolved", interaction_date: new Date("2023-07-01T15:03:37Z") },
            { id: 358, customer_id: 79, issue_type: "account", resolution_status: "resolved", interaction_date: new Date("2021-05-26T17:33:32Z") },
            { id: 359, customer_id: 11, issue_type: "account", resolution_status: "resolved", interaction_date: new Date("2020-06-24T10:48:26Z") },
            { id: 360, customer_id: 34, issue_type: "account", resolution_status: "resolved", interaction_date: new Date("2021-11-08T16:23:04Z") },
            { id: 361, customer_id: 58, issue_type: "account", resolution_status: "resolved", interaction_date: new Date("2020-09-24T16:18:36Z") },
            { id: 362, customer_id: 187, issue_type: "account", resolution_status: "resolved", interaction_date: new Date("2020-08-16T14:07:35Z") },
            { id: 363, customer_id: 149, issue_type: "account", resolution_status: "resolved", interaction_date: new Date("2021-12-18T12:07:38Z") },
            { id: 364, customer_id: 39, issue_type: "account", resolution_status: "resolved", interaction_date: new Date("2021-02-24T12:11:18Z") },
            { id: 365, customer_id: 41, issue_type: "account", resolution_status: "resolved", interaction_date: new Date("2023-10-26T09:20:36Z") },
            { id: 366, customer_id: 40, issue_type: "account", resolution_status: "resolved", interaction_date: new Date("2023-06-14T13:24:09Z") },
            { id: 367, customer_id: 72, issue_type: "transaction", resolution_status: "resolved", interaction_date: new Date("2022-01-21T09:53:14Z") },
            { id: 368, customer_id: 80, issue_type: "transaction", resolution_status: "resolved", interaction_date: new Date("2020-12-02T14:38:03Z") },
            { id: 369, customer_id: 99, issue_type: "account", resolution_status: "resolved", interaction_date: new Date("2023-03-03T09:17:40Z") },
            { id: 370, customer_id: 61, issue_type: "account", resolution_status: "resolved", interaction_date: new Date("2021-03-23T11:23:34Z") },
            { id: 371, customer_id: 7, issue_type: "account", resolution_status: "pending", interaction_date: new Date("2023-12-27T14:27:31Z") },
            { id: 372, customer_id: 145, issue_type: "account", resolution_status: "resolved", interaction_date: new Date("2022-08-22T14:32:32Z") },
            { id: 373, customer_id: 21, issue_type: "transaction", resolution_status: "resolved", interaction_date: new Date("2020-06-19T10:28:19Z") },
            { id: 374, customer_id: 163, issue_type: "transaction", resolution_status: "pending", interaction_date: new Date("2023-12-05T15:59:17Z") },
            { id: 375, customer_id: 41, issue_type: "account", resolution_status: "resolved", interaction_date: new Date("2020-01-24T11:32:24Z") },
            { id: 376, customer_id: 40, issue_type: "account", resolution_status: "resolved", interaction_date: new Date("2020-06-12T14:22:33Z") },
            { id: 377, customer_id: 112, issue_type: "technical", resolution_status: "resolved", interaction_date: new Date("2022-12-31T16:08:42Z") },
            { id: 378, customer_id: 191, issue_type: "transaction", resolution_status: "resolved", interaction_date: new Date("2020-05-05T12:10:48Z") },
            { id: 379, customer_id: 133, issue_type: "transaction", resolution_status: "resolved", interaction_date: new Date("2020-03-11T11:23:24Z") },
            { id: 380, customer_id: 118, issue_type: "technical", resolution_status: "resolved", interaction_date: new Date("2022-10-22T09:04:12Z") },
            { id: 381, customer_id: 118, issue_type: "transaction", resolution_status: "resolved", interaction_date: new Date("2022-12-20T14:41:56Z") },
            { id: 382, customer_id: 101, issue_type: "transaction", resolution_status: "resolved", interaction_date: new Date("2020-03-17T14:42:41Z") },
            { id: 383, customer_id: 107, issue_type: "transaction", resolution_status: "resolved", interaction_date: new Date("2023-02-28T10:50:15Z") },
            { id: 384, customer_id: 112, issue_type: "account", resolution_status: "resolved", interaction_date: new Date("2020-07-08T11:33:11Z") },
            { id: 385, customer_id: 102, issue_type: "account", resolution_status: "resolved", interaction_date: new Date("2022-12-30T17:52:01Z") },
            { id: 386, customer_id: 54, issue_type: "account", resolution_status: "resolved", interaction_date: new Date("2021-07-19T14:38:55Z") },
            { id: 387, customer_id: 126, issue_type: "account", resolution_status: "resolved", interaction_date: new Date("2020-04-03T18:10:48Z") },
            { id: 388, customer_id: 137, issue_type: "technical", resolution_status: "resolved", interaction_date: new Date("2020-11-13T14:03:50Z") },
            { id: 389, customer_id: 71, issue_type: "transaction", resolution_status: "pending", interaction_date: new Date("2021-01-25T14:38:48Z") },
            { id: 390, customer_id: 111, issue_type: "account", resolution_status: "resolved", interaction_date: new Date("2020-12-03T09:34:55Z") },
            { id: 391, customer_id: 88, issue_type: "account", resolution_status: "resolved", interaction_date: new Date("2022-10-18T18:00:26Z") },
            { id: 392, customer_id: 132, issue_type: "account", resolution_status: "resolved", interaction_date: new Date("2020-11-25T14:16:41Z") },
            { id: 393, customer_id: 3, issue_type: "account", resolution_status: "resolved", interaction_date: new Date("2022-10-19T15:06:32Z") },
            { id: 394, customer_id: 125, issue_type: "account", resolution_status: "resolved", interaction_date: new Date("2021-09-06T09:01:44Z") },
            { id: 395, customer_id: 4, issue_type: "account", resolution_status: "resolved", interaction_date: new Date("2022-04-17T11:25:58Z") },
            { id: 396, customer_id: 176, issue_type: "account", resolution_status: "resolved", interaction_date: new Date("2020-09-24T11:44:40Z") },
            { id: 397, customer_id: 124, issue_type: "account", resolution_status: "resolved", interaction_date: new Date("2023-04-18T16:51:09Z") },
            { id: 398, customer_id: 33, issue_type: "account", resolution_status: "resolved", interaction_date: new Date("2022-06-09T11:00:17Z") },
            { id: 399, customer_id: 77, issue_type: "account", resolution_status: "resolved", interaction_date: new Date("2020-11-06T10:48:32Z") },
            { id: 400, customer_id: 157, issue_type: "account", resolution_status: "resolved", interaction_date: new Date("2023-04-02T14:47:42Z") },
        ],
    });
    await prisma.investments.createMany({
        data: [
            { id: 1, customer_id: 181, amount: "113.13", investment_type: "bonds", investment_date: new Date("2022-07-18T20:23:08Z") },
            { id: 2, customer_id: 33, amount: "100.72", investment_type: "stocks", investment_date: new Date("2023-04-02T11:09:55Z") },
            { id: 3, customer_id: 41, amount: "1820.10", investment_type: "stocks", investment_date: new Date("2020-04-28T11:43:23Z") },
            { id: 4, customer_id: 130, amount: "3725.31", investment_type: "bonds", investment_date: new Date("2023-07-03T14:01:35Z") },
            { id: 5, customer_id: 71, amount: "25331.82", investment_type: "stocks", investment_date: new Date("2020-03-15T10:01:18Z") },
            { id: 6, customer_id: 143, amount: "1405.58", investment_type: "stocks", investment_date: new Date("2023-02-12T15:33:45Z") },
            { id: 7, customer_id: 37, amount: "2812.00", investment_type: "stocks", investment_date: new Date("2021-07-10T14:38:11Z") },
            { id: 8, customer_id: 25, amount: "385.36", investment_type: "bonds", investment_date: new Date("2023-01-20T11:56:49Z") },
            { id: 9, customer_id: 28, amount: "24599.63", investment_type: "stocks", investment_date: new Date("2022-12-14T06:49:09Z") },
            { id: 10, customer_id: 9, amount: "39941.51", investment_type: "bonds", investment_date: new Date("2020-09-13T18:12:59Z") },
            { id: 11, customer_id: 125, amount: "2092.45", investment_type: "stocks", investment_date: new Date("2021-04-21T06:26:09Z") },
            { id: 12, customer_id: 82, amount: "29335.56", investment_type: "stocks", investment_date: new Date("2021-10-14T10:36:07Z") },
            { id: 13, customer_id: 107, amount: "203.81", investment_type: "bonds", investment_date: new Date("2023-10-17T09:56:04Z") },
            { id: 14, customer_id: 40, amount: "120.20", investment_type: "stocks", investment_date: new Date("2021-04-10T09:21:07Z") },
            { id: 15, customer_id: 6, amount: "37561.10", investment_type: "stocks", investment_date: new Date("2022-12-17T17:04:23Z") },
            { id: 16, customer_id: 121, amount: "46763.01", investment_type: "stocks", investment_date: new Date("2022-12-10T12:49:49Z") },
            { id: 17, customer_id: 69, amount: "11496.29", investment_type: "stocks", investment_date: new Date("2020-02-29T11:07:48Z") },
            { id: 18, customer_id: 15, amount: "10629.76", investment_type: "stocks", investment_date: new Date("2020-01-06T09:38:36Z") },
            { id: 19, customer_id: 94, amount: null, investment_type: "stocks", investment_date: new Date("2022-03-03T03:54:32Z") },
            { id: 20, customer_id: 184, amount: "978.62", investment_type: "stocks", investment_date: new Date("2023-09-10T14:03:09Z") },
            { id: 21, customer_id: 184, amount: "5856.27", investment_type: "mutual_funds", investment_date: new Date("2020-03-29T12:45:32Z") },
            { id: 22, customer_id: 80, amount: "877.23", investment_type: "bonds", investment_date: new Date("2020-04-13T09:25:00Z") },
            { id: 23, customer_id: 25, amount: "16047.82", investment_type: "stocks", investment_date: new Date("2020-09-09T15:06:38Z") },
            { id: 24, customer_id: 102, amount: "27025.07", investment_type: "stocks", investment_date: new Date("2020-07-21T10:29:59Z") },
            { id: 25, customer_id: 152, amount: "2764.53", investment_type: "stocks", investment_date: new Date("2021-12-05T21:14:42Z") },
            { id: 26, customer_id: 118, amount: "43459.87", investment_type: "bonds", investment_date: new Date("2020-02-15T16:01:48Z") },
            { id: 27, customer_id: 8, amount: "3915.73", investment_type: "mutual_funds", investment_date: new Date("2022-05-18T14:27:44Z") },
            { id: 28, customer_id: 105, amount: "326.71", investment_type: "stocks", investment_date: new Date("2022-07-17T14:36:35Z") },
            { id: 29, customer_id: 139, amount: "46705.82", investment_type: "bonds", investment_date: new Date("2023-11-11T10:40:31Z") },
            { id: 30, customer_id: 125, amount: "34992.02", investment_type: "mutual_funds", investment_date: new Date("2020-09-08T16:49:08Z") },
            { id: 31, customer_id: 81, amount: "686.19", investment_type: "bonds", investment_date: new Date("2023-08-09T09:38:29Z") },
            { id: 32, customer_id: 111, amount: "8849.45", investment_type: "stocks", investment_date: new Date("2021-03-20T10:33:15Z") },
            { id: 33, customer_id: 108, amount: "2348.37", investment_type: "stocks", investment_date: new Date("2022-08-13T10:01:43Z") },
            { id: 34, customer_id: 42, amount: null, investment_type: "stocks", investment_date: new Date("2021-03-03T13:24:51Z") },
            { id: 35, customer_id: 31, amount: "10775.35", investment_type: "bonds", investment_date: new Date("2021-08-23T08:13:28Z") },
            { id: 36, customer_id: 108, amount: "1716.44", investment_type: "stocks", investment_date: new Date("2023-06-24T12:35:57Z") },
            { id: 37, customer_id: 96, amount: "29653.81", investment_type: "bonds", investment_date: new Date("2023-03-22T09:31:37Z") },
            { id: 38, customer_id: 111, amount: "7628.81", investment_type: "mutual_funds", investment_date: new Date("2023-11-20T06:01:38Z") },
            { id: 39, customer_id: 37, amount: "7486.41", investment_type: "stocks", investment_date: new Date("2021-02-01T15:08:32Z") },
            { id: 40, customer_id: 103, amount: "1168.28", investment_type: "stocks", investment_date: new Date("2023-09-04T08:37:17Z") },
            { id: 41, customer_id: 31, amount: "782.25", investment_type: "bonds", investment_date: new Date("2020-02-07T14:28:08Z") },
            { id: 42, customer_id: 27, amount: "3842.38", investment_type: "stocks", investment_date: new Date("2022-05-30T15:59:09Z") },
            { id: 43, customer_id: 28, amount: "1183.60", investment_type: "bonds", investment_date: new Date("2021-07-22T15:57:59Z") },
            { id: 44, customer_id: 98, amount: "113.07", investment_type: "stocks", investment_date: new Date("2020-12-27T18:23:26Z") },
            { id: 45, customer_id: 22, amount: "1016.36", investment_type: "bonds", investment_date: new Date("2021-10-31T18:47:23Z") },
            { id: 46, customer_id: 56, amount: "1532.48", investment_type: "bonds", investment_date: new Date("2023-08-03T07:21:42Z") },
            { id: 47, customer_id: 135, amount: "9677.21", investment_type: "mutual_funds", investment_date: new Date("2023-08-03T14:26:53Z") },
            { id: 48, customer_id: 151, amount: "10624.00", investment_type: "stocks", investment_date: new Date("2022-10-26T10:26:07Z") },
            { id: 49, customer_id: 80, amount: "8686.53", investment_type: "stocks", investment_date: new Date("2020-03-09T09:30:31Z") },
            { id: 50, customer_id: 5, amount: "26303.54", investment_type: "stocks", investment_date: new Date("2021-07-18T15:13:17Z") },
            { id: 51, customer_id: 127, amount: "48658.53", investment_type: "mutual_funds", investment_date: new Date("2020-11-27T16:16:44Z") },
            { id: 52, customer_id: 62, amount: "105.52", investment_type: "stocks", investment_date: new Date("2022-09-23T10:39:21Z") },
            { id: 53, customer_id: 4, amount: "15737.22", investment_type: "mutual_funds", investment_date: new Date("2022-02-10T09:08:41Z") },
            { id: 54, customer_id: 157, amount: "38403.16", investment_type: "mutual_funds", investment_date: new Date("2021-07-24T15:33:18Z") },
            { id: 55, customer_id: 135, amount: "39984.83", investment_type: "stocks", investment_date: new Date("2020-01-19T12:11:46Z") },
            { id: 56, customer_id: 135, amount: "190.78", investment_type: "stocks", investment_date: new Date("2021-03-24T16:49:25Z") },
            { id: 57, customer_id: 78, amount: "299.53", investment_type: "mutual_funds", investment_date: new Date("2021-12-31T09:54:46Z") },
            { id: 58, customer_id: 174, amount: "19681.06", investment_type: "stocks", investment_date: new Date("2023-10-18T10:45:53Z") },
            { id: 59, customer_id: 105, amount: null, investment_type: "bonds", investment_date: new Date("2021-07-18T08:29:54Z") },
            { id: 60, customer_id: 175, amount: null, investment_type: "stocks", investment_date: new Date("2023-01-02T10:13:17Z") },
            { id: 61, customer_id: 121, amount: "45367.38", investment_type: "stocks", investment_date: new Date("2022-12-11T08:08:54Z") },
            { id: 62, customer_id: 7, amount: "14742.30", investment_type: "stocks", investment_date: new Date("2020-05-25T09:26:06Z") },
            { id: 63, customer_id: 198, amount: "7860.21", investment_type: "stocks", investment_date: new Date("2021-07-27T12:37:55Z") },
            { id: 64, customer_id: 59, amount: "3215.69", investment_type: "stocks", investment_date: new Date("2020-08-07T17:42:28Z") },
            { id: 65, customer_id: 190, amount: "4922.75", investment_type: "stocks", investment_date: new Date("2023-08-02T10:10:46Z") },
            { id: 66, customer_id: 11, amount: "30200.42", investment_type: "stocks", investment_date: new Date("2022-01-22T13:49:03Z") },
            { id: 67, customer_id: 144, amount: null, investment_type: "stocks", investment_date: new Date("2021-10-15T02:32:59Z") },
            { id: 68, customer_id: 99, amount: "249.81", investment_type: "bonds", investment_date: new Date("2022-09-27T08:08:35Z") },
            { id: 69, customer_id: 2, amount: "100.17", investment_type: "stocks", investment_date: new Date("2020-03-23T17:19:49Z") },
            { id: 70, customer_id: 69, amount: "18113.63", investment_type: "bonds", investment_date: new Date("2023-03-28T13:31:27Z") },
            { id: 71, customer_id: 34, amount: "29135.60", investment_type: "bonds", investment_date: new Date("2020-04-23T16:30:19Z") },
            { id: 72, customer_id: 63, amount: null, investment_type: "stocks", investment_date: new Date("2021-05-24T20:46:45Z") },
            { id: 73, customer_id: 67, amount: "31765.70", investment_type: "stocks", investment_date: new Date("2021-05-15T11:18:02Z") },
            { id: 74, customer_id: 137, amount: "101.86", investment_type: "stocks", investment_date: new Date("2021-01-23T13:44:37Z") },
            { id: 75, customer_id: 118, amount: "15244.98", investment_type: "stocks", investment_date: new Date("2022-08-09T14:36:59Z") },
            { id: 76, customer_id: 167, amount: "1685.13", investment_type: "stocks", investment_date: new Date("2021-03-11T16:51:01Z") },
            { id: 77, customer_id: 8, amount: "100.24", investment_type: "mutual_funds", investment_date: new Date("2021-10-18T05:24:37Z") },
            { id: 78, customer_id: 52, amount: "3997.41", investment_type: "bonds", investment_date: new Date("2022-11-02T15:32:16Z") },
            { id: 79, customer_id: 37, amount: "19242.86", investment_type: "stocks", investment_date: new Date("2020-03-30T15:41:59Z") },
            { id: 80, customer_id: 169, amount: "26525.45", investment_type: "stocks", investment_date: new Date("2020-09-24T08:35:25Z") },
            { id: 81, customer_id: 30, amount: "5640.09", investment_type: "bonds", investment_date: new Date("2020-02-24T17:52:42Z") },
            { id: 82, customer_id: 53, amount: "1339.53", investment_type: "mutual_funds", investment_date: new Date("2023-07-29T18:58:56Z") },
            { id: 83, customer_id: 8, amount: "6667.89", investment_type: "stocks", investment_date: new Date("2020-10-19T10:38:45Z") },
            { id: 84, customer_id: 108, amount: "7862.57", investment_type: "mutual_funds", investment_date: new Date("2020-04-10T14:47:58Z") },
            { id: 85, customer_id: 5, amount: "32409.14", investment_type: "bonds", investment_date: new Date("2023-07-19T16:52:23Z") },
            { id: 86, customer_id: 95, amount: "4495.33", investment_type: "stocks", investment_date: new Date("2021-09-09T07:04:21Z") },
            { id: 87, customer_id: 44, amount: "1380.76", investment_type: "bonds", investment_date: new Date("2023-05-13T19:07:33Z") },
            { id: 88, customer_id: 105, amount: "8007.16", investment_type: "bonds", investment_date: new Date("2021-12-10T17:09:21Z") },
            { id: 89, customer_id: 153, amount: null, investment_type: "bonds", investment_date: new Date("2020-08-13T21:11:46Z") },
            { id: 90, customer_id: 77, amount: "32026.53", investment_type: "stocks", investment_date: new Date("2022-04-26T16:26:10Z") },
            { id: 91, customer_id: 193, amount: "9788.61", investment_type: "stocks", investment_date: new Date("2021-03-12T17:30:24Z") },
            { id: 92, customer_id: 113, amount: "11954.22", investment_type: "bonds", investment_date: new Date("2022-10-21T11:41:36Z") },
            { id: 93, customer_id: 32, amount: "327.94", investment_type: "stocks", investment_date: new Date("2022-11-26T11:29:48Z") },
            { id: 94, customer_id: 172, amount: "39585.42", investment_type: "bonds", investment_date: new Date("2022-02-05T18:46:57Z") },
            { id: 95, customer_id: 147, amount: "127.48", investment_type: "stocks", investment_date: new Date("2020-08-02T10:02:16Z") },
            { id: 96, customer_id: 83, amount: "9733.77", investment_type: "bonds", investment_date: new Date("2022-01-21T10:28:21Z") },
            { id: 97, customer_id: 160, amount: "28540.11", investment_type: "stocks", investment_date: new Date("2020-04-13T07:12:12Z") },
            { id: 98, customer_id: 188, amount: "265.36", investment_type: "stocks", investment_date: new Date("2021-08-27T12:54:59Z") },
            { id: 99, customer_id: 4, amount: "34104.44", investment_type: "bonds", investment_date: new Date("2020-04-25T10:24:07Z") },
            { id: 100, customer_id: 197, amount: "9030.05", investment_type: "stocks", investment_date: new Date("2020-07-07T09:08:33Z") },
            { id: 101, customer_id: 82, amount: "10791.75", investment_type: "bonds", investment_date: new Date("2020-11-18T14:27:40Z") },
            { id: 102, customer_id: 17, amount: "123.97", investment_type: "stocks", investment_date: new Date("2021-08-16T11:08:00Z") },
            { id: 103, customer_id: 175, amount: "45987.49", investment_type: "stocks", investment_date: new Date("2022-01-20T11:20:05Z") },
            { id: 104, customer_id: 187, amount: "25071.95", investment_type: "stocks", investment_date: new Date("2023-03-21T05:59:32Z") },
            { id: 105, customer_id: 93, amount: "12794.82", investment_type: "stocks", investment_date: new Date("2020-01-23T14:06:14Z") },
            { id: 106, customer_id: 131, amount: null, investment_type: "mutual_funds", investment_date: new Date("2022-06-08T15:29:05Z") },
            { id: 107, customer_id: 179, amount: "343.20", investment_type: "bonds", investment_date: new Date("2021-08-25T15:36:21Z") },
            { id: 108, customer_id: 50, amount: "1860.75", investment_type: "stocks", investment_date: new Date("2021-08-10T10:02:47Z") },
            { id: 109, customer_id: 122, amount: "108.63", investment_type: "mutual_funds", investment_date: new Date("2020-02-08T17:13:23Z") },
            { id: 110, customer_id: 57, amount: "15941.05", investment_type: "stocks", investment_date: new Date("2023-07-22T09:31:06Z") },
            { id: 111, customer_id: 18, amount: "6330.82", investment_type: "stocks", investment_date: new Date("2023-08-11T14:41:56Z") },
            { id: 112, customer_id: 67, amount: "1109.79", investment_type: "stocks", investment_date: new Date("2021-01-27T12:07:07Z") },
            { id: 113, customer_id: 188, amount: "260.64", investment_type: "bonds", investment_date: new Date("2023-05-27T11:11:35Z") },
            { id: 114, customer_id: 105, amount: null, investment_type: "mutual_funds", investment_date: new Date("2023-04-09T09:00:57Z") },
            { id: 115, customer_id: 18, amount: "100.00", investment_type: "stocks", investment_date: new Date("2020-06-03T11:34:52Z") },
            { id: 116, customer_id: 102, amount: "310.41", investment_type: "mutual_funds", investment_date: new Date("2020-03-12T15:13:37Z") },
            { id: 117, customer_id: 71, amount: "25699.18", investment_type: "bonds", investment_date: new Date("2020-06-13T09:30:24Z") },
            { id: 118, customer_id: 6, amount: "2333.12", investment_type: "stocks", investment_date: new Date("2022-06-28T11:16:25Z") },
            { id: 119, customer_id: 111, amount: "11297.96", investment_type: "bonds", investment_date: new Date("2023-07-07T09:32:07Z") },
            { id: 120, customer_id: 32, amount: "3572.34", investment_type: "stocks", investment_date: new Date("2021-12-03T12:39:51Z") },
            { id: 121, customer_id: 110, amount: "29191.65", investment_type: "stocks", investment_date: new Date("2023-01-14T11:44:28Z") },
            { id: 122, customer_id: 46, amount: "114.04", investment_type: "stocks", investment_date: new Date("2021-12-02T13:36:15Z") },
            { id: 123, customer_id: 94, amount: "2061.82", investment_type: "mutual_funds", investment_date: new Date("2020-02-26T17:35:22Z") },
            { id: 124, customer_id: 134, amount: "20850.76", investment_type: "stocks", investment_date: new Date("2023-04-17T15:07:41Z") },
            { id: 125, customer_id: 161, amount: null, investment_type: "stocks", investment_date: new Date("2022-01-29T10:48:57Z") },
            { id: 126, customer_id: 123, amount: "40451.75", investment_type: "stocks", investment_date: new Date("2021-05-11T15:05:46Z") },
            { id: 127, customer_id: 46, amount: "323.62", investment_type: "stocks", investment_date: new Date("2021-01-15T13:50:19Z") },
            { id: 128, customer_id: 37, amount: null, investment_type: "stocks", investment_date: new Date("2020-01-01T15:25:15Z") },
            { id: 129, customer_id: 194, amount: null, investment_type: "bonds", investment_date: new Date("2020-02-27T14:49:07Z") },
            { id: 130, customer_id: 1, amount: "11389.02", investment_type: "stocks", investment_date: new Date("2021-06-15T17:37:52Z") },
            { id: 131, customer_id: 41, amount: "26286.94", investment_type: "stocks", investment_date: new Date("2023-08-01T15:15:41Z") },
            { id: 132, customer_id: 23, amount: "21753.71", investment_type: "stocks", investment_date: new Date("2020-07-22T10:20:14Z") },
            { id: 133, customer_id: 52, amount: "35892.94", investment_type: "stocks", investment_date: new Date("2023-08-20T09:51:57Z") },
            { id: 134, customer_id: 39, amount: "8078.62", investment_type: "stocks", investment_date: new Date("2020-11-25T06:02:10Z") },
            { id: 135, customer_id: 159, amount: "39192.91", investment_type: "stocks", investment_date: new Date("2020-08-29T13:37:54Z") },
            { id: 136, customer_id: 93, amount: "22985.68", investment_type: "mutual_funds", investment_date: new Date("2021-08-27T07:01:29Z") },
            { id: 137, customer_id: 35, amount: "30604.24", investment_type: "stocks", investment_date: new Date("2023-09-02T13:17:39Z") },
            { id: 138, customer_id: 177, amount: "100.35", investment_type: "stocks", investment_date: new Date("2020-07-19T15:57:35Z") },
            { id: 139, customer_id: 3, amount: "1993.10", investment_type: "bonds", investment_date: new Date("2022-07-10T12:43:05Z") },
            { id: 140, customer_id: 100, amount: "1987.93", investment_type: "stocks", investment_date: new Date("2022-05-21T11:02:21Z") },
            { id: 141, customer_id: 61, amount: "17417.02", investment_type: "stocks", investment_date: new Date("2022-07-29T15:29:46Z") },
            { id: 142, customer_id: 60, amount: "1065.61", investment_type: "bonds", investment_date: new Date("2022-08-27T10:42:10Z") },
            { id: 143, customer_id: 167, amount: null, investment_type: "stocks", investment_date: new Date("2020-07-13T11:43:38Z") },
            { id: 144, customer_id: 148, amount: "1732.85", investment_type: "mutual_funds", investment_date: new Date("2020-05-01T16:52:04Z") },
            { id: 145, customer_id: 56, amount: "218.88", investment_type: "bonds", investment_date: new Date("2020-09-03T17:36:46Z") },
            { id: 146, customer_id: 79, amount: "2407.67", investment_type: "stocks", investment_date: new Date("2023-06-20T10:13:51Z") },
            { id: 147, customer_id: 177, amount: "34731.75", investment_type: "bonds", investment_date: new Date("2022-05-07T14:33:59Z") },
            { id: 148, customer_id: 127, amount: "17453.28", investment_type: "mutual_funds", investment_date: new Date("2022-12-18T15:21:02Z") },
            { id: 149, customer_id: 75, amount: "3618.61", investment_type: "stocks", investment_date: new Date("2021-08-01T21:08:47Z") },
            { id: 150, customer_id: 37, amount: null, investment_type: "stocks", investment_date: new Date("2020-11-28T14:15:58Z") },
            { id: 151, customer_id: 105, amount: "16182.12", investment_type: "mutual_funds", investment_date: new Date("2020-09-30T14:26:02Z") },
            { id: 152, customer_id: 102, amount: "12635.95", investment_type: "bonds", investment_date: new Date("2020-08-02T10:45:02Z") },
            { id: 153, customer_id: 172, amount: "773.19", investment_type: "stocks", investment_date: new Date("2022-12-05T14:32:37Z") },
            { id: 154, customer_id: 49, amount: "142.85", investment_type: "stocks", investment_date: new Date("2021-08-25T13:13:16Z") },
            { id: 155, customer_id: 36, amount: "26518.13", investment_type: "bonds", investment_date: new Date("2022-06-05T15:29:03Z") },
            { id: 156, customer_id: 112, amount: "3183.09", investment_type: "stocks", investment_date: new Date("2020-10-06T17:48:07Z") },
            { id: 157, customer_id: 58, amount: "17245.31", investment_type: "mutual_funds", investment_date: new Date("2021-02-14T15:26:16Z") },
            { id: 158, customer_id: 178, amount: "4577.60", investment_type: "stocks", investment_date: new Date("2021-01-02T11:18:53Z") },
            { id: 159, customer_id: 11, amount: "8343.03", investment_type: "stocks", investment_date: new Date("2021-07-09T09:15:24Z") },
            { id: 160, customer_id: 186, amount: "48020.21", investment_type: "stocks", investment_date: new Date("2023-05-24T16:24:33Z") },
            { id: 161, customer_id: 8, amount: "17556.07", investment_type: "stocks", investment_date: new Date("2021-10-16T16:46:04Z") },
            { id: 162, customer_id: 168, amount: "170.97", investment_type: "bonds", investment_date: new Date("2021-03-28T08:12:51Z") },
            { id: 163, customer_id: 103, amount: "4855.55", investment_type: "stocks", investment_date: new Date("2022-11-09T11:17:39Z") },
            { id: 164, customer_id: 59, amount: "20295.98", investment_type: "stocks", investment_date: new Date("2021-08-10T13:07:45Z") },
            { id: 165, customer_id: 98, amount: "2639.95", investment_type: "stocks", investment_date: new Date("2020-12-27T11:55:36Z") },
            { id: 166, customer_id: 16, amount: "6198.35", investment_type: "stocks", investment_date: new Date("2023-02-09T12:21:27Z") },
            { id: 167, customer_id: 44, amount: "142.61", investment_type: "stocks", investment_date: new Date("2023-01-29T09:07:01Z") },
            { id: 168, customer_id: 112, amount: "667.19", investment_type: "mutual_funds", investment_date: new Date("2020-10-03T08:20:24Z") },
            { id: 169, customer_id: 70, amount: "28450.21", investment_type: "stocks", investment_date: new Date("2020-05-17T13:12:15Z") },
            { id: 170, customer_id: 47, amount: "175.98", investment_type: "stocks", investment_date: new Date("2022-06-11T10:31:53Z") },
            { id: 171, customer_id: 32, amount: "5569.77", investment_type: "stocks", investment_date: new Date("2023-05-30T14:12:54Z") },
            { id: 172, customer_id: 109, amount: "5771.82", investment_type: "mutual_funds", investment_date: new Date("2022-12-17T12:42:13Z") },
            { id: 173, customer_id: 195, amount: "21528.28", investment_type: "stocks", investment_date: new Date("2022-09-13T09:06:12Z") },
            { id: 174, customer_id: 74, amount: "270.24", investment_type: "bonds", investment_date: new Date("2023-07-04T11:49:39Z") },
            { id: 175, customer_id: 127, amount: "1259.54", investment_type: "bonds", investment_date: new Date("2023-04-22T13:27:33Z") },
            { id: 176, customer_id: 185, amount: "101.92", investment_type: "bonds", investment_date: new Date("2020-02-06T14:09:31Z") },
            { id: 177, customer_id: 66, amount: "35178.66", investment_type: "stocks", investment_date: new Date("2020-07-25T09:05:30Z") },
            { id: 178, customer_id: 78, amount: "16268.56", investment_type: "stocks", investment_date: new Date("2023-09-26T09:53:53Z") },
            { id: 179, customer_id: 179, amount: "1136.18", investment_type: "bonds", investment_date: new Date("2021-09-25T18:35:59Z") },
            { id: 180, customer_id: 200, amount: "4612.50", investment_type: "bonds", investment_date: new Date("2021-03-15T14:35:18Z") },
            { id: 181, customer_id: 194, amount: "802.27", investment_type: "stocks", investment_date: new Date("2023-09-07T11:40:18Z") },
            { id: 182, customer_id: 57, amount: "100.57", investment_type: "stocks", investment_date: new Date("2021-06-08T14:58:28Z") },
            { id: 183, customer_id: 198, amount: "7353.02", investment_type: "stocks", investment_date: new Date("2022-04-09T09:05:07Z") },
            { id: 184, customer_id: 43, amount: "317.06", investment_type: "stocks", investment_date: new Date("2022-02-24T14:56:13Z") },
            { id: 185, customer_id: 156, amount: "4296.66", investment_type: "bonds", investment_date: new Date("2020-12-22T16:39:35Z") },
            { id: 186, customer_id: 189, amount: "8687.48", investment_type: "stocks", investment_date: new Date("2023-11-09T10:03:58Z") },
            { id: 187, customer_id: 30, amount: "24747.03", investment_type: "stocks", investment_date: new Date("2021-11-17T11:16:15Z") },
            { id: 188, customer_id: 156, amount: null, investment_type: "stocks", investment_date: new Date("2023-10-29T14:07:30Z") },
            { id: 189, customer_id: 34, amount: null, investment_type: "stocks", investment_date: new Date("2021-09-21T06:47:18Z") },
            { id: 190, customer_id: 33, amount: "465.03", investment_type: "bonds", investment_date: new Date("2021-07-20T13:30:34Z") },
            { id: 191, customer_id: 25, amount: "17415.63", investment_type: "bonds", investment_date: new Date("2022-11-29T17:00:57Z") },
            { id: 192, customer_id: 68, amount: "16450.75", investment_type: "stocks", investment_date: new Date("2020-01-19T11:28:58Z") },
            { id: 193, customer_id: 154, amount: null, investment_type: "bonds", investment_date: new Date("2022-01-17T17:22:21Z") },
            { id: 194, customer_id: 106, amount: "224.13", investment_type: "stocks", investment_date: new Date("2020-01-27T13:26:45Z") },
            { id: 195, customer_id: 141, amount: "14757.85", investment_type: "stocks", investment_date: new Date("2021-07-31T08:59:32Z") },
            { id: 196, customer_id: 174, amount: "3900.29", investment_type: "stocks", investment_date: new Date("2020-09-09T21:38:25Z") },
            { id: 197, customer_id: 41, amount: "132.13", investment_type: "bonds", investment_date: new Date("2020-12-04T08:29:51Z") },
            { id: 198, customer_id: 76, amount: "7649.70", investment_type: "stocks", investment_date: new Date("2020-07-01T15:22:06Z") },
            { id: 199, customer_id: 3, amount: "4944.58", investment_type: "bonds", investment_date: new Date("2023-11-01T17:06:47Z") },
            { id: 200, customer_id: 80, amount: "26149.32", investment_type: "stocks", investment_date: new Date("2022-06-28T10:35:14Z") },
            { id: 201, customer_id: 132, amount: "20131.82", investment_type: "bonds", investment_date: new Date("2022-02-23T16:40:08Z") },
            { id: 202, customer_id: 175, amount: "1916.12", investment_type: "stocks", investment_date: new Date("2022-09-27T12:32:33Z") },
            { id: 203, customer_id: 88, amount: "5335.21", investment_type: "stocks", investment_date: new Date("2021-05-08T14:05:29Z") },
            { id: 204, customer_id: 5, amount: "45655.68", investment_type: "stocks", investment_date: new Date("2020-01-30T17:26:10Z") },
            { id: 205, customer_id: 196, amount: "101.60", investment_type: "mutual_funds", investment_date: new Date("2023-08-16T14:39:08Z") },
            { id: 206, customer_id: 13, amount: "40102.16", investment_type: "stocks", investment_date: new Date("2020-10-25T11:54:56Z") },
            { id: 207, customer_id: 71, amount: "603.84", investment_type: "stocks", investment_date: new Date("2022-06-22T12:11:13Z") },
            { id: 208, customer_id: 125, amount: "641.25", investment_type: "bonds", investment_date: new Date("2023-05-11T11:35:02Z") },
            { id: 209, customer_id: 74, amount: "6653.39", investment_type: "bonds", investment_date: new Date("2021-09-20T17:11:14Z") },
            { id: 210, customer_id: 56, amount: "6092.68", investment_type: "stocks", investment_date: new Date("2020-06-29T16:46:27Z") },
            { id: 211, customer_id: 182, amount: "25352.59", investment_type: "stocks", investment_date: new Date("2023-07-15T10:02:22Z") },
            { id: 212, customer_id: 111, amount: null, investment_type: "bonds", investment_date: new Date("2020-07-26T18:41:57Z") },
            { id: 213, customer_id: 8, amount: "246.47", investment_type: "mutual_funds", investment_date: new Date("2023-05-20T18:38:20Z") },
            { id: 214, customer_id: 124, amount: "41668.09", investment_type: "stocks", investment_date: new Date("2020-08-01T10:30:36Z") },
            { id: 215, customer_id: 36, amount: "4945.22", investment_type: "stocks", investment_date: new Date("2020-05-05T01:52:36Z") },
            { id: 216, customer_id: 167, amount: null, investment_type: "mutual_funds", investment_date: new Date("2020-12-09T09:07:21Z") },
            { id: 217, customer_id: 88, amount: "18134.02", investment_type: "stocks", investment_date: new Date("2023-10-31T16:17:00Z") },
            { id: 218, customer_id: 28, amount: "658.52", investment_type: "bonds", investment_date: new Date("2022-07-21T16:16:19Z") },
            { id: 219, customer_id: 178, amount: "40136.18", investment_type: "stocks", investment_date: new Date("2021-10-14T07:15:02Z") },
            { id: 220, customer_id: 35, amount: "1988.44", investment_type: "stocks", investment_date: new Date("2023-02-04T13:51:18Z") },
            { id: 221, customer_id: 53, amount: "248.33", investment_type: "stocks", investment_date: new Date("2023-03-26T11:38:06Z") },
            { id: 222, customer_id: 188, amount: "10914.20", investment_type: "stocks", investment_date: new Date("2021-03-16T13:04:23Z") },
            { id: 223, customer_id: 18, amount: "28512.84", investment_type: "stocks", investment_date: new Date("2022-11-20T04:43:16Z") },
            { id: 224, customer_id: 156, amount: "3574.02", investment_type: "stocks", investment_date: new Date("2021-06-02T09:01:12Z") },
            { id: 225, customer_id: 115, amount: "41051.34", investment_type: "stocks", investment_date: new Date("2022-02-08T08:36:44Z") },
            { id: 226, customer_id: 186, amount: "3903.95", investment_type: "stocks", investment_date: new Date("2022-04-11T09:45:55Z") },
            { id: 227, customer_id: 54, amount: "14474.13", investment_type: "stocks", investment_date: new Date("2020-07-01T14:25:20Z") },
            { id: 228, customer_id: 181, amount: null, investment_type: "stocks", investment_date: new Date("2023-06-02T14:10:52Z") },
            { id: 229, customer_id: 5, amount: null, investment_type: "stocks", investment_date: new Date("2022-04-03T12:58:01Z") },
            { id: 230, customer_id: 163, amount: "48003.44", investment_type: "bonds", investment_date: new Date("2021-11-02T15:16:33Z") },
            { id: 231, customer_id: 48, amount: "4012.66", investment_type: "stocks", investment_date: new Date("2020-04-16T07:07:19Z") },
            { id: 232, customer_id: 178, amount: "13512.76", investment_type: "stocks", investment_date: new Date("2020-03-30T15:16:14Z") },
            { id: 233, customer_id: 13, amount: "13395.12", investment_type: "stocks", investment_date: new Date("2021-07-22T12:13:09Z") },
            { id: 234, customer_id: 48, amount: null, investment_type: "bonds", investment_date: new Date("2022-12-30T12:48:09Z") },
            { id: 235, customer_id: 89, amount: "30215.68", investment_type: "stocks", investment_date: new Date("2022-03-29T11:49:43Z") },
            { id: 236, customer_id: 108, amount: "37801.80", investment_type: "stocks", investment_date: new Date("2021-09-17T15:59:59Z") },
            { id: 237, customer_id: 60, amount: "8206.95", investment_type: "stocks", investment_date: new Date("2021-11-25T14:00:18Z") },
            { id: 238, customer_id: 95, amount: "454.43", investment_type: "stocks", investment_date: new Date("2020-04-07T07:18:45Z") },
            { id: 239, customer_id: 103, amount: "1185.88", investment_type: "bonds", investment_date: new Date("2022-01-24T15:18:37Z") },
            { id: 240, customer_id: 121, amount: "39997.78", investment_type: "bonds", investment_date: new Date("2021-02-19T07:57:43Z") },
            { id: 241, customer_id: 172, amount: "491.30", investment_type: "stocks", investment_date: new Date("2022-09-30T13:41:16Z") },
            { id: 242, customer_id: 35, amount: "149.08", investment_type: "stocks", investment_date: new Date("2020-07-17T19:58:13Z") },
            { id: 243, customer_id: 158, amount: "1424.06", investment_type: "mutual_funds", investment_date: new Date("2020-01-23T12:29:10Z") },
            { id: 244, customer_id: 152, amount: "740.26", investment_type: "stocks", investment_date: new Date("2020-08-24T22:52:29Z") },
            { id: 245, customer_id: 86, amount: "100.21", investment_type: "mutual_funds", investment_date: new Date("2021-01-02T15:56:32Z") },
            { id: 246, customer_id: 78, amount: "15871.32", investment_type: "stocks", investment_date: new Date("2020-01-09T11:00:44Z") },
            { id: 247, customer_id: 134, amount: "36381.73", investment_type: "stocks", investment_date: new Date("2020-01-14T08:52:10Z") },
            { id: 248, customer_id: 77, amount: "36289.65", investment_type: "stocks", investment_date: new Date("2023-12-15T11:07:03Z") },
            { id: 249, customer_id: 195, amount: null, investment_type: "bonds", investment_date: new Date("2023-06-21T09:54:34Z") },
            { id: 250, customer_id: 162, amount: "49358.67", investment_type: "bonds", investment_date: new Date("2021-03-10T09:21:33Z") },
            { id: 251, customer_id: 186, amount: null, investment_type: "mutual_funds", investment_date: new Date("2021-08-28T08:52:28Z") },
            { id: 252, customer_id: 131, amount: "22728.49", investment_type: "stocks", investment_date: new Date("2020-05-14T16:39:11Z") },
            { id: 253, customer_id: 140, amount: "4011.56", investment_type: "stocks", investment_date: new Date("2023-11-26T08:31:52Z") },
            { id: 254, customer_id: 181, amount: "819.95", investment_type: "bonds", investment_date: new Date("2023-06-23T11:50:14Z") },
            { id: 255, customer_id: 10, amount: "100.14", investment_type: "stocks", investment_date: new Date("2023-03-18T14:28:37Z") },
            { id: 256, customer_id: 166, amount: "2132.33", investment_type: "bonds", investment_date: new Date("2021-06-23T15:28:38Z") },
            { id: 257, customer_id: 108, amount: "6314.12", investment_type: "stocks", investment_date: new Date("2022-02-01T13:07:32Z") },
            { id: 258, customer_id: 192, amount: "2302.39", investment_type: "bonds", investment_date: new Date("2021-11-24T14:26:37Z") },
            { id: 259, customer_id: 133, amount: "2302.95", investment_type: "bonds", investment_date: new Date("2023-07-13T18:40:13Z") },
            { id: 260, customer_id: 139, amount: "100.57", investment_type: "stocks", investment_date: new Date("2021-07-13T16:00:35Z") },
            { id: 261, customer_id: 193, amount: "32244.47", investment_type: "stocks", investment_date: new Date("2023-06-01T17:36:50Z") },
            { id: 262, customer_id: 1, amount: "130.25", investment_type: "stocks", investment_date: new Date("2022-05-14T12:32:36Z") },
            { id: 263, customer_id: 41, amount: "13393.80", investment_type: "stocks", investment_date: new Date("2022-03-21T13:18:41Z") },
            { id: 264, customer_id: 44, amount: "30197.58", investment_type: "stocks", investment_date: new Date("2020-11-05T10:21:13Z") },
            { id: 265, customer_id: 16, amount: "143.65", investment_type: "stocks", investment_date: new Date("2023-06-15T18:41:54Z") },
            { id: 266, customer_id: 194, amount: "40626.28", investment_type: "stocks", investment_date: new Date("2020-10-30T08:49:21Z") },
            { id: 267, customer_id: 136, amount: null, investment_type: "bonds", investment_date: new Date("2020-03-17T14:06:53Z") },
            { id: 268, customer_id: 185, amount: "110.20", investment_type: "bonds", investment_date: new Date("2020-09-27T11:19:23Z") },
            { id: 269, customer_id: 153, amount: "7236.89", investment_type: "stocks", investment_date: new Date("2021-11-19T10:16:21Z") },
            { id: 270, customer_id: 108, amount: "6321.22", investment_type: "stocks", investment_date: new Date("2021-08-24T13:56:48Z") },
            { id: 271, customer_id: 168, amount: "101.44", investment_type: "stocks", investment_date: new Date("2020-03-27T14:49:17Z") },
            { id: 272, customer_id: 126, amount: "210.19", investment_type: "stocks", investment_date: new Date("2023-03-14T10:49:51Z") },
            { id: 273, customer_id: 102, amount: "38017.22", investment_type: "stocks", investment_date: new Date("2021-01-23T10:19:13Z") },
            { id: 274, customer_id: 124, amount: "2658.15", investment_type: "stocks", investment_date: new Date("2020-05-13T08:11:34Z") },
            { id: 275, customer_id: 178, amount: "7007.34", investment_type: "mutual_funds", investment_date: new Date("2021-07-16T15:07:34Z") },
            { id: 276, customer_id: 60, amount: "33420.52", investment_type: "stocks", investment_date: new Date("2023-06-12T14:52:25Z") },
            { id: 277, customer_id: 187, amount: "12272.65", investment_type: "stocks", investment_date: new Date("2021-06-11T11:14:39Z") },
            { id: 278, customer_id: 187, amount: "513.36", investment_type: "bonds", investment_date: new Date("2021-02-11T13:45:39Z") },
            { id: 279, customer_id: 96, amount: "308.10", investment_type: "mutual_funds", investment_date: new Date("2022-06-19T17:02:31Z") },
            { id: 280, customer_id: 41, amount: "3269.51", investment_type: "stocks", investment_date: new Date("2023-09-16T10:07:43Z") },
            { id: 281, customer_id: 192, amount: "23624.56", investment_type: "stocks", investment_date: new Date("2022-06-12T12:08:50Z") },
            { id: 282, customer_id: 18, amount: "11112.42", investment_type: "stocks", investment_date: new Date("2022-08-08T14:22:43Z") },
            { id: 283, customer_id: 138, amount: "494.40", investment_type: "stocks", investment_date: new Date("2023-08-29T08:27:25Z") },
            { id: 284, customer_id: 4, amount: "495.16", investment_type: "mutual_funds", investment_date: new Date("2023-07-03T08:05:57Z") },
            { id: 285, customer_id: 139, amount: "21478.47", investment_type: "stocks", investment_date: new Date("2022-11-02T08:48:58Z") },
            { id: 286, customer_id: 7, amount: "1794.68", investment_type: "bonds", investment_date: new Date("2020-07-23T15:15:08Z") },
            { id: 287, customer_id: 111, amount: "1137.26", investment_type: "bonds", investment_date: new Date("2020-08-16T13:18:11Z") },
            { id: 288, customer_id: 35, amount: "2121.25", investment_type: "mutual_funds", investment_date: new Date("2021-01-31T18:07:46Z") },
            { id: 289, customer_id: 42, amount: null, investment_type: "stocks", investment_date: new Date("2022-06-29T14:05:20Z") },
            { id: 290, customer_id: 63, amount: "2363.73", investment_type: "bonds", investment_date: new Date("2022-03-20T10:46:43Z") },
            { id: 291, customer_id: 97, amount: "22568.62", investment_type: "stocks", investment_date: new Date("2021-10-29T15:28:21Z") },
            { id: 292, customer_id: 106, amount: "20929.56", investment_type: "stocks", investment_date: new Date("2021-05-26T08:34:28Z") },
            { id: 293, customer_id: 29, amount: "45983.06", investment_type: "stocks", investment_date: new Date("2022-03-02T10:20:47Z") },
            { id: 294, customer_id: 16, amount: "28032.88", investment_type: "stocks", investment_date: new Date("2021-07-12T13:04:37Z") },
            { id: 295, customer_id: 50, amount: "18128.86", investment_type: "stocks", investment_date: new Date("2023-02-16T14:02:20Z") },
            { id: 296, customer_id: 200, amount: "491.48", investment_type: "bonds", investment_date: new Date("2021-03-22T16:39:16Z") },
            { id: 297, customer_id: 80, amount: "10675.90", investment_type: "bonds", investment_date: new Date("2023-05-11T14:07:13Z") },
            { id: 298, customer_id: 33, amount: "1579.93", investment_type: "bonds", investment_date: new Date("2020-04-28T09:59:40Z") },
            { id: 299, customer_id: 57, amount: "8035.09", investment_type: "stocks", investment_date: new Date("2021-01-03T10:13:32Z") },
            { id: 300, customer_id: 155, amount: null, investment_type: "bonds", investment_date: new Date("2021-06-09T09:14:58Z") },
        ],
    });
    await prisma.transaction_types.createMany({
        data: [
            { id: 1, name: "deposit statement", description: "The courier reported an unusual issue; the session was cancelled.", category: "personal", average_amount: "1051.62" },
            { id: 2, name: "loan exchange", description: "The supplier reported a repeat issue; the shipment was refunded.", category: "personal", average_amount: "27434.29" },
            { id: 3, name: "fee adjustment", description: "The account owner asked for a change and the session was cancelled.", category: "business", average_amount: "6744.00" },
            { id: 4, name: "purchase", description: "The booking was escalated — standard case, no further action.", category: "business", average_amount: "19146.18" },
            { id: 5, name: "credit", description: "The account owner confirmed the details and the request was delayed.", category: "personal", average_amount: "8977.83" },
            { id: 6, name: "exchange credit adjustment", description: "The booking was completed — manual case, no further action.", category: "business", average_amount: "31256.88" },
        ],
    });
    await prisma.transactions.createMany({
        data: [
            { id: 1, customer_id: 168, amount: "7645.55", transaction_type: "deposit", transaction_date: new Date("2021-12-05T15:52:40Z") },
            { id: 2, customer_id: 86, amount: null, transaction_type: "deposit", transaction_date: new Date("2023-12-27T16:55:59Z") },
            { id: 3, customer_id: 2, amount: "792.47", transaction_type: "deposit", transaction_date: new Date("2023-03-25T00:45:45Z") },
            { id: 4, customer_id: 63, amount: "9859.09", transaction_type: "withdrawal", transaction_date: new Date("2023-12-27T09:44:25Z") },
            { id: 5, customer_id: 177, amount: "5770.19", transaction_type: "withdrawal", transaction_date: new Date("2022-06-15T19:33:09Z") },
            { id: 6, customer_id: 104, amount: "1733.16", transaction_type: "deposit", transaction_date: new Date("2023-01-20T18:55:15Z") },
            { id: 7, customer_id: 83, amount: "5041.52", transaction_type: "withdrawal", transaction_date: new Date("2020-08-19T20:42:22Z") },
            { id: 8, customer_id: 147, amount: "9380.01", transaction_type: "withdrawal", transaction_date: new Date("2020-05-18T19:39:32Z") },
            { id: 9, customer_id: 85, amount: "7356.21", transaction_type: "withdrawal", transaction_date: new Date("2021-06-18T12:10:52Z") },
            { id: 10, customer_id: 150, amount: "2611.04", transaction_type: "deposit", transaction_date: new Date("2022-07-19T11:11:36Z") },
            { id: 11, customer_id: 105, amount: "6212.21", transaction_type: "deposit", transaction_date: new Date("2021-09-30T19:01:45Z") },
            { id: 12, customer_id: 84, amount: "340.09", transaction_type: "withdrawal", transaction_date: new Date("2022-12-23T10:48:54Z") },
            { id: 13, customer_id: 24, amount: "1541.44", transaction_type: "deposit", transaction_date: new Date("2022-09-06T17:22:50Z") },
            { id: 14, customer_id: 44, amount: "2325.65", transaction_type: "withdrawal", transaction_date: new Date("2021-02-24T11:42:06Z") },
            { id: 15, customer_id: 145, amount: "3693.94", transaction_type: "withdrawal", transaction_date: new Date("2021-03-22T20:34:05Z") },
            { id: 16, customer_id: 142, amount: "4220.98", transaction_type: "deposit", transaction_date: new Date("2020-05-18T13:20:31Z") },
            { id: 17, customer_id: 1, amount: "8350.61", transaction_type: "deposit", transaction_date: new Date("2022-07-04T10:40:16Z") },
            { id: 18, customer_id: 148, amount: "53.78", transaction_type: "withdrawal", transaction_date: new Date("2022-11-25T18:06:36Z") },
            { id: 19, customer_id: 10, amount: "1438.37", transaction_type: "withdrawal", transaction_date: new Date("2022-01-07T11:23:01Z") },
            { id: 20, customer_id: 8, amount: "4875.35", transaction_type: "deposit", transaction_date: new Date("2023-10-20T12:15:53Z") },
            { id: 21, customer_id: 156, amount: "1258.40", transaction_type: "withdrawal", transaction_date: new Date("2021-07-31T20:14:45Z") },
            { id: 22, customer_id: 184, amount: "395.57", transaction_type: "withdrawal", transaction_date: new Date("2022-08-18T00:24:19Z") },
            { id: 23, customer_id: 106, amount: "2189.56", transaction_type: "deposit", transaction_date: new Date("2021-10-21T14:14:21Z") },
            { id: 24, customer_id: 131, amount: "123.89", transaction_type: "deposit", transaction_date: new Date("2022-05-11T21:48:30Z") },
            { id: 25, customer_id: 190, amount: "7487.36", transaction_type: "deposit", transaction_date: new Date("2021-09-16T17:23:11Z") },
            { id: 26, customer_id: 48, amount: "1042.48", transaction_type: "deposit", transaction_date: new Date("2021-11-27T14:54:22Z") },
            { id: 27, customer_id: 96, amount: "391.57", transaction_type: "deposit", transaction_date: new Date("2023-04-18T13:50:47Z") },
            { id: 28, customer_id: 177, amount: "105.42", transaction_type: "withdrawal", transaction_date: new Date("2021-03-15T18:26:17Z") },
            { id: 29, customer_id: 192, amount: "5883.65", transaction_type: "deposit", transaction_date: new Date("2023-12-04T22:29:28Z") },
            { id: 30, customer_id: 145, amount: "19.88", transaction_type: "withdrawal", transaction_date: new Date("2023-09-12T21:23:50Z") },
            { id: 31, customer_id: 135, amount: "769.00", transaction_type: "deposit", transaction_date: new Date("2023-05-16T18:56:24Z") },
            { id: 32, customer_id: 75, amount: "7917.93", transaction_type: "deposit", transaction_date: new Date("2022-10-30T22:14:06Z") },
            { id: 33, customer_id: 19, amount: "2032.43", transaction_type: "withdrawal", transaction_date: new Date("2023-12-30T08:43:11Z") },
            { id: 34, customer_id: 130, amount: "2.78", transaction_type: "deposit", transaction_date: new Date("2023-04-05T11:49:12Z") },
            { id: 35, customer_id: 122, amount: "3666.33", transaction_type: "withdrawal", transaction_date: new Date("2020-05-23T23:19:25Z") },
            { id: 36, customer_id: 158, amount: null, transaction_type: "deposit", transaction_date: new Date("2023-12-31T18:57:02Z") },
            { id: 37, customer_id: 8, amount: null, transaction_type: "deposit", transaction_date: new Date("2020-08-02T20:59:04Z") },
            { id: 38, customer_id: 128, amount: "9397.29", transaction_type: "deposit", transaction_date: new Date("2023-09-09T02:55:09Z") },
            { id: 39, customer_id: 45, amount: "9264.53", transaction_type: "deposit", transaction_date: new Date("2022-09-06T16:07:24Z") },
            { id: 40, customer_id: 130, amount: "940.53", transaction_type: "deposit", transaction_date: new Date("2020-11-04T10:28:00Z") },
            { id: 41, customer_id: 195, amount: "6127.45", transaction_type: "deposit", transaction_date: new Date("2021-10-03T07:06:31Z") },
            { id: 42, customer_id: 24, amount: "2736.18", transaction_type: "withdrawal", transaction_date: new Date("2022-06-06T11:49:19Z") },
            { id: 43, customer_id: 177, amount: "9395.00", transaction_type: "deposit", transaction_date: new Date("2022-12-15T11:04:38Z") },
            { id: 44, customer_id: 53, amount: "360.40", transaction_type: "deposit", transaction_date: new Date("2022-12-29T10:13:28Z") },
            { id: 45, customer_id: 190, amount: "1242.36", transaction_type: "withdrawal", transaction_date: new Date("2020-03-29T21:10:48Z") },
            { id: 46, customer_id: 162, amount: "2038.47", transaction_type: "deposit", transaction_date: new Date("2023-01-18T17:45:57Z") },
            { id: 47, customer_id: 17, amount: "4193.30", transaction_type: "withdrawal", transaction_date: new Date("2023-10-24T17:14:24Z") },
            { id: 48, customer_id: 86, amount: "75.27", transaction_type: "deposit", transaction_date: new Date("2023-06-15T18:34:47Z") },
            { id: 49, customer_id: 197, amount: "6734.94", transaction_type: "withdrawal", transaction_date: new Date("2023-01-05T12:53:36Z") },
            { id: 50, customer_id: 34, amount: null, transaction_type: "deposit", transaction_date: new Date("2023-02-02T20:37:45Z") },
            { id: 51, customer_id: 119, amount: "5081.83", transaction_type: "deposit", transaction_date: new Date("2022-11-30T07:24:11Z") },
            { id: 52, customer_id: 146, amount: "4078.10", transaction_type: "withdrawal", transaction_date: new Date("2023-06-08T22:23:48Z") },
            { id: 53, customer_id: 15, amount: "8735.80", transaction_type: "deposit", transaction_date: new Date("2021-02-13T09:34:34Z") },
            { id: 54, customer_id: 145, amount: "2060.22", transaction_type: "withdrawal", transaction_date: new Date("2021-06-07T12:56:06Z") },
            { id: 55, customer_id: 156, amount: "4126.89", transaction_type: "deposit", transaction_date: new Date("2020-01-24T17:58:41Z") },
            { id: 56, customer_id: 172, amount: "1339.50", transaction_type: "deposit", transaction_date: new Date("2023-04-10T14:51:17Z") },
            { id: 57, customer_id: 153, amount: null, transaction_type: "deposit", transaction_date: new Date("2023-06-28T07:04:59Z") },
            { id: 58, customer_id: 63, amount: "536.96", transaction_type: "withdrawal", transaction_date: new Date("2023-07-31T14:05:33Z") },
            { id: 59, customer_id: 106, amount: null, transaction_type: "deposit", transaction_date: new Date("2021-11-18T08:43:56Z") },
            { id: 60, customer_id: 159, amount: "4487.52", transaction_type: "deposit", transaction_date: new Date("2023-10-27T15:26:09Z") },
            { id: 61, customer_id: 90, amount: "5019.12", transaction_type: "deposit", transaction_date: new Date("2021-05-21T12:47:10Z") },
            { id: 62, customer_id: 64, amount: "1814.69", transaction_type: "deposit", transaction_date: new Date("2020-04-06T19:03:37Z") },
            { id: 63, customer_id: 32, amount: "733.33", transaction_type: "deposit", transaction_date: new Date("2020-10-13T15:00:43Z") },
            { id: 64, customer_id: 188, amount: "1398.93", transaction_type: "deposit", transaction_date: new Date("2021-12-16T12:23:51Z") },
            { id: 65, customer_id: 182, amount: "117.43", transaction_type: "withdrawal", transaction_date: new Date("2022-08-31T17:00:18Z") },
            { id: 66, customer_id: 35, amount: "1759.56", transaction_type: "withdrawal", transaction_date: new Date("2021-03-20T02:49:30Z") },
            { id: 67, customer_id: 89, amount: "8636.12", transaction_type: "withdrawal", transaction_date: new Date("2021-10-29T10:24:59Z") },
            { id: 68, customer_id: 111, amount: null, transaction_type: "withdrawal", transaction_date: new Date("2023-11-27T12:38:04Z") },
            { id: 69, customer_id: 82, amount: "78.29", transaction_type: "deposit", transaction_date: new Date("2020-10-02T15:06:40Z") },
            { id: 70, customer_id: 114, amount: "9231.88", transaction_type: "deposit", transaction_date: new Date("2021-07-12T13:48:09Z") },
            { id: 71, customer_id: 125, amount: "235.96", transaction_type: "deposit", transaction_date: new Date("2023-09-17T15:07:19Z") },
            { id: 72, customer_id: 39, amount: "4475.97", transaction_type: "withdrawal", transaction_date: new Date("2022-03-04T21:44:33Z") },
            { id: 73, customer_id: 11, amount: "318.63", transaction_type: "deposit", transaction_date: new Date("2020-03-12T18:36:55Z") },
            { id: 74, customer_id: 11, amount: "721.14", transaction_type: "deposit", transaction_date: new Date("2023-07-21T17:44:46Z") },
            { id: 75, customer_id: 50, amount: "8310.62", transaction_type: "withdrawal", transaction_date: new Date("2021-11-28T20:56:12Z") },
            { id: 76, customer_id: 77, amount: "7050.62", transaction_type: "withdrawal", transaction_date: new Date("2022-07-03T15:25:45Z") },
            { id: 77, customer_id: 15, amount: "1567.47", transaction_type: "deposit", transaction_date: new Date("2023-09-22T14:24:25Z") },
            { id: 78, customer_id: 83, amount: "353.44", transaction_type: "deposit", transaction_date: new Date("2022-06-08T21:24:46Z") },
            { id: 79, customer_id: 20, amount: "726.80", transaction_type: "deposit", transaction_date: new Date("2023-09-21T07:08:21Z") },
            { id: 80, customer_id: 147, amount: "7167.12", transaction_type: "deposit", transaction_date: new Date("2022-01-18T19:39:46Z") },
            { id: 81, customer_id: 6, amount: "3797.33", transaction_type: "withdrawal", transaction_date: new Date("2020-12-22T14:43:49Z") },
            { id: 82, customer_id: 135, amount: "358.38", transaction_type: "deposit", transaction_date: new Date("2020-09-19T19:55:02Z") },
            { id: 83, customer_id: 150, amount: "283.33", transaction_type: "deposit", transaction_date: new Date("2023-08-29T18:48:17Z") },
            { id: 84, customer_id: 197, amount: null, transaction_type: "deposit", transaction_date: new Date("2022-02-11T15:38:52Z") },
            { id: 85, customer_id: 18, amount: "7722.15", transaction_type: "withdrawal", transaction_date: new Date("2022-06-20T07:33:15Z") },
            { id: 86, customer_id: 127, amount: "5043.47", transaction_type: "withdrawal", transaction_date: new Date("2022-10-12T10:06:03Z") },
            { id: 87, customer_id: 115, amount: "3513.00", transaction_type: "deposit", transaction_date: new Date("2020-10-29T11:42:57Z") },
            { id: 88, customer_id: 84, amount: "5293.71", transaction_type: "deposit", transaction_date: new Date("2023-10-03T18:12:50Z") },
            { id: 89, customer_id: 65, amount: "8233.25", transaction_type: "deposit", transaction_date: new Date("2023-10-08T14:06:06Z") },
            { id: 90, customer_id: 72, amount: "342.76", transaction_type: "deposit", transaction_date: new Date("2023-05-06T18:23:58Z") },
            { id: 91, customer_id: 145, amount: "6218.81", transaction_type: "deposit", transaction_date: new Date("2023-03-26T09:34:55Z") },
            { id: 92, customer_id: 131, amount: "1291.81", transaction_type: "deposit", transaction_date: new Date("2023-11-13T21:49:42Z") },
            { id: 93, customer_id: 21, amount: "50.53", transaction_type: "withdrawal", transaction_date: new Date("2020-05-08T20:09:35Z") },
            { id: 94, customer_id: 143, amount: "6255.17", transaction_type: "withdrawal", transaction_date: new Date("2021-01-01T11:56:52Z") },
            { id: 95, customer_id: 135, amount: "1316.49", transaction_type: "deposit", transaction_date: new Date("2023-02-20T20:15:30Z") },
            { id: 96, customer_id: 18, amount: "3091.36", transaction_type: "withdrawal", transaction_date: new Date("2020-10-28T10:11:42Z") },
            { id: 97, customer_id: 192, amount: "9459.15", transaction_type: "deposit", transaction_date: new Date("2022-01-19T18:52:24Z") },
            { id: 98, customer_id: 167, amount: "7848.31", transaction_type: "withdrawal", transaction_date: new Date("2023-04-09T17:09:45Z") },
            { id: 99, customer_id: 25, amount: "277.14", transaction_type: "deposit", transaction_date: new Date("2022-02-18T08:30:40Z") },
            { id: 100, customer_id: 193, amount: "2185.67", transaction_type: "withdrawal", transaction_date: new Date("2021-12-05T11:10:37Z") },
            { id: 101, customer_id: 163, amount: "3680.22", transaction_type: "deposit", transaction_date: new Date("2020-10-18T17:50:27Z") },
            { id: 102, customer_id: 138, amount: "259.80", transaction_type: "deposit", transaction_date: new Date("2022-09-08T17:06:37Z") },
            { id: 103, customer_id: 70, amount: "5488.04", transaction_type: "withdrawal", transaction_date: new Date("2022-03-04T09:55:37Z") },
            { id: 104, customer_id: 190, amount: "2375.48", transaction_type: "deposit", transaction_date: new Date("2023-04-03T15:34:47Z") },
            { id: 105, customer_id: 182, amount: "9401.67", transaction_type: "deposit", transaction_date: new Date("2022-06-05T19:25:33Z") },
            { id: 106, customer_id: 125, amount: "1838.80", transaction_type: "deposit", transaction_date: new Date("2020-01-13T09:40:13Z") },
            { id: 107, customer_id: 71, amount: null, transaction_type: "deposit", transaction_date: new Date("2022-03-12T15:45:40Z") },
            { id: 108, customer_id: 155, amount: "1298.31", transaction_type: "withdrawal", transaction_date: new Date("2020-10-01T14:28:44Z") },
            { id: 109, customer_id: 116, amount: "5741.50", transaction_type: "deposit", transaction_date: new Date("2022-08-20T02:46:44Z") },
            { id: 110, customer_id: 114, amount: "48.18", transaction_type: "deposit", transaction_date: new Date("2021-12-09T06:19:30Z") },
            { id: 111, customer_id: 13, amount: "513.15", transaction_type: "withdrawal", transaction_date: new Date("2022-04-21T13:13:36Z") },
            { id: 112, customer_id: 169, amount: "4.51", transaction_type: "deposit", transaction_date: new Date("2023-08-25T18:31:19Z") },
            { id: 113, customer_id: 174, amount: "218.59", transaction_type: "withdrawal", transaction_date: new Date("2022-12-12T05:53:53Z") },
            { id: 114, customer_id: 67, amount: "8978.70", transaction_type: "deposit", transaction_date: new Date("2021-10-25T18:42:50Z") },
            { id: 115, customer_id: 169, amount: "6312.35", transaction_type: "withdrawal", transaction_date: new Date("2021-06-12T04:34:29Z") },
            { id: 116, customer_id: 45, amount: "179.97", transaction_type: "deposit", transaction_date: new Date("2020-03-20T18:03:23Z") },
            { id: 117, customer_id: 111, amount: "591.07", transaction_type: "withdrawal", transaction_date: new Date("2021-02-22T19:45:31Z") },
            { id: 118, customer_id: 130, amount: "2615.52", transaction_type: "withdrawal", transaction_date: new Date("2022-12-02T06:37:32Z") },
            { id: 119, customer_id: 160, amount: "6541.43", transaction_type: "deposit", transaction_date: new Date("2021-11-19T18:26:59Z") },
            { id: 120, customer_id: 2, amount: null, transaction_type: "deposit", transaction_date: new Date("2022-09-11T10:47:40Z") },
            { id: 121, customer_id: 38, amount: "35.46", transaction_type: "withdrawal", transaction_date: new Date("2022-06-05T12:13:42Z") },
            { id: 122, customer_id: 188, amount: "161.03", transaction_type: "withdrawal", transaction_date: new Date("2023-01-21T13:13:17Z") },
            { id: 123, customer_id: 160, amount: "535.53", transaction_type: "deposit", transaction_date: new Date("2021-08-04T16:57:31Z") },
            { id: 124, customer_id: 168, amount: "7179.68", transaction_type: "withdrawal", transaction_date: new Date("2021-08-23T08:01:03Z") },
            { id: 125, customer_id: 107, amount: null, transaction_type: "deposit", transaction_date: new Date("2021-01-09T05:13:58Z") },
            { id: 126, customer_id: 167, amount: "4970.87", transaction_type: "deposit", transaction_date: new Date("2020-06-02T00:59:02Z") },
            { id: 127, customer_id: 30, amount: "8054.57", transaction_type: "withdrawal", transaction_date: new Date("2021-04-07T11:16:25Z") },
            { id: 128, customer_id: 151, amount: "973.34", transaction_type: "deposit", transaction_date: new Date("2020-10-11T20:28:09Z") },
            { id: 129, customer_id: 42, amount: "5031.50", transaction_type: "deposit", transaction_date: new Date("2022-08-21T12:42:46Z") },
            { id: 130, customer_id: 22, amount: null, transaction_type: "withdrawal", transaction_date: new Date("2020-04-10T16:25:06Z") },
            { id: 131, customer_id: 94, amount: "3115.78", transaction_type: "deposit", transaction_date: new Date("2023-02-02T08:11:19Z") },
            { id: 132, customer_id: 149, amount: "7421.18", transaction_type: "withdrawal", transaction_date: new Date("2020-11-04T12:07:58Z") },
            { id: 133, customer_id: 102, amount: "239.47", transaction_type: "withdrawal", transaction_date: new Date("2022-04-14T11:54:03Z") },
            { id: 134, customer_id: 181, amount: null, transaction_type: "deposit", transaction_date: new Date("2023-11-28T21:55:18Z") },
            { id: 135, customer_id: 47, amount: "6757.23", transaction_type: "deposit", transaction_date: new Date("2020-10-21T18:54:10Z") },
            { id: 136, customer_id: 65, amount: "1318.90", transaction_type: "withdrawal", transaction_date: new Date("2023-04-04T15:22:24Z") },
            { id: 137, customer_id: 86, amount: null, transaction_type: "deposit", transaction_date: new Date("2023-02-20T11:06:42Z") },
            { id: 138, customer_id: 164, amount: "6777.93", transaction_type: "deposit", transaction_date: new Date("2022-05-22T15:21:00Z") },
            { id: 139, customer_id: 50, amount: "1.14", transaction_type: "deposit", transaction_date: new Date("2022-03-21T14:43:14Z") },
            { id: 140, customer_id: 113, amount: "289.95", transaction_type: "deposit", transaction_date: new Date("2023-08-17T10:19:43Z") },
            { id: 141, customer_id: 99, amount: "279.44", transaction_type: "withdrawal", transaction_date: new Date("2020-09-01T19:35:13Z") },
            { id: 142, customer_id: 9, amount: "275.15", transaction_type: "withdrawal", transaction_date: new Date("2023-03-20T19:20:23Z") },
            { id: 143, customer_id: 112, amount: "4299.90", transaction_type: "deposit", transaction_date: new Date("2023-04-29T06:06:16Z") },
            { id: 144, customer_id: 134, amount: "2863.93", transaction_type: "deposit", transaction_date: new Date("2020-02-27T21:54:11Z") },
            { id: 145, customer_id: 185, amount: "866.69", transaction_type: "deposit", transaction_date: new Date("2022-04-20T09:52:21Z") },
            { id: 146, customer_id: 134, amount: "5689.99", transaction_type: "deposit", transaction_date: new Date("2022-04-07T15:34:30Z") },
            { id: 147, customer_id: 14, amount: "1197.94", transaction_type: "deposit", transaction_date: new Date("2020-10-22T19:48:46Z") },
            { id: 148, customer_id: 41, amount: "6286.54", transaction_type: "deposit", transaction_date: new Date("2022-10-28T00:55:50Z") },
            { id: 149, customer_id: 43, amount: "4234.49", transaction_type: "deposit", transaction_date: new Date("2022-10-25T10:45:30Z") },
            { id: 150, customer_id: 123, amount: "1220.92", transaction_type: "deposit", transaction_date: new Date("2023-04-05T11:20:20Z") },
            { id: 151, customer_id: 101, amount: "103.11", transaction_type: "deposit", transaction_date: new Date("2022-10-23T15:14:29Z") },
            { id: 152, customer_id: 61, amount: null, transaction_type: "deposit", transaction_date: new Date("2021-12-28T20:31:22Z") },
            { id: 153, customer_id: 55, amount: "6110.09", transaction_type: "deposit", transaction_date: new Date("2021-02-03T21:35:58Z") },
            { id: 154, customer_id: 132, amount: null, transaction_type: "deposit", transaction_date: new Date("2023-02-20T23:18:26Z") },
            { id: 155, customer_id: 4, amount: "1789.30", transaction_type: "deposit", transaction_date: new Date("2020-02-10T07:45:50Z") },
            { id: 156, customer_id: 187, amount: "2556.35", transaction_type: "deposit", transaction_date: new Date("2022-03-26T17:32:29Z") },
            { id: 157, customer_id: 193, amount: "1508.33", transaction_type: "deposit", transaction_date: new Date("2023-12-22T06:44:26Z") },
            { id: 158, customer_id: 25, amount: "3856.59", transaction_type: "deposit", transaction_date: new Date("2020-10-11T17:06:47Z") },
            { id: 159, customer_id: 57, amount: "2787.33", transaction_type: "deposit", transaction_date: new Date("2021-09-08T08:24:54Z") },
            { id: 160, customer_id: 3, amount: "2181.01", transaction_type: "deposit", transaction_date: new Date("2021-07-31T14:54:21Z") },
            { id: 161, customer_id: 81, amount: null, transaction_type: "deposit", transaction_date: new Date("2023-04-17T18:37:04Z") },
            { id: 162, customer_id: 33, amount: "8.38", transaction_type: "withdrawal", transaction_date: new Date("2020-12-20T19:16:05Z") },
            { id: 163, customer_id: 146, amount: null, transaction_type: "deposit", transaction_date: new Date("2021-04-25T18:01:47Z") },
            { id: 164, customer_id: 107, amount: "5546.51", transaction_type: "withdrawal", transaction_date: new Date("2022-06-28T02:29:18Z") },
            { id: 165, customer_id: 35, amount: "4154.06", transaction_type: "deposit", transaction_date: new Date("2023-09-16T11:21:36Z") },
            { id: 166, customer_id: 27, amount: "5320.00", transaction_type: "deposit", transaction_date: new Date("2021-12-18T16:33:45Z") },
            { id: 167, customer_id: 111, amount: "1965.47", transaction_type: "deposit", transaction_date: new Date("2021-02-22T19:44:27Z") },
            { id: 168, customer_id: 88, amount: "93.00", transaction_type: "deposit", transaction_date: new Date("2021-11-05T11:07:10Z") },
            { id: 169, customer_id: 135, amount: null, transaction_type: "deposit", transaction_date: new Date("2022-09-08T19:57:32Z") },
            { id: 170, customer_id: 93, amount: "3.71", transaction_type: "deposit", transaction_date: new Date("2020-07-01T12:33:42Z") },
            { id: 171, customer_id: 172, amount: "2686.61", transaction_type: "deposit", transaction_date: new Date("2020-04-01T10:19:43Z") },
            { id: 172, customer_id: 83, amount: "6524.69", transaction_type: "deposit", transaction_date: new Date("2022-06-06T12:04:48Z") },
            { id: 173, customer_id: 29, amount: "2691.46", transaction_type: "deposit", transaction_date: new Date("2020-08-11T10:12:11Z") },
            { id: 174, customer_id: 148, amount: "8945.30", transaction_type: "deposit", transaction_date: new Date("2021-06-19T12:44:07Z") },
            { id: 175, customer_id: 187, amount: "690.92", transaction_type: "deposit", transaction_date: new Date("2022-04-19T15:17:57Z") },
            { id: 176, customer_id: 167, amount: "17.29", transaction_type: "deposit", transaction_date: new Date("2023-10-13T16:02:13Z") },
            { id: 177, customer_id: 111, amount: "7401.52", transaction_type: "deposit", transaction_date: new Date("2022-08-16T19:38:19Z") },
            { id: 178, customer_id: 200, amount: "2960.06", transaction_type: "withdrawal", transaction_date: new Date("2022-07-15T12:32:17Z") },
            { id: 179, customer_id: 170, amount: null, transaction_type: "deposit", transaction_date: new Date("2023-06-20T19:39:17Z") },
            { id: 180, customer_id: 197, amount: "1714.18", transaction_type: "deposit", transaction_date: new Date("2022-08-03T15:17:53Z") },
            { id: 181, customer_id: 153, amount: "9345.91", transaction_type: "deposit", transaction_date: new Date("2021-10-02T13:59:28Z") },
            { id: 182, customer_id: 163, amount: "8866.95", transaction_type: "withdrawal", transaction_date: new Date("2022-10-12T12:53:13Z") },
            { id: 183, customer_id: 54, amount: "6137.71", transaction_type: "withdrawal", transaction_date: new Date("2020-05-07T13:11:05Z") },
            { id: 184, customer_id: 6, amount: "25.15", transaction_type: "deposit", transaction_date: new Date("2022-12-16T21:12:25Z") },
            { id: 185, customer_id: 45, amount: "97.88", transaction_type: "deposit", transaction_date: new Date("2021-07-30T19:45:45Z") },
            { id: 186, customer_id: 99, amount: null, transaction_type: "deposit", transaction_date: new Date("2022-01-03T16:41:02Z") },
            { id: 187, customer_id: 148, amount: "4003.08", transaction_type: "deposit", transaction_date: new Date("2020-01-11T19:02:04Z") },
            { id: 188, customer_id: 138, amount: "4761.77", transaction_type: "deposit", transaction_date: new Date("2021-02-17T05:28:46Z") },
            { id: 189, customer_id: 60, amount: "140.87", transaction_type: "withdrawal", transaction_date: new Date("2022-07-14T19:43:29Z") },
            { id: 190, customer_id: 166, amount: "4291.72", transaction_type: "deposit", transaction_date: new Date("2023-12-14T12:35:20Z") },
            { id: 191, customer_id: 22, amount: "451.62", transaction_type: "deposit", transaction_date: new Date("2022-01-11T18:53:51Z") },
            { id: 192, customer_id: 195, amount: null, transaction_type: "withdrawal", transaction_date: new Date("2022-08-22T15:39:29Z") },
            { id: 193, customer_id: 29, amount: "1663.65", transaction_type: "deposit", transaction_date: new Date("2023-06-16T21:00:50Z") },
            { id: 194, customer_id: 39, amount: "311.01", transaction_type: "deposit", transaction_date: new Date("2023-11-10T18:15:10Z") },
            { id: 195, customer_id: 84, amount: "3044.04", transaction_type: "deposit", transaction_date: new Date("2023-03-10T13:28:41Z") },
            { id: 196, customer_id: 108, amount: "5328.55", transaction_type: "deposit", transaction_date: new Date("2020-01-24T13:44:45Z") },
            { id: 197, customer_id: 174, amount: "6862.54", transaction_type: "deposit", transaction_date: new Date("2022-02-13T14:45:21Z") },
            { id: 198, customer_id: 194, amount: "6076.37", transaction_type: "deposit", transaction_date: new Date("2022-08-11T12:35:04Z") },
            { id: 199, customer_id: 54, amount: null, transaction_type: "withdrawal", transaction_date: new Date("2020-03-27T17:44:07Z") },
            { id: 200, customer_id: 190, amount: "7675.96", transaction_type: "deposit", transaction_date: new Date("2021-09-26T09:29:07Z") },
            { id: 201, customer_id: 20, amount: "6339.85", transaction_type: "withdrawal", transaction_date: new Date("2020-11-12T12:00:24Z") },
            { id: 202, customer_id: 131, amount: "2188.96", transaction_type: "deposit", transaction_date: new Date("2023-01-23T12:54:29Z") },
            { id: 203, customer_id: 55, amount: "4126.72", transaction_type: "deposit", transaction_date: new Date("2020-01-10T17:31:31Z") },
            { id: 204, customer_id: 104, amount: "36.52", transaction_type: "deposit", transaction_date: new Date("2022-04-15T06:57:17Z") },
            { id: 205, customer_id: 90, amount: "33.96", transaction_type: "withdrawal", transaction_date: new Date("2021-12-24T10:41:25Z") },
            { id: 206, customer_id: 141, amount: "8969.87", transaction_type: "deposit", transaction_date: new Date("2022-12-22T10:33:45Z") },
            { id: 207, customer_id: 93, amount: "4481.66", transaction_type: "deposit", transaction_date: new Date("2023-12-06T00:54:07Z") },
            { id: 208, customer_id: 146, amount: "2014.76", transaction_type: "withdrawal", transaction_date: new Date("2020-01-27T09:12:17Z") },
            { id: 209, customer_id: 146, amount: "6525.11", transaction_type: "deposit", transaction_date: new Date("2020-10-19T18:50:05Z") },
            { id: 210, customer_id: 174, amount: "389.09", transaction_type: "deposit", transaction_date: new Date("2021-08-09T15:22:38Z") },
            { id: 211, customer_id: 156, amount: "551.43", transaction_type: "withdrawal", transaction_date: new Date("2023-12-08T09:45:53Z") },
            { id: 212, customer_id: 139, amount: "6978.17", transaction_type: "deposit", transaction_date: new Date("2020-11-02T09:13:30Z") },
            { id: 213, customer_id: 49, amount: "2947.01", transaction_type: "deposit", transaction_date: new Date("2023-07-28T17:59:35Z") },
            { id: 214, customer_id: 66, amount: "1086.04", transaction_type: "deposit", transaction_date: new Date("2023-10-11T07:32:53Z") },
            { id: 215, customer_id: 48, amount: "97.47", transaction_type: "withdrawal", transaction_date: new Date("2021-11-03T21:05:33Z") },
            { id: 216, customer_id: 62, amount: "4383.08", transaction_type: "deposit", transaction_date: new Date("2021-12-17T14:07:59Z") },
            { id: 217, customer_id: 14, amount: "114.55", transaction_type: "deposit", transaction_date: new Date("2023-12-24T10:08:34Z") },
            { id: 218, customer_id: 164, amount: "383.65", transaction_type: "deposit", transaction_date: new Date("2022-01-20T08:00:15Z") },
            { id: 219, customer_id: 27, amount: "269.36", transaction_type: "deposit", transaction_date: new Date("2021-09-20T14:35:07Z") },
            { id: 220, customer_id: 32, amount: "5966.57", transaction_type: "withdrawal", transaction_date: new Date("2020-08-05T12:55:59Z") },
            { id: 221, customer_id: 19, amount: "1464.03", transaction_type: "deposit", transaction_date: new Date("2022-07-26T07:22:01Z") },
            { id: 222, customer_id: 101, amount: "6707.74", transaction_type: "deposit", transaction_date: new Date("2022-01-19T17:57:15Z") },
            { id: 223, customer_id: 73, amount: "2972.59", transaction_type: "deposit", transaction_date: new Date("2022-01-14T16:13:22Z") },
            { id: 224, customer_id: 3, amount: "655.26", transaction_type: "deposit", transaction_date: new Date("2020-08-09T07:50:13Z") },
            { id: 225, customer_id: 90, amount: "2633.63", transaction_type: "deposit", transaction_date: new Date("2022-03-18T17:17:32Z") },
            { id: 226, customer_id: 90, amount: "124.80", transaction_type: "deposit", transaction_date: new Date("2022-08-05T19:08:02Z") },
            { id: 227, customer_id: 140, amount: "5450.26", transaction_type: "deposit", transaction_date: new Date("2023-07-03T02:38:14Z") },
            { id: 228, customer_id: 133, amount: "2679.53", transaction_type: "deposit", transaction_date: new Date("2021-10-06T14:31:10Z") },
            { id: 229, customer_id: 20, amount: "2610.34", transaction_type: "withdrawal", transaction_date: new Date("2023-10-07T17:38:54Z") },
            { id: 230, customer_id: 65, amount: null, transaction_type: "withdrawal", transaction_date: new Date("2023-05-04T07:31:13Z") },
            { id: 231, customer_id: 188, amount: "4395.53", transaction_type: "deposit", transaction_date: new Date("2022-08-02T20:33:15Z") },
            { id: 232, customer_id: 107, amount: null, transaction_type: "deposit", transaction_date: new Date("2023-06-16T11:13:23Z") },
            { id: 233, customer_id: 151, amount: null, transaction_type: "deposit", transaction_date: new Date("2022-08-28T21:44:09Z") },
            { id: 234, customer_id: 58, amount: "7434.72", transaction_type: "deposit", transaction_date: new Date("2023-07-23T11:00:48Z") },
            { id: 235, customer_id: 74, amount: null, transaction_type: "deposit", transaction_date: new Date("2023-12-19T17:37:19Z") },
            { id: 236, customer_id: 193, amount: "7067.35", transaction_type: "deposit", transaction_date: new Date("2022-11-12T19:52:58Z") },
            { id: 237, customer_id: 191, amount: "3707.76", transaction_type: "deposit", transaction_date: new Date("2022-05-09T10:43:02Z") },
            { id: 238, customer_id: 134, amount: "8203.76", transaction_type: "deposit", transaction_date: new Date("2023-07-16T12:01:18Z") },
            { id: 239, customer_id: 117, amount: "7341.42", transaction_type: "deposit", transaction_date: new Date("2021-02-10T13:39:17Z") },
            { id: 240, customer_id: 199, amount: "892.55", transaction_type: "deposit", transaction_date: new Date("2022-12-06T17:47:59Z") },
            { id: 241, customer_id: 91, amount: null, transaction_type: "withdrawal", transaction_date: new Date("2021-11-26T11:21:31Z") },
            { id: 242, customer_id: 129, amount: null, transaction_type: "deposit", transaction_date: new Date("2021-05-25T19:29:01Z") },
            { id: 243, customer_id: 37, amount: "194.66", transaction_type: "deposit", transaction_date: new Date("2020-09-23T21:13:14Z") },
            { id: 244, customer_id: 174, amount: "3256.33", transaction_type: "deposit", transaction_date: new Date("2020-08-29T17:03:41Z") },
            { id: 245, customer_id: 111, amount: "7354.78", transaction_type: "deposit", transaction_date: new Date("2020-03-11T13:52:09Z") },
            { id: 246, customer_id: 91, amount: "261.44", transaction_type: "deposit", transaction_date: new Date("2021-09-14T23:43:50Z") },
            { id: 247, customer_id: 165, amount: "2202.07", transaction_type: "deposit", transaction_date: new Date("2022-07-18T15:14:31Z") },
            { id: 248, customer_id: 195, amount: "602.96", transaction_type: "deposit", transaction_date: new Date("2022-02-05T13:47:16Z") },
            { id: 249, customer_id: 172, amount: "421.32", transaction_type: "withdrawal", transaction_date: new Date("2023-11-10T17:07:55Z") },
            { id: 250, customer_id: 97, amount: "4985.36", transaction_type: "deposit", transaction_date: new Date("2023-10-27T07:13:25Z") },
            { id: 251, customer_id: 195, amount: "5635.22", transaction_type: "withdrawal", transaction_date: new Date("2020-02-09T07:10:57Z") },
            { id: 252, customer_id: 181, amount: "3436.66", transaction_type: "deposit", transaction_date: new Date("2021-09-13T19:34:30Z") },
            { id: 253, customer_id: 135, amount: "747.93", transaction_type: "deposit", transaction_date: new Date("2021-10-19T16:27:05Z") },
            { id: 254, customer_id: 140, amount: "4745.77", transaction_type: "withdrawal", transaction_date: new Date("2020-07-28T00:15:51Z") },
            { id: 255, customer_id: 21, amount: "1171.33", transaction_type: "deposit", transaction_date: new Date("2023-03-17T01:51:11Z") },
            { id: 256, customer_id: 22, amount: "739.92", transaction_type: "deposit", transaction_date: new Date("2022-12-19T00:55:53Z") },
            { id: 257, customer_id: 35, amount: "3.14", transaction_type: "deposit", transaction_date: new Date("2022-02-14T17:56:50Z") },
            { id: 258, customer_id: 59, amount: "1571.70", transaction_type: "withdrawal", transaction_date: new Date("2022-11-11T09:13:05Z") },
            { id: 259, customer_id: 112, amount: null, transaction_type: "deposit", transaction_date: new Date("2023-12-22T07:50:47Z") },
            { id: 260, customer_id: 25, amount: "5492.45", transaction_type: "deposit", transaction_date: new Date("2020-10-21T20:20:14Z") },
            { id: 261, customer_id: 89, amount: null, transaction_type: "deposit", transaction_date: new Date("2023-05-04T10:55:44Z") },
            { id: 262, customer_id: 27, amount: "1042.09", transaction_type: "deposit", transaction_date: new Date("2022-02-18T18:38:49Z") },
            { id: 263, customer_id: 165, amount: "81.63", transaction_type: "deposit", transaction_date: new Date("2021-04-06T00:10:57Z") },
            { id: 264, customer_id: 113, amount: "2465.83", transaction_type: "withdrawal", transaction_date: new Date("2022-12-31T00:56:07Z") },
            { id: 265, customer_id: 73, amount: "8967.30", transaction_type: "withdrawal", transaction_date: new Date("2022-08-21T17:17:29Z") },
            { id: 266, customer_id: 123, amount: "1753.57", transaction_type: "withdrawal", transaction_date: new Date("2023-09-13T21:12:25Z") },
            { id: 267, customer_id: 92, amount: "2538.32", transaction_type: "withdrawal", transaction_date: new Date("2020-05-06T13:28:05Z") },
            { id: 268, customer_id: 35, amount: "1747.06", transaction_type: "deposit", transaction_date: new Date("2022-09-18T14:20:35Z") },
            { id: 269, customer_id: 83, amount: "4786.85", transaction_type: "deposit", transaction_date: new Date("2022-06-16T20:37:23Z") },
            { id: 270, customer_id: 161, amount: "1534.94", transaction_type: "withdrawal", transaction_date: new Date("2023-04-03T15:02:41Z") },
            { id: 271, customer_id: 147, amount: "1252.59", transaction_type: "withdrawal", transaction_date: new Date("2020-05-16T04:46:09Z") },
            { id: 272, customer_id: 148, amount: "7635.26", transaction_type: "withdrawal", transaction_date: new Date("2021-10-13T19:23:17Z") },
            { id: 273, customer_id: 148, amount: "9808.09", transaction_type: "deposit", transaction_date: new Date("2020-09-01T00:07:12Z") },
            { id: 274, customer_id: 135, amount: "1463.52", transaction_type: "withdrawal", transaction_date: new Date("2021-06-22T13:19:38Z") },
            { id: 275, customer_id: 111, amount: "287.17", transaction_type: "deposit", transaction_date: new Date("2023-03-16T20:46:05Z") },
            { id: 276, customer_id: 199, amount: "7888.66", transaction_type: "withdrawal", transaction_date: new Date("2020-05-09T22:54:57Z") },
            { id: 277, customer_id: 97, amount: "1618.60", transaction_type: "deposit", transaction_date: new Date("2020-08-25T17:00:17Z") },
            { id: 278, customer_id: 115, amount: "1412.49", transaction_type: "deposit", transaction_date: new Date("2021-04-14T20:34:52Z") },
            { id: 279, customer_id: 145, amount: "8970.07", transaction_type: "deposit", transaction_date: new Date("2022-10-17T08:54:47Z") },
            { id: 280, customer_id: 77, amount: null, transaction_type: "withdrawal", transaction_date: new Date("2021-07-12T20:50:35Z") },
            { id: 281, customer_id: 127, amount: "989.75", transaction_type: "deposit", transaction_date: new Date("2020-10-20T20:00:09Z") },
            { id: 282, customer_id: 3, amount: "2781.99", transaction_type: "deposit", transaction_date: new Date("2020-07-11T09:28:47Z") },
            { id: 283, customer_id: 30, amount: "5211.57", transaction_type: "deposit", transaction_date: new Date("2022-07-07T12:12:13Z") },
            { id: 284, customer_id: 102, amount: "7079.27", transaction_type: "withdrawal", transaction_date: new Date("2023-02-26T13:17:00Z") },
            { id: 285, customer_id: 158, amount: "8711.21", transaction_type: "deposit", transaction_date: new Date("2022-12-18T17:45:39Z") },
            { id: 286, customer_id: 144, amount: "9587.50", transaction_type: "deposit", transaction_date: new Date("2020-11-12T18:27:35Z") },
            { id: 287, customer_id: 60, amount: null, transaction_type: "deposit", transaction_date: new Date("2021-10-03T15:15:22Z") },
            { id: 288, customer_id: 116, amount: "3172.01", transaction_type: "deposit", transaction_date: new Date("2022-06-25T05:28:34Z") },
            { id: 289, customer_id: 97, amount: "3545.42", transaction_type: "withdrawal", transaction_date: new Date("2021-08-01T19:39:52Z") },
            { id: 290, customer_id: 23, amount: "8694.04", transaction_type: "deposit", transaction_date: new Date("2022-08-14T11:30:51Z") },
            { id: 291, customer_id: 42, amount: "5256.45", transaction_type: "withdrawal", transaction_date: new Date("2022-03-08T18:04:37Z") },
            { id: 292, customer_id: 81, amount: "8438.69", transaction_type: "deposit", transaction_date: new Date("2023-09-10T18:56:28Z") },
            { id: 293, customer_id: 188, amount: "2202.94", transaction_type: "deposit", transaction_date: new Date("2023-06-15T20:29:47Z") },
            { id: 294, customer_id: 84, amount: "4078.30", transaction_type: "deposit", transaction_date: new Date("2021-07-29T11:22:23Z") },
            { id: 295, customer_id: 125, amount: "3967.49", transaction_type: "deposit", transaction_date: new Date("2023-12-09T17:32:08Z") },
            { id: 296, customer_id: 158, amount: "5270.63", transaction_type: "withdrawal", transaction_date: new Date("2023-04-25T20:19:19Z") },
            { id: 297, customer_id: 83, amount: "7227.09", transaction_type: "deposit", transaction_date: new Date("2023-01-06T21:23:02Z") },
            { id: 298, customer_id: 61, amount: "4610.03", transaction_type: "deposit", transaction_date: new Date("2020-10-05T09:37:35Z") },
            { id: 299, customer_id: 55, amount: "620.70", transaction_type: "withdrawal", transaction_date: new Date("2020-04-24T13:03:45Z") },
            { id: 300, customer_id: 162, amount: "1229.42", transaction_type: "deposit", transaction_date: new Date("2022-09-07T11:46:26Z") },
            { id: 301, customer_id: 96, amount: null, transaction_type: "withdrawal", transaction_date: new Date("2021-09-01T18:17:09Z") },
            { id: 302, customer_id: 92, amount: "1934.15", transaction_type: "deposit", transaction_date: new Date("2023-06-06T10:01:24Z") },
            { id: 303, customer_id: 1, amount: "8181.86", transaction_type: "deposit", transaction_date: new Date("2023-05-11T11:14:12Z") },
            { id: 304, customer_id: 57, amount: "2.26", transaction_type: "deposit", transaction_date: new Date("2023-09-16T08:12:29Z") },
            { id: 305, customer_id: 28, amount: "2737.35", transaction_type: "withdrawal", transaction_date: new Date("2022-07-01T09:31:42Z") },
            { id: 306, customer_id: 170, amount: null, transaction_type: "deposit", transaction_date: new Date("2023-11-04T12:54:06Z") },
            { id: 307, customer_id: 74, amount: "5609.04", transaction_type: "deposit", transaction_date: new Date("2020-06-26T17:56:29Z") },
            { id: 308, customer_id: 142, amount: "68.00", transaction_type: "deposit", transaction_date: new Date("2021-01-11T12:06:31Z") },
            { id: 309, customer_id: 15, amount: "72.21", transaction_type: "withdrawal", transaction_date: new Date("2023-07-09T16:05:15Z") },
            { id: 310, customer_id: 64, amount: "241.99", transaction_type: "withdrawal", transaction_date: new Date("2021-11-11T16:41:59Z") },
            { id: 311, customer_id: 74, amount: "1107.22", transaction_type: "deposit", transaction_date: new Date("2023-11-27T00:42:46Z") },
            { id: 312, customer_id: 158, amount: "219.02", transaction_type: "withdrawal", transaction_date: new Date("2021-03-03T22:37:37Z") },
            { id: 313, customer_id: 156, amount: "2615.82", transaction_type: "withdrawal", transaction_date: new Date("2023-05-21T01:03:28Z") },
            { id: 314, customer_id: 20, amount: "1093.07", transaction_type: "deposit", transaction_date: new Date("2023-02-07T17:25:00Z") },
            { id: 315, customer_id: 26, amount: "1.67", transaction_type: "deposit", transaction_date: new Date("2023-03-13T09:52:57Z") },
            { id: 316, customer_id: 41, amount: "3065.24", transaction_type: "deposit", transaction_date: new Date("2022-07-16T15:24:50Z") },
            { id: 317, customer_id: 188, amount: "1563.33", transaction_type: "deposit", transaction_date: new Date("2020-11-12T13:22:15Z") },
            { id: 318, customer_id: 59, amount: "2260.94", transaction_type: "deposit", transaction_date: new Date("2021-02-15T07:25:01Z") },
            { id: 319, customer_id: 6, amount: "7609.40", transaction_type: "deposit", transaction_date: new Date("2022-06-22T07:51:59Z") },
            { id: 320, customer_id: 65, amount: null, transaction_type: "deposit", transaction_date: new Date("2023-07-13T14:11:26Z") },
            { id: 321, customer_id: 54, amount: null, transaction_type: "withdrawal", transaction_date: new Date("2021-04-06T18:10:33Z") },
            { id: 322, customer_id: 131, amount: "3359.43", transaction_type: "deposit", transaction_date: new Date("2021-04-09T20:49:50Z") },
            { id: 323, customer_id: 165, amount: "970.92", transaction_type: "deposit", transaction_date: new Date("2022-04-22T10:03:11Z") },
            { id: 324, customer_id: 36, amount: "152.07", transaction_type: "withdrawal", transaction_date: new Date("2023-06-04T17:55:42Z") },
            { id: 325, customer_id: 164, amount: "4456.95", transaction_type: "withdrawal", transaction_date: new Date("2022-09-01T16:42:07Z") },
            { id: 326, customer_id: 17, amount: "2.08", transaction_type: "deposit", transaction_date: new Date("2022-01-18T09:38:33Z") },
            { id: 327, customer_id: 65, amount: "4119.08", transaction_type: "withdrawal", transaction_date: new Date("2020-09-15T18:07:49Z") },
            { id: 328, customer_id: 95, amount: "5054.98", transaction_type: "deposit", transaction_date: new Date("2022-07-29T20:13:11Z") },
            { id: 329, customer_id: 23, amount: "168.55", transaction_type: "deposit", transaction_date: new Date("2021-05-06T13:27:08Z") },
            { id: 330, customer_id: 49, amount: "2004.98", transaction_type: "deposit", transaction_date: new Date("2021-07-29T18:56:12Z") },
            { id: 331, customer_id: 123, amount: "9502.43", transaction_type: "deposit", transaction_date: new Date("2021-02-06T14:04:03Z") },
            { id: 332, customer_id: 152, amount: "9812.55", transaction_type: "deposit", transaction_date: new Date("2020-01-25T09:28:18Z") },
            { id: 333, customer_id: 159, amount: "2127.64", transaction_type: "deposit", transaction_date: new Date("2022-11-15T09:30:09Z") },
            { id: 334, customer_id: 85, amount: "6882.41", transaction_type: "deposit", transaction_date: new Date("2023-04-11T20:15:18Z") },
            { id: 335, customer_id: 86, amount: "389.86", transaction_type: "deposit", transaction_date: new Date("2020-06-19T09:55:05Z") },
            { id: 336, customer_id: 143, amount: "1172.99", transaction_type: "deposit", transaction_date: new Date("2022-05-25T18:06:55Z") },
            { id: 337, customer_id: 4, amount: "4089.18", transaction_type: "deposit", transaction_date: new Date("2023-10-25T19:46:19Z") },
            { id: 338, customer_id: 115, amount: null, transaction_type: "deposit", transaction_date: new Date("2023-04-21T16:51:19Z") },
            { id: 339, customer_id: 70, amount: "1450.32", transaction_type: "deposit", transaction_date: new Date("2022-07-08T13:07:29Z") },
            { id: 340, customer_id: 124, amount: null, transaction_type: "deposit", transaction_date: new Date("2023-03-20T19:17:52Z") },
            { id: 341, customer_id: 151, amount: "28.15", transaction_type: "deposit", transaction_date: new Date("2023-07-05T15:39:05Z") },
            { id: 342, customer_id: 57, amount: null, transaction_type: "withdrawal", transaction_date: new Date("2022-06-11T10:07:56Z") },
            { id: 343, customer_id: 41, amount: null, transaction_type: "deposit", transaction_date: new Date("2021-12-29T11:44:20Z") },
            { id: 344, customer_id: 26, amount: "2826.98", transaction_type: "deposit", transaction_date: new Date("2023-03-05T13:25:52Z") },
            { id: 345, customer_id: 136, amount: "8047.65", transaction_type: "deposit", transaction_date: new Date("2021-07-11T13:27:09Z") },
            { id: 346, customer_id: 29, amount: "730.17", transaction_type: "deposit", transaction_date: new Date("2023-11-29T16:49:59Z") },
            { id: 347, customer_id: 91, amount: null, transaction_type: "withdrawal", transaction_date: new Date("2022-06-02T21:36:11Z") },
            { id: 348, customer_id: 162, amount: "1505.14", transaction_type: "withdrawal", transaction_date: new Date("2020-11-21T15:39:32Z") },
            { id: 349, customer_id: 7, amount: "4491.24", transaction_type: "deposit", transaction_date: new Date("2020-12-02T13:02:47Z") },
            { id: 350, customer_id: 76, amount: "8162.16", transaction_type: "deposit", transaction_date: new Date("2023-09-19T21:03:26Z") },
            { id: 351, customer_id: 28, amount: null, transaction_type: "withdrawal", transaction_date: new Date("2023-05-09T15:37:49Z") },
            { id: 352, customer_id: 181, amount: "242.08", transaction_type: "deposit", transaction_date: new Date("2020-02-27T13:35:16Z") },
            { id: 353, customer_id: 194, amount: null, transaction_type: "withdrawal", transaction_date: new Date("2022-07-01T12:53:51Z") },
            { id: 354, customer_id: 180, amount: "2229.87", transaction_type: "withdrawal", transaction_date: new Date("2022-06-15T19:22:53Z") },
            { id: 355, customer_id: 73, amount: "479.71", transaction_type: "deposit", transaction_date: new Date("2023-03-13T21:09:04Z") },
            { id: 356, customer_id: 45, amount: "1990.31", transaction_type: "deposit", transaction_date: new Date("2021-04-04T13:35:57Z") },
            { id: 357, customer_id: 46, amount: "1.39", transaction_type: "withdrawal", transaction_date: new Date("2021-12-30T13:11:11Z") },
            { id: 358, customer_id: 89, amount: "2680.58", transaction_type: "deposit", transaction_date: new Date("2023-12-14T11:59:29Z") },
            { id: 359, customer_id: 25, amount: "224.50", transaction_type: "withdrawal", transaction_date: new Date("2023-06-30T20:32:35Z") },
            { id: 360, customer_id: 38, amount: "861.03", transaction_type: "withdrawal", transaction_date: new Date("2021-06-23T19:52:24Z") },
            { id: 361, customer_id: 53, amount: "1635.08", transaction_type: "withdrawal", transaction_date: new Date("2021-09-04T11:07:14Z") },
            { id: 362, customer_id: 123, amount: "1942.05", transaction_type: "deposit", transaction_date: new Date("2023-05-29T20:14:54Z") },
            { id: 363, customer_id: 102, amount: "2256.70", transaction_type: "deposit", transaction_date: new Date("2020-09-09T14:48:01Z") },
            { id: 364, customer_id: 21, amount: "970.26", transaction_type: "withdrawal", transaction_date: new Date("2020-03-28T17:35:26Z") },
            { id: 365, customer_id: 42, amount: "47.50", transaction_type: "withdrawal", transaction_date: new Date("2023-08-14T16:45:45Z") },
            { id: 366, customer_id: 80, amount: "143.44", transaction_type: "deposit", transaction_date: new Date("2022-03-02T19:32:18Z") },
            { id: 367, customer_id: 63, amount: "4818.84", transaction_type: "deposit", transaction_date: new Date("2023-07-29T17:52:35Z") },
            { id: 368, customer_id: 18, amount: null, transaction_type: "deposit", transaction_date: new Date("2021-07-19T11:44:50Z") },
            { id: 369, customer_id: 25, amount: null, transaction_type: "withdrawal", transaction_date: new Date("2021-08-24T08:35:07Z") },
            { id: 370, customer_id: 139, amount: "6986.59", transaction_type: "deposit", transaction_date: new Date("2023-01-28T15:07:39Z") },
            { id: 371, customer_id: 123, amount: "2046.20", transaction_type: "deposit", transaction_date: new Date("2022-05-08T19:57:01Z") },
            { id: 372, customer_id: 165, amount: "6001.85", transaction_type: "deposit", transaction_date: new Date("2021-11-26T11:46:22Z") },
            { id: 373, customer_id: 49, amount: "5818.01", transaction_type: "deposit", transaction_date: new Date("2022-11-13T09:11:55Z") },
            { id: 374, customer_id: 106, amount: "9996.55", transaction_type: "deposit", transaction_date: new Date("2021-05-18T19:29:46Z") },
            { id: 375, customer_id: 144, amount: "3378.75", transaction_type: "deposit", transaction_date: new Date("2023-10-02T09:52:17Z") },
            { id: 376, customer_id: 34, amount: "1514.48", transaction_type: "deposit", transaction_date: new Date("2022-12-13T18:05:04Z") },
            { id: 377, customer_id: 170, amount: "50.92", transaction_type: "withdrawal", transaction_date: new Date("2020-11-08T13:08:05Z") },
            { id: 378, customer_id: 152, amount: "337.34", transaction_type: "deposit", transaction_date: new Date("2023-01-18T05:19:34Z") },
            { id: 379, customer_id: 1, amount: "93.38", transaction_type: "withdrawal", transaction_date: new Date("2022-03-15T18:10:10Z") },
            { id: 380, customer_id: 198, amount: "5040.39", transaction_type: "deposit", transaction_date: new Date("2021-10-09T00:15:27Z") },
            { id: 381, customer_id: 88, amount: "9772.35", transaction_type: "withdrawal", transaction_date: new Date("2020-08-21T11:57:43Z") },
            { id: 382, customer_id: 37, amount: "1595.34", transaction_type: "deposit", transaction_date: new Date("2020-02-28T16:26:13Z") },
            { id: 383, customer_id: 3, amount: "1435.88", transaction_type: "withdrawal", transaction_date: new Date("2020-11-02T11:46:12Z") },
            { id: 384, customer_id: 195, amount: "6354.22", transaction_type: "withdrawal", transaction_date: new Date("2020-05-28T19:31:20Z") },
            { id: 385, customer_id: 95, amount: "6308.35", transaction_type: "withdrawal", transaction_date: new Date("2023-11-01T09:11:52Z") },
            { id: 386, customer_id: 64, amount: "2147.64", transaction_type: "withdrawal", transaction_date: new Date("2022-09-17T10:52:48Z") },
            { id: 387, customer_id: 96, amount: "1939.56", transaction_type: "withdrawal", transaction_date: new Date("2021-10-21T11:00:14Z") },
            { id: 388, customer_id: 59, amount: "6778.19", transaction_type: "deposit", transaction_date: new Date("2021-04-30T19:26:35Z") },
            { id: 389, customer_id: 91, amount: "7548.84", transaction_type: "deposit", transaction_date: new Date("2021-03-13T19:22:13Z") },
            { id: 390, customer_id: 155, amount: "1.04", transaction_type: "deposit", transaction_date: new Date("2022-09-21T12:20:16Z") },
            { id: 391, customer_id: 135, amount: "2220.38", transaction_type: "deposit", transaction_date: new Date("2022-04-12T14:16:14Z") },
            { id: 392, customer_id: 125, amount: null, transaction_type: "deposit", transaction_date: new Date("2022-11-04T17:25:07Z") },
            { id: 393, customer_id: 94, amount: null, transaction_type: "deposit", transaction_date: new Date("2020-12-01T12:36:11Z") },
            { id: 394, customer_id: 163, amount: "590.43", transaction_type: "deposit", transaction_date: new Date("2021-10-13T13:02:03Z") },
            { id: 395, customer_id: 178, amount: "3855.64", transaction_type: "deposit", transaction_date: new Date("2020-07-27T15:32:36Z") },
            { id: 396, customer_id: 26, amount: "1534.84", transaction_type: "deposit", transaction_date: new Date("2021-07-03T01:27:17Z") },
            { id: 397, customer_id: 165, amount: "6751.04", transaction_type: "withdrawal", transaction_date: new Date("2021-04-06T14:40:19Z") },
            { id: 398, customer_id: 79, amount: "440.97", transaction_type: "deposit", transaction_date: new Date("2020-09-17T23:44:57Z") },
            { id: 399, customer_id: 132, amount: "8287.00", transaction_type: "withdrawal", transaction_date: new Date("2022-02-04T09:18:35Z") },
            { id: 400, customer_id: 122, amount: "2891.80", transaction_type: "withdrawal", transaction_date: new Date("2023-12-21T16:44:04Z") },
            { id: 401, customer_id: 24, amount: "6389.70", transaction_type: "deposit", transaction_date: new Date("2022-07-10T20:35:42Z") },
            { id: 402, customer_id: 131, amount: "249.36", transaction_type: "deposit", transaction_date: new Date("2020-10-02T09:51:48Z") },
            { id: 403, customer_id: 104, amount: "2994.85", transaction_type: "deposit", transaction_date: new Date("2020-11-26T11:43:25Z") },
            { id: 404, customer_id: 51, amount: "148.31", transaction_type: "withdrawal", transaction_date: new Date("2022-01-30T21:43:11Z") },
            { id: 405, customer_id: 155, amount: "3953.35", transaction_type: "deposit", transaction_date: new Date("2023-05-02T15:11:04Z") },
            { id: 406, customer_id: 14, amount: "7074.01", transaction_type: "deposit", transaction_date: new Date("2021-07-24T17:28:55Z") },
            { id: 407, customer_id: 121, amount: null, transaction_type: "withdrawal", transaction_date: new Date("2023-09-17T10:12:06Z") },
            { id: 408, customer_id: 149, amount: "983.91", transaction_type: "deposit", transaction_date: new Date("2023-07-31T02:02:02Z") },
            { id: 409, customer_id: 16, amount: "8003.61", transaction_type: "withdrawal", transaction_date: new Date("2023-12-29T08:37:49Z") },
            { id: 410, customer_id: 67, amount: "1569.30", transaction_type: "withdrawal", transaction_date: new Date("2022-12-04T11:08:31Z") },
            { id: 411, customer_id: 86, amount: "5087.42", transaction_type: "deposit", transaction_date: new Date("2022-05-15T14:37:21Z") },
            { id: 412, customer_id: 177, amount: "66.14", transaction_type: "deposit", transaction_date: new Date("2023-04-03T07:04:14Z") },
            { id: 413, customer_id: 94, amount: "97.48", transaction_type: "deposit", transaction_date: new Date("2023-08-11T20:31:19Z") },
            { id: 414, customer_id: 183, amount: null, transaction_type: "withdrawal", transaction_date: new Date("2020-07-30T21:55:44Z") },
            { id: 415, customer_id: 185, amount: "3379.76", transaction_type: "withdrawal", transaction_date: new Date("2023-12-11T17:35:42Z") },
            { id: 416, customer_id: 155, amount: "6413.44", transaction_type: "deposit", transaction_date: new Date("2020-09-30T17:54:41Z") },
            { id: 417, customer_id: 55, amount: "4476.69", transaction_type: "deposit", transaction_date: new Date("2022-12-02T13:13:53Z") },
            { id: 418, customer_id: 107, amount: "1017.00", transaction_type: "withdrawal", transaction_date: new Date("2021-02-14T12:03:52Z") },
            { id: 419, customer_id: 163, amount: "4272.19", transaction_type: "deposit", transaction_date: new Date("2022-11-15T13:13:25Z") },
            { id: 420, customer_id: 68, amount: "2930.12", transaction_type: "deposit", transaction_date: new Date("2022-07-02T15:16:03Z") },
            { id: 421, customer_id: 58, amount: null, transaction_type: "withdrawal", transaction_date: new Date("2020-04-28T09:49:01Z") },
            { id: 422, customer_id: 187, amount: "1195.65", transaction_type: "deposit", transaction_date: new Date("2021-10-29T10:10:54Z") },
            { id: 423, customer_id: 187, amount: "1633.30", transaction_type: "deposit", transaction_date: new Date("2023-08-23T21:56:46Z") },
            { id: 424, customer_id: 6, amount: "3335.26", transaction_type: "deposit", transaction_date: new Date("2023-04-16T07:11:59Z") },
            { id: 425, customer_id: 7, amount: "350.69", transaction_type: "deposit", transaction_date: new Date("2022-07-21T18:22:05Z") },
            { id: 426, customer_id: 107, amount: null, transaction_type: "deposit", transaction_date: new Date("2023-05-18T23:50:24Z") },
            { id: 427, customer_id: 143, amount: "2068.00", transaction_type: "deposit", transaction_date: new Date("2023-03-20T00:02:12Z") },
            { id: 428, customer_id: 103, amount: "8317.37", transaction_type: "withdrawal", transaction_date: new Date("2023-12-03T12:19:55Z") },
            { id: 429, customer_id: 66, amount: "612.94", transaction_type: "deposit", transaction_date: new Date("2023-10-06T07:42:44Z") },
            { id: 430, customer_id: 126, amount: "7049.18", transaction_type: "deposit", transaction_date: new Date("2021-03-20T00:19:39Z") },
            { id: 431, customer_id: 25, amount: "7439.51", transaction_type: "deposit", transaction_date: new Date("2023-07-28T20:35:30Z") },
            { id: 432, customer_id: 101, amount: "1783.15", transaction_type: "withdrawal", transaction_date: new Date("2021-12-09T12:05:24Z") },
            { id: 433, customer_id: 107, amount: null, transaction_type: "deposit", transaction_date: new Date("2023-11-19T18:52:57Z") },
            { id: 434, customer_id: 86, amount: "8.29", transaction_type: "withdrawal", transaction_date: new Date("2023-11-18T10:17:38Z") },
            { id: 435, customer_id: 42, amount: "8930.72", transaction_type: "deposit", transaction_date: new Date("2023-02-05T19:53:51Z") },
            { id: 436, customer_id: 73, amount: "3.78", transaction_type: "deposit", transaction_date: new Date("2023-05-15T18:34:54Z") },
            { id: 437, customer_id: 130, amount: "6061.98", transaction_type: "withdrawal", transaction_date: new Date("2022-11-22T19:27:33Z") },
            { id: 438, customer_id: 157, amount: "6357.04", transaction_type: "deposit", transaction_date: new Date("2022-01-04T03:19:10Z") },
            { id: 439, customer_id: 62, amount: "2924.85", transaction_type: "deposit", transaction_date: new Date("2021-05-29T12:12:29Z") },
            { id: 440, customer_id: 1, amount: "835.47", transaction_type: "withdrawal", transaction_date: new Date("2022-09-03T00:42:29Z") },
            { id: 441, customer_id: 96, amount: "36.07", transaction_type: "withdrawal", transaction_date: new Date("2021-05-17T19:56:13Z") },
            { id: 442, customer_id: 158, amount: "187.01", transaction_type: "deposit", transaction_date: new Date("2023-07-25T19:24:08Z") },
            { id: 443, customer_id: 200, amount: "2816.72", transaction_type: "deposit", transaction_date: new Date("2021-05-18T20:26:04Z") },
            { id: 444, customer_id: 129, amount: "1328.28", transaction_type: "withdrawal", transaction_date: new Date("2021-09-22T21:06:08Z") },
            { id: 445, customer_id: 42, amount: "667.01", transaction_type: "withdrawal", transaction_date: new Date("2023-07-09T10:54:50Z") },
            { id: 446, customer_id: 158, amount: "517.68", transaction_type: "deposit", transaction_date: new Date("2022-01-10T18:33:41Z") },
            { id: 447, customer_id: 78, amount: "7536.44", transaction_type: "withdrawal", transaction_date: new Date("2021-03-10T12:22:24Z") },
            { id: 448, customer_id: 181, amount: "8321.49", transaction_type: "deposit", transaction_date: new Date("2023-07-09T21:18:17Z") },
            { id: 449, customer_id: 65, amount: "2297.61", transaction_type: "deposit", transaction_date: new Date("2022-09-29T17:38:33Z") },
            { id: 450, customer_id: 23, amount: null, transaction_type: "withdrawal", transaction_date: new Date("2022-01-24T11:43:38Z") },
            { id: 451, customer_id: 75, amount: "6604.18", transaction_type: "deposit", transaction_date: new Date("2020-01-09T08:05:58Z") },
            { id: 452, customer_id: 75, amount: "2853.19", transaction_type: "deposit", transaction_date: new Date("2020-08-06T19:39:44Z") },
            { id: 453, customer_id: 199, amount: "8324.71", transaction_type: "deposit", transaction_date: new Date("2023-10-06T11:46:21Z") },
            { id: 454, customer_id: 188, amount: "5598.50", transaction_type: "withdrawal", transaction_date: new Date("2020-10-09T14:44:04Z") },
            { id: 455, customer_id: 155, amount: "1747.60", transaction_type: "deposit", transaction_date: new Date("2023-10-31T19:58:06Z") },
            { id: 456, customer_id: 147, amount: "93.96", transaction_type: "deposit", transaction_date: new Date("2023-12-22T19:23:46Z") },
            { id: 457, customer_id: 178, amount: "2534.06", transaction_type: "deposit", transaction_date: new Date("2021-12-03T11:13:35Z") },
            { id: 458, customer_id: 24, amount: "1473.96", transaction_type: "deposit", transaction_date: new Date("2022-08-17T09:42:40Z") },
            { id: 459, customer_id: 25, amount: "2418.82", transaction_type: "deposit", transaction_date: new Date("2022-02-20T14:43:52Z") },
            { id: 460, customer_id: 142, amount: "3764.26", transaction_type: "withdrawal", transaction_date: new Date("2023-04-01T11:58:39Z") },
            { id: 461, customer_id: 147, amount: "3441.68", transaction_type: "deposit", transaction_date: new Date("2020-11-21T15:33:27Z") },
            { id: 462, customer_id: 38, amount: "6928.59", transaction_type: "deposit", transaction_date: new Date("2021-06-19T18:05:13Z") },
            { id: 463, customer_id: 190, amount: "2.17", transaction_type: "withdrawal", transaction_date: new Date("2022-06-18T07:32:06Z") },
            { id: 464, customer_id: 172, amount: "7885.09", transaction_type: "deposit", transaction_date: new Date("2020-02-11T15:41:00Z") },
            { id: 465, customer_id: 15, amount: "855.88", transaction_type: "deposit", transaction_date: new Date("2021-11-09T15:14:08Z") },
            { id: 466, customer_id: 25, amount: "2256.00", transaction_type: "deposit", transaction_date: new Date("2023-06-23T20:37:27Z") },
            { id: 467, customer_id: 177, amount: "1744.54", transaction_type: "deposit", transaction_date: new Date("2020-12-19T13:34:19Z") },
            { id: 468, customer_id: 49, amount: "4853.76", transaction_type: "deposit", transaction_date: new Date("2021-08-10T09:41:26Z") },
            { id: 469, customer_id: 158, amount: "8854.77", transaction_type: "deposit", transaction_date: new Date("2023-10-15T21:37:50Z") },
            { id: 470, customer_id: 40, amount: "215.08", transaction_type: "withdrawal", transaction_date: new Date("2020-05-04T09:19:20Z") },
            { id: 471, customer_id: 155, amount: "6603.53", transaction_type: "withdrawal", transaction_date: new Date("2021-04-02T13:51:35Z") },
            { id: 472, customer_id: 24, amount: "94.56", transaction_type: "withdrawal", transaction_date: new Date("2022-12-26T20:58:28Z") },
            { id: 473, customer_id: 177, amount: "1613.42", transaction_type: "withdrawal", transaction_date: new Date("2022-09-09T17:45:16Z") },
            { id: 474, customer_id: 88, amount: null, transaction_type: "deposit", transaction_date: new Date("2023-01-19T11:04:40Z") },
            { id: 475, customer_id: 182, amount: "2282.31", transaction_type: "deposit", transaction_date: new Date("2021-09-26T16:37:11Z") },
            { id: 476, customer_id: 194, amount: "2774.77", transaction_type: "deposit", transaction_date: new Date("2023-02-12T16:11:09Z") },
            { id: 477, customer_id: 42, amount: "2112.41", transaction_type: "withdrawal", transaction_date: new Date("2021-08-18T11:14:40Z") },
            { id: 478, customer_id: 52, amount: "2333.30", transaction_type: "withdrawal", transaction_date: new Date("2021-05-12T11:04:12Z") },
            { id: 479, customer_id: 53, amount: "9018.21", transaction_type: "deposit", transaction_date: new Date("2022-01-06T19:00:37Z") },
            { id: 480, customer_id: 117, amount: "7263.56", transaction_type: "deposit", transaction_date: new Date("2020-12-28T11:30:43Z") },
            { id: 481, customer_id: 191, amount: "880.52", transaction_type: "deposit", transaction_date: new Date("2021-04-16T17:06:19Z") },
            { id: 482, customer_id: 57, amount: "5163.11", transaction_type: "deposit", transaction_date: new Date("2022-11-14T08:56:33Z") },
            { id: 483, customer_id: 143, amount: "1158.73", transaction_type: "withdrawal", transaction_date: new Date("2023-04-22T13:09:04Z") },
            { id: 484, customer_id: 140, amount: "510.93", transaction_type: "deposit", transaction_date: new Date("2021-11-19T10:29:29Z") },
            { id: 485, customer_id: 48, amount: "99.80", transaction_type: "deposit", transaction_date: new Date("2023-07-23T00:17:48Z") },
            { id: 486, customer_id: 24, amount: "2848.14", transaction_type: "deposit", transaction_date: new Date("2021-04-18T12:46:06Z") },
            { id: 487, customer_id: 61, amount: "1599.55", transaction_type: "deposit", transaction_date: new Date("2022-04-10T12:23:53Z") },
            { id: 488, customer_id: 47, amount: "2286.34", transaction_type: "withdrawal", transaction_date: new Date("2023-12-17T21:27:17Z") },
            { id: 489, customer_id: 159, amount: "9277.25", transaction_type: "withdrawal", transaction_date: new Date("2022-10-18T20:32:46Z") },
            { id: 490, customer_id: 69, amount: "647.30", transaction_type: "deposit", transaction_date: new Date("2021-04-20T21:58:11Z") },
            { id: 491, customer_id: 108, amount: "3811.08", transaction_type: "deposit", transaction_date: new Date("2023-09-17T14:42:23Z") },
            { id: 492, customer_id: 152, amount: "8481.54", transaction_type: "deposit", transaction_date: new Date("2020-11-21T20:36:46Z") },
            { id: 493, customer_id: 167, amount: null, transaction_type: "withdrawal", transaction_date: new Date("2022-09-03T15:59:55Z") },
            { id: 494, customer_id: 98, amount: null, transaction_type: "deposit", transaction_date: new Date("2021-10-14T19:37:45Z") },
            { id: 495, customer_id: 109, amount: "727.04", transaction_type: "deposit", transaction_date: new Date("2020-03-26T12:03:52Z") },
            { id: 496, customer_id: 197, amount: "94.88", transaction_type: "deposit", transaction_date: new Date("2023-04-04T22:15:08Z") },
            { id: 497, customer_id: 113, amount: "670.83", transaction_type: "deposit", transaction_date: new Date("2020-10-20T20:04:14Z") },
            { id: 498, customer_id: 131, amount: "6088.31", transaction_type: "deposit", transaction_date: new Date("2022-04-03T20:27:07Z") },
            { id: 499, customer_id: 70, amount: "2048.00", transaction_type: "deposit", transaction_date: new Date("2021-02-25T17:42:45Z") },
            { id: 500, customer_id: 47, amount: "15.16", transaction_type: "withdrawal", transaction_date: new Date("2022-11-10T20:00:45Z") },
        ],
    });
    await prisma.transactions.createMany({
        data: [
            { id: 501, customer_id: 49, amount: "9033.34", transaction_type: "deposit", transaction_date: new Date("2020-04-06T22:16:16Z") },
            { id: 502, customer_id: 83, amount: "9343.71", transaction_type: "deposit", transaction_date: new Date("2023-09-22T12:31:20Z") },
            { id: 503, customer_id: 53, amount: "3980.71", transaction_type: "deposit", transaction_date: new Date("2021-09-14T16:36:29Z") },
            { id: 504, customer_id: 114, amount: "1756.51", transaction_type: "deposit", transaction_date: new Date("2022-12-10T19:43:38Z") },
            { id: 505, customer_id: 180, amount: "6285.87", transaction_type: "deposit", transaction_date: new Date("2020-07-30T08:24:43Z") },
            { id: 506, customer_id: 128, amount: "5834.01", transaction_type: "deposit", transaction_date: new Date("2021-12-08T15:11:11Z") },
            { id: 507, customer_id: 69, amount: "8517.01", transaction_type: "withdrawal", transaction_date: new Date("2021-01-15T08:03:36Z") },
            { id: 508, customer_id: 14, amount: null, transaction_type: "withdrawal", transaction_date: new Date("2020-01-04T12:48:10Z") },
            { id: 509, customer_id: 91, amount: "6626.45", transaction_type: "deposit", transaction_date: new Date("2023-04-18T21:58:09Z") },
            { id: 510, customer_id: 3, amount: "1095.50", transaction_type: "withdrawal", transaction_date: new Date("2023-07-14T17:52:20Z") },
            { id: 511, customer_id: 133, amount: "174.97", transaction_type: "deposit", transaction_date: new Date("2023-08-05T07:08:15Z") },
            { id: 512, customer_id: 56, amount: "9692.88", transaction_type: "deposit", transaction_date: new Date("2022-06-07T17:42:35Z") },
            { id: 513, customer_id: 165, amount: "1924.11", transaction_type: "withdrawal", transaction_date: new Date("2021-04-04T18:24:42Z") },
            { id: 514, customer_id: 32, amount: "8310.39", transaction_type: "deposit", transaction_date: new Date("2021-03-29T10:03:41Z") },
            { id: 515, customer_id: 194, amount: "1745.64", transaction_type: "deposit", transaction_date: new Date("2023-07-13T16:51:25Z") },
            { id: 516, customer_id: 193, amount: "5.65", transaction_type: "deposit", transaction_date: new Date("2020-10-09T13:22:53Z") },
            { id: 517, customer_id: 47, amount: "961.25", transaction_type: "deposit", transaction_date: new Date("2021-11-22T21:29:03Z") },
            { id: 518, customer_id: 104, amount: "592.22", transaction_type: "withdrawal", transaction_date: new Date("2023-11-07T19:41:13Z") },
            { id: 519, customer_id: 157, amount: "7815.93", transaction_type: "withdrawal", transaction_date: new Date("2020-10-16T18:49:48Z") },
            { id: 520, customer_id: 57, amount: "422.22", transaction_type: "deposit", transaction_date: new Date("2022-08-01T14:15:25Z") },
            { id: 521, customer_id: 105, amount: "182.96", transaction_type: "deposit", transaction_date: new Date("2023-01-22T11:13:44Z") },
            { id: 522, customer_id: 71, amount: "6713.33", transaction_type: "withdrawal", transaction_date: new Date("2022-05-26T17:24:08Z") },
            { id: 523, customer_id: 17, amount: "2028.88", transaction_type: "deposit", transaction_date: new Date("2021-06-15T07:32:26Z") },
            { id: 524, customer_id: 113, amount: null, transaction_type: "deposit", transaction_date: new Date("2023-10-08T17:10:06Z") },
            { id: 525, customer_id: 48, amount: null, transaction_type: "withdrawal", transaction_date: new Date("2021-10-14T07:59:18Z") },
            { id: 526, customer_id: 156, amount: "2389.63", transaction_type: "deposit", transaction_date: new Date("2023-08-19T14:28:55Z") },
            { id: 527, customer_id: 89, amount: "1.29", transaction_type: "deposit", transaction_date: new Date("2022-05-19T03:52:52Z") },
            { id: 528, customer_id: 52, amount: "2562.96", transaction_type: "deposit", transaction_date: new Date("2020-05-09T18:51:34Z") },
            { id: 529, customer_id: 117, amount: "60.57", transaction_type: "withdrawal", transaction_date: new Date("2023-05-09T13:55:32Z") },
            { id: 530, customer_id: 23, amount: null, transaction_type: "deposit", transaction_date: new Date("2022-12-28T17:54:42Z") },
            { id: 531, customer_id: 144, amount: "6098.87", transaction_type: "deposit", transaction_date: new Date("2020-01-26T06:00:07Z") },
            { id: 532, customer_id: 153, amount: null, transaction_type: "deposit", transaction_date: new Date("2022-02-24T19:35:28Z") },
            { id: 533, customer_id: 110, amount: null, transaction_type: "deposit", transaction_date: new Date("2023-06-07T19:56:44Z") },
            { id: 534, customer_id: 74, amount: "65.64", transaction_type: "deposit", transaction_date: new Date("2023-03-30T07:30:42Z") },
            { id: 535, customer_id: 32, amount: null, transaction_type: "deposit", transaction_date: new Date("2022-06-10T19:43:50Z") },
            { id: 536, customer_id: 8, amount: "285.21", transaction_type: "withdrawal", transaction_date: new Date("2023-05-25T10:25:13Z") },
            { id: 537, customer_id: 76, amount: "8184.34", transaction_type: "deposit", transaction_date: new Date("2022-07-26T12:12:40Z") },
            { id: 538, customer_id: 115, amount: "3677.38", transaction_type: "deposit", transaction_date: new Date("2023-03-14T09:21:39Z") },
            { id: 539, customer_id: 185, amount: "245.71", transaction_type: "deposit", transaction_date: new Date("2023-11-18T21:22:25Z") },
            { id: 540, customer_id: 94, amount: "5836.85", transaction_type: "deposit", transaction_date: new Date("2020-05-17T20:04:22Z") },
            { id: 541, customer_id: 167, amount: "1199.22", transaction_type: "withdrawal", transaction_date: new Date("2023-03-18T19:48:22Z") },
            { id: 542, customer_id: 166, amount: "126.93", transaction_type: "deposit", transaction_date: new Date("2020-03-03T16:20:41Z") },
            { id: 543, customer_id: 92, amount: "9463.23", transaction_type: "withdrawal", transaction_date: new Date("2023-03-03T19:50:03Z") },
            { id: 544, customer_id: 157, amount: "2865.59", transaction_type: "deposit", transaction_date: new Date("2022-07-18T15:16:44Z") },
            { id: 545, customer_id: 89, amount: "458.95", transaction_type: "deposit", transaction_date: new Date("2022-12-10T13:48:41Z") },
            { id: 546, customer_id: 3, amount: "1733.49", transaction_type: "withdrawal", transaction_date: new Date("2022-12-26T14:35:38Z") },
            { id: 547, customer_id: 191, amount: "9700.82", transaction_type: "deposit", transaction_date: new Date("2022-01-18T19:29:41Z") },
            { id: 548, customer_id: 161, amount: "3474.67", transaction_type: "deposit", transaction_date: new Date("2022-10-01T20:54:45Z") },
            { id: 549, customer_id: 20, amount: "588.07", transaction_type: "withdrawal", transaction_date: new Date("2023-07-20T15:37:43Z") },
            { id: 550, customer_id: 19, amount: "6766.61", transaction_type: "deposit", transaction_date: new Date("2023-07-09T14:34:07Z") },
            { id: 551, customer_id: 180, amount: "936.53", transaction_type: "withdrawal", transaction_date: new Date("2021-10-24T10:24:32Z") },
            { id: 552, customer_id: 5, amount: "7113.25", transaction_type: "deposit", transaction_date: new Date("2022-02-23T22:12:59Z") },
            { id: 553, customer_id: 69, amount: "6611.32", transaction_type: "deposit", transaction_date: new Date("2023-04-22T18:47:48Z") },
            { id: 554, customer_id: 112, amount: "105.86", transaction_type: "withdrawal", transaction_date: new Date("2022-08-19T06:29:33Z") },
            { id: 555, customer_id: 72, amount: "3525.64", transaction_type: "deposit", transaction_date: new Date("2023-01-09T20:17:48Z") },
            { id: 556, customer_id: 75, amount: "6659.75", transaction_type: "deposit", transaction_date: new Date("2020-05-25T17:04:20Z") },
            { id: 557, customer_id: 14, amount: null, transaction_type: "deposit", transaction_date: new Date("2022-07-01T18:43:27Z") },
            { id: 558, customer_id: 156, amount: "1541.65", transaction_type: "deposit", transaction_date: new Date("2021-06-01T18:21:30Z") },
            { id: 559, customer_id: 61, amount: "8018.61", transaction_type: "withdrawal", transaction_date: new Date("2023-07-12T18:38:28Z") },
            { id: 560, customer_id: 132, amount: "1558.95", transaction_type: "deposit", transaction_date: new Date("2023-06-25T14:55:25Z") },
            { id: 561, customer_id: 140, amount: "1971.22", transaction_type: "deposit", transaction_date: new Date("2021-08-28T18:44:47Z") },
            { id: 562, customer_id: 169, amount: null, transaction_type: "withdrawal", transaction_date: new Date("2022-03-05T00:45:37Z") },
            { id: 563, customer_id: 72, amount: "7377.90", transaction_type: "deposit", transaction_date: new Date("2020-07-19T19:46:22Z") },
            { id: 564, customer_id: 109, amount: "419.87", transaction_type: "withdrawal", transaction_date: new Date("2020-02-06T11:46:03Z") },
            { id: 565, customer_id: 122, amount: "1852.14", transaction_type: "deposit", transaction_date: new Date("2023-04-13T13:10:40Z") },
            { id: 566, customer_id: 150, amount: "3.68", transaction_type: "deposit", transaction_date: new Date("2023-07-04T23:34:51Z") },
            { id: 567, customer_id: 76, amount: "2913.32", transaction_type: "deposit", transaction_date: new Date("2020-12-31T18:15:59Z") },
            { id: 568, customer_id: 20, amount: "561.74", transaction_type: "deposit", transaction_date: new Date("2021-11-15T16:27:52Z") },
            { id: 569, customer_id: 192, amount: "452.83", transaction_type: "withdrawal", transaction_date: new Date("2023-05-19T20:53:34Z") },
            { id: 570, customer_id: 23, amount: "3003.21", transaction_type: "withdrawal", transaction_date: new Date("2022-07-09T09:38:23Z") },
            { id: 571, customer_id: 98, amount: "6595.84", transaction_type: "deposit", transaction_date: new Date("2023-05-02T19:18:54Z") },
            { id: 572, customer_id: 109, amount: "2590.24", transaction_type: "deposit", transaction_date: new Date("2022-09-19T07:21:16Z") },
            { id: 573, customer_id: 114, amount: "3052.47", transaction_type: "deposit", transaction_date: new Date("2023-05-28T12:03:35Z") },
            { id: 574, customer_id: 138, amount: "7490.17", transaction_type: "deposit", transaction_date: new Date("2022-07-19T17:49:31Z") },
            { id: 575, customer_id: 77, amount: "1.00", transaction_type: "deposit", transaction_date: new Date("2022-02-26T20:42:03Z") },
            { id: 576, customer_id: 186, amount: "560.55", transaction_type: "withdrawal", transaction_date: new Date("2021-01-15T20:17:31Z") },
            { id: 577, customer_id: 157, amount: null, transaction_type: "withdrawal", transaction_date: new Date("2020-04-20T14:41:30Z") },
            { id: 578, customer_id: 75, amount: "3332.96", transaction_type: "deposit", transaction_date: new Date("2020-12-16T08:46:15Z") },
            { id: 579, customer_id: 158, amount: "1359.63", transaction_type: "withdrawal", transaction_date: new Date("2023-10-29T17:09:06Z") },
            { id: 580, customer_id: 102, amount: "291.86", transaction_type: "deposit", transaction_date: new Date("2023-03-18T13:30:37Z") },
            { id: 581, customer_id: 38, amount: "7675.95", transaction_type: "withdrawal", transaction_date: new Date("2022-05-21T15:53:33Z") },
            { id: 582, customer_id: 1, amount: null, transaction_type: "deposit", transaction_date: new Date("2021-09-18T12:23:17Z") },
            { id: 583, customer_id: 136, amount: "229.30", transaction_type: "deposit", transaction_date: new Date("2022-12-06T13:39:34Z") },
            { id: 584, customer_id: 80, amount: "2496.67", transaction_type: "deposit", transaction_date: new Date("2023-06-28T12:27:21Z") },
            { id: 585, customer_id: 102, amount: "3810.84", transaction_type: "withdrawal", transaction_date: new Date("2022-12-09T21:41:20Z") },
            { id: 586, customer_id: 64, amount: "1020.05", transaction_type: "deposit", transaction_date: new Date("2020-10-05T10:03:43Z") },
            { id: 587, customer_id: 167, amount: "5388.81", transaction_type: "withdrawal", transaction_date: new Date("2020-08-14T17:28:17Z") },
            { id: 588, customer_id: 166, amount: "1716.99", transaction_type: "deposit", transaction_date: new Date("2020-06-04T08:27:01Z") },
            { id: 589, customer_id: 68, amount: "2872.79", transaction_type: "withdrawal", transaction_date: new Date("2020-04-03T07:25:41Z") },
            { id: 590, customer_id: 124, amount: "1275.47", transaction_type: "deposit", transaction_date: new Date("2022-02-08T18:42:52Z") },
            { id: 591, customer_id: 96, amount: "2919.59", transaction_type: "deposit", transaction_date: new Date("2022-03-23T14:54:43Z") },
            { id: 592, customer_id: 36, amount: "1829.95", transaction_type: "deposit", transaction_date: new Date("2022-05-30T12:01:05Z") },
            { id: 593, customer_id: 120, amount: "4577.99", transaction_type: "withdrawal", transaction_date: new Date("2021-06-23T17:11:42Z") },
            { id: 594, customer_id: 96, amount: "625.48", transaction_type: "withdrawal", transaction_date: new Date("2021-08-29T08:04:37Z") },
            { id: 595, customer_id: 146, amount: "4052.97", transaction_type: "deposit", transaction_date: new Date("2023-10-02T15:22:10Z") },
            { id: 596, customer_id: 29, amount: "16.00", transaction_type: "deposit", transaction_date: new Date("2023-09-08T04:56:42Z") },
            { id: 597, customer_id: 121, amount: "949.83", transaction_type: "deposit", transaction_date: new Date("2020-09-26T12:36:03Z") },
            { id: 598, customer_id: 88, amount: null, transaction_type: "deposit", transaction_date: new Date("2021-09-24T20:17:48Z") },
            { id: 599, customer_id: 173, amount: "2957.63", transaction_type: "deposit", transaction_date: new Date("2022-07-26T08:27:44Z") },
            { id: 600, customer_id: 71, amount: "7270.56", transaction_type: "deposit", transaction_date: new Date("2021-11-14T19:48:26Z") },
            { id: 601, customer_id: 90, amount: "385.84", transaction_type: "withdrawal", transaction_date: new Date("2021-01-09T20:06:12Z") },
            { id: 602, customer_id: 58, amount: "316.57", transaction_type: "deposit", transaction_date: new Date("2022-06-12T15:56:27Z") },
            { id: 603, customer_id: 1, amount: "7366.58", transaction_type: "deposit", transaction_date: new Date("2023-05-15T17:54:25Z") },
            { id: 604, customer_id: 13, amount: null, transaction_type: "deposit", transaction_date: new Date("2021-11-08T11:49:31Z") },
            { id: 605, customer_id: 111, amount: "4626.68", transaction_type: "withdrawal", transaction_date: new Date("2023-05-10T11:37:41Z") },
            { id: 606, customer_id: 15, amount: "1161.41", transaction_type: "deposit", transaction_date: new Date("2023-10-22T08:45:42Z") },
            { id: 607, customer_id: 35, amount: "2199.60", transaction_type: "withdrawal", transaction_date: new Date("2020-08-03T17:16:45Z") },
            { id: 608, customer_id: 140, amount: "7880.18", transaction_type: "deposit", transaction_date: new Date("2021-06-26T13:20:50Z") },
            { id: 609, customer_id: 60, amount: "5140.27", transaction_type: "deposit", transaction_date: new Date("2023-02-22T17:05:39Z") },
            { id: 610, customer_id: 99, amount: "4193.13", transaction_type: "deposit", transaction_date: new Date("2022-12-21T20:21:35Z") },
            { id: 611, customer_id: 131, amount: "6488.39", transaction_type: "deposit", transaction_date: new Date("2022-09-29T19:51:06Z") },
            { id: 612, customer_id: 3, amount: "219.47", transaction_type: "withdrawal", transaction_date: new Date("2022-12-17T18:50:24Z") },
            { id: 613, customer_id: 191, amount: "202.91", transaction_type: "withdrawal", transaction_date: new Date("2023-04-27T20:16:49Z") },
            { id: 614, customer_id: 22, amount: "343.17", transaction_type: "deposit", transaction_date: new Date("2022-08-20T02:48:07Z") },
            { id: 615, customer_id: 153, amount: "16.95", transaction_type: "deposit", transaction_date: new Date("2023-07-01T17:51:31Z") },
            { id: 616, customer_id: 198, amount: null, transaction_type: "deposit", transaction_date: new Date("2023-03-21T11:19:22Z") },
            { id: 617, customer_id: 63, amount: "4164.83", transaction_type: "withdrawal", transaction_date: new Date("2022-04-08T08:15:20Z") },
            { id: 618, customer_id: 125, amount: "5502.95", transaction_type: "deposit", transaction_date: new Date("2022-03-09T12:59:07Z") },
            { id: 619, customer_id: 41, amount: "3356.78", transaction_type: "deposit", transaction_date: new Date("2023-06-01T15:30:40Z") },
            { id: 620, customer_id: 170, amount: "1378.70", transaction_type: "withdrawal", transaction_date: new Date("2021-12-29T06:27:49Z") },
            { id: 621, customer_id: 120, amount: "488.69", transaction_type: "deposit", transaction_date: new Date("2022-11-11T14:34:34Z") },
            { id: 622, customer_id: 146, amount: "5580.30", transaction_type: "deposit", transaction_date: new Date("2020-05-03T15:25:31Z") },
            { id: 623, customer_id: 42, amount: "9376.12", transaction_type: "deposit", transaction_date: new Date("2021-08-23T18:32:10Z") },
            { id: 624, customer_id: 116, amount: "3920.44", transaction_type: "deposit", transaction_date: new Date("2020-05-31T23:09:37Z") },
            { id: 625, customer_id: 160, amount: "2652.97", transaction_type: "deposit", transaction_date: new Date("2022-08-12T08:56:10Z") },
            { id: 626, customer_id: 8, amount: "5000.04", transaction_type: "deposit", transaction_date: new Date("2023-06-10T20:02:18Z") },
            { id: 627, customer_id: 147, amount: "8.15", transaction_type: "deposit", transaction_date: new Date("2023-10-29T12:23:15Z") },
            { id: 628, customer_id: 128, amount: "29.50", transaction_type: "withdrawal", transaction_date: new Date("2021-11-10T21:09:17Z") },
            { id: 629, customer_id: 157, amount: "6888.34", transaction_type: "deposit", transaction_date: new Date("2022-02-16T19:12:19Z") },
            { id: 630, customer_id: 27, amount: "5187.08", transaction_type: "deposit", transaction_date: new Date("2022-09-06T12:57:17Z") },
            { id: 631, customer_id: 186, amount: "7559.84", transaction_type: "deposit", transaction_date: new Date("2022-12-16T11:22:00Z") },
            { id: 632, customer_id: 172, amount: "2062.24", transaction_type: "deposit", transaction_date: new Date("2020-03-06T00:37:50Z") },
            { id: 633, customer_id: 85, amount: "5821.29", transaction_type: "withdrawal", transaction_date: new Date("2021-06-22T12:10:19Z") },
            { id: 634, customer_id: 172, amount: "5971.85", transaction_type: "withdrawal", transaction_date: new Date("2021-08-21T07:39:35Z") },
            { id: 635, customer_id: 195, amount: "977.33", transaction_type: "deposit", transaction_date: new Date("2023-01-18T22:14:49Z") },
            { id: 636, customer_id: 162, amount: "3018.86", transaction_type: "deposit", transaction_date: new Date("2022-10-11T21:23:46Z") },
            { id: 637, customer_id: 194, amount: "9790.11", transaction_type: "withdrawal", transaction_date: new Date("2023-01-16T14:11:11Z") },
            { id: 638, customer_id: 182, amount: "8833.57", transaction_type: "withdrawal", transaction_date: new Date("2023-12-07T13:14:48Z") },
            { id: 639, customer_id: 132, amount: "4152.65", transaction_type: "withdrawal", transaction_date: new Date("2023-06-29T06:01:16Z") },
            { id: 640, customer_id: 18, amount: "1278.82", transaction_type: "withdrawal", transaction_date: new Date("2023-11-04T05:31:13Z") },
            { id: 641, customer_id: 139, amount: "334.26", transaction_type: "deposit", transaction_date: new Date("2021-01-23T19:48:04Z") },
            { id: 642, customer_id: 142, amount: "2722.56", transaction_type: "deposit", transaction_date: new Date("2020-02-25T19:32:29Z") },
            { id: 643, customer_id: 11, amount: "6594.89", transaction_type: "deposit", transaction_date: new Date("2023-07-13T20:53:23Z") },
            { id: 644, customer_id: 148, amount: "4470.89", transaction_type: "withdrawal", transaction_date: new Date("2020-02-01T12:27:09Z") },
            { id: 645, customer_id: 51, amount: "2101.44", transaction_type: "deposit", transaction_date: new Date("2023-01-15T12:25:51Z") },
            { id: 646, customer_id: 134, amount: "9135.92", transaction_type: "withdrawal", transaction_date: new Date("2023-02-09T08:44:22Z") },
            { id: 647, customer_id: 135, amount: "5251.56", transaction_type: "deposit", transaction_date: new Date("2022-10-03T14:39:34Z") },
            { id: 648, customer_id: 32, amount: "6117.48", transaction_type: "deposit", transaction_date: new Date("2020-05-17T20:48:09Z") },
            { id: 649, customer_id: 61, amount: "5542.73", transaction_type: "withdrawal", transaction_date: new Date("2021-08-07T12:08:55Z") },
            { id: 650, customer_id: 171, amount: "90.86", transaction_type: "deposit", transaction_date: new Date("2020-07-23T18:08:18Z") },
            { id: 651, customer_id: 69, amount: "4416.00", transaction_type: "deposit", transaction_date: new Date("2021-09-18T18:08:27Z") },
            { id: 652, customer_id: 197, amount: "15.66", transaction_type: "deposit", transaction_date: new Date("2023-11-07T16:39:24Z") },
            { id: 653, customer_id: 79, amount: "1551.63", transaction_type: "withdrawal", transaction_date: new Date("2020-12-27T11:59:14Z") },
            { id: 654, customer_id: 103, amount: "29.82", transaction_type: "deposit", transaction_date: new Date("2023-07-23T17:39:08Z") },
            { id: 655, customer_id: 13, amount: "3.32", transaction_type: "deposit", transaction_date: new Date("2022-05-12T13:58:23Z") },
            { id: 656, customer_id: 78, amount: "2509.41", transaction_type: "deposit", transaction_date: new Date("2021-08-30T15:29:02Z") },
            { id: 657, customer_id: 192, amount: null, transaction_type: "deposit", transaction_date: new Date("2022-01-11T14:00:27Z") },
            { id: 658, customer_id: 177, amount: "8822.46", transaction_type: "deposit", transaction_date: new Date("2023-09-30T12:43:33Z") },
            { id: 659, customer_id: 125, amount: "4105.68", transaction_type: "withdrawal", transaction_date: new Date("2023-12-26T11:25:26Z") },
            { id: 660, customer_id: 98, amount: "6613.51", transaction_type: "deposit", transaction_date: new Date("2023-03-09T20:22:31Z") },
            { id: 661, customer_id: 92, amount: "711.74", transaction_type: "deposit", transaction_date: new Date("2021-03-26T18:24:02Z") },
            { id: 662, customer_id: 50, amount: "2547.87", transaction_type: "deposit", transaction_date: new Date("2020-05-26T14:04:07Z") },
            { id: 663, customer_id: 171, amount: "857.37", transaction_type: "deposit", transaction_date: new Date("2022-03-04T21:09:25Z") },
            { id: 664, customer_id: 14, amount: "1503.99", transaction_type: "deposit", transaction_date: new Date("2023-10-02T21:47:00Z") },
            { id: 665, customer_id: 99, amount: "3839.54", transaction_type: "deposit", transaction_date: new Date("2022-02-21T14:45:48Z") },
            { id: 666, customer_id: 91, amount: "6880.09", transaction_type: "deposit", transaction_date: new Date("2022-05-03T09:07:08Z") },
            { id: 667, customer_id: 69, amount: "3834.20", transaction_type: "deposit", transaction_date: new Date("2022-10-12T09:43:06Z") },
            { id: 668, customer_id: 130, amount: "8266.43", transaction_type: "deposit", transaction_date: new Date("2020-11-26T18:53:46Z") },
            { id: 669, customer_id: 81, amount: "681.83", transaction_type: "withdrawal", transaction_date: new Date("2022-08-04T13:44:05Z") },
            { id: 670, customer_id: 40, amount: "690.51", transaction_type: "deposit", transaction_date: new Date("2021-07-19T10:21:52Z") },
            { id: 671, customer_id: 37, amount: null, transaction_type: "deposit", transaction_date: new Date("2022-01-29T17:27:56Z") },
            { id: 672, customer_id: 82, amount: "3487.16", transaction_type: "withdrawal", transaction_date: new Date("2021-03-26T15:16:25Z") },
            { id: 673, customer_id: 69, amount: "7068.43", transaction_type: "withdrawal", transaction_date: new Date("2023-01-03T10:05:05Z") },
            { id: 674, customer_id: 85, amount: "5937.15", transaction_type: "deposit", transaction_date: new Date("2021-07-31T23:31:37Z") },
            { id: 675, customer_id: 84, amount: "3330.19", transaction_type: "deposit", transaction_date: new Date("2023-10-19T14:56:20Z") },
            { id: 676, customer_id: 18, amount: "9976.37", transaction_type: "deposit", transaction_date: new Date("2022-02-14T15:11:55Z") },
            { id: 677, customer_id: 124, amount: "7136.46", transaction_type: "deposit", transaction_date: new Date("2023-05-19T00:14:22Z") },
            { id: 678, customer_id: 12, amount: "855.88", transaction_type: "withdrawal", transaction_date: new Date("2023-08-30T13:46:19Z") },
            { id: 679, customer_id: 85, amount: "3348.08", transaction_type: "deposit", transaction_date: new Date("2020-01-18T19:01:17Z") },
            { id: 680, customer_id: 28, amount: "1148.13", transaction_type: "deposit", transaction_date: new Date("2023-12-11T01:06:45Z") },
            { id: 681, customer_id: 64, amount: "585.79", transaction_type: "deposit", transaction_date: new Date("2022-07-04T11:36:58Z") },
            { id: 682, customer_id: 102, amount: "1785.30", transaction_type: "deposit", transaction_date: new Date("2022-08-08T14:57:38Z") },
            { id: 683, customer_id: 139, amount: "2974.06", transaction_type: "deposit", transaction_date: new Date("2023-12-22T19:46:52Z") },
            { id: 684, customer_id: 75, amount: "43.98", transaction_type: "deposit", transaction_date: new Date("2022-04-07T08:37:31Z") },
            { id: 685, customer_id: 175, amount: "3885.96", transaction_type: "withdrawal", transaction_date: new Date("2021-05-24T17:45:22Z") },
            { id: 686, customer_id: 23, amount: "9248.89", transaction_type: "withdrawal", transaction_date: new Date("2020-05-04T22:51:37Z") },
            { id: 687, customer_id: 172, amount: "785.17", transaction_type: "deposit", transaction_date: new Date("2023-03-29T07:45:54Z") },
            { id: 688, customer_id: 161, amount: "717.50", transaction_type: "deposit", transaction_date: new Date("2023-02-13T08:47:09Z") },
            { id: 689, customer_id: 71, amount: "970.09", transaction_type: "withdrawal", transaction_date: new Date("2023-11-08T19:36:27Z") },
            { id: 690, customer_id: 120, amount: "6469.05", transaction_type: "deposit", transaction_date: new Date("2021-10-03T13:50:42Z") },
            { id: 691, customer_id: 48, amount: "4793.91", transaction_type: "deposit", transaction_date: new Date("2022-09-06T19:43:31Z") },
            { id: 692, customer_id: 121, amount: null, transaction_type: "withdrawal", transaction_date: new Date("2023-03-04T19:16:35Z") },
            { id: 693, customer_id: 125, amount: "635.71", transaction_type: "deposit", transaction_date: new Date("2023-07-10T13:16:55Z") },
            { id: 694, customer_id: 181, amount: "1047.83", transaction_type: "withdrawal", transaction_date: new Date("2023-05-01T20:20:04Z") },
            { id: 695, customer_id: 90, amount: "1970.25", transaction_type: "withdrawal", transaction_date: new Date("2020-07-11T21:26:58Z") },
            { id: 696, customer_id: 103, amount: null, transaction_type: "withdrawal", transaction_date: new Date("2023-04-22T20:50:54Z") },
            { id: 697, customer_id: 26, amount: "2643.27", transaction_type: "deposit", transaction_date: new Date("2023-10-11T17:36:24Z") },
            { id: 698, customer_id: 22, amount: "7485.30", transaction_type: "withdrawal", transaction_date: new Date("2022-03-03T11:08:42Z") },
            { id: 699, customer_id: 140, amount: "2012.91", transaction_type: "deposit", transaction_date: new Date("2023-09-20T21:45:26Z") },
            { id: 700, customer_id: 138, amount: "3917.28", transaction_type: "deposit", transaction_date: new Date("2022-01-29T19:49:32Z") },
            { id: 701, customer_id: 105, amount: "5456.89", transaction_type: "withdrawal", transaction_date: new Date("2021-07-09T10:39:48Z") },
            { id: 702, customer_id: 118, amount: "7466.80", transaction_type: "deposit", transaction_date: new Date("2023-11-06T07:43:13Z") },
            { id: 703, customer_id: 73, amount: "2260.86", transaction_type: "deposit", transaction_date: new Date("2022-03-10T11:26:04Z") },
            { id: 704, customer_id: 114, amount: "8627.82", transaction_type: "deposit", transaction_date: new Date("2022-10-31T11:33:04Z") },
            { id: 705, customer_id: 145, amount: "783.78", transaction_type: "withdrawal", transaction_date: new Date("2023-05-30T23:08:01Z") },
            { id: 706, customer_id: 19, amount: "1970.26", transaction_type: "withdrawal", transaction_date: new Date("2022-02-03T15:46:17Z") },
            { id: 707, customer_id: 117, amount: "2465.84", transaction_type: "deposit", transaction_date: new Date("2021-08-03T16:05:57Z") },
            { id: 708, customer_id: 16, amount: "5930.52", transaction_type: "deposit", transaction_date: new Date("2022-03-16T13:34:05Z") },
            { id: 709, customer_id: 152, amount: "8189.63", transaction_type: "deposit", transaction_date: new Date("2023-06-10T12:53:06Z") },
            { id: 710, customer_id: 187, amount: "2435.50", transaction_type: "deposit", transaction_date: new Date("2022-10-07T15:05:56Z") },
            { id: 711, customer_id: 196, amount: null, transaction_type: "deposit", transaction_date: new Date("2021-07-13T19:45:08Z") },
            { id: 712, customer_id: 65, amount: "3187.78", transaction_type: "withdrawal", transaction_date: new Date("2023-09-10T17:24:17Z") },
            { id: 713, customer_id: 52, amount: "92.77", transaction_type: "deposit", transaction_date: new Date("2021-08-04T09:09:04Z") },
            { id: 714, customer_id: 55, amount: "2883.96", transaction_type: "deposit", transaction_date: new Date("2020-08-13T09:08:49Z") },
            { id: 715, customer_id: 102, amount: "7.06", transaction_type: "deposit", transaction_date: new Date("2023-06-07T18:39:04Z") },
            { id: 716, customer_id: 48, amount: "2080.88", transaction_type: "deposit", transaction_date: new Date("2023-10-19T08:20:30Z") },
            { id: 717, customer_id: 26, amount: "8856.34", transaction_type: "deposit", transaction_date: new Date("2021-07-22T22:09:14Z") },
            { id: 718, customer_id: 105, amount: "2186.12", transaction_type: "withdrawal", transaction_date: new Date("2022-11-05T19:37:22Z") },
            { id: 719, customer_id: 38, amount: "4.68", transaction_type: "deposit", transaction_date: new Date("2023-05-02T17:09:50Z") },
            { id: 720, customer_id: 123, amount: "3713.98", transaction_type: "deposit", transaction_date: new Date("2020-04-16T17:42:40Z") },
            { id: 721, customer_id: 85, amount: "6446.24", transaction_type: "deposit", transaction_date: new Date("2021-10-05T05:15:08Z") },
            { id: 722, customer_id: 123, amount: "854.25", transaction_type: "deposit", transaction_date: new Date("2022-08-27T11:03:34Z") },
            { id: 723, customer_id: 94, amount: null, transaction_type: "withdrawal", transaction_date: new Date("2022-04-25T01:04:34Z") },
            { id: 724, customer_id: 120, amount: "1413.94", transaction_type: "deposit", transaction_date: new Date("2023-07-09T13:30:59Z") },
            { id: 725, customer_id: 80, amount: "2120.90", transaction_type: "deposit", transaction_date: new Date("2021-10-09T13:21:52Z") },
            { id: 726, customer_id: 47, amount: "7462.73", transaction_type: "deposit", transaction_date: new Date("2022-03-12T19:44:06Z") },
            { id: 727, customer_id: 166, amount: "4.89", transaction_type: "deposit", transaction_date: new Date("2020-01-25T19:48:01Z") },
            { id: 728, customer_id: 19, amount: "363.45", transaction_type: "deposit", transaction_date: new Date("2020-11-04T17:41:34Z") },
            { id: 729, customer_id: 193, amount: "1049.42", transaction_type: "deposit", transaction_date: new Date("2021-07-30T18:04:12Z") },
            { id: 730, customer_id: 84, amount: "1867.97", transaction_type: "deposit", transaction_date: new Date("2023-08-02T22:04:16Z") },
            { id: 731, customer_id: 33, amount: "4536.55", transaction_type: "deposit", transaction_date: new Date("2021-01-16T19:26:35Z") },
            { id: 732, customer_id: 33, amount: "6532.68", transaction_type: "deposit", transaction_date: new Date("2022-07-04T00:29:55Z") },
            { id: 733, customer_id: 105, amount: "2272.70", transaction_type: "deposit", transaction_date: new Date("2021-03-04T21:50:49Z") },
            { id: 734, customer_id: 173, amount: "1112.12", transaction_type: "deposit", transaction_date: new Date("2022-06-30T11:48:37Z") },
            { id: 735, customer_id: 131, amount: "7213.68", transaction_type: "deposit", transaction_date: new Date("2023-09-04T17:05:35Z") },
            { id: 736, customer_id: 109, amount: "7860.29", transaction_type: "deposit", transaction_date: new Date("2023-12-16T12:23:13Z") },
            { id: 737, customer_id: 124, amount: "2938.21", transaction_type: "deposit", transaction_date: new Date("2021-03-12T18:37:45Z") },
            { id: 738, customer_id: 76, amount: "9615.00", transaction_type: "deposit", transaction_date: new Date("2023-03-24T19:12:39Z") },
            { id: 739, customer_id: 161, amount: "2570.04", transaction_type: "withdrawal", transaction_date: new Date("2022-01-31T11:02:51Z") },
            { id: 740, customer_id: 67, amount: "2741.32", transaction_type: "deposit", transaction_date: new Date("2022-12-27T00:48:00Z") },
            { id: 741, customer_id: 132, amount: "2224.85", transaction_type: "deposit", transaction_date: new Date("2020-12-12T18:42:32Z") },
            { id: 742, customer_id: 120, amount: "864.22", transaction_type: "deposit", transaction_date: new Date("2020-08-30T20:45:56Z") },
            { id: 743, customer_id: 158, amount: null, transaction_type: "withdrawal", transaction_date: new Date("2020-04-21T23:12:32Z") },
            { id: 744, customer_id: 43, amount: "5323.19", transaction_type: "deposit", transaction_date: new Date("2023-02-02T15:03:56Z") },
            { id: 745, customer_id: 70, amount: "7490.31", transaction_type: "deposit", transaction_date: new Date("2022-08-30T19:57:23Z") },
            { id: 746, customer_id: 187, amount: "1440.22", transaction_type: "deposit", transaction_date: new Date("2021-12-20T18:45:48Z") },
            { id: 747, customer_id: 64, amount: null, transaction_type: "withdrawal", transaction_date: new Date("2021-06-19T10:36:09Z") },
            { id: 748, customer_id: 49, amount: "5334.14", transaction_type: "deposit", transaction_date: new Date("2021-11-28T16:01:05Z") },
            { id: 749, customer_id: 115, amount: "2412.13", transaction_type: "deposit", transaction_date: new Date("2020-09-27T07:54:08Z") },
            { id: 750, customer_id: 165, amount: null, transaction_type: "deposit", transaction_date: new Date("2023-06-28T08:54:21Z") },
            { id: 751, customer_id: 86, amount: "3674.50", transaction_type: "withdrawal", transaction_date: new Date("2022-11-16T12:06:25Z") },
            { id: 752, customer_id: 56, amount: "5002.37", transaction_type: "deposit", transaction_date: new Date("2022-03-28T23:39:15Z") },
            { id: 753, customer_id: 28, amount: "8832.10", transaction_type: "withdrawal", transaction_date: new Date("2021-10-16T17:29:39Z") },
            { id: 754, customer_id: 118, amount: "7255.88", transaction_type: "withdrawal", transaction_date: new Date("2021-07-30T13:15:22Z") },
            { id: 755, customer_id: 59, amount: "851.16", transaction_type: "deposit", transaction_date: new Date("2023-05-16T11:14:37Z") },
            { id: 756, customer_id: 135, amount: "2626.16", transaction_type: "deposit", transaction_date: new Date("2020-02-11T21:33:50Z") },
            { id: 757, customer_id: 191, amount: "6203.39", transaction_type: "deposit", transaction_date: new Date("2023-12-15T12:50:43Z") },
            { id: 758, customer_id: 50, amount: "1.43", transaction_type: "deposit", transaction_date: new Date("2022-09-01T17:17:56Z") },
            { id: 759, customer_id: 118, amount: null, transaction_type: "withdrawal", transaction_date: new Date("2020-07-20T17:23:49Z") },
            { id: 760, customer_id: 162, amount: "4412.65", transaction_type: "deposit", transaction_date: new Date("2020-10-26T08:06:26Z") },
            { id: 761, customer_id: 177, amount: "7878.51", transaction_type: "deposit", transaction_date: new Date("2022-07-14T20:46:54Z") },
            { id: 762, customer_id: 45, amount: "129.99", transaction_type: "withdrawal", transaction_date: new Date("2020-10-12T19:30:18Z") },
            { id: 763, customer_id: 32, amount: "9011.62", transaction_type: "deposit", transaction_date: new Date("2022-06-09T19:40:15Z") },
            { id: 764, customer_id: 42, amount: "1136.33", transaction_type: "deposit", transaction_date: new Date("2023-11-20T20:08:17Z") },
            { id: 765, customer_id: 3, amount: "4702.23", transaction_type: "deposit", transaction_date: new Date("2023-06-07T07:28:57Z") },
            { id: 766, customer_id: 156, amount: "8661.89", transaction_type: "deposit", transaction_date: new Date("2020-09-24T09:16:56Z") },
            { id: 767, customer_id: 98, amount: null, transaction_type: "deposit", transaction_date: new Date("2022-12-28T12:08:11Z") },
            { id: 768, customer_id: 92, amount: "4938.48", transaction_type: "deposit", transaction_date: new Date("2022-12-08T10:01:01Z") },
            { id: 769, customer_id: 86, amount: "2603.70", transaction_type: "deposit", transaction_date: new Date("2021-10-31T15:58:50Z") },
            { id: 770, customer_id: 137, amount: "275.83", transaction_type: "withdrawal", transaction_date: new Date("2022-01-29T10:19:05Z") },
            { id: 771, customer_id: 61, amount: "357.14", transaction_type: "deposit", transaction_date: new Date("2021-12-15T22:56:04Z") },
            { id: 772, customer_id: 123, amount: "1111.06", transaction_type: "withdrawal", transaction_date: new Date("2022-12-26T21:12:34Z") },
            { id: 773, customer_id: 67, amount: "275.95", transaction_type: "deposit", transaction_date: new Date("2022-03-08T11:45:54Z") },
            { id: 774, customer_id: 117, amount: "7142.05", transaction_type: "withdrawal", transaction_date: new Date("2020-10-06T12:30:03Z") },
            { id: 775, customer_id: 196, amount: "1941.00", transaction_type: "deposit", transaction_date: new Date("2022-02-10T15:04:48Z") },
            { id: 776, customer_id: 112, amount: "119.32", transaction_type: "deposit", transaction_date: new Date("2021-10-21T19:33:02Z") },
            { id: 777, customer_id: 37, amount: "39.20", transaction_type: "deposit", transaction_date: new Date("2020-10-31T15:18:44Z") },
            { id: 778, customer_id: 54, amount: "8022.05", transaction_type: "withdrawal", transaction_date: new Date("2023-04-28T09:25:31Z") },
            { id: 779, customer_id: 15, amount: null, transaction_type: "deposit", transaction_date: new Date("2023-12-06T07:47:58Z") },
            { id: 780, customer_id: 89, amount: "6064.02", transaction_type: "deposit", transaction_date: new Date("2021-03-22T13:21:44Z") },
            { id: 781, customer_id: 85, amount: "595.02", transaction_type: "deposit", transaction_date: new Date("2020-05-28T09:37:41Z") },
            { id: 782, customer_id: 155, amount: "1763.67", transaction_type: "deposit", transaction_date: new Date("2020-04-25T14:47:52Z") },
            { id: 783, customer_id: 72, amount: "2293.68", transaction_type: "deposit", transaction_date: new Date("2022-12-20T19:18:15Z") },
            { id: 784, customer_id: 3, amount: "460.61", transaction_type: "withdrawal", transaction_date: new Date("2021-05-21T16:23:18Z") },
            { id: 785, customer_id: 186, amount: "757.80", transaction_type: "withdrawal", transaction_date: new Date("2022-04-30T10:18:32Z") },
            { id: 786, customer_id: 92, amount: null, transaction_type: "withdrawal", transaction_date: new Date("2022-12-12T18:51:03Z") },
            { id: 787, customer_id: 47, amount: null, transaction_type: "deposit", transaction_date: new Date("2023-07-24T21:02:30Z") },
            { id: 788, customer_id: 146, amount: "37.70", transaction_type: "deposit", transaction_date: new Date("2022-03-20T13:46:24Z") },
            { id: 789, customer_id: 23, amount: "192.96", transaction_type: "withdrawal", transaction_date: new Date("2023-10-02T12:02:06Z") },
            { id: 790, customer_id: 45, amount: "409.71", transaction_type: "withdrawal", transaction_date: new Date("2022-03-28T13:31:54Z") },
            { id: 791, customer_id: 116, amount: "334.00", transaction_type: "deposit", transaction_date: new Date("2023-09-07T11:07:10Z") },
            { id: 792, customer_id: 176, amount: "1427.72", transaction_type: "deposit", transaction_date: new Date("2022-11-04T19:05:26Z") },
            { id: 793, customer_id: 148, amount: "37.32", transaction_type: "withdrawal", transaction_date: new Date("2023-11-06T16:16:37Z") },
            { id: 794, customer_id: 93, amount: "5437.53", transaction_type: "deposit", transaction_date: new Date("2022-12-26T09:11:43Z") },
            { id: 795, customer_id: 60, amount: "341.46", transaction_type: "deposit", transaction_date: new Date("2023-05-03T21:20:10Z") },
            { id: 796, customer_id: 182, amount: "1097.22", transaction_type: "withdrawal", transaction_date: new Date("2021-04-15T12:16:42Z") },
            { id: 797, customer_id: 64, amount: null, transaction_type: "withdrawal", transaction_date: new Date("2022-05-11T22:28:59Z") },
            { id: 798, customer_id: 134, amount: "2992.94", transaction_type: "deposit", transaction_date: new Date("2020-11-17T14:18:18Z") },
            { id: 799, customer_id: 131, amount: "47.30", transaction_type: "withdrawal", transaction_date: new Date("2021-01-11T15:05:20Z") },
            { id: 800, customer_id: 187, amount: "2269.25", transaction_type: "deposit", transaction_date: new Date("2023-05-08T22:58:00Z") },
            { id: 801, customer_id: 141, amount: "699.48", transaction_type: "withdrawal", transaction_date: new Date("2022-09-11T11:58:28Z") },
            { id: 802, customer_id: 50, amount: "2450.20", transaction_type: "deposit", transaction_date: new Date("2021-01-07T13:08:20Z") },
            { id: 803, customer_id: 62, amount: "601.35", transaction_type: "deposit", transaction_date: new Date("2022-09-12T11:54:56Z") },
            { id: 804, customer_id: 50, amount: "4618.36", transaction_type: "deposit", transaction_date: new Date("2023-04-17T08:09:23Z") },
            { id: 805, customer_id: 122, amount: "40.14", transaction_type: "withdrawal", transaction_date: new Date("2023-10-11T16:08:45Z") },
            { id: 806, customer_id: 139, amount: "6741.94", transaction_type: "deposit", transaction_date: new Date("2023-08-01T17:45:52Z") },
            { id: 807, customer_id: 173, amount: "5179.37", transaction_type: "withdrawal", transaction_date: new Date("2023-11-24T22:06:07Z") },
            { id: 808, customer_id: 172, amount: "383.62", transaction_type: "deposit", transaction_date: new Date("2023-04-05T18:59:39Z") },
            { id: 809, customer_id: 10, amount: "2598.85", transaction_type: "withdrawal", transaction_date: new Date("2023-10-04T13:20:02Z") },
            { id: 810, customer_id: 79, amount: "633.02", transaction_type: "deposit", transaction_date: new Date("2023-04-23T06:06:52Z") },
            { id: 811, customer_id: 133, amount: "274.60", transaction_type: "withdrawal", transaction_date: new Date("2021-11-26T11:07:09Z") },
            { id: 812, customer_id: 74, amount: "442.93", transaction_type: "deposit", transaction_date: new Date("2022-02-07T19:08:32Z") },
            { id: 813, customer_id: 50, amount: "984.62", transaction_type: "deposit", transaction_date: new Date("2021-09-14T09:39:13Z") },
            { id: 814, customer_id: 153, amount: "918.61", transaction_type: "deposit", transaction_date: new Date("2021-05-04T22:36:45Z") },
            { id: 815, customer_id: 96, amount: "1160.64", transaction_type: "deposit", transaction_date: new Date("2023-05-04T16:51:44Z") },
            { id: 816, customer_id: 85, amount: "4303.34", transaction_type: "deposit", transaction_date: new Date("2020-10-06T10:07:46Z") },
            { id: 817, customer_id: 193, amount: "9259.53", transaction_type: "deposit", transaction_date: new Date("2023-09-23T19:48:03Z") },
            { id: 818, customer_id: 133, amount: "905.39", transaction_type: "deposit", transaction_date: new Date("2020-07-15T10:49:00Z") },
            { id: 819, customer_id: 120, amount: "6454.25", transaction_type: "deposit", transaction_date: new Date("2022-06-24T13:31:34Z") },
            { id: 820, customer_id: 128, amount: "397.68", transaction_type: "withdrawal", transaction_date: new Date("2021-08-27T20:39:28Z") },
            { id: 821, customer_id: 154, amount: null, transaction_type: "deposit", transaction_date: new Date("2021-03-20T20:52:55Z") },
            { id: 822, customer_id: 136, amount: "3317.54", transaction_type: "withdrawal", transaction_date: new Date("2022-12-29T15:40:48Z") },
            { id: 823, customer_id: 12, amount: "18.94", transaction_type: "deposit", transaction_date: new Date("2023-12-16T20:29:06Z") },
            { id: 824, customer_id: 30, amount: "2589.80", transaction_type: "withdrawal", transaction_date: new Date("2023-09-28T00:58:35Z") },
            { id: 825, customer_id: 33, amount: "2225.02", transaction_type: "deposit", transaction_date: new Date("2021-11-11T13:38:51Z") },
            { id: 826, customer_id: 88, amount: "332.79", transaction_type: "deposit", transaction_date: new Date("2022-01-26T18:31:57Z") },
            { id: 827, customer_id: 72, amount: "813.75", transaction_type: "withdrawal", transaction_date: new Date("2022-11-17T02:50:13Z") },
            { id: 828, customer_id: 197, amount: null, transaction_type: "withdrawal", transaction_date: new Date("2022-07-09T17:47:12Z") },
            { id: 829, customer_id: 149, amount: "3243.01", transaction_type: "deposit", transaction_date: new Date("2022-08-03T13:01:21Z") },
            { id: 830, customer_id: 40, amount: "6723.33", transaction_type: "deposit", transaction_date: new Date("2022-06-29T18:31:22Z") },
            { id: 831, customer_id: 182, amount: "2927.52", transaction_type: "withdrawal", transaction_date: new Date("2023-06-26T17:55:22Z") },
            { id: 832, customer_id: 22, amount: null, transaction_type: "deposit", transaction_date: new Date("2022-07-20T09:29:35Z") },
            { id: 833, customer_id: 40, amount: "4187.77", transaction_type: "deposit", transaction_date: new Date("2023-11-20T23:41:27Z") },
            { id: 834, customer_id: 128, amount: "6433.23", transaction_type: "deposit", transaction_date: new Date("2020-10-25T20:50:21Z") },
            { id: 835, customer_id: 158, amount: null, transaction_type: "withdrawal", transaction_date: new Date("2022-10-13T17:25:07Z") },
            { id: 836, customer_id: 59, amount: "11.39", transaction_type: "deposit", transaction_date: new Date("2021-12-24T17:01:06Z") },
            { id: 837, customer_id: 167, amount: "8581.37", transaction_type: "deposit", transaction_date: new Date("2022-04-29T14:02:37Z") },
            { id: 838, customer_id: 57, amount: "5008.87", transaction_type: "deposit", transaction_date: new Date("2021-12-07T11:31:36Z") },
            { id: 839, customer_id: 184, amount: "900.33", transaction_type: "deposit", transaction_date: new Date("2022-05-01T22:07:36Z") },
            { id: 840, customer_id: 116, amount: "132.58", transaction_type: "deposit", transaction_date: new Date("2022-10-17T12:05:33Z") },
            { id: 841, customer_id: 44, amount: "222.23", transaction_type: "deposit", transaction_date: new Date("2023-01-04T11:30:11Z") },
            { id: 842, customer_id: 183, amount: "7101.90", transaction_type: "deposit", transaction_date: new Date("2023-10-30T21:04:32Z") },
            { id: 843, customer_id: 149, amount: "2105.53", transaction_type: "deposit", transaction_date: new Date("2022-10-15T22:52:36Z") },
            { id: 844, customer_id: 26, amount: "1585.41", transaction_type: "withdrawal", transaction_date: new Date("2022-10-25T00:59:21Z") },
            { id: 845, customer_id: 66, amount: null, transaction_type: "withdrawal", transaction_date: new Date("2022-07-23T12:42:47Z") },
            { id: 846, customer_id: 34, amount: "4208.33", transaction_type: "withdrawal", transaction_date: new Date("2022-06-17T15:50:34Z") },
            { id: 847, customer_id: 142, amount: "2553.98", transaction_type: "deposit", transaction_date: new Date("2021-09-04T15:13:37Z") },
            { id: 848, customer_id: 92, amount: "416.47", transaction_type: "withdrawal", transaction_date: new Date("2021-05-23T11:07:03Z") },
            { id: 849, customer_id: 118, amount: "481.14", transaction_type: "withdrawal", transaction_date: new Date("2021-09-18T04:56:27Z") },
            { id: 850, customer_id: 157, amount: "8573.42", transaction_type: "deposit", transaction_date: new Date("2022-02-20T14:50:30Z") },
            { id: 851, customer_id: 65, amount: "3516.02", transaction_type: "deposit", transaction_date: new Date("2021-12-18T15:55:16Z") },
            { id: 852, customer_id: 43, amount: "4049.27", transaction_type: "withdrawal", transaction_date: new Date("2023-05-12T14:07:42Z") },
            { id: 853, customer_id: 112, amount: "1595.65", transaction_type: "withdrawal", transaction_date: new Date("2022-01-02T15:41:58Z") },
            { id: 854, customer_id: 50, amount: "1084.73", transaction_type: "deposit", transaction_date: new Date("2021-06-16T13:14:34Z") },
            { id: 855, customer_id: 192, amount: "6912.73", transaction_type: "withdrawal", transaction_date: new Date("2020-08-07T00:03:08Z") },
            { id: 856, customer_id: 18, amount: "4301.44", transaction_type: "withdrawal", transaction_date: new Date("2022-09-10T09:19:27Z") },
            { id: 857, customer_id: 193, amount: "5437.49", transaction_type: "deposit", transaction_date: new Date("2021-07-14T12:15:14Z") },
            { id: 858, customer_id: 101, amount: "1149.83", transaction_type: "deposit", transaction_date: new Date("2020-01-24T18:43:18Z") },
            { id: 859, customer_id: 61, amount: "9999.36", transaction_type: "withdrawal", transaction_date: new Date("2021-04-09T14:12:55Z") },
            { id: 860, customer_id: 120, amount: "32.86", transaction_type: "deposit", transaction_date: new Date("2023-08-01T22:29:50Z") },
            { id: 861, customer_id: 33, amount: "5650.01", transaction_type: "withdrawal", transaction_date: new Date("2022-11-28T08:23:44Z") },
            { id: 862, customer_id: 189, amount: null, transaction_type: "withdrawal", transaction_date: new Date("2021-03-24T19:27:38Z") },
            { id: 863, customer_id: 161, amount: "698.11", transaction_type: "deposit", transaction_date: new Date("2022-09-08T19:11:25Z") },
            { id: 864, customer_id: 163, amount: "4076.18", transaction_type: "withdrawal", transaction_date: new Date("2021-04-11T19:30:47Z") },
            { id: 865, customer_id: 26, amount: "154.61", transaction_type: "withdrawal", transaction_date: new Date("2021-03-22T19:58:26Z") },
            { id: 866, customer_id: 132, amount: "1540.87", transaction_type: "deposit", transaction_date: new Date("2022-10-20T13:53:58Z") },
            { id: 867, customer_id: 81, amount: "17.64", transaction_type: "deposit", transaction_date: new Date("2022-07-24T05:17:36Z") },
            { id: 868, customer_id: 112, amount: "431.96", transaction_type: "deposit", transaction_date: new Date("2020-01-16T16:54:12Z") },
            { id: 869, customer_id: 103, amount: "5117.62", transaction_type: "deposit", transaction_date: new Date("2023-12-18T10:13:53Z") },
            { id: 870, customer_id: 161, amount: null, transaction_type: "deposit", transaction_date: new Date("2023-05-01T01:17:56Z") },
            { id: 871, customer_id: 101, amount: "5225.65", transaction_type: "deposit", transaction_date: new Date("2021-08-02T08:09:27Z") },
            { id: 872, customer_id: 87, amount: "1354.48", transaction_type: "deposit", transaction_date: new Date("2022-01-19T19:39:52Z") },
            { id: 873, customer_id: 116, amount: "92.99", transaction_type: "withdrawal", transaction_date: new Date("2023-05-02T04:29:38Z") },
            { id: 874, customer_id: 33, amount: "4850.10", transaction_type: "deposit", transaction_date: new Date("2020-08-01T15:59:33Z") },
            { id: 875, customer_id: 59, amount: "1425.31", transaction_type: "deposit", transaction_date: new Date("2023-04-09T12:38:27Z") },
            { id: 876, customer_id: 196, amount: null, transaction_type: "deposit", transaction_date: new Date("2021-05-14T10:49:02Z") },
            { id: 877, customer_id: 100, amount: "4232.21", transaction_type: "withdrawal", transaction_date: new Date("2021-09-12T13:38:32Z") },
            { id: 878, customer_id: 193, amount: "7520.82", transaction_type: "withdrawal", transaction_date: new Date("2020-11-18T19:52:37Z") },
            { id: 879, customer_id: 164, amount: "115.35", transaction_type: "deposit", transaction_date: new Date("2022-05-18T19:35:36Z") },
            { id: 880, customer_id: 17, amount: null, transaction_type: "withdrawal", transaction_date: new Date("2023-09-27T16:28:41Z") },
            { id: 881, customer_id: 180, amount: "5359.10", transaction_type: "deposit", transaction_date: new Date("2022-04-07T20:47:56Z") },
            { id: 882, customer_id: 150, amount: null, transaction_type: "deposit", transaction_date: new Date("2021-01-25T09:53:14Z") },
            { id: 883, customer_id: 14, amount: "1.34", transaction_type: "withdrawal", transaction_date: new Date("2023-10-03T21:22:48Z") },
            { id: 884, customer_id: 34, amount: "2092.63", transaction_type: "withdrawal", transaction_date: new Date("2022-01-04T16:22:30Z") },
            { id: 885, customer_id: 77, amount: "2608.40", transaction_type: "deposit", transaction_date: new Date("2022-07-02T20:39:29Z") },
            { id: 886, customer_id: 85, amount: "6918.62", transaction_type: "deposit", transaction_date: new Date("2023-03-24T22:41:56Z") },
            { id: 887, customer_id: 185, amount: "1259.43", transaction_type: "deposit", transaction_date: new Date("2023-12-23T20:07:43Z") },
            { id: 888, customer_id: 191, amount: "2369.23", transaction_type: "deposit", transaction_date: new Date("2023-02-15T11:28:55Z") },
            { id: 889, customer_id: 32, amount: "3363.09", transaction_type: "deposit", transaction_date: new Date("2023-05-29T19:11:10Z") },
            { id: 890, customer_id: 86, amount: "3966.01", transaction_type: "deposit", transaction_date: new Date("2023-05-20T08:28:10Z") },
            { id: 891, customer_id: 37, amount: "4720.64", transaction_type: "deposit", transaction_date: new Date("2023-12-10T10:41:14Z") },
            { id: 892, customer_id: 103, amount: "5485.98", transaction_type: "withdrawal", transaction_date: new Date("2023-09-11T14:54:03Z") },
            { id: 893, customer_id: 150, amount: "9165.89", transaction_type: "deposit", transaction_date: new Date("2021-01-18T13:45:58Z") },
            { id: 894, customer_id: 199, amount: "82.96", transaction_type: "deposit", transaction_date: new Date("2023-11-27T11:28:03Z") },
            { id: 895, customer_id: 182, amount: "6441.12", transaction_type: "withdrawal", transaction_date: new Date("2021-10-09T18:43:37Z") },
            { id: 896, customer_id: 49, amount: "271.47", transaction_type: "deposit", transaction_date: new Date("2023-03-19T19:04:33Z") },
            { id: 897, customer_id: 148, amount: "6330.23", transaction_type: "withdrawal", transaction_date: new Date("2023-10-14T22:53:47Z") },
            { id: 898, customer_id: 102, amount: "5196.41", transaction_type: "withdrawal", transaction_date: new Date("2022-08-30T08:30:46Z") },
            { id: 899, customer_id: 17, amount: "9333.65", transaction_type: "deposit", transaction_date: new Date("2020-03-03T10:39:44Z") },
            { id: 900, customer_id: 156, amount: "326.89", transaction_type: "deposit", transaction_date: new Date("2020-12-18T20:08:31Z") },
            { id: 901, customer_id: 21, amount: "7320.41", transaction_type: "deposit", transaction_date: new Date("2020-11-01T19:14:18Z") },
            { id: 902, customer_id: 77, amount: "284.37", transaction_type: "withdrawal", transaction_date: new Date("2023-11-07T23:35:51Z") },
            { id: 903, customer_id: 116, amount: "5296.79", transaction_type: "deposit", transaction_date: new Date("2022-11-28T06:10:59Z") },
            { id: 904, customer_id: 118, amount: "3653.29", transaction_type: "deposit", transaction_date: new Date("2022-04-07T10:41:16Z") },
            { id: 905, customer_id: 153, amount: "5375.65", transaction_type: "deposit", transaction_date: new Date("2022-11-24T19:09:38Z") },
            { id: 906, customer_id: 176, amount: "1.76", transaction_type: "deposit", transaction_date: new Date("2022-07-06T21:11:56Z") },
            { id: 907, customer_id: 99, amount: "3857.50", transaction_type: "deposit", transaction_date: new Date("2023-10-09T17:20:25Z") },
            { id: 908, customer_id: 45, amount: "2771.51", transaction_type: "withdrawal", transaction_date: new Date("2022-12-21T16:06:58Z") },
            { id: 909, customer_id: 121, amount: "2017.20", transaction_type: "deposit", transaction_date: new Date("2021-03-07T17:11:29Z") },
            { id: 910, customer_id: 50, amount: "9668.97", transaction_type: "deposit", transaction_date: new Date("2023-07-20T19:00:20Z") },
            { id: 911, customer_id: 183, amount: "252.02", transaction_type: "withdrawal", transaction_date: new Date("2023-09-03T20:23:13Z") },
            { id: 912, customer_id: 137, amount: "25.07", transaction_type: "deposit", transaction_date: new Date("2021-04-02T22:09:32Z") },
            { id: 913, customer_id: 29, amount: "4204.14", transaction_type: "withdrawal", transaction_date: new Date("2021-09-13T14:46:30Z") },
            { id: 914, customer_id: 32, amount: "2246.62", transaction_type: "deposit", transaction_date: new Date("2020-06-29T17:47:50Z") },
            { id: 915, customer_id: 133, amount: "3030.99", transaction_type: "deposit", transaction_date: new Date("2021-04-25T17:12:36Z") },
            { id: 916, customer_id: 72, amount: "5128.65", transaction_type: "deposit", transaction_date: new Date("2021-09-03T13:49:43Z") },
            { id: 917, customer_id: 11, amount: "1611.22", transaction_type: "withdrawal", transaction_date: new Date("2020-01-16T21:57:37Z") },
            { id: 918, customer_id: 101, amount: "3743.96", transaction_type: "deposit", transaction_date: new Date("2023-01-02T04:35:43Z") },
            { id: 919, customer_id: 145, amount: "7023.41", transaction_type: "deposit", transaction_date: new Date("2020-07-30T23:57:05Z") },
            { id: 920, customer_id: 83, amount: "5.83", transaction_type: "deposit", transaction_date: new Date("2020-09-27T19:35:30Z") },
            { id: 921, customer_id: 106, amount: "2530.38", transaction_type: "withdrawal", transaction_date: new Date("2022-08-15T19:41:39Z") },
            { id: 922, customer_id: 84, amount: "8882.34", transaction_type: "deposit", transaction_date: new Date("2022-09-28T11:59:26Z") },
            { id: 923, customer_id: 149, amount: "1431.67", transaction_type: "deposit", transaction_date: new Date("2022-03-21T18:10:31Z") },
            { id: 924, customer_id: 116, amount: "3.45", transaction_type: "deposit", transaction_date: new Date("2022-06-02T14:43:20Z") },
            { id: 925, customer_id: 45, amount: "3325.83", transaction_type: "withdrawal", transaction_date: new Date("2022-02-21T20:58:47Z") },
            { id: 926, customer_id: 33, amount: "270.60", transaction_type: "deposit", transaction_date: new Date("2020-07-23T11:12:09Z") },
            { id: 927, customer_id: 188, amount: "6006.56", transaction_type: "withdrawal", transaction_date: new Date("2023-05-25T17:50:58Z") },
            { id: 928, customer_id: 118, amount: "4013.77", transaction_type: "deposit", transaction_date: new Date("2023-01-10T07:22:28Z") },
            { id: 929, customer_id: 69, amount: "127.24", transaction_type: "deposit", transaction_date: new Date("2022-12-18T12:45:02Z") },
            { id: 930, customer_id: 130, amount: "2639.88", transaction_type: "withdrawal", transaction_date: new Date("2022-12-20T16:01:35Z") },
            { id: 931, customer_id: 17, amount: "8422.34", transaction_type: "deposit", transaction_date: new Date("2022-01-22T22:24:48Z") },
            { id: 932, customer_id: 166, amount: "5276.55", transaction_type: "withdrawal", transaction_date: new Date("2023-12-27T09:33:28Z") },
            { id: 933, customer_id: 110, amount: "8770.42", transaction_type: "deposit", transaction_date: new Date("2020-10-22T15:51:36Z") },
            { id: 934, customer_id: 151, amount: "7.28", transaction_type: "deposit", transaction_date: new Date("2023-10-22T10:13:16Z") },
            { id: 935, customer_id: 192, amount: "1702.79", transaction_type: "withdrawal", transaction_date: new Date("2022-03-25T22:52:18Z") },
            { id: 936, customer_id: 52, amount: "414.66", transaction_type: "withdrawal", transaction_date: new Date("2020-11-08T19:34:30Z") },
            { id: 937, customer_id: 138, amount: null, transaction_type: "deposit", transaction_date: new Date("2020-04-02T11:48:30Z") },
            { id: 938, customer_id: 188, amount: "139.86", transaction_type: "deposit", transaction_date: new Date("2021-06-15T08:01:03Z") },
            { id: 939, customer_id: 16, amount: "2934.53", transaction_type: "deposit", transaction_date: new Date("2023-08-28T00:11:04Z") },
            { id: 940, customer_id: 59, amount: "4389.89", transaction_type: "withdrawal", transaction_date: new Date("2023-05-27T16:43:51Z") },
            { id: 941, customer_id: 187, amount: "5.54", transaction_type: "deposit", transaction_date: new Date("2022-10-06T17:22:41Z") },
            { id: 942, customer_id: 132, amount: "2.49", transaction_type: "deposit", transaction_date: new Date("2020-08-22T10:14:46Z") },
            { id: 943, customer_id: 59, amount: "6197.70", transaction_type: "withdrawal", transaction_date: new Date("2022-05-07T06:24:56Z") },
            { id: 944, customer_id: 104, amount: null, transaction_type: "deposit", transaction_date: new Date("2021-09-01T09:29:01Z") },
            { id: 945, customer_id: 73, amount: "8103.01", transaction_type: "deposit", transaction_date: new Date("2023-12-21T23:06:40Z") },
            { id: 946, customer_id: 19, amount: "16.11", transaction_type: "withdrawal", transaction_date: new Date("2021-05-09T21:41:25Z") },
            { id: 947, customer_id: 191, amount: "200.73", transaction_type: "deposit", transaction_date: new Date("2021-04-16T19:59:31Z") },
            { id: 948, customer_id: 188, amount: "183.45", transaction_type: "deposit", transaction_date: new Date("2023-04-12T21:00:50Z") },
            { id: 949, customer_id: 158, amount: "1519.46", transaction_type: "deposit", transaction_date: new Date("2021-06-19T23:44:11Z") },
            { id: 950, customer_id: 154, amount: "568.28", transaction_type: "withdrawal", transaction_date: new Date("2022-12-24T16:49:55Z") },
            { id: 951, customer_id: 103, amount: "5452.30", transaction_type: "deposit", transaction_date: new Date("2020-03-04T15:55:55Z") },
            { id: 952, customer_id: 112, amount: "570.64", transaction_type: "deposit", transaction_date: new Date("2022-11-04T23:23:57Z") },
            { id: 953, customer_id: 155, amount: "865.60", transaction_type: "withdrawal", transaction_date: new Date("2023-11-17T20:37:12Z") },
            { id: 954, customer_id: 18, amount: "1343.41", transaction_type: "deposit", transaction_date: new Date("2022-11-23T12:17:49Z") },
            { id: 955, customer_id: 26, amount: "1323.91", transaction_type: "deposit", transaction_date: new Date("2022-06-24T20:11:18Z") },
            { id: 956, customer_id: 34, amount: null, transaction_type: "withdrawal", transaction_date: new Date("2022-01-08T19:20:29Z") },
            { id: 957, customer_id: 127, amount: "3726.23", transaction_type: "withdrawal", transaction_date: new Date("2023-11-17T19:28:40Z") },
            { id: 958, customer_id: 188, amount: "1734.86", transaction_type: "deposit", transaction_date: new Date("2022-11-10T00:34:30Z") },
            { id: 959, customer_id: 150, amount: "400.98", transaction_type: "withdrawal", transaction_date: new Date("2020-07-27T15:34:35Z") },
            { id: 960, customer_id: 8, amount: "3135.26", transaction_type: "deposit", transaction_date: new Date("2022-01-12T23:53:37Z") },
            { id: 961, customer_id: 29, amount: "996.46", transaction_type: "deposit", transaction_date: new Date("2022-11-20T09:31:13Z") },
            { id: 962, customer_id: 185, amount: "9049.33", transaction_type: "deposit", transaction_date: new Date("2022-03-20T16:40:12Z") },
            { id: 963, customer_id: 36, amount: "6027.58", transaction_type: "withdrawal", transaction_date: new Date("2023-09-06T14:27:55Z") },
            { id: 964, customer_id: 84, amount: "1615.92", transaction_type: "deposit", transaction_date: new Date("2020-12-05T00:20:58Z") },
            { id: 965, customer_id: 90, amount: "9655.76", transaction_type: "withdrawal", transaction_date: new Date("2023-10-07T07:09:15Z") },
            { id: 966, customer_id: 189, amount: "6583.30", transaction_type: "deposit", transaction_date: new Date("2021-12-17T12:57:08Z") },
            { id: 967, customer_id: 75, amount: "397.80", transaction_type: "deposit", transaction_date: new Date("2023-12-29T15:43:33Z") },
            { id: 968, customer_id: 13, amount: "308.31", transaction_type: "withdrawal", transaction_date: new Date("2021-11-01T14:06:40Z") },
            { id: 969, customer_id: 116, amount: "8263.63", transaction_type: "withdrawal", transaction_date: new Date("2021-01-20T19:53:44Z") },
            { id: 970, customer_id: 190, amount: "610.86", transaction_type: "deposit", transaction_date: new Date("2021-04-07T17:56:46Z") },
            { id: 971, customer_id: 118, amount: "2406.29", transaction_type: "withdrawal", transaction_date: new Date("2021-01-14T09:24:13Z") },
            { id: 972, customer_id: 122, amount: "766.62", transaction_type: "deposit", transaction_date: new Date("2022-09-02T07:52:25Z") },
            { id: 973, customer_id: 182, amount: "2523.57", transaction_type: "withdrawal", transaction_date: new Date("2021-05-19T11:59:17Z") },
            { id: 974, customer_id: 69, amount: "5213.40", transaction_type: "withdrawal", transaction_date: new Date("2021-02-19T06:32:15Z") },
            { id: 975, customer_id: 9, amount: null, transaction_type: "withdrawal", transaction_date: new Date("2023-08-22T11:02:53Z") },
            { id: 976, customer_id: 88, amount: "5172.23", transaction_type: "withdrawal", transaction_date: new Date("2021-12-17T23:09:01Z") },
            { id: 977, customer_id: 16, amount: "5192.66", transaction_type: "deposit", transaction_date: new Date("2021-03-21T13:53:10Z") },
            { id: 978, customer_id: 61, amount: null, transaction_type: "withdrawal", transaction_date: new Date("2021-04-25T14:12:57Z") },
            { id: 979, customer_id: 21, amount: null, transaction_type: "deposit", transaction_date: new Date("2023-12-27T15:44:26Z") },
            { id: 980, customer_id: 117, amount: "9178.87", transaction_type: "deposit", transaction_date: new Date("2022-06-23T13:34:37Z") },
            { id: 981, customer_id: 126, amount: "849.88", transaction_type: "withdrawal", transaction_date: new Date("2023-05-31T18:29:02Z") },
            { id: 982, customer_id: 168, amount: "502.73", transaction_type: "deposit", transaction_date: new Date("2023-04-05T11:08:37Z") },
            { id: 983, customer_id: 84, amount: "8.06", transaction_type: "deposit", transaction_date: new Date("2022-05-16T00:33:39Z") },
            { id: 984, customer_id: 145, amount: "6101.33", transaction_type: "withdrawal", transaction_date: new Date("2022-03-30T16:24:29Z") },
            { id: 985, customer_id: 4, amount: "3641.13", transaction_type: "withdrawal", transaction_date: new Date("2022-08-08T05:30:27Z") },
            { id: 986, customer_id: 190, amount: "1310.87", transaction_type: "withdrawal", transaction_date: new Date("2021-11-27T13:19:30Z") },
            { id: 987, customer_id: 100, amount: "2958.50", transaction_type: "withdrawal", transaction_date: new Date("2020-11-13T09:28:42Z") },
            { id: 988, customer_id: 60, amount: "2168.75", transaction_type: "withdrawal", transaction_date: new Date("2021-01-21T18:04:42Z") },
            { id: 989, customer_id: 71, amount: "4539.63", transaction_type: "withdrawal", transaction_date: new Date("2023-08-24T13:47:42Z") },
            { id: 990, customer_id: 14, amount: "2851.17", transaction_type: "withdrawal", transaction_date: new Date("2020-05-30T18:46:33Z") },
            { id: 991, customer_id: 98, amount: "110.59", transaction_type: "deposit", transaction_date: new Date("2020-08-20T18:20:43Z") },
            { id: 992, customer_id: 166, amount: "3464.53", transaction_type: "deposit", transaction_date: new Date("2020-12-12T18:00:06Z") },
            { id: 993, customer_id: 165, amount: "5639.07", transaction_type: "withdrawal", transaction_date: new Date("2022-03-17T18:43:35Z") },
            { id: 994, customer_id: 168, amount: null, transaction_type: "withdrawal", transaction_date: new Date("2022-06-18T18:21:18Z") },
            { id: 995, customer_id: 120, amount: "229.60", transaction_type: "deposit", transaction_date: new Date("2023-09-23T15:12:14Z") },
            { id: 996, customer_id: 104, amount: "8609.42", transaction_type: "deposit", transaction_date: new Date("2023-12-31T18:13:30Z") },
            { id: 997, customer_id: 24, amount: "906.26", transaction_type: "deposit", transaction_date: new Date("2022-12-04T22:48:35Z") },
            { id: 998, customer_id: 47, amount: "5184.60", transaction_type: "deposit", transaction_date: new Date("2023-12-07T04:28:11Z") },
            { id: 999, customer_id: 52, amount: "997.89", transaction_type: "withdrawal", transaction_date: new Date("2021-02-28T19:18:31Z") },
            { id: 1000, customer_id: 188, amount: "17.80", transaction_type: "withdrawal", transaction_date: new Date("2020-10-29T21:51:37Z") },
        ],
    });
}

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