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

const prisma = new PrismaClient();

async function main() {
    await prisma.users.createMany({
        data: [
            { id: 1, full_name: "Carla Yilmaz", email: "carla.yilmaz@example.org", created_at: new Date("2023-06-30T17:04:46Z") },
            { id: 2, full_name: "Paula Murphy", email: "paula.murphy@example.com", created_at: new Date("2022-12-06T14:11:59Z") },
            { id: 3, full_name: "Deniz Torres", email: "deniz.torres@example.com", created_at: new Date("2021-03-12T23:20:32Z") },
            { id: 4, full_name: "James Patel", email: "james.patel@example.net", created_at: new Date("2020-10-23T20:02:57Z") },
            { id: 5, full_name: "Mila Ruiz", email: "mila.ruiz@example.com", created_at: new Date("2020-02-27T19:44:05Z") },
            { id: 6, full_name: "Daniel Gupta", email: "daniel.gupta@example.org", created_at: new Date("2022-08-21T20:25:56Z") },
            { id: 7, full_name: "Mateo Mendes", email: "mateo.mendes@example.net", created_at: new Date("2023-06-24T19:52:00Z") },
            { id: 8, full_name: "Ibrahim Flores", email: "ibrahim.flores@example.org", created_at: new Date("2020-06-03T22:00:58Z") },
            { id: 9, full_name: "Hana Baker", email: "hana.baker@example.net", created_at: new Date("2020-04-16T13:55:00Z") },
            { id: 10, full_name: "Amir Demir", email: "amir.demir@example.org", created_at: new Date("2020-11-24T16:48:23Z") },
            { id: 11, full_name: "Elena Meyer", email: "elena.meyer@example.com", created_at: new Date("2021-12-04T09:42:04Z") },
            { id: 12, full_name: "Lina Kaya", email: "lina.kaya@example.com", created_at: new Date("2022-04-25T22:46:11Z") },
            { id: 13, full_name: "Leo Garcia", email: "leo.garcia@example.com", created_at: new Date("2021-12-17T12:06:23Z") },
            { id: 14, full_name: "Tariq Moreau", email: "tariq.moreau@example.com", created_at: new Date("2023-01-12T20:40:28Z") },
            { id: 15, full_name: "Ben Miller", email: "ben.miller@example.com", created_at: new Date("2021-05-13T09:45:08Z") },
            { id: 16, full_name: "Diego Murphy", email: "diego.murphy@example.net", created_at: new Date("2020-10-09T11:11:21Z") },
            { id: 17, full_name: "Isaac Sato", email: "isaac.sato@example.org", created_at: new Date("2023-05-17T22:41:58Z") },
            { id: 18, full_name: "Mei Wright", email: "mei.wright@example.com", created_at: new Date("2020-03-17T18:41:32Z") },
            { id: 19, full_name: "Chen Chen", email: "chen.chen@example.org", created_at: new Date("2020-04-18T15:33:31Z") },
            { id: 20, full_name: "Grace Klein", email: "grace.klein@example.org", created_at: new Date("2020-04-23T21:55:33Z") },
            { id: 21, full_name: "Sven Hughes", email: "sven.hughes@example.org", created_at: new Date("2021-02-26T19:22:12Z") },
            { id: 22, full_name: "Maya Zhang", email: "maya.zhang@example.net", created_at: new Date("2023-03-14T19:11:30Z") },
            { id: 23, full_name: "Diego Davis", email: "diego.davis@example.org", created_at: new Date("2020-05-28T20:10:48Z") },
            { id: 24, full_name: "Jade Hoffmann", email: "jade.hoffmann@example.com", created_at: new Date("2022-12-03T17:39:41Z") },
            { id: 25, full_name: "Oscar Nguyen", email: "oscar.nguyen@example.org", created_at: new Date("2021-07-01T00:58:05Z") },
            { id: 26, full_name: "Hannah Weber", email: "hannah.weber@example.com", created_at: new Date("2020-03-28T12:34:06Z") },
            { id: 27, full_name: "Marco Wright", email: "marco.wright@example.org", created_at: new Date("2020-12-20T11:38:13Z") },
            { id: 28, full_name: "Uma Wright", email: "uma.wright@example.com", created_at: new Date("2022-12-15T17:30:48Z") },
            { id: 29, full_name: "Leo Clark", email: "leo.clark@example.net", created_at: new Date("2020-04-06T17:58:37Z") },
            { id: 30, full_name: "Oscar Singh", email: "oscar.singh@example.org", created_at: new Date("2020-12-23T10:41:12Z") },
            { id: 31, full_name: "Deniz Ahmed", email: "deniz.ahmed@example.net", created_at: new Date("2020-06-20T18:42:15Z") },
            { id: 32, full_name: "Ruby Lopez", email: "ruby.lopez@example.net", created_at: new Date("2021-12-06T18:04:43Z") },
            { id: 33, full_name: "Ivan Adams", email: "ivan.adams@example.net", created_at: new Date("2023-01-19T18:58:28Z") },
            { id: 34, full_name: "Carlos Fischer", email: "carlos.fischer@example.org", created_at: new Date("2023-09-14T21:58:55Z") },
            { id: 35, full_name: "Rosa Cruz", email: "rosa.cruz@example.org", created_at: new Date("2021-12-20T14:45:44Z") },
            { id: 36, full_name: "Ivan Brown", email: "ivan.brown@example.net", created_at: new Date("2022-10-13T17:42:11Z") },
            { id: 37, full_name: "Emma Evans", email: "emma.evans@example.org", created_at: new Date("2021-12-01T20:50:58Z") },
            { id: 38, full_name: "Uma Baker", email: "uma.baker@example.org", created_at: new Date("2020-02-05T02:17:31Z") },
            { id: 39, full_name: "Deniz Sousa", email: "deniz.sousa@example.com", created_at: new Date("2020-02-26T12:49:04Z") },
            { id: 40, full_name: "Paula Hughes", email: "paula.hughes@example.com", created_at: new Date("2022-08-22T18:55:54Z") },
            { id: 41, full_name: "Yara Kaya", email: "yara.kaya@example.com", created_at: new Date("2022-09-16T19:55:45Z") },
            { id: 42, full_name: "Pedro Torres", email: "pedro.torres@example.net", created_at: new Date("2023-04-23T19:22:15Z") },
            { id: 43, full_name: "Hana Torres", email: "hana.torres@example.org", created_at: new Date("2021-08-07T14:25:53Z") },
            { id: 44, full_name: "Ben Patel", email: "ben.patel@example.org", created_at: new Date("2021-09-14T15:57:57Z") },
            { id: 45, full_name: "Ana Chen", email: "ana.chen@example.net", created_at: new Date("2022-09-25T11:05:05Z") },
            { id: 46, full_name: "Chen Oliveira", email: "chen.oliveira@example.org", created_at: new Date("2022-01-23T10:02:51Z") },
            { id: 47, full_name: "Ethan Becker", email: "ethan.becker@example.org", created_at: new Date("2021-11-24T18:03:16Z") },
            { id: 48, full_name: "Liam Lee", email: "liam.lee@example.org", created_at: new Date("2023-12-20T21:20:31Z") },
            { id: 49, full_name: "Rosa Hoffmann", email: "rosa.hoffmann@example.com", created_at: new Date("2020-01-01T13:14:03Z") },
            { id: 50, full_name: "Ethan Reyes", email: "ethan.reyes@example.com", created_at: new Date("2020-12-31T08:45:49Z") },
            { id: 51, full_name: "Oscar Miller", email: "oscar.miller@example.com", created_at: new Date("2021-09-29T17:38:26Z") },
            { id: 52, full_name: "Tariq Diaz", email: "tariq.diaz@example.org", created_at: new Date("2023-04-27T12:12:29Z") },
            { id: 53, full_name: "Selin Chen", email: "selin.chen@example.org", created_at: new Date("2021-05-11T16:23:01Z") },
            { id: 54, full_name: "Chloe Brown", email: "chloe.brown@example.net", created_at: new Date("2020-02-16T09:35:24Z") },
            { id: 55, full_name: "Ruby Miller", email: "ruby.miller@example.net", created_at: new Date("2022-08-24T19:10:01Z") },
            { id: 56, full_name: "Mei Dubois", email: "mei.dubois@example.net", created_at: new Date("2020-03-07T10:29:36Z") },
            { id: 57, full_name: "Deniz Schneider", email: "deniz.schneider@example.org", created_at: new Date("2023-12-19T18:45:12Z") },
            { id: 58, full_name: "Mila Park", email: "mila.park@example.net", created_at: new Date("2021-11-06T12:22:16Z") },
            { id: 59, full_name: "Sara Nakamura", email: "sara.nakamura@example.com", created_at: new Date("2023-11-26T20:10:31Z") },
            { id: 60, full_name: "Pedro Andersen", email: "pedro.andersen@example.com", created_at: new Date("2020-11-25T12:20:18Z") },
            { id: 61, full_name: "Andre Dubois", email: "andre.dubois@example.org", created_at: new Date("2023-06-18T07:28:06Z") },
            { id: 62, full_name: "Hannah Smith", email: "hannah.smith@example.com", created_at: new Date("2021-09-04T11:11:35Z") },
            { id: 63, full_name: "Alice Gupta", email: "alice.gupta@example.com", created_at: new Date("2020-07-07T19:21:49Z") },
            { id: 64, full_name: "Julia Gomez", email: "julia.gomez@example.net", created_at: new Date("2021-04-26T08:30:13Z") },
            { id: 65, full_name: "Karim Mendes", email: "karim.mendes@example.org", created_at: new Date("2021-12-12T11:07:55Z") },
            { id: 66, full_name: "Liam Reyes", email: "liam.reyes@example.org", created_at: new Date("2023-03-12T11:20:35Z") },
            { id: 67, full_name: "Anna Novak", email: "anna.novak@example.net", created_at: new Date("2021-02-28T10:01:22Z") },
            { id: 68, full_name: "Elena Kowalski", email: "elena.kowalski@example.net", created_at: new Date("2023-03-01T08:00:02Z") },
            { id: 69, full_name: "Alice Adams", email: "alice.adams@example.org", created_at: new Date("2023-12-06T13:52:25Z") },
            { id: 70, full_name: "Elif Walker", email: "elif.walker@example.net", created_at: new Date("2021-09-29T18:51:18Z") },
            { id: 71, full_name: "Elena Ruiz", email: "elena.ruiz@example.org", created_at: new Date("2023-05-07T18:00:31Z") },
            { id: 72, full_name: "Yara Kowalski", email: "yara.kowalski@example.org", created_at: new Date("2023-06-08T15:23:28Z") },
            { id: 73, full_name: "Chen Dubois", email: "chen.dubois@example.com", created_at: new Date("2021-07-15T08:17:04Z") },
            { id: 74, full_name: "Oscar Baker", email: "oscar.baker@example.org", created_at: new Date("2022-10-14T17:58:03Z") },
            { id: 75, full_name: "Liam Cruz", email: "liam.cruz@example.net", created_at: new Date("2020-03-29T12:27:09Z") },
            { id: 76, full_name: "Jonas Miller", email: "jonas.miller@example.com", created_at: new Date("2022-07-18T12:58:03Z") },
            { id: 77, full_name: "Laura Singh", email: "laura.singh@example.com", created_at: new Date("2023-08-08T15:03:18Z") },
            { id: 78, full_name: "David Fischer", email: "david.fischer@example.net", created_at: new Date("2023-09-26T17:39:00Z") },
            { id: 79, full_name: "Maria Nguyen", email: "maria.nguyen@example.com", created_at: new Date("2020-02-26T09:04:41Z") },
            { id: 80, full_name: "Ibrahim Schmidt", email: "ibrahim.schmidt@example.org", created_at: new Date("2022-11-03T23:38:14Z") },
            { id: 81, full_name: "Rafael Park", email: "rafael.park@example.com", created_at: new Date("2022-10-07T20:34:30Z") },
            { id: 82, full_name: "Tomas Ahmed", email: "tomas.ahmed@example.com", created_at: new Date("2021-04-21T14:52:30Z") },
            { id: 83, full_name: "James Gupta", email: "james.gupta@example.net", created_at: new Date("2023-07-30T20:56:32Z") },
            { id: 84, full_name: "Pedro Hansen", email: "pedro.hansen@example.com", created_at: new Date("2022-12-24T13:43:13Z") },
            { id: 85, full_name: "Ruby Kowalski", email: "ruby.kowalski@example.com", created_at: new Date("2020-11-07T17:15:58Z") },
            { id: 86, full_name: "Hugo Hughes", email: "hugo.hughes@example.org", created_at: new Date("2021-06-01T16:27:49Z") },
            { id: 87, full_name: "Elif Wilson", email: "elif.wilson@example.com", created_at: new Date("2021-10-25T14:57:36Z") },
            { id: 88, full_name: "Paula Costa", email: "paula.costa@example.com", created_at: new Date("2020-04-24T19:02:36Z") },
            { id: 89, full_name: "Rafael Lee", email: "rafael.lee@example.net", created_at: new Date("2023-06-01T08:17:11Z") },
            { id: 90, full_name: "Lina Gupta", email: "lina.gupta@example.net", created_at: new Date("2021-01-10T20:39:51Z") },
            { id: 91, full_name: "Priya Schmidt", email: "priya.schmidt@example.com", created_at: new Date("2021-09-18T20:47:18Z") },
            { id: 92, full_name: "Mila Nguyen", email: "mila.nguyen@example.org", created_at: new Date("2022-10-26T22:28:38Z") },
            { id: 93, full_name: "Nour Jensen", email: "nour.jensen@example.net", created_at: new Date("2020-10-07T21:43:03Z") },
            { id: 94, full_name: "Lena Nakamura", email: "lena.nakamura@example.com", created_at: new Date("2021-11-27T20:03:41Z") },
            { id: 95, full_name: "Ruby Shah", email: "ruby.shah@example.org", created_at: new Date("2023-10-02T18:05:59Z") },
            { id: 96, full_name: "Omar Adams", email: "omar.adams@example.com", created_at: new Date("2022-03-05T16:53:10Z") },
            { id: 97, full_name: "Nina Evans", email: "nina.evans@example.org", created_at: new Date("2021-05-03T19:51:46Z") },
            { id: 98, full_name: "Laura Fischer", email: "laura.fischer@example.net", created_at: new Date("2023-08-10T18:05:42Z") },
            { id: 99, full_name: "Arjun Miller", email: "arjun.miller@example.org", created_at: new Date("2020-06-29T17:58:15Z") },
            { id: 100, full_name: "Felix Martin", email: "felix.martin@example.org", created_at: new Date("2022-07-02T19:04:07Z") },
        ],
    });
    await prisma.support_tickets.createMany({
        data: [
            { id: 1, user_id: 36, issue: null, created_at: new Date("2023-04-23T08:14:11Z"), status: "open" },
            { id: 2, user_id: 77, issue: "The supplier confirmed the details and the account was reviewed.", created_at: new Date("2023-08-04T16:33:54Z"), status: "pending" },
            { id: 3, user_id: 72, issue: null, created_at: new Date("2023-10-11T18:40:18Z"), status: "open" },
            { id: 4, user_id: 73, issue: null, created_at: new Date("2023-02-06T08:36:56Z"), status: "open" },
            { id: 5, user_id: 68, issue: null, created_at: new Date("2023-09-24T16:12:16Z"), status: "open" },
            { id: 6, user_id: 38, issue: null, created_at: new Date("2023-02-06T16:01:43Z"), status: "open" },
            { id: 7, user_id: 32, issue: null, created_at: new Date("2023-03-09T16:34:35Z"), status: "open" },
            { id: 8, user_id: 11, issue: null, created_at: new Date("2023-09-27T09:04:33Z"), status: "open" },
            { id: 9, user_id: 34, issue: null, created_at: new Date("2023-05-08T10:51:31Z"), status: "open" },
            { id: 10, user_id: 83, issue: "The supplier reported a repeat issue; the account was reopened.", created_at: new Date("2023-12-01T16:24:44Z"), status: "pending" },
            { id: 11, user_id: 48, issue: null, created_at: new Date("2023-12-24T14:20:41Z"), status: "open" },
            { id: 12, user_id: 100, issue: "The reviewer asked for a change and the claim was processed.", created_at: new Date("2023-12-06T09:46:49Z"), status: "closed" },
            { id: 13, user_id: 1, issue: null, created_at: new Date("2023-09-13T12:44:03Z"), status: "open" },
            { id: 14, user_id: 25, issue: null, created_at: new Date("2023-12-30T12:43:30Z"), status: "open" },
            { id: 15, user_id: 15, issue: "The courier confirmed the details and the order was cancelled.", created_at: new Date("2023-11-11T15:05:42Z"), status: "closed" },
            { id: 16, user_id: 92, issue: "No response from the reviewer, so the order was replaced.", created_at: new Date("2023-05-22T14:56:14Z"), status: "pending" },
            { id: 17, user_id: 94, issue: "The team reported an incomplete issue; the appointment was escalated.", created_at: new Date("2023-07-26T12:47:32Z"), status: "closed" },
            { id: 18, user_id: 19, issue: null, created_at: new Date("2023-08-16T13:17:57Z"), status: "open" },
            { id: 19, user_id: 89, issue: null, created_at: new Date("2023-02-13T17:39:06Z"), status: "open" },
            { id: 20, user_id: 51, issue: null, created_at: new Date("2023-12-26T12:33:48Z"), status: "open" },
            { id: 21, user_id: 100, issue: null, created_at: new Date("2023-12-06T13:32:40Z"), status: "open" },
            { id: 22, user_id: 57, issue: null, created_at: new Date("2023-06-30T12:40:33Z"), status: "open" },
            { id: 23, user_id: 36, issue: "No response from an operator, so the request was replaced.", created_at: new Date("2023-10-02T20:48:41Z"), status: "closed" },
            { id: 24, user_id: 46, issue: "The report was escalated — standard case, no further action.", created_at: new Date("2023-09-16T08:44:48Z"), status: "closed" },
            { id: 25, user_id: 25, issue: "The team reported a partial issue; the order was completed.", created_at: new Date("2023-03-07T17:04:53Z"), status: "pending" },
            { id: 26, user_id: 87, issue: null, created_at: new Date("2023-05-26T11:10:13Z"), status: "open" },
            { id: 27, user_id: 8, issue: null, created_at: new Date("2023-10-29T13:16:22Z"), status: "open" },
            { id: 28, user_id: 72, issue: "The delivery was processed — manual case, no further action.", created_at: new Date("2023-02-13T14:27:26Z"), status: "closed" },
            { id: 29, user_id: 30, issue: null, created_at: new Date("2023-04-05T15:47:05Z"), status: "open" },
            { id: 30, user_id: 83, issue: "The reviewer asked for a change and the ticket was processed.", created_at: new Date("2023-12-23T13:50:52Z"), status: "pending" },
            { id: 31, user_id: 19, issue: null, created_at: new Date("2023-10-27T15:37:01Z"), status: "open" },
            { id: 32, user_id: 87, issue: null, created_at: new Date("2023-01-11T08:00:46Z"), status: "open" },
            { id: 33, user_id: 91, issue: "The team asked for a change and the refund was rejected.", created_at: new Date("2023-07-29T12:59:39Z"), status: "pending" },
            { id: 34, user_id: 45, issue: "The reviewer confirmed the details and the request was escalated.", created_at: new Date("2023-04-19T17:41:13Z"), status: "closed" },
            { id: 35, user_id: 86, issue: "The account owner reported a duplicate issue; the order was rescheduled.", created_at: new Date("2023-07-27T12:59:57Z"), status: "pending" },
            { id: 36, user_id: 30, issue: null, created_at: new Date("2023-10-13T10:07:17Z"), status: "open" },
            { id: 37, user_id: 11, issue: null, created_at: new Date("2023-08-07T09:29:56Z"), status: "open" },
            { id: 38, user_id: 58, issue: null, created_at: new Date("2023-10-21T12:37:09Z"), status: "open" },
            { id: 39, user_id: 14, issue: "The refund was closed — urgent case, no further action.", created_at: new Date("2023-01-08T10:36:19Z"), status: "pending" },
            { id: 40, user_id: 60, issue: "The payment was approved — duplicate case, no further action.", created_at: new Date("2023-07-19T11:03:44Z"), status: "closed" },
            { id: 41, user_id: 73, issue: "The team asked for a change and the delivery was refunded.", created_at: new Date("2023-03-23T13:40:24Z"), status: "closed" },
            { id: 42, user_id: 15, issue: null, created_at: new Date("2023-04-25T18:16:23Z"), status: "open" },
            { id: 43, user_id: 45, issue: null, created_at: new Date("2023-07-09T16:10:41Z"), status: "open" },
            { id: 44, user_id: 21, issue: null, created_at: new Date("2023-03-02T13:17:17Z"), status: "open" },
            { id: 45, user_id: 90, issue: null, created_at: new Date("2023-10-22T16:04:31Z"), status: "open" },
            { id: 46, user_id: 28, issue: null, created_at: new Date("2023-10-19T08:18:48Z"), status: "open" },
            { id: 47, user_id: 79, issue: "The payment was reviewed — partial case, no further action.", created_at: new Date("2023-02-09T13:09:30Z"), status: "closed" },
            { id: 48, user_id: 51, issue: "The payment was completed — routine case, no further action.", created_at: new Date("2023-01-23T11:01:42Z"), status: "pending" },
            { id: 49, user_id: 86, issue: null, created_at: new Date("2023-07-27T18:41:44Z"), status: "open" },
            { id: 50, user_id: 41, issue: null, created_at: new Date("2023-04-25T15:19:02Z"), status: "open" },
            { id: 51, user_id: 81, issue: "No response from the courier, so the booking was resolved.", created_at: new Date("2023-10-11T11:16:39Z"), status: "closed" },
            { id: 52, user_id: 90, issue: null, created_at: new Date("2023-01-04T11:03:52Z"), status: "open" },
            { id: 53, user_id: 22, issue: "The ticket was processed — unusual case, no further action.", created_at: new Date("2023-01-28T14:51:12Z"), status: "pending" },
            { id: 54, user_id: 57, issue: "An operator reported a routine issue; the claim was reopened.", created_at: new Date("2023-09-26T13:08:09Z"), status: "pending" },
            { id: 55, user_id: 22, issue: "An operator reported an incomplete issue; the session was approved.", created_at: new Date("2023-04-01T16:53:42Z"), status: "closed" },
            { id: 56, user_id: 21, issue: "No response from the account owner, so the report was delayed.", created_at: new Date("2023-03-17T10:12:13Z"), status: "closed" },
            { id: 57, user_id: 47, issue: "The supplier asked for a change and the payment was rejected.", created_at: new Date("2023-02-08T08:58:15Z"), status: "closed" },
            { id: 58, user_id: 98, issue: null, created_at: new Date("2023-04-13T17:40:07Z"), status: "open" },
            { id: 59, user_id: 89, issue: null, created_at: new Date("2023-07-16T16:33:34Z"), status: "open" },
            { id: 60, user_id: 97, issue: null, created_at: new Date("2023-12-12T14:17:14Z"), status: "open" },
            { id: 61, user_id: 16, issue: null, created_at: new Date("2023-08-24T14:52:34Z"), status: "open" },
            { id: 62, user_id: 61, issue: null, created_at: new Date("2023-02-08T09:25:59Z"), status: "open" },
            { id: 63, user_id: 79, issue: null, created_at: new Date("2023-11-14T11:22:16Z"), status: "open" },
            { id: 64, user_id: 66, issue: null, created_at: new Date("2023-03-24T13:11:52Z"), status: "open" },
        ],
    });
    await prisma.wallets.createMany({
        data: [
            { id: 1, user_id: 29, balance: "688.83", currency_type: "BTC", transaction_count: 3, last_transaction_date: new Date("2023-07-08T03:19:28Z"), average_transaction_amount: "3945.00" },
            { id: 2, user_id: 50, balance: "95452.19", currency_type: "BTC", transaction_count: 3, last_transaction_date: new Date("2023-04-23T14:20:32Z"), average_transaction_amount: "2146.73" },
            { id: 3, user_id: 78, balance: "16.75", currency_type: "BTC", transaction_count: 2, last_transaction_date: new Date("2023-05-29T16:17:47Z"), average_transaction_amount: "5776.64" },
            { id: 4, user_id: 45, balance: "1241.42", currency_type: "BTC", transaction_count: 2, last_transaction_date: new Date("2023-07-29T02:54:29Z"), average_transaction_amount: "3170.70" },
            { id: 5, user_id: 94, balance: "2778.54", currency_type: "BTC", transaction_count: 3, last_transaction_date: new Date("2023-04-08T02:35:44Z"), average_transaction_amount: "2899.32" },
            { id: 6, user_id: 27, balance: null, currency_type: "LTC", transaction_count: 2, last_transaction_date: new Date("2023-05-19T19:30:21Z"), average_transaction_amount: "4798.58" },
            { id: 7, user_id: 76, balance: "48780.65", currency_type: "BTC", transaction_count: 3, last_transaction_date: new Date("2023-12-05T05:25:44Z"), average_transaction_amount: "3826.73" },
            { id: 8, user_id: 63, balance: "9510.60", currency_type: "BTC", transaction_count: 4, last_transaction_date: new Date("2023-04-01T04:35:06Z"), average_transaction_amount: "8.07" },
            { id: 9, user_id: 29, balance: "1344.76", currency_type: "BTC", transaction_count: 3, last_transaction_date: new Date("2023-03-27T13:15:46Z"), average_transaction_amount: "4982.02" },
            { id: 10, user_id: 43, balance: "47192.65", currency_type: "BTC", transaction_count: 3, last_transaction_date: new Date("2023-02-19T02:33:37Z"), average_transaction_amount: "59.54" },
            { id: 11, user_id: 4, balance: "74336.45", currency_type: "BTC", transaction_count: 3, last_transaction_date: new Date("2023-10-19T15:59:06Z"), average_transaction_amount: "694.19" },
            { id: 12, user_id: 18, balance: null, currency_type: "LTC", transaction_count: 4, last_transaction_date: new Date("2023-12-01T02:58:54Z"), average_transaction_amount: "1925.79" },
            { id: 13, user_id: 77, balance: "63.66", currency_type: "ETH", transaction_count: 4, last_transaction_date: new Date("2023-05-24T06:12:41Z"), average_transaction_amount: "163.00" },
            { id: 14, user_id: 46, balance: "2823.75", currency_type: "ETH", transaction_count: 3, last_transaction_date: new Date("2023-07-28T10:41:42Z"), average_transaction_amount: "2015.05" },
            { id: 15, user_id: 81, balance: "11175.85", currency_type: "BTC", transaction_count: 2, last_transaction_date: new Date("2023-07-09T17:37:34Z"), average_transaction_amount: "4223.11" },
            { id: 16, user_id: 64, balance: "427.65", currency_type: "BTC", transaction_count: 3, last_transaction_date: new Date("2023-05-20T06:41:51Z"), average_transaction_amount: "756.06" },
            { id: 17, user_id: 19, balance: "27.21", currency_type: "BTC", transaction_count: 3, last_transaction_date: new Date("2023-02-14T06:06:26Z"), average_transaction_amount: "78.25" },
            { id: 18, user_id: 25, balance: "78.99", currency_type: "BTC", transaction_count: 3, last_transaction_date: new Date("2023-11-22T18:38:19Z"), average_transaction_amount: "2594.45" },
            { id: 19, user_id: 7, balance: "51490.75", currency_type: "ETH", transaction_count: 2, last_transaction_date: new Date("2023-11-02T05:21:53Z"), average_transaction_amount: "991.93" },
            { id: 20, user_id: 18, balance: "298.49", currency_type: "BTC", transaction_count: 3, last_transaction_date: new Date("2023-01-01T19:54:43Z"), average_transaction_amount: "877.95" },
            { id: 21, user_id: 55, balance: "24964.95", currency_type: "BTC", transaction_count: 4, last_transaction_date: new Date("2023-12-04T19:56:13Z"), average_transaction_amount: "771.49" },
            { id: 22, user_id: 67, balance: "268.24", currency_type: "BTC", transaction_count: 3, last_transaction_date: new Date("2023-11-14T13:43:37Z"), average_transaction_amount: "5224.66" },
            { id: 23, user_id: 30, balance: "22829.21", currency_type: "BTC", transaction_count: 2, last_transaction_date: new Date("2023-01-12T21:10:34Z"), average_transaction_amount: "530.85" },
            { id: 24, user_id: 95, balance: "1984.81", currency_type: "ETH", transaction_count: 3, last_transaction_date: new Date("2023-11-08T05:33:58Z"), average_transaction_amount: "8847.23" },
            { id: 25, user_id: 99, balance: "3787.30", currency_type: "BTC", transaction_count: 2, last_transaction_date: new Date("2023-09-04T19:01:02Z"), average_transaction_amount: "133.89" },
            { id: 26, user_id: 72, balance: null, currency_type: "USDT", transaction_count: 3, last_transaction_date: new Date("2023-07-20T21:06:27Z"), average_transaction_amount: "1273.78" },
            { id: 27, user_id: 88, balance: "4085.24", currency_type: "ETH", transaction_count: 2, last_transaction_date: new Date("2023-08-17T04:57:08Z"), average_transaction_amount: "19.61" },
            { id: 28, user_id: 93, balance: "57.68", currency_type: "ETH", transaction_count: 3, last_transaction_date: new Date("2023-04-28T09:23:54Z"), average_transaction_amount: "6778.73" },
            { id: 29, user_id: 6, balance: "4624.24", currency_type: "BTC", transaction_count: 2, last_transaction_date: new Date("2023-01-23T02:27:13Z"), average_transaction_amount: "3263.27" },
            { id: 30, user_id: 21, balance: "35894.01", currency_type: "BTC", transaction_count: 4, last_transaction_date: new Date("2023-11-14T08:23:11Z"), average_transaction_amount: "1369.49" },
            { id: 31, user_id: 22, balance: "37052.64", currency_type: "BTC", transaction_count: 3, last_transaction_date: new Date("2023-02-03T08:38:22Z"), average_transaction_amount: "850.15" },
            { id: 32, user_id: 92, balance: null, currency_type: "USDT", transaction_count: 4, last_transaction_date: new Date("2023-11-19T08:50:58Z"), average_transaction_amount: "4291.16" },
            { id: 33, user_id: 52, balance: "16346.30", currency_type: "BTC", transaction_count: 3, last_transaction_date: new Date("2023-01-18T22:38:25Z"), average_transaction_amount: "5138.33" },
            { id: 34, user_id: 69, balance: "21810.03", currency_type: "BTC", transaction_count: 3, last_transaction_date: new Date("2023-07-10T03:39:45Z"), average_transaction_amount: "2078.11" },
            { id: 35, user_id: 79, balance: "6733.51", currency_type: "BTC", transaction_count: 4, last_transaction_date: new Date("2023-08-22T06:24:55Z"), average_transaction_amount: "2351.08" },
            { id: 36, user_id: 11, balance: "5651.03", currency_type: "BTC", transaction_count: 3, last_transaction_date: new Date("2023-02-12T22:40:29Z"), average_transaction_amount: "8049.23" },
            { id: 37, user_id: 4, balance: null, currency_type: "USDT", transaction_count: 3, last_transaction_date: new Date("2023-05-26T01:42:58Z"), average_transaction_amount: "103.09" },
            { id: 38, user_id: 74, balance: "0.63", currency_type: "BTC", transaction_count: 3, last_transaction_date: new Date("2023-06-30T18:17:17Z"), average_transaction_amount: "3373.56" },
            { id: 39, user_id: 68, balance: "3516.23", currency_type: "ETH", transaction_count: 4, last_transaction_date: new Date("2023-04-19T02:44:04Z"), average_transaction_amount: "119.26" },
            { id: 40, user_id: 98, balance: "50859.95", currency_type: "BTC", transaction_count: 3, last_transaction_date: new Date("2023-04-12T04:07:31Z"), average_transaction_amount: "613.65" },
            { id: 41, user_id: 89, balance: "226.54", currency_type: "BTC", transaction_count: 1, last_transaction_date: new Date("2023-11-20T15:08:44Z"), average_transaction_amount: "1024.38" },
            { id: 42, user_id: 66, balance: null, currency_type: "LTC", transaction_count: 3, last_transaction_date: new Date("2023-10-01T23:56:26Z"), average_transaction_amount: "1782.12" },
            { id: 43, user_id: 8, balance: null, currency_type: "USDT", transaction_count: 3, last_transaction_date: new Date("2023-11-03T08:48:12Z"), average_transaction_amount: "1407.11" },
            { id: 44, user_id: 6, balance: "0.06", currency_type: "ETH", transaction_count: 2, last_transaction_date: new Date("2023-05-19T16:16:15Z"), average_transaction_amount: "4169.78" },
            { id: 45, user_id: 9, balance: "69009.23", currency_type: "BTC", transaction_count: 3, last_transaction_date: new Date("2023-03-23T11:13:26Z"), average_transaction_amount: "8874.96" },
            { id: 46, user_id: 97, balance: "2096.83", currency_type: "BTC", transaction_count: 3, last_transaction_date: new Date("2023-08-14T20:04:03Z"), average_transaction_amount: "6386.32" },
            { id: 47, user_id: 71, balance: "9103.10", currency_type: "BTC", transaction_count: 3, last_transaction_date: new Date("2023-10-28T13:24:24Z"), average_transaction_amount: "1709.61" },
            { id: 48, user_id: 26, balance: "55.00", currency_type: "BTC", transaction_count: 2, last_transaction_date: new Date("2023-12-06T02:47:33Z"), average_transaction_amount: "6425.66" },
            { id: 49, user_id: 10, balance: "40.25", currency_type: "ETH", transaction_count: 3, last_transaction_date: new Date("2023-10-09T12:06:06Z"), average_transaction_amount: "4248.96" },
            { id: 50, user_id: 36, balance: "55106.07", currency_type: "BTC", transaction_count: 3, last_transaction_date: new Date("2023-12-11T16:34:23Z"), average_transaction_amount: "6841.29" },
            { id: 51, user_id: 47, balance: "16740.81", currency_type: "BTC", transaction_count: 3, last_transaction_date: new Date("2023-06-13T14:29:30Z"), average_transaction_amount: "5493.42" },
            { id: 52, user_id: 43, balance: null, currency_type: "USDT", transaction_count: 3, last_transaction_date: new Date("2023-03-09T15:20:46Z"), average_transaction_amount: "813.78" },
            { id: 53, user_id: 28, balance: "1039.12", currency_type: "BTC", transaction_count: 3, last_transaction_date: new Date("2023-01-24T00:50:27Z"), average_transaction_amount: "221.62" },
            { id: 54, user_id: 1, balance: "91477.84", currency_type: "BTC", transaction_count: 3, last_transaction_date: new Date("2023-06-11T01:05:33Z"), average_transaction_amount: "2744.56" },
            { id: 55, user_id: 58, balance: "50935.23", currency_type: "BTC", transaction_count: 3, last_transaction_date: new Date("2023-01-12T00:54:54Z"), average_transaction_amount: "345.64" },
            { id: 56, user_id: 75, balance: "1231.73", currency_type: "ETH", transaction_count: 4, last_transaction_date: new Date("2023-02-06T18:01:25Z"), average_transaction_amount: "1373.65" },
            { id: 57, user_id: 33, balance: "16651.97", currency_type: "ETH", transaction_count: 3, last_transaction_date: new Date("2023-01-29T23:48:06Z"), average_transaction_amount: "3818.90" },
            { id: 58, user_id: 86, balance: "69436.23", currency_type: "ETH", transaction_count: 2, last_transaction_date: new Date("2023-10-13T21:57:01Z"), average_transaction_amount: "3337.47" },
            { id: 59, user_id: 22, balance: "8149.82", currency_type: "BTC", transaction_count: 3, last_transaction_date: new Date("2023-07-18T13:55:30Z"), average_transaction_amount: "172.88" },
            { id: 60, user_id: 80, balance: null, currency_type: "USDT", transaction_count: 3, last_transaction_date: new Date("2023-10-12T05:28:42Z"), average_transaction_amount: "7020.19" },
            { id: 61, user_id: 66, balance: "20889.92", currency_type: "ETH", transaction_count: 2, last_transaction_date: new Date("2023-10-23T14:37:25Z"), average_transaction_amount: "3.70" },
            { id: 62, user_id: 56, balance: "4839.29", currency_type: "BTC", transaction_count: 3, last_transaction_date: new Date("2023-01-13T06:07:24Z"), average_transaction_amount: "812.30" },
            { id: 63, user_id: 93, balance: "103.05", currency_type: "BTC", transaction_count: 2, last_transaction_date: new Date("2023-09-04T04:18:06Z"), average_transaction_amount: "371.06" },
            { id: 64, user_id: 98, balance: "8172.90", currency_type: "BTC", transaction_count: 3, last_transaction_date: new Date("2023-09-16T09:05:42Z"), average_transaction_amount: "25.40" },
            { id: 65, user_id: 53, balance: null, currency_type: "USDT", transaction_count: 3, last_transaction_date: new Date("2023-05-21T21:19:03Z"), average_transaction_amount: "4682.06" },
            { id: 66, user_id: 34, balance: null, currency_type: "LTC", transaction_count: 2, last_transaction_date: new Date("2023-04-26T02:06:27Z"), average_transaction_amount: "2057.19" },
            { id: 67, user_id: 76, balance: "7791.41", currency_type: "BTC", transaction_count: 4, last_transaction_date: new Date("2023-11-13T18:43:28Z"), average_transaction_amount: "8706.59" },
            { id: 68, user_id: 79, balance: "40997.09", currency_type: "ETH", transaction_count: 3, last_transaction_date: new Date("2023-04-02T01:58:33Z"), average_transaction_amount: "6169.51" },
            { id: 69, user_id: 17, balance: "2856.89", currency_type: "BTC", transaction_count: 4, last_transaction_date: new Date("2023-06-05T01:54:19Z"), average_transaction_amount: "3456.53" },
            { id: 70, user_id: 77, balance: "6.05", currency_type: "ETH", transaction_count: 3, last_transaction_date: new Date("2023-08-10T12:24:45Z"), average_transaction_amount: "9659.52" },
            { id: 71, user_id: 10, balance: "29708.42", currency_type: "BTC", transaction_count: 3, last_transaction_date: new Date("2023-12-25T06:58:47Z"), average_transaction_amount: "5114.74" },
            { id: 72, user_id: 40, balance: "14471.67", currency_type: "ETH", transaction_count: 3, last_transaction_date: new Date("2023-01-07T18:31:32Z"), average_transaction_amount: "9707.94" },
            { id: 73, user_id: 37, balance: "13452.83", currency_type: "BTC", transaction_count: 3, last_transaction_date: new Date("2023-04-30T07:04:25Z"), average_transaction_amount: "3995.59" },
            { id: 74, user_id: 24, balance: "16667.11", currency_type: "BTC", transaction_count: 3, last_transaction_date: new Date("2023-04-02T11:58:46Z"), average_transaction_amount: "3454.25" },
            { id: 75, user_id: 9, balance: "6249.89", currency_type: "BTC", transaction_count: 3, last_transaction_date: new Date("2023-09-19T15:30:57Z"), average_transaction_amount: "7008.83" },
            { id: 76, user_id: 57, balance: null, currency_type: "USDT", transaction_count: 3, last_transaction_date: new Date("2023-06-05T10:21:09Z"), average_transaction_amount: "4967.72" },
            { id: 77, user_id: 83, balance: "24196.39", currency_type: "BTC", transaction_count: 2, last_transaction_date: new Date("2023-09-23T08:22:34Z"), average_transaction_amount: "1712.33" },
            { id: 78, user_id: 39, balance: "40577.95", currency_type: "BTC", transaction_count: 4, last_transaction_date: new Date("2023-03-24T07:41:20Z"), average_transaction_amount: "6856.74" },
            { id: 79, user_id: 32, balance: "104.17", currency_type: "ETH", transaction_count: 4, last_transaction_date: new Date("2023-04-30T08:23:21Z"), average_transaction_amount: "7259.07" },
            { id: 80, user_id: 44, balance: "385.23", currency_type: "BTC", transaction_count: 4, last_transaction_date: new Date("2023-06-21T11:37:39Z"), average_transaction_amount: "7766.72" },
            { id: 81, user_id: 5, balance: "99088.25", currency_type: "BTC", transaction_count: 3, last_transaction_date: new Date("2023-01-18T06:57:13Z"), average_transaction_amount: "555.29" },
            { id: 82, user_id: 31, balance: null, currency_type: "USDT", transaction_count: 3, last_transaction_date: new Date("2023-11-21T18:08:42Z"), average_transaction_amount: "693.97" },
            { id: 83, user_id: 96, balance: "95319.72", currency_type: "BTC", transaction_count: 3, last_transaction_date: new Date("2023-04-11T05:05:47Z"), average_transaction_amount: "954.90" },
            { id: 84, user_id: 51, balance: null, currency_type: "LTC", transaction_count: 2, last_transaction_date: new Date("2023-01-03T01:53:04Z"), average_transaction_amount: "251.82" },
            { id: 85, user_id: 42, balance: "216.89", currency_type: "BTC", transaction_count: 2, last_transaction_date: new Date("2023-04-19T06:31:57Z"), average_transaction_amount: "3172.31" },
            { id: 86, user_id: 54, balance: null, currency_type: "LTC", transaction_count: 3, last_transaction_date: new Date("2023-07-16T12:23:38Z"), average_transaction_amount: "445.98" },
            { id: 87, user_id: 69, balance: "37475.44", currency_type: "BTC", transaction_count: 2, last_transaction_date: new Date("2023-01-22T20:13:12Z"), average_transaction_amount: "28.65" },
            { id: 88, user_id: 65, balance: null, currency_type: "USDT", transaction_count: 3, last_transaction_date: new Date("2023-01-28T14:17:17Z"), average_transaction_amount: "8304.58" },
            { id: 89, user_id: 14, balance: null, currency_type: "LTC", transaction_count: 4, last_transaction_date: new Date("2023-11-25T06:54:43Z"), average_transaction_amount: "3575.11" },
            { id: 90, user_id: 32, balance: null, currency_type: "LTC", transaction_count: 3, last_transaction_date: new Date("2023-12-20T04:42:27Z"), average_transaction_amount: "7458.19" },
            { id: 91, user_id: 55, balance: "32360.03", currency_type: "BTC", transaction_count: 4, last_transaction_date: new Date("2023-04-09T08:51:17Z"), average_transaction_amount: "1385.26" },
            { id: 92, user_id: 12, balance: null, currency_type: "USDT", transaction_count: 4, last_transaction_date: new Date("2023-05-02T23:05:16Z"), average_transaction_amount: "420.87" },
            { id: 93, user_id: 34, balance: "705.40", currency_type: "BTC", transaction_count: 2, last_transaction_date: new Date("2023-10-04T16:22:28Z"), average_transaction_amount: "3825.43" },
            { id: 94, user_id: 82, balance: "23087.55", currency_type: "BTC", transaction_count: 3, last_transaction_date: new Date("2023-11-23T22:25:09Z"), average_transaction_amount: "1293.03" },
            { id: 95, user_id: 68, balance: null, currency_type: "USDT", transaction_count: 3, last_transaction_date: new Date("2023-08-17T06:39:36Z"), average_transaction_amount: "5974.71" },
            { id: 96, user_id: 100, balance: "6028.94", currency_type: "BTC", transaction_count: 4, last_transaction_date: new Date("2023-10-25T19:33:37Z"), average_transaction_amount: "97.66" },
            { id: 97, user_id: 60, balance: "11894.12", currency_type: "ETH", transaction_count: 3, last_transaction_date: new Date("2023-11-11T00:01:46Z"), average_transaction_amount: "5646.05" },
            { id: 98, user_id: 12, balance: "14550.78", currency_type: "BTC", transaction_count: 4, last_transaction_date: new Date("2023-12-06T20:05:40Z"), average_transaction_amount: "3863.63" },
            { id: 99, user_id: 59, balance: "64566.79", currency_type: "BTC", transaction_count: 3, last_transaction_date: new Date("2023-08-23T23:02:09Z"), average_transaction_amount: "7496.77" },
            { id: 100, user_id: 89, balance: null, currency_type: "USDT", transaction_count: 2, last_transaction_date: new Date("2023-10-04T18:11:29Z"), average_transaction_amount: "5812.47" },
            { id: 101, user_id: 95, balance: "13545.81", currency_type: "BTC", transaction_count: 3, last_transaction_date: new Date("2023-07-21T18:52:09Z"), average_transaction_amount: "7510.45" },
            { id: 102, user_id: 23, balance: "961.23", currency_type: "BTC", transaction_count: 2, last_transaction_date: new Date("2023-06-16T00:52:34Z"), average_transaction_amount: "964.67" },
            { id: 103, user_id: 15, balance: "18578.45", currency_type: "ETH", transaction_count: 3, last_transaction_date: new Date("2023-04-18T19:11:40Z"), average_transaction_amount: "34.22" },
            { id: 104, user_id: 99, balance: "68945.68", currency_type: "ETH", transaction_count: 3, last_transaction_date: new Date("2023-12-25T20:40:13Z"), average_transaction_amount: "1312.43" },
            { id: 105, user_id: 7, balance: null, currency_type: "USDT", transaction_count: 3, last_transaction_date: new Date("2023-01-17T17:47:48Z"), average_transaction_amount: "6100.27" },
            { id: 106, user_id: 82, balance: "7385.02", currency_type: "BTC", transaction_count: 4, last_transaction_date: new Date("2023-06-18T03:51:30Z"), average_transaction_amount: "556.80" },
            { id: 107, user_id: 54, balance: null, currency_type: "LTC", transaction_count: 3, last_transaction_date: new Date("2023-04-15T21:21:23Z"), average_transaction_amount: "504.06" },
            { id: 108, user_id: 20, balance: "21130.05", currency_type: "BTC", transaction_count: 5, last_transaction_date: new Date("2023-01-23T19:46:58Z"), average_transaction_amount: "3439.54" },
            { id: 109, user_id: 62, balance: null, currency_type: "LTC", transaction_count: 3, last_transaction_date: new Date("2023-07-06T20:59:22Z"), average_transaction_amount: "20.74" },
            { id: 110, user_id: 27, balance: "512.41", currency_type: "BTC", transaction_count: 2, last_transaction_date: new Date("2023-07-31T16:43:31Z"), average_transaction_amount: "243.70" },
            { id: 111, user_id: 90, balance: "10518.09", currency_type: "BTC", transaction_count: 3, last_transaction_date: new Date("2023-06-14T18:07:40Z"), average_transaction_amount: "313.97" },
            { id: 112, user_id: 87, balance: "44098.52", currency_type: "ETH", transaction_count: 3, last_transaction_date: new Date("2023-10-22T21:25:05Z"), average_transaction_amount: "17.64" },
            { id: 113, user_id: 84, balance: "801.92", currency_type: "BTC", transaction_count: 4, last_transaction_date: new Date("2023-11-26T03:43:40Z"), average_transaction_amount: "414.79" },
            { id: 114, user_id: 13, balance: "351.06", currency_type: "BTC", transaction_count: 3, last_transaction_date: new Date("2023-10-23T00:36:53Z"), average_transaction_amount: "5863.59" },
            { id: 115, user_id: 61, balance: "17494.93", currency_type: "ETH", transaction_count: 3, last_transaction_date: new Date("2023-07-27T17:20:35Z"), average_transaction_amount: "7217.45" },
            { id: 116, user_id: 100, balance: "66907.75", currency_type: "BTC", transaction_count: 2, last_transaction_date: new Date("2023-02-02T22:47:49Z"), average_transaction_amount: "21.52" },
            { id: 117, user_id: 70, balance: null, currency_type: "USDT", transaction_count: 2, last_transaction_date: new Date("2023-08-18T03:46:20Z"), average_transaction_amount: "3836.99" },
            { id: 118, user_id: 92, balance: "618.40", currency_type: "ETH", transaction_count: 3, last_transaction_date: new Date("2023-08-01T15:56:20Z"), average_transaction_amount: "2419.38" },
            { id: 119, user_id: 85, balance: "36716.92", currency_type: "BTC", transaction_count: 4, last_transaction_date: new Date("2023-10-04T18:37:31Z"), average_transaction_amount: "513.83" },
            { id: 120, user_id: 41, balance: "2492.13", currency_type: "BTC", transaction_count: 3, last_transaction_date: new Date("2023-09-11T13:59:27Z"), average_transaction_amount: "1367.36" },
            { id: 121, user_id: 42, balance: "13275.68", currency_type: "BTC", transaction_count: 2, last_transaction_date: new Date("2023-05-08T13:01:01Z"), average_transaction_amount: "2410.83" },
            { id: 122, user_id: 16, balance: "896.26", currency_type: "ETH", transaction_count: 3, last_transaction_date: new Date("2023-03-07T12:54:56Z"), average_transaction_amount: "6214.54" },
            { id: 123, user_id: 1, balance: "111.03", currency_type: "ETH", transaction_count: 4, last_transaction_date: new Date("2023-05-23T16:18:37Z"), average_transaction_amount: "1242.63" },
            { id: 124, user_id: 38, balance: null, currency_type: "USDT", transaction_count: 3, last_transaction_date: new Date("2023-05-21T10:32:25Z"), average_transaction_amount: "8478.17" },
            { id: 125, user_id: 30, balance: "33854.13", currency_type: "ETH", transaction_count: 3, last_transaction_date: new Date("2023-08-23T05:33:02Z"), average_transaction_amount: "53.78" },
            { id: 126, user_id: 48, balance: "457.03", currency_type: "BTC", transaction_count: 3, last_transaction_date: new Date("2023-07-04T20:51:25Z"), average_transaction_amount: "411.88" },
            { id: 127, user_id: 91, balance: "10470.45", currency_type: "BTC", transaction_count: 3, last_transaction_date: new Date("2023-06-14T13:52:13Z"), average_transaction_amount: "1796.55" },
            { id: 128, user_id: 28, balance: "575.53", currency_type: "BTC", transaction_count: 3, last_transaction_date: new Date("2023-12-22T00:52:37Z"), average_transaction_amount: "1656.01" },
            { id: 129, user_id: 5, balance: "4836.19", currency_type: "BTC", transaction_count: 3, last_transaction_date: new Date("2023-05-26T16:51:10Z"), average_transaction_amount: "2311.76" },
            { id: 130, user_id: 73, balance: null, currency_type: "LTC", transaction_count: 2, last_transaction_date: new Date("2023-01-28T08:18:45Z"), average_transaction_amount: "7.85" },
            { id: 131, user_id: 33, balance: "46088.04", currency_type: "ETH", transaction_count: 3, last_transaction_date: new Date("2023-08-14T08:04:36Z"), average_transaction_amount: "838.42" },
            { id: 132, user_id: 88, balance: "886.97", currency_type: "BTC", transaction_count: 3, last_transaction_date: new Date("2023-07-15T12:24:40Z"), average_transaction_amount: "6440.62" },
            { id: 133, user_id: 15, balance: "259.78", currency_type: "BTC", transaction_count: 2, last_transaction_date: new Date("2023-12-31T23:28:39Z"), average_transaction_amount: "7907.11" },
            { id: 134, user_id: 35, balance: "3122.77", currency_type: "BTC", transaction_count: 3, last_transaction_date: new Date("2023-01-15T09:27:07Z"), average_transaction_amount: "20.97" },
            { id: 135, user_id: 16, balance: null, currency_type: "USDT", transaction_count: 3, last_transaction_date: new Date("2023-01-12T12:31:25Z"), average_transaction_amount: "3680.11" },
            { id: 136, user_id: 3, balance: "10657.58", currency_type: "ETH", transaction_count: 3, last_transaction_date: new Date("2023-04-30T09:19:13Z"), average_transaction_amount: "6886.02" },
            { id: 137, user_id: 49, balance: "16929.52", currency_type: "ETH", transaction_count: 3, last_transaction_date: new Date("2023-03-10T09:44:00Z"), average_transaction_amount: "565.26" },
            { id: 138, user_id: 2, balance: "69507.98", currency_type: "ETH", transaction_count: 3, last_transaction_date: new Date("2023-11-02T03:50:56Z"), average_transaction_amount: "4894.56" },
        ],
    });
    await prisma.transactions.createMany({
        data: [
            { id: 1, wallet_id: 14, amount: null, transaction_type: "deposit", timestamp: new Date("2023-07-20T17:39:56Z") },
            { id: 2, wallet_id: 89, amount: "9285.41", transaction_type: "withdrawal", timestamp: new Date("2023-10-11T22:59:02Z") },
            { id: 3, wallet_id: 90, amount: null, transaction_type: "deposit", timestamp: new Date("2023-04-23T21:36:45Z") },
            { id: 4, wallet_id: 132, amount: null, transaction_type: "deposit", timestamp: new Date("2023-08-25T22:49:32Z") },
            { id: 5, wallet_id: 26, amount: "1318.48", transaction_type: "withdrawal", timestamp: new Date("2023-03-27T16:16:26Z") },
            { id: 6, wallet_id: 17, amount: "4491.64", transaction_type: "trade", timestamp: new Date("2023-10-27T08:53:06Z") },
            { id: 7, wallet_id: 46, amount: "4210.58", transaction_type: "withdrawal", timestamp: new Date("2023-05-30T19:11:54Z") },
            { id: 8, wallet_id: 128, amount: null, transaction_type: "deposit", timestamp: new Date("2023-08-29T22:31:59Z") },
            { id: 9, wallet_id: 90, amount: "9171.84", transaction_type: "withdrawal", timestamp: new Date("2023-11-18T12:39:02Z") },
            { id: 10, wallet_id: 24, amount: "8061.53", transaction_type: "withdrawal", timestamp: new Date("2023-12-02T14:25:03Z") },
            { id: 11, wallet_id: 136, amount: null, transaction_type: "deposit", timestamp: new Date("2023-11-14T12:34:05Z") },
            { id: 12, wallet_id: 60, amount: "1421.69", transaction_type: "trade", timestamp: new Date("2023-05-16T12:48:33Z") },
            { id: 13, wallet_id: 33, amount: null, transaction_type: "deposit", timestamp: new Date("2023-08-04T20:53:12Z") },
            { id: 14, wallet_id: 27, amount: "881.70", transaction_type: "withdrawal", timestamp: new Date("2023-11-11T19:16:45Z") },
            { id: 15, wallet_id: 48, amount: null, transaction_type: "deposit", timestamp: new Date("2023-12-08T18:28:31Z") },
            { id: 16, wallet_id: 24, amount: null, transaction_type: "deposit", timestamp: new Date("2023-09-24T18:30:52Z") },
            { id: 17, wallet_id: 68, amount: "1390.52", transaction_type: "withdrawal", timestamp: new Date("2023-11-09T22:13:07Z") },
            { id: 18, wallet_id: 35, amount: "14.02", transaction_type: "withdrawal", timestamp: new Date("2023-11-15T13:15:00Z") },
            { id: 19, wallet_id: 71, amount: "1839.22", transaction_type: "withdrawal", timestamp: new Date("2023-03-12T00:06:00Z") },
            { id: 20, wallet_id: 18, amount: null, transaction_type: "deposit", timestamp: new Date("2023-07-29T21:11:45Z") },
            { id: 21, wallet_id: 56, amount: "8577.12", transaction_type: "withdrawal", timestamp: new Date("2023-05-01T11:19:19Z") },
            { id: 22, wallet_id: 44, amount: null, transaction_type: "deposit", timestamp: new Date("2023-06-20T13:58:51Z") },
            { id: 23, wallet_id: 71, amount: "34.99", transaction_type: "withdrawal", timestamp: new Date("2023-09-25T08:26:04Z") },
            { id: 24, wallet_id: 20, amount: "9492.74", transaction_type: "trade", timestamp: new Date("2023-12-24T17:20:24Z") },
            { id: 25, wallet_id: 37, amount: "5442.04", transaction_type: "withdrawal", timestamp: new Date("2023-10-02T23:15:21Z") },
            { id: 26, wallet_id: 78, amount: "2175.84", transaction_type: "withdrawal", timestamp: new Date("2023-12-04T08:00:01Z") },
            { id: 27, wallet_id: 19, amount: "1223.66", transaction_type: "trade", timestamp: new Date("2023-10-01T09:24:00Z") },
            { id: 28, wallet_id: 135, amount: "2539.85", transaction_type: "withdrawal", timestamp: new Date("2023-10-12T13:46:14Z") },
            { id: 29, wallet_id: 123, amount: "2879.66", transaction_type: "withdrawal", timestamp: new Date("2023-09-09T10:01:07Z") },
            { id: 30, wallet_id: 69, amount: null, transaction_type: "deposit", timestamp: new Date("2023-09-02T00:47:04Z") },
            { id: 31, wallet_id: 11, amount: "4049.63", transaction_type: "withdrawal", timestamp: new Date("2023-08-19T13:26:41Z") },
            { id: 32, wallet_id: 70, amount: null, transaction_type: "deposit", timestamp: new Date("2023-03-17T17:01:02Z") },
            { id: 33, wallet_id: 3, amount: "2425.16", transaction_type: "withdrawal", timestamp: new Date("2023-07-07T17:50:40Z") },
            { id: 34, wallet_id: 85, amount: "1301.26", transaction_type: "withdrawal", timestamp: new Date("2023-07-14T09:08:10Z") },
            { id: 35, wallet_id: 119, amount: "1079.44", transaction_type: "withdrawal", timestamp: new Date("2023-05-17T20:10:47Z") },
            { id: 36, wallet_id: 46, amount: "8751.16", transaction_type: "withdrawal", timestamp: new Date("2023-06-09T17:03:48Z") },
            { id: 37, wallet_id: 43, amount: null, transaction_type: "deposit", timestamp: new Date("2023-06-26T17:38:11Z") },
            { id: 38, wallet_id: 31, amount: "2024.11", transaction_type: "trade", timestamp: new Date("2023-07-27T19:06:32Z") },
            { id: 39, wallet_id: 117, amount: "4809.09", transaction_type: "withdrawal", timestamp: new Date("2023-02-11T18:24:24Z") },
            { id: 40, wallet_id: 116, amount: null, transaction_type: "deposit", timestamp: new Date("2023-05-03T19:52:30Z") },
            { id: 41, wallet_id: 41, amount: "9324.66", transaction_type: "withdrawal", timestamp: new Date("2023-04-25T15:01:01Z") },
            { id: 42, wallet_id: 14, amount: "8982.14", transaction_type: "withdrawal", timestamp: new Date("2023-07-07T06:15:11Z") },
            { id: 43, wallet_id: 20, amount: "5.36", transaction_type: "trade", timestamp: new Date("2023-03-25T19:42:25Z") },
            { id: 44, wallet_id: 76, amount: "7469.10", transaction_type: "withdrawal", timestamp: new Date("2023-10-01T19:18:46Z") },
            { id: 45, wallet_id: 68, amount: "2701.64", transaction_type: "withdrawal", timestamp: new Date("2023-08-20T12:27:54Z") },
            { id: 46, wallet_id: 99, amount: "8220.47", transaction_type: "withdrawal", timestamp: new Date("2023-09-18T20:18:41Z") },
            { id: 47, wallet_id: 78, amount: "3828.23", transaction_type: "withdrawal", timestamp: new Date("2023-10-27T21:58:30Z") },
            { id: 48, wallet_id: 112, amount: "2703.00", transaction_type: "withdrawal", timestamp: new Date("2023-07-23T23:19:23Z") },
            { id: 49, wallet_id: 115, amount: "4374.81", transaction_type: "withdrawal", timestamp: new Date("2023-11-19T15:59:47Z") },
            { id: 50, wallet_id: 128, amount: null, transaction_type: "deposit", timestamp: new Date("2023-06-26T21:29:49Z") },
            { id: 51, wallet_id: 13, amount: "5805.54", transaction_type: "trade", timestamp: new Date("2023-12-16T12:21:06Z") },
            { id: 52, wallet_id: 49, amount: null, transaction_type: "deposit", timestamp: new Date("2023-08-14T09:35:32Z") },
            { id: 53, wallet_id: 90, amount: "4017.84", transaction_type: "withdrawal", timestamp: new Date("2023-10-05T08:23:14Z") },
            { id: 54, wallet_id: 122, amount: "8948.54", transaction_type: "withdrawal", timestamp: new Date("2023-11-14T23:42:12Z") },
            { id: 55, wallet_id: 66, amount: null, transaction_type: "deposit", timestamp: new Date("2023-10-23T19:32:44Z") },
            { id: 56, wallet_id: 1, amount: "1062.82", transaction_type: "withdrawal", timestamp: new Date("2023-10-11T20:23:25Z") },
            { id: 57, wallet_id: 12, amount: null, transaction_type: "deposit", timestamp: new Date("2023-12-25T21:05:01Z") },
            { id: 58, wallet_id: 107, amount: "185.48", transaction_type: "withdrawal", timestamp: new Date("2023-01-23T18:35:24Z") },
            { id: 59, wallet_id: 122, amount: null, transaction_type: "deposit", timestamp: new Date("2023-12-03T13:33:14Z") },
            { id: 60, wallet_id: 33, amount: "146.51", transaction_type: "withdrawal", timestamp: new Date("2023-11-05T12:44:43Z") },
            { id: 61, wallet_id: 18, amount: null, transaction_type: "deposit", timestamp: new Date("2023-07-26T20:38:56Z") },
            { id: 62, wallet_id: 18, amount: "554.17", transaction_type: "withdrawal", timestamp: new Date("2023-01-20T15:12:14Z") },
            { id: 63, wallet_id: 109, amount: "4664.54", transaction_type: "withdrawal", timestamp: new Date("2023-10-02T20:37:13Z") },
            { id: 64, wallet_id: 43, amount: "1946.69", transaction_type: "withdrawal", timestamp: new Date("2023-07-30T02:27:11Z") },
            { id: 65, wallet_id: 90, amount: "3259.31", transaction_type: "withdrawal", timestamp: new Date("2023-01-24T11:05:55Z") },
            { id: 66, wallet_id: 68, amount: "6894.19", transaction_type: "withdrawal", timestamp: new Date("2023-09-07T08:31:14Z") },
            { id: 67, wallet_id: 17, amount: "69.04", transaction_type: "withdrawal", timestamp: new Date("2023-01-07T17:22:18Z") },
            { id: 68, wallet_id: 112, amount: "5922.59", transaction_type: "withdrawal", timestamp: new Date("2023-06-14T19:51:04Z") },
            { id: 69, wallet_id: 69, amount: "8578.42", transaction_type: "trade", timestamp: new Date("2023-06-07T14:55:54Z") },
            { id: 70, wallet_id: 130, amount: null, transaction_type: "deposit", timestamp: new Date("2023-08-25T17:27:52Z") },
            { id: 71, wallet_id: 63, amount: null, transaction_type: "deposit", timestamp: new Date("2023-07-25T13:31:50Z") },
            { id: 72, wallet_id: 35, amount: "9875.45", transaction_type: "trade", timestamp: new Date("2023-12-18T13:07:34Z") },
            { id: 73, wallet_id: 138, amount: "7.89", transaction_type: "withdrawal", timestamp: new Date("2023-06-26T10:08:41Z") },
            { id: 74, wallet_id: 115, amount: null, transaction_type: "deposit", timestamp: new Date("2023-10-26T21:02:43Z") },
            { id: 75, wallet_id: 121, amount: "1030.84", transaction_type: "trade", timestamp: new Date("2023-12-04T12:07:02Z") },
            { id: 76, wallet_id: 122, amount: "31.74", transaction_type: "trade", timestamp: new Date("2023-09-05T17:13:17Z") },
            { id: 77, wallet_id: 29, amount: null, transaction_type: "deposit", timestamp: new Date("2023-06-24T11:45:54Z") },
            { id: 78, wallet_id: 21, amount: "439.96", transaction_type: "withdrawal", timestamp: new Date("2023-08-30T19:49:05Z") },
            { id: 79, wallet_id: 95, amount: null, transaction_type: "deposit", timestamp: new Date("2023-11-21T18:19:50Z") },
            { id: 80, wallet_id: 5, amount: "524.00", transaction_type: "withdrawal", timestamp: new Date("2023-12-23T23:21:53Z") },
            { id: 81, wallet_id: 21, amount: null, transaction_type: "deposit", timestamp: new Date("2023-12-08T19:40:52Z") },
            { id: 82, wallet_id: 137, amount: null, transaction_type: "deposit", timestamp: new Date("2023-06-29T11:30:37Z") },
            { id: 83, wallet_id: 58, amount: null, transaction_type: "deposit", timestamp: new Date("2023-07-23T23:50:08Z") },
            { id: 84, wallet_id: 124, amount: "2373.88", transaction_type: "withdrawal", timestamp: new Date("2023-03-17T16:50:00Z") },
            { id: 85, wallet_id: 10, amount: null, transaction_type: "deposit", timestamp: new Date("2023-06-08T12:28:14Z") },
            { id: 86, wallet_id: 93, amount: "1675.37", transaction_type: "withdrawal", timestamp: new Date("2023-09-04T21:47:05Z") },
            { id: 87, wallet_id: 117, amount: null, transaction_type: "deposit", timestamp: new Date("2023-05-17T16:59:14Z") },
            { id: 88, wallet_id: 121, amount: "1646.42", transaction_type: "trade", timestamp: new Date("2023-11-08T07:33:28Z") },
            { id: 89, wallet_id: 61, amount: "6688.67", transaction_type: "trade", timestamp: new Date("2023-12-11T21:25:35Z") },
            { id: 90, wallet_id: 34, amount: "4085.00", transaction_type: "withdrawal", timestamp: new Date("2023-08-03T07:51:06Z") },
            { id: 91, wallet_id: 15, amount: "8991.72", transaction_type: "withdrawal", timestamp: new Date("2023-11-01T21:12:38Z") },
            { id: 92, wallet_id: 104, amount: null, transaction_type: "deposit", timestamp: new Date("2023-09-11T14:24:56Z") },
            { id: 93, wallet_id: 108, amount: null, transaction_type: "deposit", timestamp: new Date("2023-07-28T09:55:14Z") },
            { id: 94, wallet_id: 98, amount: "192.46", transaction_type: "trade", timestamp: new Date("2023-10-16T12:11:19Z") },
            { id: 95, wallet_id: 1, amount: null, transaction_type: "deposit", timestamp: new Date("2023-07-09T16:10:53Z") },
            { id: 96, wallet_id: 39, amount: null, transaction_type: "deposit", timestamp: new Date("2023-05-14T00:05:57Z") },
            { id: 97, wallet_id: 123, amount: "9920.14", transaction_type: "withdrawal", timestamp: new Date("2023-12-30T18:41:29Z") },
            { id: 98, wallet_id: 65, amount: "7659.88", transaction_type: "withdrawal", timestamp: new Date("2023-06-10T20:14:51Z") },
            { id: 99, wallet_id: 37, amount: null, transaction_type: "deposit", timestamp: new Date("2023-04-24T14:16:58Z") },
            { id: 100, wallet_id: 52, amount: null, transaction_type: "deposit", timestamp: new Date("2023-05-14T19:32:49Z") },
            { id: 101, wallet_id: 121, amount: "7679.94", transaction_type: "withdrawal", timestamp: new Date("2023-06-06T08:26:26Z") },
            { id: 102, wallet_id: 55, amount: null, transaction_type: "deposit", timestamp: new Date("2023-05-30T20:49:48Z") },
            { id: 103, wallet_id: 23, amount: "3390.46", transaction_type: "withdrawal", timestamp: new Date("2023-04-08T17:04:40Z") },
            { id: 104, wallet_id: 108, amount: null, transaction_type: "deposit", timestamp: new Date("2023-08-17T17:00:02Z") },
            { id: 105, wallet_id: 116, amount: "414.35", transaction_type: "withdrawal", timestamp: new Date("2023-03-22T04:43:42Z") },
            { id: 106, wallet_id: 78, amount: "1124.59", transaction_type: "withdrawal", timestamp: new Date("2023-12-14T18:25:59Z") },
            { id: 107, wallet_id: 11, amount: "9091.47", transaction_type: "withdrawal", timestamp: new Date("2023-06-11T10:12:48Z") },
            { id: 108, wallet_id: 74, amount: "9163.78", transaction_type: "withdrawal", timestamp: new Date("2023-01-28T21:16:54Z") },
            { id: 109, wallet_id: 17, amount: null, transaction_type: "deposit", timestamp: new Date("2023-03-16T20:07:06Z") },
            { id: 110, wallet_id: 118, amount: null, transaction_type: "deposit", timestamp: new Date("2023-08-11T10:51:42Z") },
            { id: 111, wallet_id: 13, amount: null, transaction_type: "deposit", timestamp: new Date("2023-11-29T12:27:06Z") },
            { id: 112, wallet_id: 106, amount: "2631.05", transaction_type: "trade", timestamp: new Date("2023-10-09T16:02:08Z") },
            { id: 113, wallet_id: 120, amount: "3.20", transaction_type: "withdrawal", timestamp: new Date("2023-12-31T13:41:42Z") },
            { id: 114, wallet_id: 11, amount: "8800.08", transaction_type: "withdrawal", timestamp: new Date("2023-12-20T23:14:48Z") },
            { id: 115, wallet_id: 44, amount: null, transaction_type: "deposit", timestamp: new Date("2023-07-29T06:18:12Z") },
            { id: 116, wallet_id: 82, amount: "7282.06", transaction_type: "withdrawal", timestamp: new Date("2023-08-08T15:46:59Z") },
            { id: 117, wallet_id: 109, amount: "787.70", transaction_type: "withdrawal", timestamp: new Date("2023-08-09T15:43:02Z") },
            { id: 118, wallet_id: 30, amount: "7591.18", transaction_type: "withdrawal", timestamp: new Date("2023-08-13T09:47:31Z") },
            { id: 119, wallet_id: 18, amount: null, transaction_type: "deposit", timestamp: new Date("2023-12-18T21:30:36Z") },
            { id: 120, wallet_id: 4, amount: null, transaction_type: "deposit", timestamp: new Date("2023-01-31T00:06:49Z") },
            { id: 121, wallet_id: 49, amount: null, transaction_type: "deposit", timestamp: new Date("2023-12-29T09:51:52Z") },
            { id: 122, wallet_id: 132, amount: null, transaction_type: "deposit", timestamp: new Date("2023-11-15T16:24:52Z") },
            { id: 123, wallet_id: 96, amount: null, transaction_type: "deposit", timestamp: new Date("2023-11-23T09:50:50Z") },
            { id: 124, wallet_id: 108, amount: null, transaction_type: "deposit", timestamp: new Date("2023-07-28T21:19:32Z") },
            { id: 125, wallet_id: 55, amount: null, transaction_type: "deposit", timestamp: new Date("2023-09-18T20:12:24Z") },
            { id: 126, wallet_id: 29, amount: "2533.26", transaction_type: "withdrawal", timestamp: new Date("2023-01-28T15:08:55Z") },
            { id: 127, wallet_id: 103, amount: "673.68", transaction_type: "withdrawal", timestamp: new Date("2023-10-28T18:25:43Z") },
            { id: 128, wallet_id: 72, amount: "3057.63", transaction_type: "withdrawal", timestamp: new Date("2023-08-13T19:10:34Z") },
            { id: 129, wallet_id: 99, amount: null, transaction_type: "deposit", timestamp: new Date("2023-02-06T10:10:40Z") },
            { id: 130, wallet_id: 92, amount: null, transaction_type: "deposit", timestamp: new Date("2023-09-28T12:08:40Z") },
            { id: 131, wallet_id: 42, amount: null, transaction_type: "deposit", timestamp: new Date("2023-11-25T13:27:52Z") },
            { id: 132, wallet_id: 75, amount: "6249.14", transaction_type: "trade", timestamp: new Date("2023-07-04T19:09:49Z") },
            { id: 133, wallet_id: 112, amount: "5486.57", transaction_type: "withdrawal", timestamp: new Date("2023-09-10T11:52:31Z") },
            { id: 134, wallet_id: 80, amount: null, transaction_type: "deposit", timestamp: new Date("2023-09-23T12:48:44Z") },
            { id: 135, wallet_id: 113, amount: null, transaction_type: "deposit", timestamp: new Date("2023-11-05T17:46:15Z") },
            { id: 136, wallet_id: 33, amount: "9575.22", transaction_type: "withdrawal", timestamp: new Date("2023-03-31T01:59:26Z") },
            { id: 137, wallet_id: 46, amount: null, transaction_type: "deposit", timestamp: new Date("2023-08-15T19:40:10Z") },
            { id: 138, wallet_id: 118, amount: "7285.93", transaction_type: "trade", timestamp: new Date("2023-01-12T17:39:56Z") },
            { id: 139, wallet_id: 70, amount: null, transaction_type: "deposit", timestamp: new Date("2023-10-29T06:22:48Z") },
            { id: 140, wallet_id: 118, amount: null, transaction_type: "deposit", timestamp: new Date("2023-07-20T12:34:02Z") },
            { id: 141, wallet_id: 99, amount: "1084.56", transaction_type: "trade", timestamp: new Date("2023-03-03T12:07:22Z") },
            { id: 142, wallet_id: 32, amount: null, transaction_type: "deposit", timestamp: new Date("2023-03-13T09:11:53Z") },
            { id: 143, wallet_id: 69, amount: "9140.48", transaction_type: "withdrawal", timestamp: new Date("2023-08-22T20:38:32Z") },
            { id: 144, wallet_id: 67, amount: null, transaction_type: "deposit", timestamp: new Date("2023-03-06T17:14:46Z") },
            { id: 145, wallet_id: 57, amount: "1171.77", transaction_type: "withdrawal", timestamp: new Date("2023-01-23T13:06:46Z") },
            { id: 146, wallet_id: 87, amount: "9469.59", transaction_type: "trade", timestamp: new Date("2023-12-02T11:23:09Z") },
            { id: 147, wallet_id: 51, amount: "7263.40", transaction_type: "withdrawal", timestamp: new Date("2023-02-10T13:07:30Z") },
            { id: 148, wallet_id: 79, amount: null, transaction_type: "deposit", timestamp: new Date("2023-10-06T11:30:35Z") },
            { id: 149, wallet_id: 41, amount: null, transaction_type: "deposit", timestamp: new Date("2023-01-04T21:08:04Z") },
            { id: 150, wallet_id: 94, amount: "118.74", transaction_type: "withdrawal", timestamp: new Date("2023-06-09T13:22:28Z") },
            { id: 151, wallet_id: 71, amount: "491.05", transaction_type: "withdrawal", timestamp: new Date("2023-10-05T12:09:56Z") },
            { id: 152, wallet_id: 109, amount: "821.42", transaction_type: "withdrawal", timestamp: new Date("2023-01-15T09:51:59Z") },
            { id: 153, wallet_id: 29, amount: null, transaction_type: "deposit", timestamp: new Date("2023-12-27T19:45:59Z") },
            { id: 154, wallet_id: 91, amount: "3492.51", transaction_type: "trade", timestamp: new Date("2023-08-14T12:58:13Z") },
            { id: 155, wallet_id: 86, amount: "548.35", transaction_type: "trade", timestamp: new Date("2023-07-30T21:03:08Z") },
            { id: 156, wallet_id: 23, amount: null, transaction_type: "deposit", timestamp: new Date("2023-09-20T18:18:16Z") },
            { id: 157, wallet_id: 130, amount: "5214.89", transaction_type: "withdrawal", timestamp: new Date("2023-09-22T11:02:06Z") },
            { id: 158, wallet_id: 22, amount: "8236.88", transaction_type: "withdrawal", timestamp: new Date("2023-12-14T19:13:22Z") },
            { id: 159, wallet_id: 128, amount: "5623.30", transaction_type: "withdrawal", timestamp: new Date("2023-10-05T18:25:31Z") },
            { id: 160, wallet_id: 26, amount: "5798.62", transaction_type: "trade", timestamp: new Date("2023-04-13T20:37:51Z") },
            { id: 161, wallet_id: 75, amount: "440.92", transaction_type: "withdrawal", timestamp: new Date("2023-01-14T16:53:33Z") },
            { id: 162, wallet_id: 48, amount: "3751.16", transaction_type: "withdrawal", timestamp: new Date("2023-02-11T23:16:26Z") },
            { id: 163, wallet_id: 97, amount: "557.88", transaction_type: "trade", timestamp: new Date("2023-11-13T19:22:30Z") },
            { id: 164, wallet_id: 22, amount: null, transaction_type: "deposit", timestamp: new Date("2023-04-27T20:32:12Z") },
            { id: 165, wallet_id: 103, amount: null, transaction_type: "deposit", timestamp: new Date("2023-11-30T17:24:01Z") },
            { id: 166, wallet_id: 123, amount: "6394.73", transaction_type: "withdrawal", timestamp: new Date("2023-06-30T21:18:42Z") },
            { id: 167, wallet_id: 136, amount: null, transaction_type: "deposit", timestamp: new Date("2023-02-01T15:06:25Z") },
            { id: 168, wallet_id: 87, amount: null, transaction_type: "deposit", timestamp: new Date("2023-07-21T05:08:37Z") },
            { id: 169, wallet_id: 64, amount: null, transaction_type: "deposit", timestamp: new Date("2023-07-11T12:12:37Z") },
            { id: 170, wallet_id: 122, amount: null, transaction_type: "deposit", timestamp: new Date("2023-06-15T11:00:07Z") },
            { id: 171, wallet_id: 47, amount: null, transaction_type: "deposit", timestamp: new Date("2023-10-03T19:06:51Z") },
            { id: 172, wallet_id: 45, amount: null, transaction_type: "deposit", timestamp: new Date("2023-12-18T21:11:21Z") },
            { id: 173, wallet_id: 46, amount: null, transaction_type: "deposit", timestamp: new Date("2023-07-01T20:13:26Z") },
            { id: 174, wallet_id: 119, amount: "5284.24", transaction_type: "trade", timestamp: new Date("2023-06-25T07:33:18Z") },
            { id: 175, wallet_id: 110, amount: null, transaction_type: "deposit", timestamp: new Date("2023-10-04T12:53:45Z") },
            { id: 176, wallet_id: 78, amount: null, transaction_type: "deposit", timestamp: new Date("2023-08-29T04:26:29Z") },
            { id: 177, wallet_id: 130, amount: "1448.38", transaction_type: "withdrawal", timestamp: new Date("2023-09-26T18:15:08Z") },
            { id: 178, wallet_id: 4, amount: null, transaction_type: "deposit", timestamp: new Date("2023-03-15T15:06:17Z") },
            { id: 179, wallet_id: 35, amount: null, transaction_type: "deposit", timestamp: new Date("2023-12-02T17:42:20Z") },
            { id: 180, wallet_id: 16, amount: "513.08", transaction_type: "withdrawal", timestamp: new Date("2023-05-31T13:49:42Z") },
            { id: 181, wallet_id: 52, amount: null, transaction_type: "deposit", timestamp: new Date("2023-03-12T20:34:17Z") },
            { id: 182, wallet_id: 126, amount: "8771.35", transaction_type: "withdrawal", timestamp: new Date("2023-05-29T10:15:42Z") },
            { id: 183, wallet_id: 26, amount: "2213.95", transaction_type: "withdrawal", timestamp: new Date("2023-03-29T20:22:20Z") },
            { id: 184, wallet_id: 76, amount: null, transaction_type: "deposit", timestamp: new Date("2023-07-03T07:42:06Z") },
            { id: 185, wallet_id: 83, amount: "2826.20", transaction_type: "withdrawal", timestamp: new Date("2023-11-26T09:35:24Z") },
            { id: 186, wallet_id: 118, amount: null, transaction_type: "deposit", timestamp: new Date("2023-12-20T22:40:34Z") },
            { id: 187, wallet_id: 89, amount: null, transaction_type: "deposit", timestamp: new Date("2023-09-06T18:07:07Z") },
            { id: 188, wallet_id: 133, amount: null, transaction_type: "deposit", timestamp: new Date("2023-02-21T16:31:23Z") },
            { id: 189, wallet_id: 75, amount: null, transaction_type: "deposit", timestamp: new Date("2023-05-02T12:21:43Z") },
            { id: 190, wallet_id: 39, amount: null, transaction_type: "deposit", timestamp: new Date("2023-08-10T15:58:18Z") },
            { id: 191, wallet_id: 136, amount: "7121.58", transaction_type: "withdrawal", timestamp: new Date("2023-12-03T17:00:01Z") },
            { id: 192, wallet_id: 29, amount: "4.79", transaction_type: "withdrawal", timestamp: new Date("2023-07-05T16:23:10Z") },
            { id: 193, wallet_id: 88, amount: null, transaction_type: "deposit", timestamp: new Date("2023-10-20T22:21:48Z") },
            { id: 194, wallet_id: 128, amount: "12.89", transaction_type: "trade", timestamp: new Date("2023-11-18T20:33:38Z") },
            { id: 195, wallet_id: 43, amount: null, transaction_type: "deposit", timestamp: new Date("2023-09-24T13:57:40Z") },
            { id: 196, wallet_id: 105, amount: null, transaction_type: "deposit", timestamp: new Date("2023-12-31T14:06:38Z") },
            { id: 197, wallet_id: 105, amount: "3201.49", transaction_type: "withdrawal", timestamp: new Date("2023-10-28T20:33:11Z") },
            { id: 198, wallet_id: 38, amount: "26.48", transaction_type: "withdrawal", timestamp: new Date("2023-06-25T15:52:38Z") },
            { id: 199, wallet_id: 78, amount: "6160.82", transaction_type: "withdrawal", timestamp: new Date("2023-11-03T19:38:16Z") },
            { id: 200, wallet_id: 108, amount: null, transaction_type: "deposit", timestamp: new Date("2023-12-16T17:33:50Z") },
            { id: 201, wallet_id: 81, amount: null, transaction_type: "deposit", timestamp: new Date("2023-03-07T16:42:04Z") },
            { id: 202, wallet_id: 48, amount: "8198.09", transaction_type: "withdrawal", timestamp: new Date("2023-07-01T20:18:52Z") },
            { id: 203, wallet_id: 48, amount: "1052.46", transaction_type: "trade", timestamp: new Date("2023-06-30T14:14:22Z") },
            { id: 204, wallet_id: 7, amount: "6562.03", transaction_type: "withdrawal", timestamp: new Date("2023-06-28T21:44:00Z") },
            { id: 205, wallet_id: 69, amount: "4937.43", transaction_type: "trade", timestamp: new Date("2023-02-26T03:00:54Z") },
            { id: 206, wallet_id: 71, amount: "9259.92", transaction_type: "withdrawal", timestamp: new Date("2023-05-12T09:42:17Z") },
            { id: 207, wallet_id: 83, amount: "1717.91", transaction_type: "withdrawal", timestamp: new Date("2023-11-18T15:03:10Z") },
            { id: 208, wallet_id: 16, amount: null, transaction_type: "deposit", timestamp: new Date("2023-07-06T13:21:32Z") },
            { id: 209, wallet_id: 65, amount: "4005.68", transaction_type: "withdrawal", timestamp: new Date("2023-09-05T07:35:58Z") },
            { id: 210, wallet_id: 16, amount: null, transaction_type: "deposit", timestamp: new Date("2023-05-15T21:16:12Z") },
            { id: 211, wallet_id: 24, amount: "5156.07", transaction_type: "withdrawal", timestamp: new Date("2023-07-30T19:36:06Z") },
            { id: 212, wallet_id: 75, amount: null, transaction_type: "deposit", timestamp: new Date("2023-09-26T09:12:52Z") },
            { id: 213, wallet_id: 28, amount: null, transaction_type: "deposit", timestamp: new Date("2023-07-03T15:03:03Z") },
            { id: 214, wallet_id: 16, amount: "4390.92", transaction_type: "trade", timestamp: new Date("2023-10-18T08:02:14Z") },
            { id: 215, wallet_id: 8, amount: "177.46", transaction_type: "withdrawal", timestamp: new Date("2023-05-17T20:07:47Z") },
            { id: 216, wallet_id: 25, amount: "304.85", transaction_type: "withdrawal", timestamp: new Date("2023-12-02T17:57:52Z") },
            { id: 217, wallet_id: 17, amount: "6622.31", transaction_type: "trade", timestamp: new Date("2023-12-29T18:20:07Z") },
            { id: 218, wallet_id: 32, amount: null, transaction_type: "deposit", timestamp: new Date("2023-07-09T18:21:06Z") },
            { id: 219, wallet_id: 76, amount: null, transaction_type: "deposit", timestamp: new Date("2023-10-26T08:15:02Z") },
            { id: 220, wallet_id: 55, amount: "730.66", transaction_type: "withdrawal", timestamp: new Date("2023-11-02T23:04:10Z") },
            { id: 221, wallet_id: 115, amount: null, transaction_type: "deposit", timestamp: new Date("2023-06-29T22:27:36Z") },
            { id: 222, wallet_id: 35, amount: "194.57", transaction_type: "trade", timestamp: new Date("2023-06-04T17:24:51Z") },
            { id: 223, wallet_id: 77, amount: null, transaction_type: "deposit", timestamp: new Date("2023-09-23T21:57:40Z") },
            { id: 224, wallet_id: 101, amount: null, transaction_type: "deposit", timestamp: new Date("2023-09-14T13:58:12Z") },
            { id: 225, wallet_id: 73, amount: null, transaction_type: "deposit", timestamp: new Date("2023-10-08T05:57:29Z") },
            { id: 226, wallet_id: 24, amount: null, transaction_type: "deposit", timestamp: new Date("2023-06-14T15:32:39Z") },
            { id: 227, wallet_id: 127, amount: null, transaction_type: "deposit", timestamp: new Date("2023-01-08T08:15:04Z") },
            { id: 228, wallet_id: 62, amount: "3132.56", transaction_type: "withdrawal", timestamp: new Date("2023-12-13T10:43:23Z") },
            { id: 229, wallet_id: 2, amount: null, transaction_type: "deposit", timestamp: new Date("2023-04-09T23:24:29Z") },
            { id: 230, wallet_id: 52, amount: null, transaction_type: "deposit", timestamp: new Date("2023-10-09T17:21:41Z") },
            { id: 231, wallet_id: 129, amount: "118.29", transaction_type: "trade", timestamp: new Date("2023-04-12T10:06:45Z") },
            { id: 232, wallet_id: 125, amount: "1735.50", transaction_type: "withdrawal", timestamp: new Date("2023-04-04T10:51:34Z") },
            { id: 233, wallet_id: 6, amount: "164.19", transaction_type: "withdrawal", timestamp: new Date("2023-08-02T19:03:37Z") },
            { id: 234, wallet_id: 52, amount: null, transaction_type: "deposit", timestamp: new Date("2023-07-11T17:55:53Z") },
            { id: 235, wallet_id: 39, amount: "2736.76", transaction_type: "withdrawal", timestamp: new Date("2023-08-11T17:20:22Z") },
            { id: 236, wallet_id: 111, amount: null, transaction_type: "deposit", timestamp: new Date("2023-07-11T20:22:28Z") },
            { id: 237, wallet_id: 110, amount: "8182.51", transaction_type: "withdrawal", timestamp: new Date("2023-02-19T19:18:07Z") },
            { id: 238, wallet_id: 18, amount: "120.67", transaction_type: "trade", timestamp: new Date("2023-06-07T23:19:45Z") },
            { id: 239, wallet_id: 33, amount: null, transaction_type: "deposit", timestamp: new Date("2023-06-28T12:47:45Z") },
            { id: 240, wallet_id: 72, amount: "2377.36", transaction_type: "trade", timestamp: new Date("2023-04-30T14:05:41Z") },
            { id: 241, wallet_id: 13, amount: null, transaction_type: "deposit", timestamp: new Date("2023-09-05T16:42:03Z") },
            { id: 242, wallet_id: 54, amount: null, transaction_type: "deposit", timestamp: new Date("2023-09-13T18:50:08Z") },
            { id: 243, wallet_id: 56, amount: null, transaction_type: "deposit", timestamp: new Date("2023-05-31T13:45:06Z") },
            { id: 244, wallet_id: 102, amount: "299.62", transaction_type: "trade", timestamp: new Date("2023-06-17T19:00:25Z") },
            { id: 245, wallet_id: 9, amount: null, transaction_type: "deposit", timestamp: new Date("2023-08-03T22:49:29Z") },
            { id: 246, wallet_id: 50, amount: "4295.08", transaction_type: "trade", timestamp: new Date("2023-06-24T18:38:19Z") },
            { id: 247, wallet_id: 94, amount: "1459.75", transaction_type: "withdrawal", timestamp: new Date("2023-12-16T09:17:53Z") },
            { id: 248, wallet_id: 68, amount: "1126.92", transaction_type: "withdrawal", timestamp: new Date("2023-05-07T21:47:23Z") },
            { id: 249, wallet_id: 38, amount: null, transaction_type: "deposit", timestamp: new Date("2023-11-19T04:11:39Z") },
            { id: 250, wallet_id: 54, amount: null, transaction_type: "deposit", timestamp: new Date("2023-07-02T15:40:23Z") },
            { id: 251, wallet_id: 121, amount: null, transaction_type: "deposit", timestamp: new Date("2023-12-04T19:52:53Z") },
            { id: 252, wallet_id: 38, amount: "1150.22", transaction_type: "trade", timestamp: new Date("2023-04-09T20:46:29Z") },
            { id: 253, wallet_id: 134, amount: "8816.05", transaction_type: "trade", timestamp: new Date("2023-04-30T14:13:40Z") },
            { id: 254, wallet_id: 83, amount: "3077.60", transaction_type: "withdrawal", timestamp: new Date("2023-12-26T12:11:07Z") },
            { id: 255, wallet_id: 136, amount: "171.95", transaction_type: "trade", timestamp: new Date("2023-02-25T10:14:04Z") },
            { id: 256, wallet_id: 122, amount: null, transaction_type: "deposit", timestamp: new Date("2023-03-30T11:56:57Z") },
            { id: 257, wallet_id: 39, amount: null, transaction_type: "deposit", timestamp: new Date("2023-12-23T15:25:39Z") },
            { id: 258, wallet_id: 40, amount: "1921.05", transaction_type: "withdrawal", timestamp: new Date("2023-12-13T15:51:20Z") },
            { id: 259, wallet_id: 87, amount: null, transaction_type: "deposit", timestamp: new Date("2023-06-13T11:39:03Z") },
            { id: 260, wallet_id: 100, amount: null, transaction_type: "deposit", timestamp: new Date("2023-11-23T07:26:47Z") },
            { id: 261, wallet_id: 53, amount: "530.10", transaction_type: "withdrawal", timestamp: new Date("2023-04-25T19:20:54Z") },
            { id: 262, wallet_id: 123, amount: null, transaction_type: "deposit", timestamp: new Date("2023-11-03T19:28:52Z") },
            { id: 263, wallet_id: 49, amount: null, transaction_type: "deposit", timestamp: new Date("2023-09-10T13:42:15Z") },
            { id: 264, wallet_id: 59, amount: "9933.29", transaction_type: "trade", timestamp: new Date("2023-05-14T18:44:26Z") },
            { id: 265, wallet_id: 117, amount: null, transaction_type: "deposit", timestamp: new Date("2023-07-07T14:44:30Z") },
            { id: 266, wallet_id: 89, amount: null, transaction_type: "deposit", timestamp: new Date("2023-04-18T21:03:02Z") },
            { id: 267, wallet_id: 50, amount: "4414.35", transaction_type: "withdrawal", timestamp: new Date("2023-08-23T16:21:56Z") },
            { id: 268, wallet_id: 44, amount: null, transaction_type: "deposit", timestamp: new Date("2023-02-16T11:01:57Z") },
            { id: 269, wallet_id: 64, amount: "730.07", transaction_type: "trade", timestamp: new Date("2023-05-09T19:15:58Z") },
            { id: 270, wallet_id: 103, amount: "31.39", transaction_type: "withdrawal", timestamp: new Date("2023-08-07T15:20:42Z") },
            { id: 271, wallet_id: 15, amount: "266.49", transaction_type: "trade", timestamp: new Date("2023-08-10T15:00:06Z") },
            { id: 272, wallet_id: 22, amount: null, transaction_type: "deposit", timestamp: new Date("2023-04-11T18:47:45Z") },
            { id: 273, wallet_id: 85, amount: null, transaction_type: "deposit", timestamp: new Date("2023-10-19T17:48:11Z") },
            { id: 274, wallet_id: 131, amount: "5537.55", transaction_type: "trade", timestamp: new Date("2023-08-13T19:18:35Z") },
            { id: 275, wallet_id: 99, amount: null, transaction_type: "deposit", timestamp: new Date("2023-03-30T17:35:20Z") },
            { id: 276, wallet_id: 84, amount: null, transaction_type: "deposit", timestamp: new Date("2023-12-17T06:05:58Z") },
            { id: 277, wallet_id: 80, amount: null, transaction_type: "deposit", timestamp: new Date("2023-01-01T18:44:05Z") },
            { id: 278, wallet_id: 61, amount: "4402.71", transaction_type: "withdrawal", timestamp: new Date("2023-10-27T19:14:21Z") },
            { id: 279, wallet_id: 53, amount: "5558.93", transaction_type: "trade", timestamp: new Date("2023-11-21T10:40:26Z") },
            { id: 280, wallet_id: 68, amount: "7473.83", transaction_type: "trade", timestamp: new Date("2023-07-15T08:24:43Z") },
            { id: 281, wallet_id: 114, amount: "6777.99", transaction_type: "trade", timestamp: new Date("2023-11-28T04:34:56Z") },
            { id: 282, wallet_id: 2, amount: null, transaction_type: "deposit", timestamp: new Date("2023-05-23T17:12:47Z") },
            { id: 283, wallet_id: 39, amount: "2985.71", transaction_type: "trade", timestamp: new Date("2023-12-31T19:16:38Z") },
            { id: 284, wallet_id: 87, amount: "54.71", transaction_type: "trade", timestamp: new Date("2023-04-01T08:02:33Z") },
            { id: 285, wallet_id: 69, amount: null, transaction_type: "deposit", timestamp: new Date("2023-07-25T15:02:30Z") },
            { id: 286, wallet_id: 22, amount: null, transaction_type: "deposit", timestamp: new Date("2023-08-15T18:38:54Z") },
            { id: 287, wallet_id: 89, amount: "4508.37", transaction_type: "withdrawal", timestamp: new Date("2023-02-07T12:01:03Z") },
            { id: 288, wallet_id: 116, amount: "2430.57", transaction_type: "withdrawal", timestamp: new Date("2023-07-22T20:44:25Z") },
            { id: 289, wallet_id: 54, amount: null, transaction_type: "deposit", timestamp: new Date("2023-11-24T18:36:12Z") },
            { id: 290, wallet_id: 36, amount: null, transaction_type: "deposit", timestamp: new Date("2023-01-02T12:31:52Z") },
        ],
    });
    await prisma.invoices.createMany({
        data: [
            { id: 1, transaction_id: 248, total_amount: "1900.08", merchant_name: "Alibaba", invoice_date: "2023-05-09" },
            { id: 2, transaction_id: 132, total_amount: "15.32", merchant_name: "Alibaba", invoice_date: "2023-09-16" },
            { id: 3, transaction_id: 35, total_amount: "1185.44", merchant_name: "eBay", invoice_date: "2023-02-21" },
            { id: 4, transaction_id: 115, total_amount: null, merchant_name: "BestBuy", invoice_date: "2023-01-07" },
            { id: 5, transaction_id: 289, total_amount: "2761.83", merchant_name: "Amazon", invoice_date: "2023-02-09" },
            { id: 6, transaction_id: 55, total_amount: "2778.27", merchant_name: null, invoice_date: "2023-01-25" },
            { id: 7, transaction_id: 66, total_amount: "162.14", merchant_name: "Kroger", invoice_date: "2023-03-03" },
            { id: 8, transaction_id: 4, total_amount: "3578.80", merchant_name: "Walmart", invoice_date: "2023-09-05" },
            { id: 9, transaction_id: 247, total_amount: "2.16", merchant_name: "Amazon", invoice_date: "2023-06-08" },
            { id: 10, transaction_id: 71, total_amount: "80.19", merchant_name: "Amazon", invoice_date: "2023-06-15" },
            { id: 11, transaction_id: 19, total_amount: "4844.26", merchant_name: "Nordstrom", invoice_date: "2023-09-09" },
            { id: 12, transaction_id: 101, total_amount: "6.19", merchant_name: "Walmart", invoice_date: "2023-09-29" },
            { id: 13, transaction_id: 101, total_amount: "2781.46", merchant_name: "Amazon", invoice_date: "2023-11-13" },
            { id: 14, transaction_id: 109, total_amount: "1605.43", merchant_name: "BestBuy", invoice_date: "2023-12-14" },
            { id: 15, transaction_id: 289, total_amount: "4202.50", merchant_name: "Amazon", invoice_date: "2023-10-19" },
            { id: 16, transaction_id: 11, total_amount: "33.34", merchant_name: "eBay", invoice_date: "2023-01-21" },
            { id: 17, transaction_id: 28, total_amount: "3.92", merchant_name: "Walmart", invoice_date: "2023-01-17" },
            { id: 18, transaction_id: 74, total_amount: "584.93", merchant_name: "Target", invoice_date: "2023-09-20" },
            { id: 19, transaction_id: 234, total_amount: "1914.25", merchant_name: "Amazon", invoice_date: "2023-12-09" },
            { id: 20, transaction_id: 230, total_amount: "3994.31", merchant_name: "HomeDepot", invoice_date: "2023-05-03" },
            { id: 21, transaction_id: 127, total_amount: "1027.03", merchant_name: "Kroger", invoice_date: "2023-02-04" },
            { id: 22, transaction_id: 16, total_amount: "1.66", merchant_name: "Amazon", invoice_date: "2023-08-28" },
            { id: 23, transaction_id: 170, total_amount: "3017.36", merchant_name: "Macy's", invoice_date: "2023-01-16" },
            { id: 24, transaction_id: 133, total_amount: "3474.39", merchant_name: "eBay", invoice_date: "2023-01-21" },
            { id: 25, transaction_id: 40, total_amount: "2320.33", merchant_name: null, invoice_date: "2023-08-21" },
            { id: 26, transaction_id: 119, total_amount: "276.00", merchant_name: "Amazon", invoice_date: "2023-04-15" },
            { id: 27, transaction_id: 62, total_amount: "137.39", merchant_name: "Shopify", invoice_date: "2023-03-22" },
            { id: 28, transaction_id: 235, total_amount: "1040.01", merchant_name: "Walmart", invoice_date: "2023-12-28" },
            { id: 29, transaction_id: 38, total_amount: "4906.90", merchant_name: "Rakuten", invoice_date: "2023-01-16" },
            { id: 30, transaction_id: 223, total_amount: "4512.33", merchant_name: "eBay", invoice_date: "2023-04-07" },
            { id: 31, transaction_id: 209, total_amount: "3156.32", merchant_name: "HomeDepot", invoice_date: "2023-12-20" },
            { id: 32, transaction_id: 81, total_amount: "3279.16", merchant_name: null, invoice_date: "2023-09-26" },
            { id: 33, transaction_id: 87, total_amount: "1003.36", merchant_name: "BestBuy", invoice_date: "2023-01-18" },
            { id: 34, transaction_id: 137, total_amount: "2154.72", merchant_name: "Amazon", invoice_date: "2023-09-28" },
            { id: 35, transaction_id: 92, total_amount: "10.93", merchant_name: "eBay", invoice_date: "2023-10-20" },
            { id: 36, transaction_id: 171, total_amount: "1764.50", merchant_name: "Walmart", invoice_date: "2023-04-29" },
            { id: 37, transaction_id: 109, total_amount: "31.99", merchant_name: "Nordstrom", invoice_date: "2023-02-03" },
            { id: 38, transaction_id: 135, total_amount: "3274.62", merchant_name: "Etsy", invoice_date: "2023-01-30" },
            { id: 39, transaction_id: 148, total_amount: "2449.07", merchant_name: "Costco", invoice_date: "2023-07-27" },
            { id: 40, transaction_id: 54, total_amount: "1240.42", merchant_name: "Amazon", invoice_date: "2023-12-04" },
            { id: 41, transaction_id: 218, total_amount: "2788.29", merchant_name: "Amazon", invoice_date: "2023-12-16" },
            { id: 42, transaction_id: 111, total_amount: "1007.48", merchant_name: "Walmart", invoice_date: "2023-01-03" },
            { id: 43, transaction_id: 14, total_amount: "3089.62", merchant_name: "Amazon", invoice_date: "2023-02-18" },
            { id: 44, transaction_id: 53, total_amount: "77.66", merchant_name: null, invoice_date: "2023-06-14" },
            { id: 45, transaction_id: 68, total_amount: "2447.75", merchant_name: "Walmart", invoice_date: "2023-11-16" },
            { id: 46, transaction_id: 96, total_amount: "1084.03", merchant_name: "Shopify", invoice_date: "2023-04-20" },
            { id: 47, transaction_id: 175, total_amount: "4.02", merchant_name: "Amazon", invoice_date: "2023-11-07" },
            { id: 48, transaction_id: 50, total_amount: "425.42", merchant_name: "Sears", invoice_date: "2023-04-25" },
            { id: 49, transaction_id: 227, total_amount: "2398.24", merchant_name: "Amazon", invoice_date: "2023-03-02" },
            { id: 50, transaction_id: 219, total_amount: "1721.05", merchant_name: null, invoice_date: "2023-11-25" },
            { id: 51, transaction_id: 190, total_amount: "2365.21", merchant_name: "Amazon", invoice_date: "2023-11-04" },
            { id: 52, transaction_id: 145, total_amount: "2114.64", merchant_name: "Alibaba", invoice_date: "2023-11-21" },
            { id: 53, transaction_id: 4, total_amount: "1296.98", merchant_name: "Etsy", invoice_date: "2023-12-29" },
            { id: 54, transaction_id: 86, total_amount: null, merchant_name: "Nordstrom", invoice_date: "2023-05-23" },
            { id: 55, transaction_id: 151, total_amount: "3434.71", merchant_name: "Walmart", invoice_date: "2023-02-08" },
            { id: 56, transaction_id: 243, total_amount: null, merchant_name: "Alibaba", invoice_date: "2023-11-26" },
            { id: 57, transaction_id: 35, total_amount: "28.13", merchant_name: "Costco", invoice_date: "2023-02-02" },
            { id: 58, transaction_id: 165, total_amount: "551.89", merchant_name: "eBay", invoice_date: "2023-05-26" },
            { id: 59, transaction_id: 257, total_amount: null, merchant_name: "Alibaba", invoice_date: "2023-02-04" },
            { id: 60, transaction_id: 69, total_amount: "765.38", merchant_name: "Amazon", invoice_date: "2023-05-28" },
            { id: 61, transaction_id: 180, total_amount: "3107.37", merchant_name: "Amazon", invoice_date: "2023-08-03" },
            { id: 62, transaction_id: 245, total_amount: "656.12", merchant_name: "eBay", invoice_date: "2023-11-19" },
            { id: 63, transaction_id: 264, total_amount: "2949.35", merchant_name: "Amazon", invoice_date: "2023-01-24" },
            { id: 64, transaction_id: 151, total_amount: "653.41", merchant_name: "Lowe's", invoice_date: "2023-09-05" },
            { id: 65, transaction_id: 38, total_amount: "729.90", merchant_name: "Amazon", invoice_date: "2023-07-14" },
            { id: 66, transaction_id: 211, total_amount: "3.60", merchant_name: "Sears", invoice_date: "2023-11-11" },
            { id: 67, transaction_id: 257, total_amount: "648.69", merchant_name: "Newegg", invoice_date: "2023-02-23" },
            { id: 68, transaction_id: 269, total_amount: "2.32", merchant_name: "Amazon", invoice_date: "2023-05-27" },
            { id: 69, transaction_id: 280, total_amount: "478.52", merchant_name: "Rakuten", invoice_date: "2023-10-29" },
            { id: 70, transaction_id: 17, total_amount: "1632.55", merchant_name: "Alibaba", invoice_date: "2023-12-26" },
            { id: 71, transaction_id: 284, total_amount: "1713.17", merchant_name: null, invoice_date: "2023-07-16" },
            { id: 72, transaction_id: 134, total_amount: "1029.58", merchant_name: "Amazon", invoice_date: "2023-01-22" },
            { id: 73, transaction_id: 136, total_amount: "936.79", merchant_name: "Rakuten", invoice_date: "2023-03-20" },
            { id: 74, transaction_id: 249, total_amount: "50.17", merchant_name: "Walmart", invoice_date: "2023-05-11" },
            { id: 75, transaction_id: 82, total_amount: "4087.67", merchant_name: "Zalando", invoice_date: "2023-12-11" },
            { id: 76, transaction_id: 15, total_amount: "1611.64", merchant_name: "Walmart", invoice_date: "2023-12-03" },
            { id: 77, transaction_id: 101, total_amount: null, merchant_name: "Target", invoice_date: "2023-04-12" },
            { id: 78, transaction_id: 64, total_amount: "914.54", merchant_name: "Amazon", invoice_date: "2023-10-13" },
            { id: 79, transaction_id: 278, total_amount: "2627.69", merchant_name: "HomeDepot", invoice_date: "2023-09-01" },
            { id: 80, transaction_id: 71, total_amount: "724.53", merchant_name: "Shopify", invoice_date: "2023-09-26" },
            { id: 81, transaction_id: 36, total_amount: "1513.08", merchant_name: "Amazon", invoice_date: "2023-01-27" },
            { id: 82, transaction_id: 282, total_amount: "3806.75", merchant_name: "Costco", invoice_date: "2023-12-10" },
            { id: 83, transaction_id: 75, total_amount: "168.28", merchant_name: "Etsy", invoice_date: "2023-12-14" },
            { id: 84, transaction_id: 277, total_amount: "574.04", merchant_name: "Lowe's", invoice_date: "2023-08-02" },
            { id: 85, transaction_id: 31, total_amount: "3119.46", merchant_name: "Macy's", invoice_date: "2023-02-25" },
            { id: 86, transaction_id: 76, total_amount: "4120.16", merchant_name: "Amazon", invoice_date: "2023-07-16" },
            { id: 87, transaction_id: 217, total_amount: "3434.93", merchant_name: "eBay", invoice_date: "2023-10-19" },
            { id: 88, transaction_id: 272, total_amount: "830.61", merchant_name: "HomeDepot", invoice_date: "2023-03-28" },
            { id: 89, transaction_id: 60, total_amount: "537.87", merchant_name: "Amazon", invoice_date: "2023-03-02" },
            { id: 90, transaction_id: 177, total_amount: "1447.15", merchant_name: "eBay", invoice_date: "2023-01-08" },
            { id: 91, transaction_id: 130, total_amount: "4686.57", merchant_name: "Kroger", invoice_date: "2023-10-02" },
            { id: 92, transaction_id: 8, total_amount: "170.18", merchant_name: "eBay", invoice_date: "2023-02-16" },
            { id: 93, transaction_id: 184, total_amount: "89.57", merchant_name: "Amazon", invoice_date: "2023-10-09" },
            { id: 94, transaction_id: 217, total_amount: "1368.10", merchant_name: "Rakuten", invoice_date: "2023-02-23" },
            { id: 95, transaction_id: 25, total_amount: "495.68", merchant_name: "Costco", invoice_date: "2023-06-25" },
            { id: 96, transaction_id: 41, total_amount: "301.25", merchant_name: "Amazon", invoice_date: "2023-11-26" },
            { id: 97, transaction_id: 106, total_amount: null, merchant_name: "Amazon", invoice_date: "2023-03-20" },
            { id: 98, transaction_id: 160, total_amount: "2187.79", merchant_name: "BestBuy", invoice_date: "2023-04-22" },
            { id: 99, transaction_id: 7, total_amount: "49.94", merchant_name: "Target", invoice_date: "2023-02-22" },
            { id: 100, transaction_id: 282, total_amount: "4422.92", merchant_name: "eBay", invoice_date: "2023-03-02" },
            { id: 101, transaction_id: 150, total_amount: "2474.24", merchant_name: "Nordstrom", invoice_date: "2023-10-27" },
            { id: 102, transaction_id: 204, total_amount: "2197.93", merchant_name: "Target", invoice_date: "2023-07-23" },
            { id: 103, transaction_id: 34, total_amount: "109.16", merchant_name: "eBay", invoice_date: "2023-08-29" },
            { id: 104, transaction_id: 287, total_amount: "4895.70", merchant_name: "Overstock", invoice_date: "2023-09-06" },
            { id: 105, transaction_id: 169, total_amount: "4044.96", merchant_name: "eBay", invoice_date: "2023-01-17" },
            { id: 106, transaction_id: 197, total_amount: "205.15", merchant_name: "eBay", invoice_date: "2023-09-18" },
            { id: 107, transaction_id: 97, total_amount: "2598.90", merchant_name: "Amazon", invoice_date: "2023-01-17" },
            { id: 108, transaction_id: 21, total_amount: "485.95", merchant_name: "BestBuy", invoice_date: "2023-03-01" },
            { id: 109, transaction_id: 173, total_amount: "559.06", merchant_name: "Walmart", invoice_date: "2023-12-25" },
            { id: 110, transaction_id: 239, total_amount: "512.82", merchant_name: "Walmart", invoice_date: "2023-11-13" },
            { id: 111, transaction_id: 180, total_amount: "2553.07", merchant_name: "HomeDepot", invoice_date: "2023-07-11" },
            { id: 112, transaction_id: 63, total_amount: "4209.36", merchant_name: "Amazon", invoice_date: "2023-08-06" },
            { id: 113, transaction_id: 7, total_amount: "2094.52", merchant_name: "HomeDepot", invoice_date: "2023-01-06" },
            { id: 114, transaction_id: 122, total_amount: "2973.70", merchant_name: "eBay", invoice_date: "2023-04-15" },
            { id: 115, transaction_id: 65, total_amount: "24.94", merchant_name: "eBay", invoice_date: "2023-02-28" },
            { id: 116, transaction_id: 161, total_amount: "4281.18", merchant_name: "Zalando", invoice_date: "2023-09-11" },
            { id: 117, transaction_id: 183, total_amount: "323.39", merchant_name: "eBay", invoice_date: "2023-03-03" },
            { id: 118, transaction_id: 207, total_amount: "3149.98", merchant_name: "Target", invoice_date: "2023-01-22" },
            { id: 119, transaction_id: 114, total_amount: null, merchant_name: "Target", invoice_date: "2023-12-22" },
            { id: 120, transaction_id: 93, total_amount: "1519.35", merchant_name: "Walmart", invoice_date: "2023-07-30" },
            { id: 121, transaction_id: 186, total_amount: null, merchant_name: "Shopify", invoice_date: "2023-10-03" },
            { id: 122, transaction_id: 285, total_amount: "2038.64", merchant_name: "Walmart", invoice_date: "2023-06-13" },
            { id: 123, transaction_id: 131, total_amount: "37.98", merchant_name: "Walmart", invoice_date: "2023-01-10" },
            { id: 124, transaction_id: 22, total_amount: "1739.41", merchant_name: null, invoice_date: "2023-12-20" },
            { id: 125, transaction_id: 83, total_amount: "3460.57", merchant_name: "Shopify", invoice_date: "2023-12-02" },
            { id: 126, transaction_id: 276, total_amount: "2850.94", merchant_name: "Amazon", invoice_date: "2023-08-07" },
            { id: 127, transaction_id: 201, total_amount: "2640.88", merchant_name: "Amazon", invoice_date: "2023-12-19" },
            { id: 128, transaction_id: 158, total_amount: "734.17", merchant_name: "Amazon", invoice_date: "2023-12-20" },
            { id: 129, transaction_id: 215, total_amount: "3082.63", merchant_name: "eBay", invoice_date: "2023-10-26" },
            { id: 130, transaction_id: 26, total_amount: "3999.22", merchant_name: "Amazon", invoice_date: "2023-10-24" },
            { id: 131, transaction_id: 80, total_amount: "4672.32", merchant_name: "eBay", invoice_date: "2023-08-03" },
            { id: 132, transaction_id: 288, total_amount: "2153.39", merchant_name: "eBay", invoice_date: "2023-05-02" },
            { id: 133, transaction_id: 279, total_amount: "191.24", merchant_name: "Rakuten", invoice_date: "2023-12-16" },
            { id: 134, transaction_id: 97, total_amount: "1638.83", merchant_name: "eBay", invoice_date: "2023-10-17" },
            { id: 135, transaction_id: 255, total_amount: "526.51", merchant_name: "Nordstrom", invoice_date: "2023-12-09" },
            { id: 136, transaction_id: 198, total_amount: "80.58", merchant_name: "Walmart", invoice_date: "2023-10-30" },
            { id: 137, transaction_id: 267, total_amount: "642.57", merchant_name: "Target", invoice_date: "2023-03-31" },
            { id: 138, transaction_id: 275, total_amount: "94.77", merchant_name: "HomeDepot", invoice_date: "2023-09-09" },
            { id: 139, transaction_id: 103, total_amount: "1024.06", merchant_name: "eBay", invoice_date: "2023-03-05" },
            { id: 140, transaction_id: 266, total_amount: "1663.22", merchant_name: "Overstock", invoice_date: "2023-02-17" },
            { id: 141, transaction_id: 215, total_amount: null, merchant_name: "eBay", invoice_date: "2023-09-30" },
            { id: 142, transaction_id: 252, total_amount: "1.10", merchant_name: "Amazon", invoice_date: "2023-12-13" },
            { id: 143, transaction_id: 128, total_amount: "1689.65", merchant_name: "Zalando", invoice_date: "2023-03-23" },
            { id: 144, transaction_id: 241, total_amount: "3552.68", merchant_name: null, invoice_date: "2023-09-07" },
            { id: 145, transaction_id: 191, total_amount: "3447.65", merchant_name: "Sears", invoice_date: "2023-01-18" },
            { id: 146, transaction_id: 169, total_amount: "2703.92", merchant_name: "eBay", invoice_date: "2023-04-14" },
            { id: 147, transaction_id: 245, total_amount: "54.43", merchant_name: "Wayfair", invoice_date: "2023-11-16" },
            { id: 148, transaction_id: 265, total_amount: "1875.02", merchant_name: "Kroger", invoice_date: "2023-08-04" },
            { id: 149, transaction_id: 118, total_amount: "3951.10", merchant_name: "Amazon", invoice_date: "2023-01-12" },
            { id: 150, transaction_id: 171, total_amount: "4651.55", merchant_name: "Walmart", invoice_date: "2023-12-02" },
            { id: 151, transaction_id: 111, total_amount: "1222.43", merchant_name: "eBay", invoice_date: "2023-11-19" },
            { id: 152, transaction_id: 126, total_amount: "4008.52", merchant_name: null, invoice_date: "2023-12-08" },
            { id: 153, transaction_id: 10, total_amount: "2885.52", merchant_name: "eBay", invoice_date: "2023-04-17" },
            { id: 154, transaction_id: 12, total_amount: "852.31", merchant_name: "Overstock", invoice_date: "2023-09-10" },
            { id: 155, transaction_id: 160, total_amount: "133.69", merchant_name: "Shopify", invoice_date: "2023-10-12" },
            { id: 156, transaction_id: 185, total_amount: "28.27", merchant_name: "Etsy", invoice_date: "2023-07-12" },
            { id: 157, transaction_id: 192, total_amount: "1282.40", merchant_name: "Amazon", invoice_date: "2023-01-05" },
            { id: 158, transaction_id: 43, total_amount: "1839.95", merchant_name: "HomeDepot", invoice_date: "2023-06-10" },
            { id: 159, transaction_id: 225, total_amount: "348.21", merchant_name: null, invoice_date: "2023-09-22" },
            { id: 160, transaction_id: 179, total_amount: "538.54", merchant_name: null, invoice_date: "2023-07-08" },
            { id: 161, transaction_id: 87, total_amount: "802.80", merchant_name: "Amazon", invoice_date: "2023-11-18" },
            { id: 162, transaction_id: 279, total_amount: "1383.76", merchant_name: "Amazon", invoice_date: "2023-11-10" },
            { id: 163, transaction_id: 108, total_amount: "2311.19", merchant_name: "Costco", invoice_date: "2023-01-03" },
            { id: 164, transaction_id: 146, total_amount: "1156.93", merchant_name: "Costco", invoice_date: "2023-07-02" },
            { id: 165, transaction_id: 178, total_amount: "1702.63", merchant_name: "Amazon", invoice_date: "2023-03-16" },
            { id: 166, transaction_id: 251, total_amount: "78.44", merchant_name: "Amazon", invoice_date: "2023-11-27" },
            { id: 167, transaction_id: 91, total_amount: "1302.06", merchant_name: "Zalando", invoice_date: "2023-02-19" },
            { id: 168, transaction_id: 191, total_amount: "58.50", merchant_name: "Amazon", invoice_date: "2023-12-30" },
            { id: 169, transaction_id: 186, total_amount: "564.99", merchant_name: "eBay", invoice_date: "2023-07-22" },
            { id: 170, transaction_id: 156, total_amount: "1626.54", merchant_name: "eBay", invoice_date: "2023-03-09" },
            { id: 171, transaction_id: 283, total_amount: null, merchant_name: "Wayfair", invoice_date: "2023-02-16" },
            { id: 172, transaction_id: 136, total_amount: "204.48", merchant_name: "Kroger", invoice_date: "2023-07-19" },
            { id: 173, transaction_id: 221, total_amount: "295.57", merchant_name: "Nordstrom", invoice_date: "2023-01-24" },
            { id: 174, transaction_id: 115, total_amount: "1360.08", merchant_name: "Amazon", invoice_date: "2023-12-08" },
            { id: 175, transaction_id: 259, total_amount: "285.07", merchant_name: "BestBuy", invoice_date: "2023-10-31" },
            { id: 176, transaction_id: 201, total_amount: "4194.27", merchant_name: "Walmart", invoice_date: "2023-02-06" },
            { id: 177, transaction_id: 275, total_amount: null, merchant_name: "Amazon", invoice_date: "2023-01-31" },
            { id: 178, transaction_id: 254, total_amount: "1032.68", merchant_name: "Walmart", invoice_date: "2023-02-04" },
            { id: 179, transaction_id: 61, total_amount: "728.35", merchant_name: "Target", invoice_date: "2023-12-12" },
            { id: 180, transaction_id: 193, total_amount: "1124.53", merchant_name: null, invoice_date: "2023-11-25" },
            { id: 181, transaction_id: 26, total_amount: "60.10", merchant_name: "Etsy", invoice_date: "2023-02-01" },
            { id: 182, transaction_id: 262, total_amount: "765.01", merchant_name: "Target", invoice_date: "2023-02-02" },
            { id: 183, transaction_id: 179, total_amount: "933.02", merchant_name: "Etsy", invoice_date: "2023-09-15" },
            { id: 184, transaction_id: 136, total_amount: "4408.37", merchant_name: "Amazon", invoice_date: "2023-09-18" },
            { id: 185, transaction_id: 115, total_amount: "594.35", merchant_name: "Sears", invoice_date: "2023-11-07" },
            { id: 186, transaction_id: 269, total_amount: "1444.40", merchant_name: "Amazon", invoice_date: "2023-01-15" },
            { id: 187, transaction_id: 276, total_amount: "6.57", merchant_name: null, invoice_date: "2023-10-19" },
            { id: 188, transaction_id: 277, total_amount: "251.06", merchant_name: null, invoice_date: "2023-12-13" },
            { id: 189, transaction_id: 240, total_amount: "4467.43", merchant_name: "Amazon", invoice_date: "2023-03-04" },
            { id: 190, transaction_id: 31, total_amount: "2297.73", merchant_name: "Amazon", invoice_date: "2023-12-04" },
            { id: 191, transaction_id: 111, total_amount: "357.59", merchant_name: "Amazon", invoice_date: "2023-12-30" },
            { id: 192, transaction_id: 195, total_amount: "1331.85", merchant_name: "Rakuten", invoice_date: "2023-10-26" },
            { id: 193, transaction_id: 143, total_amount: null, merchant_name: "Amazon", invoice_date: "2023-12-06" },
            { id: 194, transaction_id: 117, total_amount: "72.77", merchant_name: null, invoice_date: "2023-11-28" },
            { id: 195, transaction_id: 212, total_amount: "556.37", merchant_name: "Alibaba", invoice_date: "2023-08-07" },
            { id: 196, transaction_id: 170, total_amount: "85.85", merchant_name: "Etsy", invoice_date: "2023-01-25" },
            { id: 197, transaction_id: 15, total_amount: "90.00", merchant_name: "Amazon", invoice_date: "2023-03-25" },
            { id: 198, transaction_id: 21, total_amount: "2453.34", merchant_name: "Amazon", invoice_date: "2023-03-06" },
            { id: 199, transaction_id: 258, total_amount: "2076.73", merchant_name: null, invoice_date: "2023-12-08" },
            { id: 200, transaction_id: 72, total_amount: "4524.93", merchant_name: null, invoice_date: "2023-04-12" },
            { id: 201, transaction_id: 163, total_amount: "2032.74", merchant_name: "Rakuten", invoice_date: "2023-03-04" },
            { id: 202, transaction_id: 230, total_amount: "163.09", merchant_name: "Amazon", invoice_date: "2023-05-15" },
            { id: 203, transaction_id: 163, total_amount: null, merchant_name: "HomeDepot", invoice_date: "2023-02-15" },
            { id: 204, transaction_id: 55, total_amount: "2447.36", merchant_name: "BestBuy", invoice_date: "2023-01-08" },
            { id: 205, transaction_id: 220, total_amount: "24.39", merchant_name: "Target", invoice_date: "2023-08-29" },
            { id: 206, transaction_id: 130, total_amount: "5.93", merchant_name: "Etsy", invoice_date: "2023-05-05" },
            { id: 207, transaction_id: 181, total_amount: "4052.64", merchant_name: "Walmart", invoice_date: "2023-12-06" },
            { id: 208, transaction_id: 198, total_amount: "2178.08", merchant_name: "eBay", invoice_date: "2023-01-25" },
            { id: 209, transaction_id: 39, total_amount: "646.57", merchant_name: "Target", invoice_date: "2023-02-15" },
            { id: 210, transaction_id: 36, total_amount: "54.00", merchant_name: "Shopify", invoice_date: "2023-02-20" },
            { id: 211, transaction_id: 182, total_amount: null, merchant_name: "Amazon", invoice_date: "2023-12-28" },
            { id: 212, transaction_id: 185, total_amount: "6.20", merchant_name: "Nordstrom", invoice_date: "2023-10-18" },
            { id: 213, transaction_id: 207, total_amount: null, merchant_name: "Alibaba", invoice_date: "2023-12-15" },
            { id: 214, transaction_id: 192, total_amount: null, merchant_name: "Target", invoice_date: "2023-12-30" },
            { id: 215, transaction_id: 174, total_amount: "975.93", merchant_name: "Target", invoice_date: "2023-03-11" },
            { id: 216, transaction_id: 53, total_amount: "701.44", merchant_name: "Target", invoice_date: "2023-07-07" },
            { id: 217, transaction_id: 97, total_amount: "60.30", merchant_name: null, invoice_date: "2023-10-07" },
            { id: 218, transaction_id: 123, total_amount: "4640.46", merchant_name: "Walmart", invoice_date: "2023-01-07" },
            { id: 219, transaction_id: 208, total_amount: "533.70", merchant_name: "eBay", invoice_date: "2023-12-04" },
            { id: 220, transaction_id: 46, total_amount: "4819.14", merchant_name: "Target", invoice_date: "2023-07-25" },
            { id: 221, transaction_id: 105, total_amount: "418.61", merchant_name: "Kroger", invoice_date: "2023-02-28" },
            { id: 222, transaction_id: 232, total_amount: "17.30", merchant_name: "eBay", invoice_date: "2023-03-29" },
            { id: 223, transaction_id: 195, total_amount: "830.82", merchant_name: "Shopify", invoice_date: "2023-01-09" },
            { id: 224, transaction_id: 63, total_amount: "2504.16", merchant_name: "eBay", invoice_date: "2023-10-26" },
            { id: 225, transaction_id: 125, total_amount: "4189.67", merchant_name: "BestBuy", invoice_date: "2023-12-28" },
            { id: 226, transaction_id: 140, total_amount: "131.15", merchant_name: "Amazon", invoice_date: "2023-08-18" },
            { id: 227, transaction_id: 212, total_amount: "152.35", merchant_name: "Target", invoice_date: "2023-12-18" },
            { id: 228, transaction_id: 56, total_amount: null, merchant_name: "HomeDepot", invoice_date: "2023-07-25" },
            { id: 229, transaction_id: 271, total_amount: "290.26", merchant_name: "Zalando", invoice_date: "2023-12-25" },
            { id: 230, transaction_id: 6, total_amount: "1.04", merchant_name: null, invoice_date: "2023-11-28" },
            { id: 231, transaction_id: 287, total_amount: "1233.51", merchant_name: "Amazon", invoice_date: "2023-11-14" },
            { id: 232, transaction_id: 75, total_amount: "26.15", merchant_name: "Target", invoice_date: "2023-01-15" },
            { id: 233, transaction_id: 45, total_amount: "2481.60", merchant_name: "eBay", invoice_date: "2023-11-09" },
            { id: 234, transaction_id: 129, total_amount: "3316.48", merchant_name: "Walmart", invoice_date: "2023-09-03" },
            { id: 235, transaction_id: 228, total_amount: "59.03", merchant_name: "Newegg", invoice_date: "2023-12-06" },
            { id: 236, transaction_id: 188, total_amount: "1820.05", merchant_name: "Amazon", invoice_date: "2023-02-21" },
            { id: 237, transaction_id: 221, total_amount: "21.97", merchant_name: "Zalando", invoice_date: "2023-09-22" },
            { id: 238, transaction_id: 22, total_amount: "4716.99", merchant_name: "Target", invoice_date: "2023-12-10" },
            { id: 239, transaction_id: 95, total_amount: null, merchant_name: "Amazon", invoice_date: "2023-11-11" },
            { id: 240, transaction_id: 199, total_amount: "3297.61", merchant_name: "Zalando", invoice_date: "2023-12-12" },
            { id: 241, transaction_id: 154, total_amount: "1832.46", merchant_name: "Lowe's", invoice_date: "2023-08-09" },
            { id: 242, transaction_id: 10, total_amount: "1408.81", merchant_name: "Alibaba", invoice_date: "2023-03-03" },
            { id: 243, transaction_id: 66, total_amount: "1240.53", merchant_name: null, invoice_date: "2023-10-16" },
            { id: 244, transaction_id: 245, total_amount: "134.29", merchant_name: "HomeDepot", invoice_date: "2023-08-10" },
            { id: 245, transaction_id: 145, total_amount: "330.85", merchant_name: "Amazon", invoice_date: "2023-09-19" },
            { id: 246, transaction_id: 100, total_amount: "3397.37", merchant_name: "Amazon", invoice_date: "2023-12-16" },
            { id: 247, transaction_id: 62, total_amount: "1.07", merchant_name: "Rakuten", invoice_date: "2023-08-13" },
            { id: 248, transaction_id: 141, total_amount: "2850.14", merchant_name: "Rakuten", invoice_date: "2023-02-17" },
            { id: 249, transaction_id: 176, total_amount: "239.86", merchant_name: "Amazon", invoice_date: "2023-10-15" },
            { id: 250, transaction_id: 141, total_amount: "2532.33", merchant_name: "Amazon", invoice_date: "2023-11-13" },
            { id: 251, transaction_id: 94, total_amount: "2377.73", merchant_name: "BestBuy", invoice_date: "2023-03-13" },
            { id: 252, transaction_id: 237, total_amount: "2871.27", merchant_name: "Walmart", invoice_date: "2023-01-25" },
            { id: 253, transaction_id: 189, total_amount: "3190.13", merchant_name: "Target", invoice_date: "2023-11-15" },
            { id: 254, transaction_id: 57, total_amount: "3431.92", merchant_name: "Walmart", invoice_date: "2023-12-06" },
            { id: 255, transaction_id: 79, total_amount: "75.56", merchant_name: "Amazon", invoice_date: "2023-02-04" },
            { id: 256, transaction_id: 152, total_amount: "3074.57", merchant_name: "Nordstrom", invoice_date: "2023-11-27" },
            { id: 257, transaction_id: 190, total_amount: null, merchant_name: "Walmart", invoice_date: "2023-03-18" },
            { id: 258, transaction_id: 243, total_amount: "115.96", merchant_name: "Sears", invoice_date: "2023-02-04" },
            { id: 259, transaction_id: 231, total_amount: null, merchant_name: "Sears", invoice_date: "2023-08-02" },
            { id: 260, transaction_id: 122, total_amount: "3511.69", merchant_name: "Amazon", invoice_date: "2023-09-08" },
            { id: 261, transaction_id: 198, total_amount: "4230.01", merchant_name: "Amazon", invoice_date: "2023-01-27" },
            { id: 262, transaction_id: 120, total_amount: "1672.18", merchant_name: null, invoice_date: "2023-09-12" },
            { id: 263, transaction_id: 217, total_amount: null, merchant_name: null, invoice_date: "2023-11-10" },
            { id: 264, transaction_id: 116, total_amount: "190.75", merchant_name: null, invoice_date: "2023-05-16" },
            { id: 265, transaction_id: 133, total_amount: "691.79", merchant_name: "Zalando", invoice_date: "2023-02-22" },
            { id: 266, transaction_id: 12, total_amount: "1303.49", merchant_name: "Amazon", invoice_date: "2023-02-24" },
            { id: 267, transaction_id: 255, total_amount: "957.48", merchant_name: "Etsy", invoice_date: "2023-11-21" },
            { id: 268, transaction_id: 177, total_amount: "626.01", merchant_name: "eBay", invoice_date: "2023-10-19" },
            { id: 269, transaction_id: 132, total_amount: null, merchant_name: "Walmart", invoice_date: "2023-12-30" },
            { id: 270, transaction_id: 168, total_amount: "3188.00", merchant_name: "Shopify", invoice_date: "2023-11-03" },
            { id: 271, transaction_id: 252, total_amount: "4926.64", merchant_name: "HomeDepot", invoice_date: "2023-11-27" },
            { id: 272, transaction_id: 18, total_amount: "1915.53", merchant_name: "Overstock", invoice_date: "2023-09-17" },
            { id: 273, transaction_id: 104, total_amount: "579.76", merchant_name: null, invoice_date: "2023-08-25" },
            { id: 274, transaction_id: 56, total_amount: "3807.53", merchant_name: null, invoice_date: "2023-09-18" },
            { id: 275, transaction_id: 139, total_amount: "1606.56", merchant_name: "Shopify", invoice_date: "2023-02-14" },
            { id: 276, transaction_id: 13, total_amount: "82.08", merchant_name: "eBay", invoice_date: "2023-01-29" },
            { id: 277, transaction_id: 168, total_amount: "4259.69", merchant_name: null, invoice_date: "2023-01-22" },
            { id: 278, transaction_id: 231, total_amount: "1146.35", merchant_name: "eBay", invoice_date: "2023-07-11" },
            { id: 279, transaction_id: 99, total_amount: "1826.37", merchant_name: "Amazon", invoice_date: "2023-02-27" },
            { id: 280, transaction_id: 127, total_amount: "2356.96", merchant_name: "Amazon", invoice_date: "2023-10-16" },
            { id: 281, transaction_id: 288, total_amount: "1704.64", merchant_name: "Walmart", invoice_date: "2023-11-06" },
            { id: 282, transaction_id: 256, total_amount: "9.20", merchant_name: "Walmart", invoice_date: "2023-08-12" },
            { id: 283, transaction_id: 250, total_amount: "2301.74", merchant_name: null, invoice_date: "2023-12-01" },
            { id: 284, transaction_id: 27, total_amount: "1380.92", merchant_name: "Amazon", invoice_date: "2023-11-26" },
            { id: 285, transaction_id: 3, total_amount: "1197.06", merchant_name: null, invoice_date: "2023-05-09" },
            { id: 286, transaction_id: 239, total_amount: "1008.49", merchant_name: "Costco", invoice_date: "2023-07-16" },
            { id: 287, transaction_id: 58, total_amount: "1610.55", merchant_name: "BestBuy", invoice_date: "2023-09-27" },
            { id: 288, transaction_id: 268, total_amount: "13.87", merchant_name: "eBay", invoice_date: "2023-01-26" },
            { id: 289, transaction_id: 113, total_amount: "217.88", merchant_name: "BestBuy", invoice_date: "2023-11-23" },
            { id: 290, transaction_id: 260, total_amount: "45.17", merchant_name: "Kroger", invoice_date: "2023-09-20" },
            { id: 291, transaction_id: 196, total_amount: "202.91", merchant_name: "BestBuy", invoice_date: "2023-03-18" },
            { id: 292, transaction_id: 5, total_amount: "2863.21", merchant_name: "Overstock", invoice_date: "2023-05-28" },
            { id: 293, transaction_id: 93, total_amount: "4071.10", merchant_name: "Amazon", invoice_date: "2023-08-10" },
            { id: 294, transaction_id: 275, total_amount: "1025.95", merchant_name: "Target", invoice_date: "2023-10-30" },
            { id: 295, transaction_id: 290, total_amount: "194.60", merchant_name: "Walmart", invoice_date: "2023-03-13" },
            { id: 296, transaction_id: 164, total_amount: "3293.79", merchant_name: "eBay", invoice_date: "2023-10-03" },
            { id: 297, transaction_id: 286, total_amount: null, merchant_name: "Lowe's", invoice_date: "2023-11-15" },
            { id: 298, transaction_id: 180, total_amount: "470.99", merchant_name: "Wayfair", invoice_date: "2023-11-01" },
            { id: 299, transaction_id: 219, total_amount: "175.88", merchant_name: "Target", invoice_date: "2023-02-15" },
            { id: 300, transaction_id: 281, total_amount: "199.27", merchant_name: "Amazon", invoice_date: "2023-05-13" },
            { id: 301, transaction_id: 5, total_amount: "2026.46", merchant_name: "Walmart", invoice_date: "2023-11-18" },
            { id: 302, transaction_id: 274, total_amount: "16.77", merchant_name: "Target", invoice_date: "2023-09-24" },
            { id: 303, transaction_id: 11, total_amount: "2287.59", merchant_name: "Zalando", invoice_date: "2023-04-10" },
            { id: 304, transaction_id: 88, total_amount: null, merchant_name: "eBay", invoice_date: "2023-11-16" },
            { id: 305, transaction_id: 126, total_amount: "105.84", merchant_name: null, invoice_date: "2023-11-22" },
            { id: 306, transaction_id: 127, total_amount: "2447.26", merchant_name: "Walmart", invoice_date: "2023-01-09" },
            { id: 307, transaction_id: 121, total_amount: "3271.33", merchant_name: null, invoice_date: "2023-06-12" },
            { id: 308, transaction_id: 212, total_amount: null, merchant_name: "Rakuten", invoice_date: "2023-02-11" },
            { id: 309, transaction_id: 190, total_amount: "3607.34", merchant_name: "Kroger", invoice_date: "2023-01-29" },
            { id: 310, transaction_id: 201, total_amount: "1221.83", merchant_name: "Lowe's", invoice_date: "2023-01-09" },
            { id: 311, transaction_id: 281, total_amount: "898.36", merchant_name: "HomeDepot", invoice_date: "2023-09-03" },
            { id: 312, transaction_id: 223, total_amount: null, merchant_name: "eBay", invoice_date: "2023-06-24" },
            { id: 313, transaction_id: 67, total_amount: "1602.41", merchant_name: "Amazon", invoice_date: "2023-11-26" },
            { id: 314, transaction_id: 231, total_amount: "2561.72", merchant_name: "BestBuy", invoice_date: "2023-09-09" },
            { id: 315, transaction_id: 75, total_amount: "553.01", merchant_name: "Rakuten", invoice_date: "2023-09-09" },
            { id: 316, transaction_id: 238, total_amount: "1147.12", merchant_name: "Rakuten", invoice_date: "2023-01-28" },
            { id: 317, transaction_id: 129, total_amount: "3936.89", merchant_name: null, invoice_date: "2023-01-25" },
            { id: 318, transaction_id: 90, total_amount: "4195.77", merchant_name: "Costco", invoice_date: "2023-06-03" },
            { id: 319, transaction_id: 192, total_amount: "365.35", merchant_name: "Macy's", invoice_date: "2023-07-27" },
            { id: 320, transaction_id: 153, total_amount: "1941.93", merchant_name: "Shopify", invoice_date: "2023-08-30" },
            { id: 321, transaction_id: 167, total_amount: "1653.52", merchant_name: "Macy's", invoice_date: "2023-09-16" },
            { id: 322, transaction_id: 269, total_amount: "1.10", merchant_name: "Target", invoice_date: "2023-07-15" },
            { id: 323, transaction_id: 89, total_amount: "349.40", merchant_name: "Amazon", invoice_date: "2023-11-18" },
            { id: 324, transaction_id: 193, total_amount: "1.55", merchant_name: "Target", invoice_date: "2023-02-17" },
            { id: 325, transaction_id: 78, total_amount: "1649.21", merchant_name: "BestBuy", invoice_date: "2023-02-25" },
            { id: 326, transaction_id: 166, total_amount: "57.98", merchant_name: "Walmart", invoice_date: "2023-01-02" },
            { id: 327, transaction_id: 1, total_amount: "1374.37", merchant_name: "BestBuy", invoice_date: "2023-11-21" },
            { id: 328, transaction_id: 30, total_amount: "359.14", merchant_name: "Target", invoice_date: "2023-10-09" },
            { id: 329, transaction_id: 143, total_amount: "4024.48", merchant_name: "Amazon", invoice_date: "2023-04-28" },
            { id: 330, transaction_id: 239, total_amount: "1021.00", merchant_name: "Alibaba", invoice_date: "2023-09-29" },
            { id: 331, transaction_id: 155, total_amount: "693.85", merchant_name: "Amazon", invoice_date: "2023-09-06" },
            { id: 332, transaction_id: 27, total_amount: "553.87", merchant_name: "Etsy", invoice_date: "2023-11-02" },
            { id: 333, transaction_id: 243, total_amount: "116.64", merchant_name: "Amazon", invoice_date: "2023-09-18" },
            { id: 334, transaction_id: 124, total_amount: "2437.44", merchant_name: null, invoice_date: "2023-04-25" },
            { id: 335, transaction_id: 47, total_amount: "4999.17", merchant_name: "Etsy", invoice_date: "2023-12-10" },
            { id: 336, transaction_id: 137, total_amount: "1999.11", merchant_name: "Walmart", invoice_date: "2023-10-11" },
            { id: 337, transaction_id: 123, total_amount: "401.78", merchant_name: "eBay", invoice_date: "2023-08-23" },
            { id: 338, transaction_id: 72, total_amount: "64.99", merchant_name: "BestBuy", invoice_date: "2023-11-03" },
            { id: 339, transaction_id: 261, total_amount: "4064.83", merchant_name: "Amazon", invoice_date: "2023-02-07" },
            { id: 340, transaction_id: 184, total_amount: null, merchant_name: null, invoice_date: "2023-11-15" },
            { id: 341, transaction_id: 30, total_amount: "130.53", merchant_name: "Amazon", invoice_date: "2023-02-17" },
            { id: 342, transaction_id: 88, total_amount: null, merchant_name: "Target", invoice_date: "2023-04-23" },
            { id: 343, transaction_id: 146, total_amount: "1610.95", merchant_name: "Wayfair", invoice_date: "2023-06-04" },
            { id: 344, transaction_id: 221, total_amount: "612.10", merchant_name: null, invoice_date: "2023-12-22" },
            { id: 345, transaction_id: 29, total_amount: "714.54", merchant_name: "Kroger", invoice_date: "2023-02-11" },
            { id: 346, transaction_id: 51, total_amount: "414.04", merchant_name: "Sears", invoice_date: "2023-11-18" },
            { id: 347, transaction_id: 77, total_amount: "386.35", merchant_name: "Walmart", invoice_date: "2023-07-21" },
            { id: 348, transaction_id: 110, total_amount: "602.65", merchant_name: "eBay", invoice_date: "2023-10-19" },
            { id: 349, transaction_id: 246, total_amount: "1513.52", merchant_name: "Amazon", invoice_date: "2023-09-02" },
            { id: 350, transaction_id: 264, total_amount: "807.71", merchant_name: "Amazon", invoice_date: "2023-01-26" },
            { id: 351, transaction_id: 72, total_amount: "1154.81", merchant_name: "Etsy", invoice_date: "2023-03-02" },
            { id: 352, transaction_id: 95, total_amount: null, merchant_name: "eBay", invoice_date: "2023-11-28" },
            { id: 353, transaction_id: 225, total_amount: "1790.66", merchant_name: "eBay", invoice_date: "2023-07-20" },
            { id: 354, transaction_id: 42, total_amount: null, merchant_name: "Amazon", invoice_date: "2023-06-08" },
            { id: 355, transaction_id: 163, total_amount: "9.34", merchant_name: "Amazon", invoice_date: "2023-03-11" },
            { id: 356, transaction_id: 53, total_amount: "822.43", merchant_name: "Newegg", invoice_date: "2023-04-26" },
            { id: 357, transaction_id: 20, total_amount: "2620.94", merchant_name: "Nordstrom", invoice_date: "2023-11-24" },
            { id: 358, transaction_id: 203, total_amount: "65.35", merchant_name: "BestBuy", invoice_date: "2023-01-27" },
            { id: 359, transaction_id: 159, total_amount: "3832.66", merchant_name: null, invoice_date: "2023-03-12" },
            { id: 360, transaction_id: 236, total_amount: "2149.60", merchant_name: "eBay", invoice_date: "2023-12-04" },
            { id: 361, transaction_id: 216, total_amount: null, merchant_name: "Alibaba", invoice_date: "2023-01-21" },
            { id: 362, transaction_id: 205, total_amount: "2133.08", merchant_name: "Target", invoice_date: "2023-03-09" },
            { id: 363, transaction_id: 250, total_amount: "2566.25", merchant_name: null, invoice_date: "2023-05-05" },
            { id: 364, transaction_id: 263, total_amount: "4592.46", merchant_name: "Amazon", invoice_date: "2023-11-20" },
            { id: 365, transaction_id: 162, total_amount: "289.13", merchant_name: "Amazon", invoice_date: "2023-01-21" },
            { id: 366, transaction_id: 5, total_amount: "1545.12", merchant_name: "eBay", invoice_date: "2023-01-11" },
            { id: 367, transaction_id: 149, total_amount: "200.68", merchant_name: "Target", invoice_date: "2023-08-06" },
            { id: 368, transaction_id: 47, total_amount: "3277.33", merchant_name: "Amazon", invoice_date: "2023-07-02" },
            { id: 369, transaction_id: 241, total_amount: "2515.03", merchant_name: "Amazon", invoice_date: "2023-01-07" },
            { id: 370, transaction_id: 55, total_amount: "764.12", merchant_name: "eBay", invoice_date: "2023-10-10" },
            { id: 371, transaction_id: 228, total_amount: "2.34", merchant_name: null, invoice_date: "2023-01-05" },
            { id: 372, transaction_id: 290, total_amount: null, merchant_name: "eBay", invoice_date: "2023-08-19" },
            { id: 373, transaction_id: 74, total_amount: "547.14", merchant_name: null, invoice_date: "2023-02-20" },
            { id: 374, transaction_id: 224, total_amount: "746.66", merchant_name: "Nordstrom", invoice_date: "2023-09-11" },
            { id: 375, transaction_id: 123, total_amount: "4492.54", merchant_name: null, invoice_date: "2023-03-18" },
            { id: 376, transaction_id: 13, total_amount: "778.23", merchant_name: "Macy's", invoice_date: "2023-12-16" },
            { id: 377, transaction_id: 232, total_amount: "2936.62", merchant_name: "Amazon", invoice_date: "2023-09-01" },
            { id: 378, transaction_id: 22, total_amount: "522.95", merchant_name: "Shopify", invoice_date: "2023-09-07" },
            { id: 379, transaction_id: 202, total_amount: "484.44", merchant_name: "Wayfair", invoice_date: "2023-02-16" },
            { id: 380, transaction_id: 214, total_amount: "897.45", merchant_name: "Walmart", invoice_date: "2023-12-16" },
            { id: 381, transaction_id: 112, total_amount: "254.56", merchant_name: "Amazon", invoice_date: "2023-01-15" },
            { id: 382, transaction_id: 172, total_amount: "1853.06", merchant_name: "Target", invoice_date: "2023-11-09" },
            { id: 383, transaction_id: 237, total_amount: "256.09", merchant_name: "eBay", invoice_date: "2023-01-18" },
            { id: 384, transaction_id: 242, total_amount: "743.87", merchant_name: "Amazon", invoice_date: "2023-10-02" },
            { id: 385, transaction_id: 244, total_amount: "2.32", merchant_name: "Alibaba", invoice_date: "2023-10-20" },
            { id: 386, transaction_id: 171, total_amount: "3087.23", merchant_name: "eBay", invoice_date: "2023-02-19" },
            { id: 387, transaction_id: 13, total_amount: "83.87", merchant_name: null, invoice_date: "2023-02-26" },
            { id: 388, transaction_id: 17, total_amount: "1200.12", merchant_name: "Shopify", invoice_date: "2023-10-30" },
            { id: 389, transaction_id: 154, total_amount: "3623.71", merchant_name: "Shopify", invoice_date: "2023-04-10" },
            { id: 390, transaction_id: 228, total_amount: null, merchant_name: "Zalando", invoice_date: "2023-10-16" },
            { id: 391, transaction_id: 230, total_amount: "1563.29", merchant_name: "Walmart", invoice_date: "2023-01-08" },
            { id: 392, transaction_id: 169, total_amount: "10.86", merchant_name: "Etsy", invoice_date: "2023-12-20" },
            { id: 393, transaction_id: 194, total_amount: null, merchant_name: null, invoice_date: "2023-11-02" },
            { id: 394, transaction_id: 213, total_amount: "4790.47", merchant_name: null, invoice_date: "2023-03-13" },
            { id: 395, transaction_id: 44, total_amount: "208.13", merchant_name: "Amazon", invoice_date: "2023-01-30" },
            { id: 396, transaction_id: 270, total_amount: null, merchant_name: "Target", invoice_date: "2023-12-24" },
            { id: 397, transaction_id: 187, total_amount: "3860.64", merchant_name: "Etsy", invoice_date: "2023-04-07" },
            { id: 398, transaction_id: 254, total_amount: "642.78", merchant_name: "eBay", invoice_date: "2023-07-17" },
            { id: 399, transaction_id: 200, total_amount: "452.78", merchant_name: "eBay", invoice_date: "2023-10-27" },
            { id: 400, transaction_id: 118, total_amount: "4621.74", merchant_name: "Etsy", invoice_date: "2023-09-15" },
            { id: 401, transaction_id: 52, total_amount: "1436.25", merchant_name: "Amazon", invoice_date: "2023-04-28" },
            { id: 402, transaction_id: 274, total_amount: "1014.50", merchant_name: "Amazon", invoice_date: "2023-05-01" },
            { id: 403, transaction_id: 70, total_amount: null, merchant_name: "eBay", invoice_date: "2023-06-12" },
            { id: 404, transaction_id: 88, total_amount: "146.64", merchant_name: "Rakuten", invoice_date: "2023-12-17" },
            { id: 405, transaction_id: 211, total_amount: "1791.13", merchant_name: "Zalando", invoice_date: "2023-10-11" },
            { id: 406, transaction_id: 253, total_amount: "589.47", merchant_name: "Newegg", invoice_date: "2023-02-20" },
            { id: 407, transaction_id: 133, total_amount: "1508.56", merchant_name: "eBay", invoice_date: "2023-11-12" },
            { id: 408, transaction_id: 43, total_amount: "2147.52", merchant_name: "Sears", invoice_date: "2023-06-01" },
            { id: 409, transaction_id: 110, total_amount: "161.22", merchant_name: "Walmart", invoice_date: "2023-06-29" },
            { id: 410, transaction_id: 90, total_amount: "4166.77", merchant_name: "Etsy", invoice_date: "2023-01-18" },
            { id: 411, transaction_id: 210, total_amount: "83.34", merchant_name: "Rakuten", invoice_date: "2023-12-08" },
            { id: 412, transaction_id: 49, total_amount: "2293.18", merchant_name: "Amazon", invoice_date: "2023-11-17" },
            { id: 413, transaction_id: 206, total_amount: "3332.57", merchant_name: "Shopify", invoice_date: "2023-08-16" },
            { id: 414, transaction_id: 237, total_amount: "171.33", merchant_name: "eBay", invoice_date: "2023-09-15" },
            { id: 415, transaction_id: 197, total_amount: "1289.82", merchant_name: null, invoice_date: "2023-01-07" },
            { id: 416, transaction_id: 282, total_amount: "1.26", merchant_name: "Kroger", invoice_date: "2023-01-23" },
            { id: 417, transaction_id: 6, total_amount: "4.71", merchant_name: "Lowe's", invoice_date: "2023-10-22" },
            { id: 418, transaction_id: 277, total_amount: "3623.87", merchant_name: "Amazon", invoice_date: "2023-01-15" },
            { id: 419, transaction_id: 141, total_amount: "647.35", merchant_name: "Amazon", invoice_date: "2023-08-11" },
            { id: 420, transaction_id: 151, total_amount: "3863.42", merchant_name: "Walmart", invoice_date: "2023-12-18" },
            { id: 421, transaction_id: 147, total_amount: "2028.70", merchant_name: null, invoice_date: "2023-10-11" },
            { id: 422, transaction_id: 46, total_amount: "18.09", merchant_name: "Amazon", invoice_date: "2023-06-27" },
            { id: 423, transaction_id: 59, total_amount: "2042.31", merchant_name: "Rakuten", invoice_date: "2023-02-04" },
            { id: 424, transaction_id: 98, total_amount: "4737.33", merchant_name: "Amazon", invoice_date: "2023-12-14" },
            { id: 425, transaction_id: 85, total_amount: "86.26", merchant_name: null, invoice_date: "2023-09-28" },
            { id: 426, transaction_id: 23, total_amount: "707.91", merchant_name: "Amazon", invoice_date: "2023-01-06" },
            { id: 427, transaction_id: 252, total_amount: "970.81", merchant_name: "Amazon", invoice_date: "2023-10-23" },
            { id: 428, transaction_id: 74, total_amount: "1859.76", merchant_name: null, invoice_date: "2023-10-29" },
            { id: 429, transaction_id: 35, total_amount: "458.64", merchant_name: "Walmart", invoice_date: "2023-12-15" },
            { id: 430, transaction_id: 126, total_amount: "90.61", merchant_name: "Walmart", invoice_date: "2023-07-15" },
            { id: 431, transaction_id: 44, total_amount: "1340.73", merchant_name: "Amazon", invoice_date: "2023-01-17" },
            { id: 432, transaction_id: 186, total_amount: "2276.66", merchant_name: null, invoice_date: "2023-03-22" },
            { id: 433, transaction_id: 236, total_amount: "270.94", merchant_name: null, invoice_date: "2023-03-04" },
            { id: 434, transaction_id: 268, total_amount: null, merchant_name: "eBay", invoice_date: "2023-10-17" },
            { id: 435, transaction_id: 93, total_amount: "238.77", merchant_name: "Walmart", invoice_date: "2023-02-02" },
            { id: 436, transaction_id: 2, total_amount: "558.10", merchant_name: "Walmart", invoice_date: "2023-04-22" },
            { id: 437, transaction_id: 94, total_amount: "3874.32", merchant_name: "Shopify", invoice_date: "2023-10-08" },
            { id: 438, transaction_id: 229, total_amount: "638.88", merchant_name: "Amazon", invoice_date: "2023-10-17" },
            { id: 439, transaction_id: 24, total_amount: "5.85", merchant_name: "HomeDepot", invoice_date: "2023-07-22" },
            { id: 440, transaction_id: 168, total_amount: "163.02", merchant_name: "eBay", invoice_date: "2023-12-05" },
            { id: 441, transaction_id: 80, total_amount: "4352.68", merchant_name: "Kroger", invoice_date: "2023-02-05" },
            { id: 442, transaction_id: 32, total_amount: "578.77", merchant_name: "Walmart", invoice_date: "2023-10-16" },
            { id: 443, transaction_id: 225, total_amount: "1344.01", merchant_name: "Walmart", invoice_date: "2023-11-07" },
            { id: 444, transaction_id: 157, total_amount: "486.26", merchant_name: "Wayfair", invoice_date: "2023-06-14" },
            { id: 445, transaction_id: 176, total_amount: "656.21", merchant_name: "Costco", invoice_date: "2023-10-01" },
            { id: 446, transaction_id: 150, total_amount: "2535.47", merchant_name: "Nordstrom", invoice_date: "2023-12-18" },
            { id: 447, transaction_id: 241, total_amount: "173.93", merchant_name: "Etsy", invoice_date: "2023-12-28" },
            { id: 448, transaction_id: 132, total_amount: null, merchant_name: "eBay", invoice_date: "2023-01-25" },
            { id: 449, transaction_id: 102, total_amount: "3534.34", merchant_name: "Target", invoice_date: "2023-02-10" },
            { id: 450, transaction_id: 226, total_amount: "3578.57", merchant_name: "Shopify", invoice_date: "2023-11-05" },
            { id: 451, transaction_id: 84, total_amount: "1.63", merchant_name: "Nordstrom", invoice_date: "2023-03-23" },
            { id: 452, transaction_id: 4, total_amount: "4306.85", merchant_name: "Lowe's", invoice_date: "2023-10-06" },
            { id: 453, transaction_id: 42, total_amount: "1.71", merchant_name: null, invoice_date: "2023-10-14" },
            { id: 454, transaction_id: 263, total_amount: "159.34", merchant_name: "Wayfair", invoice_date: "2023-02-26" },
            { id: 455, transaction_id: 89, total_amount: "1152.88", merchant_name: "Amazon", invoice_date: "2023-10-05" },
            { id: 456, transaction_id: 124, total_amount: null, merchant_name: "Target", invoice_date: "2023-12-10" },
            { id: 457, transaction_id: 107, total_amount: "1594.84", merchant_name: null, invoice_date: "2023-02-01" },
            { id: 458, transaction_id: 73, total_amount: "4132.68", merchant_name: "Costco", invoice_date: "2023-12-11" },
            { id: 459, transaction_id: 273, total_amount: "180.32", merchant_name: "Target", invoice_date: "2023-05-02" },
            { id: 460, transaction_id: 48, total_amount: "4353.10", merchant_name: "Amazon", invoice_date: "2023-01-04" },
            { id: 461, transaction_id: 49, total_amount: "2010.82", merchant_name: "HomeDepot", invoice_date: "2023-11-22" },
            { id: 462, transaction_id: 160, total_amount: "813.07", merchant_name: "Etsy", invoice_date: "2023-12-04" },
            { id: 463, transaction_id: 33, total_amount: null, merchant_name: "Walmart", invoice_date: "2023-10-06" },
            { id: 464, transaction_id: 31, total_amount: "793.04", merchant_name: "Target", invoice_date: "2023-07-13" },
            { id: 465, transaction_id: 227, total_amount: "1632.62", merchant_name: "eBay", invoice_date: "2023-07-29" },
            { id: 466, transaction_id: 144, total_amount: "2.41", merchant_name: "eBay", invoice_date: "2023-11-21" },
            { id: 467, transaction_id: 49, total_amount: "673.59", merchant_name: "Amazon", invoice_date: "2023-04-04" },
            { id: 468, transaction_id: 177, total_amount: "1016.34", merchant_name: "Alibaba", invoice_date: "2023-11-18" },
            { id: 469, transaction_id: 255, total_amount: "474.25", merchant_name: "Amazon", invoice_date: "2023-07-06" },
            { id: 470, transaction_id: 103, total_amount: "10.73", merchant_name: "Walmart", invoice_date: "2023-02-23" },
            { id: 471, transaction_id: 86, total_amount: "458.63", merchant_name: "eBay", invoice_date: "2023-08-17" },
            { id: 472, transaction_id: 63, total_amount: "693.78", merchant_name: "Amazon", invoice_date: "2023-02-16" },
            { id: 473, transaction_id: 118, total_amount: "2279.01", merchant_name: "BestBuy", invoice_date: "2023-01-22" },
            { id: 474, transaction_id: 213, total_amount: "2696.76", merchant_name: "Overstock", invoice_date: "2023-09-17" },
            { id: 475, transaction_id: 119, total_amount: "474.96", merchant_name: "Sears", invoice_date: "2023-11-25" },
            { id: 476, transaction_id: 250, total_amount: "1300.52", merchant_name: null, invoice_date: "2023-08-09" },
            { id: 477, transaction_id: 267, total_amount: "1386.18", merchant_name: "Zalando", invoice_date: "2023-01-15" },
            { id: 478, transaction_id: 37, total_amount: "42.90", merchant_name: null, invoice_date: "2023-06-13" },
            { id: 479, transaction_id: 26, total_amount: "3961.84", merchant_name: "eBay", invoice_date: "2023-09-19" },
            { id: 480, transaction_id: 139, total_amount: "3598.94", merchant_name: "eBay", invoice_date: "2023-05-05" },
            { id: 481, transaction_id: 67, total_amount: "356.35", merchant_name: "Amazon", invoice_date: "2023-08-30" },
            { id: 482, transaction_id: 202, total_amount: "2620.02", merchant_name: "Kroger", invoice_date: "2023-07-28" },
            { id: 483, transaction_id: 233, total_amount: "3831.86", merchant_name: "Amazon", invoice_date: "2023-08-28" },
            { id: 484, transaction_id: 9, total_amount: "271.58", merchant_name: "eBay", invoice_date: "2023-03-24" },
            { id: 485, transaction_id: 200, total_amount: "1196.50", merchant_name: null, invoice_date: "2023-02-26" },
            { id: 486, transaction_id: 222, total_amount: "2511.25", merchant_name: "Target", invoice_date: "2023-11-16" },
            { id: 487, transaction_id: 142, total_amount: "1.02", merchant_name: "Newegg", invoice_date: "2023-02-02" },
            { id: 488, transaction_id: 138, total_amount: "2239.61", merchant_name: "Etsy", invoice_date: "2023-12-05" },
            { id: 489, transaction_id: 95, total_amount: "3651.33", merchant_name: "Target", invoice_date: "2023-08-20" },
            { id: 490, transaction_id: 137, total_amount: "4702.31", merchant_name: "eBay", invoice_date: "2023-01-18" },
        ],
    });
}

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