// Marketing Engagement Tracker (marketing-engagement-tracker) 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.leads), 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.leads.createMany({
        data: [
            { id: 1, first_name: "Fatima", last_name: "Ruiz", email: "fatima.ruiz@example.com", status: "new", created_at: new Date("2023-03-03T18:56:17Z") },
            { id: 2, first_name: "Paula", last_name: "Pereira", email: "paula.pereira@example.org", status: "contacted", created_at: new Date("2023-10-17T11:58:30Z") },
            { id: 3, first_name: "Jonas", last_name: "Tanaka", email: "jonas.tanaka@example.net", status: "contacted", created_at: new Date("2023-02-18T13:36:12Z") },
            { id: 4, first_name: "Ruby", last_name: "Tanaka", email: "ruby.tanaka@example.com", status: "new", created_at: new Date("2023-11-20T09:44:31Z") },
            { id: 5, first_name: "Rosa", last_name: "Almeida", email: "rosa.almeida@example.com", status: "contacted", created_at: new Date("2023-07-20T18:30:02Z") },
            { id: 6, first_name: "Tomas", last_name: "Clark", email: "tomas.clark@example.org", status: "unqualified", created_at: new Date("2023-04-15T14:31:14Z") },
            { id: 7, first_name: "Maya", last_name: "Jensen", email: "maya.jensen@example.com", status: "contacted", created_at: new Date("2023-01-03T02:36:40Z") },
            { id: 8, first_name: "Chloe", last_name: "Jensen", email: "chloe.jensen@example.com", status: "contacted", created_at: new Date("2023-11-20T18:46:11Z") },
            { id: 9, first_name: "Victor", last_name: "Jansen", email: "victor.jansen@example.com", status: "new", created_at: new Date("2023-10-01T15:59:19Z") },
            { id: 10, first_name: "Mila", last_name: "Wright", email: "mila.wright@example.net", status: "qualified", created_at: new Date("2023-04-07T22:37:19Z") },
            { id: 11, first_name: "Marco", last_name: "Davis", email: "marco.davis@example.org", status: "contacted", created_at: new Date("2023-09-04T12:51:26Z") },
            { id: 12, first_name: "Marco", last_name: "Davis", email: "marco.davis@example.com", status: "qualified", created_at: new Date("2023-06-07T19:58:53Z") },
            { id: 13, first_name: "Elena", last_name: "Moreau", email: "elena.moreau@example.com", status: "unqualified", created_at: new Date("2023-05-20T15:48:36Z") },
            { id: 14, first_name: "Yusuf", last_name: "Sousa", email: "yusuf.sousa@example.com", status: "contacted", created_at: new Date("2023-03-01T18:13:55Z") },
            { id: 15, first_name: "Ines", last_name: "Adams", email: "ines.adams@example.net", status: "new", created_at: new Date("2023-05-03T12:12:13Z") },
            { id: 16, first_name: "Leo", last_name: "Nakamura", email: "leo.nakamura@example.org", status: "contacted", created_at: new Date("2023-11-17T19:16:09Z") },
            { id: 17, first_name: "Alice", last_name: "Costa", email: "alice.costa@example.net", status: "unqualified", created_at: new Date("2023-09-10T17:40:25Z") },
            { id: 18, first_name: "Emma", last_name: "Wang", email: "emma.wang@example.com", status: "unqualified", created_at: new Date("2023-05-17T13:27:09Z") },
            { id: 19, first_name: "Theo", last_name: "Fischer", email: "theo.fischer@example.com", status: "qualified", created_at: new Date("2023-06-06T09:52:24Z") },
            { id: 20, first_name: "Oscar", last_name: "Reyes", email: "oscar.reyes@example.com", status: "contacted", created_at: new Date("2023-01-04T20:54:15Z") },
            { id: 21, first_name: "Jonas", last_name: "Khan", email: "jonas.khan@example.org", status: "qualified", created_at: new Date("2023-09-29T16:35:50Z") },
            { id: 22, first_name: "Sam", last_name: "Cruz", email: "sam.cruz@example.net", status: "unqualified", created_at: new Date("2023-08-13T19:03:47Z") },
            { id: 23, first_name: "Lena", last_name: "Novak", email: "lena.novak@example.net", status: "contacted", created_at: new Date("2023-06-14T21:00:05Z") },
            { id: 24, first_name: "Isaac", last_name: "Kaya", email: "isaac.kaya@example.net", status: "qualified", created_at: new Date("2023-11-29T22:15:43Z") },
            { id: 25, first_name: "Mei", last_name: "Vargas", email: "mei.vargas@example.com", status: "qualified", created_at: new Date("2023-12-23T16:44:26Z") },
            { id: 26, first_name: "Tariq", last_name: "Hughes", email: "tariq.hughes@example.org", status: "unqualified", created_at: new Date("2023-09-01T08:26:45Z") },
            { id: 27, first_name: "Mila", last_name: "Hughes", email: "mila.hughes@example.org", status: "contacted", created_at: new Date("2023-08-22T14:24:48Z") },
            { id: 28, first_name: "Ethan", last_name: "Hansen", email: "ethan.hansen@example.org", status: "new", created_at: new Date("2023-12-01T18:30:29Z") },
            { id: 29, first_name: "Marco", last_name: "Jansen", email: "marco.jansen@example.com", status: "unqualified", created_at: new Date("2023-08-25T14:42:43Z") },
            { id: 30, first_name: "Rosa", last_name: "Costa", email: "rosa.costa@example.org", status: "unqualified", created_at: new Date("2023-03-15T10:57:40Z") },
            { id: 31, first_name: "Hannah", last_name: "Silva", email: "hannah.silva@example.net", status: "new", created_at: new Date("2023-08-12T09:07:38Z") },
            { id: 32, first_name: "Tariq", last_name: "Patel", email: "tariq.patel@example.org", status: "contacted", created_at: new Date("2023-05-26T14:20:29Z") },
            { id: 33, first_name: "Mei", last_name: "Chen", email: "mei.chen@example.net", status: "qualified", created_at: new Date("2023-02-19T09:32:46Z") },
            { id: 34, first_name: "Mila", last_name: "Castro", email: "mila.castro@example.com", status: "contacted", created_at: new Date("2023-10-04T12:59:16Z") },
            { id: 35, first_name: "Liam", last_name: "Ali", email: "liam.ali@example.org", status: "new", created_at: new Date("2023-08-19T18:40:32Z") },
            { id: 36, first_name: "Leo", last_name: "Singh", email: "leo.singh@example.com", status: "new", created_at: new Date("2023-08-22T21:32:03Z") },
            { id: 37, first_name: "Priya", last_name: "Jansen", email: "priya.jansen@example.org", status: "new", created_at: new Date("2023-11-24T17:15:37Z") },
            { id: 38, first_name: "Leo", last_name: "Meyer", email: "leo.meyer@example.net", status: "contacted", created_at: new Date("2023-10-10T10:58:36Z") },
            { id: 39, first_name: "Pedro", last_name: "Hansen", email: "pedro.hansen@example.net", status: "qualified", created_at: new Date("2023-05-29T08:22:47Z") },
            { id: 40, first_name: "Lucas", last_name: "Tanaka", email: "lucas.tanaka@example.org", status: "contacted", created_at: new Date("2023-07-18T21:19:14Z") },
            { id: 41, first_name: "Marco", last_name: "Chen", email: "marco.chen@example.net", status: "qualified", created_at: new Date("2023-09-22T10:58:21Z") },
            { id: 42, first_name: "Oscar", last_name: "Ruiz", email: "oscar.ruiz@example.org", status: "contacted", created_at: new Date("2023-06-07T08:32:14Z") },
            { id: 43, first_name: "Mei", last_name: "Silva", email: "mei.silva@example.net", status: "new", created_at: new Date("2023-07-06T17:52:47Z") },
            { id: 44, first_name: "James", last_name: "Vargas", email: "james.vargas@example.com", status: "new", created_at: new Date("2023-09-24T13:59:44Z") },
            { id: 45, first_name: "Laura", last_name: "Garcia", email: "laura.garcia@example.org", status: "contacted", created_at: new Date("2023-12-24T07:22:07Z") },
            { id: 46, first_name: "Anna", last_name: "Johnson", email: "anna.johnson@example.org", status: "new", created_at: new Date("2023-12-16T11:54:48Z") },
            { id: 47, first_name: "Mia", last_name: "Patel", email: "mia.patel@example.net", status: "new", created_at: new Date("2023-05-02T20:12:59Z") },
            { id: 48, first_name: "Mei", last_name: "Kaya", email: "mei.kaya@example.net", status: "new", created_at: new Date("2023-11-07T17:27:29Z") },
            { id: 49, first_name: "Grace", last_name: "Jensen", email: "grace.jensen@example.com", status: "qualified", created_at: new Date("2023-12-18T14:25:59Z") },
            { id: 50, first_name: "Hannah", last_name: "Bauer", email: "hannah.bauer@example.net", status: "qualified", created_at: new Date("2023-04-29T11:49:38Z") },
            { id: 51, first_name: "Maja", last_name: "Wagner", email: "maja.wagner@example.net", status: "unqualified", created_at: new Date("2023-10-06T12:24:11Z") },
            { id: 52, first_name: "Tariq", last_name: "Lee", email: "tariq.lee@example.org", status: "contacted", created_at: new Date("2023-02-07T08:24:09Z") },
            { id: 53, first_name: "Ruby", last_name: "Young", email: "ruby.young@example.com", status: "unqualified", created_at: new Date("2023-05-11T20:45:52Z") },
            { id: 54, first_name: "Deniz", last_name: "Martin", email: "deniz.martin@example.net", status: "contacted", created_at: new Date("2023-04-09T23:46:30Z") },
            { id: 55, first_name: "Fatima", last_name: "Oliveira", email: "fatima.oliveira@example.org", status: "qualified", created_at: new Date("2023-08-11T10:22:48Z") },
            { id: 56, first_name: "Lena", last_name: "Oliveira", email: "lena.oliveira@example.net", status: "unqualified", created_at: new Date("2023-09-19T17:53:13Z") },
            { id: 57, first_name: "Uma", last_name: "Miller", email: "uma.miller@example.com", status: "new", created_at: new Date("2023-03-30T12:34:07Z") },
            { id: 58, first_name: "Elena", last_name: "Moreau", email: "elena.moreau@example.org", status: "unqualified", created_at: new Date("2023-08-11T20:23:25Z") },
            { id: 59, first_name: "Yusuf", last_name: "Brown", email: "yusuf.brown@example.net", status: "unqualified", created_at: new Date("2023-03-07T01:19:29Z") },
            { id: 60, first_name: "Mei", last_name: "Chen", email: "mei.chen@example.org", status: "unqualified", created_at: new Date("2023-10-21T08:02:59Z") },
            { id: 61, first_name: "Anna", last_name: "Miller", email: "anna.miller@example.net", status: "contacted", created_at: new Date("2023-04-22T17:44:53Z") },
            { id: 62, first_name: "Liam", last_name: "Hassan", email: "liam.hassan@example.net", status: "new", created_at: new Date("2023-09-29T13:17:33Z") },
            { id: 63, first_name: "Zara", last_name: "Wang", email: "zara.wang@example.com", status: "new", created_at: new Date("2023-04-11T17:00:41Z") },
            { id: 64, first_name: "Isaac", last_name: "Lopez", email: "isaac.lopez@example.org", status: "new", created_at: new Date("2023-11-21T10:17:01Z") },
            { id: 65, first_name: "Alice", last_name: "Garcia", email: "alice.garcia@example.net", status: "contacted", created_at: new Date("2023-11-01T18:30:34Z") },
            { id: 66, first_name: "Julia", last_name: "Oliveira", email: "julia.oliveira@example.com", status: "qualified", created_at: new Date("2023-08-05T14:35:50Z") },
            { id: 67, first_name: "Chen", last_name: "Bennett", email: "chen.bennett@example.org", status: "new", created_at: new Date("2023-08-09T08:02:25Z") },
            { id: 68, first_name: "Ben", last_name: "Adams", email: "ben.adams@example.org", status: "qualified", created_at: new Date("2023-05-15T11:50:55Z") },
            { id: 69, first_name: "Jonas", last_name: "Pereira", email: "jonas.pereira@example.net", status: "unqualified", created_at: new Date("2023-11-19T17:42:34Z") },
            { id: 70, first_name: "Carla", last_name: "Wilson", email: "carla.wilson@example.com", status: "contacted", created_at: new Date("2023-11-08T10:07:40Z") },
            { id: 71, first_name: "Ana", last_name: "Bennett", email: "ana.bennett@example.com", status: "contacted", created_at: new Date("2023-04-04T20:37:17Z") },
            { id: 72, first_name: "Elif", last_name: "Costa", email: "elif.costa@example.net", status: "contacted", created_at: new Date("2023-10-07T18:22:39Z") },
            { id: 73, first_name: "Carla", last_name: "Torres", email: "carla.torres@example.net", status: "unqualified", created_at: new Date("2023-11-30T21:51:41Z") },
            { id: 74, first_name: "Mei", last_name: "Diaz", email: "mei.diaz@example.net", status: "qualified", created_at: new Date("2023-02-13T18:46:32Z") },
            { id: 75, first_name: "Carla", last_name: "Young", email: "carla.young@example.org", status: "qualified", created_at: new Date("2023-06-29T06:31:51Z") },
            { id: 76, first_name: "Tariq", last_name: "Shah", email: "tariq.shah@example.net", status: "new", created_at: new Date("2023-03-14T16:50:21Z") },
            { id: 77, first_name: "Lucas", last_name: "Pereira", email: "lucas.pereira@example.net", status: "qualified", created_at: new Date("2023-10-06T22:42:50Z") },
            { id: 78, first_name: "Sofia", last_name: "Dubois", email: "sofia.dubois@example.org", status: "unqualified", created_at: new Date("2023-09-18T16:40:25Z") },
            { id: 79, first_name: "Yara", last_name: "Johnson", email: "yara.johnson@example.net", status: "unqualified", created_at: new Date("2023-08-17T12:27:56Z") },
            { id: 80, first_name: "Marco", last_name: "Novak", email: "marco.novak@example.net", status: "new", created_at: new Date("2023-09-16T22:12:44Z") },
            { id: 81, first_name: "Hannah", last_name: "Torres", email: "hannah.torres@example.org", status: "unqualified", created_at: new Date("2023-07-10T18:28:20Z") },
            { id: 82, first_name: "Leo", last_name: "Nakamura", email: "leo.nakamura@example.org", status: "new", created_at: new Date("2023-08-03T21:00:03Z") },
            { id: 83, first_name: "Grace", last_name: "Ibrahim", email: "grace.ibrahim@example.com", status: "new", created_at: new Date("2023-06-04T11:14:00Z") },
            { id: 84, first_name: "Jade", last_name: "Carter", email: "jade.carter@example.org", status: "qualified", created_at: new Date("2023-07-06T16:51:57Z") },
            { id: 85, first_name: "Liam", last_name: "Lopez", email: "liam.lopez@example.org", status: "unqualified", created_at: new Date("2023-01-12T14:18:42Z") },
            { id: 86, first_name: "Ben", last_name: "Hoffmann", email: "ben.hoffmann@example.com", status: "contacted", created_at: new Date("2023-02-13T07:25:25Z") },
            { id: 87, first_name: "Jonas", last_name: "Larsen", email: "jonas.larsen@example.net", status: "contacted", created_at: new Date("2023-02-12T16:59:11Z") },
            { id: 88, first_name: "Victor", last_name: "Johnson", email: "victor.johnson@example.org", status: "unqualified", created_at: new Date("2023-07-13T20:31:11Z") },
            { id: 89, first_name: "Anna", last_name: "Gomez", email: "anna.gomez@example.com", status: "qualified", created_at: new Date("2023-02-26T11:29:10Z") },
            { id: 90, first_name: "Jonas", last_name: "Cruz", email: "jonas.cruz@example.net", status: "unqualified", created_at: new Date("2023-07-10T15:33:30Z") },
            { id: 91, first_name: "Fatima", last_name: "Sousa", email: "fatima.sousa@example.com", status: "unqualified", created_at: new Date("2023-02-08T19:01:34Z") },
            { id: 92, first_name: "Maya", last_name: "Kowalski", email: "maya.kowalski@example.net", status: "qualified", created_at: new Date("2023-09-18T12:32:44Z") },
            { id: 93, first_name: "Anna", last_name: "Vargas", email: "anna.vargas@example.com", status: "unqualified", created_at: new Date("2023-05-26T18:24:33Z") },
            { id: 94, first_name: "Andre", last_name: "Klein", email: "andre.klein@example.com", status: "new", created_at: new Date("2023-09-27T18:43:05Z") },
            { id: 95, first_name: "Leo", last_name: "Young", email: "leo.young@example.org", status: "unqualified", created_at: new Date("2023-04-11T19:18:31Z") },
            { id: 96, first_name: "Wei", last_name: "Ruiz", email: "wei.ruiz@example.com", status: "contacted", created_at: new Date("2023-09-28T15:54:44Z") },
            { id: 97, first_name: "Elena", last_name: "Sato", email: "elena.sato@example.org", status: "contacted", created_at: new Date("2023-04-05T17:16:36Z") },
            { id: 98, first_name: "Ravi", last_name: "Bauer", email: "ravi.bauer@example.net", status: "unqualified", created_at: new Date("2023-01-09T14:36:13Z") },
            { id: 99, first_name: "Alice", last_name: "Gomez", email: "alice.gomez@example.org", status: "qualified", created_at: new Date("2023-03-03T10:18:21Z") },
            { id: 100, first_name: "Ivan", last_name: "Flores", email: "ivan.flores@example.com", status: "qualified", created_at: new Date("2023-04-17T19:33:28Z") },
            { id: 101, first_name: "Jonas", last_name: "Dubois", email: "jonas.dubois@example.org", status: "qualified", created_at: new Date("2023-07-24T12:02:55Z") },
            { id: 102, first_name: "Rosa", last_name: "Adams", email: "rosa.adams@example.com", status: "new", created_at: new Date("2023-11-19T11:15:15Z") },
            { id: 103, first_name: "Zoe", last_name: "Cruz", email: "zoe.cruz@example.com", status: "new", created_at: new Date("2023-08-07T14:51:38Z") },
            { id: 104, first_name: "Elena", last_name: "Schneider", email: "elena.schneider@example.com", status: "new", created_at: new Date("2023-08-15T20:24:24Z") },
            { id: 105, first_name: "Hugo", last_name: "Becker", email: "hugo.becker@example.com", status: "qualified", created_at: new Date("2023-04-30T18:32:54Z") },
            { id: 106, first_name: "Liam", last_name: "Baker", email: "liam.baker@example.net", status: "qualified", created_at: new Date("2023-06-30T15:18:43Z") },
            { id: 107, first_name: "Fatima", last_name: "Weber", email: "fatima.weber@example.net", status: "contacted", created_at: new Date("2023-06-22T11:41:14Z") },
            { id: 108, first_name: "Maya", last_name: "Johnson", email: "maya.johnson@example.com", status: "qualified", created_at: new Date("2023-05-11T18:48:49Z") },
            { id: 109, first_name: "Yara", last_name: "Tanaka", email: "yara.tanaka@example.com", status: "new", created_at: new Date("2023-11-07T08:45:38Z") },
            { id: 110, first_name: "Ivan", last_name: "Carter", email: "ivan.carter@example.com", status: "contacted", created_at: new Date("2023-01-25T07:33:04Z") },
            { id: 111, first_name: "Hannah", last_name: "Evans", email: "hannah.evans@example.org", status: "new", created_at: new Date("2023-09-01T10:18:22Z") },
            { id: 112, first_name: "Grace", last_name: "Gomez", email: "grace.gomez@example.org", status: "contacted", created_at: new Date("2023-07-07T13:20:14Z") },
            { id: 113, first_name: "Felix", last_name: "Ali", email: "felix.ali@example.net", status: "new", created_at: new Date("2023-05-14T12:28:13Z") },
            { id: 114, first_name: "Carla", last_name: "Hughes", email: "carla.hughes@example.com", status: "qualified", created_at: new Date("2023-08-05T18:18:29Z") },
            { id: 115, first_name: "Fatima", last_name: "Johnson", email: "fatima.johnson@example.com", status: "contacted", created_at: new Date("2023-04-05T14:59:07Z") },
            { id: 116, first_name: "Rosa", last_name: "Smith", email: "rosa.smith@example.com", status: "qualified", created_at: new Date("2023-08-15T15:40:00Z") },
            { id: 117, first_name: "Paula", last_name: "Lopez", email: "paula.lopez@example.org", status: "unqualified", created_at: new Date("2023-07-30T16:31:41Z") },
            { id: 118, first_name: "Ethan", last_name: "Bennett", email: "ethan.bennett@example.org", status: "unqualified", created_at: new Date("2023-11-08T07:42:39Z") },
            { id: 119, first_name: "Rafael", last_name: "Fischer", email: "rafael.fischer@example.net", status: "new", created_at: new Date("2023-09-23T15:02:24Z") },
            { id: 120, first_name: "Sven", last_name: "Novak", email: "sven.novak@example.com", status: "unqualified", created_at: new Date("2023-02-27T05:53:27Z") },
            { id: 121, first_name: "Olivia", last_name: "Hansen", email: "olivia.hansen@example.com", status: "contacted", created_at: new Date("2023-02-21T20:13:19Z") },
            { id: 122, first_name: "Emma", last_name: "Hoffmann", email: "emma.hoffmann@example.org", status: "new", created_at: new Date("2023-04-18T16:31:09Z") },
            { id: 123, first_name: "Lina", last_name: "Brown", email: "lina.brown@example.org", status: "new", created_at: new Date("2023-10-23T09:39:21Z") },
            { id: 124, first_name: "Alice", last_name: "Pereira", email: "alice.pereira@example.com", status: "qualified", created_at: new Date("2023-03-21T23:59:53Z") },
            { id: 125, first_name: "Hannah", last_name: "Oliveira", email: "hannah.oliveira@example.org", status: "contacted", created_at: new Date("2023-01-07T14:41:21Z") },
            { id: 126, first_name: "Ana", last_name: "Wright", email: "ana.wright@example.org", status: "qualified", created_at: new Date("2023-04-15T09:02:06Z") },
            { id: 127, first_name: "Grace", last_name: "Schmidt", email: "grace.schmidt@example.com", status: "unqualified", created_at: new Date("2023-06-16T18:43:33Z") },
            { id: 128, first_name: "Lina", last_name: "Mendes", email: "lina.mendes@example.net", status: "qualified", created_at: new Date("2023-03-23T12:21:32Z") },
            { id: 129, first_name: "Sven", last_name: "Gomez", email: "sven.gomez@example.com", status: "contacted", created_at: new Date("2023-02-25T11:39:11Z") },
            { id: 130, first_name: "Emma", last_name: "Schneider", email: "emma.schneider@example.org", status: "new", created_at: new Date("2023-09-30T17:20:33Z") },
            { id: 131, first_name: "Selin", last_name: "Brown", email: "selin.brown@example.org", status: "qualified", created_at: new Date("2023-10-14T18:06:42Z") },
            { id: 132, first_name: "Felix", last_name: "Kumar", email: "felix.kumar@example.net", status: "new", created_at: new Date("2023-10-28T21:55:44Z") },
            { id: 133, first_name: "Paula", last_name: "Torres", email: "paula.torres@example.net", status: "qualified", created_at: new Date("2023-06-23T20:18:13Z") },
            { id: 134, first_name: "Andre", last_name: "Wagner", email: "andre.wagner@example.org", status: "unqualified", created_at: new Date("2023-06-08T05:30:59Z") },
            { id: 135, first_name: "Tariq", last_name: "Jansen", email: "tariq.jansen@example.org", status: "qualified", created_at: new Date("2023-12-19T18:47:44Z") },
            { id: 136, first_name: "Rosa", last_name: "Johnson", email: "rosa.johnson@example.net", status: "new", created_at: new Date("2023-03-20T19:00:42Z") },
            { id: 137, first_name: "Wei", last_name: "Nakamura", email: "wei.nakamura@example.org", status: "qualified", created_at: new Date("2023-04-21T17:32:55Z") },
            { id: 138, first_name: "Ruby", last_name: "Hassan", email: "ruby.hassan@example.org", status: "contacted", created_at: new Date("2023-04-17T12:14:46Z") },
            { id: 139, first_name: "Elif", last_name: "Ibrahim", email: "elif.ibrahim@example.net", status: "new", created_at: new Date("2023-09-18T20:14:06Z") },
            { id: 140, first_name: "Victor", last_name: "Khan", email: "victor.khan@example.net", status: "new", created_at: new Date("2023-08-16T09:14:36Z") },
            { id: 141, first_name: "Anna", last_name: "Johnson", email: "anna.johnson@example.org", status: "qualified", created_at: new Date("2023-01-15T17:26:04Z") },
            { id: 142, first_name: "Kai", last_name: "Ruiz", email: "kai.ruiz@example.com", status: "unqualified", created_at: new Date("2023-11-21T18:01:13Z") },
            { id: 143, first_name: "Andre", last_name: "Larsen", email: "andre.larsen@example.org", status: "new", created_at: new Date("2023-10-11T20:21:38Z") },
            { id: 144, first_name: "Nadia", last_name: "Hoffmann", email: "nadia.hoffmann@example.net", status: "contacted", created_at: new Date("2023-05-05T20:09:11Z") },
            { id: 145, first_name: "Chloe", last_name: "Ali", email: "chloe.ali@example.com", status: "contacted", created_at: new Date("2023-09-18T16:55:11Z") },
            { id: 146, first_name: "Elif", last_name: "Flores", email: "elif.flores@example.com", status: "new", created_at: new Date("2023-05-09T21:01:50Z") },
            { id: 147, first_name: "Tariq", last_name: "Kowalski", email: "tariq.kowalski@example.net", status: "new", created_at: new Date("2023-01-26T19:42:24Z") },
            { id: 148, first_name: "Maria", last_name: "Schmidt", email: "maria.schmidt@example.net", status: "unqualified", created_at: new Date("2023-08-05T19:47:07Z") },
            { id: 149, first_name: "Ben", last_name: "Ahmed", email: "ben.ahmed@example.com", status: "qualified", created_at: new Date("2023-08-13T19:32:24Z") },
            { id: 150, first_name: "Mateo", last_name: "Evans", email: "mateo.evans@example.net", status: "unqualified", created_at: new Date("2023-10-19T08:30:33Z") },
            { id: 151, first_name: "Diego", last_name: "Ibrahim", email: "diego.ibrahim@example.net", status: "qualified", created_at: new Date("2023-06-11T21:47:25Z") },
            { id: 152, first_name: "Marco", last_name: "Oliveira", email: "marco.oliveira@example.com", status: "new", created_at: new Date("2023-09-09T18:53:59Z") },
            { id: 153, first_name: "Victor", last_name: "Kumar", email: "victor.kumar@example.com", status: "unqualified", created_at: new Date("2023-02-03T19:36:04Z") },
            { id: 154, first_name: "Mohamed", last_name: "Becker", email: "mohamed.becker@example.net", status: "contacted", created_at: new Date("2023-01-24T00:52:14Z") },
            { id: 155, first_name: "Hugo", last_name: "Lopez", email: "hugo.lopez@example.org", status: "qualified", created_at: new Date("2023-12-06T17:05:20Z") },
            { id: 156, first_name: "Lucas", last_name: "Andersen", email: "lucas.andersen@example.com", status: "qualified", created_at: new Date("2023-07-23T10:00:06Z") },
            { id: 157, first_name: "Ana", last_name: "Hansen", email: "ana.hansen@example.com", status: "new", created_at: new Date("2023-05-22T17:16:15Z") },
            { id: 158, first_name: "Ethan", last_name: "Hassan", email: "ethan.hassan@example.com", status: "unqualified", created_at: new Date("2023-03-12T20:20:47Z") },
            { id: 159, first_name: "Felix", last_name: "Bennett", email: "felix.bennett@example.com", status: "qualified", created_at: new Date("2023-09-06T14:26:32Z") },
            { id: 160, first_name: "Jack", last_name: "Walker", email: "jack.walker@example.org", status: "qualified", created_at: new Date("2023-12-21T12:07:10Z") },
            { id: 161, first_name: "Zara", last_name: "Martin", email: "zara.martin@example.org", status: "unqualified", created_at: new Date("2023-07-10T10:12:37Z") },
            { id: 162, first_name: "Tariq", last_name: "Gomez", email: "tariq.gomez@example.net", status: "contacted", created_at: new Date("2023-12-28T18:53:00Z") },
            { id: 163, first_name: "Liam", last_name: "Kaya", email: "liam.kaya@example.net", status: "unqualified", created_at: new Date("2023-01-03T12:50:23Z") },
            { id: 164, first_name: "Tomas", last_name: "Nakamura", email: "tomas.nakamura@example.net", status: "new", created_at: new Date("2023-06-28T13:56:00Z") },
            { id: 165, first_name: "Pedro", last_name: "Lopez", email: "pedro.lopez@example.com", status: "new", created_at: new Date("2023-10-24T12:30:05Z") },
            { id: 166, first_name: "Priya", last_name: "Lee", email: "priya.lee@example.org", status: "qualified", created_at: new Date("2023-08-15T09:15:06Z") },
            { id: 167, first_name: "Sofia", last_name: "Patel", email: "sofia.patel@example.org", status: "contacted", created_at: new Date("2023-07-17T16:24:51Z") },
            { id: 168, first_name: "Sara", last_name: "Evans", email: "sara.evans@example.com", status: "new", created_at: new Date("2023-05-03T16:15:58Z") },
            { id: 169, first_name: "Zoe", last_name: "Yilmaz", email: "zoe.yilmaz@example.com", status: "unqualified", created_at: new Date("2023-07-31T20:19:06Z") },
            { id: 170, first_name: "Maria", last_name: "Nguyen", email: "maria.nguyen@example.com", status: "unqualified", created_at: new Date("2023-04-12T17:33:37Z") },
            { id: 171, first_name: "Sven", last_name: "Ibrahim", email: "sven.ibrahim@example.org", status: "qualified", created_at: new Date("2023-08-18T07:36:31Z") },
            { id: 172, first_name: "Maya", last_name: "Kumar", email: "maya.kumar@example.net", status: "contacted", created_at: new Date("2023-06-11T15:32:10Z") },
            { id: 173, first_name: "Omar", last_name: "Meyer", email: "omar.meyer@example.com", status: "unqualified", created_at: new Date("2023-02-14T10:50:27Z") },
            { id: 174, first_name: "Elif", last_name: "Klein", email: "elif.klein@example.org", status: "qualified", created_at: new Date("2023-03-06T18:34:34Z") },
            { id: 175, first_name: "Elena", last_name: "Patel", email: "elena.patel@example.org", status: "qualified", created_at: new Date("2023-11-28T21:00:36Z") },
            { id: 176, first_name: "Uma", last_name: "Weber", email: "uma.weber@example.com", status: "contacted", created_at: new Date("2023-12-12T21:54:33Z") },
            { id: 177, first_name: "Sven", last_name: "Ali", email: "sven.ali@example.net", status: "contacted", created_at: new Date("2023-04-24T14:32:38Z") },
            { id: 178, first_name: "Oscar", last_name: "Pereira", email: "oscar.pereira@example.com", status: "new", created_at: new Date("2023-08-16T09:32:26Z") },
            { id: 179, first_name: "Victor", last_name: "Vargas", email: "victor.vargas@example.net", status: "unqualified", created_at: new Date("2023-11-09T17:08:01Z") },
            { id: 180, first_name: "Carla", last_name: "Weber", email: "carla.weber@example.net", status: "unqualified", created_at: new Date("2023-04-21T20:34:25Z") },
            { id: 181, first_name: "James", last_name: "Demir", email: "james.demir@example.net", status: "new", created_at: new Date("2023-06-19T01:43:43Z") },
            { id: 182, first_name: "Jonas", last_name: "Sousa", email: "jonas.sousa@example.net", status: "unqualified", created_at: new Date("2023-03-06T13:25:41Z") },
            { id: 183, first_name: "Tariq", last_name: "Wilson", email: "tariq.wilson@example.net", status: "new", created_at: new Date("2023-01-29T20:29:40Z") },
            { id: 184, first_name: "Rafael", last_name: "Tanaka", email: "rafael.tanaka@example.net", status: "contacted", created_at: new Date("2023-09-26T12:07:29Z") },
            { id: 185, first_name: "Hugo", last_name: "Torres", email: "hugo.torres@example.net", status: "new", created_at: new Date("2023-10-03T18:17:09Z") },
            { id: 186, first_name: "Victor", last_name: "Kumar", email: "victor.kumar@example.org", status: "contacted", created_at: new Date("2023-11-09T18:37:41Z") },
            { id: 187, first_name: "Ben", last_name: "Kowalski", email: "ben.kowalski@example.net", status: "contacted", created_at: new Date("2023-12-21T14:46:36Z") },
            { id: 188, first_name: "Arjun", last_name: "Wilson", email: "arjun.wilson@example.com", status: "unqualified", created_at: new Date("2023-12-27T02:21:21Z") },
            { id: 189, first_name: "Sam", last_name: "Pereira", email: "sam.pereira@example.org", status: "unqualified", created_at: new Date("2023-03-15T13:39:24Z") },
            { id: 190, first_name: "Amir", last_name: "Clark", email: "amir.clark@example.com", status: "contacted", created_at: new Date("2023-01-08T20:48:41Z") },
            { id: 191, first_name: "James", last_name: "Nakamura", email: "james.nakamura@example.org", status: "qualified", created_at: new Date("2023-01-03T19:14:36Z") },
            { id: 192, first_name: "Theo", last_name: "Shah", email: "theo.shah@example.com", status: "contacted", created_at: new Date("2023-07-25T17:21:29Z") },
            { id: 193, first_name: "Victor", last_name: "Yilmaz", email: "victor.yilmaz@example.org", status: "new", created_at: new Date("2023-09-25T11:24:20Z") },
            { id: 194, first_name: "Sven", last_name: "Evans", email: "sven.evans@example.org", status: "qualified", created_at: new Date("2023-08-15T06:24:58Z") },
            { id: 195, first_name: "Felix", last_name: "Zhang", email: "felix.zhang@example.com", status: "unqualified", created_at: new Date("2023-06-03T09:49:51Z") },
            { id: 196, first_name: "Paula", last_name: "Castro", email: "paula.castro@example.net", status: "new", created_at: new Date("2023-09-28T16:59:47Z") },
            { id: 197, first_name: "Zoe", last_name: "Nakamura", email: "zoe.nakamura@example.com", status: "contacted", created_at: new Date("2023-07-25T15:34:04Z") },
            { id: 198, first_name: "Olivia", last_name: "Clark", email: "olivia.clark@example.org", status: "qualified", created_at: new Date("2023-10-06T11:07:47Z") },
            { id: 199, first_name: "Noah", last_name: "Patel", email: "noah.patel@example.com", status: "unqualified", created_at: new Date("2023-04-21T01:08:41Z") },
            { id: 200, first_name: "Ibrahim", last_name: "Demir", email: "ibrahim.demir@example.com", status: "unqualified", created_at: new Date("2023-06-26T19:56:57Z") },
        ],
    });
    await prisma.activities.createMany({
        data: [
            { id: 1, activity_type: "meeting", lead_id: 76, activity_date: new Date("2023-08-30T12:11:32Z"), outcome: "not interested", duration_minutes: 53 },
            { id: 2, activity_type: "meeting", lead_id: 7, activity_date: new Date("2023-02-18T12:31:25Z"), outcome: "not interested", duration_minutes: 65 },
            { id: 3, activity_type: "email", lead_id: 137, activity_date: new Date("2023-10-17T10:55:09Z"), outcome: "follow-up needed", duration_minutes: 73 },
            { id: 4, activity_type: "meeting", lead_id: 34, activity_date: new Date("2023-05-20T15:39:47Z"), outcome: "not interested", duration_minutes: 73 },
            { id: 5, activity_type: "email", lead_id: 64, activity_date: new Date("2023-06-16T08:17:04Z"), outcome: "successful", duration_minutes: 66 },
            { id: 6, activity_type: "email", lead_id: 69, activity_date: new Date("2023-04-10T15:22:37Z"), outcome: "successful", duration_minutes: 58 },
            { id: 7, activity_type: "email", lead_id: 162, activity_date: new Date("2023-07-10T10:47:04Z"), outcome: "follow-up needed", duration_minutes: 72 },
            { id: 8, activity_type: "call", lead_id: 68, activity_date: new Date("2023-10-10T13:25:57Z"), outcome: "not interested", duration_minutes: 63 },
            { id: 9, activity_type: "webinar", lead_id: 84, activity_date: new Date("2023-01-02T17:18:06Z"), outcome: "not interested", duration_minutes: 70 },
            { id: 10, activity_type: "meeting", lead_id: 112, activity_date: new Date("2023-08-02T13:41:23Z"), outcome: "successful", duration_minutes: 69 },
            { id: 11, activity_type: "email", lead_id: 191, activity_date: new Date("2023-09-06T13:51:21Z"), outcome: "successful", duration_minutes: 48 },
            { id: 12, activity_type: "email", lead_id: 73, activity_date: new Date("2023-01-20T13:28:53Z"), outcome: "follow-up needed", duration_minutes: 86 },
            { id: 13, activity_type: "email", lead_id: 55, activity_date: new Date("2023-10-27T14:05:16Z"), outcome: "follow-up needed", duration_minutes: 84 },
            { id: 14, activity_type: "email", lead_id: 170, activity_date: new Date("2023-02-15T12:01:51Z"), outcome: "not interested", duration_minutes: 80 },
            { id: 15, activity_type: "meeting", lead_id: 38, activity_date: new Date("2023-10-13T19:22:24Z"), outcome: "not interested", duration_minutes: 72 },
            { id: 16, activity_type: "call", lead_id: 13, activity_date: new Date("2023-03-16T06:11:16Z"), outcome: "successful", duration_minutes: 96 },
            { id: 17, activity_type: "email", lead_id: 136, activity_date: new Date("2023-08-12T13:55:52Z"), outcome: "successful", duration_minutes: 75 },
            { id: 18, activity_type: "call", lead_id: 62, activity_date: new Date("2023-08-26T16:13:49Z"), outcome: "not interested", duration_minutes: 64 },
            { id: 19, activity_type: "meeting", lead_id: 64, activity_date: new Date("2023-08-20T14:30:40Z"), outcome: "follow-up needed", duration_minutes: 86 },
            { id: 20, activity_type: "email", lead_id: 10, activity_date: new Date("2023-04-01T19:55:58Z"), outcome: "not interested", duration_minutes: 94 },
            { id: 21, activity_type: "meeting", lead_id: 91, activity_date: new Date("2023-11-21T10:20:44Z"), outcome: "successful", duration_minutes: 48 },
            { id: 22, activity_type: "email", lead_id: 71, activity_date: new Date("2023-04-08T11:34:20Z"), outcome: "follow-up needed", duration_minutes: 59 },
            { id: 23, activity_type: "email", lead_id: 175, activity_date: new Date("2023-01-04T17:37:02Z"), outcome: "successful", duration_minutes: 56 },
            { id: 24, activity_type: "meeting", lead_id: 58, activity_date: new Date("2023-10-27T09:15:56Z"), outcome: "successful", duration_minutes: 86 },
            { id: 25, activity_type: "call", lead_id: 91, activity_date: new Date("2023-11-30T16:33:15Z"), outcome: "follow-up needed", duration_minutes: 108 },
            { id: 26, activity_type: "call", lead_id: 10, activity_date: new Date("2023-04-05T15:57:38Z"), outcome: "successful", duration_minutes: 47 },
            { id: 27, activity_type: "call", lead_id: 145, activity_date: new Date("2023-10-10T11:26:07Z"), outcome: "follow-up needed", duration_minutes: 78 },
            { id: 28, activity_type: "email", lead_id: 196, activity_date: new Date("2023-12-05T10:53:11Z"), outcome: "follow-up needed", duration_minutes: 62 },
            { id: 29, activity_type: "meeting", lead_id: 64, activity_date: new Date("2023-07-28T20:15:23Z"), outcome: "follow-up needed", duration_minutes: 63 },
            { id: 30, activity_type: "email", lead_id: 2, activity_date: new Date("2023-05-21T10:47:31Z"), outcome: "follow-up needed", duration_minutes: 102 },
            { id: 31, activity_type: "email", lead_id: 11, activity_date: new Date("2023-05-16T10:43:47Z"), outcome: "not interested", duration_minutes: 77 },
            { id: 32, activity_type: "email", lead_id: 77, activity_date: new Date("2023-04-09T09:20:42Z"), outcome: "successful", duration_minutes: 58 },
            { id: 33, activity_type: "email", lead_id: 132, activity_date: new Date("2023-01-02T09:49:27Z"), outcome: "successful", duration_minutes: 58 },
            { id: 34, activity_type: "call", lead_id: 98, activity_date: new Date("2023-07-04T13:10:09Z"), outcome: "successful", duration_minutes: 37 },
            { id: 35, activity_type: "email", lead_id: 117, activity_date: new Date("2023-01-22T20:54:03Z"), outcome: "successful", duration_minutes: 85 },
            { id: 36, activity_type: "call", lead_id: 28, activity_date: new Date("2023-07-24T13:03:55Z"), outcome: "not interested", duration_minutes: 74 },
            { id: 37, activity_type: "email", lead_id: 120, activity_date: new Date("2023-05-04T13:38:43Z"), outcome: "follow-up needed", duration_minutes: 83 },
            { id: 38, activity_type: "email", lead_id: 187, activity_date: new Date("2023-08-21T09:00:45Z"), outcome: "not interested", duration_minutes: 70 },
            { id: 39, activity_type: "email", lead_id: 110, activity_date: new Date("2023-01-23T16:20:27Z"), outcome: "successful", duration_minutes: 72 },
            { id: 40, activity_type: "email", lead_id: 135, activity_date: new Date("2023-10-13T10:16:57Z"), outcome: "successful", duration_minutes: 77 },
            { id: 41, activity_type: "email", lead_id: 198, activity_date: new Date("2023-07-05T14:47:13Z"), outcome: "successful", duration_minutes: 72 },
            { id: 42, activity_type: "call", lead_id: 25, activity_date: new Date("2023-03-27T20:14:29Z"), outcome: "follow-up needed", duration_minutes: 61 },
            { id: 43, activity_type: "call", lead_id: 67, activity_date: new Date("2023-10-28T13:29:23Z"), outcome: "follow-up needed", duration_minutes: 76 },
            { id: 44, activity_type: "meeting", lead_id: 176, activity_date: new Date("2023-05-09T14:23:49Z"), outcome: "follow-up needed", duration_minutes: 81 },
            { id: 45, activity_type: "call", lead_id: 98, activity_date: new Date("2023-08-06T10:15:39Z"), outcome: "successful", duration_minutes: 75 },
            { id: 46, activity_type: "email", lead_id: 30, activity_date: new Date("2023-04-06T11:32:21Z"), outcome: "follow-up needed", duration_minutes: 57 },
            { id: 47, activity_type: "email", lead_id: 137, activity_date: new Date("2023-01-16T11:41:29Z"), outcome: "follow-up needed", duration_minutes: 57 },
            { id: 48, activity_type: "call", lead_id: 156, activity_date: new Date("2023-08-26T14:36:17Z"), outcome: "follow-up needed", duration_minutes: 45 },
            { id: 49, activity_type: "email", lead_id: 137, activity_date: new Date("2023-04-03T20:20:57Z"), outcome: "not interested", duration_minutes: 75 },
            { id: 50, activity_type: "call", lead_id: 136, activity_date: new Date("2023-09-26T14:17:36Z"), outcome: "not interested", duration_minutes: 76 },
            { id: 51, activity_type: "meeting", lead_id: 40, activity_date: new Date("2023-10-31T16:00:19Z"), outcome: "successful", duration_minutes: 62 },
            { id: 52, activity_type: "meeting", lead_id: 117, activity_date: new Date("2023-10-06T15:57:06Z"), outcome: "successful", duration_minutes: 77 },
            { id: 53, activity_type: "call", lead_id: 187, activity_date: new Date("2023-02-18T10:13:14Z"), outcome: "follow-up needed", duration_minutes: 55 },
            { id: 54, activity_type: "call", lead_id: 38, activity_date: new Date("2023-06-03T09:32:23Z"), outcome: "not interested", duration_minutes: 60 },
            { id: 55, activity_type: "webinar", lead_id: 200, activity_date: new Date("2023-01-22T16:27:30Z"), outcome: "not interested", duration_minutes: 68 },
            { id: 56, activity_type: "webinar", lead_id: 125, activity_date: new Date("2023-01-10T13:16:34Z"), outcome: "successful", duration_minutes: 35 },
            { id: 57, activity_type: "email", lead_id: 106, activity_date: new Date("2023-05-25T12:38:36Z"), outcome: "successful", duration_minutes: 48 },
            { id: 58, activity_type: "call", lead_id: 126, activity_date: new Date("2023-07-07T11:35:22Z"), outcome: "follow-up needed", duration_minutes: 30 },
            { id: 59, activity_type: "call", lead_id: 32, activity_date: new Date("2023-06-23T14:56:19Z"), outcome: "follow-up needed", duration_minutes: 61 },
            { id: 60, activity_type: "email", lead_id: 163, activity_date: new Date("2023-01-20T12:45:29Z"), outcome: "follow-up needed", duration_minutes: 79 },
            { id: 61, activity_type: "webinar", lead_id: 138, activity_date: new Date("2023-02-18T10:54:23Z"), outcome: "follow-up needed", duration_minutes: 79 },
            { id: 62, activity_type: "meeting", lead_id: 60, activity_date: new Date("2023-08-24T12:09:28Z"), outcome: "successful", duration_minutes: 58 },
            { id: 63, activity_type: "call", lead_id: 161, activity_date: new Date("2023-06-09T18:14:23Z"), outcome: "not interested", duration_minutes: 57 },
            { id: 64, activity_type: "email", lead_id: 8, activity_date: new Date("2023-08-20T17:03:40Z"), outcome: "successful", duration_minutes: 80 },
            { id: 65, activity_type: "meeting", lead_id: 32, activity_date: new Date("2023-12-06T08:40:46Z"), outcome: "not interested", duration_minutes: 60 },
            { id: 66, activity_type: "email", lead_id: 119, activity_date: new Date("2023-06-24T10:03:43Z"), outcome: "follow-up needed", duration_minutes: 110 },
            { id: 67, activity_type: "meeting", lead_id: 3, activity_date: new Date("2023-10-21T18:14:29Z"), outcome: "follow-up needed", duration_minutes: 62 },
            { id: 68, activity_type: "email", lead_id: 175, activity_date: new Date("2023-03-14T13:54:23Z"), outcome: "follow-up needed", duration_minutes: 77 },
            { id: 69, activity_type: "call", lead_id: 29, activity_date: new Date("2023-10-09T11:00:29Z"), outcome: "successful", duration_minutes: 73 },
            { id: 70, activity_type: "call", lead_id: 118, activity_date: new Date("2023-01-06T12:11:24Z"), outcome: "follow-up needed", duration_minutes: 62 },
            { id: 71, activity_type: "call", lead_id: 150, activity_date: new Date("2023-12-12T15:41:22Z"), outcome: "follow-up needed", duration_minutes: 36 },
            { id: 72, activity_type: "meeting", lead_id: 196, activity_date: new Date("2023-03-27T17:27:55Z"), outcome: "not interested", duration_minutes: 92 },
            { id: 73, activity_type: "webinar", lead_id: 117, activity_date: new Date("2023-03-02T08:21:52Z"), outcome: "successful", duration_minutes: 79 },
            { id: 74, activity_type: "email", lead_id: 21, activity_date: new Date("2023-09-17T16:37:05Z"), outcome: "successful", duration_minutes: 52 },
            { id: 75, activity_type: "webinar", lead_id: 166, activity_date: new Date("2023-03-28T16:53:39Z"), outcome: "follow-up needed", duration_minutes: 53 },
            { id: 76, activity_type: "email", lead_id: 140, activity_date: new Date("2023-05-22T15:38:17Z"), outcome: "successful", duration_minutes: 57 },
            { id: 77, activity_type: "email", lead_id: 24, activity_date: new Date("2023-08-10T12:44:27Z"), outcome: "follow-up needed", duration_minutes: 55 },
            { id: 78, activity_type: "email", lead_id: 161, activity_date: new Date("2023-12-20T07:42:42Z"), outcome: "follow-up needed", duration_minutes: 49 },
            { id: 79, activity_type: "call", lead_id: 78, activity_date: new Date("2023-08-01T15:14:05Z"), outcome: "successful", duration_minutes: 88 },
            { id: 80, activity_type: "meeting", lead_id: 197, activity_date: new Date("2023-12-22T11:28:30Z"), outcome: "follow-up needed", duration_minutes: 69 },
            { id: 81, activity_type: "call", lead_id: 128, activity_date: new Date("2023-12-20T10:19:04Z"), outcome: "successful", duration_minutes: 65 },
            { id: 82, activity_type: "webinar", lead_id: 174, activity_date: new Date("2023-05-03T09:22:11Z"), outcome: "follow-up needed", duration_minutes: 51 },
            { id: 83, activity_type: "call", lead_id: 24, activity_date: new Date("2023-11-20T15:21:55Z"), outcome: "follow-up needed", duration_minutes: 98 },
            { id: 84, activity_type: "webinar", lead_id: 169, activity_date: new Date("2023-06-30T13:35:31Z"), outcome: "follow-up needed", duration_minutes: 49 },
            { id: 85, activity_type: "webinar", lead_id: 149, activity_date: new Date("2023-10-20T22:46:42Z"), outcome: "follow-up needed", duration_minutes: 54 },
            { id: 86, activity_type: "email", lead_id: 4, activity_date: new Date("2023-05-10T10:14:40Z"), outcome: "not interested", duration_minutes: 78 },
            { id: 87, activity_type: "call", lead_id: 10, activity_date: new Date("2023-05-22T10:26:32Z"), outcome: "not interested", duration_minutes: 39 },
            { id: 88, activity_type: "email", lead_id: 118, activity_date: new Date("2023-07-29T09:56:55Z"), outcome: "successful", duration_minutes: 54 },
            { id: 89, activity_type: "meeting", lead_id: 6, activity_date: new Date("2023-08-15T15:40:53Z"), outcome: "not interested", duration_minutes: 79 },
            { id: 90, activity_type: "call", lead_id: 7, activity_date: new Date("2023-11-22T13:37:41Z"), outcome: "successful", duration_minutes: 72 },
            { id: 91, activity_type: "call", lead_id: 61, activity_date: new Date("2023-03-11T13:46:13Z"), outcome: "follow-up needed", duration_minutes: 48 },
            { id: 92, activity_type: "email", lead_id: 145, activity_date: new Date("2023-07-15T16:10:26Z"), outcome: "successful", duration_minutes: 33 },
            { id: 93, activity_type: "email", lead_id: 106, activity_date: new Date("2023-03-05T08:18:07Z"), outcome: "follow-up needed", duration_minutes: 80 },
            { id: 94, activity_type: "meeting", lead_id: 132, activity_date: new Date("2023-11-19T13:19:24Z"), outcome: "not interested", duration_minutes: 62 },
            { id: 95, activity_type: "email", lead_id: 98, activity_date: new Date("2023-04-14T12:50:35Z"), outcome: "successful", duration_minutes: 36 },
            { id: 96, activity_type: "call", lead_id: 80, activity_date: new Date("2023-12-03T13:26:31Z"), outcome: "follow-up needed", duration_minutes: 89 },
            { id: 97, activity_type: "email", lead_id: 55, activity_date: new Date("2023-11-04T12:02:49Z"), outcome: "follow-up needed", duration_minutes: 70 },
            { id: 98, activity_type: "email", lead_id: 98, activity_date: new Date("2023-12-27T12:08:40Z"), outcome: "successful", duration_minutes: 74 },
            { id: 99, activity_type: "call", lead_id: 60, activity_date: new Date("2023-12-17T10:40:57Z"), outcome: "successful", duration_minutes: 53 },
            { id: 100, activity_type: "meeting", lead_id: 127, activity_date: new Date("2023-08-13T15:17:38Z"), outcome: "successful", duration_minutes: 50 },
            { id: 101, activity_type: "call", lead_id: 46, activity_date: new Date("2023-09-14T13:00:08Z"), outcome: "successful", duration_minutes: 71 },
            { id: 102, activity_type: "email", lead_id: 78, activity_date: new Date("2023-04-13T13:32:01Z"), outcome: "successful", duration_minutes: 27 },
            { id: 103, activity_type: "call", lead_id: 30, activity_date: new Date("2023-02-15T15:41:24Z"), outcome: "follow-up needed", duration_minutes: 64 },
            { id: 104, activity_type: "email", lead_id: 174, activity_date: new Date("2023-12-17T13:12:37Z"), outcome: "follow-up needed", duration_minutes: 76 },
            { id: 105, activity_type: "email", lead_id: 100, activity_date: new Date("2023-08-20T14:24:04Z"), outcome: "not interested", duration_minutes: 45 },
            { id: 106, activity_type: "email", lead_id: 196, activity_date: new Date("2023-01-29T15:30:24Z"), outcome: "successful", duration_minutes: 72 },
            { id: 107, activity_type: "call", lead_id: 57, activity_date: new Date("2023-06-13T08:41:16Z"), outcome: "follow-up needed", duration_minutes: 55 },
            { id: 108, activity_type: "email", lead_id: 40, activity_date: new Date("2023-05-04T08:03:07Z"), outcome: "not interested", duration_minutes: 39 },
            { id: 109, activity_type: "meeting", lead_id: 55, activity_date: new Date("2023-07-20T18:08:56Z"), outcome: "not interested", duration_minutes: 60 },
            { id: 110, activity_type: "call", lead_id: 156, activity_date: new Date("2023-08-08T10:02:25Z"), outcome: "successful", duration_minutes: 74 },
            { id: 111, activity_type: "call", lead_id: 37, activity_date: new Date("2023-05-03T21:08:41Z"), outcome: "successful", duration_minutes: 58 },
            { id: 112, activity_type: "email", lead_id: 104, activity_date: new Date("2023-10-22T13:24:21Z"), outcome: "successful", duration_minutes: 88 },
            { id: 113, activity_type: "email", lead_id: 199, activity_date: new Date("2023-12-31T11:24:33Z"), outcome: "successful", duration_minutes: 98 },
            { id: 114, activity_type: "meeting", lead_id: 137, activity_date: new Date("2023-08-03T11:13:45Z"), outcome: "successful", duration_minutes: 63 },
            { id: 115, activity_type: "webinar", lead_id: 42, activity_date: new Date("2023-10-08T02:08:23Z"), outcome: "successful", duration_minutes: 45 },
            { id: 116, activity_type: "meeting", lead_id: 144, activity_date: new Date("2023-10-25T12:56:16Z"), outcome: "successful", duration_minutes: 61 },
            { id: 117, activity_type: "call", lead_id: 173, activity_date: new Date("2023-01-26T14:19:57Z"), outcome: "successful", duration_minutes: 54 },
            { id: 118, activity_type: "email", lead_id: 11, activity_date: new Date("2023-04-13T16:36:38Z"), outcome: "not interested", duration_minutes: 53 },
            { id: 119, activity_type: "meeting", lead_id: 75, activity_date: new Date("2023-03-29T18:10:42Z"), outcome: "successful", duration_minutes: 61 },
            { id: 120, activity_type: "email", lead_id: 145, activity_date: new Date("2023-01-08T10:52:54Z"), outcome: "follow-up needed", duration_minutes: 76 },
            { id: 121, activity_type: "email", lead_id: 19, activity_date: new Date("2023-05-21T14:24:13Z"), outcome: "successful", duration_minutes: 53 },
            { id: 122, activity_type: "email", lead_id: 94, activity_date: new Date("2023-02-01T12:53:13Z"), outcome: "follow-up needed", duration_minutes: 57 },
            { id: 123, activity_type: "meeting", lead_id: 52, activity_date: new Date("2023-09-03T10:25:52Z"), outcome: "follow-up needed", duration_minutes: 49 },
            { id: 124, activity_type: "email", lead_id: 138, activity_date: new Date("2023-11-24T13:48:13Z"), outcome: "successful", duration_minutes: 45 },
            { id: 125, activity_type: "call", lead_id: 177, activity_date: new Date("2023-09-08T14:39:56Z"), outcome: "follow-up needed", duration_minutes: 65 },
            { id: 126, activity_type: "email", lead_id: 129, activity_date: new Date("2023-05-03T16:49:45Z"), outcome: "follow-up needed", duration_minutes: 74 },
            { id: 127, activity_type: "call", lead_id: 58, activity_date: new Date("2023-09-27T11:39:32Z"), outcome: "successful", duration_minutes: 58 },
            { id: 128, activity_type: "call", lead_id: 3, activity_date: new Date("2023-11-06T15:15:51Z"), outcome: "follow-up needed", duration_minutes: 64 },
            { id: 129, activity_type: "call", lead_id: 65, activity_date: new Date("2023-01-26T17:25:26Z"), outcome: "not interested", duration_minutes: 68 },
            { id: 130, activity_type: "call", lead_id: 54, activity_date: new Date("2023-12-16T15:20:15Z"), outcome: "successful", duration_minutes: 77 },
            { id: 131, activity_type: "call", lead_id: 32, activity_date: new Date("2023-10-20T12:04:27Z"), outcome: "successful", duration_minutes: 39 },
            { id: 132, activity_type: "meeting", lead_id: 70, activity_date: new Date("2023-04-07T14:47:38Z"), outcome: "successful", duration_minutes: 76 },
            { id: 133, activity_type: "email", lead_id: 118, activity_date: new Date("2023-11-18T09:29:37Z"), outcome: "not interested", duration_minutes: 63 },
            { id: 134, activity_type: "call", lead_id: 92, activity_date: new Date("2023-10-31T13:20:55Z"), outcome: "follow-up needed", duration_minutes: 72 },
            { id: 135, activity_type: "meeting", lead_id: 148, activity_date: new Date("2023-08-19T18:46:12Z"), outcome: "follow-up needed", duration_minutes: 68 },
            { id: 136, activity_type: "webinar", lead_id: 175, activity_date: new Date("2023-03-30T12:17:57Z"), outcome: "successful", duration_minutes: 33 },
            { id: 137, activity_type: "call", lead_id: 173, activity_date: new Date("2023-08-21T12:24:02Z"), outcome: "successful", duration_minutes: 58 },
            { id: 138, activity_type: "call", lead_id: 32, activity_date: new Date("2023-03-28T13:54:52Z"), outcome: "successful", duration_minutes: 72 },
            { id: 139, activity_type: "email", lead_id: 174, activity_date: new Date("2023-06-30T14:09:38Z"), outcome: "follow-up needed", duration_minutes: 63 },
            { id: 140, activity_type: "webinar", lead_id: 188, activity_date: new Date("2023-03-24T08:17:49Z"), outcome: "follow-up needed", duration_minutes: 30 },
            { id: 141, activity_type: "email", lead_id: 111, activity_date: new Date("2023-09-24T09:38:32Z"), outcome: "successful", duration_minutes: 34 },
            { id: 142, activity_type: "email", lead_id: 198, activity_date: new Date("2023-01-24T14:49:37Z"), outcome: "successful", duration_minutes: 70 },
            { id: 143, activity_type: "email", lead_id: 83, activity_date: new Date("2023-07-10T16:33:51Z"), outcome: "not interested", duration_minutes: 50 },
            { id: 144, activity_type: "email", lead_id: 199, activity_date: new Date("2023-12-13T11:18:20Z"), outcome: "not interested", duration_minutes: 51 },
            { id: 145, activity_type: "call", lead_id: 66, activity_date: new Date("2023-10-21T11:24:31Z"), outcome: "not interested", duration_minutes: 65 },
            { id: 146, activity_type: "call", lead_id: 191, activity_date: new Date("2023-05-07T07:44:13Z"), outcome: "follow-up needed", duration_minutes: 21 },
            { id: 147, activity_type: "call", lead_id: 50, activity_date: new Date("2023-07-08T14:49:39Z"), outcome: "successful", duration_minutes: 82 },
            { id: 148, activity_type: "email", lead_id: 140, activity_date: new Date("2023-02-26T11:43:59Z"), outcome: "follow-up needed", duration_minutes: 76 },
            { id: 149, activity_type: "email", lead_id: 37, activity_date: new Date("2023-10-25T09:49:20Z"), outcome: "successful", duration_minutes: 59 },
            { id: 150, activity_type: "call", lead_id: 7, activity_date: new Date("2023-03-09T11:24:45Z"), outcome: "follow-up needed", duration_minutes: 55 },
            { id: 151, activity_type: "webinar", lead_id: 124, activity_date: new Date("2023-11-11T11:35:35Z"), outcome: "follow-up needed", duration_minutes: 47 },
            { id: 152, activity_type: "webinar", lead_id: 68, activity_date: new Date("2023-06-11T10:36:29Z"), outcome: "successful", duration_minutes: 85 },
            { id: 153, activity_type: "email", lead_id: 34, activity_date: new Date("2023-02-18T17:23:10Z"), outcome: "follow-up needed", duration_minutes: 72 },
            { id: 154, activity_type: "email", lead_id: 112, activity_date: new Date("2023-05-09T12:49:13Z"), outcome: "successful", duration_minutes: 66 },
            { id: 155, activity_type: "webinar", lead_id: 182, activity_date: new Date("2023-01-13T17:13:50Z"), outcome: "follow-up needed", duration_minutes: 48 },
            { id: 156, activity_type: "email", lead_id: 133, activity_date: new Date("2023-03-08T12:12:02Z"), outcome: "follow-up needed", duration_minutes: 43 },
            { id: 157, activity_type: "email", lead_id: 171, activity_date: new Date("2023-09-27T12:58:44Z"), outcome: "follow-up needed", duration_minutes: 73 },
            { id: 158, activity_type: "email", lead_id: 113, activity_date: new Date("2023-04-01T10:56:01Z"), outcome: "not interested", duration_minutes: 63 },
            { id: 159, activity_type: "call", lead_id: 39, activity_date: new Date("2023-01-23T07:01:08Z"), outcome: "follow-up needed", duration_minutes: 69 },
            { id: 160, activity_type: "call", lead_id: 189, activity_date: new Date("2023-01-26T16:29:50Z"), outcome: "follow-up needed", duration_minutes: 40 },
            { id: 161, activity_type: "email", lead_id: 69, activity_date: new Date("2023-03-02T19:46:24Z"), outcome: "not interested", duration_minutes: 68 },
            { id: 162, activity_type: "email", lead_id: 185, activity_date: new Date("2023-06-04T12:40:35Z"), outcome: "not interested", duration_minutes: 59 },
            { id: 163, activity_type: "call", lead_id: 19, activity_date: new Date("2023-03-31T15:33:47Z"), outcome: "successful", duration_minutes: 49 },
            { id: 164, activity_type: "email", lead_id: 156, activity_date: new Date("2023-11-19T10:07:54Z"), outcome: "successful", duration_minutes: 56 },
            { id: 165, activity_type: "webinar", lead_id: 30, activity_date: new Date("2023-05-29T16:32:26Z"), outcome: "follow-up needed", duration_minutes: 37 },
            { id: 166, activity_type: "call", lead_id: 169, activity_date: new Date("2023-11-22T10:42:15Z"), outcome: "follow-up needed", duration_minutes: 56 },
            { id: 167, activity_type: "email", lead_id: 74, activity_date: new Date("2023-12-05T10:55:21Z"), outcome: "not interested", duration_minutes: 47 },
            { id: 168, activity_type: "email", lead_id: 91, activity_date: new Date("2023-07-30T11:52:14Z"), outcome: "follow-up needed", duration_minutes: 63 },
            { id: 169, activity_type: "email", lead_id: 84, activity_date: new Date("2023-10-21T10:31:22Z"), outcome: "follow-up needed", duration_minutes: 61 },
            { id: 170, activity_type: "call", lead_id: 2, activity_date: new Date("2023-08-24T20:51:03Z"), outcome: "follow-up needed", duration_minutes: 80 },
            { id: 171, activity_type: "call", lead_id: 47, activity_date: new Date("2023-08-27T14:34:53Z"), outcome: "follow-up needed", duration_minutes: 65 },
            { id: 172, activity_type: "call", lead_id: 14, activity_date: new Date("2023-07-26T11:05:34Z"), outcome: "not interested", duration_minutes: 98 },
            { id: 173, activity_type: "email", lead_id: 150, activity_date: new Date("2023-05-27T14:05:42Z"), outcome: "not interested", duration_minutes: 89 },
            { id: 174, activity_type: "call", lead_id: 127, activity_date: new Date("2023-10-11T16:08:16Z"), outcome: "not interested", duration_minutes: 36 },
            { id: 175, activity_type: "call", lead_id: 83, activity_date: new Date("2023-03-25T16:58:08Z"), outcome: "not interested", duration_minutes: 76 },
            { id: 176, activity_type: "email", lead_id: 65, activity_date: new Date("2023-02-27T13:04:00Z"), outcome: "not interested", duration_minutes: 67 },
            { id: 177, activity_type: "email", lead_id: 179, activity_date: new Date("2023-08-09T11:27:47Z"), outcome: "follow-up needed", duration_minutes: 53 },
            { id: 178, activity_type: "email", lead_id: 80, activity_date: new Date("2023-03-02T11:26:12Z"), outcome: "successful", duration_minutes: 90 },
            { id: 179, activity_type: "email", lead_id: 184, activity_date: new Date("2023-02-12T11:25:48Z"), outcome: "follow-up needed", duration_minutes: 66 },
            { id: 180, activity_type: "email", lead_id: 50, activity_date: new Date("2023-11-12T09:29:01Z"), outcome: "successful", duration_minutes: 54 },
            { id: 181, activity_type: "email", lead_id: 45, activity_date: new Date("2023-01-03T09:03:53Z"), outcome: "successful", duration_minutes: 47 },
            { id: 182, activity_type: "meeting", lead_id: 143, activity_date: new Date("2023-04-26T14:18:23Z"), outcome: "follow-up needed", duration_minutes: 54 },
            { id: 183, activity_type: "call", lead_id: 157, activity_date: new Date("2023-11-29T16:19:07Z"), outcome: "successful", duration_minutes: 63 },
            { id: 184, activity_type: "call", lead_id: 53, activity_date: new Date("2023-09-21T13:04:08Z"), outcome: "not interested", duration_minutes: 55 },
            { id: 185, activity_type: "call", lead_id: 10, activity_date: new Date("2023-03-16T14:19:36Z"), outcome: "follow-up needed", duration_minutes: 75 },
            { id: 186, activity_type: "call", lead_id: 47, activity_date: new Date("2023-12-10T12:53:42Z"), outcome: "successful", duration_minutes: 56 },
            { id: 187, activity_type: "meeting", lead_id: 76, activity_date: new Date("2023-05-27T18:47:31Z"), outcome: "successful", duration_minutes: 28 },
            { id: 188, activity_type: "email", lead_id: 33, activity_date: new Date("2023-05-29T16:48:23Z"), outcome: "follow-up needed", duration_minutes: 55 },
            { id: 189, activity_type: "meeting", lead_id: 90, activity_date: new Date("2023-12-25T17:43:55Z"), outcome: "successful", duration_minutes: 50 },
            { id: 190, activity_type: "call", lead_id: 140, activity_date: new Date("2023-09-02T13:36:44Z"), outcome: "follow-up needed", duration_minutes: 82 },
            { id: 191, activity_type: "call", lead_id: 76, activity_date: new Date("2023-02-28T07:45:48Z"), outcome: "successful", duration_minutes: 74 },
            { id: 192, activity_type: "call", lead_id: 53, activity_date: new Date("2023-05-09T10:29:00Z"), outcome: "successful", duration_minutes: 62 },
            { id: 193, activity_type: "meeting", lead_id: 13, activity_date: new Date("2023-08-01T10:50:24Z"), outcome: "not interested", duration_minutes: 32 },
            { id: 194, activity_type: "email", lead_id: 155, activity_date: new Date("2023-06-17T20:01:56Z"), outcome: "successful", duration_minutes: 50 },
            { id: 195, activity_type: "meeting", lead_id: 125, activity_date: new Date("2023-12-17T09:26:03Z"), outcome: "not interested", duration_minutes: 62 },
            { id: 196, activity_type: "email", lead_id: 135, activity_date: new Date("2023-12-20T14:16:05Z"), outcome: "follow-up needed", duration_minutes: 57 },
            { id: 197, activity_type: "meeting", lead_id: 186, activity_date: new Date("2023-07-27T13:33:29Z"), outcome: "successful", duration_minutes: 62 },
            { id: 198, activity_type: "email", lead_id: 184, activity_date: new Date("2023-06-20T15:05:04Z"), outcome: "not interested", duration_minutes: 66 },
            { id: 199, activity_type: "meeting", lead_id: 176, activity_date: new Date("2023-01-03T13:52:54Z"), outcome: "successful", duration_minutes: 61 },
            { id: 200, activity_type: "meeting", lead_id: 123, activity_date: new Date("2023-10-27T07:15:45Z"), outcome: "successful", duration_minutes: 64 },
            { id: 201, activity_type: "email", lead_id: 67, activity_date: new Date("2023-09-24T07:49:58Z"), outcome: "not interested", duration_minutes: 55 },
            { id: 202, activity_type: "call", lead_id: 119, activity_date: new Date("2023-11-25T10:23:08Z"), outcome: "follow-up needed", duration_minutes: 65 },
            { id: 203, activity_type: "email", lead_id: 59, activity_date: new Date("2023-06-09T10:20:38Z"), outcome: "successful", duration_minutes: 89 },
            { id: 204, activity_type: "call", lead_id: 151, activity_date: new Date("2023-08-14T13:37:30Z"), outcome: "successful", duration_minutes: 53 },
            { id: 205, activity_type: "email", lead_id: 49, activity_date: new Date("2023-03-28T12:32:28Z"), outcome: "follow-up needed", duration_minutes: 67 },
            { id: 206, activity_type: "email", lead_id: 1, activity_date: new Date("2023-07-03T13:23:47Z"), outcome: "successful", duration_minutes: 66 },
            { id: 207, activity_type: "email", lead_id: 147, activity_date: new Date("2023-04-30T17:58:42Z"), outcome: "follow-up needed", duration_minutes: 66 },
            { id: 208, activity_type: "call", lead_id: 134, activity_date: new Date("2023-12-07T11:19:16Z"), outcome: "follow-up needed", duration_minutes: 85 },
            { id: 209, activity_type: "meeting", lead_id: 149, activity_date: new Date("2023-05-20T17:11:14Z"), outcome: "follow-up needed", duration_minutes: 73 },
            { id: 210, activity_type: "webinar", lead_id: 89, activity_date: new Date("2023-09-14T09:41:52Z"), outcome: "follow-up needed", duration_minutes: 80 },
            { id: 211, activity_type: "webinar", lead_id: 29, activity_date: new Date("2023-10-01T13:41:32Z"), outcome: "successful", duration_minutes: 58 },
            { id: 212, activity_type: "email", lead_id: 33, activity_date: new Date("2023-08-11T14:37:10Z"), outcome: "successful", duration_minutes: 104 },
            { id: 213, activity_type: "call", lead_id: 64, activity_date: new Date("2023-08-10T17:05:30Z"), outcome: "follow-up needed", duration_minutes: 94 },
            { id: 214, activity_type: "meeting", lead_id: 114, activity_date: new Date("2023-03-03T05:55:29Z"), outcome: "follow-up needed", duration_minutes: 62 },
            { id: 215, activity_type: "meeting", lead_id: 62, activity_date: new Date("2023-09-24T13:35:45Z"), outcome: "follow-up needed", duration_minutes: 70 },
            { id: 216, activity_type: "email", lead_id: 118, activity_date: new Date("2023-04-10T14:42:59Z"), outcome: "not interested", duration_minutes: 56 },
            { id: 217, activity_type: "email", lead_id: 167, activity_date: new Date("2023-01-05T15:57:41Z"), outcome: "follow-up needed", duration_minutes: 55 },
            { id: 218, activity_type: "email", lead_id: 199, activity_date: new Date("2023-06-24T12:39:00Z"), outcome: "successful", duration_minutes: 29 },
            { id: 219, activity_type: "call", lead_id: 65, activity_date: new Date("2023-06-02T14:48:15Z"), outcome: "not interested", duration_minutes: 99 },
            { id: 220, activity_type: "call", lead_id: 97, activity_date: new Date("2023-03-31T11:19:12Z"), outcome: "follow-up needed", duration_minutes: 65 },
            { id: 221, activity_type: "email", lead_id: 13, activity_date: new Date("2023-07-15T15:33:04Z"), outcome: "successful", duration_minutes: 49 },
            { id: 222, activity_type: "call", lead_id: 11, activity_date: new Date("2023-04-21T09:57:13Z"), outcome: "successful", duration_minutes: 65 },
            { id: 223, activity_type: "meeting", lead_id: 41, activity_date: new Date("2023-01-14T15:01:03Z"), outcome: "follow-up needed", duration_minutes: 49 },
            { id: 224, activity_type: "email", lead_id: 177, activity_date: new Date("2023-12-11T13:46:54Z"), outcome: "not interested", duration_minutes: 82 },
            { id: 225, activity_type: "call", lead_id: 23, activity_date: new Date("2023-06-24T15:59:39Z"), outcome: "successful", duration_minutes: 66 },
            { id: 226, activity_type: "meeting", lead_id: 138, activity_date: new Date("2023-06-14T11:48:01Z"), outcome: "successful", duration_minutes: 52 },
            { id: 227, activity_type: "email", lead_id: 79, activity_date: new Date("2023-07-22T13:57:03Z"), outcome: "not interested", duration_minutes: 72 },
            { id: 228, activity_type: "email", lead_id: 4, activity_date: new Date("2023-11-26T16:32:29Z"), outcome: "follow-up needed", duration_minutes: 95 },
            { id: 229, activity_type: "email", lead_id: 17, activity_date: new Date("2023-12-04T15:00:11Z"), outcome: "successful", duration_minutes: 69 },
            { id: 230, activity_type: "email", lead_id: 131, activity_date: new Date("2023-08-26T16:28:08Z"), outcome: "follow-up needed", duration_minutes: 42 },
            { id: 231, activity_type: "email", lead_id: 28, activity_date: new Date("2023-06-21T12:13:00Z"), outcome: "successful", duration_minutes: 45 },
            { id: 232, activity_type: "meeting", lead_id: 153, activity_date: new Date("2023-05-16T11:28:44Z"), outcome: "follow-up needed", duration_minutes: 29 },
            { id: 233, activity_type: "email", lead_id: 104, activity_date: new Date("2023-11-26T17:13:15Z"), outcome: "successful", duration_minutes: 80 },
            { id: 234, activity_type: "email", lead_id: 75, activity_date: new Date("2023-07-18T09:14:00Z"), outcome: "not interested", duration_minutes: 66 },
            { id: 235, activity_type: "meeting", lead_id: 90, activity_date: new Date("2023-03-28T13:47:05Z"), outcome: "follow-up needed", duration_minutes: 67 },
            { id: 236, activity_type: "meeting", lead_id: 21, activity_date: new Date("2023-10-12T12:26:14Z"), outcome: "successful", duration_minutes: 90 },
            { id: 237, activity_type: "email", lead_id: 170, activity_date: new Date("2023-04-17T10:20:08Z"), outcome: "successful", duration_minutes: 81 },
            { id: 238, activity_type: "call", lead_id: 36, activity_date: new Date("2023-03-17T17:00:19Z"), outcome: "follow-up needed", duration_minutes: 74 },
            { id: 239, activity_type: "email", lead_id: 148, activity_date: new Date("2023-07-27T17:24:58Z"), outcome: "successful", duration_minutes: 31 },
            { id: 240, activity_type: "webinar", lead_id: 118, activity_date: new Date("2023-09-26T14:36:17Z"), outcome: "successful", duration_minutes: 45 },
            { id: 241, activity_type: "call", lead_id: 126, activity_date: new Date("2023-01-15T06:32:52Z"), outcome: "not interested", duration_minutes: 54 },
            { id: 242, activity_type: "meeting", lead_id: 29, activity_date: new Date("2023-01-14T12:11:16Z"), outcome: "successful", duration_minutes: 29 },
            { id: 243, activity_type: "email", lead_id: 170, activity_date: new Date("2023-06-04T13:48:49Z"), outcome: "follow-up needed", duration_minutes: 77 },
            { id: 244, activity_type: "email", lead_id: 42, activity_date: new Date("2023-06-07T18:52:14Z"), outcome: "successful", duration_minutes: 47 },
            { id: 245, activity_type: "email", lead_id: 45, activity_date: new Date("2023-03-16T16:54:23Z"), outcome: "follow-up needed", duration_minutes: 85 },
            { id: 246, activity_type: "call", lead_id: 160, activity_date: new Date("2023-08-27T17:26:54Z"), outcome: "follow-up needed", duration_minutes: 58 },
            { id: 247, activity_type: "email", lead_id: 18, activity_date: new Date("2023-12-04T15:35:44Z"), outcome: "follow-up needed", duration_minutes: 65 },
            { id: 248, activity_type: "email", lead_id: 181, activity_date: new Date("2023-05-05T15:49:06Z"), outcome: "follow-up needed", duration_minutes: 47 },
            { id: 249, activity_type: "email", lead_id: 185, activity_date: new Date("2023-06-23T14:19:38Z"), outcome: "successful", duration_minutes: 60 },
            { id: 250, activity_type: "email", lead_id: 91, activity_date: new Date("2023-01-17T14:59:09Z"), outcome: "successful", duration_minutes: 101 },
        ],
    });
    await prisma.interactions.createMany({
        data: [
            { id: 1, lead_id: 173, feedback: "The shipment was delayed following an unusual review.", sentiment: "negative", interaction_date: new Date("2023-07-13T13:35:14Z") },
            { id: 2, lead_id: 176, feedback: "The ticket was closed after a standard check.", sentiment: "positive", interaction_date: new Date("2023-10-31T20:54:57Z") },
            { id: 3, lead_id: 70, feedback: "No response from the customer, so the invoice was delayed.", sentiment: "positive", interaction_date: new Date("2023-01-11T13:14:23Z") },
            { id: 4, lead_id: 10, feedback: "A standard follow-up: the invoice was reviewed.", sentiment: "positive", interaction_date: new Date("2023-05-25T21:57:42Z") },
            { id: 5, lead_id: 45, feedback: "Support asked for a change and the refund was reopened.", sentiment: "neutral", interaction_date: new Date("2023-01-18T19:52:10Z") },
            { id: 6, lead_id: 176, feedback: "No response from support, so the record was rejected.", sentiment: "positive", interaction_date: new Date("2023-06-05T16:15:18Z") },
            { id: 7, lead_id: 151, feedback: "The customer reported an urgent issue; the report was processed.", sentiment: "positive", interaction_date: new Date("2023-07-11T11:19:46Z") },
            { id: 8, lead_id: 91, feedback: "A duplicate follow-up: the session was rejected.", sentiment: "positive", interaction_date: new Date("2023-01-22T14:18:41Z") },
            { id: 9, lead_id: 153, feedback: "The team asked for a change and the order was replaced.", sentiment: "neutral", interaction_date: new Date("2023-11-09T12:44:21Z") },
            { id: 10, lead_id: 157, feedback: "No response from the account owner, so the booking was rescheduled.", sentiment: "positive", interaction_date: new Date("2023-07-14T14:28:02Z") },
            { id: 11, lead_id: 33, feedback: "No response from the team, so the item was rejected.", sentiment: "negative", interaction_date: new Date("2023-04-30T09:49:58Z") },
            { id: 12, lead_id: 193, feedback: "No response from support, so the report was delayed.", sentiment: "positive", interaction_date: new Date("2023-11-30T13:33:25Z") },
            { id: 13, lead_id: 28, feedback: "A standard follow-up: the invoice was closed.", sentiment: "positive", interaction_date: new Date("2023-02-27T15:48:06Z") },
            { id: 14, lead_id: 81, feedback: "The shipment was completed — routine case, no further action.", sentiment: "neutral", interaction_date: new Date("2023-12-16T12:10:54Z") },
            { id: 15, lead_id: 143, feedback: "The delivery was cancelled after a late check.", sentiment: "neutral", interaction_date: new Date("2023-11-15T11:28:14Z") },
            { id: 16, lead_id: 124, feedback: "Flagged as duplicate. The courier resolved the claim.", sentiment: "neutral", interaction_date: new Date("2023-12-11T20:18:28Z") },
            { id: 17, lead_id: 115, feedback: "A partial follow-up: the account was completed.", sentiment: "positive", interaction_date: new Date("2023-05-07T10:23:20Z") },
            { id: 18, lead_id: 16, feedback: "The item was delayed after a standard check.", sentiment: "positive", interaction_date: new Date("2023-04-22T21:40:12Z") },
            { id: 19, lead_id: 91, feedback: "The invoice was reviewed following a manual review.", sentiment: "positive", interaction_date: new Date("2023-04-24T19:23:24Z") },
            { id: 20, lead_id: 89, feedback: "No response from the customer, so the refund was confirmed.", sentiment: "positive", interaction_date: new Date("2023-10-12T07:31:56Z") },
            { id: 21, lead_id: 67, feedback: "The courier confirmed the details and the invoice was refunded.", sentiment: "positive", interaction_date: new Date("2023-08-26T00:00:20Z") },
            { id: 22, lead_id: 93, feedback: "The delivery was rescheduled — minor case, no further action.", sentiment: "positive", interaction_date: new Date("2023-03-19T21:06:53Z") },
            { id: 23, lead_id: 90, feedback: "The supplier confirmed the details and the claim was approved.", sentiment: "neutral", interaction_date: new Date("2023-08-19T19:46:21Z") },
            { id: 24, lead_id: 121, feedback: "An operator confirmed the details and the claim was rescheduled.", sentiment: "positive", interaction_date: new Date("2023-12-12T12:52:16Z") },
            { id: 25, lead_id: 15, feedback: "A repeat follow-up: the account was reviewed.", sentiment: "positive", interaction_date: new Date("2023-11-22T13:35:18Z") },
            { id: 26, lead_id: 145, feedback: "Flagged as urgent. The customer reviewed the order.", sentiment: "positive", interaction_date: new Date("2023-08-01T19:15:22Z") },
            { id: 27, lead_id: 86, feedback: "The customer confirmed the details and the session was refunded.", sentiment: "positive", interaction_date: new Date("2023-09-12T20:06:28Z") },
            { id: 28, lead_id: 29, feedback: "Flagged as duplicate. The courier refunded the refund.", sentiment: "positive", interaction_date: new Date("2023-04-22T10:19:00Z") },
            { id: 29, lead_id: 48, feedback: "No response from the team, so the claim was resolved.", sentiment: "positive", interaction_date: new Date("2023-07-09T22:25:14Z") },
            { id: 30, lead_id: 26, feedback: "The booking was approved following a standard review.", sentiment: "positive", interaction_date: new Date("2023-03-24T17:42:42Z") },
            { id: 31, lead_id: 123, feedback: "The reviewer asked for a change and the refund was confirmed.", sentiment: "positive", interaction_date: new Date("2023-05-28T14:23:35Z") },
            { id: 32, lead_id: 125, feedback: "The refund was updated following a partial review.", sentiment: "neutral", interaction_date: new Date("2023-12-14T20:22:31Z") },
            { id: 33, lead_id: 68, feedback: "The shipment was replaced following a duplicate review.", sentiment: "positive", interaction_date: new Date("2023-01-31T21:28:38Z") },
            { id: 34, lead_id: 189, feedback: "No response from the account owner, so the order was confirmed.", sentiment: "positive", interaction_date: new Date("2023-05-21T15:53:09Z") },
            { id: 35, lead_id: 56, feedback: "An operator reported a routine issue; the refund was completed.", sentiment: "neutral", interaction_date: new Date("2023-05-01T08:49:14Z") },
            { id: 36, lead_id: 43, feedback: "The item was escalated after an automatic check.", sentiment: "negative", interaction_date: new Date("2023-08-07T17:06:42Z") },
            { id: 37, lead_id: 69, feedback: "A partial follow-up: the order was delayed.", sentiment: "neutral", interaction_date: new Date("2023-10-20T19:51:17Z") },
            { id: 38, lead_id: 72, feedback: "The courier confirmed the details and the appointment was approved.", sentiment: "positive", interaction_date: new Date("2023-09-02T14:15:54Z") },
            { id: 39, lead_id: 85, feedback: "Flagged as minor. The account owner delayed the document.", sentiment: "positive", interaction_date: new Date("2023-01-26T12:05:26Z") },
            { id: 40, lead_id: 120, feedback: "The claim was updated after an incomplete check.", sentiment: "neutral", interaction_date: new Date("2023-08-25T10:57:38Z") },
            { id: 41, lead_id: 38, feedback: "The courier asked for a change and the transfer was reopened.", sentiment: "neutral", interaction_date: new Date("2023-09-20T16:23:16Z") },
            { id: 42, lead_id: 158, feedback: "Support confirmed the details and the account was delayed.", sentiment: "positive", interaction_date: new Date("2023-09-03T16:16:55Z") },
            { id: 43, lead_id: 140, feedback: "The account was rescheduled following a routine review.", sentiment: "positive", interaction_date: new Date("2023-06-10T19:19:03Z") },
            { id: 44, lead_id: 83, feedback: "The payment was refunded — repeat case, no further action.", sentiment: "positive", interaction_date: new Date("2023-03-31T15:37:30Z") },
            { id: 45, lead_id: 23, feedback: "The team reported an automatic issue; the session was completed.", sentiment: "neutral", interaction_date: new Date("2023-03-14T09:42:27Z") },
            { id: 46, lead_id: 172, feedback: "Flagged as repeat. The customer resolved the booking.", sentiment: "positive", interaction_date: new Date("2023-04-12T21:18:51Z") },
            { id: 47, lead_id: 186, feedback: "A minor item was reopened the same day.", sentiment: "positive", interaction_date: new Date("2023-05-21T16:19:14Z") },
            { id: 48, lead_id: 185, feedback: "No response from the customer, so the invoice was completed.", sentiment: "positive", interaction_date: new Date("2023-09-06T09:04:59Z") },
            { id: 49, lead_id: 57, feedback: "A standard appointment was rejected the same day.", sentiment: "positive", interaction_date: new Date("2023-09-14T20:10:16Z") },
            { id: 50, lead_id: 126, feedback: "The courier reported an incomplete issue; the account was resolved.", sentiment: "positive", interaction_date: new Date("2023-01-21T15:34:07Z") },
            { id: 51, lead_id: 131, feedback: "Flagged as minor. The supplier delayed the claim.", sentiment: "neutral", interaction_date: new Date("2023-02-12T21:06:46Z") },
            { id: 52, lead_id: 34, feedback: "The account owner asked for a change and the item was rejected.", sentiment: "positive", interaction_date: new Date("2023-12-22T10:17:43Z") },
            { id: 53, lead_id: 3, feedback: "No response from the courier, so the session was completed.", sentiment: "positive", interaction_date: new Date("2023-09-08T14:40:14Z") },
            { id: 54, lead_id: 181, feedback: "Flagged as manual. Support rescheduled the record.", sentiment: "negative", interaction_date: new Date("2023-08-24T12:09:27Z") },
            { id: 55, lead_id: 1, feedback: "The order was replaced following an incomplete review.", sentiment: "positive", interaction_date: new Date("2023-08-26T12:54:24Z") },
            { id: 56, lead_id: 16, feedback: "The ticket was approved — routine case, no further action.", sentiment: "neutral", interaction_date: new Date("2023-05-18T16:20:44Z") },
            { id: 57, lead_id: 193, feedback: "The refund was reopened — repeat case, no further action.", sentiment: "positive", interaction_date: new Date("2023-02-09T22:58:58Z") },
            { id: 58, lead_id: 72, feedback: "The account owner reported a routine issue; the appointment was delayed.", sentiment: "negative", interaction_date: new Date("2023-02-06T14:54:04Z") },
            { id: 59, lead_id: 62, feedback: "An unusual follow-up: the record was resolved.", sentiment: "positive", interaction_date: new Date("2023-01-26T12:26:35Z") },
            { id: 60, lead_id: 80, feedback: "The account owner confirmed the details and the record was approved.", sentiment: "positive", interaction_date: new Date("2023-04-25T19:33:15Z") },
            { id: 61, lead_id: 149, feedback: "The report was rejected after a minor check.", sentiment: "positive", interaction_date: new Date("2023-11-04T12:54:56Z") },
            { id: 62, lead_id: 51, feedback: "No response from the courier, so the transfer was confirmed.", sentiment: "positive", interaction_date: new Date("2023-08-08T22:43:04Z") },
            { id: 63, lead_id: 26, feedback: "An operator confirmed the details and the invoice was processed.", sentiment: "positive", interaction_date: new Date("2023-11-08T18:13:02Z") },
            { id: 64, lead_id: 80, feedback: "The order was delayed following a repeat review.", sentiment: "positive", interaction_date: new Date("2023-12-05T07:36:03Z") },
            { id: 65, lead_id: 65, feedback: "The courier reported a minor issue; the invoice was reopened.", sentiment: "positive", interaction_date: new Date("2023-07-12T08:58:06Z") },
            { id: 66, lead_id: 106, feedback: "The report was rejected — urgent case, no further action.", sentiment: "neutral", interaction_date: new Date("2023-06-08T14:16:25Z") },
            { id: 67, lead_id: 165, feedback: "Support asked for a change and the ticket was closed.", sentiment: "neutral", interaction_date: new Date("2023-11-09T07:40:28Z") },
            { id: 68, lead_id: 107, feedback: "The courier confirmed the details and the transfer was resolved.", sentiment: "positive", interaction_date: new Date("2023-04-25T09:02:07Z") },
            { id: 69, lead_id: 57, feedback: "Flagged as routine. The team cancelled the report.", sentiment: "neutral", interaction_date: new Date("2023-12-29T19:52:44Z") },
            { id: 70, lead_id: 78, feedback: "The invoice was delayed — partial case, no further action.", sentiment: "positive", interaction_date: new Date("2023-07-07T13:58:25Z") },
            { id: 71, lead_id: 131, feedback: "The delivery was refunded — routine case, no further action.", sentiment: "positive", interaction_date: new Date("2023-07-22T16:38:47Z") },
            { id: 72, lead_id: 79, feedback: "No response from the customer, so the item was delayed.", sentiment: "positive", interaction_date: new Date("2023-12-27T16:03:39Z") },
            { id: 73, lead_id: 94, feedback: "Flagged as urgent. An operator closed the record.", sentiment: "positive", interaction_date: new Date("2023-07-17T11:41:04Z") },
            { id: 74, lead_id: 149, feedback: "No response from the account owner, so the appointment was approved.", sentiment: "positive", interaction_date: new Date("2023-04-12T08:24:13Z") },
            { id: 75, lead_id: 154, feedback: "Flagged as automatic. Support approved the claim.", sentiment: "positive", interaction_date: new Date("2023-05-16T16:54:52Z") },
            { id: 76, lead_id: 133, feedback: "The invoice was closed — minor case, no further action.", sentiment: "positive", interaction_date: new Date("2023-01-23T18:59:58Z") },
            { id: 77, lead_id: 116, feedback: "The booking was completed — duplicate case, no further action.", sentiment: "positive", interaction_date: new Date("2023-10-15T20:13:04Z") },
            { id: 78, lead_id: 14, feedback: "No response from the reviewer, so the document was closed.", sentiment: "positive", interaction_date: new Date("2023-10-09T13:25:27Z") },
            { id: 79, lead_id: 74, feedback: "The customer reported an automatic issue; the account was replaced.", sentiment: "positive", interaction_date: new Date("2023-08-30T15:02:26Z") },
            { id: 80, lead_id: 151, feedback: "A manual booking was approved the same day.", sentiment: "neutral", interaction_date: new Date("2023-02-17T20:05:50Z") },
            { id: 81, lead_id: 61, feedback: "A late ticket was escalated the same day.", sentiment: "positive", interaction_date: new Date("2023-06-15T17:56:17Z") },
            { id: 82, lead_id: 69, feedback: "An operator confirmed the details and the ticket was rescheduled.", sentiment: "positive", interaction_date: new Date("2023-05-28T13:14:07Z") },
            { id: 83, lead_id: 121, feedback: "An incomplete delivery was reopened the same day.", sentiment: "positive", interaction_date: new Date("2023-05-08T08:47:37Z") },
            { id: 84, lead_id: 36, feedback: "A minor follow-up: the delivery was reopened.", sentiment: "neutral", interaction_date: new Date("2023-08-30T07:40:17Z") },
            { id: 85, lead_id: 79, feedback: "The reviewer asked for a change and the transfer was cancelled.", sentiment: "neutral", interaction_date: new Date("2023-05-20T18:05:57Z") },
            { id: 86, lead_id: 197, feedback: "A partial follow-up: the session was processed.", sentiment: "positive", interaction_date: new Date("2023-03-17T11:41:50Z") },
            { id: 87, lead_id: 102, feedback: "No response from the account owner, so the ticket was escalated.", sentiment: "positive", interaction_date: new Date("2023-06-25T07:36:07Z") },
            { id: 88, lead_id: 105, feedback: "No response from the reviewer, so the item was closed.", sentiment: "neutral", interaction_date: new Date("2023-09-05T18:29:40Z") },
            { id: 89, lead_id: 134, feedback: "The payment was resolved after an incomplete check.", sentiment: "positive", interaction_date: new Date("2023-10-11T14:48:18Z") },
            { id: 90, lead_id: 185, feedback: "Flagged as minor. The account owner updated the delivery.", sentiment: "negative", interaction_date: new Date("2023-02-20T21:25:48Z") },
            { id: 91, lead_id: 199, feedback: "A duplicate follow-up: the invoice was replaced.", sentiment: "positive", interaction_date: new Date("2023-07-24T20:35:40Z") },
            { id: 92, lead_id: 178, feedback: "No response from the courier, so the shipment was closed.", sentiment: "positive", interaction_date: new Date("2023-09-23T14:01:50Z") },
            { id: 93, lead_id: 166, feedback: "The account owner confirmed the details and the payment was resolved.", sentiment: "positive", interaction_date: new Date("2023-07-08T17:57:26Z") },
            { id: 94, lead_id: 112, feedback: "Flagged as standard. Support confirmed the refund.", sentiment: "positive", interaction_date: new Date("2023-08-13T16:13:56Z") },
            { id: 95, lead_id: 142, feedback: "Flagged as partial. The supplier confirmed the claim.", sentiment: "positive", interaction_date: new Date("2023-08-20T20:28:57Z") },
            { id: 96, lead_id: 77, feedback: "The account owner reported an urgent issue; the record was replaced.", sentiment: "positive", interaction_date: new Date("2023-06-11T19:57:29Z") },
            { id: 97, lead_id: 197, feedback: "The order was processed — minor case, no further action.", sentiment: "neutral", interaction_date: new Date("2023-01-20T12:02:12Z") },
            { id: 98, lead_id: 184, feedback: "An automatic session was replaced the same day.", sentiment: "positive", interaction_date: new Date("2023-04-04T13:14:16Z") },
            { id: 99, lead_id: 106, feedback: "Support confirmed the details and the record was closed.", sentiment: "positive", interaction_date: new Date("2023-11-29T11:50:51Z") },
            { id: 100, lead_id: 189, feedback: "An incomplete payment was reopened the same day.", sentiment: "positive", interaction_date: new Date("2023-08-20T17:50:44Z") },
            { id: 101, lead_id: 185, feedback: "The customer reported a manual issue; the invoice was resolved.", sentiment: "positive", interaction_date: new Date("2023-07-01T05:40:35Z") },
            { id: 102, lead_id: 82, feedback: "Support asked for a change and the shipment was rejected.", sentiment: "positive", interaction_date: new Date("2023-10-13T14:51:49Z") },
            { id: 103, lead_id: 113, feedback: "An urgent record was updated the same day.", sentiment: "positive", interaction_date: new Date("2023-07-10T14:43:03Z") },
            { id: 104, lead_id: 108, feedback: "An operator reported an unusual issue; the request was refunded.", sentiment: "positive", interaction_date: new Date("2023-07-24T16:41:25Z") },
            { id: 105, lead_id: 96, feedback: "The reviewer reported a repeat issue; the delivery was processed.", sentiment: "positive", interaction_date: new Date("2023-12-28T10:20:12Z") },
            { id: 106, lead_id: 9, feedback: "No response from the team, so the session was closed.", sentiment: "neutral", interaction_date: new Date("2023-08-09T12:20:00Z") },
            { id: 107, lead_id: 91, feedback: "Support reported a manual issue; the transfer was updated.", sentiment: "positive", interaction_date: new Date("2023-12-07T20:46:21Z") },
            { id: 108, lead_id: 139, feedback: "The account owner asked for a change and the request was cancelled.", sentiment: "negative", interaction_date: new Date("2023-01-10T16:35:56Z") },
            { id: 109, lead_id: 49, feedback: "The account was processed following a partial review.", sentiment: "positive", interaction_date: new Date("2023-03-08T20:09:11Z") },
            { id: 110, lead_id: 200, feedback: "The account was rejected — late case, no further action.", sentiment: "positive", interaction_date: new Date("2023-01-22T20:00:23Z") },
            { id: 111, lead_id: 155, feedback: "An incomplete order was reviewed the same day.", sentiment: "positive", interaction_date: new Date("2023-07-04T13:27:08Z") },
            { id: 112, lead_id: 36, feedback: "The document was updated — late case, no further action.", sentiment: "positive", interaction_date: new Date("2023-07-23T11:04:42Z") },
            { id: 113, lead_id: 123, feedback: "An unusual follow-up: the appointment was refunded.", sentiment: "positive", interaction_date: new Date("2023-06-08T23:55:02Z") },
            { id: 114, lead_id: 68, feedback: "The courier confirmed the details and the booking was rescheduled.", sentiment: "positive", interaction_date: new Date("2023-04-18T10:56:42Z") },
            { id: 115, lead_id: 29, feedback: "A repeat follow-up: the ticket was resolved.", sentiment: "neutral", interaction_date: new Date("2023-10-20T18:58:10Z") },
            { id: 116, lead_id: 186, feedback: "Flagged as repeat. The reviewer processed the order.", sentiment: "positive", interaction_date: new Date("2023-05-06T13:24:17Z") },
            { id: 117, lead_id: 55, feedback: "The booking was updated following a standard review.", sentiment: "positive", interaction_date: new Date("2023-02-24T16:54:34Z") },
            { id: 118, lead_id: 76, feedback: "The supplier reported a minor issue; the session was replaced.", sentiment: "positive", interaction_date: new Date("2023-07-10T19:10:19Z") },
            { id: 119, lead_id: 179, feedback: "A late invoice was escalated the same day.", sentiment: "neutral", interaction_date: new Date("2023-06-26T19:57:06Z") },
            { id: 120, lead_id: 55, feedback: "A routine invoice was rescheduled the same day.", sentiment: "negative", interaction_date: new Date("2023-12-19T23:09:22Z") },
            { id: 121, lead_id: 123, feedback: "A routine ticket was completed the same day.", sentiment: "neutral", interaction_date: new Date("2023-08-30T13:09:44Z") },
            { id: 122, lead_id: 157, feedback: "A repeat transfer was cancelled the same day.", sentiment: "negative", interaction_date: new Date("2023-10-11T14:49:38Z") },
            { id: 123, lead_id: 176, feedback: "A manual follow-up: the invoice was refunded.", sentiment: "neutral", interaction_date: new Date("2023-02-18T20:54:50Z") },
            { id: 124, lead_id: 16, feedback: "Flagged as partial. The account owner cancelled the appointment.", sentiment: "positive", interaction_date: new Date("2023-08-24T19:59:55Z") },
            { id: 125, lead_id: 45, feedback: "An operator reported a partial issue; the transfer was escalated.", sentiment: "neutral", interaction_date: new Date("2023-08-07T19:11:50Z") },
            { id: 126, lead_id: 10, feedback: "The courier reported an automatic issue; the invoice was resolved.", sentiment: "positive", interaction_date: new Date("2023-01-23T11:27:38Z") },
            { id: 127, lead_id: 103, feedback: "The reviewer confirmed the details and the item was updated.", sentiment: "positive", interaction_date: new Date("2023-08-15T10:09:49Z") },
            { id: 128, lead_id: 121, feedback: "The order was delayed — manual case, no further action.", sentiment: "positive", interaction_date: new Date("2023-06-21T18:19:02Z") },
            { id: 129, lead_id: 54, feedback: "The shipment was refunded — manual case, no further action.", sentiment: "positive", interaction_date: new Date("2023-05-02T09:32:16Z") },
            { id: 130, lead_id: 20, feedback: "The supplier asked for a change and the delivery was reopened.", sentiment: "positive", interaction_date: new Date("2023-11-20T01:31:33Z") },
            { id: 131, lead_id: 193, feedback: "A routine follow-up: the refund was rescheduled.", sentiment: "negative", interaction_date: new Date("2023-07-08T12:38:41Z") },
            { id: 132, lead_id: 74, feedback: "The request was cancelled after an incomplete check.", sentiment: "positive", interaction_date: new Date("2023-11-17T11:23:50Z") },
            { id: 133, lead_id: 163, feedback: "The courier confirmed the details and the booking was resolved.", sentiment: "positive", interaction_date: new Date("2023-07-28T11:49:33Z") },
            { id: 134, lead_id: 52, feedback: "Flagged as manual. The customer rescheduled the document.", sentiment: "positive", interaction_date: new Date("2023-09-02T21:47:14Z") },
            { id: 135, lead_id: 36, feedback: "No response from the account owner, so the shipment was reviewed.", sentiment: "positive", interaction_date: new Date("2023-04-10T13:28:12Z") },
            { id: 136, lead_id: 65, feedback: "Flagged as unusual. The customer reviewed the account.", sentiment: "neutral", interaction_date: new Date("2023-12-10T19:01:11Z") },
            { id: 137, lead_id: 18, feedback: "Flagged as automatic. The customer refunded the booking.", sentiment: "positive", interaction_date: new Date("2023-03-20T20:34:24Z") },
            { id: 138, lead_id: 176, feedback: "The claim was replaced — unusual case, no further action.", sentiment: "negative", interaction_date: new Date("2023-05-27T13:13:57Z") },
            { id: 139, lead_id: 14, feedback: "The request was completed after an automatic check.", sentiment: "positive", interaction_date: new Date("2023-11-13T07:21:14Z") },
            { id: 140, lead_id: 91, feedback: "The customer confirmed the details and the shipment was updated.", sentiment: "positive", interaction_date: new Date("2023-08-27T11:10:37Z") },
            { id: 141, lead_id: 161, feedback: "The payment was completed — minor case, no further action.", sentiment: "positive", interaction_date: new Date("2023-01-10T15:56:39Z") },
            { id: 142, lead_id: 142, feedback: "The courier reported a manual issue; the record was closed.", sentiment: "neutral", interaction_date: new Date("2023-02-02T18:08:06Z") },
            { id: 143, lead_id: 88, feedback: "The courier reported a duplicate issue; the booking was updated.", sentiment: "neutral", interaction_date: new Date("2023-02-06T14:09:45Z") },
            { id: 144, lead_id: 155, feedback: "An operator asked for a change and the claim was processed.", sentiment: "positive", interaction_date: new Date("2023-08-16T11:27:41Z") },
            { id: 145, lead_id: 190, feedback: "The payment was resolved — incomplete case, no further action.", sentiment: "neutral", interaction_date: new Date("2023-03-09T20:18:45Z") },
            { id: 146, lead_id: 116, feedback: "The account was rescheduled following an automatic review.", sentiment: "positive", interaction_date: new Date("2023-11-16T13:50:35Z") },
            { id: 147, lead_id: 146, feedback: "The item was rejected — duplicate case, no further action.", sentiment: "positive", interaction_date: new Date("2023-06-16T21:31:24Z") },
            { id: 148, lead_id: 141, feedback: "The customer confirmed the details and the record was approved.", sentiment: "positive", interaction_date: new Date("2023-10-01T22:27:51Z") },
            { id: 149, lead_id: 6, feedback: "Flagged as standard. The customer replaced the transfer.", sentiment: "positive", interaction_date: new Date("2023-09-16T09:06:06Z") },
            { id: 150, lead_id: 186, feedback: "The record was resolved — duplicate case, no further action.", sentiment: "neutral", interaction_date: new Date("2023-01-12T06:35:50Z") },
            { id: 151, lead_id: 48, feedback: "Flagged as standard. The account owner confirmed the account.", sentiment: "positive", interaction_date: new Date("2023-04-01T21:50:29Z") },
            { id: 152, lead_id: 176, feedback: "The transfer was rescheduled following an automatic review.", sentiment: "positive", interaction_date: new Date("2023-12-15T14:28:34Z") },
            { id: 153, lead_id: 27, feedback: "No response from the account owner, so the shipment was closed.", sentiment: "positive", interaction_date: new Date("2023-11-10T19:50:16Z") },
            { id: 154, lead_id: 64, feedback: "The payment was cancelled following a partial review.", sentiment: "negative", interaction_date: new Date("2023-06-14T08:30:58Z") },
            { id: 155, lead_id: 49, feedback: "Support reported a partial issue; the transfer was approved.", sentiment: "positive", interaction_date: new Date("2023-09-02T10:34:30Z") },
            { id: 156, lead_id: 86, feedback: "No response from the customer, so the session was cancelled.", sentiment: "neutral", interaction_date: new Date("2023-10-23T16:49:54Z") },
            { id: 157, lead_id: 66, feedback: "The document was cancelled — routine case, no further action.", sentiment: "neutral", interaction_date: new Date("2023-10-27T19:10:36Z") },
            { id: 158, lead_id: 120, feedback: "The document was confirmed — minor case, no further action.", sentiment: "positive", interaction_date: new Date("2023-09-25T17:24:45Z") },
            { id: 159, lead_id: 167, feedback: "Flagged as unusual. The reviewer delayed the payment.", sentiment: "positive", interaction_date: new Date("2023-07-31T12:49:08Z") },
            { id: 160, lead_id: 197, feedback: "A standard follow-up: the ticket was escalated.", sentiment: "positive", interaction_date: new Date("2023-09-04T13:02:16Z") },
            { id: 161, lead_id: 121, feedback: "The customer confirmed the details and the document was confirmed.", sentiment: "positive", interaction_date: new Date("2023-07-18T20:24:44Z") },
            { id: 162, lead_id: 153, feedback: "The customer asked for a change and the payment was approved.", sentiment: "positive", interaction_date: new Date("2023-10-12T10:22:05Z") },
            { id: 163, lead_id: 133, feedback: "Flagged as manual. The account owner approved the shipment.", sentiment: "positive", interaction_date: new Date("2023-01-27T15:46:57Z") },
            { id: 164, lead_id: 150, feedback: "The customer confirmed the details and the report was closed.", sentiment: "positive", interaction_date: new Date("2023-08-28T16:22:21Z") },
            { id: 165, lead_id: 1, feedback: "An urgent follow-up: the claim was closed.", sentiment: "negative", interaction_date: new Date("2023-04-08T07:37:55Z") },
            { id: 166, lead_id: 54, feedback: "The reviewer asked for a change and the delivery was closed.", sentiment: "positive", interaction_date: new Date("2023-01-25T19:14:34Z") },
            { id: 167, lead_id: 96, feedback: "An operator asked for a change and the invoice was cancelled.", sentiment: "neutral", interaction_date: new Date("2023-04-18T19:20:04Z") },
            { id: 168, lead_id: 88, feedback: "The reviewer asked for a change and the shipment was confirmed.", sentiment: "neutral", interaction_date: new Date("2023-10-06T19:05:17Z") },
            { id: 169, lead_id: 26, feedback: "The session was approved following an automatic review.", sentiment: "positive", interaction_date: new Date("2023-03-15T11:37:49Z") },
            { id: 170, lead_id: 33, feedback: "The request was resolved after a partial check.", sentiment: "positive", interaction_date: new Date("2023-10-09T17:09:05Z") },
            { id: 171, lead_id: 162, feedback: "Flagged as unusual. The customer delayed the claim.", sentiment: "positive", interaction_date: new Date("2023-07-31T12:49:44Z") },
            { id: 172, lead_id: 200, feedback: "A minor follow-up: the order was rejected.", sentiment: "positive", interaction_date: new Date("2023-04-20T19:31:41Z") },
            { id: 173, lead_id: 84, feedback: "The refund was replaced after a minor check.", sentiment: "positive", interaction_date: new Date("2023-05-05T19:56:29Z") },
            { id: 174, lead_id: 173, feedback: "The appointment was refunded following an unusual review.", sentiment: "positive", interaction_date: new Date("2023-11-12T16:40:59Z") },
            { id: 175, lead_id: 154, feedback: "Flagged as unusual. The supplier refunded the transfer.", sentiment: "positive", interaction_date: new Date("2023-09-02T07:41:13Z") },
            { id: 176, lead_id: 124, feedback: "An automatic record was rejected the same day.", sentiment: "neutral", interaction_date: new Date("2023-05-04T18:47:59Z") },
            { id: 177, lead_id: 69, feedback: "An unusual appointment was rescheduled the same day.", sentiment: "positive", interaction_date: new Date("2023-11-29T13:40:48Z") },
            { id: 178, lead_id: 111, feedback: "The transfer was completed following a standard review.", sentiment: "neutral", interaction_date: new Date("2023-10-03T20:52:14Z") },
            { id: 179, lead_id: 90, feedback: "No response from support, so the request was reopened.", sentiment: "negative", interaction_date: new Date("2023-08-09T12:22:04Z") },
            { id: 180, lead_id: 104, feedback: "The reviewer confirmed the details and the ticket was rescheduled.", sentiment: "positive", interaction_date: new Date("2023-12-09T14:40:24Z") },
            { id: 181, lead_id: 200, feedback: "An unusual payment was reviewed the same day.", sentiment: "negative", interaction_date: new Date("2023-07-11T16:35:23Z") },
            { id: 182, lead_id: 200, feedback: "The session was cancelled following a minor review.", sentiment: "positive", interaction_date: new Date("2023-07-01T12:39:09Z") },
            { id: 183, lead_id: 170, feedback: "The team confirmed the details and the session was delayed.", sentiment: "positive", interaction_date: new Date("2023-02-01T18:00:23Z") },
            { id: 184, lead_id: 194, feedback: "The session was escalated — minor case, no further action.", sentiment: "positive", interaction_date: new Date("2023-10-21T22:27:41Z") },
            { id: 185, lead_id: 67, feedback: "No response from the customer, so the order was processed.", sentiment: "neutral", interaction_date: new Date("2023-10-14T12:20:55Z") },
            { id: 186, lead_id: 190, feedback: "The team asked for a change and the item was approved.", sentiment: "positive", interaction_date: new Date("2023-04-18T18:34:58Z") },
            { id: 187, lead_id: 177, feedback: "The reviewer confirmed the details and the appointment was delayed.", sentiment: "positive", interaction_date: new Date("2023-06-16T11:35:12Z") },
            { id: 188, lead_id: 89, feedback: "An operator reported a minor issue; the claim was refunded.", sentiment: "positive", interaction_date: new Date("2023-12-23T18:22:49Z") },
            { id: 189, lead_id: 73, feedback: "No response from support, so the report was closed.", sentiment: "neutral", interaction_date: new Date("2023-06-30T15:35:50Z") },
            { id: 190, lead_id: 158, feedback: "The reviewer asked for a change and the ticket was reviewed.", sentiment: "positive", interaction_date: new Date("2023-08-31T08:35:49Z") },
            { id: 191, lead_id: 195, feedback: "Flagged as partial. The courier refunded the account.", sentiment: "positive", interaction_date: new Date("2023-10-01T11:48:26Z") },
            { id: 192, lead_id: 104, feedback: "The request was reviewed following a repeat review.", sentiment: "positive", interaction_date: new Date("2023-10-02T16:33:28Z") },
            { id: 193, lead_id: 52, feedback: "The booking was refunded — automatic case, no further action.", sentiment: "positive", interaction_date: new Date("2023-06-05T09:00:28Z") },
            { id: 194, lead_id: 100, feedback: "The customer reported a manual issue; the document was confirmed.", sentiment: "positive", interaction_date: new Date("2023-03-29T19:21:18Z") },
            { id: 195, lead_id: 30, feedback: "The team reported an urgent issue; the invoice was reopened.", sentiment: "positive", interaction_date: new Date("2023-10-07T13:58:39Z") },
            { id: 196, lead_id: 176, feedback: "An operator asked for a change and the document was approved.", sentiment: "neutral", interaction_date: new Date("2023-03-06T22:05:05Z") },
            { id: 197, lead_id: 51, feedback: "The delivery was reviewed following an automatic review.", sentiment: "positive", interaction_date: new Date("2023-03-02T19:11:57Z") },
            { id: 198, lead_id: 112, feedback: "The record was cancelled — minor case, no further action.", sentiment: "neutral", interaction_date: new Date("2023-03-19T22:39:56Z") },
            { id: 199, lead_id: 112, feedback: "The appointment was processed — urgent case, no further action.", sentiment: "positive", interaction_date: new Date("2023-03-02T17:32:39Z") },
            { id: 200, lead_id: 127, feedback: "The booking was delayed — manual case, no further action.", sentiment: "neutral", interaction_date: new Date("2023-05-30T10:01:03Z") },
            { id: 201, lead_id: 46, feedback: "No response from the customer, so the appointment was cancelled.", sentiment: "neutral", interaction_date: new Date("2023-11-20T18:44:25Z") },
            { id: 202, lead_id: 23, feedback: "The transfer was cancelled — repeat case, no further action.", sentiment: "negative", interaction_date: new Date("2023-03-17T12:36:52Z") },
            { id: 203, lead_id: 30, feedback: "Flagged as minor. The courier reviewed the invoice.", sentiment: "positive", interaction_date: new Date("2023-11-17T10:11:16Z") },
            { id: 204, lead_id: 155, feedback: "The courier confirmed the details and the account was rejected.", sentiment: "positive", interaction_date: new Date("2023-12-04T01:38:17Z") },
            { id: 205, lead_id: 19, feedback: "A minor report was delayed the same day.", sentiment: "positive", interaction_date: new Date("2023-04-08T18:52:34Z") },
            { id: 206, lead_id: 191, feedback: "The report was completed after a standard check.", sentiment: "negative", interaction_date: new Date("2023-01-22T19:54:20Z") },
            { id: 207, lead_id: 14, feedback: "The transfer was completed following a standard review.", sentiment: "negative", interaction_date: new Date("2023-04-07T21:00:50Z") },
            { id: 208, lead_id: 77, feedback: "The document was confirmed — late case, no further action.", sentiment: "positive", interaction_date: new Date("2023-09-12T13:34:21Z") },
            { id: 209, lead_id: 92, feedback: "The customer reported a partial issue; the account was delayed.", sentiment: "positive", interaction_date: new Date("2023-02-16T20:00:14Z") },
            { id: 210, lead_id: 32, feedback: "Flagged as late. The courier cancelled the ticket.", sentiment: "positive", interaction_date: new Date("2023-09-28T21:20:26Z") },
            { id: 211, lead_id: 34, feedback: "Flagged as automatic. The customer escalated the delivery.", sentiment: "neutral", interaction_date: new Date("2023-05-11T09:29:44Z") },
            { id: 212, lead_id: 23, feedback: "The ticket was confirmed — duplicate case, no further action.", sentiment: "negative", interaction_date: new Date("2023-02-28T02:33:39Z") },
            { id: 213, lead_id: 14, feedback: "The courier asked for a change and the record was confirmed.", sentiment: "positive", interaction_date: new Date("2023-08-15T11:19:04Z") },
            { id: 214, lead_id: 1, feedback: "A duplicate request was completed the same day.", sentiment: "positive", interaction_date: new Date("2023-12-20T15:40:06Z") },
            { id: 215, lead_id: 109, feedback: "A repeat item was confirmed the same day.", sentiment: "positive", interaction_date: new Date("2023-12-02T16:00:21Z") },
            { id: 216, lead_id: 133, feedback: "The account was replaced following an unusual review.", sentiment: "positive", interaction_date: new Date("2023-09-22T13:34:49Z") },
            { id: 217, lead_id: 98, feedback: "The order was closed — partial case, no further action.", sentiment: "neutral", interaction_date: new Date("2023-05-05T02:53:37Z") },
            { id: 218, lead_id: 125, feedback: "An urgent ticket was rescheduled the same day.", sentiment: "negative", interaction_date: new Date("2023-12-01T01:35:58Z") },
            { id: 219, lead_id: 27, feedback: "A repeat follow-up: the document was replaced.", sentiment: "positive", interaction_date: new Date("2023-10-14T18:22:23Z") },
            { id: 220, lead_id: 55, feedback: "The delivery was escalated — incomplete case, no further action.", sentiment: "neutral", interaction_date: new Date("2023-06-28T03:18:32Z") },
            { id: 221, lead_id: 46, feedback: "The reviewer reported an incomplete issue; the account was updated.", sentiment: "positive", interaction_date: new Date("2023-01-21T16:45:31Z") },
            { id: 222, lead_id: 134, feedback: "Support asked for a change and the order was closed.", sentiment: "neutral", interaction_date: new Date("2023-05-28T20:13:54Z") },
            { id: 223, lead_id: 152, feedback: "Flagged as late. The team processed the delivery.", sentiment: "positive", interaction_date: new Date("2023-07-12T18:55:16Z") },
            { id: 224, lead_id: 107, feedback: "The transfer was escalated following a repeat review.", sentiment: "positive", interaction_date: new Date("2023-03-24T07:18:54Z") },
            { id: 225, lead_id: 193, feedback: "The item was delayed — routine case, no further action.", sentiment: "negative", interaction_date: new Date("2023-09-18T16:52:41Z") },
            { id: 226, lead_id: 47, feedback: "The order was closed after an incomplete check.", sentiment: "positive", interaction_date: new Date("2023-07-08T15:02:48Z") },
            { id: 227, lead_id: 140, feedback: "No response from the supplier, so the transfer was closed.", sentiment: "positive", interaction_date: new Date("2023-09-26T14:39:36Z") },
            { id: 228, lead_id: 70, feedback: "The supplier confirmed the details and the item was approved.", sentiment: "positive", interaction_date: new Date("2023-09-26T10:54:50Z") },
            { id: 229, lead_id: 108, feedback: "A repeat delivery was reopened the same day.", sentiment: "positive", interaction_date: new Date("2023-04-04T14:20:45Z") },
            { id: 230, lead_id: 4, feedback: "The session was approved — incomplete case, no further action.", sentiment: "positive", interaction_date: new Date("2023-04-09T14:16:23Z") },
            { id: 231, lead_id: 126, feedback: "No response from the customer, so the delivery was refunded.", sentiment: "positive", interaction_date: new Date("2023-04-23T01:30:21Z") },
            { id: 232, lead_id: 181, feedback: "The courier asked for a change and the order was updated.", sentiment: "positive", interaction_date: new Date("2023-08-26T23:31:27Z") },
            { id: 233, lead_id: 53, feedback: "A minor delivery was processed the same day.", sentiment: "positive", interaction_date: new Date("2023-04-09T15:36:27Z") },
            { id: 234, lead_id: 27, feedback: "The request was delayed — late case, no further action.", sentiment: "positive", interaction_date: new Date("2023-05-31T20:24:42Z") },
            { id: 235, lead_id: 77, feedback: "The document was refunded after a repeat check.", sentiment: "positive", interaction_date: new Date("2023-06-17T15:46:01Z") },
            { id: 236, lead_id: 127, feedback: "The session was delayed following an automatic review.", sentiment: "positive", interaction_date: new Date("2023-11-05T19:48:39Z") },
            { id: 237, lead_id: 104, feedback: "The team reported an urgent issue; the ticket was delayed.", sentiment: "neutral", interaction_date: new Date("2023-02-26T12:01:58Z") },
            { id: 238, lead_id: 101, feedback: "The refund was rejected following a late review.", sentiment: "positive", interaction_date: new Date("2023-02-05T11:30:00Z") },
            { id: 239, lead_id: 73, feedback: "The courier reported a routine issue; the transfer was completed.", sentiment: "neutral", interaction_date: new Date("2023-12-31T19:45:02Z") },
            { id: 240, lead_id: 156, feedback: "The courier reported a manual issue; the ticket was rescheduled.", sentiment: "neutral", interaction_date: new Date("2023-06-24T04:22:15Z") },
            { id: 241, lead_id: 188, feedback: "The request was processed after an urgent check.", sentiment: "positive", interaction_date: new Date("2023-03-25T18:57:05Z") },
            { id: 242, lead_id: 194, feedback: "The ticket was rejected after an automatic check.", sentiment: "neutral", interaction_date: new Date("2023-11-02T12:52:47Z") },
            { id: 243, lead_id: 142, feedback: "The supplier asked for a change and the refund was updated.", sentiment: "positive", interaction_date: new Date("2023-02-14T19:44:20Z") },
            { id: 244, lead_id: 175, feedback: "The courier reported an automatic issue; the report was closed.", sentiment: "negative", interaction_date: new Date("2023-09-05T13:00:35Z") },
            { id: 245, lead_id: 95, feedback: "The session was cancelled after an urgent check.", sentiment: "neutral", interaction_date: new Date("2023-04-09T11:17:40Z") },
            { id: 246, lead_id: 138, feedback: "Flagged as manual. The reviewer replaced the shipment.", sentiment: "neutral", interaction_date: new Date("2023-08-05T13:25:02Z") },
            { id: 247, lead_id: 31, feedback: "The item was closed — automatic case, no further action.", sentiment: "neutral", interaction_date: new Date("2023-10-16T06:58:17Z") },
            { id: 248, lead_id: 174, feedback: "The account was approved after a late check.", sentiment: "neutral", interaction_date: new Date("2023-09-27T19:53:48Z") },
            { id: 249, lead_id: 125, feedback: "No response from the supplier, so the invoice was updated.", sentiment: "positive", interaction_date: new Date("2023-03-01T21:22:24Z") },
            { id: 250, lead_id: 109, feedback: "The transfer was resolved following a partial review.", sentiment: "neutral", interaction_date: new Date("2023-01-21T19:58:41Z") },
            { id: 251, lead_id: 39, feedback: "No response from the supplier, so the request was resolved.", sentiment: "negative", interaction_date: new Date("2023-04-22T10:26:02Z") },
            { id: 252, lead_id: 170, feedback: "Flagged as automatic. The supplier delayed the claim.", sentiment: "positive", interaction_date: new Date("2023-12-26T20:32:08Z") },
            { id: 253, lead_id: 98, feedback: "Support asked for a change and the claim was rescheduled.", sentiment: "neutral", interaction_date: new Date("2023-10-22T13:02:21Z") },
            { id: 254, lead_id: 151, feedback: "A partial order was approved the same day.", sentiment: "positive", interaction_date: new Date("2023-05-16T10:21:27Z") },
            { id: 255, lead_id: 190, feedback: "The account was processed following a repeat review.", sentiment: "neutral", interaction_date: new Date("2023-06-19T09:13:30Z") },
            { id: 256, lead_id: 110, feedback: "The order was escalated — repeat case, no further action.", sentiment: "positive", interaction_date: new Date("2023-01-25T17:56:05Z") },
            { id: 257, lead_id: 8, feedback: "A minor follow-up: the record was updated.", sentiment: "positive", interaction_date: new Date("2023-07-25T07:06:16Z") },
            { id: 258, lead_id: 149, feedback: "An automatic refund was cancelled the same day.", sentiment: "positive", interaction_date: new Date("2023-06-21T21:12:30Z") },
            { id: 259, lead_id: 95, feedback: "Flagged as duplicate. The supplier cancelled the delivery.", sentiment: "positive", interaction_date: new Date("2023-08-11T15:11:46Z") },
            { id: 260, lead_id: 91, feedback: "The record was updated — repeat case, no further action.", sentiment: "positive", interaction_date: new Date("2023-01-10T08:16:00Z") },
            { id: 261, lead_id: 161, feedback: "The refund was processed after a late check.", sentiment: "neutral", interaction_date: new Date("2023-05-21T14:40:51Z") },
            { id: 262, lead_id: 199, feedback: "Support reported a routine issue; the item was cancelled.", sentiment: "negative", interaction_date: new Date("2023-06-13T21:53:48Z") },
            { id: 263, lead_id: 101, feedback: "Flagged as partial. The account owner approved the claim.", sentiment: "neutral", interaction_date: new Date("2023-09-14T23:50:02Z") },
            { id: 264, lead_id: 12, feedback: "A routine booking was refunded the same day.", sentiment: "positive", interaction_date: new Date("2023-08-15T23:06:51Z") },
            { id: 265, lead_id: 137, feedback: "A standard invoice was reopened the same day.", sentiment: "positive", interaction_date: new Date("2023-03-29T19:07:35Z") },
            { id: 266, lead_id: 79, feedback: "The customer asked for a change and the shipment was processed.", sentiment: "negative", interaction_date: new Date("2023-09-04T11:58:30Z") },
            { id: 267, lead_id: 123, feedback: "The transfer was completed following an incomplete review.", sentiment: "positive", interaction_date: new Date("2023-06-13T00:48:36Z") },
            { id: 268, lead_id: 134, feedback: "The customer confirmed the details and the ticket was escalated.", sentiment: "positive", interaction_date: new Date("2023-12-26T06:04:51Z") },
            { id: 269, lead_id: 67, feedback: "The supplier confirmed the details and the booking was rejected.", sentiment: "positive", interaction_date: new Date("2023-02-26T15:48:00Z") },
            { id: 270, lead_id: 169, feedback: "The appointment was resolved following a manual review.", sentiment: "positive", interaction_date: new Date("2023-02-06T11:43:25Z") },
            { id: 271, lead_id: 66, feedback: "The reviewer asked for a change and the claim was reviewed.", sentiment: "positive", interaction_date: new Date("2023-09-20T14:10:48Z") },
            { id: 272, lead_id: 64, feedback: "No response from the supplier, so the shipment was completed.", sentiment: "neutral", interaction_date: new Date("2023-02-15T21:10:13Z") },
            { id: 273, lead_id: 110, feedback: "A manual document was refunded the same day.", sentiment: "positive", interaction_date: new Date("2023-09-21T07:56:04Z") },
            { id: 274, lead_id: 177, feedback: "The account owner asked for a change and the invoice was closed.", sentiment: "positive", interaction_date: new Date("2023-06-02T14:42:12Z") },
            { id: 275, lead_id: 37, feedback: "An urgent order was confirmed the same day.", sentiment: "positive", interaction_date: new Date("2023-09-01T17:37:44Z") },
            { id: 276, lead_id: 197, feedback: "No response from the team, so the appointment was confirmed.", sentiment: "neutral", interaction_date: new Date("2023-01-26T15:40:16Z") },
            { id: 277, lead_id: 196, feedback: "The reviewer reported a duplicate issue; the account was processed.", sentiment: "positive", interaction_date: new Date("2023-05-15T21:50:06Z") },
            { id: 278, lead_id: 130, feedback: "A standard session was confirmed the same day.", sentiment: "positive", interaction_date: new Date("2023-06-23T01:59:41Z") },
            { id: 279, lead_id: 179, feedback: "The booking was delayed — routine case, no further action.", sentiment: "positive", interaction_date: new Date("2023-11-28T10:46:57Z") },
            { id: 280, lead_id: 160, feedback: "The team asked for a change and the invoice was refunded.", sentiment: "positive", interaction_date: new Date("2023-07-17T12:17:13Z") },
            { id: 281, lead_id: 157, feedback: "A repeat follow-up: the transfer was confirmed.", sentiment: "positive", interaction_date: new Date("2023-03-18T18:08:32Z") },
            { id: 282, lead_id: 127, feedback: "Flagged as repeat. The team escalated the request.", sentiment: "positive", interaction_date: new Date("2023-12-05T15:38:31Z") },
            { id: 283, lead_id: 67, feedback: "The supplier asked for a change and the session was rejected.", sentiment: "positive", interaction_date: new Date("2023-01-27T18:17:17Z") },
            { id: 284, lead_id: 96, feedback: "The team asked for a change and the appointment was confirmed.", sentiment: "neutral", interaction_date: new Date("2023-03-13T22:34:36Z") },
            { id: 285, lead_id: 87, feedback: "An unusual follow-up: the item was processed.", sentiment: "negative", interaction_date: new Date("2023-11-01T21:24:15Z") },
            { id: 286, lead_id: 152, feedback: "The document was reopened following a minor review.", sentiment: "positive", interaction_date: new Date("2023-10-12T17:51:31Z") },
            { id: 287, lead_id: 84, feedback: "A late follow-up: the document was closed.", sentiment: "positive", interaction_date: new Date("2023-08-09T15:52:21Z") },
            { id: 288, lead_id: 24, feedback: "No response from the courier, so the payment was processed.", sentiment: "positive", interaction_date: new Date("2023-04-26T16:12:48Z") },
            { id: 289, lead_id: 145, feedback: "The team reported a partial issue; the request was escalated.", sentiment: "positive", interaction_date: new Date("2023-06-23T12:59:13Z") },
            { id: 290, lead_id: 10, feedback: "The delivery was replaced — partial case, no further action.", sentiment: "positive", interaction_date: new Date("2023-04-13T14:11:03Z") },
            { id: 291, lead_id: 164, feedback: "The courier reported a late issue; the order was escalated.", sentiment: "positive", interaction_date: new Date("2023-08-15T11:26:37Z") },
            { id: 292, lead_id: 153, feedback: "A standard invoice was confirmed the same day.", sentiment: "positive", interaction_date: new Date("2023-08-17T18:11:46Z") },
            { id: 293, lead_id: 77, feedback: "A late follow-up: the appointment was rejected.", sentiment: "negative", interaction_date: new Date("2023-05-21T19:13:16Z") },
            { id: 294, lead_id: 126, feedback: "The team confirmed the details and the shipment was updated.", sentiment: "positive", interaction_date: new Date("2023-10-24T18:24:54Z") },
            { id: 295, lead_id: 173, feedback: "A standard request was reopened the same day.", sentiment: "neutral", interaction_date: new Date("2023-02-27T09:16:46Z") },
            { id: 296, lead_id: 96, feedback: "The invoice was updated after a routine check.", sentiment: "negative", interaction_date: new Date("2023-05-05T19:49:07Z") },
            { id: 297, lead_id: 40, feedback: "The payment was escalated after an unusual check.", sentiment: "positive", interaction_date: new Date("2023-01-16T09:57:38Z") },
            { id: 298, lead_id: 19, feedback: "A duplicate follow-up: the claim was delayed.", sentiment: "positive", interaction_date: new Date("2023-09-29T17:54:53Z") },
            { id: 299, lead_id: 40, feedback: "A routine transfer was replaced the same day.", sentiment: "positive", interaction_date: new Date("2023-03-31T13:01:25Z") },
            { id: 300, lead_id: 47, feedback: "The account owner asked for a change and the delivery was approved.", sentiment: "positive", interaction_date: new Date("2023-07-17T14:23:17Z") },
        ],
    });
    await prisma.comments.createMany({
        data: [
            { id: 1, interaction_id: 207, comment_text: "The ticket was updated — partial case, no further action. The account owner confirmed the details and the booking was resolved.", created_at: new Date("2023-01-26T08:58:37Z"), likes_count: 802, reply_count: 56 },
            { id: 2, interaction_id: 212, comment_text: "The customer asked for a change and the delivery was replaced. An operator reported a minor issue; the order was rescheduled.", created_at: new Date("2023-11-25T16:38:36Z"), likes_count: 221, reply_count: 52 },
            { id: 3, interaction_id: 141, comment_text: "The supplier asked for a change and the appointment was delayed. The account owner reported an incomplete issue; the item was escalated. The reviewer reported a standard issue; the document was completed.", created_at: new Date("2023-04-19T08:34:48Z"), likes_count: 570, reply_count: 43 },
            { id: 4, interaction_id: 51, comment_text: "No response from the supplier, so the account was refunded. The team confirmed the details and the claim was resolved. No response from the reviewer, so the document was reviewed.", created_at: new Date("2023-08-24T09:05:14Z"), likes_count: 573, reply_count: 59 },
            { id: 5, interaction_id: 33, comment_text: "No response from the customer, so the record was updated. The delivery was confirmed — standard case, no further action. No response from the reviewer, so the ticket was cancelled.", created_at: new Date("2023-11-10T17:39:42Z"), likes_count: 121, reply_count: 51 },
            { id: 6, interaction_id: 62, comment_text: "An operator asked for a change and the order was updated. No response from the team, so the transfer was rescheduled. The payment was reopened — unusual case, no further action.", created_at: new Date("2023-11-15T19:11:01Z"), likes_count: 468, reply_count: 46 },
            { id: 7, interaction_id: 33, comment_text: "No response from the supplier, so the claim was reviewed. The reviewer asked for a change and the delivery was closed. The reviewer asked for a change and the invoice was refunded.", created_at: new Date("2023-04-16T08:46:31Z"), likes_count: 136, reply_count: 53 },
            { id: 8, interaction_id: 20, comment_text: "The supplier confirmed the details and the request was rescheduled. The supplier reported an unusual issue; the payment was approved. No response from an operator, so the record was rejected.", created_at: new Date("2023-01-06T14:40:18Z"), likes_count: 505, reply_count: 46 },
            { id: 9, interaction_id: 252, comment_text: "The document was approved — unusual case, no further action. No response from the account owner, so the record was resolved. The courier reported a standard issue; the refund was confirmed.", created_at: new Date("2023-09-07T13:12:34Z"), likes_count: 561, reply_count: 52 },
            { id: 10, interaction_id: 160, comment_text: "An operator reported a routine issue; the request was closed. The team reported an urgent issue; the claim was completed. The document was updated — standard case, no further action. No response from the account owner, so the shipment was refunded.", created_at: new Date("2023-05-16T11:57:30Z"), likes_count: 285, reply_count: 29 },
            { id: 11, interaction_id: 126, comment_text: "The courier confirmed the details and the appointment was updated. No response from the customer, so the account was confirmed. The reviewer reported an automatic issue; the claim was rescheduled.", created_at: new Date("2023-03-13T07:54:00Z"), likes_count: 356, reply_count: 39 },
            { id: 12, interaction_id: 105, comment_text: "The order was reviewed — incomplete case, no further action. The order was cancelled — duplicate case, no further action. The account owner asked for a change and the report was rejected. The customer confirmed the details and the order was resolved.", created_at: new Date("2023-05-11T14:02:40Z"), likes_count: 488, reply_count: 52 },
            { id: 13, interaction_id: 247, comment_text: "The customer confirmed the details and the item was refunded. The reviewer asked for a change and the report was closed. The courier reported an automatic issue; the document was delayed. The team reported a late issue; the document was reviewed.", created_at: new Date("2023-05-18T10:27:44Z"), likes_count: 423, reply_count: 72 },
            { id: 14, interaction_id: 106, comment_text: "The shipment was confirmed — unusual case, no further action. The session was confirmed — partial case, no further action. The reviewer confirmed the details and the claim was updated. No response from the team, so the appointment was refunded.", created_at: new Date("2023-05-27T11:13:57Z"), likes_count: 440, reply_count: 45 },
            { id: 15, interaction_id: 66, comment_text: "An operator reported a standard issue; the refund was rescheduled. The supplier confirmed the details and the booking was replaced. No response from the courier, so the payment was reopened.", created_at: new Date("2023-06-18T20:46:22Z"), likes_count: 592, reply_count: 52 },
            { id: 16, interaction_id: 239, comment_text: "The courier asked for a change and the claim was refunded. The customer asked for a change and the appointment was escalated.", created_at: new Date("2023-11-11T15:20:42Z"), likes_count: 404, reply_count: 41 },
            { id: 17, interaction_id: 136, comment_text: "An operator confirmed the details and the order was processed. The customer reported a manual issue; the shipment was confirmed.", created_at: new Date("2023-05-05T14:47:01Z"), likes_count: 536, reply_count: 58 },
            { id: 18, interaction_id: 255, comment_text: "The supplier reported an urgent issue; the appointment was rescheduled. The customer confirmed the details and the session was refunded. The supplier confirmed the details and the claim was cancelled.", created_at: new Date("2023-01-18T19:42:52Z"), likes_count: 495, reply_count: 45 },
            { id: 19, interaction_id: 1, comment_text: "The supplier asked for a change and the appointment was updated. The report was rejected — repeat case, no further action. The supplier asked for a change and the invoice was completed.", created_at: new Date("2023-04-14T12:47:04Z"), likes_count: 278, reply_count: 41 },
            { id: 20, interaction_id: 294, comment_text: "An operator confirmed the details and the account was replaced. An operator asked for a change and the order was rescheduled.", created_at: new Date("2023-04-17T16:02:25Z"), likes_count: 229, reply_count: 61 },
            { id: 21, interaction_id: 33, comment_text: "The reviewer asked for a change and the claim was completed. The shipment was updated — automatic case, no further action.", created_at: new Date("2023-11-27T11:01:06Z"), likes_count: 474, reply_count: 66 },
            { id: 22, interaction_id: 65, comment_text: "The reviewer confirmed the details and the order was reopened. The team asked for a change and the transfer was delayed.", created_at: new Date("2023-10-12T12:09:22Z"), likes_count: 622, reply_count: 49 },
            { id: 23, interaction_id: 113, comment_text: "An operator asked for a change and the item was reopened. The ticket was confirmed — unusual case, no further action.", created_at: new Date("2023-04-17T14:18:13Z"), likes_count: 566, reply_count: 47 },
            { id: 24, interaction_id: 206, comment_text: "The courier asked for a change and the invoice was processed. An operator reported a partial issue; the appointment was updated. The transfer was refunded — unusual case, no further action. The supplier reported a minor issue; the session was confirmed.", created_at: new Date("2023-04-02T16:31:02Z"), likes_count: 501, reply_count: 57 },
            { id: 25, interaction_id: 189, comment_text: "No response from the courier, so the session was updated. The delivery was updated — minor case, no further action. The booking was confirmed — manual case, no further action. The shipment was resolved — manual case, no further action.", created_at: new Date("2023-12-01T20:46:04Z"), likes_count: 354, reply_count: 64 },
            { id: 26, interaction_id: 214, comment_text: "The customer confirmed the details and the document was approved. The reviewer asked for a change and the request was rejected.", created_at: new Date("2023-04-17T08:15:25Z"), likes_count: 476, reply_count: 46 },
            { id: 27, interaction_id: 54, comment_text: "The refund was reviewed — automatic case, no further action. An operator asked for a change and the item was cancelled. No response from an operator, so the appointment was delayed. Support asked for a change and the document was cancelled.", created_at: new Date("2023-06-28T12:06:34Z"), likes_count: 616, reply_count: 61 },
            { id: 28, interaction_id: 230, comment_text: "The ticket was processed — partial case, no further action. The reviewer confirmed the details and the item was rescheduled. The courier reported an incomplete issue; the transfer was approved.", created_at: new Date("2023-03-05T08:53:58Z"), likes_count: 579, reply_count: 43 },
            { id: 29, interaction_id: 153, comment_text: "No response from the customer, so the invoice was completed. The reviewer confirmed the details and the appointment was completed. The record was approved — urgent case, no further action.", created_at: new Date("2023-12-06T20:01:55Z"), likes_count: 371, reply_count: 17 },
            { id: 30, interaction_id: 135, comment_text: "The reviewer confirmed the details and the shipment was completed. The ticket was closed — standard case, no further action. Support asked for a change and the shipment was resolved.", created_at: new Date("2023-12-09T02:33:10Z"), likes_count: 719, reply_count: 50 },
            { id: 31, interaction_id: 77, comment_text: "The customer confirmed the details and the record was closed. The invoice was resolved — standard case, no further action. The ticket was resolved — minor case, no further action.", created_at: new Date("2023-09-11T18:35:37Z"), likes_count: 266, reply_count: 51 },
            { id: 32, interaction_id: 291, comment_text: "The account owner reported a late issue; the appointment was replaced. The reviewer reported a late issue; the item was reviewed. No response from the reviewer, so the invoice was rescheduled.", created_at: new Date("2023-12-08T17:55:41Z"), likes_count: 484, reply_count: 42 },
            { id: 33, interaction_id: 44, comment_text: "The account owner asked for a change and the booking was escalated. The team reported a partial issue; the invoice was replaced. The supplier asked for a change and the session was updated.", created_at: new Date("2023-10-24T12:18:08Z"), likes_count: 625, reply_count: 75 },
            { id: 34, interaction_id: 45, comment_text: "No response from an operator, so the transfer was resolved. The reviewer confirmed the details and the shipment was updated.", created_at: new Date("2023-04-28T21:26:14Z"), likes_count: 392, reply_count: 72 },
            { id: 35, interaction_id: 184, comment_text: "The reviewer confirmed the details and the session was resolved. The account was processed — minor case, no further action.", created_at: new Date("2023-05-27T08:34:49Z"), likes_count: 571, reply_count: 43 },
            { id: 36, interaction_id: 17, comment_text: "The session was delayed — manual case, no further action. The customer reported a minor issue; the ticket was rescheduled. No response from the customer, so the item was replaced.", created_at: new Date("2023-02-24T15:58:21Z"), likes_count: 653, reply_count: 62 },
            { id: 37, interaction_id: 46, comment_text: "The reviewer reported a duplicate issue; the record was reviewed. No response from the courier, so the report was processed. The request was escalated — minor case, no further action.", created_at: new Date("2023-04-08T09:11:53Z"), likes_count: 472, reply_count: 54 },
            { id: 38, interaction_id: 257, comment_text: "The account owner asked for a change and the claim was completed. Support asked for a change and the transfer was resolved.", created_at: new Date("2023-09-21T09:02:27Z"), likes_count: 617, reply_count: 67 },
            { id: 39, interaction_id: 168, comment_text: "No response from the account owner, so the booking was reopened. The team asked for a change and the account was updated.", created_at: new Date("2023-07-05T02:55:34Z"), likes_count: 422, reply_count: 43 },
            { id: 40, interaction_id: 97, comment_text: "No response from the account owner, so the item was delayed. The session was refunded — urgent case, no further action.", created_at: new Date("2023-01-26T12:42:59Z"), likes_count: 364, reply_count: 44 },
            { id: 41, interaction_id: 82, comment_text: "The customer confirmed the details and the invoice was updated. The courier reported an unusual issue; the ticket was closed. The booking was resolved — automatic case, no further action.", created_at: new Date("2023-04-13T17:20:47Z"), likes_count: 412, reply_count: 57 },
            { id: 42, interaction_id: 53, comment_text: "The account owner reported an automatic issue; the delivery was escalated. No response from an operator, so the ticket was escalated. The team asked for a change and the appointment was processed.", created_at: new Date("2023-08-14T17:19:25Z"), likes_count: 634, reply_count: 70 },
            { id: 43, interaction_id: 154, comment_text: "Support asked for a change and the record was rescheduled. The team reported an incomplete issue; the claim was rejected.", created_at: new Date("2023-09-13T21:31:22Z"), likes_count: 689, reply_count: 42 },
            { id: 44, interaction_id: 238, comment_text: "The courier confirmed the details and the invoice was refunded. The record was updated — late case, no further action. The team asked for a change and the document was refunded. The account owner reported an urgent issue; the report was processed.", created_at: new Date("2023-07-22T01:05:30Z"), likes_count: 365, reply_count: 50 },
            { id: 45, interaction_id: 199, comment_text: "The supplier reported a repeat issue; the document was replaced. The appointment was resolved — duplicate case, no further action.", created_at: new Date("2023-03-25T00:31:00Z"), likes_count: 559, reply_count: 57 },
            { id: 46, interaction_id: 10, comment_text: "The team asked for a change and the session was updated. The supplier asked for a change and the record was closed. No response from the supplier, so the payment was cancelled.", created_at: new Date("2023-10-21T10:58:44Z"), likes_count: 635, reply_count: 35 },
            { id: 47, interaction_id: 20, comment_text: "The team confirmed the details and the item was processed. The team reported an incomplete issue; the account was replaced.", created_at: new Date("2023-07-15T07:03:30Z"), likes_count: 346, reply_count: 46 },
            { id: 48, interaction_id: 166, comment_text: "The invoice was reopened — repeat case, no further action. The item was updated — late case, no further action. No response from the account owner, so the report was resolved.", created_at: new Date("2023-02-22T15:42:54Z"), likes_count: 688, reply_count: 72 },
            { id: 49, interaction_id: 260, comment_text: "The account owner confirmed the details and the claim was rescheduled. The supplier asked for a change and the claim was reviewed. The reviewer asked for a change and the session was reviewed. No response from the supplier, so the refund was reviewed.", created_at: new Date("2023-02-11T08:12:08Z"), likes_count: 320, reply_count: 26 },
            { id: 50, interaction_id: 231, comment_text: "The reviewer confirmed the details and the refund was approved. The account owner reported a duplicate issue; the item was closed. The reviewer asked for a change and the transfer was replaced. The session was processed — minor case, no further action.", created_at: new Date("2023-12-18T16:25:02Z"), likes_count: 489, reply_count: 35 },
            { id: 51, interaction_id: 174, comment_text: "The courier confirmed the details and the claim was updated. The reviewer reported a manual issue; the order was updated. The customer reported a duplicate issue; the document was closed. The account owner asked for a change and the shipment was rescheduled.", created_at: new Date("2023-04-25T19:41:42Z"), likes_count: 677, reply_count: 38 },
            { id: 52, interaction_id: 9, comment_text: "The customer reported a standard issue; the record was processed. No response from the customer, so the shipment was refunded. The reviewer asked for a change and the payment was closed.", created_at: new Date("2023-04-11T09:52:54Z"), likes_count: 522, reply_count: 39 },
            { id: 53, interaction_id: 132, comment_text: "No response from the account owner, so the order was refunded. The reviewer confirmed the details and the order was replaced. The supplier confirmed the details and the ticket was rejected. The reviewer asked for a change and the account was rejected.", created_at: new Date("2023-03-29T12:47:21Z"), likes_count: 599, reply_count: 63 },
            { id: 54, interaction_id: 268, comment_text: "The customer asked for a change and the item was confirmed. Support asked for a change and the refund was escalated.", created_at: new Date("2023-01-27T08:31:48Z"), likes_count: 658, reply_count: 42 },
            { id: 55, interaction_id: 85, comment_text: "The item was refunded — urgent case, no further action. The team asked for a change and the appointment was rejected.", created_at: new Date("2023-05-09T20:14:31Z"), likes_count: 337, reply_count: 65 },
            { id: 56, interaction_id: 269, comment_text: "No response from the team, so the ticket was escalated. No response from the team, so the shipment was resolved.", created_at: new Date("2023-07-16T11:00:04Z"), likes_count: 430, reply_count: 24 },
            { id: 57, interaction_id: 119, comment_text: "An operator confirmed the details and the claim was updated. The reviewer reported a minor issue; the report was cancelled. The supplier reported an urgent issue; the report was confirmed. The team reported an urgent issue; the session was processed.", created_at: new Date("2023-04-06T20:58:30Z"), likes_count: 347, reply_count: 45 },
            { id: 58, interaction_id: 24, comment_text: "Support asked for a change and the claim was reviewed. The customer asked for a change and the transfer was resolved.", created_at: new Date("2023-10-28T08:57:04Z"), likes_count: 453, reply_count: 61 },
            { id: 59, interaction_id: 28, comment_text: "The report was reviewed — duplicate case, no further action. The supplier asked for a change and the session was rejected.", created_at: new Date("2023-06-25T08:35:36Z"), likes_count: 784, reply_count: 53 },
            { id: 60, interaction_id: 27, comment_text: "The report was reopened — repeat case, no further action. The booking was escalated — standard case, no further action. The courier reported a duplicate issue; the order was completed. The team asked for a change and the ticket was cancelled.", created_at: new Date("2023-11-25T17:13:36Z"), likes_count: 577, reply_count: 58 },
            { id: 61, interaction_id: 204, comment_text: "The account owner confirmed the details and the order was resolved. The team asked for a change and the payment was updated. The account owner reported a repeat issue; the request was cancelled. The claim was reopened — urgent case, no further action.", created_at: new Date("2023-01-30T22:32:58Z"), likes_count: 777, reply_count: 52 },
            { id: 62, interaction_id: 266, comment_text: "No response from the team, so the request was rescheduled. The courier confirmed the details and the refund was closed. No response from the reviewer, so the item was completed.", created_at: new Date("2023-07-06T21:59:55Z"), likes_count: 527, reply_count: 66 },
            { id: 63, interaction_id: 116, comment_text: "No response from the reviewer, so the account was confirmed. Support asked for a change and the booking was approved. The team reported a partial issue; the item was replaced. The refund was cancelled — incomplete case, no further action.", created_at: new Date("2023-07-18T18:38:59Z"), likes_count: 510, reply_count: 57 },
            { id: 64, interaction_id: 183, comment_text: "The customer asked for a change and the item was approved. The appointment was resolved — incomplete case, no further action.", created_at: new Date("2023-12-03T13:14:29Z"), likes_count: 835, reply_count: 51 },
            { id: 65, interaction_id: 30, comment_text: "An operator asked for a change and the invoice was confirmed. An operator reported a duplicate issue; the appointment was completed. The courier asked for a change and the shipment was rejected. The account owner reported an automatic issue; the delivery was approved.", created_at: new Date("2023-04-21T16:02:01Z"), likes_count: 401, reply_count: 69 },
            { id: 66, interaction_id: 88, comment_text: "The payment was processed — routine case, no further action. The customer asked for a change and the record was completed. The supplier reported a duplicate issue; the document was confirmed. The supplier reported a late issue; the request was processed.", created_at: new Date("2023-12-22T23:07:29Z"), likes_count: 273, reply_count: 48 },
            { id: 67, interaction_id: 106, comment_text: "The supplier confirmed the details and the invoice was rescheduled. No response from the customer, so the record was processed.", created_at: new Date("2023-12-05T15:31:36Z"), likes_count: 623, reply_count: 59 },
            { id: 68, interaction_id: 284, comment_text: "An operator asked for a change and the document was processed. No response from an operator, so the item was updated. No response from the courier, so the account was escalated. The reviewer reported an urgent issue; the item was approved.", created_at: new Date("2023-10-06T05:42:03Z"), likes_count: 661, reply_count: 45 },
            { id: 69, interaction_id: 25, comment_text: "The supplier reported a late issue; the ticket was cancelled. The account owner asked for a change and the order was updated. The session was reviewed — manual case, no further action. The report was updated — late case, no further action.", created_at: new Date("2023-04-10T22:09:24Z"), likes_count: 530, reply_count: 59 },
            { id: 70, interaction_id: 216, comment_text: "The customer asked for a change and the record was processed. An operator asked for a change and the refund was confirmed. The customer asked for a change and the shipment was confirmed. No response from the reviewer, so the request was replaced.", created_at: new Date("2023-04-13T19:40:34Z"), likes_count: 453, reply_count: 47 },
            { id: 71, interaction_id: 284, comment_text: "The payment was refunded — automatic case, no further action. The customer asked for a change and the session was reviewed. The reviewer reported a routine issue; the shipment was reviewed.", created_at: new Date("2023-01-25T23:41:14Z"), likes_count: 527, reply_count: 40 },
            { id: 72, interaction_id: 80, comment_text: "The team asked for a change and the payment was refunded. An operator reported a routine issue; the booking was processed. The courier reported a minor issue; the delivery was completed.", created_at: new Date("2023-11-29T17:06:26Z"), likes_count: 804, reply_count: 43 },
            { id: 73, interaction_id: 247, comment_text: "The team confirmed the details and the report was escalated. The item was rescheduled — manual case, no further action.", created_at: new Date("2023-11-17T11:54:50Z"), likes_count: 572, reply_count: 57 },
            { id: 74, interaction_id: 229, comment_text: "The item was reviewed — duplicate case, no further action. The reviewer asked for a change and the account was resolved. The team confirmed the details and the report was cancelled.", created_at: new Date("2023-02-02T07:53:01Z"), likes_count: 339, reply_count: 54 },
            { id: 75, interaction_id: 152, comment_text: "The refund was reviewed — minor case, no further action. The delivery was cancelled — routine case, no further action.", created_at: new Date("2023-05-14T19:17:34Z"), likes_count: 467, reply_count: 55 },
            { id: 76, interaction_id: 233, comment_text: "No response from the customer, so the booking was completed. An operator reported a routine issue; the claim was escalated. The courier reported an automatic issue; the order was replaced.", created_at: new Date("2023-02-28T17:11:34Z"), likes_count: 424, reply_count: 29 },
            { id: 77, interaction_id: 55, comment_text: "The reviewer confirmed the details and the refund was replaced. The transfer was confirmed — late case, no further action.", created_at: new Date("2023-04-12T00:46:02Z"), likes_count: 416, reply_count: 84 },
            { id: 78, interaction_id: 7, comment_text: "The appointment was rescheduled — standard case, no further action. No response from the team, so the report was updated. The report was cancelled — urgent case, no further action.", created_at: new Date("2023-07-29T18:47:44Z"), likes_count: 432, reply_count: 84 },
            { id: 79, interaction_id: 76, comment_text: "No response from the customer, so the account was rescheduled. The customer reported a standard issue; the session was replaced. No response from the reviewer, so the delivery was reviewed.", created_at: new Date("2023-10-08T19:45:54Z"), likes_count: 359, reply_count: 48 },
            { id: 80, interaction_id: 273, comment_text: "The courier reported a manual issue; the invoice was reviewed. The courier confirmed the details and the booking was refunded.", created_at: new Date("2023-10-22T10:18:37Z"), likes_count: 413, reply_count: 89 },
            { id: 81, interaction_id: 148, comment_text: "The appointment was replaced — repeat case, no further action. The supplier asked for a change and the ticket was confirmed. An operator asked for a change and the request was resolved. An operator confirmed the details and the item was updated.", created_at: new Date("2023-01-02T20:43:12Z"), likes_count: 492, reply_count: 27 },
            { id: 82, interaction_id: 191, comment_text: "The account owner confirmed the details and the session was approved. The order was delayed — repeat case, no further action.", created_at: new Date("2023-03-23T15:10:53Z"), likes_count: 337, reply_count: 58 },
            { id: 83, interaction_id: 226, comment_text: "The shipment was replaced — urgent case, no further action. The reviewer asked for a change and the invoice was reopened.", created_at: new Date("2023-07-20T17:28:11Z"), likes_count: 628, reply_count: 81 },
            { id: 84, interaction_id: 98, comment_text: "An operator reported a minor issue; the booking was delayed. No response from the courier, so the delivery was rejected.", created_at: new Date("2023-12-25T09:25:49Z"), likes_count: 482, reply_count: 56 },
            { id: 85, interaction_id: 103, comment_text: "The account owner reported a routine issue; the session was reviewed. Support asked for a change and the invoice was resolved. The supplier asked for a change and the session was processed.", created_at: new Date("2023-05-19T17:58:51Z"), likes_count: 745, reply_count: 51 },
            { id: 86, interaction_id: 153, comment_text: "The booking was cancelled — repeat case, no further action. No response from the supplier, so the appointment was processed.", created_at: new Date("2023-03-08T10:41:02Z"), likes_count: 433, reply_count: 44 },
            { id: 87, interaction_id: 237, comment_text: "The supplier asked for a change and the request was closed. The delivery was rescheduled — late case, no further action. The supplier reported a partial issue; the request was processed. The record was updated — urgent case, no further action.", created_at: new Date("2023-02-20T22:33:58Z"), likes_count: 394, reply_count: 61 },
            { id: 88, interaction_id: 184, comment_text: "The courier asked for a change and the payment was reopened. The team asked for a change and the report was escalated. No response from the supplier, so the ticket was refunded.", created_at: new Date("2023-02-08T10:46:44Z"), likes_count: 582, reply_count: 38 },
            { id: 89, interaction_id: 263, comment_text: "The customer asked for a change and the claim was rejected. An operator confirmed the details and the ticket was completed. The courier reported a partial issue; the item was updated. No response from the reviewer, so the item was confirmed.", created_at: new Date("2023-10-31T12:34:10Z"), likes_count: 472, reply_count: 37 },
            { id: 90, interaction_id: 298, comment_text: "The reviewer reported a late issue; the payment was resolved. The transfer was reviewed — automatic case, no further action. The account was cancelled — duplicate case, no further action. The team reported a minor issue; the account was rejected.", created_at: new Date("2023-01-20T11:24:06Z"), likes_count: 673, reply_count: 44 },
            { id: 91, interaction_id: 146, comment_text: "The account owner reported a repeat issue; the ticket was replaced. An operator reported an urgent issue; the account was completed. Support asked for a change and the session was escalated.", created_at: new Date("2023-01-28T13:10:17Z"), likes_count: 608, reply_count: 71 },
            { id: 92, interaction_id: 223, comment_text: "The team asked for a change and the delivery was updated. The reviewer reported a manual issue; the appointment was approved. No response from the account owner, so the claim was rejected. The reviewer confirmed the details and the item was resolved.", created_at: new Date("2023-12-14T21:23:36Z"), likes_count: 504, reply_count: 50 },
            { id: 93, interaction_id: 172, comment_text: "The supplier asked for a change and the document was reopened. The courier confirmed the details and the record was completed. The item was rejected — late case, no further action.", created_at: new Date("2023-04-02T19:54:20Z"), likes_count: 527, reply_count: 49 },
            { id: 94, interaction_id: 259, comment_text: "The team reported a minor issue; the record was rejected. No response from the reviewer, so the account was updated. The transfer was cancelled — routine case, no further action.", created_at: new Date("2023-03-15T09:50:23Z"), likes_count: 512, reply_count: 44 },
            { id: 95, interaction_id: 281, comment_text: "The courier confirmed the details and the claim was confirmed. The reviewer confirmed the details and the shipment was processed. The reviewer asked for a change and the claim was rescheduled. No response from an operator, so the delivery was rejected.", created_at: new Date("2023-10-19T14:15:01Z"), likes_count: 464, reply_count: 16 },
            { id: 96, interaction_id: 77, comment_text: "The team reported a routine issue; the order was replaced. The account owner confirmed the details and the record was completed. The payment was closed — late case, no further action.", created_at: new Date("2023-09-01T20:54:07Z"), likes_count: 489, reply_count: 54 },
            { id: 97, interaction_id: 164, comment_text: "The courier asked for a change and the request was reopened. An operator reported a late issue; the item was reviewed. The shipment was resolved — duplicate case, no further action.", created_at: new Date("2023-08-06T13:23:08Z"), likes_count: 549, reply_count: 31 },
            { id: 98, interaction_id: 177, comment_text: "An operator asked for a change and the account was escalated. The courier asked for a change and the transfer was escalated. Support asked for a change and the delivery was refunded.", created_at: new Date("2023-10-17T08:15:18Z"), likes_count: 541, reply_count: 45 },
            { id: 99, interaction_id: 298, comment_text: "Support asked for a change and the document was resolved. The document was reviewed — urgent case, no further action. The courier confirmed the details and the record was rescheduled.", created_at: new Date("2023-03-26T14:23:29Z"), likes_count: 451, reply_count: 68 },
            { id: 100, interaction_id: 150, comment_text: "No response from the supplier, so the document was refunded. The account owner reported a routine issue; the transfer was confirmed. The booking was delayed — routine case, no further action. An operator asked for a change and the invoice was reopened.", created_at: new Date("2023-09-15T20:39:45Z"), likes_count: 619, reply_count: 59 },
            { id: 101, interaction_id: 32, comment_text: "The booking was refunded — repeat case, no further action. The customer asked for a change and the claim was delayed. An operator confirmed the details and the transfer was escalated.", created_at: new Date("2023-03-16T07:05:15Z"), likes_count: 421, reply_count: 29 },
            { id: 102, interaction_id: 146, comment_text: "The booking was replaced — automatic case, no further action. The reviewer reported a repeat issue; the record was delayed. The courier asked for a change and the delivery was cancelled. The supplier reported an urgent issue; the shipment was completed.", created_at: new Date("2023-01-21T07:20:08Z"), likes_count: 746, reply_count: 48 },
            { id: 103, interaction_id: 72, comment_text: "The account owner confirmed the details and the payment was updated. The courier reported an unusual issue; the report was approved. The report was replaced — incomplete case, no further action. The reviewer reported a minor issue; the appointment was closed.", created_at: new Date("2023-06-29T20:16:24Z"), likes_count: 455, reply_count: 52 },
            { id: 104, interaction_id: 179, comment_text: "The transfer was closed — standard case, no further action. The refund was replaced — standard case, no further action. The courier asked for a change and the appointment was replaced. No response from the customer, so the session was reviewed.", created_at: new Date("2023-04-21T21:40:53Z"), likes_count: 571, reply_count: 42 },
            { id: 105, interaction_id: 209, comment_text: "No response from the reviewer, so the transfer was reopened. The customer confirmed the details and the account was reviewed. The team confirmed the details and the shipment was closed. The account owner asked for a change and the ticket was delayed.", created_at: new Date("2023-04-25T09:57:47Z"), likes_count: 572, reply_count: 44 },
            { id: 106, interaction_id: 22, comment_text: "The item was closed — unusual case, no further action. The session was closed — routine case, no further action.", created_at: new Date("2023-05-26T15:00:58Z"), likes_count: 576, reply_count: 52 },
            { id: 107, interaction_id: 179, comment_text: "The courier reported an incomplete issue; the session was delayed. No response from the supplier, so the request was completed.", created_at: new Date("2023-07-10T15:09:52Z"), likes_count: 867, reply_count: 53 },
            { id: 108, interaction_id: 189, comment_text: "The reviewer confirmed the details and the account was rejected. The supplier reported a duplicate issue; the refund was rescheduled. No response from the customer, so the item was replaced.", created_at: new Date("2023-09-14T15:17:23Z"), likes_count: 483, reply_count: 57 },
            { id: 109, interaction_id: 97, comment_text: "No response from the team, so the report was reopened. No response from the supplier, so the request was reopened. The customer confirmed the details and the delivery was updated. The claim was replaced — standard case, no further action.", created_at: new Date("2023-08-19T18:48:30Z"), likes_count: 427, reply_count: 62 },
            { id: 110, interaction_id: 189, comment_text: "Support asked for a change and the document was processed. The supplier asked for a change and the invoice was cancelled. The account owner asked for a change and the refund was rejected. The appointment was approved — minor case, no further action.", created_at: new Date("2023-09-11T07:27:11Z"), likes_count: 440, reply_count: 34 },
            { id: 111, interaction_id: 250, comment_text: "The courier asked for a change and the record was confirmed. The account was escalated — unusual case, no further action.", created_at: new Date("2023-07-21T10:20:03Z"), likes_count: 651, reply_count: 44 },
            { id: 112, interaction_id: 86, comment_text: "The supplier asked for a change and the report was processed. The supplier confirmed the details and the document was closed.", created_at: new Date("2023-09-21T17:05:15Z"), likes_count: 607, reply_count: 60 },
            { id: 113, interaction_id: 119, comment_text: "The document was reopened — automatic case, no further action. An operator confirmed the details and the delivery was processed. The supplier reported a repeat issue; the booking was resolved.", created_at: new Date("2023-05-11T18:34:40Z"), likes_count: 195, reply_count: 47 },
            { id: 114, interaction_id: 45, comment_text: "The account owner reported a manual issue; the item was confirmed. The reviewer confirmed the details and the report was escalated. The account owner confirmed the details and the report was replaced.", created_at: new Date("2023-06-02T11:02:50Z"), likes_count: 617, reply_count: 38 },
            { id: 115, interaction_id: 214, comment_text: "The supplier asked for a change and the account was escalated. The ticket was delayed — incomplete case, no further action. An operator asked for a change and the delivery was escalated.", created_at: new Date("2023-06-08T07:35:21Z"), likes_count: 517, reply_count: 80 },
            { id: 116, interaction_id: 230, comment_text: "The courier asked for a change and the account was completed. The appointment was rejected — duplicate case, no further action. No response from the reviewer, so the invoice was resolved. An operator reported an unusual issue; the booking was replaced.", created_at: new Date("2023-04-09T11:19:39Z"), likes_count: 574, reply_count: 77 },
            { id: 117, interaction_id: 186, comment_text: "The report was delayed — duplicate case, no further action. The account owner reported a late issue; the appointment was rejected. No response from the reviewer, so the transfer was closed.", created_at: new Date("2023-03-06T20:05:12Z"), likes_count: 588, reply_count: 71 },
            { id: 118, interaction_id: 147, comment_text: "No response from the courier, so the shipment was delayed. An operator reported an incomplete issue; the account was resolved. The item was refunded — automatic case, no further action.", created_at: new Date("2023-08-13T11:34:18Z"), likes_count: 437, reply_count: 39 },
            { id: 119, interaction_id: 153, comment_text: "The customer reported a manual issue; the session was escalated. The ticket was resolved — incomplete case, no further action.", created_at: new Date("2023-04-29T20:06:58Z"), likes_count: 514, reply_count: 43 },
            { id: 120, interaction_id: 117, comment_text: "An operator confirmed the details and the order was refunded. No response from the customer, so the account was reviewed. Support asked for a change and the ticket was processed. The customer confirmed the details and the shipment was confirmed.", created_at: new Date("2023-10-23T09:49:54Z"), likes_count: 424, reply_count: 55 },
            { id: 121, interaction_id: 257, comment_text: "An operator reported a minor issue; the appointment was resolved. The courier reported a repeat issue; the booking was delayed.", created_at: new Date("2023-12-27T20:44:42Z"), likes_count: 417, reply_count: 47 },
            { id: 122, interaction_id: 30, comment_text: "The ticket was escalated — manual case, no further action. The courier reported a standard issue; the refund was reviewed. No response from the courier, so the delivery was confirmed.", created_at: new Date("2023-05-30T13:03:27Z"), likes_count: 648, reply_count: 33 },
            { id: 123, interaction_id: 46, comment_text: "The payment was escalated — repeat case, no further action. The account owner confirmed the details and the claim was rejected. The payment was reviewed — repeat case, no further action.", created_at: new Date("2023-12-27T22:49:03Z"), likes_count: 502, reply_count: 49 },
            { id: 124, interaction_id: 185, comment_text: "An operator asked for a change and the refund was confirmed. The refund was replaced — automatic case, no further action.", created_at: new Date("2023-07-13T21:55:23Z"), likes_count: 535, reply_count: 50 },
            { id: 125, interaction_id: 138, comment_text: "The account was resolved — partial case, no further action. The transfer was resolved — standard case, no further action. The supplier confirmed the details and the session was updated.", created_at: new Date("2023-01-24T01:39:44Z"), likes_count: 574, reply_count: 57 },
            { id: 126, interaction_id: 41, comment_text: "The account owner asked for a change and the booking was reopened. The courier asked for a change and the claim was completed. The customer confirmed the details and the order was completed. No response from the supplier, so the ticket was closed.", created_at: new Date("2023-04-11T18:34:24Z"), likes_count: 667, reply_count: 72 },
            { id: 127, interaction_id: 252, comment_text: "The supplier reported an automatic issue; the appointment was confirmed. Support asked for a change and the account was replaced. No response from the account owner, so the booking was updated.", created_at: new Date("2023-12-20T21:03:27Z"), likes_count: 298, reply_count: 47 },
            { id: 128, interaction_id: 29, comment_text: "No response from the account owner, so the transfer was approved. The appointment was reviewed — automatic case, no further action. The invoice was updated — partial case, no further action.", created_at: new Date("2023-11-26T12:01:52Z"), likes_count: 737, reply_count: 37 },
            { id: 129, interaction_id: 47, comment_text: "The customer asked for a change and the refund was escalated. No response from the supplier, so the claim was cancelled. The reviewer reported a repeat issue; the order was closed.", created_at: new Date("2023-11-12T01:09:30Z"), likes_count: 327, reply_count: 45 },
            { id: 130, interaction_id: 60, comment_text: "The team confirmed the details and the item was delayed. The order was confirmed — routine case, no further action. No response from the team, so the booking was reopened. The supplier confirmed the details and the order was refunded.", created_at: new Date("2023-01-24T18:55:32Z"), likes_count: 463, reply_count: 64 },
            { id: 131, interaction_id: 127, comment_text: "The account owner asked for a change and the session was reviewed. The team confirmed the details and the claim was cancelled. The appointment was confirmed — routine case, no further action. The session was reopened — minor case, no further action.", created_at: new Date("2023-11-17T15:04:20Z"), likes_count: 556, reply_count: 22 },
            { id: 132, interaction_id: 104, comment_text: "No response from the team, so the refund was reviewed. No response from the supplier, so the account was approved.", created_at: new Date("2023-10-04T10:30:29Z"), likes_count: 399, reply_count: 62 },
            { id: 133, interaction_id: 220, comment_text: "The reviewer confirmed the details and the refund was resolved. No response from the customer, so the report was rescheduled. The customer reported an automatic issue; the document was delayed. No response from the supplier, so the order was rejected.", created_at: new Date("2023-01-03T16:00:19Z"), likes_count: 693, reply_count: 64 },
            { id: 134, interaction_id: 295, comment_text: "The request was cancelled — minor case, no further action. An operator asked for a change and the appointment was replaced. An operator confirmed the details and the item was updated. The reviewer reported an automatic issue; the record was approved.", created_at: new Date("2023-08-29T12:25:26Z"), likes_count: 602, reply_count: 57 },
            { id: 135, interaction_id: 290, comment_text: "An operator reported a standard issue; the shipment was completed. The booking was cancelled — manual case, no further action. The customer reported an urgent issue; the booking was confirmed. The reviewer reported a manual issue; the transfer was rescheduled.", created_at: new Date("2023-08-06T18:36:40Z"), likes_count: 536, reply_count: 32 },
            { id: 136, interaction_id: 286, comment_text: "The customer reported an unusual issue; the order was refunded. The courier asked for a change and the booking was reopened. The account owner confirmed the details and the shipment was cancelled.", created_at: new Date("2023-04-23T09:43:46Z"), likes_count: 712, reply_count: 29 },
            { id: 137, interaction_id: 201, comment_text: "The courier confirmed the details and the record was rejected. No response from the supplier, so the record was delayed. No response from the team, so the session was approved. The transfer was refunded — urgent case, no further action.", created_at: new Date("2023-03-02T17:59:59Z"), likes_count: 586, reply_count: 23 },
            { id: 138, interaction_id: 177, comment_text: "The reviewer confirmed the details and the claim was cancelled. The reviewer confirmed the details and the report was confirmed. The supplier reported a late issue; the account was completed.", created_at: new Date("2023-11-30T15:05:53Z"), likes_count: 538, reply_count: 20 },
            { id: 139, interaction_id: 252, comment_text: "No response from the reviewer, so the payment was updated. No response from the team, so the claim was reviewed.", created_at: new Date("2023-08-23T12:30:47Z"), likes_count: 332, reply_count: 72 },
            { id: 140, interaction_id: 136, comment_text: "The shipment was completed — urgent case, no further action. The transfer was processed — duplicate case, no further action. An operator confirmed the details and the item was refunded. The supplier confirmed the details and the item was approved.", created_at: new Date("2023-07-13T20:44:35Z"), likes_count: 603, reply_count: 31 },
            { id: 141, interaction_id: 154, comment_text: "The refund was rejected — standard case, no further action. The supplier reported a duplicate issue; the order was rejected.", created_at: new Date("2023-09-01T17:46:59Z"), likes_count: 265, reply_count: 63 },
            { id: 142, interaction_id: 232, comment_text: "The customer reported a duplicate issue; the account was updated. No response from the courier, so the transfer was rescheduled. No response from the reviewer, so the ticket was escalated.", created_at: new Date("2023-03-27T09:40:26Z"), likes_count: 312, reply_count: 38 },
            { id: 143, interaction_id: 273, comment_text: "The booking was refunded — late case, no further action. Support asked for a change and the booking was rejected. The customer confirmed the details and the request was confirmed. The payment was cancelled — urgent case, no further action.", created_at: new Date("2023-07-15T08:56:59Z"), likes_count: 692, reply_count: 22 },
            { id: 144, interaction_id: 66, comment_text: "The reviewer reported a minor issue; the item was escalated. An operator asked for a change and the claim was rejected. The order was replaced — urgent case, no further action. The refund was rejected — incomplete case, no further action.", created_at: new Date("2023-12-11T07:29:54Z"), likes_count: 601, reply_count: 58 },
            { id: 145, interaction_id: 238, comment_text: "The session was resolved — duplicate case, no further action. The invoice was resolved — repeat case, no further action.", created_at: new Date("2023-10-23T16:32:26Z"), likes_count: 496, reply_count: 76 },
            { id: 146, interaction_id: 67, comment_text: "The booking was reopened — late case, no further action. The account owner asked for a change and the report was escalated.", created_at: new Date("2023-11-25T11:16:43Z"), likes_count: 657, reply_count: 25 },
            { id: 147, interaction_id: 100, comment_text: "The team reported an automatic issue; the appointment was completed. No response from an operator, so the document was delayed.", created_at: new Date("2023-04-08T09:20:34Z"), likes_count: 613, reply_count: 59 },
            { id: 148, interaction_id: 119, comment_text: "The account owner reported a partial issue; the invoice was rejected. The courier reported an automatic issue; the account was rejected. The supplier reported a standard issue; the order was escalated. The customer asked for a change and the request was escalated.", created_at: new Date("2023-11-20T14:28:06Z"), likes_count: 473, reply_count: 60 },
            { id: 149, interaction_id: 222, comment_text: "The account owner confirmed the details and the shipment was refunded. The invoice was processed — unusual case, no further action. The supplier asked for a change and the delivery was escalated. The report was processed — repeat case, no further action.", created_at: new Date("2023-09-15T17:14:55Z"), likes_count: 361, reply_count: 24 },
            { id: 150, interaction_id: 87, comment_text: "The team reported an urgent issue; the booking was refunded. The reviewer confirmed the details and the document was confirmed.", created_at: new Date("2023-11-11T18:48:07Z"), likes_count: 640, reply_count: 44 },
            { id: 151, interaction_id: 218, comment_text: "The courier asked for a change and the refund was confirmed. No response from the courier, so the delivery was processed. The courier asked for a change and the report was updated.", created_at: new Date("2023-03-11T03:53:24Z"), likes_count: 380, reply_count: 71 },
            { id: 152, interaction_id: 15, comment_text: "The delivery was approved — routine case, no further action. An operator asked for a change and the record was confirmed. The team confirmed the details and the document was resolved. No response from the customer, so the order was reopened.", created_at: new Date("2023-06-05T11:23:05Z"), likes_count: 327, reply_count: 60 },
            { id: 153, interaction_id: 226, comment_text: "The supplier asked for a change and the claim was confirmed. The item was approved — partial case, no further action. The supplier confirmed the details and the report was confirmed.", created_at: new Date("2023-05-10T12:54:09Z"), likes_count: 533, reply_count: 33 },
            { id: 154, interaction_id: 260, comment_text: "The supplier reported a standard issue; the session was cancelled. The supplier reported a late issue; the record was updated. The invoice was delayed — standard case, no further action. The customer asked for a change and the delivery was updated.", created_at: new Date("2023-06-28T23:03:04Z"), likes_count: 418, reply_count: 53 },
            { id: 155, interaction_id: 140, comment_text: "The customer confirmed the details and the appointment was confirmed. The reviewer asked for a change and the delivery was completed.", created_at: new Date("2023-08-10T20:42:11Z"), likes_count: 613, reply_count: 49 },
            { id: 156, interaction_id: 245, comment_text: "The team reported an urgent issue; the refund was reopened. The reviewer confirmed the details and the appointment was approved.", created_at: new Date("2023-06-01T18:39:17Z"), likes_count: 620, reply_count: 43 },
            { id: 157, interaction_id: 211, comment_text: "The reviewer confirmed the details and the item was rejected. The item was closed — automatic case, no further action.", created_at: new Date("2023-06-22T19:33:16Z"), likes_count: 664, reply_count: 57 },
            { id: 158, interaction_id: 131, comment_text: "The account was cancelled — routine case, no further action. The courier reported a late issue; the transfer was updated. An operator asked for a change and the booking was updated. The account owner asked for a change and the transfer was reviewed.", created_at: new Date("2023-06-02T11:13:39Z"), likes_count: 286, reply_count: 12 },
            { id: 159, interaction_id: 128, comment_text: "The supplier reported an unusual issue; the delivery was resolved. An operator reported a standard issue; the report was confirmed. No response from the account owner, so the record was confirmed.", created_at: new Date("2023-11-18T03:45:04Z"), likes_count: 515, reply_count: 37 },
            { id: 160, interaction_id: 77, comment_text: "The shipment was confirmed — repeat case, no further action. Support asked for a change and the record was rescheduled.", created_at: new Date("2023-05-02T15:48:20Z"), likes_count: 197, reply_count: 67 },
            { id: 161, interaction_id: 77, comment_text: "The courier asked for a change and the shipment was delayed. The team reported a routine issue; the ticket was approved. The customer asked for a change and the account was processed.", created_at: new Date("2023-09-01T16:40:29Z"), likes_count: 782, reply_count: 55 },
            { id: 162, interaction_id: 47, comment_text: "The record was rescheduled — repeat case, no further action. No response from the courier, so the booking was replaced. The reviewer reported an urgent issue; the record was delayed.", created_at: new Date("2023-07-14T18:21:04Z"), likes_count: 810, reply_count: 48 },
            { id: 163, interaction_id: 196, comment_text: "The customer reported a partial issue; the refund was cancelled. No response from the customer, so the item was reviewed.", created_at: new Date("2023-12-31T10:10:25Z"), likes_count: 622, reply_count: 56 },
            { id: 164, interaction_id: 250, comment_text: "The record was resolved — unusual case, no further action. The supplier confirmed the details and the refund was completed. The supplier asked for a change and the appointment was replaced. The team reported an urgent issue; the ticket was processed.", created_at: new Date("2023-06-06T22:04:09Z"), likes_count: 501, reply_count: 47 },
            { id: 165, interaction_id: 256, comment_text: "The reviewer reported a standard issue; the report was completed. The transfer was reopened — manual case, no further action. The item was approved — automatic case, no further action. The report was reviewed — partial case, no further action.", created_at: new Date("2023-04-06T19:50:36Z"), likes_count: 320, reply_count: 51 },
            { id: 166, interaction_id: 139, comment_text: "The supplier confirmed the details and the session was resolved. An operator asked for a change and the item was processed.", created_at: new Date("2023-08-31T17:41:22Z"), likes_count: 563, reply_count: 58 },
            { id: 167, interaction_id: 266, comment_text: "No response from the supplier, so the session was updated. An operator confirmed the details and the transfer was updated. The report was delayed — late case, no further action. No response from the courier, so the claim was closed.", created_at: new Date("2023-10-24T14:44:06Z"), likes_count: 533, reply_count: 53 },
            { id: 168, interaction_id: 162, comment_text: "No response from the supplier, so the ticket was updated. The reviewer reported a late issue; the delivery was rescheduled. No response from the supplier, so the booking was rescheduled. No response from the courier, so the request was completed.", created_at: new Date("2023-03-22T17:26:08Z"), likes_count: 568, reply_count: 46 },
            { id: 169, interaction_id: 244, comment_text: "The claim was reviewed — late case, no further action. No response from the reviewer, so the transfer was reviewed.", created_at: new Date("2023-10-24T11:24:25Z"), likes_count: 486, reply_count: 46 },
            { id: 170, interaction_id: 29, comment_text: "The courier reported a routine issue; the transfer was delayed. The courier reported a standard issue; the delivery was completed. No response from an operator, so the ticket was reopened.", created_at: new Date("2023-07-22T13:37:38Z"), likes_count: 473, reply_count: 33 },
            { id: 171, interaction_id: 297, comment_text: "The account owner confirmed the details and the appointment was reopened. The supplier reported a routine issue; the booking was updated.", created_at: new Date("2023-04-05T09:36:26Z"), likes_count: 511, reply_count: 27 },
            { id: 172, interaction_id: 288, comment_text: "The reviewer confirmed the details and the booking was approved. The reviewer reported a routine issue; the claim was cancelled. The customer asked for a change and the item was reopened. The reviewer reported an incomplete issue; the record was completed.", created_at: new Date("2023-04-05T21:13:03Z"), likes_count: 399, reply_count: 77 },
            { id: 173, interaction_id: 267, comment_text: "The transfer was completed — partial case, no further action. No response from the team, so the document was replaced. The supplier asked for a change and the payment was reviewed.", created_at: new Date("2023-10-17T11:43:45Z"), likes_count: 523, reply_count: 28 },
            { id: 174, interaction_id: 124, comment_text: "No response from the team, so the record was confirmed. The reviewer confirmed the details and the order was updated.", created_at: new Date("2023-06-10T17:47:41Z"), likes_count: 482, reply_count: 29 },
            { id: 175, interaction_id: 202, comment_text: "The reviewer confirmed the details and the booking was confirmed. An operator reported a partial issue; the ticket was confirmed. The claim was updated — minor case, no further action. The claim was rejected — duplicate case, no further action.", created_at: new Date("2023-09-19T10:14:39Z"), likes_count: 562, reply_count: 62 },
            { id: 176, interaction_id: 122, comment_text: "An operator confirmed the details and the shipment was approved. No response from the account owner, so the record was delayed. The record was approved — minor case, no further action.", created_at: new Date("2023-07-09T22:51:18Z"), likes_count: 449, reply_count: 45 },
            { id: 177, interaction_id: 35, comment_text: "The account owner asked for a change and the account was confirmed. The customer asked for a change and the account was rescheduled. No response from the team, so the report was replaced. The record was delayed — minor case, no further action.", created_at: new Date("2023-06-23T15:54:25Z"), likes_count: 585, reply_count: 40 },
            { id: 178, interaction_id: 185, comment_text: "No response from an operator, so the session was replaced. An operator asked for a change and the delivery was reviewed. The reviewer confirmed the details and the session was updated. The refund was confirmed — repeat case, no further action.", created_at: new Date("2023-11-11T08:19:04Z"), likes_count: 645, reply_count: 58 },
            { id: 179, interaction_id: 148, comment_text: "The document was resolved — manual case, no further action. The account owner reported a manual issue; the account was rescheduled.", created_at: new Date("2023-04-28T22:51:33Z"), likes_count: 385, reply_count: 55 },
            { id: 180, interaction_id: 142, comment_text: "The appointment was confirmed — partial case, no further action. The courier reported a minor issue; the delivery was updated. The session was approved — duplicate case, no further action.", created_at: new Date("2023-07-17T11:16:34Z"), likes_count: 648, reply_count: 46 },
            { id: 181, interaction_id: 94, comment_text: "The team reported an incomplete issue; the transfer was updated. The invoice was processed — minor case, no further action.", created_at: new Date("2023-05-17T19:48:27Z"), likes_count: 319, reply_count: 46 },
            { id: 182, interaction_id: 203, comment_text: "The team reported a routine issue; the transfer was rescheduled. No response from the customer, so the refund was delayed. The supplier asked for a change and the transfer was rescheduled. The team reported an automatic issue; the record was approved.", created_at: new Date("2023-03-20T13:06:46Z"), likes_count: 436, reply_count: 39 },
            { id: 183, interaction_id: 57, comment_text: "The reviewer reported an automatic issue; the report was closed. The supplier reported a standard issue; the record was processed. The courier asked for a change and the invoice was escalated.", created_at: new Date("2023-03-10T19:23:51Z"), likes_count: 617, reply_count: 43 },
            { id: 184, interaction_id: 244, comment_text: "The customer asked for a change and the document was confirmed. The claim was rescheduled — repeat case, no further action. The supplier reported a manual issue; the invoice was processed.", created_at: new Date("2023-10-18T08:39:42Z"), likes_count: 456, reply_count: 26 },
            { id: 185, interaction_id: 297, comment_text: "No response from the supplier, so the document was closed. The order was delayed — minor case, no further action.", created_at: new Date("2023-02-28T22:02:20Z"), likes_count: 572, reply_count: 55 },
            { id: 186, interaction_id: 168, comment_text: "An operator reported an unusual issue; the appointment was completed. The account owner confirmed the details and the transfer was confirmed. The customer asked for a change and the payment was cancelled. No response from the courier, so the payment was completed.", created_at: new Date("2023-03-10T19:33:38Z"), likes_count: 463, reply_count: 41 },
            { id: 187, interaction_id: 222, comment_text: "The request was rejected — routine case, no further action. The reviewer asked for a change and the request was resolved.", created_at: new Date("2023-07-04T08:09:50Z"), likes_count: 475, reply_count: 50 },
            { id: 188, interaction_id: 75, comment_text: "The item was closed — minor case, no further action. The invoice was refunded — duplicate case, no further action. An operator asked for a change and the payment was rejected.", created_at: new Date("2023-10-21T09:32:03Z"), likes_count: 548, reply_count: 48 },
            { id: 189, interaction_id: 74, comment_text: "An operator asked for a change and the ticket was rescheduled. The supplier asked for a change and the booking was approved.", created_at: new Date("2023-11-08T10:32:43Z"), likes_count: 640, reply_count: 41 },
            { id: 190, interaction_id: 116, comment_text: "The courier reported a manual issue; the invoice was cancelled. The account owner asked for a change and the item was updated.", created_at: new Date("2023-06-01T13:57:39Z"), likes_count: 588, reply_count: 63 },
            { id: 191, interaction_id: 137, comment_text: "The account owner confirmed the details and the item was approved. No response from an operator, so the ticket was escalated.", created_at: new Date("2023-10-23T23:38:49Z"), likes_count: 309, reply_count: 44 },
            { id: 192, interaction_id: 143, comment_text: "An operator confirmed the details and the account was completed. The account owner reported a repeat issue; the account was reviewed.", created_at: new Date("2023-08-12T19:23:55Z"), likes_count: 428, reply_count: 29 },
            { id: 193, interaction_id: 192, comment_text: "No response from an operator, so the session was delayed. The account owner confirmed the details and the record was refunded.", created_at: new Date("2023-02-21T05:13:05Z"), likes_count: 547, reply_count: 71 },
            { id: 194, interaction_id: 163, comment_text: "The account owner asked for a change and the invoice was confirmed. The supplier confirmed the details and the transfer was resolved. The shipment was resolved — partial case, no further action. The supplier confirmed the details and the payment was replaced.", created_at: new Date("2023-05-29T13:44:23Z"), likes_count: 448, reply_count: 54 },
            { id: 195, interaction_id: 66, comment_text: "The team confirmed the details and the claim was rescheduled. The order was resolved — urgent case, no further action. The account owner asked for a change and the report was processed.", created_at: new Date("2023-12-03T23:02:27Z"), likes_count: 451, reply_count: 41 },
            { id: 196, interaction_id: 170, comment_text: "The reviewer confirmed the details and the shipment was updated. No response from the reviewer, so the document was replaced. The document was replaced — minor case, no further action.", created_at: new Date("2023-12-20T19:19:09Z"), likes_count: 739, reply_count: 31 },
            { id: 197, interaction_id: 237, comment_text: "An operator reported a standard issue; the booking was cancelled. The reviewer reported a late issue; the delivery was rejected. The document was updated — standard case, no further action.", created_at: new Date("2023-11-22T07:11:08Z"), likes_count: 620, reply_count: 50 },
            { id: 198, interaction_id: 214, comment_text: "The refund was replaced — incomplete case, no further action. The team confirmed the details and the session was replaced. No response from an operator, so the invoice was rescheduled.", created_at: new Date("2023-11-17T12:41:38Z"), likes_count: 623, reply_count: 53 },
            { id: 199, interaction_id: 64, comment_text: "The account owner confirmed the details and the document was reopened. The transfer was escalated — urgent case, no further action. No response from the team, so the shipment was escalated. The reviewer asked for a change and the account was rejected.", created_at: new Date("2023-02-08T12:08:24Z"), likes_count: 336, reply_count: 44 },
            { id: 200, interaction_id: 205, comment_text: "The supplier reported a late issue; the appointment was delayed. The account was resolved — manual case, no further action. An operator reported a standard issue; the delivery was refunded.", created_at: new Date("2023-01-16T07:22:09Z"), likes_count: 690, reply_count: 39 },
        ],
    });
    await prisma.opportunities.createMany({
        data: [
            { id: 1, lead_id: 189, value: "7968.62", status: "open", created_at: new Date("2023-10-11T16:51:14Z") },
            { id: 2, lead_id: 194, value: "3587.54", status: "lost", created_at: new Date("2023-09-09T03:23:00Z") },
            { id: 3, lead_id: 141, value: "1000.30", status: "open", created_at: new Date("2023-01-25T17:20:39Z") },
            { id: 4, lead_id: 95, value: "17438.08", status: "open", created_at: new Date("2023-07-18T19:05:06Z") },
            { id: 5, lead_id: 172, value: "1000.15", status: "lost", created_at: new Date("2023-07-03T19:43:25Z") },
            { id: 6, lead_id: 55, value: "1480.48", status: "won", created_at: new Date("2023-09-10T17:17:31Z") },
            { id: 7, lead_id: 113, value: "3666.21", status: "open", created_at: new Date("2023-11-19T09:49:53Z") },
            { id: 8, lead_id: 99, value: "56319.17", status: "open", created_at: new Date("2023-04-03T13:05:05Z") },
            { id: 9, lead_id: 187, value: "8821.23", status: "open", created_at: new Date("2023-09-12T18:14:35Z") },
            { id: 10, lead_id: 114, value: "8547.24", status: "open", created_at: new Date("2023-09-14T16:47:54Z") },
            { id: 11, lead_id: 149, value: "18651.89", status: "open", created_at: new Date("2023-11-06T16:03:43Z") },
            { id: 12, lead_id: 176, value: "46467.53", status: "lost", created_at: new Date("2023-12-26T23:54:58Z") },
            { id: 13, lead_id: 60, value: "12247.13", status: "won", created_at: new Date("2023-06-12T19:13:27Z") },
            { id: 14, lead_id: 94, value: "1714.03", status: "open", created_at: new Date("2023-11-20T18:48:13Z") },
            { id: 15, lead_id: 19, value: "43940.34", status: "open", created_at: new Date("2023-05-07T18:47:04Z") },
            { id: 16, lead_id: 123, value: "4860.50", status: "lost", created_at: new Date("2023-04-19T18:15:26Z") },
            { id: 17, lead_id: 187, value: "49358.02", status: "lost", created_at: new Date("2023-11-19T15:37:12Z") },
            { id: 18, lead_id: 100, value: "23612.89", status: "won", created_at: new Date("2023-03-02T19:35:04Z") },
            { id: 19, lead_id: 136, value: "38834.27", status: "won", created_at: new Date("2023-01-20T15:04:01Z") },
            { id: 20, lead_id: 169, value: "24645.14", status: "open", created_at: new Date("2023-07-24T06:32:58Z") },
            { id: 21, lead_id: 120, value: "33948.91", status: "open", created_at: new Date("2023-05-22T00:24:05Z") },
            { id: 22, lead_id: 181, value: "29012.18", status: "open", created_at: new Date("2023-05-29T00:18:34Z") },
            { id: 23, lead_id: 39, value: "58969.00", status: "open", created_at: new Date("2023-06-27T01:23:09Z") },
            { id: 24, lead_id: 179, value: "1219.46", status: "open", created_at: new Date("2023-10-21T18:04:14Z") },
            { id: 25, lead_id: 165, value: "37136.10", status: "open", created_at: new Date("2023-07-05T20:29:59Z") },
            { id: 26, lead_id: 98, value: "24699.33", status: "open", created_at: new Date("2023-11-29T14:11:11Z") },
            { id: 27, lead_id: 169, value: "68880.66", status: "open", created_at: new Date("2023-06-16T13:40:21Z") },
            { id: 28, lead_id: 141, value: "96023.47", status: "open", created_at: new Date("2023-02-14T12:41:05Z") },
            { id: 29, lead_id: 169, value: "8283.81", status: "won", created_at: new Date("2023-05-10T18:07:48Z") },
            { id: 30, lead_id: 136, value: "26394.40", status: "won", created_at: new Date("2023-08-20T19:57:29Z") },
            { id: 31, lead_id: 68, value: "5712.23", status: "won", created_at: new Date("2023-03-26T08:50:22Z") },
            { id: 32, lead_id: 151, value: "1007.78", status: "won", created_at: new Date("2023-03-16T06:44:04Z") },
            { id: 33, lead_id: 94, value: "4242.04", status: "lost", created_at: new Date("2023-07-10T17:53:27Z") },
            { id: 34, lead_id: 24, value: "10407.49", status: "open", created_at: new Date("2023-08-03T12:54:47Z") },
            { id: 35, lead_id: 35, value: "2235.79", status: "open", created_at: new Date("2023-07-01T23:44:28Z") },
            { id: 36, lead_id: 156, value: "23560.07", status: "open", created_at: new Date("2023-01-15T18:41:37Z") },
            { id: 37, lead_id: 113, value: "83366.48", status: "open", created_at: new Date("2023-09-04T21:29:10Z") },
            { id: 38, lead_id: 190, value: "1136.34", status: "open", created_at: new Date("2023-02-08T19:34:09Z") },
            { id: 39, lead_id: 16, value: "1002.76", status: "open", created_at: new Date("2023-11-11T08:46:54Z") },
            { id: 40, lead_id: 44, value: "24936.69", status: "open", created_at: new Date("2023-03-06T17:51:59Z") },
            { id: 41, lead_id: 18, value: "1987.51", status: "open", created_at: new Date("2023-12-08T15:57:06Z") },
            { id: 42, lead_id: 131, value: "40122.40", status: "open", created_at: new Date("2023-06-12T20:03:04Z") },
            { id: 43, lead_id: 110, value: "1048.88", status: "open", created_at: new Date("2023-09-28T23:38:05Z") },
            { id: 44, lead_id: 44, value: "24707.74", status: "open", created_at: new Date("2023-11-30T12:39:11Z") },
            { id: 45, lead_id: 113, value: "10714.66", status: "open", created_at: new Date("2023-02-01T20:48:26Z") },
            { id: 46, lead_id: 27, value: "39181.75", status: "open", created_at: new Date("2023-07-06T23:26:15Z") },
            { id: 47, lead_id: 91, value: "14399.16", status: "open", created_at: new Date("2023-06-11T12:43:28Z") },
            { id: 48, lead_id: 165, value: "3444.64", status: "open", created_at: new Date("2023-10-17T11:02:29Z") },
            { id: 49, lead_id: 40, value: "1387.91", status: "open", created_at: new Date("2023-06-27T18:13:29Z") },
            { id: 50, lead_id: 142, value: "58838.84", status: "won", created_at: new Date("2023-06-08T18:13:56Z") },
            { id: 51, lead_id: 49, value: "40553.13", status: "lost", created_at: new Date("2023-03-18T18:52:06Z") },
            { id: 52, lead_id: 126, value: "4423.34", status: "open", created_at: new Date("2023-04-11T00:00:14Z") },
            { id: 53, lead_id: 63, value: "4297.66", status: "open", created_at: new Date("2023-02-03T21:29:57Z") },
            { id: 54, lead_id: 1, value: "44093.03", status: "open", created_at: new Date("2023-09-08T10:10:37Z") },
            { id: 55, lead_id: 148, value: "3399.89", status: "open", created_at: new Date("2023-05-22T18:44:03Z") },
            { id: 56, lead_id: 127, value: "1003.48", status: "open", created_at: new Date("2023-08-28T10:24:53Z") },
            { id: 57, lead_id: 59, value: "1026.20", status: "open", created_at: new Date("2023-02-20T16:49:08Z") },
            { id: 58, lead_id: 138, value: "75489.64", status: "open", created_at: new Date("2023-02-23T02:55:36Z") },
            { id: 59, lead_id: 185, value: "89313.14", status: "open", created_at: new Date("2023-05-25T18:59:43Z") },
            { id: 60, lead_id: 2, value: "1000.02", status: "open", created_at: new Date("2023-07-06T17:59:22Z") },
            { id: 61, lead_id: 125, value: "6328.87", status: "open", created_at: new Date("2023-02-27T14:19:59Z") },
            { id: 62, lead_id: 64, value: "62318.02", status: "open", created_at: new Date("2023-01-22T17:26:58Z") },
            { id: 63, lead_id: 114, value: "1092.70", status: "open", created_at: new Date("2023-08-28T10:13:00Z") },
            { id: 64, lead_id: 4, value: "1058.98", status: "open", created_at: new Date("2023-08-31T10:37:46Z") },
            { id: 65, lead_id: 101, value: "60359.87", status: "open", created_at: new Date("2023-03-24T22:40:27Z") },
            { id: 66, lead_id: 113, value: "5056.04", status: "open", created_at: new Date("2023-01-27T17:47:12Z") },
            { id: 67, lead_id: 5, value: "85552.96", status: "won", created_at: new Date("2023-11-21T15:45:37Z") },
            { id: 68, lead_id: 97, value: "65273.26", status: "open", created_at: new Date("2023-05-10T06:08:28Z") },
            { id: 69, lead_id: 184, value: "1001.68", status: "open", created_at: new Date("2023-06-30T19:12:50Z") },
            { id: 70, lead_id: 71, value: "2117.28", status: "open", created_at: new Date("2023-11-13T13:55:46Z") },
            { id: 71, lead_id: 116, value: "1996.08", status: "open", created_at: new Date("2023-03-16T09:11:14Z") },
            { id: 72, lead_id: 81, value: "28831.00", status: "open", created_at: new Date("2023-09-16T10:46:58Z") },
            { id: 73, lead_id: 146, value: "1064.97", status: "open", created_at: new Date("2023-09-27T16:40:43Z") },
            { id: 74, lead_id: 87, value: "4235.26", status: "won", created_at: new Date("2023-08-31T15:36:33Z") },
            { id: 75, lead_id: 23, value: "1035.46", status: "open", created_at: new Date("2023-03-02T17:05:39Z") },
            { id: 76, lead_id: 192, value: "55526.13", status: "won", created_at: new Date("2023-03-08T19:19:26Z") },
            { id: 77, lead_id: 178, value: "53673.71", status: "open", created_at: new Date("2023-04-08T07:56:17Z") },
            { id: 78, lead_id: 158, value: "1855.15", status: "lost", created_at: new Date("2023-05-24T19:12:21Z") },
            { id: 79, lead_id: 136, value: "37126.50", status: "won", created_at: new Date("2023-04-17T17:43:07Z") },
            { id: 80, lead_id: 109, value: "2079.05", status: "open", created_at: new Date("2023-12-14T16:27:06Z") },
            { id: 81, lead_id: 30, value: "8672.86", status: "won", created_at: new Date("2023-07-07T13:39:44Z") },
            { id: 82, lead_id: 103, value: "2058.46", status: "open", created_at: new Date("2023-04-09T14:08:12Z") },
            { id: 83, lead_id: 114, value: "56344.66", status: "lost", created_at: new Date("2023-09-17T18:44:48Z") },
            { id: 84, lead_id: 128, value: "24747.29", status: "open", created_at: new Date("2023-03-31T09:45:53Z") },
            { id: 85, lead_id: 133, value: "1092.99", status: "open", created_at: new Date("2023-11-19T14:09:06Z") },
            { id: 86, lead_id: 72, value: "3216.90", status: "lost", created_at: new Date("2023-10-23T21:59:34Z") },
            { id: 87, lead_id: 136, value: "3377.20", status: "won", created_at: new Date("2023-11-13T05:01:14Z") },
            { id: 88, lead_id: 160, value: "12373.50", status: "lost", created_at: new Date("2023-09-24T18:15:13Z") },
            { id: 89, lead_id: 87, value: "6618.15", status: "open", created_at: new Date("2023-05-27T18:38:36Z") },
            { id: 90, lead_id: 84, value: "2419.43", status: "open", created_at: new Date("2023-04-13T07:24:10Z") },
            { id: 91, lead_id: 55, value: "38220.17", status: "open", created_at: new Date("2023-12-06T19:48:25Z") },
            { id: 92, lead_id: 106, value: "36070.79", status: "won", created_at: new Date("2023-04-12T09:39:48Z") },
            { id: 93, lead_id: 191, value: "2452.84", status: "open", created_at: new Date("2023-02-08T14:05:00Z") },
            { id: 94, lead_id: 105, value: "16541.27", status: "open", created_at: new Date("2023-09-01T15:14:48Z") },
            { id: 95, lead_id: 170, value: "15552.03", status: "open", created_at: new Date("2023-09-10T18:15:32Z") },
            { id: 96, lead_id: 135, value: "19189.51", status: "open", created_at: new Date("2023-08-03T20:52:31Z") },
            { id: 97, lead_id: 77, value: "89496.13", status: "won", created_at: new Date("2023-09-01T10:09:08Z") },
            { id: 98, lead_id: 15, value: "7579.78", status: "open", created_at: new Date("2023-10-08T15:40:50Z") },
            { id: 99, lead_id: 139, value: "3824.35", status: "open", created_at: new Date("2023-02-15T10:08:23Z") },
            { id: 100, lead_id: 44, value: "13477.22", status: "open", created_at: new Date("2023-04-05T20:31:04Z") },
            { id: 101, lead_id: 18, value: "1555.83", status: "open", created_at: new Date("2023-10-03T13:50:54Z") },
            { id: 102, lead_id: 15, value: "14229.21", status: "won", created_at: new Date("2023-03-16T21:22:23Z") },
            { id: 103, lead_id: 1, value: "8062.67", status: "open", created_at: new Date("2023-01-09T12:34:06Z") },
            { id: 104, lead_id: 105, value: "20990.05", status: "open", created_at: new Date("2023-10-17T16:00:47Z") },
            { id: 105, lead_id: 56, value: "86767.84", status: "open", created_at: new Date("2023-09-16T20:51:42Z") },
            { id: 106, lead_id: 177, value: "1535.83", status: "lost", created_at: new Date("2023-10-10T19:58:34Z") },
            { id: 107, lead_id: 124, value: "1508.73", status: "open", created_at: new Date("2023-09-02T18:43:12Z") },
            { id: 108, lead_id: 157, value: "1809.93", status: "open", created_at: new Date("2023-08-08T01:56:11Z") },
            { id: 109, lead_id: 4, value: "1099.97", status: "won", created_at: new Date("2023-09-21T00:23:34Z") },
            { id: 110, lead_id: 4, value: "23371.22", status: "open", created_at: new Date("2023-02-27T22:54:39Z") },
            { id: 111, lead_id: 93, value: "10263.47", status: "open", created_at: new Date("2023-02-01T18:30:06Z") },
            { id: 112, lead_id: 184, value: "5344.22", status: "won", created_at: new Date("2023-01-31T19:40:59Z") },
            { id: 113, lead_id: 5, value: "1450.94", status: "open", created_at: new Date("2023-01-26T02:01:40Z") },
            { id: 114, lead_id: 85, value: "80315.77", status: "open", created_at: new Date("2023-10-20T12:40:09Z") },
            { id: 115, lead_id: 186, value: "14518.74", status: "open", created_at: new Date("2023-06-19T20:42:05Z") },
            { id: 116, lead_id: 86, value: "1482.02", status: "open", created_at: new Date("2023-09-03T21:48:12Z") },
            { id: 117, lead_id: 79, value: "5928.31", status: "open", created_at: new Date("2023-08-11T20:55:35Z") },
            { id: 118, lead_id: 98, value: "4858.47", status: "open", created_at: new Date("2023-03-29T20:18:37Z") },
            { id: 119, lead_id: 2, value: "5178.52", status: "open", created_at: new Date("2023-09-26T13:38:34Z") },
            { id: 120, lead_id: 11, value: "33163.98", status: "open", created_at: new Date("2023-05-20T10:12:23Z") },
            { id: 121, lead_id: 68, value: "23299.48", status: "open", created_at: new Date("2023-08-22T14:22:28Z") },
            { id: 122, lead_id: 191, value: "11742.01", status: "open", created_at: new Date("2023-04-30T08:44:40Z") },
            { id: 123, lead_id: 126, value: "31845.98", status: "lost", created_at: new Date("2023-10-22T11:07:28Z") },
            { id: 124, lead_id: 119, value: "40697.66", status: "won", created_at: new Date("2023-10-17T18:04:01Z") },
            { id: 125, lead_id: 173, value: "1059.55", status: "open", created_at: new Date("2023-06-11T16:24:17Z") },
            { id: 126, lead_id: 58, value: "33654.50", status: "open", created_at: new Date("2023-01-12T18:39:48Z") },
            { id: 127, lead_id: 156, value: "9273.47", status: "open", created_at: new Date("2023-02-19T18:07:32Z") },
            { id: 128, lead_id: 146, value: "98649.10", status: "open", created_at: new Date("2023-02-20T18:32:31Z") },
            { id: 129, lead_id: 52, value: "1598.31", status: "open", created_at: new Date("2023-07-17T15:08:20Z") },
            { id: 130, lead_id: 200, value: "1058.45", status: "open", created_at: new Date("2023-05-22T06:02:31Z") },
            { id: 131, lead_id: 136, value: "33532.84", status: "open", created_at: new Date("2023-02-22T03:04:50Z") },
            { id: 132, lead_id: 112, value: "21771.40", status: "open", created_at: new Date("2023-11-15T19:37:26Z") },
            { id: 133, lead_id: 91, value: "10748.11", status: "open", created_at: new Date("2023-01-01T19:19:53Z") },
            { id: 134, lead_id: 177, value: "58289.42", status: "open", created_at: new Date("2023-05-16T11:17:33Z") },
            { id: 135, lead_id: 195, value: "1052.43", status: "open", created_at: new Date("2023-12-29T18:35:58Z") },
            { id: 136, lead_id: 117, value: "1599.83", status: "open", created_at: new Date("2023-12-09T16:54:21Z") },
            { id: 137, lead_id: 137, value: "55395.83", status: "open", created_at: new Date("2023-09-02T08:23:56Z") },
            { id: 138, lead_id: 64, value: "1072.42", status: "won", created_at: new Date("2023-02-05T13:33:50Z") },
            { id: 139, lead_id: 92, value: "55554.90", status: "lost", created_at: new Date("2023-05-07T10:16:24Z") },
            { id: 140, lead_id: 124, value: "57363.39", status: "won", created_at: new Date("2023-09-22T13:54:00Z") },
            { id: 141, lead_id: 110, value: "48273.31", status: "open", created_at: new Date("2023-05-29T12:28:24Z") },
            { id: 142, lead_id: 52, value: "2274.79", status: "open", created_at: new Date("2023-11-22T12:26:06Z") },
            { id: 143, lead_id: 168, value: "70294.72", status: "lost", created_at: new Date("2023-01-13T12:27:12Z") },
            { id: 144, lead_id: 196, value: "66872.51", status: "won", created_at: new Date("2023-03-22T06:22:52Z") },
            { id: 145, lead_id: 79, value: "30150.52", status: "open", created_at: new Date("2023-06-19T20:38:42Z") },
            { id: 146, lead_id: 117, value: "1000.36", status: "won", created_at: new Date("2023-12-21T12:29:28Z") },
            { id: 147, lead_id: 44, value: "29361.29", status: "open", created_at: new Date("2023-09-15T17:29:48Z") },
            { id: 148, lead_id: 153, value: "83887.71", status: "lost", created_at: new Date("2023-06-08T16:20:40Z") },
            { id: 149, lead_id: 70, value: "1000.03", status: "open", created_at: new Date("2023-05-06T12:33:03Z") },
            { id: 150, lead_id: 100, value: "3077.27", status: "open", created_at: new Date("2023-04-12T17:50:34Z") },
        ],
    });
    await prisma.sales_orders.createMany({
        data: [
            { id: 1, opportunity_id: 136, total_amount: "48495.69", order_date: new Date("2023-04-04T02:37:40Z"), payment_method: "credit card", discount_amount: "3163.48" },
            { id: 2, opportunity_id: 57, total_amount: "8916.44", order_date: new Date("2023-11-04T04:34:49Z"), payment_method: "credit card", discount_amount: "240.19" },
            { id: 3, opportunity_id: 4, total_amount: "4692.31", order_date: new Date("2023-02-27T02:18:23Z"), payment_method: "bank transfer", discount_amount: "2852.09" },
            { id: 4, opportunity_id: 53, total_amount: "8891.45", order_date: new Date("2023-04-11T19:25:50Z"), payment_method: "bank transfer", discount_amount: "3760.59" },
            { id: 5, opportunity_id: 125, total_amount: "41093.07", order_date: new Date("2023-08-18T17:20:41Z"), payment_method: "credit card", discount_amount: "316.78" },
            { id: 6, opportunity_id: 44, total_amount: "5303.46", order_date: new Date("2023-02-18T06:35:01Z"), payment_method: "credit card", discount_amount: "505.08" },
            { id: 7, opportunity_id: 136, total_amount: "43842.12", order_date: new Date("2023-12-14T15:01:24Z"), payment_method: "paypal", discount_amount: "327.17" },
            { id: 8, opportunity_id: 77, total_amount: "49407.11", order_date: new Date("2023-10-07T17:39:01Z"), payment_method: "credit card", discount_amount: "59.72" },
            { id: 9, opportunity_id: 144, total_amount: "21280.78", order_date: new Date("2023-07-09T12:07:47Z"), payment_method: "credit card", discount_amount: "1144.66" },
            { id: 10, opportunity_id: 30, total_amount: "31881.43", order_date: new Date("2023-05-17T10:10:52Z"), payment_method: "credit card", discount_amount: "552.62" },
            { id: 11, opportunity_id: 108, total_amount: "230.33", order_date: new Date("2023-11-17T19:19:20Z"), payment_method: "credit card", discount_amount: "3312.72" },
            { id: 12, opportunity_id: 28, total_amount: "38320.25", order_date: new Date("2023-01-15T13:42:11Z"), payment_method: "credit card", discount_amount: "3130.73" },
            { id: 13, opportunity_id: 140, total_amount: "36600.24", order_date: new Date("2023-05-16T02:49:36Z"), payment_method: "bank transfer", discount_amount: "1427.19" },
            { id: 14, opportunity_id: 117, total_amount: "29823.27", order_date: new Date("2023-11-02T04:18:50Z"), payment_method: "bank transfer", discount_amount: "3994.18" },
            { id: 15, opportunity_id: 79, total_amount: "20574.00", order_date: new Date("2023-01-26T10:01:01Z"), payment_method: "credit card", discount_amount: "1940.94" },
            { id: 16, opportunity_id: 17, total_amount: "11739.65", order_date: new Date("2023-07-26T18:46:58Z"), payment_method: "paypal", discount_amount: "4771.69" },
            { id: 17, opportunity_id: 108, total_amount: "2972.09", order_date: new Date("2023-01-16T18:29:45Z"), payment_method: "credit card", discount_amount: "2272.91" },
            { id: 18, opportunity_id: 48, total_amount: "36661.83", order_date: new Date("2023-01-29T10:19:01Z"), payment_method: "bank transfer", discount_amount: "680.83" },
            { id: 19, opportunity_id: 98, total_amount: "2200.68", order_date: new Date("2023-12-20T17:23:59Z"), payment_method: "paypal", discount_amount: "4913.61" },
            { id: 20, opportunity_id: 50, total_amount: "5707.78", order_date: new Date("2023-01-28T22:58:32Z"), payment_method: "credit card", discount_amount: "2886.46" },
            { id: 21, opportunity_id: 145, total_amount: "1627.36", order_date: new Date("2023-03-04T07:09:27Z"), payment_method: "bank transfer", discount_amount: "165.33" },
            { id: 22, opportunity_id: 109, total_amount: "6314.01", order_date: new Date("2023-09-29T17:06:11Z"), payment_method: "credit card", discount_amount: "321.70" },
            { id: 23, opportunity_id: 17, total_amount: "24166.79", order_date: new Date("2023-03-25T14:06:44Z"), payment_method: "credit card", discount_amount: "338.29" },
            { id: 24, opportunity_id: 95, total_amount: "12929.91", order_date: new Date("2023-09-04T13:32:48Z"), payment_method: "credit card", discount_amount: "2306.03" },
            { id: 25, opportunity_id: 132, total_amount: "19658.56", order_date: new Date("2023-09-08T11:37:36Z"), payment_method: "paypal", discount_amount: "433.20" },
            { id: 26, opportunity_id: 36, total_amount: "791.39", order_date: new Date("2023-02-02T07:09:09Z"), payment_method: "credit card", discount_amount: "562.34" },
            { id: 27, opportunity_id: 32, total_amount: "25823.26", order_date: new Date("2023-08-19T00:20:07Z"), payment_method: "paypal", discount_amount: "3923.01" },
            { id: 28, opportunity_id: 120, total_amount: "22455.86", order_date: new Date("2023-02-07T22:16:54Z"), payment_method: "credit card", discount_amount: "13.51" },
            { id: 29, opportunity_id: 32, total_amount: "3587.80", order_date: new Date("2023-01-08T00:42:52Z"), payment_method: "credit card", discount_amount: "2823.40" },
            { id: 30, opportunity_id: 142, total_amount: "138.63", order_date: new Date("2023-10-25T05:30:13Z"), payment_method: "paypal", discount_amount: "740.09" },
            { id: 31, opportunity_id: 107, total_amount: "35293.78", order_date: new Date("2023-02-13T13:29:04Z"), payment_method: "paypal", discount_amount: "4729.40" },
            { id: 32, opportunity_id: 43, total_amount: "981.75", order_date: new Date("2023-05-16T07:10:10Z"), payment_method: "bank transfer", discount_amount: "4230.04" },
            { id: 33, opportunity_id: 149, total_amount: "43922.51", order_date: new Date("2023-01-10T07:26:22Z"), payment_method: "credit card", discount_amount: "53.79" },
            { id: 34, opportunity_id: 139, total_amount: "2038.48", order_date: new Date("2023-02-22T10:12:26Z"), payment_method: "credit card", discount_amount: "1129.69" },
            { id: 35, opportunity_id: 57, total_amount: "9070.83", order_date: new Date("2023-05-09T19:54:21Z"), payment_method: "bank transfer", discount_amount: "15.12" },
            { id: 36, opportunity_id: 115, total_amount: "554.67", order_date: new Date("2023-01-02T18:56:03Z"), payment_method: "credit card", discount_amount: "1133.11" },
            { id: 37, opportunity_id: 107, total_amount: "589.20", order_date: new Date("2023-01-11T05:46:24Z"), payment_method: "credit card", discount_amount: "2778.83" },
            { id: 38, opportunity_id: 28, total_amount: "24840.44", order_date: new Date("2023-12-12T17:50:21Z"), payment_method: "bank transfer", discount_amount: "1083.21" },
            { id: 39, opportunity_id: 104, total_amount: "23093.54", order_date: new Date("2023-10-10T12:08:56Z"), payment_method: "credit card", discount_amount: "935.61" },
            { id: 40, opportunity_id: 34, total_amount: "2661.60", order_date: new Date("2023-03-05T19:38:36Z"), payment_method: "paypal", discount_amount: "18.78" },
            { id: 41, opportunity_id: 94, total_amount: "25190.43", order_date: new Date("2023-04-07T22:01:54Z"), payment_method: "bank transfer", discount_amount: "1426.94" },
            { id: 42, opportunity_id: 29, total_amount: "43800.01", order_date: new Date("2023-04-13T16:11:56Z"), payment_method: "credit card", discount_amount: "2626.92" },
            { id: 43, opportunity_id: 26, total_amount: "2893.27", order_date: new Date("2023-05-19T22:20:44Z"), payment_method: "paypal", discount_amount: "2061.28" },
            { id: 44, opportunity_id: 65, total_amount: "25089.69", order_date: new Date("2023-10-11T08:28:11Z"), payment_method: "credit card", discount_amount: "4544.67" },
            { id: 45, opportunity_id: 136, total_amount: "34720.70", order_date: new Date("2023-03-13T20:25:48Z"), payment_method: "credit card", discount_amount: "2908.01" },
            { id: 46, opportunity_id: 125, total_amount: "49898.50", order_date: new Date("2023-09-23T04:09:23Z"), payment_method: "credit card", discount_amount: "2570.19" },
            { id: 47, opportunity_id: 87, total_amount: "30803.51", order_date: new Date("2023-07-30T20:59:20Z"), payment_method: "credit card", discount_amount: "4475.84" },
            { id: 48, opportunity_id: 52, total_amount: "37665.84", order_date: new Date("2023-01-01T20:13:29Z"), payment_method: "credit card", discount_amount: "4090.72" },
            { id: 49, opportunity_id: 94, total_amount: "5340.69", order_date: new Date("2023-11-13T05:58:05Z"), payment_method: "credit card", discount_amount: "1542.49" },
            { id: 50, opportunity_id: 43, total_amount: "2236.65", order_date: new Date("2023-04-18T09:18:38Z"), payment_method: "paypal", discount_amount: "1721.93" },
            { id: 51, opportunity_id: 9, total_amount: "23723.32", order_date: new Date("2023-03-21T15:54:33Z"), payment_method: "credit card", discount_amount: "1969.50" },
            { id: 52, opportunity_id: 8, total_amount: "14744.47", order_date: new Date("2023-03-14T12:29:31Z"), payment_method: "paypal", discount_amount: "3603.76" },
            { id: 53, opportunity_id: 9, total_amount: "27752.70", order_date: new Date("2023-12-11T02:42:16Z"), payment_method: "credit card", discount_amount: "936.32" },
            { id: 54, opportunity_id: 78, total_amount: "8554.10", order_date: new Date("2023-08-04T21:45:13Z"), payment_method: "credit card", discount_amount: "2424.52" },
            { id: 55, opportunity_id: 133, total_amount: "8325.31", order_date: new Date("2023-02-15T10:46:04Z"), payment_method: "paypal", discount_amount: "909.85" },
            { id: 56, opportunity_id: 14, total_amount: "3523.83", order_date: new Date("2023-09-30T15:30:30Z"), payment_method: "credit card", discount_amount: "2116.16" },
            { id: 57, opportunity_id: 89, total_amount: "44533.48", order_date: new Date("2023-05-29T10:32:15Z"), payment_method: "credit card", discount_amount: "2427.62" },
            { id: 58, opportunity_id: 116, total_amount: "14143.12", order_date: new Date("2023-11-09T00:23:01Z"), payment_method: "bank transfer", discount_amount: "1090.62" },
            { id: 59, opportunity_id: 106, total_amount: "11638.20", order_date: new Date("2023-03-15T19:18:33Z"), payment_method: "paypal", discount_amount: "93.44" },
            { id: 60, opportunity_id: 119, total_amount: "46659.45", order_date: new Date("2023-12-17T13:01:15Z"), payment_method: "credit card", discount_amount: "1328.59" },
            { id: 61, opportunity_id: 40, total_amount: "27874.36", order_date: new Date("2023-12-03T14:14:37Z"), payment_method: "credit card", discount_amount: "5.33" },
            { id: 62, opportunity_id: 104, total_amount: "8168.21", order_date: new Date("2023-12-18T20:45:09Z"), payment_method: "bank transfer", discount_amount: "85.94" },
            { id: 63, opportunity_id: 57, total_amount: "28250.98", order_date: new Date("2023-01-24T18:22:44Z"), payment_method: "bank transfer", discount_amount: "2269.14" },
            { id: 64, opportunity_id: 118, total_amount: "36052.28", order_date: new Date("2023-07-23T12:44:31Z"), payment_method: "credit card", discount_amount: "438.42" },
            { id: 65, opportunity_id: 76, total_amount: "950.63", order_date: new Date("2023-12-03T14:45:26Z"), payment_method: "credit card", discount_amount: "602.59" },
            { id: 66, opportunity_id: 148, total_amount: "23343.56", order_date: new Date("2023-04-22T07:13:22Z"), payment_method: "credit card", discount_amount: "269.60" },
            { id: 67, opportunity_id: 76, total_amount: "49771.68", order_date: new Date("2023-03-03T00:58:19Z"), payment_method: "credit card", discount_amount: "104.91" },
            { id: 68, opportunity_id: 28, total_amount: "34636.08", order_date: new Date("2023-11-03T09:48:21Z"), payment_method: "paypal", discount_amount: "340.51" },
            { id: 69, opportunity_id: 2, total_amount: "41861.28", order_date: new Date("2023-08-02T18:47:17Z"), payment_method: "credit card", discount_amount: "0.61" },
            { id: 70, opportunity_id: 31, total_amount: "37974.94", order_date: new Date("2023-08-19T13:16:22Z"), payment_method: "paypal", discount_amount: "374.25" },
            { id: 71, opportunity_id: 43, total_amount: "3871.11", order_date: new Date("2023-10-02T18:07:06Z"), payment_method: "bank transfer", discount_amount: "29.05" },
            { id: 72, opportunity_id: 122, total_amount: "14095.81", order_date: new Date("2023-07-10T13:49:59Z"), payment_method: "credit card", discount_amount: "826.29" },
            { id: 73, opportunity_id: 148, total_amount: "11204.23", order_date: new Date("2023-02-18T21:58:34Z"), payment_method: "credit card", discount_amount: "4781.98" },
            { id: 74, opportunity_id: 55, total_amount: "33780.73", order_date: new Date("2023-05-27T08:06:11Z"), payment_method: "credit card", discount_amount: "2753.46" },
            { id: 75, opportunity_id: 128, total_amount: "1449.52", order_date: new Date("2023-09-21T07:48:27Z"), payment_method: "credit card", discount_amount: "16.95" },
            { id: 76, opportunity_id: 25, total_amount: "232.30", order_date: new Date("2023-11-22T08:03:31Z"), payment_method: "bank transfer", discount_amount: "491.21" },
            { id: 77, opportunity_id: 27, total_amount: "19042.02", order_date: new Date("2023-07-30T05:49:05Z"), payment_method: "paypal", discount_amount: "102.25" },
            { id: 78, opportunity_id: 72, total_amount: "281.35", order_date: new Date("2023-08-16T22:29:29Z"), payment_method: "paypal", discount_amount: "687.62" },
            { id: 79, opportunity_id: 128, total_amount: "12934.23", order_date: new Date("2023-07-09T19:00:58Z"), payment_method: "bank transfer", discount_amount: "82.07" },
            { id: 80, opportunity_id: 4, total_amount: "1648.09", order_date: new Date("2023-11-20T08:32:16Z"), payment_method: "paypal", discount_amount: "346.31" },
            { id: 81, opportunity_id: 76, total_amount: "28085.96", order_date: new Date("2023-02-14T23:54:39Z"), payment_method: "credit card", discount_amount: "337.49" },
            { id: 82, opportunity_id: 9, total_amount: "6363.75", order_date: new Date("2023-09-11T09:12:22Z"), payment_method: "credit card", discount_amount: "18.58" },
            { id: 83, opportunity_id: 145, total_amount: "39543.32", order_date: new Date("2023-03-20T08:53:43Z"), payment_method: "paypal", discount_amount: "1070.25" },
            { id: 84, opportunity_id: 122, total_amount: "25897.95", order_date: new Date("2023-10-11T02:51:46Z"), payment_method: "credit card", discount_amount: "2400.76" },
            { id: 85, opportunity_id: 17, total_amount: "27128.48", order_date: new Date("2023-09-15T10:44:10Z"), payment_method: "paypal", discount_amount: "0.59" },
            { id: 86, opportunity_id: 141, total_amount: "44294.68", order_date: new Date("2023-11-26T07:07:19Z"), payment_method: "credit card", discount_amount: "185.61" },
            { id: 87, opportunity_id: 33, total_amount: "826.55", order_date: new Date("2023-04-28T16:34:38Z"), payment_method: "credit card", discount_amount: "1734.06" },
            { id: 88, opportunity_id: 108, total_amount: "964.53", order_date: new Date("2023-12-03T12:19:23Z"), payment_method: "paypal", discount_amount: "14.01" },
            { id: 89, opportunity_id: 87, total_amount: "48895.24", order_date: new Date("2023-11-17T18:53:35Z"), payment_method: "credit card", discount_amount: "0.98" },
            { id: 90, opportunity_id: 105, total_amount: "35231.19", order_date: new Date("2023-02-18T07:20:01Z"), payment_method: "credit card", discount_amount: "3829.37" },
            { id: 91, opportunity_id: 48, total_amount: "41034.00", order_date: new Date("2023-05-27T00:03:25Z"), payment_method: "credit card", discount_amount: "3332.46" },
            { id: 92, opportunity_id: 90, total_amount: "18786.91", order_date: new Date("2023-05-19T22:53:44Z"), payment_method: "paypal", discount_amount: "4250.32" },
            { id: 93, opportunity_id: 63, total_amount: "5968.75", order_date: new Date("2023-11-30T08:32:54Z"), payment_method: "credit card", discount_amount: "675.93" },
            { id: 94, opportunity_id: 122, total_amount: "3688.11", order_date: new Date("2023-02-06T18:55:58Z"), payment_method: "credit card", discount_amount: "316.24" },
            { id: 95, opportunity_id: 84, total_amount: "18823.81", order_date: new Date("2023-09-03T15:54:01Z"), payment_method: "credit card", discount_amount: "157.43" },
            { id: 96, opportunity_id: 130, total_amount: "21059.96", order_date: new Date("2023-09-24T16:10:04Z"), payment_method: "credit card", discount_amount: "2330.74" },
            { id: 97, opportunity_id: 72, total_amount: "281.83", order_date: new Date("2023-02-03T09:34:54Z"), payment_method: "bank transfer", discount_amount: "4509.78" },
            { id: 98, opportunity_id: 126, total_amount: "6863.82", order_date: new Date("2023-06-23T09:09:03Z"), payment_method: "credit card", discount_amount: "141.51" },
            { id: 99, opportunity_id: 34, total_amount: "2458.08", order_date: new Date("2023-11-21T15:57:09Z"), payment_method: "credit card", discount_amount: "87.91" },
            { id: 100, opportunity_id: 31, total_amount: "35941.95", order_date: new Date("2023-10-19T02:13:13Z"), payment_method: "paypal", discount_amount: "267.03" },
        ],
    });
}

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