// Expense Tracker Records (expense-tracker-records) 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.categories), 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.categories.createMany({
        data: [
            { id: 1, name: "Travel", created_at: new Date("2023-10-03T10:09:19Z"), expense_type: "fixed", average_amount: "202.73" },
            { id: 2, name: "Subscriptions Clothing", created_at: new Date("2023-03-03T07:19:50Z"), expense_type: "variable", average_amount: "296.43" },
            { id: 3, name: "Healthcare Fees", created_at: new Date("2023-03-30T11:54:22Z"), expense_type: "fixed", average_amount: "372.67" },
            { id: 4, name: "Insurance", created_at: new Date("2022-04-03T08:20:49Z"), expense_type: "variable", average_amount: "215.14" },
            { id: 5, name: "Transport", created_at: new Date("2022-03-26T09:12:58Z"), expense_type: "fixed", average_amount: "973.22" },
            { id: 6, name: "Rent Miscellaneous", created_at: new Date("2022-10-08T21:21:11Z"), expense_type: "discretionary", average_amount: "650.53" },
            { id: 7, name: "Subscriptions", created_at: new Date("2022-08-09T03:44:42Z"), expense_type: "fixed", average_amount: "607.14" },
            { id: 8, name: "Clothing Miscellaneous", created_at: new Date("2022-04-04T16:28:14Z"), expense_type: "variable", average_amount: "553.49" },
            { id: 9, name: "Travel", created_at: new Date("2022-04-08T09:33:04Z"), expense_type: "fixed", average_amount: "571.99" },
            { id: 10, name: "Travel Repairs", created_at: new Date("2022-07-06T17:54:48Z"), expense_type: "variable", average_amount: "213.50" },
            { id: 11, name: "Dining Travel", created_at: new Date("2023-04-23T12:06:53Z"), expense_type: "discretionary", average_amount: "16.81" },
            { id: 12, name: "Utilities Groceries", created_at: new Date("2022-03-23T10:17:08Z"), expense_type: "discretionary", average_amount: "163.48" },
            { id: 13, name: "Repairs Taxes", created_at: new Date("2022-10-31T06:14:51Z"), expense_type: "fixed", average_amount: "834.59" },
            { id: 14, name: "Travel Healthcare", created_at: new Date("2022-12-18T11:06:45Z"), expense_type: "discretionary", average_amount: "153.90" },
            { id: 15, name: "Taxes Dining", created_at: new Date("2023-05-12T07:43:41Z"), expense_type: "fixed", average_amount: "58.57" },
        ],
    });
    await prisma.users.createMany({
        data: [
            { id: 1, full_name: "Victor Flores", email: "victor.flores@example.net", created_at: new Date("2022-05-29T14:21:44Z") },
            { id: 2, full_name: "Ana Adams", email: "ana.adams@example.org", created_at: new Date("2022-11-01T15:55:02Z") },
            { id: 3, full_name: null, email: null, created_at: new Date("2023-08-10T14:29:17Z") },
            { id: 4, full_name: "Emma Shah", email: "emma.shah@example.org", created_at: new Date("2022-08-26T08:57:50Z") },
            { id: 5, full_name: "Mila Pereira", email: "mila.pereira@example.net", created_at: new Date("2023-04-05T14:04:24Z") },
            { id: 6, full_name: "Amir Silva", email: "amir.silva@example.com", created_at: new Date("2023-09-07T15:46:50Z") },
            { id: 7, full_name: "Tariq Weber", email: "tariq.weber@example.org", created_at: new Date("2023-09-26T14:07:19Z") },
            { id: 8, full_name: "Ruby Singh", email: "ruby.singh@example.com", created_at: new Date("2023-05-11T09:08:14Z") },
            { id: 9, full_name: "Maja Evans", email: "maja.evans@example.net", created_at: new Date("2023-02-25T02:46:10Z") },
            { id: 10, full_name: "Noah Wagner", email: "noah.wagner@example.org", created_at: new Date("2023-03-29T18:23:15Z") },
            { id: 11, full_name: "Mei Miller", email: "mei.miller@example.org", created_at: new Date("2022-09-20T15:21:12Z") },
            { id: 12, full_name: null, email: null, created_at: new Date("2023-01-07T12:50:02Z") },
            { id: 13, full_name: "Deniz Schneider", email: "deniz.schneider@example.com", created_at: new Date("2023-10-19T10:20:13Z") },
            { id: 14, full_name: "Maja Andersen", email: "maja.andersen@example.com", created_at: new Date("2022-03-06T15:04:15Z") },
            { id: 15, full_name: "Nina Sousa", email: "nina.sousa@example.com", created_at: new Date("2023-06-30T12:32:45Z") },
            { id: 16, full_name: "Ben Patel", email: "ben.patel@example.net", created_at: new Date("2023-02-01T19:27:45Z") },
            { id: 17, full_name: "Sofia Martin", email: "sofia.martin@example.com", created_at: new Date("2023-08-24T15:24:59Z") },
            { id: 18, full_name: null, email: null, created_at: new Date("2023-09-28T09:54:02Z") },
            { id: 19, full_name: "Victor Murphy", email: "victor.murphy@example.net", created_at: new Date("2023-07-04T05:51:43Z") },
            { id: 20, full_name: "Fatima Kumar", email: "fatima.kumar@example.net", created_at: new Date("2023-05-03T12:38:11Z") },
            { id: 21, full_name: "Mila Meyer", email: "mila.meyer@example.net", created_at: new Date("2023-05-26T15:12:21Z") },
            { id: 22, full_name: "Maya Weber", email: "maya.weber@example.com", created_at: new Date("2022-02-18T14:40:31Z") },
            { id: 23, full_name: "Victor Young", email: "victor.young@example.org", created_at: new Date("2022-08-17T16:10:32Z") },
            { id: 24, full_name: "Laura Kaya", email: "laura.kaya@example.net", created_at: new Date("2022-02-23T09:05:40Z") },
            { id: 25, full_name: "Karim Wright", email: "karim.wright@example.org", created_at: new Date("2023-04-06T00:14:08Z") },
            { id: 26, full_name: "Omar Singh", email: "omar.singh@example.net", created_at: new Date("2022-10-27T16:55:58Z") },
            { id: 27, full_name: "Nour Demir", email: "nour.demir@example.net", created_at: new Date("2023-09-14T17:55:24Z") },
            { id: 28, full_name: "Deniz Ruiz", email: "deniz.ruiz@example.com", created_at: new Date("2023-11-12T15:33:28Z") },
            { id: 29, full_name: "Elena Wang", email: "elena.wang@example.net", created_at: new Date("2023-08-26T15:12:48Z") },
            { id: 30, full_name: "Sara Demir", email: "sara.demir@example.net", created_at: new Date("2022-07-29T16:50:49Z") },
            { id: 31, full_name: "Maja Smith", email: null, created_at: new Date("2022-04-05T08:37:55Z") },
            { id: 32, full_name: "Daniel Almeida", email: "daniel.almeida@example.org", created_at: new Date("2022-09-04T09:36:34Z") },
            { id: 33, full_name: "Laura Zhang", email: "laura.zhang@example.com", created_at: new Date("2023-06-21T14:45:09Z") },
            { id: 34, full_name: null, email: null, created_at: new Date("2023-12-10T08:12:13Z") },
            { id: 35, full_name: "Uma Kumar", email: "uma.kumar@example.net", created_at: new Date("2022-12-05T10:35:08Z") },
            { id: 36, full_name: "Jade Wilson", email: "jade.wilson@example.org", created_at: new Date("2023-08-24T10:46:25Z") },
            { id: 37, full_name: "James Yilmaz", email: "james.yilmaz@example.org", created_at: new Date("2022-11-03T07:39:36Z") },
            { id: 38, full_name: "Chen Kim", email: "chen.kim@example.com", created_at: new Date("2022-07-15T10:44:06Z") },
            { id: 39, full_name: "Theo Klein", email: "theo.klein@example.org", created_at: new Date("2023-06-08T17:50:01Z") },
            { id: 40, full_name: "Nour Costa", email: "nour.costa@example.org", created_at: new Date("2022-07-30T10:40:15Z") },
            { id: 41, full_name: "Ethan Castro", email: "ethan.castro@example.com", created_at: new Date("2022-09-22T12:22:01Z") },
            { id: 42, full_name: "Maria Becker", email: null, created_at: new Date("2023-09-15T16:37:59Z") },
            { id: 43, full_name: "Mei Schmidt", email: "mei.schmidt@example.org", created_at: new Date("2022-11-07T12:48:36Z") },
            { id: 44, full_name: "Victor Demir", email: "victor.demir@example.net", created_at: new Date("2022-09-03T13:42:41Z") },
            { id: 45, full_name: "Wei Murphy", email: "wei.murphy@example.com", created_at: new Date("2022-08-30T15:01:43Z") },
            { id: 46, full_name: "Theo Fischer", email: "theo.fischer@example.net", created_at: new Date("2023-05-11T12:06:04Z") },
            { id: 47, full_name: "Hana Wright", email: "hana.wright@example.net", created_at: new Date("2023-09-23T15:16:02Z") },
            { id: 48, full_name: "Yusuf Smith", email: "yusuf.smith@example.net", created_at: new Date("2023-07-04T13:32:51Z") },
            { id: 49, full_name: "Chen Young", email: "chen.young@example.net", created_at: new Date("2023-06-03T08:41:21Z") },
            { id: 50, full_name: "Sara Lee", email: "sara.lee@example.net", created_at: new Date("2022-11-26T08:26:02Z") },
            { id: 51, full_name: "Pedro Kaya", email: "pedro.kaya@example.net", created_at: new Date("2023-12-06T14:26:02Z") },
            { id: 52, full_name: "Mei Wang", email: "mei.wang@example.net", created_at: new Date("2023-08-19T07:30:52Z") },
            { id: 53, full_name: "Marco Chen", email: "marco.chen@example.com", created_at: new Date("2022-04-15T15:02:42Z") },
            { id: 54, full_name: null, email: null, created_at: new Date("2023-04-14T13:00:12Z") },
            { id: 55, full_name: "Theo Gomez", email: "theo.gomez@example.net", created_at: new Date("2023-08-14T13:37:36Z") },
            { id: 56, full_name: "Hana Tanaka", email: "hana.tanaka@example.net", created_at: new Date("2023-05-05T16:02:20Z") },
            { id: 57, full_name: "Noah Murphy", email: "noah.murphy@example.org", created_at: new Date("2022-09-03T10:10:47Z") },
            { id: 58, full_name: "Daniel Evans", email: "daniel.evans@example.com", created_at: new Date("2023-05-04T18:06:29Z") },
            { id: 59, full_name: "Alice Demir", email: "alice.demir@example.net", created_at: new Date("2022-12-05T10:35:19Z") },
            { id: 60, full_name: "Elif Patel", email: null, created_at: new Date("2022-06-10T15:54:01Z") },
            { id: 61, full_name: null, email: null, created_at: new Date("2022-04-10T13:50:18Z") },
            { id: 62, full_name: "Uma Reyes", email: "uma.reyes@example.org", created_at: new Date("2023-08-10T16:09:47Z") },
            { id: 63, full_name: "Olivia Ali", email: "olivia.ali@example.org", created_at: new Date("2022-02-23T13:44:48Z") },
            { id: 64, full_name: "Yusuf Taylor", email: "yusuf.taylor@example.com", created_at: new Date("2022-10-03T09:16:39Z") },
            { id: 65, full_name: "Arjun Hughes", email: "arjun.hughes@example.org", created_at: new Date("2023-11-22T09:28:24Z") },
            { id: 66, full_name: "Mateo Shah", email: "mateo.shah@example.net", created_at: new Date("2022-07-02T11:27:26Z") },
            { id: 67, full_name: "Jade Ahmed", email: "jade.ahmed@example.net", created_at: new Date("2023-05-19T09:20:51Z") },
            { id: 68, full_name: "James Park", email: "james.park@example.com", created_at: new Date("2022-01-31T02:09:51Z") },
            { id: 69, full_name: "Sven Bennett", email: "sven.bennett@example.net", created_at: new Date("2022-06-06T11:42:33Z") },
            { id: 70, full_name: null, email: null, created_at: new Date("2023-06-17T11:17:10Z") },
            { id: 71, full_name: "Maja Bennett", email: "maja.bennett@example.org", created_at: new Date("2022-09-24T15:04:33Z") },
            { id: 72, full_name: "Yusuf Chen", email: "yusuf.chen@example.org", created_at: new Date("2023-03-22T10:14:46Z") },
            { id: 73, full_name: "Maya Nakamura", email: "maya.nakamura@example.org", created_at: new Date("2022-08-27T16:58:53Z") },
            { id: 74, full_name: "Selin Patel", email: null, created_at: new Date("2023-12-23T10:21:15Z") },
            { id: 75, full_name: "Leo Hansen", email: "leo.hansen@example.com", created_at: new Date("2022-01-22T12:41:56Z") },
            { id: 76, full_name: "David Wagner", email: "david.wagner@example.org", created_at: new Date("2022-01-01T16:12:30Z") },
            { id: 77, full_name: "Ibrahim Jansen", email: "ibrahim.jansen@example.org", created_at: new Date("2022-03-08T11:43:10Z") },
            { id: 78, full_name: "Selin Clark", email: "selin.clark@example.com", created_at: new Date("2022-12-13T12:53:38Z") },
            { id: 79, full_name: "Theo Taylor", email: "theo.taylor@example.org", created_at: new Date("2022-01-30T14:00:47Z") },
            { id: 80, full_name: "Chloe Taylor", email: "chloe.taylor@example.net", created_at: new Date("2022-05-16T20:57:46Z") },
            { id: 81, full_name: "Jack Sousa", email: null, created_at: new Date("2023-08-26T08:51:09Z") },
            { id: 82, full_name: "Noah Miller", email: "noah.miller@example.org", created_at: new Date("2022-05-06T09:40:30Z") },
            { id: 83, full_name: "Sofia Schmidt", email: "sofia.schmidt@example.net", created_at: new Date("2023-01-16T12:28:18Z") },
            { id: 84, full_name: "Felix Park", email: "felix.park@example.net", created_at: new Date("2023-01-13T09:49:29Z") },
            { id: 85, full_name: "Daniel Silva", email: null, created_at: new Date("2023-06-23T09:05:11Z") },
            { id: 86, full_name: "Isaac Becker", email: "isaac.becker@example.net", created_at: new Date("2023-05-29T09:45:51Z") },
            { id: 87, full_name: "Hugo Larsen", email: null, created_at: new Date("2023-01-12T06:09:06Z") },
            { id: 88, full_name: "Omar Lee", email: "omar.lee@example.org", created_at: new Date("2023-04-23T09:10:14Z") },
            { id: 89, full_name: "Hannah Kim", email: "hannah.kim@example.org", created_at: new Date("2022-07-06T14:06:11Z") },
            { id: 90, full_name: "Maya Nakamura", email: "maya.nakamura@example.com", created_at: new Date("2023-02-13T16:32:29Z") },
            { id: 91, full_name: null, email: null, created_at: new Date("2022-06-14T11:54:16Z") },
            { id: 92, full_name: "Theo Shah", email: null, created_at: new Date("2023-12-11T07:46:18Z") },
            { id: 93, full_name: "Ines Garcia", email: "ines.garcia@example.org", created_at: new Date("2022-06-18T16:50:14Z") },
            { id: 94, full_name: "Maya Oliveira", email: "maya.oliveira@example.org", created_at: new Date("2023-08-05T14:26:31Z") },
            { id: 95, full_name: "James Schneider", email: "james.schneider@example.net", created_at: new Date("2023-05-30T11:37:39Z") },
            { id: 96, full_name: "Omar Weber", email: "omar.weber@example.com", created_at: new Date("2023-03-08T13:02:10Z") },
            { id: 97, full_name: null, email: null, created_at: new Date("2023-02-06T19:50:13Z") },
            { id: 98, full_name: "Paula Sousa", email: "paula.sousa@example.net", created_at: new Date("2023-07-08T15:42:30Z") },
            { id: 99, full_name: "Deniz Costa", email: "deniz.costa@example.org", created_at: new Date("2023-10-28T10:58:57Z") },
            { id: 100, full_name: "Mohamed Wagner", email: "mohamed.wagner@example.com", created_at: new Date("2023-07-18T13:19:13Z") },
            { id: 101, full_name: "Julia Kaya", email: "julia.kaya@example.net", created_at: new Date("2023-01-31T12:14:46Z") },
            { id: 102, full_name: "Ines Demir", email: "ines.demir@example.net", created_at: new Date("2023-12-08T17:13:23Z") },
            { id: 103, full_name: "Emma Wilson", email: "emma.wilson@example.net", created_at: new Date("2022-04-24T13:20:29Z") },
            { id: 104, full_name: "Tariq Wang", email: "tariq.wang@example.net", created_at: new Date("2023-06-05T11:27:25Z") },
            { id: 105, full_name: "Nadia Carter", email: "nadia.carter@example.org", created_at: new Date("2023-08-11T13:08:56Z") },
            { id: 106, full_name: "Olivia Larsen", email: "olivia.larsen@example.net", created_at: new Date("2023-09-26T18:53:12Z") },
            { id: 107, full_name: null, email: null, created_at: new Date("2023-07-05T07:18:56Z") },
            { id: 108, full_name: "Alice Weber", email: "alice.weber@example.org", created_at: new Date("2023-01-02T07:54:58Z") },
            { id: 109, full_name: "Jonas Gupta", email: "jonas.gupta@example.com", created_at: new Date("2023-12-15T09:47:35Z") },
            { id: 110, full_name: null, email: null, created_at: new Date("2023-06-16T11:14:18Z") },
            { id: 111, full_name: "Sara Hoffmann", email: null, created_at: new Date("2022-06-21T15:20:47Z") },
            { id: 112, full_name: "Ravi Davis", email: "ravi.davis@example.com", created_at: new Date("2023-04-29T13:07:13Z") },
            { id: 113, full_name: "Hugo Ibrahim", email: null, created_at: new Date("2023-08-23T11:39:55Z") },
            { id: 114, full_name: "Chen Weber", email: "chen.weber@example.net", created_at: new Date("2023-04-22T18:39:48Z") },
            { id: 115, full_name: "Arjun Wilson", email: "arjun.wilson@example.org", created_at: new Date("2023-10-28T08:44:57Z") },
            { id: 116, full_name: "Daniel Patel", email: "daniel.patel@example.org", created_at: new Date("2023-06-01T11:23:45Z") },
            { id: 117, full_name: "Maja Walker", email: null, created_at: new Date("2022-02-18T18:56:00Z") },
            { id: 118, full_name: "Isaac Larsen", email: "isaac.larsen@example.org", created_at: new Date("2022-12-22T13:07:13Z") },
            { id: 119, full_name: "Ivan Wilson", email: "ivan.wilson@example.org", created_at: new Date("2022-11-18T16:28:49Z") },
            { id: 120, full_name: "Victor Sousa", email: "victor.sousa@example.net", created_at: new Date("2023-02-13T11:01:28Z") },
            { id: 121, full_name: "Pedro Becker", email: "pedro.becker@example.com", created_at: new Date("2022-04-08T08:52:39Z") },
            { id: 122, full_name: "Karim Vargas", email: "karim.vargas@example.net", created_at: new Date("2023-05-27T11:42:57Z") },
            { id: 123, full_name: "Liam Murphy", email: "liam.murphy@example.net", created_at: new Date("2023-02-01T09:39:30Z") },
            { id: 124, full_name: "Ruby Flores", email: "ruby.flores@example.com", created_at: new Date("2023-07-17T14:38:23Z") },
            { id: 125, full_name: null, email: null, created_at: new Date("2022-10-25T13:10:24Z") },
            { id: 126, full_name: "Omar Kim", email: "omar.kim@example.org", created_at: new Date("2023-04-01T13:57:39Z") },
            { id: 127, full_name: "Carlos Kaya", email: null, created_at: new Date("2022-12-21T15:54:28Z") },
            { id: 128, full_name: "Andre Torres", email: "andre.torres@example.com", created_at: new Date("2023-10-18T11:54:25Z") },
            { id: 129, full_name: "Ivan Murphy", email: "ivan.murphy@example.net", created_at: new Date("2022-02-09T09:10:01Z") },
            { id: 130, full_name: "Andre Miller", email: "andre.miller@example.com", created_at: new Date("2022-04-02T13:31:15Z") },
            { id: 131, full_name: "Wei Mendes", email: "wei.mendes@example.com", created_at: new Date("2023-01-22T20:23:49Z") },
            { id: 132, full_name: "David Meyer", email: "david.meyer@example.com", created_at: new Date("2022-01-11T16:19:46Z") },
            { id: 133, full_name: "Jonas Lee", email: "jonas.lee@example.org", created_at: new Date("2022-07-10T15:39:01Z") },
            { id: 134, full_name: "Lena Costa", email: "lena.costa@example.org", created_at: new Date("2022-07-23T19:40:04Z") },
            { id: 135, full_name: "Tomas Fischer", email: "tomas.fischer@example.org", created_at: new Date("2022-07-04T09:28:51Z") },
            { id: 136, full_name: "Tariq Evans", email: "tariq.evans@example.com", created_at: new Date("2022-11-25T16:26:02Z") },
            { id: 137, full_name: "Wei Bauer", email: "wei.bauer@example.org", created_at: new Date("2022-11-09T12:26:35Z") },
            { id: 138, full_name: "Uma Ahmed", email: "uma.ahmed@example.net", created_at: new Date("2023-04-13T08:26:07Z") },
            { id: 139, full_name: "Kai Smith", email: "kai.smith@example.net", created_at: new Date("2022-01-05T10:37:23Z") },
            { id: 140, full_name: "Carla Sousa", email: "carla.sousa@example.org", created_at: new Date("2022-01-02T13:03:06Z") },
            { id: 141, full_name: null, email: null, created_at: new Date("2022-06-18T11:35:17Z") },
            { id: 142, full_name: "Alice Shah", email: "alice.shah@example.com", created_at: new Date("2023-05-02T19:59:49Z") },
            { id: 143, full_name: "Ibrahim Weber", email: "ibrahim.weber@example.org", created_at: new Date("2022-03-10T10:14:56Z") },
            { id: 144, full_name: "Fatima Singh", email: "fatima.singh@example.org", created_at: new Date("2023-07-24T14:05:23Z") },
            { id: 145, full_name: "Yusuf Wilson", email: "yusuf.wilson@example.com", created_at: new Date("2022-12-11T17:52:01Z") },
            { id: 146, full_name: "Laura Oliveira", email: "laura.oliveira@example.com", created_at: new Date("2023-05-02T14:47:16Z") },
            { id: 147, full_name: "Priya Baker", email: null, created_at: new Date("2023-01-13T10:20:09Z") },
            { id: 148, full_name: "Ben Adams", email: "ben.adams@example.com", created_at: new Date("2023-03-18T12:56:08Z") },
            { id: 149, full_name: null, email: null, created_at: new Date("2022-06-10T13:23:00Z") },
            { id: 150, full_name: null, email: null, created_at: new Date("2023-03-06T11:04:11Z") },
            { id: 151, full_name: "Jack Kim", email: "jack.kim@example.org", created_at: new Date("2023-02-09T17:12:16Z") },
            { id: 152, full_name: null, email: null, created_at: new Date("2022-03-09T19:18:32Z") },
            { id: 153, full_name: "Victor Hassan", email: "victor.hassan@example.net", created_at: new Date("2022-08-08T10:45:13Z") },
            { id: 154, full_name: "Ruby Taylor", email: null, created_at: new Date("2022-10-21T10:31:20Z") },
            { id: 155, full_name: "Jade Almeida", email: "jade.almeida@example.com", created_at: new Date("2023-01-13T13:50:16Z") },
            { id: 156, full_name: null, email: null, created_at: new Date("2023-06-20T10:16:32Z") },
            { id: 157, full_name: "Maria Cruz", email: "maria.cruz@example.org", created_at: new Date("2023-09-25T09:23:40Z") },
            { id: 158, full_name: "James Wilson", email: "james.wilson@example.org", created_at: new Date("2023-02-18T08:16:43Z") },
            { id: 159, full_name: "Arjun Kowalski", email: "arjun.kowalski@example.org", created_at: new Date("2022-03-07T10:51:25Z") },
            { id: 160, full_name: "Olivia Schmidt", email: "olivia.schmidt@example.com", created_at: new Date("2023-07-07T10:17:49Z") },
            { id: 161, full_name: "James Ibrahim", email: "james.ibrahim@example.com", created_at: new Date("2022-11-09T11:38:20Z") },
            { id: 162, full_name: "Ines Ali", email: "ines.ali@example.org", created_at: new Date("2022-10-26T11:56:56Z") },
            { id: 163, full_name: "Tomas Carter", email: "tomas.carter@example.org", created_at: new Date("2023-02-28T15:50:40Z") },
            { id: 164, full_name: "Victor Meyer", email: "victor.meyer@example.com", created_at: new Date("2023-11-29T08:04:38Z") },
            { id: 165, full_name: "Hana Pereira", email: "hana.pereira@example.com", created_at: new Date("2022-06-24T09:49:52Z") },
            { id: 166, full_name: null, email: null, created_at: new Date("2022-06-11T09:11:42Z") },
            { id: 167, full_name: "Nadia Demir", email: "nadia.demir@example.org", created_at: new Date("2023-10-22T11:49:09Z") },
            { id: 168, full_name: "Tariq Hansen", email: "tariq.hansen@example.com", created_at: new Date("2022-08-26T11:32:19Z") },
            { id: 169, full_name: "Chen Murphy", email: "chen.murphy@example.org", created_at: new Date("2023-12-21T13:10:40Z") },
            { id: 170, full_name: "Hugo Wilson", email: "hugo.wilson@example.com", created_at: new Date("2023-03-02T20:57:37Z") },
            { id: 171, full_name: "Zoe Ahmed", email: "zoe.ahmed@example.net", created_at: new Date("2022-06-30T10:29:56Z") },
            { id: 172, full_name: "Rosa Bennett", email: "rosa.bennett@example.net", created_at: new Date("2022-01-07T14:46:32Z") },
            { id: 173, full_name: "Daniel Ali", email: "daniel.ali@example.com", created_at: new Date("2022-12-25T10:53:42Z") },
            { id: 174, full_name: "Mateo Oliveira", email: "mateo.oliveira@example.com", created_at: new Date("2023-10-20T20:33:43Z") },
            { id: 175, full_name: "Sara Johnson", email: "sara.johnson@example.com", created_at: new Date("2022-03-10T13:16:23Z") },
            { id: 176, full_name: "David Bennett", email: "david.bennett@example.net", created_at: new Date("2022-03-09T13:29:53Z") },
            { id: 177, full_name: "Elif Bauer", email: "elif.bauer@example.net", created_at: new Date("2022-01-26T15:22:21Z") },
            { id: 178, full_name: "Lucas Young", email: "lucas.young@example.net", created_at: new Date("2023-07-07T11:24:52Z") },
            { id: 179, full_name: "Sara Becker", email: "sara.becker@example.net", created_at: new Date("2022-07-16T09:10:52Z") },
            { id: 180, full_name: "Emma Silva", email: "emma.silva@example.net", created_at: new Date("2022-12-24T11:35:24Z") },
            { id: 181, full_name: "Omar Hassan", email: "omar.hassan@example.net", created_at: new Date("2023-05-19T10:43:26Z") },
            { id: 182, full_name: "Amir Bauer", email: "amir.bauer@example.net", created_at: new Date("2023-07-16T13:40:32Z") },
            { id: 183, full_name: "Omar Weber", email: "omar.weber@example.com", created_at: new Date("2023-09-27T10:11:50Z") },
            { id: 184, full_name: "Maja Walker", email: "maja.walker@example.net", created_at: new Date("2023-10-27T15:36:59Z") },
            { id: 185, full_name: "Arjun Diaz", email: "arjun.diaz@example.net", created_at: new Date("2023-07-10T12:29:25Z") },
            { id: 186, full_name: "Uma Clark", email: "uma.clark@example.com", created_at: new Date("2022-04-24T13:58:17Z") },
            { id: 187, full_name: "Olivia Weber", email: "olivia.weber@example.org", created_at: new Date("2023-03-08T08:46:08Z") },
            { id: 188, full_name: "Diego Hughes", email: "diego.hughes@example.com", created_at: new Date("2023-10-13T08:53:02Z") },
            { id: 189, full_name: "Yusuf Miller", email: "yusuf.miller@example.org", created_at: new Date("2023-03-09T07:40:56Z") },
            { id: 190, full_name: null, email: null, created_at: new Date("2023-06-08T10:22:43Z") },
            { id: 191, full_name: "Nadia Jansen", email: "nadia.jansen@example.net", created_at: new Date("2023-07-23T10:58:42Z") },
            { id: 192, full_name: "Maya Schneider", email: "maya.schneider@example.net", created_at: new Date("2022-01-06T12:21:39Z") },
            { id: 193, full_name: "Carlos Becker", email: "carlos.becker@example.net", created_at: new Date("2023-12-29T21:43:01Z") },
            { id: 194, full_name: "Uma Bauer", email: "uma.bauer@example.net", created_at: new Date("2022-01-18T10:00:25Z") },
            { id: 195, full_name: null, email: null, created_at: new Date("2023-09-11T12:31:27Z") },
            { id: 196, full_name: "Carlos Adams", email: "carlos.adams@example.org", created_at: new Date("2022-10-19T14:25:29Z") },
            { id: 197, full_name: "Jonas Nguyen", email: "jonas.nguyen@example.net", created_at: new Date("2022-01-13T14:22:53Z") },
            { id: 198, full_name: "Mila Demir", email: "mila.demir@example.com", created_at: new Date("2023-06-16T13:40:31Z") },
            { id: 199, full_name: "Fatima Chen", email: "fatima.chen@example.com", created_at: new Date("2023-06-12T09:05:53Z") },
            { id: 200, full_name: "Emma Garcia", email: "emma.garcia@example.net", created_at: new Date("2022-06-16T13:58:21Z") },
        ],
    });
    await prisma.budgets.createMany({
        data: [
            { id: 1, user_id: 127, category_id: 13, budget_amount: "1333.36", start_date: new Date("2023-02-28T13:51:36Z"), end_date: new Date("2023-07-13T03:13:01Z") },
            { id: 2, user_id: 157, category_id: 15, budget_amount: "4781.92", start_date: new Date("2023-07-28T06:14:43Z"), end_date: new Date("2023-07-01T20:52:42Z") },
            { id: 3, user_id: 194, category_id: 11, budget_amount: "526.48", start_date: new Date("2022-12-22T13:34:41Z"), end_date: new Date("2023-07-25T19:07:18Z") },
            { id: 4, user_id: 4, category_id: 6, budget_amount: "219.72", start_date: new Date("2022-11-02T12:04:51Z"), end_date: new Date("2022-12-23T12:06:47Z") },
            { id: 5, user_id: 88, category_id: 13, budget_amount: "1716.37", start_date: new Date("2023-04-27T13:15:13Z"), end_date: new Date("2022-07-23T09:01:06Z") },
            { id: 6, user_id: 39, category_id: 15, budget_amount: "22.42", start_date: new Date("2022-10-19T09:38:28Z"), end_date: new Date("2022-11-14T23:33:56Z") },
            { id: 7, user_id: 87, category_id: 2, budget_amount: "1709.52", start_date: new Date("2023-10-12T14:03:53Z"), end_date: new Date("2023-09-04T09:31:34Z") },
            { id: 8, user_id: 166, category_id: 13, budget_amount: "3485.09", start_date: new Date("2023-01-23T07:58:07Z"), end_date: new Date("2023-10-08T02:11:14Z") },
            { id: 9, user_id: 32, category_id: 1, budget_amount: "804.61", start_date: new Date("2023-10-12T20:37:37Z"), end_date: new Date("2023-04-06T13:36:01Z") },
            { id: 10, user_id: 60, category_id: 4, budget_amount: "197.81", start_date: new Date("2022-01-05T19:26:30Z"), end_date: new Date("2023-04-19T14:17:32Z") },
            { id: 11, user_id: 68, category_id: 15, budget_amount: "3524.77", start_date: new Date("2023-06-23T19:23:49Z"), end_date: new Date("2022-01-05T22:47:02Z") },
            { id: 12, user_id: 68, category_id: 6, budget_amount: "1595.77", start_date: new Date("2023-04-16T23:05:47Z"), end_date: new Date("2022-06-24T21:42:01Z") },
            { id: 13, user_id: 35, category_id: 11, budget_amount: "246.22", start_date: new Date("2022-04-08T19:18:37Z"), end_date: new Date("2022-01-29T09:35:38Z") },
            { id: 14, user_id: 138, category_id: 4, budget_amount: "66.01", start_date: new Date("2023-02-09T23:02:01Z"), end_date: new Date("2023-11-24T07:53:41Z") },
            { id: 15, user_id: 30, category_id: 8, budget_amount: "3624.38", start_date: new Date("2023-12-10T05:45:32Z"), end_date: new Date("2023-09-09T08:24:24Z") },
            { id: 16, user_id: 59, category_id: 10, budget_amount: "3241.41", start_date: new Date("2023-09-23T12:13:17Z"), end_date: new Date("2022-11-27T23:33:45Z") },
            { id: 17, user_id: 26, category_id: 15, budget_amount: "240.25", start_date: new Date("2023-10-17T01:53:35Z"), end_date: new Date("2023-08-02T16:50:16Z") },
            { id: 18, user_id: 60, category_id: 8, budget_amount: "426.11", start_date: new Date("2022-06-17T08:19:16Z"), end_date: new Date("2023-02-25T09:51:51Z") },
            { id: 19, user_id: 54, category_id: 5, budget_amount: "3873.71", start_date: new Date("2023-11-24T22:13:33Z"), end_date: new Date("2022-11-28T22:04:25Z") },
            { id: 20, user_id: 127, category_id: 13, budget_amount: "1649.09", start_date: new Date("2023-11-08T11:13:52Z"), end_date: new Date("2023-03-03T15:14:33Z") },
            { id: 21, user_id: 127, category_id: 10, budget_amount: "2715.88", start_date: new Date("2023-11-11T20:21:33Z"), end_date: new Date("2022-06-21T00:11:54Z") },
            { id: 22, user_id: 178, category_id: 5, budget_amount: "1976.37", start_date: new Date("2022-11-23T12:06:43Z"), end_date: new Date("2022-07-04T10:12:10Z") },
            { id: 23, user_id: 199, category_id: 6, budget_amount: "3176.59", start_date: new Date("2023-10-15T08:51:57Z"), end_date: new Date("2023-09-06T15:14:46Z") },
            { id: 24, user_id: 33, category_id: 5, budget_amount: null, start_date: new Date("2023-01-10T11:21:43Z"), end_date: new Date("2023-02-16T12:26:51Z") },
            { id: 25, user_id: 44, category_id: 6, budget_amount: "991.77", start_date: new Date("2022-01-11T20:49:08Z"), end_date: new Date("2022-06-12T21:53:51Z") },
            { id: 26, user_id: 15, category_id: 5, budget_amount: "4428.59", start_date: new Date("2022-12-23T19:21:05Z"), end_date: new Date("2023-05-15T12:07:34Z") },
            { id: 27, user_id: 19, category_id: 9, budget_amount: "23.48", start_date: new Date("2023-11-05T15:52:49Z"), end_date: new Date("2023-08-02T13:30:32Z") },
            { id: 28, user_id: 125, category_id: 14, budget_amount: "2426.73", start_date: new Date("2023-07-11T12:35:32Z"), end_date: new Date("2023-01-02T06:54:27Z") },
            { id: 29, user_id: 28, category_id: 11, budget_amount: "227.05", start_date: new Date("2023-07-15T04:46:49Z"), end_date: new Date("2022-06-30T02:27:52Z") },
            { id: 30, user_id: 183, category_id: 4, budget_amount: "216.51", start_date: new Date("2022-12-26T18:14:33Z"), end_date: new Date("2022-10-20T10:44:54Z") },
            { id: 31, user_id: 53, category_id: 1, budget_amount: "3529.60", start_date: new Date("2022-03-24T20:33:39Z"), end_date: new Date("2023-09-24T19:55:06Z") },
            { id: 32, user_id: 84, category_id: 9, budget_amount: "2527.34", start_date: new Date("2022-08-10T08:56:05Z"), end_date: new Date("2022-01-28T12:30:23Z") },
            { id: 33, user_id: 85, category_id: 9, budget_amount: "177.18", start_date: new Date("2022-04-07T16:26:21Z"), end_date: new Date("2023-05-27T15:18:16Z") },
            { id: 34, user_id: 132, category_id: 10, budget_amount: "1544.86", start_date: new Date("2023-03-13T08:30:21Z"), end_date: new Date("2023-11-18T07:49:17Z") },
            { id: 35, user_id: 116, category_id: 15, budget_amount: "37.24", start_date: new Date("2023-06-14T02:17:48Z"), end_date: new Date("2023-06-15T16:09:53Z") },
            { id: 36, user_id: 51, category_id: 13, budget_amount: "3880.00", start_date: new Date("2022-03-19T20:58:45Z"), end_date: new Date("2023-07-12T18:33:52Z") },
            { id: 37, user_id: 102, category_id: 6, budget_amount: "1920.73", start_date: new Date("2023-09-28T12:37:56Z"), end_date: new Date("2023-06-01T15:43:31Z") },
            { id: 38, user_id: 101, category_id: 12, budget_amount: "14.89", start_date: new Date("2022-11-23T03:23:21Z"), end_date: new Date("2023-09-09T17:27:37Z") },
            { id: 39, user_id: 200, category_id: 14, budget_amount: "2452.00", start_date: new Date("2023-08-05T20:32:56Z"), end_date: new Date("2022-01-16T12:28:48Z") },
            { id: 40, user_id: 189, category_id: 4, budget_amount: "2354.64", start_date: new Date("2023-02-10T13:36:21Z"), end_date: new Date("2022-02-03T19:17:26Z") },
            { id: 41, user_id: 101, category_id: 8, budget_amount: "348.21", start_date: new Date("2023-03-12T02:58:11Z"), end_date: new Date("2023-05-04T00:48:52Z") },
            { id: 42, user_id: 91, category_id: 14, budget_amount: "2356.71", start_date: new Date("2022-12-22T13:41:48Z"), end_date: new Date("2023-09-17T08:15:34Z") },
            { id: 43, user_id: 21, category_id: 10, budget_amount: "369.97", start_date: new Date("2023-06-26T09:42:13Z"), end_date: new Date("2022-09-01T02:22:04Z") },
            { id: 44, user_id: 52, category_id: 6, budget_amount: null, start_date: new Date("2023-09-23T15:38:04Z"), end_date: new Date("2023-05-27T05:17:59Z") },
            { id: 45, user_id: 173, category_id: 13, budget_amount: "1466.09", start_date: new Date("2023-02-08T15:24:39Z"), end_date: new Date("2022-10-31T00:04:16Z") },
            { id: 46, user_id: 156, category_id: 11, budget_amount: "258.73", start_date: new Date("2022-01-06T06:05:36Z"), end_date: new Date("2023-03-24T10:47:29Z") },
            { id: 47, user_id: 113, category_id: 9, budget_amount: "1519.98", start_date: new Date("2023-05-01T04:13:40Z"), end_date: new Date("2023-02-25T00:42:45Z") },
            { id: 48, user_id: 91, category_id: 10, budget_amount: "2333.43", start_date: new Date("2022-02-21T10:04:13Z"), end_date: new Date("2023-10-24T19:00:51Z") },
            { id: 49, user_id: 182, category_id: 6, budget_amount: "3764.92", start_date: new Date("2023-10-13T13:59:01Z"), end_date: new Date("2022-10-08T06:17:06Z") },
            { id: 50, user_id: 55, category_id: 14, budget_amount: "264.74", start_date: new Date("2022-05-21T09:13:52Z"), end_date: new Date("2023-03-12T01:37:57Z") },
            { id: 51, user_id: 25, category_id: 6, budget_amount: "2533.37", start_date: new Date("2022-07-06T06:55:13Z"), end_date: new Date("2023-06-15T08:33:19Z") },
            { id: 52, user_id: 101, category_id: 3, budget_amount: "267.84", start_date: new Date("2023-02-15T07:32:49Z"), end_date: new Date("2022-08-23T13:39:58Z") },
            { id: 53, user_id: 190, category_id: 15, budget_amount: "565.94", start_date: new Date("2022-02-17T15:49:27Z"), end_date: new Date("2023-07-10T03:12:29Z") },
            { id: 54, user_id: 164, category_id: 7, budget_amount: "14.01", start_date: new Date("2022-11-02T21:14:45Z"), end_date: new Date("2022-09-14T00:38:44Z") },
            { id: 55, user_id: 85, category_id: 15, budget_amount: "996.23", start_date: new Date("2023-08-09T05:35:39Z"), end_date: new Date("2023-11-07T08:25:47Z") },
            { id: 56, user_id: 33, category_id: 8, budget_amount: "348.00", start_date: new Date("2022-05-31T08:30:08Z"), end_date: new Date("2022-09-06T15:55:36Z") },
            { id: 57, user_id: 42, category_id: 13, budget_amount: "3061.77", start_date: new Date("2023-09-10T13:15:14Z"), end_date: new Date("2023-05-21T09:43:40Z") },
            { id: 58, user_id: 95, category_id: 15, budget_amount: "38.15", start_date: new Date("2022-02-18T02:38:13Z"), end_date: new Date("2022-12-02T15:41:14Z") },
            { id: 59, user_id: 31, category_id: 15, budget_amount: "4522.94", start_date: new Date("2023-01-26T03:14:27Z"), end_date: new Date("2022-04-08T23:31:22Z") },
            { id: 60, user_id: 130, category_id: 14, budget_amount: "1736.49", start_date: new Date("2023-03-27T05:22:38Z"), end_date: new Date("2023-01-24T13:35:47Z") },
            { id: 61, user_id: 85, category_id: 1, budget_amount: "2684.97", start_date: new Date("2022-07-09T12:24:13Z"), end_date: new Date("2022-11-26T07:18:56Z") },
            { id: 62, user_id: 24, category_id: 11, budget_amount: null, start_date: new Date("2022-07-09T12:03:57Z"), end_date: new Date("2022-09-25T22:59:29Z") },
            { id: 63, user_id: 104, category_id: 6, budget_amount: "786.74", start_date: new Date("2022-11-10T18:58:28Z"), end_date: new Date("2023-09-06T22:54:57Z") },
            { id: 64, user_id: 83, category_id: 7, budget_amount: "586.04", start_date: new Date("2022-12-25T06:41:30Z"), end_date: new Date("2022-08-10T10:49:01Z") },
            { id: 65, user_id: 150, category_id: 13, budget_amount: "928.42", start_date: new Date("2023-01-24T15:51:31Z"), end_date: new Date("2022-01-17T14:04:44Z") },
            { id: 66, user_id: 3, category_id: 9, budget_amount: "2603.77", start_date: new Date("2022-01-14T20:22:51Z"), end_date: new Date("2022-11-09T02:51:03Z") },
            { id: 67, user_id: 192, category_id: 4, budget_amount: null, start_date: new Date("2023-09-05T08:15:28Z"), end_date: new Date("2022-04-05T21:26:33Z") },
            { id: 68, user_id: 78, category_id: 1, budget_amount: "459.66", start_date: new Date("2022-02-26T15:48:35Z"), end_date: new Date("2023-09-24T21:46:16Z") },
            { id: 69, user_id: 112, category_id: 1, budget_amount: "2169.95", start_date: new Date("2022-03-24T17:09:25Z"), end_date: new Date("2023-09-26T06:15:32Z") },
            { id: 70, user_id: 41, category_id: 14, budget_amount: "153.15", start_date: new Date("2022-03-26T01:01:33Z"), end_date: new Date("2023-11-12T05:31:18Z") },
            { id: 71, user_id: 10, category_id: 7, budget_amount: "63.43", start_date: new Date("2023-01-12T22:49:31Z"), end_date: new Date("2022-06-07T03:00:32Z") },
            { id: 72, user_id: 80, category_id: 3, budget_amount: "2067.62", start_date: new Date("2022-02-19T02:05:03Z"), end_date: new Date("2022-11-01T23:26:40Z") },
            { id: 73, user_id: 27, category_id: 8, budget_amount: "275.55", start_date: new Date("2022-07-06T09:18:38Z"), end_date: new Date("2023-05-17T00:26:40Z") },
            { id: 74, user_id: 38, category_id: 2, budget_amount: "305.83", start_date: new Date("2023-10-14T15:47:29Z"), end_date: new Date("2023-02-26T04:47:42Z") },
            { id: 75, user_id: 166, category_id: 3, budget_amount: "11.94", start_date: new Date("2023-12-26T03:38:11Z"), end_date: new Date("2023-10-14T23:38:18Z") },
            { id: 76, user_id: 59, category_id: 2, budget_amount: "3927.87", start_date: new Date("2022-07-11T04:06:49Z"), end_date: new Date("2022-05-16T13:07:02Z") },
            { id: 77, user_id: 9, category_id: 12, budget_amount: "2366.58", start_date: new Date("2022-05-22T04:11:13Z"), end_date: new Date("2022-08-08T17:15:22Z") },
            { id: 78, user_id: 6, category_id: 3, budget_amount: "966.74", start_date: new Date("2022-03-23T03:54:55Z"), end_date: new Date("2022-08-24T19:57:16Z") },
            { id: 79, user_id: 13, category_id: 15, budget_amount: "1427.33", start_date: new Date("2023-06-14T15:30:11Z"), end_date: new Date("2022-12-29T04:50:49Z") },
            { id: 80, user_id: 44, category_id: 5, budget_amount: "444.27", start_date: new Date("2022-10-30T18:51:12Z"), end_date: new Date("2023-08-22T15:45:21Z") },
            { id: 81, user_id: 87, category_id: 10, budget_amount: "763.35", start_date: new Date("2023-08-12T15:56:19Z"), end_date: new Date("2022-08-10T11:02:55Z") },
            { id: 82, user_id: 75, category_id: 15, budget_amount: "1070.73", start_date: new Date("2023-08-19T09:47:33Z"), end_date: new Date("2023-11-25T03:25:09Z") },
            { id: 83, user_id: 92, category_id: 15, budget_amount: "628.29", start_date: new Date("2022-11-10T13:18:59Z"), end_date: new Date("2023-08-16T23:13:50Z") },
            { id: 84, user_id: 68, category_id: 6, budget_amount: "2441.18", start_date: new Date("2023-03-01T00:56:00Z"), end_date: new Date("2023-09-03T18:25:01Z") },
            { id: 85, user_id: 177, category_id: 5, budget_amount: "139.21", start_date: new Date("2022-09-13T01:21:51Z"), end_date: new Date("2022-06-22T00:11:31Z") },
            { id: 86, user_id: 32, category_id: 11, budget_amount: "1910.27", start_date: new Date("2022-01-14T17:42:07Z"), end_date: new Date("2022-04-24T11:18:01Z") },
            { id: 87, user_id: 36, category_id: 14, budget_amount: null, start_date: new Date("2022-01-16T13:29:01Z"), end_date: new Date("2022-04-05T11:21:59Z") },
            { id: 88, user_id: 107, category_id: 6, budget_amount: "31.27", start_date: new Date("2022-04-23T02:03:20Z"), end_date: new Date("2023-02-26T15:46:49Z") },
            { id: 89, user_id: 107, category_id: 15, budget_amount: "3996.83", start_date: new Date("2022-06-14T14:11:42Z"), end_date: new Date("2023-03-29T04:55:26Z") },
            { id: 90, user_id: 160, category_id: 14, budget_amount: "2478.98", start_date: new Date("2023-07-31T05:11:43Z"), end_date: new Date("2023-12-13T14:29:46Z") },
            { id: 91, user_id: 106, category_id: 3, budget_amount: "2059.33", start_date: new Date("2022-06-25T11:43:11Z"), end_date: new Date("2022-05-28T02:56:45Z") },
            { id: 92, user_id: 155, category_id: 8, budget_amount: "70.41", start_date: new Date("2023-04-17T22:43:47Z"), end_date: new Date("2023-05-22T15:34:41Z") },
            { id: 93, user_id: 189, category_id: 13, budget_amount: "144.69", start_date: new Date("2023-09-02T01:10:20Z"), end_date: new Date("2023-02-26T20:38:19Z") },
            { id: 94, user_id: 30, category_id: 11, budget_amount: "952.78", start_date: new Date("2023-04-28T04:24:20Z"), end_date: new Date("2023-03-22T02:01:45Z") },
            { id: 95, user_id: 118, category_id: 8, budget_amount: "1798.15", start_date: new Date("2022-01-16T22:30:11Z"), end_date: new Date("2023-07-21T02:35:23Z") },
            { id: 96, user_id: 29, category_id: 12, budget_amount: "14.75", start_date: new Date("2022-09-25T14:28:47Z"), end_date: new Date("2023-07-19T23:28:10Z") },
            { id: 97, user_id: 165, category_id: 12, budget_amount: "41.47", start_date: new Date("2022-03-27T05:53:50Z"), end_date: new Date("2022-06-27T22:42:25Z") },
            { id: 98, user_id: 87, category_id: 8, budget_amount: "4555.22", start_date: new Date("2023-12-20T21:14:47Z"), end_date: new Date("2022-10-11T11:17:34Z") },
            { id: 99, user_id: 2, category_id: 6, budget_amount: "3425.06", start_date: new Date("2022-08-08T16:57:53Z"), end_date: new Date("2022-01-20T22:24:05Z") },
            { id: 100, user_id: 70, category_id: 3, budget_amount: "2570.55", start_date: new Date("2022-05-04T09:17:44Z"), end_date: new Date("2023-06-25T22:28:33Z") },
            { id: 101, user_id: 170, category_id: 14, budget_amount: "3000.45", start_date: new Date("2022-05-25T01:58:55Z"), end_date: new Date("2022-08-13T23:04:23Z") },
            { id: 102, user_id: 186, category_id: 13, budget_amount: "327.41", start_date: new Date("2022-08-30T04:11:28Z"), end_date: new Date("2023-10-06T11:28:29Z") },
            { id: 103, user_id: 154, category_id: 3, budget_amount: "4311.68", start_date: new Date("2022-07-22T21:07:53Z"), end_date: new Date("2022-09-11T12:00:42Z") },
            { id: 104, user_id: 69, category_id: 12, budget_amount: "1175.36", start_date: new Date("2022-02-28T12:49:35Z"), end_date: new Date("2022-07-10T07:00:41Z") },
            { id: 105, user_id: 104, category_id: 8, budget_amount: "823.23", start_date: new Date("2022-04-16T23:03:30Z"), end_date: new Date("2022-04-24T12:48:57Z") },
            { id: 106, user_id: 179, category_id: 5, budget_amount: "2115.62", start_date: new Date("2022-02-03T20:45:31Z"), end_date: new Date("2022-07-01T05:30:29Z") },
            { id: 107, user_id: 89, category_id: 7, budget_amount: "467.43", start_date: new Date("2022-11-19T05:43:17Z"), end_date: new Date("2022-09-05T06:46:30Z") },
            { id: 108, user_id: 88, category_id: 1, budget_amount: "3119.54", start_date: new Date("2023-04-16T18:14:16Z"), end_date: new Date("2023-07-11T02:56:17Z") },
            { id: 109, user_id: 135, category_id: 15, budget_amount: "28.56", start_date: new Date("2022-05-11T11:20:04Z"), end_date: new Date("2023-10-23T12:25:05Z") },
            { id: 110, user_id: 96, category_id: 2, budget_amount: "250.27", start_date: new Date("2022-01-24T17:14:23Z"), end_date: new Date("2023-01-17T22:29:08Z") },
            { id: 111, user_id: 19, category_id: 1, budget_amount: "12.20", start_date: new Date("2023-12-28T00:48:48Z"), end_date: new Date("2023-05-29T00:10:57Z") },
            { id: 112, user_id: 1, category_id: 5, budget_amount: "2604.34", start_date: new Date("2023-06-22T15:04:10Z"), end_date: new Date("2023-04-22T11:22:32Z") },
            { id: 113, user_id: 50, category_id: 5, budget_amount: "18.69", start_date: new Date("2023-12-14T05:38:45Z"), end_date: new Date("2023-10-09T13:19:05Z") },
            { id: 114, user_id: 111, category_id: 8, budget_amount: "1012.89", start_date: new Date("2022-11-11T02:54:26Z"), end_date: new Date("2022-05-27T20:53:55Z") },
            { id: 115, user_id: 198, category_id: 4, budget_amount: null, start_date: new Date("2022-11-06T23:41:58Z"), end_date: new Date("2023-11-17T12:56:04Z") },
            { id: 116, user_id: 80, category_id: 13, budget_amount: null, start_date: new Date("2023-12-12T21:26:43Z"), end_date: new Date("2023-06-26T09:44:35Z") },
            { id: 117, user_id: 170, category_id: 9, budget_amount: "4618.22", start_date: new Date("2022-08-13T23:26:42Z"), end_date: new Date("2022-07-20T17:15:22Z") },
            { id: 118, user_id: 15, category_id: 14, budget_amount: "616.29", start_date: new Date("2022-03-16T22:25:46Z"), end_date: new Date("2023-05-01T23:23:14Z") },
            { id: 119, user_id: 153, category_id: 8, budget_amount: "2191.08", start_date: new Date("2022-02-25T12:56:26Z"), end_date: new Date("2022-09-23T20:51:25Z") },
            { id: 120, user_id: 165, category_id: 11, budget_amount: "2459.17", start_date: new Date("2022-02-08T23:35:42Z"), end_date: new Date("2023-03-06T05:52:37Z") },
            { id: 121, user_id: 140, category_id: 2, budget_amount: "1292.10", start_date: new Date("2023-04-15T05:09:36Z"), end_date: new Date("2022-12-22T23:31:56Z") },
            { id: 122, user_id: 59, category_id: 3, budget_amount: "2964.61", start_date: new Date("2023-08-18T14:52:40Z"), end_date: new Date("2023-12-07T15:48:20Z") },
            { id: 123, user_id: 173, category_id: 7, budget_amount: "1957.46", start_date: new Date("2023-11-20T12:15:28Z"), end_date: new Date("2023-01-15T19:49:22Z") },
            { id: 124, user_id: 172, category_id: 11, budget_amount: "4388.49", start_date: new Date("2023-05-23T04:00:41Z"), end_date: new Date("2023-01-27T06:47:05Z") },
            { id: 125, user_id: 152, category_id: 11, budget_amount: "1320.04", start_date: new Date("2022-02-08T15:15:36Z"), end_date: new Date("2023-09-02T13:21:35Z") },
            { id: 126, user_id: 99, category_id: 12, budget_amount: "1692.06", start_date: new Date("2023-03-15T01:46:55Z"), end_date: new Date("2023-02-27T23:59:33Z") },
            { id: 127, user_id: 172, category_id: 10, budget_amount: "823.91", start_date: new Date("2023-09-19T18:09:10Z"), end_date: new Date("2023-02-13T03:51:15Z") },
            { id: 128, user_id: 161, category_id: 6, budget_amount: null, start_date: new Date("2022-04-29T04:12:13Z"), end_date: new Date("2023-05-10T10:14:51Z") },
            { id: 129, user_id: 142, category_id: 2, budget_amount: "1444.06", start_date: new Date("2023-08-19T05:08:26Z"), end_date: new Date("2023-08-16T03:25:55Z") },
            { id: 130, user_id: 36, category_id: 5, budget_amount: "3496.57", start_date: new Date("2023-04-17T01:31:14Z"), end_date: new Date("2022-10-30T17:56:42Z") },
            { id: 131, user_id: 180, category_id: 7, budget_amount: "777.11", start_date: new Date("2022-04-02T08:13:22Z"), end_date: new Date("2023-01-22T23:28:26Z") },
            { id: 132, user_id: 54, category_id: 11, budget_amount: "1436.06", start_date: new Date("2022-03-22T01:29:29Z"), end_date: new Date("2023-11-30T13:34:55Z") },
            { id: 133, user_id: 35, category_id: 7, budget_amount: "2542.27", start_date: new Date("2023-03-29T10:10:54Z"), end_date: new Date("2022-01-16T14:18:09Z") },
            { id: 134, user_id: 44, category_id: 3, budget_amount: "148.97", start_date: new Date("2022-12-07T04:16:30Z"), end_date: new Date("2023-02-15T04:13:36Z") },
            { id: 135, user_id: 87, category_id: 5, budget_amount: "2244.31", start_date: new Date("2022-06-10T20:58:57Z"), end_date: new Date("2023-11-21T05:31:42Z") },
            { id: 136, user_id: 97, category_id: 2, budget_amount: "1172.73", start_date: new Date("2022-06-02T18:30:46Z"), end_date: new Date("2023-02-20T06:59:10Z") },
            { id: 137, user_id: 178, category_id: 13, budget_amount: "390.37", start_date: new Date("2023-10-19T02:34:05Z"), end_date: new Date("2023-03-23T18:50:34Z") },
            { id: 138, user_id: 192, category_id: 11, budget_amount: "354.60", start_date: new Date("2023-04-26T18:07:41Z"), end_date: new Date("2022-08-21T12:49:23Z") },
            { id: 139, user_id: 85, category_id: 11, budget_amount: "10.16", start_date: new Date("2023-10-26T17:44:14Z"), end_date: new Date("2022-06-08T14:16:28Z") },
            { id: 140, user_id: 91, category_id: 15, budget_amount: null, start_date: new Date("2022-08-07T12:00:40Z"), end_date: new Date("2023-04-15T22:10:07Z") },
            { id: 141, user_id: 67, category_id: 15, budget_amount: "547.79", start_date: new Date("2022-11-08T09:40:34Z"), end_date: new Date("2022-07-19T08:44:37Z") },
            { id: 142, user_id: 44, category_id: 8, budget_amount: "3379.52", start_date: new Date("2022-03-17T06:14:23Z"), end_date: new Date("2023-11-26T21:33:21Z") },
            { id: 143, user_id: 35, category_id: 15, budget_amount: "141.64", start_date: new Date("2022-04-13T21:43:37Z"), end_date: new Date("2023-08-02T17:00:31Z") },
            { id: 144, user_id: 78, category_id: 2, budget_amount: "2954.20", start_date: new Date("2022-07-10T08:07:10Z"), end_date: new Date("2022-06-14T05:56:06Z") },
            { id: 145, user_id: 122, category_id: 2, budget_amount: "4011.39", start_date: new Date("2023-09-16T20:17:40Z"), end_date: new Date("2022-07-02T18:37:16Z") },
            { id: 146, user_id: 86, category_id: 7, budget_amount: "4032.68", start_date: new Date("2022-04-07T02:16:37Z"), end_date: new Date("2023-10-04T08:52:19Z") },
            { id: 147, user_id: 10, category_id: 1, budget_amount: "261.84", start_date: new Date("2023-12-26T16:14:54Z"), end_date: new Date("2023-03-23T13:43:23Z") },
            { id: 148, user_id: 123, category_id: 2, budget_amount: "1837.20", start_date: new Date("2023-10-07T08:09:39Z"), end_date: new Date("2022-04-05T09:51:36Z") },
            { id: 149, user_id: 128, category_id: 10, budget_amount: "49.02", start_date: new Date("2023-02-22T03:26:51Z"), end_date: new Date("2023-08-25T17:31:57Z") },
            { id: 150, user_id: 99, category_id: 3, budget_amount: "1555.16", start_date: new Date("2022-06-25T20:04:24Z"), end_date: new Date("2023-06-07T15:57:09Z") },
            { id: 151, user_id: 18, category_id: 15, budget_amount: "2518.94", start_date: new Date("2023-05-28T08:33:03Z"), end_date: new Date("2022-05-17T13:30:05Z") },
            { id: 152, user_id: 121, category_id: 5, budget_amount: "2892.92", start_date: new Date("2022-04-13T19:03:08Z"), end_date: new Date("2022-09-28T14:12:30Z") },
            { id: 153, user_id: 195, category_id: 13, budget_amount: "2943.89", start_date: new Date("2022-03-07T12:08:49Z"), end_date: new Date("2022-05-10T08:36:44Z") },
            { id: 154, user_id: 177, category_id: 12, budget_amount: "1820.26", start_date: new Date("2022-09-23T15:29:52Z"), end_date: new Date("2022-04-04T19:59:27Z") },
            { id: 155, user_id: 117, category_id: 14, budget_amount: "2231.54", start_date: new Date("2023-06-24T06:22:27Z"), end_date: new Date("2023-01-23T09:43:51Z") },
            { id: 156, user_id: 129, category_id: 5, budget_amount: "2416.97", start_date: new Date("2023-12-11T07:20:17Z"), end_date: new Date("2022-05-28T02:16:07Z") },
            { id: 157, user_id: 120, category_id: 5, budget_amount: null, start_date: new Date("2023-08-21T19:24:16Z"), end_date: new Date("2023-01-28T18:13:42Z") },
            { id: 158, user_id: 148, category_id: 15, budget_amount: "509.04", start_date: new Date("2023-03-08T11:18:29Z"), end_date: new Date("2023-11-20T01:59:47Z") },
            { id: 159, user_id: 105, category_id: 13, budget_amount: "3111.62", start_date: new Date("2023-06-10T08:18:04Z"), end_date: new Date("2022-02-14T01:49:42Z") },
            { id: 160, user_id: 101, category_id: 15, budget_amount: "1409.29", start_date: new Date("2023-05-02T00:33:19Z"), end_date: new Date("2022-03-28T11:46:32Z") },
            { id: 161, user_id: 40, category_id: 11, budget_amount: null, start_date: new Date("2023-12-01T05:49:04Z"), end_date: new Date("2023-02-04T11:58:46Z") },
            { id: 162, user_id: 86, category_id: 6, budget_amount: "325.31", start_date: new Date("2022-05-01T22:19:06Z"), end_date: new Date("2023-05-04T06:56:12Z") },
            { id: 163, user_id: 27, category_id: 3, budget_amount: "100.10", start_date: new Date("2023-12-30T16:56:59Z"), end_date: new Date("2023-12-23T05:07:46Z") },
            { id: 164, user_id: 118, category_id: 15, budget_amount: "3128.39", start_date: new Date("2023-04-13T01:29:47Z"), end_date: new Date("2022-08-16T09:22:27Z") },
            { id: 165, user_id: 173, category_id: 1, budget_amount: "2039.99", start_date: new Date("2023-03-22T18:03:16Z"), end_date: new Date("2023-10-17T19:28:14Z") },
            { id: 166, user_id: 147, category_id: 10, budget_amount: "4452.44", start_date: new Date("2022-01-05T14:40:03Z"), end_date: new Date("2023-02-28T03:58:58Z") },
            { id: 167, user_id: 75, category_id: 13, budget_amount: "935.75", start_date: new Date("2022-04-02T17:46:31Z"), end_date: new Date("2022-05-12T09:59:09Z") },
            { id: 168, user_id: 174, category_id: 2, budget_amount: "372.33", start_date: new Date("2022-04-05T04:07:22Z"), end_date: new Date("2022-06-07T15:13:32Z") },
            { id: 169, user_id: 130, category_id: 1, budget_amount: "4133.21", start_date: new Date("2022-08-06T15:18:47Z"), end_date: new Date("2022-01-12T22:25:59Z") },
            { id: 170, user_id: 93, category_id: 13, budget_amount: "547.60", start_date: new Date("2023-07-13T04:17:25Z"), end_date: new Date("2023-07-28T15:43:45Z") },
            { id: 171, user_id: 103, category_id: 8, budget_amount: "520.39", start_date: new Date("2022-03-08T18:53:52Z"), end_date: new Date("2023-06-20T22:52:56Z") },
            { id: 172, user_id: 169, category_id: 9, budget_amount: "2386.97", start_date: new Date("2023-12-10T22:38:26Z"), end_date: new Date("2022-01-25T22:30:58Z") },
            { id: 173, user_id: 148, category_id: 5, budget_amount: "1078.29", start_date: new Date("2022-08-21T11:47:21Z"), end_date: new Date("2022-06-03T11:51:39Z") },
            { id: 174, user_id: 187, category_id: 14, budget_amount: "1126.03", start_date: new Date("2023-03-08T23:20:46Z"), end_date: new Date("2022-12-16T23:03:53Z") },
            { id: 175, user_id: 177, category_id: 12, budget_amount: "1019.33", start_date: new Date("2022-04-18T12:51:38Z"), end_date: new Date("2022-08-08T04:53:07Z") },
            { id: 176, user_id: 200, category_id: 12, budget_amount: "29.89", start_date: new Date("2022-12-02T17:19:14Z"), end_date: new Date("2022-02-13T05:52:01Z") },
            { id: 177, user_id: 103, category_id: 10, budget_amount: null, start_date: new Date("2022-01-04T01:34:19Z"), end_date: new Date("2023-02-13T10:43:10Z") },
            { id: 178, user_id: 99, category_id: 15, budget_amount: "3211.53", start_date: new Date("2023-05-06T00:09:06Z"), end_date: new Date("2022-01-09T15:14:50Z") },
            { id: 179, user_id: 40, category_id: 5, budget_amount: "346.96", start_date: new Date("2023-01-11T21:10:24Z"), end_date: new Date("2022-06-27T13:08:52Z") },
            { id: 180, user_id: 75, category_id: 3, budget_amount: "2067.80", start_date: new Date("2023-04-02T21:18:32Z"), end_date: new Date("2022-02-11T08:34:27Z") },
            { id: 181, user_id: 192, category_id: 7, budget_amount: "3040.40", start_date: new Date("2023-02-28T18:26:54Z"), end_date: new Date("2022-11-18T14:29:26Z") },
            { id: 182, user_id: 196, category_id: 9, budget_amount: "1180.32", start_date: new Date("2022-12-11T05:14:57Z"), end_date: new Date("2022-05-01T02:35:57Z") },
            { id: 183, user_id: 184, category_id: 10, budget_amount: "53.22", start_date: new Date("2022-03-04T12:35:41Z"), end_date: new Date("2023-12-14T18:51:51Z") },
            { id: 184, user_id: 99, category_id: 6, budget_amount: "2474.90", start_date: new Date("2022-11-03T00:52:35Z"), end_date: new Date("2023-04-11T00:11:22Z") },
            { id: 185, user_id: 40, category_id: 4, budget_amount: null, start_date: new Date("2022-07-22T05:33:13Z"), end_date: new Date("2022-03-17T18:03:24Z") },
            { id: 186, user_id: 119, category_id: 15, budget_amount: "406.64", start_date: new Date("2023-05-08T01:38:19Z"), end_date: new Date("2023-12-02T01:29:31Z") },
            { id: 187, user_id: 187, category_id: 14, budget_amount: "760.69", start_date: new Date("2023-12-13T06:38:26Z"), end_date: new Date("2022-08-04T07:15:06Z") },
            { id: 188, user_id: 105, category_id: 4, budget_amount: "125.34", start_date: new Date("2023-07-05T20:38:00Z"), end_date: new Date("2023-07-04T22:10:50Z") },
            { id: 189, user_id: 27, category_id: 10, budget_amount: "1174.67", start_date: new Date("2022-06-27T14:55:58Z"), end_date: new Date("2023-11-15T00:31:58Z") },
            { id: 190, user_id: 47, category_id: 3, budget_amount: "3975.11", start_date: new Date("2023-12-02T03:00:01Z"), end_date: new Date("2023-06-08T10:13:00Z") },
            { id: 191, user_id: 82, category_id: 11, budget_amount: "717.83", start_date: new Date("2022-05-28T23:37:15Z"), end_date: new Date("2022-01-14T12:38:40Z") },
            { id: 192, user_id: 158, category_id: 3, budget_amount: null, start_date: new Date("2023-09-15T22:40:39Z"), end_date: new Date("2023-01-25T16:58:51Z") },
            { id: 193, user_id: 163, category_id: 12, budget_amount: "2644.68", start_date: new Date("2023-03-14T07:09:47Z"), end_date: new Date("2022-04-23T01:10:14Z") },
            { id: 194, user_id: 67, category_id: 14, budget_amount: "629.83", start_date: new Date("2023-12-28T19:35:52Z"), end_date: new Date("2023-04-09T17:54:41Z") },
            { id: 195, user_id: 64, category_id: 14, budget_amount: "2485.12", start_date: new Date("2023-02-22T05:41:28Z"), end_date: new Date("2022-12-21T08:06:32Z") },
            { id: 196, user_id: 76, category_id: 12, budget_amount: null, start_date: new Date("2022-05-20T13:20:54Z"), end_date: new Date("2023-11-17T05:48:40Z") },
            { id: 197, user_id: 45, category_id: 3, budget_amount: "65.59", start_date: new Date("2022-12-26T22:49:46Z"), end_date: new Date("2022-08-02T19:18:54Z") },
            { id: 198, user_id: 62, category_id: 8, budget_amount: "657.54", start_date: new Date("2022-08-27T05:38:55Z"), end_date: new Date("2022-11-05T09:48:05Z") },
            { id: 199, user_id: 65, category_id: 4, budget_amount: "20.74", start_date: new Date("2023-07-04T07:24:32Z"), end_date: new Date("2023-07-26T11:58:21Z") },
            { id: 200, user_id: 136, category_id: 2, budget_amount: "28.75", start_date: new Date("2023-08-28T13:00:42Z"), end_date: new Date("2022-02-05T08:43:45Z") },
            { id: 201, user_id: 88, category_id: 14, budget_amount: "465.29", start_date: new Date("2023-02-12T11:59:14Z"), end_date: new Date("2023-12-26T22:40:46Z") },
            { id: 202, user_id: 177, category_id: 5, budget_amount: "4145.76", start_date: new Date("2023-01-24T01:31:12Z"), end_date: new Date("2022-10-06T00:34:29Z") },
            { id: 203, user_id: 11, category_id: 2, budget_amount: "2173.50", start_date: new Date("2023-11-23T23:21:26Z"), end_date: new Date("2022-10-06T10:16:55Z") },
            { id: 204, user_id: 187, category_id: 14, budget_amount: "39.74", start_date: new Date("2023-09-17T22:57:31Z"), end_date: new Date("2022-08-10T18:44:13Z") },
            { id: 205, user_id: 67, category_id: 1, budget_amount: "287.98", start_date: new Date("2022-08-21T07:41:31Z"), end_date: new Date("2023-02-24T11:24:12Z") },
            { id: 206, user_id: 75, category_id: 4, budget_amount: "1239.31", start_date: new Date("2023-12-03T19:24:23Z"), end_date: new Date("2023-04-21T04:30:05Z") },
            { id: 207, user_id: 149, category_id: 10, budget_amount: "1904.21", start_date: new Date("2023-04-22T10:49:49Z"), end_date: new Date("2023-01-31T17:32:27Z") },
            { id: 208, user_id: 113, category_id: 12, budget_amount: "10.25", start_date: new Date("2022-12-05T13:47:21Z"), end_date: new Date("2023-08-10T02:22:14Z") },
            { id: 209, user_id: 160, category_id: 8, budget_amount: null, start_date: new Date("2022-01-18T19:07:18Z"), end_date: new Date("2022-10-11T23:12:27Z") },
            { id: 210, user_id: 26, category_id: 10, budget_amount: "2895.58", start_date: new Date("2022-05-15T00:49:54Z"), end_date: new Date("2023-11-10T04:42:29Z") },
            { id: 211, user_id: 127, category_id: 2, budget_amount: "449.54", start_date: new Date("2022-06-24T05:10:46Z"), end_date: new Date("2022-02-09T23:00:56Z") },
            { id: 212, user_id: 7, category_id: 4, budget_amount: "617.97", start_date: new Date("2023-04-30T17:16:58Z"), end_date: new Date("2022-01-21T09:21:59Z") },
            { id: 213, user_id: 101, category_id: 13, budget_amount: "173.26", start_date: new Date("2023-11-06T23:55:40Z"), end_date: new Date("2022-12-01T23:19:45Z") },
            { id: 214, user_id: 195, category_id: 13, budget_amount: "4063.84", start_date: new Date("2022-04-21T10:48:36Z"), end_date: new Date("2022-11-21T03:31:02Z") },
            { id: 215, user_id: 107, category_id: 7, budget_amount: "328.95", start_date: new Date("2022-08-06T11:56:25Z"), end_date: new Date("2022-07-15T10:37:46Z") },
            { id: 216, user_id: 105, category_id: 2, budget_amount: "587.77", start_date: new Date("2023-01-03T21:10:37Z"), end_date: new Date("2022-11-28T01:40:40Z") },
            { id: 217, user_id: 192, category_id: 13, budget_amount: "41.56", start_date: new Date("2023-04-13T00:40:38Z"), end_date: new Date("2023-06-03T19:05:03Z") },
            { id: 218, user_id: 34, category_id: 3, budget_amount: "4781.39", start_date: new Date("2023-08-08T13:31:49Z"), end_date: new Date("2022-07-05T10:52:55Z") },
            { id: 219, user_id: 14, category_id: 1, budget_amount: "1456.24", start_date: new Date("2022-05-11T00:20:52Z"), end_date: new Date("2023-12-18T10:39:49Z") },
            { id: 220, user_id: 138, category_id: 14, budget_amount: null, start_date: new Date("2023-04-22T14:00:58Z"), end_date: new Date("2022-02-05T15:12:40Z") },
            { id: 221, user_id: 139, category_id: 5, budget_amount: "1665.38", start_date: new Date("2023-01-01T15:14:35Z"), end_date: new Date("2023-12-08T01:54:45Z") },
            { id: 222, user_id: 160, category_id: 13, budget_amount: "61.85", start_date: new Date("2023-04-02T19:11:39Z"), end_date: new Date("2023-09-20T23:48:04Z") },
            { id: 223, user_id: 172, category_id: 3, budget_amount: "2022.10", start_date: new Date("2022-10-07T04:59:32Z"), end_date: new Date("2022-09-08T10:11:50Z") },
            { id: 224, user_id: 64, category_id: 10, budget_amount: "40.54", start_date: new Date("2022-08-19T13:48:00Z"), end_date: new Date("2023-08-21T07:49:18Z") },
            { id: 225, user_id: 109, category_id: 7, budget_amount: "3314.19", start_date: new Date("2023-03-31T23:36:53Z"), end_date: new Date("2023-05-18T03:56:27Z") },
            { id: 226, user_id: 3, category_id: 5, budget_amount: "3589.21", start_date: new Date("2022-06-03T20:13:34Z"), end_date: new Date("2023-02-15T11:44:53Z") },
            { id: 227, user_id: 109, category_id: 14, budget_amount: "147.18", start_date: new Date("2023-07-06T16:33:07Z"), end_date: new Date("2023-12-10T15:35:31Z") },
            { id: 228, user_id: 123, category_id: 7, budget_amount: "155.30", start_date: new Date("2022-12-18T12:36:51Z"), end_date: new Date("2022-10-28T18:53:38Z") },
            { id: 229, user_id: 5, category_id: 8, budget_amount: "168.83", start_date: new Date("2023-01-17T13:37:48Z"), end_date: new Date("2022-07-19T23:50:25Z") },
            { id: 230, user_id: 23, category_id: 13, budget_amount: "1559.38", start_date: new Date("2022-05-03T03:25:44Z"), end_date: new Date("2023-08-09T23:43:58Z") },
            { id: 231, user_id: 41, category_id: 3, budget_amount: "2646.50", start_date: new Date("2023-07-28T16:11:19Z"), end_date: new Date("2023-06-09T20:45:22Z") },
            { id: 232, user_id: 130, category_id: 14, budget_amount: "1280.19", start_date: new Date("2023-07-31T03:04:35Z"), end_date: new Date("2023-08-25T20:50:16Z") },
            { id: 233, user_id: 3, category_id: 4, budget_amount: "1580.60", start_date: new Date("2023-08-28T01:03:25Z"), end_date: new Date("2022-01-15T09:32:49Z") },
            { id: 234, user_id: 176, category_id: 15, budget_amount: "297.10", start_date: new Date("2023-12-30T16:00:07Z"), end_date: new Date("2022-08-11T21:23:16Z") },
            { id: 235, user_id: 166, category_id: 13, budget_amount: "1620.69", start_date: new Date("2022-07-20T22:41:21Z"), end_date: new Date("2022-03-11T03:27:46Z") },
            { id: 236, user_id: 37, category_id: 3, budget_amount: "565.61", start_date: new Date("2023-08-01T00:16:38Z"), end_date: new Date("2022-04-28T18:08:39Z") },
            { id: 237, user_id: 76, category_id: 4, budget_amount: "1811.70", start_date: new Date("2023-10-06T05:54:40Z"), end_date: new Date("2022-09-12T08:38:01Z") },
            { id: 238, user_id: 91, category_id: 6, budget_amount: "167.90", start_date: new Date("2022-10-03T08:23:51Z"), end_date: new Date("2022-09-06T11:38:51Z") },
            { id: 239, user_id: 49, category_id: 11, budget_amount: "1449.73", start_date: new Date("2023-08-25T14:03:38Z"), end_date: new Date("2022-04-24T07:27:04Z") },
            { id: 240, user_id: 57, category_id: 10, budget_amount: "3029.70", start_date: new Date("2022-03-01T05:37:21Z"), end_date: new Date("2022-06-15T23:43:00Z") },
            { id: 241, user_id: 139, category_id: 13, budget_amount: "40.77", start_date: new Date("2022-06-27T18:04:15Z"), end_date: new Date("2022-07-14T20:34:22Z") },
            { id: 242, user_id: 124, category_id: 14, budget_amount: "40.48", start_date: new Date("2023-02-02T14:14:13Z"), end_date: new Date("2022-02-15T03:47:15Z") },
            { id: 243, user_id: 10, category_id: 12, budget_amount: "4737.20", start_date: new Date("2022-01-09T21:10:34Z"), end_date: new Date("2023-07-31T07:22:45Z") },
            { id: 244, user_id: 28, category_id: 5, budget_amount: "3883.55", start_date: new Date("2023-05-02T03:04:45Z"), end_date: new Date("2022-09-11T11:32:17Z") },
            { id: 245, user_id: 102, category_id: 14, budget_amount: "30.50", start_date: new Date("2023-07-03T02:44:40Z"), end_date: new Date("2023-03-16T02:52:46Z") },
            { id: 246, user_id: 46, category_id: 4, budget_amount: "2628.65", start_date: new Date("2023-07-11T03:04:32Z"), end_date: new Date("2023-12-14T20:09:27Z") },
            { id: 247, user_id: 160, category_id: 1, budget_amount: null, start_date: new Date("2023-09-24T01:45:58Z"), end_date: new Date("2022-12-05T07:24:19Z") },
            { id: 248, user_id: 81, category_id: 4, budget_amount: null, start_date: new Date("2023-10-23T03:57:00Z"), end_date: new Date("2023-03-26T23:21:08Z") },
            { id: 249, user_id: 72, category_id: 11, budget_amount: "332.50", start_date: new Date("2023-08-16T09:43:09Z"), end_date: new Date("2022-12-11T10:08:48Z") },
            { id: 250, user_id: 138, category_id: 3, budget_amount: "568.97", start_date: new Date("2023-12-18T09:00:19Z"), end_date: new Date("2022-11-06T10:00:35Z") },
            { id: 251, user_id: 37, category_id: 4, budget_amount: "4371.96", start_date: new Date("2022-03-05T21:39:38Z"), end_date: new Date("2022-06-09T22:08:47Z") },
            { id: 252, user_id: 98, category_id: 6, budget_amount: "3256.03", start_date: new Date("2023-05-22T07:51:20Z"), end_date: new Date("2023-03-01T23:45:15Z") },
            { id: 253, user_id: 96, category_id: 13, budget_amount: "4329.78", start_date: new Date("2023-10-13T07:41:03Z"), end_date: new Date("2022-03-30T04:54:16Z") },
            { id: 254, user_id: 61, category_id: 6, budget_amount: "88.44", start_date: new Date("2023-06-15T21:43:39Z"), end_date: new Date("2023-01-11T15:44:04Z") },
            { id: 255, user_id: 89, category_id: 9, budget_amount: "3077.33", start_date: new Date("2023-05-22T15:12:47Z"), end_date: new Date("2023-02-07T11:39:21Z") },
            { id: 256, user_id: 164, category_id: 13, budget_amount: "503.03", start_date: new Date("2023-07-05T15:40:03Z"), end_date: new Date("2023-09-11T07:51:56Z") },
            { id: 257, user_id: 79, category_id: 7, budget_amount: "3844.38", start_date: new Date("2022-10-10T23:48:17Z"), end_date: new Date("2023-07-22T04:48:04Z") },
            { id: 258, user_id: 84, category_id: 6, budget_amount: "3531.40", start_date: new Date("2022-01-27T04:23:38Z"), end_date: new Date("2022-10-05T23:01:44Z") },
            { id: 259, user_id: 79, category_id: 12, budget_amount: "336.79", start_date: new Date("2023-11-07T11:55:48Z"), end_date: new Date("2023-10-09T10:59:16Z") },
            { id: 260, user_id: 65, category_id: 9, budget_amount: "4034.53", start_date: new Date("2022-11-07T17:19:58Z"), end_date: new Date("2022-08-28T13:25:16Z") },
            { id: 261, user_id: 3, category_id: 11, budget_amount: "2664.33", start_date: new Date("2022-06-14T16:34:46Z"), end_date: new Date("2023-05-02T13:42:13Z") },
            { id: 262, user_id: 170, category_id: 6, budget_amount: "3246.32", start_date: new Date("2023-11-04T19:50:26Z"), end_date: new Date("2023-02-16T08:34:54Z") },
            { id: 263, user_id: 3, category_id: 14, budget_amount: null, start_date: new Date("2023-01-05T15:26:43Z"), end_date: new Date("2022-11-04T18:36:58Z") },
            { id: 264, user_id: 149, category_id: 8, budget_amount: "2224.25", start_date: new Date("2023-10-09T17:47:39Z"), end_date: new Date("2022-12-30T10:00:45Z") },
            { id: 265, user_id: 171, category_id: 6, budget_amount: null, start_date: new Date("2022-06-11T09:09:09Z"), end_date: new Date("2022-09-27T13:24:34Z") },
            { id: 266, user_id: 55, category_id: 2, budget_amount: "2351.20", start_date: new Date("2023-05-29T14:23:49Z"), end_date: new Date("2023-08-22T16:59:56Z") },
            { id: 267, user_id: 106, category_id: 7, budget_amount: "1887.26", start_date: new Date("2022-11-15T20:57:27Z"), end_date: new Date("2023-11-25T21:45:13Z") },
            { id: 268, user_id: 149, category_id: 5, budget_amount: "1287.38", start_date: new Date("2023-04-18T01:00:43Z"), end_date: new Date("2022-07-17T04:44:36Z") },
            { id: 269, user_id: 143, category_id: 1, budget_amount: "787.95", start_date: new Date("2023-10-16T23:25:16Z"), end_date: new Date("2022-07-20T13:02:05Z") },
            { id: 270, user_id: 68, category_id: 12, budget_amount: "335.97", start_date: new Date("2022-12-31T10:34:17Z"), end_date: new Date("2023-08-10T16:25:43Z") },
            { id: 271, user_id: 105, category_id: 8, budget_amount: "3284.15", start_date: new Date("2023-10-03T23:54:13Z"), end_date: new Date("2022-08-25T00:25:29Z") },
            { id: 272, user_id: 16, category_id: 15, budget_amount: "19.24", start_date: new Date("2023-03-08T01:52:35Z"), end_date: new Date("2022-12-05T14:02:37Z") },
            { id: 273, user_id: 172, category_id: 1, budget_amount: "651.83", start_date: new Date("2023-09-14T08:08:14Z"), end_date: new Date("2023-06-26T23:34:09Z") },
            { id: 274, user_id: 195, category_id: 4, budget_amount: "78.75", start_date: new Date("2023-05-28T17:56:49Z"), end_date: new Date("2022-09-20T14:36:47Z") },
            { id: 275, user_id: 138, category_id: 4, budget_amount: "454.39", start_date: new Date("2022-04-18T09:07:13Z"), end_date: new Date("2023-09-24T14:45:10Z") },
            { id: 276, user_id: 139, category_id: 1, budget_amount: "1709.11", start_date: new Date("2023-03-17T14:27:51Z"), end_date: new Date("2023-06-07T03:00:55Z") },
            { id: 277, user_id: 27, category_id: 14, budget_amount: "427.56", start_date: new Date("2022-04-24T02:27:44Z"), end_date: new Date("2022-11-10T19:01:39Z") },
            { id: 278, user_id: 25, category_id: 14, budget_amount: "1263.64", start_date: new Date("2023-12-21T07:52:23Z"), end_date: new Date("2022-12-17T20:23:19Z") },
            { id: 279, user_id: 47, category_id: 9, budget_amount: "3910.54", start_date: new Date("2022-06-13T14:12:22Z"), end_date: new Date("2023-06-11T13:48:39Z") },
            { id: 280, user_id: 170, category_id: 5, budget_amount: null, start_date: new Date("2023-07-27T09:35:52Z"), end_date: new Date("2022-11-08T05:32:34Z") },
            { id: 281, user_id: 76, category_id: 8, budget_amount: "1366.47", start_date: new Date("2022-11-25T07:17:16Z"), end_date: new Date("2023-03-21T21:20:03Z") },
            { id: 282, user_id: 89, category_id: 7, budget_amount: "2435.37", start_date: new Date("2022-07-09T09:20:02Z"), end_date: new Date("2022-10-22T03:20:14Z") },
            { id: 283, user_id: 8, category_id: 4, budget_amount: "69.68", start_date: new Date("2023-04-15T00:28:16Z"), end_date: new Date("2023-03-01T13:22:08Z") },
            { id: 284, user_id: 78, category_id: 9, budget_amount: "2547.16", start_date: new Date("2022-05-22T05:42:15Z"), end_date: new Date("2022-10-20T06:08:20Z") },
            { id: 285, user_id: 55, category_id: 6, budget_amount: "1008.19", start_date: new Date("2023-11-07T20:24:04Z"), end_date: new Date("2023-10-27T00:50:03Z") },
            { id: 286, user_id: 57, category_id: 12, budget_amount: "986.67", start_date: new Date("2022-05-09T18:44:08Z"), end_date: new Date("2022-10-29T22:39:49Z") },
            { id: 287, user_id: 160, category_id: 8, budget_amount: "1284.37", start_date: new Date("2023-01-05T01:52:21Z"), end_date: new Date("2022-05-22T15:43:10Z") },
            { id: 288, user_id: 99, category_id: 1, budget_amount: "1560.12", start_date: new Date("2022-01-22T19:26:26Z"), end_date: new Date("2022-07-04T12:11:44Z") },
            { id: 289, user_id: 184, category_id: 6, budget_amount: "799.86", start_date: new Date("2022-01-16T16:43:09Z"), end_date: new Date("2023-08-30T16:34:26Z") },
            { id: 290, user_id: 70, category_id: 7, budget_amount: "3635.64", start_date: new Date("2023-09-22T19:46:44Z"), end_date: new Date("2022-03-19T05:42:04Z") },
            { id: 291, user_id: 40, category_id: 6, budget_amount: "128.14", start_date: new Date("2022-04-17T19:29:23Z"), end_date: new Date("2022-01-20T10:10:53Z") },
            { id: 292, user_id: 43, category_id: 6, budget_amount: "677.91", start_date: new Date("2022-09-07T09:30:06Z"), end_date: new Date("2023-12-18T03:51:57Z") },
            { id: 293, user_id: 159, category_id: 8, budget_amount: "2679.22", start_date: new Date("2023-05-15T18:39:52Z"), end_date: new Date("2023-10-28T10:13:20Z") },
            { id: 294, user_id: 169, category_id: 9, budget_amount: "220.98", start_date: new Date("2023-01-04T14:20:17Z"), end_date: new Date("2023-12-05T16:46:29Z") },
            { id: 295, user_id: 106, category_id: 3, budget_amount: "1739.32", start_date: new Date("2023-02-09T23:20:07Z"), end_date: new Date("2023-10-15T00:12:31Z") },
            { id: 296, user_id: 106, category_id: 6, budget_amount: "13.77", start_date: new Date("2023-12-11T23:12:04Z"), end_date: new Date("2023-05-20T03:10:55Z") },
            { id: 297, user_id: 191, category_id: 5, budget_amount: "2899.46", start_date: new Date("2023-08-16T18:56:51Z"), end_date: new Date("2023-09-16T22:55:33Z") },
            { id: 298, user_id: 74, category_id: 4, budget_amount: "3892.73", start_date: new Date("2022-10-17T19:24:34Z"), end_date: new Date("2023-05-22T10:24:44Z") },
            { id: 299, user_id: 115, category_id: 14, budget_amount: "1793.43", start_date: new Date("2022-11-21T17:29:10Z"), end_date: new Date("2023-03-01T13:26:10Z") },
            { id: 300, user_id: 187, category_id: 10, budget_amount: "2268.29", start_date: new Date("2023-03-02T07:34:42Z"), end_date: new Date("2022-03-11T14:27:25Z") },
            { id: 301, user_id: 9, category_id: 1, budget_amount: "2957.98", start_date: new Date("2022-08-30T02:12:46Z"), end_date: new Date("2022-04-03T04:11:32Z") },
            { id: 302, user_id: 28, category_id: 2, budget_amount: "67.22", start_date: new Date("2022-06-05T13:56:39Z"), end_date: new Date("2023-07-28T12:00:05Z") },
            { id: 303, user_id: 186, category_id: 7, budget_amount: "2696.16", start_date: new Date("2023-09-06T05:36:28Z"), end_date: new Date("2023-07-24T09:59:56Z") },
            { id: 304, user_id: 42, category_id: 10, budget_amount: "20.29", start_date: new Date("2022-04-23T10:14:27Z"), end_date: new Date("2022-11-14T11:59:39Z") },
            { id: 305, user_id: 141, category_id: 10, budget_amount: "863.69", start_date: new Date("2022-12-07T03:40:52Z"), end_date: new Date("2023-12-26T20:24:48Z") },
            { id: 306, user_id: 19, category_id: 5, budget_amount: "274.22", start_date: new Date("2023-02-24T06:46:15Z"), end_date: new Date("2022-05-07T14:30:50Z") },
            { id: 307, user_id: 105, category_id: 11, budget_amount: "1517.23", start_date: new Date("2023-12-08T05:34:44Z"), end_date: new Date("2023-10-06T10:44:52Z") },
            { id: 308, user_id: 145, category_id: 15, budget_amount: "4323.70", start_date: new Date("2023-07-12T22:34:33Z"), end_date: new Date("2022-08-06T18:34:46Z") },
            { id: 309, user_id: 79, category_id: 3, budget_amount: "1482.35", start_date: new Date("2023-03-30T01:18:40Z"), end_date: new Date("2023-09-13T19:03:45Z") },
            { id: 310, user_id: 152, category_id: 14, budget_amount: "251.89", start_date: new Date("2022-12-02T19:43:53Z"), end_date: new Date("2023-01-09T21:56:11Z") },
            { id: 311, user_id: 156, category_id: 6, budget_amount: "741.02", start_date: new Date("2023-04-09T12:17:16Z"), end_date: new Date("2022-03-21T17:24:55Z") },
            { id: 312, user_id: 42, category_id: 10, budget_amount: "722.30", start_date: new Date("2023-01-11T12:15:51Z"), end_date: new Date("2022-10-16T11:33:08Z") },
            { id: 313, user_id: 169, category_id: 3, budget_amount: "1357.92", start_date: new Date("2023-11-28T19:05:38Z"), end_date: new Date("2023-06-07T20:50:23Z") },
            { id: 314, user_id: 82, category_id: 12, budget_amount: "552.00", start_date: new Date("2022-11-13T17:08:58Z"), end_date: new Date("2022-02-20T11:07:46Z") },
            { id: 315, user_id: 169, category_id: 5, budget_amount: null, start_date: new Date("2023-04-12T20:50:25Z"), end_date: new Date("2022-05-04T18:42:57Z") },
            { id: 316, user_id: 134, category_id: 14, budget_amount: "594.39", start_date: new Date("2023-09-17T21:44:45Z"), end_date: new Date("2022-09-16T09:53:37Z") },
            { id: 317, user_id: 193, category_id: 9, budget_amount: null, start_date: new Date("2023-04-21T10:39:54Z"), end_date: new Date("2022-10-20T23:39:52Z") },
            { id: 318, user_id: 199, category_id: 15, budget_amount: "11.89", start_date: new Date("2022-05-14T05:19:49Z"), end_date: new Date("2023-06-10T10:05:20Z") },
            { id: 319, user_id: 193, category_id: 12, budget_amount: "110.03", start_date: new Date("2022-11-26T12:26:33Z"), end_date: new Date("2023-09-13T06:21:18Z") },
            { id: 320, user_id: 10, category_id: 6, budget_amount: null, start_date: new Date("2022-08-14T20:02:09Z"), end_date: new Date("2022-06-21T08:44:45Z") },
            { id: 321, user_id: 62, category_id: 6, budget_amount: "4558.86", start_date: new Date("2022-01-03T18:43:23Z"), end_date: new Date("2022-02-13T10:25:44Z") },
            { id: 322, user_id: 73, category_id: 6, budget_amount: "2581.03", start_date: new Date("2023-01-25T20:23:02Z"), end_date: new Date("2023-03-09T01:41:18Z") },
            { id: 323, user_id: 200, category_id: 14, budget_amount: null, start_date: new Date("2023-11-01T17:14:37Z"), end_date: new Date("2022-08-27T07:56:07Z") },
            { id: 324, user_id: 90, category_id: 15, budget_amount: "457.46", start_date: new Date("2023-09-09T15:48:41Z"), end_date: new Date("2022-06-15T14:22:23Z") },
            { id: 325, user_id: 137, category_id: 12, budget_amount: "1691.23", start_date: new Date("2022-12-22T16:50:07Z"), end_date: new Date("2022-12-16T19:26:06Z") },
            { id: 326, user_id: 78, category_id: 15, budget_amount: "320.93", start_date: new Date("2022-02-03T11:24:24Z"), end_date: new Date("2022-01-09T11:18:31Z") },
            { id: 327, user_id: 100, category_id: 1, budget_amount: "763.97", start_date: new Date("2023-01-03T02:24:48Z"), end_date: new Date("2023-03-22T15:46:27Z") },
            { id: 328, user_id: 152, category_id: 11, budget_amount: "552.94", start_date: new Date("2023-01-26T19:43:21Z"), end_date: new Date("2023-02-19T16:08:52Z") },
            { id: 329, user_id: 34, category_id: 5, budget_amount: null, start_date: new Date("2022-01-06T19:04:25Z"), end_date: new Date("2022-12-22T13:13:09Z") },
            { id: 330, user_id: 179, category_id: 5, budget_amount: "3055.94", start_date: new Date("2023-11-09T16:51:35Z"), end_date: new Date("2022-06-30T13:43:45Z") },
            { id: 331, user_id: 130, category_id: 12, budget_amount: "1591.35", start_date: new Date("2023-09-08T22:45:42Z"), end_date: new Date("2022-11-14T02:20:48Z") },
            { id: 332, user_id: 152, category_id: 8, budget_amount: "1059.22", start_date: new Date("2023-05-04T20:47:55Z"), end_date: new Date("2022-05-09T07:51:59Z") },
            { id: 333, user_id: 19, category_id: 7, budget_amount: "261.24", start_date: new Date("2022-07-23T14:20:21Z"), end_date: new Date("2022-10-09T19:47:49Z") },
            { id: 334, user_id: 131, category_id: 10, budget_amount: "771.34", start_date: new Date("2022-07-29T23:04:45Z"), end_date: new Date("2023-12-26T09:15:23Z") },
            { id: 335, user_id: 86, category_id: 9, budget_amount: null, start_date: new Date("2022-05-11T04:09:48Z"), end_date: new Date("2023-04-12T16:09:55Z") },
            { id: 336, user_id: 41, category_id: 4, budget_amount: "424.18", start_date: new Date("2023-10-22T15:07:47Z"), end_date: new Date("2022-01-20T12:28:41Z") },
            { id: 337, user_id: 177, category_id: 12, budget_amount: null, start_date: new Date("2023-06-06T04:30:18Z"), end_date: new Date("2022-05-31T23:09:02Z") },
            { id: 338, user_id: 164, category_id: 7, budget_amount: "133.39", start_date: new Date("2022-06-08T06:31:28Z"), end_date: new Date("2023-08-06T13:22:19Z") },
            { id: 339, user_id: 149, category_id: 6, budget_amount: "695.24", start_date: new Date("2023-03-13T17:36:35Z"), end_date: new Date("2022-03-25T12:44:47Z") },
            { id: 340, user_id: 56, category_id: 8, budget_amount: "257.47", start_date: new Date("2022-10-01T14:27:17Z"), end_date: new Date("2023-09-01T07:37:20Z") },
            { id: 341, user_id: 42, category_id: 9, budget_amount: "3313.85", start_date: new Date("2023-06-25T17:18:53Z"), end_date: new Date("2023-01-14T00:50:58Z") },
            { id: 342, user_id: 192, category_id: 3, budget_amount: "455.95", start_date: new Date("2023-08-02T04:13:40Z"), end_date: new Date("2023-08-26T18:41:27Z") },
            { id: 343, user_id: 27, category_id: 5, budget_amount: "211.04", start_date: new Date("2023-04-02T18:33:40Z"), end_date: new Date("2022-03-07T03:14:47Z") },
            { id: 344, user_id: 34, category_id: 12, budget_amount: null, start_date: new Date("2022-01-03T15:30:20Z"), end_date: new Date("2022-12-29T22:45:06Z") },
            { id: 345, user_id: 199, category_id: 5, budget_amount: "517.82", start_date: new Date("2022-05-21T23:59:08Z"), end_date: new Date("2022-06-27T12:06:06Z") },
            { id: 346, user_id: 184, category_id: 11, budget_amount: null, start_date: new Date("2023-11-04T16:26:30Z"), end_date: new Date("2022-02-12T11:56:19Z") },
            { id: 347, user_id: 106, category_id: 9, budget_amount: "4788.47", start_date: new Date("2022-04-02T07:57:32Z"), end_date: new Date("2023-02-25T00:39:59Z") },
            { id: 348, user_id: 61, category_id: 14, budget_amount: "1010.81", start_date: new Date("2023-09-23T15:44:20Z"), end_date: new Date("2022-12-14T03:20:41Z") },
            { id: 349, user_id: 114, category_id: 2, budget_amount: "379.64", start_date: new Date("2023-10-25T09:53:38Z"), end_date: new Date("2023-02-12T16:27:12Z") },
            { id: 350, user_id: 111, category_id: 13, budget_amount: "964.16", start_date: new Date("2022-07-13T02:37:43Z"), end_date: new Date("2023-03-04T05:46:41Z") },
            { id: 351, user_id: 86, category_id: 14, budget_amount: "3461.38", start_date: new Date("2023-09-26T01:10:05Z"), end_date: new Date("2023-01-01T06:18:36Z") },
            { id: 352, user_id: 79, category_id: 12, budget_amount: "4494.29", start_date: new Date("2022-08-18T19:33:28Z"), end_date: new Date("2023-12-01T21:04:04Z") },
            { id: 353, user_id: 175, category_id: 5, budget_amount: "843.04", start_date: new Date("2023-11-13T09:01:42Z"), end_date: new Date("2022-06-21T14:31:24Z") },
            { id: 354, user_id: 176, category_id: 15, budget_amount: "847.67", start_date: new Date("2023-02-05T15:35:42Z"), end_date: new Date("2023-06-23T21:56:58Z") },
            { id: 355, user_id: 22, category_id: 6, budget_amount: "4718.12", start_date: new Date("2022-04-24T21:16:07Z"), end_date: new Date("2023-06-30T05:40:23Z") },
            { id: 356, user_id: 70, category_id: 14, budget_amount: "2202.81", start_date: new Date("2023-11-27T23:57:41Z"), end_date: new Date("2022-12-19T08:07:20Z") },
            { id: 357, user_id: 25, category_id: 3, budget_amount: "1042.95", start_date: new Date("2023-05-27T14:08:58Z"), end_date: new Date("2023-04-17T16:49:22Z") },
            { id: 358, user_id: 119, category_id: 15, budget_amount: "503.94", start_date: new Date("2022-09-10T04:58:43Z"), end_date: new Date("2022-11-02T13:12:06Z") },
            { id: 359, user_id: 94, category_id: 14, budget_amount: "3494.89", start_date: new Date("2022-12-23T08:58:51Z"), end_date: new Date("2023-08-19T19:49:24Z") },
            { id: 360, user_id: 32, category_id: 1, budget_amount: "149.27", start_date: new Date("2023-05-18T08:24:29Z"), end_date: new Date("2023-03-05T09:33:22Z") },
            { id: 361, user_id: 168, category_id: 12, budget_amount: "43.61", start_date: new Date("2023-12-17T19:46:32Z"), end_date: new Date("2023-12-14T14:13:55Z") },
            { id: 362, user_id: 108, category_id: 13, budget_amount: "4344.12", start_date: new Date("2023-01-26T18:09:47Z"), end_date: new Date("2023-01-29T11:49:16Z") },
            { id: 363, user_id: 63, category_id: 2, budget_amount: "3994.95", start_date: new Date("2023-07-19T17:45:29Z"), end_date: new Date("2023-05-03T15:35:17Z") },
            { id: 364, user_id: 110, category_id: 1, budget_amount: "2018.54", start_date: new Date("2022-05-05T19:19:20Z"), end_date: new Date("2022-09-25T12:37:57Z") },
            { id: 365, user_id: 170, category_id: 8, budget_amount: "4822.73", start_date: new Date("2022-10-01T03:23:45Z"), end_date: new Date("2022-10-14T08:44:25Z") },
            { id: 366, user_id: 41, category_id: 13, budget_amount: "3051.21", start_date: new Date("2022-01-05T18:49:34Z"), end_date: new Date("2022-09-07T06:28:11Z") },
            { id: 367, user_id: 25, category_id: 3, budget_amount: "2447.99", start_date: new Date("2022-11-20T14:28:15Z"), end_date: new Date("2022-09-11T06:19:53Z") },
            { id: 368, user_id: 18, category_id: 1, budget_amount: "1565.30", start_date: new Date("2023-02-24T08:10:44Z"), end_date: new Date("2022-05-20T15:05:05Z") },
            { id: 369, user_id: 76, category_id: 10, budget_amount: "4437.07", start_date: new Date("2022-06-24T20:54:48Z"), end_date: new Date("2023-12-16T07:59:42Z") },
            { id: 370, user_id: 20, category_id: 1, budget_amount: "3945.10", start_date: new Date("2023-11-26T10:21:29Z"), end_date: new Date("2023-12-11T16:31:49Z") },
            { id: 371, user_id: 15, category_id: 10, budget_amount: "3956.00", start_date: new Date("2022-08-18T13:22:52Z"), end_date: new Date("2022-05-07T04:57:48Z") },
            { id: 372, user_id: 75, category_id: 4, budget_amount: null, start_date: new Date("2023-09-04T02:50:55Z"), end_date: new Date("2022-08-08T08:20:03Z") },
            { id: 373, user_id: 57, category_id: 9, budget_amount: "161.59", start_date: new Date("2022-12-13T21:56:59Z"), end_date: new Date("2023-08-06T13:24:04Z") },
            { id: 374, user_id: 109, category_id: 4, budget_amount: null, start_date: new Date("2022-02-16T19:30:21Z"), end_date: new Date("2023-03-03T07:01:45Z") },
            { id: 375, user_id: 167, category_id: 4, budget_amount: "201.84", start_date: new Date("2023-06-30T07:31:30Z"), end_date: new Date("2023-05-11T23:41:47Z") },
            { id: 376, user_id: 176, category_id: 5, budget_amount: "3099.26", start_date: new Date("2022-02-06T10:41:57Z"), end_date: new Date("2022-09-28T23:41:16Z") },
            { id: 377, user_id: 25, category_id: 10, budget_amount: "10.96", start_date: new Date("2023-03-06T03:18:49Z"), end_date: new Date("2023-03-06T15:20:19Z") },
            { id: 378, user_id: 36, category_id: 13, budget_amount: "1024.37", start_date: new Date("2022-03-21T09:23:16Z"), end_date: new Date("2023-11-24T09:56:32Z") },
            { id: 379, user_id: 28, category_id: 5, budget_amount: null, start_date: new Date("2023-09-04T05:46:09Z"), end_date: new Date("2022-09-01T08:44:23Z") },
            { id: 380, user_id: 185, category_id: 8, budget_amount: null, start_date: new Date("2023-09-10T09:32:43Z"), end_date: new Date("2022-07-30T14:15:43Z") },
            { id: 381, user_id: 30, category_id: 7, budget_amount: "3637.73", start_date: new Date("2023-08-31T11:19:51Z"), end_date: new Date("2022-04-15T10:27:03Z") },
            { id: 382, user_id: 19, category_id: 6, budget_amount: "1875.17", start_date: new Date("2022-05-06T01:54:22Z"), end_date: new Date("2022-10-15T08:12:12Z") },
            { id: 383, user_id: 78, category_id: 9, budget_amount: "360.62", start_date: new Date("2023-06-11T15:15:41Z"), end_date: new Date("2023-07-18T02:37:26Z") },
            { id: 384, user_id: 37, category_id: 15, budget_amount: "4778.47", start_date: new Date("2022-10-27T13:48:01Z"), end_date: new Date("2022-11-10T17:25:49Z") },
            { id: 385, user_id: 151, category_id: 7, budget_amount: "3853.90", start_date: new Date("2022-03-28T04:25:50Z"), end_date: new Date("2023-12-03T19:15:59Z") },
            { id: 386, user_id: 103, category_id: 2, budget_amount: "114.65", start_date: new Date("2023-12-18T19:30:47Z"), end_date: new Date("2023-01-24T18:31:28Z") },
            { id: 387, user_id: 17, category_id: 12, budget_amount: null, start_date: new Date("2023-05-11T12:50:58Z"), end_date: new Date("2022-07-12T18:33:46Z") },
            { id: 388, user_id: 199, category_id: 6, budget_amount: "273.94", start_date: new Date("2022-02-03T11:18:01Z"), end_date: new Date("2022-07-13T20:20:37Z") },
            { id: 389, user_id: 189, category_id: 10, budget_amount: "4561.22", start_date: new Date("2023-02-13T22:07:47Z"), end_date: new Date("2023-06-01T17:51:49Z") },
            { id: 390, user_id: 36, category_id: 6, budget_amount: null, start_date: new Date("2022-06-25T13:57:08Z"), end_date: new Date("2023-12-21T12:49:04Z") },
            { id: 391, user_id: 66, category_id: 6, budget_amount: "2046.30", start_date: new Date("2023-09-10T11:51:08Z"), end_date: new Date("2022-06-20T11:11:13Z") },
            { id: 392, user_id: 89, category_id: 12, budget_amount: null, start_date: new Date("2023-11-05T22:46:00Z"), end_date: new Date("2023-10-13T22:56:03Z") },
            { id: 393, user_id: 94, category_id: 10, budget_amount: null, start_date: new Date("2023-01-04T10:27:23Z"), end_date: new Date("2023-07-12T06:03:03Z") },
            { id: 394, user_id: 156, category_id: 6, budget_amount: "60.29", start_date: new Date("2022-11-19T15:39:39Z"), end_date: new Date("2022-08-13T03:27:59Z") },
            { id: 395, user_id: 54, category_id: 11, budget_amount: "2634.38", start_date: new Date("2023-01-02T16:56:24Z"), end_date: new Date("2023-09-21T00:43:50Z") },
            { id: 396, user_id: 91, category_id: 11, budget_amount: "3146.11", start_date: new Date("2022-02-18T21:50:07Z"), end_date: new Date("2022-01-15T22:29:51Z") },
            { id: 397, user_id: 166, category_id: 2, budget_amount: "889.73", start_date: new Date("2022-05-19T23:37:23Z"), end_date: new Date("2023-05-06T10:49:14Z") },
            { id: 398, user_id: 18, category_id: 11, budget_amount: null, start_date: new Date("2022-10-10T11:32:50Z"), end_date: new Date("2023-11-19T05:25:21Z") },
            { id: 399, user_id: 176, category_id: 9, budget_amount: "332.69", start_date: new Date("2023-01-23T04:23:50Z"), end_date: new Date("2023-01-27T21:59:39Z") },
            { id: 400, user_id: 143, category_id: 11, budget_amount: "2709.94", start_date: new Date("2023-06-09T10:01:12Z"), end_date: new Date("2023-02-28T03:43:53Z") },
            { id: 401, user_id: 144, category_id: 10, budget_amount: "3127.75", start_date: new Date("2023-01-07T20:37:16Z"), end_date: new Date("2023-08-21T20:48:09Z") },
            { id: 402, user_id: 138, category_id: 5, budget_amount: "2574.58", start_date: new Date("2022-04-24T23:02:41Z"), end_date: new Date("2022-05-31T03:18:14Z") },
            { id: 403, user_id: 189, category_id: 4, budget_amount: "23.04", start_date: new Date("2023-07-15T18:57:43Z"), end_date: new Date("2023-07-02T20:49:39Z") },
            { id: 404, user_id: 54, category_id: 5, budget_amount: "1246.87", start_date: new Date("2023-03-14T20:56:41Z"), end_date: new Date("2022-12-28T12:29:11Z") },
            { id: 405, user_id: 87, category_id: 4, budget_amount: "29.12", start_date: new Date("2023-10-27T19:33:37Z"), end_date: new Date("2022-02-24T19:35:08Z") },
            { id: 406, user_id: 199, category_id: 10, budget_amount: "3089.73", start_date: new Date("2022-08-31T19:14:46Z"), end_date: new Date("2022-04-12T09:17:35Z") },
            { id: 407, user_id: 200, category_id: 14, budget_amount: null, start_date: new Date("2022-11-22T11:41:13Z"), end_date: new Date("2023-08-06T15:19:33Z") },
            { id: 408, user_id: 128, category_id: 15, budget_amount: "170.46", start_date: new Date("2023-11-05T01:38:41Z"), end_date: new Date("2023-01-30T04:47:14Z") },
            { id: 409, user_id: 181, category_id: 4, budget_amount: "294.40", start_date: new Date("2022-11-07T22:41:34Z"), end_date: new Date("2022-08-04T12:05:53Z") },
            { id: 410, user_id: 58, category_id: 5, budget_amount: "2932.80", start_date: new Date("2022-11-19T02:19:53Z"), end_date: new Date("2022-03-29T04:44:29Z") },
            { id: 411, user_id: 57, category_id: 7, budget_amount: "595.34", start_date: new Date("2023-01-27T04:50:55Z"), end_date: new Date("2023-03-19T16:48:12Z") },
            { id: 412, user_id: 162, category_id: 11, budget_amount: "4698.61", start_date: new Date("2022-06-11T16:34:20Z"), end_date: new Date("2023-06-01T03:05:55Z") },
            { id: 413, user_id: 36, category_id: 5, budget_amount: "3922.26", start_date: new Date("2023-08-09T21:00:06Z"), end_date: new Date("2023-02-08T20:34:58Z") },
            { id: 414, user_id: 8, category_id: 10, budget_amount: "2578.39", start_date: new Date("2022-06-24T02:17:11Z"), end_date: new Date("2022-03-15T19:29:35Z") },
            { id: 415, user_id: 107, category_id: 1, budget_amount: "2441.40", start_date: new Date("2023-12-13T12:28:34Z"), end_date: new Date("2022-02-09T12:55:33Z") },
            { id: 416, user_id: 48, category_id: 4, budget_amount: null, start_date: new Date("2022-10-12T02:00:38Z"), end_date: new Date("2023-01-15T03:23:46Z") },
            { id: 417, user_id: 133, category_id: 5, budget_amount: "2372.07", start_date: new Date("2023-02-05T08:32:08Z"), end_date: new Date("2023-01-02T15:06:28Z") },
            { id: 418, user_id: 57, category_id: 3, budget_amount: "2172.06", start_date: new Date("2022-09-24T18:36:03Z"), end_date: new Date("2023-03-05T13:04:49Z") },
            { id: 419, user_id: 76, category_id: 11, budget_amount: "1223.48", start_date: new Date("2022-06-10T05:14:05Z"), end_date: new Date("2023-07-15T01:32:33Z") },
            { id: 420, user_id: 146, category_id: 13, budget_amount: "80.60", start_date: new Date("2023-04-03T06:25:39Z"), end_date: new Date("2023-10-12T19:05:03Z") },
            { id: 421, user_id: 126, category_id: 5, budget_amount: "20.18", start_date: new Date("2022-05-18T20:57:12Z"), end_date: new Date("2023-05-12T03:30:08Z") },
            { id: 422, user_id: 89, category_id: 15, budget_amount: "1243.06", start_date: new Date("2023-04-04T08:30:03Z"), end_date: new Date("2022-05-09T15:43:52Z") },
            { id: 423, user_id: 56, category_id: 15, budget_amount: "975.02", start_date: new Date("2023-10-13T02:16:56Z"), end_date: new Date("2023-03-25T11:14:00Z") },
            { id: 424, user_id: 77, category_id: 12, budget_amount: "1010.54", start_date: new Date("2022-01-03T14:27:17Z"), end_date: new Date("2022-10-09T11:04:53Z") },
            { id: 425, user_id: 172, category_id: 14, budget_amount: "369.18", start_date: new Date("2022-02-01T16:03:35Z"), end_date: new Date("2023-06-18T20:35:40Z") },
            { id: 426, user_id: 128, category_id: 11, budget_amount: "206.25", start_date: new Date("2023-09-27T10:27:12Z"), end_date: new Date("2023-06-01T07:16:28Z") },
            { id: 427, user_id: 169, category_id: 2, budget_amount: "3344.64", start_date: new Date("2023-10-17T06:52:01Z"), end_date: new Date("2022-02-15T10:22:14Z") },
            { id: 428, user_id: 85, category_id: 10, budget_amount: null, start_date: new Date("2022-04-28T18:28:28Z"), end_date: new Date("2022-03-03T18:26:07Z") },
            { id: 429, user_id: 197, category_id: 9, budget_amount: "705.24", start_date: new Date("2023-01-06T09:57:08Z"), end_date: new Date("2023-09-28T04:31:56Z") },
            { id: 430, user_id: 50, category_id: 9, budget_amount: "1142.74", start_date: new Date("2022-08-22T17:30:02Z"), end_date: new Date("2023-12-28T23:10:43Z") },
            { id: 431, user_id: 12, category_id: 14, budget_amount: null, start_date: new Date("2023-07-08T07:24:45Z"), end_date: new Date("2022-06-16T19:53:21Z") },
            { id: 432, user_id: 45, category_id: 15, budget_amount: "44.38", start_date: new Date("2022-01-23T10:03:10Z"), end_date: new Date("2023-12-28T15:41:48Z") },
            { id: 433, user_id: 71, category_id: 10, budget_amount: "2339.57", start_date: new Date("2022-01-25T21:07:07Z"), end_date: new Date("2022-04-24T22:19:17Z") },
            { id: 434, user_id: 64, category_id: 5, budget_amount: "23.96", start_date: new Date("2022-05-03T18:29:13Z"), end_date: new Date("2022-11-29T07:12:29Z") },
            { id: 435, user_id: 149, category_id: 15, budget_amount: "4107.96", start_date: new Date("2022-07-06T05:02:03Z"), end_date: new Date("2022-10-19T01:13:44Z") },
            { id: 436, user_id: 188, category_id: 4, budget_amount: "1406.60", start_date: new Date("2022-04-20T22:31:27Z"), end_date: new Date("2022-08-08T22:47:00Z") },
            { id: 437, user_id: 16, category_id: 10, budget_amount: "497.25", start_date: new Date("2022-12-23T18:19:59Z"), end_date: new Date("2022-09-10T10:01:51Z") },
            { id: 438, user_id: 94, category_id: 9, budget_amount: "318.49", start_date: new Date("2022-07-30T05:33:01Z"), end_date: new Date("2023-04-18T17:19:00Z") },
            { id: 439, user_id: 179, category_id: 8, budget_amount: "2753.27", start_date: new Date("2023-09-24T10:43:03Z"), end_date: new Date("2023-12-27T01:18:27Z") },
            { id: 440, user_id: 176, category_id: 11, budget_amount: "662.06", start_date: new Date("2023-07-11T12:26:26Z"), end_date: new Date("2022-03-18T04:47:59Z") },
            { id: 441, user_id: 130, category_id: 13, budget_amount: "4874.94", start_date: new Date("2023-09-20T02:03:06Z"), end_date: new Date("2022-10-08T04:42:58Z") },
            { id: 442, user_id: 178, category_id: 4, budget_amount: "2173.69", start_date: new Date("2023-08-21T09:08:38Z"), end_date: new Date("2022-12-06T06:55:06Z") },
            { id: 443, user_id: 142, category_id: 10, budget_amount: "217.17", start_date: new Date("2023-09-21T07:45:17Z"), end_date: new Date("2023-12-13T09:26:06Z") },
        ],
    });
    await prisma.savings_goals.createMany({
        data: [
            { id: 1, user_id: 63, goal_amount: "1294.20", target_date: new Date("2022-08-10T20:51:54Z"), notes: "No response from the courier, so the account was confirmed." },
            { id: 2, user_id: 192, goal_amount: "2711.99", target_date: new Date("2023-08-24T03:05:44Z"), notes: "An operator asked for a change and the refund was completed." },
            { id: 3, user_id: 200, goal_amount: "6765.15", target_date: new Date("2023-10-24T21:20:22Z"), notes: "An automatic report was reviewed the same day." },
            { id: 4, user_id: 188, goal_amount: "604.29", target_date: new Date("2022-04-04T07:54:02Z"), notes: null },
            { id: 5, user_id: 34, goal_amount: "3545.46", target_date: new Date("2025-05-13T17:31:26Z"), notes: "Flagged as incomplete. The team rejected the invoice." },
            { id: 6, user_id: 22, goal_amount: "73.73", target_date: new Date("2024-08-29T01:12:20Z"), notes: "The account owner confirmed the details and the account was replaced." },
            { id: 7, user_id: 92, goal_amount: "5635.50", target_date: new Date("2022-09-15T21:23:26Z"), notes: "The payment was reviewed after a late check." },
            { id: 8, user_id: 63, goal_amount: "1229.24", target_date: new Date("2023-05-02T17:37:33Z"), notes: "Flagged as partial. The supplier updated the request." },
            { id: 9, user_id: 75, goal_amount: "6513.65", target_date: new Date("2025-07-25T12:49:13Z"), notes: "The record was approved following a duplicate review." },
            { id: 10, user_id: 9, goal_amount: "5553.49", target_date: new Date("2023-08-07T18:00:47Z"), notes: "The team confirmed the details and the shipment was resolved." },
            { id: 11, user_id: 162, goal_amount: "213.48", target_date: new Date("2024-09-02T08:35:06Z"), notes: null },
            { id: 12, user_id: 154, goal_amount: "7658.70", target_date: new Date("2023-01-07T05:22:49Z"), notes: "Flagged as automatic. An operator delayed the document." },
            { id: 13, user_id: 131, goal_amount: "920.84", target_date: new Date("2024-06-18T20:22:30Z"), notes: "No response from the courier, so the invoice was rejected." },
            { id: 14, user_id: 129, goal_amount: "1840.17", target_date: new Date("2022-08-04T02:32:13Z"), notes: "The customer confirmed the details and the record was resolved." },
            { id: 15, user_id: 78, goal_amount: "7323.44", target_date: new Date("2023-01-04T00:01:10Z"), notes: "Flagged as urgent. The reviewer resolved the refund." },
            { id: 16, user_id: 30, goal_amount: "3510.22", target_date: new Date("2025-12-13T08:43:02Z"), notes: "The document was approved — urgent case, no further action." },
            { id: 17, user_id: 179, goal_amount: "1657.90", target_date: new Date("2023-08-16T17:20:19Z"), notes: "The payment was processed — late case, no further action." },
            { id: 18, user_id: 199, goal_amount: "5584.95", target_date: new Date("2022-11-06T18:52:19Z"), notes: "A duplicate follow-up: the account was closed." },
            { id: 19, user_id: 65, goal_amount: "5619.72", target_date: new Date("2022-11-29T15:20:15Z"), notes: "A duplicate booking was rejected the same day." },
            { id: 20, user_id: 165, goal_amount: "558.16", target_date: new Date("2025-06-02T21:55:47Z"), notes: "The transfer was confirmed after an automatic check." },
            { id: 21, user_id: 110, goal_amount: "318.03", target_date: new Date("2025-01-16T19:03:52Z"), notes: "The supplier reported an unusual issue; the record was rejected." },
            { id: 22, user_id: 141, goal_amount: "4681.29", target_date: new Date("2024-09-22T16:39:00Z"), notes: "A standard follow-up: the report was updated." },
            { id: 23, user_id: 157, goal_amount: "593.23", target_date: new Date("2025-06-26T03:05:07Z"), notes: "The supplier confirmed the details and the report was closed." },
            { id: 24, user_id: 195, goal_amount: "8313.96", target_date: new Date("2023-11-29T22:42:19Z"), notes: "The session was closed — late case, no further action." },
            { id: 25, user_id: 114, goal_amount: "8999.54", target_date: new Date("2025-05-26T21:50:53Z"), notes: "The booking was cancelled following a late review." },
            { id: 26, user_id: 123, goal_amount: "5906.91", target_date: new Date("2022-12-22T19:39:27Z"), notes: "The record was approved after an unusual check." },
            { id: 27, user_id: 129, goal_amount: "5768.61", target_date: new Date("2023-03-17T04:00:35Z"), notes: "Flagged as urgent. An operator rescheduled the claim." },
            { id: 28, user_id: 60, goal_amount: "401.34", target_date: new Date("2025-07-13T04:55:48Z"), notes: "The supplier reported an incomplete issue; the session was confirmed." },
            { id: 29, user_id: 181, goal_amount: "1704.96", target_date: new Date("2025-10-31T12:02:33Z"), notes: "An unusual account was updated the same day." },
            { id: 30, user_id: 161, goal_amount: "50.53", target_date: new Date("2022-02-28T18:20:31Z"), notes: "Flagged as automatic. An operator resolved the appointment." },
            { id: 31, user_id: 200, goal_amount: "1669.41", target_date: new Date("2022-10-12T00:56:21Z"), notes: "The reviewer asked for a change and the booking was closed." },
            { id: 32, user_id: 98, goal_amount: "383.25", target_date: new Date("2023-04-14T07:16:36Z"), notes: null },
            { id: 33, user_id: 6, goal_amount: "2381.91", target_date: new Date("2022-06-27T23:34:37Z"), notes: "No response from an operator, so the payment was rejected." },
            { id: 34, user_id: 28, goal_amount: "1741.84", target_date: new Date("2024-06-11T23:50:05Z"), notes: "An urgent follow-up: the account was reviewed." },
            { id: 35, user_id: 124, goal_amount: "7071.30", target_date: new Date("2024-11-30T06:50:19Z"), notes: null },
            { id: 36, user_id: 147, goal_amount: "1219.13", target_date: new Date("2023-04-25T09:40:24Z"), notes: "The session was reopened following a duplicate review." },
            { id: 37, user_id: 18, goal_amount: "59.84", target_date: new Date("2022-08-27T15:20:46Z"), notes: "A repeat follow-up: the report was reviewed." },
            { id: 38, user_id: 120, goal_amount: "435.49", target_date: new Date("2022-07-15T06:54:43Z"), notes: "The session was confirmed following a partial review." },
            { id: 39, user_id: 103, goal_amount: "3642.85", target_date: new Date("2022-12-15T19:18:28Z"), notes: "The account owner confirmed the details and the report was closed." },
            { id: 40, user_id: 34, goal_amount: "563.60", target_date: new Date("2022-05-13T05:25:59Z"), notes: "The item was confirmed after a standard check." },
            { id: 41, user_id: 25, goal_amount: "1041.20", target_date: new Date("2025-12-17T18:50:31Z"), notes: "An automatic appointment was refunded the same day." },
            { id: 42, user_id: 99, goal_amount: "4964.38", target_date: new Date("2024-11-28T15:22:18Z"), notes: "Flagged as duplicate. An operator completed the record." },
            { id: 43, user_id: 22, goal_amount: "1016.90", target_date: new Date("2022-04-24T18:31:51Z"), notes: "Flagged as minor. An operator rescheduled the order." },
            { id: 44, user_id: 45, goal_amount: "3000.74", target_date: new Date("2024-04-29T18:49:56Z"), notes: "A routine follow-up: the ticket was updated." },
            { id: 45, user_id: 72, goal_amount: "1300.75", target_date: new Date("2022-01-10T12:44:42Z"), notes: "The team confirmed the details and the report was completed." },
            { id: 46, user_id: 108, goal_amount: "8645.14", target_date: new Date("2025-11-16T11:16:47Z"), notes: "The supplier asked for a change and the payment was rejected." },
            { id: 47, user_id: 71, goal_amount: "998.02", target_date: new Date("2025-09-27T09:58:13Z"), notes: "A manual document was resolved the same day." },
            { id: 48, user_id: 187, goal_amount: "859.11", target_date: new Date("2025-11-06T02:34:48Z"), notes: "No response from the reviewer, so the payment was rejected." },
            { id: 49, user_id: 92, goal_amount: "247.77", target_date: new Date("2022-11-22T18:55:47Z"), notes: "The courier confirmed the details and the account was reviewed." },
            { id: 50, user_id: 6, goal_amount: "229.44", target_date: new Date("2025-03-02T03:02:18Z"), notes: "A late follow-up: the record was processed." },
            { id: 51, user_id: 103, goal_amount: "6849.10", target_date: new Date("2023-05-23T21:28:14Z"), notes: "Flagged as standard. An operator replaced the payment." },
            { id: 52, user_id: 25, goal_amount: "55.33", target_date: new Date("2024-05-04T21:23:14Z"), notes: "Flagged as manual. Support delayed the refund." },
            { id: 53, user_id: 129, goal_amount: "7574.15", target_date: new Date("2022-09-22T06:30:30Z"), notes: "Flagged as automatic. Support approved the invoice." },
            { id: 54, user_id: 119, goal_amount: "138.84", target_date: new Date("2023-04-19T18:06:39Z"), notes: "Flagged as minor. The reviewer resolved the request." },
            { id: 55, user_id: 66, goal_amount: "164.27", target_date: new Date("2023-11-21T21:36:49Z"), notes: "The shipment was approved — late case, no further action." },
            { id: 56, user_id: 165, goal_amount: "211.86", target_date: new Date("2023-07-10T15:20:13Z"), notes: "The record was resolved — urgent case, no further action." },
            { id: 57, user_id: 61, goal_amount: "4490.83", target_date: new Date("2022-12-15T08:46:01Z"), notes: null },
            { id: 58, user_id: 40, goal_amount: "8179.69", target_date: new Date("2023-07-21T23:58:58Z"), notes: "The record was reopened following a routine review." },
            { id: 59, user_id: 56, goal_amount: "5949.87", target_date: new Date("2025-07-29T22:46:00Z"), notes: "No response from the courier, so the document was updated." },
            { id: 60, user_id: 34, goal_amount: "677.71", target_date: new Date("2023-06-16T18:35:46Z"), notes: "Support reported an automatic issue; the record was cancelled." },
            { id: 61, user_id: 106, goal_amount: "5909.98", target_date: new Date("2022-09-16T20:29:04Z"), notes: "The account owner reported an urgent issue; the document was refunded." },
            { id: 62, user_id: 159, goal_amount: "6908.31", target_date: new Date("2024-01-31T18:44:17Z"), notes: null },
            { id: 63, user_id: 158, goal_amount: "1221.50", target_date: new Date("2024-11-06T11:22:19Z"), notes: "Support confirmed the details and the transfer was completed." },
            { id: 64, user_id: 18, goal_amount: "9009.99", target_date: new Date("2025-09-30T19:42:55Z"), notes: "An operator reported a minor issue; the shipment was confirmed." },
            { id: 65, user_id: 24, goal_amount: "4295.86", target_date: new Date("2022-02-10T07:58:35Z"), notes: "The ticket was rejected following an incomplete review." },
            { id: 66, user_id: 97, goal_amount: "329.15", target_date: new Date("2023-06-28T03:22:49Z"), notes: "No response from the account owner, so the report was rejected." },
            { id: 67, user_id: 113, goal_amount: "2148.95", target_date: new Date("2024-09-06T12:04:53Z"), notes: "A late follow-up: the transfer was delayed." },
            { id: 68, user_id: 42, goal_amount: "103.40", target_date: new Date("2025-10-08T04:30:50Z"), notes: "An urgent item was confirmed the same day." },
            { id: 69, user_id: 153, goal_amount: "3975.70", target_date: new Date("2023-07-12T04:00:01Z"), notes: null },
            { id: 70, user_id: 3, goal_amount: "9201.04", target_date: new Date("2024-02-15T23:27:44Z"), notes: null },
            { id: 71, user_id: 199, goal_amount: "85.82", target_date: new Date("2024-12-12T14:17:40Z"), notes: "Flagged as manual. An operator approved the claim." },
            { id: 72, user_id: 151, goal_amount: "3810.14", target_date: new Date("2022-07-04T02:31:16Z"), notes: "The booking was delayed — duplicate case, no further action." },
            { id: 73, user_id: 76, goal_amount: "2860.15", target_date: new Date("2023-09-17T05:05:17Z"), notes: "The order was approved after an unusual check." },
            { id: 74, user_id: 151, goal_amount: "57.22", target_date: new Date("2022-03-11T02:02:09Z"), notes: "No response from the customer, so the booking was refunded." },
            { id: 75, user_id: 96, goal_amount: "423.58", target_date: new Date("2023-05-26T02:02:11Z"), notes: null },
            { id: 76, user_id: 52, goal_amount: "1981.39", target_date: new Date("2023-08-13T23:55:22Z"), notes: "Support confirmed the details and the appointment was replaced." },
            { id: 77, user_id: 98, goal_amount: "9161.81", target_date: new Date("2023-05-07T11:51:04Z"), notes: "The order was refunded following a late review." },
            { id: 78, user_id: 70, goal_amount: "1103.03", target_date: new Date("2022-11-08T01:15:07Z"), notes: "Flagged as unusual. The courier updated the ticket." },
            { id: 79, user_id: 134, goal_amount: "6381.06", target_date: new Date("2022-05-30T16:05:00Z"), notes: "Flagged as minor. The customer replaced the request." },
            { id: 80, user_id: 75, goal_amount: "101.38", target_date: new Date("2022-08-25T13:49:26Z"), notes: null },
            { id: 81, user_id: 162, goal_amount: "310.27", target_date: new Date("2024-07-01T17:50:10Z"), notes: "The supplier confirmed the details and the document was reopened." },
            { id: 82, user_id: 87, goal_amount: "5273.77", target_date: new Date("2024-08-18T14:24:26Z"), notes: "Flagged as automatic. The reviewer processed the request." },
            { id: 83, user_id: 133, goal_amount: "2033.90", target_date: new Date("2023-06-13T04:36:29Z"), notes: "No response from the courier, so the account was escalated." },
            { id: 84, user_id: 172, goal_amount: "592.81", target_date: new Date("2024-12-07T18:49:12Z"), notes: "The supplier confirmed the details and the record was refunded." },
            { id: 85, user_id: 75, goal_amount: "7310.55", target_date: new Date("2023-10-07T15:27:20Z"), notes: "The customer reported a manual issue; the delivery was approved." },
            { id: 86, user_id: 155, goal_amount: "945.53", target_date: new Date("2025-09-25T19:01:08Z"), notes: "Flagged as minor. The team replaced the request." },
            { id: 87, user_id: 173, goal_amount: "3445.65", target_date: new Date("2024-11-25T23:33:33Z"), notes: "An urgent follow-up: the ticket was rescheduled." },
            { id: 88, user_id: 28, goal_amount: "4704.56", target_date: new Date("2025-08-30T09:54:57Z"), notes: "The invoice was confirmed — unusual case, no further action." },
            { id: 89, user_id: 9, goal_amount: "2411.41", target_date: new Date("2025-09-10T11:57:30Z"), notes: "A standard refund was rejected the same day." },
            { id: 90, user_id: 179, goal_amount: "887.37", target_date: new Date("2023-03-16T02:01:30Z"), notes: "An unusual refund was closed the same day." },
            { id: 91, user_id: 6, goal_amount: "8816.15", target_date: new Date("2022-08-29T10:28:02Z"), notes: "The supplier confirmed the details and the payment was confirmed." },
            { id: 92, user_id: 188, goal_amount: "420.70", target_date: new Date("2022-02-14T02:42:58Z"), notes: "The courier asked for a change and the invoice was replaced." },
            { id: 93, user_id: 98, goal_amount: "5452.84", target_date: new Date("2023-09-13T13:59:00Z"), notes: "The request was delayed following an incomplete review." },
            { id: 94, user_id: 97, goal_amount: "3954.87", target_date: new Date("2025-04-04T06:22:45Z"), notes: "No response from the courier, so the ticket was processed." },
            { id: 95, user_id: 79, goal_amount: "58.30", target_date: new Date("2025-03-26T21:23:38Z"), notes: "The report was processed following a repeat review." },
            { id: 96, user_id: 155, goal_amount: "2434.42", target_date: new Date("2025-09-27T17:00:37Z"), notes: "Flagged as partial. Support rescheduled the payment." },
            { id: 97, user_id: 117, goal_amount: "286.28", target_date: new Date("2025-05-17T03:02:03Z"), notes: "A minor appointment was approved the same day." },
            { id: 98, user_id: 174, goal_amount: "4591.71", target_date: new Date("2022-02-11T16:21:33Z"), notes: null },
            { id: 99, user_id: 44, goal_amount: "692.90", target_date: new Date("2022-01-11T01:51:40Z"), notes: "A minor follow-up: the transfer was confirmed." },
            { id: 100, user_id: 101, goal_amount: "9668.71", target_date: new Date("2024-08-12T17:53:38Z"), notes: "The payment was escalated following an automatic review." },
            { id: 101, user_id: 55, goal_amount: "4107.58", target_date: new Date("2025-07-01T17:43:48Z"), notes: "A manual follow-up: the refund was rescheduled." },
            { id: 102, user_id: 31, goal_amount: "2211.76", target_date: new Date("2025-04-10T10:56:19Z"), notes: "No response from the account owner, so the account was replaced." },
            { id: 103, user_id: 187, goal_amount: "1390.69", target_date: new Date("2024-06-11T11:48:01Z"), notes: "A partial document was completed the same day." },
            { id: 104, user_id: 181, goal_amount: "7272.16", target_date: new Date("2025-07-28T01:12:06Z"), notes: "No response from the supplier, so the invoice was approved." },
            { id: 105, user_id: 60, goal_amount: "789.56", target_date: new Date("2023-01-25T22:24:28Z"), notes: "A late transfer was rejected the same day." },
            { id: 106, user_id: 77, goal_amount: "3251.50", target_date: new Date("2022-07-23T03:43:11Z"), notes: "The session was rejected following a repeat review." },
            { id: 107, user_id: 94, goal_amount: "8727.97", target_date: new Date("2022-11-07T02:08:23Z"), notes: "The record was rescheduled — routine case, no further action." },
            { id: 108, user_id: 174, goal_amount: "646.31", target_date: new Date("2022-07-29T10:59:08Z"), notes: "Flagged as minor. The supplier rescheduled the account." },
            { id: 109, user_id: 147, goal_amount: "2596.03", target_date: new Date("2022-12-03T10:19:19Z"), notes: null },
            { id: 110, user_id: 80, goal_amount: "722.08", target_date: new Date("2022-06-06T09:35:29Z"), notes: "The reviewer asked for a change and the delivery was reviewed." },
            { id: 111, user_id: 77, goal_amount: "679.10", target_date: new Date("2025-10-01T20:07:46Z"), notes: "The supplier reported a routine issue; the refund was approved." },
            { id: 112, user_id: 107, goal_amount: "3163.37", target_date: new Date("2023-02-02T19:25:52Z"), notes: "The appointment was approved — urgent case, no further action." },
            { id: 113, user_id: 66, goal_amount: "3707.12", target_date: new Date("2022-09-09T14:10:33Z"), notes: "The request was rescheduled after a repeat check." },
            { id: 114, user_id: 97, goal_amount: "8779.90", target_date: new Date("2023-09-04T12:05:27Z"), notes: "No response from support, so the session was approved." },
            { id: 115, user_id: 52, goal_amount: "6617.30", target_date: new Date("2025-12-06T13:29:41Z"), notes: "The customer asked for a change and the claim was approved." },
            { id: 116, user_id: 55, goal_amount: "2583.08", target_date: new Date("2025-11-08T23:44:23Z"), notes: "Support reported a partial issue; the item was resolved." },
            { id: 117, user_id: 52, goal_amount: "1326.28", target_date: new Date("2023-02-10T14:03:06Z"), notes: "The refund was cancelled after a late check." },
            { id: 118, user_id: 181, goal_amount: "50.90", target_date: new Date("2024-10-05T00:58:12Z"), notes: "No response from an operator, so the account was reopened." },
            { id: 119, user_id: 103, goal_amount: "4090.00", target_date: new Date("2025-12-21T01:55:55Z"), notes: "No response from the reviewer, so the request was approved." },
            { id: 120, user_id: 45, goal_amount: "304.36", target_date: new Date("2024-08-24T02:24:01Z"), notes: "An operator reported an urgent issue; the delivery was replaced." },
            { id: 121, user_id: 174, goal_amount: "56.23", target_date: new Date("2023-03-24T21:43:04Z"), notes: "An urgent follow-up: the account was confirmed." },
            { id: 122, user_id: 142, goal_amount: "1818.65", target_date: new Date("2023-01-08T01:03:13Z"), notes: "A late follow-up: the payment was replaced." },
            { id: 123, user_id: 77, goal_amount: "127.94", target_date: new Date("2023-10-23T10:07:03Z"), notes: "Flagged as duplicate. The account owner cancelled the account." },
            { id: 124, user_id: 145, goal_amount: "3632.43", target_date: new Date("2022-02-25T10:47:07Z"), notes: null },
            { id: 125, user_id: 142, goal_amount: "770.97", target_date: new Date("2022-10-25T14:25:22Z"), notes: "An unusual document was completed the same day." },
            { id: 126, user_id: 155, goal_amount: "7165.05", target_date: new Date("2024-08-07T04:53:19Z"), notes: "A repeat invoice was closed the same day." },
            { id: 127, user_id: 56, goal_amount: "6391.39", target_date: new Date("2025-04-04T23:28:16Z"), notes: "Flagged as unusual. The customer replaced the ticket." },
            { id: 128, user_id: 76, goal_amount: "170.31", target_date: new Date("2023-03-04T18:50:13Z"), notes: "The invoice was replaced following a routine review." },
            { id: 129, user_id: 130, goal_amount: "186.10", target_date: new Date("2022-02-03T10:19:35Z"), notes: "The account was delayed after a duplicate check." },
            { id: 130, user_id: 123, goal_amount: "9043.14", target_date: new Date("2024-10-29T15:47:21Z"), notes: null },
            { id: 131, user_id: 71, goal_amount: "9762.56", target_date: new Date("2022-12-01T01:44:20Z"), notes: "An urgent follow-up: the session was closed." },
            { id: 132, user_id: 57, goal_amount: "2334.71", target_date: new Date("2024-04-17T06:06:49Z"), notes: "No response from the team, so the item was reviewed." },
            { id: 133, user_id: 72, goal_amount: "1967.02", target_date: new Date("2022-08-09T09:06:52Z"), notes: "The transfer was refunded — standard case, no further action." },
            { id: 134, user_id: 20, goal_amount: "98.52", target_date: new Date("2022-07-07T21:53:37Z"), notes: "The customer asked for a change and the record was rescheduled." },
            { id: 135, user_id: 86, goal_amount: "5423.44", target_date: new Date("2025-12-18T18:02:00Z"), notes: null },
            { id: 136, user_id: 61, goal_amount: "851.63", target_date: new Date("2022-04-11T13:49:18Z"), notes: "The order was resolved following a repeat review." },
            { id: 137, user_id: 71, goal_amount: "4832.31", target_date: new Date("2025-01-30T17:40:08Z"), notes: "Flagged as automatic. The courier processed the delivery." },
            { id: 138, user_id: 134, goal_amount: "4071.17", target_date: new Date("2024-02-18T01:15:26Z"), notes: "A partial item was reviewed the same day." },
            { id: 139, user_id: 7, goal_amount: "4574.59", target_date: new Date("2023-11-27T15:23:36Z"), notes: "A manual refund was rejected the same day." },
            { id: 140, user_id: 200, goal_amount: "5246.19", target_date: new Date("2023-01-13T09:07:12Z"), notes: "The order was cancelled following an automatic review." },
            { id: 141, user_id: 172, goal_amount: "839.58", target_date: new Date("2025-10-07T22:08:12Z"), notes: "An incomplete item was confirmed the same day." },
            { id: 142, user_id: 63, goal_amount: "179.70", target_date: new Date("2023-05-21T20:31:48Z"), notes: null },
            { id: 143, user_id: 154, goal_amount: "1784.14", target_date: new Date("2025-06-11T11:50:30Z"), notes: "The courier confirmed the details and the shipment was delayed." },
            { id: 144, user_id: 47, goal_amount: "677.80", target_date: new Date("2025-06-01T05:00:41Z"), notes: null },
            { id: 145, user_id: 16, goal_amount: "5115.48", target_date: new Date("2024-06-04T14:18:55Z"), notes: "A late request was confirmed the same day." },
            { id: 146, user_id: 106, goal_amount: "159.47", target_date: new Date("2024-06-13T11:01:02Z"), notes: "An operator reported a manual issue; the request was rescheduled." },
            { id: 147, user_id: 81, goal_amount: "3171.22", target_date: new Date("2024-03-05T03:15:46Z"), notes: "A routine invoice was confirmed the same day." },
            { id: 148, user_id: 188, goal_amount: "1835.72", target_date: new Date("2022-05-27T07:53:33Z"), notes: "Flagged as repeat. The reviewer reviewed the account." },
            { id: 149, user_id: 119, goal_amount: "50.16", target_date: new Date("2024-11-30T09:21:16Z"), notes: "A late follow-up: the account was closed." },
            { id: 150, user_id: 179, goal_amount: "9470.80", target_date: new Date("2023-03-11T08:21:39Z"), notes: "A repeat follow-up: the request was refunded." },
            { id: 151, user_id: 149, goal_amount: "5805.79", target_date: new Date("2023-08-28T04:33:41Z"), notes: "Flagged as repeat. The account owner closed the document." },
            { id: 152, user_id: 119, goal_amount: "3005.26", target_date: new Date("2024-08-14T17:13:28Z"), notes: "Flagged as routine. Support replaced the appointment." },
            { id: 153, user_id: 83, goal_amount: "7592.45", target_date: new Date("2025-01-21T18:19:19Z"), notes: "An urgent follow-up: the invoice was completed." },
            { id: 154, user_id: 57, goal_amount: "9599.33", target_date: new Date("2025-01-02T06:56:20Z"), notes: "The record was delayed — partial case, no further action." },
            { id: 155, user_id: 130, goal_amount: "3460.36", target_date: new Date("2022-09-17T07:15:25Z"), notes: "The courier reported a manual issue; the ticket was rejected." },
            { id: 156, user_id: 96, goal_amount: "191.62", target_date: new Date("2022-07-28T01:12:13Z"), notes: "The reviewer asked for a change and the report was cancelled." },
            { id: 157, user_id: 87, goal_amount: "6988.65", target_date: new Date("2023-12-19T08:22:41Z"), notes: "An unusual follow-up: the session was closed." },
            { id: 158, user_id: 30, goal_amount: "1398.79", target_date: new Date("2022-04-05T10:46:31Z"), notes: "Flagged as manual. The account owner approved the payment." },
            { id: 159, user_id: 153, goal_amount: "4182.86", target_date: new Date("2023-07-31T03:20:17Z"), notes: "The invoice was delayed after an automatic check." },
            { id: 160, user_id: 96, goal_amount: "2829.28", target_date: new Date("2022-08-30T05:37:33Z"), notes: "An operator confirmed the details and the transfer was rescheduled." },
            { id: 161, user_id: 118, goal_amount: "1402.65", target_date: new Date("2022-03-17T01:14:03Z"), notes: "The booking was cancelled — late case, no further action." },
            { id: 162, user_id: 106, goal_amount: "4060.42", target_date: new Date("2024-07-06T10:49:06Z"), notes: "The courier asked for a change and the report was updated." },
            { id: 163, user_id: 78, goal_amount: "1295.94", target_date: new Date("2023-10-14T16:31:52Z"), notes: "No response from the customer, so the refund was closed." },
            { id: 164, user_id: 170, goal_amount: "324.46", target_date: new Date("2025-12-21T18:05:41Z"), notes: "The account owner reported a late issue; the item was resolved." },
            { id: 165, user_id: 118, goal_amount: "4337.85", target_date: new Date("2024-04-12T09:18:39Z"), notes: "An operator reported a late issue; the booking was refunded." },
            { id: 166, user_id: 144, goal_amount: "6666.53", target_date: new Date("2023-11-05T19:55:46Z"), notes: "The transfer was closed — partial case, no further action." },
            { id: 167, user_id: 53, goal_amount: "3437.89", target_date: new Date("2023-11-05T10:22:40Z"), notes: "The supplier reported an incomplete issue; the ticket was reviewed." },
            { id: 168, user_id: 85, goal_amount: "149.70", target_date: new Date("2023-08-17T07:10:48Z"), notes: "A manual follow-up: the ticket was escalated." },
        ],
    });
    await prisma.transactions.createMany({
        data: [
            { id: 1, user_id: 105, category_id: 9, amount: "27.11", transaction_date: new Date("2023-07-10T14:23:44Z"), notes: "The account owner reported a repeat issue; the ticket was updated." },
            { id: 2, user_id: 161, category_id: 3, amount: "197.53", transaction_date: new Date("2022-07-07T17:23:42Z"), notes: "The supplier confirmed the details and the item was rescheduled." },
            { id: 3, user_id: 142, category_id: 15, amount: "815.08", transaction_date: new Date("2023-10-23T12:05:42Z"), notes: null },
            { id: 4, user_id: 187, category_id: 2, amount: "605.30", transaction_date: new Date("2023-12-11T20:26:06Z"), notes: "The reviewer asked for a change and the delivery was rejected." },
            { id: 5, user_id: 165, category_id: 1, amount: "151.67", transaction_date: new Date("2022-03-09T19:09:07Z"), notes: "The supplier confirmed the details and the appointment was updated." },
            { id: 6, user_id: 185, category_id: 2, amount: "695.28", transaction_date: new Date("2022-03-21T21:16:28Z"), notes: "Flagged as incomplete. Support resolved the booking." },
            { id: 7, user_id: 9, category_id: 8, amount: "911.81", transaction_date: new Date("2023-09-03T22:33:00Z"), notes: "The document was refunded following a manual review." },
            { id: 8, user_id: 137, category_id: 5, amount: "91.23", transaction_date: new Date("2023-07-06T13:04:59Z"), notes: null },
            { id: 9, user_id: 175, category_id: 2, amount: "546.19", transaction_date: new Date("2022-01-13T07:55:49Z"), notes: "The courier confirmed the details and the delivery was escalated." },
            { id: 10, user_id: 196, category_id: 5, amount: "62.06", transaction_date: new Date("2022-12-12T10:59:30Z"), notes: null },
            { id: 11, user_id: 83, category_id: 10, amount: "210.47", transaction_date: new Date("2023-01-28T06:51:08Z"), notes: "The team asked for a change and the claim was reviewed." },
            { id: 12, user_id: 59, category_id: 8, amount: "622.48", transaction_date: new Date("2023-12-30T19:33:19Z"), notes: "The record was confirmed following a routine review." },
            { id: 13, user_id: 79, category_id: 9, amount: "24.73", transaction_date: new Date("2023-12-26T07:04:50Z"), notes: "The invoice was rejected following an automatic review." },
            { id: 14, user_id: 134, category_id: 8, amount: "2.27", transaction_date: new Date("2022-06-25T21:30:31Z"), notes: null },
            { id: 15, user_id: 142, category_id: 9, amount: "139.56", transaction_date: new Date("2023-10-15T19:34:40Z"), notes: "The claim was updated — partial case, no further action." },
            { id: 16, user_id: 181, category_id: 6, amount: "415.32", transaction_date: new Date("2023-03-16T14:04:23Z"), notes: null },
            { id: 17, user_id: 10, category_id: 11, amount: "51.27", transaction_date: new Date("2023-01-05T20:02:29Z"), notes: null },
            { id: 18, user_id: 8, category_id: 14, amount: "72.06", transaction_date: new Date("2023-09-18T08:08:45Z"), notes: "No response from the reviewer, so the transfer was cancelled." },
            { id: 19, user_id: 93, category_id: 4, amount: "9.13", transaction_date: new Date("2022-02-17T21:24:58Z"), notes: "The delivery was reopened after an incomplete check." },
            { id: 20, user_id: 37, category_id: 8, amount: "191.08", transaction_date: new Date("2023-12-26T13:53:46Z"), notes: "An operator asked for a change and the ticket was delayed." },
            { id: 21, user_id: 47, category_id: 14, amount: "77.78", transaction_date: new Date("2023-12-15T19:51:12Z"), notes: "No response from the supplier, so the request was reviewed." },
            { id: 22, user_id: 95, category_id: 13, amount: "205.05", transaction_date: new Date("2023-01-08T07:00:46Z"), notes: "An operator asked for a change and the delivery was rescheduled." },
            { id: 23, user_id: 92, category_id: 3, amount: "8.11", transaction_date: new Date("2023-06-30T13:07:19Z"), notes: "The reviewer reported an automatic issue; the invoice was updated." },
            { id: 24, user_id: 196, category_id: 4, amount: "1.00", transaction_date: new Date("2023-09-10T11:47:47Z"), notes: "The reviewer asked for a change and the payment was replaced." },
            { id: 25, user_id: 141, category_id: 8, amount: "511.38", transaction_date: new Date("2023-01-15T12:11:44Z"), notes: "Flagged as incomplete. The team rejected the refund." },
            { id: 26, user_id: 159, category_id: 7, amount: "876.70", transaction_date: new Date("2023-08-09T21:38:16Z"), notes: "A routine report was updated the same day." },
            { id: 27, user_id: 98, category_id: 1, amount: "949.75", transaction_date: new Date("2023-07-19T12:53:03Z"), notes: "The account owner confirmed the details and the report was processed." },
            { id: 28, user_id: 67, category_id: 14, amount: "247.34", transaction_date: new Date("2022-12-21T12:45:46Z"), notes: "No response from the team, so the ticket was reopened." },
            { id: 29, user_id: 66, category_id: 5, amount: "744.39", transaction_date: new Date("2023-08-20T11:50:18Z"), notes: "Support confirmed the details and the delivery was confirmed." },
            { id: 30, user_id: 58, category_id: 4, amount: "606.01", transaction_date: new Date("2023-12-26T08:26:51Z"), notes: "No response from the team, so the transfer was rejected." },
            { id: 31, user_id: 129, category_id: 15, amount: "12.68", transaction_date: new Date("2023-08-29T08:37:30Z"), notes: "An incomplete refund was rejected the same day." },
            { id: 32, user_id: 192, category_id: 14, amount: "487.35", transaction_date: new Date("2023-07-25T16:36:25Z"), notes: "The refund was delayed following a minor review." },
            { id: 33, user_id: 129, category_id: 2, amount: "385.96", transaction_date: new Date("2023-08-05T16:34:28Z"), notes: "Flagged as duplicate. The courier approved the claim." },
            { id: 34, user_id: 196, category_id: 13, amount: "771.87", transaction_date: new Date("2023-02-25T16:27:50Z"), notes: "The session was cancelled following a partial review." },
            { id: 35, user_id: 193, category_id: 14, amount: "118.21", transaction_date: new Date("2023-04-11T09:17:14Z"), notes: "The item was updated after an incomplete check." },
            { id: 36, user_id: 31, category_id: 4, amount: "545.17", transaction_date: new Date("2023-09-27T12:09:00Z"), notes: "No response from the team, so the session was closed." },
            { id: 37, user_id: 124, category_id: 10, amount: "1.08", transaction_date: new Date("2023-02-19T08:05:00Z"), notes: "The customer confirmed the details and the item was escalated." },
            { id: 38, user_id: 109, category_id: 1, amount: "147.55", transaction_date: new Date("2022-02-07T10:12:23Z"), notes: "The courier asked for a change and the claim was escalated." },
            { id: 39, user_id: 160, category_id: 10, amount: "34.07", transaction_date: new Date("2023-03-25T19:01:20Z"), notes: null },
            { id: 40, user_id: 198, category_id: 11, amount: "13.36", transaction_date: new Date("2023-11-28T08:30:15Z"), notes: "Flagged as partial. The team completed the payment." },
            { id: 41, user_id: 81, category_id: 14, amount: "966.80", transaction_date: new Date("2023-10-22T02:47:47Z"), notes: null },
            { id: 42, user_id: 2, category_id: 4, amount: "368.33", transaction_date: new Date("2023-05-07T18:25:54Z"), notes: "The ticket was rescheduled — urgent case, no further action." },
            { id: 43, user_id: 159, category_id: 12, amount: "884.46", transaction_date: new Date("2022-08-20T16:06:36Z"), notes: "The supplier asked for a change and the session was reviewed." },
            { id: 44, user_id: 82, category_id: 2, amount: "517.43", transaction_date: new Date("2022-08-24T21:21:09Z"), notes: "The session was updated following an incomplete review." },
            { id: 45, user_id: 67, category_id: 13, amount: "179.08", transaction_date: new Date("2023-06-26T18:30:14Z"), notes: "No response from an operator, so the report was approved." },
            { id: 46, user_id: 98, category_id: 11, amount: "121.22", transaction_date: new Date("2023-07-19T16:37:34Z"), notes: "Flagged as duplicate. The courier reopened the document." },
            { id: 47, user_id: 25, category_id: 9, amount: "809.21", transaction_date: new Date("2023-06-23T23:29:46Z"), notes: "Flagged as unusual. The reviewer resolved the payment." },
            { id: 48, user_id: 137, category_id: 4, amount: "276.26", transaction_date: new Date("2023-12-16T20:39:25Z"), notes: "Flagged as minor. An operator resolved the transfer." },
            { id: 49, user_id: 63, category_id: 7, amount: "410.87", transaction_date: new Date("2023-09-01T13:11:14Z"), notes: "The customer reported a manual issue; the record was closed." },
            { id: 50, user_id: 149, category_id: 1, amount: "1.40", transaction_date: new Date("2022-10-30T08:34:55Z"), notes: "The supplier confirmed the details and the refund was replaced." },
            { id: 51, user_id: 48, category_id: 2, amount: "75.84", transaction_date: new Date("2023-02-08T12:10:33Z"), notes: "An incomplete claim was completed the same day." },
            { id: 52, user_id: 33, category_id: 5, amount: "78.75", transaction_date: new Date("2023-10-13T05:36:02Z"), notes: "The customer reported a partial issue; the request was reviewed." },
            { id: 53, user_id: 98, category_id: 12, amount: "539.88", transaction_date: new Date("2023-08-28T14:57:11Z"), notes: "A partial follow-up: the request was delayed." },
            { id: 54, user_id: 182, category_id: 7, amount: "767.04", transaction_date: new Date("2023-12-10T10:24:41Z"), notes: "A minor follow-up: the request was replaced." },
            { id: 55, user_id: 132, category_id: 10, amount: "198.85", transaction_date: new Date("2022-05-09T06:31:31Z"), notes: "No response from the supplier, so the session was delayed." },
            { id: 56, user_id: 4, category_id: 2, amount: "959.04", transaction_date: new Date("2023-07-29T06:13:22Z"), notes: "The transfer was refunded following a duplicate review." },
            { id: 57, user_id: 122, category_id: 3, amount: "203.03", transaction_date: new Date("2023-10-14T20:03:36Z"), notes: "A partial follow-up: the claim was confirmed." },
            { id: 58, user_id: 98, category_id: 3, amount: "528.66", transaction_date: new Date("2022-12-07T09:29:24Z"), notes: "The shipment was resolved following a partial review." },
            { id: 59, user_id: 125, category_id: 13, amount: "522.38", transaction_date: new Date("2023-09-23T18:11:03Z"), notes: "The delivery was replaced following a routine review." },
            { id: 60, user_id: 10, category_id: 13, amount: "17.31", transaction_date: new Date("2022-10-08T21:18:44Z"), notes: "The transfer was rejected — standard case, no further action." },
            { id: 61, user_id: 77, category_id: 5, amount: "422.52", transaction_date: new Date("2022-09-24T05:08:35Z"), notes: "The transfer was escalated — duplicate case, no further action." },
            { id: 62, user_id: 22, category_id: 10, amount: "136.07", transaction_date: new Date("2022-08-06T19:50:36Z"), notes: "Flagged as urgent. The courier reopened the refund." },
            { id: 63, user_id: 121, category_id: 9, amount: "111.92", transaction_date: new Date("2022-01-01T17:36:49Z"), notes: "Support reported a repeat issue; the document was approved." },
            { id: 64, user_id: 9, category_id: 8, amount: "195.23", transaction_date: new Date("2022-02-11T18:04:43Z"), notes: "Flagged as incomplete. An operator refunded the appointment." },
            { id: 65, user_id: 35, category_id: 7, amount: "177.49", transaction_date: new Date("2023-05-07T18:57:43Z"), notes: "The account owner asked for a change and the document was cancelled." },
            { id: 66, user_id: 135, category_id: 12, amount: "23.84", transaction_date: new Date("2023-07-12T15:42:36Z"), notes: "No response from the courier, so the delivery was cancelled." },
            { id: 67, user_id: 4, category_id: 3, amount: "824.83", transaction_date: new Date("2023-05-07T05:21:49Z"), notes: "The supplier confirmed the details and the item was closed." },
            { id: 68, user_id: 74, category_id: 12, amount: "288.17", transaction_date: new Date("2022-04-16T13:02:43Z"), notes: "The record was rejected after a manual check." },
            { id: 69, user_id: 143, category_id: 5, amount: "80.15", transaction_date: new Date("2023-05-13T22:59:48Z"), notes: "The item was rescheduled following a standard review." },
            { id: 70, user_id: 33, category_id: 7, amount: "201.72", transaction_date: new Date("2023-09-02T00:45:21Z"), notes: "The appointment was completed following an automatic review." },
            { id: 71, user_id: 88, category_id: 11, amount: "600.69", transaction_date: new Date("2023-09-04T10:11:36Z"), notes: "The account owner asked for a change and the request was updated." },
            { id: 72, user_id: 16, category_id: 14, amount: "373.77", transaction_date: new Date("2023-08-02T22:57:32Z"), notes: "The reviewer asked for a change and the order was rescheduled." },
            { id: 73, user_id: 46, category_id: 8, amount: "247.19", transaction_date: new Date("2023-12-17T10:29:44Z"), notes: "The account owner asked for a change and the payment was reviewed." },
            { id: 74, user_id: 187, category_id: 4, amount: "608.44", transaction_date: new Date("2022-08-21T21:40:24Z"), notes: null },
            { id: 75, user_id: 79, category_id: 3, amount: "645.62", transaction_date: new Date("2023-08-29T18:37:39Z"), notes: "The reviewer asked for a change and the order was processed." },
            { id: 76, user_id: 50, category_id: 3, amount: "595.64", transaction_date: new Date("2023-05-26T18:23:21Z"), notes: "No response from the team, so the refund was reopened." },
            { id: 77, user_id: 75, category_id: 10, amount: "1.09", transaction_date: new Date("2023-12-05T20:36:11Z"), notes: null },
            { id: 78, user_id: 149, category_id: 15, amount: "107.30", transaction_date: new Date("2023-06-21T17:05:02Z"), notes: "The payment was replaced following an incomplete review." },
            { id: 79, user_id: 96, category_id: 4, amount: "441.20", transaction_date: new Date("2023-08-04T08:13:52Z"), notes: "A repeat follow-up: the claim was processed." },
            { id: 80, user_id: 188, category_id: 12, amount: "371.86", transaction_date: new Date("2023-07-10T22:00:58Z"), notes: "The supplier confirmed the details and the delivery was updated." },
            { id: 81, user_id: 11, category_id: 4, amount: "724.50", transaction_date: new Date("2023-07-20T08:01:52Z"), notes: "Flagged as repeat. An operator confirmed the request." },
            { id: 82, user_id: 152, category_id: 13, amount: "1.58", transaction_date: new Date("2022-07-12T11:44:36Z"), notes: "The delivery was cancelled — unusual case, no further action." },
            { id: 83, user_id: 170, category_id: 15, amount: "963.05", transaction_date: new Date("2022-10-18T08:37:09Z"), notes: "The account was rescheduled — repeat case, no further action." },
            { id: 84, user_id: 135, category_id: 10, amount: "57.97", transaction_date: new Date("2023-07-14T21:18:02Z"), notes: "No response from the account owner, so the booking was rejected." },
            { id: 85, user_id: 192, category_id: 5, amount: "418.99", transaction_date: new Date("2023-06-04T22:00:49Z"), notes: "The delivery was refunded following a partial review." },
            { id: 86, user_id: 197, category_id: 7, amount: "802.01", transaction_date: new Date("2022-07-10T19:24:21Z"), notes: "The record was cancelled after an unusual check." },
            { id: 87, user_id: 22, category_id: 1, amount: "31.99", transaction_date: new Date("2023-07-24T19:55:28Z"), notes: "Flagged as duplicate. The customer updated the report." },
            { id: 88, user_id: 25, category_id: 12, amount: "31.77", transaction_date: new Date("2023-02-21T13:14:38Z"), notes: "A duplicate follow-up: the transfer was processed." },
            { id: 89, user_id: 134, category_id: 7, amount: "115.30", transaction_date: new Date("2023-11-10T12:33:34Z"), notes: "The payment was cancelled following a partial review." },
            { id: 90, user_id: 51, category_id: 3, amount: "709.76", transaction_date: new Date("2023-05-28T16:06:36Z"), notes: "The team asked for a change and the record was approved." },
            { id: 91, user_id: 154, category_id: 3, amount: "210.90", transaction_date: new Date("2022-12-23T14:15:42Z"), notes: "The account owner asked for a change and the invoice was resolved." },
            { id: 92, user_id: 18, category_id: 2, amount: "167.31", transaction_date: new Date("2023-12-27T19:32:35Z"), notes: "The item was cancelled — late case, no further action." },
            { id: 93, user_id: 88, category_id: 13, amount: "575.21", transaction_date: new Date("2023-12-14T09:02:17Z"), notes: "A repeat follow-up: the ticket was reopened." },
            { id: 94, user_id: 136, category_id: 3, amount: "998.78", transaction_date: new Date("2023-08-02T16:15:36Z"), notes: "The courier reported an urgent issue; the shipment was delayed." },
            { id: 95, user_id: 15, category_id: 10, amount: "40.09", transaction_date: new Date("2023-02-13T18:56:22Z"), notes: "A duplicate follow-up: the payment was processed." },
            { id: 96, user_id: 138, category_id: 2, amount: "1.75", transaction_date: new Date("2023-11-15T18:01:01Z"), notes: "A partial follow-up: the refund was reopened." },
            { id: 97, user_id: 154, category_id: 2, amount: "1.22", transaction_date: new Date("2022-05-10T16:25:46Z"), notes: "The appointment was updated — duplicate case, no further action." },
            { id: 98, user_id: 91, category_id: 12, amount: "70.55", transaction_date: new Date("2023-10-24T19:58:41Z"), notes: "The account owner confirmed the details and the delivery was rescheduled." },
            { id: 99, user_id: 133, category_id: 15, amount: "525.16", transaction_date: new Date("2023-12-23T11:42:17Z"), notes: "An urgent follow-up: the record was processed." },
            { id: 100, user_id: 30, category_id: 11, amount: "733.19", transaction_date: new Date("2023-01-24T20:58:03Z"), notes: "The refund was updated after a standard check." },
            { id: 101, user_id: 188, category_id: 10, amount: "299.64", transaction_date: new Date("2023-01-07T18:04:13Z"), notes: "The customer asked for a change and the ticket was completed." },
            { id: 102, user_id: 112, category_id: 7, amount: "434.81", transaction_date: new Date("2023-03-04T17:28:25Z"), notes: "No response from the reviewer, so the ticket was cancelled." },
            { id: 103, user_id: 109, category_id: 4, amount: "107.36", transaction_date: new Date("2022-03-21T12:54:56Z"), notes: "A late ticket was closed the same day." },
            { id: 104, user_id: 51, category_id: 10, amount: "858.72", transaction_date: new Date("2023-05-15T09:36:07Z"), notes: "The delivery was rejected after a late check." },
            { id: 105, user_id: 184, category_id: 13, amount: "347.40", transaction_date: new Date("2023-11-22T16:38:39Z"), notes: "No response from the courier, so the account was replaced." },
            { id: 106, user_id: 56, category_id: 3, amount: "3.33", transaction_date: new Date("2023-11-24T09:14:07Z"), notes: null },
            { id: 107, user_id: 151, category_id: 12, amount: "433.45", transaction_date: new Date("2023-08-24T09:28:47Z"), notes: "The order was delayed after a minor check." },
            { id: 108, user_id: 136, category_id: 12, amount: "496.36", transaction_date: new Date("2022-02-04T13:13:39Z"), notes: "The account owner confirmed the details and the item was confirmed." },
            { id: 109, user_id: 111, category_id: 15, amount: "847.40", transaction_date: new Date("2023-11-25T18:28:53Z"), notes: "The invoice was updated after an urgent check." },
            { id: 110, user_id: 30, category_id: 9, amount: "426.61", transaction_date: new Date("2023-04-26T19:27:37Z"), notes: "The booking was updated — unusual case, no further action." },
            { id: 111, user_id: 39, category_id: 9, amount: "971.32", transaction_date: new Date("2022-12-20T09:59:40Z"), notes: "The courier reported a repeat issue; the account was reviewed." },
            { id: 112, user_id: 151, category_id: 9, amount: "50.48", transaction_date: new Date("2023-08-16T18:44:28Z"), notes: "The transfer was escalated after a manual check." },
            { id: 113, user_id: 98, category_id: 10, amount: "439.80", transaction_date: new Date("2022-03-10T18:55:17Z"), notes: "The delivery was updated — partial case, no further action." },
            { id: 114, user_id: 103, category_id: 5, amount: "404.37", transaction_date: new Date("2022-11-07T12:27:12Z"), notes: "The order was updated after an automatic check." },
            { id: 115, user_id: 87, category_id: 1, amount: "19.97", transaction_date: new Date("2022-06-30T20:26:52Z"), notes: "The reviewer reported a partial issue; the invoice was processed." },
            { id: 116, user_id: 153, category_id: 10, amount: "499.80", transaction_date: new Date("2023-11-09T13:52:44Z"), notes: "The session was confirmed — partial case, no further action." },
            { id: 117, user_id: 136, category_id: 10, amount: "332.89", transaction_date: new Date("2022-08-30T15:18:56Z"), notes: "A standard follow-up: the report was confirmed." },
            { id: 118, user_id: 175, category_id: 9, amount: "83.69", transaction_date: new Date("2023-12-14T18:09:53Z"), notes: "No response from the courier, so the payment was rejected." },
            { id: 119, user_id: 11, category_id: 8, amount: "50.90", transaction_date: new Date("2022-01-26T20:13:44Z"), notes: "The courier asked for a change and the session was rescheduled." },
            { id: 120, user_id: 119, category_id: 13, amount: "441.72", transaction_date: new Date("2023-11-10T23:30:06Z"), notes: null },
            { id: 121, user_id: 161, category_id: 3, amount: "81.04", transaction_date: new Date("2023-07-11T10:45:29Z"), notes: "The delivery was processed — manual case, no further action." },
            { id: 122, user_id: 29, category_id: 6, amount: "666.70", transaction_date: new Date("2022-01-26T15:56:35Z"), notes: "The customer asked for a change and the request was closed." },
            { id: 123, user_id: 151, category_id: 6, amount: "2.72", transaction_date: new Date("2023-06-29T11:49:01Z"), notes: "An operator asked for a change and the document was updated." },
            { id: 124, user_id: 149, category_id: 15, amount: "308.33", transaction_date: new Date("2023-07-10T11:51:00Z"), notes: "The refund was replaced after a minor check." },
            { id: 125, user_id: 85, category_id: 10, amount: "15.39", transaction_date: new Date("2022-10-30T07:48:47Z"), notes: "The booking was confirmed following a partial review." },
            { id: 126, user_id: 66, category_id: 6, amount: "296.92", transaction_date: new Date("2023-04-30T10:20:36Z"), notes: "The delivery was reopened — incomplete case, no further action." },
            { id: 127, user_id: 13, category_id: 9, amount: "807.34", transaction_date: new Date("2023-12-26T09:43:18Z"), notes: "Flagged as urgent. The courier completed the report." },
            { id: 128, user_id: 28, category_id: 11, amount: "588.18", transaction_date: new Date("2023-09-25T14:15:24Z"), notes: "No response from support, so the item was processed." },
            { id: 129, user_id: 8, category_id: 4, amount: "552.84", transaction_date: new Date("2023-01-08T18:51:00Z"), notes: "An unusual follow-up: the account was refunded." },
            { id: 130, user_id: 82, category_id: 9, amount: "33.56", transaction_date: new Date("2023-12-18T09:51:03Z"), notes: "The reviewer confirmed the details and the session was completed." },
            { id: 131, user_id: 134, category_id: 15, amount: "942.26", transaction_date: new Date("2023-11-03T15:57:28Z"), notes: "Flagged as minor. The reviewer updated the ticket." },
            { id: 132, user_id: 32, category_id: 7, amount: "512.73", transaction_date: new Date("2022-07-27T07:59:03Z"), notes: "No response from the account owner, so the account was escalated." },
            { id: 133, user_id: 108, category_id: 10, amount: "22.65", transaction_date: new Date("2023-12-06T21:33:56Z"), notes: "The customer asked for a change and the invoice was confirmed." },
            { id: 134, user_id: 30, category_id: 10, amount: "493.54", transaction_date: new Date("2022-03-24T14:05:19Z"), notes: "A duplicate follow-up: the shipment was rescheduled." },
            { id: 135, user_id: 160, category_id: 3, amount: "24.28", transaction_date: new Date("2023-01-23T18:14:12Z"), notes: "Flagged as automatic. The courier replaced the order." },
            { id: 136, user_id: 123, category_id: 3, amount: "15.04", transaction_date: new Date("2023-04-21T19:38:52Z"), notes: "The courier reported a late issue; the appointment was closed." },
            { id: 137, user_id: 89, category_id: 9, amount: "293.79", transaction_date: new Date("2023-10-18T13:06:38Z"), notes: "Flagged as duplicate. The reviewer rejected the booking." },
            { id: 138, user_id: 194, category_id: 13, amount: "23.01", transaction_date: new Date("2023-12-20T17:38:16Z"), notes: "Flagged as manual. Support refunded the delivery." },
            { id: 139, user_id: 56, category_id: 10, amount: "54.35", transaction_date: new Date("2023-04-10T21:14:54Z"), notes: "A repeat booking was cancelled the same day." },
            { id: 140, user_id: 75, category_id: 8, amount: "208.47", transaction_date: new Date("2022-09-22T14:40:33Z"), notes: "Support confirmed the details and the ticket was escalated." },
            { id: 141, user_id: 153, category_id: 4, amount: "172.35", transaction_date: new Date("2022-04-27T15:12:04Z"), notes: "The courier asked for a change and the ticket was updated." },
            { id: 142, user_id: 51, category_id: 12, amount: "712.04", transaction_date: new Date("2022-08-20T18:36:43Z"), notes: "A partial refund was refunded the same day." },
            { id: 143, user_id: 151, category_id: 7, amount: "754.21", transaction_date: new Date("2022-10-01T12:10:05Z"), notes: "The customer confirmed the details and the account was resolved." },
            { id: 144, user_id: 126, category_id: 10, amount: "46.37", transaction_date: new Date("2023-06-21T18:51:55Z"), notes: "A routine ticket was confirmed the same day." },
            { id: 145, user_id: 196, category_id: 11, amount: "689.79", transaction_date: new Date("2023-12-22T19:04:47Z"), notes: "The team confirmed the details and the transfer was processed." },
            { id: 146, user_id: 191, category_id: 4, amount: "609.67", transaction_date: new Date("2023-11-16T14:46:01Z"), notes: "Flagged as late. The team escalated the transfer." },
            { id: 147, user_id: 10, category_id: 3, amount: "870.85", transaction_date: new Date("2023-02-02T08:40:59Z"), notes: "The courier asked for a change and the ticket was processed." },
            { id: 148, user_id: 117, category_id: 9, amount: "437.42", transaction_date: new Date("2022-12-22T08:32:52Z"), notes: "No response from the customer, so the report was confirmed." },
            { id: 149, user_id: 160, category_id: 14, amount: "600.43", transaction_date: new Date("2023-06-21T13:37:07Z"), notes: "A late session was updated the same day." },
            { id: 150, user_id: 98, category_id: 1, amount: "43.93", transaction_date: new Date("2023-11-15T20:59:23Z"), notes: null },
            { id: 151, user_id: 150, category_id: 5, amount: "1.83", transaction_date: new Date("2023-11-18T14:28:32Z"), notes: "Flagged as manual. The supplier approved the session." },
            { id: 152, user_id: 167, category_id: 3, amount: "994.37", transaction_date: new Date("2023-01-05T18:48:24Z"), notes: "The account was reopened — standard case, no further action." },
            { id: 153, user_id: 187, category_id: 1, amount: "739.28", transaction_date: new Date("2023-01-09T17:23:19Z"), notes: "The document was rejected — repeat case, no further action." },
            { id: 154, user_id: 192, category_id: 13, amount: "23.63", transaction_date: new Date("2022-04-04T18:34:14Z"), notes: "Support asked for a change and the appointment was confirmed." },
            { id: 155, user_id: 119, category_id: 9, amount: "899.03", transaction_date: new Date("2023-11-22T18:33:03Z"), notes: "The invoice was escalated after a manual check." },
            { id: 156, user_id: 197, category_id: 4, amount: "204.30", transaction_date: new Date("2023-04-23T11:52:30Z"), notes: "No response from support, so the record was confirmed." },
            { id: 157, user_id: 87, category_id: 9, amount: "436.57", transaction_date: new Date("2023-07-21T10:38:02Z"), notes: "The document was refunded — late case, no further action." },
            { id: 158, user_id: 150, category_id: 9, amount: "98.46", transaction_date: new Date("2022-12-19T20:20:54Z"), notes: "An urgent report was confirmed the same day." },
            { id: 159, user_id: 157, category_id: 10, amount: "887.85", transaction_date: new Date("2023-10-13T11:41:56Z"), notes: "The courier confirmed the details and the appointment was escalated." },
            { id: 160, user_id: 195, category_id: 9, amount: "60.89", transaction_date: new Date("2022-04-26T16:02:01Z"), notes: "An operator confirmed the details and the document was reopened." },
            { id: 161, user_id: 192, category_id: 8, amount: "131.68", transaction_date: new Date("2022-08-23T18:52:07Z"), notes: "The account owner asked for a change and the booking was reopened." },
            { id: 162, user_id: 24, category_id: 2, amount: "267.53", transaction_date: new Date("2023-02-17T00:45:18Z"), notes: "The request was rejected — late case, no further action." },
            { id: 163, user_id: 110, category_id: 1, amount: "1.81", transaction_date: new Date("2023-01-15T18:44:52Z"), notes: "Support confirmed the details and the invoice was closed." },
            { id: 164, user_id: 106, category_id: 3, amount: "342.18", transaction_date: new Date("2023-08-03T08:47:37Z"), notes: "Flagged as late. The reviewer rejected the ticket." },
            { id: 165, user_id: 47, category_id: 13, amount: "371.22", transaction_date: new Date("2022-03-07T23:06:24Z"), notes: "The customer asked for a change and the invoice was reviewed." },
            { id: 166, user_id: 167, category_id: 2, amount: "831.06", transaction_date: new Date("2023-11-26T13:25:46Z"), notes: "An incomplete follow-up: the delivery was delayed." },
            { id: 167, user_id: 154, category_id: 11, amount: "65.82", transaction_date: new Date("2023-08-18T19:20:52Z"), notes: "The record was replaced — routine case, no further action." },
            { id: 168, user_id: 29, category_id: 3, amount: "518.15", transaction_date: new Date("2023-10-20T13:24:19Z"), notes: "The courier confirmed the details and the transfer was processed." },
            { id: 169, user_id: 6, category_id: 5, amount: "136.85", transaction_date: new Date("2023-08-10T17:08:58Z"), notes: "A duplicate follow-up: the transfer was closed." },
            { id: 170, user_id: 66, category_id: 11, amount: "5.27", transaction_date: new Date("2022-02-19T17:42:44Z"), notes: "An urgent follow-up: the delivery was rescheduled." },
            { id: 171, user_id: 194, category_id: 12, amount: "761.63", transaction_date: new Date("2023-08-14T00:59:27Z"), notes: "The item was delayed after an urgent check." },
            { id: 172, user_id: 107, category_id: 14, amount: "204.71", transaction_date: new Date("2023-04-24T13:34:21Z"), notes: "The delivery was replaced after a repeat check." },
            { id: 173, user_id: 172, category_id: 5, amount: "37.43", transaction_date: new Date("2023-11-17T12:53:51Z"), notes: "Flagged as late. The customer completed the shipment." },
            { id: 174, user_id: 163, category_id: 4, amount: "905.81", transaction_date: new Date("2023-12-10T06:54:08Z"), notes: "The account was rescheduled after an unusual check." },
            { id: 175, user_id: 85, category_id: 9, amount: "477.39", transaction_date: new Date("2022-04-15T16:51:32Z"), notes: "The invoice was approved after an automatic check." },
            { id: 176, user_id: 136, category_id: 1, amount: "591.00", transaction_date: new Date("2022-11-04T13:23:01Z"), notes: "The account owner reported an incomplete issue; the item was resolved." },
            { id: 177, user_id: 93, category_id: 14, amount: "792.79", transaction_date: new Date("2022-05-30T19:17:13Z"), notes: "Flagged as duplicate. Support approved the ticket." },
            { id: 178, user_id: 109, category_id: 6, amount: "324.63", transaction_date: new Date("2023-04-14T13:33:42Z"), notes: "The supplier reported an automatic issue; the order was reviewed." },
            { id: 179, user_id: 135, category_id: 9, amount: "766.16", transaction_date: new Date("2023-10-07T21:45:26Z"), notes: "The team reported a minor issue; the payment was escalated." },
            { id: 180, user_id: 45, category_id: 14, amount: "431.07", transaction_date: new Date("2023-09-01T10:10:31Z"), notes: "Flagged as late. The supplier refunded the appointment." },
            { id: 181, user_id: 101, category_id: 2, amount: "719.22", transaction_date: new Date("2022-12-23T05:40:56Z"), notes: "The account owner confirmed the details and the delivery was replaced." },
            { id: 182, user_id: 134, category_id: 5, amount: "61.84", transaction_date: new Date("2023-09-12T06:38:14Z"), notes: "The shipment was updated following a late review." },
            { id: 183, user_id: 160, category_id: 3, amount: "67.30", transaction_date: new Date("2022-09-27T10:27:50Z"), notes: "Flagged as partial. Support rejected the payment." },
            { id: 184, user_id: 88, category_id: 5, amount: "777.84", transaction_date: new Date("2023-10-29T15:20:38Z"), notes: "Flagged as incomplete. Support reopened the session." },
            { id: 185, user_id: 20, category_id: 12, amount: "7.03", transaction_date: new Date("2023-02-06T13:15:40Z"), notes: "No response from the supplier, so the delivery was rejected." },
            { id: 186, user_id: 24, category_id: 8, amount: "69.72", transaction_date: new Date("2023-08-23T20:34:12Z"), notes: "The ticket was processed — standard case, no further action." },
            { id: 187, user_id: 88, category_id: 7, amount: "792.99", transaction_date: new Date("2022-12-08T23:14:43Z"), notes: "The appointment was rescheduled — partial case, no further action." },
            { id: 188, user_id: 136, category_id: 3, amount: "49.03", transaction_date: new Date("2022-07-13T01:14:31Z"), notes: "The record was approved following a partial review." },
            { id: 189, user_id: 18, category_id: 9, amount: "332.13", transaction_date: new Date("2022-06-25T11:48:48Z"), notes: "An automatic follow-up: the account was reviewed." },
            { id: 190, user_id: 88, category_id: 4, amount: "3.74", transaction_date: new Date("2023-02-19T23:21:33Z"), notes: "Flagged as repeat. The team completed the record." },
            { id: 191, user_id: 62, category_id: 1, amount: "437.45", transaction_date: new Date("2023-01-16T16:37:13Z"), notes: "The reviewer asked for a change and the document was updated." },
            { id: 192, user_id: 158, category_id: 8, amount: "489.41", transaction_date: new Date("2022-06-08T22:41:53Z"), notes: "The customer reported a standard issue; the order was approved." },
            { id: 193, user_id: 21, category_id: 13, amount: "8.89", transaction_date: new Date("2022-11-21T19:24:51Z"), notes: "A routine follow-up: the account was delayed." },
            { id: 194, user_id: 198, category_id: 13, amount: "952.56", transaction_date: new Date("2022-09-15T10:31:43Z"), notes: "An operator asked for a change and the report was delayed." },
            { id: 195, user_id: 173, category_id: 11, amount: "276.24", transaction_date: new Date("2023-08-27T07:16:35Z"), notes: "A partial report was closed the same day." },
            { id: 196, user_id: 128, category_id: 1, amount: "656.12", transaction_date: new Date("2023-05-16T19:40:56Z"), notes: "An urgent follow-up: the transfer was approved." },
            { id: 197, user_id: 30, category_id: 14, amount: "854.47", transaction_date: new Date("2023-07-21T23:36:43Z"), notes: "The booking was cancelled following an incomplete review." },
            { id: 198, user_id: 185, category_id: 14, amount: "346.55", transaction_date: new Date("2022-02-15T11:45:47Z"), notes: "Flagged as duplicate. The supplier confirmed the invoice." },
            { id: 199, user_id: 189, category_id: 12, amount: "446.56", transaction_date: new Date("2023-04-10T15:25:26Z"), notes: "A manual follow-up: the ticket was escalated." },
            { id: 200, user_id: 79, category_id: 8, amount: "929.52", transaction_date: new Date("2023-11-22T11:25:13Z"), notes: "The document was rescheduled after an automatic check." },
            { id: 201, user_id: 85, category_id: 13, amount: "560.37", transaction_date: new Date("2023-10-18T14:57:38Z"), notes: "A duplicate follow-up: the request was cancelled." },
            { id: 202, user_id: 10, category_id: 13, amount: "297.37", transaction_date: new Date("2022-08-10T14:45:02Z"), notes: "No response from support, so the order was rescheduled." },
            { id: 203, user_id: 182, category_id: 12, amount: "649.08", transaction_date: new Date("2023-10-22T10:49:01Z"), notes: "Support asked for a change and the order was delayed." },
            { id: 204, user_id: 136, category_id: 9, amount: "293.43", transaction_date: new Date("2023-02-28T07:52:09Z"), notes: "The courier confirmed the details and the payment was reviewed." },
            { id: 205, user_id: 15, category_id: 9, amount: "125.00", transaction_date: new Date("2022-05-14T18:19:36Z"), notes: "No response from the courier, so the order was confirmed." },
            { id: 206, user_id: 191, category_id: 3, amount: "100.56", transaction_date: new Date("2023-01-03T18:24:15Z"), notes: "Flagged as duplicate. The reviewer rejected the request." },
            { id: 207, user_id: 79, category_id: 9, amount: "568.66", transaction_date: new Date("2023-02-24T14:35:21Z"), notes: "The customer confirmed the details and the refund was reopened." },
            { id: 208, user_id: 180, category_id: 10, amount: "653.41", transaction_date: new Date("2023-08-21T15:44:42Z"), notes: "Flagged as routine. The team reviewed the appointment." },
            { id: 209, user_id: 20, category_id: 11, amount: "25.35", transaction_date: new Date("2022-05-04T06:39:34Z"), notes: "The team asked for a change and the item was replaced." },
            { id: 210, user_id: 105, category_id: 10, amount: "681.12", transaction_date: new Date("2022-08-27T10:16:59Z"), notes: "No response from the team, so the request was reopened." },
            { id: 211, user_id: 51, category_id: 5, amount: "904.19", transaction_date: new Date("2022-05-08T20:01:33Z"), notes: "Flagged as repeat. The courier rescheduled the claim." },
            { id: 212, user_id: 178, category_id: 4, amount: "512.25", transaction_date: new Date("2023-11-25T19:27:55Z"), notes: "A partial follow-up: the request was completed." },
            { id: 213, user_id: 34, category_id: 5, amount: "227.54", transaction_date: new Date("2023-05-26T19:28:13Z"), notes: "Flagged as minor. An operator replaced the booking." },
            { id: 214, user_id: 35, category_id: 1, amount: "152.55", transaction_date: new Date("2022-12-12T13:18:14Z"), notes: "Flagged as unusual. The customer processed the report." },
            { id: 215, user_id: 182, category_id: 10, amount: "261.06", transaction_date: new Date("2023-05-02T09:15:47Z"), notes: "The refund was updated — partial case, no further action." },
            { id: 216, user_id: 198, category_id: 2, amount: "837.63", transaction_date: new Date("2022-12-24T12:02:20Z"), notes: "Flagged as incomplete. The reviewer reviewed the request." },
            { id: 217, user_id: 118, category_id: 8, amount: "669.48", transaction_date: new Date("2023-12-24T05:37:52Z"), notes: "A late follow-up: the item was closed." },
            { id: 218, user_id: 155, category_id: 10, amount: "61.34", transaction_date: new Date("2022-11-06T12:47:22Z"), notes: "Flagged as incomplete. Support rejected the session." },
            { id: 219, user_id: 159, category_id: 8, amount: "12.33", transaction_date: new Date("2023-09-14T08:21:28Z"), notes: "The booking was refunded after a routine check." },
            { id: 220, user_id: 175, category_id: 14, amount: "2.00", transaction_date: new Date("2023-04-04T18:28:23Z"), notes: "The request was completed following a late review." },
            { id: 221, user_id: 75, category_id: 5, amount: "156.83", transaction_date: new Date("2022-07-27T17:42:46Z"), notes: "The session was reviewed after a routine check." },
            { id: 222, user_id: 16, category_id: 10, amount: "66.71", transaction_date: new Date("2022-08-29T16:51:36Z"), notes: "The reviewer asked for a change and the item was delayed." },
            { id: 223, user_id: 150, category_id: 14, amount: "579.60", transaction_date: new Date("2022-09-09T21:55:39Z"), notes: null },
            { id: 224, user_id: 10, category_id: 4, amount: "253.62", transaction_date: new Date("2022-08-17T18:15:16Z"), notes: "Flagged as unusual. The supplier replaced the transfer." },
            { id: 225, user_id: 82, category_id: 2, amount: "613.27", transaction_date: new Date("2022-01-12T19:37:13Z"), notes: "The report was resolved — incomplete case, no further action." },
            { id: 226, user_id: 175, category_id: 6, amount: "30.03", transaction_date: new Date("2022-04-11T20:15:02Z"), notes: "The appointment was reviewed after a duplicate check." },
            { id: 227, user_id: 191, category_id: 1, amount: "12.77", transaction_date: new Date("2023-08-14T23:22:07Z"), notes: "The record was updated — minor case, no further action." },
            { id: 228, user_id: 98, category_id: 11, amount: "72.55", transaction_date: new Date("2022-05-22T14:40:06Z"), notes: "The invoice was reopened — standard case, no further action." },
            { id: 229, user_id: 159, category_id: 6, amount: "42.05", transaction_date: new Date("2022-09-05T15:43:29Z"), notes: "No response from the supplier, so the refund was rejected." },
            { id: 230, user_id: 32, category_id: 2, amount: "781.48", transaction_date: new Date("2023-04-13T13:09:19Z"), notes: "An urgent follow-up: the payment was replaced." },
            { id: 231, user_id: 153, category_id: 11, amount: "76.02", transaction_date: new Date("2023-03-06T20:16:54Z"), notes: "The courier asked for a change and the delivery was rejected." },
            { id: 232, user_id: 172, category_id: 14, amount: "879.29", transaction_date: new Date("2023-05-16T17:40:18Z"), notes: "The report was approved following a manual review." },
            { id: 233, user_id: 25, category_id: 11, amount: "1.38", transaction_date: new Date("2023-10-14T21:14:42Z"), notes: "The courier asked for a change and the payment was confirmed." },
            { id: 234, user_id: 31, category_id: 8, amount: "3.36", transaction_date: new Date("2022-08-13T11:42:27Z"), notes: "The reviewer confirmed the details and the delivery was refunded." },
            { id: 235, user_id: 4, category_id: 2, amount: "128.86", transaction_date: new Date("2023-11-26T12:03:00Z"), notes: "The supplier confirmed the details and the invoice was processed." },
            { id: 236, user_id: 63, category_id: 7, amount: "153.40", transaction_date: new Date("2023-06-28T19:19:36Z"), notes: "The booking was updated — minor case, no further action." },
            { id: 237, user_id: 60, category_id: 8, amount: "288.50", transaction_date: new Date("2023-05-12T10:05:42Z"), notes: "An operator asked for a change and the session was approved." },
            { id: 238, user_id: 65, category_id: 6, amount: "404.07", transaction_date: new Date("2023-12-24T23:42:24Z"), notes: "The item was resolved following a partial review." },
            { id: 239, user_id: 165, category_id: 2, amount: "499.96", transaction_date: new Date("2022-04-30T23:47:02Z"), notes: null },
            { id: 240, user_id: 195, category_id: 7, amount: "191.88", transaction_date: new Date("2023-01-18T20:27:45Z"), notes: "The document was reopened after a standard check." },
            { id: 241, user_id: 68, category_id: 9, amount: "60.89", transaction_date: new Date("2023-10-05T22:05:29Z"), notes: "Flagged as routine. The customer updated the booking." },
            { id: 242, user_id: 81, category_id: 7, amount: "614.38", transaction_date: new Date("2023-11-24T09:53:24Z"), notes: "The team reported a duplicate issue; the request was updated." },
            { id: 243, user_id: 57, category_id: 13, amount: "457.27", transaction_date: new Date("2022-10-12T17:00:55Z"), notes: "A repeat follow-up: the ticket was reopened." },
            { id: 244, user_id: 68, category_id: 11, amount: "694.59", transaction_date: new Date("2023-09-01T18:02:31Z"), notes: "Flagged as unusual. The account owner refunded the account." },
            { id: 245, user_id: 131, category_id: 9, amount: "128.43", transaction_date: new Date("2022-03-04T20:44:38Z"), notes: "A duplicate follow-up: the request was rescheduled." },
            { id: 246, user_id: 185, category_id: 7, amount: "772.13", transaction_date: new Date("2022-10-17T10:33:47Z"), notes: "A duplicate follow-up: the booking was delayed." },
            { id: 247, user_id: 178, category_id: 5, amount: "541.49", transaction_date: new Date("2022-10-23T10:30:42Z"), notes: "A minor document was reopened the same day." },
            { id: 248, user_id: 88, category_id: 9, amount: "26.84", transaction_date: new Date("2022-05-24T18:58:43Z"), notes: "An incomplete follow-up: the transfer was completed." },
            { id: 249, user_id: 46, category_id: 2, amount: "126.64", transaction_date: new Date("2022-11-29T21:23:11Z"), notes: "The ticket was refunded after a routine check." },
            { id: 250, user_id: 90, category_id: 12, amount: "35.69", transaction_date: new Date("2023-12-24T19:52:26Z"), notes: "An operator reported a routine issue; the delivery was updated." },
            { id: 251, user_id: 30, category_id: 12, amount: "736.58", transaction_date: new Date("2022-04-30T16:14:21Z"), notes: "Support confirmed the details and the request was escalated." },
            { id: 252, user_id: 185, category_id: 4, amount: "14.53", transaction_date: new Date("2022-07-19T00:16:38Z"), notes: null },
            { id: 253, user_id: 11, category_id: 14, amount: "69.99", transaction_date: new Date("2022-07-22T00:09:48Z"), notes: "The appointment was updated — automatic case, no further action." },
            { id: 254, user_id: 137, category_id: 5, amount: "636.19", transaction_date: new Date("2023-05-28T20:21:57Z"), notes: "The courier confirmed the details and the appointment was approved." },
            { id: 255, user_id: 115, category_id: 9, amount: "379.96", transaction_date: new Date("2023-12-31T23:45:11Z"), notes: "No response from the reviewer, so the account was escalated." },
            { id: 256, user_id: 86, category_id: 9, amount: "318.68", transaction_date: new Date("2022-11-07T20:08:48Z"), notes: "No response from the account owner, so the appointment was rejected." },
            { id: 257, user_id: 66, category_id: 14, amount: "133.15", transaction_date: new Date("2023-04-12T11:38:47Z"), notes: "The account owner asked for a change and the claim was reviewed." },
            { id: 258, user_id: 117, category_id: 4, amount: "626.68", transaction_date: new Date("2022-06-22T22:18:27Z"), notes: "The reviewer reported a minor issue; the request was refunded." },
            { id: 259, user_id: 187, category_id: 11, amount: "29.67", transaction_date: new Date("2023-12-22T23:52:35Z"), notes: null },
            { id: 260, user_id: 85, category_id: 10, amount: "72.90", transaction_date: new Date("2023-06-17T19:27:15Z"), notes: "The report was rescheduled after a partial check." },
            { id: 261, user_id: 179, category_id: 14, amount: "693.99", transaction_date: new Date("2023-07-02T18:55:29Z"), notes: "An unusual follow-up: the item was cancelled." },
            { id: 262, user_id: 113, category_id: 14, amount: "157.50", transaction_date: new Date("2023-03-28T23:19:36Z"), notes: "Support asked for a change and the refund was approved." },
            { id: 263, user_id: 96, category_id: 9, amount: "2.06", transaction_date: new Date("2023-05-04T20:46:31Z"), notes: null },
            { id: 264, user_id: 119, category_id: 6, amount: "49.10", transaction_date: new Date("2023-11-16T18:20:06Z"), notes: null },
            { id: 265, user_id: 73, category_id: 3, amount: "493.24", transaction_date: new Date("2022-08-25T18:58:37Z"), notes: "Flagged as minor. The courier reopened the claim." },
            { id: 266, user_id: 163, category_id: 3, amount: "3.27", transaction_date: new Date("2022-09-27T21:18:14Z"), notes: "The customer asked for a change and the booking was cancelled." },
            { id: 267, user_id: 23, category_id: 15, amount: "272.38", transaction_date: new Date("2023-02-02T20:44:42Z"), notes: "An incomplete follow-up: the item was processed." },
            { id: 268, user_id: 113, category_id: 3, amount: "16.30", transaction_date: new Date("2023-11-02T22:30:08Z"), notes: "The shipment was rejected — late case, no further action." },
            { id: 269, user_id: 116, category_id: 14, amount: "158.68", transaction_date: new Date("2023-06-19T12:24:07Z"), notes: "Flagged as manual. The supplier confirmed the transfer." },
            { id: 270, user_id: 32, category_id: 12, amount: "37.93", transaction_date: new Date("2023-10-22T09:12:17Z"), notes: "An operator confirmed the details and the order was closed." },
            { id: 271, user_id: 119, category_id: 4, amount: "574.05", transaction_date: new Date("2022-08-19T14:10:10Z"), notes: "An incomplete follow-up: the appointment was rescheduled." },
            { id: 272, user_id: 109, category_id: 2, amount: "1.88", transaction_date: new Date("2023-05-08T19:42:17Z"), notes: "No response from support, so the account was rejected." },
            { id: 273, user_id: 192, category_id: 3, amount: "136.35", transaction_date: new Date("2022-08-20T12:17:20Z"), notes: null },
            { id: 274, user_id: 4, category_id: 6, amount: "532.40", transaction_date: new Date("2023-08-26T15:09:50Z"), notes: "The courier asked for a change and the request was confirmed." },
            { id: 275, user_id: 173, category_id: 6, amount: "967.61", transaction_date: new Date("2023-11-24T10:51:50Z"), notes: "No response from the reviewer, so the delivery was refunded." },
            { id: 276, user_id: 119, category_id: 13, amount: "179.99", transaction_date: new Date("2023-04-12T15:04:28Z"), notes: null },
            { id: 277, user_id: 127, category_id: 11, amount: "237.98", transaction_date: new Date("2023-08-07T21:05:57Z"), notes: "The report was cancelled — unusual case, no further action." },
            { id: 278, user_id: 75, category_id: 10, amount: "272.98", transaction_date: new Date("2023-09-21T08:15:11Z"), notes: "Support reported an automatic issue; the item was replaced." },
            { id: 279, user_id: 80, category_id: 9, amount: "591.98", transaction_date: new Date("2022-08-08T10:13:52Z"), notes: "An operator confirmed the details and the transfer was rejected." },
            { id: 280, user_id: 167, category_id: 7, amount: "533.86", transaction_date: new Date("2023-02-26T14:33:39Z"), notes: "The refund was resolved following an urgent review." },
            { id: 281, user_id: 119, category_id: 6, amount: "105.89", transaction_date: new Date("2023-05-04T21:22:29Z"), notes: "The appointment was confirmed after a standard check." },
            { id: 282, user_id: 174, category_id: 9, amount: "635.12", transaction_date: new Date("2023-09-20T18:12:05Z"), notes: "An urgent follow-up: the delivery was closed." },
            { id: 283, user_id: 159, category_id: 14, amount: "728.60", transaction_date: new Date("2023-07-14T02:48:11Z"), notes: "An operator asked for a change and the delivery was delayed." },
            { id: 284, user_id: 148, category_id: 10, amount: "823.73", transaction_date: new Date("2023-12-28T16:57:36Z"), notes: null },
            { id: 285, user_id: 13, category_id: 7, amount: "62.44", transaction_date: new Date("2022-08-25T17:17:15Z"), notes: "No response from an operator, so the request was cancelled." },
            { id: 286, user_id: 110, category_id: 15, amount: "2.08", transaction_date: new Date("2023-01-30T15:20:35Z"), notes: "An unusual follow-up: the document was escalated." },
            { id: 287, user_id: 135, category_id: 7, amount: "159.28", transaction_date: new Date("2023-04-02T12:03:49Z"), notes: "The refund was replaced after a duplicate check." },
            { id: 288, user_id: 5, category_id: 3, amount: "419.72", transaction_date: new Date("2022-02-04T20:46:27Z"), notes: "A standard appointment was completed the same day." },
            { id: 289, user_id: 25, category_id: 13, amount: "761.55", transaction_date: new Date("2023-03-11T22:02:42Z"), notes: "The courier asked for a change and the booking was replaced." },
            { id: 290, user_id: 147, category_id: 5, amount: "964.98", transaction_date: new Date("2022-12-31T12:52:47Z"), notes: null },
            { id: 291, user_id: 169, category_id: 3, amount: "747.01", transaction_date: new Date("2022-02-26T14:26:39Z"), notes: "An automatic follow-up: the ticket was resolved." },
            { id: 292, user_id: 85, category_id: 8, amount: "750.29", transaction_date: new Date("2022-10-26T16:10:20Z"), notes: "A standard booking was rescheduled the same day." },
            { id: 293, user_id: 182, category_id: 3, amount: "957.13", transaction_date: new Date("2023-06-22T19:40:55Z"), notes: "Flagged as standard. The reviewer rejected the payment." },
            { id: 294, user_id: 196, category_id: 11, amount: "15.48", transaction_date: new Date("2023-07-12T07:36:14Z"), notes: "The courier reported a duplicate issue; the request was approved." },
            { id: 295, user_id: 182, category_id: 2, amount: "283.77", transaction_date: new Date("2023-06-19T07:37:44Z"), notes: "Flagged as minor. An operator delayed the booking." },
            { id: 296, user_id: 182, category_id: 7, amount: "7.19", transaction_date: new Date("2023-03-04T16:25:54Z"), notes: "The customer reported an urgent issue; the document was updated." },
            { id: 297, user_id: 187, category_id: 9, amount: "12.36", transaction_date: new Date("2023-04-17T19:34:16Z"), notes: "An urgent follow-up: the claim was rescheduled." },
            { id: 298, user_id: 171, category_id: 14, amount: "348.47", transaction_date: new Date("2023-07-13T11:38:48Z"), notes: "The reviewer reported an unusual issue; the ticket was approved." },
            { id: 299, user_id: 172, category_id: 12, amount: "162.19", transaction_date: new Date("2023-03-21T18:58:21Z"), notes: "An operator confirmed the details and the refund was approved." },
            { id: 300, user_id: 130, category_id: 14, amount: "137.17", transaction_date: new Date("2022-07-14T19:40:14Z"), notes: null },
            { id: 301, user_id: 109, category_id: 5, amount: "9.25", transaction_date: new Date("2022-05-17T19:52:13Z"), notes: null },
            { id: 302, user_id: 149, category_id: 10, amount: "526.84", transaction_date: new Date("2022-09-01T23:52:50Z"), notes: "The account owner confirmed the details and the claim was confirmed." },
            { id: 303, user_id: 166, category_id: 7, amount: "210.63", transaction_date: new Date("2023-08-30T06:50:11Z"), notes: "No response from the courier, so the payment was refunded." },
            { id: 304, user_id: 169, category_id: 3, amount: "46.53", transaction_date: new Date("2023-12-05T06:36:08Z"), notes: null },
            { id: 305, user_id: 38, category_id: 1, amount: "166.03", transaction_date: new Date("2023-12-21T14:24:15Z"), notes: "An operator confirmed the details and the shipment was reviewed." },
            { id: 306, user_id: 76, category_id: 10, amount: "502.53", transaction_date: new Date("2023-09-24T12:48:10Z"), notes: "The transfer was processed following a duplicate review." },
            { id: 307, user_id: 136, category_id: 5, amount: "130.93", transaction_date: new Date("2023-12-25T20:46:47Z"), notes: "A late follow-up: the record was replaced." },
            { id: 308, user_id: 99, category_id: 4, amount: "213.46", transaction_date: new Date("2023-07-12T20:13:20Z"), notes: "A minor follow-up: the appointment was escalated." },
            { id: 309, user_id: 100, category_id: 15, amount: "141.58", transaction_date: new Date("2023-01-03T14:40:52Z"), notes: "The session was replaced after an automatic check." },
            { id: 310, user_id: 46, category_id: 6, amount: "300.93", transaction_date: new Date("2023-10-22T14:08:34Z"), notes: "An automatic follow-up: the refund was reviewed." },
            { id: 311, user_id: 104, category_id: 7, amount: "839.24", transaction_date: new Date("2023-07-12T14:06:02Z"), notes: "Support asked for a change and the payment was resolved." },
            { id: 312, user_id: 53, category_id: 6, amount: "221.14", transaction_date: new Date("2023-01-05T20:51:05Z"), notes: "No response from the customer, so the session was resolved." },
            { id: 313, user_id: 62, category_id: 10, amount: "38.20", transaction_date: new Date("2023-07-09T20:16:12Z"), notes: "The order was updated following a partial review." },
            { id: 314, user_id: 159, category_id: 13, amount: "552.76", transaction_date: new Date("2023-11-04T11:31:34Z"), notes: "The courier reported a routine issue; the refund was approved." },
            { id: 315, user_id: 106, category_id: 11, amount: "416.96", transaction_date: new Date("2023-01-03T13:28:54Z"), notes: "The transfer was confirmed after a late check." },
            { id: 316, user_id: 154, category_id: 6, amount: "169.30", transaction_date: new Date("2022-10-08T18:23:03Z"), notes: "A late booking was reopened the same day." },
            { id: 317, user_id: 137, category_id: 5, amount: "184.23", transaction_date: new Date("2023-02-14T15:16:57Z"), notes: "No response from the reviewer, so the record was approved." },
            { id: 318, user_id: 165, category_id: 13, amount: "274.01", transaction_date: new Date("2023-02-09T17:19:29Z"), notes: "The order was refunded — late case, no further action." },
            { id: 319, user_id: 75, category_id: 10, amount: "780.18", transaction_date: new Date("2023-12-15T06:50:03Z"), notes: "The reviewer reported a minor issue; the shipment was replaced." },
            { id: 320, user_id: 187, category_id: 1, amount: "5.72", transaction_date: new Date("2023-10-30T07:37:44Z"), notes: "Flagged as repeat. The courier refunded the request." },
            { id: 321, user_id: 172, category_id: 7, amount: "216.38", transaction_date: new Date("2022-08-01T17:20:52Z"), notes: "No response from the customer, so the delivery was updated." },
            { id: 322, user_id: 56, category_id: 3, amount: "6.43", transaction_date: new Date("2023-10-20T19:54:40Z"), notes: "No response from support, so the record was refunded." },
            { id: 323, user_id: 40, category_id: 5, amount: "95.64", transaction_date: new Date("2023-05-19T09:04:27Z"), notes: "The refund was confirmed — unusual case, no further action." },
            { id: 324, user_id: 147, category_id: 7, amount: "401.03", transaction_date: new Date("2023-10-29T23:18:01Z"), notes: "The appointment was reopened following a partial review." },
            { id: 325, user_id: 172, category_id: 2, amount: "977.74", transaction_date: new Date("2023-03-04T13:09:59Z"), notes: "Flagged as minor. The reviewer processed the transfer." },
            { id: 326, user_id: 117, category_id: 15, amount: "298.67", transaction_date: new Date("2023-11-23T14:58:40Z"), notes: "The ticket was delayed following an unusual review." },
            { id: 327, user_id: 60, category_id: 3, amount: "166.60", transaction_date: new Date("2023-06-26T07:11:38Z"), notes: "Flagged as partial. The customer cancelled the refund." },
            { id: 328, user_id: 139, category_id: 8, amount: "879.87", transaction_date: new Date("2022-07-02T13:32:45Z"), notes: "An unusual session was escalated the same day." },
            { id: 329, user_id: 15, category_id: 12, amount: "22.86", transaction_date: new Date("2022-12-08T20:50:31Z"), notes: "Flagged as manual. The account owner escalated the appointment." },
            { id: 330, user_id: 31, category_id: 9, amount: "202.32", transaction_date: new Date("2023-11-21T13:01:08Z"), notes: "The request was delayed following an unusual review." },
            { id: 331, user_id: 137, category_id: 9, amount: "612.00", transaction_date: new Date("2022-09-07T11:56:18Z"), notes: "The account was closed after a standard check." },
            { id: 332, user_id: 42, category_id: 9, amount: "257.77", transaction_date: new Date("2022-06-13T10:00:02Z"), notes: "The account owner reported a manual issue; the record was rejected." },
            { id: 333, user_id: 51, category_id: 4, amount: "1.25", transaction_date: new Date("2022-09-19T17:33:40Z"), notes: null },
            { id: 334, user_id: 104, category_id: 13, amount: "560.48", transaction_date: new Date("2022-04-02T19:22:53Z"), notes: "The account owner asked for a change and the report was cancelled." },
            { id: 335, user_id: 161, category_id: 10, amount: "532.49", transaction_date: new Date("2023-07-20T17:08:29Z"), notes: null },
            { id: 336, user_id: 114, category_id: 6, amount: "2.07", transaction_date: new Date("2023-11-09T22:00:02Z"), notes: "The supplier reported a minor issue; the shipment was delayed." },
            { id: 337, user_id: 70, category_id: 14, amount: "96.78", transaction_date: new Date("2023-12-21T18:31:00Z"), notes: "A repeat follow-up: the invoice was refunded." },
            { id: 338, user_id: 43, category_id: 14, amount: "50.13", transaction_date: new Date("2023-10-12T00:02:04Z"), notes: null },
            { id: 339, user_id: 182, category_id: 8, amount: "985.48", transaction_date: new Date("2023-08-25T19:37:18Z"), notes: "The account owner reported an automatic issue; the document was delayed." },
            { id: 340, user_id: 163, category_id: 14, amount: "792.50", transaction_date: new Date("2023-06-22T16:07:40Z"), notes: "The document was reviewed after an automatic check." },
            { id: 341, user_id: 31, category_id: 11, amount: "98.11", transaction_date: new Date("2022-03-22T23:01:18Z"), notes: "The reviewer asked for a change and the session was confirmed." },
            { id: 342, user_id: 14, category_id: 1, amount: "799.64", transaction_date: new Date("2023-05-24T19:19:34Z"), notes: "The report was delayed after a manual check." },
            { id: 343, user_id: 160, category_id: 11, amount: "608.42", transaction_date: new Date("2023-03-18T22:40:16Z"), notes: "The report was closed following an automatic review." },
            { id: 344, user_id: 104, category_id: 9, amount: "177.10", transaction_date: new Date("2022-09-03T14:11:02Z"), notes: "No response from the supplier, so the claim was reviewed." },
            { id: 345, user_id: 192, category_id: 4, amount: "39.19", transaction_date: new Date("2023-12-15T13:06:11Z"), notes: "The reviewer asked for a change and the invoice was cancelled." },
            { id: 346, user_id: 59, category_id: 6, amount: "638.37", transaction_date: new Date("2023-07-30T16:52:34Z"), notes: "The account owner confirmed the details and the ticket was completed." },
            { id: 347, user_id: 1, category_id: 13, amount: "22.32", transaction_date: new Date("2023-01-19T17:39:49Z"), notes: "The ticket was refunded following an incomplete review." },
            { id: 348, user_id: 10, category_id: 4, amount: "369.41", transaction_date: new Date("2022-05-05T21:27:37Z"), notes: "A routine ticket was closed the same day." },
            { id: 349, user_id: 53, category_id: 1, amount: "395.80", transaction_date: new Date("2023-09-07T10:20:19Z"), notes: "The shipment was confirmed following an unusual review." },
            { id: 350, user_id: 105, category_id: 7, amount: "200.30", transaction_date: new Date("2023-10-27T14:55:01Z"), notes: null },
            { id: 351, user_id: 30, category_id: 7, amount: "188.27", transaction_date: new Date("2023-02-28T20:31:36Z"), notes: null },
            { id: 352, user_id: 127, category_id: 10, amount: "801.80", transaction_date: new Date("2022-05-15T10:07:33Z"), notes: "Flagged as routine. The reviewer completed the report." },
            { id: 353, user_id: 196, category_id: 3, amount: "4.53", transaction_date: new Date("2023-10-18T11:47:03Z"), notes: "A standard follow-up: the request was replaced." },
            { id: 354, user_id: 182, category_id: 11, amount: "614.69", transaction_date: new Date("2023-04-17T07:05:35Z"), notes: "The payment was processed — urgent case, no further action." },
            { id: 355, user_id: 20, category_id: 3, amount: "229.41", transaction_date: new Date("2022-10-27T17:40:08Z"), notes: "The session was reviewed after a standard check." },
            { id: 356, user_id: 186, category_id: 10, amount: "73.89", transaction_date: new Date("2023-10-08T20:17:27Z"), notes: "Flagged as minor. An operator reviewed the request." },
            { id: 357, user_id: 163, category_id: 15, amount: "616.09", transaction_date: new Date("2022-11-24T12:29:45Z"), notes: "Flagged as duplicate. The team cancelled the claim." },
            { id: 358, user_id: 82, category_id: 6, amount: "7.38", transaction_date: new Date("2022-10-21T22:50:04Z"), notes: "The session was rescheduled — late case, no further action." },
            { id: 359, user_id: 75, category_id: 3, amount: "700.84", transaction_date: new Date("2022-06-02T18:51:50Z"), notes: "A minor follow-up: the ticket was processed." },
            { id: 360, user_id: 3, category_id: 9, amount: "132.41", transaction_date: new Date("2023-09-11T16:28:06Z"), notes: "A minor follow-up: the appointment was delayed." },
            { id: 361, user_id: 3, category_id: 6, amount: "224.94", transaction_date: new Date("2023-03-27T06:44:43Z"), notes: "The customer asked for a change and the ticket was confirmed." },
            { id: 362, user_id: 21, category_id: 7, amount: "11.38", transaction_date: new Date("2023-12-01T17:50:12Z"), notes: "Flagged as minor. Support replaced the account." },
            { id: 363, user_id: 178, category_id: 6, amount: "48.10", transaction_date: new Date("2023-10-12T18:51:48Z"), notes: null },
            { id: 364, user_id: 197, category_id: 12, amount: "115.86", transaction_date: new Date("2023-09-30T18:00:59Z"), notes: "The courier reported a repeat issue; the session was updated." },
            { id: 365, user_id: 79, category_id: 2, amount: "16.03", transaction_date: new Date("2023-01-05T21:44:20Z"), notes: "A manual follow-up: the request was reviewed." },
            { id: 366, user_id: 40, category_id: 11, amount: "488.70", transaction_date: new Date("2023-04-02T04:03:11Z"), notes: "An operator confirmed the details and the appointment was resolved." },
            { id: 367, user_id: 164, category_id: 13, amount: "889.28", transaction_date: new Date("2023-06-25T12:43:29Z"), notes: "Flagged as standard. The courier processed the report." },
            { id: 368, user_id: 40, category_id: 8, amount: "87.87", transaction_date: new Date("2022-04-02T09:59:01Z"), notes: "The transfer was resolved — minor case, no further action." },
            { id: 369, user_id: 56, category_id: 14, amount: "1.62", transaction_date: new Date("2022-07-06T18:00:13Z"), notes: "The invoice was delayed — partial case, no further action." },
            { id: 370, user_id: 154, category_id: 5, amount: "265.30", transaction_date: new Date("2022-03-11T09:08:17Z"), notes: "The ticket was rejected — standard case, no further action." },
            { id: 371, user_id: 161, category_id: 7, amount: "873.76", transaction_date: new Date("2023-06-30T20:55:00Z"), notes: null },
            { id: 372, user_id: 20, category_id: 11, amount: "122.81", transaction_date: new Date("2022-02-12T00:42:51Z"), notes: "The customer confirmed the details and the request was closed." },
            { id: 373, user_id: 119, category_id: 13, amount: "788.34", transaction_date: new Date("2023-06-07T12:29:54Z"), notes: "The reviewer confirmed the details and the payment was approved." },
            { id: 374, user_id: 198, category_id: 11, amount: "184.35", transaction_date: new Date("2023-12-26T15:32:29Z"), notes: "The payment was cancelled after a standard check." },
            { id: 375, user_id: 114, category_id: 5, amount: "350.22", transaction_date: new Date("2023-06-01T20:57:06Z"), notes: "The booking was processed — urgent case, no further action." },
            { id: 376, user_id: 141, category_id: 1, amount: "678.80", transaction_date: new Date("2022-01-12T09:32:00Z"), notes: "The record was replaced — urgent case, no further action." },
            { id: 377, user_id: 192, category_id: 9, amount: "1.44", transaction_date: new Date("2023-09-18T10:26:00Z"), notes: "The team reported a manual issue; the item was closed." },
            { id: 378, user_id: 198, category_id: 5, amount: "459.68", transaction_date: new Date("2023-12-07T08:28:52Z"), notes: "The customer confirmed the details and the account was delayed." },
            { id: 379, user_id: 197, category_id: 2, amount: "532.40", transaction_date: new Date("2023-10-14T00:16:44Z"), notes: null },
            { id: 380, user_id: 82, category_id: 2, amount: "386.25", transaction_date: new Date("2023-07-04T23:36:38Z"), notes: "The order was rejected — minor case, no further action." },
            { id: 381, user_id: 41, category_id: 4, amount: "598.53", transaction_date: new Date("2023-11-02T06:26:26Z"), notes: "Flagged as minor. An operator refunded the item." },
            { id: 382, user_id: 79, category_id: 9, amount: "652.15", transaction_date: new Date("2022-03-10T16:52:10Z"), notes: "A manual follow-up: the booking was approved." },
            { id: 383, user_id: 183, category_id: 10, amount: "739.48", transaction_date: new Date("2022-05-08T14:35:21Z"), notes: "The courier reported a partial issue; the ticket was escalated." },
            { id: 384, user_id: 159, category_id: 9, amount: "163.15", transaction_date: new Date("2022-07-26T17:15:24Z"), notes: null },
            { id: 385, user_id: 115, category_id: 8, amount: "70.46", transaction_date: new Date("2022-06-23T18:16:27Z"), notes: "No response from an operator, so the item was escalated." },
            { id: 386, user_id: 98, category_id: 7, amount: "757.69", transaction_date: new Date("2022-03-14T14:32:13Z"), notes: null },
            { id: 387, user_id: 145, category_id: 1, amount: "25.70", transaction_date: new Date("2023-09-09T13:35:53Z"), notes: "No response from the team, so the request was completed." },
            { id: 388, user_id: 2, category_id: 4, amount: "411.58", transaction_date: new Date("2022-12-02T22:57:54Z"), notes: "The reviewer asked for a change and the booking was updated." },
            { id: 389, user_id: 1, category_id: 15, amount: "24.41", transaction_date: new Date("2023-01-03T21:21:59Z"), notes: "The team confirmed the details and the account was delayed." },
            { id: 390, user_id: 185, category_id: 2, amount: "197.86", transaction_date: new Date("2023-04-05T13:55:07Z"), notes: "The transfer was confirmed following a minor review." },
            { id: 391, user_id: 159, category_id: 7, amount: "304.06", transaction_date: new Date("2022-11-22T18:47:09Z"), notes: "The supplier confirmed the details and the payment was replaced." },
            { id: 392, user_id: 92, category_id: 15, amount: "617.49", transaction_date: new Date("2023-01-25T12:19:36Z"), notes: "The supplier confirmed the details and the request was processed." },
            { id: 393, user_id: 63, category_id: 1, amount: "537.69", transaction_date: new Date("2022-12-15T21:25:25Z"), notes: "A routine follow-up: the document was reviewed." },
            { id: 394, user_id: 163, category_id: 12, amount: "991.21", transaction_date: new Date("2022-05-30T13:43:27Z"), notes: "The invoice was rescheduled — unusual case, no further action." },
            { id: 395, user_id: 191, category_id: 11, amount: "324.00", transaction_date: new Date("2023-08-05T22:41:35Z"), notes: "The customer confirmed the details and the transfer was resolved." },
            { id: 396, user_id: 86, category_id: 6, amount: "17.55", transaction_date: new Date("2023-01-27T09:15:24Z"), notes: "A late follow-up: the report was escalated." },
            { id: 397, user_id: 82, category_id: 7, amount: "1.85", transaction_date: new Date("2023-03-21T12:31:40Z"), notes: "Flagged as routine. The courier reviewed the record." },
            { id: 398, user_id: 22, category_id: 12, amount: "967.22", transaction_date: new Date("2023-10-04T12:01:48Z"), notes: "The team confirmed the details and the claim was resolved." },
            { id: 399, user_id: 67, category_id: 2, amount: "774.72", transaction_date: new Date("2023-07-28T22:40:44Z"), notes: null },
            { id: 400, user_id: 175, category_id: 12, amount: "408.25", transaction_date: new Date("2022-06-14T07:36:54Z"), notes: "The refund was updated after an automatic check." },
            { id: 401, user_id: 154, category_id: 7, amount: "99.86", transaction_date: new Date("2022-08-13T18:27:06Z"), notes: "Support asked for a change and the transfer was closed." },
            { id: 402, user_id: 4, category_id: 1, amount: "185.44", transaction_date: new Date("2023-02-15T19:12:10Z"), notes: "Flagged as unusual. The reviewer reviewed the booking." },
            { id: 403, user_id: 24, category_id: 12, amount: "1.01", transaction_date: new Date("2023-10-24T00:00:53Z"), notes: "Support confirmed the details and the delivery was delayed." },
            { id: 404, user_id: 79, category_id: 1, amount: "781.96", transaction_date: new Date("2023-08-01T20:51:30Z"), notes: "The delivery was closed after a duplicate check." },
            { id: 405, user_id: 191, category_id: 1, amount: "53.34", transaction_date: new Date("2023-06-23T18:48:50Z"), notes: null },
            { id: 406, user_id: 180, category_id: 4, amount: "142.08", transaction_date: new Date("2023-10-16T11:44:57Z"), notes: "The item was resolved — automatic case, no further action." },
            { id: 407, user_id: 12, category_id: 12, amount: "224.61", transaction_date: new Date("2022-01-19T11:18:55Z"), notes: "The account owner asked for a change and the report was cancelled." },
            { id: 408, user_id: 15, category_id: 11, amount: "190.77", transaction_date: new Date("2022-10-24T17:12:13Z"), notes: "No response from the customer, so the refund was cancelled." },
            { id: 409, user_id: 82, category_id: 1, amount: "269.62", transaction_date: new Date("2023-08-10T13:30:20Z"), notes: "An operator confirmed the details and the request was completed." },
            { id: 410, user_id: 194, category_id: 12, amount: "396.29", transaction_date: new Date("2022-09-07T17:25:35Z"), notes: "The customer reported an urgent issue; the request was rescheduled." },
            { id: 411, user_id: 158, category_id: 10, amount: "903.10", transaction_date: new Date("2023-09-03T18:22:39Z"), notes: null },
            { id: 412, user_id: 126, category_id: 5, amount: "2.50", transaction_date: new Date("2023-05-03T19:38:01Z"), notes: "Flagged as partial. The supplier cancelled the payment." },
            { id: 413, user_id: 192, category_id: 15, amount: "705.64", transaction_date: new Date("2023-07-09T15:54:26Z"), notes: "Flagged as minor. The courier updated the shipment." },
            { id: 414, user_id: 91, category_id: 6, amount: "647.50", transaction_date: new Date("2022-01-29T14:57:38Z"), notes: "The account owner confirmed the details and the report was reviewed." },
            { id: 415, user_id: 64, category_id: 6, amount: "22.52", transaction_date: new Date("2022-02-05T08:28:58Z"), notes: "An unusual follow-up: the request was rescheduled." },
            { id: 416, user_id: 59, category_id: 4, amount: "713.79", transaction_date: new Date("2023-08-21T14:27:33Z"), notes: "The shipment was closed after an unusual check." },
            { id: 417, user_id: 136, category_id: 12, amount: "84.56", transaction_date: new Date("2023-10-09T12:26:22Z"), notes: "The account was replaced — standard case, no further action." },
            { id: 418, user_id: 68, category_id: 14, amount: "890.24", transaction_date: new Date("2023-11-29T13:27:25Z"), notes: null },
            { id: 419, user_id: 167, category_id: 14, amount: "6.98", transaction_date: new Date("2023-10-13T13:44:40Z"), notes: "The supplier asked for a change and the booking was completed." },
            { id: 420, user_id: 106, category_id: 2, amount: "665.15", transaction_date: new Date("2023-11-07T19:13:33Z"), notes: "An incomplete ticket was resolved the same day." },
            { id: 421, user_id: 189, category_id: 8, amount: "35.08", transaction_date: new Date("2023-01-02T17:57:19Z"), notes: "The reviewer reported a routine issue; the claim was replaced." },
            { id: 422, user_id: 135, category_id: 6, amount: "411.16", transaction_date: new Date("2023-02-15T12:56:05Z"), notes: "A routine document was rejected the same day." },
            { id: 423, user_id: 14, category_id: 5, amount: "733.73", transaction_date: new Date("2023-03-27T07:46:42Z"), notes: "Flagged as incomplete. The account owner rejected the booking." },
            { id: 424, user_id: 112, category_id: 6, amount: "674.95", transaction_date: new Date("2023-08-10T20:34:39Z"), notes: "An automatic refund was reopened the same day." },
            { id: 425, user_id: 102, category_id: 12, amount: "226.62", transaction_date: new Date("2023-10-30T18:48:52Z"), notes: null },
            { id: 426, user_id: 163, category_id: 6, amount: "46.81", transaction_date: new Date("2022-12-11T20:43:34Z"), notes: null },
            { id: 427, user_id: 30, category_id: 3, amount: "618.48", transaction_date: new Date("2023-06-28T21:53:55Z"), notes: "The refund was resolved — unusual case, no further action." },
            { id: 428, user_id: 187, category_id: 4, amount: "297.90", transaction_date: new Date("2022-06-07T21:50:53Z"), notes: "The booking was closed — duplicate case, no further action." },
            { id: 429, user_id: 160, category_id: 11, amount: "479.51", transaction_date: new Date("2022-05-21T19:27:09Z"), notes: "The item was completed — manual case, no further action." },
            { id: 430, user_id: 142, category_id: 11, amount: "12.21", transaction_date: new Date("2023-08-03T17:25:05Z"), notes: "A standard follow-up: the transfer was reopened." },
            { id: 431, user_id: 96, category_id: 14, amount: "787.83", transaction_date: new Date("2023-09-09T06:15:28Z"), notes: "The order was refunded after a minor check." },
            { id: 432, user_id: 157, category_id: 5, amount: "610.06", transaction_date: new Date("2023-08-04T05:32:08Z"), notes: "A routine follow-up: the ticket was rejected." },
            { id: 433, user_id: 192, category_id: 10, amount: "141.42", transaction_date: new Date("2022-01-31T10:57:51Z"), notes: null },
            { id: 434, user_id: 79, category_id: 12, amount: "683.35", transaction_date: new Date("2022-09-22T19:34:42Z"), notes: "A standard follow-up: the document was rescheduled." },
            { id: 435, user_id: 117, category_id: 9, amount: "593.30", transaction_date: new Date("2022-11-26T21:59:41Z"), notes: "The order was closed — urgent case, no further action." },
            { id: 436, user_id: 157, category_id: 8, amount: "134.75", transaction_date: new Date("2023-03-19T11:25:40Z"), notes: "The payment was closed — partial case, no further action." },
            { id: 437, user_id: 81, category_id: 6, amount: "237.60", transaction_date: new Date("2023-10-21T18:33:08Z"), notes: "Flagged as incomplete. The team rescheduled the shipment." },
            { id: 438, user_id: 26, category_id: 12, amount: "559.54", transaction_date: new Date("2022-04-10T17:52:16Z"), notes: "The account owner asked for a change and the session was completed." },
            { id: 439, user_id: 32, category_id: 14, amount: "543.04", transaction_date: new Date("2023-10-05T20:59:49Z"), notes: "No response from the reviewer, so the claim was cancelled." },
            { id: 440, user_id: 69, category_id: 11, amount: "372.05", transaction_date: new Date("2022-06-09T15:02:42Z"), notes: "The supplier confirmed the details and the shipment was updated." },
            { id: 441, user_id: 22, category_id: 13, amount: "128.85", transaction_date: new Date("2022-11-12T23:18:46Z"), notes: "Support reported a late issue; the claim was closed." },
            { id: 442, user_id: 148, category_id: 6, amount: "77.86", transaction_date: new Date("2022-10-21T21:02:35Z"), notes: null },
            { id: 443, user_id: 47, category_id: 4, amount: "717.46", transaction_date: new Date("2022-10-18T15:13:11Z"), notes: "The delivery was reopened after a late check." },
            { id: 444, user_id: 57, category_id: 6, amount: "343.84", transaction_date: new Date("2023-12-01T18:21:01Z"), notes: "The appointment was rescheduled after a repeat check." },
            { id: 445, user_id: 35, category_id: 9, amount: "72.96", transaction_date: new Date("2022-07-11T19:53:46Z"), notes: null },
            { id: 446, user_id: 53, category_id: 3, amount: "187.13", transaction_date: new Date("2022-07-29T12:21:39Z"), notes: "Flagged as unusual. The courier escalated the shipment." },
            { id: 447, user_id: 19, category_id: 9, amount: "10.84", transaction_date: new Date("2023-05-08T10:01:44Z"), notes: null },
            { id: 448, user_id: 35, category_id: 7, amount: "85.36", transaction_date: new Date("2023-09-17T08:26:10Z"), notes: "The booking was rejected following a routine review." },
            { id: 449, user_id: 39, category_id: 7, amount: "314.34", transaction_date: new Date("2023-01-26T01:51:22Z"), notes: "The request was resolved — duplicate case, no further action." },
            { id: 450, user_id: 85, category_id: 9, amount: "1.61", transaction_date: new Date("2022-02-27T10:52:04Z"), notes: "The account was completed following a minor review." },
            { id: 451, user_id: 101, category_id: 9, amount: "8.39", transaction_date: new Date("2023-12-02T18:41:01Z"), notes: "A late follow-up: the item was cancelled." },
            { id: 452, user_id: 99, category_id: 12, amount: "278.90", transaction_date: new Date("2022-03-28T16:25:09Z"), notes: "The ticket was processed following a minor review." },
            { id: 453, user_id: 178, category_id: 2, amount: "178.22", transaction_date: new Date("2022-11-28T18:31:18Z"), notes: "Flagged as routine. Support completed the refund." },
            { id: 454, user_id: 135, category_id: 11, amount: "779.82", transaction_date: new Date("2022-11-30T15:55:42Z"), notes: "The payment was updated after a standard check." },
            { id: 455, user_id: 14, category_id: 14, amount: "59.26", transaction_date: new Date("2022-03-09T15:22:00Z"), notes: "A duplicate payment was resolved the same day." },
            { id: 456, user_id: 18, category_id: 11, amount: "640.03", transaction_date: new Date("2023-04-12T12:57:30Z"), notes: "An incomplete follow-up: the refund was closed." },
            { id: 457, user_id: 178, category_id: 14, amount: "739.16", transaction_date: new Date("2022-11-20T17:53:08Z"), notes: "The account was cancelled — unusual case, no further action." },
            { id: 458, user_id: 149, category_id: 2, amount: "1.54", transaction_date: new Date("2022-01-08T21:11:35Z"), notes: "Flagged as minor. An operator cancelled the invoice." },
            { id: 459, user_id: 62, category_id: 14, amount: "11.56", transaction_date: new Date("2022-07-30T01:40:21Z"), notes: "The reviewer reported a late issue; the claim was completed." },
            { id: 460, user_id: 178, category_id: 6, amount: "793.15", transaction_date: new Date("2023-08-30T03:34:16Z"), notes: "A partial follow-up: the request was rejected." },
            { id: 461, user_id: 85, category_id: 2, amount: "117.25", transaction_date: new Date("2022-12-11T00:28:22Z"), notes: "The claim was rejected — urgent case, no further action." },
            { id: 462, user_id: 135, category_id: 5, amount: "531.35", transaction_date: new Date("2022-12-06T10:25:27Z"), notes: "The reviewer asked for a change and the transfer was rejected." },
            { id: 463, user_id: 197, category_id: 6, amount: "9.55", transaction_date: new Date("2023-10-12T23:52:03Z"), notes: "Flagged as late. An operator delayed the order." },
            { id: 464, user_id: 144, category_id: 10, amount: "469.08", transaction_date: new Date("2023-07-19T20:05:39Z"), notes: "The item was completed after an incomplete check." },
            { id: 465, user_id: 98, category_id: 6, amount: "787.08", transaction_date: new Date("2023-09-03T18:32:57Z"), notes: "The account owner asked for a change and the record was closed." },
            { id: 466, user_id: 37, category_id: 11, amount: "51.99", transaction_date: new Date("2023-11-03T11:02:37Z"), notes: "No response from an operator, so the document was replaced." },
            { id: 467, user_id: 149, category_id: 5, amount: "928.93", transaction_date: new Date("2023-08-13T11:25:50Z"), notes: "The supplier reported a minor issue; the refund was cancelled." },
            { id: 468, user_id: 31, category_id: 5, amount: "227.44", transaction_date: new Date("2022-09-15T07:30:58Z"), notes: "The supplier reported a duplicate issue; the invoice was reviewed." },
            { id: 469, user_id: 119, category_id: 14, amount: "44.19", transaction_date: new Date("2022-07-28T20:53:59Z"), notes: "A partial follow-up: the ticket was refunded." },
            { id: 470, user_id: 99, category_id: 8, amount: "350.86", transaction_date: new Date("2023-09-13T02:44:17Z"), notes: "The reviewer reported an incomplete issue; the claim was escalated." },
            { id: 471, user_id: 178, category_id: 1, amount: "508.91", transaction_date: new Date("2023-07-04T10:38:24Z"), notes: "Support reported a repeat issue; the refund was replaced." },
            { id: 472, user_id: 142, category_id: 15, amount: "477.56", transaction_date: new Date("2023-01-30T13:40:45Z"), notes: "The refund was delayed after a routine check." },
            { id: 473, user_id: 154, category_id: 9, amount: "59.86", transaction_date: new Date("2023-05-25T14:53:36Z"), notes: "No response from the supplier, so the transfer was confirmed." },
            { id: 474, user_id: 198, category_id: 2, amount: "13.10", transaction_date: new Date("2023-12-17T12:25:06Z"), notes: "No response from the reviewer, so the shipment was completed." },
            { id: 475, user_id: 109, category_id: 3, amount: "386.61", transaction_date: new Date("2023-10-26T12:14:59Z"), notes: "No response from the team, so the ticket was rejected." },
            { id: 476, user_id: 28, category_id: 9, amount: "18.49", transaction_date: new Date("2022-11-12T12:30:25Z"), notes: "Flagged as automatic. Support processed the appointment." },
            { id: 477, user_id: 149, category_id: 1, amount: "275.18", transaction_date: new Date("2023-12-18T21:17:26Z"), notes: "The session was approved — automatic case, no further action." },
            { id: 478, user_id: 9, category_id: 13, amount: "447.93", transaction_date: new Date("2023-02-07T08:05:38Z"), notes: "The courier reported a duplicate issue; the ticket was replaced." },
            { id: 479, user_id: 60, category_id: 9, amount: "409.15", transaction_date: new Date("2023-11-02T16:19:25Z"), notes: "The record was closed — urgent case, no further action." },
            { id: 480, user_id: 39, category_id: 3, amount: "300.89", transaction_date: new Date("2023-10-10T15:24:50Z"), notes: "Flagged as manual. The customer refunded the record." },
            { id: 481, user_id: 13, category_id: 4, amount: "188.89", transaction_date: new Date("2023-12-20T14:05:11Z"), notes: "The ticket was resolved — duplicate case, no further action." },
            { id: 482, user_id: 114, category_id: 11, amount: "183.13", transaction_date: new Date("2023-06-26T11:00:58Z"), notes: null },
            { id: 483, user_id: 159, category_id: 1, amount: "622.00", transaction_date: new Date("2023-07-19T02:37:12Z"), notes: "A manual payment was completed the same day." },
            { id: 484, user_id: 56, category_id: 8, amount: "3.92", transaction_date: new Date("2023-10-09T21:22:19Z"), notes: "No response from the supplier, so the record was delayed." },
            { id: 485, user_id: 11, category_id: 12, amount: "89.64", transaction_date: new Date("2023-01-26T20:39:47Z"), notes: "The session was delayed after a repeat check." },
            { id: 486, user_id: 137, category_id: 8, amount: "259.17", transaction_date: new Date("2023-04-20T14:56:52Z"), notes: "The appointment was replaced following a late review." },
            { id: 487, user_id: 54, category_id: 11, amount: "879.58", transaction_date: new Date("2022-01-16T02:44:25Z"), notes: "The appointment was resolved — manual case, no further action." },
            { id: 488, user_id: 153, category_id: 11, amount: "341.32", transaction_date: new Date("2022-12-30T23:47:45Z"), notes: "The reviewer confirmed the details and the refund was reviewed." },
            { id: 489, user_id: 101, category_id: 10, amount: "406.24", transaction_date: new Date("2023-10-20T20:51:16Z"), notes: "Flagged as routine. The supplier closed the payment." },
            { id: 490, user_id: 78, category_id: 7, amount: "83.09", transaction_date: new Date("2022-10-06T12:20:00Z"), notes: "A minor follow-up: the document was updated." },
            { id: 491, user_id: 56, category_id: 14, amount: "74.18", transaction_date: new Date("2022-06-25T10:29:22Z"), notes: "The supplier reported a manual issue; the refund was closed." },
            { id: 492, user_id: 99, category_id: 2, amount: "938.38", transaction_date: new Date("2023-02-06T12:31:45Z"), notes: null },
            { id: 493, user_id: 166, category_id: 3, amount: "4.78", transaction_date: new Date("2023-06-04T11:47:42Z"), notes: "A repeat follow-up: the booking was escalated." },
            { id: 494, user_id: 185, category_id: 10, amount: "867.64", transaction_date: new Date("2023-07-02T14:43:42Z"), notes: "A partial request was refunded the same day." },
            { id: 495, user_id: 149, category_id: 10, amount: "80.80", transaction_date: new Date("2023-08-28T11:49:18Z"), notes: "The reviewer confirmed the details and the claim was resolved." },
            { id: 496, user_id: 99, category_id: 5, amount: "3.59", transaction_date: new Date("2023-12-28T07:28:04Z"), notes: "The account owner asked for a change and the booking was reopened." },
            { id: 497, user_id: 18, category_id: 7, amount: "126.09", transaction_date: new Date("2023-12-25T08:53:04Z"), notes: "The refund was reviewed following a late review." },
            { id: 498, user_id: 12, category_id: 14, amount: "836.06", transaction_date: new Date("2023-11-09T10:08:46Z"), notes: "No response from an operator, so the report was cancelled." },
            { id: 499, user_id: 200, category_id: 8, amount: "680.36", transaction_date: new Date("2023-11-08T20:31:23Z"), notes: "Support confirmed the details and the document was approved." },
            { id: 500, user_id: 110, category_id: 12, amount: "742.32", transaction_date: new Date("2023-04-15T21:06:54Z"), notes: null },
        ],
    });
    await prisma.transactions.createMany({
        data: [
            { id: 501, user_id: 81, category_id: 5, amount: "489.23", transaction_date: new Date("2023-02-22T14:55:28Z"), notes: "The courier asked for a change and the refund was closed." },
            { id: 502, user_id: 189, category_id: 3, amount: "336.06", transaction_date: new Date("2022-06-22T17:09:41Z"), notes: "Flagged as urgent. The customer replaced the invoice." },
            { id: 503, user_id: 146, category_id: 14, amount: "683.29", transaction_date: new Date("2023-10-01T19:42:20Z"), notes: "Flagged as routine. The reviewer escalated the request." },
            { id: 504, user_id: 195, category_id: 14, amount: "457.39", transaction_date: new Date("2023-11-20T13:03:28Z"), notes: "No response from support, so the delivery was updated." },
            { id: 505, user_id: 51, category_id: 1, amount: "166.77", transaction_date: new Date("2023-06-11T09:03:36Z"), notes: "The claim was refunded — unusual case, no further action." },
            { id: 506, user_id: 136, category_id: 3, amount: "611.44", transaction_date: new Date("2022-11-14T18:17:28Z"), notes: "An automatic transfer was processed the same day." },
            { id: 507, user_id: 134, category_id: 4, amount: "1.28", transaction_date: new Date("2022-12-30T14:17:44Z"), notes: "The account owner asked for a change and the invoice was rescheduled." },
            { id: 508, user_id: 56, category_id: 12, amount: "445.86", transaction_date: new Date("2023-03-03T15:49:59Z"), notes: "The item was rescheduled — minor case, no further action." },
            { id: 509, user_id: 157, category_id: 9, amount: "173.48", transaction_date: new Date("2023-02-03T16:20:57Z"), notes: "The appointment was cancelled after a partial check." },
            { id: 510, user_id: 109, category_id: 5, amount: "181.47", transaction_date: new Date("2023-08-05T17:32:04Z"), notes: "An unusual transfer was processed the same day." },
            { id: 511, user_id: 185, category_id: 5, amount: "110.50", transaction_date: new Date("2023-01-09T15:16:35Z"), notes: "The reviewer reported a manual issue; the ticket was delayed." },
            { id: 512, user_id: 57, category_id: 14, amount: "123.63", transaction_date: new Date("2023-01-04T11:09:31Z"), notes: "An unusual delivery was confirmed the same day." },
            { id: 513, user_id: 9, category_id: 8, amount: "734.89", transaction_date: new Date("2023-06-11T06:16:18Z"), notes: "The team confirmed the details and the ticket was approved." },
            { id: 514, user_id: 69, category_id: 13, amount: "968.34", transaction_date: new Date("2022-11-20T22:31:11Z"), notes: "A repeat report was reviewed the same day." },
            { id: 515, user_id: 103, category_id: 13, amount: "617.99", transaction_date: new Date("2023-12-31T14:07:28Z"), notes: "A routine account was delayed the same day." },
            { id: 516, user_id: 45, category_id: 10, amount: "798.34", transaction_date: new Date("2023-05-23T21:28:47Z"), notes: "The account owner asked for a change and the transfer was processed." },
            { id: 517, user_id: 88, category_id: 15, amount: "647.81", transaction_date: new Date("2022-11-20T07:13:26Z"), notes: "The item was rejected following a routine review." },
            { id: 518, user_id: 5, category_id: 1, amount: "428.86", transaction_date: new Date("2022-07-26T10:14:02Z"), notes: null },
            { id: 519, user_id: 57, category_id: 1, amount: "162.69", transaction_date: new Date("2022-12-07T09:43:25Z"), notes: "Flagged as urgent. The account owner completed the refund." },
            { id: 520, user_id: 136, category_id: 4, amount: "994.17", transaction_date: new Date("2023-12-25T13:09:58Z"), notes: "A repeat follow-up: the payment was replaced." },
            { id: 521, user_id: 165, category_id: 5, amount: "789.77", transaction_date: new Date("2023-07-20T11:20:33Z"), notes: null },
            { id: 522, user_id: 198, category_id: 6, amount: "55.34", transaction_date: new Date("2022-10-31T23:58:18Z"), notes: "The account owner confirmed the details and the request was resolved." },
            { id: 523, user_id: 165, category_id: 12, amount: "203.92", transaction_date: new Date("2023-07-22T09:50:55Z"), notes: "The shipment was reviewed after a standard check." },
            { id: 524, user_id: 112, category_id: 1, amount: "252.22", transaction_date: new Date("2022-04-03T10:42:07Z"), notes: null },
            { id: 525, user_id: 87, category_id: 6, amount: "174.15", transaction_date: new Date("2022-11-28T12:52:08Z"), notes: "The booking was reopened following a routine review." },
            { id: 526, user_id: 165, category_id: 3, amount: "48.83", transaction_date: new Date("2023-06-05T15:59:13Z"), notes: "The account owner asked for a change and the item was confirmed." },
            { id: 527, user_id: 191, category_id: 5, amount: "175.95", transaction_date: new Date("2022-04-08T18:17:49Z"), notes: "The order was escalated following an urgent review." },
            { id: 528, user_id: 132, category_id: 12, amount: "382.15", transaction_date: new Date("2022-11-08T18:02:56Z"), notes: "No response from the customer, so the document was completed." },
            { id: 529, user_id: 190, category_id: 10, amount: "829.30", transaction_date: new Date("2023-03-24T19:15:17Z"), notes: "No response from the customer, so the document was confirmed." },
            { id: 530, user_id: 124, category_id: 6, amount: "348.88", transaction_date: new Date("2023-04-16T11:33:19Z"), notes: "The supplier reported a partial issue; the payment was replaced." },
            { id: 531, user_id: 194, category_id: 12, amount: "284.05", transaction_date: new Date("2022-12-09T08:39:50Z"), notes: "No response from support, so the claim was processed." },
            { id: 532, user_id: 33, category_id: 12, amount: "858.99", transaction_date: new Date("2023-06-26T03:52:50Z"), notes: null },
            { id: 533, user_id: 143, category_id: 6, amount: "791.22", transaction_date: new Date("2022-05-08T15:04:56Z"), notes: "Flagged as repeat. The customer resolved the invoice." },
            { id: 534, user_id: 12, category_id: 6, amount: "50.28", transaction_date: new Date("2022-09-15T17:06:01Z"), notes: "A late delivery was rejected the same day." },
            { id: 535, user_id: 81, category_id: 14, amount: "82.36", transaction_date: new Date("2023-07-24T08:11:24Z"), notes: "An operator confirmed the details and the account was completed." },
            { id: 536, user_id: 135, category_id: 14, amount: "682.92", transaction_date: new Date("2023-04-23T10:45:52Z"), notes: "An automatic follow-up: the appointment was refunded." },
            { id: 537, user_id: 143, category_id: 8, amount: "812.79", transaction_date: new Date("2022-06-21T21:36:50Z"), notes: "The ticket was processed after a routine check." },
            { id: 538, user_id: 31, category_id: 6, amount: "66.63", transaction_date: new Date("2023-03-16T11:37:01Z"), notes: "The customer confirmed the details and the ticket was cancelled." },
            { id: 539, user_id: 91, category_id: 10, amount: "614.95", transaction_date: new Date("2023-08-09T10:05:14Z"), notes: "The shipment was replaced — minor case, no further action." },
            { id: 540, user_id: 56, category_id: 3, amount: "235.57", transaction_date: new Date("2022-05-25T08:58:14Z"), notes: "The item was closed — incomplete case, no further action." },
            { id: 541, user_id: 106, category_id: 9, amount: "569.16", transaction_date: new Date("2023-09-13T14:08:14Z"), notes: "A duplicate follow-up: the booking was refunded." },
            { id: 542, user_id: 18, category_id: 13, amount: "6.27", transaction_date: new Date("2023-10-12T08:56:57Z"), notes: "The transfer was reopened — late case, no further action." },
            { id: 543, user_id: 168, category_id: 10, amount: "393.42", transaction_date: new Date("2023-10-14T20:37:59Z"), notes: "The delivery was confirmed — standard case, no further action." },
            { id: 544, user_id: 12, category_id: 5, amount: "519.94", transaction_date: new Date("2023-07-26T18:45:51Z"), notes: "The reviewer asked for a change and the delivery was reopened." },
            { id: 545, user_id: 81, category_id: 7, amount: "421.79", transaction_date: new Date("2023-11-12T23:02:58Z"), notes: "The supplier reported a routine issue; the refund was reviewed." },
            { id: 546, user_id: 7, category_id: 8, amount: "31.94", transaction_date: new Date("2022-01-09T21:53:25Z"), notes: "Flagged as partial. Support reviewed the delivery." },
            { id: 547, user_id: 177, category_id: 10, amount: "122.82", transaction_date: new Date("2022-09-14T10:23:06Z"), notes: null },
            { id: 548, user_id: 182, category_id: 10, amount: "316.98", transaction_date: new Date("2023-06-15T00:56:58Z"), notes: "No response from the team, so the invoice was resolved." },
            { id: 549, user_id: 68, category_id: 6, amount: "382.23", transaction_date: new Date("2022-07-14T00:21:01Z"), notes: "The account owner asked for a change and the payment was confirmed." },
            { id: 550, user_id: 169, category_id: 5, amount: "570.37", transaction_date: new Date("2023-02-18T18:21:20Z"), notes: "The reviewer asked for a change and the refund was delayed." },
            { id: 551, user_id: 101, category_id: 14, amount: "81.75", transaction_date: new Date("2023-12-26T10:03:28Z"), notes: "Support reported an automatic issue; the order was rejected." },
            { id: 552, user_id: 189, category_id: 1, amount: "351.53", transaction_date: new Date("2023-09-25T17:15:01Z"), notes: "An operator confirmed the details and the order was delayed." },
            { id: 553, user_id: 175, category_id: 14, amount: "7.98", transaction_date: new Date("2023-11-16T21:27:23Z"), notes: null },
            { id: 554, user_id: 12, category_id: 6, amount: "115.13", transaction_date: new Date("2023-05-22T20:56:40Z"), notes: null },
            { id: 555, user_id: 21, category_id: 14, amount: "534.46", transaction_date: new Date("2023-09-08T05:36:39Z"), notes: null },
            { id: 556, user_id: 36, category_id: 13, amount: "176.29", transaction_date: new Date("2023-01-25T06:31:03Z"), notes: "An automatic follow-up: the item was approved." },
            { id: 557, user_id: 48, category_id: 10, amount: "16.98", transaction_date: new Date("2023-11-22T12:51:44Z"), notes: "A standard follow-up: the session was completed." },
            { id: 558, user_id: 59, category_id: 9, amount: "28.98", transaction_date: new Date("2023-01-27T20:39:54Z"), notes: "The invoice was reopened following an urgent review." },
            { id: 559, user_id: 187, category_id: 15, amount: "207.95", transaction_date: new Date("2023-04-30T00:27:59Z"), notes: null },
            { id: 560, user_id: 126, category_id: 1, amount: "629.70", transaction_date: new Date("2022-10-14T17:00:07Z"), notes: "Flagged as duplicate. The supplier cancelled the payment." },
            { id: 561, user_id: 110, category_id: 5, amount: "932.96", transaction_date: new Date("2022-11-14T10:52:41Z"), notes: "No response from support, so the record was approved." },
            { id: 562, user_id: 191, category_id: 10, amount: "610.21", transaction_date: new Date("2023-07-23T11:34:30Z"), notes: "A standard request was resolved the same day." },
            { id: 563, user_id: 39, category_id: 5, amount: "17.15", transaction_date: new Date("2022-04-25T12:51:49Z"), notes: "The team reported an incomplete issue; the report was refunded." },
            { id: 564, user_id: 15, category_id: 9, amount: "369.05", transaction_date: new Date("2023-08-15T15:04:14Z"), notes: "Flagged as routine. The team delayed the shipment." },
            { id: 565, user_id: 62, category_id: 15, amount: "304.52", transaction_date: new Date("2022-07-27T19:01:52Z"), notes: "The order was cancelled after a repeat check." },
            { id: 566, user_id: 59, category_id: 5, amount: "29.89", transaction_date: new Date("2023-03-19T16:47:09Z"), notes: null },
            { id: 567, user_id: 99, category_id: 14, amount: "188.26", transaction_date: new Date("2022-07-14T12:05:11Z"), notes: "No response from an operator, so the item was reviewed." },
            { id: 568, user_id: 45, category_id: 9, amount: "706.27", transaction_date: new Date("2023-01-10T17:36:12Z"), notes: "The item was cancelled — late case, no further action." },
            { id: 569, user_id: 151, category_id: 13, amount: "475.03", transaction_date: new Date("2023-02-03T19:04:53Z"), notes: "An incomplete claim was rejected the same day." },
            { id: 570, user_id: 86, category_id: 3, amount: "101.43", transaction_date: new Date("2022-11-18T17:28:14Z"), notes: "Flagged as standard. The reviewer reviewed the shipment." },
            { id: 571, user_id: 172, category_id: 8, amount: "89.29", transaction_date: new Date("2023-10-31T11:31:49Z"), notes: "Support asked for a change and the account was closed." },
            { id: 572, user_id: 134, category_id: 13, amount: "2.86", transaction_date: new Date("2022-12-21T19:45:06Z"), notes: "An unusual follow-up: the booking was processed." },
            { id: 573, user_id: 189, category_id: 4, amount: "231.31", transaction_date: new Date("2023-08-31T06:52:49Z"), notes: "A partial follow-up: the booking was confirmed." },
            { id: 574, user_id: 167, category_id: 6, amount: "91.95", transaction_date: new Date("2022-07-11T08:45:18Z"), notes: null },
            { id: 575, user_id: 178, category_id: 14, amount: "37.07", transaction_date: new Date("2023-06-09T22:25:40Z"), notes: "An automatic follow-up: the item was rejected." },
            { id: 576, user_id: 175, category_id: 12, amount: "43.71", transaction_date: new Date("2023-04-11T11:07:59Z"), notes: "An operator asked for a change and the invoice was rejected." },
            { id: 577, user_id: 41, category_id: 6, amount: "17.28", transaction_date: new Date("2022-11-25T13:31:06Z"), notes: null },
            { id: 578, user_id: 151, category_id: 1, amount: "406.60", transaction_date: new Date("2022-11-01T11:46:14Z"), notes: "No response from the customer, so the item was resolved." },
            { id: 579, user_id: 55, category_id: 1, amount: "268.32", transaction_date: new Date("2023-11-30T02:31:19Z"), notes: "An urgent follow-up: the record was approved." },
            { id: 580, user_id: 2, category_id: 4, amount: "677.73", transaction_date: new Date("2022-12-17T18:15:54Z"), notes: "Flagged as unusual. Support delayed the document." },
            { id: 581, user_id: 154, category_id: 10, amount: "536.46", transaction_date: new Date("2023-10-02T18:32:59Z"), notes: "Flagged as partial. An operator rescheduled the refund." },
            { id: 582, user_id: 162, category_id: 15, amount: "603.62", transaction_date: new Date("2022-06-29T17:20:08Z"), notes: "No response from the team, so the payment was escalated." },
            { id: 583, user_id: 178, category_id: 2, amount: "35.75", transaction_date: new Date("2022-11-18T11:16:56Z"), notes: "The claim was completed after a late check." },
            { id: 584, user_id: 20, category_id: 11, amount: "12.04", transaction_date: new Date("2023-01-15T18:04:50Z"), notes: "The reviewer reported a routine issue; the order was reopened." },
            { id: 585, user_id: 66, category_id: 10, amount: "528.40", transaction_date: new Date("2023-05-22T00:31:07Z"), notes: "The delivery was processed — urgent case, no further action." },
            { id: 586, user_id: 90, category_id: 9, amount: "8.31", transaction_date: new Date("2022-03-22T18:41:43Z"), notes: "The session was escalated — duplicate case, no further action." },
            { id: 587, user_id: 165, category_id: 15, amount: "11.05", transaction_date: new Date("2022-08-23T14:00:20Z"), notes: "The session was escalated — repeat case, no further action." },
            { id: 588, user_id: 4, category_id: 3, amount: "35.55", transaction_date: new Date("2023-02-24T19:36:07Z"), notes: "The customer asked for a change and the shipment was cancelled." },
            { id: 589, user_id: 199, category_id: 13, amount: "1.67", transaction_date: new Date("2023-09-10T23:27:42Z"), notes: null },
            { id: 590, user_id: 45, category_id: 1, amount: "230.82", transaction_date: new Date("2023-06-21T12:47:59Z"), notes: "The account was refunded after an unusual check." },
            { id: 591, user_id: 84, category_id: 12, amount: "29.89", transaction_date: new Date("2023-05-30T09:25:40Z"), notes: "Flagged as repeat. The reviewer rejected the session." },
            { id: 592, user_id: 86, category_id: 7, amount: "191.39", transaction_date: new Date("2022-03-01T23:35:32Z"), notes: "The request was processed following a repeat review." },
            { id: 593, user_id: 33, category_id: 14, amount: "508.49", transaction_date: new Date("2023-11-16T18:49:31Z"), notes: "An urgent invoice was updated the same day." },
            { id: 594, user_id: 142, category_id: 12, amount: "208.17", transaction_date: new Date("2022-08-12T23:45:00Z"), notes: "The request was completed — late case, no further action." },
            { id: 595, user_id: 134, category_id: 10, amount: "783.94", transaction_date: new Date("2022-10-23T13:01:48Z"), notes: "The invoice was confirmed following an automatic review." },
            { id: 596, user_id: 44, category_id: 9, amount: "985.36", transaction_date: new Date("2022-11-29T18:06:40Z"), notes: "The account owner confirmed the details and the appointment was rescheduled." },
            { id: 597, user_id: 198, category_id: 12, amount: "110.23", transaction_date: new Date("2023-02-14T17:08:19Z"), notes: "The refund was escalated after a duplicate check." },
            { id: 598, user_id: 39, category_id: 2, amount: "902.88", transaction_date: new Date("2023-09-29T09:34:42Z"), notes: "The customer confirmed the details and the record was cancelled." },
            { id: 599, user_id: 66, category_id: 11, amount: "231.25", transaction_date: new Date("2023-06-23T21:09:28Z"), notes: "The account owner asked for a change and the item was completed." },
            { id: 600, user_id: 13, category_id: 2, amount: "283.84", transaction_date: new Date("2023-09-03T00:15:45Z"), notes: null },
            { id: 601, user_id: 183, category_id: 5, amount: "215.92", transaction_date: new Date("2023-10-01T14:44:22Z"), notes: "An incomplete booking was replaced the same day." },
            { id: 602, user_id: 153, category_id: 14, amount: "235.70", transaction_date: new Date("2022-12-05T21:41:23Z"), notes: "A late order was updated the same day." },
            { id: 603, user_id: 31, category_id: 2, amount: "650.45", transaction_date: new Date("2023-08-17T16:04:33Z"), notes: "The appointment was refunded following a repeat review." },
            { id: 604, user_id: 156, category_id: 7, amount: "305.45", transaction_date: new Date("2023-05-08T11:07:38Z"), notes: "The account owner confirmed the details and the ticket was delayed." },
            { id: 605, user_id: 12, category_id: 14, amount: "132.12", transaction_date: new Date("2022-07-18T15:52:11Z"), notes: "The courier asked for a change and the item was cancelled." },
            { id: 606, user_id: 134, category_id: 13, amount: "53.20", transaction_date: new Date("2023-09-29T16:05:47Z"), notes: "Flagged as partial. The customer approved the booking." },
            { id: 607, user_id: 86, category_id: 1, amount: "560.34", transaction_date: new Date("2023-01-26T12:00:16Z"), notes: "The supplier confirmed the details and the appointment was confirmed." },
            { id: 608, user_id: 178, category_id: 12, amount: "111.43", transaction_date: new Date("2023-01-09T00:07:47Z"), notes: "The account owner reported an unusual issue; the transfer was reopened." },
            { id: 609, user_id: 11, category_id: 9, amount: "40.84", transaction_date: new Date("2023-05-29T15:45:33Z"), notes: "Flagged as partial. The team escalated the report." },
            { id: 610, user_id: 149, category_id: 10, amount: "717.02", transaction_date: new Date("2023-11-23T10:15:28Z"), notes: "The record was resolved after a late check." },
            { id: 611, user_id: 35, category_id: 11, amount: "492.54", transaction_date: new Date("2023-11-20T14:58:29Z"), notes: "The team reported an urgent issue; the item was approved." },
            { id: 612, user_id: 153, category_id: 3, amount: "62.97", transaction_date: new Date("2022-05-19T07:58:38Z"), notes: null },
            { id: 613, user_id: 140, category_id: 4, amount: "961.36", transaction_date: new Date("2022-11-13T12:39:35Z"), notes: "The order was processed after an urgent check." },
            { id: 614, user_id: 63, category_id: 10, amount: "195.98", transaction_date: new Date("2023-12-15T20:07:33Z"), notes: null },
            { id: 615, user_id: 119, category_id: 3, amount: "443.89", transaction_date: new Date("2022-12-05T01:30:23Z"), notes: "No response from the team, so the shipment was replaced." },
            { id: 616, user_id: 148, category_id: 6, amount: "202.46", transaction_date: new Date("2023-02-26T05:54:54Z"), notes: "The session was reviewed — unusual case, no further action." },
            { id: 617, user_id: 62, category_id: 2, amount: "6.55", transaction_date: new Date("2022-08-03T11:37:15Z"), notes: "No response from the reviewer, so the account was reviewed." },
            { id: 618, user_id: 39, category_id: 5, amount: "900.60", transaction_date: new Date("2023-11-27T18:10:34Z"), notes: "The courier confirmed the details and the request was confirmed." },
            { id: 619, user_id: 3, category_id: 14, amount: "2.28", transaction_date: new Date("2022-12-07T13:10:04Z"), notes: "The team asked for a change and the delivery was rescheduled." },
            { id: 620, user_id: 12, category_id: 5, amount: "197.21", transaction_date: new Date("2023-02-13T22:59:40Z"), notes: "The account owner confirmed the details and the appointment was confirmed." },
            { id: 621, user_id: 172, category_id: 7, amount: "288.02", transaction_date: new Date("2023-01-26T18:00:46Z"), notes: "The account owner asked for a change and the claim was reviewed." },
            { id: 622, user_id: 31, category_id: 9, amount: "674.41", transaction_date: new Date("2023-02-24T14:43:27Z"), notes: "Flagged as late. The supplier rescheduled the refund." },
            { id: 623, user_id: 81, category_id: 6, amount: "310.79", transaction_date: new Date("2022-02-26T08:50:42Z"), notes: "The appointment was rejected following an urgent review." },
            { id: 624, user_id: 75, category_id: 13, amount: "948.48", transaction_date: new Date("2023-10-25T23:59:19Z"), notes: "The ticket was updated — partial case, no further action." },
            { id: 625, user_id: 31, category_id: 12, amount: "295.05", transaction_date: new Date("2023-10-27T12:14:52Z"), notes: "A standard follow-up: the transfer was processed." },
            { id: 626, user_id: 157, category_id: 1, amount: "640.02", transaction_date: new Date("2022-05-22T23:38:59Z"), notes: "An unusual follow-up: the refund was replaced." },
            { id: 627, user_id: 88, category_id: 2, amount: "40.92", transaction_date: new Date("2023-01-17T18:05:19Z"), notes: "No response from the reviewer, so the record was delayed." },
            { id: 628, user_id: 3, category_id: 9, amount: "650.68", transaction_date: new Date("2023-09-13T09:11:06Z"), notes: "The refund was rejected following a standard review." },
            { id: 629, user_id: 71, category_id: 8, amount: "175.81", transaction_date: new Date("2022-05-08T20:02:42Z"), notes: "A repeat follow-up: the booking was refunded." },
            { id: 630, user_id: 105, category_id: 5, amount: "802.48", transaction_date: new Date("2022-12-05T15:45:24Z"), notes: "A manual follow-up: the shipment was confirmed." },
            { id: 631, user_id: 105, category_id: 1, amount: "803.08", transaction_date: new Date("2022-06-08T18:45:44Z"), notes: "No response from the customer, so the claim was cancelled." },
            { id: 632, user_id: 120, category_id: 6, amount: "280.58", transaction_date: new Date("2022-08-11T21:53:49Z"), notes: "The reviewer confirmed the details and the delivery was closed." },
            { id: 633, user_id: 114, category_id: 12, amount: "50.62", transaction_date: new Date("2023-12-25T10:16:03Z"), notes: "The document was escalated — standard case, no further action." },
            { id: 634, user_id: 52, category_id: 13, amount: "148.97", transaction_date: new Date("2023-06-15T17:09:15Z"), notes: null },
            { id: 635, user_id: 161, category_id: 13, amount: "75.51", transaction_date: new Date("2023-01-18T13:43:33Z"), notes: "The refund was delayed after a repeat check." },
            { id: 636, user_id: 182, category_id: 3, amount: "3.86", transaction_date: new Date("2022-10-11T10:16:31Z"), notes: "The payment was delayed after a late check." },
            { id: 637, user_id: 176, category_id: 5, amount: "521.57", transaction_date: new Date("2023-04-11T22:16:24Z"), notes: "No response from the reviewer, so the item was processed." },
            { id: 638, user_id: 10, category_id: 5, amount: "876.02", transaction_date: new Date("2023-07-29T22:55:50Z"), notes: "The request was rejected — manual case, no further action." },
            { id: 639, user_id: 60, category_id: 7, amount: "665.26", transaction_date: new Date("2023-02-28T18:14:13Z"), notes: "No response from support, so the request was closed." },
            { id: 640, user_id: 155, category_id: 4, amount: "80.70", transaction_date: new Date("2023-01-03T14:59:09Z"), notes: "The item was escalated after a repeat check." },
            { id: 641, user_id: 31, category_id: 4, amount: "52.02", transaction_date: new Date("2023-04-06T19:10:20Z"), notes: "The account was confirmed following a routine review." },
            { id: 642, user_id: 61, category_id: 14, amount: "21.37", transaction_date: new Date("2022-07-14T06:07:45Z"), notes: "The account was rescheduled following an incomplete review." },
            { id: 643, user_id: 80, category_id: 5, amount: "927.88", transaction_date: new Date("2022-04-17T15:14:04Z"), notes: "The team confirmed the details and the record was cancelled." },
            { id: 644, user_id: 180, category_id: 7, amount: "19.42", transaction_date: new Date("2022-11-28T15:14:08Z"), notes: "No response from the courier, so the invoice was refunded." },
            { id: 645, user_id: 66, category_id: 14, amount: "23.90", transaction_date: new Date("2022-07-30T21:38:10Z"), notes: "The claim was cancelled following a manual review." },
            { id: 646, user_id: 153, category_id: 7, amount: "340.37", transaction_date: new Date("2022-05-04T19:29:35Z"), notes: "The account owner reported a manual issue; the item was closed." },
            { id: 647, user_id: 45, category_id: 8, amount: "71.78", transaction_date: new Date("2023-11-30T22:10:03Z"), notes: "Flagged as standard. The supplier cancelled the request." },
            { id: 648, user_id: 195, category_id: 2, amount: "3.19", transaction_date: new Date("2022-09-03T18:45:18Z"), notes: "The customer reported a standard issue; the delivery was reviewed." },
            { id: 649, user_id: 181, category_id: 11, amount: "137.92", transaction_date: new Date("2023-10-11T20:05:08Z"), notes: "The invoice was confirmed after an urgent check." },
            { id: 650, user_id: 190, category_id: 6, amount: "548.00", transaction_date: new Date("2023-04-04T18:27:35Z"), notes: "A minor order was closed the same day." },
            { id: 651, user_id: 52, category_id: 8, amount: "374.66", transaction_date: new Date("2023-07-20T17:04:49Z"), notes: "The ticket was rescheduled after an automatic check." },
            { id: 652, user_id: 27, category_id: 4, amount: "6.36", transaction_date: new Date("2022-03-30T08:29:08Z"), notes: "An urgent payment was replaced the same day." },
            { id: 653, user_id: 88, category_id: 5, amount: "77.51", transaction_date: new Date("2023-12-18T16:47:27Z"), notes: "No response from support, so the session was reviewed." },
            { id: 654, user_id: 150, category_id: 10, amount: "3.18", transaction_date: new Date("2023-08-22T13:26:49Z"), notes: "The reviewer asked for a change and the order was replaced." },
            { id: 655, user_id: 92, category_id: 15, amount: "904.17", transaction_date: new Date("2022-07-07T18:23:18Z"), notes: "The appointment was completed following an urgent review." },
            { id: 656, user_id: 109, category_id: 7, amount: "539.35", transaction_date: new Date("2023-05-18T07:21:43Z"), notes: "Flagged as urgent. An operator rejected the session." },
            { id: 657, user_id: 41, category_id: 14, amount: "407.48", transaction_date: new Date("2022-11-29T11:26:14Z"), notes: "Flagged as routine. The supplier delayed the transfer." },
            { id: 658, user_id: 20, category_id: 8, amount: "1.65", transaction_date: new Date("2022-09-15T13:41:27Z"), notes: "Flagged as duplicate. The account owner completed the item." },
            { id: 659, user_id: 134, category_id: 13, amount: "29.03", transaction_date: new Date("2023-11-09T19:26:51Z"), notes: "The team reported a routine issue; the document was rejected." },
            { id: 660, user_id: 37, category_id: 8, amount: "864.36", transaction_date: new Date("2023-03-31T14:30:17Z"), notes: "The supplier confirmed the details and the delivery was replaced." },
            { id: 661, user_id: 169, category_id: 10, amount: "39.21", transaction_date: new Date("2023-04-25T19:20:37Z"), notes: "A late shipment was confirmed the same day." },
            { id: 662, user_id: 187, category_id: 7, amount: "378.45", transaction_date: new Date("2023-11-17T11:07:40Z"), notes: "No response from support, so the item was closed." },
            { id: 663, user_id: 41, category_id: 11, amount: "982.44", transaction_date: new Date("2022-09-05T17:03:02Z"), notes: null },
            { id: 664, user_id: 163, category_id: 5, amount: "13.17", transaction_date: new Date("2022-05-10T19:21:16Z"), notes: "A routine order was escalated the same day." },
            { id: 665, user_id: 4, category_id: 13, amount: "802.10", transaction_date: new Date("2023-03-29T17:41:37Z"), notes: "Flagged as late. The customer refunded the transfer." },
            { id: 666, user_id: 81, category_id: 3, amount: "27.04", transaction_date: new Date("2022-02-22T21:34:09Z"), notes: "An operator reported an incomplete issue; the appointment was closed." },
            { id: 667, user_id: 126, category_id: 4, amount: "408.66", transaction_date: new Date("2023-08-13T09:55:13Z"), notes: "A minor follow-up: the refund was replaced." },
            { id: 668, user_id: 19, category_id: 8, amount: "80.42", transaction_date: new Date("2023-01-14T08:55:43Z"), notes: "A repeat payment was completed the same day." },
            { id: 669, user_id: 196, category_id: 9, amount: "923.96", transaction_date: new Date("2023-12-05T06:42:02Z"), notes: "No response from the customer, so the document was updated." },
            { id: 670, user_id: 82, category_id: 1, amount: "111.53", transaction_date: new Date("2023-07-02T13:55:57Z"), notes: "The customer asked for a change and the session was updated." },
            { id: 671, user_id: 75, category_id: 10, amount: "118.68", transaction_date: new Date("2022-08-05T00:15:09Z"), notes: "The customer asked for a change and the booking was completed." },
            { id: 672, user_id: 15, category_id: 6, amount: "580.10", transaction_date: new Date("2023-05-31T20:21:05Z"), notes: "The account was updated following an urgent review." },
            { id: 673, user_id: 93, category_id: 8, amount: "355.96", transaction_date: new Date("2022-04-21T08:35:17Z"), notes: "Flagged as automatic. The customer completed the booking." },
            { id: 674, user_id: 135, category_id: 9, amount: "405.20", transaction_date: new Date("2023-10-21T00:41:17Z"), notes: "The claim was resolved after an urgent check." },
            { id: 675, user_id: 189, category_id: 1, amount: "24.49", transaction_date: new Date("2022-01-19T10:25:20Z"), notes: "Flagged as automatic. The reviewer refunded the payment." },
            { id: 676, user_id: 56, category_id: 1, amount: "471.76", transaction_date: new Date("2023-06-11T22:02:26Z"), notes: "A repeat follow-up: the claim was processed." },
            { id: 677, user_id: 198, category_id: 1, amount: "3.80", transaction_date: new Date("2023-05-27T10:49:10Z"), notes: "Flagged as incomplete. The reviewer approved the claim." },
            { id: 678, user_id: 6, category_id: 14, amount: "128.35", transaction_date: new Date("2023-09-03T01:06:11Z"), notes: "An operator confirmed the details and the item was processed." },
            { id: 679, user_id: 161, category_id: 4, amount: "173.20", transaction_date: new Date("2023-10-27T18:24:12Z"), notes: "The request was rejected — urgent case, no further action." },
            { id: 680, user_id: 30, category_id: 9, amount: "8.54", transaction_date: new Date("2023-07-20T02:27:13Z"), notes: "An operator asked for a change and the item was cancelled." },
            { id: 681, user_id: 96, category_id: 13, amount: "754.11", transaction_date: new Date("2023-11-26T09:33:36Z"), notes: "The delivery was updated — standard case, no further action." },
            { id: 682, user_id: 199, category_id: 2, amount: "877.16", transaction_date: new Date("2023-12-24T12:38:31Z"), notes: "No response from the reviewer, so the booking was closed." },
            { id: 683, user_id: 57, category_id: 9, amount: "490.36", transaction_date: new Date("2023-03-03T16:56:14Z"), notes: "The account was replaced after a partial check." },
            { id: 684, user_id: 187, category_id: 3, amount: "493.34", transaction_date: new Date("2023-11-17T22:20:34Z"), notes: "The item was processed following a minor review." },
            { id: 685, user_id: 148, category_id: 5, amount: "131.31", transaction_date: new Date("2023-10-05T19:40:54Z"), notes: "The delivery was cancelled after a standard check." },
            { id: 686, user_id: 99, category_id: 3, amount: "877.24", transaction_date: new Date("2022-07-12T19:40:04Z"), notes: "An operator confirmed the details and the booking was completed." },
            { id: 687, user_id: 189, category_id: 11, amount: "141.61", transaction_date: new Date("2023-04-14T17:21:42Z"), notes: "The customer asked for a change and the shipment was cancelled." },
            { id: 688, user_id: 117, category_id: 11, amount: "97.31", transaction_date: new Date("2022-01-08T18:52:57Z"), notes: "The reviewer reported an automatic issue; the shipment was rejected." },
            { id: 689, user_id: 124, category_id: 12, amount: "542.60", transaction_date: new Date("2022-03-26T13:32:06Z"), notes: "No response from the team, so the ticket was completed." },
            { id: 690, user_id: 91, category_id: 4, amount: "26.34", transaction_date: new Date("2023-08-23T11:13:14Z"), notes: "The supplier confirmed the details and the transfer was rescheduled." },
            { id: 691, user_id: 167, category_id: 13, amount: "20.48", transaction_date: new Date("2022-11-15T16:25:01Z"), notes: null },
            { id: 692, user_id: 3, category_id: 5, amount: "1.58", transaction_date: new Date("2022-12-08T22:25:01Z"), notes: "The appointment was resolved following a duplicate review." },
            { id: 693, user_id: 75, category_id: 7, amount: "1.00", transaction_date: new Date("2023-09-07T04:54:20Z"), notes: "The account owner reported a duplicate issue; the session was rescheduled." },
            { id: 694, user_id: 81, category_id: 12, amount: "4.99", transaction_date: new Date("2023-03-16T12:37:28Z"), notes: "The customer reported an unusual issue; the appointment was replaced." },
            { id: 695, user_id: 154, category_id: 11, amount: "789.70", transaction_date: new Date("2023-09-30T23:10:52Z"), notes: null },
            { id: 696, user_id: 173, category_id: 3, amount: "26.08", transaction_date: new Date("2023-04-04T09:24:21Z"), notes: "The ticket was reviewed — unusual case, no further action." },
            { id: 697, user_id: 153, category_id: 2, amount: "43.97", transaction_date: new Date("2022-07-29T19:46:00Z"), notes: "A repeat record was cancelled the same day." },
            { id: 698, user_id: 62, category_id: 4, amount: "376.47", transaction_date: new Date("2023-08-07T16:35:52Z"), notes: null },
            { id: 699, user_id: 79, category_id: 3, amount: "825.69", transaction_date: new Date("2022-01-28T21:17:46Z"), notes: "An operator asked for a change and the account was confirmed." },
            { id: 700, user_id: 99, category_id: 5, amount: "6.19", transaction_date: new Date("2023-05-18T16:01:40Z"), notes: "The customer asked for a change and the delivery was closed." },
            { id: 701, user_id: 157, category_id: 7, amount: "245.45", transaction_date: new Date("2022-06-12T14:15:15Z"), notes: "A routine follow-up: the payment was approved." },
            { id: 702, user_id: 29, category_id: 7, amount: "668.15", transaction_date: new Date("2022-10-14T18:50:52Z"), notes: "The team confirmed the details and the account was resolved." },
            { id: 703, user_id: 30, category_id: 2, amount: "341.75", transaction_date: new Date("2022-11-21T11:32:56Z"), notes: "The reviewer asked for a change and the ticket was refunded." },
            { id: 704, user_id: 149, category_id: 5, amount: "771.07", transaction_date: new Date("2022-09-04T16:42:20Z"), notes: "The request was delayed following a standard review." },
            { id: 705, user_id: 65, category_id: 7, amount: "262.99", transaction_date: new Date("2023-06-11T11:32:56Z"), notes: "The refund was updated — unusual case, no further action." },
            { id: 706, user_id: 199, category_id: 9, amount: "562.12", transaction_date: new Date("2023-08-06T20:29:24Z"), notes: "The courier asked for a change and the order was rejected." },
            { id: 707, user_id: 99, category_id: 5, amount: "75.21", transaction_date: new Date("2023-05-11T13:08:03Z"), notes: null },
            { id: 708, user_id: 4, category_id: 15, amount: "675.39", transaction_date: new Date("2022-02-15T18:42:24Z"), notes: null },
            { id: 709, user_id: 81, category_id: 7, amount: "392.07", transaction_date: new Date("2023-09-16T19:32:31Z"), notes: "A routine follow-up: the shipment was reviewed." },
            { id: 710, user_id: 145, category_id: 9, amount: "658.04", transaction_date: new Date("2023-05-16T19:26:33Z"), notes: "The transfer was refunded following an unusual review." },
            { id: 711, user_id: 21, category_id: 6, amount: "38.07", transaction_date: new Date("2023-07-23T15:07:40Z"), notes: "An incomplete follow-up: the order was resolved." },
            { id: 712, user_id: 60, category_id: 2, amount: "25.34", transaction_date: new Date("2022-11-21T17:18:52Z"), notes: "The team confirmed the details and the item was updated." },
            { id: 713, user_id: 51, category_id: 9, amount: "356.00", transaction_date: new Date("2022-09-29T17:06:53Z"), notes: null },
            { id: 714, user_id: 94, category_id: 15, amount: "508.73", transaction_date: new Date("2022-08-06T23:23:40Z"), notes: "A repeat follow-up: the invoice was escalated." },
            { id: 715, user_id: 129, category_id: 2, amount: "610.06", transaction_date: new Date("2023-08-30T11:13:17Z"), notes: "The reviewer reported a late issue; the request was confirmed." },
            { id: 716, user_id: 166, category_id: 4, amount: "370.92", transaction_date: new Date("2023-01-01T21:17:48Z"), notes: "The account was resolved after a manual check." },
            { id: 717, user_id: 104, category_id: 10, amount: "791.69", transaction_date: new Date("2023-04-12T18:06:19Z"), notes: "Support asked for a change and the item was updated." },
            { id: 718, user_id: 99, category_id: 13, amount: "37.70", transaction_date: new Date("2023-01-27T19:28:28Z"), notes: "An unusual follow-up: the claim was resolved." },
            { id: 719, user_id: 51, category_id: 8, amount: "78.72", transaction_date: new Date("2023-08-08T15:39:32Z"), notes: "A late follow-up: the refund was rescheduled." },
            { id: 720, user_id: 104, category_id: 10, amount: "859.01", transaction_date: new Date("2023-01-05T18:18:48Z"), notes: null },
            { id: 721, user_id: 180, category_id: 10, amount: "39.87", transaction_date: new Date("2023-06-02T18:56:18Z"), notes: "An unusual appointment was updated the same day." },
            { id: 722, user_id: 192, category_id: 5, amount: "181.60", transaction_date: new Date("2022-09-24T20:25:16Z"), notes: "The reviewer reported a partial issue; the item was approved." },
            { id: 723, user_id: 142, category_id: 12, amount: "333.12", transaction_date: new Date("2023-10-20T15:23:02Z"), notes: "An operator reported a duplicate issue; the claim was refunded." },
            { id: 724, user_id: 87, category_id: 9, amount: "574.83", transaction_date: new Date("2023-11-05T19:13:43Z"), notes: null },
            { id: 725, user_id: 47, category_id: 13, amount: "201.01", transaction_date: new Date("2022-12-19T12:17:19Z"), notes: "The courier confirmed the details and the transfer was resolved." },
            { id: 726, user_id: 97, category_id: 4, amount: "340.96", transaction_date: new Date("2023-08-05T19:03:02Z"), notes: "An unusual order was cancelled the same day." },
            { id: 727, user_id: 109, category_id: 7, amount: "772.31", transaction_date: new Date("2022-07-16T08:41:14Z"), notes: "A partial invoice was reopened the same day." },
            { id: 728, user_id: 74, category_id: 2, amount: "1.58", transaction_date: new Date("2023-07-28T17:41:59Z"), notes: "A standard follow-up: the request was reopened." },
            { id: 729, user_id: 134, category_id: 3, amount: "997.12", transaction_date: new Date("2023-10-26T19:14:05Z"), notes: "A routine account was refunded the same day." },
            { id: 730, user_id: 17, category_id: 13, amount: "611.75", transaction_date: new Date("2023-12-04T16:39:20Z"), notes: null },
            { id: 731, user_id: 3, category_id: 9, amount: "11.14", transaction_date: new Date("2023-04-06T17:20:47Z"), notes: "No response from the account owner, so the item was delayed." },
            { id: 732, user_id: 137, category_id: 6, amount: "15.00", transaction_date: new Date("2023-07-07T17:05:10Z"), notes: "No response from the team, so the ticket was reopened." },
            { id: 733, user_id: 103, category_id: 9, amount: "120.69", transaction_date: new Date("2022-06-24T18:46:18Z"), notes: "Flagged as manual. The account owner closed the payment." },
            { id: 734, user_id: 180, category_id: 5, amount: "9.29", transaction_date: new Date("2022-12-11T06:19:14Z"), notes: "An automatic request was reopened the same day." },
            { id: 735, user_id: 135, category_id: 9, amount: "603.21", transaction_date: new Date("2023-07-25T12:07:58Z"), notes: "No response from the courier, so the delivery was reopened." },
            { id: 736, user_id: 185, category_id: 8, amount: "53.35", transaction_date: new Date("2023-10-27T19:42:39Z"), notes: "A routine session was approved the same day." },
            { id: 737, user_id: 141, category_id: 14, amount: "1.31", transaction_date: new Date("2023-12-07T12:13:19Z"), notes: "Support reported an urgent issue; the delivery was cancelled." },
            { id: 738, user_id: 72, category_id: 5, amount: "830.46", transaction_date: new Date("2022-05-06T20:15:18Z"), notes: "The transfer was processed following a duplicate review." },
            { id: 739, user_id: 56, category_id: 6, amount: "973.75", transaction_date: new Date("2023-10-02T15:13:47Z"), notes: "The item was escalated after a duplicate check." },
            { id: 740, user_id: 106, category_id: 8, amount: "17.02", transaction_date: new Date("2023-09-14T08:54:08Z"), notes: null },
            { id: 741, user_id: 83, category_id: 12, amount: "127.65", transaction_date: new Date("2023-11-19T10:54:27Z"), notes: "The appointment was completed — unusual case, no further action." },
            { id: 742, user_id: 141, category_id: 7, amount: "150.45", transaction_date: new Date("2023-12-23T10:55:52Z"), notes: "An incomplete follow-up: the item was reviewed." },
            { id: 743, user_id: 180, category_id: 6, amount: "836.20", transaction_date: new Date("2023-02-28T13:28:08Z"), notes: "A partial booking was resolved the same day." },
            { id: 744, user_id: 63, category_id: 9, amount: "4.71", transaction_date: new Date("2023-08-01T21:01:51Z"), notes: "Flagged as minor. Support rescheduled the item." },
            { id: 745, user_id: 165, category_id: 1, amount: "5.18", transaction_date: new Date("2022-07-26T16:36:05Z"), notes: "No response from the supplier, so the claim was escalated." },
            { id: 746, user_id: 155, category_id: 10, amount: "55.62", transaction_date: new Date("2023-06-20T16:07:07Z"), notes: "The appointment was refunded after a standard check." },
            { id: 747, user_id: 172, category_id: 15, amount: "16.86", transaction_date: new Date("2023-04-06T22:11:43Z"), notes: "No response from support, so the order was completed." },
            { id: 748, user_id: 197, category_id: 8, amount: "20.31", transaction_date: new Date("2022-08-10T20:25:56Z"), notes: "An automatic follow-up: the transfer was closed." },
            { id: 749, user_id: 173, category_id: 11, amount: "318.41", transaction_date: new Date("2022-06-02T20:13:38Z"), notes: "The supplier asked for a change and the session was replaced." },
            { id: 750, user_id: 148, category_id: 3, amount: "756.64", transaction_date: new Date("2023-07-14T14:02:37Z"), notes: "Support confirmed the details and the request was closed." },
            { id: 751, user_id: 18, category_id: 8, amount: "406.91", transaction_date: new Date("2023-02-06T18:05:25Z"), notes: "The record was delayed after an automatic check." },
            { id: 752, user_id: 10, category_id: 2, amount: "685.18", transaction_date: new Date("2023-11-20T12:42:17Z"), notes: "The account owner confirmed the details and the transfer was processed." },
            { id: 753, user_id: 47, category_id: 7, amount: "265.69", transaction_date: new Date("2023-09-03T17:51:21Z"), notes: "The account was refunded — incomplete case, no further action." },
            { id: 754, user_id: 167, category_id: 3, amount: "774.65", transaction_date: new Date("2022-09-04T13:33:56Z"), notes: "No response from the courier, so the delivery was delayed." },
            { id: 755, user_id: 155, category_id: 10, amount: "1.08", transaction_date: new Date("2023-12-19T16:11:32Z"), notes: "No response from the account owner, so the booking was reopened." },
            { id: 756, user_id: 49, category_id: 2, amount: "20.85", transaction_date: new Date("2023-08-23T20:19:18Z"), notes: "The customer confirmed the details and the request was reviewed." },
            { id: 757, user_id: 159, category_id: 13, amount: "58.13", transaction_date: new Date("2023-06-09T08:41:31Z"), notes: "An urgent follow-up: the account was reopened." },
            { id: 758, user_id: 191, category_id: 1, amount: "50.30", transaction_date: new Date("2023-09-03T17:47:47Z"), notes: "The account owner asked for a change and the ticket was reopened." },
            { id: 759, user_id: 47, category_id: 1, amount: "126.87", transaction_date: new Date("2023-12-18T18:34:21Z"), notes: "The booking was reopened after an unusual check." },
            { id: 760, user_id: 124, category_id: 3, amount: "68.41", transaction_date: new Date("2023-02-18T20:27:18Z"), notes: "The customer asked for a change and the transfer was reviewed." },
            { id: 761, user_id: 198, category_id: 3, amount: "142.38", transaction_date: new Date("2022-10-09T21:26:18Z"), notes: "The invoice was delayed — routine case, no further action." },
        ],
    });
}

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