// Transaction Insights (transaction-insights) 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: "Marco Nakamura", email: "marco.nakamura@example.net", created_at: new Date("2021-07-10T12:22:49Z") },
            { id: 2, full_name: "Mohamed Murphy", email: "mohamed.murphy@example.com", created_at: new Date("2023-05-15T14:57:52Z") },
            { id: 3, full_name: "Hannah Hansen", email: "hannah.hansen@example.org", created_at: new Date("2023-04-18T09:10:19Z") },
            { id: 4, full_name: "Andre Jansen", email: "andre.jansen@example.org", created_at: new Date("2021-11-09T12:46:00Z") },
            { id: 5, full_name: "Omar Ruiz", email: "omar.ruiz@example.org", created_at: new Date("2020-11-05T17:57:05Z") },
            { id: 6, full_name: "Diego Bennett", email: "diego.bennett@example.org", created_at: new Date("2023-02-13T10:27:58Z") },
            { id: 7, full_name: "Chen Brown", email: "chen.brown@example.com", created_at: new Date("2020-12-29T10:12:50Z") },
            { id: 8, full_name: "Jack Ibrahim", email: "jack.ibrahim@example.com", created_at: new Date("2022-11-18T17:10:28Z") },
            { id: 9, full_name: "Julia Mendes", email: "julia.mendes@example.com", created_at: new Date("2023-05-05T09:40:26Z") },
            { id: 10, full_name: "Diego Klein", email: "diego.klein@example.net", created_at: new Date("2023-07-07T07:05:55Z") },
            { id: 11, full_name: "Elena Patel", email: "elena.patel@example.net", created_at: new Date("2023-04-19T10:01:31Z") },
            { id: 12, full_name: "Hannah Chen", email: "hannah.chen@example.com", created_at: new Date("2023-03-21T10:46:05Z") },
            { id: 13, full_name: "Felix Nakamura", email: "felix.nakamura@example.net", created_at: new Date("2021-04-12T06:50:34Z") },
            { id: 14, full_name: "Maria Jansen", email: "maria.jansen@example.org", created_at: new Date("2021-02-25T09:19:09Z") },
            { id: 15, full_name: "Lena Miller", email: "lena.miller@example.org", created_at: new Date("2020-04-17T19:52:23Z") },
            { id: 16, full_name: "Mei Tanaka", email: "mei.tanaka@example.net", created_at: new Date("2020-07-31T15:02:28Z") },
            { id: 17, full_name: "Maria Wang", email: "maria.wang@example.com", created_at: new Date("2023-05-02T12:00:55Z") },
            { id: 18, full_name: "Ravi Miller", email: "ravi.miller@example.org", created_at: new Date("2021-07-14T15:05:50Z") },
            { id: 19, full_name: "Pedro Castro", email: "pedro.castro@example.org", created_at: new Date("2023-11-20T15:50:01Z") },
            { id: 20, full_name: "Anna Klein", email: "anna.klein@example.com", created_at: new Date("2022-11-03T10:51:10Z") },
            { id: 21, full_name: "Maria Kaya", email: "maria.kaya@example.org", created_at: new Date("2023-02-12T08:27:48Z") },
            { id: 22, full_name: "Chen Becker", email: "chen.becker@example.com", created_at: new Date("2021-11-11T10:51:03Z") },
            { id: 23, full_name: "Theo Pereira", email: "theo.pereira@example.org", created_at: new Date("2023-08-30T15:41:02Z") },
            { id: 24, full_name: "Daniel Schmidt", email: "daniel.schmidt@example.org", created_at: new Date("2023-04-12T10:27:08Z") },
            { id: 25, full_name: "Nina Brown", email: "nina.brown@example.com", created_at: new Date("2021-05-21T11:11:50Z") },
            { id: 26, full_name: "Wei Sousa", email: "wei.sousa@example.com", created_at: new Date("2020-04-22T10:13:21Z") },
            { id: 27, full_name: "Maya Oliveira", email: "maya.oliveira@example.com", created_at: new Date("2022-06-23T10:01:30Z") },
            { id: 28, full_name: "Diego Gomez", email: "diego.gomez@example.com", created_at: new Date("2023-05-18T15:10:10Z") },
            { id: 29, full_name: "Rafael Evans", email: "rafael.evans@example.net", created_at: new Date("2022-09-30T14:24:26Z") },
            { id: 30, full_name: "Victor Schneider", email: "victor.schneider@example.net", created_at: new Date("2023-12-29T15:34:57Z") },
            { id: 31, full_name: "Arjun Schneider", email: "arjun.schneider@example.com", created_at: new Date("2020-05-17T17:27:14Z") },
            { id: 32, full_name: "Noah Pereira", email: "noah.pereira@example.com", created_at: new Date("2023-01-02T09:31:26Z") },
            { id: 33, full_name: "Kai Dubois", email: "kai.dubois@example.com", created_at: new Date("2023-09-19T10:51:07Z") },
            { id: 34, full_name: "James Schneider", email: "james.schneider@example.com", created_at: new Date("2023-08-05T15:25:16Z") },
            { id: 35, full_name: "Andre Yilmaz", email: "andre.yilmaz@example.com", created_at: new Date("2022-10-26T08:25:45Z") },
            { id: 36, full_name: "Maja Jensen", email: "maja.jensen@example.com", created_at: new Date("2022-06-12T15:53:22Z") },
            { id: 37, full_name: "Jade Hansen", email: "jade.hansen@example.org", created_at: new Date("2023-01-17T16:05:23Z") },
            { id: 38, full_name: "Yara Martin", email: "yara.martin@example.com", created_at: new Date("2022-09-08T17:22:49Z") },
            { id: 39, full_name: "Ben Almeida", email: "ben.almeida@example.org", created_at: new Date("2023-07-06T07:56:45Z") },
            { id: 40, full_name: "Tomas Hansen", email: "tomas.hansen@example.net", created_at: new Date("2022-03-31T11:29:19Z") },
            { id: 41, full_name: "David Ibrahim", email: "david.ibrahim@example.net", created_at: new Date("2021-10-29T15:27:32Z") },
            { id: 42, full_name: "Hannah Gupta", email: "hannah.gupta@example.net", created_at: new Date("2021-02-20T07:37:40Z") },
            { id: 43, full_name: "Julia Young", email: "julia.young@example.com", created_at: new Date("2021-12-17T16:23:26Z") },
            { id: 44, full_name: "Nina Miller", email: "nina.miller@example.net", created_at: new Date("2023-07-23T10:15:46Z") },
            { id: 45, full_name: "Wei Bauer", email: "wei.bauer@example.com", created_at: new Date("2021-06-05T14:05:07Z") },
            { id: 46, full_name: "Amir Kim", email: "amir.kim@example.org", created_at: new Date("2022-09-09T16:36:28Z") },
            { id: 47, full_name: "Olivia Ibrahim", email: "olivia.ibrahim@example.com", created_at: new Date("2020-08-07T12:10:17Z") },
            { id: 48, full_name: "Nina Kumar", email: "nina.kumar@example.net", created_at: new Date("2022-10-31T09:26:41Z") },
            { id: 49, full_name: "Kai Smith", email: "kai.smith@example.net", created_at: new Date("2021-11-21T13:33:52Z") },
            { id: 50, full_name: "Arjun Bennett", email: "arjun.bennett@example.net", created_at: new Date("2021-11-09T14:29:05Z") },
            { id: 51, full_name: "Diego Smith", email: "diego.smith@example.net", created_at: new Date("2023-03-09T11:50:30Z") },
            { id: 52, full_name: "Nina Costa", email: "nina.costa@example.net", created_at: new Date("2023-11-12T09:16:21Z") },
            { id: 53, full_name: "Emma Chen", email: "emma.chen@example.org", created_at: new Date("2020-05-17T07:35:23Z") },
            { id: 54, full_name: "Sven Garcia", email: "sven.garcia@example.net", created_at: new Date("2022-05-08T15:46:29Z") },
            { id: 55, full_name: "Yusuf Nguyen", email: "yusuf.nguyen@example.net", created_at: new Date("2020-07-11T15:01:51Z") },
            { id: 56, full_name: "Hugo Kaya", email: "hugo.kaya@example.org", created_at: new Date("2022-12-27T16:57:44Z") },
            { id: 57, full_name: "Mila Rossi", email: "mila.rossi@example.com", created_at: new Date("2023-04-11T09:23:43Z") },
            { id: 58, full_name: "Amir Clark", email: "amir.clark@example.com", created_at: new Date("2022-11-08T15:09:06Z") },
            { id: 59, full_name: "Maya Lee", email: "maya.lee@example.net", created_at: new Date("2022-05-14T17:39:44Z") },
            { id: 60, full_name: "Sofia Ahmed", email: "sofia.ahmed@example.org", created_at: new Date("2020-09-19T17:51:29Z") },
            { id: 61, full_name: "Chloe Johnson", email: "chloe.johnson@example.com", created_at: new Date("2020-06-26T11:35:06Z") },
            { id: 62, full_name: "Ines Kim", email: "ines.kim@example.org", created_at: new Date("2022-06-01T14:10:53Z") },
            { id: 63, full_name: "Leo Wright", email: "leo.wright@example.org", created_at: new Date("2020-10-01T18:00:39Z") },
            { id: 64, full_name: "Karim Park", email: "karim.park@example.com", created_at: new Date("2021-06-14T14:29:53Z") },
            { id: 65, full_name: "Noah Hoffmann", email: "noah.hoffmann@example.net", created_at: new Date("2021-01-21T23:29:21Z") },
            { id: 66, full_name: "Maria Kim", email: "maria.kim@example.org", created_at: new Date("2023-04-21T05:53:51Z") },
            { id: 67, full_name: "Tariq Shah", email: "tariq.shah@example.com", created_at: new Date("2023-08-31T09:48:06Z") },
            { id: 68, full_name: "Anna Evans", email: "anna.evans@example.org", created_at: new Date("2021-03-29T14:52:33Z") },
            { id: 69, full_name: "Mila Ibrahim", email: "mila.ibrahim@example.org", created_at: new Date("2022-08-03T15:21:12Z") },
            { id: 70, full_name: "Felix Nakamura", email: "felix.nakamura@example.com", created_at: new Date("2023-11-20T08:37:51Z") },
            { id: 71, full_name: "Maria Shah", email: "maria.shah@example.org", created_at: new Date("2023-09-24T10:22:26Z") },
            { id: 72, full_name: "Emma Martin", email: "emma.martin@example.com", created_at: new Date("2023-03-16T11:39:42Z") },
            { id: 73, full_name: "Rosa Miller", email: "rosa.miller@example.com", created_at: new Date("2020-10-02T14:54:52Z") },
            { id: 74, full_name: "Zoe Gupta", email: "zoe.gupta@example.org", created_at: new Date("2020-03-11T16:54:04Z") },
            { id: 75, full_name: "Daniel Brown", email: "daniel.brown@example.org", created_at: new Date("2023-12-18T11:25:33Z") },
            { id: 76, full_name: "Yara Ruiz", email: "yara.ruiz@example.org", created_at: new Date("2021-02-28T12:27:29Z") },
            { id: 77, full_name: "Elif Kumar", email: "elif.kumar@example.net", created_at: new Date("2021-11-26T08:37:18Z") },
            { id: 78, full_name: "Sofia Kowalski", email: "sofia.kowalski@example.org", created_at: new Date("2021-08-17T16:26:23Z") },
            { id: 79, full_name: "Sara Hassan", email: "sara.hassan@example.net", created_at: new Date("2020-10-20T15:58:35Z") },
            { id: 80, full_name: "Sofia Adams", email: "sofia.adams@example.com", created_at: new Date("2022-09-30T15:08:04Z") },
            { id: 81, full_name: "Mateo Oliveira", email: "mateo.oliveira@example.com", created_at: new Date("2021-12-02T07:34:21Z") },
            { id: 82, full_name: "Yara Tanaka", email: "yara.tanaka@example.org", created_at: new Date("2023-12-21T11:22:59Z") },
            { id: 83, full_name: "Yusuf Khan", email: "yusuf.khan@example.org", created_at: new Date("2020-03-02T08:50:48Z") },
            { id: 84, full_name: "Paula Andersen", email: "paula.andersen@example.net", created_at: new Date("2021-09-14T15:44:22Z") },
            { id: 85, full_name: "Lena Reyes", email: "lena.reyes@example.org", created_at: new Date("2020-04-05T10:54:55Z") },
            { id: 86, full_name: "Chen Miller", email: "chen.miller@example.net", created_at: new Date("2023-03-20T18:18:03Z") },
            { id: 87, full_name: "Ines Hughes", email: "ines.hughes@example.net", created_at: new Date("2021-11-07T09:39:36Z") },
            { id: 88, full_name: "Sara Baker", email: "sara.baker@example.com", created_at: new Date("2020-01-07T13:20:42Z") },
            { id: 89, full_name: "Amir Meyer", email: "amir.meyer@example.org", created_at: new Date("2021-06-07T18:56:43Z") },
            { id: 90, full_name: "Carla Yilmaz", email: "carla.yilmaz@example.net", created_at: new Date("2021-11-04T14:25:06Z") },
            { id: 91, full_name: "Ravi Wagner", email: "ravi.wagner@example.com", created_at: new Date("2023-03-30T11:51:26Z") },
            { id: 92, full_name: "Maja Bauer", email: "maja.bauer@example.org", created_at: new Date("2023-01-06T13:25:53Z") },
            { id: 93, full_name: "Lucas Nakamura", email: "lucas.nakamura@example.com", created_at: new Date("2022-04-09T09:31:19Z") },
            { id: 94, full_name: "Pedro Oliveira", email: "pedro.oliveira@example.org", created_at: new Date("2022-12-08T16:22:17Z") },
            { id: 95, full_name: "Elena Klein", email: "elena.klein@example.com", created_at: new Date("2020-01-01T18:07:05Z") },
            { id: 96, full_name: "Sven Johnson", email: "sven.johnson@example.net", created_at: new Date("2023-09-26T10:35:27Z") },
            { id: 97, full_name: "Nour Park", email: "nour.park@example.net", created_at: new Date("2022-09-22T10:13:28Z") },
            { id: 98, full_name: "Nadia Cruz", email: "nadia.cruz@example.net", created_at: new Date("2023-04-14T11:18:08Z") },
            { id: 99, full_name: "Leo Gomez", email: "leo.gomez@example.com", created_at: new Date("2021-06-05T09:13:14Z") },
            { id: 100, full_name: "Selin Klein", email: "selin.klein@example.org", created_at: new Date("2023-02-23T16:12:40Z") },
            { id: 101, full_name: "Mateo Clark", email: "mateo.clark@example.net", created_at: new Date("2021-01-08T17:16:34Z") },
            { id: 102, full_name: "Mateo Vargas", email: "mateo.vargas@example.org", created_at: new Date("2021-05-11T13:23:43Z") },
            { id: 103, full_name: "Rafael Sousa", email: "rafael.sousa@example.com", created_at: new Date("2022-08-06T16:43:55Z") },
            { id: 104, full_name: "Diego Mendes", email: "diego.mendes@example.org", created_at: new Date("2020-04-25T16:53:53Z") },
            { id: 105, full_name: "Felix Miller", email: "felix.miller@example.org", created_at: new Date("2023-05-18T17:28:14Z") },
            { id: 106, full_name: "Laura Garcia", email: "laura.garcia@example.net", created_at: new Date("2022-09-11T10:47:12Z") },
            { id: 107, full_name: "Liam Sousa", email: "liam.sousa@example.com", created_at: new Date("2022-02-21T09:12:30Z") },
            { id: 108, full_name: "Amir Ibrahim", email: "amir.ibrahim@example.com", created_at: new Date("2021-05-16T08:20:33Z") },
            { id: 109, full_name: "Wei Young", email: "wei.young@example.net", created_at: new Date("2020-05-20T14:24:24Z") },
            { id: 110, full_name: "Anna Pereira", email: "anna.pereira@example.com", created_at: new Date("2022-11-10T13:49:16Z") },
            { id: 111, full_name: "Paula Evans", email: "paula.evans@example.org", created_at: new Date("2021-04-28T09:13:18Z") },
            { id: 112, full_name: "Liam Costa", email: "liam.costa@example.com", created_at: new Date("2020-12-27T10:09:42Z") },
            { id: 113, full_name: "Jonas Vargas", email: "jonas.vargas@example.net", created_at: new Date("2022-01-30T13:49:53Z") },
            { id: 114, full_name: "Ivan Evans", email: "ivan.evans@example.net", created_at: new Date("2020-08-05T08:20:58Z") },
            { id: 115, full_name: "Mila Vargas", email: "mila.vargas@example.org", created_at: new Date("2022-02-25T10:26:46Z") },
            { id: 116, full_name: "Ines Nakamura", email: "ines.nakamura@example.org", created_at: new Date("2022-09-01T15:23:02Z") },
            { id: 117, full_name: "Jack Mendes", email: "jack.mendes@example.com", created_at: new Date("2022-11-07T11:54:37Z") },
            { id: 118, full_name: "Amir Yilmaz", email: "amir.yilmaz@example.org", created_at: new Date("2022-02-13T14:37:09Z") },
            { id: 119, full_name: "Zoe Lee", email: "zoe.lee@example.com", created_at: new Date("2022-05-24T11:34:15Z") },
            { id: 120, full_name: "Felix Murphy", email: "felix.murphy@example.org", created_at: new Date("2023-03-24T10:33:15Z") },
            { id: 121, full_name: "Omar Klein", email: "omar.klein@example.net", created_at: new Date("2020-06-16T14:26:57Z") },
            { id: 122, full_name: "Yusuf Andersen", email: "yusuf.andersen@example.com", created_at: new Date("2021-05-26T16:33:04Z") },
            { id: 123, full_name: "Theo Carter", email: "theo.carter@example.org", created_at: new Date("2023-10-31T16:52:38Z") },
            { id: 124, full_name: "Carlos Weber", email: "carlos.weber@example.org", created_at: new Date("2023-11-01T09:24:42Z") },
            { id: 125, full_name: "Tomas Zhang", email: "tomas.zhang@example.org", created_at: new Date("2022-01-11T14:21:41Z") },
            { id: 126, full_name: "Sven Lee", email: "sven.lee@example.com", created_at: new Date("2022-05-10T17:02:44Z") },
            { id: 127, full_name: "Jonas Ahmed", email: "jonas.ahmed@example.org", created_at: new Date("2020-04-23T15:53:42Z") },
            { id: 128, full_name: "Rafael Ahmed", email: "rafael.ahmed@example.com", created_at: new Date("2023-02-20T11:34:32Z") },
            { id: 129, full_name: "Ivan Hansen", email: "ivan.hansen@example.org", created_at: new Date("2023-06-21T14:01:34Z") },
            { id: 130, full_name: "Ivan Evans", email: "ivan.evans@example.net", created_at: new Date("2021-02-21T09:49:48Z") },
            { id: 131, full_name: "Liam Kaya", email: "liam.kaya@example.net", created_at: new Date("2023-08-21T11:10:35Z") },
            { id: 132, full_name: "Lucas Miller", email: "lucas.miller@example.net", created_at: new Date("2023-07-03T13:38:20Z") },
            { id: 133, full_name: "Nadia Ruiz", email: "nadia.ruiz@example.net", created_at: new Date("2020-10-05T10:48:15Z") },
            { id: 134, full_name: "Ivan Singh", email: "ivan.singh@example.net", created_at: new Date("2022-02-22T15:36:17Z") },
            { id: 135, full_name: "Carla Torres", email: "carla.torres@example.com", created_at: new Date("2022-11-13T11:42:35Z") },
            { id: 136, full_name: "Jade Schmidt", email: "jade.schmidt@example.org", created_at: new Date("2021-10-22T07:34:29Z") },
            { id: 137, full_name: "Lina Ibrahim", email: "lina.ibrahim@example.org", created_at: new Date("2021-12-29T17:44:25Z") },
            { id: 138, full_name: "Mohamed Yilmaz", email: "mohamed.yilmaz@example.org", created_at: new Date("2021-09-22T10:58:47Z") },
            { id: 139, full_name: "Chloe Oliveira", email: "chloe.oliveira@example.com", created_at: new Date("2022-08-04T10:03:54Z") },
            { id: 140, full_name: "Hugo Yilmaz", email: "hugo.yilmaz@example.com", created_at: new Date("2023-07-18T11:42:49Z") },
            { id: 141, full_name: "David Baker", email: "david.baker@example.com", created_at: new Date("2021-04-24T08:31:19Z") },
            { id: 142, full_name: "Pedro Singh", email: "pedro.singh@example.net", created_at: new Date("2023-03-27T15:47:40Z") },
            { id: 143, full_name: "Lina Torres", email: "lina.torres@example.org", created_at: new Date("2020-12-18T14:34:25Z") },
            { id: 144, full_name: "Hannah Kim", email: "hannah.kim@example.com", created_at: new Date("2023-07-26T10:01:04Z") },
            { id: 145, full_name: "Sam Nakamura", email: "sam.nakamura@example.net", created_at: new Date("2020-03-13T13:03:31Z") },
            { id: 146, full_name: "Elena Hassan", email: "elena.hassan@example.com", created_at: new Date("2020-11-27T17:30:49Z") },
            { id: 147, full_name: "Daniel Ibrahim", email: "daniel.ibrahim@example.com", created_at: new Date("2023-01-26T10:52:59Z") },
            { id: 148, full_name: "Kai Gupta", email: "kai.gupta@example.net", created_at: new Date("2021-05-22T11:01:04Z") },
            { id: 149, full_name: "Laura Hughes", email: "laura.hughes@example.net", created_at: new Date("2020-02-22T20:40:26Z") },
            { id: 150, full_name: "Liam Vargas", email: "liam.vargas@example.com", created_at: new Date("2020-02-29T14:13:56Z") },
            { id: 151, full_name: "Selin Shah", email: "selin.shah@example.com", created_at: new Date("2020-12-02T13:47:19Z") },
            { id: 152, full_name: "Felix Schmidt", email: "felix.schmidt@example.net", created_at: new Date("2023-07-07T09:38:19Z") },
            { id: 153, full_name: "Sofia Meyer", email: "sofia.meyer@example.com", created_at: new Date("2022-10-28T10:48:22Z") },
            { id: 154, full_name: "Rosa Evans", email: "rosa.evans@example.net", created_at: new Date("2021-07-25T20:59:04Z") },
            { id: 155, full_name: "Oscar Johnson", email: "oscar.johnson@example.org", created_at: new Date("2022-11-29T11:48:07Z") },
            { id: 156, full_name: "Nina Bauer", email: "nina.bauer@example.com", created_at: new Date("2020-04-12T16:01:02Z") },
            { id: 157, full_name: "Pedro Khan", email: "pedro.khan@example.net", created_at: new Date("2023-03-30T13:33:14Z") },
            { id: 158, full_name: "Nina Kaya", email: "nina.kaya@example.com", created_at: new Date("2020-08-21T15:55:16Z") },
            { id: 159, full_name: "Mia Miller", email: "mia.miller@example.net", created_at: new Date("2020-05-10T16:56:50Z") },
            { id: 160, full_name: "Hugo Klein", email: "hugo.klein@example.com", created_at: new Date("2021-04-20T18:31:49Z") },
            { id: 161, full_name: "Deniz Oliveira", email: "deniz.oliveira@example.com", created_at: new Date("2021-04-08T07:14:17Z") },
            { id: 162, full_name: "Pedro Hansen", email: "pedro.hansen@example.com", created_at: new Date("2022-02-03T17:34:53Z") },
            { id: 163, full_name: "Rafael Hoffmann", email: "rafael.hoffmann@example.org", created_at: new Date("2023-02-12T12:38:52Z") },
            { id: 164, full_name: "Jonas Flores", email: "jonas.flores@example.net", created_at: new Date("2021-04-23T10:52:32Z") },
            { id: 165, full_name: "Carla Baker", email: "carla.baker@example.com", created_at: new Date("2022-12-02T11:38:04Z") },
            { id: 166, full_name: "James Vargas", email: "james.vargas@example.net", created_at: new Date("2022-05-28T15:59:56Z") },
            { id: 167, full_name: "Zoe Fischer", email: "zoe.fischer@example.net", created_at: new Date("2020-09-30T17:04:32Z") },
            { id: 168, full_name: "Lina Jensen", email: "lina.jensen@example.org", created_at: new Date("2022-11-02T16:08:00Z") },
            { id: 169, full_name: "Lena Demir", email: "lena.demir@example.net", created_at: new Date("2023-03-05T10:10:23Z") },
            { id: 170, full_name: "David Silva", email: "david.silva@example.net", created_at: new Date("2021-05-10T18:58:52Z") },
            { id: 171, full_name: "Hugo Klein", email: "hugo.klein@example.net", created_at: new Date("2022-04-15T16:39:50Z") },
            { id: 172, full_name: "Sam Park", email: "sam.park@example.com", created_at: new Date("2021-04-01T10:49:35Z") },
            { id: 173, full_name: "Ines Jansen", email: "ines.jansen@example.net", created_at: new Date("2022-12-30T14:13:19Z") },
            { id: 174, full_name: "Deniz Ali", email: "deniz.ali@example.com", created_at: new Date("2021-04-27T10:43:59Z") },
            { id: 175, full_name: "Maya Torres", email: "maya.torres@example.com", created_at: new Date("2023-10-26T09:24:06Z") },
            { id: 176, full_name: "Emma Evans", email: "emma.evans@example.org", created_at: new Date("2020-09-15T16:36:14Z") },
            { id: 177, full_name: "Chloe Pereira", email: "chloe.pereira@example.org", created_at: new Date("2022-03-20T11:47:02Z") },
            { id: 178, full_name: "Theo Nakamura", email: "theo.nakamura@example.net", created_at: new Date("2021-07-11T16:33:03Z") },
            { id: 179, full_name: "Anna Kowalski", email: "anna.kowalski@example.com", created_at: new Date("2020-11-29T11:05:21Z") },
            { id: 180, full_name: "Tomas Dubois", email: "tomas.dubois@example.net", created_at: new Date("2022-02-01T10:42:38Z") },
            { id: 181, full_name: "Pedro Dubois", email: "pedro.dubois@example.net", created_at: new Date("2020-05-09T12:45:26Z") },
            { id: 182, full_name: "Omar Bauer", email: "omar.bauer@example.com", created_at: new Date("2020-07-01T09:31:22Z") },
            { id: 183, full_name: "Yara Flores", email: "yara.flores@example.com", created_at: new Date("2020-12-09T07:16:52Z") },
            { id: 184, full_name: "Diego Dubois", email: "diego.dubois@example.org", created_at: new Date("2023-04-07T14:39:21Z") },
            { id: 185, full_name: "Pedro Nguyen", email: "pedro.nguyen@example.net", created_at: new Date("2023-11-12T09:34:54Z") },
            { id: 186, full_name: "Ruby Hansen", email: "ruby.hansen@example.org", created_at: new Date("2022-08-13T16:59:01Z") },
            { id: 187, full_name: "Isaac Adams", email: "isaac.adams@example.org", created_at: new Date("2020-07-30T16:39:25Z") },
            { id: 188, full_name: "Theo Chen", email: "theo.chen@example.net", created_at: new Date("2023-10-01T10:01:42Z") },
            { id: 189, full_name: "Andre Castro", email: "andre.castro@example.net", created_at: new Date("2021-06-06T11:38:08Z") },
            { id: 190, full_name: "Paula Patel", email: "paula.patel@example.net", created_at: new Date("2021-01-23T12:27:45Z") },
            { id: 191, full_name: "Sven Weber", email: "sven.weber@example.org", created_at: new Date("2023-05-17T08:26:27Z") },
            { id: 192, full_name: "Rafael Kaya", email: "rafael.kaya@example.com", created_at: new Date("2022-02-05T16:23:35Z") },
            { id: 193, full_name: "Karim Mendes", email: "karim.mendes@example.com", created_at: new Date("2022-10-07T08:47:47Z") },
            { id: 194, full_name: "Ruby Kumar", email: "ruby.kumar@example.net", created_at: new Date("2023-05-11T15:36:26Z") },
            { id: 195, full_name: "Lena Ibrahim", email: "lena.ibrahim@example.com", created_at: new Date("2023-12-14T13:16:01Z") },
            { id: 196, full_name: "Ivan Tanaka", email: "ivan.tanaka@example.com", created_at: new Date("2020-06-15T15:00:39Z") },
            { id: 197, full_name: "Hannah Kaya", email: "hannah.kaya@example.org", created_at: new Date("2023-09-14T14:13:55Z") },
            { id: 198, full_name: "Maya Almeida", email: "maya.almeida@example.com", created_at: new Date("2023-05-17T17:38:52Z") },
            { id: 199, full_name: "James Kim", email: "james.kim@example.net", created_at: new Date("2023-06-21T20:56:34Z") },
            { id: 200, full_name: "Nina Andersen", email: "nina.andersen@example.net", created_at: new Date("2022-03-31T14:26:44Z") },
        ],
    });
    await prisma.accounts.createMany({
        data: [
            { id: 1, customer_id: 78, account_type: "checking", balance: "31769.68", last_transaction_date: new Date("2020-05-30T05:54:43Z") },
            { id: 2, customer_id: 182, account_type: "checking", balance: "1609.17", last_transaction_date: new Date("2021-06-02T19:02:34Z") },
            { id: 3, customer_id: 76, account_type: "checking", balance: "39632.61", last_transaction_date: new Date("2022-08-16T12:51:00Z") },
            { id: 4, customer_id: 42, account_type: "checking", balance: "62140.32", last_transaction_date: new Date("2021-09-08T23:53:15Z") },
            { id: 5, customer_id: 138, account_type: "savings", balance: "21429.99", last_transaction_date: new Date("2021-05-18T06:51:37Z") },
            { id: 6, customer_id: 99, account_type: "business", balance: "110047.23", last_transaction_date: new Date("2023-03-31T13:16:09Z") },
            { id: 7, customer_id: 71, account_type: "savings", balance: "26629.86", last_transaction_date: new Date("2021-06-29T21:06:20Z") },
            { id: 8, customer_id: 160, account_type: "savings", balance: "115046.54", last_transaction_date: new Date("2022-10-07T02:11:45Z") },
            { id: 9, customer_id: 69, account_type: "checking", balance: "542205.17", last_transaction_date: new Date("2020-02-02T02:45:55Z") },
            { id: 10, customer_id: 107, account_type: "savings", balance: "277451.46", last_transaction_date: new Date("2022-08-09T12:21:43Z") },
            { id: 11, customer_id: 138, account_type: "checking", balance: "1688.28", last_transaction_date: new Date("2022-01-19T22:58:42Z") },
            { id: 12, customer_id: 89, account_type: "savings", balance: "718034.83", last_transaction_date: new Date("2022-11-24T02:13:33Z") },
            { id: 13, customer_id: 195, account_type: "savings", balance: "527300.79", last_transaction_date: new Date("2021-07-31T17:55:19Z") },
            { id: 14, customer_id: 114, account_type: "savings", balance: "10.84", last_transaction_date: new Date("2020-02-03T19:13:25Z") },
            { id: 15, customer_id: 66, account_type: "checking", balance: "250576.90", last_transaction_date: new Date("2021-11-18T05:14:14Z") },
            { id: 16, customer_id: 17, account_type: "business", balance: "4228.56", last_transaction_date: new Date("2021-01-07T00:21:49Z") },
            { id: 17, customer_id: 187, account_type: "checking", balance: "0.99", last_transaction_date: new Date("2021-03-13T22:46:41Z") },
            { id: 18, customer_id: 129, account_type: "checking", balance: "11544.37", last_transaction_date: new Date("2023-10-12T21:28:39Z") },
            { id: 19, customer_id: 99, account_type: "savings", balance: "27.81", last_transaction_date: new Date("2020-04-07T01:31:55Z") },
            { id: 20, customer_id: 102, account_type: "savings", balance: "4858.07", last_transaction_date: new Date("2022-07-30T17:51:21Z") },
            { id: 21, customer_id: 69, account_type: "business", balance: "20700.18", last_transaction_date: new Date("2020-02-29T20:52:57Z") },
            { id: 22, customer_id: 22, account_type: "business", balance: "589112.57", last_transaction_date: new Date("2021-07-08T23:54:08Z") },
            { id: 23, customer_id: 115, account_type: "savings", balance: "12736.94", last_transaction_date: new Date("2022-07-19T22:00:44Z") },
            { id: 24, customer_id: 123, account_type: "savings", balance: "821101.15", last_transaction_date: new Date("2023-11-07T04:10:50Z") },
            { id: 25, customer_id: 47, account_type: "checking", balance: "269969.13", last_transaction_date: new Date("2022-02-05T19:16:18Z") },
            { id: 26, customer_id: 59, account_type: "savings", balance: "91278.18", last_transaction_date: new Date("2021-10-19T22:02:05Z") },
            { id: 27, customer_id: 109, account_type: "savings", balance: "4132.40", last_transaction_date: new Date("2023-06-25T18:32:49Z") },
            { id: 28, customer_id: 147, account_type: "savings", balance: "220693.67", last_transaction_date: new Date("2020-02-25T06:01:01Z") },
            { id: 29, customer_id: 112, account_type: "checking", balance: "78210.73", last_transaction_date: new Date("2023-03-13T16:30:24Z") },
            { id: 30, customer_id: 116, account_type: "checking", balance: "332499.96", last_transaction_date: new Date("2022-02-16T10:42:30Z") },
            { id: 31, customer_id: 106, account_type: "savings", balance: "334101.49", last_transaction_date: new Date("2020-08-08T22:40:31Z") },
            { id: 32, customer_id: 3, account_type: "business", balance: "22313.94", last_transaction_date: new Date("2023-12-07T07:31:49Z") },
            { id: 33, customer_id: 4, account_type: "business", balance: "3481.10", last_transaction_date: new Date("2020-04-12T16:52:16Z") },
            { id: 34, customer_id: 94, account_type: "savings", balance: "291586.18", last_transaction_date: new Date("2022-02-21T17:14:38Z") },
            { id: 35, customer_id: 122, account_type: "business", balance: "648364.55", last_transaction_date: new Date("2023-06-20T16:43:56Z") },
            { id: 36, customer_id: 123, account_type: "savings", balance: "106647.02", last_transaction_date: new Date("2022-09-09T08:04:49Z") },
            { id: 37, customer_id: 148, account_type: "savings", balance: "2754.17", last_transaction_date: new Date("2023-05-26T02:06:36Z") },
            { id: 38, customer_id: 199, account_type: "savings", balance: "883694.31", last_transaction_date: new Date("2020-07-18T15:15:31Z") },
            { id: 39, customer_id: 81, account_type: "business", balance: "1426.79", last_transaction_date: new Date("2023-12-26T09:37:01Z") },
            { id: 40, customer_id: 193, account_type: "checking", balance: "6342.20", last_transaction_date: new Date("2020-04-12T17:35:58Z") },
            { id: 41, customer_id: 125, account_type: "savings", balance: "28908.53", last_transaction_date: new Date("2021-04-24T18:31:01Z") },
            { id: 42, customer_id: 86, account_type: "savings", balance: "13437.54", last_transaction_date: new Date("2020-09-06T11:04:41Z") },
            { id: 43, customer_id: 47, account_type: "business", balance: "867142.97", last_transaction_date: new Date("2020-06-16T01:36:53Z") },
            { id: 44, customer_id: 48, account_type: "savings", balance: "45773.67", last_transaction_date: new Date("2023-07-20T07:20:05Z") },
            { id: 45, customer_id: 101, account_type: "business", balance: "121.23", last_transaction_date: new Date("2020-03-02T00:52:13Z") },
            { id: 46, customer_id: 112, account_type: "checking", balance: "545.87", last_transaction_date: new Date("2023-04-12T11:11:17Z") },
            { id: 47, customer_id: 32, account_type: "checking", balance: "42830.67", last_transaction_date: new Date("2021-07-09T00:34:37Z") },
            { id: 48, customer_id: 16, account_type: "checking", balance: "22177.92", last_transaction_date: new Date("2020-10-28T12:06:06Z") },
            { id: 49, customer_id: 167, account_type: "savings", balance: "156217.24", last_transaction_date: new Date("2021-10-07T16:56:49Z") },
            { id: 50, customer_id: 91, account_type: "business", balance: "586986.03", last_transaction_date: new Date("2021-11-20T17:27:24Z") },
            { id: 51, customer_id: 189, account_type: "checking", balance: "4082.57", last_transaction_date: new Date("2023-03-08T04:21:17Z") },
            { id: 52, customer_id: 74, account_type: "business", balance: "7480.80", last_transaction_date: new Date("2021-02-16T01:20:56Z") },
            { id: 53, customer_id: 154, account_type: "checking", balance: "172988.02", last_transaction_date: new Date("2020-06-26T15:44:29Z") },
            { id: 54, customer_id: 200, account_type: "savings", balance: "219725.05", last_transaction_date: new Date("2021-10-09T14:31:32Z") },
            { id: 55, customer_id: 66, account_type: "business", balance: "59725.21", last_transaction_date: new Date("2023-03-19T15:04:26Z") },
            { id: 56, customer_id: 123, account_type: "savings", balance: "226.19", last_transaction_date: new Date("2022-02-17T20:38:05Z") },
            { id: 57, customer_id: 196, account_type: "savings", balance: "4110.34", last_transaction_date: new Date("2020-03-01T15:47:34Z") },
            { id: 58, customer_id: 192, account_type: "business", balance: "598254.17", last_transaction_date: new Date("2022-11-16T13:35:31Z") },
            { id: 59, customer_id: 79, account_type: "checking", balance: "31666.19", last_transaction_date: new Date("2020-02-26T19:24:54Z") },
            { id: 60, customer_id: 146, account_type: "checking", balance: "510121.54", last_transaction_date: new Date("2023-05-14T15:35:05Z") },
            { id: 61, customer_id: 194, account_type: "savings", balance: "4206.65", last_transaction_date: new Date("2021-03-28T11:47:18Z") },
            { id: 62, customer_id: 28, account_type: "checking", balance: "46.55", last_transaction_date: new Date("2020-11-18T08:10:31Z") },
            { id: 63, customer_id: 140, account_type: "savings", balance: "797443.34", last_transaction_date: new Date("2020-07-05T02:23:31Z") },
            { id: 64, customer_id: 66, account_type: "checking", balance: "798938.77", last_transaction_date: new Date("2021-12-06T09:15:45Z") },
            { id: 65, customer_id: 123, account_type: "checking", balance: "1305.19", last_transaction_date: new Date("2023-04-26T04:28:19Z") },
            { id: 66, customer_id: 168, account_type: "savings", balance: "18199.57", last_transaction_date: new Date("2021-10-26T12:48:18Z") },
            { id: 67, customer_id: 143, account_type: "savings", balance: "1007.38", last_transaction_date: new Date("2020-05-22T06:47:00Z") },
            { id: 68, customer_id: 107, account_type: "savings", balance: "248854.00", last_transaction_date: new Date("2022-06-23T09:00:58Z") },
            { id: 69, customer_id: 155, account_type: "savings", balance: "7957.68", last_transaction_date: new Date("2022-04-18T21:49:27Z") },
            { id: 70, customer_id: 8, account_type: "checking", balance: "2699.70", last_transaction_date: new Date("2020-04-09T14:48:27Z") },
            { id: 71, customer_id: 147, account_type: "savings", balance: "412045.39", last_transaction_date: new Date("2023-11-15T13:48:29Z") },
            { id: 72, customer_id: 148, account_type: "checking", balance: "782906.27", last_transaction_date: new Date("2022-10-26T16:52:25Z") },
            { id: 73, customer_id: 154, account_type: "checking", balance: "479946.27", last_transaction_date: new Date("2023-03-22T05:31:00Z") },
            { id: 74, customer_id: 130, account_type: "checking", balance: "69388.19", last_transaction_date: new Date("2023-07-03T03:11:00Z") },
            { id: 75, customer_id: 164, account_type: "savings", balance: "0.86", last_transaction_date: new Date("2021-05-02T05:24:12Z") },
            { id: 76, customer_id: 60, account_type: "savings", balance: "832548.68", last_transaction_date: new Date("2023-05-20T10:06:26Z") },
            { id: 77, customer_id: 71, account_type: "savings", balance: "134003.56", last_transaction_date: new Date("2020-04-06T07:15:41Z") },
            { id: 78, customer_id: 158, account_type: "checking", balance: "57749.46", last_transaction_date: new Date("2020-05-23T23:27:35Z") },
            { id: 79, customer_id: 135, account_type: "savings", balance: "863608.90", last_transaction_date: new Date("2022-05-07T14:33:47Z") },
            { id: 80, customer_id: 30, account_type: "savings", balance: "439900.32", last_transaction_date: new Date("2022-06-03T07:03:51Z") },
            { id: 81, customer_id: 160, account_type: "checking", balance: "948276.55", last_transaction_date: new Date("2023-08-30T11:17:26Z") },
            { id: 82, customer_id: 11, account_type: "savings", balance: "484097.49", last_transaction_date: new Date("2023-05-31T03:35:04Z") },
            { id: 83, customer_id: 183, account_type: "savings", balance: "142985.71", last_transaction_date: new Date("2022-02-20T18:48:52Z") },
            { id: 84, customer_id: 26, account_type: "savings", balance: "725746.51", last_transaction_date: new Date("2020-05-14T15:35:22Z") },
            { id: 85, customer_id: 63, account_type: "savings", balance: "15470.93", last_transaction_date: new Date("2021-12-31T00:51:20Z") },
            { id: 86, customer_id: 26, account_type: "savings", balance: "554635.21", last_transaction_date: new Date("2021-06-01T21:27:14Z") },
            { id: 87, customer_id: 157, account_type: "savings", balance: "354435.62", last_transaction_date: new Date("2020-09-24T13:27:58Z") },
            { id: 88, customer_id: 142, account_type: "business", balance: "2919.40", last_transaction_date: new Date("2020-07-06T14:24:19Z") },
            { id: 89, customer_id: 11, account_type: "savings", balance: "211355.11", last_transaction_date: new Date("2020-08-03T20:54:21Z") },
            { id: 90, customer_id: 164, account_type: "checking", balance: "44687.56", last_transaction_date: new Date("2022-05-07T18:35:12Z") },
            { id: 91, customer_id: 14, account_type: "savings", balance: "160682.07", last_transaction_date: new Date("2023-07-29T05:43:35Z") },
            { id: 92, customer_id: 98, account_type: "savings", balance: "209.94", last_transaction_date: new Date("2021-06-16T14:58:17Z") },
            { id: 93, customer_id: 173, account_type: "checking", balance: "723649.76", last_transaction_date: new Date("2022-09-03T11:20:56Z") },
            { id: 94, customer_id: 59, account_type: "checking", balance: "388058.98", last_transaction_date: new Date("2023-04-11T08:09:58Z") },
            { id: 95, customer_id: 163, account_type: "savings", balance: "429.02", last_transaction_date: new Date("2021-07-27T17:09:30Z") },
            { id: 96, customer_id: 48, account_type: "checking", balance: "46186.36", last_transaction_date: new Date("2022-06-10T23:23:32Z") },
            { id: 97, customer_id: 189, account_type: "savings", balance: "78267.81", last_transaction_date: new Date("2020-07-05T07:52:03Z") },
            { id: 98, customer_id: 115, account_type: "checking", balance: "0.00", last_transaction_date: new Date("2022-02-27T19:21:03Z") },
            { id: 99, customer_id: 180, account_type: "savings", balance: "833268.64", last_transaction_date: new Date("2022-02-22T17:47:08Z") },
            { id: 100, customer_id: 43, account_type: "savings", balance: "608621.99", last_transaction_date: new Date("2022-03-23T15:54:46Z") },
            { id: 101, customer_id: 18, account_type: "savings", balance: "26736.53", last_transaction_date: new Date("2020-08-24T06:24:04Z") },
            { id: 102, customer_id: 171, account_type: "checking", balance: "552864.56", last_transaction_date: new Date("2023-01-01T14:36:02Z") },
            { id: 103, customer_id: 80, account_type: "savings", balance: "112867.76", last_transaction_date: new Date("2020-04-02T22:13:22Z") },
            { id: 104, customer_id: 163, account_type: "business", balance: "114893.78", last_transaction_date: new Date("2021-06-23T15:20:17Z") },
            { id: 105, customer_id: 39, account_type: "savings", balance: "255601.49", last_transaction_date: new Date("2022-03-29T08:47:51Z") },
            { id: 106, customer_id: 23, account_type: "checking", balance: "906936.74", last_transaction_date: new Date("2023-07-14T18:40:39Z") },
            { id: 107, customer_id: 34, account_type: "savings", balance: "114455.55", last_transaction_date: new Date("2023-09-13T18:25:48Z") },
            { id: 108, customer_id: 181, account_type: "business", balance: "720110.94", last_transaction_date: new Date("2021-02-07T09:19:36Z") },
            { id: 109, customer_id: 89, account_type: "savings", balance: "406382.35", last_transaction_date: new Date("2023-10-01T02:35:44Z") },
            { id: 110, customer_id: 24, account_type: "savings", balance: "839198.78", last_transaction_date: new Date("2020-05-01T13:17:27Z") },
            { id: 111, customer_id: 91, account_type: "checking", balance: "161953.53", last_transaction_date: new Date("2021-07-21T19:07:55Z") },
            { id: 112, customer_id: 18, account_type: "savings", balance: "958887.84", last_transaction_date: new Date("2022-03-27T14:56:28Z") },
            { id: 113, customer_id: 126, account_type: "checking", balance: "684.43", last_transaction_date: new Date("2023-10-14T00:56:33Z") },
            { id: 114, customer_id: 151, account_type: "savings", balance: "514553.71", last_transaction_date: new Date("2020-04-21T09:54:35Z") },
            { id: 115, customer_id: 26, account_type: "checking", balance: "63145.03", last_transaction_date: new Date("2021-04-23T16:26:43Z") },
            { id: 116, customer_id: 69, account_type: "savings", balance: "530114.85", last_transaction_date: new Date("2021-10-06T17:42:56Z") },
            { id: 117, customer_id: 14, account_type: "checking", balance: "2366.24", last_transaction_date: new Date("2023-01-22T05:08:03Z") },
            { id: 118, customer_id: 187, account_type: "savings", balance: "483026.18", last_transaction_date: new Date("2021-04-29T09:49:42Z") },
            { id: 119, customer_id: 156, account_type: "savings", balance: "144361.24", last_transaction_date: new Date("2023-07-18T16:33:44Z") },
            { id: 120, customer_id: 94, account_type: "business", balance: "897698.57", last_transaction_date: new Date("2022-04-11T01:23:34Z") },
            { id: 121, customer_id: 126, account_type: "savings", balance: "26758.87", last_transaction_date: new Date("2023-01-24T04:47:38Z") },
            { id: 122, customer_id: 147, account_type: "savings", balance: "113025.21", last_transaction_date: new Date("2021-06-24T18:51:59Z") },
            { id: 123, customer_id: 72, account_type: "savings", balance: "129381.41", last_transaction_date: new Date("2021-12-28T18:12:41Z") },
            { id: 124, customer_id: 140, account_type: "savings", balance: "5129.81", last_transaction_date: new Date("2020-05-07T01:28:50Z") },
            { id: 125, customer_id: 58, account_type: "savings", balance: "683765.92", last_transaction_date: new Date("2020-09-15T19:14:18Z") },
            { id: 126, customer_id: 92, account_type: "savings", balance: "4173.78", last_transaction_date: new Date("2020-01-13T07:51:19Z") },
            { id: 127, customer_id: 82, account_type: "business", balance: "885069.66", last_transaction_date: new Date("2021-11-19T22:08:05Z") },
            { id: 128, customer_id: 167, account_type: "checking", balance: "16801.26", last_transaction_date: new Date("2021-12-18T04:05:20Z") },
            { id: 129, customer_id: 103, account_type: "savings", balance: "57711.92", last_transaction_date: new Date("2020-07-26T17:20:02Z") },
            { id: 130, customer_id: 102, account_type: "business", balance: "1800.91", last_transaction_date: new Date("2022-12-16T09:51:19Z") },
            { id: 131, customer_id: 162, account_type: "savings", balance: "16419.51", last_transaction_date: new Date("2023-07-06T23:23:17Z") },
            { id: 132, customer_id: 176, account_type: "checking", balance: "319932.98", last_transaction_date: new Date("2020-04-27T13:42:54Z") },
            { id: 133, customer_id: 31, account_type: "checking", balance: "13153.03", last_transaction_date: new Date("2022-08-21T21:58:48Z") },
            { id: 134, customer_id: 190, account_type: "business", balance: "73387.43", last_transaction_date: new Date("2020-06-18T23:12:59Z") },
            { id: 135, customer_id: 90, account_type: "checking", balance: "104188.07", last_transaction_date: new Date("2022-09-27T08:33:21Z") },
            { id: 136, customer_id: 14, account_type: "checking", balance: "177131.00", last_transaction_date: new Date("2020-09-05T12:33:38Z") },
            { id: 137, customer_id: 15, account_type: "savings", balance: "276901.22", last_transaction_date: new Date("2021-08-23T04:26:50Z") },
            { id: 138, customer_id: 180, account_type: "checking", balance: "684888.15", last_transaction_date: new Date("2022-08-18T03:11:57Z") },
            { id: 139, customer_id: 196, account_type: "savings", balance: "521696.25", last_transaction_date: new Date("2021-08-01T06:17:54Z") },
            { id: 140, customer_id: 78, account_type: "savings", balance: "70926.63", last_transaction_date: new Date("2022-02-09T08:01:31Z") },
            { id: 141, customer_id: 153, account_type: "checking", balance: "182239.19", last_transaction_date: new Date("2021-05-28T16:49:29Z") },
            { id: 142, customer_id: 22, account_type: "savings", balance: "519016.22", last_transaction_date: new Date("2021-01-19T08:33:16Z") },
            { id: 143, customer_id: 151, account_type: "savings", balance: "5434.54", last_transaction_date: new Date("2022-02-22T22:06:14Z") },
            { id: 144, customer_id: 11, account_type: "business", balance: "0.54", last_transaction_date: new Date("2023-12-04T15:25:12Z") },
            { id: 145, customer_id: 43, account_type: "checking", balance: "972441.75", last_transaction_date: new Date("2020-01-22T20:53:52Z") },
            { id: 146, customer_id: 177, account_type: "business", balance: "565716.22", last_transaction_date: new Date("2021-09-05T01:08:03Z") },
            { id: 147, customer_id: 76, account_type: "checking", balance: "817444.01", last_transaction_date: new Date("2023-12-10T04:19:45Z") },
            { id: 148, customer_id: 14, account_type: "savings", balance: "520982.89", last_transaction_date: new Date("2023-07-16T05:37:22Z") },
            { id: 149, customer_id: 95, account_type: "checking", balance: "464827.10", last_transaction_date: new Date("2021-08-06T09:57:18Z") },
            { id: 150, customer_id: 61, account_type: "business", balance: "230027.75", last_transaction_date: new Date("2021-06-19T22:12:38Z") },
            { id: 151, customer_id: 60, account_type: "checking", balance: "483.16", last_transaction_date: new Date("2021-12-16T01:16:26Z") },
            { id: 152, customer_id: 72, account_type: "savings", balance: "57539.87", last_transaction_date: new Date("2021-03-07T08:09:35Z") },
            { id: 153, customer_id: 169, account_type: "checking", balance: "260.36", last_transaction_date: new Date("2021-01-01T12:32:49Z") },
            { id: 154, customer_id: 177, account_type: "savings", balance: "394974.32", last_transaction_date: new Date("2023-04-17T21:57:43Z") },
            { id: 155, customer_id: 105, account_type: "savings", balance: "19258.95", last_transaction_date: new Date("2023-03-25T13:15:00Z") },
            { id: 156, customer_id: 14, account_type: "checking", balance: "3764.53", last_transaction_date: new Date("2021-07-26T13:01:53Z") },
            { id: 157, customer_id: 125, account_type: "checking", balance: "466033.55", last_transaction_date: new Date("2020-03-13T18:49:26Z") },
            { id: 158, customer_id: 14, account_type: "savings", balance: "578.21", last_transaction_date: new Date("2020-05-04T19:08:06Z") },
            { id: 159, customer_id: 7, account_type: "savings", balance: "729206.28", last_transaction_date: new Date("2023-02-24T10:03:22Z") },
            { id: 160, customer_id: 143, account_type: "checking", balance: "13883.79", last_transaction_date: new Date("2022-03-18T00:47:12Z") },
            { id: 161, customer_id: 156, account_type: "savings", balance: "20517.02", last_transaction_date: new Date("2022-08-04T00:45:30Z") },
            { id: 162, customer_id: 90, account_type: "savings", balance: "871710.61", last_transaction_date: new Date("2022-02-01T20:17:42Z") },
            { id: 163, customer_id: 120, account_type: "checking", balance: "191656.56", last_transaction_date: new Date("2020-12-09T05:11:45Z") },
            { id: 164, customer_id: 54, account_type: "checking", balance: "27288.35", last_transaction_date: new Date("2023-01-10T05:17:20Z") },
            { id: 165, customer_id: 40, account_type: "savings", balance: "15777.01", last_transaction_date: new Date("2021-10-24T12:03:55Z") },
            { id: 166, customer_id: 187, account_type: "savings", balance: "819858.29", last_transaction_date: new Date("2021-01-22T10:03:14Z") },
            { id: 167, customer_id: 80, account_type: "savings", balance: "21216.81", last_transaction_date: new Date("2021-02-05T18:54:23Z") },
            { id: 168, customer_id: 33, account_type: "savings", balance: "110837.47", last_transaction_date: new Date("2022-01-04T23:26:32Z") },
            { id: 169, customer_id: 199, account_type: "business", balance: "165428.03", last_transaction_date: new Date("2023-12-17T20:24:12Z") },
            { id: 170, customer_id: 18, account_type: "checking", balance: "0.00", last_transaction_date: new Date("2020-10-20T18:43:28Z") },
            { id: 171, customer_id: 85, account_type: "savings", balance: "73333.11", last_transaction_date: new Date("2020-02-12T09:27:28Z") },
            { id: 172, customer_id: 32, account_type: "savings", balance: "177738.69", last_transaction_date: new Date("2023-05-27T21:24:12Z") },
            { id: 173, customer_id: 60, account_type: "savings", balance: "174728.91", last_transaction_date: new Date("2022-10-11T06:44:52Z") },
            { id: 174, customer_id: 28, account_type: "savings", balance: "812687.01", last_transaction_date: new Date("2023-01-09T21:50:13Z") },
            { id: 175, customer_id: 79, account_type: "checking", balance: "334995.13", last_transaction_date: new Date("2022-06-18T16:05:15Z") },
            { id: 176, customer_id: 165, account_type: "checking", balance: "1079.23", last_transaction_date: new Date("2021-08-17T00:31:33Z") },
            { id: 177, customer_id: 49, account_type: "savings", balance: "289157.64", last_transaction_date: new Date("2023-12-05T01:19:44Z") },
            { id: 178, customer_id: 18, account_type: "savings", balance: "52793.96", last_transaction_date: new Date("2023-03-13T20:01:25Z") },
            { id: 179, customer_id: 158, account_type: "savings", balance: "640.72", last_transaction_date: new Date("2022-02-26T08:58:36Z") },
            { id: 180, customer_id: 23, account_type: "savings", balance: "53509.37", last_transaction_date: new Date("2020-07-03T07:45:45Z") },
            { id: 181, customer_id: 44, account_type: "savings", balance: "15482.89", last_transaction_date: new Date("2022-02-13T21:27:29Z") },
            { id: 182, customer_id: 142, account_type: "checking", balance: "422.11", last_transaction_date: new Date("2022-12-18T02:38:04Z") },
            { id: 183, customer_id: 82, account_type: "savings", balance: "88820.77", last_transaction_date: new Date("2022-02-18T11:45:37Z") },
            { id: 184, customer_id: 164, account_type: "checking", balance: "392469.98", last_transaction_date: new Date("2023-10-21T08:57:11Z") },
            { id: 185, customer_id: 80, account_type: "savings", balance: "73869.63", last_transaction_date: new Date("2022-04-15T21:35:22Z") },
            { id: 186, customer_id: 65, account_type: "savings", balance: "910.69", last_transaction_date: new Date("2023-12-26T21:16:29Z") },
            { id: 187, customer_id: 98, account_type: "savings", balance: "419791.69", last_transaction_date: new Date("2021-11-11T17:47:09Z") },
            { id: 188, customer_id: 78, account_type: "checking", balance: "288867.58", last_transaction_date: new Date("2020-06-08T02:44:00Z") },
            { id: 189, customer_id: 190, account_type: "savings", balance: "157182.49", last_transaction_date: new Date("2023-08-02T17:26:46Z") },
            { id: 190, customer_id: 69, account_type: "savings", balance: "28629.67", last_transaction_date: new Date("2022-08-17T04:30:37Z") },
            { id: 191, customer_id: 102, account_type: "checking", balance: "17642.54", last_transaction_date: new Date("2020-04-20T02:27:54Z") },
            { id: 192, customer_id: 39, account_type: "business", balance: "856433.39", last_transaction_date: new Date("2022-01-07T06:55:29Z") },
            { id: 193, customer_id: 26, account_type: "savings", balance: "85503.53", last_transaction_date: new Date("2022-05-07T12:31:23Z") },
            { id: 194, customer_id: 74, account_type: "savings", balance: "970894.29", last_transaction_date: new Date("2023-03-27T23:23:44Z") },
            { id: 195, customer_id: 184, account_type: "checking", balance: "260365.91", last_transaction_date: new Date("2020-12-22T03:32:04Z") },
            { id: 196, customer_id: 172, account_type: "checking", balance: "300863.14", last_transaction_date: new Date("2021-09-06T01:24:26Z") },
            { id: 197, customer_id: 171, account_type: "savings", balance: "2890.87", last_transaction_date: new Date("2021-03-25T12:26:50Z") },
            { id: 198, customer_id: 64, account_type: "savings", balance: "77340.85", last_transaction_date: new Date("2023-05-20T17:57:08Z") },
            { id: 199, customer_id: 130, account_type: "business", balance: "134128.98", last_transaction_date: new Date("2021-01-04T07:52:22Z") },
            { id: 200, customer_id: 138, account_type: "savings", balance: "731038.42", last_transaction_date: new Date("2020-01-14T07:49:55Z") },
            { id: 201, customer_id: 44, account_type: "savings", balance: "879205.93", last_transaction_date: new Date("2022-08-11T12:48:35Z") },
            { id: 202, customer_id: 46, account_type: "checking", balance: "37185.94", last_transaction_date: new Date("2023-01-28T01:09:25Z") },
            { id: 203, customer_id: 113, account_type: "savings", balance: "238356.90", last_transaction_date: new Date("2023-05-29T13:31:45Z") },
            { id: 204, customer_id: 76, account_type: "checking", balance: "441091.70", last_transaction_date: new Date("2020-02-14T17:59:52Z") },
            { id: 205, customer_id: 93, account_type: "checking", balance: "102868.37", last_transaction_date: new Date("2021-04-25T21:29:25Z") },
            { id: 206, customer_id: 179, account_type: "business", balance: "8528.53", last_transaction_date: new Date("2021-07-03T14:44:31Z") },
            { id: 207, customer_id: 36, account_type: "savings", balance: "39776.88", last_transaction_date: new Date("2022-04-11T08:09:46Z") },
            { id: 208, customer_id: 90, account_type: "savings", balance: "91405.29", last_transaction_date: new Date("2023-02-08T17:12:19Z") },
            { id: 209, customer_id: 9, account_type: "savings", balance: "3389.52", last_transaction_date: new Date("2023-02-24T08:15:45Z") },
            { id: 210, customer_id: 95, account_type: "savings", balance: "48069.78", last_transaction_date: new Date("2020-10-28T08:17:20Z") },
            { id: 211, customer_id: 31, account_type: "savings", balance: "680115.03", last_transaction_date: new Date("2022-09-19T08:03:08Z") },
            { id: 212, customer_id: 31, account_type: "savings", balance: "7306.30", last_transaction_date: new Date("2022-10-14T08:03:03Z") },
            { id: 213, customer_id: 123, account_type: "savings", balance: "423209.70", last_transaction_date: new Date("2021-07-19T16:48:44Z") },
            { id: 214, customer_id: 188, account_type: "savings", balance: "8501.73", last_transaction_date: new Date("2021-04-19T15:45:34Z") },
            { id: 215, customer_id: 125, account_type: "savings", balance: "72752.23", last_transaction_date: new Date("2020-10-25T21:08:43Z") },
            { id: 216, customer_id: 189, account_type: "checking", balance: "136119.81", last_transaction_date: new Date("2020-04-12T05:38:45Z") },
            { id: 217, customer_id: 78, account_type: "checking", balance: "11670.66", last_transaction_date: new Date("2023-01-06T09:03:29Z") },
            { id: 218, customer_id: 181, account_type: "savings", balance: "106204.33", last_transaction_date: new Date("2023-09-16T09:34:59Z") },
            { id: 219, customer_id: 135, account_type: "savings", balance: "606334.32", last_transaction_date: new Date("2020-07-20T08:02:47Z") },
            { id: 220, customer_id: 100, account_type: "checking", balance: "186338.12", last_transaction_date: new Date("2020-06-29T13:20:33Z") },
            { id: 221, customer_id: 27, account_type: "savings", balance: "85854.98", last_transaction_date: new Date("2022-04-16T04:48:52Z") },
            { id: 222, customer_id: 125, account_type: "savings", balance: "9568.39", last_transaction_date: new Date("2022-03-22T13:40:55Z") },
            { id: 223, customer_id: 18, account_type: "checking", balance: "180035.52", last_transaction_date: new Date("2021-10-01T09:07:33Z") },
            { id: 224, customer_id: 27, account_type: "business", balance: "40040.72", last_transaction_date: new Date("2022-08-13T04:02:46Z") },
            { id: 225, customer_id: 117, account_type: "checking", balance: "315039.86", last_transaction_date: new Date("2020-11-24T08:06:14Z") },
            { id: 226, customer_id: 80, account_type: "savings", balance: "157833.98", last_transaction_date: new Date("2022-01-26T21:19:10Z") },
            { id: 227, customer_id: 72, account_type: "savings", balance: "365471.65", last_transaction_date: new Date("2022-01-28T13:01:05Z") },
            { id: 228, customer_id: 92, account_type: "checking", balance: "275914.83", last_transaction_date: new Date("2020-06-07T09:26:09Z") },
            { id: 229, customer_id: 36, account_type: "savings", balance: "278240.50", last_transaction_date: new Date("2022-11-12T07:21:16Z") },
            { id: 230, customer_id: 23, account_type: "checking", balance: "581642.10", last_transaction_date: new Date("2020-09-20T03:14:43Z") },
            { id: 231, customer_id: 27, account_type: "checking", balance: "707497.78", last_transaction_date: new Date("2023-04-26T18:38:28Z") },
            { id: 232, customer_id: 189, account_type: "business", balance: "12630.21", last_transaction_date: new Date("2020-12-25T07:07:48Z") },
            { id: 233, customer_id: 132, account_type: "business", balance: "978790.49", last_transaction_date: new Date("2021-05-07T01:20:44Z") },
            { id: 234, customer_id: 138, account_type: "savings", balance: "728.39", last_transaction_date: new Date("2020-08-08T10:28:47Z") },
            { id: 235, customer_id: 200, account_type: "savings", balance: "50530.38", last_transaction_date: new Date("2021-10-05T01:57:00Z") },
            { id: 236, customer_id: 71, account_type: "savings", balance: "13505.60", last_transaction_date: new Date("2021-04-04T16:23:58Z") },
            { id: 237, customer_id: 131, account_type: "savings", balance: "768623.33", last_transaction_date: new Date("2022-09-02T17:08:24Z") },
            { id: 238, customer_id: 41, account_type: "checking", balance: "51601.84", last_transaction_date: new Date("2021-03-06T08:18:45Z") },
            { id: 239, customer_id: 64, account_type: "checking", balance: "25811.09", last_transaction_date: new Date("2021-10-19T06:35:24Z") },
            { id: 240, customer_id: 169, account_type: "savings", balance: "716467.14", last_transaction_date: new Date("2023-12-26T21:26:54Z") },
            { id: 241, customer_id: 9, account_type: "checking", balance: "739142.14", last_transaction_date: new Date("2020-12-18T13:00:44Z") },
            { id: 242, customer_id: 35, account_type: "savings", balance: "323823.09", last_transaction_date: new Date("2020-08-18T16:28:48Z") },
            { id: 243, customer_id: 9, account_type: "business", balance: "511706.81", last_transaction_date: new Date("2020-06-28T22:06:12Z") },
            { id: 244, customer_id: 171, account_type: "checking", balance: "54917.53", last_transaction_date: new Date("2022-01-30T04:37:45Z") },
            { id: 245, customer_id: 87, account_type: "savings", balance: "23.62", last_transaction_date: new Date("2023-09-11T03:40:30Z") },
            { id: 246, customer_id: 62, account_type: "checking", balance: "576.36", last_transaction_date: new Date("2021-03-04T15:37:22Z") },
            { id: 247, customer_id: 189, account_type: "savings", balance: "942981.17", last_transaction_date: new Date("2023-12-12T20:04:12Z") },
            { id: 248, customer_id: 22, account_type: "savings", balance: "583.02", last_transaction_date: new Date("2020-06-30T11:51:48Z") },
            { id: 249, customer_id: 35, account_type: "savings", balance: "1893.05", last_transaction_date: new Date("2021-11-09T23:05:59Z") },
            { id: 250, customer_id: 21, account_type: "checking", balance: "260299.50", last_transaction_date: new Date("2022-04-10T00:50:46Z") },
            { id: 251, customer_id: 184, account_type: "savings", balance: "249439.19", last_transaction_date: new Date("2020-04-09T11:34:37Z") },
            { id: 252, customer_id: 163, account_type: "savings", balance: "45997.88", last_transaction_date: new Date("2020-11-05T11:02:12Z") },
            { id: 253, customer_id: 193, account_type: "savings", balance: "829169.34", last_transaction_date: new Date("2022-11-01T03:27:54Z") },
            { id: 254, customer_id: 96, account_type: "savings", balance: "3247.81", last_transaction_date: new Date("2021-05-01T13:44:42Z") },
            { id: 255, customer_id: 158, account_type: "checking", balance: "8.29", last_transaction_date: new Date("2023-08-12T10:04:57Z") },
            { id: 256, customer_id: 174, account_type: "savings", balance: "836745.19", last_transaction_date: new Date("2020-05-13T10:24:53Z") },
            { id: 257, customer_id: 38, account_type: "savings", balance: "17544.08", last_transaction_date: new Date("2021-03-18T16:33:20Z") },
            { id: 258, customer_id: 32, account_type: "savings", balance: "485693.76", last_transaction_date: new Date("2021-07-14T13:46:09Z") },
            { id: 259, customer_id: 195, account_type: "savings", balance: "163528.35", last_transaction_date: new Date("2022-02-14T09:40:51Z") },
            { id: 260, customer_id: 169, account_type: "checking", balance: "25552.87", last_transaction_date: new Date("2021-01-05T11:16:02Z") },
            { id: 261, customer_id: 121, account_type: "savings", balance: "59.12", last_transaction_date: new Date("2023-10-02T19:35:23Z") },
            { id: 262, customer_id: 188, account_type: "savings", balance: "29492.00", last_transaction_date: new Date("2023-05-28T21:24:28Z") },
            { id: 263, customer_id: 11, account_type: "savings", balance: "305855.20", last_transaction_date: new Date("2020-07-22T15:12:39Z") },
            { id: 264, customer_id: 13, account_type: "savings", balance: "35605.49", last_transaction_date: new Date("2022-09-19T07:19:53Z") },
            { id: 265, customer_id: 161, account_type: "checking", balance: "24986.44", last_transaction_date: new Date("2020-02-13T02:08:03Z") },
            { id: 266, customer_id: 84, account_type: "business", balance: "263539.41", last_transaction_date: new Date("2023-08-27T19:13:16Z") },
            { id: 267, customer_id: 177, account_type: "savings", balance: "454662.05", last_transaction_date: new Date("2020-03-09T21:17:11Z") },
            { id: 268, customer_id: 188, account_type: "checking", balance: "792457.87", last_transaction_date: new Date("2022-01-01T16:00:57Z") },
            { id: 269, customer_id: 138, account_type: "checking", balance: "135530.29", last_transaction_date: new Date("2023-09-28T21:23:02Z") },
            { id: 270, customer_id: 183, account_type: "checking", balance: "542885.52", last_transaction_date: new Date("2022-01-25T10:58:59Z") },
            { id: 271, customer_id: 59, account_type: "savings", balance: "658091.61", last_transaction_date: new Date("2022-06-03T20:54:41Z") },
            { id: 272, customer_id: 180, account_type: "savings", balance: "850467.99", last_transaction_date: new Date("2020-07-03T18:52:29Z") },
            { id: 273, customer_id: 67, account_type: "checking", balance: "10296.35", last_transaction_date: new Date("2022-11-21T11:52:27Z") },
            { id: 274, customer_id: 39, account_type: "savings", balance: "36.89", last_transaction_date: new Date("2021-07-29T21:05:21Z") },
            { id: 275, customer_id: 181, account_type: "checking", balance: "975318.63", last_transaction_date: new Date("2020-05-21T23:59:57Z") },
            { id: 276, customer_id: 65, account_type: "business", balance: "987963.27", last_transaction_date: new Date("2021-05-23T22:01:35Z") },
            { id: 277, customer_id: 10, account_type: "checking", balance: "639812.44", last_transaction_date: new Date("2020-03-15T01:34:31Z") },
            { id: 278, customer_id: 20, account_type: "business", balance: "43202.14", last_transaction_date: new Date("2023-05-27T00:35:08Z") },
            { id: 279, customer_id: 184, account_type: "business", balance: "470.97", last_transaction_date: new Date("2021-01-27T10:34:38Z") },
            { id: 280, customer_id: 30, account_type: "savings", balance: "155464.09", last_transaction_date: new Date("2021-07-22T17:40:47Z") },
            { id: 281, customer_id: 3, account_type: "savings", balance: "209032.52", last_transaction_date: new Date("2023-02-17T00:45:44Z") },
            { id: 282, customer_id: 78, account_type: "checking", balance: "24225.15", last_transaction_date: new Date("2023-08-31T22:13:27Z") },
            { id: 283, customer_id: 31, account_type: "checking", balance: "11315.53", last_transaction_date: new Date("2023-07-31T22:18:34Z") },
            { id: 284, customer_id: 168, account_type: "savings", balance: "686.14", last_transaction_date: new Date("2020-08-26T13:24:03Z") },
            { id: 285, customer_id: 67, account_type: "savings", balance: "525847.59", last_transaction_date: new Date("2021-03-25T07:52:06Z") },
            { id: 286, customer_id: 15, account_type: "business", balance: "190387.78", last_transaction_date: new Date("2020-02-24T14:27:03Z") },
            { id: 287, customer_id: 27, account_type: "savings", balance: "39169.66", last_transaction_date: new Date("2022-08-12T19:38:14Z") },
            { id: 288, customer_id: 12, account_type: "savings", balance: "1154.80", last_transaction_date: new Date("2022-05-31T11:17:13Z") },
            { id: 289, customer_id: 31, account_type: "savings", balance: "115525.96", last_transaction_date: new Date("2020-04-29T03:16:06Z") },
            { id: 290, customer_id: 38, account_type: "checking", balance: "447284.98", last_transaction_date: new Date("2022-08-17T01:08:36Z") },
            { id: 291, customer_id: 127, account_type: "checking", balance: "168859.14", last_transaction_date: new Date("2020-01-27T05:05:47Z") },
            { id: 292, customer_id: 181, account_type: "savings", balance: "628442.36", last_transaction_date: new Date("2022-07-08T07:31:12Z") },
            { id: 293, customer_id: 51, account_type: "savings", balance: "441645.14", last_transaction_date: new Date("2022-04-23T09:34:48Z") },
            { id: 294, customer_id: 58, account_type: "checking", balance: "401503.39", last_transaction_date: new Date("2021-04-05T02:50:35Z") },
            { id: 295, customer_id: 141, account_type: "business", balance: "40647.81", last_transaction_date: new Date("2021-11-29T17:21:58Z") },
            { id: 296, customer_id: 174, account_type: "checking", balance: "26782.09", last_transaction_date: new Date("2023-05-07T18:31:09Z") },
            { id: 297, customer_id: 136, account_type: "business", balance: "254975.35", last_transaction_date: new Date("2023-03-25T13:48:27Z") },
            { id: 298, customer_id: 198, account_type: "checking", balance: "602406.92", last_transaction_date: new Date("2023-02-17T15:50:09Z") },
            { id: 299, customer_id: 101, account_type: "savings", balance: "57231.69", last_transaction_date: new Date("2021-10-11T07:38:15Z") },
            { id: 300, customer_id: 51, account_type: "savings", balance: "21510.13", last_transaction_date: new Date("2022-05-23T11:46:10Z") },
        ],
    });
    await prisma.transaction_types.createMany({
        data: [
            { id: 1, type: "withdrawal", processing_time: 15 },
            { id: 2, type: "withdrawal", processing_time: 11 },
            { id: 3, type: "deposit", processing_time: 13 },
            { id: 4, type: "fee", processing_time: 8 },
        ],
    });
    await prisma.fees.createMany({
        data: [
            { id: 1, transaction_type_id: 1, fee_amount: "24.67", fee_type: "percentage" },
            { id: 2, transaction_type_id: 2, fee_amount: "470.71", fee_type: "flat" },
            { id: 3, transaction_type_id: 1, fee_amount: "200.61", fee_type: "flat" },
            { id: 4, transaction_type_id: 4, fee_amount: "269.72", fee_type: "flat" },
            { id: 5, transaction_type_id: 3, fee_amount: "122.75", fee_type: "flat" },
            { id: 6, transaction_type_id: 4, fee_amount: "25.05", fee_type: "percentage" },
            { id: 7, transaction_type_id: 4, fee_amount: "21.13", fee_type: "percentage" },
            { id: 8, transaction_type_id: 3, fee_amount: "46.20", fee_type: "percentage" },
            { id: 9, transaction_type_id: 2, fee_amount: "85.25", fee_type: "percentage" },
            { id: 10, transaction_type_id: 1, fee_amount: "457.91", fee_type: "flat" },
        ],
    });
    await prisma.transactions.createMany({
        data: [
            { id: 1, account_id: 219, transaction_type_id: 3, amount: "11134.73", transaction_date: new Date("2023-12-15T17:28:01Z") },
            { id: 2, account_id: 211, transaction_type_id: 1, amount: "24848.63", transaction_date: new Date("2020-12-25T18:39:44Z") },
            { id: 3, account_id: 121, transaction_type_id: 3, amount: "27955.59", transaction_date: new Date("2022-10-14T11:20:02Z") },
            { id: 4, account_id: 85, transaction_type_id: 4, amount: "50.09", transaction_date: new Date("2023-12-21T03:43:51Z") },
            { id: 5, account_id: 200, transaction_type_id: 2, amount: "4157.88", transaction_date: new Date("2023-11-19T20:00:39Z") },
            { id: 6, account_id: 17, transaction_type_id: 3, amount: "36884.86", transaction_date: new Date("2023-03-27T02:53:05Z") },
            { id: 7, account_id: 41, transaction_type_id: 3, amount: "41313.29", transaction_date: new Date("2023-08-02T20:21:11Z") },
            { id: 8, account_id: 30, transaction_type_id: 4, amount: "227.18", transaction_date: new Date("2021-02-20T16:34:46Z") },
            { id: 9, account_id: 23, transaction_type_id: 3, amount: "16563.28", transaction_date: new Date("2022-02-10T06:53:35Z") },
            { id: 10, account_id: 234, transaction_type_id: 4, amount: "3318.46", transaction_date: new Date("2022-09-18T11:10:07Z") },
            { id: 11, account_id: 42, transaction_type_id: 3, amount: "18060.78", transaction_date: new Date("2021-07-19T04:20:24Z") },
            { id: 12, account_id: 17, transaction_type_id: 3, amount: "554.72", transaction_date: new Date("2022-06-20T00:00:54Z") },
            { id: 13, account_id: 189, transaction_type_id: 3, amount: "1510.59", transaction_date: new Date("2022-04-30T23:29:12Z") },
            { id: 14, account_id: 249, transaction_type_id: 4, amount: "17817.76", transaction_date: new Date("2022-01-22T15:20:44Z") },
            { id: 15, account_id: 186, transaction_type_id: 1, amount: "52.90", transaction_date: new Date("2021-03-16T23:56:49Z") },
            { id: 16, account_id: 215, transaction_type_id: 3, amount: "43634.93", transaction_date: new Date("2023-03-09T11:56:26Z") },
            { id: 17, account_id: 267, transaction_type_id: 2, amount: "7464.78", transaction_date: new Date("2023-10-15T10:24:42Z") },
            { id: 18, account_id: 98, transaction_type_id: 2, amount: "9315.19", transaction_date: new Date("2023-04-12T11:51:38Z") },
            { id: 19, account_id: 97, transaction_type_id: 1, amount: "82.78", transaction_date: new Date("2021-05-07T20:03:31Z") },
            { id: 20, account_id: 143, transaction_type_id: 3, amount: "30132.05", transaction_date: new Date("2022-08-20T00:50:29Z") },
            { id: 21, account_id: 181, transaction_type_id: 4, amount: "104.63", transaction_date: new Date("2020-05-13T18:16:31Z") },
            { id: 22, account_id: 136, transaction_type_id: 3, amount: "308.96", transaction_date: new Date("2023-06-19T10:55:50Z") },
            { id: 23, account_id: 82, transaction_type_id: 2, amount: "16557.92", transaction_date: new Date("2021-03-27T13:35:21Z") },
            { id: 24, account_id: 149, transaction_type_id: 1, amount: "43715.61", transaction_date: new Date("2022-07-28T05:25:12Z") },
            { id: 25, account_id: 40, transaction_type_id: 1, amount: "342.57", transaction_date: new Date("2021-07-13T03:42:05Z") },
            { id: 26, account_id: 206, transaction_type_id: 3, amount: "9516.41", transaction_date: new Date("2022-09-25T08:44:40Z") },
            { id: 27, account_id: 234, transaction_type_id: 4, amount: "579.17", transaction_date: new Date("2023-05-02T08:01:20Z") },
            { id: 28, account_id: 142, transaction_type_id: 3, amount: "42739.17", transaction_date: new Date("2023-12-06T21:23:01Z") },
            { id: 29, account_id: 141, transaction_type_id: 3, amount: "41295.22", transaction_date: new Date("2023-03-31T21:11:39Z") },
            { id: 30, account_id: 258, transaction_type_id: 2, amount: "17916.39", transaction_date: new Date("2023-03-20T00:05:12Z") },
            { id: 31, account_id: 102, transaction_type_id: 2, amount: "13330.12", transaction_date: new Date("2023-02-22T12:44:12Z") },
            { id: 32, account_id: 22, transaction_type_id: 4, amount: "8695.94", transaction_date: new Date("2023-05-16T15:06:46Z") },
            { id: 33, account_id: 18, transaction_type_id: 1, amount: "35379.58", transaction_date: new Date("2021-01-29T12:47:32Z") },
            { id: 34, account_id: 286, transaction_type_id: 4, amount: "17674.01", transaction_date: new Date("2021-03-22T12:29:20Z") },
            { id: 35, account_id: 26, transaction_type_id: 1, amount: "41008.92", transaction_date: new Date("2022-07-11T20:20:41Z") },
            { id: 36, account_id: 163, transaction_type_id: 3, amount: "3841.53", transaction_date: new Date("2021-12-23T15:40:32Z") },
            { id: 37, account_id: 106, transaction_type_id: 2, amount: "1.50", transaction_date: new Date("2020-03-14T22:08:22Z") },
            { id: 38, account_id: 271, transaction_type_id: 4, amount: "4.73", transaction_date: new Date("2023-09-30T12:33:31Z") },
            { id: 39, account_id: 210, transaction_type_id: 4, amount: "39390.34", transaction_date: new Date("2022-02-19T02:45:09Z") },
            { id: 40, account_id: 2, transaction_type_id: 2, amount: "3868.13", transaction_date: new Date("2022-12-13T22:10:32Z") },
            { id: 41, account_id: 218, transaction_type_id: 2, amount: "2038.25", transaction_date: new Date("2023-02-27T12:42:31Z") },
            { id: 42, account_id: 248, transaction_type_id: 1, amount: "9873.29", transaction_date: new Date("2020-05-17T03:58:56Z") },
            { id: 43, account_id: 119, transaction_type_id: 2, amount: "8769.52", transaction_date: new Date("2023-11-04T21:04:35Z") },
            { id: 44, account_id: 174, transaction_type_id: 2, amount: "3148.39", transaction_date: new Date("2021-10-25T18:44:16Z") },
            { id: 45, account_id: 241, transaction_type_id: 1, amount: "13192.60", transaction_date: new Date("2023-09-09T13:17:09Z") },
            { id: 46, account_id: 12, transaction_type_id: 1, amount: "3614.34", transaction_date: new Date("2020-07-19T09:12:56Z") },
            { id: 47, account_id: 32, transaction_type_id: 2, amount: "28442.37", transaction_date: new Date("2022-04-26T01:16:56Z") },
            { id: 48, account_id: 27, transaction_type_id: 3, amount: "19653.16", transaction_date: new Date("2023-07-13T21:16:37Z") },
            { id: 49, account_id: 292, transaction_type_id: 2, amount: "4461.55", transaction_date: new Date("2023-02-02T02:09:22Z") },
            { id: 50, account_id: 223, transaction_type_id: 4, amount: "26051.60", transaction_date: new Date("2022-06-01T15:20:13Z") },
            { id: 51, account_id: 170, transaction_type_id: 4, amount: "20854.05", transaction_date: new Date("2021-09-21T01:21:41Z") },
            { id: 52, account_id: 192, transaction_type_id: 3, amount: "8584.52", transaction_date: new Date("2020-09-15T12:29:42Z") },
            { id: 53, account_id: 230, transaction_type_id: 3, amount: "24549.30", transaction_date: new Date("2023-04-09T05:19:33Z") },
            { id: 54, account_id: 138, transaction_type_id: 1, amount: "41870.53", transaction_date: new Date("2022-05-06T16:53:52Z") },
            { id: 55, account_id: 226, transaction_type_id: 1, amount: "15509.75", transaction_date: new Date("2021-11-20T14:00:21Z") },
            { id: 56, account_id: 221, transaction_type_id: 2, amount: "42950.65", transaction_date: new Date("2021-11-18T07:37:07Z") },
            { id: 57, account_id: 45, transaction_type_id: 4, amount: "3183.55", transaction_date: new Date("2021-08-09T07:48:33Z") },
            { id: 58, account_id: 206, transaction_type_id: 3, amount: "33063.06", transaction_date: new Date("2022-08-27T07:57:08Z") },
            { id: 59, account_id: 98, transaction_type_id: 1, amount: "1225.67", transaction_date: new Date("2022-04-20T21:41:30Z") },
            { id: 60, account_id: 280, transaction_type_id: 1, amount: "39881.36", transaction_date: new Date("2022-06-21T05:01:32Z") },
            { id: 61, account_id: 268, transaction_type_id: 3, amount: "22839.55", transaction_date: new Date("2021-08-13T06:41:01Z") },
            { id: 62, account_id: 43, transaction_type_id: 3, amount: "15208.33", transaction_date: new Date("2023-11-24T23:52:26Z") },
            { id: 63, account_id: 287, transaction_type_id: 4, amount: "607.98", transaction_date: new Date("2020-10-01T21:43:41Z") },
            { id: 64, account_id: 233, transaction_type_id: 4, amount: "93.84", transaction_date: new Date("2020-06-05T09:15:21Z") },
            { id: 65, account_id: 75, transaction_type_id: 2, amount: "12659.74", transaction_date: new Date("2021-01-29T15:09:23Z") },
            { id: 66, account_id: 46, transaction_type_id: 3, amount: "4899.50", transaction_date: new Date("2023-03-10T14:52:32Z") },
            { id: 67, account_id: 28, transaction_type_id: 4, amount: "3955.99", transaction_date: new Date("2022-05-03T23:46:41Z") },
            { id: 68, account_id: 293, transaction_type_id: 3, amount: "1743.72", transaction_date: new Date("2023-05-04T20:52:29Z") },
            { id: 69, account_id: 153, transaction_type_id: 2, amount: "15657.63", transaction_date: new Date("2021-12-01T20:22:30Z") },
            { id: 70, account_id: 48, transaction_type_id: 4, amount: "46374.62", transaction_date: new Date("2023-05-16T00:35:30Z") },
            { id: 71, account_id: 232, transaction_type_id: 2, amount: "37287.79", transaction_date: new Date("2023-12-19T21:33:07Z") },
            { id: 72, account_id: 110, transaction_type_id: 3, amount: "15692.19", transaction_date: new Date("2021-08-09T09:24:12Z") },
            { id: 73, account_id: 138, transaction_type_id: 2, amount: "329.80", transaction_date: new Date("2021-12-06T16:39:19Z") },
            { id: 74, account_id: 39, transaction_type_id: 4, amount: "16579.16", transaction_date: new Date("2023-10-07T04:06:06Z") },
            { id: 75, account_id: 98, transaction_type_id: 3, amount: "4631.16", transaction_date: new Date("2020-07-27T05:44:23Z") },
            { id: 76, account_id: 47, transaction_type_id: 4, amount: "45825.15", transaction_date: new Date("2020-12-23T00:16:48Z") },
            { id: 77, account_id: 130, transaction_type_id: 3, amount: "40088.15", transaction_date: new Date("2023-11-26T22:59:47Z") },
            { id: 78, account_id: 163, transaction_type_id: 2, amount: "9590.39", transaction_date: new Date("2023-03-24T07:41:49Z") },
            { id: 79, account_id: 160, transaction_type_id: 3, amount: "4211.60", transaction_date: new Date("2021-01-09T16:26:23Z") },
            { id: 80, account_id: 233, transaction_type_id: 2, amount: "4650.23", transaction_date: new Date("2022-09-27T03:52:48Z") },
            { id: 81, account_id: 77, transaction_type_id: 2, amount: "11261.47", transaction_date: new Date("2022-12-25T12:21:08Z") },
            { id: 82, account_id: 20, transaction_type_id: 1, amount: "24393.40", transaction_date: new Date("2023-09-10T00:14:07Z") },
            { id: 83, account_id: 119, transaction_type_id: 3, amount: "14123.61", transaction_date: new Date("2021-05-31T08:27:01Z") },
            { id: 84, account_id: 259, transaction_type_id: 2, amount: "5726.43", transaction_date: new Date("2022-06-30T15:39:35Z") },
            { id: 85, account_id: 129, transaction_type_id: 4, amount: "47542.57", transaction_date: new Date("2021-06-25T07:38:54Z") },
            { id: 86, account_id: 259, transaction_type_id: 3, amount: "957.25", transaction_date: new Date("2022-09-05T22:55:13Z") },
            { id: 87, account_id: 204, transaction_type_id: 2, amount: "42293.48", transaction_date: new Date("2023-10-15T22:12:26Z") },
            { id: 88, account_id: 208, transaction_type_id: 1, amount: "29633.73", transaction_date: new Date("2020-04-20T08:59:24Z") },
            { id: 89, account_id: 281, transaction_type_id: 2, amount: "32468.63", transaction_date: new Date("2020-08-18T09:00:40Z") },
            { id: 90, account_id: 54, transaction_type_id: 3, amount: "46108.99", transaction_date: new Date("2023-01-18T12:36:52Z") },
            { id: 91, account_id: 149, transaction_type_id: 1, amount: "13854.37", transaction_date: new Date("2021-09-20T17:47:16Z") },
            { id: 92, account_id: 101, transaction_type_id: 1, amount: "119.73", transaction_date: new Date("2022-01-10T13:03:23Z") },
            { id: 93, account_id: 239, transaction_type_id: 3, amount: "923.73", transaction_date: new Date("2023-03-24T03:12:02Z") },
            { id: 94, account_id: 235, transaction_type_id: 3, amount: "21736.84", transaction_date: new Date("2020-02-20T16:45:38Z") },
            { id: 95, account_id: 121, transaction_type_id: 2, amount: "224.43", transaction_date: new Date("2022-03-09T13:35:21Z") },
            { id: 96, account_id: 25, transaction_type_id: 2, amount: "25226.85", transaction_date: new Date("2022-08-30T12:06:16Z") },
            { id: 97, account_id: 269, transaction_type_id: 3, amount: "8527.16", transaction_date: new Date("2021-12-13T05:37:15Z") },
            { id: 98, account_id: 171, transaction_type_id: 1, amount: "11875.34", transaction_date: new Date("2023-09-21T00:50:51Z") },
            { id: 99, account_id: 263, transaction_type_id: 2, amount: "21737.86", transaction_date: new Date("2022-09-17T19:22:20Z") },
            { id: 100, account_id: 181, transaction_type_id: 3, amount: "19134.48", transaction_date: new Date("2022-03-10T20:15:42Z") },
            { id: 101, account_id: 6, transaction_type_id: 4, amount: "9208.68", transaction_date: new Date("2023-10-28T02:33:37Z") },
            { id: 102, account_id: 1, transaction_type_id: 3, amount: "6454.57", transaction_date: new Date("2021-06-29T18:15:11Z") },
            { id: 103, account_id: 267, transaction_type_id: 4, amount: "5575.00", transaction_date: new Date("2021-09-09T22:37:11Z") },
            { id: 104, account_id: 144, transaction_type_id: 1, amount: "36800.61", transaction_date: new Date("2020-09-21T17:31:21Z") },
            { id: 105, account_id: 251, transaction_type_id: 1, amount: "35240.14", transaction_date: new Date("2021-03-15T07:58:01Z") },
            { id: 106, account_id: 205, transaction_type_id: 3, amount: "42491.09", transaction_date: new Date("2023-09-13T09:24:37Z") },
            { id: 107, account_id: 85, transaction_type_id: 3, amount: "514.29", transaction_date: new Date("2020-01-23T06:16:42Z") },
            { id: 108, account_id: 1, transaction_type_id: 3, amount: "40127.03", transaction_date: new Date("2023-09-01T00:43:58Z") },
            { id: 109, account_id: 159, transaction_type_id: 4, amount: "43305.63", transaction_date: new Date("2023-07-18T17:04:13Z") },
            { id: 110, account_id: 75, transaction_type_id: 2, amount: "5136.89", transaction_date: new Date("2023-10-16T15:30:52Z") },
            { id: 111, account_id: 239, transaction_type_id: 4, amount: "39949.54", transaction_date: new Date("2021-02-04T07:11:19Z") },
            { id: 112, account_id: 74, transaction_type_id: 1, amount: "49986.07", transaction_date: new Date("2023-12-24T17:22:32Z") },
            { id: 113, account_id: 270, transaction_type_id: 1, amount: "9337.16", transaction_date: new Date("2021-11-29T13:50:18Z") },
            { id: 114, account_id: 46, transaction_type_id: 2, amount: "25161.62", transaction_date: new Date("2020-11-04T14:53:22Z") },
            { id: 115, account_id: 9, transaction_type_id: 4, amount: "5226.64", transaction_date: new Date("2023-09-23T04:01:58Z") },
            { id: 116, account_id: 275, transaction_type_id: 1, amount: "25122.03", transaction_date: new Date("2023-03-06T19:55:02Z") },
            { id: 117, account_id: 55, transaction_type_id: 1, amount: "41669.19", transaction_date: new Date("2023-05-22T22:16:17Z") },
            { id: 118, account_id: 204, transaction_type_id: 4, amount: "39521.61", transaction_date: new Date("2021-06-14T21:56:24Z") },
            { id: 119, account_id: 110, transaction_type_id: 2, amount: "30813.36", transaction_date: new Date("2021-02-24T15:07:19Z") },
            { id: 120, account_id: 179, transaction_type_id: 1, amount: "18917.43", transaction_date: new Date("2020-06-07T08:18:56Z") },
            { id: 121, account_id: 189, transaction_type_id: 3, amount: "19944.67", transaction_date: new Date("2023-10-13T06:45:07Z") },
            { id: 122, account_id: 267, transaction_type_id: 1, amount: "49828.27", transaction_date: new Date("2020-01-01T01:11:35Z") },
            { id: 123, account_id: 18, transaction_type_id: 2, amount: "7403.21", transaction_date: new Date("2023-04-14T01:19:32Z") },
            { id: 124, account_id: 161, transaction_type_id: 1, amount: "21045.31", transaction_date: new Date("2020-07-19T03:32:06Z") },
            { id: 125, account_id: 223, transaction_type_id: 3, amount: "40185.02", transaction_date: new Date("2022-09-23T20:04:53Z") },
            { id: 126, account_id: 53, transaction_type_id: 2, amount: "8384.19", transaction_date: new Date("2022-01-15T04:29:29Z") },
            { id: 127, account_id: 194, transaction_type_id: 1, amount: "28143.23", transaction_date: new Date("2023-12-31T18:52:24Z") },
            { id: 128, account_id: 291, transaction_type_id: 1, amount: "22440.10", transaction_date: new Date("2022-09-25T07:53:56Z") },
            { id: 129, account_id: 106, transaction_type_id: 2, amount: "2396.39", transaction_date: new Date("2022-06-04T08:09:59Z") },
            { id: 130, account_id: 213, transaction_type_id: 2, amount: "41486.87", transaction_date: new Date("2022-08-11T04:14:02Z") },
            { id: 131, account_id: 138, transaction_type_id: 4, amount: "35368.92", transaction_date: new Date("2021-04-04T13:23:04Z") },
            { id: 132, account_id: 239, transaction_type_id: 3, amount: "31816.98", transaction_date: new Date("2021-09-04T16:03:12Z") },
            { id: 133, account_id: 170, transaction_type_id: 3, amount: "27884.89", transaction_date: new Date("2023-06-14T19:35:25Z") },
            { id: 134, account_id: 47, transaction_type_id: 1, amount: "5585.59", transaction_date: new Date("2022-02-25T16:45:58Z") },
            { id: 135, account_id: 77, transaction_type_id: 1, amount: "4177.05", transaction_date: new Date("2022-03-05T21:49:30Z") },
            { id: 136, account_id: 50, transaction_type_id: 4, amount: "16957.73", transaction_date: new Date("2020-11-21T10:19:02Z") },
            { id: 137, account_id: 96, transaction_type_id: 4, amount: "3519.27", transaction_date: new Date("2023-07-07T22:41:45Z") },
            { id: 138, account_id: 163, transaction_type_id: 2, amount: "5145.06", transaction_date: new Date("2022-06-07T14:34:17Z") },
            { id: 139, account_id: 122, transaction_type_id: 4, amount: "29233.55", transaction_date: new Date("2022-09-11T03:08:41Z") },
            { id: 140, account_id: 276, transaction_type_id: 2, amount: "2279.48", transaction_date: new Date("2023-04-11T03:19:52Z") },
            { id: 141, account_id: 79, transaction_type_id: 4, amount: "985.54", transaction_date: new Date("2023-03-29T18:08:39Z") },
            { id: 142, account_id: 14, transaction_type_id: 1, amount: "22657.99", transaction_date: new Date("2023-10-11T00:43:53Z") },
            { id: 143, account_id: 34, transaction_type_id: 3, amount: "23335.67", transaction_date: new Date("2023-03-16T06:14:52Z") },
            { id: 144, account_id: 257, transaction_type_id: 4, amount: "152.00", transaction_date: new Date("2022-03-01T18:48:53Z") },
            { id: 145, account_id: 5, transaction_type_id: 4, amount: "49346.20", transaction_date: new Date("2023-08-31T07:44:54Z") },
            { id: 146, account_id: 217, transaction_type_id: 4, amount: "7359.01", transaction_date: new Date("2022-11-10T02:01:48Z") },
            { id: 147, account_id: 201, transaction_type_id: 3, amount: "33314.45", transaction_date: new Date("2023-03-22T08:34:37Z") },
            { id: 148, account_id: 75, transaction_type_id: 1, amount: "13904.17", transaction_date: new Date("2022-05-09T12:47:17Z") },
            { id: 149, account_id: 2, transaction_type_id: 3, amount: "20736.15", transaction_date: new Date("2022-10-14T11:47:37Z") },
            { id: 150, account_id: 211, transaction_type_id: 1, amount: "657.15", transaction_date: new Date("2022-08-10T02:52:35Z") },
            { id: 151, account_id: 208, transaction_type_id: 2, amount: "71.69", transaction_date: new Date("2023-09-09T00:13:07Z") },
            { id: 152, account_id: 153, transaction_type_id: 3, amount: "2375.59", transaction_date: new Date("2022-10-11T02:11:16Z") },
            { id: 153, account_id: 194, transaction_type_id: 1, amount: "7218.28", transaction_date: new Date("2023-09-02T14:15:33Z") },
            { id: 154, account_id: 108, transaction_type_id: 4, amount: "3929.98", transaction_date: new Date("2021-12-28T16:46:14Z") },
            { id: 155, account_id: 161, transaction_type_id: 2, amount: "840.36", transaction_date: new Date("2022-11-16T21:11:25Z") },
            { id: 156, account_id: 97, transaction_type_id: 2, amount: "1764.66", transaction_date: new Date("2022-03-27T23:41:10Z") },
            { id: 157, account_id: 300, transaction_type_id: 4, amount: "165.35", transaction_date: new Date("2023-01-13T19:10:50Z") },
            { id: 158, account_id: 146, transaction_type_id: 1, amount: "4758.43", transaction_date: new Date("2023-08-27T01:31:33Z") },
            { id: 159, account_id: 145, transaction_type_id: 2, amount: "14257.08", transaction_date: new Date("2020-07-25T15:23:34Z") },
            { id: 160, account_id: 281, transaction_type_id: 2, amount: "2164.83", transaction_date: new Date("2020-10-24T05:32:42Z") },
            { id: 161, account_id: 140, transaction_type_id: 3, amount: "35701.62", transaction_date: new Date("2022-11-21T19:13:24Z") },
            { id: 162, account_id: 14, transaction_type_id: 4, amount: "71.79", transaction_date: new Date("2020-03-29T11:19:09Z") },
            { id: 163, account_id: 231, transaction_type_id: 1, amount: "49134.83", transaction_date: new Date("2022-06-08T21:35:31Z") },
            { id: 164, account_id: 279, transaction_type_id: 3, amount: "4824.64", transaction_date: new Date("2023-12-12T07:49:36Z") },
            { id: 165, account_id: 130, transaction_type_id: 2, amount: "1493.72", transaction_date: new Date("2023-02-23T09:01:39Z") },
            { id: 166, account_id: 84, transaction_type_id: 3, amount: "47.81", transaction_date: new Date("2022-06-09T01:16:17Z") },
            { id: 167, account_id: 268, transaction_type_id: 4, amount: "1298.12", transaction_date: new Date("2023-03-05T14:24:19Z") },
            { id: 168, account_id: 162, transaction_type_id: 4, amount: "41757.30", transaction_date: new Date("2023-11-07T00:05:17Z") },
            { id: 169, account_id: 287, transaction_type_id: 1, amount: "42069.01", transaction_date: new Date("2022-05-21T16:21:56Z") },
            { id: 170, account_id: 20, transaction_type_id: 4, amount: "4095.40", transaction_date: new Date("2023-03-26T05:40:02Z") },
            { id: 171, account_id: 14, transaction_type_id: 1, amount: "18240.19", transaction_date: new Date("2021-08-03T01:28:32Z") },
            { id: 172, account_id: 116, transaction_type_id: 1, amount: "17569.07", transaction_date: new Date("2021-03-26T14:05:01Z") },
            { id: 173, account_id: 5, transaction_type_id: 3, amount: "10805.22", transaction_date: new Date("2022-04-04T07:38:39Z") },
            { id: 174, account_id: 74, transaction_type_id: 3, amount: "251.79", transaction_date: new Date("2021-12-12T16:11:52Z") },
            { id: 175, account_id: 41, transaction_type_id: 3, amount: "1290.65", transaction_date: new Date("2021-09-07T11:44:29Z") },
            { id: 176, account_id: 82, transaction_type_id: 4, amount: "11670.29", transaction_date: new Date("2023-12-28T03:25:50Z") },
            { id: 177, account_id: 135, transaction_type_id: 3, amount: "12886.45", transaction_date: new Date("2023-09-21T19:00:53Z") },
            { id: 178, account_id: 155, transaction_type_id: 1, amount: "9708.89", transaction_date: new Date("2022-01-01T12:58:03Z") },
            { id: 179, account_id: 61, transaction_type_id: 3, amount: "14812.00", transaction_date: new Date("2023-07-10T20:37:19Z") },
            { id: 180, account_id: 28, transaction_type_id: 4, amount: "13454.83", transaction_date: new Date("2021-08-17T07:59:13Z") },
            { id: 181, account_id: 181, transaction_type_id: 2, amount: "200.88", transaction_date: new Date("2023-06-14T23:13:56Z") },
            { id: 182, account_id: 167, transaction_type_id: 3, amount: "46639.66", transaction_date: new Date("2022-09-23T06:12:58Z") },
            { id: 183, account_id: 261, transaction_type_id: 4, amount: "25906.34", transaction_date: new Date("2022-06-18T23:00:09Z") },
            { id: 184, account_id: 199, transaction_type_id: 4, amount: "19869.10", transaction_date: new Date("2023-01-19T00:04:04Z") },
            { id: 185, account_id: 183, transaction_type_id: 1, amount: "4690.98", transaction_date: new Date("2022-10-20T08:08:13Z") },
            { id: 186, account_id: 272, transaction_type_id: 1, amount: "17542.46", transaction_date: new Date("2020-07-17T19:02:02Z") },
            { id: 187, account_id: 236, transaction_type_id: 3, amount: "13663.53", transaction_date: new Date("2020-12-08T02:27:05Z") },
            { id: 188, account_id: 43, transaction_type_id: 3, amount: "22217.77", transaction_date: new Date("2023-10-31T22:33:08Z") },
            { id: 189, account_id: 52, transaction_type_id: 4, amount: "44493.20", transaction_date: new Date("2023-04-16T18:45:41Z") },
            { id: 190, account_id: 295, transaction_type_id: 2, amount: "1133.69", transaction_date: new Date("2022-11-07T21:54:34Z") },
            { id: 191, account_id: 256, transaction_type_id: 3, amount: "80.49", transaction_date: new Date("2022-10-18T03:34:43Z") },
            { id: 192, account_id: 90, transaction_type_id: 2, amount: "37870.63", transaction_date: new Date("2023-12-05T03:28:53Z") },
            { id: 193, account_id: 228, transaction_type_id: 1, amount: "5501.87", transaction_date: new Date("2020-05-15T21:46:07Z") },
            { id: 194, account_id: 36, transaction_type_id: 3, amount: "11258.31", transaction_date: new Date("2021-09-29T19:42:24Z") },
            { id: 195, account_id: 244, transaction_type_id: 2, amount: "44561.87", transaction_date: new Date("2022-04-09T21:09:10Z") },
            { id: 196, account_id: 194, transaction_type_id: 3, amount: "47318.46", transaction_date: new Date("2022-05-20T02:37:24Z") },
            { id: 197, account_id: 159, transaction_type_id: 4, amount: "27781.78", transaction_date: new Date("2021-11-04T02:47:17Z") },
            { id: 198, account_id: 198, transaction_type_id: 2, amount: "38663.77", transaction_date: new Date("2023-04-15T11:21:45Z") },
            { id: 199, account_id: 96, transaction_type_id: 4, amount: "795.60", transaction_date: new Date("2020-10-24T14:27:40Z") },
            { id: 200, account_id: 187, transaction_type_id: 4, amount: "2969.78", transaction_date: new Date("2021-03-22T06:39:24Z") },
            { id: 201, account_id: 34, transaction_type_id: 2, amount: "1750.57", transaction_date: new Date("2020-11-17T17:47:37Z") },
            { id: 202, account_id: 253, transaction_type_id: 2, amount: "17287.61", transaction_date: new Date("2023-04-15T23:25:54Z") },
            { id: 203, account_id: 234, transaction_type_id: 3, amount: "11775.35", transaction_date: new Date("2022-08-30T23:39:36Z") },
            { id: 204, account_id: 174, transaction_type_id: 3, amount: "542.07", transaction_date: new Date("2023-11-25T02:07:03Z") },
            { id: 205, account_id: 111, transaction_type_id: 4, amount: "12749.02", transaction_date: new Date("2021-10-02T12:55:54Z") },
            { id: 206, account_id: 192, transaction_type_id: 3, amount: "10763.39", transaction_date: new Date("2022-07-23T09:33:46Z") },
            { id: 207, account_id: 166, transaction_type_id: 2, amount: "16905.82", transaction_date: new Date("2023-05-08T11:42:58Z") },
            { id: 208, account_id: 295, transaction_type_id: 1, amount: "371.84", transaction_date: new Date("2023-05-11T22:17:42Z") },
            { id: 209, account_id: 213, transaction_type_id: 3, amount: "15987.42", transaction_date: new Date("2023-07-05T14:38:37Z") },
            { id: 210, account_id: 158, transaction_type_id: 1, amount: "26609.41", transaction_date: new Date("2021-04-11T12:33:27Z") },
            { id: 211, account_id: 88, transaction_type_id: 4, amount: "18172.96", transaction_date: new Date("2023-04-07T01:19:27Z") },
            { id: 212, account_id: 175, transaction_type_id: 2, amount: "31590.83", transaction_date: new Date("2022-10-21T21:57:58Z") },
            { id: 213, account_id: 7, transaction_type_id: 2, amount: "21005.56", transaction_date: new Date("2021-07-24T10:06:17Z") },
            { id: 214, account_id: 121, transaction_type_id: 3, amount: "25081.73", transaction_date: new Date("2023-07-06T06:05:06Z") },
            { id: 215, account_id: 247, transaction_type_id: 2, amount: "16099.57", transaction_date: new Date("2022-05-16T23:30:17Z") },
            { id: 216, account_id: 207, transaction_type_id: 3, amount: "40914.92", transaction_date: new Date("2021-03-15T08:29:20Z") },
            { id: 217, account_id: 189, transaction_type_id: 4, amount: "20112.07", transaction_date: new Date("2023-12-31T08:27:48Z") },
            { id: 218, account_id: 57, transaction_type_id: 3, amount: "4985.75", transaction_date: new Date("2020-08-20T17:26:52Z") },
            { id: 219, account_id: 220, transaction_type_id: 2, amount: "579.61", transaction_date: new Date("2023-05-07T03:12:22Z") },
            { id: 220, account_id: 172, transaction_type_id: 1, amount: "49956.97", transaction_date: new Date("2022-10-27T10:41:11Z") },
            { id: 221, account_id: 159, transaction_type_id: 1, amount: "6986.53", transaction_date: new Date("2023-03-12T11:43:06Z") },
            { id: 222, account_id: 141, transaction_type_id: 1, amount: "46806.02", transaction_date: new Date("2022-03-24T23:10:57Z") },
            { id: 223, account_id: 68, transaction_type_id: 1, amount: "24.55", transaction_date: new Date("2023-10-11T10:48:10Z") },
            { id: 224, account_id: 15, transaction_type_id: 2, amount: "36223.15", transaction_date: new Date("2023-07-01T16:47:26Z") },
            { id: 225, account_id: 47, transaction_type_id: 1, amount: "45710.72", transaction_date: new Date("2021-09-28T08:48:56Z") },
            { id: 226, account_id: 52, transaction_type_id: 4, amount: "46666.18", transaction_date: new Date("2020-12-05T20:44:03Z") },
            { id: 227, account_id: 120, transaction_type_id: 4, amount: "13128.44", transaction_date: new Date("2020-11-17T19:18:20Z") },
            { id: 228, account_id: 184, transaction_type_id: 4, amount: "42196.28", transaction_date: new Date("2022-05-27T23:41:02Z") },
            { id: 229, account_id: 218, transaction_type_id: 1, amount: "11945.29", transaction_date: new Date("2021-12-06T16:00:12Z") },
            { id: 230, account_id: 61, transaction_type_id: 4, amount: "41409.75", transaction_date: new Date("2021-09-07T04:19:59Z") },
            { id: 231, account_id: 299, transaction_type_id: 3, amount: "1176.81", transaction_date: new Date("2020-10-02T17:42:55Z") },
            { id: 232, account_id: 182, transaction_type_id: 2, amount: "40897.31", transaction_date: new Date("2020-02-07T09:09:18Z") },
            { id: 233, account_id: 7, transaction_type_id: 2, amount: "5887.79", transaction_date: new Date("2022-04-14T16:14:26Z") },
            { id: 234, account_id: 68, transaction_type_id: 1, amount: "8699.52", transaction_date: new Date("2023-03-18T08:32:27Z") },
            { id: 235, account_id: 108, transaction_type_id: 1, amount: "1486.58", transaction_date: new Date("2023-01-03T08:30:03Z") },
            { id: 236, account_id: 141, transaction_type_id: 1, amount: "14030.87", transaction_date: new Date("2022-06-19T02:55:08Z") },
            { id: 237, account_id: 27, transaction_type_id: 4, amount: "43662.20", transaction_date: new Date("2021-10-23T16:24:32Z") },
            { id: 238, account_id: 3, transaction_type_id: 2, amount: "7184.92", transaction_date: new Date("2020-12-25T01:15:01Z") },
            { id: 239, account_id: 210, transaction_type_id: 1, amount: "36233.46", transaction_date: new Date("2022-02-03T19:10:07Z") },
            { id: 240, account_id: 9, transaction_type_id: 2, amount: "12936.58", transaction_date: new Date("2021-01-25T11:02:28Z") },
            { id: 241, account_id: 76, transaction_type_id: 3, amount: "8179.06", transaction_date: new Date("2023-09-28T14:52:31Z") },
            { id: 242, account_id: 33, transaction_type_id: 4, amount: "31348.36", transaction_date: new Date("2022-02-20T21:05:34Z") },
            { id: 243, account_id: 132, transaction_type_id: 4, amount: "19344.26", transaction_date: new Date("2023-10-08T02:09:37Z") },
            { id: 244, account_id: 182, transaction_type_id: 2, amount: "6414.54", transaction_date: new Date("2023-12-11T14:05:40Z") },
            { id: 245, account_id: 180, transaction_type_id: 2, amount: "28999.49", transaction_date: new Date("2022-06-29T01:18:23Z") },
            { id: 246, account_id: 234, transaction_type_id: 2, amount: "22.15", transaction_date: new Date("2023-05-30T14:01:47Z") },
            { id: 247, account_id: 10, transaction_type_id: 4, amount: "14831.00", transaction_date: new Date("2020-10-17T04:03:20Z") },
            { id: 248, account_id: 221, transaction_type_id: 2, amount: "11569.57", transaction_date: new Date("2022-09-11T03:20:59Z") },
            { id: 249, account_id: 223, transaction_type_id: 2, amount: "601.52", transaction_date: new Date("2021-11-10T10:01:11Z") },
            { id: 250, account_id: 217, transaction_type_id: 1, amount: "47234.07", transaction_date: new Date("2020-12-12T13:51:23Z") },
            { id: 251, account_id: 34, transaction_type_id: 2, amount: "42694.40", transaction_date: new Date("2020-05-17T10:40:41Z") },
            { id: 252, account_id: 239, transaction_type_id: 2, amount: "16385.86", transaction_date: new Date("2021-08-19T14:05:13Z") },
            { id: 253, account_id: 63, transaction_type_id: 2, amount: "31634.51", transaction_date: new Date("2023-01-03T02:36:20Z") },
            { id: 254, account_id: 150, transaction_type_id: 4, amount: "862.35", transaction_date: new Date("2023-09-01T14:15:12Z") },
            { id: 255, account_id: 130, transaction_type_id: 4, amount: "1332.01", transaction_date: new Date("2022-04-09T13:03:23Z") },
            { id: 256, account_id: 25, transaction_type_id: 1, amount: "76.22", transaction_date: new Date("2023-01-01T08:32:56Z") },
            { id: 257, account_id: 128, transaction_type_id: 3, amount: "748.58", transaction_date: new Date("2020-12-17T01:06:53Z") },
            { id: 258, account_id: 299, transaction_type_id: 4, amount: "25025.98", transaction_date: new Date("2022-05-17T01:51:37Z") },
            { id: 259, account_id: 76, transaction_type_id: 1, amount: "13906.64", transaction_date: new Date("2022-11-21T17:44:26Z") },
            { id: 260, account_id: 208, transaction_type_id: 3, amount: "14430.06", transaction_date: new Date("2020-03-03T07:36:18Z") },
            { id: 261, account_id: 45, transaction_type_id: 1, amount: "12.75", transaction_date: new Date("2020-11-09T13:17:15Z") },
            { id: 262, account_id: 98, transaction_type_id: 3, amount: "42422.49", transaction_date: new Date("2022-12-31T14:36:07Z") },
            { id: 263, account_id: 256, transaction_type_id: 3, amount: "64.00", transaction_date: new Date("2022-05-25T09:15:15Z") },
            { id: 264, account_id: 151, transaction_type_id: 4, amount: "809.01", transaction_date: new Date("2023-03-06T10:21:31Z") },
            { id: 265, account_id: 218, transaction_type_id: 4, amount: "17166.61", transaction_date: new Date("2023-09-21T11:58:53Z") },
            { id: 266, account_id: 278, transaction_type_id: 4, amount: "25177.01", transaction_date: new Date("2021-05-07T08:58:17Z") },
            { id: 267, account_id: 247, transaction_type_id: 4, amount: "6216.74", transaction_date: new Date("2023-09-10T00:35:13Z") },
            { id: 268, account_id: 86, transaction_type_id: 2, amount: "1774.39", transaction_date: new Date("2023-06-08T21:45:13Z") },
            { id: 269, account_id: 230, transaction_type_id: 3, amount: "13220.78", transaction_date: new Date("2023-12-17T01:25:06Z") },
            { id: 270, account_id: 275, transaction_type_id: 2, amount: "29440.24", transaction_date: new Date("2022-03-19T12:29:14Z") },
            { id: 271, account_id: 2, transaction_type_id: 3, amount: "16969.12", transaction_date: new Date("2021-09-07T14:03:03Z") },
            { id: 272, account_id: 72, transaction_type_id: 4, amount: "23362.00", transaction_date: new Date("2020-01-06T11:13:15Z") },
            { id: 273, account_id: 186, transaction_type_id: 4, amount: "32113.94", transaction_date: new Date("2022-03-02T02:04:29Z") },
            { id: 274, account_id: 108, transaction_type_id: 3, amount: "5815.81", transaction_date: new Date("2022-12-22T09:20:32Z") },
            { id: 275, account_id: 212, transaction_type_id: 2, amount: "24544.26", transaction_date: new Date("2023-05-06T01:19:02Z") },
            { id: 276, account_id: 25, transaction_type_id: 1, amount: "41488.35", transaction_date: new Date("2022-02-02T10:15:39Z") },
            { id: 277, account_id: 210, transaction_type_id: 3, amount: "4734.00", transaction_date: new Date("2023-03-28T05:16:07Z") },
            { id: 278, account_id: 127, transaction_type_id: 1, amount: "10247.55", transaction_date: new Date("2022-06-16T02:55:46Z") },
            { id: 279, account_id: 142, transaction_type_id: 3, amount: "26473.46", transaction_date: new Date("2020-02-24T21:46:28Z") },
            { id: 280, account_id: 294, transaction_type_id: 3, amount: "7926.17", transaction_date: new Date("2023-11-04T17:32:59Z") },
            { id: 281, account_id: 288, transaction_type_id: 3, amount: "9444.15", transaction_date: new Date("2021-08-30T11:20:51Z") },
            { id: 282, account_id: 48, transaction_type_id: 3, amount: "30899.90", transaction_date: new Date("2020-12-27T06:21:32Z") },
            { id: 283, account_id: 103, transaction_type_id: 1, amount: "566.15", transaction_date: new Date("2021-03-13T15:54:51Z") },
            { id: 284, account_id: 150, transaction_type_id: 2, amount: "185.63", transaction_date: new Date("2022-11-30T03:52:22Z") },
            { id: 285, account_id: 172, transaction_type_id: 2, amount: "17937.88", transaction_date: new Date("2022-01-25T14:10:40Z") },
            { id: 286, account_id: 210, transaction_type_id: 2, amount: "35803.20", transaction_date: new Date("2022-06-20T10:53:45Z") },
            { id: 287, account_id: 87, transaction_type_id: 3, amount: "11372.00", transaction_date: new Date("2021-01-11T05:08:47Z") },
            { id: 288, account_id: 29, transaction_type_id: 3, amount: "771.58", transaction_date: new Date("2023-06-09T20:34:45Z") },
            { id: 289, account_id: 57, transaction_type_id: 2, amount: "11562.72", transaction_date: new Date("2022-04-16T21:55:21Z") },
            { id: 290, account_id: 144, transaction_type_id: 3, amount: "27527.98", transaction_date: new Date("2023-01-13T13:26:31Z") },
            { id: 291, account_id: 180, transaction_type_id: 2, amount: "27465.60", transaction_date: new Date("2022-05-16T08:35:25Z") },
            { id: 292, account_id: 244, transaction_type_id: 3, amount: "20921.63", transaction_date: new Date("2022-06-11T21:53:33Z") },
            { id: 293, account_id: 191, transaction_type_id: 4, amount: "2523.69", transaction_date: new Date("2020-06-23T10:46:25Z") },
            { id: 294, account_id: 1, transaction_type_id: 2, amount: "29085.25", transaction_date: new Date("2023-06-06T03:15:53Z") },
            { id: 295, account_id: 145, transaction_type_id: 4, amount: "28358.18", transaction_date: new Date("2020-06-22T13:04:17Z") },
            { id: 296, account_id: 112, transaction_type_id: 4, amount: "2187.32", transaction_date: new Date("2022-08-03T17:13:08Z") },
            { id: 297, account_id: 160, transaction_type_id: 1, amount: "204.40", transaction_date: new Date("2022-12-22T05:44:13Z") },
            { id: 298, account_id: 65, transaction_type_id: 4, amount: "845.66", transaction_date: new Date("2020-03-07T19:19:03Z") },
            { id: 299, account_id: 5, transaction_type_id: 1, amount: "8817.43", transaction_date: new Date("2020-09-10T07:59:35Z") },
            { id: 300, account_id: 156, transaction_type_id: 1, amount: "8552.06", transaction_date: new Date("2021-11-23T21:40:47Z") },
            { id: 301, account_id: 75, transaction_type_id: 4, amount: "19528.50", transaction_date: new Date("2022-07-15T15:26:44Z") },
            { id: 302, account_id: 14, transaction_type_id: 2, amount: "6587.17", transaction_date: new Date("2022-08-13T03:12:42Z") },
            { id: 303, account_id: 47, transaction_type_id: 3, amount: "6667.56", transaction_date: new Date("2023-12-31T21:56:46Z") },
            { id: 304, account_id: 49, transaction_type_id: 4, amount: "29243.94", transaction_date: new Date("2022-06-18T21:08:37Z") },
            { id: 305, account_id: 214, transaction_type_id: 2, amount: "4013.20", transaction_date: new Date("2021-05-23T07:36:34Z") },
            { id: 306, account_id: 259, transaction_type_id: 2, amount: "5187.85", transaction_date: new Date("2021-03-03T21:52:18Z") },
            { id: 307, account_id: 216, transaction_type_id: 4, amount: "132.21", transaction_date: new Date("2022-06-13T03:33:53Z") },
            { id: 308, account_id: 2, transaction_type_id: 2, amount: "17239.18", transaction_date: new Date("2021-11-26T15:46:55Z") },
            { id: 309, account_id: 116, transaction_type_id: 2, amount: "13657.54", transaction_date: new Date("2021-03-06T18:15:03Z") },
            { id: 310, account_id: 214, transaction_type_id: 3, amount: "4293.36", transaction_date: new Date("2023-10-29T01:19:02Z") },
            { id: 311, account_id: 66, transaction_type_id: 1, amount: "36942.03", transaction_date: new Date("2020-09-09T10:16:00Z") },
            { id: 312, account_id: 152, transaction_type_id: 1, amount: "4360.51", transaction_date: new Date("2022-11-07T00:15:13Z") },
            { id: 313, account_id: 281, transaction_type_id: 4, amount: "5236.40", transaction_date: new Date("2023-08-30T03:28:09Z") },
            { id: 314, account_id: 258, transaction_type_id: 2, amount: "2574.49", transaction_date: new Date("2023-03-16T12:41:54Z") },
            { id: 315, account_id: 43, transaction_type_id: 1, amount: "22668.90", transaction_date: new Date("2023-04-25T09:50:03Z") },
            { id: 316, account_id: 6, transaction_type_id: 1, amount: "37.14", transaction_date: new Date("2023-07-05T12:23:24Z") },
            { id: 317, account_id: 13, transaction_type_id: 4, amount: "395.71", transaction_date: new Date("2021-07-18T14:12:33Z") },
            { id: 318, account_id: 299, transaction_type_id: 2, amount: "25143.14", transaction_date: new Date("2021-03-27T15:39:10Z") },
            { id: 319, account_id: 87, transaction_type_id: 3, amount: "23102.02", transaction_date: new Date("2023-02-16T19:09:06Z") },
            { id: 320, account_id: 114, transaction_type_id: 1, amount: "2412.15", transaction_date: new Date("2023-11-08T18:53:14Z") },
            { id: 321, account_id: 137, transaction_type_id: 1, amount: "29142.85", transaction_date: new Date("2021-03-22T12:41:28Z") },
            { id: 322, account_id: 226, transaction_type_id: 1, amount: "1691.17", transaction_date: new Date("2023-03-10T13:59:18Z") },
            { id: 323, account_id: 104, transaction_type_id: 1, amount: "8508.20", transaction_date: new Date("2022-05-27T07:00:02Z") },
            { id: 324, account_id: 292, transaction_type_id: 1, amount: "6372.70", transaction_date: new Date("2022-03-23T21:33:25Z") },
            { id: 325, account_id: 183, transaction_type_id: 2, amount: "14894.14", transaction_date: new Date("2021-11-03T05:53:15Z") },
            { id: 326, account_id: 289, transaction_type_id: 4, amount: "45109.46", transaction_date: new Date("2022-11-21T10:29:27Z") },
            { id: 327, account_id: 108, transaction_type_id: 4, amount: "430.76", transaction_date: new Date("2023-07-30T10:36:42Z") },
            { id: 328, account_id: 259, transaction_type_id: 3, amount: "17891.98", transaction_date: new Date("2021-01-03T21:44:20Z") },
            { id: 329, account_id: 158, transaction_type_id: 3, amount: "39794.72", transaction_date: new Date("2020-04-30T10:35:53Z") },
            { id: 330, account_id: 127, transaction_type_id: 2, amount: "18874.02", transaction_date: new Date("2020-07-26T14:40:26Z") },
            { id: 331, account_id: 129, transaction_type_id: 4, amount: "38835.07", transaction_date: new Date("2023-05-18T20:03:07Z") },
            { id: 332, account_id: 259, transaction_type_id: 2, amount: "953.84", transaction_date: new Date("2021-06-24T16:21:26Z") },
            { id: 333, account_id: 116, transaction_type_id: 4, amount: "13.52", transaction_date: new Date("2022-01-10T08:19:26Z") },
            { id: 334, account_id: 63, transaction_type_id: 3, amount: "841.99", transaction_date: new Date("2023-11-19T02:32:56Z") },
            { id: 335, account_id: 243, transaction_type_id: 4, amount: "1687.21", transaction_date: new Date("2021-02-20T22:03:13Z") },
            { id: 336, account_id: 117, transaction_type_id: 3, amount: "47416.22", transaction_date: new Date("2022-02-04T18:31:20Z") },
            { id: 337, account_id: 127, transaction_type_id: 2, amount: "3367.76", transaction_date: new Date("2021-07-03T18:22:44Z") },
            { id: 338, account_id: 19, transaction_type_id: 3, amount: "6153.97", transaction_date: new Date("2023-07-03T06:50:35Z") },
            { id: 339, account_id: 243, transaction_type_id: 1, amount: "20256.61", transaction_date: new Date("2022-07-25T05:26:27Z") },
            { id: 340, account_id: 152, transaction_type_id: 3, amount: "266.97", transaction_date: new Date("2022-08-28T19:50:57Z") },
            { id: 341, account_id: 91, transaction_type_id: 1, amount: "8783.30", transaction_date: new Date("2022-05-29T22:48:26Z") },
            { id: 342, account_id: 300, transaction_type_id: 1, amount: "246.34", transaction_date: new Date("2020-06-24T02:43:10Z") },
            { id: 343, account_id: 84, transaction_type_id: 3, amount: "1.00", transaction_date: new Date("2021-09-18T19:58:45Z") },
            { id: 344, account_id: 249, transaction_type_id: 3, amount: "12106.89", transaction_date: new Date("2023-03-02T10:51:24Z") },
            { id: 345, account_id: 57, transaction_type_id: 4, amount: "489.22", transaction_date: new Date("2021-03-04T09:16:50Z") },
            { id: 346, account_id: 242, transaction_type_id: 3, amount: "4407.68", transaction_date: new Date("2021-01-29T14:37:30Z") },
            { id: 347, account_id: 290, transaction_type_id: 3, amount: "27285.84", transaction_date: new Date("2022-12-03T09:35:45Z") },
            { id: 348, account_id: 158, transaction_type_id: 4, amount: "29.11", transaction_date: new Date("2020-04-15T09:51:00Z") },
            { id: 349, account_id: 8, transaction_type_id: 3, amount: "4508.83", transaction_date: new Date("2023-07-30T18:27:40Z") },
            { id: 350, account_id: 32, transaction_type_id: 2, amount: "16920.88", transaction_date: new Date("2023-07-17T12:23:23Z") },
            { id: 351, account_id: 39, transaction_type_id: 2, amount: "13606.83", transaction_date: new Date("2023-12-21T12:24:42Z") },
            { id: 352, account_id: 280, transaction_type_id: 2, amount: "772.79", transaction_date: new Date("2021-01-23T05:02:21Z") },
            { id: 353, account_id: 214, transaction_type_id: 1, amount: "240.18", transaction_date: new Date("2023-07-25T10:42:06Z") },
            { id: 354, account_id: 73, transaction_type_id: 4, amount: "12771.00", transaction_date: new Date("2021-11-29T22:12:55Z") },
            { id: 355, account_id: 205, transaction_type_id: 4, amount: "16901.07", transaction_date: new Date("2023-07-22T08:13:48Z") },
            { id: 356, account_id: 102, transaction_type_id: 1, amount: "1928.71", transaction_date: new Date("2023-06-30T02:26:32Z") },
            { id: 357, account_id: 157, transaction_type_id: 1, amount: "299.60", transaction_date: new Date("2020-09-11T23:38:30Z") },
            { id: 358, account_id: 266, transaction_type_id: 1, amount: "44357.50", transaction_date: new Date("2021-05-15T07:38:06Z") },
            { id: 359, account_id: 188, transaction_type_id: 1, amount: "22669.60", transaction_date: new Date("2021-10-11T14:23:27Z") },
            { id: 360, account_id: 277, transaction_type_id: 3, amount: "732.99", transaction_date: new Date("2022-08-03T04:39:46Z") },
            { id: 361, account_id: 293, transaction_type_id: 4, amount: "2702.62", transaction_date: new Date("2023-08-11T18:20:17Z") },
            { id: 362, account_id: 182, transaction_type_id: 2, amount: "4244.12", transaction_date: new Date("2021-11-03T00:02:32Z") },
            { id: 363, account_id: 141, transaction_type_id: 1, amount: "96.29", transaction_date: new Date("2021-05-25T12:01:18Z") },
            { id: 364, account_id: 147, transaction_type_id: 4, amount: "19952.63", transaction_date: new Date("2021-03-15T11:05:55Z") },
            { id: 365, account_id: 298, transaction_type_id: 3, amount: "27769.39", transaction_date: new Date("2021-01-25T07:32:51Z") },
            { id: 366, account_id: 219, transaction_type_id: 1, amount: "30825.26", transaction_date: new Date("2021-08-23T05:50:22Z") },
            { id: 367, account_id: 29, transaction_type_id: 4, amount: "21770.44", transaction_date: new Date("2021-12-31T13:25:04Z") },
            { id: 368, account_id: 160, transaction_type_id: 2, amount: "16294.68", transaction_date: new Date("2021-12-23T11:04:30Z") },
            { id: 369, account_id: 211, transaction_type_id: 2, amount: "22527.35", transaction_date: new Date("2022-12-19T08:48:02Z") },
            { id: 370, account_id: 86, transaction_type_id: 2, amount: "14871.60", transaction_date: new Date("2020-08-12T01:12:31Z") },
            { id: 371, account_id: 201, transaction_type_id: 1, amount: "8942.66", transaction_date: new Date("2023-08-25T02:34:39Z") },
            { id: 372, account_id: 220, transaction_type_id: 4, amount: "933.14", transaction_date: new Date("2022-06-12T05:36:24Z") },
            { id: 373, account_id: 181, transaction_type_id: 3, amount: "39140.26", transaction_date: new Date("2022-07-09T13:47:40Z") },
            { id: 374, account_id: 161, transaction_type_id: 1, amount: "6820.05", transaction_date: new Date("2022-03-17T05:59:15Z") },
            { id: 375, account_id: 7, transaction_type_id: 2, amount: "6660.21", transaction_date: new Date("2023-11-12T16:06:24Z") },
            { id: 376, account_id: 157, transaction_type_id: 1, amount: "48534.64", transaction_date: new Date("2021-11-19T11:11:09Z") },
            { id: 377, account_id: 128, transaction_type_id: 2, amount: "37325.34", transaction_date: new Date("2020-11-12T10:24:15Z") },
            { id: 378, account_id: 56, transaction_type_id: 4, amount: "15394.70", transaction_date: new Date("2022-07-04T12:05:08Z") },
            { id: 379, account_id: 23, transaction_type_id: 3, amount: "42504.03", transaction_date: new Date("2022-10-09T12:09:48Z") },
            { id: 380, account_id: 206, transaction_type_id: 4, amount: "37727.67", transaction_date: new Date("2021-12-01T17:21:27Z") },
            { id: 381, account_id: 246, transaction_type_id: 2, amount: "15561.38", transaction_date: new Date("2021-01-23T12:45:29Z") },
            { id: 382, account_id: 217, transaction_type_id: 2, amount: "17482.99", transaction_date: new Date("2023-11-06T11:17:21Z") },
            { id: 383, account_id: 29, transaction_type_id: 3, amount: "9598.99", transaction_date: new Date("2020-01-09T08:54:49Z") },
            { id: 384, account_id: 206, transaction_type_id: 3, amount: "16852.93", transaction_date: new Date("2023-06-27T21:48:09Z") },
            { id: 385, account_id: 282, transaction_type_id: 1, amount: "24046.94", transaction_date: new Date("2023-04-26T14:50:58Z") },
            { id: 386, account_id: 230, transaction_type_id: 2, amount: "7903.37", transaction_date: new Date("2022-03-28T16:46:38Z") },
            { id: 387, account_id: 178, transaction_type_id: 1, amount: "16118.45", transaction_date: new Date("2022-08-03T04:17:40Z") },
            { id: 388, account_id: 234, transaction_type_id: 3, amount: "23.83", transaction_date: new Date("2020-11-08T05:13:09Z") },
            { id: 389, account_id: 300, transaction_type_id: 1, amount: "17776.84", transaction_date: new Date("2023-02-17T10:32:19Z") },
            { id: 390, account_id: 34, transaction_type_id: 2, amount: "41892.84", transaction_date: new Date("2020-12-27T21:58:03Z") },
            { id: 391, account_id: 219, transaction_type_id: 4, amount: "3770.85", transaction_date: new Date("2022-10-19T15:12:41Z") },
            { id: 392, account_id: 285, transaction_type_id: 3, amount: "16721.87", transaction_date: new Date("2022-12-25T10:06:42Z") },
            { id: 393, account_id: 5, transaction_type_id: 2, amount: "12385.10", transaction_date: new Date("2022-05-02T00:28:08Z") },
            { id: 394, account_id: 49, transaction_type_id: 1, amount: "31051.87", transaction_date: new Date("2021-11-21T09:03:42Z") },
            { id: 395, account_id: 6, transaction_type_id: 2, amount: "38128.57", transaction_date: new Date("2022-11-01T10:46:30Z") },
            { id: 396, account_id: 273, transaction_type_id: 1, amount: "38593.96", transaction_date: new Date("2022-04-22T12:08:55Z") },
            { id: 397, account_id: 138, transaction_type_id: 2, amount: "44750.62", transaction_date: new Date("2023-07-22T06:46:07Z") },
            { id: 398, account_id: 172, transaction_type_id: 2, amount: "2932.33", transaction_date: new Date("2023-06-07T19:33:32Z") },
            { id: 399, account_id: 217, transaction_type_id: 2, amount: "742.18", transaction_date: new Date("2020-08-20T13:04:54Z") },
            { id: 400, account_id: 110, transaction_type_id: 1, amount: "49187.17", transaction_date: new Date("2023-05-04T01:24:04Z") },
            { id: 401, account_id: 214, transaction_type_id: 1, amount: "8970.20", transaction_date: new Date("2022-10-03T10:01:19Z") },
            { id: 402, account_id: 116, transaction_type_id: 4, amount: "25856.55", transaction_date: new Date("2022-11-23T03:40:00Z") },
            { id: 403, account_id: 3, transaction_type_id: 2, amount: "39342.64", transaction_date: new Date("2021-07-02T03:18:55Z") },
            { id: 404, account_id: 245, transaction_type_id: 4, amount: "3.39", transaction_date: new Date("2022-07-10T22:04:14Z") },
            { id: 405, account_id: 90, transaction_type_id: 2, amount: "2127.88", transaction_date: new Date("2023-09-13T04:27:25Z") },
            { id: 406, account_id: 255, transaction_type_id: 1, amount: "18760.16", transaction_date: new Date("2021-06-01T05:16:29Z") },
            { id: 407, account_id: 194, transaction_type_id: 2, amount: "4099.35", transaction_date: new Date("2022-02-07T20:26:08Z") },
            { id: 408, account_id: 89, transaction_type_id: 1, amount: "30204.74", transaction_date: new Date("2023-04-17T09:13:14Z") },
            { id: 409, account_id: 206, transaction_type_id: 2, amount: "21722.66", transaction_date: new Date("2022-08-08T10:26:08Z") },
            { id: 410, account_id: 32, transaction_type_id: 2, amount: "13115.25", transaction_date: new Date("2021-06-20T06:55:17Z") },
            { id: 411, account_id: 298, transaction_type_id: 1, amount: "5451.93", transaction_date: new Date("2022-06-24T20:39:51Z") },
            { id: 412, account_id: 140, transaction_type_id: 1, amount: "48685.04", transaction_date: new Date("2023-04-08T23:24:46Z") },
            { id: 413, account_id: 167, transaction_type_id: 2, amount: "1802.32", transaction_date: new Date("2022-11-28T21:55:41Z") },
            { id: 414, account_id: 29, transaction_type_id: 2, amount: "47070.58", transaction_date: new Date("2023-02-16T02:00:59Z") },
            { id: 415, account_id: 56, transaction_type_id: 3, amount: "122.10", transaction_date: new Date("2020-10-29T04:20:38Z") },
            { id: 416, account_id: 130, transaction_type_id: 2, amount: "24825.52", transaction_date: new Date("2021-05-30T22:56:25Z") },
            { id: 417, account_id: 221, transaction_type_id: 4, amount: "2799.00", transaction_date: new Date("2020-09-04T10:58:08Z") },
            { id: 418, account_id: 252, transaction_type_id: 1, amount: "20467.39", transaction_date: new Date("2022-02-24T15:04:31Z") },
            { id: 419, account_id: 142, transaction_type_id: 1, amount: "37826.69", transaction_date: new Date("2021-11-06T10:29:31Z") },
            { id: 420, account_id: 96, transaction_type_id: 4, amount: "8841.37", transaction_date: new Date("2022-08-31T11:09:36Z") },
            { id: 421, account_id: 254, transaction_type_id: 3, amount: "6088.87", transaction_date: new Date("2022-11-01T09:25:29Z") },
            { id: 422, account_id: 275, transaction_type_id: 1, amount: "30729.80", transaction_date: new Date("2020-07-01T00:52:04Z") },
            { id: 423, account_id: 79, transaction_type_id: 4, amount: "2651.62", transaction_date: new Date("2023-06-06T00:03:28Z") },
            { id: 424, account_id: 64, transaction_type_id: 2, amount: "8727.26", transaction_date: new Date("2022-03-14T18:10:41Z") },
            { id: 425, account_id: 252, transaction_type_id: 3, amount: "211.44", transaction_date: new Date("2021-08-09T19:04:00Z") },
            { id: 426, account_id: 167, transaction_type_id: 1, amount: "2136.03", transaction_date: new Date("2022-05-24T02:04:08Z") },
            { id: 427, account_id: 142, transaction_type_id: 1, amount: "5226.42", transaction_date: new Date("2020-12-05T07:12:32Z") },
            { id: 428, account_id: 157, transaction_type_id: 3, amount: "28473.88", transaction_date: new Date("2020-09-28T02:49:58Z") },
            { id: 429, account_id: 64, transaction_type_id: 3, amount: "15447.87", transaction_date: new Date("2022-02-15T10:32:22Z") },
            { id: 430, account_id: 6, transaction_type_id: 4, amount: "30598.29", transaction_date: new Date("2022-06-17T00:24:51Z") },
            { id: 431, account_id: 87, transaction_type_id: 3, amount: "5734.28", transaction_date: new Date("2023-03-25T14:57:18Z") },
            { id: 432, account_id: 226, transaction_type_id: 1, amount: "39662.48", transaction_date: new Date("2022-10-22T22:50:44Z") },
            { id: 433, account_id: 194, transaction_type_id: 1, amount: "11525.32", transaction_date: new Date("2020-10-02T09:03:02Z") },
            { id: 434, account_id: 36, transaction_type_id: 3, amount: "10168.02", transaction_date: new Date("2022-04-29T01:02:02Z") },
            { id: 435, account_id: 135, transaction_type_id: 2, amount: "15820.72", transaction_date: new Date("2023-04-30T15:45:30Z") },
            { id: 436, account_id: 111, transaction_type_id: 4, amount: "25291.20", transaction_date: new Date("2020-07-22T11:09:19Z") },
            { id: 437, account_id: 258, transaction_type_id: 3, amount: "3627.21", transaction_date: new Date("2023-09-07T19:04:15Z") },
            { id: 438, account_id: 229, transaction_type_id: 4, amount: "41491.71", transaction_date: new Date("2022-07-22T08:59:39Z") },
            { id: 439, account_id: 60, transaction_type_id: 3, amount: "38834.56", transaction_date: new Date("2020-11-10T18:33:54Z") },
            { id: 440, account_id: 23, transaction_type_id: 4, amount: "2951.58", transaction_date: new Date("2022-07-13T15:12:20Z") },
            { id: 441, account_id: 199, transaction_type_id: 2, amount: "2901.98", transaction_date: new Date("2020-02-22T11:52:40Z") },
            { id: 442, account_id: 233, transaction_type_id: 2, amount: "68.09", transaction_date: new Date("2021-09-13T04:50:12Z") },
            { id: 443, account_id: 79, transaction_type_id: 4, amount: "3048.29", transaction_date: new Date("2022-06-04T00:21:55Z") },
            { id: 444, account_id: 253, transaction_type_id: 1, amount: "27060.83", transaction_date: new Date("2023-08-25T21:37:17Z") },
            { id: 445, account_id: 6, transaction_type_id: 2, amount: "1528.94", transaction_date: new Date("2021-05-15T10:54:38Z") },
            { id: 446, account_id: 54, transaction_type_id: 1, amount: "690.19", transaction_date: new Date("2023-02-08T05:30:03Z") },
            { id: 447, account_id: 186, transaction_type_id: 3, amount: "1507.63", transaction_date: new Date("2020-02-20T21:32:33Z") },
            { id: 448, account_id: 222, transaction_type_id: 1, amount: "3559.79", transaction_date: new Date("2023-01-20T04:14:01Z") },
            { id: 449, account_id: 249, transaction_type_id: 4, amount: "13.86", transaction_date: new Date("2022-12-22T03:34:07Z") },
            { id: 450, account_id: 202, transaction_type_id: 4, amount: "39333.20", transaction_date: new Date("2023-07-05T15:22:53Z") },
            { id: 451, account_id: 96, transaction_type_id: 4, amount: "28394.60", transaction_date: new Date("2020-09-29T10:38:49Z") },
            { id: 452, account_id: 74, transaction_type_id: 3, amount: "20474.41", transaction_date: new Date("2022-05-04T16:42:22Z") },
            { id: 453, account_id: 120, transaction_type_id: 3, amount: "16933.28", transaction_date: new Date("2023-05-23T20:08:57Z") },
            { id: 454, account_id: 283, transaction_type_id: 2, amount: "7931.99", transaction_date: new Date("2023-07-03T05:20:37Z") },
            { id: 455, account_id: 100, transaction_type_id: 3, amount: "732.98", transaction_date: new Date("2023-08-28T20:55:56Z") },
            { id: 456, account_id: 14, transaction_type_id: 3, amount: "526.65", transaction_date: new Date("2022-09-13T12:06:34Z") },
            { id: 457, account_id: 256, transaction_type_id: 4, amount: "310.25", transaction_date: new Date("2021-01-13T10:43:40Z") },
            { id: 458, account_id: 273, transaction_type_id: 1, amount: "11211.99", transaction_date: new Date("2020-08-14T02:30:06Z") },
            { id: 459, account_id: 93, transaction_type_id: 2, amount: "31296.18", transaction_date: new Date("2020-03-31T14:38:59Z") },
            { id: 460, account_id: 50, transaction_type_id: 1, amount: "2277.47", transaction_date: new Date("2023-01-26T15:39:33Z") },
            { id: 461, account_id: 169, transaction_type_id: 4, amount: "5517.11", transaction_date: new Date("2022-05-21T18:58:01Z") },
            { id: 462, account_id: 113, transaction_type_id: 2, amount: "43120.56", transaction_date: new Date("2020-10-24T18:34:28Z") },
            { id: 463, account_id: 70, transaction_type_id: 2, amount: "17200.01", transaction_date: new Date("2022-05-02T00:48:55Z") },
            { id: 464, account_id: 225, transaction_type_id: 3, amount: "1384.64", transaction_date: new Date("2023-08-08T12:47:24Z") },
            { id: 465, account_id: 45, transaction_type_id: 4, amount: "2217.96", transaction_date: new Date("2020-08-06T19:17:19Z") },
            { id: 466, account_id: 21, transaction_type_id: 2, amount: "49712.20", transaction_date: new Date("2022-11-05T17:12:51Z") },
            { id: 467, account_id: 220, transaction_type_id: 4, amount: "47857.75", transaction_date: new Date("2023-06-11T23:13:44Z") },
            { id: 468, account_id: 147, transaction_type_id: 4, amount: "42942.14", transaction_date: new Date("2023-09-16T03:12:06Z") },
            { id: 469, account_id: 52, transaction_type_id: 1, amount: "23862.41", transaction_date: new Date("2022-04-22T13:59:14Z") },
            { id: 470, account_id: 236, transaction_type_id: 1, amount: "17543.79", transaction_date: new Date("2022-06-05T04:44:34Z") },
            { id: 471, account_id: 225, transaction_type_id: 3, amount: "39425.68", transaction_date: new Date("2023-05-11T04:21:49Z") },
            { id: 472, account_id: 245, transaction_type_id: 2, amount: "37037.58", transaction_date: new Date("2023-11-29T10:38:56Z") },
            { id: 473, account_id: 221, transaction_type_id: 4, amount: "29308.51", transaction_date: new Date("2023-03-27T09:23:44Z") },
            { id: 474, account_id: 288, transaction_type_id: 2, amount: "122.44", transaction_date: new Date("2023-12-31T21:48:32Z") },
            { id: 475, account_id: 3, transaction_type_id: 4, amount: "18300.17", transaction_date: new Date("2023-03-25T07:59:32Z") },
            { id: 476, account_id: 216, transaction_type_id: 4, amount: "7688.20", transaction_date: new Date("2021-12-15T00:02:00Z") },
            { id: 477, account_id: 227, transaction_type_id: 2, amount: "47608.53", transaction_date: new Date("2023-08-21T17:38:34Z") },
            { id: 478, account_id: 99, transaction_type_id: 1, amount: "13.51", transaction_date: new Date("2022-05-08T15:11:54Z") },
            { id: 479, account_id: 102, transaction_type_id: 1, amount: "13695.41", transaction_date: new Date("2022-09-25T09:59:48Z") },
            { id: 480, account_id: 18, transaction_type_id: 2, amount: "12.76", transaction_date: new Date("2022-11-25T01:04:51Z") },
            { id: 481, account_id: 266, transaction_type_id: 4, amount: "31047.13", transaction_date: new Date("2023-08-31T07:44:12Z") },
            { id: 482, account_id: 37, transaction_type_id: 4, amount: "890.62", transaction_date: new Date("2021-09-16T11:14:53Z") },
            { id: 483, account_id: 294, transaction_type_id: 4, amount: "6826.56", transaction_date: new Date("2021-11-10T18:55:36Z") },
            { id: 484, account_id: 244, transaction_type_id: 3, amount: "47109.35", transaction_date: new Date("2023-03-25T17:34:24Z") },
            { id: 485, account_id: 188, transaction_type_id: 4, amount: "43783.67", transaction_date: new Date("2020-07-17T10:18:26Z") },
            { id: 486, account_id: 22, transaction_type_id: 1, amount: "3261.46", transaction_date: new Date("2023-07-31T23:20:12Z") },
            { id: 487, account_id: 44, transaction_type_id: 1, amount: "28879.78", transaction_date: new Date("2023-08-29T21:26:29Z") },
            { id: 488, account_id: 144, transaction_type_id: 1, amount: "1060.39", transaction_date: new Date("2020-11-04T16:46:20Z") },
            { id: 489, account_id: 174, transaction_type_id: 4, amount: "25509.63", transaction_date: new Date("2021-03-31T19:25:22Z") },
            { id: 490, account_id: 219, transaction_type_id: 3, amount: "48136.99", transaction_date: new Date("2023-08-30T19:37:47Z") },
            { id: 491, account_id: 77, transaction_type_id: 4, amount: "629.21", transaction_date: new Date("2022-08-04T14:55:00Z") },
            { id: 492, account_id: 96, transaction_type_id: 2, amount: "1351.34", transaction_date: new Date("2020-03-15T00:33:32Z") },
            { id: 493, account_id: 172, transaction_type_id: 4, amount: "16730.14", transaction_date: new Date("2023-12-31T07:37:51Z") },
            { id: 494, account_id: 69, transaction_type_id: 3, amount: "27388.84", transaction_date: new Date("2021-11-14T01:32:55Z") },
            { id: 495, account_id: 114, transaction_type_id: 1, amount: "3021.94", transaction_date: new Date("2020-06-21T21:52:17Z") },
            { id: 496, account_id: 211, transaction_type_id: 4, amount: "705.61", transaction_date: new Date("2023-04-21T15:09:59Z") },
            { id: 497, account_id: 9, transaction_type_id: 3, amount: "31828.41", transaction_date: new Date("2021-12-15T14:35:35Z") },
            { id: 498, account_id: 270, transaction_type_id: 3, amount: "6641.78", transaction_date: new Date("2023-02-14T21:27:26Z") },
            { id: 499, account_id: 252, transaction_type_id: 4, amount: "13985.79", transaction_date: new Date("2022-02-15T20:07:36Z") },
            { id: 500, account_id: 236, transaction_type_id: 3, amount: "6497.11", transaction_date: new Date("2023-09-07T00:30:56Z") },
        ],
    });
    await prisma.transactions.createMany({
        data: [
            { id: 501, account_id: 296, transaction_type_id: 3, amount: "1884.04", transaction_date: new Date("2021-11-30T16:22:35Z") },
            { id: 502, account_id: 141, transaction_type_id: 1, amount: "47225.94", transaction_date: new Date("2020-01-25T14:50:47Z") },
            { id: 503, account_id: 285, transaction_type_id: 4, amount: "42545.31", transaction_date: new Date("2021-01-29T04:29:49Z") },
            { id: 504, account_id: 293, transaction_type_id: 3, amount: "29845.15", transaction_date: new Date("2023-07-22T23:29:52Z") },
            { id: 505, account_id: 178, transaction_type_id: 3, amount: "36253.37", transaction_date: new Date("2023-01-03T01:23:50Z") },
            { id: 506, account_id: 176, transaction_type_id: 4, amount: "8494.54", transaction_date: new Date("2022-05-07T00:26:07Z") },
            { id: 507, account_id: 29, transaction_type_id: 4, amount: "3523.77", transaction_date: new Date("2020-06-17T22:00:52Z") },
            { id: 508, account_id: 260, transaction_type_id: 3, amount: "15260.35", transaction_date: new Date("2023-12-30T18:07:00Z") },
            { id: 509, account_id: 73, transaction_type_id: 2, amount: "40371.40", transaction_date: new Date("2022-07-11T20:33:32Z") },
            { id: 510, account_id: 204, transaction_type_id: 4, amount: "38842.89", transaction_date: new Date("2022-06-27T04:59:45Z") },
            { id: 511, account_id: 280, transaction_type_id: 2, amount: "10372.43", transaction_date: new Date("2021-03-30T06:06:50Z") },
            { id: 512, account_id: 214, transaction_type_id: 1, amount: "11569.53", transaction_date: new Date("2023-02-19T01:39:16Z") },
            { id: 513, account_id: 273, transaction_type_id: 2, amount: "12437.80", transaction_date: new Date("2023-05-24T21:33:50Z") },
            { id: 514, account_id: 227, transaction_type_id: 4, amount: "16689.46", transaction_date: new Date("2020-10-29T21:38:15Z") },
            { id: 515, account_id: 287, transaction_type_id: 3, amount: "16863.07", transaction_date: new Date("2022-11-09T01:31:01Z") },
            { id: 516, account_id: 48, transaction_type_id: 3, amount: "356.73", transaction_date: new Date("2023-03-08T03:26:50Z") },
            { id: 517, account_id: 223, transaction_type_id: 2, amount: "5175.62", transaction_date: new Date("2021-11-15T16:20:38Z") },
            { id: 518, account_id: 264, transaction_type_id: 4, amount: "12665.50", transaction_date: new Date("2022-01-07T02:20:51Z") },
            { id: 519, account_id: 200, transaction_type_id: 4, amount: "19945.46", transaction_date: new Date("2022-12-04T18:07:46Z") },
            { id: 520, account_id: 204, transaction_type_id: 1, amount: "3813.23", transaction_date: new Date("2021-12-18T05:00:44Z") },
            { id: 521, account_id: 195, transaction_type_id: 4, amount: "5691.20", transaction_date: new Date("2022-12-31T09:43:01Z") },
            { id: 522, account_id: 185, transaction_type_id: 3, amount: "18723.86", transaction_date: new Date("2022-08-04T02:20:12Z") },
            { id: 523, account_id: 65, transaction_type_id: 4, amount: "41604.17", transaction_date: new Date("2023-08-02T19:26:15Z") },
            { id: 524, account_id: 72, transaction_type_id: 3, amount: "1091.20", transaction_date: new Date("2023-10-08T03:01:05Z") },
            { id: 525, account_id: 98, transaction_type_id: 1, amount: "34808.92", transaction_date: new Date("2023-06-07T14:33:26Z") },
            { id: 526, account_id: 73, transaction_type_id: 4, amount: "9049.07", transaction_date: new Date("2021-07-26T18:52:46Z") },
            { id: 527, account_id: 45, transaction_type_id: 3, amount: "15842.31", transaction_date: new Date("2020-02-01T15:22:05Z") },
            { id: 528, account_id: 186, transaction_type_id: 3, amount: "2136.97", transaction_date: new Date("2022-09-08T06:27:06Z") },
            { id: 529, account_id: 280, transaction_type_id: 2, amount: "38381.63", transaction_date: new Date("2022-08-16T17:12:41Z") },
            { id: 530, account_id: 300, transaction_type_id: 4, amount: "17065.73", transaction_date: new Date("2023-09-25T04:57:35Z") },
            { id: 531, account_id: 46, transaction_type_id: 3, amount: "642.53", transaction_date: new Date("2023-06-08T00:36:08Z") },
            { id: 532, account_id: 62, transaction_type_id: 2, amount: "24130.34", transaction_date: new Date("2023-05-02T06:10:27Z") },
            { id: 533, account_id: 244, transaction_type_id: 3, amount: "25319.03", transaction_date: new Date("2021-11-22T19:33:17Z") },
            { id: 534, account_id: 196, transaction_type_id: 2, amount: "2592.70", transaction_date: new Date("2021-01-10T11:00:27Z") },
            { id: 535, account_id: 40, transaction_type_id: 1, amount: "42316.50", transaction_date: new Date("2021-11-13T20:40:39Z") },
            { id: 536, account_id: 226, transaction_type_id: 1, amount: "30.60", transaction_date: new Date("2023-04-25T15:35:28Z") },
            { id: 537, account_id: 31, transaction_type_id: 1, amount: "21842.64", transaction_date: new Date("2022-06-12T18:10:15Z") },
            { id: 538, account_id: 104, transaction_type_id: 2, amount: "31967.05", transaction_date: new Date("2021-03-02T16:06:09Z") },
            { id: 539, account_id: 1, transaction_type_id: 3, amount: "8306.40", transaction_date: new Date("2020-10-03T18:07:33Z") },
            { id: 540, account_id: 214, transaction_type_id: 3, amount: "14863.31", transaction_date: new Date("2021-11-04T19:53:32Z") },
            { id: 541, account_id: 232, transaction_type_id: 2, amount: "8628.21", transaction_date: new Date("2021-08-07T20:07:01Z") },
            { id: 542, account_id: 234, transaction_type_id: 1, amount: "40377.75", transaction_date: new Date("2023-01-01T02:24:31Z") },
            { id: 543, account_id: 174, transaction_type_id: 4, amount: "2446.12", transaction_date: new Date("2023-03-03T21:19:59Z") },
            { id: 544, account_id: 143, transaction_type_id: 4, amount: "9403.91", transaction_date: new Date("2021-03-15T14:29:44Z") },
            { id: 545, account_id: 115, transaction_type_id: 3, amount: "6349.34", transaction_date: new Date("2023-11-03T11:18:42Z") },
            { id: 546, account_id: 90, transaction_type_id: 1, amount: "1667.67", transaction_date: new Date("2023-12-15T14:38:01Z") },
            { id: 547, account_id: 53, transaction_type_id: 4, amount: "9883.75", transaction_date: new Date("2022-02-28T05:00:03Z") },
            { id: 548, account_id: 101, transaction_type_id: 3, amount: "18795.23", transaction_date: new Date("2020-12-11T22:48:54Z") },
            { id: 549, account_id: 205, transaction_type_id: 1, amount: "3900.75", transaction_date: new Date("2023-12-05T16:16:38Z") },
            { id: 550, account_id: 256, transaction_type_id: 4, amount: "32864.66", transaction_date: new Date("2023-12-08T23:25:22Z") },
            { id: 551, account_id: 180, transaction_type_id: 1, amount: "15513.08", transaction_date: new Date("2020-01-03T09:46:37Z") },
            { id: 552, account_id: 263, transaction_type_id: 2, amount: "48350.25", transaction_date: new Date("2020-10-18T11:28:31Z") },
            { id: 553, account_id: 250, transaction_type_id: 2, amount: "12253.64", transaction_date: new Date("2023-10-05T05:16:02Z") },
            { id: 554, account_id: 300, transaction_type_id: 4, amount: "9231.15", transaction_date: new Date("2023-06-01T04:23:13Z") },
            { id: 555, account_id: 197, transaction_type_id: 4, amount: "2246.59", transaction_date: new Date("2023-05-26T14:23:53Z") },
            { id: 556, account_id: 50, transaction_type_id: 4, amount: "1885.26", transaction_date: new Date("2023-08-14T05:07:17Z") },
            { id: 557, account_id: 49, transaction_type_id: 4, amount: "18549.83", transaction_date: new Date("2020-02-07T05:43:57Z") },
            { id: 558, account_id: 72, transaction_type_id: 4, amount: "12491.06", transaction_date: new Date("2021-11-10T20:46:27Z") },
            { id: 559, account_id: 242, transaction_type_id: 1, amount: "1372.20", transaction_date: new Date("2023-08-27T12:23:50Z") },
            { id: 560, account_id: 277, transaction_type_id: 3, amount: "8019.12", transaction_date: new Date("2023-05-13T06:47:47Z") },
            { id: 561, account_id: 53, transaction_type_id: 4, amount: "6899.16", transaction_date: new Date("2022-12-10T16:04:56Z") },
            { id: 562, account_id: 125, transaction_type_id: 1, amount: "779.87", transaction_date: new Date("2020-01-21T04:27:05Z") },
            { id: 563, account_id: 68, transaction_type_id: 3, amount: "22838.99", transaction_date: new Date("2022-09-15T11:25:48Z") },
            { id: 564, account_id: 105, transaction_type_id: 1, amount: "2198.62", transaction_date: new Date("2022-01-29T20:22:38Z") },
            { id: 565, account_id: 254, transaction_type_id: 1, amount: "31970.15", transaction_date: new Date("2022-06-10T06:40:26Z") },
            { id: 566, account_id: 273, transaction_type_id: 4, amount: "23256.94", transaction_date: new Date("2021-12-23T16:17:33Z") },
            { id: 567, account_id: 266, transaction_type_id: 3, amount: "1906.06", transaction_date: new Date("2023-10-27T06:24:30Z") },
            { id: 568, account_id: 14, transaction_type_id: 3, amount: "19976.22", transaction_date: new Date("2023-06-14T04:39:16Z") },
            { id: 569, account_id: 141, transaction_type_id: 2, amount: "18582.21", transaction_date: new Date("2023-11-04T22:12:05Z") },
            { id: 570, account_id: 168, transaction_type_id: 3, amount: "3399.38", transaction_date: new Date("2023-02-18T15:24:39Z") },
            { id: 571, account_id: 270, transaction_type_id: 4, amount: "29019.72", transaction_date: new Date("2022-03-15T16:25:59Z") },
            { id: 572, account_id: 132, transaction_type_id: 3, amount: "10388.79", transaction_date: new Date("2020-05-08T10:40:43Z") },
            { id: 573, account_id: 198, transaction_type_id: 3, amount: "26580.74", transaction_date: new Date("2020-10-06T01:48:06Z") },
            { id: 574, account_id: 134, transaction_type_id: 1, amount: "2179.15", transaction_date: new Date("2020-03-26T07:01:53Z") },
            { id: 575, account_id: 66, transaction_type_id: 2, amount: "39873.58", transaction_date: new Date("2021-06-14T05:42:27Z") },
            { id: 576, account_id: 69, transaction_type_id: 1, amount: "2894.58", transaction_date: new Date("2023-02-19T23:20:07Z") },
            { id: 577, account_id: 114, transaction_type_id: 2, amount: "338.26", transaction_date: new Date("2023-10-28T11:22:18Z") },
            { id: 578, account_id: 50, transaction_type_id: 1, amount: "58.01", transaction_date: new Date("2021-09-20T15:45:41Z") },
            { id: 579, account_id: 62, transaction_type_id: 1, amount: "11057.46", transaction_date: new Date("2020-07-30T05:46:32Z") },
            { id: 580, account_id: 118, transaction_type_id: 3, amount: "20602.06", transaction_date: new Date("2023-01-07T00:14:36Z") },
            { id: 581, account_id: 239, transaction_type_id: 3, amount: "9935.83", transaction_date: new Date("2023-08-05T13:19:15Z") },
            { id: 582, account_id: 132, transaction_type_id: 1, amount: "10392.50", transaction_date: new Date("2023-09-30T22:07:44Z") },
            { id: 583, account_id: 101, transaction_type_id: 1, amount: "10325.74", transaction_date: new Date("2023-07-19T00:38:52Z") },
            { id: 584, account_id: 27, transaction_type_id: 2, amount: "37315.16", transaction_date: new Date("2021-12-12T09:29:02Z") },
            { id: 585, account_id: 299, transaction_type_id: 2, amount: "16918.30", transaction_date: new Date("2023-02-03T18:41:45Z") },
            { id: 586, account_id: 185, transaction_type_id: 4, amount: "18528.44", transaction_date: new Date("2023-01-10T08:14:46Z") },
            { id: 587, account_id: 288, transaction_type_id: 3, amount: "10982.01", transaction_date: new Date("2022-09-11T10:00:54Z") },
            { id: 588, account_id: 176, transaction_type_id: 3, amount: "12638.47", transaction_date: new Date("2023-11-03T13:21:11Z") },
            { id: 589, account_id: 81, transaction_type_id: 3, amount: "42322.29", transaction_date: new Date("2023-07-28T23:39:48Z") },
            { id: 590, account_id: 263, transaction_type_id: 1, amount: "39.56", transaction_date: new Date("2020-01-06T03:00:30Z") },
            { id: 591, account_id: 217, transaction_type_id: 2, amount: "9579.42", transaction_date: new Date("2022-12-05T19:03:46Z") },
            { id: 592, account_id: 51, transaction_type_id: 1, amount: "47848.50", transaction_date: new Date("2022-02-12T09:41:35Z") },
            { id: 593, account_id: 37, transaction_type_id: 1, amount: "38299.40", transaction_date: new Date("2022-02-25T16:06:48Z") },
            { id: 594, account_id: 267, transaction_type_id: 3, amount: "7967.62", transaction_date: new Date("2021-01-25T20:34:00Z") },
            { id: 595, account_id: 290, transaction_type_id: 1, amount: "37892.18", transaction_date: new Date("2022-12-03T10:41:44Z") },
            { id: 596, account_id: 62, transaction_type_id: 1, amount: "418.43", transaction_date: new Date("2023-12-04T23:55:22Z") },
            { id: 597, account_id: 274, transaction_type_id: 2, amount: "69.75", transaction_date: new Date("2023-10-23T07:53:15Z") },
            { id: 598, account_id: 205, transaction_type_id: 2, amount: "16304.97", transaction_date: new Date("2022-11-26T16:23:38Z") },
            { id: 599, account_id: 84, transaction_type_id: 3, amount: "6259.92", transaction_date: new Date("2020-02-15T09:58:09Z") },
            { id: 600, account_id: 193, transaction_type_id: 2, amount: "11272.03", transaction_date: new Date("2023-07-07T02:06:35Z") },
            { id: 601, account_id: 113, transaction_type_id: 1, amount: "6526.42", transaction_date: new Date("2023-09-04T09:25:53Z") },
            { id: 602, account_id: 76, transaction_type_id: 2, amount: "26147.85", transaction_date: new Date("2023-03-21T09:07:26Z") },
            { id: 603, account_id: 124, transaction_type_id: 4, amount: "1274.49", transaction_date: new Date("2022-06-14T19:58:57Z") },
            { id: 604, account_id: 111, transaction_type_id: 3, amount: "5843.86", transaction_date: new Date("2023-10-21T02:28:08Z") },
            { id: 605, account_id: 255, transaction_type_id: 2, amount: "20744.45", transaction_date: new Date("2022-05-23T10:38:44Z") },
            { id: 606, account_id: 150, transaction_type_id: 4, amount: "49817.27", transaction_date: new Date("2023-10-16T08:31:51Z") },
            { id: 607, account_id: 213, transaction_type_id: 3, amount: "463.35", transaction_date: new Date("2021-09-03T12:35:27Z") },
            { id: 608, account_id: 188, transaction_type_id: 1, amount: "12693.05", transaction_date: new Date("2022-09-13T19:52:55Z") },
            { id: 609, account_id: 114, transaction_type_id: 2, amount: "21521.98", transaction_date: new Date("2020-11-15T15:26:01Z") },
            { id: 610, account_id: 168, transaction_type_id: 4, amount: "9075.74", transaction_date: new Date("2022-12-21T03:28:30Z") },
            { id: 611, account_id: 44, transaction_type_id: 4, amount: "26893.75", transaction_date: new Date("2020-06-20T13:34:49Z") },
            { id: 612, account_id: 282, transaction_type_id: 2, amount: "21937.12", transaction_date: new Date("2022-03-28T01:09:17Z") },
            { id: 613, account_id: 46, transaction_type_id: 1, amount: "41576.68", transaction_date: new Date("2021-03-30T18:46:35Z") },
            { id: 614, account_id: 82, transaction_type_id: 2, amount: "12889.51", transaction_date: new Date("2021-11-11T08:17:13Z") },
            { id: 615, account_id: 199, transaction_type_id: 3, amount: "37784.18", transaction_date: new Date("2022-05-04T00:10:18Z") },
            { id: 616, account_id: 132, transaction_type_id: 2, amount: "17952.39", transaction_date: new Date("2022-09-26T09:49:27Z") },
            { id: 617, account_id: 247, transaction_type_id: 4, amount: "8789.57", transaction_date: new Date("2020-01-14T08:05:23Z") },
            { id: 618, account_id: 69, transaction_type_id: 4, amount: "10693.19", transaction_date: new Date("2023-06-03T20:18:49Z") },
            { id: 619, account_id: 129, transaction_type_id: 4, amount: "31087.70", transaction_date: new Date("2022-09-28T10:46:57Z") },
            { id: 620, account_id: 13, transaction_type_id: 3, amount: "16879.76", transaction_date: new Date("2023-04-23T04:49:48Z") },
            { id: 621, account_id: 54, transaction_type_id: 1, amount: "10798.92", transaction_date: new Date("2023-11-15T15:58:14Z") },
            { id: 622, account_id: 299, transaction_type_id: 1, amount: "38.32", transaction_date: new Date("2022-08-23T02:28:59Z") },
            { id: 623, account_id: 21, transaction_type_id: 2, amount: "125.25", transaction_date: new Date("2023-09-27T07:18:45Z") },
            { id: 624, account_id: 96, transaction_type_id: 3, amount: "1237.19", transaction_date: new Date("2023-12-04T20:26:59Z") },
            { id: 625, account_id: 224, transaction_type_id: 4, amount: "18659.49", transaction_date: new Date("2021-02-16T11:15:40Z") },
            { id: 626, account_id: 288, transaction_type_id: 1, amount: "9626.55", transaction_date: new Date("2020-03-28T11:53:00Z") },
            { id: 627, account_id: 141, transaction_type_id: 3, amount: "17918.05", transaction_date: new Date("2023-10-29T15:22:04Z") },
            { id: 628, account_id: 36, transaction_type_id: 2, amount: "9078.76", transaction_date: new Date("2020-11-26T16:32:26Z") },
            { id: 629, account_id: 119, transaction_type_id: 3, amount: "3883.12", transaction_date: new Date("2021-10-20T21:57:31Z") },
            { id: 630, account_id: 231, transaction_type_id: 4, amount: "9000.22", transaction_date: new Date("2022-03-01T14:34:40Z") },
            { id: 631, account_id: 3, transaction_type_id: 2, amount: "923.27", transaction_date: new Date("2023-04-05T11:18:20Z") },
            { id: 632, account_id: 287, transaction_type_id: 4, amount: "1171.80", transaction_date: new Date("2020-01-09T18:43:23Z") },
            { id: 633, account_id: 274, transaction_type_id: 4, amount: "26585.82", transaction_date: new Date("2023-02-02T04:30:16Z") },
            { id: 634, account_id: 274, transaction_type_id: 3, amount: "12903.44", transaction_date: new Date("2020-09-04T09:51:32Z") },
            { id: 635, account_id: 10, transaction_type_id: 1, amount: "9095.05", transaction_date: new Date("2023-09-29T19:02:36Z") },
            { id: 636, account_id: 108, transaction_type_id: 4, amount: "5814.04", transaction_date: new Date("2020-12-06T20:54:54Z") },
            { id: 637, account_id: 285, transaction_type_id: 4, amount: "43867.15", transaction_date: new Date("2023-12-22T06:51:43Z") },
            { id: 638, account_id: 25, transaction_type_id: 1, amount: "40631.77", transaction_date: new Date("2023-09-01T07:12:07Z") },
            { id: 639, account_id: 68, transaction_type_id: 2, amount: "234.71", transaction_date: new Date("2021-08-02T05:03:41Z") },
            { id: 640, account_id: 249, transaction_type_id: 2, amount: "19834.48", transaction_date: new Date("2020-06-02T10:43:35Z") },
            { id: 641, account_id: 71, transaction_type_id: 3, amount: "6786.52", transaction_date: new Date("2020-01-08T23:14:30Z") },
            { id: 642, account_id: 229, transaction_type_id: 4, amount: "6039.56", transaction_date: new Date("2023-11-14T23:23:32Z") },
            { id: 643, account_id: 73, transaction_type_id: 1, amount: "19917.46", transaction_date: new Date("2021-05-12T02:10:16Z") },
            { id: 644, account_id: 185, transaction_type_id: 2, amount: "16155.50", transaction_date: new Date("2021-05-18T16:44:26Z") },
            { id: 645, account_id: 199, transaction_type_id: 2, amount: "25692.53", transaction_date: new Date("2023-04-10T01:40:16Z") },
            { id: 646, account_id: 192, transaction_type_id: 3, amount: "20649.97", transaction_date: new Date("2020-10-28T13:58:54Z") },
            { id: 647, account_id: 186, transaction_type_id: 1, amount: "24793.13", transaction_date: new Date("2023-12-17T11:10:15Z") },
            { id: 648, account_id: 124, transaction_type_id: 4, amount: "45264.93", transaction_date: new Date("2022-09-11T18:15:32Z") },
            { id: 649, account_id: 242, transaction_type_id: 2, amount: "38256.75", transaction_date: new Date("2023-07-27T01:43:50Z") },
            { id: 650, account_id: 150, transaction_type_id: 2, amount: "31615.18", transaction_date: new Date("2020-10-26T15:11:51Z") },
            { id: 651, account_id: 250, transaction_type_id: 4, amount: "611.11", transaction_date: new Date("2020-08-06T20:07:32Z") },
            { id: 652, account_id: 28, transaction_type_id: 2, amount: "57.84", transaction_date: new Date("2023-04-06T21:55:47Z") },
            { id: 653, account_id: 127, transaction_type_id: 4, amount: "2274.10", transaction_date: new Date("2020-08-17T12:44:16Z") },
            { id: 654, account_id: 246, transaction_type_id: 2, amount: "218.43", transaction_date: new Date("2020-05-02T03:12:06Z") },
            { id: 655, account_id: 157, transaction_type_id: 4, amount: "5343.61", transaction_date: new Date("2023-12-31T04:11:24Z") },
            { id: 656, account_id: 204, transaction_type_id: 1, amount: "17393.64", transaction_date: new Date("2023-04-10T14:55:08Z") },
            { id: 657, account_id: 27, transaction_type_id: 1, amount: "12443.38", transaction_date: new Date("2022-10-08T19:06:35Z") },
            { id: 658, account_id: 153, transaction_type_id: 2, amount: "843.80", transaction_date: new Date("2023-10-12T22:39:17Z") },
            { id: 659, account_id: 23, transaction_type_id: 4, amount: "109.18", transaction_date: new Date("2020-07-03T20:03:39Z") },
            { id: 660, account_id: 45, transaction_type_id: 2, amount: "28419.80", transaction_date: new Date("2022-02-10T09:12:23Z") },
            { id: 661, account_id: 87, transaction_type_id: 4, amount: "27743.04", transaction_date: new Date("2021-12-21T16:33:38Z") },
            { id: 662, account_id: 267, transaction_type_id: 1, amount: "28395.04", transaction_date: new Date("2022-10-02T05:35:01Z") },
            { id: 663, account_id: 288, transaction_type_id: 4, amount: "20085.93", transaction_date: new Date("2023-07-29T09:26:03Z") },
            { id: 664, account_id: 95, transaction_type_id: 2, amount: "8061.48", transaction_date: new Date("2020-10-26T20:04:26Z") },
            { id: 665, account_id: 76, transaction_type_id: 3, amount: "9262.50", transaction_date: new Date("2022-08-05T14:50:44Z") },
            { id: 666, account_id: 176, transaction_type_id: 3, amount: "1990.38", transaction_date: new Date("2023-06-03T04:35:06Z") },
            { id: 667, account_id: 72, transaction_type_id: 1, amount: "114.95", transaction_date: new Date("2023-01-04T16:33:02Z") },
            { id: 668, account_id: 208, transaction_type_id: 4, amount: "860.01", transaction_date: new Date("2020-03-31T19:03:56Z") },
            { id: 669, account_id: 255, transaction_type_id: 3, amount: "34131.45", transaction_date: new Date("2020-11-29T23:03:28Z") },
            { id: 670, account_id: 138, transaction_type_id: 4, amount: "31665.98", transaction_date: new Date("2021-03-20T16:54:24Z") },
            { id: 671, account_id: 97, transaction_type_id: 4, amount: "39952.25", transaction_date: new Date("2022-09-30T00:53:34Z") },
            { id: 672, account_id: 295, transaction_type_id: 2, amount: "21103.38", transaction_date: new Date("2020-10-17T13:06:17Z") },
            { id: 673, account_id: 34, transaction_type_id: 3, amount: "5966.37", transaction_date: new Date("2022-03-11T19:09:01Z") },
            { id: 674, account_id: 101, transaction_type_id: 4, amount: "4.45", transaction_date: new Date("2023-08-14T03:18:40Z") },
            { id: 675, account_id: 9, transaction_type_id: 4, amount: "37703.82", transaction_date: new Date("2022-03-21T10:37:17Z") },
            { id: 676, account_id: 116, transaction_type_id: 2, amount: "5359.72", transaction_date: new Date("2023-08-31T19:30:30Z") },
            { id: 677, account_id: 90, transaction_type_id: 4, amount: "17741.35", transaction_date: new Date("2021-01-24T14:28:00Z") },
            { id: 678, account_id: 203, transaction_type_id: 3, amount: "47037.15", transaction_date: new Date("2020-09-05T01:26:10Z") },
            { id: 679, account_id: 105, transaction_type_id: 4, amount: "917.18", transaction_date: new Date("2023-12-14T12:58:12Z") },
            { id: 680, account_id: 145, transaction_type_id: 4, amount: "1727.10", transaction_date: new Date("2023-09-10T12:22:47Z") },
            { id: 681, account_id: 126, transaction_type_id: 4, amount: "3340.32", transaction_date: new Date("2022-08-06T03:28:43Z") },
            { id: 682, account_id: 158, transaction_type_id: 2, amount: "1176.88", transaction_date: new Date("2023-01-19T04:35:33Z") },
            { id: 683, account_id: 12, transaction_type_id: 1, amount: "201.63", transaction_date: new Date("2021-01-20T07:55:26Z") },
            { id: 684, account_id: 246, transaction_type_id: 2, amount: "2051.85", transaction_date: new Date("2021-05-15T19:58:02Z") },
            { id: 685, account_id: 184, transaction_type_id: 3, amount: "44311.32", transaction_date: new Date("2020-04-02T19:01:33Z") },
            { id: 686, account_id: 197, transaction_type_id: 1, amount: "463.67", transaction_date: new Date("2022-02-05T13:47:15Z") },
            { id: 687, account_id: 211, transaction_type_id: 4, amount: "22679.63", transaction_date: new Date("2021-05-12T11:06:58Z") },
            { id: 688, account_id: 183, transaction_type_id: 2, amount: "30808.29", transaction_date: new Date("2021-06-03T09:48:09Z") },
            { id: 689, account_id: 62, transaction_type_id: 3, amount: "574.43", transaction_date: new Date("2020-08-14T19:43:13Z") },
            { id: 690, account_id: 79, transaction_type_id: 1, amount: "14505.61", transaction_date: new Date("2023-08-31T06:01:07Z") },
            { id: 691, account_id: 66, transaction_type_id: 2, amount: "9199.10", transaction_date: new Date("2023-11-22T07:02:12Z") },
            { id: 692, account_id: 250, transaction_type_id: 1, amount: "46921.58", transaction_date: new Date("2023-05-14T18:28:07Z") },
            { id: 693, account_id: 28, transaction_type_id: 1, amount: "4286.61", transaction_date: new Date("2023-09-27T00:48:35Z") },
            { id: 694, account_id: 127, transaction_type_id: 2, amount: "27122.73", transaction_date: new Date("2020-09-11T07:26:44Z") },
            { id: 695, account_id: 281, transaction_type_id: 3, amount: "26318.10", transaction_date: new Date("2023-07-17T03:42:29Z") },
            { id: 696, account_id: 267, transaction_type_id: 4, amount: "16996.23", transaction_date: new Date("2022-12-16T22:16:48Z") },
            { id: 697, account_id: 29, transaction_type_id: 3, amount: "13315.41", transaction_date: new Date("2023-11-24T11:32:27Z") },
            { id: 698, account_id: 190, transaction_type_id: 1, amount: "27778.14", transaction_date: new Date("2023-11-26T11:54:18Z") },
            { id: 699, account_id: 7, transaction_type_id: 1, amount: "25036.33", transaction_date: new Date("2022-07-09T07:03:54Z") },
            { id: 700, account_id: 2, transaction_type_id: 3, amount: "18926.48", transaction_date: new Date("2022-05-05T09:05:30Z") },
            { id: 701, account_id: 224, transaction_type_id: 1, amount: "42807.63", transaction_date: new Date("2023-03-12T07:41:44Z") },
            { id: 702, account_id: 206, transaction_type_id: 3, amount: "6789.63", transaction_date: new Date("2023-09-02T20:13:08Z") },
            { id: 703, account_id: 50, transaction_type_id: 2, amount: "12722.64", transaction_date: new Date("2021-07-09T15:32:01Z") },
            { id: 704, account_id: 189, transaction_type_id: 2, amount: "113.39", transaction_date: new Date("2022-01-24T16:53:36Z") },
            { id: 705, account_id: 71, transaction_type_id: 3, amount: "32309.28", transaction_date: new Date("2023-05-30T06:05:10Z") },
            { id: 706, account_id: 141, transaction_type_id: 3, amount: "15209.09", transaction_date: new Date("2021-02-25T01:22:47Z") },
            { id: 707, account_id: 154, transaction_type_id: 4, amount: "60.00", transaction_date: new Date("2023-08-28T20:55:41Z") },
            { id: 708, account_id: 59, transaction_type_id: 1, amount: "9343.41", transaction_date: new Date("2023-10-23T04:22:46Z") },
            { id: 709, account_id: 148, transaction_type_id: 1, amount: "36842.78", transaction_date: new Date("2021-08-15T03:58:35Z") },
            { id: 710, account_id: 119, transaction_type_id: 3, amount: "47609.07", transaction_date: new Date("2021-02-16T03:18:19Z") },
            { id: 711, account_id: 19, transaction_type_id: 2, amount: "16133.14", transaction_date: new Date("2021-03-21T14:49:26Z") },
            { id: 712, account_id: 204, transaction_type_id: 1, amount: "22228.74", transaction_date: new Date("2023-07-10T02:49:15Z") },
            { id: 713, account_id: 146, transaction_type_id: 1, amount: "85.57", transaction_date: new Date("2023-10-08T13:10:21Z") },
            { id: 714, account_id: 228, transaction_type_id: 1, amount: "40252.76", transaction_date: new Date("2021-05-19T21:27:17Z") },
            { id: 715, account_id: 197, transaction_type_id: 4, amount: "32112.58", transaction_date: new Date("2020-04-02T19:18:07Z") },
            { id: 716, account_id: 121, transaction_type_id: 2, amount: "8328.75", transaction_date: new Date("2022-06-19T18:07:15Z") },
            { id: 717, account_id: 65, transaction_type_id: 2, amount: "13550.77", transaction_date: new Date("2020-06-30T13:45:51Z") },
            { id: 718, account_id: 23, transaction_type_id: 2, amount: "1373.75", transaction_date: new Date("2023-01-13T21:26:16Z") },
            { id: 719, account_id: 146, transaction_type_id: 1, amount: "40126.59", transaction_date: new Date("2023-03-16T16:29:34Z") },
            { id: 720, account_id: 146, transaction_type_id: 4, amount: "37049.40", transaction_date: new Date("2023-09-01T23:44:44Z") },
            { id: 721, account_id: 116, transaction_type_id: 4, amount: "1691.87", transaction_date: new Date("2022-05-16T08:34:35Z") },
            { id: 722, account_id: 250, transaction_type_id: 4, amount: "18039.57", transaction_date: new Date("2022-03-11T15:55:01Z") },
            { id: 723, account_id: 66, transaction_type_id: 4, amount: "15048.43", transaction_date: new Date("2020-12-24T16:26:58Z") },
            { id: 724, account_id: 139, transaction_type_id: 4, amount: "326.23", transaction_date: new Date("2023-06-02T21:56:32Z") },
            { id: 725, account_id: 292, transaction_type_id: 2, amount: "2699.06", transaction_date: new Date("2022-02-28T01:49:38Z") },
            { id: 726, account_id: 273, transaction_type_id: 3, amount: "38859.26", transaction_date: new Date("2023-05-25T12:17:02Z") },
            { id: 727, account_id: 131, transaction_type_id: 4, amount: "21409.53", transaction_date: new Date("2023-01-05T10:26:31Z") },
            { id: 728, account_id: 98, transaction_type_id: 2, amount: "31943.95", transaction_date: new Date("2022-10-27T15:28:11Z") },
            { id: 729, account_id: 152, transaction_type_id: 3, amount: "344.44", transaction_date: new Date("2023-05-03T11:54:12Z") },
            { id: 730, account_id: 252, transaction_type_id: 2, amount: "43264.02", transaction_date: new Date("2021-10-28T15:10:32Z") },
            { id: 731, account_id: 270, transaction_type_id: 3, amount: "171.93", transaction_date: new Date("2021-06-25T11:49:10Z") },
            { id: 732, account_id: 222, transaction_type_id: 2, amount: "28146.18", transaction_date: new Date("2021-10-31T08:28:35Z") },
            { id: 733, account_id: 48, transaction_type_id: 4, amount: "13252.85", transaction_date: new Date("2021-07-04T14:37:07Z") },
            { id: 734, account_id: 115, transaction_type_id: 3, amount: "12662.85", transaction_date: new Date("2021-03-07T05:14:38Z") },
            { id: 735, account_id: 183, transaction_type_id: 3, amount: "46840.57", transaction_date: new Date("2020-08-01T13:10:13Z") },
            { id: 736, account_id: 25, transaction_type_id: 4, amount: "7782.24", transaction_date: new Date("2021-01-02T18:40:05Z") },
            { id: 737, account_id: 61, transaction_type_id: 2, amount: "12604.03", transaction_date: new Date("2023-02-12T11:43:25Z") },
            { id: 738, account_id: 187, transaction_type_id: 1, amount: "19469.93", transaction_date: new Date("2022-04-27T17:42:37Z") },
            { id: 739, account_id: 157, transaction_type_id: 1, amount: "3961.27", transaction_date: new Date("2020-04-24T07:43:58Z") },
            { id: 740, account_id: 129, transaction_type_id: 3, amount: "42874.13", transaction_date: new Date("2023-06-15T02:33:29Z") },
            { id: 741, account_id: 41, transaction_type_id: 4, amount: "12353.96", transaction_date: new Date("2020-03-22T08:06:33Z") },
            { id: 742, account_id: 12, transaction_type_id: 3, amount: "2118.02", transaction_date: new Date("2021-07-03T15:50:09Z") },
            { id: 743, account_id: 280, transaction_type_id: 3, amount: "9095.78", transaction_date: new Date("2023-06-08T14:57:24Z") },
            { id: 744, account_id: 30, transaction_type_id: 3, amount: "16259.97", transaction_date: new Date("2023-01-15T04:43:30Z") },
            { id: 745, account_id: 95, transaction_type_id: 3, amount: "42681.70", transaction_date: new Date("2023-08-06T19:00:39Z") },
            { id: 746, account_id: 4, transaction_type_id: 1, amount: "33517.60", transaction_date: new Date("2021-10-17T17:41:42Z") },
            { id: 747, account_id: 218, transaction_type_id: 1, amount: "20579.77", transaction_date: new Date("2023-01-08T00:15:02Z") },
            { id: 748, account_id: 101, transaction_type_id: 2, amount: "5852.04", transaction_date: new Date("2023-09-29T13:52:04Z") },
            { id: 749, account_id: 278, transaction_type_id: 4, amount: "9777.99", transaction_date: new Date("2021-12-27T23:32:45Z") },
            { id: 750, account_id: 159, transaction_type_id: 1, amount: "8116.29", transaction_date: new Date("2022-10-01T21:49:44Z") },
            { id: 751, account_id: 179, transaction_type_id: 1, amount: "12800.21", transaction_date: new Date("2020-10-09T12:05:50Z") },
            { id: 752, account_id: 236, transaction_type_id: 4, amount: "9534.35", transaction_date: new Date("2022-01-31T02:20:38Z") },
            { id: 753, account_id: 157, transaction_type_id: 2, amount: "4.17", transaction_date: new Date("2021-05-15T16:47:16Z") },
            { id: 754, account_id: 54, transaction_type_id: 4, amount: "10688.22", transaction_date: new Date("2023-05-16T01:35:53Z") },
            { id: 755, account_id: 44, transaction_type_id: 4, amount: "10488.36", transaction_date: new Date("2021-12-25T20:13:01Z") },
            { id: 756, account_id: 53, transaction_type_id: 1, amount: "5776.98", transaction_date: new Date("2022-12-08T08:14:51Z") },
            { id: 757, account_id: 66, transaction_type_id: 4, amount: "852.02", transaction_date: new Date("2023-05-11T08:59:32Z") },
            { id: 758, account_id: 196, transaction_type_id: 1, amount: "48421.25", transaction_date: new Date("2021-06-19T01:59:09Z") },
            { id: 759, account_id: 205, transaction_type_id: 1, amount: "17366.98", transaction_date: new Date("2021-10-11T12:35:26Z") },
            { id: 760, account_id: 109, transaction_type_id: 2, amount: "34904.26", transaction_date: new Date("2023-05-22T06:25:44Z") },
            { id: 761, account_id: 82, transaction_type_id: 1, amount: "34807.00", transaction_date: new Date("2021-08-09T03:10:43Z") },
            { id: 762, account_id: 106, transaction_type_id: 1, amount: "38010.86", transaction_date: new Date("2021-08-11T02:35:31Z") },
            { id: 763, account_id: 202, transaction_type_id: 1, amount: "1.02", transaction_date: new Date("2023-09-13T19:32:53Z") },
            { id: 764, account_id: 57, transaction_type_id: 1, amount: "85.85", transaction_date: new Date("2022-10-14T14:17:45Z") },
            { id: 765, account_id: 106, transaction_type_id: 4, amount: "47468.51", transaction_date: new Date("2022-12-19T16:52:17Z") },
            { id: 766, account_id: 149, transaction_type_id: 1, amount: "39393.17", transaction_date: new Date("2022-04-13T04:25:27Z") },
            { id: 767, account_id: 175, transaction_type_id: 1, amount: "5228.27", transaction_date: new Date("2022-12-29T22:36:58Z") },
            { id: 768, account_id: 1, transaction_type_id: 4, amount: "30181.40", transaction_date: new Date("2020-11-21T11:46:24Z") },
            { id: 769, account_id: 173, transaction_type_id: 1, amount: "72.45", transaction_date: new Date("2023-03-20T15:01:34Z") },
            { id: 770, account_id: 122, transaction_type_id: 2, amount: "12469.61", transaction_date: new Date("2022-05-14T12:12:57Z") },
            { id: 771, account_id: 199, transaction_type_id: 2, amount: "204.96", transaction_date: new Date("2023-01-20T22:27:43Z") },
            { id: 772, account_id: 11, transaction_type_id: 2, amount: "22548.98", transaction_date: new Date("2020-03-23T20:29:24Z") },
            { id: 773, account_id: 40, transaction_type_id: 2, amount: "475.43", transaction_date: new Date("2023-06-14T15:07:08Z") },
            { id: 774, account_id: 126, transaction_type_id: 2, amount: "8938.31", transaction_date: new Date("2021-12-05T17:59:03Z") },
            { id: 775, account_id: 29, transaction_type_id: 2, amount: "6650.85", transaction_date: new Date("2022-10-11T03:25:21Z") },
            { id: 776, account_id: 8, transaction_type_id: 4, amount: "5246.93", transaction_date: new Date("2022-09-19T22:05:28Z") },
            { id: 777, account_id: 104, transaction_type_id: 1, amount: "16504.19", transaction_date: new Date("2020-01-26T08:20:43Z") },
            { id: 778, account_id: 118, transaction_type_id: 3, amount: "14531.36", transaction_date: new Date("2023-09-29T10:51:48Z") },
            { id: 779, account_id: 34, transaction_type_id: 4, amount: "12850.72", transaction_date: new Date("2021-12-23T17:02:38Z") },
            { id: 780, account_id: 265, transaction_type_id: 3, amount: "2188.63", transaction_date: new Date("2023-06-29T03:39:07Z") },
            { id: 781, account_id: 52, transaction_type_id: 2, amount: "16302.57", transaction_date: new Date("2020-12-13T06:20:47Z") },
            { id: 782, account_id: 21, transaction_type_id: 2, amount: "26603.41", transaction_date: new Date("2023-01-31T05:19:07Z") },
            { id: 783, account_id: 270, transaction_type_id: 4, amount: "1139.25", transaction_date: new Date("2020-09-21T06:56:41Z") },
            { id: 784, account_id: 156, transaction_type_id: 4, amount: "48066.86", transaction_date: new Date("2020-06-18T07:59:17Z") },
            { id: 785, account_id: 196, transaction_type_id: 4, amount: "46076.61", transaction_date: new Date("2022-07-05T01:10:23Z") },
            { id: 786, account_id: 85, transaction_type_id: 3, amount: "14359.46", transaction_date: new Date("2021-10-23T13:20:39Z") },
            { id: 787, account_id: 276, transaction_type_id: 2, amount: "14029.23", transaction_date: new Date("2022-10-23T03:31:31Z") },
            { id: 788, account_id: 90, transaction_type_id: 2, amount: "37079.43", transaction_date: new Date("2023-08-05T01:56:36Z") },
            { id: 789, account_id: 265, transaction_type_id: 3, amount: "8245.27", transaction_date: new Date("2022-01-23T00:19:13Z") },
            { id: 790, account_id: 195, transaction_type_id: 4, amount: "4720.49", transaction_date: new Date("2023-04-27T06:12:48Z") },
            { id: 791, account_id: 18, transaction_type_id: 2, amount: "7690.67", transaction_date: new Date("2023-08-31T20:27:11Z") },
            { id: 792, account_id: 247, transaction_type_id: 4, amount: "589.88", transaction_date: new Date("2022-09-19T15:57:03Z") },
            { id: 793, account_id: 170, transaction_type_id: 1, amount: "13466.83", transaction_date: new Date("2023-11-16T03:59:43Z") },
            { id: 794, account_id: 187, transaction_type_id: 3, amount: "7257.18", transaction_date: new Date("2023-01-22T16:39:47Z") },
            { id: 795, account_id: 13, transaction_type_id: 4, amount: "8265.09", transaction_date: new Date("2023-10-04T01:33:34Z") },
            { id: 796, account_id: 63, transaction_type_id: 2, amount: "10847.55", transaction_date: new Date("2021-07-01T12:37:50Z") },
            { id: 797, account_id: 288, transaction_type_id: 1, amount: "10075.94", transaction_date: new Date("2021-12-21T06:58:55Z") },
            { id: 798, account_id: 29, transaction_type_id: 1, amount: "398.91", transaction_date: new Date("2022-08-12T23:31:46Z") },
            { id: 799, account_id: 258, transaction_type_id: 2, amount: "39480.36", transaction_date: new Date("2022-02-24T05:14:26Z") },
            { id: 800, account_id: 194, transaction_type_id: 1, amount: "1141.81", transaction_date: new Date("2022-10-28T15:24:09Z") },
            { id: 801, account_id: 288, transaction_type_id: 2, amount: "38684.55", transaction_date: new Date("2023-10-15T07:06:02Z") },
            { id: 802, account_id: 183, transaction_type_id: 2, amount: "32252.12", transaction_date: new Date("2021-10-25T10:04:49Z") },
            { id: 803, account_id: 216, transaction_type_id: 3, amount: "3887.51", transaction_date: new Date("2021-01-04T11:32:20Z") },
            { id: 804, account_id: 14, transaction_type_id: 1, amount: "27477.18", transaction_date: new Date("2022-11-29T00:17:45Z") },
            { id: 805, account_id: 68, transaction_type_id: 4, amount: "5552.79", transaction_date: new Date("2023-05-20T00:56:10Z") },
            { id: 806, account_id: 244, transaction_type_id: 3, amount: "16729.06", transaction_date: new Date("2023-03-24T15:26:03Z") },
            { id: 807, account_id: 182, transaction_type_id: 4, amount: "4861.54", transaction_date: new Date("2023-05-17T10:22:25Z") },
            { id: 808, account_id: 233, transaction_type_id: 2, amount: "38051.33", transaction_date: new Date("2021-01-29T05:52:22Z") },
            { id: 809, account_id: 212, transaction_type_id: 1, amount: "21766.71", transaction_date: new Date("2023-03-24T04:31:16Z") },
            { id: 810, account_id: 244, transaction_type_id: 2, amount: "8584.71", transaction_date: new Date("2022-09-10T19:03:49Z") },
            { id: 811, account_id: 255, transaction_type_id: 3, amount: "42318.11", transaction_date: new Date("2021-12-25T22:06:21Z") },
            { id: 812, account_id: 15, transaction_type_id: 3, amount: "33489.43", transaction_date: new Date("2022-04-16T15:36:44Z") },
            { id: 813, account_id: 105, transaction_type_id: 3, amount: "11210.01", transaction_date: new Date("2023-06-05T22:44:22Z") },
            { id: 814, account_id: 96, transaction_type_id: 2, amount: "36583.85", transaction_date: new Date("2021-05-29T17:37:31Z") },
            { id: 815, account_id: 106, transaction_type_id: 4, amount: "743.02", transaction_date: new Date("2023-09-16T18:00:54Z") },
            { id: 816, account_id: 292, transaction_type_id: 4, amount: "10.16", transaction_date: new Date("2023-12-09T18:39:36Z") },
            { id: 817, account_id: 249, transaction_type_id: 4, amount: "15511.51", transaction_date: new Date("2020-09-13T08:00:03Z") },
            { id: 818, account_id: 99, transaction_type_id: 1, amount: "4410.43", transaction_date: new Date("2021-12-16T15:24:15Z") },
            { id: 819, account_id: 208, transaction_type_id: 2, amount: "292.35", transaction_date: new Date("2023-10-15T06:48:34Z") },
            { id: 820, account_id: 13, transaction_type_id: 2, amount: "3172.90", transaction_date: new Date("2023-02-26T04:51:19Z") },
            { id: 821, account_id: 172, transaction_type_id: 3, amount: "4078.82", transaction_date: new Date("2023-10-19T00:51:00Z") },
            { id: 822, account_id: 21, transaction_type_id: 4, amount: "29424.84", transaction_date: new Date("2023-04-20T21:05:21Z") },
            { id: 823, account_id: 251, transaction_type_id: 3, amount: "22209.27", transaction_date: new Date("2020-03-04T10:20:50Z") },
            { id: 824, account_id: 62, transaction_type_id: 3, amount: "376.06", transaction_date: new Date("2022-02-09T21:02:13Z") },
            { id: 825, account_id: 285, transaction_type_id: 4, amount: "27624.66", transaction_date: new Date("2021-06-06T05:14:12Z") },
            { id: 826, account_id: 47, transaction_type_id: 2, amount: "19809.78", transaction_date: new Date("2021-04-08T14:01:05Z") },
            { id: 827, account_id: 181, transaction_type_id: 4, amount: "3988.63", transaction_date: new Date("2023-06-28T21:41:35Z") },
            { id: 828, account_id: 69, transaction_type_id: 2, amount: "1213.32", transaction_date: new Date("2020-04-09T12:54:39Z") },
            { id: 829, account_id: 279, transaction_type_id: 4, amount: "9.90", transaction_date: new Date("2022-12-27T07:01:42Z") },
            { id: 830, account_id: 230, transaction_type_id: 3, amount: "5803.35", transaction_date: new Date("2020-03-23T03:49:57Z") },
            { id: 831, account_id: 274, transaction_type_id: 2, amount: "27112.28", transaction_date: new Date("2023-08-16T08:52:56Z") },
            { id: 832, account_id: 103, transaction_type_id: 3, amount: "19232.57", transaction_date: new Date("2022-02-12T07:41:45Z") },
            { id: 833, account_id: 28, transaction_type_id: 3, amount: "22365.25", transaction_date: new Date("2023-10-30T18:59:14Z") },
            { id: 834, account_id: 89, transaction_type_id: 4, amount: "8111.78", transaction_date: new Date("2023-11-03T07:10:21Z") },
            { id: 835, account_id: 24, transaction_type_id: 4, amount: "16703.05", transaction_date: new Date("2022-09-18T14:27:46Z") },
            { id: 836, account_id: 83, transaction_type_id: 1, amount: "2114.76", transaction_date: new Date("2023-11-01T05:38:57Z") },
            { id: 837, account_id: 56, transaction_type_id: 3, amount: "7333.54", transaction_date: new Date("2022-03-10T20:08:50Z") },
            { id: 838, account_id: 12, transaction_type_id: 4, amount: "20552.30", transaction_date: new Date("2023-07-08T08:49:17Z") },
            { id: 839, account_id: 231, transaction_type_id: 1, amount: "97.71", transaction_date: new Date("2023-09-01T15:52:47Z") },
            { id: 840, account_id: 175, transaction_type_id: 2, amount: "2141.72", transaction_date: new Date("2022-12-21T05:39:11Z") },
            { id: 841, account_id: 99, transaction_type_id: 2, amount: "5147.57", transaction_date: new Date("2021-11-24T04:41:12Z") },
            { id: 842, account_id: 144, transaction_type_id: 3, amount: "49143.88", transaction_date: new Date("2020-07-24T05:04:39Z") },
            { id: 843, account_id: 203, transaction_type_id: 4, amount: "20.29", transaction_date: new Date("2021-04-08T19:08:16Z") },
            { id: 844, account_id: 131, transaction_type_id: 2, amount: "31518.67", transaction_date: new Date("2023-06-29T10:20:21Z") },
            { id: 845, account_id: 73, transaction_type_id: 3, amount: "20865.74", transaction_date: new Date("2020-10-07T23:19:33Z") },
            { id: 846, account_id: 145, transaction_type_id: 4, amount: "38447.59", transaction_date: new Date("2022-07-08T19:18:03Z") },
            { id: 847, account_id: 182, transaction_type_id: 2, amount: "2088.35", transaction_date: new Date("2022-05-22T03:32:56Z") },
            { id: 848, account_id: 95, transaction_type_id: 1, amount: "18599.44", transaction_date: new Date("2023-04-04T19:09:44Z") },
            { id: 849, account_id: 256, transaction_type_id: 3, amount: "19920.41", transaction_date: new Date("2022-05-26T04:41:39Z") },
            { id: 850, account_id: 256, transaction_type_id: 2, amount: "27872.90", transaction_date: new Date("2021-07-26T13:18:26Z") },
            { id: 851, account_id: 27, transaction_type_id: 4, amount: "20100.38", transaction_date: new Date("2021-10-04T11:16:05Z") },
            { id: 852, account_id: 287, transaction_type_id: 1, amount: "3417.57", transaction_date: new Date("2023-10-28T22:58:32Z") },
            { id: 853, account_id: 222, transaction_type_id: 3, amount: "2.14", transaction_date: new Date("2020-03-06T23:53:15Z") },
            { id: 854, account_id: 263, transaction_type_id: 3, amount: "35584.97", transaction_date: new Date("2021-01-05T06:18:19Z") },
            { id: 855, account_id: 248, transaction_type_id: 2, amount: "7698.18", transaction_date: new Date("2021-12-20T23:01:07Z") },
            { id: 856, account_id: 42, transaction_type_id: 4, amount: "47640.73", transaction_date: new Date("2021-05-29T01:47:03Z") },
            { id: 857, account_id: 5, transaction_type_id: 1, amount: "29446.83", transaction_date: new Date("2022-04-23T02:14:16Z") },
            { id: 858, account_id: 129, transaction_type_id: 4, amount: "1183.99", transaction_date: new Date("2021-11-10T14:28:37Z") },
            { id: 859, account_id: 108, transaction_type_id: 4, amount: "4282.10", transaction_date: new Date("2022-07-01T19:28:57Z") },
            { id: 860, account_id: 280, transaction_type_id: 3, amount: "2416.11", transaction_date: new Date("2022-02-07T08:52:21Z") },
            { id: 861, account_id: 33, transaction_type_id: 1, amount: "28914.52", transaction_date: new Date("2021-03-15T13:00:15Z") },
            { id: 862, account_id: 231, transaction_type_id: 2, amount: "2362.67", transaction_date: new Date("2020-03-29T21:42:30Z") },
            { id: 863, account_id: 138, transaction_type_id: 4, amount: "7473.05", transaction_date: new Date("2020-09-10T09:46:14Z") },
            { id: 864, account_id: 246, transaction_type_id: 2, amount: "17894.50", transaction_date: new Date("2022-03-28T06:20:17Z") },
            { id: 865, account_id: 155, transaction_type_id: 2, amount: "11802.69", transaction_date: new Date("2020-02-11T06:02:06Z") },
            { id: 866, account_id: 220, transaction_type_id: 4, amount: "35046.64", transaction_date: new Date("2022-09-02T08:24:19Z") },
            { id: 867, account_id: 6, transaction_type_id: 2, amount: "45525.71", transaction_date: new Date("2021-12-16T09:09:20Z") },
            { id: 868, account_id: 251, transaction_type_id: 1, amount: "34747.08", transaction_date: new Date("2022-07-26T03:50:22Z") },
            { id: 869, account_id: 31, transaction_type_id: 1, amount: "21858.06", transaction_date: new Date("2020-02-09T11:51:49Z") },
            { id: 870, account_id: 274, transaction_type_id: 1, amount: "5148.01", transaction_date: new Date("2023-02-12T19:44:27Z") },
            { id: 871, account_id: 252, transaction_type_id: 1, amount: "77.79", transaction_date: new Date("2021-01-11T18:19:14Z") },
            { id: 872, account_id: 66, transaction_type_id: 1, amount: "14330.96", transaction_date: new Date("2022-04-10T18:47:36Z") },
            { id: 873, account_id: 126, transaction_type_id: 4, amount: "174.45", transaction_date: new Date("2022-05-02T13:37:17Z") },
            { id: 874, account_id: 145, transaction_type_id: 1, amount: "5529.92", transaction_date: new Date("2023-12-09T13:03:19Z") },
            { id: 875, account_id: 205, transaction_type_id: 1, amount: "47520.16", transaction_date: new Date("2023-05-26T10:31:14Z") },
            { id: 876, account_id: 259, transaction_type_id: 1, amount: "4940.86", transaction_date: new Date("2022-07-28T22:23:37Z") },
            { id: 877, account_id: 291, transaction_type_id: 4, amount: "34605.16", transaction_date: new Date("2023-09-15T21:33:37Z") },
            { id: 878, account_id: 257, transaction_type_id: 1, amount: "35510.07", transaction_date: new Date("2023-02-26T02:21:31Z") },
            { id: 879, account_id: 103, transaction_type_id: 4, amount: "36463.66", transaction_date: new Date("2021-01-28T13:37:41Z") },
            { id: 880, account_id: 18, transaction_type_id: 3, amount: "52.98", transaction_date: new Date("2021-11-15T20:58:46Z") },
            { id: 881, account_id: 117, transaction_type_id: 3, amount: "23999.15", transaction_date: new Date("2023-05-21T23:33:44Z") },
            { id: 882, account_id: 168, transaction_type_id: 3, amount: "4555.23", transaction_date: new Date("2022-01-23T00:35:34Z") },
            { id: 883, account_id: 244, transaction_type_id: 4, amount: "11438.62", transaction_date: new Date("2020-01-20T19:12:58Z") },
            { id: 884, account_id: 297, transaction_type_id: 4, amount: "1480.85", transaction_date: new Date("2023-11-04T19:40:28Z") },
            { id: 885, account_id: 117, transaction_type_id: 1, amount: "3294.48", transaction_date: new Date("2023-09-26T04:33:16Z") },
            { id: 886, account_id: 36, transaction_type_id: 1, amount: "9029.90", transaction_date: new Date("2023-10-16T08:09:29Z") },
            { id: 887, account_id: 285, transaction_type_id: 1, amount: "2477.28", transaction_date: new Date("2023-10-07T04:43:17Z") },
            { id: 888, account_id: 257, transaction_type_id: 2, amount: "9637.02", transaction_date: new Date("2021-04-02T16:13:39Z") },
            { id: 889, account_id: 76, transaction_type_id: 1, amount: "3813.34", transaction_date: new Date("2021-01-05T05:00:06Z") },
            { id: 890, account_id: 89, transaction_type_id: 1, amount: "21631.03", transaction_date: new Date("2022-12-03T10:44:15Z") },
            { id: 891, account_id: 207, transaction_type_id: 4, amount: "34346.71", transaction_date: new Date("2023-03-15T23:51:26Z") },
            { id: 892, account_id: 33, transaction_type_id: 2, amount: "44972.95", transaction_date: new Date("2022-06-07T21:11:15Z") },
            { id: 893, account_id: 88, transaction_type_id: 1, amount: "142.47", transaction_date: new Date("2022-11-24T02:49:04Z") },
            { id: 894, account_id: 140, transaction_type_id: 1, amount: "29578.10", transaction_date: new Date("2023-09-15T10:32:46Z") },
            { id: 895, account_id: 76, transaction_type_id: 3, amount: "199.22", transaction_date: new Date("2022-05-10T21:56:45Z") },
            { id: 896, account_id: 49, transaction_type_id: 1, amount: "848.14", transaction_date: new Date("2021-04-01T21:03:06Z") },
            { id: 897, account_id: 228, transaction_type_id: 1, amount: "269.08", transaction_date: new Date("2023-01-29T23:47:57Z") },
            { id: 898, account_id: 58, transaction_type_id: 2, amount: "39729.87", transaction_date: new Date("2023-01-21T01:13:01Z") },
            { id: 899, account_id: 280, transaction_type_id: 3, amount: "45454.32", transaction_date: new Date("2021-09-25T23:30:15Z") },
            { id: 900, account_id: 10, transaction_type_id: 1, amount: "9992.06", transaction_date: new Date("2022-04-18T11:38:01Z") },
            { id: 901, account_id: 61, transaction_type_id: 3, amount: "26454.92", transaction_date: new Date("2023-01-13T13:51:57Z") },
            { id: 902, account_id: 281, transaction_type_id: 1, amount: "16972.28", transaction_date: new Date("2022-05-04T10:12:51Z") },
            { id: 903, account_id: 208, transaction_type_id: 4, amount: "21920.58", transaction_date: new Date("2021-07-14T20:31:44Z") },
            { id: 904, account_id: 128, transaction_type_id: 4, amount: "12589.09", transaction_date: new Date("2022-01-22T03:19:15Z") },
            { id: 905, account_id: 287, transaction_type_id: 2, amount: "18837.46", transaction_date: new Date("2023-12-11T07:06:26Z") },
            { id: 906, account_id: 125, transaction_type_id: 3, amount: "3658.86", transaction_date: new Date("2023-04-27T06:05:10Z") },
            { id: 907, account_id: 65, transaction_type_id: 1, amount: "18787.04", transaction_date: new Date("2023-08-04T05:36:05Z") },
            { id: 908, account_id: 212, transaction_type_id: 3, amount: "24706.49", transaction_date: new Date("2021-02-21T19:59:19Z") },
            { id: 909, account_id: 42, transaction_type_id: 2, amount: "443.44", transaction_date: new Date("2023-05-16T21:04:07Z") },
            { id: 910, account_id: 143, transaction_type_id: 2, amount: "1363.12", transaction_date: new Date("2023-01-09T08:15:30Z") },
            { id: 911, account_id: 60, transaction_type_id: 2, amount: "17721.30", transaction_date: new Date("2022-09-12T01:32:15Z") },
            { id: 912, account_id: 63, transaction_type_id: 4, amount: "3751.96", transaction_date: new Date("2023-06-17T14:51:22Z") },
            { id: 913, account_id: 5, transaction_type_id: 4, amount: "25786.66", transaction_date: new Date("2021-03-15T08:12:27Z") },
            { id: 914, account_id: 93, transaction_type_id: 1, amount: "28136.82", transaction_date: new Date("2020-02-09T03:48:53Z") },
            { id: 915, account_id: 194, transaction_type_id: 1, amount: "2818.84", transaction_date: new Date("2023-03-08T13:09:48Z") },
            { id: 916, account_id: 35, transaction_type_id: 4, amount: "29836.94", transaction_date: new Date("2021-07-15T20:58:44Z") },
            { id: 917, account_id: 106, transaction_type_id: 4, amount: "42215.03", transaction_date: new Date("2020-05-03T00:18:51Z") },
            { id: 918, account_id: 90, transaction_type_id: 1, amount: "813.66", transaction_date: new Date("2023-04-21T23:25:44Z") },
            { id: 919, account_id: 139, transaction_type_id: 1, amount: "2348.97", transaction_date: new Date("2020-01-14T13:15:24Z") },
            { id: 920, account_id: 184, transaction_type_id: 2, amount: "16677.06", transaction_date: new Date("2022-02-27T07:22:49Z") },
            { id: 921, account_id: 46, transaction_type_id: 1, amount: "9992.55", transaction_date: new Date("2023-08-15T12:36:33Z") },
            { id: 922, account_id: 83, transaction_type_id: 4, amount: "352.08", transaction_date: new Date("2020-01-24T04:38:08Z") },
            { id: 923, account_id: 71, transaction_type_id: 3, amount: "21646.67", transaction_date: new Date("2023-02-14T18:09:27Z") },
            { id: 924, account_id: 58, transaction_type_id: 3, amount: "1629.36", transaction_date: new Date("2023-09-20T23:39:37Z") },
            { id: 925, account_id: 83, transaction_type_id: 4, amount: "11373.25", transaction_date: new Date("2021-01-28T14:43:59Z") },
            { id: 926, account_id: 55, transaction_type_id: 4, amount: "13436.15", transaction_date: new Date("2023-09-25T00:39:27Z") },
            { id: 927, account_id: 175, transaction_type_id: 2, amount: "2365.98", transaction_date: new Date("2021-12-09T05:57:30Z") },
            { id: 928, account_id: 225, transaction_type_id: 3, amount: "1540.46", transaction_date: new Date("2021-09-28T05:36:45Z") },
            { id: 929, account_id: 277, transaction_type_id: 2, amount: "24858.56", transaction_date: new Date("2022-07-31T04:34:43Z") },
            { id: 930, account_id: 260, transaction_type_id: 3, amount: "28648.15", transaction_date: new Date("2020-10-25T23:59:47Z") },
            { id: 931, account_id: 114, transaction_type_id: 3, amount: "27164.95", transaction_date: new Date("2022-04-02T21:07:44Z") },
            { id: 932, account_id: 201, transaction_type_id: 4, amount: "15909.56", transaction_date: new Date("2020-01-01T02:42:09Z") },
            { id: 933, account_id: 87, transaction_type_id: 2, amount: "17981.67", transaction_date: new Date("2022-10-15T05:06:29Z") },
            { id: 934, account_id: 299, transaction_type_id: 3, amount: "18299.68", transaction_date: new Date("2022-11-01T20:29:43Z") },
            { id: 935, account_id: 125, transaction_type_id: 4, amount: "1417.10", transaction_date: new Date("2021-11-16T23:42:21Z") },
            { id: 936, account_id: 79, transaction_type_id: 1, amount: "15502.64", transaction_date: new Date("2020-08-31T19:05:17Z") },
            { id: 937, account_id: 43, transaction_type_id: 3, amount: "23982.47", transaction_date: new Date("2020-05-21T10:22:22Z") },
            { id: 938, account_id: 46, transaction_type_id: 1, amount: "9149.70", transaction_date: new Date("2023-01-13T23:11:07Z") },
            { id: 939, account_id: 41, transaction_type_id: 2, amount: "7785.29", transaction_date: new Date("2022-06-08T17:34:56Z") },
            { id: 940, account_id: 119, transaction_type_id: 3, amount: "19861.97", transaction_date: new Date("2023-11-17T07:49:01Z") },
            { id: 941, account_id: 82, transaction_type_id: 2, amount: "2471.19", transaction_date: new Date("2021-10-19T13:03:26Z") },
            { id: 942, account_id: 192, transaction_type_id: 2, amount: "3112.34", transaction_date: new Date("2022-05-15T18:40:59Z") },
            { id: 943, account_id: 221, transaction_type_id: 2, amount: "5595.79", transaction_date: new Date("2023-02-22T17:19:48Z") },
            { id: 944, account_id: 239, transaction_type_id: 3, amount: "45207.90", transaction_date: new Date("2020-01-15T04:01:36Z") },
            { id: 945, account_id: 285, transaction_type_id: 4, amount: "12441.77", transaction_date: new Date("2023-02-05T15:55:44Z") },
            { id: 946, account_id: 89, transaction_type_id: 1, amount: "11377.16", transaction_date: new Date("2023-10-31T09:10:28Z") },
            { id: 947, account_id: 99, transaction_type_id: 4, amount: "679.61", transaction_date: new Date("2022-04-02T00:03:54Z") },
            { id: 948, account_id: 63, transaction_type_id: 3, amount: "30465.96", transaction_date: new Date("2021-08-15T08:19:10Z") },
            { id: 949, account_id: 32, transaction_type_id: 1, amount: "17000.89", transaction_date: new Date("2020-08-12T07:47:02Z") },
            { id: 950, account_id: 68, transaction_type_id: 2, amount: "14679.80", transaction_date: new Date("2021-03-18T12:26:31Z") },
            { id: 951, account_id: 100, transaction_type_id: 4, amount: "2.80", transaction_date: new Date("2022-11-16T07:59:45Z") },
            { id: 952, account_id: 94, transaction_type_id: 4, amount: "356.88", transaction_date: new Date("2022-07-09T20:10:35Z") },
            { id: 953, account_id: 160, transaction_type_id: 1, amount: "19605.48", transaction_date: new Date("2022-02-18T11:06:43Z") },
            { id: 954, account_id: 86, transaction_type_id: 3, amount: "37255.03", transaction_date: new Date("2020-08-28T11:40:34Z") },
            { id: 955, account_id: 81, transaction_type_id: 1, amount: "25315.65", transaction_date: new Date("2020-06-22T15:13:45Z") },
            { id: 956, account_id: 127, transaction_type_id: 2, amount: "87.69", transaction_date: new Date("2020-04-06T03:49:43Z") },
            { id: 957, account_id: 100, transaction_type_id: 4, amount: "472.96", transaction_date: new Date("2022-08-07T01:19:23Z") },
            { id: 958, account_id: 63, transaction_type_id: 3, amount: "570.07", transaction_date: new Date("2022-05-19T15:38:34Z") },
            { id: 959, account_id: 13, transaction_type_id: 4, amount: "9543.66", transaction_date: new Date("2022-06-28T13:14:43Z") },
            { id: 960, account_id: 142, transaction_type_id: 4, amount: "851.04", transaction_date: new Date("2021-11-06T13:41:34Z") },
            { id: 961, account_id: 276, transaction_type_id: 2, amount: "4880.62", transaction_date: new Date("2023-10-16T13:20:21Z") },
            { id: 962, account_id: 261, transaction_type_id: 4, amount: "9452.23", transaction_date: new Date("2023-01-15T04:08:20Z") },
            { id: 963, account_id: 62, transaction_type_id: 3, amount: "3361.88", transaction_date: new Date("2021-01-31T23:59:21Z") },
            { id: 964, account_id: 181, transaction_type_id: 3, amount: "2632.21", transaction_date: new Date("2020-09-22T11:34:50Z") },
            { id: 965, account_id: 146, transaction_type_id: 2, amount: "3998.16", transaction_date: new Date("2023-03-22T08:04:28Z") },
            { id: 966, account_id: 101, transaction_type_id: 1, amount: "24808.79", transaction_date: new Date("2023-12-29T06:31:06Z") },
            { id: 967, account_id: 7, transaction_type_id: 2, amount: "12190.02", transaction_date: new Date("2022-08-29T16:38:40Z") },
            { id: 968, account_id: 187, transaction_type_id: 4, amount: "1429.98", transaction_date: new Date("2023-10-16T07:12:35Z") },
            { id: 969, account_id: 194, transaction_type_id: 1, amount: "12314.49", transaction_date: new Date("2022-06-16T12:10:38Z") },
            { id: 970, account_id: 56, transaction_type_id: 3, amount: "40190.33", transaction_date: new Date("2023-06-30T14:12:17Z") },
            { id: 971, account_id: 96, transaction_type_id: 2, amount: "5542.27", transaction_date: new Date("2022-10-20T07:53:00Z") },
            { id: 972, account_id: 4, transaction_type_id: 3, amount: "14917.60", transaction_date: new Date("2022-10-20T07:02:12Z") },
            { id: 973, account_id: 1, transaction_type_id: 4, amount: "17920.74", transaction_date: new Date("2023-11-19T01:23:12Z") },
            { id: 974, account_id: 173, transaction_type_id: 3, amount: "15157.25", transaction_date: new Date("2023-10-25T09:54:57Z") },
            { id: 975, account_id: 195, transaction_type_id: 4, amount: "3589.38", transaction_date: new Date("2021-06-30T15:18:02Z") },
            { id: 976, account_id: 147, transaction_type_id: 2, amount: "17559.18", transaction_date: new Date("2022-05-21T02:41:50Z") },
            { id: 977, account_id: 278, transaction_type_id: 4, amount: "22461.66", transaction_date: new Date("2021-01-25T01:35:12Z") },
            { id: 978, account_id: 226, transaction_type_id: 3, amount: "16023.94", transaction_date: new Date("2022-04-06T11:33:41Z") },
            { id: 979, account_id: 138, transaction_type_id: 1, amount: "18624.09", transaction_date: new Date("2022-09-05T08:11:36Z") },
            { id: 980, account_id: 21, transaction_type_id: 1, amount: "25990.05", transaction_date: new Date("2022-08-09T23:31:53Z") },
            { id: 981, account_id: 283, transaction_type_id: 2, amount: "1583.66", transaction_date: new Date("2022-06-18T14:32:19Z") },
            { id: 982, account_id: 165, transaction_type_id: 4, amount: "5355.68", transaction_date: new Date("2023-06-25T12:03:51Z") },
            { id: 983, account_id: 52, transaction_type_id: 3, amount: "11924.24", transaction_date: new Date("2021-06-23T16:49:39Z") },
            { id: 984, account_id: 104, transaction_type_id: 3, amount: "6304.96", transaction_date: new Date("2023-06-05T21:25:01Z") },
            { id: 985, account_id: 108, transaction_type_id: 3, amount: "19376.88", transaction_date: new Date("2022-01-31T22:42:36Z") },
            { id: 986, account_id: 270, transaction_type_id: 1, amount: "40665.00", transaction_date: new Date("2023-11-28T18:33:34Z") },
            { id: 987, account_id: 137, transaction_type_id: 4, amount: "31294.26", transaction_date: new Date("2022-11-16T14:51:16Z") },
            { id: 988, account_id: 159, transaction_type_id: 2, amount: "30458.58", transaction_date: new Date("2022-12-31T08:12:12Z") },
            { id: 989, account_id: 289, transaction_type_id: 1, amount: "347.77", transaction_date: new Date("2021-08-14T07:53:27Z") },
            { id: 990, account_id: 113, transaction_type_id: 2, amount: "25811.75", transaction_date: new Date("2021-04-26T14:05:41Z") },
            { id: 991, account_id: 6, transaction_type_id: 1, amount: "47.49", transaction_date: new Date("2020-08-09T02:43:05Z") },
            { id: 992, account_id: 242, transaction_type_id: 1, amount: "25497.61", transaction_date: new Date("2022-05-13T07:59:14Z") },
            { id: 993, account_id: 293, transaction_type_id: 2, amount: "1271.61", transaction_date: new Date("2023-05-12T18:54:44Z") },
            { id: 994, account_id: 177, transaction_type_id: 2, amount: "35547.68", transaction_date: new Date("2022-06-19T11:24:44Z") },
            { id: 995, account_id: 242, transaction_type_id: 2, amount: "34216.88", transaction_date: new Date("2020-02-16T00:35:02Z") },
            { id: 996, account_id: 49, transaction_type_id: 1, amount: "37894.63", transaction_date: new Date("2023-09-11T01:24:43Z") },
            { id: 997, account_id: 86, transaction_type_id: 2, amount: "8337.26", transaction_date: new Date("2021-12-04T03:31:15Z") },
            { id: 998, account_id: 212, transaction_type_id: 1, amount: "609.44", transaction_date: new Date("2021-09-30T21:15:04Z") },
            { id: 999, account_id: 180, transaction_type_id: 3, amount: "1012.91", transaction_date: new Date("2021-12-10T20:27:42Z") },
            { id: 1000, account_id: 13, transaction_type_id: 3, amount: "3745.77", transaction_date: new Date("2023-04-06T08:32:42Z") },
        ],
    });
}

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