// Budget Insights Data (budget-insights-data) 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.users), 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.users.createMany({
        data: [
            { id: 1, full_name: "Amir Jensen", email: "amir.jensen@example.org", created_at: new Date("2023-08-23T09:42:52Z") },
            { id: 2, full_name: "Maya Flores", email: "maya.flores@example.org", created_at: new Date("2022-08-10T16:35:44Z") },
            { id: 3, full_name: "Hana Evans", email: "hana.evans@example.org", created_at: new Date("2023-01-06T07:47:26Z") },
            { id: 4, full_name: "Laura Oliveira", email: "laura.oliveira@example.org", created_at: new Date("2023-11-25T10:15:28Z") },
            { id: 5, full_name: "Rosa Dubois", email: "rosa.dubois@example.com", created_at: new Date("2022-12-11T16:04:53Z") },
            { id: 6, full_name: "Julia Hansen", email: "julia.hansen@example.org", created_at: new Date("2023-05-03T08:24:52Z") },
            { id: 7, full_name: "Ravi Meyer", email: "ravi.meyer@example.org", created_at: new Date("2023-01-19T15:27:21Z") },
            { id: 8, full_name: "Hana Dubois", email: "hana.dubois@example.org", created_at: new Date("2022-02-21T15:36:21Z") },
            { id: 9, full_name: "Hana Weber", email: "hana.weber@example.net", created_at: new Date("2023-04-04T15:53:33Z") },
            { id: 10, full_name: "Mei Demir", email: "mei.demir@example.net", created_at: new Date("2023-09-15T08:35:54Z") },
            { id: 11, full_name: "Liam Wright", email: "liam.wright@example.net", created_at: new Date("2023-10-06T02:30:31Z") },
            { id: 12, full_name: "David Johnson", email: "david.johnson@example.net", created_at: new Date("2022-05-28T10:25:29Z") },
            { id: 13, full_name: "Yusuf Cruz", email: "yusuf.cruz@example.com", created_at: new Date("2022-06-16T20:38:18Z") },
            { id: 14, full_name: "Sven Sato", email: "sven.sato@example.org", created_at: new Date("2023-01-12T08:29:40Z") },
            { id: 15, full_name: "Mohamed Schmidt", email: "mohamed.schmidt@example.com", created_at: new Date("2022-02-26T13:51:42Z") },
            { id: 16, full_name: "Oscar Klein", email: "oscar.klein@example.com", created_at: new Date("2023-05-13T15:22:51Z") },
            { id: 17, full_name: "Olivia Yilmaz", email: "olivia.yilmaz@example.com", created_at: new Date("2023-07-10T11:29:20Z") },
            { id: 18, full_name: "Marco Shah", email: "marco.shah@example.com", created_at: new Date("2023-11-14T14:56:53Z") },
            { id: 19, full_name: "Hana Hansen", email: "hana.hansen@example.com", created_at: new Date("2022-05-01T13:13:18Z") },
            { id: 20, full_name: "Elif Pereira", email: "elif.pereira@example.org", created_at: new Date("2023-07-23T18:20:20Z") },
            { id: 21, full_name: "Andre Torres", email: "andre.torres@example.com", created_at: new Date("2023-02-03T09:05:09Z") },
            { id: 22, full_name: "Elif Wright", email: "elif.wright@example.com", created_at: new Date("2022-07-17T14:22:43Z") },
            { id: 23, full_name: "Lena Ibrahim", email: "lena.ibrahim@example.net", created_at: new Date("2023-11-20T07:19:19Z") },
            { id: 24, full_name: "Liam Tanaka", email: "liam.tanaka@example.org", created_at: new Date("2022-02-11T16:04:35Z") },
            { id: 25, full_name: "Daniel Almeida", email: "daniel.almeida@example.org", created_at: new Date("2023-02-12T16:58:04Z") },
            { id: 26, full_name: "Olivia Demir", email: "olivia.demir@example.org", created_at: new Date("2022-11-30T10:19:13Z") },
            { id: 27, full_name: "Nadia Novak", email: "nadia.novak@example.org", created_at: new Date("2022-06-23T11:24:14Z") },
            { id: 28, full_name: "Sven Sato", email: "sven.sato@example.com", created_at: new Date("2022-10-23T06:03:15Z") },
            { id: 29, full_name: "Felix Diaz", email: "felix.diaz@example.net", created_at: new Date("2022-04-30T16:24:21Z") },
            { id: 30, full_name: "Sofia Davis", email: "sofia.davis@example.com", created_at: new Date("2022-07-01T10:45:28Z") },
            { id: 31, full_name: "Ana Larsen", email: "ana.larsen@example.org", created_at: new Date("2022-12-13T10:48:15Z") },
            { id: 32, full_name: "Rosa Singh", email: "rosa.singh@example.org", created_at: new Date("2022-01-30T14:57:25Z") },
            { id: 33, full_name: "Yara Vargas", email: "yara.vargas@example.org", created_at: new Date("2022-01-19T12:22:14Z") },
            { id: 34, full_name: "Arjun Nakamura", email: "arjun.nakamura@example.com", created_at: new Date("2023-12-11T13:30:02Z") },
            { id: 35, full_name: "Sven Gomez", email: "sven.gomez@example.com", created_at: new Date("2022-11-24T12:59:57Z") },
            { id: 36, full_name: "Ethan Ali", email: "ethan.ali@example.org", created_at: new Date("2022-05-31T16:45:19Z") },
            { id: 37, full_name: "Nour Yilmaz", email: "nour.yilmaz@example.com", created_at: new Date("2023-06-24T14:37:48Z") },
            { id: 38, full_name: "Theo Brown", email: "theo.brown@example.org", created_at: new Date("2022-03-24T16:07:45Z") },
            { id: 39, full_name: "Priya Dubois", email: "priya.dubois@example.com", created_at: new Date("2022-05-18T13:13:50Z") },
            { id: 40, full_name: "Lucas Kumar", email: "lucas.kumar@example.org", created_at: new Date("2023-04-18T07:23:29Z") },
            { id: 41, full_name: "Yusuf Martin", email: "yusuf.martin@example.net", created_at: new Date("2022-08-02T15:28:59Z") },
            { id: 42, full_name: "Mei Wang", email: "mei.wang@example.com", created_at: new Date("2023-09-24T14:23:08Z") },
            { id: 43, full_name: "Amir Garcia", email: "amir.garcia@example.com", created_at: new Date("2023-02-03T13:27:33Z") },
            { id: 44, full_name: "Priya Evans", email: "priya.evans@example.com", created_at: new Date("2022-01-12T16:38:00Z") },
            { id: 45, full_name: "Tomas Almeida", email: "tomas.almeida@example.com", created_at: new Date("2023-12-28T15:32:08Z") },
            { id: 46, full_name: "Olivia Brown", email: "olivia.brown@example.com", created_at: new Date("2022-08-03T17:36:39Z") },
            { id: 47, full_name: "Omar Sato", email: "omar.sato@example.org", created_at: new Date("2022-03-30T15:35:11Z") },
            { id: 48, full_name: "Sara Ali", email: "sara.ali@example.org", created_at: new Date("2022-09-23T11:42:21Z") },
            { id: 49, full_name: "Lucas Ali", email: "lucas.ali@example.net", created_at: new Date("2022-12-26T15:05:17Z") },
            { id: 50, full_name: "Ibrahim Oliveira", email: "ibrahim.oliveira@example.com", created_at: new Date("2023-12-28T18:58:42Z") },
            { id: 51, full_name: "Selin Khan", email: "selin.khan@example.com", created_at: new Date("2023-04-22T11:57:46Z") },
            { id: 52, full_name: "Sven Carter", email: "sven.carter@example.org", created_at: new Date("2022-04-20T13:31:58Z") },
            { id: 53, full_name: "Pedro Rossi", email: "pedro.rossi@example.org", created_at: new Date("2022-01-27T15:41:32Z") },
            { id: 54, full_name: "Lucas Larsen", email: "lucas.larsen@example.org", created_at: new Date("2023-06-03T14:36:06Z") },
            { id: 55, full_name: "Andre Hansen", email: "andre.hansen@example.com", created_at: new Date("2022-03-27T14:32:45Z") },
            { id: 56, full_name: "Lina Garcia", email: "lina.garcia@example.org", created_at: new Date("2022-08-10T17:02:11Z") },
            { id: 57, full_name: "Jack Ali", email: "jack.ali@example.net", created_at: new Date("2022-12-10T10:39:59Z") },
            { id: 58, full_name: "Ivan Johnson", email: "ivan.johnson@example.com", created_at: new Date("2022-01-01T13:04:27Z") },
            { id: 59, full_name: "Carla Schmidt", email: "carla.schmidt@example.org", created_at: new Date("2023-06-23T09:27:16Z") },
            { id: 60, full_name: "Nour Kaya", email: "nour.kaya@example.com", created_at: new Date("2022-10-07T16:16:33Z") },
            { id: 61, full_name: "Elena Kim", email: "elena.kim@example.net", created_at: new Date("2023-01-29T09:20:11Z") },
            { id: 62, full_name: "Hana Flores", email: "hana.flores@example.org", created_at: new Date("2023-07-27T13:47:59Z") },
            { id: 63, full_name: "Arjun Vargas", email: "arjun.vargas@example.com", created_at: new Date("2022-08-25T08:32:50Z") },
            { id: 64, full_name: "Maya Smith", email: "maya.smith@example.org", created_at: new Date("2023-06-27T12:14:09Z") },
            { id: 65, full_name: "Sam Cruz", email: "sam.cruz@example.com", created_at: new Date("2023-06-25T13:19:59Z") },
            { id: 66, full_name: "Tariq Torres", email: "tariq.torres@example.net", created_at: new Date("2022-06-24T11:03:24Z") },
            { id: 67, full_name: "Maya Ahmed", email: "maya.ahmed@example.com", created_at: new Date("2022-09-13T09:15:07Z") },
            { id: 68, full_name: "Maja Andersen", email: "maja.andersen@example.net", created_at: new Date("2023-12-31T09:17:51Z") },
            { id: 69, full_name: "Mei Vargas", email: "mei.vargas@example.com", created_at: new Date("2023-09-07T17:06:00Z") },
            { id: 70, full_name: "Ana Nguyen", email: "ana.nguyen@example.org", created_at: new Date("2023-10-12T15:31:08Z") },
            { id: 71, full_name: "Rosa Gupta", email: "rosa.gupta@example.com", created_at: new Date("2023-07-21T15:07:44Z") },
            { id: 72, full_name: "Yusuf Kaya", email: "yusuf.kaya@example.org", created_at: new Date("2023-07-06T13:41:19Z") },
            { id: 73, full_name: "Jonas Wright", email: "jonas.wright@example.net", created_at: new Date("2022-12-09T14:28:31Z") },
            { id: 74, full_name: "Nina Ruiz", email: "nina.ruiz@example.net", created_at: new Date("2023-09-15T08:03:19Z") },
            { id: 75, full_name: "Yusuf Taylor", email: "yusuf.taylor@example.org", created_at: new Date("2023-09-15T13:01:47Z") },
            { id: 76, full_name: "Alice Wagner", email: "alice.wagner@example.net", created_at: new Date("2023-09-17T18:10:28Z") },
            { id: 77, full_name: "Theo Khan", email: "theo.khan@example.com", created_at: new Date("2022-11-10T12:34:39Z") },
            { id: 78, full_name: "Sven Lopez", email: "sven.lopez@example.org", created_at: new Date("2023-11-28T07:32:10Z") },
            { id: 79, full_name: "Chloe Smith", email: "chloe.smith@example.com", created_at: new Date("2022-04-05T11:27:39Z") },
            { id: 80, full_name: "Maya Adams", email: "maya.adams@example.org", created_at: new Date("2022-12-04T17:06:43Z") },
            { id: 81, full_name: "Marco Jensen", email: "marco.jensen@example.net", created_at: new Date("2022-09-10T22:40:02Z") },
            { id: 82, full_name: "Tariq Ali", email: "tariq.ali@example.com", created_at: new Date("2023-12-20T16:59:14Z") },
            { id: 83, full_name: "Priya Park", email: "priya.park@example.com", created_at: new Date("2022-02-18T11:24:53Z") },
            { id: 84, full_name: "Mei Flores", email: "mei.flores@example.com", created_at: new Date("2023-12-03T18:23:37Z") },
            { id: 85, full_name: "Maya Brown", email: "maya.brown@example.org", created_at: new Date("2022-12-30T19:37:59Z") },
            { id: 86, full_name: "Andre Novak", email: "andre.novak@example.net", created_at: new Date("2023-05-07T00:47:30Z") },
            { id: 87, full_name: "Ana Park", email: "ana.park@example.org", created_at: new Date("2023-07-21T11:36:15Z") },
            { id: 88, full_name: "Sofia Garcia", email: "sofia.garcia@example.org", created_at: new Date("2022-07-28T06:54:09Z") },
            { id: 89, full_name: "Noah Moreau", email: "noah.moreau@example.net", created_at: new Date("2022-12-01T14:22:45Z") },
            { id: 90, full_name: "Uma Yilmaz", email: "uma.yilmaz@example.org", created_at: new Date("2023-03-16T19:03:33Z") },
            { id: 91, full_name: "Ines Sato", email: "ines.sato@example.org", created_at: new Date("2023-11-26T09:29:23Z") },
            { id: 92, full_name: "Lina Lopez", email: "lina.lopez@example.org", created_at: new Date("2022-05-15T08:38:11Z") },
            { id: 93, full_name: "Lena Weber", email: "lena.weber@example.com", created_at: new Date("2022-04-07T10:08:14Z") },
            { id: 94, full_name: "Anna Evans", email: "anna.evans@example.com", created_at: new Date("2022-09-01T12:08:07Z") },
            { id: 95, full_name: "Victor Young", email: "victor.young@example.org", created_at: new Date("2022-09-29T14:35:02Z") },
            { id: 96, full_name: "Ana Moreau", email: "ana.moreau@example.net", created_at: new Date("2022-06-20T16:56:17Z") },
            { id: 97, full_name: "Victor Wang", email: "victor.wang@example.com", created_at: new Date("2023-07-12T11:23:20Z") },
            { id: 98, full_name: "Karim Lopez", email: "karim.lopez@example.org", created_at: new Date("2023-07-12T09:21:35Z") },
            { id: 99, full_name: "Maya Smith", email: "maya.smith@example.org", created_at: new Date("2022-08-30T11:09:18Z") },
            { id: 100, full_name: "Chloe Sato", email: "chloe.sato@example.net", created_at: new Date("2023-11-26T07:13:26Z") },
            { id: 101, full_name: "Fatima Hansen", email: "fatima.hansen@example.net", created_at: new Date("2023-08-22T10:59:14Z") },
            { id: 102, full_name: "Mia Zhang", email: "mia.zhang@example.org", created_at: new Date("2023-01-27T13:17:23Z") },
            { id: 103, full_name: "Maya Jansen", email: "maya.jansen@example.org", created_at: new Date("2022-05-29T16:06:08Z") },
            { id: 104, full_name: "Theo Wang", email: "theo.wang@example.com", created_at: new Date("2022-01-22T10:15:58Z") },
            { id: 105, full_name: "Fatima Kaya", email: "fatima.kaya@example.org", created_at: new Date("2022-06-19T15:31:57Z") },
            { id: 106, full_name: "Priya Murphy", email: "priya.murphy@example.com", created_at: new Date("2023-04-19T14:20:51Z") },
            { id: 107, full_name: "Andre Davis", email: "andre.davis@example.com", created_at: new Date("2022-06-14T11:17:26Z") },
            { id: 108, full_name: "Felix Novak", email: "felix.novak@example.net", created_at: new Date("2023-03-08T16:25:27Z") },
            { id: 109, full_name: "Pedro Patel", email: "pedro.patel@example.net", created_at: new Date("2022-04-25T18:35:36Z") },
            { id: 110, full_name: "Tomas Kim", email: "tomas.kim@example.net", created_at: new Date("2023-01-01T15:07:41Z") },
            { id: 111, full_name: "Rosa Costa", email: "rosa.costa@example.net", created_at: new Date("2023-10-16T12:24:11Z") },
            { id: 112, full_name: "Nadia Evans", email: "nadia.evans@example.com", created_at: new Date("2022-08-15T12:20:53Z") },
            { id: 113, full_name: "Elena Larsen", email: "elena.larsen@example.net", created_at: new Date("2022-09-22T15:35:36Z") },
            { id: 114, full_name: "Alice Pereira", email: "alice.pereira@example.com", created_at: new Date("2022-09-26T13:59:20Z") },
            { id: 115, full_name: "Diego Costa", email: "diego.costa@example.net", created_at: new Date("2023-05-12T18:03:15Z") },
            { id: 116, full_name: "Alice Andersen", email: "alice.andersen@example.com", created_at: new Date("2023-06-12T10:02:28Z") },
            { id: 117, full_name: "Diego Pereira", email: "diego.pereira@example.com", created_at: new Date("2023-04-14T12:56:49Z") },
            { id: 118, full_name: "Nadia Ali", email: "nadia.ali@example.org", created_at: new Date("2023-02-21T16:17:20Z") },
            { id: 119, full_name: "Kai Kim", email: "kai.kim@example.org", created_at: new Date("2023-10-03T06:15:53Z") },
            { id: 120, full_name: "Theo Kumar", email: "theo.kumar@example.com", created_at: new Date("2022-11-19T07:06:05Z") },
            { id: 121, full_name: "Paula Zhang", email: "paula.zhang@example.net", created_at: new Date("2023-01-12T20:25:03Z") },
            { id: 122, full_name: "Rafael Taylor", email: "rafael.taylor@example.net", created_at: new Date("2023-03-13T00:20:42Z") },
            { id: 123, full_name: "Marco Johnson", email: "marco.johnson@example.com", created_at: new Date("2022-05-24T18:12:51Z") },
            { id: 124, full_name: "Zoe Sousa", email: "zoe.sousa@example.org", created_at: new Date("2023-03-05T09:58:42Z") },
            { id: 125, full_name: "Andre Garcia", email: "andre.garcia@example.com", created_at: new Date("2022-06-19T15:31:01Z") },
            { id: 126, full_name: "Daniel Tanaka", email: "daniel.tanaka@example.net", created_at: new Date("2023-11-03T15:41:53Z") },
            { id: 127, full_name: "Maria Sousa", email: "maria.sousa@example.org", created_at: new Date("2023-05-24T09:48:49Z") },
            { id: 128, full_name: "Zoe Bennett", email: "zoe.bennett@example.com", created_at: new Date("2022-09-23T10:39:21Z") },
            { id: 129, full_name: "Mateo Sousa", email: "mateo.sousa@example.org", created_at: new Date("2022-12-23T13:01:03Z") },
            { id: 130, full_name: "Priya Weber", email: "priya.weber@example.org", created_at: new Date("2023-02-06T17:05:03Z") },
            { id: 131, full_name: "Nina Singh", email: "nina.singh@example.net", created_at: new Date("2022-02-11T15:41:35Z") },
            { id: 132, full_name: "Olivia Adams", email: "olivia.adams@example.net", created_at: new Date("2023-12-24T14:44:31Z") },
            { id: 133, full_name: "Mohamed Wagner", email: "mohamed.wagner@example.org", created_at: new Date("2023-02-01T10:47:18Z") },
            { id: 134, full_name: "Noah Ruiz", email: "noah.ruiz@example.com", created_at: new Date("2022-12-13T11:23:40Z") },
            { id: 135, full_name: "Rafael Wilson", email: "rafael.wilson@example.net", created_at: new Date("2022-10-25T09:28:39Z") },
            { id: 136, full_name: "Sara Patel", email: "sara.patel@example.org", created_at: new Date("2022-07-05T12:04:45Z") },
            { id: 137, full_name: "Wei Hansen", email: "wei.hansen@example.org", created_at: new Date("2022-06-07T10:41:04Z") },
            { id: 138, full_name: "Omar Silva", email: "omar.silva@example.org", created_at: new Date("2023-10-30T13:21:01Z") },
            { id: 139, full_name: "Kai Kim", email: "kai.kim@example.org", created_at: new Date("2022-07-18T08:20:07Z") },
            { id: 140, full_name: "Carla Kim", email: "carla.kim@example.org", created_at: new Date("2023-12-20T15:16:41Z") },
            { id: 141, full_name: "Zoe Nguyen", email: "zoe.nguyen@example.org", created_at: new Date("2023-01-22T19:20:48Z") },
            { id: 142, full_name: "Fatima Schmidt", email: "fatima.schmidt@example.net", created_at: new Date("2022-09-26T08:51:39Z") },
            { id: 143, full_name: "Pedro Larsen", email: "pedro.larsen@example.org", created_at: new Date("2023-04-14T09:28:38Z") },
            { id: 144, full_name: "Chen Gupta", email: "chen.gupta@example.net", created_at: new Date("2023-05-18T18:25:25Z") },
            { id: 145, full_name: "Jack Dubois", email: "jack.dubois@example.org", created_at: new Date("2023-11-05T09:01:51Z") },
            { id: 146, full_name: "Rafael Patel", email: "rafael.patel@example.org", created_at: new Date("2022-08-21T12:53:48Z") },
            { id: 147, full_name: "Carla Hoffmann", email: "carla.hoffmann@example.net", created_at: new Date("2022-07-04T10:13:55Z") },
            { id: 148, full_name: "Hugo Diaz", email: "hugo.diaz@example.net", created_at: new Date("2023-01-18T13:49:50Z") },
            { id: 149, full_name: "Priya Fischer", email: "priya.fischer@example.net", created_at: new Date("2022-08-07T09:02:33Z") },
            { id: 150, full_name: "Rafael Diaz", email: "rafael.diaz@example.org", created_at: new Date("2022-03-19T15:22:50Z") },
            { id: 151, full_name: "Chen Diaz", email: "chen.diaz@example.com", created_at: new Date("2022-02-13T16:45:34Z") },
            { id: 152, full_name: "Ravi Lopez", email: "ravi.lopez@example.org", created_at: new Date("2022-03-24T17:43:28Z") },
            { id: 153, full_name: "Anna Cruz", email: "anna.cruz@example.org", created_at: new Date("2022-05-31T14:30:09Z") },
            { id: 154, full_name: "Andre Shah", email: "andre.shah@example.org", created_at: new Date("2022-12-14T14:57:34Z") },
            { id: 155, full_name: "Theo Demir", email: "theo.demir@example.com", created_at: new Date("2023-11-06T13:12:17Z") },
            { id: 156, full_name: "Anna Davis", email: "anna.davis@example.com", created_at: new Date("2023-12-29T16:10:32Z") },
            { id: 157, full_name: "Mila Kaya", email: "mila.kaya@example.org", created_at: new Date("2023-10-20T13:11:36Z") },
            { id: 158, full_name: "Nour Young", email: "nour.young@example.net", created_at: new Date("2023-08-26T12:18:01Z") },
            { id: 159, full_name: "Andre Garcia", email: "andre.garcia@example.org", created_at: new Date("2022-09-25T10:07:26Z") },
            { id: 160, full_name: "Ethan Dubois", email: "ethan.dubois@example.com", created_at: new Date("2022-06-29T13:09:27Z") },
            { id: 161, full_name: "Rosa Andersen", email: "rosa.andersen@example.net", created_at: new Date("2023-06-12T10:18:20Z") },
            { id: 162, full_name: "Selin Lee", email: "selin.lee@example.com", created_at: new Date("2023-09-22T12:04:49Z") },
            { id: 163, full_name: "Anna Demir", email: "anna.demir@example.com", created_at: new Date("2023-02-26T12:05:22Z") },
            { id: 164, full_name: "Yara Fischer", email: "yara.fischer@example.com", created_at: new Date("2022-05-24T18:03:20Z") },
            { id: 165, full_name: "Chloe Gupta", email: "chloe.gupta@example.org", created_at: new Date("2022-09-22T12:49:05Z") },
            { id: 166, full_name: "Lina Yilmaz", email: "lina.yilmaz@example.com", created_at: new Date("2023-12-27T11:38:09Z") },
            { id: 167, full_name: "Arjun Cruz", email: "arjun.cruz@example.org", created_at: new Date("2022-12-05T11:25:34Z") },
            { id: 168, full_name: "Sven Costa", email: "sven.costa@example.com", created_at: new Date("2022-04-17T12:49:15Z") },
            { id: 169, full_name: "Uma Garcia", email: "uma.garcia@example.org", created_at: new Date("2023-11-08T18:10:07Z") },
            { id: 170, full_name: "Hugo Yilmaz", email: "hugo.yilmaz@example.net", created_at: new Date("2022-02-07T12:13:13Z") },
            { id: 171, full_name: "Sam Adams", email: "sam.adams@example.com", created_at: new Date("2023-09-13T08:48:25Z") },
            { id: 172, full_name: "Alice Bennett", email: "alice.bennett@example.net", created_at: new Date("2023-07-04T15:30:29Z") },
            { id: 173, full_name: "Selin Novak", email: "selin.novak@example.org", created_at: new Date("2022-03-24T12:46:06Z") },
            { id: 174, full_name: "Uma Shah", email: "uma.shah@example.net", created_at: new Date("2022-07-02T07:07:46Z") },
            { id: 175, full_name: "Nadia Tanaka", email: "nadia.tanaka@example.net", created_at: new Date("2022-03-29T17:57:34Z") },
            { id: 176, full_name: "Karim Vargas", email: "karim.vargas@example.org", created_at: new Date("2023-08-27T10:57:45Z") },
            { id: 177, full_name: "Amir Reyes", email: "amir.reyes@example.com", created_at: new Date("2022-01-29T14:18:44Z") },
            { id: 178, full_name: "Alice Ibrahim", email: "alice.ibrahim@example.net", created_at: new Date("2022-12-29T08:00:40Z") },
            { id: 179, full_name: "Amir Andersen", email: "amir.andersen@example.net", created_at: new Date("2022-09-01T14:00:29Z") },
            { id: 180, full_name: "Priya Demir", email: "priya.demir@example.net", created_at: new Date("2022-11-13T13:39:32Z") },
            { id: 181, full_name: "Mei Hassan", email: "mei.hassan@example.net", created_at: new Date("2023-04-20T08:23:15Z") },
            { id: 182, full_name: "Carla Silva", email: "carla.silva@example.net", created_at: new Date("2023-09-28T12:06:44Z") },
            { id: 183, full_name: "Nina Miller", email: "nina.miller@example.com", created_at: new Date("2023-10-11T16:09:42Z") },
            { id: 184, full_name: "Ines Pereira", email: "ines.pereira@example.org", created_at: new Date("2023-11-21T10:13:41Z") },
            { id: 185, full_name: "Leo Yilmaz", email: "leo.yilmaz@example.com", created_at: new Date("2023-08-18T10:17:36Z") },
            { id: 186, full_name: "Rafael Park", email: "rafael.park@example.org", created_at: new Date("2023-08-19T14:29:15Z") },
            { id: 187, full_name: "Mei Novak", email: "mei.novak@example.org", created_at: new Date("2022-06-11T11:38:47Z") },
            { id: 188, full_name: "Tomas Ibrahim", email: "tomas.ibrahim@example.com", created_at: new Date("2023-01-28T13:56:22Z") },
            { id: 189, full_name: "Maya Tanaka", email: "maya.tanaka@example.com", created_at: new Date("2022-11-05T10:34:13Z") },
            { id: 190, full_name: "Zoe Silva", email: "zoe.silva@example.com", created_at: new Date("2023-08-26T17:21:17Z") },
            { id: 191, full_name: "Yusuf Torres", email: "yusuf.torres@example.org", created_at: new Date("2022-02-26T10:30:19Z") },
            { id: 192, full_name: "Nadia Hughes", email: "nadia.hughes@example.com", created_at: new Date("2022-09-27T09:04:47Z") },
            { id: 193, full_name: "Victor Costa", email: "victor.costa@example.com", created_at: new Date("2022-01-05T14:18:25Z") },
            { id: 194, full_name: "Sara Torres", email: "sara.torres@example.net", created_at: new Date("2022-05-27T07:32:37Z") },
            { id: 195, full_name: "Olivia Nakamura", email: "olivia.nakamura@example.org", created_at: new Date("2023-12-26T16:24:03Z") },
            { id: 196, full_name: "Carlos Tanaka", email: "carlos.tanaka@example.com", created_at: new Date("2022-10-14T19:20:01Z") },
            { id: 197, full_name: "Amir Silva", email: "amir.silva@example.org", created_at: new Date("2023-03-11T06:47:25Z") },
            { id: 198, full_name: "Wei Kaya", email: "wei.kaya@example.org", created_at: new Date("2022-10-17T08:42:25Z") },
            { id: 199, full_name: "Sara Sousa", email: "sara.sousa@example.org", created_at: new Date("2023-05-30T10:53:20Z") },
            { id: 200, full_name: "Olivia Oliveira", email: "olivia.oliveira@example.org", created_at: new Date("2023-12-27T18:33:19Z") },
        ],
    });
    await prisma.accounts.createMany({
        data: [
            { id: 1, user_id: 104, account_type: "checking", balance: "46699.15", created_at: new Date("2023-03-04T09:53:27Z") },
            { id: 2, user_id: 185, account_type: "checking", balance: "73808.30", created_at: new Date("2022-05-10T07:42:46Z") },
            { id: 3, user_id: 99, account_type: "checking", balance: "87669.62", created_at: new Date("2022-12-15T12:20:24Z") },
            { id: 4, user_id: 191, account_type: "savings", balance: "120.04", created_at: new Date("2022-08-02T10:46:14Z") },
            { id: 5, user_id: 182, account_type: "checking", balance: "75709.76", created_at: new Date("2023-04-17T01:08:14Z") },
            { id: 6, user_id: 56, account_type: "credit", balance: "523.69", created_at: new Date("2023-05-26T16:09:28Z") },
            { id: 7, user_id: 179, account_type: "checking", balance: "31531.46", created_at: new Date("2023-09-05T13:08:18Z") },
            { id: 8, user_id: 152, account_type: "checking", balance: "2343.31", created_at: new Date("2023-07-09T10:19:06Z") },
            { id: 9, user_id: 86, account_type: "checking", balance: "22627.85", created_at: new Date("2022-07-05T16:23:09Z") },
            { id: 10, user_id: 11, account_type: "checking", balance: "8374.34", created_at: new Date("2022-01-25T10:50:37Z") },
            { id: 11, user_id: 31, account_type: "credit", balance: "5058.67", created_at: new Date("2022-11-17T10:10:20Z") },
            { id: 12, user_id: 148, account_type: "checking", balance: "80036.72", created_at: new Date("2022-08-31T11:24:10Z") },
            { id: 13, user_id: 129, account_type: "checking", balance: "2.94", created_at: new Date("2022-10-06T09:40:34Z") },
            { id: 14, user_id: 120, account_type: "checking", balance: "1071.23", created_at: new Date("2022-01-17T17:02:18Z") },
            { id: 15, user_id: 68, account_type: "savings", balance: "45043.54", created_at: new Date("2023-06-24T10:52:20Z") },
            { id: 16, user_id: 173, account_type: "checking", balance: "19564.20", created_at: new Date("2022-05-02T10:38:53Z") },
            { id: 17, user_id: 74, account_type: "checking", balance: "8632.54", created_at: new Date("2022-09-27T10:52:12Z") },
            { id: 18, user_id: 68, account_type: "checking", balance: "38777.88", created_at: new Date("2022-10-21T13:38:15Z") },
            { id: 19, user_id: 68, account_type: "checking", balance: "122.96", created_at: new Date("2023-03-27T11:45:34Z") },
            { id: 20, user_id: 103, account_type: "checking", balance: "3549.82", created_at: new Date("2022-07-28T11:03:02Z") },
            { id: 21, user_id: 89, account_type: "checking", balance: "11546.12", created_at: new Date("2023-08-27T16:58:17Z") },
            { id: 22, user_id: 136, account_type: "checking", balance: "13631.70", created_at: new Date("2022-05-07T15:49:28Z") },
            { id: 23, user_id: 51, account_type: "credit", balance: "52361.87", created_at: new Date("2023-09-24T12:59:49Z") },
            { id: 24, user_id: 28, account_type: "checking", balance: "24910.48", created_at: new Date("2023-02-05T14:02:06Z") },
            { id: 25, user_id: 33, account_type: "checking", balance: "82215.55", created_at: new Date("2023-02-14T15:34:04Z") },
            { id: 26, user_id: 61, account_type: "credit", balance: "4629.58", created_at: new Date("2022-04-21T16:03:55Z") },
            { id: 27, user_id: 52, account_type: "checking", balance: "13563.99", created_at: new Date("2022-04-08T09:50:30Z") },
            { id: 28, user_id: 58, account_type: "checking", balance: "42014.73", created_at: new Date("2022-07-10T14:21:57Z") },
            { id: 29, user_id: 114, account_type: "credit", balance: "31676.80", created_at: new Date("2023-11-20T14:10:55Z") },
            { id: 30, user_id: 123, account_type: "checking", balance: "79588.79", created_at: new Date("2023-09-28T09:23:45Z") },
            { id: 31, user_id: 146, account_type: "credit", balance: "158.90", created_at: new Date("2022-05-25T11:26:43Z") },
            { id: 32, user_id: 79, account_type: "savings", balance: "1143.50", created_at: new Date("2022-07-19T16:56:37Z") },
            { id: 33, user_id: 17, account_type: "checking", balance: "29907.66", created_at: new Date("2023-01-28T10:55:42Z") },
            { id: 34, user_id: 187, account_type: "savings", balance: "14761.70", created_at: new Date("2022-09-09T16:52:40Z") },
            { id: 35, user_id: 17, account_type: "savings", balance: "81324.17", created_at: new Date("2022-07-22T09:14:27Z") },
            { id: 36, user_id: 107, account_type: "checking", balance: "96766.29", created_at: new Date("2022-03-24T16:58:51Z") },
            { id: 37, user_id: 172, account_type: "checking", balance: "39150.58", created_at: new Date("2022-03-17T12:40:58Z") },
            { id: 38, user_id: 129, account_type: "checking", balance: "20903.93", created_at: new Date("2022-03-17T15:07:56Z") },
            { id: 39, user_id: 106, account_type: "checking", balance: "546.45", created_at: new Date("2023-04-07T15:08:24Z") },
            { id: 40, user_id: 111, account_type: "checking", balance: "89315.03", created_at: new Date("2023-11-12T13:58:17Z") },
            { id: 41, user_id: 130, account_type: "savings", balance: "56850.69", created_at: new Date("2022-03-09T17:22:52Z") },
            { id: 42, user_id: 141, account_type: "savings", balance: "98061.75", created_at: new Date("2022-12-06T13:55:14Z") },
            { id: 43, user_id: 176, account_type: "checking", balance: "7638.41", created_at: new Date("2023-11-20T11:33:03Z") },
            { id: 44, user_id: 18, account_type: "savings", balance: "66.14", created_at: new Date("2022-12-26T10:36:02Z") },
            { id: 45, user_id: 11, account_type: "checking", balance: "57470.17", created_at: new Date("2023-08-17T13:22:58Z") },
            { id: 46, user_id: 9, account_type: "checking", balance: "54803.00", created_at: new Date("2023-02-08T10:31:40Z") },
            { id: 47, user_id: 135, account_type: "checking", balance: "1627.07", created_at: new Date("2023-08-29T17:09:11Z") },
            { id: 48, user_id: 17, account_type: "checking", balance: "30413.57", created_at: new Date("2023-12-27T11:55:54Z") },
            { id: 49, user_id: 8, account_type: "savings", balance: "85244.16", created_at: new Date("2023-12-19T19:35:16Z") },
            { id: 50, user_id: 148, account_type: "checking", balance: "19648.71", created_at: new Date("2022-04-26T08:48:11Z") },
            { id: 51, user_id: 52, account_type: "checking", balance: "39015.52", created_at: new Date("2022-11-23T12:11:37Z") },
            { id: 52, user_id: 117, account_type: "checking", balance: "24691.86", created_at: new Date("2022-04-27T14:50:56Z") },
            { id: 53, user_id: 22, account_type: "checking", balance: "233.36", created_at: new Date("2023-01-31T18:42:47Z") },
            { id: 54, user_id: 109, account_type: "checking", balance: "45556.41", created_at: new Date("2023-12-27T14:10:17Z") },
            { id: 55, user_id: 132, account_type: "checking", balance: "23032.50", created_at: new Date("2023-04-18T11:49:34Z") },
            { id: 56, user_id: 116, account_type: "checking", balance: "66251.64", created_at: new Date("2022-07-22T14:54:56Z") },
            { id: 57, user_id: 36, account_type: "checking", balance: "64474.22", created_at: new Date("2023-09-16T14:24:49Z") },
            { id: 58, user_id: 82, account_type: "savings", balance: "9105.51", created_at: new Date("2023-12-16T17:47:01Z") },
            { id: 59, user_id: 94, account_type: "checking", balance: "36331.89", created_at: new Date("2023-01-28T09:39:39Z") },
            { id: 60, user_id: 106, account_type: "checking", balance: "81730.26", created_at: new Date("2022-06-15T11:36:07Z") },
            { id: 61, user_id: 28, account_type: "checking", balance: "14175.07", created_at: new Date("2023-09-27T08:27:24Z") },
            { id: 62, user_id: 137, account_type: "checking", balance: "9686.19", created_at: new Date("2023-08-06T05:52:12Z") },
            { id: 63, user_id: 15, account_type: "checking", balance: "5025.34", created_at: new Date("2023-06-30T15:34:16Z") },
            { id: 64, user_id: 80, account_type: "checking", balance: "62179.23", created_at: new Date("2022-09-16T15:53:42Z") },
            { id: 65, user_id: 23, account_type: "checking", balance: "24844.90", created_at: new Date("2023-01-22T09:16:28Z") },
            { id: 66, user_id: 54, account_type: "checking", balance: "8961.79", created_at: new Date("2023-01-17T14:07:23Z") },
            { id: 67, user_id: 6, account_type: "savings", balance: "25756.10", created_at: new Date("2022-01-30T11:43:18Z") },
            { id: 68, user_id: 13, account_type: "savings", balance: "417.64", created_at: new Date("2022-09-23T14:22:50Z") },
            { id: 69, user_id: 76, account_type: "checking", balance: "20731.76", created_at: new Date("2023-05-07T16:13:50Z") },
            { id: 70, user_id: 71, account_type: "checking", balance: "17437.21", created_at: new Date("2023-10-25T14:45:13Z") },
            { id: 71, user_id: 165, account_type: "checking", balance: "86833.88", created_at: new Date("2023-09-26T10:49:19Z") },
            { id: 72, user_id: 62, account_type: "checking", balance: "15381.30", created_at: new Date("2023-09-12T16:50:16Z") },
            { id: 73, user_id: 75, account_type: "checking", balance: "16895.16", created_at: new Date("2022-12-19T09:40:32Z") },
            { id: 74, user_id: 91, account_type: "checking", balance: "94992.57", created_at: new Date("2023-06-09T12:54:19Z") },
            { id: 75, user_id: 147, account_type: "checking", balance: "85.80", created_at: new Date("2023-08-24T10:32:12Z") },
            { id: 76, user_id: 184, account_type: "savings", balance: "48.92", created_at: new Date("2023-04-25T15:18:47Z") },
            { id: 77, user_id: 158, account_type: "checking", balance: "8215.35", created_at: new Date("2023-03-18T16:50:28Z") },
            { id: 78, user_id: 154, account_type: "checking", balance: "9776.96", created_at: new Date("2023-08-04T14:38:41Z") },
            { id: 79, user_id: 88, account_type: "savings", balance: "8503.97", created_at: new Date("2023-08-11T15:19:27Z") },
            { id: 80, user_id: 40, account_type: "checking", balance: "71108.78", created_at: new Date("2023-09-09T00:45:55Z") },
            { id: 81, user_id: 129, account_type: "checking", balance: "2558.92", created_at: new Date("2022-06-16T06:14:26Z") },
            { id: 82, user_id: 162, account_type: "savings", balance: "165.87", created_at: new Date("2022-11-23T07:53:03Z") },
            { id: 83, user_id: 45, account_type: "checking", balance: "59033.32", created_at: new Date("2022-07-24T12:15:23Z") },
            { id: 84, user_id: 85, account_type: "credit", balance: "2013.03", created_at: new Date("2022-07-24T08:15:12Z") },
            { id: 85, user_id: 185, account_type: "checking", balance: "61389.87", created_at: new Date("2022-05-13T11:44:19Z") },
            { id: 86, user_id: 6, account_type: "checking", balance: "3732.46", created_at: new Date("2022-04-10T10:35:29Z") },
            { id: 87, user_id: 173, account_type: "checking", balance: "2778.23", created_at: new Date("2022-01-24T17:46:23Z") },
            { id: 88, user_id: 95, account_type: "checking", balance: "40997.67", created_at: new Date("2023-02-28T14:05:16Z") },
            { id: 89, user_id: 12, account_type: "checking", balance: "87885.64", created_at: new Date("2022-01-29T17:29:05Z") },
            { id: 90, user_id: 143, account_type: "checking", balance: "4215.42", created_at: new Date("2022-02-19T09:04:03Z") },
            { id: 91, user_id: 191, account_type: "checking", balance: "16931.36", created_at: new Date("2023-05-01T15:42:06Z") },
            { id: 92, user_id: 90, account_type: "checking", balance: "28487.09", created_at: new Date("2022-10-08T14:15:53Z") },
            { id: 93, user_id: 148, account_type: "checking", balance: "13578.15", created_at: new Date("2022-03-23T14:08:56Z") },
            { id: 94, user_id: 77, account_type: "checking", balance: "5093.10", created_at: new Date("2022-08-23T10:15:30Z") },
            { id: 95, user_id: 144, account_type: "checking", balance: "745.62", created_at: new Date("2023-06-17T13:23:21Z") },
            { id: 96, user_id: 81, account_type: "savings", balance: "55000.45", created_at: new Date("2023-11-19T13:30:53Z") },
            { id: 97, user_id: 3, account_type: "checking", balance: "11739.49", created_at: new Date("2023-08-05T10:10:46Z") },
            { id: 98, user_id: 181, account_type: "savings", balance: "17386.31", created_at: new Date("2023-09-02T10:26:03Z") },
            { id: 99, user_id: 186, account_type: "credit", balance: "75379.99", created_at: new Date("2022-10-31T06:47:18Z") },
            { id: 100, user_id: 79, account_type: "checking", balance: "3446.70", created_at: new Date("2023-05-17T12:10:44Z") },
            { id: 101, user_id: 69, account_type: "credit", balance: "25311.54", created_at: new Date("2023-06-16T13:43:55Z") },
            { id: 102, user_id: 60, account_type: "savings", balance: "34427.69", created_at: new Date("2022-12-06T11:07:13Z") },
            { id: 103, user_id: 2, account_type: "checking", balance: "21.88", created_at: new Date("2022-04-02T14:31:36Z") },
            { id: 104, user_id: 131, account_type: "checking", balance: "97275.95", created_at: new Date("2023-01-27T09:59:32Z") },
            { id: 105, user_id: 58, account_type: "checking", balance: "711.16", created_at: new Date("2022-02-24T14:46:05Z") },
            { id: 106, user_id: 128, account_type: "credit", balance: "4948.17", created_at: new Date("2022-11-06T11:08:39Z") },
            { id: 107, user_id: 47, account_type: "savings", balance: "11421.98", created_at: new Date("2023-11-22T11:24:24Z") },
            { id: 108, user_id: 136, account_type: "credit", balance: "72604.22", created_at: new Date("2023-04-24T17:12:05Z") },
            { id: 109, user_id: 115, account_type: "checking", balance: "68197.92", created_at: new Date("2023-04-02T15:33:25Z") },
            { id: 110, user_id: 22, account_type: "savings", balance: "13999.17", created_at: new Date("2022-08-09T15:17:28Z") },
            { id: 111, user_id: 173, account_type: "checking", balance: "7056.05", created_at: new Date("2022-11-04T14:43:29Z") },
            { id: 112, user_id: 194, account_type: "savings", balance: "28965.00", created_at: new Date("2023-07-05T11:19:13Z") },
            { id: 113, user_id: 80, account_type: "checking", balance: "73114.74", created_at: new Date("2022-08-18T14:32:32Z") },
            { id: 114, user_id: 151, account_type: "checking", balance: "6479.82", created_at: new Date("2023-11-25T08:53:32Z") },
            { id: 115, user_id: 145, account_type: "savings", balance: "82088.08", created_at: new Date("2022-02-24T13:25:42Z") },
            { id: 116, user_id: 153, account_type: "checking", balance: "383.94", created_at: new Date("2022-03-11T12:56:39Z") },
            { id: 117, user_id: 23, account_type: "credit", balance: "13862.46", created_at: new Date("2022-10-29T16:42:10Z") },
            { id: 118, user_id: 114, account_type: "checking", balance: "68787.46", created_at: new Date("2023-09-08T06:52:05Z") },
            { id: 119, user_id: 177, account_type: "savings", balance: "9234.31", created_at: new Date("2023-11-17T09:44:07Z") },
            { id: 120, user_id: 182, account_type: "checking", balance: "55387.70", created_at: new Date("2022-10-30T18:57:47Z") },
            { id: 121, user_id: 42, account_type: "savings", balance: "7371.57", created_at: new Date("2022-06-25T11:37:09Z") },
            { id: 122, user_id: 157, account_type: "credit", balance: "5202.82", created_at: new Date("2022-01-27T15:38:33Z") },
            { id: 123, user_id: 168, account_type: "checking", balance: "11108.92", created_at: new Date("2022-09-14T09:27:19Z") },
            { id: 124, user_id: 198, account_type: "checking", balance: "4402.80", created_at: new Date("2022-08-27T14:22:49Z") },
            { id: 125, user_id: 161, account_type: "checking", balance: "19683.10", created_at: new Date("2022-07-04T13:51:26Z") },
            { id: 126, user_id: 138, account_type: "checking", balance: "26571.43", created_at: new Date("2023-08-25T18:12:13Z") },
            { id: 127, user_id: 62, account_type: "checking", balance: "65274.11", created_at: new Date("2022-01-11T14:44:13Z") },
            { id: 128, user_id: 85, account_type: "checking", balance: "55252.27", created_at: new Date("2022-10-14T11:34:42Z") },
            { id: 129, user_id: 197, account_type: "checking", balance: "9776.22", created_at: new Date("2022-03-08T14:46:54Z") },
            { id: 130, user_id: 96, account_type: "savings", balance: "1487.79", created_at: new Date("2023-02-26T09:26:10Z") },
            { id: 131, user_id: 44, account_type: "checking", balance: "7690.86", created_at: new Date("2022-02-09T07:25:41Z") },
            { id: 132, user_id: 32, account_type: "checking", balance: "54436.07", created_at: new Date("2022-01-24T14:39:40Z") },
            { id: 133, user_id: 62, account_type: "savings", balance: "72059.18", created_at: new Date("2023-07-27T14:08:58Z") },
            { id: 134, user_id: 94, account_type: "checking", balance: "47783.91", created_at: new Date("2022-05-25T07:57:19Z") },
            { id: 135, user_id: 125, account_type: "credit", balance: "66566.46", created_at: new Date("2022-05-23T17:36:55Z") },
            { id: 136, user_id: 45, account_type: "checking", balance: "46284.16", created_at: new Date("2022-09-27T11:42:05Z") },
            { id: 137, user_id: 156, account_type: "checking", balance: "86715.10", created_at: new Date("2022-02-10T07:25:45Z") },
            { id: 138, user_id: 21, account_type: "savings", balance: "1580.03", created_at: new Date("2023-11-06T16:12:54Z") },
            { id: 139, user_id: 24, account_type: "savings", balance: "5213.18", created_at: new Date("2022-11-29T09:19:17Z") },
            { id: 140, user_id: 135, account_type: "checking", balance: "80754.73", created_at: new Date("2022-01-09T13:32:56Z") },
            { id: 141, user_id: 46, account_type: "checking", balance: "96908.05", created_at: new Date("2022-12-18T12:17:56Z") },
            { id: 142, user_id: 34, account_type: "checking", balance: "8624.93", created_at: new Date("2022-02-14T12:26:15Z") },
            { id: 143, user_id: 190, account_type: "checking", balance: "31600.01", created_at: new Date("2022-12-03T10:58:53Z") },
            { id: 144, user_id: 114, account_type: "checking", balance: "43820.99", created_at: new Date("2023-05-24T11:24:56Z") },
            { id: 145, user_id: 181, account_type: "savings", balance: "82816.77", created_at: new Date("2023-10-24T12:30:52Z") },
            { id: 146, user_id: 30, account_type: "checking", balance: "25344.57", created_at: new Date("2023-02-08T13:10:24Z") },
            { id: 147, user_id: 156, account_type: "checking", balance: "2146.26", created_at: new Date("2022-04-02T22:56:39Z") },
            { id: 148, user_id: 163, account_type: "checking", balance: "9232.66", created_at: new Date("2023-10-18T17:03:42Z") },
            { id: 149, user_id: 86, account_type: "checking", balance: "90313.87", created_at: new Date("2023-09-12T17:59:24Z") },
            { id: 150, user_id: 133, account_type: "checking", balance: "26305.99", created_at: new Date("2022-09-26T10:56:21Z") },
            { id: 151, user_id: 61, account_type: "checking", balance: "34278.75", created_at: new Date("2023-10-24T13:02:30Z") },
            { id: 152, user_id: 143, account_type: "checking", balance: "22033.47", created_at: new Date("2023-04-24T13:51:55Z") },
            { id: 153, user_id: 78, account_type: "checking", balance: "2447.15", created_at: new Date("2022-11-11T19:21:06Z") },
            { id: 154, user_id: 186, account_type: "checking", balance: "40845.08", created_at: new Date("2023-09-11T16:39:10Z") },
            { id: 155, user_id: 27, account_type: "checking", balance: "8092.56", created_at: new Date("2022-03-12T14:04:36Z") },
            { id: 156, user_id: 156, account_type: "savings", balance: "21727.18", created_at: new Date("2023-09-06T10:26:24Z") },
            { id: 157, user_id: 120, account_type: "checking", balance: "571.22", created_at: new Date("2022-08-31T12:11:17Z") },
            { id: 158, user_id: 178, account_type: "credit", balance: "12866.69", created_at: new Date("2022-07-06T13:17:03Z") },
            { id: 159, user_id: 109, account_type: "checking", balance: "53038.06", created_at: new Date("2023-03-26T19:21:23Z") },
            { id: 160, user_id: 142, account_type: "checking", balance: "13289.48", created_at: new Date("2023-09-10T07:44:40Z") },
            { id: 161, user_id: 26, account_type: "checking", balance: "55762.04", created_at: new Date("2022-02-27T09:33:53Z") },
            { id: 162, user_id: 104, account_type: "checking", balance: "43841.14", created_at: new Date("2023-02-28T08:23:25Z") },
            { id: 163, user_id: 51, account_type: "checking", balance: "16389.88", created_at: new Date("2023-12-09T20:43:23Z") },
            { id: 164, user_id: 149, account_type: "checking", balance: "49616.39", created_at: new Date("2023-05-04T17:11:07Z") },
            { id: 165, user_id: 166, account_type: "checking", balance: "16138.32", created_at: new Date("2023-06-11T07:31:40Z") },
            { id: 166, user_id: 158, account_type: "savings", balance: "18946.81", created_at: new Date("2023-01-01T09:12:13Z") },
            { id: 167, user_id: 22, account_type: "checking", balance: "0.32", created_at: new Date("2023-04-24T16:42:59Z") },
            { id: 168, user_id: 37, account_type: "savings", balance: "10179.40", created_at: new Date("2022-11-13T16:11:32Z") },
            { id: 169, user_id: 28, account_type: "checking", balance: "36006.55", created_at: new Date("2023-02-11T10:11:12Z") },
            { id: 170, user_id: 82, account_type: "checking", balance: "5054.43", created_at: new Date("2022-09-04T16:11:05Z") },
            { id: 171, user_id: 166, account_type: "checking", balance: "76239.58", created_at: new Date("2023-07-14T12:45:10Z") },
            { id: 172, user_id: 150, account_type: "checking", balance: "8124.07", created_at: new Date("2022-03-09T16:56:27Z") },
            { id: 173, user_id: 110, account_type: "checking", balance: "25593.25", created_at: new Date("2022-06-15T16:45:46Z") },
            { id: 174, user_id: 10, account_type: "savings", balance: "17544.53", created_at: new Date("2022-08-26T08:33:08Z") },
            { id: 175, user_id: 3, account_type: "checking", balance: "13233.00", created_at: new Date("2023-03-24T12:16:36Z") },
            { id: 176, user_id: 142, account_type: "checking", balance: "3.84", created_at: new Date("2023-01-31T16:20:03Z") },
            { id: 177, user_id: 80, account_type: "checking", balance: "24475.94", created_at: new Date("2023-05-12T06:55:04Z") },
            { id: 178, user_id: 173, account_type: "checking", balance: "30433.93", created_at: new Date("2022-12-09T16:53:54Z") },
            { id: 179, user_id: 50, account_type: "checking", balance: "97115.43", created_at: new Date("2022-09-21T13:28:41Z") },
            { id: 180, user_id: 138, account_type: "checking", balance: "25398.45", created_at: new Date("2023-12-21T13:51:11Z") },
            { id: 181, user_id: 192, account_type: "checking", balance: "73504.52", created_at: new Date("2023-04-14T15:28:18Z") },
            { id: 182, user_id: 181, account_type: "credit", balance: "24013.28", created_at: new Date("2023-11-02T10:58:15Z") },
            { id: 183, user_id: 147, account_type: "checking", balance: "555.42", created_at: new Date("2023-01-19T13:11:25Z") },
            { id: 184, user_id: 108, account_type: "savings", balance: "207.59", created_at: new Date("2022-12-04T19:10:22Z") },
            { id: 185, user_id: 42, account_type: "checking", balance: "37080.74", created_at: new Date("2023-04-10T10:17:58Z") },
            { id: 186, user_id: 145, account_type: "checking", balance: "15213.84", created_at: new Date("2023-10-09T11:54:21Z") },
            { id: 187, user_id: 178, account_type: "credit", balance: "3513.27", created_at: new Date("2023-10-24T09:45:15Z") },
            { id: 188, user_id: 154, account_type: "checking", balance: "77372.54", created_at: new Date("2022-05-22T16:29:09Z") },
            { id: 189, user_id: 26, account_type: "savings", balance: "16906.47", created_at: new Date("2023-05-08T16:05:47Z") },
            { id: 190, user_id: 125, account_type: "checking", balance: "57344.21", created_at: new Date("2022-11-08T07:32:17Z") },
            { id: 191, user_id: 122, account_type: "credit", balance: "36445.10", created_at: new Date("2023-12-01T10:15:41Z") },
            { id: 192, user_id: 9, account_type: "checking", balance: "1185.30", created_at: new Date("2023-11-21T20:13:37Z") },
            { id: 193, user_id: 80, account_type: "savings", balance: "50802.25", created_at: new Date("2022-06-29T17:25:27Z") },
            { id: 194, user_id: 113, account_type: "checking", balance: "12829.64", created_at: new Date("2023-02-04T14:34:51Z") },
            { id: 195, user_id: 3, account_type: "checking", balance: "57200.90", created_at: new Date("2022-06-17T15:48:37Z") },
            { id: 196, user_id: 9, account_type: "checking", balance: "74454.70", created_at: new Date("2022-08-27T06:43:09Z") },
            { id: 197, user_id: 159, account_type: "checking", balance: "93005.10", created_at: new Date("2023-11-09T16:35:23Z") },
            { id: 198, user_id: 63, account_type: "checking", balance: "23674.66", created_at: new Date("2023-03-20T16:05:07Z") },
            { id: 199, user_id: 29, account_type: "checking", balance: "4180.03", created_at: new Date("2023-05-17T17:27:54Z") },
            { id: 200, user_id: 137, account_type: "checking", balance: "94986.11", created_at: new Date("2023-10-17T17:52:13Z") },
            { id: 201, user_id: 191, account_type: "savings", balance: "49738.54", created_at: new Date("2023-04-23T17:10:47Z") },
            { id: 202, user_id: 106, account_type: "checking", balance: "25453.78", created_at: new Date("2022-12-05T15:43:00Z") },
            { id: 203, user_id: 114, account_type: "checking", balance: "9930.44", created_at: new Date("2023-11-22T09:36:49Z") },
            { id: 204, user_id: 70, account_type: "checking", balance: "3089.41", created_at: new Date("2022-06-13T13:39:54Z") },
            { id: 205, user_id: 138, account_type: "checking", balance: "23901.17", created_at: new Date("2022-01-08T15:03:38Z") },
            { id: 206, user_id: 183, account_type: "checking", balance: "85879.85", created_at: new Date("2022-10-29T11:14:47Z") },
            { id: 207, user_id: 26, account_type: "checking", balance: "48129.96", created_at: new Date("2022-08-09T10:43:37Z") },
            { id: 208, user_id: 121, account_type: "checking", balance: "48338.31", created_at: new Date("2023-12-07T08:32:22Z") },
            { id: 209, user_id: 89, account_type: "checking", balance: "14319.25", created_at: new Date("2022-06-16T01:07:11Z") },
            { id: 210, user_id: 32, account_type: "savings", balance: "7008.55", created_at: new Date("2023-01-16T15:44:51Z") },
            { id: 211, user_id: 43, account_type: "credit", balance: "16005.83", created_at: new Date("2023-04-04T22:47:12Z") },
            { id: 212, user_id: 113, account_type: "credit", balance: "64412.89", created_at: new Date("2023-12-18T15:18:35Z") },
            { id: 213, user_id: 178, account_type: "checking", balance: "16029.12", created_at: new Date("2023-03-06T11:58:28Z") },
            { id: 214, user_id: 143, account_type: "savings", balance: "4516.04", created_at: new Date("2023-07-27T15:00:16Z") },
            { id: 215, user_id: 155, account_type: "credit", balance: "15182.35", created_at: new Date("2023-05-20T13:05:28Z") },
            { id: 216, user_id: 118, account_type: "checking", balance: "2830.61", created_at: new Date("2023-12-05T09:50:19Z") },
            { id: 217, user_id: 124, account_type: "checking", balance: "38934.14", created_at: new Date("2023-09-05T16:28:12Z") },
            { id: 218, user_id: 135, account_type: "checking", balance: "15062.18", created_at: new Date("2023-11-29T09:39:09Z") },
            { id: 219, user_id: 50, account_type: "credit", balance: "49450.06", created_at: new Date("2022-01-17T13:59:57Z") },
            { id: 220, user_id: 115, account_type: "checking", balance: "86906.82", created_at: new Date("2022-06-18T17:42:44Z") },
            { id: 221, user_id: 69, account_type: "savings", balance: "39041.11", created_at: new Date("2022-12-04T15:54:42Z") },
            { id: 222, user_id: 31, account_type: "savings", balance: "2.92", created_at: new Date("2022-04-29T16:38:10Z") },
            { id: 223, user_id: 121, account_type: "savings", balance: "15614.99", created_at: new Date("2023-01-09T08:37:28Z") },
            { id: 224, user_id: 116, account_type: "checking", balance: "21.51", created_at: new Date("2023-05-30T12:16:31Z") },
            { id: 225, user_id: 40, account_type: "checking", balance: "24369.25", created_at: new Date("2022-05-29T10:22:19Z") },
            { id: 226, user_id: 85, account_type: "checking", balance: "15471.49", created_at: new Date("2023-02-11T12:01:17Z") },
            { id: 227, user_id: 122, account_type: "checking", balance: "99134.25", created_at: new Date("2023-09-05T15:34:10Z") },
            { id: 228, user_id: 99, account_type: "checking", balance: "92530.35", created_at: new Date("2022-12-25T11:03:46Z") },
            { id: 229, user_id: 168, account_type: "checking", balance: "2358.38", created_at: new Date("2022-10-22T15:08:40Z") },
            { id: 230, user_id: 3, account_type: "checking", balance: "31315.11", created_at: new Date("2023-11-30T13:17:36Z") },
            { id: 231, user_id: 113, account_type: "checking", balance: "6716.32", created_at: new Date("2023-04-12T01:37:59Z") },
            { id: 232, user_id: 59, account_type: "credit", balance: "10735.58", created_at: new Date("2023-10-20T09:41:57Z") },
            { id: 233, user_id: 150, account_type: "checking", balance: "6347.22", created_at: new Date("2023-01-13T11:57:50Z") },
            { id: 234, user_id: 34, account_type: "checking", balance: "505.35", created_at: new Date("2023-11-25T10:17:43Z") },
            { id: 235, user_id: 200, account_type: "savings", balance: "16631.80", created_at: new Date("2022-10-09T14:42:38Z") },
            { id: 236, user_id: 85, account_type: "savings", balance: "53439.59", created_at: new Date("2023-08-13T19:22:57Z") },
            { id: 237, user_id: 28, account_type: "checking", balance: "93630.33", created_at: new Date("2022-11-09T00:00:46Z") },
            { id: 238, user_id: 76, account_type: "checking", balance: "42693.36", created_at: new Date("2023-08-31T13:33:13Z") },
            { id: 239, user_id: 156, account_type: "checking", balance: "92540.75", created_at: new Date("2022-02-18T17:13:57Z") },
            { id: 240, user_id: 80, account_type: "checking", balance: "10895.36", created_at: new Date("2022-06-21T17:00:57Z") },
            { id: 241, user_id: 64, account_type: "checking", balance: "1334.98", created_at: new Date("2022-06-04T09:08:40Z") },
            { id: 242, user_id: 77, account_type: "checking", balance: "55798.25", created_at: new Date("2023-08-05T09:35:51Z") },
            { id: 243, user_id: 51, account_type: "checking", balance: "93149.72", created_at: new Date("2022-03-18T11:06:19Z") },
            { id: 244, user_id: 101, account_type: "savings", balance: "96013.24", created_at: new Date("2023-06-30T08:01:54Z") },
            { id: 245, user_id: 121, account_type: "checking", balance: "354.23", created_at: new Date("2022-03-11T11:09:43Z") },
            { id: 246, user_id: 94, account_type: "credit", balance: "29837.79", created_at: new Date("2023-07-30T20:26:48Z") },
            { id: 247, user_id: 87, account_type: "checking", balance: "7682.62", created_at: new Date("2022-01-12T14:26:39Z") },
            { id: 248, user_id: 73, account_type: "checking", balance: "11463.83", created_at: new Date("2022-04-11T14:22:03Z") },
            { id: 249, user_id: 10, account_type: "checking", balance: "39629.15", created_at: new Date("2023-09-11T16:45:29Z") },
            { id: 250, user_id: 91, account_type: "checking", balance: "65366.68", created_at: new Date("2022-10-07T08:57:59Z") },
            { id: 251, user_id: 199, account_type: "checking", balance: "28420.96", created_at: new Date("2022-04-03T14:15:52Z") },
            { id: 252, user_id: 97, account_type: "checking", balance: "1321.13", created_at: new Date("2022-01-23T10:25:12Z") },
            { id: 253, user_id: 36, account_type: "savings", balance: "7424.02", created_at: new Date("2023-10-10T20:13:37Z") },
            { id: 254, user_id: 159, account_type: "checking", balance: "7123.23", created_at: new Date("2022-12-13T12:04:10Z") },
            { id: 255, user_id: 190, account_type: "credit", balance: "42678.34", created_at: new Date("2023-09-04T09:03:20Z") },
            { id: 256, user_id: 28, account_type: "checking", balance: "237.16", created_at: new Date("2022-11-11T11:27:19Z") },
            { id: 257, user_id: 108, account_type: "checking", balance: "39533.04", created_at: new Date("2023-09-23T08:48:57Z") },
            { id: 258, user_id: 66, account_type: "checking", balance: "22336.16", created_at: new Date("2022-01-02T14:51:19Z") },
            { id: 259, user_id: 155, account_type: "checking", balance: "2241.65", created_at: new Date("2023-01-29T13:47:03Z") },
            { id: 260, user_id: 80, account_type: "savings", balance: "1933.64", created_at: new Date("2023-03-17T15:51:29Z") },
            { id: 261, user_id: 170, account_type: "checking", balance: "2652.68", created_at: new Date("2023-01-22T09:21:07Z") },
            { id: 262, user_id: 46, account_type: "checking", balance: "16497.19", created_at: new Date("2022-10-31T10:00:38Z") },
            { id: 263, user_id: 119, account_type: "credit", balance: "1369.33", created_at: new Date("2022-09-15T18:01:30Z") },
            { id: 264, user_id: 87, account_type: "checking", balance: "46339.59", created_at: new Date("2023-01-23T15:14:58Z") },
            { id: 265, user_id: 107, account_type: "checking", balance: "2194.65", created_at: new Date("2023-01-07T16:17:20Z") },
            { id: 266, user_id: 162, account_type: "checking", balance: "235.24", created_at: new Date("2022-02-26T11:33:19Z") },
            { id: 267, user_id: 177, account_type: "checking", balance: "5969.18", created_at: new Date("2022-03-13T07:59:49Z") },
            { id: 268, user_id: 131, account_type: "checking", balance: "1780.24", created_at: new Date("2022-08-06T10:18:57Z") },
            { id: 269, user_id: 170, account_type: "checking", balance: "85634.08", created_at: new Date("2023-11-12T19:32:40Z") },
            { id: 270, user_id: 141, account_type: "checking", balance: "28477.91", created_at: new Date("2023-06-17T08:33:58Z") },
            { id: 271, user_id: 106, account_type: "checking", balance: "20483.99", created_at: new Date("2023-09-08T16:42:42Z") },
            { id: 272, user_id: 73, account_type: "checking", balance: "1957.65", created_at: new Date("2022-07-06T13:01:11Z") },
            { id: 273, user_id: 103, account_type: "checking", balance: "7171.66", created_at: new Date("2023-06-19T15:08:20Z") },
            { id: 274, user_id: 93, account_type: "checking", balance: "93045.73", created_at: new Date("2023-02-02T14:14:59Z") },
            { id: 275, user_id: 1, account_type: "checking", balance: "55499.52", created_at: new Date("2022-09-08T13:00:26Z") },
            { id: 276, user_id: 117, account_type: "checking", balance: "69397.15", created_at: new Date("2023-10-03T13:11:08Z") },
            { id: 277, user_id: 155, account_type: "checking", balance: "74993.12", created_at: new Date("2023-11-26T12:08:01Z") },
            { id: 278, user_id: 70, account_type: "savings", balance: "89614.22", created_at: new Date("2023-08-31T10:40:09Z") },
            { id: 279, user_id: 99, account_type: "savings", balance: "17737.76", created_at: new Date("2023-03-02T10:08:47Z") },
            { id: 280, user_id: 16, account_type: "checking", balance: "18195.02", created_at: new Date("2022-06-05T06:55:39Z") },
            { id: 281, user_id: 39, account_type: "checking", balance: "67390.30", created_at: new Date("2023-04-20T10:20:52Z") },
            { id: 282, user_id: 121, account_type: "checking", balance: "12252.24", created_at: new Date("2023-01-18T12:56:46Z") },
            { id: 283, user_id: 29, account_type: "checking", balance: "342.94", created_at: new Date("2022-07-06T13:17:52Z") },
            { id: 284, user_id: 170, account_type: "checking", balance: "4850.85", created_at: new Date("2023-10-04T18:21:04Z") },
            { id: 285, user_id: 59, account_type: "savings", balance: "56653.20", created_at: new Date("2023-11-18T08:24:58Z") },
            { id: 286, user_id: 74, account_type: "checking", balance: "1368.74", created_at: new Date("2023-04-06T13:00:34Z") },
            { id: 287, user_id: 174, account_type: "credit", balance: "962.41", created_at: new Date("2022-06-06T14:43:11Z") },
            { id: 288, user_id: 73, account_type: "credit", balance: "78782.05", created_at: new Date("2022-04-07T17:57:57Z") },
            { id: 289, user_id: 165, account_type: "checking", balance: "11395.72", created_at: new Date("2023-12-30T10:04:21Z") },
            { id: 290, user_id: 16, account_type: "credit", balance: "298.34", created_at: new Date("2022-10-10T08:10:57Z") },
            { id: 291, user_id: 138, account_type: "checking", balance: "36421.66", created_at: new Date("2023-07-16T08:30:43Z") },
            { id: 292, user_id: 107, account_type: "savings", balance: "7770.63", created_at: new Date("2022-03-12T12:01:55Z") },
            { id: 293, user_id: 145, account_type: "checking", balance: "56775.20", created_at: new Date("2022-09-07T09:22:39Z") },
            { id: 294, user_id: 85, account_type: "checking", balance: "184.09", created_at: new Date("2022-07-28T13:31:14Z") },
            { id: 295, user_id: 110, account_type: "checking", balance: "129.45", created_at: new Date("2022-01-06T10:17:22Z") },
            { id: 296, user_id: 59, account_type: "checking", balance: "14.43", created_at: new Date("2022-09-20T14:05:48Z") },
            { id: 297, user_id: 86, account_type: "savings", balance: "14509.55", created_at: new Date("2022-09-20T07:09:12Z") },
            { id: 298, user_id: 132, account_type: "checking", balance: "2554.85", created_at: new Date("2022-11-22T16:56:27Z") },
            { id: 299, user_id: 190, account_type: "checking", balance: "18945.07", created_at: new Date("2022-09-26T09:27:28Z") },
            { id: 300, user_id: 71, account_type: "checking", balance: "408.28", created_at: new Date("2023-07-21T11:49:42Z") },
            { id: 301, user_id: 20, account_type: "checking", balance: "4898.20", created_at: new Date("2022-08-15T09:41:23Z") },
            { id: 302, user_id: 174, account_type: "checking", balance: "29555.37", created_at: new Date("2023-11-27T09:27:03Z") },
            { id: 303, user_id: 77, account_type: "checking", balance: "1337.44", created_at: new Date("2023-01-11T12:41:17Z") },
            { id: 304, user_id: 58, account_type: "savings", balance: "10521.24", created_at: new Date("2022-03-25T20:50:59Z") },
            { id: 305, user_id: 29, account_type: "checking", balance: "89277.82", created_at: new Date("2023-03-09T09:34:47Z") },
            { id: 306, user_id: 25, account_type: "checking", balance: "70016.57", created_at: new Date("2022-11-02T16:43:01Z") },
            { id: 307, user_id: 151, account_type: "checking", balance: "13295.13", created_at: new Date("2023-11-14T05:55:11Z") },
            { id: 308, user_id: 38, account_type: "credit", balance: "12997.40", created_at: new Date("2022-02-15T10:01:42Z") },
            { id: 309, user_id: 66, account_type: "savings", balance: "84650.77", created_at: new Date("2023-05-11T09:07:06Z") },
            { id: 310, user_id: 27, account_type: "checking", balance: "10543.97", created_at: new Date("2022-07-20T15:32:52Z") },
            { id: 311, user_id: 168, account_type: "checking", balance: "1954.24", created_at: new Date("2022-09-01T19:38:19Z") },
            { id: 312, user_id: 21, account_type: "checking", balance: "18220.14", created_at: new Date("2023-08-06T07:58:55Z") },
            { id: 313, user_id: 15, account_type: "checking", balance: "3871.35", created_at: new Date("2022-10-12T17:45:30Z") },
            { id: 314, user_id: 14, account_type: "checking", balance: "73206.18", created_at: new Date("2023-12-03T16:50:52Z") },
            { id: 315, user_id: 33, account_type: "checking", balance: "5271.53", created_at: new Date("2023-06-01T14:37:17Z") },
            { id: 316, user_id: 152, account_type: "savings", balance: "6130.92", created_at: new Date("2023-02-07T10:21:04Z") },
            { id: 317, user_id: 87, account_type: "checking", balance: "38544.26", created_at: new Date("2023-07-22T13:48:58Z") },
            { id: 318, user_id: 34, account_type: "checking", balance: "19590.51", created_at: new Date("2023-05-30T10:04:49Z") },
            { id: 319, user_id: 199, account_type: "checking", balance: "41657.40", created_at: new Date("2023-11-27T13:10:37Z") },
            { id: 320, user_id: 15, account_type: "checking", balance: "453.52", created_at: new Date("2023-01-29T13:32:56Z") },
            { id: 321, user_id: 85, account_type: "checking", balance: "79305.86", created_at: new Date("2023-09-12T14:13:01Z") },
            { id: 322, user_id: 175, account_type: "checking", balance: "50896.79", created_at: new Date("2022-08-31T11:10:08Z") },
            { id: 323, user_id: 120, account_type: "checking", balance: "27760.81", created_at: new Date("2023-12-27T13:25:25Z") },
            { id: 324, user_id: 122, account_type: "checking", balance: "4935.87", created_at: new Date("2022-01-03T13:22:02Z") },
            { id: 325, user_id: 145, account_type: "checking", balance: "1248.74", created_at: new Date("2023-02-27T13:38:24Z") },
            { id: 326, user_id: 126, account_type: "checking", balance: "96466.55", created_at: new Date("2022-03-14T09:04:58Z") },
            { id: 327, user_id: 16, account_type: "savings", balance: "96863.44", created_at: new Date("2022-02-07T11:27:02Z") },
            { id: 328, user_id: 52, account_type: "checking", balance: "3476.35", created_at: new Date("2023-06-24T10:38:48Z") },
            { id: 329, user_id: 199, account_type: "savings", balance: "21326.82", created_at: new Date("2022-06-05T09:13:56Z") },
            { id: 330, user_id: 57, account_type: "checking", balance: "6868.34", created_at: new Date("2022-08-27T14:10:57Z") },
            { id: 331, user_id: 9, account_type: "checking", balance: "16669.67", created_at: new Date("2023-06-02T09:51:29Z") },
            { id: 332, user_id: 24, account_type: "checking", balance: "27304.53", created_at: new Date("2022-01-31T14:07:11Z") },
            { id: 333, user_id: 172, account_type: "checking", balance: "99098.88", created_at: new Date("2022-05-13T16:22:50Z") },
            { id: 334, user_id: 122, account_type: "checking", balance: "29618.72", created_at: new Date("2023-10-28T15:22:34Z") },
            { id: 335, user_id: 10, account_type: "checking", balance: "63712.02", created_at: new Date("2023-04-22T11:27:41Z") },
            { id: 336, user_id: 121, account_type: "checking", balance: "56868.88", created_at: new Date("2022-05-15T13:34:41Z") },
            { id: 337, user_id: 102, account_type: "checking", balance: "31116.96", created_at: new Date("2023-12-19T14:16:15Z") },
            { id: 338, user_id: 80, account_type: "checking", balance: "43512.74", created_at: new Date("2022-06-23T17:46:37Z") },
            { id: 339, user_id: 59, account_type: "checking", balance: "37393.06", created_at: new Date("2022-06-07T11:35:06Z") },
            { id: 340, user_id: 67, account_type: "checking", balance: "82293.33", created_at: new Date("2023-11-23T11:49:29Z") },
            { id: 341, user_id: 23, account_type: "checking", balance: "54840.97", created_at: new Date("2023-01-11T09:34:27Z") },
            { id: 342, user_id: 63, account_type: "checking", balance: "49031.38", created_at: new Date("2023-09-10T14:42:32Z") },
            { id: 343, user_id: 53, account_type: "checking", balance: "12529.49", created_at: new Date("2023-11-08T15:07:10Z") },
            { id: 344, user_id: 141, account_type: "checking", balance: "81532.15", created_at: new Date("2022-03-04T11:21:46Z") },
            { id: 345, user_id: 62, account_type: "checking", balance: "146.11", created_at: new Date("2023-04-19T16:45:10Z") },
            { id: 346, user_id: 92, account_type: "checking", balance: "94799.41", created_at: new Date("2023-06-23T15:07:26Z") },
            { id: 347, user_id: 45, account_type: "checking", balance: "26213.55", created_at: new Date("2023-05-22T08:36:34Z") },
            { id: 348, user_id: 19, account_type: "credit", balance: "1690.11", created_at: new Date("2022-06-13T10:24:31Z") },
            { id: 349, user_id: 149, account_type: "checking", balance: "79252.84", created_at: new Date("2022-08-21T13:56:03Z") },
            { id: 350, user_id: 95, account_type: "checking", balance: "138.79", created_at: new Date("2023-06-10T20:40:27Z") },
            { id: 351, user_id: 97, account_type: "savings", balance: "17134.13", created_at: new Date("2023-10-21T11:49:32Z") },
            { id: 352, user_id: 100, account_type: "checking", balance: "57381.16", created_at: new Date("2022-06-17T15:47:30Z") },
            { id: 353, user_id: 61, account_type: "checking", balance: "21133.25", created_at: new Date("2022-08-28T10:50:07Z") },
            { id: 354, user_id: 160, account_type: "checking", balance: "68352.17", created_at: new Date("2023-07-26T16:46:00Z") },
            { id: 355, user_id: 42, account_type: "checking", balance: "2308.92", created_at: new Date("2022-06-28T16:28:34Z") },
            { id: 356, user_id: 166, account_type: "checking", balance: "98462.46", created_at: new Date("2023-02-01T14:52:28Z") },
            { id: 357, user_id: 188, account_type: "savings", balance: "0.06", created_at: new Date("2022-05-20T16:16:40Z") },
            { id: 358, user_id: 30, account_type: "checking", balance: "7174.89", created_at: new Date("2022-03-09T13:49:28Z") },
            { id: 359, user_id: 147, account_type: "checking", balance: "77448.45", created_at: new Date("2023-08-03T14:22:21Z") },
            { id: 360, user_id: 19, account_type: "checking", balance: "4792.87", created_at: new Date("2022-07-15T08:02:43Z") },
            { id: 361, user_id: 180, account_type: "checking", balance: "1075.81", created_at: new Date("2023-07-22T15:50:29Z") },
            { id: 362, user_id: 88, account_type: "checking", balance: "43995.79", created_at: new Date("2023-08-07T12:56:47Z") },
            { id: 363, user_id: 86, account_type: "credit", balance: "53731.62", created_at: new Date("2022-06-18T12:40:35Z") },
            { id: 364, user_id: 162, account_type: "checking", balance: "43670.05", created_at: new Date("2022-04-06T10:24:16Z") },
            { id: 365, user_id: 55, account_type: "checking", balance: "24079.29", created_at: new Date("2022-07-01T09:46:13Z") },
            { id: 366, user_id: 131, account_type: "checking", balance: "50516.25", created_at: new Date("2023-06-30T16:14:08Z") },
            { id: 367, user_id: 143, account_type: "checking", balance: "7712.89", created_at: new Date("2022-02-01T10:29:29Z") },
            { id: 368, user_id: 57, account_type: "credit", balance: "263.93", created_at: new Date("2022-11-09T16:36:08Z") },
            { id: 369, user_id: 12, account_type: "checking", balance: "652.65", created_at: new Date("2022-11-01T13:47:14Z") },
            { id: 370, user_id: 62, account_type: "checking", balance: "2665.14", created_at: new Date("2023-05-06T06:48:14Z") },
            { id: 371, user_id: 47, account_type: "savings", balance: "19429.16", created_at: new Date("2023-04-10T10:03:29Z") },
            { id: 372, user_id: 155, account_type: "checking", balance: "52768.49", created_at: new Date("2023-07-26T10:30:53Z") },
            { id: 373, user_id: 187, account_type: "checking", balance: "350.09", created_at: new Date("2022-03-11T15:01:12Z") },
            { id: 374, user_id: 73, account_type: "credit", balance: "99559.14", created_at: new Date("2022-09-04T10:00:19Z") },
            { id: 375, user_id: 102, account_type: "checking", balance: "11436.04", created_at: new Date("2022-08-05T15:36:26Z") },
            { id: 376, user_id: 70, account_type: "savings", balance: "40212.02", created_at: new Date("2023-09-02T17:50:13Z") },
            { id: 377, user_id: 103, account_type: "savings", balance: "84384.46", created_at: new Date("2023-11-26T15:47:36Z") },
            { id: 378, user_id: 105, account_type: "checking", balance: "73221.89", created_at: new Date("2023-01-22T12:33:58Z") },
            { id: 379, user_id: 41, account_type: "checking", balance: "11316.23", created_at: new Date("2023-09-23T15:45:30Z") },
            { id: 380, user_id: 196, account_type: "checking", balance: "68590.25", created_at: new Date("2022-08-06T15:23:43Z") },
            { id: 381, user_id: 72, account_type: "checking", balance: "39891.72", created_at: new Date("2022-03-05T11:49:35Z") },
            { id: 382, user_id: 197, account_type: "checking", balance: "14750.97", created_at: new Date("2022-02-05T12:49:57Z") },
            { id: 383, user_id: 58, account_type: "credit", balance: "17643.75", created_at: new Date("2023-08-26T13:43:18Z") },
            { id: 384, user_id: 161, account_type: "credit", balance: "19874.02", created_at: new Date("2023-01-02T09:30:30Z") },
            { id: 385, user_id: 194, account_type: "savings", balance: "1.48", created_at: new Date("2022-07-20T15:07:57Z") },
            { id: 386, user_id: 25, account_type: "checking", balance: "72484.16", created_at: new Date("2023-11-06T17:05:12Z") },
            { id: 387, user_id: 98, account_type: "checking", balance: "20499.59", created_at: new Date("2023-02-07T10:54:16Z") },
            { id: 388, user_id: 148, account_type: "savings", balance: "4415.57", created_at: new Date("2023-09-20T17:07:19Z") },
            { id: 389, user_id: 198, account_type: "savings", balance: "2448.78", created_at: new Date("2023-06-25T15:11:29Z") },
            { id: 390, user_id: 109, account_type: "checking", balance: "29048.98", created_at: new Date("2022-06-22T09:57:17Z") },
            { id: 391, user_id: 69, account_type: "checking", balance: "28798.23", created_at: new Date("2022-10-18T11:42:58Z") },
            { id: 392, user_id: 149, account_type: "savings", balance: "24519.05", created_at: new Date("2022-10-18T14:42:12Z") },
            { id: 393, user_id: 198, account_type: "checking", balance: "2.55", created_at: new Date("2023-11-15T09:12:06Z") },
            { id: 394, user_id: 105, account_type: "checking", balance: "12209.01", created_at: new Date("2023-01-29T10:22:13Z") },
            { id: 395, user_id: 160, account_type: "savings", balance: "97687.90", created_at: new Date("2023-01-28T10:01:03Z") },
            { id: 396, user_id: 100, account_type: "checking", balance: "3547.13", created_at: new Date("2022-05-06T13:47:50Z") },
            { id: 397, user_id: 4, account_type: "checking", balance: "15103.48", created_at: new Date("2023-07-01T09:33:46Z") },
            { id: 398, user_id: 169, account_type: "checking", balance: "6515.81", created_at: new Date("2023-07-30T09:13:28Z") },
            { id: 399, user_id: 200, account_type: "savings", balance: "6084.44", created_at: new Date("2022-12-25T15:45:05Z") },
            { id: 400, user_id: 199, account_type: "savings", balance: "44204.12", created_at: new Date("2023-06-15T14:47:31Z") },
        ],
    });
    await prisma.debts.createMany({
        data: [
            { id: 1, user_id: 171, debt_type: "mortgage", total_amount: "425.79", remaining_balance: "86268.73", due_date: "2024-09-13" },
            { id: 2, user_id: 70, debt_type: "credit card", total_amount: "564.42", remaining_balance: "5423.41", due_date: "2025-03-28" },
            { id: 3, user_id: 152, debt_type: "credit card", total_amount: "77269.99", remaining_balance: "4709.03", due_date: "2024-05-18" },
            { id: 4, user_id: 89, debt_type: "mortgage", total_amount: "13935.03", remaining_balance: "41042.69", due_date: "2023-01-24" },
            { id: 5, user_id: 16, debt_type: "mortgage", total_amount: "10618.44", remaining_balance: "4101.98", due_date: "2025-04-17" },
            { id: 6, user_id: 149, debt_type: "mortgage", total_amount: "4712.71", remaining_balance: "4583.55", due_date: "2024-06-06" },
            { id: 7, user_id: 98, debt_type: "personal loan", total_amount: "94884.36", remaining_balance: "24389.36", due_date: "2022-03-28" },
            { id: 8, user_id: 50, debt_type: "student loan", total_amount: "47254.88", remaining_balance: "10127.03", due_date: "2024-01-20" },
            { id: 9, user_id: 151, debt_type: "credit card", total_amount: "17149.80", remaining_balance: "44813.39", due_date: "2023-02-16" },
            { id: 10, user_id: 166, debt_type: "credit card", total_amount: "1112.23", remaining_balance: "45457.10", due_date: "2025-07-15" },
            { id: 11, user_id: 192, debt_type: "student loan", total_amount: "7170.21", remaining_balance: "28087.79", due_date: "2025-01-04" },
            { id: 12, user_id: 167, debt_type: "student loan", total_amount: "62650.38", remaining_balance: "86258.01", due_date: "2025-06-06" },
            { id: 13, user_id: 178, debt_type: "student loan", total_amount: "139.26", remaining_balance: "5913.53", due_date: "2023-09-03" },
            { id: 14, user_id: 180, debt_type: "mortgage", total_amount: "815.91", remaining_balance: "367.15", due_date: "2024-01-09" },
            { id: 15, user_id: 107, debt_type: "credit card", total_amount: "60368.09", remaining_balance: "22245.43", due_date: "2024-11-23" },
            { id: 16, user_id: 190, debt_type: "student loan", total_amount: "490.21", remaining_balance: "405.41", due_date: "2024-07-02" },
            { id: 17, user_id: 76, debt_type: "mortgage", total_amount: "52057.60", remaining_balance: "227.96", due_date: "2023-04-06" },
            { id: 18, user_id: 114, debt_type: "mortgage", total_amount: "13006.08", remaining_balance: "52077.74", due_date: "2024-03-17" },
            { id: 19, user_id: 77, debt_type: "credit card", total_amount: "99350.76", remaining_balance: "57582.02", due_date: "2024-01-30" },
            { id: 20, user_id: 95, debt_type: "personal loan", total_amount: "51743.38", remaining_balance: "30.55", due_date: "2022-04-23" },
            { id: 21, user_id: 134, debt_type: "mortgage", total_amount: "15814.59", remaining_balance: "45781.94", due_date: "2024-02-17" },
            { id: 22, user_id: 143, debt_type: "personal loan", total_amount: "3396.66", remaining_balance: "266.79", due_date: "2024-02-23" },
            { id: 23, user_id: 59, debt_type: "student loan", total_amount: "1024.26", remaining_balance: "20117.19", due_date: "2023-01-08" },
            { id: 24, user_id: 198, debt_type: "credit card", total_amount: "71187.17", remaining_balance: "31477.66", due_date: "2025-05-11" },
            { id: 25, user_id: 47, debt_type: "credit card", total_amount: "12876.65", remaining_balance: "51884.15", due_date: "2022-02-01" },
            { id: 26, user_id: 28, debt_type: "mortgage", total_amount: "5433.87", remaining_balance: "71425.12", due_date: "2022-07-13" },
            { id: 27, user_id: 131, debt_type: "credit card", total_amount: "28252.06", remaining_balance: "31123.26", due_date: "2022-05-12" },
            { id: 28, user_id: 116, debt_type: "mortgage", total_amount: "314.01", remaining_balance: "31859.42", due_date: "2023-10-31" },
            { id: 29, user_id: 163, debt_type: "student loan", total_amount: "46261.84", remaining_balance: "12516.82", due_date: "2024-02-13" },
            { id: 30, user_id: 75, debt_type: "personal loan", total_amount: "79439.01", remaining_balance: "8649.04", due_date: "2022-03-02" },
            { id: 31, user_id: 147, debt_type: "personal loan", total_amount: "35545.24", remaining_balance: "11156.56", due_date: "2025-05-14" },
            { id: 32, user_id: 86, debt_type: "credit card", total_amount: "2591.46", remaining_balance: "19.24", due_date: "2022-08-18" },
            { id: 33, user_id: 139, debt_type: "student loan", total_amount: "39926.22", remaining_balance: "19712.60", due_date: "2025-01-18" },
            { id: 34, user_id: 198, debt_type: "student loan", total_amount: "5272.40", remaining_balance: "50600.89", due_date: "2025-01-16" },
            { id: 35, user_id: 81, debt_type: "student loan", total_amount: "14546.24", remaining_balance: "55708.91", due_date: "2024-12-28" },
            { id: 36, user_id: 129, debt_type: "student loan", total_amount: "8685.23", remaining_balance: "473.44", due_date: "2025-04-25" },
            { id: 37, user_id: 35, debt_type: "credit card", total_amount: "37403.97", remaining_balance: "16105.16", due_date: "2024-04-19" },
            { id: 38, user_id: 198, debt_type: "mortgage", total_amount: "77591.65", remaining_balance: "65956.52", due_date: "2025-10-02" },
            { id: 39, user_id: 131, debt_type: "personal loan", total_amount: "526.90", remaining_balance: "2310.03", due_date: "2024-05-02" },
            { id: 40, user_id: 188, debt_type: "credit card", total_amount: "12077.22", remaining_balance: "34049.23", due_date: "2023-09-01" },
            { id: 41, user_id: 74, debt_type: "student loan", total_amount: "1095.04", remaining_balance: "17461.25", due_date: "2022-08-08" },
            { id: 42, user_id: 58, debt_type: "mortgage", total_amount: "1061.92", remaining_balance: "18539.39", due_date: "2025-06-10" },
            { id: 43, user_id: 183, debt_type: "credit card", total_amount: "1950.37", remaining_balance: "25924.70", due_date: "2022-10-10" },
            { id: 44, user_id: 89, debt_type: "credit card", total_amount: "6486.29", remaining_balance: "81731.79", due_date: "2024-07-24" },
            { id: 45, user_id: 153, debt_type: "credit card", total_amount: "4002.79", remaining_balance: "57880.01", due_date: "2025-03-19" },
            { id: 46, user_id: 200, debt_type: "mortgage", total_amount: "6794.16", remaining_balance: "88871.59", due_date: "2024-01-11" },
            { id: 47, user_id: 83, debt_type: "credit card", total_amount: "56153.61", remaining_balance: "91644.22", due_date: "2025-10-25" },
            { id: 48, user_id: 57, debt_type: "student loan", total_amount: "157.78", remaining_balance: "95190.57", due_date: "2022-10-05" },
            { id: 49, user_id: 111, debt_type: "personal loan", total_amount: "323.84", remaining_balance: "5653.31", due_date: "2024-05-13" },
            { id: 50, user_id: 183, debt_type: "mortgage", total_amount: "30744.86", remaining_balance: "18404.66", due_date: "2024-03-09" },
            { id: 51, user_id: 175, debt_type: "credit card", total_amount: "4758.90", remaining_balance: "51171.80", due_date: "2025-07-16" },
            { id: 52, user_id: 25, debt_type: "personal loan", total_amount: "45805.33", remaining_balance: "353.47", due_date: "2025-10-29" },
            { id: 53, user_id: 161, debt_type: "credit card", total_amount: "552.47", remaining_balance: "45332.30", due_date: "2025-01-11" },
            { id: 54, user_id: 59, debt_type: "mortgage", total_amount: "5229.37", remaining_balance: "63402.14", due_date: "2025-10-15" },
            { id: 55, user_id: 164, debt_type: "personal loan", total_amount: "5567.85", remaining_balance: "72071.80", due_date: "2022-01-18" },
            { id: 56, user_id: 60, debt_type: "credit card", total_amount: "58541.56", remaining_balance: "1124.78", due_date: "2022-03-08" },
            { id: 57, user_id: 133, debt_type: "personal loan", total_amount: "11910.49", remaining_balance: "17.11", due_date: "2025-08-01" },
            { id: 58, user_id: 167, debt_type: "mortgage", total_amount: "3633.00", remaining_balance: "1754.69", due_date: "2025-09-27" },
            { id: 59, user_id: 106, debt_type: "student loan", total_amount: "68695.86", remaining_balance: "474.31", due_date: "2025-04-15" },
            { id: 60, user_id: 89, debt_type: "mortgage", total_amount: "30765.19", remaining_balance: "39018.24", due_date: "2022-07-25" },
            { id: 61, user_id: 121, debt_type: "credit card", total_amount: "77087.04", remaining_balance: "8750.22", due_date: "2023-04-23" },
            { id: 62, user_id: 23, debt_type: "mortgage", total_amount: "19046.23", remaining_balance: "51823.59", due_date: "2024-03-02" },
            { id: 63, user_id: 128, debt_type: "credit card", total_amount: "326.87", remaining_balance: "88.65", due_date: "2023-07-22" },
            { id: 64, user_id: 183, debt_type: "mortgage", total_amount: "64132.50", remaining_balance: "51731.85", due_date: "2023-04-23" },
            { id: 65, user_id: 71, debt_type: "personal loan", total_amount: "60953.57", remaining_balance: "10204.96", due_date: "2025-07-03" },
            { id: 66, user_id: 44, debt_type: "credit card", total_amount: "69516.89", remaining_balance: "55002.64", due_date: "2022-07-04" },
            { id: 67, user_id: 86, debt_type: "mortgage", total_amount: "556.98", remaining_balance: "60209.47", due_date: "2024-03-08" },
            { id: 68, user_id: 178, debt_type: "student loan", total_amount: "12889.64", remaining_balance: "16257.87", due_date: "2023-10-12" },
            { id: 69, user_id: 199, debt_type: "credit card", total_amount: "52459.42", remaining_balance: "2562.32", due_date: "2023-04-02" },
            { id: 70, user_id: 132, debt_type: "student loan", total_amount: "26929.73", remaining_balance: "2523.72", due_date: "2022-04-02" },
            { id: 71, user_id: 46, debt_type: "mortgage", total_amount: "710.52", remaining_balance: "47007.41", due_date: "2025-11-28" },
            { id: 72, user_id: 69, debt_type: "credit card", total_amount: "317.25", remaining_balance: "81733.17", due_date: "2023-04-28" },
            { id: 73, user_id: 147, debt_type: "student loan", total_amount: "11601.39", remaining_balance: "89524.85", due_date: "2025-05-19" },
            { id: 74, user_id: 64, debt_type: "mortgage", total_amount: "73152.42", remaining_balance: "46889.14", due_date: "2023-06-03" },
            { id: 75, user_id: 65, debt_type: "mortgage", total_amount: "1050.10", remaining_balance: "82848.45", due_date: "2025-08-11" },
            { id: 76, user_id: 93, debt_type: "mortgage", total_amount: "3243.81", remaining_balance: "93587.33", due_date: "2024-08-28" },
            { id: 77, user_id: 38, debt_type: "mortgage", total_amount: "2839.36", remaining_balance: "18588.64", due_date: "2025-06-20" },
            { id: 78, user_id: 39, debt_type: "student loan", total_amount: "4165.91", remaining_balance: "59413.98", due_date: "2023-05-08" },
            { id: 79, user_id: 4, debt_type: "student loan", total_amount: "42184.19", remaining_balance: "10804.01", due_date: "2023-08-05" },
            { id: 80, user_id: 97, debt_type: "student loan", total_amount: "7555.89", remaining_balance: "70254.42", due_date: "2025-02-01" },
            { id: 81, user_id: 84, debt_type: "credit card", total_amount: "2170.03", remaining_balance: "118.66", due_date: "2022-01-28" },
            { id: 82, user_id: 100, debt_type: "credit card", total_amount: "59712.89", remaining_balance: "19570.66", due_date: "2022-06-14" },
            { id: 83, user_id: 127, debt_type: "student loan", total_amount: "20805.29", remaining_balance: "83309.01", due_date: "2025-02-24" },
            { id: 84, user_id: 97, debt_type: "credit card", total_amount: "10453.09", remaining_balance: "2825.19", due_date: "2023-09-02" },
            { id: 85, user_id: 46, debt_type: "mortgage", total_amount: "13257.06", remaining_balance: "6694.16", due_date: "2024-09-11" },
            { id: 86, user_id: 110, debt_type: "personal loan", total_amount: "1486.08", remaining_balance: "82366.36", due_date: "2023-01-31" },
            { id: 87, user_id: 135, debt_type: "student loan", total_amount: "87983.32", remaining_balance: "3995.71", due_date: "2023-11-22" },
            { id: 88, user_id: 132, debt_type: "mortgage", total_amount: "11661.14", remaining_balance: "5847.18", due_date: "2022-02-22" },
            { id: 89, user_id: 182, debt_type: "credit card", total_amount: "101.60", remaining_balance: "15056.95", due_date: "2024-02-10" },
            { id: 90, user_id: 132, debt_type: "mortgage", total_amount: "19941.43", remaining_balance: "8692.53", due_date: "2022-05-29" },
            { id: 91, user_id: 187, debt_type: "student loan", total_amount: "48137.96", remaining_balance: "54330.68", due_date: "2024-07-27" },
            { id: 92, user_id: 53, debt_type: "mortgage", total_amount: "4609.61", remaining_balance: "19212.60", due_date: "2024-07-08" },
            { id: 93, user_id: 16, debt_type: "credit card", total_amount: "232.38", remaining_balance: "72388.41", due_date: "2023-04-11" },
            { id: 94, user_id: 136, debt_type: "student loan", total_amount: "4367.15", remaining_balance: "51561.55", due_date: "2022-09-06" },
            { id: 95, user_id: 133, debt_type: "mortgage", total_amount: "9297.13", remaining_balance: "11013.17", due_date: "2022-11-06" },
            { id: 96, user_id: 27, debt_type: "credit card", total_amount: "21734.90", remaining_balance: "392.21", due_date: "2025-03-02" },
            { id: 97, user_id: 9, debt_type: "credit card", total_amount: "1020.54", remaining_balance: "36723.20", due_date: "2023-04-28" },
            { id: 98, user_id: 147, debt_type: "credit card", total_amount: "68181.13", remaining_balance: "7417.30", due_date: "2022-01-27" },
            { id: 99, user_id: 17, debt_type: "student loan", total_amount: "74567.86", remaining_balance: "51688.70", due_date: "2023-07-31" },
            { id: 100, user_id: 83, debt_type: "student loan", total_amount: "56729.94", remaining_balance: "1940.08", due_date: "2024-07-28" },
            { id: 101, user_id: 80, debt_type: "mortgage", total_amount: "88789.45", remaining_balance: "58553.46", due_date: "2025-09-21" },
            { id: 102, user_id: 142, debt_type: "credit card", total_amount: "3609.22", remaining_balance: "5995.14", due_date: "2025-10-11" },
            { id: 103, user_id: 109, debt_type: "credit card", total_amount: "1009.92", remaining_balance: "7761.83", due_date: "2024-09-24" },
            { id: 104, user_id: 114, debt_type: "student loan", total_amount: "23669.96", remaining_balance: "89499.76", due_date: "2025-06-05" },
            { id: 105, user_id: 101, debt_type: "credit card", total_amount: "82517.19", remaining_balance: "82461.24", due_date: "2023-04-23" },
            { id: 106, user_id: 115, debt_type: "credit card", total_amount: "865.06", remaining_balance: "0.41", due_date: "2024-05-16" },
            { id: 107, user_id: 60, debt_type: "student loan", total_amount: "7435.22", remaining_balance: "15494.00", due_date: "2022-07-16" },
            { id: 108, user_id: 124, debt_type: "mortgage", total_amount: "351.92", remaining_balance: "44418.36", due_date: "2023-11-09" },
            { id: 109, user_id: 29, debt_type: "mortgage", total_amount: "5228.39", remaining_balance: "29272.28", due_date: "2025-08-26" },
            { id: 110, user_id: 140, debt_type: "personal loan", total_amount: "59689.14", remaining_balance: "53010.71", due_date: "2024-06-16" },
            { id: 111, user_id: 145, debt_type: "mortgage", total_amount: "750.06", remaining_balance: "327.24", due_date: "2024-10-03" },
            { id: 112, user_id: 195, debt_type: "personal loan", total_amount: "90324.30", remaining_balance: "47887.99", due_date: "2023-06-17" },
            { id: 113, user_id: 57, debt_type: "mortgage", total_amount: "310.18", remaining_balance: "48968.24", due_date: "2023-06-02" },
            { id: 114, user_id: 59, debt_type: "student loan", total_amount: "2422.23", remaining_balance: "17507.10", due_date: "2022-06-16" },
            { id: 115, user_id: 2, debt_type: "credit card", total_amount: "23156.03", remaining_balance: "40736.05", due_date: "2024-06-11" },
            { id: 116, user_id: 190, debt_type: "mortgage", total_amount: "57423.37", remaining_balance: "545.73", due_date: "2025-01-29" },
            { id: 117, user_id: 25, debt_type: "credit card", total_amount: "17116.29", remaining_balance: "11524.50", due_date: "2024-12-28" },
            { id: 118, user_id: 174, debt_type: "credit card", total_amount: "11313.57", remaining_balance: "64507.78", due_date: "2023-10-29" },
            { id: 119, user_id: 98, debt_type: "credit card", total_amount: "654.06", remaining_balance: "46892.48", due_date: "2024-12-31" },
            { id: 120, user_id: 72, debt_type: "credit card", total_amount: "32895.73", remaining_balance: "79239.42", due_date: "2022-03-22" },
            { id: 121, user_id: 135, debt_type: "student loan", total_amount: "599.91", remaining_balance: "3669.17", due_date: "2022-02-20" },
            { id: 122, user_id: 104, debt_type: "credit card", total_amount: "100.24", remaining_balance: "4543.72", due_date: "2023-09-24" },
            { id: 123, user_id: 187, debt_type: "credit card", total_amount: "51118.61", remaining_balance: "6505.78", due_date: "2023-02-07" },
            { id: 124, user_id: 175, debt_type: "mortgage", total_amount: "92240.60", remaining_balance: "28762.98", due_date: "2025-09-13" },
            { id: 125, user_id: 75, debt_type: "mortgage", total_amount: "5541.88", remaining_balance: "718.31", due_date: "2025-06-15" },
            { id: 126, user_id: 123, debt_type: "credit card", total_amount: "20489.42", remaining_balance: "9006.79", due_date: "2024-05-03" },
            { id: 127, user_id: 80, debt_type: "personal loan", total_amount: "1544.56", remaining_balance: "73924.90", due_date: "2023-10-01" },
            { id: 128, user_id: 56, debt_type: "credit card", total_amount: "1927.22", remaining_balance: "60440.19", due_date: "2024-12-31" },
            { id: 129, user_id: 84, debt_type: "credit card", total_amount: "3259.02", remaining_balance: "1583.48", due_date: "2023-04-06" },
            { id: 130, user_id: 105, debt_type: "credit card", total_amount: "32735.23", remaining_balance: "4028.46", due_date: "2022-02-03" },
            { id: 131, user_id: 152, debt_type: "credit card", total_amount: "34607.16", remaining_balance: "23161.75", due_date: "2025-12-24" },
            { id: 132, user_id: 59, debt_type: "student loan", total_amount: "456.83", remaining_balance: "72071.77", due_date: "2023-11-30" },
            { id: 133, user_id: 72, debt_type: "credit card", total_amount: "1668.49", remaining_balance: "91912.20", due_date: "2024-04-21" },
            { id: 134, user_id: 51, debt_type: "credit card", total_amount: "69981.77", remaining_balance: "21749.57", due_date: "2025-09-13" },
            { id: 135, user_id: 32, debt_type: "personal loan", total_amount: "22672.46", remaining_balance: "50430.26", due_date: "2024-07-19" },
            { id: 136, user_id: 132, debt_type: "credit card", total_amount: "8723.07", remaining_balance: "6870.79", due_date: "2022-08-25" },
            { id: 137, user_id: 122, debt_type: "student loan", total_amount: "50272.10", remaining_balance: "61114.09", due_date: "2025-05-19" },
            { id: 138, user_id: 200, debt_type: "mortgage", total_amount: "3411.36", remaining_balance: "82686.69", due_date: "2025-02-02" },
            { id: 139, user_id: 120, debt_type: "student loan", total_amount: "74182.38", remaining_balance: "23371.32", due_date: "2025-06-30" },
            { id: 140, user_id: 28, debt_type: "student loan", total_amount: "41652.75", remaining_balance: "309.97", due_date: "2024-01-20" },
            { id: 141, user_id: 111, debt_type: "student loan", total_amount: "25735.38", remaining_balance: "36615.45", due_date: "2025-06-07" },
            { id: 142, user_id: 110, debt_type: "mortgage", total_amount: "633.53", remaining_balance: "8078.18", due_date: "2022-08-13" },
            { id: 143, user_id: 131, debt_type: "mortgage", total_amount: "56513.34", remaining_balance: "48461.54", due_date: "2024-09-09" },
            { id: 144, user_id: 50, debt_type: "student loan", total_amount: "44043.97", remaining_balance: "28402.29", due_date: "2022-06-02" },
            { id: 145, user_id: 139, debt_type: "student loan", total_amount: "10355.39", remaining_balance: "22078.15", due_date: "2023-11-18" },
            { id: 146, user_id: 123, debt_type: "student loan", total_amount: "6193.63", remaining_balance: "33861.26", due_date: "2025-06-05" },
            { id: 147, user_id: 86, debt_type: "credit card", total_amount: "5618.46", remaining_balance: "77103.18", due_date: "2025-06-14" },
            { id: 148, user_id: 178, debt_type: "student loan", total_amount: "48573.91", remaining_balance: "601.10", due_date: "2024-01-02" },
            { id: 149, user_id: 46, debt_type: "credit card", total_amount: "106.30", remaining_balance: "5298.62", due_date: "2022-05-27" },
            { id: 150, user_id: 58, debt_type: "credit card", total_amount: "48074.97", remaining_balance: "79019.96", due_date: "2024-09-19" },
        ],
    });
    await prisma.investments.createMany({
        data: [
            { id: 1, user_id: 97, investment_type: "stocks", amount_invested: "61076.57", investment_date: new Date("2022-07-04T15:48:04Z") },
            { id: 2, user_id: 25, investment_type: "stocks", amount_invested: "96322.72", investment_date: new Date("2022-10-11T02:14:40Z") },
            { id: 3, user_id: 44, investment_type: "stocks", amount_invested: "13957.82", investment_date: new Date("2022-03-08T12:59:53Z") },
            { id: 4, user_id: 109, investment_type: "stocks", amount_invested: "25361.19", investment_date: new Date("2022-01-12T15:24:26Z") },
            { id: 5, user_id: 54, investment_type: "bonds", amount_invested: "29387.47", investment_date: new Date("2022-11-28T16:08:08Z") },
            { id: 6, user_id: 67, investment_type: "real estate", amount_invested: "6288.02", investment_date: new Date("2022-11-08T12:38:13Z") },
            { id: 7, user_id: 112, investment_type: "stocks", amount_invested: "100.10", investment_date: new Date("2022-07-24T15:43:05Z") },
            { id: 8, user_id: 130, investment_type: "mutual funds", amount_invested: "5540.87", investment_date: new Date("2022-08-24T13:00:32Z") },
            { id: 9, user_id: 163, investment_type: "stocks", amount_invested: "351.30", investment_date: new Date("2022-11-08T07:59:40Z") },
            { id: 10, user_id: 155, investment_type: "bonds", amount_invested: "197.36", investment_date: new Date("2023-05-20T19:56:28Z") },
            { id: 11, user_id: 13, investment_type: "stocks", amount_invested: "94214.96", investment_date: new Date("2023-02-02T15:09:12Z") },
            { id: 12, user_id: 9, investment_type: "bonds", amount_invested: "44043.19", investment_date: new Date("2022-03-14T19:41:08Z") },
            { id: 13, user_id: 74, investment_type: "bonds", amount_invested: "31003.08", investment_date: new Date("2022-05-20T21:51:46Z") },
            { id: 14, user_id: 6, investment_type: "bonds", amount_invested: "90246.66", investment_date: new Date("2022-01-08T17:01:22Z") },
            { id: 15, user_id: 166, investment_type: "stocks", amount_invested: "8551.60", investment_date: new Date("2022-03-07T19:19:09Z") },
            { id: 16, user_id: 35, investment_type: "stocks", amount_invested: "54522.00", investment_date: new Date("2022-04-28T12:03:44Z") },
            { id: 17, user_id: 167, investment_type: "stocks", amount_invested: "130.18", investment_date: new Date("2023-11-16T00:06:49Z") },
            { id: 18, user_id: 23, investment_type: "real estate", amount_invested: "714.48", investment_date: new Date("2023-08-28T17:46:38Z") },
            { id: 19, user_id: 30, investment_type: "bonds", amount_invested: "8979.62", investment_date: new Date("2022-10-24T18:26:24Z") },
            { id: 20, user_id: 9, investment_type: "mutual funds", amount_invested: "118.58", investment_date: new Date("2022-05-23T11:30:29Z") },
            { id: 21, user_id: 94, investment_type: "stocks", amount_invested: "9860.83", investment_date: new Date("2023-07-30T19:03:47Z") },
            { id: 22, user_id: 34, investment_type: "bonds", amount_invested: "3547.30", investment_date: new Date("2022-04-29T13:34:52Z") },
            { id: 23, user_id: 100, investment_type: "stocks", amount_invested: "177.92", investment_date: new Date("2023-07-04T14:40:43Z") },
            { id: 24, user_id: 33, investment_type: "bonds", amount_invested: "191.57", investment_date: new Date("2022-08-23T17:38:44Z") },
            { id: 25, user_id: 199, investment_type: "stocks", amount_invested: "21826.29", investment_date: new Date("2022-10-14T15:16:41Z") },
            { id: 26, user_id: 170, investment_type: "real estate", amount_invested: "55665.29", investment_date: new Date("2022-07-20T12:05:30Z") },
            { id: 27, user_id: 74, investment_type: "stocks", amount_invested: "50792.19", investment_date: new Date("2022-05-09T09:00:51Z") },
            { id: 28, user_id: 198, investment_type: "stocks", amount_invested: "42463.79", investment_date: new Date("2023-09-10T14:19:34Z") },
            { id: 29, user_id: 40, investment_type: "bonds", amount_invested: "29758.54", investment_date: new Date("2022-12-22T18:44:27Z") },
            { id: 30, user_id: 4, investment_type: "bonds", amount_invested: "100.53", investment_date: new Date("2022-08-11T19:37:07Z") },
            { id: 31, user_id: 155, investment_type: "stocks", amount_invested: "42947.00", investment_date: new Date("2023-11-21T16:31:53Z") },
            { id: 32, user_id: 58, investment_type: "real estate", amount_invested: "24589.30", investment_date: new Date("2022-10-29T05:33:40Z") },
            { id: 33, user_id: 6, investment_type: "bonds", amount_invested: "4057.78", investment_date: new Date("2023-02-05T02:14:38Z") },
            { id: 34, user_id: 196, investment_type: "stocks", amount_invested: "48515.13", investment_date: new Date("2022-11-16T14:21:39Z") },
            { id: 35, user_id: 137, investment_type: "stocks", amount_invested: "66596.63", investment_date: new Date("2023-01-01T18:08:06Z") },
            { id: 36, user_id: 20, investment_type: "stocks", amount_invested: "2713.29", investment_date: new Date("2023-10-10T20:58:39Z") },
            { id: 37, user_id: 154, investment_type: "bonds", amount_invested: "125.88", investment_date: new Date("2023-06-05T04:38:52Z") },
            { id: 38, user_id: 11, investment_type: "stocks", amount_invested: "61751.20", investment_date: new Date("2023-11-29T10:44:16Z") },
            { id: 39, user_id: 12, investment_type: "stocks", amount_invested: "1298.61", investment_date: new Date("2022-01-18T18:15:53Z") },
            { id: 40, user_id: 127, investment_type: "real estate", amount_invested: "16003.81", investment_date: new Date("2023-02-15T18:43:23Z") },
            { id: 41, user_id: 16, investment_type: "bonds", amount_invested: "2534.15", investment_date: new Date("2023-05-19T20:05:14Z") },
            { id: 42, user_id: 190, investment_type: "mutual funds", amount_invested: "5856.68", investment_date: new Date("2022-07-25T17:15:54Z") },
            { id: 43, user_id: 200, investment_type: "bonds", amount_invested: "1329.93", investment_date: new Date("2023-12-07T21:07:47Z") },
            { id: 44, user_id: 111, investment_type: "bonds", amount_invested: "117.25", investment_date: new Date("2022-05-01T17:49:52Z") },
            { id: 45, user_id: 79, investment_type: "stocks", amount_invested: "42132.57", investment_date: new Date("2023-08-15T09:49:44Z") },
            { id: 46, user_id: 145, investment_type: "stocks", amount_invested: "6659.58", investment_date: new Date("2022-05-29T08:51:57Z") },
            { id: 47, user_id: 182, investment_type: "bonds", amount_invested: "20744.86", investment_date: new Date("2023-12-31T23:04:38Z") },
            { id: 48, user_id: 121, investment_type: "stocks", amount_invested: "161.11", investment_date: new Date("2023-05-31T18:23:51Z") },
            { id: 49, user_id: 64, investment_type: "stocks", amount_invested: "518.00", investment_date: new Date("2022-12-11T11:50:50Z") },
            { id: 50, user_id: 135, investment_type: "bonds", amount_invested: "24095.31", investment_date: new Date("2022-02-18T08:50:36Z") },
            { id: 51, user_id: 131, investment_type: "mutual funds", amount_invested: "306.36", investment_date: new Date("2022-03-03T13:12:59Z") },
            { id: 52, user_id: 78, investment_type: "bonds", amount_invested: "7085.15", investment_date: new Date("2022-09-14T23:56:00Z") },
            { id: 53, user_id: 82, investment_type: "stocks", amount_invested: "15054.11", investment_date: new Date("2023-09-01T20:00:39Z") },
            { id: 54, user_id: 97, investment_type: "bonds", amount_invested: "78336.09", investment_date: new Date("2022-02-11T19:29:40Z") },
            { id: 55, user_id: 24, investment_type: "stocks", amount_invested: "31468.15", investment_date: new Date("2022-04-02T14:42:14Z") },
            { id: 56, user_id: 68, investment_type: "real estate", amount_invested: "6473.00", investment_date: new Date("2022-05-21T18:39:53Z") },
            { id: 57, user_id: 136, investment_type: "bonds", amount_invested: "105.51", investment_date: new Date("2023-07-07T18:19:32Z") },
            { id: 58, user_id: 26, investment_type: "bonds", amount_invested: "804.06", investment_date: new Date("2023-11-24T21:22:28Z") },
            { id: 59, user_id: 176, investment_type: "stocks", amount_invested: "4676.56", investment_date: new Date("2023-12-03T18:25:59Z") },
            { id: 60, user_id: 150, investment_type: "stocks", amount_invested: "2072.35", investment_date: new Date("2023-11-24T17:27:13Z") },
            { id: 61, user_id: 6, investment_type: "real estate", amount_invested: "62321.49", investment_date: new Date("2023-10-24T20:23:39Z") },
            { id: 62, user_id: 111, investment_type: "bonds", amount_invested: "66713.54", investment_date: new Date("2023-07-01T21:16:29Z") },
            { id: 63, user_id: 181, investment_type: "mutual funds", amount_invested: "1488.39", investment_date: new Date("2022-03-11T14:56:23Z") },
            { id: 64, user_id: 113, investment_type: "bonds", amount_invested: "75254.01", investment_date: new Date("2023-09-14T08:18:23Z") },
            { id: 65, user_id: 37, investment_type: "stocks", amount_invested: "93623.34", investment_date: new Date("2022-05-21T21:42:08Z") },
            { id: 66, user_id: 9, investment_type: "real estate", amount_invested: "21714.60", investment_date: new Date("2023-08-19T08:16:01Z") },
            { id: 67, user_id: 43, investment_type: "bonds", amount_invested: "4015.06", investment_date: new Date("2022-02-18T19:54:33Z") },
            { id: 68, user_id: 63, investment_type: "real estate", amount_invested: "4609.07", investment_date: new Date("2022-11-09T18:58:28Z") },
            { id: 69, user_id: 171, investment_type: "bonds", amount_invested: "29746.33", investment_date: new Date("2023-12-17T19:20:09Z") },
            { id: 70, user_id: 42, investment_type: "stocks", amount_invested: "9755.20", investment_date: new Date("2023-12-12T17:43:51Z") },
            { id: 71, user_id: 29, investment_type: "real estate", amount_invested: "141.40", investment_date: new Date("2022-10-14T20:03:10Z") },
            { id: 72, user_id: 136, investment_type: "stocks", amount_invested: "44293.26", investment_date: new Date("2022-11-21T14:39:32Z") },
            { id: 73, user_id: 54, investment_type: "stocks", amount_invested: "1539.56", investment_date: new Date("2023-02-09T18:29:53Z") },
            { id: 74, user_id: 176, investment_type: "bonds", amount_invested: "107.52", investment_date: new Date("2022-10-16T18:01:37Z") },
            { id: 75, user_id: 161, investment_type: "mutual funds", amount_invested: "34528.07", investment_date: new Date("2023-08-03T07:52:59Z") },
            { id: 76, user_id: 6, investment_type: "stocks", amount_invested: "83555.35", investment_date: new Date("2023-05-18T08:44:21Z") },
            { id: 77, user_id: 121, investment_type: "bonds", amount_invested: "191.74", investment_date: new Date("2022-06-15T15:23:53Z") },
            { id: 78, user_id: 177, investment_type: "bonds", amount_invested: "59470.98", investment_date: new Date("2022-06-22T12:00:05Z") },
            { id: 79, user_id: 143, investment_type: "stocks", amount_invested: "30579.09", investment_date: new Date("2022-11-24T08:21:44Z") },
            { id: 80, user_id: 165, investment_type: "stocks", amount_invested: "10815.22", investment_date: new Date("2023-12-29T19:48:33Z") },
            { id: 81, user_id: 106, investment_type: "stocks", amount_invested: "211.29", investment_date: new Date("2023-02-04T20:13:24Z") },
            { id: 82, user_id: 62, investment_type: "real estate", amount_invested: "20252.18", investment_date: new Date("2023-11-19T14:32:14Z") },
            { id: 83, user_id: 174, investment_type: "stocks", amount_invested: "159.35", investment_date: new Date("2022-01-09T08:02:38Z") },
            { id: 84, user_id: 107, investment_type: "real estate", amount_invested: "4203.51", investment_date: new Date("2022-07-17T11:53:51Z") },
            { id: 85, user_id: 35, investment_type: "bonds", amount_invested: "52838.61", investment_date: new Date("2023-01-14T20:34:53Z") },
            { id: 86, user_id: 30, investment_type: "stocks", amount_invested: "8212.89", investment_date: new Date("2022-02-23T11:07:06Z") },
            { id: 87, user_id: 66, investment_type: "real estate", amount_invested: "59733.30", investment_date: new Date("2023-05-31T09:30:32Z") },
            { id: 88, user_id: 187, investment_type: "bonds", amount_invested: "30273.41", investment_date: new Date("2023-07-07T18:33:00Z") },
            { id: 89, user_id: 24, investment_type: "bonds", amount_invested: "80933.96", investment_date: new Date("2022-10-10T12:07:33Z") },
            { id: 90, user_id: 186, investment_type: "stocks", amount_invested: "112.17", investment_date: new Date("2023-11-18T16:31:36Z") },
            { id: 91, user_id: 72, investment_type: "bonds", amount_invested: "13894.97", investment_date: new Date("2023-03-29T12:19:31Z") },
            { id: 92, user_id: 140, investment_type: "mutual funds", amount_invested: "48420.75", investment_date: new Date("2022-06-22T21:02:10Z") },
            { id: 93, user_id: 175, investment_type: "stocks", amount_invested: "1364.59", investment_date: new Date("2023-08-06T20:11:36Z") },
            { id: 94, user_id: 4, investment_type: "bonds", amount_invested: "18346.46", investment_date: new Date("2023-04-29T17:28:37Z") },
            { id: 95, user_id: 93, investment_type: "stocks", amount_invested: "547.80", investment_date: new Date("2022-11-21T09:46:51Z") },
            { id: 96, user_id: 135, investment_type: "bonds", amount_invested: "41705.18", investment_date: new Date("2023-05-03T15:42:49Z") },
            { id: 97, user_id: 176, investment_type: "stocks", amount_invested: "8379.56", investment_date: new Date("2023-03-12T12:51:12Z") },
            { id: 98, user_id: 108, investment_type: "stocks", amount_invested: "281.78", investment_date: new Date("2022-03-22T19:21:16Z") },
            { id: 99, user_id: 185, investment_type: "stocks", amount_invested: "32748.71", investment_date: new Date("2023-06-05T23:41:33Z") },
            { id: 100, user_id: 191, investment_type: "stocks", amount_invested: "18831.21", investment_date: new Date("2022-11-16T21:20:12Z") },
            { id: 101, user_id: 93, investment_type: "stocks", amount_invested: "159.32", investment_date: new Date("2023-09-08T09:02:09Z") },
            { id: 102, user_id: 120, investment_type: "stocks", amount_invested: "31178.26", investment_date: new Date("2023-06-06T16:24:37Z") },
            { id: 103, user_id: 153, investment_type: "real estate", amount_invested: "12317.89", investment_date: new Date("2023-01-06T13:11:49Z") },
            { id: 104, user_id: 89, investment_type: "bonds", amount_invested: "205.26", investment_date: new Date("2022-03-29T21:14:49Z") },
            { id: 105, user_id: 44, investment_type: "bonds", amount_invested: "100.06", investment_date: new Date("2022-08-11T09:44:47Z") },
            { id: 106, user_id: 43, investment_type: "stocks", amount_invested: "46849.51", investment_date: new Date("2022-10-13T19:16:00Z") },
            { id: 107, user_id: 180, investment_type: "bonds", amount_invested: "648.49", investment_date: new Date("2022-02-02T04:21:43Z") },
            { id: 108, user_id: 160, investment_type: "bonds", amount_invested: "8476.90", investment_date: new Date("2022-07-05T15:29:47Z") },
            { id: 109, user_id: 131, investment_type: "stocks", amount_invested: "735.44", investment_date: new Date("2023-11-04T07:18:23Z") },
            { id: 110, user_id: 162, investment_type: "stocks", amount_invested: "23680.07", investment_date: new Date("2022-11-26T16:45:46Z") },
            { id: 111, user_id: 40, investment_type: "stocks", amount_invested: "14349.89", investment_date: new Date("2022-04-15T12:53:39Z") },
            { id: 112, user_id: 77, investment_type: "bonds", amount_invested: "193.47", investment_date: new Date("2022-04-14T17:15:10Z") },
            { id: 113, user_id: 41, investment_type: "bonds", amount_invested: "117.99", investment_date: new Date("2022-05-13T20:25:39Z") },
            { id: 114, user_id: 14, investment_type: "stocks", amount_invested: "539.98", investment_date: new Date("2023-10-08T22:56:14Z") },
            { id: 115, user_id: 84, investment_type: "bonds", amount_invested: "733.32", investment_date: new Date("2023-03-26T23:15:48Z") },
            { id: 116, user_id: 55, investment_type: "real estate", amount_invested: "47163.11", investment_date: new Date("2023-12-31T09:10:54Z") },
            { id: 117, user_id: 35, investment_type: "real estate", amount_invested: "79290.94", investment_date: new Date("2023-12-31T18:37:57Z") },
            { id: 118, user_id: 91, investment_type: "stocks", amount_invested: "463.22", investment_date: new Date("2022-07-28T08:46:08Z") },
            { id: 119, user_id: 20, investment_type: "stocks", amount_invested: "3557.91", investment_date: new Date("2022-07-30T03:31:35Z") },
            { id: 120, user_id: 39, investment_type: "stocks", amount_invested: "67269.83", investment_date: new Date("2023-10-18T17:35:02Z") },
            { id: 121, user_id: 73, investment_type: "stocks", amount_invested: "385.65", investment_date: new Date("2022-10-13T21:33:24Z") },
            { id: 122, user_id: 127, investment_type: "bonds", amount_invested: "11786.54", investment_date: new Date("2022-01-23T23:09:47Z") },
            { id: 123, user_id: 29, investment_type: "stocks", amount_invested: "28031.35", investment_date: new Date("2022-07-26T16:15:51Z") },
            { id: 124, user_id: 34, investment_type: "bonds", amount_invested: "18889.39", investment_date: new Date("2023-02-03T13:26:47Z") },
            { id: 125, user_id: 12, investment_type: "stocks", amount_invested: "80133.43", investment_date: new Date("2022-11-25T14:31:24Z") },
            { id: 126, user_id: 187, investment_type: "mutual funds", amount_invested: "28667.88", investment_date: new Date("2022-01-12T21:56:17Z") },
            { id: 127, user_id: 191, investment_type: "real estate", amount_invested: "79221.81", investment_date: new Date("2022-06-20T16:53:37Z") },
            { id: 128, user_id: 59, investment_type: "stocks", amount_invested: "941.69", investment_date: new Date("2023-11-24T14:56:04Z") },
            { id: 129, user_id: 186, investment_type: "stocks", amount_invested: "2585.28", investment_date: new Date("2023-08-27T11:32:39Z") },
            { id: 130, user_id: 133, investment_type: "bonds", amount_invested: "66084.34", investment_date: new Date("2023-10-10T19:10:57Z") },
            { id: 131, user_id: 134, investment_type: "stocks", amount_invested: "105.79", investment_date: new Date("2023-11-12T18:28:55Z") },
            { id: 132, user_id: 185, investment_type: "stocks", amount_invested: "4549.59", investment_date: new Date("2023-01-06T06:53:49Z") },
            { id: 133, user_id: 96, investment_type: "real estate", amount_invested: "12624.83", investment_date: new Date("2023-09-25T16:58:06Z") },
            { id: 134, user_id: 98, investment_type: "stocks", amount_invested: "72325.71", investment_date: new Date("2023-09-26T19:24:55Z") },
            { id: 135, user_id: 200, investment_type: "mutual funds", amount_invested: "59509.48", investment_date: new Date("2023-09-18T08:08:35Z") },
            { id: 136, user_id: 3, investment_type: "stocks", amount_invested: "16650.28", investment_date: new Date("2022-09-26T20:15:07Z") },
            { id: 137, user_id: 21, investment_type: "mutual funds", amount_invested: "89397.22", investment_date: new Date("2022-05-24T10:04:25Z") },
            { id: 138, user_id: 196, investment_type: "bonds", amount_invested: "3113.77", investment_date: new Date("2022-06-20T17:58:33Z") },
            { id: 139, user_id: 105, investment_type: "bonds", amount_invested: "52027.70", investment_date: new Date("2022-09-24T08:02:58Z") },
            { id: 140, user_id: 131, investment_type: "stocks", amount_invested: "50238.60", investment_date: new Date("2022-09-22T21:13:53Z") },
            { id: 141, user_id: 99, investment_type: "bonds", amount_invested: "37433.71", investment_date: new Date("2023-06-27T20:27:59Z") },
            { id: 142, user_id: 189, investment_type: "bonds", amount_invested: "58121.67", investment_date: new Date("2022-05-25T23:03:19Z") },
            { id: 143, user_id: 69, investment_type: "stocks", amount_invested: "14548.14", investment_date: new Date("2023-04-26T15:55:44Z") },
            { id: 144, user_id: 47, investment_type: "stocks", amount_invested: "1317.38", investment_date: new Date("2023-03-25T06:37:54Z") },
            { id: 145, user_id: 67, investment_type: "bonds", amount_invested: "26938.05", investment_date: new Date("2023-02-25T22:17:22Z") },
            { id: 146, user_id: 99, investment_type: "bonds", amount_invested: "60730.78", investment_date: new Date("2022-06-10T17:50:00Z") },
            { id: 147, user_id: 58, investment_type: "bonds", amount_invested: "74274.35", investment_date: new Date("2022-03-25T19:39:37Z") },
            { id: 148, user_id: 105, investment_type: "real estate", amount_invested: "15918.11", investment_date: new Date("2022-09-22T20:05:02Z") },
            { id: 149, user_id: 169, investment_type: "stocks", amount_invested: "472.01", investment_date: new Date("2022-09-29T10:03:04Z") },
            { id: 150, user_id: 153, investment_type: "mutual funds", amount_invested: "32446.60", investment_date: new Date("2022-04-15T12:25:17Z") },
            { id: 151, user_id: 177, investment_type: "stocks", amount_invested: "100.44", investment_date: new Date("2022-07-14T17:05:52Z") },
            { id: 152, user_id: 48, investment_type: "stocks", amount_invested: "8704.64", investment_date: new Date("2022-03-28T15:23:09Z") },
            { id: 153, user_id: 53, investment_type: "stocks", amount_invested: "8146.35", investment_date: new Date("2022-04-10T08:32:05Z") },
            { id: 154, user_id: 192, investment_type: "bonds", amount_invested: "55161.27", investment_date: new Date("2022-05-02T21:35:07Z") },
            { id: 155, user_id: 26, investment_type: "bonds", amount_invested: "143.97", investment_date: new Date("2023-07-23T17:44:56Z") },
            { id: 156, user_id: 48, investment_type: "stocks", amount_invested: "8356.39", investment_date: new Date("2022-11-23T09:46:41Z") },
            { id: 157, user_id: 161, investment_type: "bonds", amount_invested: "8458.42", investment_date: new Date("2023-06-11T09:19:00Z") },
            { id: 158, user_id: 27, investment_type: "bonds", amount_invested: "122.34", investment_date: new Date("2023-01-07T08:36:18Z") },
            { id: 159, user_id: 31, investment_type: "bonds", amount_invested: "504.97", investment_date: new Date("2023-02-11T18:34:15Z") },
            { id: 160, user_id: 97, investment_type: "stocks", amount_invested: "11729.86", investment_date: new Date("2022-11-07T18:31:55Z") },
            { id: 161, user_id: 129, investment_type: "bonds", amount_invested: "270.22", investment_date: new Date("2022-02-01T19:16:43Z") },
            { id: 162, user_id: 123, investment_type: "real estate", amount_invested: "109.62", investment_date: new Date("2023-01-27T13:33:58Z") },
            { id: 163, user_id: 105, investment_type: "stocks", amount_invested: "1836.02", investment_date: new Date("2023-08-31T09:00:37Z") },
            { id: 164, user_id: 198, investment_type: "stocks", amount_invested: "25746.53", investment_date: new Date("2023-12-22T13:45:41Z") },
            { id: 165, user_id: 48, investment_type: "stocks", amount_invested: "41295.98", investment_date: new Date("2023-09-21T15:02:52Z") },
            { id: 166, user_id: 112, investment_type: "mutual funds", amount_invested: "46808.52", investment_date: new Date("2023-07-24T21:19:15Z") },
            { id: 167, user_id: 65, investment_type: "real estate", amount_invested: "3939.39", investment_date: new Date("2023-12-15T11:28:58Z") },
            { id: 168, user_id: 158, investment_type: "stocks", amount_invested: "8578.38", investment_date: new Date("2022-09-21T14:33:58Z") },
            { id: 169, user_id: 14, investment_type: "mutual funds", amount_invested: "155.07", investment_date: new Date("2023-07-25T11:48:16Z") },
            { id: 170, user_id: 33, investment_type: "stocks", amount_invested: "14251.91", investment_date: new Date("2023-06-28T18:38:12Z") },
            { id: 171, user_id: 174, investment_type: "stocks", amount_invested: "12022.19", investment_date: new Date("2023-08-30T01:00:10Z") },
            { id: 172, user_id: 52, investment_type: "real estate", amount_invested: "86593.78", investment_date: new Date("2023-01-03T20:26:08Z") },
            { id: 173, user_id: 182, investment_type: "stocks", amount_invested: "7252.15", investment_date: new Date("2022-06-18T20:21:03Z") },
            { id: 174, user_id: 85, investment_type: "bonds", amount_invested: "6144.26", investment_date: new Date("2022-02-26T21:51:25Z") },
            { id: 175, user_id: 122, investment_type: "bonds", amount_invested: "56344.99", investment_date: new Date("2022-07-06T16:23:31Z") },
            { id: 176, user_id: 18, investment_type: "stocks", amount_invested: "9587.36", investment_date: new Date("2022-04-04T05:28:23Z") },
            { id: 177, user_id: 73, investment_type: "mutual funds", amount_invested: "1242.23", investment_date: new Date("2023-10-08T08:22:40Z") },
            { id: 178, user_id: 116, investment_type: "stocks", amount_invested: "81390.71", investment_date: new Date("2023-09-29T15:05:55Z") },
            { id: 179, user_id: 97, investment_type: "stocks", amount_invested: "23251.95", investment_date: new Date("2023-07-02T17:58:58Z") },
            { id: 180, user_id: 154, investment_type: "real estate", amount_invested: "100.15", investment_date: new Date("2022-03-04T14:16:25Z") },
            { id: 181, user_id: 159, investment_type: "bonds", amount_invested: "161.95", investment_date: new Date("2022-07-29T13:00:47Z") },
            { id: 182, user_id: 104, investment_type: "real estate", amount_invested: "2509.41", investment_date: new Date("2022-08-21T08:52:45Z") },
            { id: 183, user_id: 20, investment_type: "bonds", amount_invested: "125.65", investment_date: new Date("2023-02-16T08:04:00Z") },
            { id: 184, user_id: 95, investment_type: "stocks", amount_invested: "881.86", investment_date: new Date("2023-06-18T23:47:03Z") },
            { id: 185, user_id: 94, investment_type: "bonds", amount_invested: "222.37", investment_date: new Date("2023-06-10T11:54:59Z") },
            { id: 186, user_id: 10, investment_type: "stocks", amount_invested: "33563.70", investment_date: new Date("2022-02-21T23:55:34Z") },
            { id: 187, user_id: 42, investment_type: "stocks", amount_invested: "35679.96", investment_date: new Date("2022-01-29T17:30:35Z") },
            { id: 188, user_id: 190, investment_type: "mutual funds", amount_invested: "1019.36", investment_date: new Date("2022-05-17T15:00:51Z") },
            { id: 189, user_id: 45, investment_type: "stocks", amount_invested: "93700.87", investment_date: new Date("2022-06-27T15:57:56Z") },
            { id: 190, user_id: 115, investment_type: "real estate", amount_invested: "53008.01", investment_date: new Date("2022-08-28T10:31:10Z") },
            { id: 191, user_id: 85, investment_type: "bonds", amount_invested: "994.17", investment_date: new Date("2022-10-09T22:02:36Z") },
            { id: 192, user_id: 188, investment_type: "real estate", amount_invested: "14516.31", investment_date: new Date("2022-09-06T08:57:08Z") },
            { id: 193, user_id: 97, investment_type: "mutual funds", amount_invested: "78116.26", investment_date: new Date("2022-10-19T15:43:16Z") },
            { id: 194, user_id: 17, investment_type: "stocks", amount_invested: "36532.34", investment_date: new Date("2022-11-28T12:44:41Z") },
            { id: 195, user_id: 185, investment_type: "real estate", amount_invested: "18532.58", investment_date: new Date("2023-09-10T14:19:50Z") },
            { id: 196, user_id: 8, investment_type: "stocks", amount_invested: "24334.28", investment_date: new Date("2023-10-08T20:32:49Z") },
            { id: 197, user_id: 104, investment_type: "stocks", amount_invested: "100.24", investment_date: new Date("2022-01-05T03:54:02Z") },
            { id: 198, user_id: 135, investment_type: "real estate", amount_invested: "15715.17", investment_date: new Date("2023-04-02T15:35:29Z") },
            { id: 199, user_id: 125, investment_type: "real estate", amount_invested: "36520.91", investment_date: new Date("2023-02-11T11:12:51Z") },
            { id: 200, user_id: 10, investment_type: "stocks", amount_invested: "1476.95", investment_date: new Date("2022-10-23T21:32:28Z") },
        ],
    });
    await prisma.savings_goals.createMany({
        data: [
            { id: 1, user_id: 45, goal_name: "retirement appliance goal", target_amount: "11404.11", current_amount: "35578.62", due_date: "2024-06-03" },
            { id: 2, user_id: 184, goal_name: "education support trip", target_amount: "26310.31", current_amount: "10130.42", due_date: "2025-01-18" },
            { id: 3, user_id: 36, goal_name: "education", target_amount: "9187.94", current_amount: "22117.20", due_date: "2023-03-01" },
            { id: 4, user_id: 149, goal_name: "future", target_amount: "129.72", current_amount: "4615.45", due_date: "2023-10-17" },
            { id: 5, user_id: 61, goal_name: "tuition upgrade", target_amount: "38395.28", current_amount: "2147.78", due_date: "2023-04-17" },
            { id: 6, user_id: 108, goal_name: "goal equipment business", target_amount: "4791.02", current_amount: "38766.90", due_date: "2023-01-29" },
            { id: 7, user_id: 34, goal_name: "wedding support trip", target_amount: "11893.73", current_amount: "33307.34", due_date: "2024-12-11" },
            { id: 8, user_id: 171, goal_name: "safety vacation holiday", target_amount: "8843.76", current_amount: "21130.78", due_date: "2022-06-27" },
            { id: 9, user_id: 40, goal_name: "holiday change fund", target_amount: "23964.37", current_amount: "29267.46", due_date: "2025-05-09" },
            { id: 10, user_id: 169, goal_name: "electronics", target_amount: "6270.54", current_amount: "26.28", due_date: "2025-11-20" },
            { id: 11, user_id: 52, goal_name: "honeymoon savings safety", target_amount: "19300.51", current_amount: "7266.27", due_date: "2024-07-31" },
            { id: 12, user_id: 52, goal_name: "equipment", target_amount: "45951.90", current_amount: "35958.79", due_date: "2023-11-08" },
            { id: 13, user_id: 9, goal_name: "equipment research", target_amount: "7667.44", current_amount: "632.29", due_date: "2022-03-17" },
            { id: 14, user_id: 20, goal_name: "insurance furniture gifts", target_amount: "21871.64", current_amount: "23538.26", due_date: "2023-02-16" },
            { id: 15, user_id: 154, goal_name: "business", target_amount: "2492.08", current_amount: "14225.07", due_date: "2025-12-12" },
            { id: 16, user_id: 158, goal_name: "workshop expansion gifts", target_amount: "16091.77", current_amount: "43979.41", due_date: "2025-06-11" },
            { id: 17, user_id: 178, goal_name: "renovation investment honeymoon", target_amount: "898.25", current_amount: "2140.78", due_date: "2023-10-01" },
            { id: 18, user_id: 138, goal_name: "deposit", target_amount: "18991.36", current_amount: "46424.97", due_date: "2023-03-24" },
            { id: 19, user_id: 24, goal_name: "dream strategy", target_amount: "446.87", current_amount: "43070.67", due_date: "2022-09-01" },
            { id: 20, user_id: 27, goal_name: "trip future pet", target_amount: "35289.17", current_amount: "9.43", due_date: "2022-02-17" },
            { id: 21, user_id: 182, goal_name: "goal project", target_amount: "41377.29", current_amount: "7811.90", due_date: "2025-10-05" },
            { id: 22, user_id: 166, goal_name: "upgrade", target_amount: "6419.66", current_amount: "42.36", due_date: "2022-07-16" },
            { id: 23, user_id: 112, goal_name: "appliance relocation future", target_amount: "7989.42", current_amount: "7938.38", due_date: "2024-04-07" },
            { id: 24, user_id: 43, goal_name: "appliance", target_amount: "40378.01", current_amount: "164.65", due_date: "2025-07-20" },
            { id: 25, user_id: 67, goal_name: "savings tools charity", target_amount: "31605.86", current_amount: "18013.23", due_date: "2025-12-03" },
            { id: 26, user_id: 71, goal_name: "trip travel appliance", target_amount: "29304.41", current_amount: "132.45", due_date: "2025-05-19" },
            { id: 27, user_id: 61, goal_name: "move", target_amount: "25281.59", current_amount: "33461.22", due_date: "2023-05-14" },
            { id: 28, user_id: 82, goal_name: "savings", target_amount: "37887.40", current_amount: "715.24", due_date: "2025-09-30" },
            { id: 29, user_id: 52, goal_name: "pet education", target_amount: "28042.44", current_amount: "10660.09", due_date: "2025-06-26" },
            { id: 30, user_id: 103, goal_name: "experience research", target_amount: "7943.79", current_amount: "38236.30", due_date: "2025-09-09" },
            { id: 31, user_id: 75, goal_name: "change transition goal", target_amount: "19220.85", current_amount: "15102.52", due_date: "2023-06-28" },
            { id: 32, user_id: 197, goal_name: "car wedding furniture", target_amount: "12702.29", current_amount: "24351.80", due_date: "2022-07-20" },
            { id: 33, user_id: 71, goal_name: "future change gifts", target_amount: "4889.97", current_amount: "4979.83", due_date: "2022-06-21" },
            { id: 34, user_id: 118, goal_name: "plan", target_amount: "29030.13", current_amount: "8101.39", due_date: "2025-03-12" },
            { id: 35, user_id: 133, goal_name: "project", target_amount: "12395.16", current_amount: "21932.20", due_date: "2022-03-24" },
            { id: 36, user_id: 153, goal_name: "deposit trip", target_amount: "2577.16", current_amount: "38648.71", due_date: "2025-09-03" },
            { id: 37, user_id: 188, goal_name: "upgrade", target_amount: "42828.97", current_amount: "13477.48", due_date: "2022-10-13" },
            { id: 38, user_id: 170, goal_name: "upgrade", target_amount: "13851.06", current_amount: "33221.23", due_date: "2022-06-06" },
            { id: 39, user_id: 147, goal_name: "appliance", target_amount: "4016.90", current_amount: "11672.90", due_date: "2024-05-06" },
            { id: 40, user_id: 59, goal_name: "wedding", target_amount: "4720.64", current_amount: "8656.68", due_date: "2023-07-03" },
            { id: 41, user_id: 102, goal_name: "car", target_amount: "1474.56", current_amount: "30222.48", due_date: "2022-11-18" },
            { id: 42, user_id: 160, goal_name: "car", target_amount: "36982.54", current_amount: "15404.47", due_date: "2023-07-18" },
            { id: 43, user_id: 193, goal_name: "holiday", target_amount: "148.47", current_amount: "13597.05", due_date: "2023-10-25" },
            { id: 44, user_id: 166, goal_name: "holiday insurance", target_amount: "17847.24", current_amount: "37363.00", due_date: "2024-03-28" },
            { id: 45, user_id: 25, goal_name: "travel pet", target_amount: "1263.39", current_amount: "25623.36", due_date: "2023-05-24" },
            { id: 46, user_id: 55, goal_name: "trip equipment maintenance", target_amount: "20653.13", current_amount: "136.22", due_date: "2025-02-13" },
            { id: 47, user_id: 88, goal_name: "honeymoon tools development", target_amount: "35004.50", current_amount: "41632.75", due_date: "2024-09-18" },
            { id: 48, user_id: 146, goal_name: "appliance fund upgrade", target_amount: "5264.95", current_amount: "904.15", due_date: "2023-05-16" },
            { id: 49, user_id: 95, goal_name: "relocation vacation_home house", target_amount: "5628.51", current_amount: "2088.25", due_date: "2024-04-27" },
            { id: 50, user_id: 110, goal_name: "course support experience", target_amount: "17319.27", current_amount: "7394.74", due_date: "2023-10-13" },
            { id: 51, user_id: 72, goal_name: "savings", target_amount: "11980.62", current_amount: "7032.82", due_date: "2022-11-14" },
            { id: 52, user_id: 191, goal_name: "retirement project pet", target_amount: "10901.55", current_amount: "31147.36", due_date: "2022-12-03" },
            { id: 53, user_id: 45, goal_name: "savings trip", target_amount: "39623.79", current_amount: "5350.64", due_date: "2024-03-22" },
            { id: 54, user_id: 118, goal_name: "change", target_amount: "1419.54", current_amount: "36005.04", due_date: "2023-07-28" },
            { id: 55, user_id: 140, goal_name: "maintenance pet", target_amount: "13527.56", current_amount: "41407.07", due_date: "2023-07-23" },
            { id: 56, user_id: 131, goal_name: "emergency insurance", target_amount: "247.66", current_amount: "42552.00", due_date: "2025-08-25" },
            { id: 57, user_id: 183, goal_name: "maintenance project", target_amount: "45169.33", current_amount: "4801.81", due_date: "2022-03-19" },
            { id: 58, user_id: 150, goal_name: "relocation", target_amount: "6010.87", current_amount: "1750.98", due_date: "2024-04-06" },
            { id: 59, user_id: 54, goal_name: "goal maintenance investment", target_amount: "28847.24", current_amount: "559.72", due_date: "2022-10-06" },
            { id: 60, user_id: 172, goal_name: "deposit pet course", target_amount: "16759.95", current_amount: "12481.88", due_date: "2023-04-25" },
            { id: 61, user_id: 191, goal_name: "safety", target_amount: "16860.81", current_amount: "3408.60", due_date: "2022-02-09" },
            { id: 62, user_id: 130, goal_name: "charity", target_amount: "27619.57", current_amount: "3736.59", due_date: "2024-02-21" },
            { id: 63, user_id: 155, goal_name: "maintenance investment training", target_amount: "29592.19", current_amount: "17599.66", due_date: "2023-09-09" },
            { id: 64, user_id: 96, goal_name: "gifts", target_amount: "3021.02", current_amount: "9198.32", due_date: "2022-06-05" },
            { id: 65, user_id: 109, goal_name: "change", target_amount: "3068.10", current_amount: "44823.02", due_date: "2025-11-15" },
            { id: 66, user_id: 79, goal_name: "pet health", target_amount: "15426.48", current_amount: "1014.45", due_date: "2025-08-14" },
            { id: 67, user_id: 33, goal_name: "project support insurance", target_amount: "169.84", current_amount: "5695.07", due_date: "2023-06-25" },
            { id: 68, user_id: 156, goal_name: "savings", target_amount: "1940.59", current_amount: "16737.00", due_date: "2024-12-28" },
            { id: 69, user_id: 104, goal_name: "research maintenance", target_amount: "1874.06", current_amount: "16514.68", due_date: "2024-03-03" },
            { id: 70, user_id: 55, goal_name: "down_payment education insurance", target_amount: "31501.02", current_amount: "29733.95", due_date: "2024-08-11" },
            { id: 71, user_id: 120, goal_name: "pet electronics development", target_amount: "1431.47", current_amount: "25307.59", due_date: "2022-08-07" },
            { id: 72, user_id: 15, goal_name: "workshop furniture project", target_amount: "43350.70", current_amount: "39945.91", due_date: "2023-06-21" },
            { id: 73, user_id: 134, goal_name: "investment", target_amount: "994.91", current_amount: "4337.85", due_date: "2025-08-15" },
            { id: 74, user_id: 23, goal_name: "emergency", target_amount: "28295.96", current_amount: "10478.83", due_date: "2025-03-07" },
            { id: 75, user_id: 87, goal_name: "course education tools", target_amount: "1995.71", current_amount: "16496.00", due_date: "2024-09-25" },
            { id: 76, user_id: 48, goal_name: "tools dream", target_amount: "32886.66", current_amount: "30105.09", due_date: "2025-11-08" },
            { id: 77, user_id: 32, goal_name: "development", target_amount: "32216.83", current_amount: "17790.21", due_date: "2025-03-04" },
            { id: 78, user_id: 100, goal_name: "tools retirement", target_amount: "4993.37", current_amount: "8584.81", due_date: "2022-09-12" },
            { id: 79, user_id: 173, goal_name: "workshop dream business", target_amount: "11286.65", current_amount: "35.37", due_date: "2024-08-01" },
            { id: 80, user_id: 44, goal_name: "vacation_home", target_amount: "1812.94", current_amount: "16772.71", due_date: "2024-11-19" },
            { id: 81, user_id: 45, goal_name: "project workshop deposit", target_amount: "47656.08", current_amount: "24995.05", due_date: "2024-03-19" },
            { id: 82, user_id: 49, goal_name: "appliance plan", target_amount: "6861.79", current_amount: "860.31", due_date: "2023-05-13" },
            { id: 83, user_id: 63, goal_name: "transition", target_amount: "46283.02", current_amount: "35550.21", due_date: "2024-03-31" },
            { id: 84, user_id: 182, goal_name: "research", target_amount: "19179.67", current_amount: "39659.79", due_date: "2024-10-19" },
            { id: 85, user_id: 194, goal_name: "training honeymoon", target_amount: "26053.28", current_amount: "22956.96", due_date: "2024-03-21" },
            { id: 86, user_id: 89, goal_name: "house tools", target_amount: "5623.77", current_amount: "35512.61", due_date: "2025-06-16" },
            { id: 87, user_id: 58, goal_name: "retirement research", target_amount: "8505.47", current_amount: "36541.25", due_date: "2024-10-19" },
            { id: 88, user_id: 84, goal_name: "travel pet fund", target_amount: "3952.87", current_amount: "8071.32", due_date: "2022-08-23" },
            { id: 89, user_id: 15, goal_name: "gifts appliance", target_amount: "212.01", current_amount: "6640.96", due_date: "2022-05-06" },
            { id: 90, user_id: 113, goal_name: "support", target_amount: "8715.82", current_amount: "21975.26", due_date: "2025-09-12" },
            { id: 91, user_id: 117, goal_name: "training", target_amount: "33684.53", current_amount: "531.36", due_date: "2023-01-11" },
            { id: 92, user_id: 186, goal_name: "gifts", target_amount: "34133.40", current_amount: "6908.54", due_date: "2025-11-21" },
            { id: 93, user_id: 124, goal_name: "safety furniture", target_amount: "20944.74", current_amount: "16544.29", due_date: "2024-12-09" },
            { id: 94, user_id: 188, goal_name: "vacation_home", target_amount: "24325.40", current_amount: "2085.49", due_date: "2022-01-08" },
            { id: 95, user_id: 44, goal_name: "expansion", target_amount: "14715.15", current_amount: "1003.96", due_date: "2024-07-17" },
            { id: 96, user_id: 184, goal_name: "adventure goal plan", target_amount: "2108.91", current_amount: "934.86", due_date: "2025-09-19" },
            { id: 97, user_id: 98, goal_name: "pet development", target_amount: "7671.00", current_amount: "10111.11", due_date: "2023-12-08" },
            { id: 98, user_id: 113, goal_name: "appliance business", target_amount: "5007.87", current_amount: "30.08", due_date: "2024-08-17" },
            { id: 99, user_id: 121, goal_name: "dream", target_amount: "30599.25", current_amount: "25718.52", due_date: "2022-08-31" },
            { id: 100, user_id: 27, goal_name: "adventure", target_amount: "176.50", current_amount: "9848.94", due_date: "2024-05-11" },
            { id: 101, user_id: 179, goal_name: "vacation_home research", target_amount: "137.82", current_amount: "44107.23", due_date: "2023-03-29" },
            { id: 102, user_id: 71, goal_name: "plan goal", target_amount: "36302.20", current_amount: "449.03", due_date: "2023-05-31" },
            { id: 103, user_id: 45, goal_name: "dream", target_amount: "1625.92", current_amount: "39907.71", due_date: "2024-10-12" },
            { id: 104, user_id: 89, goal_name: "honeymoon", target_amount: "38162.29", current_amount: "35728.47", due_date: "2024-04-26" },
            { id: 105, user_id: 76, goal_name: "development support project", target_amount: "43187.68", current_amount: "10089.51", due_date: "2023-05-14" },
            { id: 106, user_id: 15, goal_name: "emergency project course", target_amount: "1419.41", current_amount: "35073.02", due_date: "2022-12-29" },
            { id: 107, user_id: 153, goal_name: "plan fund", target_amount: "49709.42", current_amount: "15524.83", due_date: "2025-10-18" },
            { id: 108, user_id: 46, goal_name: "trip house", target_amount: "1187.11", current_amount: "925.95", due_date: "2022-07-03" },
            { id: 109, user_id: 75, goal_name: "insurance", target_amount: "8035.01", current_amount: "40413.50", due_date: "2022-04-04" },
            { id: 110, user_id: 74, goal_name: "support relocation workshop", target_amount: "3861.39", current_amount: "1829.04", due_date: "2022-01-09" },
            { id: 111, user_id: 75, goal_name: "savings", target_amount: "39281.52", current_amount: "204.65", due_date: "2025-01-11" },
            { id: 112, user_id: 143, goal_name: "transition", target_amount: "1051.23", current_amount: "146.22", due_date: "2023-04-11" },
            { id: 113, user_id: 200, goal_name: "safety", target_amount: "21314.47", current_amount: "286.85", due_date: "2023-06-13" },
            { id: 114, user_id: 183, goal_name: "equipment change relocation", target_amount: "10050.37", current_amount: "9348.24", due_date: "2025-08-26" },
            { id: 115, user_id: 48, goal_name: "workshop experience", target_amount: "16804.62", current_amount: "19588.95", due_date: "2024-07-17" },
            { id: 116, user_id: 59, goal_name: "business support retirement", target_amount: "41985.08", current_amount: "24821.64", due_date: "2025-06-24" },
            { id: 117, user_id: 100, goal_name: "renovation", target_amount: "3078.46", current_amount: "10885.19", due_date: "2025-08-03" },
            { id: 118, user_id: 162, goal_name: "investment", target_amount: "8944.32", current_amount: "4364.66", due_date: "2025-09-12" },
            { id: 119, user_id: 107, goal_name: "expansion trip savings", target_amount: "1409.35", current_amount: "3985.47", due_date: "2023-03-21" },
            { id: 120, user_id: 27, goal_name: "tools pet maintenance", target_amount: "34393.14", current_amount: "45222.15", due_date: "2022-03-31" },
            { id: 121, user_id: 73, goal_name: "project fund", target_amount: "45576.40", current_amount: "0.60", due_date: "2023-05-22" },
            { id: 122, user_id: 9, goal_name: "investment", target_amount: "18569.71", current_amount: "97.60", due_date: "2022-05-02" },
            { id: 123, user_id: 60, goal_name: "future expansion trip", target_amount: "25925.14", current_amount: "400.89", due_date: "2022-09-01" },
            { id: 124, user_id: 10, goal_name: "travel vacation_home business", target_amount: "19009.45", current_amount: "837.90", due_date: "2023-06-27" },
            { id: 125, user_id: 32, goal_name: "car", target_amount: "1423.78", current_amount: "13436.33", due_date: "2025-09-15" },
            { id: 126, user_id: 183, goal_name: "training workshop support", target_amount: "21292.03", current_amount: "14432.03", due_date: "2025-04-10" },
            { id: 127, user_id: 32, goal_name: "relocation expansion", target_amount: "31610.64", current_amount: "2155.64", due_date: "2023-04-20" },
            { id: 128, user_id: 155, goal_name: "business maintenance", target_amount: "23258.07", current_amount: "2483.91", due_date: "2022-08-16" },
            { id: 129, user_id: 89, goal_name: "business", target_amount: "32919.04", current_amount: "42340.61", due_date: "2025-12-14" },
            { id: 130, user_id: 106, goal_name: "plan", target_amount: "24261.33", current_amount: "1373.34", due_date: "2025-05-10" },
            { id: 131, user_id: 92, goal_name: "expansion startup relocation", target_amount: "29234.27", current_amount: "263.04", due_date: "2022-11-12" },
            { id: 132, user_id: 19, goal_name: "development", target_amount: "41349.57", current_amount: "1982.04", due_date: "2024-11-07" },
            { id: 133, user_id: 71, goal_name: "savings appliance future", target_amount: "16807.75", current_amount: "10979.96", due_date: "2025-06-30" },
            { id: 134, user_id: 171, goal_name: "emergency health savings", target_amount: "3939.56", current_amount: "6079.28", due_date: "2022-10-27" },
            { id: 135, user_id: 129, goal_name: "house", target_amount: "4103.23", current_amount: "29019.73", due_date: "2023-03-26" },
            { id: 136, user_id: 57, goal_name: "vacation_home goal", target_amount: "6974.18", current_amount: "17.89", due_date: "2022-12-31" },
            { id: 137, user_id: 183, goal_name: "car expansion", target_amount: "1077.89", current_amount: "7718.19", due_date: "2024-12-21" },
            { id: 138, user_id: 102, goal_name: "tools", target_amount: "183.46", current_amount: "2696.01", due_date: "2025-01-15" },
            { id: 139, user_id: 13, goal_name: "future plan retirement", target_amount: "2579.41", current_amount: "15524.81", due_date: "2024-07-28" },
            { id: 140, user_id: 62, goal_name: "change education", target_amount: "25622.41", current_amount: "16661.09", due_date: "2025-03-05" },
            { id: 141, user_id: 142, goal_name: "trip wedding relocation", target_amount: "535.04", current_amount: "5664.05", due_date: "2023-11-30" },
            { id: 142, user_id: 158, goal_name: "maintenance dream holiday", target_amount: "8989.84", current_amount: "18274.19", due_date: "2023-03-26" },
            { id: 143, user_id: 166, goal_name: "experience adventure", target_amount: "40029.69", current_amount: "45407.01", due_date: "2024-10-13" },
            { id: 144, user_id: 197, goal_name: "car trip renovation", target_amount: "3112.60", current_amount: "2736.18", due_date: "2023-04-09" },
            { id: 145, user_id: 114, goal_name: "gifts training house", target_amount: "46599.97", current_amount: "2713.75", due_date: "2025-01-01" },
            { id: 146, user_id: 131, goal_name: "future travel car", target_amount: "119.82", current_amount: "1900.74", due_date: "2025-09-05" },
            { id: 147, user_id: 187, goal_name: "relocation", target_amount: "30806.05", current_amount: "4471.77", due_date: "2022-03-03" },
            { id: 148, user_id: 26, goal_name: "travel fund maintenance", target_amount: "1337.27", current_amount: "15272.11", due_date: "2023-07-20" },
            { id: 149, user_id: 40, goal_name: "holiday", target_amount: "20272.15", current_amount: "22462.33", due_date: "2022-04-30" },
            { id: 150, user_id: 105, goal_name: "goal", target_amount: "1179.10", current_amount: "118.75", due_date: "2025-11-22" },
            { id: 151, user_id: 108, goal_name: "insurance", target_amount: "49538.07", current_amount: "4.91", due_date: "2022-01-22" },
            { id: 152, user_id: 91, goal_name: "health charity deposit", target_amount: "41424.02", current_amount: "40450.80", due_date: "2025-04-22" },
            { id: 153, user_id: 195, goal_name: "vacation investment tuition", target_amount: "23674.20", current_amount: "9441.03", due_date: "2022-11-25" },
            { id: 154, user_id: 55, goal_name: "furniture", target_amount: "39328.97", current_amount: "32463.24", due_date: "2022-03-10" },
            { id: 155, user_id: 96, goal_name: "vacation_home", target_amount: "9646.15", current_amount: "12.45", due_date: "2022-08-19" },
            { id: 156, user_id: 58, goal_name: "travel gifts pet", target_amount: "29318.72", current_amount: "32696.20", due_date: "2025-07-24" },
            { id: 157, user_id: 32, goal_name: "plan", target_amount: "26083.25", current_amount: "1633.14", due_date: "2024-03-19" },
            { id: 158, user_id: 37, goal_name: "fund move car", target_amount: "29067.38", current_amount: "48537.73", due_date: "2025-07-29" },
            { id: 159, user_id: 29, goal_name: "goal", target_amount: "27929.87", current_amount: "950.78", due_date: "2023-09-13" },
            { id: 160, user_id: 200, goal_name: "relocation pet", target_amount: "935.63", current_amount: "25238.87", due_date: "2023-10-12" },
            { id: 161, user_id: 27, goal_name: "retirement", target_amount: "48498.79", current_amount: "36141.12", due_date: "2023-06-28" },
            { id: 162, user_id: 105, goal_name: "safety travel", target_amount: "1302.61", current_amount: "41530.67", due_date: "2023-09-19" },
            { id: 163, user_id: 132, goal_name: "support investment", target_amount: "2555.05", current_amount: "2963.18", due_date: "2023-12-17" },
            { id: 164, user_id: 71, goal_name: "course", target_amount: "446.64", current_amount: "45887.22", due_date: "2023-07-14" },
            { id: 165, user_id: 73, goal_name: "fund vacation_home honeymoon", target_amount: "16306.32", current_amount: "3589.33", due_date: "2023-08-08" },
            { id: 166, user_id: 35, goal_name: "investment strategy gifts", target_amount: "43809.13", current_amount: "39443.99", due_date: "2022-01-01" },
            { id: 167, user_id: 191, goal_name: "change course", target_amount: "3268.53", current_amount: "23516.98", due_date: "2023-05-16" },
            { id: 168, user_id: 180, goal_name: "change upgrade equipment", target_amount: "409.77", current_amount: "19243.39", due_date: "2024-07-15" },
            { id: 169, user_id: 59, goal_name: "renovation startup", target_amount: "38216.03", current_amount: "11427.89", due_date: "2022-10-05" },
            { id: 170, user_id: 36, goal_name: "change wedding", target_amount: "43971.74", current_amount: "5890.11", due_date: "2023-10-10" },
            { id: 171, user_id: 90, goal_name: "development", target_amount: "2593.60", current_amount: "5.48", due_date: "2024-01-05" },
            { id: 172, user_id: 91, goal_name: "tools", target_amount: "9561.32", current_amount: "6410.29", due_date: "2025-07-28" },
            { id: 173, user_id: 28, goal_name: "workshop holiday investment", target_amount: "9371.49", current_amount: "453.24", due_date: "2024-10-23" },
            { id: 174, user_id: 68, goal_name: "goal safety", target_amount: "145.01", current_amount: "27969.28", due_date: "2025-06-17" },
            { id: 175, user_id: 80, goal_name: "renovation business", target_amount: "36660.35", current_amount: "33687.61", due_date: "2025-11-01" },
            { id: 176, user_id: 185, goal_name: "electronics tools tuition", target_amount: "36885.34", current_amount: "44619.68", due_date: "2022-09-25" },
            { id: 177, user_id: 179, goal_name: "development workshop adventure", target_amount: "37763.57", current_amount: "16655.71", due_date: "2025-09-12" },
            { id: 178, user_id: 48, goal_name: "travel", target_amount: "11994.69", current_amount: "24379.42", due_date: "2023-03-11" },
            { id: 179, user_id: 44, goal_name: "tuition", target_amount: "17441.35", current_amount: "23442.39", due_date: "2024-11-20" },
            { id: 180, user_id: 66, goal_name: "retirement", target_amount: "3257.34", current_amount: "10368.75", due_date: "2023-01-10" },
            { id: 181, user_id: 92, goal_name: "move change holiday", target_amount: "37455.35", current_amount: "6421.50", due_date: "2022-12-21" },
            { id: 182, user_id: 59, goal_name: "transition goal adventure", target_amount: "18437.82", current_amount: "779.53", due_date: "2022-06-01" },
            { id: 183, user_id: 16, goal_name: "change", target_amount: "38809.92", current_amount: "26547.29", due_date: "2025-12-11" },
            { id: 184, user_id: 36, goal_name: "move investment", target_amount: "5213.16", current_amount: "354.94", due_date: "2022-07-20" },
            { id: 185, user_id: 121, goal_name: "vacation", target_amount: "25540.58", current_amount: "13299.65", due_date: "2023-11-07" },
            { id: 186, user_id: 124, goal_name: "deposit", target_amount: "12531.43", current_amount: "22999.47", due_date: "2023-01-03" },
            { id: 187, user_id: 175, goal_name: "vacation_home furniture", target_amount: "12123.55", current_amount: "30562.49", due_date: "2023-06-08" },
            { id: 188, user_id: 59, goal_name: "strategy renovation", target_amount: "18237.58", current_amount: "9949.59", due_date: "2025-02-27" },
            { id: 189, user_id: 90, goal_name: "training charity adventure", target_amount: "8337.55", current_amount: "10453.05", due_date: "2022-07-16" },
            { id: 190, user_id: 47, goal_name: "emergency", target_amount: "13188.56", current_amount: "33424.29", due_date: "2024-11-05" },
            { id: 191, user_id: 166, goal_name: "charity deposit emergency", target_amount: "507.91", current_amount: "656.13", due_date: "2024-11-23" },
            { id: 192, user_id: 107, goal_name: "education", target_amount: "3620.99", current_amount: "32092.98", due_date: "2024-01-03" },
            { id: 193, user_id: 36, goal_name: "tuition", target_amount: "31430.96", current_amount: "1470.50", due_date: "2025-06-08" },
            { id: 194, user_id: 111, goal_name: "gifts retirement", target_amount: "5656.35", current_amount: "31305.60", due_date: "2024-11-09" },
            { id: 195, user_id: 105, goal_name: "maintenance", target_amount: "20144.60", current_amount: "1447.56", due_date: "2025-01-13" },
            { id: 196, user_id: 165, goal_name: "safety wedding", target_amount: "45131.41", current_amount: "266.40", due_date: "2025-11-06" },
            { id: 197, user_id: 155, goal_name: "furniture startup research", target_amount: "2500.83", current_amount: "9741.46", due_date: "2024-02-24" },
            { id: 198, user_id: 54, goal_name: "investment", target_amount: "30313.73", current_amount: "12182.81", due_date: "2024-11-17" },
            { id: 199, user_id: 30, goal_name: "house", target_amount: "17101.28", current_amount: "14345.17", due_date: "2022-09-06" },
            { id: 200, user_id: 3, goal_name: "transition maintenance", target_amount: "7792.12", current_amount: "17.72", due_date: "2025-02-20" },
            { id: 201, user_id: 94, goal_name: "electronics furniture", target_amount: "29140.82", current_amount: "24065.87", due_date: "2024-03-05" },
            { id: 202, user_id: 101, goal_name: "trip future education", target_amount: "38611.38", current_amount: "19808.37", due_date: "2025-11-15" },
            { id: 203, user_id: 77, goal_name: "training", target_amount: "26626.35", current_amount: "6310.45", due_date: "2024-03-29" },
            { id: 204, user_id: 145, goal_name: "change", target_amount: "12589.17", current_amount: "20709.63", due_date: "2025-10-11" },
            { id: 205, user_id: 94, goal_name: "travel health", target_amount: "6682.84", current_amount: "7900.69", due_date: "2024-01-21" },
            { id: 206, user_id: 54, goal_name: "holiday development", target_amount: "46672.22", current_amount: "50.00", due_date: "2023-09-30" },
            { id: 207, user_id: 10, goal_name: "holiday", target_amount: "320.03", current_amount: "5657.41", due_date: "2025-02-23" },
            { id: 208, user_id: 200, goal_name: "change tuition house", target_amount: "34902.36", current_amount: "2395.77", due_date: "2024-02-18" },
            { id: 209, user_id: 113, goal_name: "equipment charity", target_amount: "4468.67", current_amount: "12386.28", due_date: "2022-07-24" },
            { id: 210, user_id: 172, goal_name: "upgrade", target_amount: "44664.69", current_amount: "1597.97", due_date: "2022-02-27" },
            { id: 211, user_id: 53, goal_name: "relocation safety", target_amount: "29716.05", current_amount: "48448.62", due_date: "2024-08-29" },
            { id: 212, user_id: 40, goal_name: "wedding", target_amount: "27620.34", current_amount: "10946.89", due_date: "2023-08-08" },
            { id: 213, user_id: 18, goal_name: "emergency plan", target_amount: "17165.92", current_amount: "4745.34", due_date: "2023-07-18" },
            { id: 214, user_id: 160, goal_name: "holiday deposit change", target_amount: "962.18", current_amount: "21738.23", due_date: "2024-08-16" },
            { id: 215, user_id: 96, goal_name: "vacation_home gifts research", target_amount: "115.29", current_amount: "24757.87", due_date: "2025-09-20" },
            { id: 216, user_id: 145, goal_name: "transition", target_amount: "16537.76", current_amount: "27021.45", due_date: "2023-03-15" },
            { id: 217, user_id: 155, goal_name: "move", target_amount: "21016.78", current_amount: "31193.80", due_date: "2022-01-08" },
            { id: 218, user_id: 44, goal_name: "training renovation workshop", target_amount: "6152.64", current_amount: "403.07", due_date: "2024-03-19" },
            { id: 219, user_id: 12, goal_name: "trip down_payment holiday", target_amount: "570.59", current_amount: "14530.77", due_date: "2022-05-16" },
            { id: 220, user_id: 33, goal_name: "transition", target_amount: "121.33", current_amount: "18209.41", due_date: "2022-01-08" },
            { id: 221, user_id: 45, goal_name: "tools", target_amount: "18935.91", current_amount: "26670.24", due_date: "2024-11-03" },
            { id: 222, user_id: 46, goal_name: "relocation", target_amount: "4434.91", current_amount: "45513.45", due_date: "2023-07-06" },
            { id: 223, user_id: 94, goal_name: "gifts holiday upgrade", target_amount: "631.44", current_amount: "20917.41", due_date: "2022-12-20" },
            { id: 224, user_id: 67, goal_name: "workshop", target_amount: "28544.19", current_amount: "45812.33", due_date: "2024-11-22" },
            { id: 225, user_id: 14, goal_name: "electronics future health", target_amount: "34066.34", current_amount: "7820.25", due_date: "2022-11-30" },
            { id: 226, user_id: 186, goal_name: "upgrade house", target_amount: "25951.88", current_amount: "29507.79", due_date: "2025-10-22" },
            { id: 227, user_id: 153, goal_name: "upgrade house", target_amount: "14537.23", current_amount: "22063.90", due_date: "2023-12-05" },
            { id: 228, user_id: 170, goal_name: "down_payment", target_amount: "13134.40", current_amount: "19305.41", due_date: "2025-01-15" },
            { id: 229, user_id: 30, goal_name: "trip retirement emergency", target_amount: "3748.61", current_amount: "36559.26", due_date: "2023-07-08" },
            { id: 230, user_id: 137, goal_name: "project wedding", target_amount: "17139.95", current_amount: "35020.25", due_date: "2024-09-05" },
            { id: 231, user_id: 128, goal_name: "relocation future appliance", target_amount: "34298.53", current_amount: "48519.18", due_date: "2024-06-16" },
            { id: 232, user_id: 86, goal_name: "tuition", target_amount: "14587.75", current_amount: "29118.10", due_date: "2024-01-03" },
            { id: 233, user_id: 104, goal_name: "electronics", target_amount: "291.74", current_amount: "45910.67", due_date: "2024-09-11" },
            { id: 234, user_id: 184, goal_name: "retirement", target_amount: "13383.26", current_amount: "20703.59", due_date: "2022-01-13" },
            { id: 235, user_id: 122, goal_name: "future", target_amount: "5968.17", current_amount: "18817.92", due_date: "2024-12-15" },
            { id: 236, user_id: 72, goal_name: "holiday gifts", target_amount: "179.85", current_amount: "3143.98", due_date: "2024-07-20" },
            { id: 237, user_id: 143, goal_name: "support transition", target_amount: "15229.66", current_amount: "9968.42", due_date: "2024-04-14" },
            { id: 238, user_id: 23, goal_name: "fund tools vacation", target_amount: "2045.33", current_amount: "88.41", due_date: "2023-07-01" },
            { id: 239, user_id: 123, goal_name: "insurance upgrade", target_amount: "19510.72", current_amount: "503.67", due_date: "2025-05-08" },
            { id: 240, user_id: 35, goal_name: "car business relocation", target_amount: "16037.75", current_amount: "15699.89", due_date: "2022-06-23" },
            { id: 241, user_id: 48, goal_name: "fund tuition expansion", target_amount: "20194.46", current_amount: "18418.61", due_date: "2023-02-25" },
            { id: 242, user_id: 64, goal_name: "support workshop", target_amount: "101.56", current_amount: "38012.10", due_date: "2022-02-04" },
            { id: 243, user_id: 176, goal_name: "workshop emergency safety", target_amount: "12774.80", current_amount: "38401.58", due_date: "2022-02-25" },
            { id: 244, user_id: 29, goal_name: "honeymoon wedding change", target_amount: "20823.05", current_amount: "883.77", due_date: "2022-04-28" },
            { id: 245, user_id: 138, goal_name: "vacation fund strategy", target_amount: "1302.29", current_amount: "16980.66", due_date: "2025-04-22" },
            { id: 246, user_id: 67, goal_name: "dream emergency savings", target_amount: "42412.11", current_amount: "2122.28", due_date: "2025-05-28" },
            { id: 247, user_id: 145, goal_name: "honeymoon", target_amount: "10095.73", current_amount: "24791.20", due_date: "2025-07-10" },
            { id: 248, user_id: 120, goal_name: "adventure", target_amount: "43516.82", current_amount: "49961.76", due_date: "2024-04-08" },
            { id: 249, user_id: 31, goal_name: "project", target_amount: "41573.29", current_amount: "1626.07", due_date: "2022-12-06" },
            { id: 250, user_id: 82, goal_name: "house dream", target_amount: "28147.75", current_amount: "14425.91", due_date: "2024-09-12" },
            { id: 251, user_id: 65, goal_name: "wedding", target_amount: "11257.18", current_amount: "2397.86", due_date: "2025-11-17" },
            { id: 252, user_id: 164, goal_name: "education course", target_amount: "11749.31", current_amount: "18737.67", due_date: "2024-04-12" },
            { id: 253, user_id: 68, goal_name: "support savings", target_amount: "18706.60", current_amount: "9147.59", due_date: "2022-04-07" },
            { id: 254, user_id: 38, goal_name: "future health", target_amount: "18868.27", current_amount: "3116.43", due_date: "2024-04-13" },
            { id: 255, user_id: 7, goal_name: "savings transition investment", target_amount: "10692.93", current_amount: "48401.40", due_date: "2025-08-31" },
            { id: 256, user_id: 101, goal_name: "tuition charity tools", target_amount: "10354.44", current_amount: "3236.06", due_date: "2025-02-26" },
            { id: 257, user_id: 63, goal_name: "electronics upgrade savings", target_amount: "35355.85", current_amount: "18881.31", due_date: "2024-09-04" },
            { id: 258, user_id: 167, goal_name: "investment trip fund", target_amount: "29341.03", current_amount: "47638.28", due_date: "2022-08-07" },
            { id: 259, user_id: 84, goal_name: "vacation_home workshop", target_amount: "8461.89", current_amount: "5206.06", due_date: "2022-12-08" },
            { id: 260, user_id: 113, goal_name: "maintenance relocation education", target_amount: "2819.85", current_amount: "4698.09", due_date: "2025-12-06" },
            { id: 261, user_id: 41, goal_name: "goal", target_amount: "10356.33", current_amount: "43.49", due_date: "2024-01-30" },
            { id: 262, user_id: 26, goal_name: "safety", target_amount: "4842.90", current_amount: "49704.18", due_date: "2022-07-02" },
            { id: 263, user_id: 149, goal_name: "retirement appliance research", target_amount: "8711.94", current_amount: "47284.67", due_date: "2024-12-27" },
            { id: 264, user_id: 199, goal_name: "gifts deposit future", target_amount: "14579.20", current_amount: "16493.31", due_date: "2023-01-03" },
            { id: 265, user_id: 121, goal_name: "upgrade", target_amount: "21487.08", current_amount: "15786.60", due_date: "2022-01-18" },
            { id: 266, user_id: 29, goal_name: "upgrade wedding tools", target_amount: "47767.68", current_amount: "5734.32", due_date: "2022-10-26" },
            { id: 267, user_id: 62, goal_name: "health tuition pet", target_amount: "14629.84", current_amount: "10593.10", due_date: "2023-12-12" },
            { id: 268, user_id: 140, goal_name: "relocation startup", target_amount: "44922.32", current_amount: "48854.77", due_date: "2025-11-15" },
            { id: 269, user_id: 29, goal_name: "insurance gifts furniture", target_amount: "21893.63", current_amount: "47441.48", due_date: "2023-10-27" },
            { id: 270, user_id: 5, goal_name: "fund", target_amount: "2063.68", current_amount: "58.46", due_date: "2024-06-05" },
            { id: 271, user_id: 192, goal_name: "transition", target_amount: "4925.99", current_amount: "7018.62", due_date: "2025-12-31" },
            { id: 272, user_id: 19, goal_name: "gifts plan", target_amount: "522.59", current_amount: "1046.44", due_date: "2024-06-11" },
            { id: 273, user_id: 9, goal_name: "project insurance charity", target_amount: "22815.80", current_amount: "39010.94", due_date: "2024-09-25" },
            { id: 274, user_id: 31, goal_name: "experience dream education", target_amount: "39952.52", current_amount: "0.54", due_date: "2022-05-06" },
            { id: 275, user_id: 141, goal_name: "travel safety", target_amount: "25318.57", current_amount: "31084.71", due_date: "2024-12-21" },
            { id: 276, user_id: 100, goal_name: "project workshop", target_amount: "40666.07", current_amount: "31748.61", due_date: "2024-01-25" },
            { id: 277, user_id: 135, goal_name: "insurance support honeymoon", target_amount: "27538.92", current_amount: "202.48", due_date: "2025-07-01" },
            { id: 278, user_id: 175, goal_name: "appliance project development", target_amount: "32123.10", current_amount: "10680.22", due_date: "2025-08-31" },
            { id: 279, user_id: 68, goal_name: "education safety health", target_amount: "16667.68", current_amount: "26530.50", due_date: "2022-06-25" },
            { id: 280, user_id: 136, goal_name: "house renovation education", target_amount: "4117.27", current_amount: "7231.94", due_date: "2023-10-21" },
            { id: 281, user_id: 45, goal_name: "retirement appliance change", target_amount: "31381.28", current_amount: "49680.76", due_date: "2024-11-25" },
            { id: 282, user_id: 184, goal_name: "holiday research", target_amount: "3543.11", current_amount: "1326.60", due_date: "2025-09-29" },
            { id: 283, user_id: 47, goal_name: "car transition", target_amount: "35977.77", current_amount: "241.67", due_date: "2022-01-10" },
            { id: 284, user_id: 196, goal_name: "appliance investment strategy", target_amount: "22148.46", current_amount: "18300.07", due_date: "2025-09-14" },
            { id: 285, user_id: 32, goal_name: "upgrade car relocation", target_amount: "27696.92", current_amount: "37220.59", due_date: "2025-09-27" },
            { id: 286, user_id: 2, goal_name: "travel tools", target_amount: "3357.67", current_amount: "8032.69", due_date: "2023-09-03" },
            { id: 287, user_id: 108, goal_name: "future", target_amount: "18733.10", current_amount: "33825.34", due_date: "2023-02-11" },
            { id: 288, user_id: 98, goal_name: "safety", target_amount: "11144.68", current_amount: "45036.92", due_date: "2022-04-17" },
            { id: 289, user_id: 116, goal_name: "electronics fund health", target_amount: "17214.85", current_amount: "30623.33", due_date: "2024-03-16" },
            { id: 290, user_id: 112, goal_name: "business dream wedding", target_amount: "43601.06", current_amount: "6785.01", due_date: "2023-05-09" },
            { id: 291, user_id: 66, goal_name: "startup transition", target_amount: "7033.70", current_amount: "27742.89", due_date: "2025-01-20" },
            { id: 292, user_id: 97, goal_name: "honeymoon safety change", target_amount: "17168.26", current_amount: "266.94", due_date: "2022-02-26" },
            { id: 293, user_id: 3, goal_name: "honeymoon", target_amount: "45634.27", current_amount: "12.05", due_date: "2023-05-06" },
            { id: 294, user_id: 33, goal_name: "house", target_amount: "9841.44", current_amount: "28730.92", due_date: "2025-02-05" },
            { id: 295, user_id: 51, goal_name: "health strategy", target_amount: "803.27", current_amount: "4.46", due_date: "2022-12-28" },
            { id: 296, user_id: 68, goal_name: "support change", target_amount: "47091.76", current_amount: "40418.22", due_date: "2023-12-07" },
            { id: 297, user_id: 140, goal_name: "education retirement insurance", target_amount: "387.65", current_amount: "24784.96", due_date: "2024-06-11" },
            { id: 298, user_id: 113, goal_name: "equipment house", target_amount: "28624.86", current_amount: "71.90", due_date: "2022-02-13" },
            { id: 299, user_id: 71, goal_name: "move vacation", target_amount: "10786.62", current_amount: "19584.41", due_date: "2025-10-30" },
            { id: 300, user_id: 175, goal_name: "relocation equipment gifts", target_amount: "48182.89", current_amount: "6913.55", due_date: "2025-09-07" },
        ],
    });
    await prisma.transactions.createMany({
        data: [
            { id: 1, account_id: 17, amount: "-348.06", transaction_date: new Date("2022-07-11T10:26:44Z"), category: "groceries" },
            { id: 2, account_id: 281, amount: "5.38", transaction_date: new Date("2023-02-17T15:04:44Z"), category: "groceries" },
            { id: 3, account_id: 73, amount: "102.30", transaction_date: new Date("2023-08-18T20:04:55Z"), category: "entertainment" },
            { id: 4, account_id: 160, amount: "352.16", transaction_date: new Date("2023-07-13T11:49:39Z"), category: "entertainment" },
            { id: 5, account_id: 113, amount: "-177.08", transaction_date: new Date("2023-04-19T23:26:57Z"), category: "other" },
            { id: 6, account_id: 213, amount: "78.68", transaction_date: new Date("2022-12-03T20:03:43Z"), category: "entertainment" },
            { id: 7, account_id: 138, amount: "590.40", transaction_date: new Date("2023-12-08T17:27:04Z"), category: "groceries" },
            { id: 8, account_id: 43, amount: "418.46", transaction_date: new Date("2022-11-30T17:03:49Z"), category: "groceries" },
            { id: 9, account_id: 53, amount: "77.65", transaction_date: new Date("2022-07-08T22:42:00Z"), category: "groceries" },
            { id: 10, account_id: 264, amount: "-195.19", transaction_date: new Date("2023-06-07T14:39:27Z"), category: "dining" },
            { id: 11, account_id: 237, amount: "-72.65", transaction_date: new Date("2022-10-26T18:26:16Z"), category: "groceries" },
            { id: 12, account_id: 328, amount: "-129.19", transaction_date: new Date("2023-10-23T19:40:01Z"), category: "other" },
            { id: 13, account_id: 203, amount: "-15.97", transaction_date: new Date("2023-03-11T07:32:50Z"), category: "dining" },
            { id: 14, account_id: 43, amount: "-21.96", transaction_date: new Date("2023-09-30T19:30:24Z"), category: "dining" },
            { id: 15, account_id: 274, amount: "-170.78", transaction_date: new Date("2023-01-08T10:01:55Z"), category: "groceries" },
            { id: 16, account_id: 346, amount: "-34.20", transaction_date: new Date("2022-06-01T02:02:06Z"), category: "groceries" },
            { id: 17, account_id: 64, amount: "359.62", transaction_date: new Date("2023-02-25T19:11:07Z"), category: "groceries" },
            { id: 18, account_id: 271, amount: "258.92", transaction_date: new Date("2023-11-21T22:07:05Z"), category: "groceries" },
            { id: 19, account_id: 148, amount: "78.78", transaction_date: new Date("2023-01-04T17:10:03Z"), category: "dining" },
            { id: 20, account_id: 257, amount: "-33.98", transaction_date: new Date("2023-03-04T11:28:35Z"), category: "dining" },
            { id: 21, account_id: 87, amount: "131.97", transaction_date: new Date("2023-04-12T11:38:42Z"), category: "utilities" },
            { id: 22, account_id: 354, amount: "-291.05", transaction_date: new Date("2022-09-22T18:37:38Z"), category: "dining" },
            { id: 23, account_id: 190, amount: "216.48", transaction_date: new Date("2022-01-29T12:13:12Z"), category: "groceries" },
            { id: 24, account_id: 359, amount: "614.03", transaction_date: new Date("2023-12-01T13:15:44Z"), category: "groceries" },
            { id: 25, account_id: 206, amount: "305.77", transaction_date: new Date("2023-11-27T21:09:51Z"), category: "dining" },
            { id: 26, account_id: 98, amount: "201.01", transaction_date: new Date("2023-11-04T09:11:55Z"), category: "dining" },
            { id: 27, account_id: 200, amount: "-117.73", transaction_date: new Date("2023-05-14T18:28:10Z"), category: "groceries" },
            { id: 28, account_id: 208, amount: "97.96", transaction_date: new Date("2022-07-16T18:20:49Z"), category: "groceries" },
            { id: 29, account_id: 146, amount: "-139.28", transaction_date: new Date("2022-08-14T13:27:09Z"), category: "groceries" },
            { id: 30, account_id: 286, amount: "432.00", transaction_date: new Date("2023-12-25T13:30:06Z"), category: "groceries" },
            { id: 31, account_id: 370, amount: "274.03", transaction_date: new Date("2023-12-31T10:53:09Z"), category: "groceries" },
            { id: 32, account_id: 59, amount: "474.03", transaction_date: new Date("2023-06-07T07:35:49Z"), category: "entertainment" },
            { id: 33, account_id: 100, amount: "486.28", transaction_date: new Date("2023-10-13T09:51:30Z"), category: "dining" },
            { id: 34, account_id: 111, amount: "332.73", transaction_date: new Date("2023-09-05T13:31:20Z"), category: "utilities" },
            { id: 35, account_id: 208, amount: "-279.68", transaction_date: new Date("2023-03-12T18:40:02Z"), category: "groceries" },
            { id: 36, account_id: 177, amount: "-156.41", transaction_date: new Date("2023-07-25T12:35:15Z"), category: "groceries" },
            { id: 37, account_id: 72, amount: "-25.25", transaction_date: new Date("2022-12-03T00:07:20Z"), category: "groceries" },
            { id: 38, account_id: 356, amount: "286.76", transaction_date: new Date("2022-03-27T07:41:39Z"), category: "groceries" },
            { id: 39, account_id: 175, amount: "-612.48", transaction_date: new Date("2023-06-06T13:46:50Z"), category: "groceries" },
            { id: 40, account_id: 36, amount: "433.66", transaction_date: new Date("2023-03-12T18:16:32Z"), category: "dining" },
            { id: 41, account_id: 34, amount: "-45.81", transaction_date: new Date("2023-08-20T17:27:10Z"), category: "other" },
            { id: 42, account_id: 124, amount: "237.21", transaction_date: new Date("2023-01-09T14:52:46Z"), category: "entertainment" },
            { id: 43, account_id: 4, amount: "119.09", transaction_date: new Date("2022-12-15T05:22:05Z"), category: "utilities" },
            { id: 44, account_id: 396, amount: "285.72", transaction_date: new Date("2022-08-30T12:11:10Z"), category: "dining" },
            { id: 45, account_id: 140, amount: "249.73", transaction_date: new Date("2023-12-03T23:08:21Z"), category: "utilities" },
            { id: 46, account_id: 354, amount: "-41.81", transaction_date: new Date("2023-09-30T11:08:42Z"), category: "dining" },
            { id: 47, account_id: 60, amount: "493.27", transaction_date: new Date("2023-10-02T13:32:14Z"), category: "entertainment" },
            { id: 48, account_id: 21, amount: "-383.77", transaction_date: new Date("2023-11-13T10:22:04Z"), category: "dining" },
            { id: 49, account_id: 324, amount: "179.51", transaction_date: new Date("2023-08-05T20:44:21Z"), category: "entertainment" },
            { id: 50, account_id: 277, amount: "258.15", transaction_date: new Date("2022-06-29T20:33:59Z"), category: "entertainment" },
            { id: 51, account_id: 249, amount: "-209.99", transaction_date: new Date("2023-04-18T18:00:57Z"), category: "groceries" },
            { id: 52, account_id: 261, amount: "218.18", transaction_date: new Date("2023-11-17T15:11:30Z"), category: "groceries" },
            { id: 53, account_id: 257, amount: "294.03", transaction_date: new Date("2022-03-31T20:34:47Z"), category: "dining" },
            { id: 54, account_id: 244, amount: "672.09", transaction_date: new Date("2023-02-16T23:51:32Z"), category: "groceries" },
            { id: 55, account_id: 204, amount: "-101.63", transaction_date: new Date("2022-08-02T16:06:15Z"), category: "dining" },
            { id: 56, account_id: 120, amount: "-244.79", transaction_date: new Date("2023-02-19T20:12:02Z"), category: "dining" },
            { id: 57, account_id: 117, amount: "-25.46", transaction_date: new Date("2022-11-15T17:47:29Z"), category: "entertainment" },
            { id: 58, account_id: 302, amount: "309.75", transaction_date: new Date("2022-01-02T19:11:55Z"), category: "groceries" },
            { id: 59, account_id: 173, amount: "-142.31", transaction_date: new Date("2022-11-25T17:12:05Z"), category: "entertainment" },
            { id: 60, account_id: 5, amount: "209.31", transaction_date: new Date("2022-09-10T08:43:55Z"), category: "groceries" },
            { id: 61, account_id: 31, amount: "597.79", transaction_date: new Date("2022-12-11T21:29:07Z"), category: "dining" },
            { id: 62, account_id: 341, amount: "23.39", transaction_date: new Date("2022-11-08T15:25:26Z"), category: "dining" },
            { id: 63, account_id: 373, amount: "208.39", transaction_date: new Date("2023-09-04T10:07:26Z"), category: "groceries" },
            { id: 64, account_id: 36, amount: "-447.56", transaction_date: new Date("2023-02-04T10:36:33Z"), category: "groceries" },
            { id: 65, account_id: 163, amount: "-221.53", transaction_date: new Date("2022-05-04T09:20:32Z"), category: "groceries" },
            { id: 66, account_id: 104, amount: "434.38", transaction_date: new Date("2023-11-05T22:12:30Z"), category: "groceries" },
            { id: 67, account_id: 332, amount: "-229.98", transaction_date: new Date("2022-06-12T21:16:37Z"), category: "groceries" },
            { id: 68, account_id: 184, amount: "448.17", transaction_date: new Date("2022-10-01T18:54:53Z"), category: "utilities" },
            { id: 69, account_id: 186, amount: "-267.55", transaction_date: new Date("2023-08-18T15:22:27Z"), category: "utilities" },
            { id: 70, account_id: 272, amount: "-151.28", transaction_date: new Date("2023-01-31T00:47:52Z"), category: "dining" },
            { id: 71, account_id: 28, amount: "-105.38", transaction_date: new Date("2022-11-19T01:02:04Z"), category: "groceries" },
            { id: 72, account_id: 326, amount: "-372.96", transaction_date: new Date("2022-06-07T06:27:52Z"), category: "entertainment" },
            { id: 73, account_id: 369, amount: "89.66", transaction_date: new Date("2023-03-27T20:43:40Z"), category: "utilities" },
            { id: 74, account_id: 130, amount: "-41.45", transaction_date: new Date("2023-05-20T13:12:58Z"), category: "groceries" },
            { id: 75, account_id: 315, amount: "19.92", transaction_date: new Date("2023-07-29T17:45:54Z"), category: "groceries" },
            { id: 76, account_id: 177, amount: "538.32", transaction_date: new Date("2023-02-07T07:43:13Z"), category: "other" },
            { id: 77, account_id: 138, amount: "179.30", transaction_date: new Date("2023-12-01T19:05:30Z"), category: "dining" },
            { id: 78, account_id: 282, amount: "39.93", transaction_date: new Date("2023-03-24T20:42:42Z"), category: "other" },
            { id: 79, account_id: 26, amount: "107.74", transaction_date: new Date("2022-05-12T21:36:18Z"), category: "dining" },
            { id: 80, account_id: 270, amount: "-218.71", transaction_date: new Date("2022-08-31T18:25:03Z"), category: "groceries" },
            { id: 81, account_id: 193, amount: "-57.56", transaction_date: new Date("2023-10-03T10:47:39Z"), category: "dining" },
            { id: 82, account_id: 200, amount: "131.35", transaction_date: new Date("2023-11-08T15:32:01Z"), category: "groceries" },
            { id: 83, account_id: 271, amount: "-87.89", transaction_date: new Date("2022-12-24T18:02:53Z"), category: "dining" },
            { id: 84, account_id: 285, amount: "-260.42", transaction_date: new Date("2022-06-23T12:13:41Z"), category: "dining" },
            { id: 85, account_id: 400, amount: "395.43", transaction_date: new Date("2023-07-27T16:40:23Z"), category: "groceries" },
            { id: 86, account_id: 140, amount: "265.10", transaction_date: new Date("2022-08-21T22:06:16Z"), category: "dining" },
            { id: 87, account_id: 27, amount: "-165.73", transaction_date: new Date("2023-10-02T09:32:04Z"), category: "dining" },
            { id: 88, account_id: 52, amount: "180.97", transaction_date: new Date("2022-08-21T09:37:33Z"), category: "dining" },
            { id: 89, account_id: 11, amount: "530.08", transaction_date: new Date("2023-06-04T22:23:44Z"), category: "entertainment" },
            { id: 90, account_id: 44, amount: "453.81", transaction_date: new Date("2023-06-15T08:26:40Z"), category: "entertainment" },
            { id: 91, account_id: 95, amount: "-196.85", transaction_date: new Date("2022-03-24T18:44:54Z"), category: "dining" },
            { id: 92, account_id: 134, amount: "-22.78", transaction_date: new Date("2022-08-10T08:42:02Z"), category: "entertainment" },
            { id: 93, account_id: 389, amount: "422.39", transaction_date: new Date("2023-11-25T18:39:57Z"), category: "groceries" },
            { id: 94, account_id: 85, amount: "-575.47", transaction_date: new Date("2022-02-21T12:45:00Z"), category: "groceries" },
            { id: 95, account_id: 361, amount: "336.73", transaction_date: new Date("2023-01-12T11:55:17Z"), category: "groceries" },
            { id: 96, account_id: 123, amount: "-160.73", transaction_date: new Date("2022-05-31T22:00:54Z"), category: "groceries" },
            { id: 97, account_id: 20, amount: "-110.36", transaction_date: new Date("2022-06-27T20:22:18Z"), category: "groceries" },
            { id: 98, account_id: 374, amount: "5.12", transaction_date: new Date("2023-09-25T08:47:11Z"), category: "entertainment" },
            { id: 99, account_id: 353, amount: "-210.38", transaction_date: new Date("2023-12-23T09:52:42Z"), category: "dining" },
            { id: 100, account_id: 359, amount: "304.25", transaction_date: new Date("2023-07-18T17:18:09Z"), category: "dining" },
            { id: 101, account_id: 191, amount: "-144.53", transaction_date: new Date("2023-09-14T06:23:52Z"), category: "groceries" },
            { id: 102, account_id: 161, amount: "-398.19", transaction_date: new Date("2022-11-03T14:19:00Z"), category: "groceries" },
            { id: 103, account_id: 162, amount: "-418.82", transaction_date: new Date("2022-07-27T16:57:13Z"), category: "other" },
            { id: 104, account_id: 240, amount: "-511.02", transaction_date: new Date("2023-07-10T04:24:57Z"), category: "entertainment" },
            { id: 105, account_id: 150, amount: "92.63", transaction_date: new Date("2023-11-22T18:57:17Z"), category: "groceries" },
            { id: 106, account_id: 360, amount: "31.87", transaction_date: new Date("2023-12-13T20:40:42Z"), category: "other" },
            { id: 107, account_id: 216, amount: "-578.93", transaction_date: new Date("2023-03-30T12:14:36Z"), category: "dining" },
            { id: 108, account_id: 132, amount: "-131.42", transaction_date: new Date("2023-05-10T18:22:03Z"), category: "groceries" },
            { id: 109, account_id: 190, amount: "-187.31", transaction_date: new Date("2023-03-01T19:08:07Z"), category: "entertainment" },
            { id: 110, account_id: 28, amount: "199.24", transaction_date: new Date("2023-08-12T11:00:25Z"), category: "entertainment" },
            { id: 111, account_id: 61, amount: "246.66", transaction_date: new Date("2022-11-17T18:05:21Z"), category: "dining" },
            { id: 112, account_id: 283, amount: "11.23", transaction_date: new Date("2022-03-14T18:30:21Z"), category: "dining" },
            { id: 113, account_id: 221, amount: "-29.82", transaction_date: new Date("2023-08-17T00:49:23Z"), category: "dining" },
            { id: 114, account_id: 291, amount: "-126.61", transaction_date: new Date("2023-05-08T21:55:54Z"), category: "dining" },
            { id: 115, account_id: 142, amount: "49.49", transaction_date: new Date("2022-12-03T01:31:11Z"), category: "groceries" },
            { id: 116, account_id: 327, amount: "-156.24", transaction_date: new Date("2023-10-14T18:10:02Z"), category: "dining" },
            { id: 117, account_id: 323, amount: "177.94", transaction_date: new Date("2022-09-23T12:31:13Z"), category: "groceries" },
            { id: 118, account_id: 154, amount: "-428.04", transaction_date: new Date("2023-10-27T23:45:10Z"), category: "entertainment" },
            { id: 119, account_id: 386, amount: "36.90", transaction_date: new Date("2023-10-25T21:44:05Z"), category: "groceries" },
            { id: 120, account_id: 43, amount: "112.04", transaction_date: new Date("2023-09-27T16:10:54Z"), category: "groceries" },
            { id: 121, account_id: 112, amount: "134.92", transaction_date: new Date("2023-06-03T10:14:55Z"), category: "groceries" },
            { id: 122, account_id: 11, amount: "-248.17", transaction_date: new Date("2022-07-31T15:55:29Z"), category: "dining" },
            { id: 123, account_id: 188, amount: "-349.11", transaction_date: new Date("2023-05-29T14:57:45Z"), category: "entertainment" },
            { id: 124, account_id: 42, amount: "-138.16", transaction_date: new Date("2022-08-19T17:34:24Z"), category: "other" },
            { id: 125, account_id: 15, amount: "-533.26", transaction_date: new Date("2022-03-01T19:07:44Z"), category: "dining" },
            { id: 126, account_id: 233, amount: "319.91", transaction_date: new Date("2023-04-06T18:17:44Z"), category: "utilities" },
            { id: 127, account_id: 343, amount: "127.85", transaction_date: new Date("2022-07-10T18:07:42Z"), category: "entertainment" },
            { id: 128, account_id: 56, amount: "587.16", transaction_date: new Date("2023-09-06T06:08:38Z"), category: "groceries" },
            { id: 129, account_id: 300, amount: "194.10", transaction_date: new Date("2022-12-31T20:42:42Z"), category: "utilities" },
            { id: 130, account_id: 111, amount: "-150.72", transaction_date: new Date("2023-12-09T11:41:30Z"), category: "dining" },
            { id: 131, account_id: 157, amount: "105.72", transaction_date: new Date("2022-06-19T13:43:30Z"), category: "groceries" },
            { id: 132, account_id: 29, amount: "-397.74", transaction_date: new Date("2023-03-09T12:03:36Z"), category: "entertainment" },
            { id: 133, account_id: 315, amount: "-82.18", transaction_date: new Date("2023-10-06T20:22:26Z"), category: "groceries" },
            { id: 134, account_id: 132, amount: "88.59", transaction_date: new Date("2023-09-28T18:20:16Z"), category: "utilities" },
            { id: 135, account_id: 102, amount: "336.11", transaction_date: new Date("2023-01-02T19:18:36Z"), category: "utilities" },
            { id: 136, account_id: 11, amount: "293.17", transaction_date: new Date("2023-06-02T18:13:30Z"), category: "groceries" },
            { id: 137, account_id: 119, amount: "-459.12", transaction_date: new Date("2023-10-01T14:21:33Z"), category: "groceries" },
            { id: 138, account_id: 117, amount: "544.73", transaction_date: new Date("2023-08-18T06:09:13Z"), category: "entertainment" },
            { id: 139, account_id: 259, amount: "-255.34", transaction_date: new Date("2023-10-30T21:57:29Z"), category: "dining" },
            { id: 140, account_id: 189, amount: "-184.80", transaction_date: new Date("2023-08-30T17:28:02Z"), category: "groceries" },
            { id: 141, account_id: 197, amount: "-179.79", transaction_date: new Date("2023-07-16T13:37:06Z"), category: "dining" },
            { id: 142, account_id: 378, amount: "469.31", transaction_date: new Date("2023-10-16T16:52:17Z"), category: "entertainment" },
            { id: 143, account_id: 73, amount: "-222.02", transaction_date: new Date("2023-12-26T22:27:39Z"), category: "entertainment" },
            { id: 144, account_id: 328, amount: "-135.27", transaction_date: new Date("2023-04-04T17:39:52Z"), category: "other" },
            { id: 145, account_id: 237, amount: "-162.14", transaction_date: new Date("2023-04-21T10:32:23Z"), category: "groceries" },
            { id: 146, account_id: 369, amount: "85.05", transaction_date: new Date("2023-10-27T12:35:57Z"), category: "groceries" },
            { id: 147, account_id: 238, amount: "66.68", transaction_date: new Date("2022-10-30T14:22:07Z"), category: "entertainment" },
            { id: 148, account_id: 350, amount: "-22.38", transaction_date: new Date("2023-03-03T17:57:12Z"), category: "dining" },
            { id: 149, account_id: 345, amount: "-184.33", transaction_date: new Date("2023-03-18T20:13:20Z"), category: "utilities" },
            { id: 150, account_id: 367, amount: "-28.23", transaction_date: new Date("2023-05-18T09:08:18Z"), category: "groceries" },
            { id: 151, account_id: 198, amount: "-28.26", transaction_date: new Date("2023-10-11T13:26:22Z"), category: "other" },
            { id: 152, account_id: 40, amount: "-184.87", transaction_date: new Date("2022-05-02T11:55:46Z"), category: "groceries" },
            { id: 153, account_id: 6, amount: "157.11", transaction_date: new Date("2023-01-02T08:01:21Z"), category: "groceries" },
            { id: 154, account_id: 364, amount: "-246.33", transaction_date: new Date("2022-12-27T20:24:16Z"), category: "entertainment" },
            { id: 155, account_id: 219, amount: "-73.38", transaction_date: new Date("2023-09-11T17:06:15Z"), category: "dining" },
            { id: 156, account_id: 357, amount: "182.21", transaction_date: new Date("2023-11-09T13:02:20Z"), category: "entertainment" },
            { id: 157, account_id: 118, amount: "519.93", transaction_date: new Date("2022-10-19T17:12:36Z"), category: "entertainment" },
            { id: 158, account_id: 292, amount: "-51.54", transaction_date: new Date("2023-10-08T20:21:13Z"), category: "utilities" },
            { id: 159, account_id: 337, amount: "-539.88", transaction_date: new Date("2023-07-07T05:08:11Z"), category: "utilities" },
            { id: 160, account_id: 89, amount: "149.62", transaction_date: new Date("2023-01-10T13:11:24Z"), category: "groceries" },
            { id: 161, account_id: 123, amount: "-123.96", transaction_date: new Date("2023-03-07T13:36:56Z"), category: "groceries" },
            { id: 162, account_id: 124, amount: "-537.55", transaction_date: new Date("2022-07-31T23:54:30Z"), category: "groceries" },
            { id: 163, account_id: 320, amount: "-224.41", transaction_date: new Date("2023-03-24T14:18:53Z"), category: "groceries" },
            { id: 164, account_id: 322, amount: "224.17", transaction_date: new Date("2022-05-07T18:13:43Z"), category: "dining" },
            { id: 165, account_id: 175, amount: "162.69", transaction_date: new Date("2023-05-05T04:35:53Z"), category: "entertainment" },
            { id: 166, account_id: 227, amount: "114.66", transaction_date: new Date("2023-03-01T21:47:44Z"), category: "groceries" },
            { id: 167, account_id: 68, amount: "-385.63", transaction_date: new Date("2023-04-13T01:20:19Z"), category: "other" },
            { id: 168, account_id: 107, amount: "188.44", transaction_date: new Date("2023-09-14T21:06:49Z"), category: "utilities" },
            { id: 169, account_id: 224, amount: "-48.98", transaction_date: new Date("2023-02-26T11:27:26Z"), category: "dining" },
            { id: 170, account_id: 171, amount: "121.70", transaction_date: new Date("2022-03-18T19:12:41Z"), category: "groceries" },
            { id: 171, account_id: 384, amount: "-490.48", transaction_date: new Date("2023-03-05T21:15:06Z"), category: "groceries" },
            { id: 172, account_id: 313, amount: "296.03", transaction_date: new Date("2023-06-12T11:39:08Z"), category: "groceries" },
            { id: 173, account_id: 220, amount: "462.56", transaction_date: new Date("2023-03-10T20:18:57Z"), category: "groceries" },
            { id: 174, account_id: 133, amount: "107.00", transaction_date: new Date("2022-04-12T15:19:34Z"), category: "dining" },
            { id: 175, account_id: 20, amount: "-489.11", transaction_date: new Date("2023-03-27T07:21:19Z"), category: "dining" },
            { id: 176, account_id: 48, amount: "-44.87", transaction_date: new Date("2023-05-06T19:04:24Z"), category: "other" },
            { id: 177, account_id: 5, amount: "0.92", transaction_date: new Date("2022-07-01T13:00:21Z"), category: "entertainment" },
            { id: 178, account_id: 31, amount: "178.35", transaction_date: new Date("2023-11-04T12:03:32Z"), category: "groceries" },
            { id: 179, account_id: 284, amount: "-130.09", transaction_date: new Date("2023-06-30T10:02:07Z"), category: "other" },
            { id: 180, account_id: 62, amount: "207.17", transaction_date: new Date("2022-10-19T09:46:53Z"), category: "groceries" },
            { id: 181, account_id: 40, amount: "-109.07", transaction_date: new Date("2023-10-21T21:53:05Z"), category: "utilities" },
            { id: 182, account_id: 44, amount: "-58.01", transaction_date: new Date("2023-10-09T13:38:01Z"), category: "groceries" },
            { id: 183, account_id: 319, amount: "-587.15", transaction_date: new Date("2022-03-14T06:53:56Z"), category: "dining" },
            { id: 184, account_id: 101, amount: "23.43", transaction_date: new Date("2023-01-25T14:27:36Z"), category: "other" },
            { id: 185, account_id: 16, amount: "86.42", transaction_date: new Date("2023-02-14T09:32:48Z"), category: "groceries" },
            { id: 186, account_id: 362, amount: "500.52", transaction_date: new Date("2023-02-14T19:23:45Z"), category: "dining" },
            { id: 187, account_id: 243, amount: "260.58", transaction_date: new Date("2023-09-21T07:37:56Z"), category: "groceries" },
            { id: 188, account_id: 22, amount: "-600.22", transaction_date: new Date("2023-11-02T19:47:31Z"), category: "dining" },
            { id: 189, account_id: 77, amount: "627.67", transaction_date: new Date("2023-02-28T12:11:19Z"), category: "groceries" },
            { id: 190, account_id: 13, amount: "350.35", transaction_date: new Date("2023-09-12T18:01:56Z"), category: "dining" },
            { id: 191, account_id: 314, amount: "-468.49", transaction_date: new Date("2022-08-07T11:57:47Z"), category: "dining" },
            { id: 192, account_id: 252, amount: "-343.34", transaction_date: new Date("2022-06-04T18:17:09Z"), category: "groceries" },
            { id: 193, account_id: 168, amount: "188.24", transaction_date: new Date("2023-01-02T22:13:34Z"), category: "dining" },
            { id: 194, account_id: 137, amount: "510.10", transaction_date: new Date("2022-11-22T19:11:49Z"), category: "groceries" },
            { id: 195, account_id: 123, amount: "-92.96", transaction_date: new Date("2023-09-10T21:16:32Z"), category: "dining" },
            { id: 196, account_id: 20, amount: "294.51", transaction_date: new Date("2022-11-17T23:09:27Z"), category: "utilities" },
            { id: 197, account_id: 160, amount: "106.91", transaction_date: new Date("2023-03-23T16:50:13Z"), category: "groceries" },
            { id: 198, account_id: 392, amount: "-313.67", transaction_date: new Date("2023-05-02T18:28:17Z"), category: "entertainment" },
            { id: 199, account_id: 56, amount: "-316.36", transaction_date: new Date("2023-11-26T18:43:56Z"), category: "groceries" },
            { id: 200, account_id: 292, amount: "-249.02", transaction_date: new Date("2023-05-25T09:35:30Z"), category: "dining" },
            { id: 201, account_id: 373, amount: "416.75", transaction_date: new Date("2023-01-16T20:17:05Z"), category: "groceries" },
            { id: 202, account_id: 254, amount: "-228.74", transaction_date: new Date("2023-12-07T12:03:21Z"), category: "groceries" },
            { id: 203, account_id: 265, amount: "-88.33", transaction_date: new Date("2022-05-24T15:04:55Z"), category: "utilities" },
            { id: 204, account_id: 387, amount: "378.48", transaction_date: new Date("2023-09-24T11:36:35Z"), category: "groceries" },
            { id: 205, account_id: 60, amount: "-141.95", transaction_date: new Date("2023-06-22T08:45:58Z"), category: "groceries" },
            { id: 206, account_id: 295, amount: "-471.83", transaction_date: new Date("2023-11-14T10:03:41Z"), category: "dining" },
            { id: 207, account_id: 227, amount: "345.34", transaction_date: new Date("2022-11-22T17:43:44Z"), category: "dining" },
            { id: 208, account_id: 73, amount: "-38.96", transaction_date: new Date("2023-01-11T15:05:49Z"), category: "groceries" },
            { id: 209, account_id: 245, amount: "-212.64", transaction_date: new Date("2022-04-18T19:47:01Z"), category: "groceries" },
            { id: 210, account_id: 70, amount: "-536.54", transaction_date: new Date("2023-11-11T12:05:02Z"), category: "groceries" },
            { id: 211, account_id: 194, amount: "769.09", transaction_date: new Date("2022-06-04T13:21:37Z"), category: "utilities" },
            { id: 212, account_id: 350, amount: "-67.37", transaction_date: new Date("2023-05-23T08:13:06Z"), category: "dining" },
            { id: 213, account_id: 20, amount: "-309.68", transaction_date: new Date("2023-05-10T17:25:17Z"), category: "entertainment" },
            { id: 214, account_id: 168, amount: "220.79", transaction_date: new Date("2022-10-12T10:08:49Z"), category: "dining" },
            { id: 215, account_id: 306, amount: "-229.06", transaction_date: new Date("2023-12-28T21:25:02Z"), category: "groceries" },
            { id: 216, account_id: 10, amount: "-46.93", transaction_date: new Date("2023-05-29T20:09:29Z"), category: "groceries" },
            { id: 217, account_id: 310, amount: "316.72", transaction_date: new Date("2022-10-29T09:31:29Z"), category: "groceries" },
            { id: 218, account_id: 396, amount: "-164.79", transaction_date: new Date("2023-02-23T07:33:05Z"), category: "utilities" },
            { id: 219, account_id: 34, amount: "-58.46", transaction_date: new Date("2022-11-12T21:38:28Z"), category: "dining" },
            { id: 220, account_id: 199, amount: "-276.30", transaction_date: new Date("2022-10-13T18:54:59Z"), category: "dining" },
            { id: 221, account_id: 204, amount: "278.44", transaction_date: new Date("2022-11-24T09:19:00Z"), category: "dining" },
            { id: 222, account_id: 393, amount: "61.78", transaction_date: new Date("2023-11-16T18:06:51Z"), category: "groceries" },
            { id: 223, account_id: 43, amount: "188.29", transaction_date: new Date("2022-10-16T13:32:02Z"), category: "dining" },
            { id: 224, account_id: 231, amount: "-222.84", transaction_date: new Date("2023-08-11T21:27:52Z"), category: "dining" },
            { id: 225, account_id: 245, amount: "-130.02", transaction_date: new Date("2023-11-29T14:23:27Z"), category: "groceries" },
            { id: 226, account_id: 102, amount: "-48.37", transaction_date: new Date("2023-04-14T19:52:01Z"), category: "dining" },
            { id: 227, account_id: 85, amount: "145.88", transaction_date: new Date("2022-03-09T08:25:15Z"), category: "dining" },
            { id: 228, account_id: 184, amount: "203.61", transaction_date: new Date("2023-01-24T17:19:49Z"), category: "groceries" },
            { id: 229, account_id: 333, amount: "-271.68", transaction_date: new Date("2023-03-04T16:15:24Z"), category: "groceries" },
            { id: 230, account_id: 194, amount: "-261.90", transaction_date: new Date("2023-09-19T19:53:51Z"), category: "utilities" },
            { id: 231, account_id: 367, amount: "-614.97", transaction_date: new Date("2022-07-05T11:37:59Z"), category: "groceries" },
            { id: 232, account_id: 140, amount: "38.70", transaction_date: new Date("2022-12-01T07:22:56Z"), category: "groceries" },
            { id: 233, account_id: 339, amount: "515.52", transaction_date: new Date("2022-07-24T18:38:41Z"), category: "groceries" },
            { id: 234, account_id: 81, amount: "-553.98", transaction_date: new Date("2022-03-19T07:37:08Z"), category: "groceries" },
            { id: 235, account_id: 193, amount: "-318.91", transaction_date: new Date("2023-04-29T19:13:31Z"), category: "entertainment" },
            { id: 236, account_id: 187, amount: "406.88", transaction_date: new Date("2022-01-16T12:24:22Z"), category: "groceries" },
            { id: 237, account_id: 252, amount: "103.14", transaction_date: new Date("2022-09-01T10:22:25Z"), category: "groceries" },
            { id: 238, account_id: 287, amount: "-106.06", transaction_date: new Date("2022-12-01T15:55:26Z"), category: "groceries" },
            { id: 239, account_id: 100, amount: "286.62", transaction_date: new Date("2023-07-30T20:48:56Z"), category: "groceries" },
            { id: 240, account_id: 289, amount: "-124.90", transaction_date: new Date("2023-10-25T19:22:53Z"), category: "groceries" },
            { id: 241, account_id: 390, amount: "373.97", transaction_date: new Date("2022-07-05T21:42:47Z"), category: "entertainment" },
            { id: 242, account_id: 21, amount: "17.09", transaction_date: new Date("2023-04-15T02:04:33Z"), category: "dining" },
            { id: 243, account_id: 360, amount: "-322.50", transaction_date: new Date("2022-06-01T08:22:54Z"), category: "groceries" },
            { id: 244, account_id: 350, amount: "-606.66", transaction_date: new Date("2022-09-16T09:54:18Z"), category: "groceries" },
            { id: 245, account_id: 180, amount: "24.58", transaction_date: new Date("2023-06-27T15:19:20Z"), category: "dining" },
            { id: 246, account_id: 173, amount: "175.05", transaction_date: new Date("2023-06-27T11:13:37Z"), category: "utilities" },
            { id: 247, account_id: 325, amount: "138.68", transaction_date: new Date("2023-07-19T21:22:48Z"), category: "groceries" },
            { id: 248, account_id: 158, amount: "509.88", transaction_date: new Date("2022-08-03T14:09:28Z"), category: "groceries" },
            { id: 249, account_id: 143, amount: "-381.71", transaction_date: new Date("2023-01-25T18:57:59Z"), category: "dining" },
            { id: 250, account_id: 156, amount: "-306.54", transaction_date: new Date("2023-03-27T14:13:30Z"), category: "groceries" },
            { id: 251, account_id: 89, amount: "-255.79", transaction_date: new Date("2023-06-06T15:40:20Z"), category: "dining" },
            { id: 252, account_id: 260, amount: "-94.42", transaction_date: new Date("2023-03-24T17:11:32Z"), category: "utilities" },
            { id: 253, account_id: 197, amount: "85.24", transaction_date: new Date("2023-04-06T21:32:25Z"), category: "groceries" },
            { id: 254, account_id: 78, amount: "-259.83", transaction_date: new Date("2023-07-01T16:22:22Z"), category: "utilities" },
            { id: 255, account_id: 113, amount: "342.45", transaction_date: new Date("2022-09-08T06:14:59Z"), category: "entertainment" },
            { id: 256, account_id: 382, amount: "65.84", transaction_date: new Date("2022-09-07T21:07:48Z"), category: "entertainment" },
            { id: 257, account_id: 110, amount: "181.56", transaction_date: new Date("2023-10-03T22:52:39Z"), category: "groceries" },
            { id: 258, account_id: 265, amount: "-21.15", transaction_date: new Date("2022-11-23T13:40:00Z"), category: "groceries" },
            { id: 259, account_id: 70, amount: "450.91", transaction_date: new Date("2022-08-18T19:48:48Z"), category: "utilities" },
            { id: 260, account_id: 230, amount: "376.95", transaction_date: new Date("2022-02-09T10:00:11Z"), category: "dining" },
            { id: 261, account_id: 38, amount: "229.39", transaction_date: new Date("2022-08-14T12:40:37Z"), category: "groceries" },
            { id: 262, account_id: 130, amount: "-133.89", transaction_date: new Date("2023-04-28T15:30:20Z"), category: "groceries" },
            { id: 263, account_id: 389, amount: "-374.17", transaction_date: new Date("2022-05-30T11:11:11Z"), category: "groceries" },
            { id: 264, account_id: 17, amount: "371.66", transaction_date: new Date("2023-08-12T19:55:52Z"), category: "groceries" },
            { id: 265, account_id: 368, amount: "-142.50", transaction_date: new Date("2022-03-31T17:48:18Z"), category: "other" },
            { id: 266, account_id: 239, amount: "-360.01", transaction_date: new Date("2022-10-09T18:47:47Z"), category: "dining" },
            { id: 267, account_id: 234, amount: "124.89", transaction_date: new Date("2023-03-30T18:34:02Z"), category: "entertainment" },
            { id: 268, account_id: 297, amount: "-72.26", transaction_date: new Date("2022-12-28T06:28:54Z"), category: "entertainment" },
            { id: 269, account_id: 143, amount: "163.01", transaction_date: new Date("2023-05-09T22:06:26Z"), category: "dining" },
            { id: 270, account_id: 61, amount: "501.86", transaction_date: new Date("2023-10-18T16:13:11Z"), category: "entertainment" },
            { id: 271, account_id: 228, amount: "43.18", transaction_date: new Date("2022-02-21T15:16:22Z"), category: "groceries" },
            { id: 272, account_id: 290, amount: "60.74", transaction_date: new Date("2023-04-01T19:29:09Z"), category: "dining" },
            { id: 273, account_id: 101, amount: "-702.38", transaction_date: new Date("2022-11-07T19:08:53Z"), category: "groceries" },
            { id: 274, account_id: 33, amount: "42.23", transaction_date: new Date("2023-05-05T19:27:53Z"), category: "utilities" },
            { id: 275, account_id: 181, amount: "-22.33", transaction_date: new Date("2023-09-28T10:46:30Z"), category: "dining" },
            { id: 276, account_id: 78, amount: "131.96", transaction_date: new Date("2022-05-05T19:20:27Z"), category: "dining" },
            { id: 277, account_id: 214, amount: "200.95", transaction_date: new Date("2023-12-25T19:23:30Z"), category: "dining" },
            { id: 278, account_id: 263, amount: "-271.21", transaction_date: new Date("2022-06-09T15:41:22Z"), category: "other" },
            { id: 279, account_id: 171, amount: "132.77", transaction_date: new Date("2023-07-06T17:43:54Z"), category: "groceries" },
            { id: 280, account_id: 393, amount: "-160.32", transaction_date: new Date("2022-11-03T12:38:22Z"), category: "groceries" },
            { id: 281, account_id: 94, amount: "-167.34", transaction_date: new Date("2023-01-23T12:05:29Z"), category: "groceries" },
            { id: 282, account_id: 61, amount: "-117.22", transaction_date: new Date("2023-09-09T17:00:59Z"), category: "groceries" },
            { id: 283, account_id: 108, amount: "2.28", transaction_date: new Date("2022-11-15T14:28:18Z"), category: "dining" },
            { id: 284, account_id: 328, amount: "-21.32", transaction_date: new Date("2022-11-17T23:55:12Z"), category: "groceries" },
            { id: 285, account_id: 95, amount: "200.64", transaction_date: new Date("2023-09-27T09:28:32Z"), category: "groceries" },
            { id: 286, account_id: 94, amount: "-570.05", transaction_date: new Date("2022-11-06T19:42:31Z"), category: "groceries" },
            { id: 287, account_id: 398, amount: "-2.25", transaction_date: new Date("2022-09-09T09:49:09Z"), category: "groceries" },
            { id: 288, account_id: 327, amount: "31.70", transaction_date: new Date("2023-03-28T13:43:34Z"), category: "dining" },
            { id: 289, account_id: 219, amount: "127.10", transaction_date: new Date("2022-05-24T21:46:53Z"), category: "groceries" },
            { id: 290, account_id: 118, amount: "-131.38", transaction_date: new Date("2022-06-20T19:16:48Z"), category: "groceries" },
            { id: 291, account_id: 276, amount: "256.21", transaction_date: new Date("2023-10-16T20:13:53Z"), category: "utilities" },
            { id: 292, account_id: 203, amount: "242.46", transaction_date: new Date("2023-11-29T19:51:11Z"), category: "entertainment" },
            { id: 293, account_id: 365, amount: "-92.81", transaction_date: new Date("2022-05-19T17:57:43Z"), category: "groceries" },
            { id: 294, account_id: 182, amount: "-10.02", transaction_date: new Date("2022-08-11T15:54:13Z"), category: "groceries" },
            { id: 295, account_id: 87, amount: "-13.57", transaction_date: new Date("2022-08-02T17:51:24Z"), category: "groceries" },
            { id: 296, account_id: 259, amount: "390.18", transaction_date: new Date("2023-10-08T13:48:06Z"), category: "dining" },
            { id: 297, account_id: 365, amount: "-496.04", transaction_date: new Date("2022-11-14T18:49:17Z"), category: "groceries" },
            { id: 298, account_id: 252, amount: "-192.49", transaction_date: new Date("2023-01-20T20:01:52Z"), category: "dining" },
            { id: 299, account_id: 260, amount: "276.33", transaction_date: new Date("2022-04-20T16:56:26Z"), category: "entertainment" },
            { id: 300, account_id: 176, amount: "513.16", transaction_date: new Date("2022-06-19T07:54:12Z"), category: "other" },
            { id: 301, account_id: 277, amount: "-167.78", transaction_date: new Date("2023-10-02T17:38:55Z"), category: "entertainment" },
            { id: 302, account_id: 2, amount: "-252.09", transaction_date: new Date("2022-11-08T09:54:10Z"), category: "dining" },
            { id: 303, account_id: 90, amount: "100.66", transaction_date: new Date("2023-12-20T21:40:31Z"), category: "groceries" },
            { id: 304, account_id: 37, amount: "279.56", transaction_date: new Date("2022-06-28T14:53:24Z"), category: "groceries" },
            { id: 305, account_id: 289, amount: "311.37", transaction_date: new Date("2022-08-22T12:28:57Z"), category: "dining" },
            { id: 306, account_id: 317, amount: "-29.30", transaction_date: new Date("2023-12-27T09:51:51Z"), category: "groceries" },
            { id: 307, account_id: 357, amount: "-199.02", transaction_date: new Date("2023-01-09T08:05:13Z"), category: "groceries" },
            { id: 308, account_id: 62, amount: "-307.88", transaction_date: new Date("2023-05-02T00:23:06Z"), category: "groceries" },
            { id: 309, account_id: 111, amount: "-325.79", transaction_date: new Date("2023-05-23T22:22:28Z"), category: "entertainment" },
            { id: 310, account_id: 17, amount: "245.82", transaction_date: new Date("2023-10-20T18:34:48Z"), category: "groceries" },
            { id: 311, account_id: 147, amount: "-154.53", transaction_date: new Date("2022-03-30T13:48:36Z"), category: "groceries" },
            { id: 312, account_id: 372, amount: "-436.31", transaction_date: new Date("2022-08-17T15:31:35Z"), category: "other" },
            { id: 313, account_id: 73, amount: "-56.70", transaction_date: new Date("2023-06-19T18:34:39Z"), category: "groceries" },
            { id: 314, account_id: 139, amount: "171.61", transaction_date: new Date("2023-07-09T17:25:59Z"), category: "groceries" },
            { id: 315, account_id: 393, amount: "164.88", transaction_date: new Date("2023-10-17T06:06:21Z"), category: "groceries" },
            { id: 316, account_id: 178, amount: "270.52", transaction_date: new Date("2023-10-30T14:21:51Z"), category: "groceries" },
            { id: 317, account_id: 177, amount: "271.99", transaction_date: new Date("2023-03-15T19:57:29Z"), category: "groceries" },
            { id: 318, account_id: 170, amount: "724.66", transaction_date: new Date("2023-06-08T20:18:28Z"), category: "dining" },
            { id: 319, account_id: 7, amount: "-97.62", transaction_date: new Date("2023-04-25T16:51:24Z"), category: "entertainment" },
            { id: 320, account_id: 118, amount: "-58.40", transaction_date: new Date("2023-03-27T17:51:45Z"), category: "entertainment" },
            { id: 321, account_id: 317, amount: "-284.50", transaction_date: new Date("2023-05-13T17:48:29Z"), category: "groceries" },
            { id: 322, account_id: 69, amount: "142.89", transaction_date: new Date("2023-09-13T13:24:12Z"), category: "groceries" },
            { id: 323, account_id: 97, amount: "140.10", transaction_date: new Date("2022-08-15T19:36:53Z"), category: "groceries" },
            { id: 324, account_id: 296, amount: "644.62", transaction_date: new Date("2023-10-07T16:19:04Z"), category: "groceries" },
            { id: 325, account_id: 388, amount: "-149.12", transaction_date: new Date("2023-04-11T21:29:32Z"), category: "groceries" },
            { id: 326, account_id: 190, amount: "-24.89", transaction_date: new Date("2023-12-03T17:22:14Z"), category: "entertainment" },
            { id: 327, account_id: 397, amount: "-121.63", transaction_date: new Date("2022-11-17T19:06:18Z"), category: "groceries" },
            { id: 328, account_id: 168, amount: "346.83", transaction_date: new Date("2023-06-14T00:40:52Z"), category: "groceries" },
            { id: 329, account_id: 373, amount: "-374.22", transaction_date: new Date("2023-11-06T05:35:21Z"), category: "groceries" },
            { id: 330, account_id: 137, amount: "-185.22", transaction_date: new Date("2023-04-22T12:00:07Z"), category: "groceries" },
            { id: 331, account_id: 307, amount: "69.80", transaction_date: new Date("2023-09-19T18:11:44Z"), category: "groceries" },
            { id: 332, account_id: 184, amount: "150.13", transaction_date: new Date("2022-07-25T15:27:42Z"), category: "groceries" },
            { id: 333, account_id: 239, amount: "402.46", transaction_date: new Date("2022-04-06T11:43:58Z"), category: "groceries" },
            { id: 334, account_id: 364, amount: "34.95", transaction_date: new Date("2023-09-19T09:44:49Z"), category: "entertainment" },
            { id: 335, account_id: 219, amount: "-3.78", transaction_date: new Date("2023-08-26T09:05:34Z"), category: "dining" },
            { id: 336, account_id: 93, amount: "-79.96", transaction_date: new Date("2023-02-20T21:57:05Z"), category: "other" },
            { id: 337, account_id: 36, amount: "143.32", transaction_date: new Date("2022-12-15T19:41:55Z"), category: "groceries" },
            { id: 338, account_id: 337, amount: "192.97", transaction_date: new Date("2023-09-22T15:13:25Z"), category: "entertainment" },
            { id: 339, account_id: 42, amount: "-166.96", transaction_date: new Date("2022-11-02T20:14:33Z"), category: "other" },
            { id: 340, account_id: 54, amount: "-176.29", transaction_date: new Date("2023-11-15T20:29:45Z"), category: "dining" },
            { id: 341, account_id: 304, amount: "282.79", transaction_date: new Date("2022-09-14T19:17:41Z"), category: "dining" },
            { id: 342, account_id: 241, amount: "452.54", transaction_date: new Date("2023-11-27T00:24:25Z"), category: "groceries" },
            { id: 343, account_id: 201, amount: "257.34", transaction_date: new Date("2023-08-29T11:27:46Z"), category: "dining" },
            { id: 344, account_id: 334, amount: "124.48", transaction_date: new Date("2023-12-26T17:56:22Z"), category: "entertainment" },
            { id: 345, account_id: 322, amount: "284.43", transaction_date: new Date("2023-12-04T15:07:29Z"), category: "dining" },
            { id: 346, account_id: 174, amount: "-58.35", transaction_date: new Date("2023-09-14T15:40:44Z"), category: "groceries" },
            { id: 347, account_id: 365, amount: "-170.34", transaction_date: new Date("2022-03-29T07:25:43Z"), category: "groceries" },
            { id: 348, account_id: 100, amount: "294.42", transaction_date: new Date("2023-08-09T21:14:28Z"), category: "groceries" },
            { id: 349, account_id: 217, amount: "-385.63", transaction_date: new Date("2023-06-01T20:52:04Z"), category: "utilities" },
            { id: 350, account_id: 252, amount: "-163.68", transaction_date: new Date("2023-02-12T16:21:45Z"), category: "entertainment" },
            { id: 351, account_id: 253, amount: "-411.95", transaction_date: new Date("2023-06-05T23:11:52Z"), category: "groceries" },
            { id: 352, account_id: 127, amount: "236.24", transaction_date: new Date("2022-07-20T08:01:07Z"), category: "groceries" },
            { id: 353, account_id: 177, amount: "-640.86", transaction_date: new Date("2022-08-11T20:27:33Z"), category: "utilities" },
            { id: 354, account_id: 251, amount: "161.01", transaction_date: new Date("2023-08-07T06:02:04Z"), category: "groceries" },
            { id: 355, account_id: 264, amount: "65.78", transaction_date: new Date("2022-05-15T00:44:55Z"), category: "utilities" },
            { id: 356, account_id: 47, amount: "7.31", transaction_date: new Date("2022-07-02T20:05:04Z"), category: "groceries" },
            { id: 357, account_id: 272, amount: "274.79", transaction_date: new Date("2022-12-03T16:22:41Z"), category: "dining" },
            { id: 358, account_id: 268, amount: "100.96", transaction_date: new Date("2023-05-13T20:17:43Z"), category: "entertainment" },
            { id: 359, account_id: 47, amount: "138.12", transaction_date: new Date("2023-05-22T15:53:20Z"), category: "groceries" },
            { id: 360, account_id: 326, amount: "-221.32", transaction_date: new Date("2022-03-07T14:33:14Z"), category: "dining" },
            { id: 361, account_id: 6, amount: "-166.21", transaction_date: new Date("2023-06-10T19:45:25Z"), category: "other" },
            { id: 362, account_id: 110, amount: "112.96", transaction_date: new Date("2023-02-25T10:49:50Z"), category: "dining" },
            { id: 363, account_id: 206, amount: "-83.66", transaction_date: new Date("2022-01-13T18:27:24Z"), category: "dining" },
            { id: 364, account_id: 13, amount: "-555.71", transaction_date: new Date("2022-04-29T17:15:41Z"), category: "groceries" },
            { id: 365, account_id: 29, amount: "-271.12", transaction_date: new Date("2023-06-28T21:47:31Z"), category: "dining" },
            { id: 366, account_id: 125, amount: "-71.14", transaction_date: new Date("2023-04-17T10:41:16Z"), category: "entertainment" },
            { id: 367, account_id: 89, amount: "-64.69", transaction_date: new Date("2023-09-25T07:09:42Z"), category: "groceries" },
            { id: 368, account_id: 310, amount: "-22.75", transaction_date: new Date("2023-11-03T20:17:56Z"), category: "groceries" },
            { id: 369, account_id: 261, amount: "-592.93", transaction_date: new Date("2023-07-24T14:11:30Z"), category: "groceries" },
            { id: 370, account_id: 283, amount: "-748.21", transaction_date: new Date("2023-09-25T17:58:56Z"), category: "entertainment" },
            { id: 371, account_id: 243, amount: "47.69", transaction_date: new Date("2022-11-17T03:22:06Z"), category: "groceries" },
            { id: 372, account_id: 349, amount: "444.89", transaction_date: new Date("2023-11-28T00:22:29Z"), category: "groceries" },
            { id: 373, account_id: 280, amount: "105.75", transaction_date: new Date("2022-07-03T18:15:18Z"), category: "dining" },
            { id: 374, account_id: 240, amount: "-471.64", transaction_date: new Date("2023-09-14T18:03:48Z"), category: "groceries" },
            { id: 375, account_id: 227, amount: "-262.24", transaction_date: new Date("2022-07-05T17:38:45Z"), category: "dining" },
            { id: 376, account_id: 257, amount: "57.36", transaction_date: new Date("2022-08-04T10:06:47Z"), category: "dining" },
            { id: 377, account_id: 307, amount: "-42.63", transaction_date: new Date("2023-09-03T08:04:14Z"), category: "other" },
            { id: 378, account_id: 193, amount: "70.12", transaction_date: new Date("2023-08-01T07:39:43Z"), category: "dining" },
            { id: 379, account_id: 98, amount: "337.36", transaction_date: new Date("2023-10-20T21:20:01Z"), category: "groceries" },
            { id: 380, account_id: 137, amount: "106.36", transaction_date: new Date("2023-09-22T12:25:12Z"), category: "groceries" },
            { id: 381, account_id: 99, amount: "40.67", transaction_date: new Date("2023-07-09T13:16:04Z"), category: "dining" },
            { id: 382, account_id: 156, amount: "111.40", transaction_date: new Date("2023-10-21T22:25:41Z"), category: "entertainment" },
            { id: 383, account_id: 49, amount: "-127.62", transaction_date: new Date("2022-04-21T12:51:42Z"), category: "dining" },
            { id: 384, account_id: 316, amount: "36.53", transaction_date: new Date("2023-12-01T14:31:13Z"), category: "groceries" },
            { id: 385, account_id: 20, amount: "439.31", transaction_date: new Date("2022-09-21T03:27:55Z"), category: "groceries" },
            { id: 386, account_id: 390, amount: "262.41", transaction_date: new Date("2022-11-14T03:01:32Z"), category: "entertainment" },
            { id: 387, account_id: 25, amount: "408.29", transaction_date: new Date("2022-07-01T00:37:38Z"), category: "entertainment" },
            { id: 388, account_id: 319, amount: "311.17", transaction_date: new Date("2022-08-19T19:45:00Z"), category: "utilities" },
            { id: 389, account_id: 168, amount: "-110.46", transaction_date: new Date("2023-01-17T19:06:16Z"), category: "groceries" },
            { id: 390, account_id: 110, amount: "117.94", transaction_date: new Date("2023-02-27T09:44:55Z"), category: "groceries" },
            { id: 391, account_id: 156, amount: "266.04", transaction_date: new Date("2022-10-02T22:39:24Z"), category: "groceries" },
            { id: 392, account_id: 228, amount: "-208.43", transaction_date: new Date("2022-08-28T11:40:52Z"), category: "dining" },
            { id: 393, account_id: 168, amount: "-7.65", transaction_date: new Date("2022-12-17T09:27:25Z"), category: "other" },
            { id: 394, account_id: 212, amount: "59.67", transaction_date: new Date("2022-05-30T14:26:34Z"), category: "entertainment" },
            { id: 395, account_id: 3, amount: "-161.68", transaction_date: new Date("2023-04-15T07:52:10Z"), category: "groceries" },
            { id: 396, account_id: 225, amount: "-99.26", transaction_date: new Date("2022-03-27T17:33:57Z"), category: "groceries" },
            { id: 397, account_id: 149, amount: "57.42", transaction_date: new Date("2022-06-13T16:27:49Z"), category: "groceries" },
            { id: 398, account_id: 393, amount: "130.59", transaction_date: new Date("2022-06-28T17:22:12Z"), category: "entertainment" },
            { id: 399, account_id: 339, amount: "-121.72", transaction_date: new Date("2022-07-02T17:25:54Z"), category: "entertainment" },
            { id: 400, account_id: 277, amount: "571.23", transaction_date: new Date("2023-04-16T15:03:29Z"), category: "groceries" },
            { id: 401, account_id: 359, amount: "229.62", transaction_date: new Date("2022-04-07T21:55:40Z"), category: "groceries" },
            { id: 402, account_id: 150, amount: "-232.82", transaction_date: new Date("2023-09-12T20:01:25Z"), category: "dining" },
            { id: 403, account_id: 213, amount: "-254.54", transaction_date: new Date("2022-08-13T11:26:10Z"), category: "dining" },
            { id: 404, account_id: 39, amount: "364.61", transaction_date: new Date("2022-07-30T21:01:12Z"), category: "groceries" },
            { id: 405, account_id: 106, amount: "-37.93", transaction_date: new Date("2022-11-11T21:32:19Z"), category: "entertainment" },
            { id: 406, account_id: 211, amount: "-280.46", transaction_date: new Date("2023-01-17T17:31:06Z"), category: "dining" },
            { id: 407, account_id: 184, amount: "-462.89", transaction_date: new Date("2023-07-18T18:17:05Z"), category: "dining" },
            { id: 408, account_id: 320, amount: "700.63", transaction_date: new Date("2023-11-28T20:35:49Z"), category: "groceries" },
            { id: 409, account_id: 290, amount: "180.54", transaction_date: new Date("2023-09-05T17:03:48Z"), category: "utilities" },
            { id: 410, account_id: 116, amount: "108.88", transaction_date: new Date("2022-07-31T15:00:46Z"), category: "entertainment" },
            { id: 411, account_id: 152, amount: "3.34", transaction_date: new Date("2023-10-29T16:30:28Z"), category: "groceries" },
            { id: 412, account_id: 55, amount: "-146.18", transaction_date: new Date("2023-07-31T07:17:16Z"), category: "groceries" },
            { id: 413, account_id: 315, amount: "429.36", transaction_date: new Date("2023-01-23T20:18:37Z"), category: "groceries" },
            { id: 414, account_id: 64, amount: "163.18", transaction_date: new Date("2023-08-02T12:59:03Z"), category: "dining" },
            { id: 415, account_id: 341, amount: "-577.65", transaction_date: new Date("2023-02-13T12:49:03Z"), category: "dining" },
            { id: 416, account_id: 253, amount: "117.35", transaction_date: new Date("2023-04-18T13:16:28Z"), category: "dining" },
            { id: 417, account_id: 155, amount: "308.59", transaction_date: new Date("2022-03-06T15:04:51Z"), category: "dining" },
            { id: 418, account_id: 275, amount: "-580.94", transaction_date: new Date("2023-11-11T14:35:31Z"), category: "groceries" },
            { id: 419, account_id: 157, amount: "-284.43", transaction_date: new Date("2022-09-23T19:08:34Z"), category: "entertainment" },
            { id: 420, account_id: 243, amount: "-101.40", transaction_date: new Date("2023-06-20T20:03:55Z"), category: "other" },
            { id: 421, account_id: 104, amount: "106.26", transaction_date: new Date("2022-04-02T13:18:21Z"), category: "groceries" },
            { id: 422, account_id: 208, amount: "253.47", transaction_date: new Date("2022-12-05T21:27:02Z"), category: "entertainment" },
            { id: 423, account_id: 202, amount: "-360.61", transaction_date: new Date("2023-09-01T21:52:00Z"), category: "dining" },
            { id: 424, account_id: 353, amount: "247.11", transaction_date: new Date("2023-08-01T15:34:16Z"), category: "other" },
            { id: 425, account_id: 75, amount: "-128.66", transaction_date: new Date("2023-07-08T12:05:55Z"), category: "groceries" },
            { id: 426, account_id: 125, amount: "-68.70", transaction_date: new Date("2023-02-08T13:59:27Z"), category: "other" },
            { id: 427, account_id: 319, amount: "29.91", transaction_date: new Date("2022-08-02T21:02:53Z"), category: "other" },
            { id: 428, account_id: 189, amount: "396.57", transaction_date: new Date("2023-01-01T19:20:04Z"), category: "groceries" },
            { id: 429, account_id: 370, amount: "57.59", transaction_date: new Date("2023-03-04T20:43:37Z"), category: "dining" },
            { id: 430, account_id: 336, amount: "416.38", transaction_date: new Date("2023-08-09T15:50:12Z"), category: "groceries" },
            { id: 431, account_id: 290, amount: "343.91", transaction_date: new Date("2022-01-29T20:11:00Z"), category: "groceries" },
            { id: 432, account_id: 337, amount: "-138.27", transaction_date: new Date("2023-12-03T15:26:54Z"), category: "dining" },
            { id: 433, account_id: 293, amount: "-13.87", transaction_date: new Date("2023-09-02T19:28:23Z"), category: "utilities" },
            { id: 434, account_id: 319, amount: "17.40", transaction_date: new Date("2023-07-06T12:50:30Z"), category: "entertainment" },
            { id: 435, account_id: 347, amount: "16.80", transaction_date: new Date("2022-11-14T07:07:26Z"), category: "groceries" },
            { id: 436, account_id: 71, amount: "238.18", transaction_date: new Date("2023-08-01T13:25:57Z"), category: "other" },
            { id: 437, account_id: 236, amount: "638.48", transaction_date: new Date("2022-10-11T22:54:22Z"), category: "entertainment" },
            { id: 438, account_id: 158, amount: "-351.56", transaction_date: new Date("2023-11-11T11:54:51Z"), category: "groceries" },
            { id: 439, account_id: 380, amount: "-513.88", transaction_date: new Date("2023-09-26T12:29:52Z"), category: "groceries" },
            { id: 440, account_id: 325, amount: "-202.85", transaction_date: new Date("2023-11-30T02:46:18Z"), category: "groceries" },
            { id: 441, account_id: 98, amount: "-403.23", transaction_date: new Date("2023-12-26T08:40:24Z"), category: "entertainment" },
            { id: 442, account_id: 81, amount: "-72.39", transaction_date: new Date("2022-11-25T19:41:27Z"), category: "dining" },
            { id: 443, account_id: 290, amount: "189.46", transaction_date: new Date("2022-05-03T19:45:50Z"), category: "dining" },
            { id: 444, account_id: 130, amount: "-636.91", transaction_date: new Date("2023-07-19T19:21:39Z"), category: "groceries" },
            { id: 445, account_id: 182, amount: "361.34", transaction_date: new Date("2023-05-24T13:10:59Z"), category: "utilities" },
            { id: 446, account_id: 90, amount: "17.81", transaction_date: new Date("2022-03-11T18:33:49Z"), category: "dining" },
            { id: 447, account_id: 141, amount: "-158.56", transaction_date: new Date("2023-06-11T10:22:11Z"), category: "dining" },
            { id: 448, account_id: 125, amount: "478.38", transaction_date: new Date("2023-05-13T21:50:38Z"), category: "utilities" },
            { id: 449, account_id: 360, amount: "557.18", transaction_date: new Date("2022-09-01T01:16:25Z"), category: "groceries" },
            { id: 450, account_id: 98, amount: "659.20", transaction_date: new Date("2022-06-04T20:53:06Z"), category: "groceries" },
            { id: 451, account_id: 50, amount: "-27.41", transaction_date: new Date("2023-04-18T04:40:27Z"), category: "groceries" },
            { id: 452, account_id: 43, amount: "276.87", transaction_date: new Date("2023-07-19T04:46:44Z"), category: "dining" },
            { id: 453, account_id: 215, amount: "85.99", transaction_date: new Date("2023-10-12T08:02:46Z"), category: "dining" },
            { id: 454, account_id: 387, amount: "65.17", transaction_date: new Date("2022-12-17T10:15:46Z"), category: "other" },
            { id: 455, account_id: 87, amount: "-426.19", transaction_date: new Date("2022-10-08T17:39:21Z"), category: "entertainment" },
            { id: 456, account_id: 287, amount: "-340.00", transaction_date: new Date("2023-09-25T23:44:43Z"), category: "groceries" },
            { id: 457, account_id: 389, amount: "619.99", transaction_date: new Date("2023-01-25T20:20:15Z"), category: "entertainment" },
            { id: 458, account_id: 254, amount: "-302.09", transaction_date: new Date("2022-12-18T15:22:45Z"), category: "groceries" },
            { id: 459, account_id: 77, amount: "-214.60", transaction_date: new Date("2023-12-04T05:28:47Z"), category: "groceries" },
            { id: 460, account_id: 7, amount: "231.14", transaction_date: new Date("2022-06-12T10:49:39Z"), category: "utilities" },
            { id: 461, account_id: 241, amount: "81.90", transaction_date: new Date("2023-05-04T10:05:05Z"), category: "dining" },
            { id: 462, account_id: 190, amount: "-456.05", transaction_date: new Date("2023-09-23T09:09:54Z"), category: "utilities" },
            { id: 463, account_id: 76, amount: "-400.21", transaction_date: new Date("2022-10-23T05:06:11Z"), category: "groceries" },
            { id: 464, account_id: 285, amount: "359.16", transaction_date: new Date("2022-12-16T20:48:29Z"), category: "groceries" },
            { id: 465, account_id: 72, amount: "-251.69", transaction_date: new Date("2023-11-29T15:23:10Z"), category: "groceries" },
            { id: 466, account_id: 296, amount: "-253.31", transaction_date: new Date("2023-03-12T11:20:58Z"), category: "groceries" },
            { id: 467, account_id: 193, amount: "-857.13", transaction_date: new Date("2022-08-27T14:24:53Z"), category: "groceries" },
            { id: 468, account_id: 120, amount: "148.12", transaction_date: new Date("2022-04-08T18:08:37Z"), category: "groceries" },
            { id: 469, account_id: 330, amount: "-135.71", transaction_date: new Date("2023-09-21T18:30:32Z"), category: "groceries" },
            { id: 470, account_id: 281, amount: "20.50", transaction_date: new Date("2023-12-27T18:33:43Z"), category: "groceries" },
            { id: 471, account_id: 332, amount: "402.48", transaction_date: new Date("2023-06-08T10:57:58Z"), category: "groceries" },
            { id: 472, account_id: 378, amount: "-78.84", transaction_date: new Date("2023-07-16T13:16:07Z"), category: "groceries" },
            { id: 473, account_id: 287, amount: "-382.75", transaction_date: new Date("2022-07-28T21:32:14Z"), category: "dining" },
            { id: 474, account_id: 245, amount: "338.66", transaction_date: new Date("2023-09-30T21:34:20Z"), category: "groceries" },
            { id: 475, account_id: 334, amount: "-100.06", transaction_date: new Date("2022-12-09T20:08:30Z"), category: "entertainment" },
            { id: 476, account_id: 313, amount: "172.54", transaction_date: new Date("2023-08-05T19:16:22Z"), category: "groceries" },
            { id: 477, account_id: 394, amount: "32.23", transaction_date: new Date("2023-09-20T14:38:21Z"), category: "other" },
            { id: 478, account_id: 167, amount: "-143.00", transaction_date: new Date("2022-07-28T16:34:56Z"), category: "entertainment" },
            { id: 479, account_id: 293, amount: "-36.15", transaction_date: new Date("2022-05-02T13:26:32Z"), category: "groceries" },
            { id: 480, account_id: 302, amount: "298.30", transaction_date: new Date("2022-12-24T10:10:22Z"), category: "groceries" },
            { id: 481, account_id: 66, amount: "-450.72", transaction_date: new Date("2023-06-19T20:20:56Z"), category: "utilities" },
            { id: 482, account_id: 37, amount: "-175.71", transaction_date: new Date("2022-07-16T19:01:35Z"), category: "dining" },
            { id: 483, account_id: 233, amount: "-149.95", transaction_date: new Date("2022-06-02T19:17:08Z"), category: "utilities" },
            { id: 484, account_id: 372, amount: "-345.90", transaction_date: new Date("2023-03-08T18:20:49Z"), category: "dining" },
            { id: 485, account_id: 15, amount: "-182.37", transaction_date: new Date("2022-12-22T05:35:33Z"), category: "dining" },
            { id: 486, account_id: 32, amount: "508.16", transaction_date: new Date("2022-09-18T10:58:56Z"), category: "dining" },
            { id: 487, account_id: 252, amount: "-402.31", transaction_date: new Date("2022-11-01T14:23:40Z"), category: "dining" },
            { id: 488, account_id: 84, amount: "-159.92", transaction_date: new Date("2023-03-12T13:38:40Z"), category: "groceries" },
            { id: 489, account_id: 151, amount: "-162.82", transaction_date: new Date("2023-10-02T18:29:11Z"), category: "groceries" },
            { id: 490, account_id: 33, amount: "263.01", transaction_date: new Date("2022-12-17T12:45:45Z"), category: "entertainment" },
            { id: 491, account_id: 34, amount: "-71.45", transaction_date: new Date("2023-07-27T21:52:37Z"), category: "entertainment" },
            { id: 492, account_id: 213, amount: "-335.90", transaction_date: new Date("2022-03-12T13:31:54Z"), category: "other" },
            { id: 493, account_id: 377, amount: "-216.72", transaction_date: new Date("2023-12-22T16:18:18Z"), category: "groceries" },
            { id: 494, account_id: 106, amount: "459.70", transaction_date: new Date("2022-04-15T09:43:57Z"), category: "dining" },
            { id: 495, account_id: 28, amount: "-36.55", transaction_date: new Date("2023-07-05T12:24:00Z"), category: "groceries" },
            { id: 496, account_id: 378, amount: "-375.91", transaction_date: new Date("2023-11-02T23:49:03Z"), category: "entertainment" },
            { id: 497, account_id: 37, amount: "-249.78", transaction_date: new Date("2022-09-17T10:18:08Z"), category: "entertainment" },
            { id: 498, account_id: 244, amount: "42.43", transaction_date: new Date("2023-10-20T16:25:38Z"), category: "groceries" },
            { id: 499, account_id: 355, amount: "332.98", transaction_date: new Date("2022-10-11T12:49:12Z"), category: "dining" },
            { id: 500, account_id: 172, amount: "52.87", transaction_date: new Date("2022-04-29T20:00:16Z"), category: "utilities" },
        ],
    });
    await prisma.transactions.createMany({
        data: [
            { id: 501, account_id: 305, amount: "113.31", transaction_date: new Date("2023-11-01T22:27:36Z"), category: "entertainment" },
            { id: 502, account_id: 272, amount: "-23.84", transaction_date: new Date("2023-01-09T17:09:27Z"), category: "dining" },
            { id: 503, account_id: 349, amount: "333.79", transaction_date: new Date("2023-09-20T15:28:25Z"), category: "utilities" },
            { id: 504, account_id: 252, amount: "25.84", transaction_date: new Date("2023-03-31T16:07:54Z"), category: "dining" },
            { id: 505, account_id: 64, amount: "-102.00", transaction_date: new Date("2023-12-23T07:35:21Z"), category: "dining" },
            { id: 506, account_id: 374, amount: "502.25", transaction_date: new Date("2023-12-28T09:57:28Z"), category: "groceries" },
            { id: 507, account_id: 395, amount: "137.41", transaction_date: new Date("2023-05-27T10:39:10Z"), category: "dining" },
            { id: 508, account_id: 300, amount: "-202.66", transaction_date: new Date("2022-05-14T22:28:28Z"), category: "entertainment" },
            { id: 509, account_id: 173, amount: "19.00", transaction_date: new Date("2023-12-30T14:34:02Z"), category: "dining" },
            { id: 510, account_id: 320, amount: "-28.26", transaction_date: new Date("2023-08-18T09:58:04Z"), category: "dining" },
            { id: 511, account_id: 25, amount: "-127.66", transaction_date: new Date("2022-01-21T17:17:50Z"), category: "utilities" },
            { id: 512, account_id: 70, amount: "1.40", transaction_date: new Date("2023-10-21T09:31:10Z"), category: "groceries" },
            { id: 513, account_id: 182, amount: "-333.36", transaction_date: new Date("2023-02-13T00:50:41Z"), category: "groceries" },
            { id: 514, account_id: 59, amount: "-11.59", transaction_date: new Date("2023-02-26T09:52:16Z"), category: "groceries" },
            { id: 515, account_id: 269, amount: "239.60", transaction_date: new Date("2022-07-30T03:50:55Z"), category: "groceries" },
            { id: 516, account_id: 157, amount: "-198.88", transaction_date: new Date("2023-03-28T00:44:49Z"), category: "dining" },
            { id: 517, account_id: 28, amount: "-563.76", transaction_date: new Date("2022-09-20T23:42:08Z"), category: "entertainment" },
            { id: 518, account_id: 4, amount: "-105.70", transaction_date: new Date("2023-09-06T23:57:22Z"), category: "dining" },
            { id: 519, account_id: 4, amount: "-7.27", transaction_date: new Date("2023-02-09T14:46:52Z"), category: "groceries" },
            { id: 520, account_id: 221, amount: "-457.64", transaction_date: new Date("2022-03-24T03:55:32Z"), category: "entertainment" },
            { id: 521, account_id: 71, amount: "97.45", transaction_date: new Date("2023-01-08T12:21:08Z"), category: "dining" },
            { id: 522, account_id: 362, amount: "499.40", transaction_date: new Date("2023-09-04T21:19:22Z"), category: "groceries" },
            { id: 523, account_id: 103, amount: "366.98", transaction_date: new Date("2022-03-24T17:17:15Z"), category: "groceries" },
            { id: 524, account_id: 6, amount: "219.68", transaction_date: new Date("2022-11-13T13:20:36Z"), category: "groceries" },
            { id: 525, account_id: 213, amount: "110.55", transaction_date: new Date("2023-03-15T19:45:11Z"), category: "dining" },
            { id: 526, account_id: 292, amount: "-371.35", transaction_date: new Date("2022-02-12T08:30:09Z"), category: "groceries" },
            { id: 527, account_id: 354, amount: "165.96", transaction_date: new Date("2023-04-21T10:31:13Z"), category: "other" },
            { id: 528, account_id: 113, amount: "43.89", transaction_date: new Date("2022-02-19T19:51:18Z"), category: "groceries" },
            { id: 529, account_id: 235, amount: "28.28", transaction_date: new Date("2023-02-09T21:34:20Z"), category: "groceries" },
            { id: 530, account_id: 171, amount: "347.42", transaction_date: new Date("2022-07-24T17:39:57Z"), category: "dining" },
            { id: 531, account_id: 94, amount: "-135.34", transaction_date: new Date("2023-08-27T21:29:48Z"), category: "groceries" },
            { id: 532, account_id: 162, amount: "-580.67", transaction_date: new Date("2023-05-15T15:34:58Z"), category: "groceries" },
            { id: 533, account_id: 251, amount: "-69.53", transaction_date: new Date("2023-07-28T07:27:18Z"), category: "groceries" },
            { id: 534, account_id: 258, amount: "-188.42", transaction_date: new Date("2023-11-14T16:01:23Z"), category: "groceries" },
            { id: 535, account_id: 160, amount: "57.57", transaction_date: new Date("2023-04-30T05:57:26Z"), category: "dining" },
            { id: 536, account_id: 160, amount: "-648.99", transaction_date: new Date("2022-11-18T07:38:40Z"), category: "entertainment" },
            { id: 537, account_id: 382, amount: "-94.75", transaction_date: new Date("2023-06-26T20:22:06Z"), category: "dining" },
            { id: 538, account_id: 93, amount: "-528.17", transaction_date: new Date("2022-12-15T13:29:59Z"), category: "groceries" },
            { id: 539, account_id: 168, amount: "-159.92", transaction_date: new Date("2022-07-01T09:41:20Z"), category: "groceries" },
            { id: 540, account_id: 264, amount: "569.82", transaction_date: new Date("2022-07-18T17:09:12Z"), category: "groceries" },
            { id: 541, account_id: 345, amount: "-419.40", transaction_date: new Date("2023-06-28T10:51:44Z"), category: "dining" },
            { id: 542, account_id: 179, amount: "-84.00", transaction_date: new Date("2023-05-30T11:16:38Z"), category: "other" },
            { id: 543, account_id: 212, amount: "105.46", transaction_date: new Date("2022-08-27T14:41:40Z"), category: "entertainment" },
            { id: 544, account_id: 101, amount: "613.10", transaction_date: new Date("2023-03-10T21:26:03Z"), category: "utilities" },
            { id: 545, account_id: 84, amount: "-315.68", transaction_date: new Date("2023-04-09T19:44:30Z"), category: "dining" },
            { id: 546, account_id: 242, amount: "506.01", transaction_date: new Date("2023-06-24T20:31:43Z"), category: "entertainment" },
            { id: 547, account_id: 356, amount: "529.33", transaction_date: new Date("2022-10-24T10:25:20Z"), category: "groceries" },
            { id: 548, account_id: 233, amount: "269.69", transaction_date: new Date("2023-12-09T17:44:48Z"), category: "groceries" },
            { id: 549, account_id: 133, amount: "-440.21", transaction_date: new Date("2023-01-03T09:29:49Z"), category: "dining" },
            { id: 550, account_id: 312, amount: "-317.20", transaction_date: new Date("2022-10-12T17:07:41Z"), category: "dining" },
            { id: 551, account_id: 396, amount: "130.84", transaction_date: new Date("2023-11-27T18:03:54Z"), category: "entertainment" },
            { id: 552, account_id: 23, amount: "36.42", transaction_date: new Date("2023-01-23T01:43:34Z"), category: "utilities" },
            { id: 553, account_id: 14, amount: "48.79", transaction_date: new Date("2022-02-27T18:13:20Z"), category: "dining" },
            { id: 554, account_id: 326, amount: "44.98", transaction_date: new Date("2022-10-23T16:26:59Z"), category: "dining" },
            { id: 555, account_id: 205, amount: "71.13", transaction_date: new Date("2023-09-13T22:25:17Z"), category: "entertainment" },
            { id: 556, account_id: 283, amount: "56.16", transaction_date: new Date("2023-11-16T10:01:29Z"), category: "groceries" },
            { id: 557, account_id: 363, amount: "345.32", transaction_date: new Date("2023-10-30T07:38:30Z"), category: "groceries" },
            { id: 558, account_id: 278, amount: "206.34", transaction_date: new Date("2023-05-31T13:09:10Z"), category: "entertainment" },
            { id: 559, account_id: 260, amount: "72.45", transaction_date: new Date("2022-07-18T16:12:48Z"), category: "groceries" },
            { id: 560, account_id: 115, amount: "64.87", transaction_date: new Date("2023-05-13T19:39:02Z"), category: "groceries" },
            { id: 561, account_id: 79, amount: "73.91", transaction_date: new Date("2022-12-16T19:57:24Z"), category: "dining" },
            { id: 562, account_id: 129, amount: "-147.25", transaction_date: new Date("2023-11-11T14:42:58Z"), category: "entertainment" },
            { id: 563, account_id: 210, amount: "-476.49", transaction_date: new Date("2022-03-25T02:29:36Z"), category: "entertainment" },
            { id: 564, account_id: 135, amount: "699.61", transaction_date: new Date("2023-09-23T09:08:44Z"), category: "entertainment" },
            { id: 565, account_id: 269, amount: "-411.46", transaction_date: new Date("2023-02-23T08:33:51Z"), category: "entertainment" },
            { id: 566, account_id: 31, amount: "471.85", transaction_date: new Date("2023-08-10T13:46:36Z"), category: "groceries" },
            { id: 567, account_id: 116, amount: "172.79", transaction_date: new Date("2022-07-31T20:42:17Z"), category: "utilities" },
            { id: 568, account_id: 154, amount: "-67.76", transaction_date: new Date("2022-04-01T16:08:30Z"), category: "other" },
            { id: 569, account_id: 164, amount: "179.02", transaction_date: new Date("2023-04-01T12:35:39Z"), category: "dining" },
            { id: 570, account_id: 356, amount: "-128.05", transaction_date: new Date("2023-05-24T08:11:34Z"), category: "entertainment" },
            { id: 571, account_id: 34, amount: "-119.13", transaction_date: new Date("2023-07-17T10:10:32Z"), category: "dining" },
            { id: 572, account_id: 98, amount: "-411.61", transaction_date: new Date("2022-09-25T12:03:19Z"), category: "utilities" },
            { id: 573, account_id: 30, amount: "133.49", transaction_date: new Date("2022-10-24T20:47:50Z"), category: "dining" },
            { id: 574, account_id: 302, amount: "-289.24", transaction_date: new Date("2023-07-31T09:58:54Z"), category: "dining" },
            { id: 575, account_id: 75, amount: "190.83", transaction_date: new Date("2022-06-24T06:06:41Z"), category: "utilities" },
            { id: 576, account_id: 40, amount: "-134.89", transaction_date: new Date("2023-11-18T00:41:43Z"), category: "entertainment" },
            { id: 577, account_id: 138, amount: "315.20", transaction_date: new Date("2022-12-31T11:07:21Z"), category: "entertainment" },
            { id: 578, account_id: 28, amount: "-322.85", transaction_date: new Date("2023-03-08T01:06:57Z"), category: "dining" },
            { id: 579, account_id: 393, amount: "52.05", transaction_date: new Date("2023-07-07T16:24:08Z"), category: "groceries" },
            { id: 580, account_id: 98, amount: "-140.72", transaction_date: new Date("2022-12-17T17:25:04Z"), category: "entertainment" },
            { id: 581, account_id: 33, amount: "-136.63", transaction_date: new Date("2023-11-04T10:51:43Z"), category: "dining" },
            { id: 582, account_id: 212, amount: "-349.78", transaction_date: new Date("2022-05-10T11:51:12Z"), category: "groceries" },
            { id: 583, account_id: 154, amount: "550.11", transaction_date: new Date("2023-08-08T13:34:39Z"), category: "groceries" },
            { id: 584, account_id: 8, amount: "149.41", transaction_date: new Date("2023-10-09T19:11:55Z"), category: "groceries" },
            { id: 585, account_id: 298, amount: "324.41", transaction_date: new Date("2023-04-17T07:34:59Z"), category: "dining" },
            { id: 586, account_id: 295, amount: "459.73", transaction_date: new Date("2023-11-10T15:28:01Z"), category: "dining" },
            { id: 587, account_id: 244, amount: "-56.47", transaction_date: new Date("2022-04-12T20:24:39Z"), category: "groceries" },
            { id: 588, account_id: 236, amount: "-472.04", transaction_date: new Date("2023-05-25T19:34:24Z"), category: "other" },
            { id: 589, account_id: 163, amount: "-455.76", transaction_date: new Date("2023-07-21T09:31:57Z"), category: "groceries" },
            { id: 590, account_id: 240, amount: "-460.40", transaction_date: new Date("2022-11-24T09:28:45Z"), category: "groceries" },
            { id: 591, account_id: 57, amount: "106.29", transaction_date: new Date("2023-02-23T10:06:12Z"), category: "utilities" },
            { id: 592, account_id: 134, amount: "239.97", transaction_date: new Date("2023-10-19T13:30:28Z"), category: "entertainment" },
            { id: 593, account_id: 194, amount: "39.43", transaction_date: new Date("2022-03-18T18:19:57Z"), category: "other" },
            { id: 594, account_id: 229, amount: "453.98", transaction_date: new Date("2023-08-17T12:42:19Z"), category: "dining" },
            { id: 595, account_id: 291, amount: "184.62", transaction_date: new Date("2022-06-01T19:44:11Z"), category: "dining" },
            { id: 596, account_id: 322, amount: "-348.71", transaction_date: new Date("2023-12-15T19:48:47Z"), category: "entertainment" },
            { id: 597, account_id: 34, amount: "-571.99", transaction_date: new Date("2022-05-26T10:05:53Z"), category: "groceries" },
            { id: 598, account_id: 371, amount: "116.88", transaction_date: new Date("2022-12-26T19:39:01Z"), category: "entertainment" },
            { id: 599, account_id: 369, amount: "646.60", transaction_date: new Date("2022-12-27T18:22:33Z"), category: "groceries" },
            { id: 600, account_id: 53, amount: "394.54", transaction_date: new Date("2022-08-15T15:27:45Z"), category: "dining" },
            { id: 601, account_id: 305, amount: "-261.53", transaction_date: new Date("2023-04-03T19:35:29Z"), category: "utilities" },
            { id: 602, account_id: 361, amount: "-192.47", transaction_date: new Date("2022-02-10T17:21:48Z"), category: "groceries" },
            { id: 603, account_id: 282, amount: "177.56", transaction_date: new Date("2023-10-28T18:17:48Z"), category: "groceries" },
            { id: 604, account_id: 88, amount: "-68.92", transaction_date: new Date("2023-09-06T09:51:15Z"), category: "groceries" },
            { id: 605, account_id: 240, amount: "-387.77", transaction_date: new Date("2023-07-19T17:20:58Z"), category: "groceries" },
            { id: 606, account_id: 396, amount: "507.79", transaction_date: new Date("2022-11-01T15:47:39Z"), category: "entertainment" },
            { id: 607, account_id: 329, amount: "-329.24", transaction_date: new Date("2022-03-11T00:16:37Z"), category: "entertainment" },
            { id: 608, account_id: 66, amount: "-539.47", transaction_date: new Date("2023-11-29T14:56:36Z"), category: "groceries" },
            { id: 609, account_id: 15, amount: "154.14", transaction_date: new Date("2023-10-08T15:01:12Z"), category: "groceries" },
            { id: 610, account_id: 291, amount: "643.50", transaction_date: new Date("2023-11-23T12:46:55Z"), category: "groceries" },
            { id: 611, account_id: 235, amount: "-315.49", transaction_date: new Date("2023-09-03T20:40:29Z"), category: "groceries" },
            { id: 612, account_id: 361, amount: "-454.85", transaction_date: new Date("2023-08-26T16:15:16Z"), category: "dining" },
            { id: 613, account_id: 230, amount: "637.56", transaction_date: new Date("2023-09-29T09:26:17Z"), category: "entertainment" },
            { id: 614, account_id: 250, amount: "177.83", transaction_date: new Date("2023-09-06T13:30:22Z"), category: "dining" },
            { id: 615, account_id: 39, amount: "-50.28", transaction_date: new Date("2022-05-19T18:03:22Z"), category: "groceries" },
            { id: 616, account_id: 163, amount: "310.28", transaction_date: new Date("2023-01-23T12:52:17Z"), category: "dining" },
            { id: 617, account_id: 27, amount: "371.73", transaction_date: new Date("2023-07-26T21:51:08Z"), category: "groceries" },
            { id: 618, account_id: 278, amount: "-338.45", transaction_date: new Date("2023-05-14T14:46:18Z"), category: "groceries" },
            { id: 619, account_id: 383, amount: "101.69", transaction_date: new Date("2022-12-15T19:29:17Z"), category: "groceries" },
            { id: 620, account_id: 150, amount: "-460.85", transaction_date: new Date("2023-06-26T20:38:03Z"), category: "dining" },
            { id: 621, account_id: 69, amount: "-239.56", transaction_date: new Date("2023-01-27T15:34:56Z"), category: "entertainment" },
            { id: 622, account_id: 128, amount: "29.77", transaction_date: new Date("2022-03-11T15:17:41Z"), category: "dining" },
            { id: 623, account_id: 104, amount: "-315.12", transaction_date: new Date("2023-11-15T18:33:18Z"), category: "groceries" },
            { id: 624, account_id: 343, amount: "115.18", transaction_date: new Date("2023-09-19T19:27:55Z"), category: "groceries" },
            { id: 625, account_id: 393, amount: "217.05", transaction_date: new Date("2023-02-24T20:29:51Z"), category: "groceries" },
            { id: 626, account_id: 366, amount: "-404.53", transaction_date: new Date("2022-04-26T19:16:41Z"), category: "groceries" },
            { id: 627, account_id: 175, amount: "-301.79", transaction_date: new Date("2022-09-15T19:18:05Z"), category: "utilities" },
            { id: 628, account_id: 257, amount: "265.98", transaction_date: new Date("2023-04-21T13:29:19Z"), category: "utilities" },
            { id: 629, account_id: 394, amount: "132.54", transaction_date: new Date("2023-11-29T11:11:47Z"), category: "groceries" },
            { id: 630, account_id: 352, amount: "-9.96", transaction_date: new Date("2023-05-07T01:10:27Z"), category: "groceries" },
            { id: 631, account_id: 94, amount: "-175.53", transaction_date: new Date("2022-11-21T22:54:13Z"), category: "groceries" },
            { id: 632, account_id: 39, amount: "-444.04", transaction_date: new Date("2023-10-27T17:11:17Z"), category: "dining" },
            { id: 633, account_id: 99, amount: "213.11", transaction_date: new Date("2023-08-29T12:46:26Z"), category: "groceries" },
            { id: 634, account_id: 321, amount: "-414.28", transaction_date: new Date("2023-07-07T16:37:36Z"), category: "dining" },
            { id: 635, account_id: 165, amount: "473.52", transaction_date: new Date("2023-10-22T02:28:56Z"), category: "groceries" },
            { id: 636, account_id: 52, amount: "436.15", transaction_date: new Date("2022-10-01T11:29:19Z"), category: "groceries" },
            { id: 637, account_id: 178, amount: "-69.15", transaction_date: new Date("2023-02-19T10:26:31Z"), category: "groceries" },
            { id: 638, account_id: 370, amount: "-404.72", transaction_date: new Date("2023-11-14T10:47:29Z"), category: "groceries" },
            { id: 639, account_id: 228, amount: "-248.99", transaction_date: new Date("2022-10-05T10:46:27Z"), category: "dining" },
            { id: 640, account_id: 71, amount: "149.02", transaction_date: new Date("2023-10-10T15:22:26Z"), category: "other" },
            { id: 641, account_id: 90, amount: "299.90", transaction_date: new Date("2023-07-15T18:05:37Z"), category: "dining" },
            { id: 642, account_id: 104, amount: "251.86", transaction_date: new Date("2023-09-03T18:18:50Z"), category: "groceries" },
            { id: 643, account_id: 236, amount: "501.38", transaction_date: new Date("2023-06-05T20:01:22Z"), category: "other" },
            { id: 644, account_id: 97, amount: "-485.14", transaction_date: new Date("2023-01-09T10:04:59Z"), category: "utilities" },
            { id: 645, account_id: 372, amount: "-219.30", transaction_date: new Date("2022-01-14T07:17:05Z"), category: "groceries" },
            { id: 646, account_id: 101, amount: "-153.82", transaction_date: new Date("2023-02-13T10:33:47Z"), category: "utilities" },
            { id: 647, account_id: 85, amount: "-7.30", transaction_date: new Date("2022-09-18T11:39:40Z"), category: "groceries" },
            { id: 648, account_id: 232, amount: "-50.37", transaction_date: new Date("2023-07-07T12:16:27Z"), category: "groceries" },
            { id: 649, account_id: 196, amount: "-25.52", transaction_date: new Date("2023-02-04T17:36:06Z"), category: "groceries" },
            { id: 650, account_id: 104, amount: "-158.38", transaction_date: new Date("2023-10-07T17:39:00Z"), category: "entertainment" },
            { id: 651, account_id: 340, amount: "142.95", transaction_date: new Date("2023-08-22T19:10:47Z"), category: "groceries" },
            { id: 652, account_id: 60, amount: "52.39", transaction_date: new Date("2023-01-18T23:11:20Z"), category: "groceries" },
            { id: 653, account_id: 249, amount: "-420.72", transaction_date: new Date("2023-03-12T19:07:21Z"), category: "groceries" },
            { id: 654, account_id: 137, amount: "-335.73", transaction_date: new Date("2023-06-29T18:32:48Z"), category: "groceries" },
            { id: 655, account_id: 4, amount: "259.66", transaction_date: new Date("2022-04-30T23:51:11Z"), category: "groceries" },
            { id: 656, account_id: 27, amount: "-176.09", transaction_date: new Date("2022-02-12T12:20:48Z"), category: "dining" },
            { id: 657, account_id: 69, amount: "-216.38", transaction_date: new Date("2022-11-16T09:36:11Z"), category: "entertainment" },
            { id: 658, account_id: 24, amount: "-334.26", transaction_date: new Date("2023-11-16T19:14:34Z"), category: "entertainment" },
            { id: 659, account_id: 37, amount: "272.54", transaction_date: new Date("2022-06-26T16:12:37Z"), category: "entertainment" },
            { id: 660, account_id: 318, amount: "-126.29", transaction_date: new Date("2023-11-21T14:45:12Z"), category: "dining" },
            { id: 661, account_id: 12, amount: "-248.73", transaction_date: new Date("2022-03-04T19:49:28Z"), category: "dining" },
            { id: 662, account_id: 18, amount: "170.08", transaction_date: new Date("2022-10-30T11:49:42Z"), category: "other" },
            { id: 663, account_id: 186, amount: "346.56", transaction_date: new Date("2023-03-20T19:43:23Z"), category: "dining" },
            { id: 664, account_id: 279, amount: "-0.51", transaction_date: new Date("2023-11-20T15:15:29Z"), category: "groceries" },
            { id: 665, account_id: 150, amount: "369.72", transaction_date: new Date("2023-06-11T14:08:07Z"), category: "entertainment" },
            { id: 666, account_id: 86, amount: "562.07", transaction_date: new Date("2022-10-24T14:49:42Z"), category: "dining" },
            { id: 667, account_id: 201, amount: "-237.38", transaction_date: new Date("2023-07-17T18:23:38Z"), category: "groceries" },
            { id: 668, account_id: 182, amount: "-74.51", transaction_date: new Date("2022-02-05T17:27:53Z"), category: "dining" },
            { id: 669, account_id: 179, amount: "-214.77", transaction_date: new Date("2022-08-25T11:36:59Z"), category: "dining" },
            { id: 670, account_id: 310, amount: "247.12", transaction_date: new Date("2023-06-29T15:53:48Z"), category: "groceries" },
            { id: 671, account_id: 110, amount: "-212.97", transaction_date: new Date("2023-10-11T09:08:41Z"), category: "groceries" },
            { id: 672, account_id: 302, amount: "280.88", transaction_date: new Date("2022-04-30T18:05:13Z"), category: "entertainment" },
            { id: 673, account_id: 227, amount: "239.84", transaction_date: new Date("2022-09-12T17:35:28Z"), category: "groceries" },
            { id: 674, account_id: 386, amount: "-348.65", transaction_date: new Date("2023-02-03T22:36:53Z"), category: "groceries" },
            { id: 675, account_id: 319, amount: "-312.86", transaction_date: new Date("2023-05-01T20:01:14Z"), category: "groceries" },
            { id: 676, account_id: 339, amount: "-149.90", transaction_date: new Date("2023-03-24T09:15:32Z"), category: "other" },
            { id: 677, account_id: 316, amount: "-228.44", transaction_date: new Date("2023-08-26T12:53:12Z"), category: "groceries" },
            { id: 678, account_id: 30, amount: "-84.25", transaction_date: new Date("2023-08-30T07:09:40Z"), category: "dining" },
            { id: 679, account_id: 243, amount: "42.43", transaction_date: new Date("2022-10-19T10:31:53Z"), category: "groceries" },
            { id: 680, account_id: 5, amount: "104.51", transaction_date: new Date("2023-03-09T08:29:29Z"), category: "groceries" },
            { id: 681, account_id: 278, amount: "130.35", transaction_date: new Date("2023-11-28T22:07:13Z"), category: "groceries" },
            { id: 682, account_id: 265, amount: "-59.17", transaction_date: new Date("2022-09-08T16:43:30Z"), category: "groceries" },
            { id: 683, account_id: 317, amount: "-10.79", transaction_date: new Date("2022-03-14T13:57:57Z"), category: "entertainment" },
            { id: 684, account_id: 254, amount: "220.74", transaction_date: new Date("2023-05-10T13:00:47Z"), category: "dining" },
            { id: 685, account_id: 214, amount: "208.28", transaction_date: new Date("2023-11-15T16:30:17Z"), category: "other" },
            { id: 686, account_id: 253, amount: "-46.89", transaction_date: new Date("2023-09-27T07:00:09Z"), category: "entertainment" },
            { id: 687, account_id: 304, amount: "141.32", transaction_date: new Date("2022-02-18T16:58:02Z"), category: "other" },
            { id: 688, account_id: 364, amount: "194.92", transaction_date: new Date("2023-02-05T19:55:52Z"), category: "entertainment" },
            { id: 689, account_id: 358, amount: "12.16", transaction_date: new Date("2022-07-29T17:47:54Z"), category: "groceries" },
            { id: 690, account_id: 393, amount: "-41.23", transaction_date: new Date("2022-12-06T09:00:50Z"), category: "dining" },
            { id: 691, account_id: 83, amount: "-57.40", transaction_date: new Date("2022-07-09T10:23:13Z"), category: "groceries" },
            { id: 692, account_id: 342, amount: "116.66", transaction_date: new Date("2023-05-17T20:21:59Z"), category: "groceries" },
            { id: 693, account_id: 13, amount: "246.60", transaction_date: new Date("2022-11-11T19:09:07Z"), category: "entertainment" },
            { id: 694, account_id: 209, amount: "-288.81", transaction_date: new Date("2023-10-15T07:24:17Z"), category: "groceries" },
            { id: 695, account_id: 192, amount: "73.60", transaction_date: new Date("2022-06-18T10:53:33Z"), category: "groceries" },
            { id: 696, account_id: 111, amount: "-356.40", transaction_date: new Date("2022-05-04T18:11:20Z"), category: "groceries" },
            { id: 697, account_id: 285, amount: "176.48", transaction_date: new Date("2023-08-11T17:03:41Z"), category: "groceries" },
            { id: 698, account_id: 76, amount: "-96.87", transaction_date: new Date("2023-11-21T15:44:45Z"), category: "entertainment" },
            { id: 699, account_id: 214, amount: "-236.35", transaction_date: new Date("2023-08-05T13:13:57Z"), category: "utilities" },
            { id: 700, account_id: 271, amount: "75.87", transaction_date: new Date("2022-05-06T09:33:15Z"), category: "dining" },
            { id: 701, account_id: 50, amount: "-157.40", transaction_date: new Date("2022-11-02T15:39:54Z"), category: "other" },
            { id: 702, account_id: 323, amount: "-171.70", transaction_date: new Date("2022-08-09T06:30:09Z"), category: "dining" },
            { id: 703, account_id: 396, amount: "-539.23", transaction_date: new Date("2022-09-21T12:52:59Z"), category: "entertainment" },
            { id: 704, account_id: 229, amount: "371.98", transaction_date: new Date("2022-05-07T21:21:00Z"), category: "entertainment" },
            { id: 705, account_id: 358, amount: "281.83", transaction_date: new Date("2022-09-23T17:16:13Z"), category: "groceries" },
            { id: 706, account_id: 121, amount: "-106.29", transaction_date: new Date("2023-07-26T16:01:32Z"), category: "groceries" },
            { id: 707, account_id: 196, amount: "123.53", transaction_date: new Date("2023-06-18T12:04:45Z"), category: "entertainment" },
            { id: 708, account_id: 394, amount: "395.34", transaction_date: new Date("2023-05-08T22:46:57Z"), category: "other" },
            { id: 709, account_id: 23, amount: "-331.78", transaction_date: new Date("2023-09-27T20:17:45Z"), category: "groceries" },
            { id: 710, account_id: 175, amount: "-385.20", transaction_date: new Date("2023-08-28T13:34:30Z"), category: "entertainment" },
            { id: 711, account_id: 203, amount: "-96.15", transaction_date: new Date("2022-08-21T21:37:29Z"), category: "other" },
            { id: 712, account_id: 119, amount: "381.45", transaction_date: new Date("2023-02-09T20:06:03Z"), category: "groceries" },
            { id: 713, account_id: 254, amount: "-3.97", transaction_date: new Date("2023-02-06T12:01:24Z"), category: "other" },
            { id: 714, account_id: 331, amount: "-694.32", transaction_date: new Date("2022-03-24T09:10:45Z"), category: "other" },
            { id: 715, account_id: 384, amount: "149.25", transaction_date: new Date("2023-10-25T17:52:56Z"), category: "groceries" },
            { id: 716, account_id: 383, amount: "-223.95", transaction_date: new Date("2022-08-19T20:27:28Z"), category: "entertainment" },
            { id: 717, account_id: 375, amount: "-81.59", transaction_date: new Date("2023-11-19T10:18:45Z"), category: "entertainment" },
            { id: 718, account_id: 47, amount: "343.81", transaction_date: new Date("2022-10-22T09:46:39Z"), category: "entertainment" },
            { id: 719, account_id: 336, amount: "172.75", transaction_date: new Date("2023-01-07T15:53:09Z"), category: "groceries" },
            { id: 720, account_id: 309, amount: "538.60", transaction_date: new Date("2023-05-21T07:31:07Z"), category: "groceries" },
            { id: 721, account_id: 19, amount: "4.74", transaction_date: new Date("2023-04-20T12:13:22Z"), category: "utilities" },
            { id: 722, account_id: 48, amount: "-537.35", transaction_date: new Date("2023-11-19T12:02:53Z"), category: "other" },
            { id: 723, account_id: 183, amount: "-127.69", transaction_date: new Date("2022-03-27T11:19:30Z"), category: "other" },
            { id: 724, account_id: 34, amount: "47.59", transaction_date: new Date("2023-05-08T02:30:16Z"), category: "groceries" },
            { id: 725, account_id: 189, amount: "700.19", transaction_date: new Date("2023-09-28T19:01:41Z"), category: "groceries" },
            { id: 726, account_id: 53, amount: "-231.06", transaction_date: new Date("2022-11-08T18:46:30Z"), category: "groceries" },
            { id: 727, account_id: 155, amount: "111.24", transaction_date: new Date("2023-12-16T19:52:17Z"), category: "entertainment" },
            { id: 728, account_id: 242, amount: "-58.20", transaction_date: new Date("2022-12-12T21:37:23Z"), category: "groceries" },
            { id: 729, account_id: 32, amount: "-347.70", transaction_date: new Date("2023-11-14T18:17:22Z"), category: "entertainment" },
            { id: 730, account_id: 32, amount: "57.88", transaction_date: new Date("2023-03-07T16:39:32Z"), category: "utilities" },
            { id: 731, account_id: 177, amount: "-311.10", transaction_date: new Date("2023-01-02T19:40:25Z"), category: "entertainment" },
            { id: 732, account_id: 176, amount: "198.39", transaction_date: new Date("2023-12-02T00:51:48Z"), category: "utilities" },
            { id: 733, account_id: 21, amount: "534.88", transaction_date: new Date("2022-01-18T19:07:47Z"), category: "dining" },
            { id: 734, account_id: 126, amount: "-700.66", transaction_date: new Date("2022-08-15T21:03:49Z"), category: "groceries" },
            { id: 735, account_id: 48, amount: "-206.14", transaction_date: new Date("2023-10-11T19:08:44Z"), category: "groceries" },
            { id: 736, account_id: 379, amount: "134.17", transaction_date: new Date("2023-12-05T19:58:03Z"), category: "groceries" },
            { id: 737, account_id: 68, amount: "31.85", transaction_date: new Date("2022-10-08T18:49:12Z"), category: "dining" },
            { id: 738, account_id: 4, amount: "76.62", transaction_date: new Date("2023-07-27T17:21:22Z"), category: "groceries" },
            { id: 739, account_id: 322, amount: "355.98", transaction_date: new Date("2023-05-31T21:46:04Z"), category: "entertainment" },
            { id: 740, account_id: 324, amount: "126.60", transaction_date: new Date("2022-11-18T13:02:41Z"), category: "dining" },
            { id: 741, account_id: 3, amount: "-243.74", transaction_date: new Date("2022-12-01T12:06:38Z"), category: "utilities" },
            { id: 742, account_id: 138, amount: "298.18", transaction_date: new Date("2023-12-22T05:49:06Z"), category: "groceries" },
            { id: 743, account_id: 364, amount: "-156.87", transaction_date: new Date("2023-04-22T08:59:51Z"), category: "utilities" },
            { id: 744, account_id: 194, amount: "231.55", transaction_date: new Date("2023-11-08T11:45:31Z"), category: "groceries" },
            { id: 745, account_id: 144, amount: "-217.63", transaction_date: new Date("2022-07-24T21:35:52Z"), category: "groceries" },
            { id: 746, account_id: 113, amount: "-29.62", transaction_date: new Date("2022-12-19T19:18:12Z"), category: "entertainment" },
            { id: 747, account_id: 291, amount: "-179.50", transaction_date: new Date("2023-11-30T18:19:10Z"), category: "dining" },
            { id: 748, account_id: 172, amount: "-29.73", transaction_date: new Date("2023-09-23T20:55:37Z"), category: "groceries" },
            { id: 749, account_id: 220, amount: "-31.30", transaction_date: new Date("2023-05-01T11:24:06Z"), category: "groceries" },
            { id: 750, account_id: 302, amount: "359.60", transaction_date: new Date("2022-10-05T02:54:21Z"), category: "utilities" },
            { id: 751, account_id: 219, amount: "-11.58", transaction_date: new Date("2023-06-19T11:03:54Z"), category: "entertainment" },
            { id: 752, account_id: 55, amount: "198.76", transaction_date: new Date("2023-07-29T12:49:40Z"), category: "groceries" },
            { id: 753, account_id: 231, amount: "257.06", transaction_date: new Date("2023-12-15T14:22:06Z"), category: "dining" },
            { id: 754, account_id: 382, amount: "-396.49", transaction_date: new Date("2022-10-05T18:09:35Z"), category: "entertainment" },
            { id: 755, account_id: 193, amount: "91.06", transaction_date: new Date("2023-06-18T20:27:22Z"), category: "dining" },
            { id: 756, account_id: 172, amount: "-61.73", transaction_date: new Date("2022-07-30T18:09:32Z"), category: "dining" },
            { id: 757, account_id: 295, amount: "311.97", transaction_date: new Date("2023-02-25T20:17:07Z"), category: "dining" },
            { id: 758, account_id: 120, amount: "269.34", transaction_date: new Date("2023-12-26T18:22:12Z"), category: "dining" },
            { id: 759, account_id: 136, amount: "350.77", transaction_date: new Date("2022-04-25T16:48:16Z"), category: "dining" },
            { id: 760, account_id: 268, amount: "271.80", transaction_date: new Date("2022-01-26T14:08:10Z"), category: "groceries" },
            { id: 761, account_id: 294, amount: "-390.89", transaction_date: new Date("2023-02-06T22:55:47Z"), category: "groceries" },
            { id: 762, account_id: 242, amount: "109.77", transaction_date: new Date("2022-11-23T20:23:12Z"), category: "dining" },
            { id: 763, account_id: 334, amount: "-253.23", transaction_date: new Date("2023-06-16T18:10:30Z"), category: "dining" },
            { id: 764, account_id: 331, amount: "132.94", transaction_date: new Date("2023-01-08T16:38:53Z"), category: "dining" },
            { id: 765, account_id: 19, amount: "-667.30", transaction_date: new Date("2023-01-31T16:01:47Z"), category: "dining" },
            { id: 766, account_id: 207, amount: "-127.24", transaction_date: new Date("2023-11-29T13:42:09Z"), category: "entertainment" },
            { id: 767, account_id: 313, amount: "159.10", transaction_date: new Date("2022-07-14T18:55:56Z"), category: "dining" },
            { id: 768, account_id: 220, amount: "-124.24", transaction_date: new Date("2023-12-11T15:04:09Z"), category: "groceries" },
            { id: 769, account_id: 215, amount: "88.57", transaction_date: new Date("2022-09-23T19:52:07Z"), category: "entertainment" },
            { id: 770, account_id: 369, amount: "-468.06", transaction_date: new Date("2023-06-18T18:16:46Z"), category: "groceries" },
            { id: 771, account_id: 298, amount: "-171.53", transaction_date: new Date("2023-07-09T21:36:06Z"), category: "utilities" },
            { id: 772, account_id: 367, amount: "278.68", transaction_date: new Date("2023-06-28T20:46:27Z"), category: "utilities" },
            { id: 773, account_id: 312, amount: "575.64", transaction_date: new Date("2023-03-27T18:03:17Z"), category: "groceries" },
            { id: 774, account_id: 392, amount: "-129.38", transaction_date: new Date("2022-03-22T19:00:08Z"), category: "entertainment" },
            { id: 775, account_id: 164, amount: "207.25", transaction_date: new Date("2023-06-29T17:35:51Z"), category: "dining" },
            { id: 776, account_id: 182, amount: "124.01", transaction_date: new Date("2023-04-03T07:09:02Z"), category: "groceries" },
            { id: 777, account_id: 277, amount: "-72.08", transaction_date: new Date("2022-12-09T20:21:45Z"), category: "dining" },
            { id: 778, account_id: 120, amount: "104.41", transaction_date: new Date("2023-04-21T10:08:13Z"), category: "other" },
            { id: 779, account_id: 126, amount: "144.17", transaction_date: new Date("2023-03-15T07:18:17Z"), category: "dining" },
            { id: 780, account_id: 260, amount: "-133.43", transaction_date: new Date("2022-08-10T20:09:53Z"), category: "other" },
            { id: 781, account_id: 308, amount: "-330.56", transaction_date: new Date("2023-07-23T07:23:40Z"), category: "dining" },
            { id: 782, account_id: 393, amount: "88.81", transaction_date: new Date("2022-01-27T18:53:39Z"), category: "entertainment" },
            { id: 783, account_id: 343, amount: "324.32", transaction_date: new Date("2023-11-07T09:20:07Z"), category: "dining" },
            { id: 784, account_id: 210, amount: "-349.79", transaction_date: new Date("2023-07-25T21:03:47Z"), category: "other" },
            { id: 785, account_id: 204, amount: "-82.98", transaction_date: new Date("2022-11-19T08:20:52Z"), category: "groceries" },
            { id: 786, account_id: 159, amount: "51.52", transaction_date: new Date("2022-08-24T20:34:26Z"), category: "dining" },
            { id: 787, account_id: 171, amount: "35.81", transaction_date: new Date("2023-08-27T01:05:32Z"), category: "groceries" },
            { id: 788, account_id: 267, amount: "-148.38", transaction_date: new Date("2023-03-10T18:55:16Z"), category: "groceries" },
            { id: 789, account_id: 323, amount: "3.56", transaction_date: new Date("2023-03-18T13:45:20Z"), category: "dining" },
            { id: 790, account_id: 10, amount: "78.08", transaction_date: new Date("2022-04-08T19:09:25Z"), category: "dining" },
            { id: 791, account_id: 179, amount: "605.78", transaction_date: new Date("2023-12-31T08:55:33Z"), category: "groceries" },
            { id: 792, account_id: 110, amount: "-26.09", transaction_date: new Date("2022-03-21T21:45:53Z"), category: "other" },
            { id: 793, account_id: 30, amount: "408.21", transaction_date: new Date("2023-03-13T10:00:43Z"), category: "groceries" },
            { id: 794, account_id: 232, amount: "-166.29", transaction_date: new Date("2022-04-06T11:38:52Z"), category: "groceries" },
            { id: 795, account_id: 314, amount: "-75.25", transaction_date: new Date("2022-07-30T20:37:10Z"), category: "entertainment" },
            { id: 796, account_id: 198, amount: "406.92", transaction_date: new Date("2023-09-03T12:19:16Z"), category: "entertainment" },
            { id: 797, account_id: 284, amount: "332.87", transaction_date: new Date("2022-11-06T23:33:05Z"), category: "dining" },
            { id: 798, account_id: 122, amount: "176.43", transaction_date: new Date("2022-11-08T10:59:51Z"), category: "dining" },
            { id: 799, account_id: 135, amount: "16.34", transaction_date: new Date("2022-03-20T08:45:54Z"), category: "groceries" },
            { id: 800, account_id: 299, amount: "272.76", transaction_date: new Date("2023-02-01T20:34:55Z"), category: "entertainment" },
            { id: 801, account_id: 393, amount: "-331.82", transaction_date: new Date("2022-11-09T19:03:47Z"), category: "dining" },
            { id: 802, account_id: 347, amount: "-230.72", transaction_date: new Date("2023-04-09T17:08:18Z"), category: "groceries" },
            { id: 803, account_id: 252, amount: "37.96", transaction_date: new Date("2023-01-16T08:06:16Z"), category: "groceries" },
            { id: 804, account_id: 153, amount: "-321.60", transaction_date: new Date("2023-05-21T17:30:12Z"), category: "groceries" },
            { id: 805, account_id: 96, amount: "-305.13", transaction_date: new Date("2023-10-30T20:00:19Z"), category: "entertainment" },
            { id: 806, account_id: 174, amount: "97.01", transaction_date: new Date("2023-05-07T23:49:43Z"), category: "groceries" },
            { id: 807, account_id: 394, amount: "-365.98", transaction_date: new Date("2023-05-19T11:30:38Z"), category: "other" },
            { id: 808, account_id: 167, amount: "114.10", transaction_date: new Date("2022-03-22T16:01:55Z"), category: "groceries" },
            { id: 809, account_id: 72, amount: "159.31", transaction_date: new Date("2023-02-10T15:06:29Z"), category: "entertainment" },
            { id: 810, account_id: 10, amount: "175.54", transaction_date: new Date("2022-10-28T22:46:18Z"), category: "dining" },
            { id: 811, account_id: 298, amount: "-239.51", transaction_date: new Date("2023-09-24T08:23:22Z"), category: "groceries" },
            { id: 812, account_id: 208, amount: "-71.90", transaction_date: new Date("2023-12-22T03:41:25Z"), category: "dining" },
            { id: 813, account_id: 314, amount: "-13.77", transaction_date: new Date("2023-08-07T20:15:46Z"), category: "entertainment" },
            { id: 814, account_id: 231, amount: "-181.39", transaction_date: new Date("2023-03-21T20:15:29Z"), category: "utilities" },
            { id: 815, account_id: 256, amount: "-493.20", transaction_date: new Date("2023-08-09T07:07:18Z"), category: "entertainment" },
            { id: 816, account_id: 110, amount: "-52.20", transaction_date: new Date("2023-02-16T06:42:22Z"), category: "groceries" },
            { id: 817, account_id: 254, amount: "-145.81", transaction_date: new Date("2022-12-09T21:37:19Z"), category: "groceries" },
            { id: 818, account_id: 6, amount: "-147.41", transaction_date: new Date("2023-12-22T20:46:24Z"), category: "groceries" },
            { id: 819, account_id: 59, amount: "-372.39", transaction_date: new Date("2022-04-21T09:39:49Z"), category: "groceries" },
            { id: 820, account_id: 241, amount: "-74.92", transaction_date: new Date("2023-01-29T20:03:02Z"), category: "entertainment" },
            { id: 821, account_id: 32, amount: "30.78", transaction_date: new Date("2022-01-10T22:15:17Z"), category: "other" },
            { id: 822, account_id: 59, amount: "531.76", transaction_date: new Date("2023-02-28T17:00:37Z"), category: "groceries" },
            { id: 823, account_id: 385, amount: "-256.36", transaction_date: new Date("2023-03-02T19:56:50Z"), category: "entertainment" },
            { id: 824, account_id: 303, amount: "-129.30", transaction_date: new Date("2022-09-02T21:55:11Z"), category: "entertainment" },
            { id: 825, account_id: 280, amount: "284.11", transaction_date: new Date("2023-12-01T15:35:44Z"), category: "groceries" },
            { id: 826, account_id: 193, amount: "-353.69", transaction_date: new Date("2023-11-25T20:11:56Z"), category: "groceries" },
            { id: 827, account_id: 7, amount: "-313.77", transaction_date: new Date("2023-01-12T13:57:06Z"), category: "groceries" },
            { id: 828, account_id: 397, amount: "-408.01", transaction_date: new Date("2022-01-28T12:59:21Z"), category: "groceries" },
            { id: 829, account_id: 33, amount: "-187.92", transaction_date: new Date("2023-05-12T07:51:58Z"), category: "groceries" },
            { id: 830, account_id: 278, amount: "420.33", transaction_date: new Date("2023-09-18T23:41:09Z"), category: "entertainment" },
            { id: 831, account_id: 373, amount: "252.73", transaction_date: new Date("2023-10-28T11:57:09Z"), category: "groceries" },
            { id: 832, account_id: 309, amount: "-182.79", transaction_date: new Date("2023-11-19T18:58:15Z"), category: "groceries" },
            { id: 833, account_id: 107, amount: "-156.66", transaction_date: new Date("2023-01-25T19:36:55Z"), category: "dining" },
            { id: 834, account_id: 257, amount: "332.21", transaction_date: new Date("2023-04-16T12:59:00Z"), category: "groceries" },
            { id: 835, account_id: 154, amount: "-228.27", transaction_date: new Date("2022-03-28T22:14:23Z"), category: "utilities" },
            { id: 836, account_id: 340, amount: "219.13", transaction_date: new Date("2023-04-03T17:54:05Z"), category: "other" },
            { id: 837, account_id: 237, amount: "399.87", transaction_date: new Date("2022-06-25T14:02:29Z"), category: "dining" },
            { id: 838, account_id: 17, amount: "107.23", transaction_date: new Date("2022-07-15T20:50:15Z"), category: "groceries" },
            { id: 839, account_id: 67, amount: "-335.56", transaction_date: new Date("2023-04-26T10:09:41Z"), category: "groceries" },
            { id: 840, account_id: 284, amount: "-445.43", transaction_date: new Date("2022-01-25T14:45:53Z"), category: "entertainment" },
            { id: 841, account_id: 69, amount: "355.38", transaction_date: new Date("2023-05-25T03:25:12Z"), category: "dining" },
            { id: 842, account_id: 243, amount: "23.68", transaction_date: new Date("2023-02-28T15:07:59Z"), category: "groceries" },
            { id: 843, account_id: 344, amount: "34.58", transaction_date: new Date("2022-12-29T16:00:55Z"), category: "dining" },
            { id: 844, account_id: 363, amount: "-729.37", transaction_date: new Date("2022-06-08T19:17:33Z"), category: "entertainment" },
            { id: 845, account_id: 197, amount: "206.66", transaction_date: new Date("2022-07-14T16:19:23Z"), category: "groceries" },
            { id: 846, account_id: 130, amount: "-157.95", transaction_date: new Date("2023-12-13T14:47:10Z"), category: "groceries" },
            { id: 847, account_id: 169, amount: "219.13", transaction_date: new Date("2023-06-17T18:13:49Z"), category: "groceries" },
            { id: 848, account_id: 77, amount: "-95.43", transaction_date: new Date("2023-12-18T21:02:00Z"), category: "utilities" },
            { id: 849, account_id: 85, amount: "155.91", transaction_date: new Date("2023-04-03T11:02:48Z"), category: "groceries" },
            { id: 850, account_id: 377, amount: "284.69", transaction_date: new Date("2022-08-28T17:12:15Z"), category: "dining" },
            { id: 851, account_id: 368, amount: "110.12", transaction_date: new Date("2023-09-15T11:24:30Z"), category: "dining" },
            { id: 852, account_id: 281, amount: "-319.33", transaction_date: new Date("2022-12-09T18:15:54Z"), category: "groceries" },
            { id: 853, account_id: 48, amount: "34.72", transaction_date: new Date("2022-01-01T08:03:00Z"), category: "dining" },
            { id: 854, account_id: 332, amount: "-101.08", transaction_date: new Date("2023-12-05T19:20:59Z"), category: "dining" },
            { id: 855, account_id: 345, amount: "-248.85", transaction_date: new Date("2023-12-22T13:50:00Z"), category: "entertainment" },
            { id: 856, account_id: 400, amount: "-173.25", transaction_date: new Date("2023-12-14T13:35:10Z"), category: "other" },
            { id: 857, account_id: 28, amount: "18.80", transaction_date: new Date("2023-10-16T11:52:31Z"), category: "groceries" },
            { id: 858, account_id: 70, amount: "-23.13", transaction_date: new Date("2022-02-09T15:51:30Z"), category: "groceries" },
            { id: 859, account_id: 239, amount: "-164.16", transaction_date: new Date("2023-11-04T14:56:44Z"), category: "utilities" },
            { id: 860, account_id: 51, amount: "85.09", transaction_date: new Date("2023-12-04T18:04:38Z"), category: "entertainment" },
            { id: 861, account_id: 165, amount: "355.98", transaction_date: new Date("2022-12-25T18:49:54Z"), category: "entertainment" },
            { id: 862, account_id: 364, amount: "-406.50", transaction_date: new Date("2022-12-24T14:57:12Z"), category: "entertainment" },
            { id: 863, account_id: 234, amount: "1.78", transaction_date: new Date("2023-08-18T16:40:48Z"), category: "entertainment" },
            { id: 864, account_id: 81, amount: "-360.16", transaction_date: new Date("2023-03-12T17:45:20Z"), category: "groceries" },
            { id: 865, account_id: 238, amount: "379.43", transaction_date: new Date("2023-04-23T14:23:34Z"), category: "groceries" },
            { id: 866, account_id: 48, amount: "-245.48", transaction_date: new Date("2023-06-04T09:52:14Z"), category: "dining" },
            { id: 867, account_id: 274, amount: "-164.96", transaction_date: new Date("2022-07-21T21:35:55Z"), category: "groceries" },
            { id: 868, account_id: 82, amount: "-82.93", transaction_date: new Date("2022-08-24T18:12:22Z"), category: "utilities" },
            { id: 869, account_id: 91, amount: "-106.72", transaction_date: new Date("2023-09-04T10:25:14Z"), category: "groceries" },
            { id: 870, account_id: 289, amount: "-436.50", transaction_date: new Date("2023-07-16T09:06:47Z"), category: "utilities" },
            { id: 871, account_id: 325, amount: "246.42", transaction_date: new Date("2022-04-05T22:20:50Z"), category: "groceries" },
            { id: 872, account_id: 50, amount: "-28.54", transaction_date: new Date("2023-06-09T15:07:27Z"), category: "utilities" },
            { id: 873, account_id: 353, amount: "312.39", transaction_date: new Date("2023-06-03T18:39:22Z"), category: "other" },
            { id: 874, account_id: 36, amount: "243.40", transaction_date: new Date("2023-11-17T21:00:43Z"), category: "entertainment" },
            { id: 875, account_id: 338, amount: "209.95", transaction_date: new Date("2023-01-25T10:08:10Z"), category: "groceries" },
            { id: 876, account_id: 286, amount: "552.49", transaction_date: new Date("2023-07-03T11:10:49Z"), category: "dining" },
            { id: 877, account_id: 386, amount: "-190.80", transaction_date: new Date("2023-02-08T13:42:23Z"), category: "groceries" },
            { id: 878, account_id: 207, amount: "-144.68", transaction_date: new Date("2023-07-18T17:12:58Z"), category: "entertainment" },
            { id: 879, account_id: 47, amount: "-69.49", transaction_date: new Date("2023-06-20T15:33:43Z"), category: "groceries" },
            { id: 880, account_id: 217, amount: "-170.49", transaction_date: new Date("2023-07-17T07:41:17Z"), category: "groceries" },
            { id: 881, account_id: 47, amount: "-15.94", transaction_date: new Date("2023-06-04T21:36:17Z"), category: "groceries" },
            { id: 882, account_id: 285, amount: "-78.23", transaction_date: new Date("2022-08-02T16:54:01Z"), category: "groceries" },
            { id: 883, account_id: 184, amount: "-214.46", transaction_date: new Date("2023-09-01T12:50:15Z"), category: "groceries" },
            { id: 884, account_id: 353, amount: "352.17", transaction_date: new Date("2023-04-26T16:52:25Z"), category: "dining" },
            { id: 885, account_id: 235, amount: "-87.03", transaction_date: new Date("2023-12-14T10:10:03Z"), category: "groceries" },
            { id: 886, account_id: 94, amount: "274.92", transaction_date: new Date("2023-02-28T20:44:23Z"), category: "groceries" },
            { id: 887, account_id: 116, amount: "-303.19", transaction_date: new Date("2022-12-03T06:10:26Z"), category: "other" },
            { id: 888, account_id: 303, amount: "3.74", transaction_date: new Date("2022-09-25T21:02:55Z"), category: "groceries" },
            { id: 889, account_id: 190, amount: "519.89", transaction_date: new Date("2022-09-30T08:09:20Z"), category: "other" },
            { id: 890, account_id: 392, amount: "-477.04", transaction_date: new Date("2023-06-30T20:29:45Z"), category: "groceries" },
            { id: 891, account_id: 130, amount: "-5.04", transaction_date: new Date("2022-11-06T16:45:31Z"), category: "dining" },
            { id: 892, account_id: 273, amount: "-475.42", transaction_date: new Date("2023-02-18T07:06:20Z"), category: "other" },
            { id: 893, account_id: 83, amount: "164.63", transaction_date: new Date("2022-08-27T10:06:54Z"), category: "groceries" },
            { id: 894, account_id: 107, amount: "-31.53", transaction_date: new Date("2023-10-16T10:09:56Z"), category: "entertainment" },
            { id: 895, account_id: 157, amount: "-121.14", transaction_date: new Date("2023-01-12T14:30:40Z"), category: "groceries" },
            { id: 896, account_id: 314, amount: "-279.05", transaction_date: new Date("2022-02-17T14:11:59Z"), category: "groceries" },
            { id: 897, account_id: 188, amount: "182.62", transaction_date: new Date("2022-08-24T22:48:27Z"), category: "other" },
            { id: 898, account_id: 340, amount: "-94.64", transaction_date: new Date("2023-07-28T19:41:25Z"), category: "dining" },
            { id: 899, account_id: 122, amount: "258.69", transaction_date: new Date("2023-07-21T19:45:40Z"), category: "entertainment" },
            { id: 900, account_id: 355, amount: "263.69", transaction_date: new Date("2023-03-01T08:58:11Z"), category: "entertainment" },
            { id: 901, account_id: 198, amount: "-443.94", transaction_date: new Date("2022-06-17T19:58:33Z"), category: "groceries" },
            { id: 902, account_id: 14, amount: "-425.89", transaction_date: new Date("2023-10-27T09:01:02Z"), category: "utilities" },
            { id: 903, account_id: 316, amount: "-227.76", transaction_date: new Date("2023-10-31T20:52:24Z"), category: "other" },
            { id: 904, account_id: 15, amount: "341.85", transaction_date: new Date("2023-08-12T17:15:42Z"), category: "entertainment" },
            { id: 905, account_id: 230, amount: "91.93", transaction_date: new Date("2022-09-08T17:25:14Z"), category: "dining" },
            { id: 906, account_id: 234, amount: "-206.70", transaction_date: new Date("2023-12-19T16:20:05Z"), category: "dining" },
            { id: 907, account_id: 152, amount: "-453.70", transaction_date: new Date("2023-09-23T08:21:13Z"), category: "dining" },
            { id: 908, account_id: 332, amount: "25.58", transaction_date: new Date("2023-12-10T17:45:04Z"), category: "groceries" },
            { id: 909, account_id: 188, amount: "-370.17", transaction_date: new Date("2023-12-15T10:03:08Z"), category: "entertainment" },
            { id: 910, account_id: 21, amount: "167.63", transaction_date: new Date("2022-11-24T10:17:00Z"), category: "entertainment" },
            { id: 911, account_id: 279, amount: "-206.83", transaction_date: new Date("2023-08-07T18:03:21Z"), category: "dining" },
            { id: 912, account_id: 170, amount: "188.63", transaction_date: new Date("2022-06-11T17:12:41Z"), category: "groceries" },
            { id: 913, account_id: 329, amount: "47.31", transaction_date: new Date("2022-05-22T11:06:02Z"), category: "utilities" },
            { id: 914, account_id: 128, amount: "214.37", transaction_date: new Date("2022-07-03T11:59:28Z"), category: "other" },
            { id: 915, account_id: 102, amount: "64.60", transaction_date: new Date("2022-11-05T14:58:20Z"), category: "other" },
            { id: 916, account_id: 46, amount: "756.42", transaction_date: new Date("2023-01-14T10:14:04Z"), category: "dining" },
            { id: 917, account_id: 346, amount: "-332.66", transaction_date: new Date("2022-01-05T10:10:10Z"), category: "groceries" },
            { id: 918, account_id: 114, amount: "155.09", transaction_date: new Date("2022-03-08T22:30:40Z"), category: "groceries" },
            { id: 919, account_id: 171, amount: "141.77", transaction_date: new Date("2022-02-10T18:40:59Z"), category: "other" },
            { id: 920, account_id: 147, amount: "104.21", transaction_date: new Date("2022-10-06T12:15:57Z"), category: "groceries" },
            { id: 921, account_id: 142, amount: "-482.84", transaction_date: new Date("2022-08-02T14:19:11Z"), category: "groceries" },
            { id: 922, account_id: 262, amount: "99.29", transaction_date: new Date("2022-09-19T07:08:27Z"), category: "groceries" },
            { id: 923, account_id: 344, amount: "382.37", transaction_date: new Date("2022-09-11T18:03:55Z"), category: "groceries" },
            { id: 924, account_id: 385, amount: "760.22", transaction_date: new Date("2023-04-29T14:27:04Z"), category: "groceries" },
            { id: 925, account_id: 349, amount: "275.93", transaction_date: new Date("2023-03-23T02:36:30Z"), category: "dining" },
            { id: 926, account_id: 250, amount: "225.13", transaction_date: new Date("2022-05-17T11:03:25Z"), category: "groceries" },
            { id: 927, account_id: 341, amount: "-379.33", transaction_date: new Date("2022-06-07T13:32:26Z"), category: "entertainment" },
            { id: 928, account_id: 262, amount: "-291.36", transaction_date: new Date("2022-11-10T17:32:29Z"), category: "dining" },
            { id: 929, account_id: 194, amount: "244.61", transaction_date: new Date("2023-04-13T03:32:18Z"), category: "groceries" },
            { id: 930, account_id: 232, amount: "270.48", transaction_date: new Date("2023-06-21T07:37:41Z"), category: "groceries" },
            { id: 931, account_id: 43, amount: "-297.40", transaction_date: new Date("2023-12-23T09:08:52Z"), category: "groceries" },
            { id: 932, account_id: 155, amount: "-68.95", transaction_date: new Date("2023-07-16T12:49:02Z"), category: "entertainment" },
            { id: 933, account_id: 381, amount: "78.98", transaction_date: new Date("2023-08-01T01:45:04Z"), category: "utilities" },
            { id: 934, account_id: 310, amount: "-247.63", transaction_date: new Date("2023-03-17T13:56:37Z"), category: "groceries" },
            { id: 935, account_id: 234, amount: "-49.90", transaction_date: new Date("2023-02-06T19:21:54Z"), category: "dining" },
            { id: 936, account_id: 16, amount: "242.70", transaction_date: new Date("2023-10-25T18:38:22Z"), category: "other" },
            { id: 937, account_id: 185, amount: "-15.44", transaction_date: new Date("2023-06-13T23:28:33Z"), category: "entertainment" },
            { id: 938, account_id: 41, amount: "-194.26", transaction_date: new Date("2023-07-16T17:35:50Z"), category: "dining" },
            { id: 939, account_id: 305, amount: "-183.14", transaction_date: new Date("2022-07-19T13:42:57Z"), category: "groceries" },
            { id: 940, account_id: 142, amount: "287.41", transaction_date: new Date("2022-09-20T15:30:53Z"), category: "groceries" },
            { id: 941, account_id: 227, amount: "-416.64", transaction_date: new Date("2023-12-23T08:15:43Z"), category: "entertainment" },
            { id: 942, account_id: 124, amount: "234.81", transaction_date: new Date("2023-06-02T16:56:27Z"), category: "entertainment" },
            { id: 943, account_id: 173, amount: "-90.78", transaction_date: new Date("2023-06-08T20:54:36Z"), category: "entertainment" },
            { id: 944, account_id: 99, amount: "-179.93", transaction_date: new Date("2022-09-20T23:14:52Z"), category: "dining" },
            { id: 945, account_id: 358, amount: "214.56", transaction_date: new Date("2023-07-10T07:36:56Z"), category: "entertainment" },
            { id: 946, account_id: 163, amount: "-11.36", transaction_date: new Date("2023-11-04T11:32:21Z"), category: "groceries" },
            { id: 947, account_id: 121, amount: "209.49", transaction_date: new Date("2023-07-30T12:26:19Z"), category: "dining" },
            { id: 948, account_id: 19, amount: "-185.58", transaction_date: new Date("2022-08-24T16:18:55Z"), category: "dining" },
            { id: 949, account_id: 235, amount: "-286.30", transaction_date: new Date("2023-05-28T16:32:35Z"), category: "groceries" },
            { id: 950, account_id: 189, amount: "-2.61", transaction_date: new Date("2023-07-09T10:54:59Z"), category: "groceries" },
            { id: 951, account_id: 193, amount: "175.94", transaction_date: new Date("2023-08-22T21:26:31Z"), category: "entertainment" },
            { id: 952, account_id: 336, amount: "79.54", transaction_date: new Date("2022-10-15T09:48:21Z"), category: "dining" },
            { id: 953, account_id: 12, amount: "-407.20", transaction_date: new Date("2023-09-06T19:07:17Z"), category: "utilities" },
            { id: 954, account_id: 312, amount: "-40.32", transaction_date: new Date("2023-11-20T18:22:01Z"), category: "groceries" },
            { id: 955, account_id: 310, amount: "-109.43", transaction_date: new Date("2023-11-13T23:14:09Z"), category: "groceries" },
            { id: 956, account_id: 389, amount: "-35.10", transaction_date: new Date("2023-05-20T19:29:09Z"), category: "dining" },
            { id: 957, account_id: 21, amount: "35.90", transaction_date: new Date("2023-09-17T09:01:14Z"), category: "entertainment" },
            { id: 958, account_id: 247, amount: "-97.30", transaction_date: new Date("2023-07-02T19:29:52Z"), category: "groceries" },
            { id: 959, account_id: 225, amount: "-388.84", transaction_date: new Date("2023-10-25T21:22:21Z"), category: "entertainment" },
            { id: 960, account_id: 330, amount: "-112.52", transaction_date: new Date("2023-05-04T08:35:44Z"), category: "other" },
            { id: 961, account_id: 348, amount: "-234.09", transaction_date: new Date("2023-09-05T22:52:55Z"), category: "groceries" },
            { id: 962, account_id: 276, amount: "28.02", transaction_date: new Date("2023-04-25T16:05:07Z"), category: "groceries" },
            { id: 963, account_id: 321, amount: "136.33", transaction_date: new Date("2023-05-28T01:32:34Z"), category: "groceries" },
            { id: 964, account_id: 271, amount: "-11.07", transaction_date: new Date("2022-01-21T19:22:59Z"), category: "groceries" },
            { id: 965, account_id: 275, amount: "237.02", transaction_date: new Date("2023-08-03T14:33:13Z"), category: "groceries" },
            { id: 966, account_id: 355, amount: "160.82", transaction_date: new Date("2022-09-24T10:05:16Z"), category: "entertainment" },
            { id: 967, account_id: 231, amount: "13.76", transaction_date: new Date("2022-08-05T09:13:50Z"), category: "dining" },
            { id: 968, account_id: 246, amount: "-4.97", transaction_date: new Date("2022-12-27T14:02:54Z"), category: "entertainment" },
            { id: 969, account_id: 186, amount: "478.28", transaction_date: new Date("2023-07-16T01:05:29Z"), category: "groceries" },
            { id: 970, account_id: 12, amount: "-117.31", transaction_date: new Date("2023-09-05T13:56:22Z"), category: "utilities" },
            { id: 971, account_id: 104, amount: "60.34", transaction_date: new Date("2023-08-05T03:40:17Z"), category: "groceries" },
            { id: 972, account_id: 173, amount: "-327.24", transaction_date: new Date("2023-05-27T16:00:20Z"), category: "entertainment" },
            { id: 973, account_id: 165, amount: "154.69", transaction_date: new Date("2023-03-26T20:27:17Z"), category: "groceries" },
            { id: 974, account_id: 114, amount: "4.64", transaction_date: new Date("2022-10-21T14:51:31Z"), category: "groceries" },
            { id: 975, account_id: 158, amount: "-398.13", transaction_date: new Date("2022-12-31T09:12:15Z"), category: "dining" },
            { id: 976, account_id: 217, amount: "205.99", transaction_date: new Date("2023-10-23T08:01:08Z"), category: "groceries" },
            { id: 977, account_id: 326, amount: "78.54", transaction_date: new Date("2022-11-10T23:12:21Z"), category: "utilities" },
            { id: 978, account_id: 317, amount: "-161.50", transaction_date: new Date("2022-02-03T15:43:08Z"), category: "groceries" },
            { id: 979, account_id: 270, amount: "-254.93", transaction_date: new Date("2023-11-16T09:30:52Z"), category: "groceries" },
            { id: 980, account_id: 104, amount: "127.06", transaction_date: new Date("2022-09-30T22:28:43Z"), category: "entertainment" },
            { id: 981, account_id: 63, amount: "32.34", transaction_date: new Date("2023-08-18T10:01:59Z"), category: "groceries" },
            { id: 982, account_id: 335, amount: "234.44", transaction_date: new Date("2023-12-14T07:51:59Z"), category: "groceries" },
            { id: 983, account_id: 184, amount: "195.58", transaction_date: new Date("2023-08-27T16:40:37Z"), category: "entertainment" },
            { id: 984, account_id: 378, amount: "-249.05", transaction_date: new Date("2023-03-31T09:43:01Z"), category: "dining" },
            { id: 985, account_id: 96, amount: "296.74", transaction_date: new Date("2022-10-19T13:05:08Z"), category: "utilities" },
            { id: 986, account_id: 298, amount: "-169.22", transaction_date: new Date("2022-12-25T16:20:04Z"), category: "groceries" },
            { id: 987, account_id: 152, amount: "298.92", transaction_date: new Date("2023-10-19T12:03:04Z"), category: "groceries" },
            { id: 988, account_id: 369, amount: "412.25", transaction_date: new Date("2022-03-08T23:31:11Z"), category: "groceries" },
            { id: 989, account_id: 173, amount: "-303.77", transaction_date: new Date("2023-10-29T17:45:31Z"), category: "other" },
            { id: 990, account_id: 134, amount: "-132.31", transaction_date: new Date("2022-07-31T19:48:37Z"), category: "entertainment" },
            { id: 991, account_id: 257, amount: "498.26", transaction_date: new Date("2023-06-24T12:33:17Z"), category: "other" },
            { id: 992, account_id: 21, amount: "-365.86", transaction_date: new Date("2022-10-30T22:49:15Z"), category: "other" },
            { id: 993, account_id: 97, amount: "-457.39", transaction_date: new Date("2023-12-26T14:54:18Z"), category: "utilities" },
            { id: 994, account_id: 104, amount: "-813.14", transaction_date: new Date("2022-11-07T18:23:20Z"), category: "dining" },
            { id: 995, account_id: 40, amount: "-522.73", transaction_date: new Date("2023-02-06T10:55:25Z"), category: "entertainment" },
            { id: 996, account_id: 338, amount: "-52.89", transaction_date: new Date("2022-07-17T17:03:58Z"), category: "entertainment" },
            { id: 997, account_id: 191, amount: "507.74", transaction_date: new Date("2022-12-19T19:50:47Z"), category: "utilities" },
            { id: 998, account_id: 24, amount: "349.41", transaction_date: new Date("2023-11-24T00:49:49Z"), category: "entertainment" },
            { id: 999, account_id: 327, amount: "369.98", transaction_date: new Date("2023-12-28T09:35:15Z"), category: "groceries" },
            { id: 1000, account_id: 119, amount: "-69.38", transaction_date: new Date("2022-01-17T15:17:44Z"), category: "groceries" },
        ],
    });
}

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