// Personal Finance Insights (ai-powered-customizable-personal-finance-solutions) 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.financial_institutions), 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.financial_institutions.createMany({
        data: [
            { id: 1, name: "group", type: "bank", website: "https://example.com/after/issue" },
            { id: 2, name: "development debt technology", type: "bank", website: "https://example.com/update/early" },
            { id: 3, name: "exchange capital", type: "credit_union", website: "https://example.com/direct/yearly" },
            { id: 4, name: "compliance global research", type: "bank", website: "https://example.com/another/regular" },
            { id: 5, name: "group fund", type: "bank", website: "https://example.com/enough/other" },
            { id: 6, name: "payments fintech", type: "investment_firm", website: "https://example.com/within/result" },
            { id: 7, name: "innovation services", type: "bank", website: "https://example.com/detail/quiet" },
            { id: 8, name: "growth", type: "investment_firm", website: "https://example.com/regular/quick" },
            { id: 9, name: "network", type: "bank", website: "https://example.com/normal/point" },
            { id: 10, name: "technology growth", type: "bank", website: "https://example.com/partial/issue" },
            { id: 11, name: "union local", type: "bank", website: "https://example.com/change/detail" },
            { id: 12, name: "local asset portfolio", type: "investment_firm", website: "https://example.com/morning/minor" },
            { id: 13, name: "payments mortgage", type: "credit_union", website: "https://example.com/before/section" },
            { id: 14, name: "global platform", type: "bank", website: "https://example.com/partial/other" },
            { id: 15, name: "capital solutions", type: "bank", website: "https://example.com/order/notice" },
            { id: 16, name: "pension partners", type: "credit_union", website: "https://example.com/moving/order" },
            { id: 17, name: "advisory", type: "investment_firm", website: "https://example.com/ready/about" },
            { id: 18, name: "investments regional", type: "credit_union", website: "https://example.com/summary/later" },
            { id: 19, name: "international", type: "bank", website: "https://example.com/without/about" },
            { id: 20, name: "fintech innovation compliance", type: "credit_union", website: "https://example.com/light/ready" },
            { id: 21, name: "exchange trust", type: "investment_firm", website: "https://example.com/another/single" },
            { id: 22, name: "investment compliance services", type: "bank", website: "https://example.com/every/section" },
            { id: 23, name: "service technology", type: "bank", website: "https://example.com/happen/early" },
            { id: 24, name: "community", type: "bank", website: "https://example.com/great/update" },
            { id: 25, name: "development fintech management", type: "bank", website: "https://example.com/later/total" },
            { id: 26, name: "community", type: "bank", website: "https://example.com/various/moment" },
            { id: 27, name: "local mobile", type: "bank", website: "https://example.com/other/moving" },
            { id: 28, name: "cooperative portfolio credit", type: "bank", website: "https://example.com/moving/weekly" },
            { id: 29, name: "network", type: "credit_union", website: "https://example.com/recent/review" },
            { id: 30, name: "union", type: "bank", website: "https://example.com/direct/after" },
            { id: 31, name: "local analytics growth", type: "credit_union", website: "https://example.com/light/long" },
            { id: 32, name: "portfolio mobile holdings", type: "bank", website: "https://example.com/always/public" },
            { id: 33, name: "services", type: "investment_firm", website: "https://example.com/month/moving" },
            { id: 34, name: "local regional solutions", type: "bank", website: "https://example.com/single/open" },
            { id: 35, name: "debtor", type: "bank", website: "https://example.com/every/enough" },
            { id: 36, name: "equity", type: "bank", website: "https://example.com/morning/often" },
            { id: 37, name: "holdings fintech strategies", type: "bank", website: "https://example.com/total/follow" },
            { id: 38, name: "advisors", type: "bank", website: "https://example.com/again/issue" },
            { id: 39, name: "equity regulatory wealth", type: "credit_union", website: "https://example.com/about/large" },
            { id: 40, name: "compliance", type: "bank", website: "https://example.com/before/light" },
            { id: 41, name: "marketplace retirement", type: "credit_union", website: "https://example.com/second/bright" },
            { id: 42, name: "investment portfolio", type: "bank", website: "https://example.com/little/point" },
            { id: 43, name: "network credit bank", type: "investment_firm", website: "https://example.com/weekly/direct" },
            { id: 44, name: "global group", type: "bank", website: "https://example.com/special/support" },
            { id: 45, name: "payments", type: "investment_firm", website: "https://example.com/reason/first" },
            { id: 46, name: "financial", type: "bank", website: "https://example.com/about/enough" },
            { id: 47, name: "fintech community", type: "investment_firm", website: "https://example.com/partial/regular" },
            { id: 48, name: "insurance fintech", type: "bank", website: "https://example.com/special/total" },
            { id: 49, name: "holdings", type: "bank", website: "https://example.com/often/period" },
            { id: 50, name: "community regional", type: "bank", website: "https://example.com/enough/several" },
        ],
    });
    await prisma.users.createMany({
        data: [
            { id: 1, full_name: "Mila Kaya", email: "mila.kaya@example.org", created_at: new Date("2022-09-06T16:30:34Z") },
            { id: 2, full_name: "Omar Ruiz", email: "omar.ruiz@example.com", created_at: new Date("2021-10-03T17:14:44Z") },
            { id: 3, full_name: "Fatima Sato", email: "fatima.sato@example.net", created_at: new Date("2021-09-03T15:40:14Z") },
            { id: 4, full_name: "Marco Schneider", email: "marco.schneider@example.com", created_at: new Date("2021-11-29T15:43:52Z") },
            { id: 5, full_name: "Omar Klein", email: "omar.klein@example.com", created_at: new Date("2021-01-19T07:52:04Z") },
            { id: 6, full_name: "Zoe Ali", email: "zoe.ali@example.com", created_at: new Date("2021-08-03T09:25:25Z") },
            { id: 7, full_name: "Selin Larsen", email: "selin.larsen@example.com", created_at: new Date("2020-10-02T08:26:18Z") },
            { id: 8, full_name: "Hugo Bennett", email: "hugo.bennett@example.net", created_at: new Date("2020-01-01T15:05:00Z") },
            { id: 9, full_name: "Ibrahim Moreau", email: "ibrahim.moreau@example.org", created_at: new Date("2021-12-11T11:05:18Z") },
            { id: 10, full_name: "Amir Shah", email: "amir.shah@example.org", created_at: new Date("2020-07-24T09:49:00Z") },
            { id: 11, full_name: "Karim Novak", email: "karim.novak@example.net", created_at: new Date("2022-08-25T15:07:30Z") },
            { id: 12, full_name: "Lena Andersen", email: "lena.andersen@example.com", created_at: new Date("2020-07-05T09:45:47Z") },
            { id: 13, full_name: "Olivia Flores", email: "olivia.flores@example.net", created_at: new Date("2020-12-01T12:03:18Z") },
            { id: 14, full_name: "Maria Sato", email: "maria.sato@example.org", created_at: new Date("2022-12-18T10:42:15Z") },
            { id: 15, full_name: "Carlos Bauer", email: "carlos.bauer@example.net", created_at: new Date("2020-03-05T15:34:15Z") },
            { id: 16, full_name: "Pedro Becker", email: "pedro.becker@example.com", created_at: new Date("2021-04-06T11:50:26Z") },
            { id: 17, full_name: "Uma Weber", email: "uma.weber@example.com", created_at: new Date("2020-09-21T16:54:58Z") },
            { id: 18, full_name: "Daniel Torres", email: "daniel.torres@example.org", created_at: new Date("2021-06-05T19:42:53Z") },
            { id: 19, full_name: "Julia Tanaka", email: "julia.tanaka@example.com", created_at: new Date("2022-03-01T09:03:17Z") },
            { id: 20, full_name: "Ben Wang", email: "ben.wang@example.com", created_at: new Date("2020-09-12T09:52:46Z") },
            { id: 21, full_name: "Nina Klein", email: "nina.klein@example.org", created_at: new Date("2021-02-04T08:07:11Z") },
            { id: 22, full_name: "Ibrahim Ruiz", email: "ibrahim.ruiz@example.com", created_at: new Date("2020-01-09T16:20:00Z") },
            { id: 23, full_name: "Ben Sato", email: "ben.sato@example.net", created_at: new Date("2022-10-09T07:52:51Z") },
            { id: 24, full_name: "Andre Wilson", email: "andre.wilson@example.net", created_at: new Date("2021-09-05T14:50:22Z") },
            { id: 25, full_name: "Anna Ruiz", email: "anna.ruiz@example.com", created_at: new Date("2021-11-15T10:28:04Z") },
            { id: 26, full_name: "Rosa Tanaka", email: "rosa.tanaka@example.com", created_at: new Date("2020-06-06T13:07:28Z") },
            { id: 27, full_name: "Rafael Murphy", email: "rafael.murphy@example.com", created_at: new Date("2020-09-21T12:28:35Z") },
            { id: 28, full_name: "Emma Ali", email: "emma.ali@example.com", created_at: new Date("2020-11-16T15:06:06Z") },
            { id: 29, full_name: "Ines Smith", email: "ines.smith@example.net", created_at: new Date("2020-07-01T07:26:53Z") },
            { id: 30, full_name: "Zoe Oliveira", email: "zoe.oliveira@example.com", created_at: new Date("2021-04-19T15:54:08Z") },
            { id: 31, full_name: "James Park", email: "james.park@example.com", created_at: new Date("2021-05-25T16:24:47Z") },
            { id: 32, full_name: "Emma Pereira", email: "emma.pereira@example.org", created_at: new Date("2021-11-06T11:58:12Z") },
            { id: 33, full_name: "Theo Rossi", email: "theo.rossi@example.net", created_at: new Date("2022-04-07T08:45:10Z") },
            { id: 34, full_name: "Fatima Lopez", email: "fatima.lopez@example.com", created_at: new Date("2021-04-15T19:56:42Z") },
            { id: 35, full_name: "Alice Weber", email: "alice.weber@example.com", created_at: new Date("2020-08-26T11:43:03Z") },
            { id: 36, full_name: "Ruby Mendes", email: "ruby.mendes@example.net", created_at: new Date("2022-06-12T09:49:22Z") },
            { id: 37, full_name: "Ruby Smith", email: "ruby.smith@example.com", created_at: new Date("2021-12-14T11:33:18Z") },
            { id: 38, full_name: "Hannah Bauer", email: "hannah.bauer@example.net", created_at: new Date("2022-12-25T10:27:53Z") },
            { id: 39, full_name: "Emma Carter", email: "emma.carter@example.org", created_at: new Date("2022-06-29T15:29:55Z") },
            { id: 40, full_name: "Elena Johnson", email: "elena.johnson@example.org", created_at: new Date("2022-05-31T17:03:36Z") },
            { id: 41, full_name: "Kai Tanaka", email: "kai.tanaka@example.org", created_at: new Date("2022-06-08T14:49:03Z") },
            { id: 42, full_name: "Uma Diaz", email: "uma.diaz@example.net", created_at: new Date("2020-03-11T08:17:28Z") },
            { id: 43, full_name: "Amir Bauer", email: "amir.bauer@example.net", created_at: new Date("2020-03-14T13:08:28Z") },
            { id: 44, full_name: "Emma Fischer", email: "emma.fischer@example.org", created_at: new Date("2021-02-05T11:41:44Z") },
            { id: 45, full_name: "James Almeida", email: "james.almeida@example.org", created_at: new Date("2022-05-20T07:59:48Z") },
            { id: 46, full_name: "Lena Nakamura", email: "lena.nakamura@example.com", created_at: new Date("2022-08-27T10:24:45Z") },
            { id: 47, full_name: "Emma Pereira", email: "emma.pereira@example.com", created_at: new Date("2020-05-22T12:07:33Z") },
            { id: 48, full_name: "Ines Taylor", email: "ines.taylor@example.com", created_at: new Date("2022-06-03T16:50:15Z") },
            { id: 49, full_name: "Ibrahim Kumar", email: "ibrahim.kumar@example.com", created_at: new Date("2021-01-15T08:39:00Z") },
            { id: 50, full_name: "Noah Garcia", email: "noah.garcia@example.org", created_at: new Date("2022-05-12T18:05:10Z") },
            { id: 51, full_name: "Leo Cruz", email: "leo.cruz@example.org", created_at: new Date("2022-12-31T16:36:01Z") },
            { id: 52, full_name: "Uma Bauer", email: "uma.bauer@example.org", created_at: new Date("2021-07-23T09:38:12Z") },
            { id: 53, full_name: "Wei Taylor", email: "wei.taylor@example.com", created_at: new Date("2020-03-06T16:23:28Z") },
            { id: 54, full_name: "Priya Martin", email: "priya.martin@example.com", created_at: new Date("2020-06-09T09:24:35Z") },
            { id: 55, full_name: "Wei Wagner", email: "wei.wagner@example.com", created_at: new Date("2020-04-19T12:07:03Z") },
            { id: 56, full_name: "Alice Weber", email: "alice.weber@example.com", created_at: new Date("2021-05-30T08:57:39Z") },
            { id: 57, full_name: "Pedro Cruz", email: "pedro.cruz@example.com", created_at: new Date("2022-07-17T15:30:39Z") },
            { id: 58, full_name: "Lucas Kowalski", email: "lucas.kowalski@example.com", created_at: new Date("2021-12-10T14:25:26Z") },
            { id: 59, full_name: "Anna Fischer", email: "anna.fischer@example.com", created_at: new Date("2020-07-01T10:53:28Z") },
            { id: 60, full_name: "Alice Bennett", email: "alice.bennett@example.com", created_at: new Date("2022-01-05T14:09:19Z") },
            { id: 61, full_name: "Lena Smith", email: "lena.smith@example.net", created_at: new Date("2022-04-19T11:23:19Z") },
            { id: 62, full_name: "Carlos Diaz", email: "carlos.diaz@example.net", created_at: new Date("2021-07-24T08:51:26Z") },
            { id: 63, full_name: "Omar Khan", email: "omar.khan@example.net", created_at: new Date("2021-08-28T11:53:04Z") },
            { id: 64, full_name: "Arjun Davis", email: "arjun.davis@example.org", created_at: new Date("2021-12-15T14:33:31Z") },
            { id: 65, full_name: "Elif Taylor", email: "elif.taylor@example.com", created_at: new Date("2020-12-31T14:02:57Z") },
            { id: 66, full_name: "Kai Wilson", email: "kai.wilson@example.net", created_at: new Date("2020-10-09T08:56:09Z") },
            { id: 67, full_name: "Priya Adams", email: "priya.adams@example.org", created_at: new Date("2022-02-02T18:55:57Z") },
            { id: 68, full_name: "Ethan Fischer", email: "ethan.fischer@example.org", created_at: new Date("2021-03-25T13:54:34Z") },
            { id: 69, full_name: "Fatima Rossi", email: "fatima.rossi@example.org", created_at: new Date("2020-09-04T17:07:03Z") },
            { id: 70, full_name: "Marco Brown", email: "marco.brown@example.net", created_at: new Date("2022-03-19T13:46:53Z") },
            { id: 71, full_name: "Ibrahim Schneider", email: "ibrahim.schneider@example.net", created_at: new Date("2020-01-08T16:46:29Z") },
            { id: 72, full_name: "Ines Reyes", email: "ines.reyes@example.net", created_at: new Date("2022-06-07T23:45:35Z") },
            { id: 73, full_name: "Ivan Kumar", email: "ivan.kumar@example.net", created_at: new Date("2020-04-06T16:57:37Z") },
            { id: 74, full_name: "Nour Schmidt", email: "nour.schmidt@example.org", created_at: new Date("2022-07-01T06:52:37Z") },
            { id: 75, full_name: "Alice Kaya", email: "alice.kaya@example.net", created_at: new Date("2021-03-29T18:26:03Z") },
            { id: 76, full_name: "Lena Shah", email: "lena.shah@example.com", created_at: new Date("2021-01-27T14:21:44Z") },
            { id: 77, full_name: "Laura Weber", email: "laura.weber@example.com", created_at: new Date("2022-08-10T17:58:15Z") },
            { id: 78, full_name: "David Hoffmann", email: "david.hoffmann@example.org", created_at: new Date("2021-01-16T09:36:11Z") },
            { id: 79, full_name: "Nadia Lopez", email: "nadia.lopez@example.org", created_at: new Date("2021-11-03T10:32:13Z") },
            { id: 80, full_name: "Jonas Oliveira", email: "jonas.oliveira@example.org", created_at: new Date("2020-04-07T12:38:00Z") },
            { id: 81, full_name: "Paula Wilson", email: "paula.wilson@example.net", created_at: new Date("2020-12-09T09:51:15Z") },
            { id: 82, full_name: "Nadia Torres", email: "nadia.torres@example.com", created_at: new Date("2022-09-07T15:40:12Z") },
            { id: 83, full_name: "Mohamed Schmidt", email: "mohamed.schmidt@example.org", created_at: new Date("2020-01-28T16:54:07Z") },
            { id: 84, full_name: "Mei Silva", email: "mei.silva@example.net", created_at: new Date("2021-05-29T17:56:18Z") },
            { id: 85, full_name: "Deniz Hansen", email: "deniz.hansen@example.net", created_at: new Date("2020-07-27T16:12:39Z") },
            { id: 86, full_name: "Mohamed Brown", email: "mohamed.brown@example.com", created_at: new Date("2022-05-13T10:08:47Z") },
            { id: 87, full_name: "Emma Schneider", email: "emma.schneider@example.org", created_at: new Date("2020-07-09T14:40:47Z") },
            { id: 88, full_name: "Arjun Lee", email: "arjun.lee@example.com", created_at: new Date("2022-03-21T08:33:14Z") },
            { id: 89, full_name: "Amir Sousa", email: "amir.sousa@example.com", created_at: new Date("2020-05-24T10:53:22Z") },
            { id: 90, full_name: "Nina Dubois", email: "nina.dubois@example.org", created_at: new Date("2021-07-09T16:51:57Z") },
            { id: 91, full_name: "Oscar Wagner", email: "oscar.wagner@example.com", created_at: new Date("2021-09-01T10:20:17Z") },
            { id: 92, full_name: "Paula Smith", email: "paula.smith@example.net", created_at: new Date("2020-05-05T09:03:36Z") },
            { id: 93, full_name: "Kai Tanaka", email: "kai.tanaka@example.org", created_at: new Date("2021-06-26T06:46:27Z") },
            { id: 94, full_name: "Kai Novak", email: "kai.novak@example.org", created_at: new Date("2021-04-29T09:43:12Z") },
            { id: 95, full_name: "Deniz Taylor", email: "deniz.taylor@example.org", created_at: new Date("2021-05-18T15:30:19Z") },
            { id: 96, full_name: "Nour Jansen", email: "nour.jansen@example.org", created_at: new Date("2021-05-29T13:09:15Z") },
            { id: 97, full_name: "Elif Walker", email: "elif.walker@example.net", created_at: new Date("2021-05-04T14:57:18Z") },
            { id: 98, full_name: "Ines Hughes", email: "ines.hughes@example.net", created_at: new Date("2020-08-24T08:39:32Z") },
            { id: 99, full_name: "Zoe Silva", email: "zoe.silva@example.net", created_at: new Date("2022-08-22T08:16:25Z") },
            { id: 100, full_name: "Elif Sato", email: "elif.sato@example.com", created_at: new Date("2021-05-17T13:08:34Z") },
            { id: 101, full_name: "Elif Vargas", email: "elif.vargas@example.org", created_at: new Date("2020-09-01T10:20:38Z") },
            { id: 102, full_name: "Carla Nguyen", email: "carla.nguyen@example.net", created_at: new Date("2021-10-16T10:35:35Z") },
            { id: 103, full_name: "Lina Gupta", email: "lina.gupta@example.net", created_at: new Date("2021-01-11T09:35:42Z") },
            { id: 104, full_name: "Maya Ahmed", email: "maya.ahmed@example.net", created_at: new Date("2021-01-21T16:58:54Z") },
            { id: 105, full_name: "Theo Carter", email: "theo.carter@example.net", created_at: new Date("2020-11-14T15:49:14Z") },
            { id: 106, full_name: "Ana Gupta", email: "ana.gupta@example.org", created_at: new Date("2021-09-17T10:36:25Z") },
            { id: 107, full_name: "Ines Schmidt", email: "ines.schmidt@example.net", created_at: new Date("2021-08-20T11:53:08Z") },
            { id: 108, full_name: "Mila Kim", email: "mila.kim@example.net", created_at: new Date("2020-07-15T13:00:47Z") },
            { id: 109, full_name: "Daniel Lee", email: "daniel.lee@example.com", created_at: new Date("2020-12-06T19:54:58Z") },
            { id: 110, full_name: "Jack Walker", email: "jack.walker@example.net", created_at: new Date("2020-08-25T10:18:59Z") },
            { id: 111, full_name: "Tariq Patel", email: "tariq.patel@example.net", created_at: new Date("2022-06-30T14:28:45Z") },
            { id: 112, full_name: "Arjun Reyes", email: "arjun.reyes@example.net", created_at: new Date("2021-11-03T12:25:27Z") },
            { id: 113, full_name: "Zoe Lee", email: "zoe.lee@example.net", created_at: new Date("2021-10-17T12:14:59Z") },
            { id: 114, full_name: "Omar Smith", email: "omar.smith@example.com", created_at: new Date("2022-10-12T16:22:40Z") },
            { id: 115, full_name: "Lucas Murphy", email: "lucas.murphy@example.com", created_at: new Date("2020-08-10T15:14:20Z") },
            { id: 116, full_name: "Uma Brown", email: "uma.brown@example.net", created_at: new Date("2020-12-04T13:00:57Z") },
            { id: 117, full_name: "Wei Demir", email: "wei.demir@example.com", created_at: new Date("2020-12-24T11:53:43Z") },
            { id: 118, full_name: "Daniel Garcia", email: "daniel.garcia@example.com", created_at: new Date("2020-05-13T15:59:32Z") },
            { id: 119, full_name: "Ivan Murphy", email: "ivan.murphy@example.com", created_at: new Date("2021-04-03T12:47:22Z") },
            { id: 120, full_name: "Nadia Hassan", email: "nadia.hassan@example.org", created_at: new Date("2021-02-28T15:38:56Z") },
            { id: 121, full_name: "Ivan Larsen", email: "ivan.larsen@example.com", created_at: new Date("2020-07-07T09:35:46Z") },
            { id: 122, full_name: "David Davis", email: "david.davis@example.org", created_at: new Date("2020-08-27T13:35:22Z") },
            { id: 123, full_name: "Zara Clark", email: "zara.clark@example.org", created_at: new Date("2021-03-17T14:28:54Z") },
            { id: 124, full_name: "Felix Jensen", email: "felix.jensen@example.net", created_at: new Date("2020-03-26T17:45:09Z") },
            { id: 125, full_name: "Ruby Hughes", email: "ruby.hughes@example.org", created_at: new Date("2021-01-27T09:23:43Z") },
            { id: 126, full_name: "Hugo Moreau", email: "hugo.moreau@example.org", created_at: new Date("2021-07-17T20:46:24Z") },
            { id: 127, full_name: "Mia Garcia", email: "mia.garcia@example.net", created_at: new Date("2022-03-01T10:05:45Z") },
            { id: 128, full_name: "Emma Chen", email: "emma.chen@example.net", created_at: new Date("2022-03-14T12:02:04Z") },
            { id: 129, full_name: "Rafael Clark", email: "rafael.clark@example.org", created_at: new Date("2020-01-12T10:56:29Z") },
            { id: 130, full_name: "Wei Evans", email: "wei.evans@example.net", created_at: new Date("2022-10-03T10:30:36Z") },
            { id: 131, full_name: "Liam Miller", email: "liam.miller@example.net", created_at: new Date("2021-02-27T10:30:38Z") },
            { id: 132, full_name: "Ibrahim Singh", email: "ibrahim.singh@example.org", created_at: new Date("2021-08-22T09:11:55Z") },
            { id: 133, full_name: "Rosa Taylor", email: "rosa.taylor@example.net", created_at: new Date("2020-04-02T10:16:41Z") },
            { id: 134, full_name: "Jack Johnson", email: "jack.johnson@example.net", created_at: new Date("2022-06-15T08:54:14Z") },
            { id: 135, full_name: "Daniel Meyer", email: "daniel.meyer@example.org", created_at: new Date("2021-05-16T10:16:51Z") },
            { id: 136, full_name: "Olivia Meyer", email: "olivia.meyer@example.org", created_at: new Date("2021-01-25T16:01:58Z") },
            { id: 137, full_name: "Deniz Wright", email: "deniz.wright@example.org", created_at: new Date("2021-03-12T08:18:24Z") },
            { id: 138, full_name: "Maria Hassan", email: "maria.hassan@example.com", created_at: new Date("2020-04-06T09:20:39Z") },
            { id: 139, full_name: "Daniel Mendes", email: "daniel.mendes@example.com", created_at: new Date("2022-05-09T10:26:59Z") },
            { id: 140, full_name: "Ines Jensen", email: "ines.jensen@example.org", created_at: new Date("2021-06-17T14:33:08Z") },
            { id: 141, full_name: "Olivia Lee", email: "olivia.lee@example.com", created_at: new Date("2021-12-25T13:28:55Z") },
            { id: 142, full_name: "Daniel Schmidt", email: "daniel.schmidt@example.net", created_at: new Date("2021-06-21T09:32:47Z") },
            { id: 143, full_name: "Leo Gupta", email: "leo.gupta@example.net", created_at: new Date("2021-01-06T08:02:35Z") },
            { id: 144, full_name: "Omar Shah", email: "omar.shah@example.org", created_at: new Date("2022-01-30T19:24:16Z") },
            { id: 145, full_name: "Diego Wang", email: "diego.wang@example.org", created_at: new Date("2020-01-27T11:54:49Z") },
            { id: 146, full_name: "Yusuf Shah", email: "yusuf.shah@example.net", created_at: new Date("2021-08-28T10:27:00Z") },
            { id: 147, full_name: "Lucas Smith", email: "lucas.smith@example.com", created_at: new Date("2021-07-21T06:54:32Z") },
            { id: 148, full_name: "Alice Wang", email: "alice.wang@example.org", created_at: new Date("2022-07-07T14:30:16Z") },
            { id: 149, full_name: "Carlos Meyer", email: "carlos.meyer@example.net", created_at: new Date("2020-08-27T11:32:59Z") },
            { id: 150, full_name: "Carla Sousa", email: "carla.sousa@example.net", created_at: new Date("2022-11-26T12:04:23Z") },
            { id: 151, full_name: "Sara Demir", email: "sara.demir@example.net", created_at: new Date("2022-09-24T08:50:15Z") },
            { id: 152, full_name: "Maya Costa", email: "maya.costa@example.org", created_at: new Date("2022-05-12T19:43:34Z") },
            { id: 153, full_name: "Zara Kaya", email: "zara.kaya@example.org", created_at: new Date("2020-01-01T12:04:43Z") },
            { id: 154, full_name: "Alice Bennett", email: "alice.bennett@example.org", created_at: new Date("2020-11-09T14:47:05Z") },
            { id: 155, full_name: "Wei Martin", email: "wei.martin@example.com", created_at: new Date("2022-07-25T15:35:01Z") },
            { id: 156, full_name: "Ibrahim Kumar", email: "ibrahim.kumar@example.org", created_at: new Date("2022-06-18T17:30:34Z") },
            { id: 157, full_name: "Grace Ruiz", email: "grace.ruiz@example.org", created_at: new Date("2022-02-10T10:25:02Z") },
            { id: 158, full_name: "Pedro Reyes", email: "pedro.reyes@example.org", created_at: new Date("2022-01-05T14:01:49Z") },
            { id: 159, full_name: "Anna Mendes", email: "anna.mendes@example.org", created_at: new Date("2020-07-28T17:42:28Z") },
            { id: 160, full_name: "Grace Wagner", email: "grace.wagner@example.net", created_at: new Date("2021-06-25T14:36:46Z") },
            { id: 161, full_name: "Priya Johnson", email: "priya.johnson@example.com", created_at: new Date("2021-03-03T09:50:20Z") },
            { id: 162, full_name: "Ines Ahmed", email: "ines.ahmed@example.com", created_at: new Date("2020-04-16T14:23:17Z") },
            { id: 163, full_name: "Fatima Ali", email: "fatima.ali@example.com", created_at: new Date("2022-04-27T17:48:19Z") },
            { id: 164, full_name: "Nour Fischer", email: "nour.fischer@example.com", created_at: new Date("2022-07-07T08:57:38Z") },
            { id: 165, full_name: "Rafael Fischer", email: "rafael.fischer@example.net", created_at: new Date("2022-12-05T10:20:12Z") },
            { id: 166, full_name: "Zoe Tanaka", email: "zoe.tanaka@example.org", created_at: new Date("2022-08-19T12:14:04Z") },
            { id: 167, full_name: "Carla Dubois", email: "carla.dubois@example.com", created_at: new Date("2022-11-25T16:56:18Z") },
            { id: 168, full_name: "Rafael Tanaka", email: "rafael.tanaka@example.com", created_at: new Date("2021-01-19T13:28:17Z") },
            { id: 169, full_name: "Diego Gupta", email: "diego.gupta@example.net", created_at: new Date("2021-05-11T11:42:12Z") },
            { id: 170, full_name: "James Ruiz", email: "james.ruiz@example.com", created_at: new Date("2020-10-07T14:24:53Z") },
            { id: 171, full_name: "Nadia Carter", email: "nadia.carter@example.com", created_at: new Date("2022-05-29T09:27:24Z") },
            { id: 172, full_name: "James Evans", email: "james.evans@example.com", created_at: new Date("2021-12-04T11:09:14Z") },
            { id: 173, full_name: "Sofia Andersen", email: "sofia.andersen@example.com", created_at: new Date("2020-11-25T13:04:44Z") },
            { id: 174, full_name: "Marco Wang", email: "marco.wang@example.com", created_at: new Date("2020-04-02T15:01:54Z") },
            { id: 175, full_name: "Lena Patel", email: "lena.patel@example.org", created_at: new Date("2020-05-16T12:15:49Z") },
            { id: 176, full_name: "Olivia Smith", email: "olivia.smith@example.com", created_at: new Date("2022-01-23T13:57:00Z") },
            { id: 177, full_name: "Wei Singh", email: "wei.singh@example.com", created_at: new Date("2022-11-04T10:36:29Z") },
            { id: 178, full_name: "Jade Brown", email: "jade.brown@example.com", created_at: new Date("2020-07-18T11:10:07Z") },
            { id: 179, full_name: "Elif Gomez", email: "elif.gomez@example.net", created_at: new Date("2020-09-13T08:14:52Z") },
            { id: 180, full_name: "Jade Rossi", email: "jade.rossi@example.net", created_at: new Date("2022-11-07T15:53:36Z") },
            { id: 181, full_name: "Kai Jensen", email: "kai.jensen@example.org", created_at: new Date("2021-03-21T13:44:50Z") },
            { id: 182, full_name: "Kai Adams", email: "kai.adams@example.org", created_at: new Date("2022-03-04T11:01:24Z") },
            { id: 183, full_name: "Theo Becker", email: "theo.becker@example.org", created_at: new Date("2022-08-21T08:55:47Z") },
            { id: 184, full_name: "Sara Becker", email: "sara.becker@example.org", created_at: new Date("2022-06-15T14:20:15Z") },
            { id: 185, full_name: "Chloe Hansen", email: "chloe.hansen@example.com", created_at: new Date("2020-04-26T10:56:34Z") },
            { id: 186, full_name: "Zoe Kumar", email: "zoe.kumar@example.com", created_at: new Date("2020-10-17T09:29:09Z") },
            { id: 187, full_name: "Mateo Hassan", email: "mateo.hassan@example.org", created_at: new Date("2022-09-23T10:10:28Z") },
            { id: 188, full_name: "Carla Ahmed", email: "carla.ahmed@example.net", created_at: new Date("2021-09-23T00:54:36Z") },
            { id: 189, full_name: "Pedro Nguyen", email: "pedro.nguyen@example.org", created_at: new Date("2021-02-07T08:18:18Z") },
            { id: 190, full_name: "Karim Chen", email: "karim.chen@example.org", created_at: new Date("2020-11-07T17:41:12Z") },
            { id: 191, full_name: "Isaac Gupta", email: "isaac.gupta@example.org", created_at: new Date("2021-03-25T13:43:53Z") },
            { id: 192, full_name: "Leo Nguyen", email: "leo.nguyen@example.org", created_at: new Date("2021-09-24T11:43:41Z") },
            { id: 193, full_name: "Mateo Clark", email: "mateo.clark@example.net", created_at: new Date("2022-05-29T13:24:48Z") },
            { id: 194, full_name: "Mila Gomez", email: "mila.gomez@example.org", created_at: new Date("2021-11-06T13:02:58Z") },
            { id: 195, full_name: "Priya Sato", email: "priya.sato@example.com", created_at: new Date("2020-01-03T17:23:05Z") },
            { id: 196, full_name: "Uma Taylor", email: "uma.taylor@example.com", created_at: new Date("2021-11-25T16:47:15Z") },
            { id: 197, full_name: "Diego Sato", email: "diego.sato@example.net", created_at: new Date("2021-08-05T13:19:58Z") },
            { id: 198, full_name: "Zara Martin", email: "zara.martin@example.com", created_at: new Date("2022-03-31T09:32:38Z") },
            { id: 199, full_name: "Amir Brown", email: "amir.brown@example.net", created_at: new Date("2021-04-28T13:39:00Z") },
            { id: 200, full_name: "Amir Gomez", email: "amir.gomez@example.com", created_at: new Date("2022-07-01T15:39:43Z") },
        ],
    });
    await prisma.budgets.createMany({
        data: [
            { id: 1, user_id: 46, total_budget: "3440.68", category: "utilities", created_at: new Date("2021-11-06T09:50:21Z") },
            { id: 2, user_id: 159, total_budget: "4910.39", category: "groceries", created_at: new Date("2021-11-06T18:59:37Z") },
            { id: 3, user_id: 27, total_budget: "928.83", category: "groceries", created_at: new Date("2021-12-27T16:05:32Z") },
            { id: 4, user_id: 162, total_budget: "2514.56", category: "groceries", created_at: new Date("2022-08-04T09:16:08Z") },
            { id: 5, user_id: 137, total_budget: "2457.55", category: "utilities", created_at: new Date("2022-12-25T15:17:14Z") },
            { id: 6, user_id: 40, total_budget: "4518.79", category: "utilities", created_at: new Date("2021-03-24T12:32:11Z") },
            { id: 7, user_id: 22, total_budget: "3664.71", category: "groceries", created_at: new Date("2022-11-22T10:16:48Z") },
            { id: 8, user_id: 186, total_budget: "4207.85", category: "utilities", created_at: new Date("2022-06-27T09:13:39Z") },
            { id: 9, user_id: 89, total_budget: "3581.70", category: "groceries", created_at: new Date("2023-01-01T11:18:38Z") },
            { id: 10, user_id: 33, total_budget: "4697.21", category: "groceries", created_at: new Date("2021-05-10T15:33:18Z") },
            { id: 11, user_id: 29, total_budget: "4627.82", category: "utilities", created_at: new Date("2021-01-18T15:03:47Z") },
            { id: 12, user_id: 3, total_budget: "3269.23", category: "utilities", created_at: new Date("2022-09-02T15:05:25Z") },
            { id: 13, user_id: 165, total_budget: "448.54", category: "utilities", created_at: new Date("2022-09-25T10:43:39Z") },
            { id: 14, user_id: 71, total_budget: "2548.20", category: "groceries", created_at: new Date("2021-05-14T02:29:09Z") },
            { id: 15, user_id: 97, total_budget: "4995.99", category: "groceries", created_at: new Date("2021-06-03T14:35:53Z") },
            { id: 16, user_id: 131, total_budget: "4903.50", category: "utilities", created_at: new Date("2022-10-07T20:03:48Z") },
            { id: 17, user_id: 158, total_budget: "4939.90", category: "utilities", created_at: new Date("2021-04-21T10:17:55Z") },
            { id: 18, user_id: 143, total_budget: "4698.63", category: "groceries", created_at: new Date("2022-04-21T08:27:25Z") },
            { id: 19, user_id: 7, total_budget: "1883.20", category: "groceries", created_at: new Date("2022-10-26T14:17:46Z") },
            { id: 20, user_id: 10, total_budget: "2464.37", category: "groceries", created_at: new Date("2021-03-09T09:39:17Z") },
            { id: 21, user_id: 58, total_budget: "4441.85", category: "utilities", created_at: new Date("2021-10-28T07:14:46Z") },
            { id: 22, user_id: 157, total_budget: "4999.88", category: "groceries", created_at: new Date("2021-08-24T11:51:09Z") },
            { id: 23, user_id: 96, total_budget: "3564.76", category: "utilities", created_at: new Date("2022-01-03T15:58:31Z") },
            { id: 24, user_id: 129, total_budget: "4417.41", category: "entertainment", created_at: new Date("2022-03-23T13:13:35Z") },
            { id: 25, user_id: 50, total_budget: "1594.04", category: "utilities", created_at: new Date("2021-11-15T15:29:00Z") },
            { id: 26, user_id: 62, total_budget: "4298.67", category: "groceries", created_at: new Date("2021-04-23T11:39:38Z") },
            { id: 27, user_id: 140, total_budget: "100.12", category: "utilities", created_at: new Date("2021-08-03T09:47:42Z") },
            { id: 28, user_id: 62, total_budget: "4183.27", category: "utilities", created_at: new Date("2021-06-02T10:37:20Z") },
            { id: 29, user_id: 165, total_budget: "2469.98", category: "entertainment", created_at: new Date("2022-07-22T11:51:44Z") },
            { id: 30, user_id: 60, total_budget: "1634.49", category: "groceries", created_at: new Date("2022-08-01T11:54:32Z") },
            { id: 31, user_id: 47, total_budget: "4993.35", category: "entertainment", created_at: new Date("2022-01-12T01:07:36Z") },
            { id: 32, user_id: 123, total_budget: "4426.85", category: "utilities", created_at: new Date("2021-08-17T16:26:14Z") },
            { id: 33, user_id: 165, total_budget: "4827.00", category: "groceries", created_at: new Date("2022-11-20T16:57:24Z") },
            { id: 34, user_id: 19, total_budget: "3521.10", category: "groceries", created_at: new Date("2021-01-29T08:10:27Z") },
            { id: 35, user_id: 159, total_budget: "4676.41", category: "utilities", created_at: new Date("2022-02-18T14:58:54Z") },
            { id: 36, user_id: 114, total_budget: "2842.00", category: "groceries", created_at: new Date("2022-12-31T13:26:41Z") },
            { id: 37, user_id: 180, total_budget: "4986.18", category: "groceries", created_at: new Date("2021-07-09T10:57:02Z") },
            { id: 38, user_id: 69, total_budget: "1287.09", category: "utilities", created_at: new Date("2021-09-06T15:49:05Z") },
            { id: 39, user_id: 162, total_budget: "4222.11", category: "groceries", created_at: new Date("2021-05-24T15:27:27Z") },
            { id: 40, user_id: 172, total_budget: "4929.23", category: "groceries", created_at: new Date("2022-05-07T09:03:36Z") },
            { id: 41, user_id: 107, total_budget: "2039.05", category: "groceries", created_at: new Date("2022-03-18T14:08:07Z") },
            { id: 42, user_id: 130, total_budget: "4765.64", category: "groceries", created_at: new Date("2021-07-22T12:46:34Z") },
            { id: 43, user_id: 21, total_budget: "4998.45", category: "groceries", created_at: new Date("2022-07-24T14:56:30Z") },
            { id: 44, user_id: 16, total_budget: "4770.72", category: "groceries", created_at: new Date("2021-11-16T20:06:11Z") },
            { id: 45, user_id: 61, total_budget: "4652.66", category: "groceries", created_at: new Date("2021-10-13T10:43:54Z") },
            { id: 46, user_id: 15, total_budget: "4969.96", category: "utilities", created_at: new Date("2021-03-24T12:52:12Z") },
            { id: 47, user_id: 188, total_budget: "4900.64", category: "groceries", created_at: new Date("2022-04-04T11:34:19Z") },
            { id: 48, user_id: 148, total_budget: "4160.34", category: "utilities", created_at: new Date("2021-08-15T12:04:02Z") },
            { id: 49, user_id: 105, total_budget: "4777.86", category: "groceries", created_at: new Date("2022-04-22T11:19:45Z") },
            { id: 50, user_id: 45, total_budget: "1302.11", category: "groceries", created_at: new Date("2022-07-19T09:06:26Z") },
            { id: 51, user_id: 94, total_budget: "1844.13", category: "groceries", created_at: new Date("2022-11-04T10:17:29Z") },
            { id: 52, user_id: 136, total_budget: "3307.75", category: "entertainment", created_at: new Date("2021-12-27T18:08:19Z") },
            { id: 53, user_id: 69, total_budget: "4996.48", category: "utilities", created_at: new Date("2022-05-23T11:23:28Z") },
            { id: 54, user_id: 161, total_budget: "1472.17", category: "groceries", created_at: new Date("2022-07-11T10:11:43Z") },
            { id: 55, user_id: 11, total_budget: "4168.72", category: "groceries", created_at: new Date("2021-03-04T15:15:02Z") },
            { id: 56, user_id: 165, total_budget: "4987.51", category: "groceries", created_at: new Date("2022-03-28T16:14:57Z") },
            { id: 57, user_id: 41, total_budget: "4922.67", category: "entertainment", created_at: new Date("2022-12-23T09:46:06Z") },
            { id: 58, user_id: 118, total_budget: "4849.47", category: "entertainment", created_at: new Date("2021-10-28T09:02:57Z") },
            { id: 59, user_id: 78, total_budget: "4984.40", category: "entertainment", created_at: new Date("2022-02-24T14:45:27Z") },
            { id: 60, user_id: 10, total_budget: "3517.47", category: "groceries", created_at: new Date("2022-12-15T10:14:42Z") },
            { id: 61, user_id: 183, total_budget: "4215.21", category: "groceries", created_at: new Date("2021-10-21T17:13:35Z") },
            { id: 62, user_id: 36, total_budget: "3729.48", category: "groceries", created_at: new Date("2022-02-12T11:23:02Z") },
            { id: 63, user_id: 119, total_budget: "3666.62", category: "groceries", created_at: new Date("2021-08-10T19:58:26Z") },
            { id: 64, user_id: 118, total_budget: "4999.65", category: "utilities", created_at: new Date("2022-04-07T10:54:45Z") },
            { id: 65, user_id: 147, total_budget: "4858.68", category: "groceries", created_at: new Date("2021-11-05T09:41:26Z") },
            { id: 66, user_id: 36, total_budget: "3485.44", category: "groceries", created_at: new Date("2021-12-23T13:54:19Z") },
            { id: 67, user_id: 176, total_budget: "4600.39", category: "groceries", created_at: new Date("2021-06-05T14:01:41Z") },
            { id: 68, user_id: 161, total_budget: "4989.64", category: "groceries", created_at: new Date("2021-01-10T17:49:08Z") },
            { id: 69, user_id: 155, total_budget: "4793.94", category: "groceries", created_at: new Date("2022-09-27T17:57:52Z") },
            { id: 70, user_id: 78, total_budget: "4620.16", category: "utilities", created_at: new Date("2022-12-19T11:42:23Z") },
            { id: 71, user_id: 17, total_budget: "3600.54", category: "utilities", created_at: new Date("2022-01-05T11:27:18Z") },
            { id: 72, user_id: 93, total_budget: "4422.04", category: "groceries", created_at: new Date("2021-09-22T07:47:04Z") },
            { id: 73, user_id: 18, total_budget: "2911.47", category: "groceries", created_at: new Date("2021-05-03T16:08:06Z") },
            { id: 74, user_id: 42, total_budget: "3197.35", category: "utilities", created_at: new Date("2022-05-05T16:55:21Z") },
            { id: 75, user_id: 100, total_budget: "2593.76", category: "groceries", created_at: new Date("2022-04-22T15:07:34Z") },
            { id: 76, user_id: 9, total_budget: "3156.58", category: "utilities", created_at: new Date("2022-11-02T12:26:36Z") },
            { id: 77, user_id: 2, total_budget: "3941.44", category: "groceries", created_at: new Date("2021-05-11T10:59:32Z") },
            { id: 78, user_id: 36, total_budget: "4654.48", category: "groceries", created_at: new Date("2022-12-21T14:18:12Z") },
            { id: 79, user_id: 146, total_budget: "3935.20", category: "groceries", created_at: new Date("2022-08-15T12:56:37Z") },
            { id: 80, user_id: 20, total_budget: "4944.96", category: "groceries", created_at: new Date("2021-06-28T09:14:23Z") },
            { id: 81, user_id: 165, total_budget: "4286.64", category: "utilities", created_at: new Date("2022-11-25T14:08:31Z") },
            { id: 82, user_id: 44, total_budget: "4993.69", category: "utilities", created_at: new Date("2022-04-16T17:21:03Z") },
            { id: 83, user_id: 89, total_budget: "4383.14", category: "utilities", created_at: new Date("2022-09-11T15:27:26Z") },
            { id: 84, user_id: 14, total_budget: "4534.78", category: "entertainment", created_at: new Date("2022-05-08T14:50:35Z") },
            { id: 85, user_id: 123, total_budget: "1026.29", category: "utilities", created_at: new Date("2022-04-10T10:33:23Z") },
            { id: 86, user_id: 85, total_budget: "4460.37", category: "groceries", created_at: new Date("2022-11-10T11:13:46Z") },
            { id: 87, user_id: 122, total_budget: "3119.68", category: "groceries", created_at: new Date("2021-11-08T10:43:58Z") },
            { id: 88, user_id: 70, total_budget: "4269.77", category: "entertainment", created_at: new Date("2022-10-19T11:29:30Z") },
            { id: 89, user_id: 8, total_budget: "841.55", category: "groceries", created_at: new Date("2021-01-23T18:05:43Z") },
            { id: 90, user_id: 112, total_budget: "3382.20", category: "groceries", created_at: new Date("2021-10-10T13:38:43Z") },
            { id: 91, user_id: 177, total_budget: "2588.89", category: "entertainment", created_at: new Date("2021-01-05T08:55:39Z") },
            { id: 92, user_id: 153, total_budget: "4761.27", category: "utilities", created_at: new Date("2021-11-21T11:22:17Z") },
            { id: 93, user_id: 162, total_budget: "4901.29", category: "groceries", created_at: new Date("2022-02-16T13:44:53Z") },
            { id: 94, user_id: 54, total_budget: "3493.30", category: "utilities", created_at: new Date("2022-01-17T13:16:49Z") },
            { id: 95, user_id: 65, total_budget: "4432.68", category: "groceries", created_at: new Date("2021-02-06T13:02:04Z") },
            { id: 96, user_id: 133, total_budget: "4807.62", category: "utilities", created_at: new Date("2021-10-22T15:00:39Z") },
            { id: 97, user_id: 196, total_budget: "2805.34", category: "groceries", created_at: new Date("2021-11-17T14:41:46Z") },
            { id: 98, user_id: 31, total_budget: "4048.53", category: "groceries", created_at: new Date("2021-12-01T16:28:25Z") },
            { id: 99, user_id: 55, total_budget: "2530.03", category: "groceries", created_at: new Date("2022-08-20T12:13:57Z") },
            { id: 100, user_id: 71, total_budget: "4993.49", category: "entertainment", created_at: new Date("2022-05-27T10:01:36Z") },
            { id: 101, user_id: 73, total_budget: "4695.99", category: "groceries", created_at: new Date("2021-02-06T09:55:14Z") },
            { id: 102, user_id: 198, total_budget: "2954.76", category: "utilities", created_at: new Date("2021-12-06T17:01:38Z") },
            { id: 103, user_id: 27, total_budget: "3167.95", category: "utilities", created_at: new Date("2021-08-23T10:41:31Z") },
            { id: 104, user_id: 9, total_budget: "3979.49", category: "groceries", created_at: new Date("2022-01-16T15:08:37Z") },
            { id: 105, user_id: 128, total_budget: "2891.57", category: "utilities", created_at: new Date("2021-09-14T13:11:03Z") },
            { id: 106, user_id: 16, total_budget: "1617.91", category: "groceries", created_at: new Date("2022-08-21T17:26:58Z") },
            { id: 107, user_id: 47, total_budget: "2215.22", category: "utilities", created_at: new Date("2021-07-11T08:24:15Z") },
            { id: 108, user_id: 31, total_budget: "4997.97", category: "groceries", created_at: new Date("2021-05-26T09:03:21Z") },
            { id: 109, user_id: 25, total_budget: "3248.82", category: "utilities", created_at: new Date("2022-05-22T16:15:38Z") },
            { id: 110, user_id: 194, total_budget: "3838.91", category: "utilities", created_at: new Date("2021-01-18T11:57:49Z") },
            { id: 111, user_id: 171, total_budget: "1465.03", category: "utilities", created_at: new Date("2021-11-27T13:11:21Z") },
            { id: 112, user_id: 59, total_budget: "1555.72", category: "utilities", created_at: new Date("2022-09-29T09:42:08Z") },
            { id: 113, user_id: 98, total_budget: "2427.89", category: "groceries", created_at: new Date("2021-03-05T09:18:43Z") },
            { id: 114, user_id: 33, total_budget: "4997.93", category: "entertainment", created_at: new Date("2021-07-18T08:58:25Z") },
            { id: 115, user_id: 120, total_budget: "3608.75", category: "groceries", created_at: new Date("2022-09-03T17:26:04Z") },
            { id: 116, user_id: 154, total_budget: "1937.55", category: "groceries", created_at: new Date("2021-01-26T17:14:08Z") },
            { id: 117, user_id: 154, total_budget: "4913.44", category: "groceries", created_at: new Date("2022-10-21T09:50:00Z") },
            { id: 118, user_id: 74, total_budget: "1620.91", category: "groceries", created_at: new Date("2021-02-21T11:29:12Z") },
            { id: 119, user_id: 159, total_budget: "4928.86", category: "utilities", created_at: new Date("2021-06-27T11:43:45Z") },
            { id: 120, user_id: 86, total_budget: "4999.72", category: "utilities", created_at: new Date("2022-06-12T14:32:37Z") },
            { id: 121, user_id: 34, total_budget: "1095.15", category: "groceries", created_at: new Date("2022-08-20T08:47:34Z") },
            { id: 122, user_id: 138, total_budget: "2583.62", category: "groceries", created_at: new Date("2021-06-11T17:16:27Z") },
            { id: 123, user_id: 83, total_budget: "4053.47", category: "groceries", created_at: new Date("2022-03-12T14:26:50Z") },
            { id: 124, user_id: 49, total_budget: "2559.81", category: "groceries", created_at: new Date("2021-09-21T15:11:43Z") },
            { id: 125, user_id: 124, total_budget: "4750.99", category: "groceries", created_at: new Date("2021-07-04T08:26:21Z") },
            { id: 126, user_id: 158, total_budget: "4760.68", category: "groceries", created_at: new Date("2022-09-26T16:41:08Z") },
            { id: 127, user_id: 115, total_budget: "3553.19", category: "groceries", created_at: new Date("2021-08-10T14:53:07Z") },
            { id: 128, user_id: 121, total_budget: "1787.82", category: "utilities", created_at: new Date("2022-06-04T12:58:37Z") },
            { id: 129, user_id: 98, total_budget: "4990.12", category: "entertainment", created_at: new Date("2021-08-29T19:43:12Z") },
            { id: 130, user_id: 35, total_budget: "1073.36", category: "groceries", created_at: new Date("2021-01-10T12:56:03Z") },
            { id: 131, user_id: 52, total_budget: "4756.16", category: "groceries", created_at: new Date("2021-01-30T10:11:34Z") },
            { id: 132, user_id: 157, total_budget: "1093.90", category: "utilities", created_at: new Date("2022-08-03T19:20:12Z") },
            { id: 133, user_id: 141, total_budget: "4590.53", category: "utilities", created_at: new Date("2022-05-06T17:10:13Z") },
            { id: 134, user_id: 74, total_budget: "1091.51", category: "groceries", created_at: new Date("2022-01-13T11:37:57Z") },
            { id: 135, user_id: 198, total_budget: "4850.93", category: "groceries", created_at: new Date("2022-04-10T11:42:43Z") },
            { id: 136, user_id: 98, total_budget: "4237.01", category: "groceries", created_at: new Date("2021-09-06T18:37:50Z") },
            { id: 137, user_id: 159, total_budget: "218.15", category: "groceries", created_at: new Date("2022-07-20T10:54:42Z") },
            { id: 138, user_id: 8, total_budget: "3833.15", category: "groceries", created_at: new Date("2021-12-12T14:21:27Z") },
            { id: 139, user_id: 42, total_budget: "3643.14", category: "utilities", created_at: new Date("2021-12-20T15:21:13Z") },
            { id: 140, user_id: 80, total_budget: "4978.91", category: "utilities", created_at: new Date("2021-07-01T15:27:33Z") },
            { id: 141, user_id: 74, total_budget: "4999.76", category: "utilities", created_at: new Date("2021-05-18T17:56:58Z") },
            { id: 142, user_id: 111, total_budget: "4075.10", category: "groceries", created_at: new Date("2021-04-25T09:53:16Z") },
            { id: 143, user_id: 17, total_budget: "3709.79", category: "utilities", created_at: new Date("2022-06-25T15:24:05Z") },
            { id: 144, user_id: 75, total_budget: "3723.09", category: "utilities", created_at: new Date("2022-09-11T09:53:19Z") },
            { id: 145, user_id: 89, total_budget: "4938.32", category: "groceries", created_at: new Date("2021-07-24T15:10:14Z") },
            { id: 146, user_id: 25, total_budget: "4996.38", category: "utilities", created_at: new Date("2022-02-07T12:05:36Z") },
            { id: 147, user_id: 13, total_budget: "3962.35", category: "groceries", created_at: new Date("2021-11-27T14:29:39Z") },
            { id: 148, user_id: 4, total_budget: "4551.91", category: "groceries", created_at: new Date("2021-11-01T13:01:06Z") },
            { id: 149, user_id: 20, total_budget: "1185.92", category: "groceries", created_at: new Date("2021-01-19T09:53:24Z") },
            { id: 150, user_id: 183, total_budget: "3948.08", category: "entertainment", created_at: new Date("2021-06-13T12:51:21Z") },
        ],
    });
    await prisma.loans.createMany({
        data: [
            { id: 1, user_id: 187, financial_institution_id: 28, amount: "3118.21", status: "paid_off", created_at: new Date("2020-04-15T14:59:43Z") },
            { id: 2, user_id: 146, financial_institution_id: 3, amount: "5978.09", status: "paid_off", created_at: new Date("2021-08-18T05:10:17Z") },
            { id: 3, user_id: 79, financial_institution_id: 24, amount: "28580.61", status: "active", created_at: new Date("2021-12-11T07:18:22Z") },
            { id: 4, user_id: 55, financial_institution_id: 48, amount: "2932.29", status: "active", created_at: new Date("2021-05-25T07:46:37Z") },
            { id: 5, user_id: 79, financial_institution_id: 22, amount: "1059.25", status: "defaulted", created_at: new Date("2022-02-06T18:22:31Z") },
            { id: 6, user_id: 103, financial_institution_id: 24, amount: "7031.29", status: "active", created_at: new Date("2020-12-06T15:52:54Z") },
            { id: 7, user_id: 21, financial_institution_id: 31, amount: "16777.63", status: "paid_off", created_at: new Date("2023-01-01T17:28:50Z") },
            { id: 8, user_id: 184, financial_institution_id: 37, amount: "1298.30", status: "active", created_at: new Date("2020-03-27T09:10:29Z") },
            { id: 9, user_id: 64, financial_institution_id: 29, amount: "1116.93", status: "active", created_at: new Date("2022-12-12T09:40:54Z") },
            { id: 10, user_id: 80, financial_institution_id: 3, amount: "2008.65", status: "active", created_at: new Date("2021-02-08T13:03:36Z") },
            { id: 11, user_id: 120, financial_institution_id: 32, amount: "3431.60", status: "paid_off", created_at: new Date("2022-11-19T08:18:25Z") },
            { id: 12, user_id: 71, financial_institution_id: 10, amount: "1023.60", status: "active", created_at: new Date("2020-09-12T14:15:28Z") },
            { id: 13, user_id: 117, financial_institution_id: 48, amount: "5184.15", status: "active", created_at: new Date("2022-11-17T09:29:13Z") },
            { id: 14, user_id: 3, financial_institution_id: 45, amount: "1037.16", status: "paid_off", created_at: new Date("2021-05-31T10:57:36Z") },
            { id: 15, user_id: 162, financial_institution_id: 32, amount: "1591.73", status: "active", created_at: new Date("2020-04-23T10:53:53Z") },
            { id: 16, user_id: 134, financial_institution_id: 37, amount: "13329.99", status: "active", created_at: new Date("2020-05-11T15:37:16Z") },
            { id: 17, user_id: 156, financial_institution_id: 46, amount: "23961.32", status: "defaulted", created_at: new Date("2022-07-02T15:08:28Z") },
            { id: 18, user_id: 10, financial_institution_id: 37, amount: "6222.92", status: "paid_off", created_at: new Date("2020-02-15T14:58:03Z") },
            { id: 19, user_id: 2, financial_institution_id: 42, amount: "33707.80", status: "paid_off", created_at: new Date("2020-09-05T12:49:29Z") },
            { id: 20, user_id: 162, financial_institution_id: 7, amount: "1001.31", status: "active", created_at: new Date("2020-09-18T09:47:32Z") },
            { id: 21, user_id: 97, financial_institution_id: 36, amount: "28170.96", status: "paid_off", created_at: new Date("2021-08-02T16:14:13Z") },
            { id: 22, user_id: 58, financial_institution_id: 39, amount: "1550.68", status: "active", created_at: new Date("2020-05-19T09:26:22Z") },
            { id: 23, user_id: 77, financial_institution_id: 21, amount: "24525.69", status: "active", created_at: new Date("2021-08-15T18:06:52Z") },
            { id: 24, user_id: 72, financial_institution_id: 11, amount: "6896.59", status: "active", created_at: new Date("2020-08-24T14:50:20Z") },
            { id: 25, user_id: 16, financial_institution_id: 50, amount: "49954.44", status: "active", created_at: new Date("2021-07-28T16:07:51Z") },
            { id: 26, user_id: 144, financial_institution_id: 39, amount: "36354.76", status: "active", created_at: new Date("2022-09-08T15:47:57Z") },
            { id: 27, user_id: 156, financial_institution_id: 32, amount: "9795.72", status: "active", created_at: new Date("2022-08-04T09:45:09Z") },
            { id: 28, user_id: 109, financial_institution_id: 15, amount: "16287.74", status: "active", created_at: new Date("2020-11-21T16:37:18Z") },
            { id: 29, user_id: 164, financial_institution_id: 45, amount: "1891.62", status: "active", created_at: new Date("2021-09-01T15:21:41Z") },
            { id: 30, user_id: 9, financial_institution_id: 9, amount: "1534.32", status: "active", created_at: new Date("2021-08-10T10:07:53Z") },
            { id: 31, user_id: 135, financial_institution_id: 16, amount: "47393.99", status: "active", created_at: new Date("2020-10-26T14:56:41Z") },
            { id: 32, user_id: 93, financial_institution_id: 19, amount: "28144.91", status: "active", created_at: new Date("2022-07-19T07:02:55Z") },
            { id: 33, user_id: 199, financial_institution_id: 15, amount: "12750.47", status: "paid_off", created_at: new Date("2022-02-11T10:31:22Z") },
            { id: 34, user_id: 90, financial_institution_id: 31, amount: "1659.76", status: "active", created_at: new Date("2020-02-06T11:24:39Z") },
            { id: 35, user_id: 168, financial_institution_id: 21, amount: "5244.82", status: "active", created_at: new Date("2020-11-14T12:15:15Z") },
            { id: 36, user_id: 3, financial_institution_id: 17, amount: "16772.70", status: "active", created_at: new Date("2020-02-19T14:41:54Z") },
            { id: 37, user_id: 194, financial_institution_id: 47, amount: "16072.51", status: "active", created_at: new Date("2022-02-24T08:45:10Z") },
            { id: 38, user_id: 29, financial_institution_id: 11, amount: "17365.21", status: "active", created_at: new Date("2022-03-25T15:23:03Z") },
            { id: 39, user_id: 51, financial_institution_id: 35, amount: "7616.89", status: "active", created_at: new Date("2020-09-02T07:02:19Z") },
            { id: 40, user_id: 4, financial_institution_id: 48, amount: "5099.93", status: "paid_off", created_at: new Date("2020-09-02T17:27:15Z") },
            { id: 41, user_id: 55, financial_institution_id: 16, amount: "8154.21", status: "paid_off", created_at: new Date("2022-11-20T05:14:51Z") },
            { id: 42, user_id: 119, financial_institution_id: 30, amount: "6179.29", status: "active", created_at: new Date("2020-05-18T12:24:00Z") },
            { id: 43, user_id: 111, financial_institution_id: 45, amount: "1083.23", status: "defaulted", created_at: new Date("2020-12-25T09:48:32Z") },
            { id: 44, user_id: 174, financial_institution_id: 34, amount: "16032.44", status: "active", created_at: new Date("2021-11-22T11:22:05Z") },
            { id: 45, user_id: 108, financial_institution_id: 9, amount: "1608.39", status: "defaulted", created_at: new Date("2022-02-23T14:55:06Z") },
            { id: 46, user_id: 96, financial_institution_id: 39, amount: "4012.02", status: "paid_off", created_at: new Date("2021-06-30T11:25:25Z") },
            { id: 47, user_id: 188, financial_institution_id: 27, amount: "9027.99", status: "paid_off", created_at: new Date("2020-02-22T08:07:59Z") },
            { id: 48, user_id: 10, financial_institution_id: 4, amount: "31453.61", status: "active", created_at: new Date("2021-05-14T08:54:39Z") },
            { id: 49, user_id: 45, financial_institution_id: 1, amount: "5146.70", status: "active", created_at: new Date("2020-01-13T15:47:22Z") },
            { id: 50, user_id: 136, financial_institution_id: 16, amount: "1800.70", status: "active", created_at: new Date("2021-01-07T17:45:32Z") },
            { id: 51, user_id: 192, financial_institution_id: 6, amount: "39729.42", status: "paid_off", created_at: new Date("2022-11-10T14:20:18Z") },
            { id: 52, user_id: 193, financial_institution_id: 32, amount: "1377.06", status: "active", created_at: new Date("2021-08-31T13:45:46Z") },
            { id: 53, user_id: 33, financial_institution_id: 14, amount: "1781.00", status: "active", created_at: new Date("2021-03-18T19:03:50Z") },
            { id: 54, user_id: 94, financial_institution_id: 33, amount: "42700.91", status: "defaulted", created_at: new Date("2020-07-08T16:00:39Z") },
            { id: 55, user_id: 168, financial_institution_id: 24, amount: "10459.57", status: "paid_off", created_at: new Date("2022-12-08T10:21:46Z") },
            { id: 56, user_id: 177, financial_institution_id: 8, amount: "38874.85", status: "active", created_at: new Date("2022-04-02T13:15:35Z") },
            { id: 57, user_id: 8, financial_institution_id: 11, amount: "18478.05", status: "active", created_at: new Date("2020-05-15T10:00:55Z") },
            { id: 58, user_id: 183, financial_institution_id: 13, amount: "11783.94", status: "paid_off", created_at: new Date("2020-12-02T16:08:11Z") },
            { id: 59, user_id: 152, financial_institution_id: 42, amount: "14669.25", status: "active", created_at: new Date("2022-07-18T14:04:03Z") },
            { id: 60, user_id: 19, financial_institution_id: 33, amount: "1383.46", status: "defaulted", created_at: new Date("2020-02-15T08:53:47Z") },
            { id: 61, user_id: 106, financial_institution_id: 32, amount: "11158.54", status: "active", created_at: new Date("2021-12-27T13:37:23Z") },
            { id: 62, user_id: 79, financial_institution_id: 36, amount: "9956.82", status: "defaulted", created_at: new Date("2021-10-05T14:05:04Z") },
            { id: 63, user_id: 49, financial_institution_id: 39, amount: "33092.99", status: "defaulted", created_at: new Date("2021-04-01T15:43:40Z") },
            { id: 64, user_id: 187, financial_institution_id: 21, amount: "12036.09", status: "active", created_at: new Date("2022-11-22T15:40:12Z") },
            { id: 65, user_id: 172, financial_institution_id: 42, amount: "5377.15", status: "active", created_at: new Date("2021-02-26T14:58:20Z") },
            { id: 66, user_id: 117, financial_institution_id: 41, amount: "45185.53", status: "active", created_at: new Date("2022-09-05T11:02:28Z") },
            { id: 67, user_id: 72, financial_institution_id: 44, amount: "6001.33", status: "active", created_at: new Date("2022-12-22T19:34:22Z") },
            { id: 68, user_id: 19, financial_institution_id: 34, amount: "2419.17", status: "paid_off", created_at: new Date("2020-12-20T17:52:22Z") },
            { id: 69, user_id: 121, financial_institution_id: 42, amount: "1412.01", status: "active", created_at: new Date("2022-05-12T14:23:38Z") },
            { id: 70, user_id: 167, financial_institution_id: 20, amount: "1849.02", status: "active", created_at: new Date("2022-03-19T14:36:14Z") },
            { id: 71, user_id: 134, financial_institution_id: 14, amount: "2601.65", status: "active", created_at: new Date("2020-12-01T09:46:46Z") },
            { id: 72, user_id: 17, financial_institution_id: 20, amount: "8108.01", status: "active", created_at: new Date("2021-01-11T22:51:58Z") },
            { id: 73, user_id: 52, financial_institution_id: 39, amount: "1000.01", status: "defaulted", created_at: new Date("2020-08-01T18:50:35Z") },
            { id: 74, user_id: 58, financial_institution_id: 41, amount: "27970.19", status: "paid_off", created_at: new Date("2021-02-08T09:12:14Z") },
            { id: 75, user_id: 19, financial_institution_id: 16, amount: "1000.00", status: "active", created_at: new Date("2021-07-30T09:41:21Z") },
            { id: 76, user_id: 44, financial_institution_id: 32, amount: "13519.52", status: "paid_off", created_at: new Date("2021-10-05T15:56:06Z") },
            { id: 77, user_id: 135, financial_institution_id: 12, amount: "1065.93", status: "active", created_at: new Date("2020-12-27T12:35:12Z") },
            { id: 78, user_id: 110, financial_institution_id: 7, amount: "40646.90", status: "active", created_at: new Date("2020-01-30T11:46:02Z") },
            { id: 79, user_id: 51, financial_institution_id: 8, amount: "20060.91", status: "active", created_at: new Date("2021-04-22T12:33:40Z") },
            { id: 80, user_id: 123, financial_institution_id: 6, amount: "4513.65", status: "paid_off", created_at: new Date("2021-10-08T08:01:01Z") },
            { id: 81, user_id: 1, financial_institution_id: 16, amount: "1017.31", status: "active", created_at: new Date("2021-03-13T16:38:41Z") },
            { id: 82, user_id: 53, financial_institution_id: 11, amount: "44687.43", status: "active", created_at: new Date("2021-10-02T13:06:21Z") },
            { id: 83, user_id: 97, financial_institution_id: 49, amount: "1770.41", status: "active", created_at: new Date("2020-10-12T16:44:08Z") },
            { id: 84, user_id: 178, financial_institution_id: 23, amount: "45918.86", status: "active", created_at: new Date("2021-12-01T17:51:27Z") },
            { id: 85, user_id: 75, financial_institution_id: 3, amount: "4918.56", status: "active", created_at: new Date("2021-11-07T17:49:37Z") },
            { id: 86, user_id: 26, financial_institution_id: 22, amount: "17593.92", status: "active", created_at: new Date("2020-09-27T09:20:20Z") },
            { id: 87, user_id: 74, financial_institution_id: 33, amount: "23136.88", status: "active", created_at: new Date("2022-09-04T09:30:25Z") },
            { id: 88, user_id: 1, financial_institution_id: 11, amount: "1014.94", status: "active", created_at: new Date("2021-02-12T07:13:18Z") },
            { id: 89, user_id: 99, financial_institution_id: 14, amount: "38209.59", status: "active", created_at: new Date("2021-02-24T15:43:14Z") },
            { id: 90, user_id: 43, financial_institution_id: 29, amount: "7258.47", status: "defaulted", created_at: new Date("2020-08-02T22:43:40Z") },
            { id: 91, user_id: 169, financial_institution_id: 31, amount: "19871.86", status: "active", created_at: new Date("2021-02-10T10:24:54Z") },
            { id: 92, user_id: 27, financial_institution_id: 14, amount: "7358.79", status: "paid_off", created_at: new Date("2021-05-28T17:38:11Z") },
            { id: 93, user_id: 184, financial_institution_id: 35, amount: "6721.21", status: "active", created_at: new Date("2021-07-12T14:35:28Z") },
            { id: 94, user_id: 116, financial_institution_id: 46, amount: "1023.65", status: "active", created_at: new Date("2020-06-03T11:26:37Z") },
            { id: 95, user_id: 23, financial_institution_id: 24, amount: "39682.39", status: "active", created_at: new Date("2022-12-04T11:01:39Z") },
            { id: 96, user_id: 58, financial_institution_id: 39, amount: "3024.27", status: "paid_off", created_at: new Date("2020-02-25T15:11:26Z") },
            { id: 97, user_id: 185, financial_institution_id: 49, amount: "2553.34", status: "paid_off", created_at: new Date("2020-01-21T11:42:02Z") },
            { id: 98, user_id: 77, financial_institution_id: 30, amount: "1043.62", status: "active", created_at: new Date("2020-09-30T12:34:25Z") },
            { id: 99, user_id: 107, financial_institution_id: 13, amount: "41373.28", status: "active", created_at: new Date("2021-03-29T18:49:17Z") },
            { id: 100, user_id: 115, financial_institution_id: 14, amount: "17604.66", status: "paid_off", created_at: new Date("2020-07-05T15:36:39Z") },
        ],
    });
    await prisma.transactions.createMany({
        data: [
            { id: 1, user_id: 176, amount: "4.06", category: "entertainment", transaction_date: new Date("2022-08-05T10:49:54Z") },
            { id: 2, user_id: 56, amount: "2469.40", category: "groceries", transaction_date: new Date("2022-07-22T09:41:57Z") },
            { id: 3, user_id: 123, amount: "60.33", category: "rent", transaction_date: new Date("2022-11-08T17:38:28Z") },
            { id: 4, user_id: 182, amount: "1715.83", category: "rent", transaction_date: new Date("2022-02-12T20:54:47Z") },
            { id: 5, user_id: 197, amount: "165.10", category: "rent", transaction_date: new Date("2022-09-02T18:55:14Z") },
            { id: 6, user_id: 62, amount: "1350.71", category: "rent", transaction_date: new Date("2022-11-27T14:23:23Z") },
            { id: 7, user_id: 84, amount: "8076.82", category: "groceries", transaction_date: new Date("2022-01-02T09:01:47Z") },
            { id: 8, user_id: 104, amount: "1193.86", category: "utilities", transaction_date: new Date("2022-11-06T18:50:07Z") },
            { id: 9, user_id: 47, amount: "8899.19", category: "utilities", transaction_date: new Date("2022-08-19T15:05:27Z") },
            { id: 10, user_id: 188, amount: "2927.01", category: "rent", transaction_date: new Date("2022-09-13T11:44:07Z") },
            { id: 11, user_id: 155, amount: "49.87", category: "utilities", transaction_date: new Date("2022-03-08T11:19:19Z") },
            { id: 12, user_id: 37, amount: "179.44", category: "utilities", transaction_date: new Date("2022-12-09T12:06:44Z") },
            { id: 13, user_id: 6, amount: "6785.09", category: "utilities", transaction_date: new Date("2022-12-08T17:52:59Z") },
            { id: 14, user_id: 116, amount: "5821.75", category: "investment", transaction_date: new Date("2022-08-05T21:45:34Z") },
            { id: 15, user_id: 171, amount: "1.37", category: "entertainment", transaction_date: new Date("2022-05-22T07:08:49Z") },
            { id: 16, user_id: 22, amount: "820.87", category: "investment", transaction_date: new Date("2022-02-14T23:03:33Z") },
            { id: 17, user_id: 10, amount: "5001.24", category: "rent", transaction_date: new Date("2022-11-26T23:09:23Z") },
            { id: 18, user_id: 166, amount: "79.86", category: "groceries", transaction_date: new Date("2022-11-27T21:09:54Z") },
            { id: 19, user_id: 54, amount: "17.10", category: "groceries", transaction_date: new Date("2022-06-10T03:55:39Z") },
            { id: 20, user_id: 132, amount: "2058.73", category: "groceries", transaction_date: new Date("2022-07-13T15:10:09Z") },
            { id: 21, user_id: 20, amount: "1728.52", category: "rent", transaction_date: new Date("2022-12-20T18:42:32Z") },
            { id: 22, user_id: 181, amount: "536.38", category: "rent", transaction_date: new Date("2022-03-05T09:54:13Z") },
            { id: 23, user_id: 40, amount: "32.67", category: "utilities", transaction_date: new Date("2022-06-21T18:40:58Z") },
            { id: 24, user_id: 111, amount: "313.04", category: "rent", transaction_date: new Date("2022-02-21T13:49:49Z") },
            { id: 25, user_id: 35, amount: "441.05", category: "groceries", transaction_date: new Date("2022-08-24T15:30:01Z") },
            { id: 26, user_id: 165, amount: "2163.67", category: "groceries", transaction_date: new Date("2022-02-06T09:26:15Z") },
            { id: 27, user_id: 103, amount: "7785.39", category: "groceries", transaction_date: new Date("2022-12-27T10:45:53Z") },
            { id: 28, user_id: 147, amount: "6704.81", category: "entertainment", transaction_date: new Date("2022-09-30T12:08:48Z") },
            { id: 29, user_id: 148, amount: "2153.33", category: "groceries", transaction_date: new Date("2022-09-17T19:56:06Z") },
            { id: 30, user_id: 61, amount: "6343.05", category: "groceries", transaction_date: new Date("2022-05-05T19:56:08Z") },
            { id: 31, user_id: 44, amount: "1664.12", category: "rent", transaction_date: new Date("2022-12-19T17:12:53Z") },
            { id: 32, user_id: 25, amount: "8110.79", category: "investment", transaction_date: new Date("2022-12-31T19:59:49Z") },
            { id: 33, user_id: 162, amount: "4537.85", category: "utilities", transaction_date: new Date("2022-07-06T18:24:46Z") },
            { id: 34, user_id: 48, amount: "2638.19", category: "groceries", transaction_date: new Date("2022-10-16T07:00:24Z") },
            { id: 35, user_id: 118, amount: "8521.78", category: "investment", transaction_date: new Date("2022-08-28T17:52:12Z") },
            { id: 36, user_id: 34, amount: "6423.83", category: "entertainment", transaction_date: new Date("2022-02-17T18:41:52Z") },
            { id: 37, user_id: 51, amount: "913.85", category: "groceries", transaction_date: new Date("2022-06-27T10:02:57Z") },
            { id: 38, user_id: 136, amount: "9854.13", category: "utilities", transaction_date: new Date("2022-03-07T06:52:46Z") },
            { id: 39, user_id: 88, amount: "6307.41", category: "groceries", transaction_date: new Date("2022-09-29T12:49:17Z") },
            { id: 40, user_id: 74, amount: "5.20", category: "entertainment", transaction_date: new Date("2022-05-30T22:44:21Z") },
            { id: 41, user_id: 43, amount: "6956.70", category: "groceries", transaction_date: new Date("2022-09-19T18:35:52Z") },
            { id: 42, user_id: 27, amount: "1776.09", category: "utilities", transaction_date: new Date("2022-10-06T18:43:27Z") },
            { id: 43, user_id: 166, amount: "271.95", category: "groceries", transaction_date: new Date("2022-12-19T05:41:30Z") },
            { id: 44, user_id: 73, amount: "363.82", category: "utilities", transaction_date: new Date("2022-11-10T20:14:24Z") },
            { id: 45, user_id: 61, amount: "2584.11", category: "utilities", transaction_date: new Date("2022-08-10T16:30:28Z") },
            { id: 46, user_id: 1, amount: "6376.19", category: "groceries", transaction_date: new Date("2022-12-29T20:55:55Z") },
            { id: 47, user_id: 91, amount: "8.56", category: "groceries", transaction_date: new Date("2022-11-27T23:31:11Z") },
            { id: 48, user_id: 194, amount: "2970.41", category: "groceries", transaction_date: new Date("2022-09-06T18:16:51Z") },
            { id: 49, user_id: 198, amount: "1071.87", category: "rent", transaction_date: new Date("2022-03-28T13:00:27Z") },
            { id: 50, user_id: 89, amount: "456.97", category: "rent", transaction_date: new Date("2022-06-12T07:39:37Z") },
            { id: 51, user_id: 17, amount: "128.32", category: "groceries", transaction_date: new Date("2022-04-17T22:23:45Z") },
            { id: 52, user_id: 6, amount: "900.91", category: "investment", transaction_date: new Date("2022-05-11T22:13:43Z") },
            { id: 53, user_id: 125, amount: "170.24", category: "groceries", transaction_date: new Date("2022-06-05T11:35:26Z") },
            { id: 54, user_id: 95, amount: "679.91", category: "utilities", transaction_date: new Date("2022-04-30T15:14:19Z") },
            { id: 55, user_id: 158, amount: "10.68", category: "entertainment", transaction_date: new Date("2022-05-27T08:21:03Z") },
            { id: 56, user_id: 84, amount: "252.50", category: "utilities", transaction_date: new Date("2022-07-18T17:24:51Z") },
            { id: 57, user_id: 130, amount: "3731.26", category: "entertainment", transaction_date: new Date("2022-09-06T18:55:06Z") },
            { id: 58, user_id: 101, amount: "8607.00", category: "utilities", transaction_date: new Date("2022-02-21T09:29:08Z") },
            { id: 59, user_id: 48, amount: "7011.48", category: "rent", transaction_date: new Date("2022-11-26T10:54:04Z") },
            { id: 60, user_id: 33, amount: "3757.78", category: "groceries", transaction_date: new Date("2022-09-08T11:16:06Z") },
            { id: 61, user_id: 153, amount: "2354.37", category: "entertainment", transaction_date: new Date("2022-06-15T17:13:45Z") },
            { id: 62, user_id: 41, amount: "2884.66", category: "investment", transaction_date: new Date("2022-01-03T20:16:20Z") },
            { id: 63, user_id: 41, amount: "103.58", category: "utilities", transaction_date: new Date("2022-10-25T18:42:53Z") },
            { id: 64, user_id: 149, amount: "40.24", category: "groceries", transaction_date: new Date("2022-12-28T16:29:06Z") },
            { id: 65, user_id: 130, amount: "4420.35", category: "groceries", transaction_date: new Date("2022-10-19T10:17:54Z") },
            { id: 66, user_id: 105, amount: "0.55", category: "entertainment", transaction_date: new Date("2022-11-14T19:22:18Z") },
            { id: 67, user_id: 35, amount: "297.62", category: "groceries", transaction_date: new Date("2022-10-17T01:42:22Z") },
            { id: 68, user_id: 46, amount: "1347.67", category: "groceries", transaction_date: new Date("2022-07-22T15:57:52Z") },
            { id: 69, user_id: 70, amount: "104.54", category: "groceries", transaction_date: new Date("2022-12-25T14:43:31Z") },
            { id: 70, user_id: 62, amount: "41.66", category: "utilities", transaction_date: new Date("2022-02-16T17:30:09Z") },
            { id: 71, user_id: 46, amount: "7109.83", category: "entertainment", transaction_date: new Date("2022-01-19T18:25:31Z") },
            { id: 72, user_id: 199, amount: "7018.29", category: "utilities", transaction_date: new Date("2022-02-05T17:18:15Z") },
            { id: 73, user_id: 182, amount: "2955.21", category: "utilities", transaction_date: new Date("2022-10-05T08:11:55Z") },
            { id: 74, user_id: 78, amount: "8192.09", category: "utilities", transaction_date: new Date("2022-08-30T10:35:19Z") },
            { id: 75, user_id: 4, amount: "398.50", category: "groceries", transaction_date: new Date("2022-02-28T18:18:40Z") },
            { id: 76, user_id: 197, amount: "7346.83", category: "utilities", transaction_date: new Date("2022-10-22T10:19:58Z") },
            { id: 77, user_id: 140, amount: "713.10", category: "groceries", transaction_date: new Date("2022-10-30T17:27:56Z") },
            { id: 78, user_id: 168, amount: "2865.72", category: "groceries", transaction_date: new Date("2022-06-01T14:00:18Z") },
            { id: 79, user_id: 69, amount: "5818.05", category: "groceries", transaction_date: new Date("2022-09-02T23:33:36Z") },
            { id: 80, user_id: 148, amount: "5875.80", category: "utilities", transaction_date: new Date("2022-12-15T07:49:34Z") },
            { id: 81, user_id: 182, amount: "2215.52", category: "utilities", transaction_date: new Date("2022-03-23T20:12:59Z") },
            { id: 82, user_id: 63, amount: "91.49", category: "utilities", transaction_date: new Date("2022-01-11T19:40:58Z") },
            { id: 83, user_id: 38, amount: "3147.61", category: "utilities", transaction_date: new Date("2022-11-14T11:00:00Z") },
            { id: 84, user_id: 184, amount: "1866.48", category: "utilities", transaction_date: new Date("2022-10-23T21:36:17Z") },
            { id: 85, user_id: 47, amount: "4007.41", category: "utilities", transaction_date: new Date("2022-07-14T13:03:00Z") },
            { id: 86, user_id: 194, amount: "2008.39", category: "groceries", transaction_date: new Date("2022-12-16T12:16:17Z") },
            { id: 87, user_id: 21, amount: "2415.64", category: "groceries", transaction_date: new Date("2022-11-08T23:35:02Z") },
            { id: 88, user_id: 42, amount: "1183.24", category: "rent", transaction_date: new Date("2022-06-07T19:03:20Z") },
            { id: 89, user_id: 9, amount: "4119.44", category: "utilities", transaction_date: new Date("2022-09-02T18:29:20Z") },
            { id: 90, user_id: 44, amount: "977.75", category: "rent", transaction_date: new Date("2022-09-25T18:51:25Z") },
            { id: 91, user_id: 53, amount: "1407.77", category: "utilities", transaction_date: new Date("2022-04-08T03:41:46Z") },
            { id: 92, user_id: 4, amount: "2649.86", category: "utilities", transaction_date: new Date("2022-12-19T16:43:09Z") },
            { id: 93, user_id: 198, amount: "8828.74", category: "investment", transaction_date: new Date("2022-12-10T15:48:48Z") },
            { id: 94, user_id: 70, amount: "1329.52", category: "groceries", transaction_date: new Date("2022-07-15T12:15:38Z") },
            { id: 95, user_id: 74, amount: "1441.35", category: "entertainment", transaction_date: new Date("2022-08-25T19:45:57Z") },
            { id: 96, user_id: 99, amount: "3572.51", category: "rent", transaction_date: new Date("2022-12-02T08:38:23Z") },
            { id: 97, user_id: 155, amount: "6419.84", category: "investment", transaction_date: new Date("2022-11-01T18:19:25Z") },
            { id: 98, user_id: 84, amount: "5211.32", category: "groceries", transaction_date: new Date("2022-12-26T17:38:36Z") },
            { id: 99, user_id: 164, amount: "4393.95", category: "groceries", transaction_date: new Date("2022-06-07T22:38:24Z") },
            { id: 100, user_id: 48, amount: "495.62", category: "rent", transaction_date: new Date("2022-07-17T18:20:17Z") },
            { id: 101, user_id: 12, amount: "8637.56", category: "entertainment", transaction_date: new Date("2022-12-07T01:22:05Z") },
            { id: 102, user_id: 31, amount: "6639.92", category: "rent", transaction_date: new Date("2022-09-29T21:12:21Z") },
            { id: 103, user_id: 168, amount: "3549.02", category: "groceries", transaction_date: new Date("2022-02-03T07:28:32Z") },
            { id: 104, user_id: 33, amount: "5172.49", category: "groceries", transaction_date: new Date("2022-03-22T17:17:28Z") },
            { id: 105, user_id: 38, amount: "9782.15", category: "investment", transaction_date: new Date("2022-02-17T14:35:35Z") },
            { id: 106, user_id: 155, amount: "3128.20", category: "entertainment", transaction_date: new Date("2022-07-07T18:38:00Z") },
            { id: 107, user_id: 55, amount: "8990.74", category: "groceries", transaction_date: new Date("2022-09-13T14:09:27Z") },
            { id: 108, user_id: 75, amount: "1330.94", category: "groceries", transaction_date: new Date("2022-07-01T15:42:45Z") },
            { id: 109, user_id: 36, amount: "1585.64", category: "groceries", transaction_date: new Date("2022-04-28T21:17:06Z") },
            { id: 110, user_id: 114, amount: "1601.40", category: "utilities", transaction_date: new Date("2022-10-05T07:03:37Z") },
            { id: 111, user_id: 144, amount: "6807.42", category: "entertainment", transaction_date: new Date("2022-08-25T19:20:51Z") },
            { id: 112, user_id: 162, amount: "6087.45", category: "groceries", transaction_date: new Date("2022-01-10T19:15:40Z") },
            { id: 113, user_id: 174, amount: "1523.34", category: "groceries", transaction_date: new Date("2022-11-04T17:05:03Z") },
            { id: 114, user_id: 5, amount: "5956.22", category: "groceries", transaction_date: new Date("2022-03-21T10:17:46Z") },
            { id: 115, user_id: 151, amount: "936.01", category: "groceries", transaction_date: new Date("2022-03-27T13:33:50Z") },
            { id: 116, user_id: 19, amount: "576.08", category: "rent", transaction_date: new Date("2022-10-28T11:38:29Z") },
            { id: 117, user_id: 75, amount: "877.03", category: "utilities", transaction_date: new Date("2022-05-04T11:42:58Z") },
            { id: 118, user_id: 90, amount: "1085.36", category: "groceries", transaction_date: new Date("2022-06-23T09:31:59Z") },
            { id: 119, user_id: 122, amount: "417.74", category: "utilities", transaction_date: new Date("2022-10-14T16:37:49Z") },
            { id: 120, user_id: 62, amount: "4301.87", category: "rent", transaction_date: new Date("2022-07-03T20:50:11Z") },
            { id: 121, user_id: 148, amount: "1595.45", category: "rent", transaction_date: new Date("2022-06-10T18:17:48Z") },
            { id: 122, user_id: 75, amount: "44.36", category: "utilities", transaction_date: new Date("2022-10-07T20:09:15Z") },
            { id: 123, user_id: 165, amount: "7517.52", category: "utilities", transaction_date: new Date("2022-10-23T20:22:44Z") },
            { id: 124, user_id: 43, amount: "6394.41", category: "investment", transaction_date: new Date("2022-06-06T05:10:32Z") },
            { id: 125, user_id: 123, amount: "9206.62", category: "groceries", transaction_date: new Date("2022-11-05T18:21:07Z") },
            { id: 126, user_id: 30, amount: "1480.95", category: "utilities", transaction_date: new Date("2022-02-06T00:58:56Z") },
            { id: 127, user_id: 164, amount: "286.18", category: "entertainment", transaction_date: new Date("2022-09-27T15:26:54Z") },
            { id: 128, user_id: 171, amount: "1835.67", category: "groceries", transaction_date: new Date("2022-05-16T05:01:57Z") },
            { id: 129, user_id: 66, amount: "1557.39", category: "entertainment", transaction_date: new Date("2022-10-06T14:49:00Z") },
            { id: 130, user_id: 13, amount: "5936.17", category: "rent", transaction_date: new Date("2022-11-01T03:27:30Z") },
            { id: 131, user_id: 9, amount: "510.53", category: "utilities", transaction_date: new Date("2022-03-17T15:05:48Z") },
            { id: 132, user_id: 42, amount: "142.20", category: "groceries", transaction_date: new Date("2022-04-13T21:33:08Z") },
            { id: 133, user_id: 71, amount: "332.44", category: "utilities", transaction_date: new Date("2022-08-12T18:33:08Z") },
            { id: 134, user_id: 145, amount: "280.13", category: "entertainment", transaction_date: new Date("2022-07-04T10:54:57Z") },
            { id: 135, user_id: 123, amount: "1783.28", category: "rent", transaction_date: new Date("2022-11-18T17:26:05Z") },
            { id: 136, user_id: 164, amount: "4571.77", category: "investment", transaction_date: new Date("2022-03-18T11:13:08Z") },
            { id: 137, user_id: 23, amount: "1260.52", category: "utilities", transaction_date: new Date("2022-11-20T13:29:34Z") },
            { id: 138, user_id: 128, amount: "4964.94", category: "entertainment", transaction_date: new Date("2022-07-08T13:07:35Z") },
            { id: 139, user_id: 35, amount: "5085.18", category: "rent", transaction_date: new Date("2022-10-16T07:30:30Z") },
            { id: 140, user_id: 99, amount: "4195.62", category: "groceries", transaction_date: new Date("2022-10-12T09:37:45Z") },
            { id: 141, user_id: 48, amount: "6135.11", category: "rent", transaction_date: new Date("2022-11-06T19:32:35Z") },
            { id: 142, user_id: 181, amount: "3307.63", category: "groceries", transaction_date: new Date("2022-05-14T13:43:05Z") },
            { id: 143, user_id: 103, amount: "4653.97", category: "utilities", transaction_date: new Date("2022-06-17T20:27:25Z") },
            { id: 144, user_id: 11, amount: "181.19", category: "investment", transaction_date: new Date("2022-05-08T20:29:29Z") },
            { id: 145, user_id: 21, amount: "375.43", category: "rent", transaction_date: new Date("2022-08-30T10:25:44Z") },
            { id: 146, user_id: 26, amount: "2496.13", category: "rent", transaction_date: new Date("2022-09-14T20:26:03Z") },
            { id: 147, user_id: 66, amount: "3942.31", category: "utilities", transaction_date: new Date("2022-02-02T01:06:48Z") },
            { id: 148, user_id: 110, amount: "1485.20", category: "utilities", transaction_date: new Date("2022-09-03T18:59:57Z") },
            { id: 149, user_id: 54, amount: "6262.74", category: "utilities", transaction_date: new Date("2022-08-02T09:10:51Z") },
            { id: 150, user_id: 77, amount: "957.16", category: "groceries", transaction_date: new Date("2022-04-07T16:29:50Z") },
            { id: 151, user_id: 105, amount: "81.69", category: "investment", transaction_date: new Date("2022-11-04T18:31:24Z") },
            { id: 152, user_id: 107, amount: "2159.28", category: "utilities", transaction_date: new Date("2022-07-22T17:50:57Z") },
            { id: 153, user_id: 3, amount: "416.47", category: "rent", transaction_date: new Date("2022-03-25T06:19:07Z") },
            { id: 154, user_id: 58, amount: "2109.93", category: "entertainment", transaction_date: new Date("2022-07-04T18:17:24Z") },
            { id: 155, user_id: 114, amount: "5027.35", category: "entertainment", transaction_date: new Date("2022-11-19T20:52:52Z") },
            { id: 156, user_id: 55, amount: "109.74", category: "utilities", transaction_date: new Date("2022-07-21T11:10:13Z") },
            { id: 157, user_id: 130, amount: "2245.49", category: "rent", transaction_date: new Date("2022-04-18T20:59:18Z") },
            { id: 158, user_id: 142, amount: "845.76", category: "utilities", transaction_date: new Date("2022-03-20T15:08:00Z") },
            { id: 159, user_id: 72, amount: "3072.71", category: "utilities", transaction_date: new Date("2022-10-22T23:20:46Z") },
            { id: 160, user_id: 182, amount: "956.15", category: "utilities", transaction_date: new Date("2022-04-28T17:15:15Z") },
            { id: 161, user_id: 11, amount: "6086.12", category: "groceries", transaction_date: new Date("2022-11-19T08:34:20Z") },
            { id: 162, user_id: 6, amount: "1943.79", category: "utilities", transaction_date: new Date("2022-09-23T02:19:50Z") },
            { id: 163, user_id: 96, amount: "1487.88", category: "groceries", transaction_date: new Date("2022-03-05T00:22:56Z") },
            { id: 164, user_id: 42, amount: "957.44", category: "entertainment", transaction_date: new Date("2022-12-09T09:45:53Z") },
            { id: 165, user_id: 199, amount: "1706.03", category: "rent", transaction_date: new Date("2022-05-18T16:22:38Z") },
            { id: 166, user_id: 22, amount: "8658.14", category: "groceries", transaction_date: new Date("2022-09-22T20:02:58Z") },
            { id: 167, user_id: 145, amount: "2636.66", category: "entertainment", transaction_date: new Date("2022-04-13T08:08:21Z") },
            { id: 168, user_id: 150, amount: "817.12", category: "utilities", transaction_date: new Date("2022-11-24T01:36:12Z") },
            { id: 169, user_id: 105, amount: "1488.30", category: "rent", transaction_date: new Date("2022-11-28T17:43:37Z") },
            { id: 170, user_id: 167, amount: "7564.64", category: "investment", transaction_date: new Date("2022-10-09T12:28:48Z") },
            { id: 171, user_id: 64, amount: "6274.53", category: "utilities", transaction_date: new Date("2022-10-26T21:46:34Z") },
            { id: 172, user_id: 133, amount: "4508.75", category: "groceries", transaction_date: new Date("2022-10-14T01:06:18Z") },
            { id: 173, user_id: 49, amount: "908.91", category: "entertainment", transaction_date: new Date("2022-05-11T12:39:09Z") },
            { id: 174, user_id: 26, amount: "1825.80", category: "rent", transaction_date: new Date("2022-08-31T15:53:23Z") },
            { id: 175, user_id: 102, amount: "12.55", category: "groceries", transaction_date: new Date("2022-07-04T18:57:55Z") },
            { id: 176, user_id: 4, amount: "5380.97", category: "utilities", transaction_date: new Date("2022-10-21T20:59:20Z") },
            { id: 177, user_id: 140, amount: "60.94", category: "rent", transaction_date: new Date("2022-10-23T19:12:29Z") },
            { id: 178, user_id: 132, amount: "4819.45", category: "utilities", transaction_date: new Date("2022-09-20T11:44:47Z") },
            { id: 179, user_id: 190, amount: "2545.52", category: "rent", transaction_date: new Date("2022-07-24T08:40:04Z") },
            { id: 180, user_id: 171, amount: "0.33", category: "utilities", transaction_date: new Date("2022-07-09T10:39:36Z") },
            { id: 181, user_id: 147, amount: "4669.78", category: "rent", transaction_date: new Date("2022-05-11T21:32:45Z") },
            { id: 182, user_id: 151, amount: "1506.69", category: "rent", transaction_date: new Date("2022-09-13T08:13:44Z") },
            { id: 183, user_id: 153, amount: "367.41", category: "groceries", transaction_date: new Date("2022-10-08T12:08:30Z") },
            { id: 184, user_id: 140, amount: "2121.29", category: "utilities", transaction_date: new Date("2022-10-24T15:48:06Z") },
            { id: 185, user_id: 175, amount: "244.48", category: "utilities", transaction_date: new Date("2022-04-29T21:22:41Z") },
            { id: 186, user_id: 57, amount: "4577.12", category: "utilities", transaction_date: new Date("2022-03-04T13:19:34Z") },
            { id: 187, user_id: 43, amount: "4673.08", category: "rent", transaction_date: new Date("2022-12-14T21:22:35Z") },
            { id: 188, user_id: 47, amount: "0.63", category: "rent", transaction_date: new Date("2022-07-14T18:52:59Z") },
            { id: 189, user_id: 143, amount: "7075.68", category: "groceries", transaction_date: new Date("2022-10-21T14:44:35Z") },
            { id: 190, user_id: 172, amount: "185.13", category: "groceries", transaction_date: new Date("2022-11-30T12:44:30Z") },
            { id: 191, user_id: 14, amount: "7328.57", category: "groceries", transaction_date: new Date("2022-01-01T00:24:18Z") },
            { id: 192, user_id: 197, amount: "6.30", category: "entertainment", transaction_date: new Date("2022-07-15T18:58:55Z") },
            { id: 193, user_id: 176, amount: "981.09", category: "investment", transaction_date: new Date("2022-02-12T19:30:38Z") },
            { id: 194, user_id: 101, amount: "6155.65", category: "utilities", transaction_date: new Date("2022-12-24T20:16:08Z") },
            { id: 195, user_id: 175, amount: "7860.25", category: "groceries", transaction_date: new Date("2022-12-02T02:08:19Z") },
            { id: 196, user_id: 14, amount: "2200.07", category: "rent", transaction_date: new Date("2022-07-16T19:24:12Z") },
            { id: 197, user_id: 95, amount: "6.30", category: "utilities", transaction_date: new Date("2022-05-14T12:39:02Z") },
            { id: 198, user_id: 78, amount: "7158.15", category: "rent", transaction_date: new Date("2022-11-09T18:04:57Z") },
            { id: 199, user_id: 17, amount: "3570.39", category: "groceries", transaction_date: new Date("2022-09-15T09:09:21Z") },
            { id: 200, user_id: 38, amount: "5875.27", category: "utilities", transaction_date: new Date("2022-11-16T20:26:32Z") },
            { id: 201, user_id: 135, amount: "228.15", category: "utilities", transaction_date: new Date("2022-01-24T16:35:12Z") },
            { id: 202, user_id: 110, amount: "66.06", category: "utilities", transaction_date: new Date("2022-03-24T18:10:15Z") },
            { id: 203, user_id: 38, amount: "502.13", category: "utilities", transaction_date: new Date("2022-04-19T20:24:27Z") },
            { id: 204, user_id: 127, amount: "6.70", category: "rent", transaction_date: new Date("2022-05-19T14:09:55Z") },
            { id: 205, user_id: 114, amount: "1707.67", category: "utilities", transaction_date: new Date("2022-11-06T19:49:22Z") },
            { id: 206, user_id: 173, amount: "6525.65", category: "utilities", transaction_date: new Date("2022-12-18T19:33:21Z") },
            { id: 207, user_id: 50, amount: "1978.88", category: "entertainment", transaction_date: new Date("2022-02-14T21:33:14Z") },
            { id: 208, user_id: 114, amount: "3674.81", category: "utilities", transaction_date: new Date("2022-04-24T05:07:13Z") },
            { id: 209, user_id: 22, amount: "617.95", category: "utilities", transaction_date: new Date("2022-06-13T17:57:24Z") },
            { id: 210, user_id: 104, amount: "7205.55", category: "groceries", transaction_date: new Date("2022-12-19T18:31:12Z") },
            { id: 211, user_id: 137, amount: "2.43", category: "rent", transaction_date: new Date("2022-05-10T15:40:31Z") },
            { id: 212, user_id: 113, amount: "900.40", category: "entertainment", transaction_date: new Date("2022-08-24T04:14:23Z") },
            { id: 213, user_id: 195, amount: "3648.51", category: "entertainment", transaction_date: new Date("2022-10-09T12:00:31Z") },
            { id: 214, user_id: 27, amount: "142.72", category: "utilities", transaction_date: new Date("2022-11-18T08:12:32Z") },
            { id: 215, user_id: 24, amount: "6892.02", category: "investment", transaction_date: new Date("2022-11-02T17:54:04Z") },
            { id: 216, user_id: 119, amount: "2781.85", category: "groceries", transaction_date: new Date("2022-04-10T14:40:04Z") },
            { id: 217, user_id: 105, amount: "7193.47", category: "groceries", transaction_date: new Date("2022-06-15T07:26:00Z") },
            { id: 218, user_id: 130, amount: "20.03", category: "entertainment", transaction_date: new Date("2022-01-13T18:04:18Z") },
            { id: 219, user_id: 130, amount: "2002.46", category: "utilities", transaction_date: new Date("2022-11-01T16:28:46Z") },
            { id: 220, user_id: 180, amount: "1070.12", category: "investment", transaction_date: new Date("2022-07-18T21:14:48Z") },
            { id: 221, user_id: 85, amount: "3255.86", category: "rent", transaction_date: new Date("2022-02-22T16:09:14Z") },
            { id: 222, user_id: 20, amount: "231.84", category: "utilities", transaction_date: new Date("2022-04-09T11:54:20Z") },
            { id: 223, user_id: 150, amount: "699.92", category: "utilities", transaction_date: new Date("2022-10-22T17:32:06Z") },
            { id: 224, user_id: 13, amount: "7746.42", category: "rent", transaction_date: new Date("2022-06-05T11:23:41Z") },
            { id: 225, user_id: 56, amount: "6924.93", category: "utilities", transaction_date: new Date("2023-01-01T14:57:09Z") },
            { id: 226, user_id: 143, amount: "6362.39", category: "rent", transaction_date: new Date("2022-03-23T08:37:44Z") },
            { id: 227, user_id: 21, amount: "6946.93", category: "groceries", transaction_date: new Date("2022-10-27T18:21:31Z") },
            { id: 228, user_id: 161, amount: "472.39", category: "entertainment", transaction_date: new Date("2022-10-15T18:39:00Z") },
            { id: 229, user_id: 138, amount: "1251.00", category: "groceries", transaction_date: new Date("2022-06-07T07:39:19Z") },
            { id: 230, user_id: 63, amount: "7711.52", category: "utilities", transaction_date: new Date("2022-10-30T17:56:40Z") },
            { id: 231, user_id: 138, amount: "1238.91", category: "entertainment", transaction_date: new Date("2022-03-10T12:39:23Z") },
            { id: 232, user_id: 6, amount: "9812.67", category: "rent", transaction_date: new Date("2022-06-07T08:46:43Z") },
            { id: 233, user_id: 166, amount: "2210.83", category: "groceries", transaction_date: new Date("2022-07-17T19:21:33Z") },
            { id: 234, user_id: 160, amount: "9551.36", category: "entertainment", transaction_date: new Date("2022-08-06T11:49:43Z") },
            { id: 235, user_id: 132, amount: "1120.39", category: "rent", transaction_date: new Date("2022-11-10T19:25:07Z") },
            { id: 236, user_id: 11, amount: "2815.11", category: "utilities", transaction_date: new Date("2022-05-01T10:46:18Z") },
            { id: 237, user_id: 87, amount: "145.72", category: "rent", transaction_date: new Date("2022-12-25T00:05:01Z") },
            { id: 238, user_id: 160, amount: "1697.00", category: "entertainment", transaction_date: new Date("2022-09-29T17:17:07Z") },
            { id: 239, user_id: 53, amount: "805.56", category: "entertainment", transaction_date: new Date("2022-04-12T16:28:26Z") },
            { id: 240, user_id: 197, amount: "33.93", category: "rent", transaction_date: new Date("2022-12-01T23:02:23Z") },
            { id: 241, user_id: 22, amount: "3666.17", category: "groceries", transaction_date: new Date("2022-06-16T11:50:54Z") },
            { id: 242, user_id: 91, amount: "563.67", category: "entertainment", transaction_date: new Date("2022-02-10T13:32:39Z") },
            { id: 243, user_id: 83, amount: "9099.95", category: "rent", transaction_date: new Date("2022-01-11T21:21:43Z") },
            { id: 244, user_id: 46, amount: "4051.40", category: "groceries", transaction_date: new Date("2022-05-08T21:21:20Z") },
            { id: 245, user_id: 179, amount: "3985.01", category: "entertainment", transaction_date: new Date("2022-05-23T11:33:42Z") },
            { id: 246, user_id: 61, amount: "5369.92", category: "entertainment", transaction_date: new Date("2022-09-13T08:52:57Z") },
            { id: 247, user_id: 7, amount: "476.04", category: "investment", transaction_date: new Date("2022-06-27T19:18:45Z") },
            { id: 248, user_id: 148, amount: "4201.05", category: "groceries", transaction_date: new Date("2022-06-14T23:22:32Z") },
            { id: 249, user_id: 194, amount: "1496.91", category: "investment", transaction_date: new Date("2022-06-21T11:50:24Z") },
            { id: 250, user_id: 192, amount: "1057.19", category: "utilities", transaction_date: new Date("2022-10-12T19:02:02Z") },
            { id: 251, user_id: 9, amount: "4381.96", category: "entertainment", transaction_date: new Date("2022-08-28T18:54:46Z") },
            { id: 252, user_id: 96, amount: "3254.81", category: "groceries", transaction_date: new Date("2022-09-04T10:06:03Z") },
            { id: 253, user_id: 45, amount: "6650.11", category: "utilities", transaction_date: new Date("2022-01-23T13:12:18Z") },
            { id: 254, user_id: 187, amount: "8537.59", category: "entertainment", transaction_date: new Date("2022-11-07T16:15:07Z") },
            { id: 255, user_id: 95, amount: "2.95", category: "entertainment", transaction_date: new Date("2022-03-13T21:21:18Z") },
            { id: 256, user_id: 79, amount: "6124.99", category: "utilities", transaction_date: new Date("2022-12-14T19:03:56Z") },
            { id: 257, user_id: 29, amount: "7.70", category: "investment", transaction_date: new Date("2022-11-14T13:31:34Z") },
            { id: 258, user_id: 24, amount: "2159.00", category: "investment", transaction_date: new Date("2022-03-03T13:56:06Z") },
            { id: 259, user_id: 184, amount: "83.96", category: "groceries", transaction_date: new Date("2022-09-21T12:29:23Z") },
            { id: 260, user_id: 164, amount: "2415.76", category: "rent", transaction_date: new Date("2022-01-13T06:40:12Z") },
            { id: 261, user_id: 75, amount: "4341.38", category: "rent", transaction_date: new Date("2022-04-30T20:09:06Z") },
            { id: 262, user_id: 124, amount: "3822.47", category: "rent", transaction_date: new Date("2022-02-18T19:58:51Z") },
            { id: 263, user_id: 58, amount: "1345.99", category: "utilities", transaction_date: new Date("2022-08-14T17:54:28Z") },
            { id: 264, user_id: 55, amount: "139.17", category: "rent", transaction_date: new Date("2022-09-04T12:54:43Z") },
            { id: 265, user_id: 86, amount: "558.33", category: "utilities", transaction_date: new Date("2022-09-11T23:10:28Z") },
            { id: 266, user_id: 96, amount: "5576.45", category: "utilities", transaction_date: new Date("2022-05-26T22:40:18Z") },
            { id: 267, user_id: 155, amount: "226.00", category: "rent", transaction_date: new Date("2022-12-25T16:26:27Z") },
            { id: 268, user_id: 69, amount: "904.23", category: "groceries", transaction_date: new Date("2022-12-07T13:52:50Z") },
            { id: 269, user_id: 39, amount: "1672.00", category: "groceries", transaction_date: new Date("2022-07-20T15:33:37Z") },
            { id: 270, user_id: 98, amount: "7229.69", category: "investment", transaction_date: new Date("2022-08-27T20:20:20Z") },
            { id: 271, user_id: 178, amount: "6466.06", category: "rent", transaction_date: new Date("2022-04-01T16:43:17Z") },
            { id: 272, user_id: 172, amount: "1912.27", category: "groceries", transaction_date: new Date("2022-09-16T12:41:31Z") },
            { id: 273, user_id: 107, amount: "3562.83", category: "utilities", transaction_date: new Date("2022-06-22T18:55:25Z") },
            { id: 274, user_id: 11, amount: "1343.76", category: "utilities", transaction_date: new Date("2023-01-01T19:07:03Z") },
            { id: 275, user_id: 119, amount: "79.36", category: "utilities", transaction_date: new Date("2022-05-26T18:12:34Z") },
            { id: 276, user_id: 17, amount: "209.72", category: "rent", transaction_date: new Date("2022-12-27T21:45:18Z") },
            { id: 277, user_id: 17, amount: "1292.10", category: "groceries", transaction_date: new Date("2022-04-24T16:35:29Z") },
            { id: 278, user_id: 98, amount: "949.92", category: "entertainment", transaction_date: new Date("2022-10-18T12:13:07Z") },
            { id: 279, user_id: 52, amount: "6833.75", category: "utilities", transaction_date: new Date("2022-04-22T07:54:41Z") },
            { id: 280, user_id: 47, amount: "2123.68", category: "groceries", transaction_date: new Date("2022-07-26T14:41:21Z") },
            { id: 281, user_id: 97, amount: "6518.67", category: "groceries", transaction_date: new Date("2022-12-08T18:46:01Z") },
            { id: 282, user_id: 23, amount: "9.52", category: "rent", transaction_date: new Date("2022-11-09T13:40:53Z") },
            { id: 283, user_id: 192, amount: "1952.44", category: "utilities", transaction_date: new Date("2022-04-19T12:14:52Z") },
            { id: 284, user_id: 2, amount: "1251.02", category: "utilities", transaction_date: new Date("2022-07-25T14:29:38Z") },
            { id: 285, user_id: 171, amount: "1075.09", category: "utilities", transaction_date: new Date("2022-07-04T13:56:57Z") },
            { id: 286, user_id: 159, amount: "1913.84", category: "rent", transaction_date: new Date("2022-08-28T01:51:46Z") },
            { id: 287, user_id: 56, amount: "1.57", category: "groceries", transaction_date: new Date("2022-12-16T23:45:44Z") },
            { id: 288, user_id: 46, amount: "1560.60", category: "groceries", transaction_date: new Date("2022-11-25T05:40:58Z") },
            { id: 289, user_id: 168, amount: "9094.05", category: "entertainment", transaction_date: new Date("2022-04-27T10:53:22Z") },
            { id: 290, user_id: 78, amount: "157.86", category: "rent", transaction_date: new Date("2022-11-27T19:27:02Z") },
            { id: 291, user_id: 75, amount: "885.88", category: "groceries", transaction_date: new Date("2022-03-28T00:26:01Z") },
            { id: 292, user_id: 3, amount: "633.89", category: "utilities", transaction_date: new Date("2022-03-02T21:02:50Z") },
            { id: 293, user_id: 79, amount: "961.66", category: "groceries", transaction_date: new Date("2022-12-25T11:31:59Z") },
            { id: 294, user_id: 11, amount: "434.46", category: "utilities", transaction_date: new Date("2022-04-09T12:38:31Z") },
            { id: 295, user_id: 70, amount: "6450.56", category: "utilities", transaction_date: new Date("2022-08-04T14:00:12Z") },
            { id: 296, user_id: 168, amount: "1650.59", category: "utilities", transaction_date: new Date("2022-11-16T13:26:12Z") },
            { id: 297, user_id: 199, amount: "95.87", category: "groceries", transaction_date: new Date("2022-05-28T20:17:54Z") },
            { id: 298, user_id: 55, amount: "169.58", category: "rent", transaction_date: new Date("2022-08-23T12:22:50Z") },
            { id: 299, user_id: 143, amount: "2749.77", category: "rent", transaction_date: new Date("2022-04-06T10:20:33Z") },
            { id: 300, user_id: 59, amount: "1613.32", category: "groceries", transaction_date: new Date("2022-09-28T11:23:26Z") },
            { id: 301, user_id: 138, amount: "993.35", category: "rent", transaction_date: new Date("2022-04-27T10:00:50Z") },
            { id: 302, user_id: 196, amount: "2724.77", category: "rent", transaction_date: new Date("2022-12-21T11:41:42Z") },
            { id: 303, user_id: 154, amount: "26.56", category: "groceries", transaction_date: new Date("2022-08-18T19:44:27Z") },
            { id: 304, user_id: 11, amount: "4406.56", category: "utilities", transaction_date: new Date("2022-02-28T19:10:51Z") },
            { id: 305, user_id: 125, amount: "8189.52", category: "groceries", transaction_date: new Date("2022-10-05T22:45:07Z") },
            { id: 306, user_id: 52, amount: "697.52", category: "utilities", transaction_date: new Date("2022-05-21T10:06:49Z") },
            { id: 307, user_id: 135, amount: "1039.12", category: "groceries", transaction_date: new Date("2022-11-20T16:51:15Z") },
            { id: 308, user_id: 108, amount: "3764.81", category: "groceries", transaction_date: new Date("2022-10-16T10:10:15Z") },
            { id: 309, user_id: 109, amount: "9844.20", category: "rent", transaction_date: new Date("2022-07-08T15:44:42Z") },
            { id: 310, user_id: 128, amount: "121.51", category: "groceries", transaction_date: new Date("2022-09-10T11:02:43Z") },
            { id: 311, user_id: 95, amount: "4505.34", category: "groceries", transaction_date: new Date("2022-11-21T12:49:36Z") },
            { id: 312, user_id: 69, amount: "9810.14", category: "utilities", transaction_date: new Date("2022-08-31T18:43:09Z") },
            { id: 313, user_id: 68, amount: "29.47", category: "groceries", transaction_date: new Date("2022-08-27T10:50:54Z") },
            { id: 314, user_id: 154, amount: "212.31", category: "groceries", transaction_date: new Date("2022-10-31T07:34:24Z") },
            { id: 315, user_id: 167, amount: "2844.27", category: "groceries", transaction_date: new Date("2022-08-30T14:10:51Z") },
            { id: 316, user_id: 15, amount: "2044.47", category: "entertainment", transaction_date: new Date("2022-08-28T19:15:06Z") },
            { id: 317, user_id: 136, amount: "283.52", category: "rent", transaction_date: new Date("2022-08-29T21:14:48Z") },
            { id: 318, user_id: 178, amount: "2896.30", category: "groceries", transaction_date: new Date("2022-08-16T09:46:06Z") },
            { id: 319, user_id: 115, amount: "7924.33", category: "investment", transaction_date: new Date("2022-11-11T00:30:28Z") },
            { id: 320, user_id: 163, amount: "2406.15", category: "utilities", transaction_date: new Date("2022-08-18T18:54:02Z") },
            { id: 321, user_id: 11, amount: "3103.98", category: "rent", transaction_date: new Date("2022-12-21T10:26:46Z") },
            { id: 322, user_id: 121, amount: "7288.29", category: "utilities", transaction_date: new Date("2022-11-24T05:31:24Z") },
            { id: 323, user_id: 80, amount: "419.73", category: "utilities", transaction_date: new Date("2022-08-30T15:11:56Z") },
            { id: 324, user_id: 146, amount: "645.62", category: "rent", transaction_date: new Date("2022-04-25T15:18:32Z") },
            { id: 325, user_id: 57, amount: "1007.17", category: "groceries", transaction_date: new Date("2022-08-06T07:21:44Z") },
            { id: 326, user_id: 80, amount: "1786.24", category: "utilities", transaction_date: new Date("2022-05-23T15:23:09Z") },
            { id: 327, user_id: 47, amount: "1714.70", category: "rent", transaction_date: new Date("2022-12-17T12:00:29Z") },
            { id: 328, user_id: 139, amount: "9402.23", category: "utilities", transaction_date: new Date("2022-12-14T14:52:03Z") },
            { id: 329, user_id: 54, amount: "68.15", category: "groceries", transaction_date: new Date("2022-09-28T19:12:10Z") },
            { id: 330, user_id: 63, amount: "7400.72", category: "utilities", transaction_date: new Date("2022-12-15T16:55:08Z") },
            { id: 331, user_id: 108, amount: "7421.37", category: "rent", transaction_date: new Date("2022-06-02T15:38:37Z") },
            { id: 332, user_id: 185, amount: "7512.13", category: "investment", transaction_date: new Date("2022-11-08T15:16:43Z") },
            { id: 333, user_id: 4, amount: "9337.70", category: "rent", transaction_date: new Date("2022-01-13T05:08:58Z") },
            { id: 334, user_id: 152, amount: "1230.54", category: "groceries", transaction_date: new Date("2022-09-12T15:55:10Z") },
            { id: 335, user_id: 45, amount: "3794.80", category: "utilities", transaction_date: new Date("2022-04-20T12:14:00Z") },
            { id: 336, user_id: 16, amount: "1997.09", category: "rent", transaction_date: new Date("2022-10-18T11:13:12Z") },
            { id: 337, user_id: 80, amount: "4299.90", category: "groceries", transaction_date: new Date("2022-04-02T08:25:37Z") },
            { id: 338, user_id: 18, amount: "1708.84", category: "groceries", transaction_date: new Date("2022-09-03T21:21:33Z") },
            { id: 339, user_id: 190, amount: "986.09", category: "rent", transaction_date: new Date("2022-05-26T10:44:44Z") },
            { id: 340, user_id: 114, amount: "7057.67", category: "rent", transaction_date: new Date("2022-08-05T20:13:56Z") },
            { id: 341, user_id: 64, amount: "5311.62", category: "groceries", transaction_date: new Date("2022-01-22T04:47:09Z") },
            { id: 342, user_id: 91, amount: "2394.44", category: "groceries", transaction_date: new Date("2022-07-28T08:48:57Z") },
            { id: 343, user_id: 74, amount: "1026.52", category: "utilities", transaction_date: new Date("2022-11-25T18:20:32Z") },
            { id: 344, user_id: 194, amount: "1720.50", category: "rent", transaction_date: new Date("2022-11-12T19:06:51Z") },
            { id: 345, user_id: 91, amount: "3398.99", category: "utilities", transaction_date: new Date("2022-09-08T08:21:49Z") },
            { id: 346, user_id: 143, amount: "9116.77", category: "groceries", transaction_date: new Date("2022-11-24T17:51:19Z") },
            { id: 347, user_id: 21, amount: "3888.98", category: "groceries", transaction_date: new Date("2022-07-11T07:12:25Z") },
            { id: 348, user_id: 30, amount: "95.87", category: "entertainment", transaction_date: new Date("2022-05-09T20:03:43Z") },
            { id: 349, user_id: 195, amount: "4446.28", category: "groceries", transaction_date: new Date("2022-07-28T19:42:16Z") },
            { id: 350, user_id: 132, amount: "86.59", category: "utilities", transaction_date: new Date("2022-02-02T20:55:48Z") },
            { id: 351, user_id: 39, amount: "2744.30", category: "entertainment", transaction_date: new Date("2022-12-10T19:59:52Z") },
            { id: 352, user_id: 129, amount: "5491.92", category: "rent", transaction_date: new Date("2022-12-26T07:49:54Z") },
            { id: 353, user_id: 153, amount: "4783.16", category: "groceries", transaction_date: new Date("2022-08-02T07:02:24Z") },
            { id: 354, user_id: 79, amount: "3876.39", category: "utilities", transaction_date: new Date("2022-07-09T14:06:07Z") },
            { id: 355, user_id: 83, amount: "1078.56", category: "groceries", transaction_date: new Date("2022-01-16T19:47:06Z") },
            { id: 356, user_id: 17, amount: "7315.24", category: "investment", transaction_date: new Date("2022-12-23T17:49:05Z") },
            { id: 357, user_id: 65, amount: "384.63", category: "utilities", transaction_date: new Date("2022-05-08T10:13:03Z") },
            { id: 358, user_id: 28, amount: "5.66", category: "rent", transaction_date: new Date("2022-11-06T20:53:39Z") },
            { id: 359, user_id: 142, amount: "8076.34", category: "groceries", transaction_date: new Date("2022-03-06T19:29:10Z") },
            { id: 360, user_id: 153, amount: "399.10", category: "entertainment", transaction_date: new Date("2022-02-01T17:09:27Z") },
            { id: 361, user_id: 100, amount: "4475.91", category: "entertainment", transaction_date: new Date("2022-11-03T18:52:08Z") },
            { id: 362, user_id: 170, amount: "3707.24", category: "groceries", transaction_date: new Date("2022-06-21T23:37:47Z") },
            { id: 363, user_id: 166, amount: "1528.10", category: "utilities", transaction_date: new Date("2022-05-18T21:03:54Z") },
            { id: 364, user_id: 129, amount: "134.93", category: "rent", transaction_date: new Date("2022-08-25T10:00:07Z") },
            { id: 365, user_id: 98, amount: "6121.84", category: "utilities", transaction_date: new Date("2022-07-25T17:12:20Z") },
            { id: 366, user_id: 44, amount: "4218.38", category: "utilities", transaction_date: new Date("2022-09-07T03:44:07Z") },
            { id: 367, user_id: 126, amount: "303.40", category: "groceries", transaction_date: new Date("2022-11-03T15:28:50Z") },
            { id: 368, user_id: 167, amount: "6685.07", category: "groceries", transaction_date: new Date("2022-02-19T21:17:37Z") },
            { id: 369, user_id: 57, amount: "927.65", category: "rent", transaction_date: new Date("2022-01-14T08:37:56Z") },
            { id: 370, user_id: 145, amount: "1140.84", category: "entertainment", transaction_date: new Date("2022-09-28T22:36:02Z") },
            { id: 371, user_id: 148, amount: "3173.78", category: "investment", transaction_date: new Date("2022-03-17T21:54:25Z") },
            { id: 372, user_id: 83, amount: "25.55", category: "utilities", transaction_date: new Date("2022-11-24T19:39:45Z") },
            { id: 373, user_id: 163, amount: "1356.10", category: "investment", transaction_date: new Date("2022-04-21T09:11:03Z") },
            { id: 374, user_id: 198, amount: "9256.00", category: "rent", transaction_date: new Date("2022-12-11T11:51:34Z") },
            { id: 375, user_id: 21, amount: "4802.32", category: "groceries", transaction_date: new Date("2022-11-10T17:19:28Z") },
            { id: 376, user_id: 15, amount: "18.16", category: "utilities", transaction_date: new Date("2022-01-02T17:55:46Z") },
            { id: 377, user_id: 122, amount: "3641.75", category: "rent", transaction_date: new Date("2022-10-24T18:09:24Z") },
            { id: 378, user_id: 43, amount: "1610.19", category: "groceries", transaction_date: new Date("2022-09-22T00:01:06Z") },
            { id: 379, user_id: 83, amount: "4695.93", category: "utilities", transaction_date: new Date("2022-07-26T07:50:30Z") },
            { id: 380, user_id: 171, amount: "8864.80", category: "utilities", transaction_date: new Date("2022-08-24T23:26:56Z") },
            { id: 381, user_id: 35, amount: "156.61", category: "utilities", transaction_date: new Date("2022-06-21T07:34:38Z") },
            { id: 382, user_id: 94, amount: "62.65", category: "rent", transaction_date: new Date("2022-09-28T15:06:56Z") },
            { id: 383, user_id: 130, amount: "4450.91", category: "rent", transaction_date: new Date("2022-09-06T14:56:58Z") },
            { id: 384, user_id: 4, amount: "9400.28", category: "utilities", transaction_date: new Date("2022-06-10T20:52:57Z") },
            { id: 385, user_id: 170, amount: "451.57", category: "rent", transaction_date: new Date("2022-05-13T14:35:14Z") },
            { id: 386, user_id: 148, amount: "3095.32", category: "entertainment", transaction_date: new Date("2022-10-31T14:24:31Z") },
            { id: 387, user_id: 158, amount: "349.48", category: "entertainment", transaction_date: new Date("2022-06-07T14:17:10Z") },
            { id: 388, user_id: 14, amount: "8091.24", category: "entertainment", transaction_date: new Date("2022-12-02T21:49:58Z") },
            { id: 389, user_id: 76, amount: "2212.03", category: "rent", transaction_date: new Date("2022-01-05T15:06:53Z") },
            { id: 390, user_id: 162, amount: "8194.40", category: "entertainment", transaction_date: new Date("2022-08-28T00:05:59Z") },
            { id: 391, user_id: 140, amount: "7728.52", category: "utilities", transaction_date: new Date("2022-12-05T13:35:21Z") },
            { id: 392, user_id: 87, amount: "38.10", category: "rent", transaction_date: new Date("2022-09-07T16:53:16Z") },
            { id: 393, user_id: 95, amount: "6947.24", category: "rent", transaction_date: new Date("2022-04-07T18:50:38Z") },
            { id: 394, user_id: 25, amount: "2950.77", category: "utilities", transaction_date: new Date("2022-09-22T19:34:06Z") },
            { id: 395, user_id: 61, amount: "656.02", category: "utilities", transaction_date: new Date("2022-08-25T10:57:37Z") },
            { id: 396, user_id: 134, amount: "5185.52", category: "groceries", transaction_date: new Date("2022-12-28T21:08:09Z") },
            { id: 397, user_id: 73, amount: "2796.02", category: "rent", transaction_date: new Date("2022-10-26T21:33:48Z") },
            { id: 398, user_id: 196, amount: "4662.81", category: "utilities", transaction_date: new Date("2022-08-06T19:58:30Z") },
            { id: 399, user_id: 109, amount: "274.44", category: "groceries", transaction_date: new Date("2022-01-03T19:47:41Z") },
            { id: 400, user_id: 197, amount: "656.92", category: "groceries", transaction_date: new Date("2022-07-31T21:14:16Z") },
            { id: 401, user_id: 55, amount: "1191.17", category: "groceries", transaction_date: new Date("2022-05-07T12:34:38Z") },
            { id: 402, user_id: 142, amount: "96.58", category: "rent", transaction_date: new Date("2022-08-08T01:24:59Z") },
            { id: 403, user_id: 183, amount: "9829.60", category: "groceries", transaction_date: new Date("2022-07-07T08:35:16Z") },
            { id: 404, user_id: 168, amount: "7239.11", category: "rent", transaction_date: new Date("2022-08-21T12:58:31Z") },
            { id: 405, user_id: 15, amount: "4758.70", category: "investment", transaction_date: new Date("2022-09-09T05:23:13Z") },
            { id: 406, user_id: 44, amount: "971.45", category: "entertainment", transaction_date: new Date("2022-07-01T12:46:32Z") },
            { id: 407, user_id: 116, amount: "6979.72", category: "utilities", transaction_date: new Date("2022-11-08T19:28:52Z") },
            { id: 408, user_id: 112, amount: "39.10", category: "rent", transaction_date: new Date("2022-02-18T03:12:09Z") },
            { id: 409, user_id: 77, amount: "1509.26", category: "entertainment", transaction_date: new Date("2023-01-01T20:02:59Z") },
            { id: 410, user_id: 25, amount: "5119.09", category: "utilities", transaction_date: new Date("2022-01-01T16:09:46Z") },
            { id: 411, user_id: 39, amount: "933.09", category: "utilities", transaction_date: new Date("2022-01-07T19:40:39Z") },
            { id: 412, user_id: 131, amount: "373.16", category: "groceries", transaction_date: new Date("2022-09-24T17:10:05Z") },
            { id: 413, user_id: 55, amount: "1430.67", category: "entertainment", transaction_date: new Date("2022-01-30T14:05:01Z") },
            { id: 414, user_id: 110, amount: "119.58", category: "groceries", transaction_date: new Date("2022-01-14T13:53:10Z") },
            { id: 415, user_id: 96, amount: "4618.69", category: "groceries", transaction_date: new Date("2022-08-19T07:17:15Z") },
            { id: 416, user_id: 55, amount: "8232.64", category: "rent", transaction_date: new Date("2022-03-10T15:30:12Z") },
            { id: 417, user_id: 14, amount: "303.04", category: "entertainment", transaction_date: new Date("2022-05-06T09:14:54Z") },
            { id: 418, user_id: 75, amount: "4320.90", category: "entertainment", transaction_date: new Date("2022-12-28T15:01:01Z") },
            { id: 419, user_id: 109, amount: "5981.31", category: "rent", transaction_date: new Date("2022-08-01T19:50:40Z") },
            { id: 420, user_id: 167, amount: "773.00", category: "rent", transaction_date: new Date("2022-11-22T18:08:43Z") },
            { id: 421, user_id: 193, amount: "0.00", category: "groceries", transaction_date: new Date("2022-12-24T10:43:25Z") },
            { id: 422, user_id: 130, amount: "1243.31", category: "groceries", transaction_date: new Date("2022-12-04T13:19:16Z") },
            { id: 423, user_id: 115, amount: "4219.47", category: "rent", transaction_date: new Date("2022-11-17T20:40:40Z") },
            { id: 424, user_id: 66, amount: "160.93", category: "groceries", transaction_date: new Date("2022-11-15T18:50:08Z") },
            { id: 425, user_id: 171, amount: "2596.67", category: "rent", transaction_date: new Date("2022-12-03T12:37:04Z") },
            { id: 426, user_id: 51, amount: "1918.67", category: "rent", transaction_date: new Date("2022-09-06T21:34:17Z") },
            { id: 427, user_id: 80, amount: "2248.25", category: "utilities", transaction_date: new Date("2022-07-06T00:21:03Z") },
            { id: 428, user_id: 57, amount: "26.00", category: "groceries", transaction_date: new Date("2022-12-27T10:17:18Z") },
            { id: 429, user_id: 86, amount: "7918.64", category: "rent", transaction_date: new Date("2022-09-24T12:19:42Z") },
            { id: 430, user_id: 100, amount: "427.10", category: "groceries", transaction_date: new Date("2022-08-02T18:30:36Z") },
            { id: 431, user_id: 76, amount: "3774.29", category: "utilities", transaction_date: new Date("2022-07-31T17:46:18Z") },
            { id: 432, user_id: 10, amount: "6216.84", category: "utilities", transaction_date: new Date("2022-03-30T19:17:28Z") },
            { id: 433, user_id: 81, amount: "1339.13", category: "groceries", transaction_date: new Date("2022-05-22T07:12:38Z") },
            { id: 434, user_id: 124, amount: "4433.44", category: "groceries", transaction_date: new Date("2022-04-15T18:02:11Z") },
            { id: 435, user_id: 146, amount: "74.73", category: "groceries", transaction_date: new Date("2022-04-07T01:14:00Z") },
            { id: 436, user_id: 149, amount: "864.55", category: "utilities", transaction_date: new Date("2022-06-11T14:22:59Z") },
            { id: 437, user_id: 127, amount: "2805.70", category: "utilities", transaction_date: new Date("2022-11-13T20:17:55Z") },
            { id: 438, user_id: 50, amount: "1206.81", category: "utilities", transaction_date: new Date("2022-08-31T17:01:47Z") },
            { id: 439, user_id: 31, amount: "9404.55", category: "utilities", transaction_date: new Date("2022-03-24T12:43:52Z") },
            { id: 440, user_id: 24, amount: "1029.50", category: "utilities", transaction_date: new Date("2022-01-07T13:24:58Z") },
            { id: 441, user_id: 189, amount: "3.97", category: "rent", transaction_date: new Date("2022-05-24T00:49:15Z") },
            { id: 442, user_id: 114, amount: "52.33", category: "rent", transaction_date: new Date("2022-10-13T07:40:56Z") },
            { id: 443, user_id: 156, amount: "34.62", category: "utilities", transaction_date: new Date("2022-05-18T15:30:54Z") },
            { id: 444, user_id: 189, amount: "5491.31", category: "entertainment", transaction_date: new Date("2022-06-22T16:43:19Z") },
            { id: 445, user_id: 119, amount: "793.31", category: "rent", transaction_date: new Date("2022-10-17T22:40:10Z") },
            { id: 446, user_id: 200, amount: "2411.74", category: "groceries", transaction_date: new Date("2022-10-06T01:15:31Z") },
            { id: 447, user_id: 198, amount: "22.80", category: "rent", transaction_date: new Date("2022-07-02T12:33:19Z") },
            { id: 448, user_id: 95, amount: "202.21", category: "utilities", transaction_date: new Date("2022-07-11T13:58:55Z") },
            { id: 449, user_id: 161, amount: "1242.00", category: "groceries", transaction_date: new Date("2022-04-01T18:57:14Z") },
            { id: 450, user_id: 51, amount: "9075.35", category: "groceries", transaction_date: new Date("2022-08-07T22:03:45Z") },
            { id: 451, user_id: 170, amount: "32.75", category: "utilities", transaction_date: new Date("2022-07-24T22:20:44Z") },
            { id: 452, user_id: 140, amount: "8195.96", category: "groceries", transaction_date: new Date("2022-02-18T09:51:44Z") },
            { id: 453, user_id: 69, amount: "9662.79", category: "utilities", transaction_date: new Date("2022-09-27T19:04:38Z") },
            { id: 454, user_id: 70, amount: "3389.47", category: "groceries", transaction_date: new Date("2022-01-13T14:02:19Z") },
            { id: 455, user_id: 143, amount: "285.55", category: "utilities", transaction_date: new Date("2022-01-28T09:25:57Z") },
            { id: 456, user_id: 178, amount: "9342.05", category: "groceries", transaction_date: new Date("2022-06-24T18:06:55Z") },
            { id: 457, user_id: 115, amount: "942.86", category: "rent", transaction_date: new Date("2022-06-09T18:52:44Z") },
            { id: 458, user_id: 129, amount: "6545.54", category: "groceries", transaction_date: new Date("2022-12-15T09:20:21Z") },
            { id: 459, user_id: 145, amount: "799.08", category: "utilities", transaction_date: new Date("2022-12-24T14:13:05Z") },
            { id: 460, user_id: 200, amount: "321.03", category: "groceries", transaction_date: new Date("2022-11-02T17:27:33Z") },
            { id: 461, user_id: 120, amount: "2709.93", category: "rent", transaction_date: new Date("2022-12-09T19:27:05Z") },
            { id: 462, user_id: 46, amount: "4152.58", category: "entertainment", transaction_date: new Date("2022-11-12T21:26:29Z") },
            { id: 463, user_id: 54, amount: "6615.24", category: "entertainment", transaction_date: new Date("2022-06-29T19:09:05Z") },
            { id: 464, user_id: 2, amount: "164.59", category: "rent", transaction_date: new Date("2022-06-01T18:10:01Z") },
            { id: 465, user_id: 68, amount: "4696.71", category: "groceries", transaction_date: new Date("2022-08-24T20:31:16Z") },
            { id: 466, user_id: 3, amount: "2340.33", category: "rent", transaction_date: new Date("2022-07-17T08:15:12Z") },
            { id: 467, user_id: 37, amount: "3949.28", category: "utilities", transaction_date: new Date("2022-11-12T13:46:30Z") },
            { id: 468, user_id: 18, amount: "633.11", category: "rent", transaction_date: new Date("2022-09-05T20:49:34Z") },
            { id: 469, user_id: 122, amount: "1414.02", category: "groceries", transaction_date: new Date("2022-12-26T15:28:57Z") },
            { id: 470, user_id: 190, amount: "6224.30", category: "rent", transaction_date: new Date("2022-08-11T15:19:16Z") },
            { id: 471, user_id: 3, amount: "5570.94", category: "utilities", transaction_date: new Date("2022-05-05T13:21:48Z") },
            { id: 472, user_id: 104, amount: "2270.21", category: "groceries", transaction_date: new Date("2022-10-26T22:01:08Z") },
            { id: 473, user_id: 41, amount: "6113.89", category: "investment", transaction_date: new Date("2022-09-14T06:55:03Z") },
            { id: 474, user_id: 25, amount: "4949.82", category: "utilities", transaction_date: new Date("2022-12-28T07:18:16Z") },
            { id: 475, user_id: 181, amount: "6063.03", category: "groceries", transaction_date: new Date("2022-04-14T15:49:19Z") },
            { id: 476, user_id: 24, amount: "32.22", category: "utilities", transaction_date: new Date("2022-03-11T21:26:15Z") },
            { id: 477, user_id: 82, amount: "4148.33", category: "groceries", transaction_date: new Date("2022-07-10T16:31:30Z") },
            { id: 478, user_id: 65, amount: "7922.40", category: "groceries", transaction_date: new Date("2022-07-25T09:29:00Z") },
            { id: 479, user_id: 6, amount: "1625.82", category: "groceries", transaction_date: new Date("2022-07-10T21:37:13Z") },
            { id: 480, user_id: 100, amount: "4410.19", category: "groceries", transaction_date: new Date("2022-10-24T13:17:32Z") },
            { id: 481, user_id: 180, amount: "1361.23", category: "utilities", transaction_date: new Date("2022-12-26T20:52:28Z") },
            { id: 482, user_id: 86, amount: "42.85", category: "rent", transaction_date: new Date("2022-09-04T16:09:09Z") },
            { id: 483, user_id: 171, amount: "32.17", category: "rent", transaction_date: new Date("2022-07-02T14:34:30Z") },
            { id: 484, user_id: 39, amount: "253.75", category: "groceries", transaction_date: new Date("2022-02-24T23:09:39Z") },
            { id: 485, user_id: 138, amount: "4869.39", category: "groceries", transaction_date: new Date("2022-10-30T22:06:01Z") },
            { id: 486, user_id: 188, amount: "9833.91", category: "utilities", transaction_date: new Date("2022-09-27T19:02:40Z") },
            { id: 487, user_id: 162, amount: "2775.45", category: "utilities", transaction_date: new Date("2022-07-16T13:32:30Z") },
            { id: 488, user_id: 43, amount: "906.98", category: "utilities", transaction_date: new Date("2022-04-16T10:08:01Z") },
            { id: 489, user_id: 140, amount: "5283.15", category: "rent", transaction_date: new Date("2022-10-07T15:29:12Z") },
            { id: 490, user_id: 82, amount: "3603.85", category: "utilities", transaction_date: new Date("2022-07-25T21:47:56Z") },
            { id: 491, user_id: 181, amount: "4551.25", category: "utilities", transaction_date: new Date("2022-10-27T12:04:00Z") },
            { id: 492, user_id: 131, amount: "3664.44", category: "entertainment", transaction_date: new Date("2022-07-31T21:49:15Z") },
            { id: 493, user_id: 118, amount: "5226.56", category: "utilities", transaction_date: new Date("2022-09-15T22:26:13Z") },
            { id: 494, user_id: 101, amount: "4.63", category: "utilities", transaction_date: new Date("2022-09-05T17:44:54Z") },
            { id: 495, user_id: 184, amount: "7871.46", category: "investment", transaction_date: new Date("2022-06-09T18:35:58Z") },
            { id: 496, user_id: 67, amount: "749.51", category: "groceries", transaction_date: new Date("2022-07-16T19:30:32Z") },
            { id: 497, user_id: 92, amount: "2127.31", category: "investment", transaction_date: new Date("2022-08-17T23:04:12Z") },
            { id: 498, user_id: 117, amount: "10.81", category: "rent", transaction_date: new Date("2022-12-23T21:10:34Z") },
            { id: 499, user_id: 105, amount: "768.60", category: "groceries", transaction_date: new Date("2022-10-20T19:29:11Z") },
            { id: 500, user_id: 145, amount: "9006.12", category: "utilities", transaction_date: new Date("2023-01-01T19:36:35Z") },
        ],
    });
    await prisma.transactions.createMany({
        data: [
            { id: 501, user_id: 5, amount: "24.58", category: "entertainment", transaction_date: new Date("2022-11-17T16:40:00Z") },
            { id: 502, user_id: 50, amount: "9018.89", category: "utilities", transaction_date: new Date("2022-06-08T15:12:20Z") },
            { id: 503, user_id: 104, amount: "5666.82", category: "utilities", transaction_date: new Date("2022-04-27T18:22:13Z") },
            { id: 504, user_id: 171, amount: "2872.75", category: "entertainment", transaction_date: new Date("2022-12-18T22:27:04Z") },
            { id: 505, user_id: 134, amount: "2756.86", category: "groceries", transaction_date: new Date("2022-08-26T12:49:52Z") },
            { id: 506, user_id: 177, amount: "5640.15", category: "utilities", transaction_date: new Date("2022-09-30T17:38:37Z") },
            { id: 507, user_id: 133, amount: "2862.85", category: "entertainment", transaction_date: new Date("2022-09-17T18:11:25Z") },
            { id: 508, user_id: 184, amount: "172.29", category: "investment", transaction_date: new Date("2022-10-28T19:09:36Z") },
            { id: 509, user_id: 200, amount: "3630.44", category: "entertainment", transaction_date: new Date("2022-02-18T20:12:58Z") },
            { id: 510, user_id: 175, amount: "12.61", category: "groceries", transaction_date: new Date("2022-09-24T21:35:30Z") },
            { id: 511, user_id: 43, amount: "1628.07", category: "entertainment", transaction_date: new Date("2022-04-03T21:56:52Z") },
            { id: 512, user_id: 144, amount: "1609.31", category: "entertainment", transaction_date: new Date("2022-12-21T10:23:57Z") },
            { id: 513, user_id: 66, amount: "3248.28", category: "rent", transaction_date: new Date("2022-11-26T13:02:43Z") },
            { id: 514, user_id: 175, amount: "138.65", category: "groceries", transaction_date: new Date("2022-06-30T14:03:06Z") },
            { id: 515, user_id: 168, amount: "6689.26", category: "rent", transaction_date: new Date("2022-05-12T20:03:31Z") },
            { id: 516, user_id: 116, amount: "9327.77", category: "utilities", transaction_date: new Date("2022-09-04T20:52:33Z") },
            { id: 517, user_id: 7, amount: "1600.49", category: "investment", transaction_date: new Date("2022-08-06T11:52:40Z") },
            { id: 518, user_id: 128, amount: "5088.56", category: "rent", transaction_date: new Date("2022-04-11T11:56:45Z") },
            { id: 519, user_id: 139, amount: "2160.54", category: "utilities", transaction_date: new Date("2022-11-30T13:21:51Z") },
            { id: 520, user_id: 58, amount: "5705.30", category: "groceries", transaction_date: new Date("2022-12-14T21:04:15Z") },
            { id: 521, user_id: 122, amount: "206.98", category: "entertainment", transaction_date: new Date("2022-09-04T13:32:51Z") },
            { id: 522, user_id: 73, amount: "1921.27", category: "groceries", transaction_date: new Date("2022-01-01T16:44:15Z") },
            { id: 523, user_id: 163, amount: "4344.13", category: "groceries", transaction_date: new Date("2022-07-20T13:23:42Z") },
            { id: 524, user_id: 99, amount: "4074.12", category: "groceries", transaction_date: new Date("2022-01-22T19:52:24Z") },
            { id: 525, user_id: 170, amount: "1302.42", category: "rent", transaction_date: new Date("2022-06-11T11:58:19Z") },
            { id: 526, user_id: 114, amount: "8383.33", category: "entertainment", transaction_date: new Date("2022-08-12T12:22:26Z") },
            { id: 527, user_id: 122, amount: "163.07", category: "groceries", transaction_date: new Date("2022-07-19T20:49:51Z") },
            { id: 528, user_id: 188, amount: "194.50", category: "groceries", transaction_date: new Date("2022-02-07T12:42:03Z") },
            { id: 529, user_id: 19, amount: "3446.74", category: "groceries", transaction_date: new Date("2022-12-11T20:16:04Z") },
            { id: 530, user_id: 155, amount: "565.02", category: "utilities", transaction_date: new Date("2022-08-30T18:13:48Z") },
            { id: 531, user_id: 63, amount: "622.73", category: "rent", transaction_date: new Date("2022-08-20T11:25:51Z") },
            { id: 532, user_id: 79, amount: "5844.11", category: "rent", transaction_date: new Date("2022-04-09T09:14:48Z") },
            { id: 533, user_id: 136, amount: "2188.08", category: "groceries", transaction_date: new Date("2022-02-03T17:02:58Z") },
            { id: 534, user_id: 81, amount: "5053.58", category: "groceries", transaction_date: new Date("2022-07-01T07:05:31Z") },
            { id: 535, user_id: 44, amount: "98.55", category: "investment", transaction_date: new Date("2022-10-03T12:45:19Z") },
            { id: 536, user_id: 117, amount: "135.74", category: "groceries", transaction_date: new Date("2022-04-06T12:48:45Z") },
            { id: 537, user_id: 122, amount: "9781.18", category: "groceries", transaction_date: new Date("2022-07-05T13:20:30Z") },
            { id: 538, user_id: 116, amount: "2425.67", category: "groceries", transaction_date: new Date("2022-12-01T13:49:09Z") },
            { id: 539, user_id: 176, amount: "4531.73", category: "rent", transaction_date: new Date("2022-07-30T09:38:52Z") },
            { id: 540, user_id: 161, amount: "4949.87", category: "entertainment", transaction_date: new Date("2022-09-25T20:55:27Z") },
            { id: 541, user_id: 67, amount: "3819.66", category: "utilities", transaction_date: new Date("2022-05-22T14:53:59Z") },
            { id: 542, user_id: 182, amount: "984.44", category: "rent", transaction_date: new Date("2022-11-14T19:35:50Z") },
            { id: 543, user_id: 197, amount: "4838.82", category: "groceries", transaction_date: new Date("2022-11-09T10:55:48Z") },
            { id: 544, user_id: 92, amount: "86.39", category: "utilities", transaction_date: new Date("2022-09-05T22:09:20Z") },
            { id: 545, user_id: 113, amount: "15.21", category: "utilities", transaction_date: new Date("2022-07-11T12:15:52Z") },
            { id: 546, user_id: 41, amount: "0.68", category: "investment", transaction_date: new Date("2022-10-17T10:54:42Z") },
            { id: 547, user_id: 141, amount: "8.20", category: "investment", transaction_date: new Date("2022-05-21T15:38:51Z") },
            { id: 548, user_id: 147, amount: "15.56", category: "utilities", transaction_date: new Date("2022-07-28T03:02:38Z") },
            { id: 549, user_id: 109, amount: "1424.94", category: "groceries", transaction_date: new Date("2022-07-27T10:01:17Z") },
            { id: 550, user_id: 60, amount: "6067.36", category: "groceries", transaction_date: new Date("2022-09-12T09:46:38Z") },
            { id: 551, user_id: 147, amount: "6336.32", category: "rent", transaction_date: new Date("2022-06-15T19:54:30Z") },
            { id: 552, user_id: 66, amount: "8097.41", category: "investment", transaction_date: new Date("2022-01-28T12:43:09Z") },
            { id: 553, user_id: 4, amount: "2618.06", category: "groceries", transaction_date: new Date("2022-03-18T15:26:18Z") },
            { id: 554, user_id: 17, amount: "3488.07", category: "groceries", transaction_date: new Date("2022-03-22T17:13:39Z") },
            { id: 555, user_id: 37, amount: "2211.18", category: "rent", transaction_date: new Date("2022-05-16T21:31:14Z") },
            { id: 556, user_id: 119, amount: "3446.00", category: "rent", transaction_date: new Date("2022-08-08T15:06:19Z") },
            { id: 557, user_id: 192, amount: "98.22", category: "rent", transaction_date: new Date("2022-12-05T19:54:25Z") },
            { id: 558, user_id: 199, amount: "240.72", category: "utilities", transaction_date: new Date("2022-03-05T20:41:37Z") },
            { id: 559, user_id: 180, amount: "6921.55", category: "rent", transaction_date: new Date("2022-08-28T08:29:17Z") },
            { id: 560, user_id: 196, amount: "617.46", category: "entertainment", transaction_date: new Date("2022-12-09T13:52:39Z") },
            { id: 561, user_id: 172, amount: "1632.05", category: "utilities", transaction_date: new Date("2022-10-14T12:58:18Z") },
            { id: 562, user_id: 99, amount: "5977.69", category: "groceries", transaction_date: new Date("2022-08-05T19:21:17Z") },
            { id: 563, user_id: 93, amount: "16.03", category: "groceries", transaction_date: new Date("2022-12-01T09:15:12Z") },
            { id: 564, user_id: 37, amount: "4973.56", category: "utilities", transaction_date: new Date("2022-06-11T11:33:17Z") },
            { id: 565, user_id: 27, amount: "7.60", category: "groceries", transaction_date: new Date("2022-01-23T13:57:43Z") },
            { id: 566, user_id: 154, amount: "201.22", category: "utilities", transaction_date: new Date("2022-05-06T20:10:58Z") },
            { id: 567, user_id: 40, amount: "5647.98", category: "utilities", transaction_date: new Date("2022-08-15T19:38:51Z") },
            { id: 568, user_id: 75, amount: "482.24", category: "investment", transaction_date: new Date("2022-12-23T19:00:20Z") },
            { id: 569, user_id: 3, amount: "143.75", category: "rent", transaction_date: new Date("2022-07-19T18:10:37Z") },
            { id: 570, user_id: 194, amount: "3044.74", category: "rent", transaction_date: new Date("2022-10-10T15:00:10Z") },
            { id: 571, user_id: 133, amount: "6251.44", category: "investment", transaction_date: new Date("2022-08-24T19:16:14Z") },
            { id: 572, user_id: 155, amount: "3840.94", category: "groceries", transaction_date: new Date("2022-07-19T19:51:24Z") },
            { id: 573, user_id: 12, amount: "4422.78", category: "utilities", transaction_date: new Date("2022-10-14T07:44:21Z") },
            { id: 574, user_id: 42, amount: "3934.20", category: "rent", transaction_date: new Date("2022-12-06T15:24:14Z") },
            { id: 575, user_id: 140, amount: "3300.74", category: "groceries", transaction_date: new Date("2022-08-03T13:56:29Z") },
            { id: 576, user_id: 26, amount: "8882.77", category: "rent", transaction_date: new Date("2022-03-12T12:51:04Z") },
            { id: 577, user_id: 52, amount: "3830.14", category: "rent", transaction_date: new Date("2022-10-09T17:18:47Z") },
            { id: 578, user_id: 125, amount: "2534.93", category: "utilities", transaction_date: new Date("2022-04-03T20:12:53Z") },
            { id: 579, user_id: 22, amount: "368.74", category: "groceries", transaction_date: new Date("2022-10-03T11:10:49Z") },
            { id: 580, user_id: 184, amount: "1613.96", category: "utilities", transaction_date: new Date("2022-02-06T12:53:11Z") },
            { id: 581, user_id: 166, amount: "6445.53", category: "groceries", transaction_date: new Date("2022-12-18T10:11:28Z") },
            { id: 582, user_id: 9, amount: "7733.05", category: "utilities", transaction_date: new Date("2022-06-08T09:47:25Z") },
            { id: 583, user_id: 95, amount: "2834.32", category: "utilities", transaction_date: new Date("2022-04-14T19:43:36Z") },
            { id: 584, user_id: 179, amount: "224.21", category: "groceries", transaction_date: new Date("2022-04-27T10:54:17Z") },
            { id: 585, user_id: 38, amount: "8956.35", category: "utilities", transaction_date: new Date("2022-03-06T05:13:17Z") },
            { id: 586, user_id: 47, amount: "3309.09", category: "utilities", transaction_date: new Date("2022-08-12T19:51:19Z") },
            { id: 587, user_id: 38, amount: "4452.75", category: "utilities", transaction_date: new Date("2022-10-16T00:24:29Z") },
            { id: 588, user_id: 1, amount: "3975.56", category: "groceries", transaction_date: new Date("2022-06-09T18:28:37Z") },
            { id: 589, user_id: 197, amount: "560.70", category: "entertainment", transaction_date: new Date("2022-06-15T18:27:19Z") },
            { id: 590, user_id: 17, amount: "9769.55", category: "rent", transaction_date: new Date("2022-04-22T12:31:16Z") },
            { id: 591, user_id: 162, amount: "6658.81", category: "utilities", transaction_date: new Date("2022-02-02T22:45:34Z") },
            { id: 592, user_id: 20, amount: "7023.52", category: "utilities", transaction_date: new Date("2022-09-16T20:43:27Z") },
            { id: 593, user_id: 177, amount: "1293.25", category: "entertainment", transaction_date: new Date("2022-04-05T20:29:53Z") },
            { id: 594, user_id: 143, amount: "38.25", category: "groceries", transaction_date: new Date("2022-12-10T11:18:08Z") },
            { id: 595, user_id: 9, amount: "2426.53", category: "rent", transaction_date: new Date("2022-09-25T14:28:52Z") },
            { id: 596, user_id: 1, amount: "1735.35", category: "utilities", transaction_date: new Date("2022-11-27T21:05:44Z") },
            { id: 597, user_id: 76, amount: "1141.88", category: "rent", transaction_date: new Date("2022-12-23T01:50:48Z") },
            { id: 598, user_id: 196, amount: "800.63", category: "groceries", transaction_date: new Date("2022-09-08T23:47:47Z") },
            { id: 599, user_id: 149, amount: "8146.29", category: "groceries", transaction_date: new Date("2022-07-15T13:50:08Z") },
            { id: 600, user_id: 103, amount: "25.80", category: "utilities", transaction_date: new Date("2022-10-27T19:32:31Z") },
            { id: 601, user_id: 43, amount: "6034.73", category: "groceries", transaction_date: new Date("2022-10-27T13:46:57Z") },
            { id: 602, user_id: 117, amount: "2540.28", category: "entertainment", transaction_date: new Date("2022-10-21T16:58:52Z") },
            { id: 603, user_id: 159, amount: "6193.39", category: "groceries", transaction_date: new Date("2022-11-08T18:32:02Z") },
            { id: 604, user_id: 51, amount: "4854.70", category: "rent", transaction_date: new Date("2022-07-17T18:13:51Z") },
            { id: 605, user_id: 20, amount: "1129.76", category: "groceries", transaction_date: new Date("2022-05-15T20:37:48Z") },
            { id: 606, user_id: 41, amount: "208.66", category: "rent", transaction_date: new Date("2022-07-31T21:54:02Z") },
            { id: 607, user_id: 6, amount: "3677.20", category: "groceries", transaction_date: new Date("2022-12-22T09:40:23Z") },
            { id: 608, user_id: 39, amount: "3301.90", category: "groceries", transaction_date: new Date("2022-03-19T09:01:26Z") },
            { id: 609, user_id: 168, amount: "931.71", category: "groceries", transaction_date: new Date("2022-12-12T09:08:58Z") },
            { id: 610, user_id: 88, amount: "8391.63", category: "utilities", transaction_date: new Date("2022-08-20T15:12:02Z") },
            { id: 611, user_id: 170, amount: "5693.27", category: "rent", transaction_date: new Date("2022-02-08T14:17:21Z") },
            { id: 612, user_id: 195, amount: "8046.88", category: "utilities", transaction_date: new Date("2022-02-22T10:18:15Z") },
            { id: 613, user_id: 174, amount: "1813.74", category: "utilities", transaction_date: new Date("2022-02-26T20:48:59Z") },
            { id: 614, user_id: 57, amount: "2.23", category: "utilities", transaction_date: new Date("2022-09-04T07:12:26Z") },
            { id: 615, user_id: 24, amount: "1866.51", category: "entertainment", transaction_date: new Date("2022-04-22T09:52:26Z") },
            { id: 616, user_id: 108, amount: "7363.59", category: "groceries", transaction_date: new Date("2022-11-25T21:26:04Z") },
            { id: 617, user_id: 40, amount: "491.80", category: "utilities", transaction_date: new Date("2022-11-08T09:31:11Z") },
            { id: 618, user_id: 121, amount: "2411.37", category: "rent", transaction_date: new Date("2022-12-17T21:20:31Z") },
            { id: 619, user_id: 136, amount: "6116.00", category: "rent", transaction_date: new Date("2022-07-24T12:58:07Z") },
            { id: 620, user_id: 89, amount: "798.22", category: "rent", transaction_date: new Date("2022-06-29T12:22:31Z") },
            { id: 621, user_id: 93, amount: "8083.35", category: "utilities", transaction_date: new Date("2022-11-07T08:53:26Z") },
            { id: 622, user_id: 74, amount: "20.31", category: "groceries", transaction_date: new Date("2022-07-01T02:26:16Z") },
            { id: 623, user_id: 12, amount: "6539.49", category: "groceries", transaction_date: new Date("2022-08-02T10:53:19Z") },
            { id: 624, user_id: 37, amount: "1732.44", category: "groceries", transaction_date: new Date("2022-10-28T21:34:38Z") },
            { id: 625, user_id: 145, amount: "6599.88", category: "rent", transaction_date: new Date("2022-08-03T19:27:08Z") },
            { id: 626, user_id: 167, amount: "3517.01", category: "groceries", transaction_date: new Date("2022-02-25T17:43:32Z") },
            { id: 627, user_id: 183, amount: "4863.47", category: "utilities", transaction_date: new Date("2022-12-03T18:49:15Z") },
            { id: 628, user_id: 31, amount: "3261.88", category: "groceries", transaction_date: new Date("2022-01-16T16:49:46Z") },
            { id: 629, user_id: 125, amount: "964.66", category: "rent", transaction_date: new Date("2022-11-20T19:18:49Z") },
            { id: 630, user_id: 168, amount: "1977.51", category: "groceries", transaction_date: new Date("2022-02-21T07:34:54Z") },
            { id: 631, user_id: 197, amount: "3093.37", category: "groceries", transaction_date: new Date("2022-11-26T22:34:35Z") },
            { id: 632, user_id: 198, amount: "7369.84", category: "utilities", transaction_date: new Date("2022-06-22T20:16:34Z") },
            { id: 633, user_id: 79, amount: "746.93", category: "groceries", transaction_date: new Date("2022-07-02T16:45:01Z") },
            { id: 634, user_id: 168, amount: "4131.01", category: "utilities", transaction_date: new Date("2022-05-08T11:12:20Z") },
            { id: 635, user_id: 101, amount: "1151.17", category: "rent", transaction_date: new Date("2022-07-18T15:04:49Z") },
            { id: 636, user_id: 153, amount: "1855.04", category: "groceries", transaction_date: new Date("2022-12-14T19:54:21Z") },
            { id: 637, user_id: 9, amount: "6270.22", category: "rent", transaction_date: new Date("2022-03-20T19:40:42Z") },
            { id: 638, user_id: 40, amount: "3277.71", category: "entertainment", transaction_date: new Date("2022-11-12T20:34:53Z") },
            { id: 639, user_id: 101, amount: "3962.96", category: "entertainment", transaction_date: new Date("2022-07-06T21:10:52Z") },
            { id: 640, user_id: 135, amount: "4024.47", category: "groceries", transaction_date: new Date("2022-11-24T10:40:13Z") },
            { id: 641, user_id: 131, amount: "50.38", category: "rent", transaction_date: new Date("2022-06-24T20:37:39Z") },
            { id: 642, user_id: 3, amount: "1291.38", category: "utilities", transaction_date: new Date("2022-04-10T16:17:57Z") },
            { id: 643, user_id: 123, amount: "6845.91", category: "groceries", transaction_date: new Date("2022-08-16T16:06:04Z") },
            { id: 644, user_id: 101, amount: "1743.95", category: "groceries", transaction_date: new Date("2022-04-23T13:28:57Z") },
            { id: 645, user_id: 41, amount: "233.23", category: "utilities", transaction_date: new Date("2022-12-14T16:29:32Z") },
            { id: 646, user_id: 89, amount: "6693.43", category: "utilities", transaction_date: new Date("2022-11-27T20:11:13Z") },
            { id: 647, user_id: 79, amount: "6592.50", category: "groceries", transaction_date: new Date("2022-04-08T09:10:35Z") },
            { id: 648, user_id: 52, amount: "674.23", category: "groceries", transaction_date: new Date("2022-06-28T15:36:15Z") },
            { id: 649, user_id: 174, amount: "2993.30", category: "utilities", transaction_date: new Date("2022-03-11T12:57:45Z") },
            { id: 650, user_id: 137, amount: "4253.95", category: "rent", transaction_date: new Date("2022-07-08T16:02:31Z") },
            { id: 651, user_id: 173, amount: "2273.73", category: "entertainment", transaction_date: new Date("2022-12-19T08:44:31Z") },
            { id: 652, user_id: 52, amount: "2370.97", category: "groceries", transaction_date: new Date("2022-06-14T07:15:49Z") },
            { id: 653, user_id: 75, amount: "1053.41", category: "investment", transaction_date: new Date("2022-05-18T15:01:17Z") },
            { id: 654, user_id: 183, amount: "408.18", category: "utilities", transaction_date: new Date("2022-07-23T16:31:41Z") },
            { id: 655, user_id: 102, amount: "864.94", category: "rent", transaction_date: new Date("2022-08-05T11:21:47Z") },
            { id: 656, user_id: 40, amount: "6400.42", category: "groceries", transaction_date: new Date("2022-04-27T01:34:50Z") },
            { id: 657, user_id: 4, amount: "3695.23", category: "rent", transaction_date: new Date("2022-05-10T11:56:40Z") },
            { id: 658, user_id: 52, amount: "1889.84", category: "utilities", transaction_date: new Date("2022-08-01T16:44:59Z") },
            { id: 659, user_id: 134, amount: "4712.66", category: "utilities", transaction_date: new Date("2022-11-25T22:54:57Z") },
            { id: 660, user_id: 145, amount: "3880.92", category: "groceries", transaction_date: new Date("2022-08-25T22:53:28Z") },
            { id: 661, user_id: 139, amount: "6079.50", category: "investment", transaction_date: new Date("2022-01-01T01:55:08Z") },
            { id: 662, user_id: 159, amount: "9874.14", category: "groceries", transaction_date: new Date("2022-12-06T10:10:08Z") },
            { id: 663, user_id: 113, amount: "6217.68", category: "investment", transaction_date: new Date("2022-05-13T18:37:36Z") },
            { id: 664, user_id: 165, amount: "97.43", category: "utilities", transaction_date: new Date("2022-10-24T09:55:34Z") },
            { id: 665, user_id: 36, amount: "331.80", category: "groceries", transaction_date: new Date("2022-12-08T17:09:32Z") },
            { id: 666, user_id: 40, amount: "1106.06", category: "rent", transaction_date: new Date("2022-10-27T18:52:50Z") },
            { id: 667, user_id: 164, amount: "3730.11", category: "utilities", transaction_date: new Date("2022-07-27T17:53:51Z") },
            { id: 668, user_id: 151, amount: "3962.98", category: "utilities", transaction_date: new Date("2022-11-04T18:51:02Z") },
            { id: 669, user_id: 101, amount: "509.20", category: "utilities", transaction_date: new Date("2022-06-16T10:35:38Z") },
            { id: 670, user_id: 132, amount: "67.69", category: "utilities", transaction_date: new Date("2022-05-14T23:37:51Z") },
            { id: 671, user_id: 179, amount: "6197.62", category: "investment", transaction_date: new Date("2022-11-22T18:58:09Z") },
            { id: 672, user_id: 11, amount: "2545.42", category: "groceries", transaction_date: new Date("2022-12-08T11:16:30Z") },
            { id: 673, user_id: 100, amount: "6983.93", category: "entertainment", transaction_date: new Date("2022-04-22T20:14:27Z") },
            { id: 674, user_id: 58, amount: "5670.41", category: "groceries", transaction_date: new Date("2022-07-15T19:22:57Z") },
            { id: 675, user_id: 12, amount: "1988.33", category: "investment", transaction_date: new Date("2022-04-03T16:00:04Z") },
            { id: 676, user_id: 168, amount: "0.11", category: "utilities", transaction_date: new Date("2022-08-25T17:02:09Z") },
            { id: 677, user_id: 139, amount: "9585.13", category: "rent", transaction_date: new Date("2022-08-06T20:17:53Z") },
            { id: 678, user_id: 171, amount: "3.86", category: "utilities", transaction_date: new Date("2022-11-12T10:42:52Z") },
            { id: 679, user_id: 151, amount: "4902.87", category: "utilities", transaction_date: new Date("2022-04-14T13:59:43Z") },
            { id: 680, user_id: 10, amount: "8367.19", category: "utilities", transaction_date: new Date("2022-05-02T06:15:22Z") },
            { id: 681, user_id: 134, amount: "7981.76", category: "utilities", transaction_date: new Date("2022-06-28T13:53:06Z") },
            { id: 682, user_id: 110, amount: "7621.50", category: "investment", transaction_date: new Date("2022-12-06T13:02:22Z") },
            { id: 683, user_id: 88, amount: "7299.83", category: "entertainment", transaction_date: new Date("2022-05-07T13:40:50Z") },
            { id: 684, user_id: 160, amount: "0.03", category: "groceries", transaction_date: new Date("2022-12-09T13:28:45Z") },
            { id: 685, user_id: 161, amount: "72.09", category: "groceries", transaction_date: new Date("2022-10-13T18:16:48Z") },
            { id: 686, user_id: 57, amount: "9618.68", category: "rent", transaction_date: new Date("2022-07-12T17:39:17Z") },
            { id: 687, user_id: 173, amount: "9283.00", category: "groceries", transaction_date: new Date("2022-10-18T20:20:45Z") },
            { id: 688, user_id: 11, amount: "2015.87", category: "groceries", transaction_date: new Date("2022-03-25T17:00:02Z") },
            { id: 689, user_id: 195, amount: "2512.85", category: "rent", transaction_date: new Date("2022-07-22T19:26:41Z") },
            { id: 690, user_id: 92, amount: "7014.05", category: "utilities", transaction_date: new Date("2022-10-07T18:24:22Z") },
            { id: 691, user_id: 173, amount: "4569.07", category: "groceries", transaction_date: new Date("2022-02-07T16:34:07Z") },
            { id: 692, user_id: 97, amount: "1417.17", category: "utilities", transaction_date: new Date("2022-12-10T14:27:09Z") },
            { id: 693, user_id: 25, amount: "3303.50", category: "utilities", transaction_date: new Date("2022-03-12T09:45:56Z") },
            { id: 694, user_id: 160, amount: "113.12", category: "groceries", transaction_date: new Date("2022-12-13T18:49:00Z") },
            { id: 695, user_id: 172, amount: "9.86", category: "rent", transaction_date: new Date("2022-01-29T20:48:37Z") },
            { id: 696, user_id: 122, amount: "1988.84", category: "groceries", transaction_date: new Date("2022-07-31T13:14:48Z") },
            { id: 697, user_id: 161, amount: "8414.62", category: "entertainment", transaction_date: new Date("2022-02-26T19:26:42Z") },
            { id: 698, user_id: 152, amount: "24.14", category: "utilities", transaction_date: new Date("2022-10-15T19:11:20Z") },
            { id: 699, user_id: 163, amount: "1.72", category: "groceries", transaction_date: new Date("2022-03-15T13:08:07Z") },
            { id: 700, user_id: 101, amount: "6286.11", category: "rent", transaction_date: new Date("2022-10-26T20:23:04Z") },
            { id: 701, user_id: 46, amount: "5337.77", category: "entertainment", transaction_date: new Date("2022-10-20T22:20:46Z") },
            { id: 702, user_id: 72, amount: "8273.70", category: "utilities", transaction_date: new Date("2022-04-18T09:55:10Z") },
            { id: 703, user_id: 40, amount: "2281.87", category: "utilities", transaction_date: new Date("2022-04-21T12:34:50Z") },
            { id: 704, user_id: 116, amount: "226.38", category: "rent", transaction_date: new Date("2022-03-14T13:02:22Z") },
            { id: 705, user_id: 62, amount: "4691.00", category: "rent", transaction_date: new Date("2022-10-20T20:46:29Z") },
            { id: 706, user_id: 191, amount: "6443.25", category: "groceries", transaction_date: new Date("2022-05-02T17:34:25Z") },
            { id: 707, user_id: 93, amount: "336.77", category: "utilities", transaction_date: new Date("2022-03-31T15:53:06Z") },
            { id: 708, user_id: 14, amount: "6545.58", category: "rent", transaction_date: new Date("2022-10-28T05:00:38Z") },
            { id: 709, user_id: 19, amount: "4720.60", category: "utilities", transaction_date: new Date("2022-11-12T10:53:36Z") },
            { id: 710, user_id: 123, amount: "1270.35", category: "entertainment", transaction_date: new Date("2022-10-12T14:08:12Z") },
            { id: 711, user_id: 9, amount: "105.64", category: "groceries", transaction_date: new Date("2022-01-16T18:06:18Z") },
            { id: 712, user_id: 156, amount: "3781.31", category: "entertainment", transaction_date: new Date("2022-11-11T18:20:29Z") },
            { id: 713, user_id: 55, amount: "135.02", category: "groceries", transaction_date: new Date("2022-07-20T21:18:42Z") },
            { id: 714, user_id: 152, amount: "2183.54", category: "groceries", transaction_date: new Date("2022-09-14T21:39:48Z") },
            { id: 715, user_id: 96, amount: "774.23", category: "groceries", transaction_date: new Date("2022-12-15T00:11:23Z") },
            { id: 716, user_id: 58, amount: "530.54", category: "utilities", transaction_date: new Date("2022-11-07T13:26:35Z") },
            { id: 717, user_id: 41, amount: "3551.43", category: "utilities", transaction_date: new Date("2022-08-06T12:27:59Z") },
            { id: 718, user_id: 153, amount: "331.37", category: "groceries", transaction_date: new Date("2022-11-30T16:19:50Z") },
            { id: 719, user_id: 156, amount: "2311.90", category: "utilities", transaction_date: new Date("2022-10-22T22:12:05Z") },
            { id: 720, user_id: 190, amount: "1583.87", category: "rent", transaction_date: new Date("2022-06-17T16:17:45Z") },
            { id: 721, user_id: 29, amount: "498.99", category: "utilities", transaction_date: new Date("2022-05-25T08:10:36Z") },
            { id: 722, user_id: 98, amount: "27.60", category: "utilities", transaction_date: new Date("2022-04-01T18:27:24Z") },
            { id: 723, user_id: 31, amount: "2497.02", category: "groceries", transaction_date: new Date("2022-11-28T11:18:55Z") },
            { id: 724, user_id: 68, amount: "93.81", category: "groceries", transaction_date: new Date("2022-06-23T19:31:46Z") },
            { id: 725, user_id: 29, amount: "6095.31", category: "rent", transaction_date: new Date("2022-12-04T13:39:34Z") },
            { id: 726, user_id: 28, amount: "54.52", category: "groceries", transaction_date: new Date("2022-06-15T18:58:45Z") },
            { id: 727, user_id: 123, amount: "3450.33", category: "entertainment", transaction_date: new Date("2022-12-25T19:53:12Z") },
            { id: 728, user_id: 31, amount: "6719.53", category: "groceries", transaction_date: new Date("2022-08-19T09:04:10Z") },
            { id: 729, user_id: 58, amount: "77.67", category: "groceries", transaction_date: new Date("2022-12-23T15:06:10Z") },
            { id: 730, user_id: 183, amount: "9439.88", category: "groceries", transaction_date: new Date("2022-04-27T18:56:42Z") },
            { id: 731, user_id: 158, amount: "4622.33", category: "groceries", transaction_date: new Date("2022-02-25T12:47:39Z") },
            { id: 732, user_id: 8, amount: "4984.88", category: "rent", transaction_date: new Date("2022-04-04T20:13:46Z") },
            { id: 733, user_id: 178, amount: "1029.94", category: "groceries", transaction_date: new Date("2022-11-19T16:55:18Z") },
            { id: 734, user_id: 31, amount: "5291.13", category: "groceries", transaction_date: new Date("2022-07-27T19:47:47Z") },
            { id: 735, user_id: 100, amount: "5202.77", category: "rent", transaction_date: new Date("2022-06-03T13:07:24Z") },
            { id: 736, user_id: 184, amount: "5680.10", category: "rent", transaction_date: new Date("2022-09-13T21:29:02Z") },
            { id: 737, user_id: 48, amount: "2848.90", category: "groceries", transaction_date: new Date("2022-11-02T20:13:22Z") },
            { id: 738, user_id: 106, amount: "1625.96", category: "utilities", transaction_date: new Date("2022-09-19T18:08:22Z") },
            { id: 739, user_id: 125, amount: "3993.60", category: "utilities", transaction_date: new Date("2022-07-11T09:28:47Z") },
            { id: 740, user_id: 107, amount: "176.23", category: "groceries", transaction_date: new Date("2022-11-22T10:43:53Z") },
            { id: 741, user_id: 157, amount: "1222.86", category: "entertainment", transaction_date: new Date("2022-01-16T18:38:47Z") },
            { id: 742, user_id: 68, amount: "614.84", category: "groceries", transaction_date: new Date("2022-04-04T23:23:23Z") },
            { id: 743, user_id: 137, amount: "3802.31", category: "utilities", transaction_date: new Date("2022-01-30T11:09:09Z") },
            { id: 744, user_id: 196, amount: "119.66", category: "groceries", transaction_date: new Date("2022-12-28T10:51:33Z") },
            { id: 745, user_id: 174, amount: "613.10", category: "utilities", transaction_date: new Date("2022-06-28T10:08:30Z") },
            { id: 746, user_id: 114, amount: "83.92", category: "entertainment", transaction_date: new Date("2022-04-17T16:10:11Z") },
            { id: 747, user_id: 14, amount: "3854.61", category: "investment", transaction_date: new Date("2022-09-09T02:11:40Z") },
            { id: 748, user_id: 151, amount: "3633.49", category: "utilities", transaction_date: new Date("2022-06-25T14:57:40Z") },
            { id: 749, user_id: 17, amount: "2789.88", category: "utilities", transaction_date: new Date("2022-02-26T09:19:12Z") },
            { id: 750, user_id: 178, amount: "1363.81", category: "rent", transaction_date: new Date("2022-03-19T15:43:29Z") },
            { id: 751, user_id: 13, amount: "2668.75", category: "groceries", transaction_date: new Date("2022-09-09T21:20:28Z") },
            { id: 752, user_id: 70, amount: "235.16", category: "utilities", transaction_date: new Date("2022-11-30T11:53:41Z") },
            { id: 753, user_id: 120, amount: "5417.66", category: "groceries", transaction_date: new Date("2022-11-25T19:05:18Z") },
            { id: 754, user_id: 85, amount: "1302.63", category: "rent", transaction_date: new Date("2022-05-15T16:33:30Z") },
            { id: 755, user_id: 99, amount: "1813.38", category: "groceries", transaction_date: new Date("2022-06-14T14:21:58Z") },
            { id: 756, user_id: 24, amount: "9373.37", category: "groceries", transaction_date: new Date("2022-04-06T17:20:25Z") },
            { id: 757, user_id: 77, amount: "4859.67", category: "groceries", transaction_date: new Date("2022-02-26T17:45:56Z") },
            { id: 758, user_id: 164, amount: "4016.66", category: "groceries", transaction_date: new Date("2022-02-11T22:01:09Z") },
            { id: 759, user_id: 65, amount: "1001.85", category: "entertainment", transaction_date: new Date("2022-10-11T14:43:44Z") },
            { id: 760, user_id: 35, amount: "1604.55", category: "groceries", transaction_date: new Date("2022-06-19T21:38:27Z") },
            { id: 761, user_id: 19, amount: "6392.21", category: "groceries", transaction_date: new Date("2022-10-31T20:42:19Z") },
            { id: 762, user_id: 118, amount: "26.05", category: "entertainment", transaction_date: new Date("2022-01-20T22:51:38Z") },
            { id: 763, user_id: 160, amount: "1085.74", category: "groceries", transaction_date: new Date("2022-06-22T04:56:20Z") },
            { id: 764, user_id: 153, amount: "1.46", category: "rent", transaction_date: new Date("2022-12-12T06:55:33Z") },
            { id: 765, user_id: 199, amount: "3031.33", category: "investment", transaction_date: new Date("2022-08-22T11:32:50Z") },
            { id: 766, user_id: 25, amount: "3979.21", category: "groceries", transaction_date: new Date("2022-03-28T18:57:28Z") },
            { id: 767, user_id: 74, amount: "15.46", category: "groceries", transaction_date: new Date("2022-11-08T16:56:24Z") },
            { id: 768, user_id: 116, amount: "5623.04", category: "rent", transaction_date: new Date("2022-08-21T15:18:24Z") },
            { id: 769, user_id: 176, amount: "7482.77", category: "groceries", transaction_date: new Date("2022-12-09T22:11:15Z") },
            { id: 770, user_id: 150, amount: "2200.63", category: "groceries", transaction_date: new Date("2022-07-26T13:28:00Z") },
            { id: 771, user_id: 6, amount: "380.14", category: "utilities", transaction_date: new Date("2022-12-14T07:06:28Z") },
            { id: 772, user_id: 38, amount: "6730.52", category: "entertainment", transaction_date: new Date("2022-02-03T15:41:58Z") },
            { id: 773, user_id: 49, amount: "2462.05", category: "rent", transaction_date: new Date("2022-12-06T07:23:49Z") },
            { id: 774, user_id: 7, amount: "9037.53", category: "utilities", transaction_date: new Date("2022-07-15T20:39:43Z") },
            { id: 775, user_id: 25, amount: "9176.08", category: "investment", transaction_date: new Date("2022-11-11T17:58:41Z") },
            { id: 776, user_id: 95, amount: "1308.86", category: "rent", transaction_date: new Date("2022-02-04T08:34:23Z") },
            { id: 777, user_id: 174, amount: "6043.30", category: "utilities", transaction_date: new Date("2022-10-22T12:01:06Z") },
            { id: 778, user_id: 172, amount: "5601.02", category: "groceries", transaction_date: new Date("2022-09-13T15:52:02Z") },
            { id: 779, user_id: 37, amount: "65.10", category: "investment", transaction_date: new Date("2022-10-20T18:41:40Z") },
            { id: 780, user_id: 139, amount: "5001.35", category: "groceries", transaction_date: new Date("2022-04-20T00:35:11Z") },
            { id: 781, user_id: 138, amount: "249.35", category: "groceries", transaction_date: new Date("2022-09-01T22:23:21Z") },
            { id: 782, user_id: 114, amount: "4000.62", category: "entertainment", transaction_date: new Date("2022-09-03T20:47:30Z") },
            { id: 783, user_id: 56, amount: "7799.02", category: "groceries", transaction_date: new Date("2022-12-28T09:01:27Z") },
            { id: 784, user_id: 147, amount: "9791.48", category: "groceries", transaction_date: new Date("2022-01-03T08:51:51Z") },
            { id: 785, user_id: 73, amount: "429.93", category: "rent", transaction_date: new Date("2022-11-07T12:48:57Z") },
            { id: 786, user_id: 34, amount: "45.18", category: "rent", transaction_date: new Date("2022-03-30T20:12:16Z") },
            { id: 787, user_id: 130, amount: "3373.85", category: "groceries", transaction_date: new Date("2022-08-18T08:41:07Z") },
            { id: 788, user_id: 119, amount: "3239.19", category: "entertainment", transaction_date: new Date("2022-12-30T13:49:55Z") },
            { id: 789, user_id: 12, amount: "256.84", category: "rent", transaction_date: new Date("2022-04-20T22:11:35Z") },
            { id: 790, user_id: 77, amount: "126.41", category: "groceries", transaction_date: new Date("2022-06-25T11:40:33Z") },
            { id: 791, user_id: 163, amount: "5736.20", category: "investment", transaction_date: new Date("2022-12-18T01:54:13Z") },
            { id: 792, user_id: 137, amount: "186.38", category: "groceries", transaction_date: new Date("2022-10-25T22:15:53Z") },
            { id: 793, user_id: 103, amount: "2871.07", category: "investment", transaction_date: new Date("2022-03-08T17:04:44Z") },
            { id: 794, user_id: 56, amount: "429.17", category: "groceries", transaction_date: new Date("2022-07-15T22:08:06Z") },
            { id: 795, user_id: 161, amount: "6576.44", category: "utilities", transaction_date: new Date("2022-05-26T23:23:16Z") },
            { id: 796, user_id: 67, amount: "4721.94", category: "utilities", transaction_date: new Date("2022-10-01T12:50:36Z") },
            { id: 797, user_id: 105, amount: "8295.00", category: "entertainment", transaction_date: new Date("2022-10-28T12:02:32Z") },
            { id: 798, user_id: 59, amount: "280.00", category: "rent", transaction_date: new Date("2022-11-19T14:44:35Z") },
            { id: 799, user_id: 184, amount: "8888.95", category: "entertainment", transaction_date: new Date("2022-02-05T16:45:51Z") },
            { id: 800, user_id: 78, amount: "150.27", category: "utilities", transaction_date: new Date("2022-03-11T11:22:09Z") },
        ],
    });
}

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