// Customer Engagement Insights (customer-relationship-management-crm) 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.accounts), 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.accounts.createMany({
        data: [
            { id: 1, account_name: "Forge Health", created_at: new Date("2021-05-07T10:13:09Z"), account_status: "active", account_industry: "healthcare" },
            { id: 2, account_name: "Beacon Foods", created_at: new Date("2020-12-20T04:29:24Z"), account_status: "active", account_industry: "education" },
            { id: 3, account_name: "Forge Logistics", created_at: new Date("2021-07-07T10:48:15Z"), account_status: "suspended", account_industry: "finance" },
            { id: 4, account_name: "Granite Energy", created_at: new Date("2020-10-02T08:03:36Z"), account_status: "active", account_industry: "retail" },
            { id: 5, account_name: "Oak Software", created_at: new Date("2020-09-09T08:21:06Z"), account_status: "active", account_industry: "healthcare" },
            { id: 6, account_name: "Delta Media", created_at: new Date("2021-10-20T09:39:12Z"), account_status: "inactive", account_industry: "technology" },
            { id: 7, account_name: "Pine Foods", created_at: new Date("2020-03-01T09:57:10Z"), account_status: "active", account_industry: "healthcare" },
            { id: 8, account_name: "Summit Health", created_at: new Date("2020-10-04T11:59:24Z"), account_status: "active", account_industry: "healthcare" },
            { id: 9, account_name: "Sable Energy", created_at: new Date("2021-03-27T20:09:36Z"), account_status: "suspended", account_industry: "education" },
            { id: 10, account_name: "Clear Systems", created_at: new Date("2020-07-07T11:03:36Z"), account_status: "inactive", account_industry: "technology" },
            { id: 11, account_name: "Field Software", created_at: new Date("2022-03-10T17:56:28Z"), account_status: "inactive", account_industry: "technology" },
            { id: 12, account_name: "Quill Works", created_at: new Date("2020-07-01T16:52:05Z"), account_status: "active", account_industry: "retail" },
            { id: 13, account_name: "Blue Foods", created_at: new Date("2021-07-31T02:29:54Z"), account_status: "active", account_industry: "retail" },
            { id: 14, account_name: "Granite Industries", created_at: new Date("2021-05-23T14:02:41Z"), account_status: "active", account_industry: "healthcare" },
            { id: 15, account_name: "Willow Group", created_at: new Date("2020-05-19T01:48:20Z"), account_status: "active", account_industry: "technology" },
            { id: 16, account_name: "Bright Media", created_at: new Date("2022-10-22T11:36:22Z"), account_status: "inactive", account_industry: "healthcare" },
            { id: 17, account_name: "Keystone Digital", created_at: new Date("2022-05-04T16:21:36Z"), account_status: "active", account_industry: "technology" },
            { id: 18, account_name: "Field Energy", created_at: new Date("2022-12-24T11:29:46Z"), account_status: "inactive", account_industry: "finance" },
            { id: 19, account_name: "Granite Foods", created_at: new Date("2022-08-26T10:17:33Z"), account_status: "active", account_industry: "healthcare" },
            { id: 20, account_name: "Forge Software", created_at: new Date("2021-10-30T13:51:15Z"), account_status: "inactive", account_industry: "technology" },
            { id: 21, account_name: "River Analytics", created_at: new Date("2022-10-23T12:36:40Z"), account_status: "inactive", account_industry: "education" },
            { id: 22, account_name: "Harbor Holdings", created_at: new Date("2021-07-26T14:08:26Z"), account_status: "inactive", account_industry: "healthcare" },
            { id: 23, account_name: "Juniper Logistics", created_at: new Date("2022-10-20T13:58:42Z"), account_status: "active", account_industry: "retail" },
            { id: 24, account_name: "Keystone Labs", created_at: new Date("2020-06-17T16:25:02Z"), account_status: "active", account_industry: "healthcare" },
            { id: 25, account_name: "Field Analytics", created_at: new Date("2020-12-27T15:10:15Z"), account_status: "active", account_industry: "finance" },
            { id: 26, account_name: "Vector Software", created_at: new Date("2022-07-20T09:08:15Z"), account_status: "inactive", account_industry: "technology" },
            { id: 27, account_name: "North Software", created_at: new Date("2022-10-25T20:35:59Z"), account_status: "active", account_industry: "healthcare" },
            { id: 28, account_name: "Atlas Systems", created_at: new Date("2020-06-02T14:49:34Z"), account_status: "suspended", account_industry: "technology" },
            { id: 29, account_name: "Pine Holdings", created_at: new Date("2022-07-20T08:54:06Z"), account_status: "active", account_industry: "healthcare" },
            { id: 30, account_name: "Iron Analytics", created_at: new Date("2020-02-23T12:20:30Z"), account_status: "active", account_industry: "technology" },
            { id: 31, account_name: null, created_at: new Date("2020-11-29T13:08:26Z"), account_status: "inactive", account_industry: "education" },
            { id: 32, account_name: "Lantern Logistics", created_at: new Date("2022-10-09T08:19:00Z"), account_status: "active", account_industry: "education" },
            { id: 33, account_name: null, created_at: new Date("2020-02-09T10:46:45Z"), account_status: "active", account_industry: "retail" },
            { id: 34, account_name: "Beacon Labs", created_at: new Date("2022-10-18T19:53:21Z"), account_status: "active", account_industry: "finance" },
            { id: 35, account_name: "Juniper Studio", created_at: new Date("2021-08-02T12:40:37Z"), account_status: "active", account_industry: "retail" },
            { id: 36, account_name: "Delta Works", created_at: new Date("2020-04-06T09:55:32Z"), account_status: "suspended", account_industry: "technology" },
            { id: 37, account_name: "Acme Digital", created_at: new Date("2020-06-09T11:33:55Z"), account_status: "suspended", account_industry: "technology" },
            { id: 38, account_name: null, created_at: new Date("2020-10-12T16:24:03Z"), account_status: "inactive", account_industry: "retail" },
            { id: 39, account_name: "Meridian Industries", created_at: new Date("2022-09-12T16:54:38Z"), account_status: "suspended", account_industry: "retail" },
            { id: 40, account_name: "Cobalt Foods", created_at: new Date("2022-05-23T14:04:32Z"), account_status: "active", account_industry: "finance" },
            { id: 41, account_name: "Bright Health", created_at: new Date("2020-11-21T07:35:30Z"), account_status: "active", account_industry: "retail" },
            { id: 42, account_name: "Cedar Industries", created_at: new Date("2021-12-28T15:25:40Z"), account_status: "active", account_industry: "retail" },
            { id: 43, account_name: "Atlas Digital", created_at: new Date("2021-11-19T13:55:48Z"), account_status: "suspended", account_industry: "finance" },
            { id: 44, account_name: "Vista Foods", created_at: new Date("2020-05-23T15:47:48Z"), account_status: "active", account_industry: "technology" },
            { id: 45, account_name: "Orbit Logistics", created_at: new Date("2021-03-11T14:15:02Z"), account_status: "inactive", account_industry: "education" },
            { id: 46, account_name: "Vector Holdings", created_at: new Date("2022-10-15T14:15:18Z"), account_status: "active", account_industry: "finance" },
            { id: 47, account_name: "Crest Systems", created_at: new Date("2020-10-31T12:15:46Z"), account_status: "active", account_industry: "finance" },
            { id: 48, account_name: "Iron Labs", created_at: new Date("2022-12-04T18:20:03Z"), account_status: "inactive", account_industry: "technology" },
            { id: 49, account_name: "Harbor Analytics", created_at: new Date("2022-06-12T08:30:50Z"), account_status: "active", account_industry: "finance" },
            { id: 50, account_name: "Orbit Digital", created_at: new Date("2020-10-11T14:43:07Z"), account_status: "active", account_industry: "healthcare" },
            { id: 51, account_name: null, created_at: new Date("2022-11-30T10:27:12Z"), account_status: "suspended", account_industry: "healthcare" },
            { id: 52, account_name: null, created_at: new Date("2021-01-31T14:04:43Z"), account_status: "active", account_industry: "healthcare" },
            { id: 53, account_name: null, created_at: new Date("2021-12-25T13:56:52Z"), account_status: "active", account_industry: "technology" },
            { id: 54, account_name: "Meridian Analytics", created_at: new Date("2020-03-14T13:24:02Z"), account_status: "active", account_industry: "healthcare" },
            { id: 55, account_name: "Tidal Holdings", created_at: new Date("2021-11-27T09:57:23Z"), account_status: "suspended", account_industry: "finance" },
            { id: 56, account_name: "Pine Logistics", created_at: new Date("2022-03-19T11:23:36Z"), account_status: "suspended", account_industry: "finance" },
            { id: 57, account_name: "Orbit Media", created_at: new Date("2020-10-01T10:32:21Z"), account_status: "active", account_industry: "technology" },
            { id: 58, account_name: "Ridge Holdings", created_at: new Date("2020-02-06T19:50:26Z"), account_status: "active", account_industry: "education" },
            { id: 59, account_name: "Ridge Analytics", created_at: new Date("2022-12-02T13:28:52Z"), account_status: "active", account_industry: "finance" },
            { id: 60, account_name: "Lumen Partners", created_at: new Date("2022-03-20T12:03:11Z"), account_status: "active", account_industry: "technology" },
            { id: 61, account_name: "Harbor Works", created_at: new Date("2020-09-18T15:41:13Z"), account_status: "active", account_industry: "technology" },
            { id: 62, account_name: "Keystone Works", created_at: new Date("2021-11-03T17:06:23Z"), account_status: "active", account_industry: "technology" },
            { id: 63, account_name: "Crest Systems", created_at: new Date("2022-03-21T11:21:58Z"), account_status: "active", account_industry: "technology" },
            { id: 64, account_name: "Apex Labs", created_at: new Date("2021-06-08T10:03:37Z"), account_status: "active", account_industry: "finance" },
            { id: 65, account_name: "Quill Analytics", created_at: new Date("2021-01-06T15:41:43Z"), account_status: "active", account_industry: "retail" },
            { id: 66, account_name: "Delta Labs", created_at: new Date("2021-06-13T10:29:19Z"), account_status: "suspended", account_industry: "finance" },
            { id: 67, account_name: "Vista Group", created_at: new Date("2020-11-17T10:01:44Z"), account_status: "active", account_industry: "technology" },
            { id: 68, account_name: "Clear Studio", created_at: new Date("2021-09-09T10:08:17Z"), account_status: "active", account_industry: "technology" },
            { id: 69, account_name: "Iron Foods", created_at: new Date("2021-01-11T08:12:25Z"), account_status: "active", account_industry: "healthcare" },
            { id: 70, account_name: "Cobalt Holdings", created_at: new Date("2020-06-17T11:36:33Z"), account_status: "inactive", account_industry: "technology" },
            { id: 71, account_name: "Granite Works", created_at: new Date("2020-12-28T20:21:40Z"), account_status: "active", account_industry: "retail" },
            { id: 72, account_name: "River Health", created_at: new Date("2022-07-17T13:01:26Z"), account_status: "inactive", account_industry: "healthcare" },
            { id: 73, account_name: "Blue Industries", created_at: new Date("2020-07-14T00:28:48Z"), account_status: "active", account_industry: "finance" },
            { id: 74, account_name: "Delta Energy", created_at: new Date("2020-12-08T13:19:57Z"), account_status: "active", account_industry: "retail" },
            { id: 75, account_name: "Ridge Analytics", created_at: new Date("2021-05-23T16:13:07Z"), account_status: "inactive", account_industry: "retail" },
            { id: 76, account_name: "Acme Studio", created_at: new Date("2020-12-10T14:30:23Z"), account_status: "active", account_industry: "education" },
            { id: 77, account_name: "Compass Industries", created_at: new Date("2020-01-10T14:58:15Z"), account_status: "inactive", account_industry: "healthcare" },
            { id: 78, account_name: "Cobalt Analytics", created_at: new Date("2021-08-09T13:40:45Z"), account_status: "suspended", account_industry: "finance" },
            { id: 79, account_name: "River Logistics", created_at: new Date("2022-03-05T08:50:48Z"), account_status: "active", account_industry: "technology" },
            { id: 80, account_name: "Atlas Logistics", created_at: new Date("2022-05-18T11:18:03Z"), account_status: "active", account_industry: "technology" },
            { id: 81, account_name: "Ridge Group", created_at: new Date("2021-11-16T11:52:32Z"), account_status: "active", account_industry: "healthcare" },
            { id: 82, account_name: "Meridian Digital", created_at: new Date("2020-04-16T13:04:01Z"), account_status: "active", account_industry: "retail" },
            { id: 83, account_name: "Ember Software", created_at: new Date("2021-05-28T06:10:20Z"), account_status: "inactive", account_industry: "healthcare" },
            { id: 84, account_name: null, created_at: new Date("2021-07-24T13:42:25Z"), account_status: "active", account_industry: "education" },
            { id: 85, account_name: "Forge Health", created_at: new Date("2020-04-15T16:06:40Z"), account_status: "suspended", account_industry: "retail" },
            { id: 86, account_name: "Acme Industries", created_at: new Date("2020-12-16T13:13:02Z"), account_status: "active", account_industry: "education" },
            { id: 87, account_name: "Granite Health", created_at: new Date("2022-11-09T14:54:50Z"), account_status: "active", account_industry: "finance" },
            { id: 88, account_name: "Lumen Media", created_at: new Date("2020-02-29T15:42:55Z"), account_status: "active", account_industry: "retail" },
            { id: 89, account_name: "Acme Digital", created_at: new Date("2020-03-08T17:36:09Z"), account_status: "active", account_industry: "finance" },
            { id: 90, account_name: "Quill Holdings", created_at: new Date("2021-01-18T17:24:13Z"), account_status: "suspended", account_industry: "healthcare" },
            { id: 91, account_name: "Keystone Logistics", created_at: new Date("2020-07-23T10:35:11Z"), account_status: "inactive", account_industry: "healthcare" },
            { id: 92, account_name: "Atlas Analytics", created_at: new Date("2021-06-06T12:50:46Z"), account_status: "active", account_industry: "finance" },
            { id: 93, account_name: "Summit Systems", created_at: new Date("2022-09-14T13:54:19Z"), account_status: "active", account_industry: "technology" },
            { id: 94, account_name: "Bright Digital", created_at: new Date("2021-11-07T12:58:50Z"), account_status: "active", account_industry: "finance" },
            { id: 95, account_name: "Quill Holdings", created_at: new Date("2020-08-28T11:56:19Z"), account_status: "active", account_industry: "technology" },
            { id: 96, account_name: "Willow Works", created_at: new Date("2020-04-15T10:44:51Z"), account_status: "active", account_industry: "finance" },
            { id: 97, account_name: "Blue Digital", created_at: new Date("2020-09-19T10:51:51Z"), account_status: "suspended", account_industry: "finance" },
            { id: 98, account_name: "Vista Analytics", created_at: new Date("2022-08-22T11:18:29Z"), account_status: "active", account_industry: "technology" },
            { id: 99, account_name: "Harbor Energy", created_at: new Date("2021-01-24T14:27:09Z"), account_status: "suspended", account_industry: "education" },
            { id: 100, account_name: "Orbit Labs", created_at: new Date("2020-02-06T14:42:15Z"), account_status: "active", account_industry: "finance" },
            { id: 101, account_name: "Pine Group", created_at: new Date("2022-03-20T08:46:25Z"), account_status: "active", account_industry: "finance" },
            { id: 102, account_name: "Forge Software", created_at: new Date("2020-03-08T15:21:01Z"), account_status: "suspended", account_industry: "retail" },
            { id: 103, account_name: "Atlas Group", created_at: new Date("2020-06-01T09:47:54Z"), account_status: "active", account_industry: "education" },
            { id: 104, account_name: "Acme Software", created_at: new Date("2021-06-08T10:02:42Z"), account_status: "inactive", account_industry: "finance" },
            { id: 105, account_name: "Vista Industries", created_at: new Date("2022-08-19T13:05:20Z"), account_status: "active", account_industry: "technology" },
            { id: 106, account_name: "Cedar Holdings", created_at: new Date("2020-12-08T08:45:33Z"), account_status: "active", account_industry: "healthcare" },
            { id: 107, account_name: "Keystone Partners", created_at: new Date("2020-03-14T16:09:08Z"), account_status: "inactive", account_industry: "finance" },
            { id: 108, account_name: null, created_at: new Date("2021-06-12T16:33:01Z"), account_status: "inactive", account_industry: "technology" },
            { id: 109, account_name: "Lantern Holdings", created_at: new Date("2020-09-30T10:41:45Z"), account_status: "active", account_industry: "finance" },
            { id: 110, account_name: "Iron Group", created_at: new Date("2021-05-10T10:02:18Z"), account_status: "active", account_industry: "healthcare" },
            { id: 111, account_name: "Compass Labs", created_at: new Date("2020-09-09T14:44:54Z"), account_status: "active", account_industry: "education" },
            { id: 112, account_name: "Bright Systems", created_at: new Date("2020-06-04T09:23:14Z"), account_status: "active", account_industry: "retail" },
            { id: 113, account_name: "Cobalt Logistics", created_at: new Date("2020-08-03T09:11:31Z"), account_status: "suspended", account_industry: "finance" },
            { id: 114, account_name: "Ember Works", created_at: new Date("2022-09-25T16:08:15Z"), account_status: "active", account_industry: "finance" },
            { id: 115, account_name: "Iron Works", created_at: new Date("2021-09-30T10:49:06Z"), account_status: "active", account_industry: "finance" },
            { id: 116, account_name: "Summit Digital", created_at: new Date("2020-10-17T15:53:29Z"), account_status: "active", account_industry: "technology" },
            { id: 117, account_name: "Granite Industries", created_at: new Date("2022-03-13T16:24:22Z"), account_status: "active", account_industry: "retail" },
            { id: 118, account_name: "Vista Studio", created_at: new Date("2021-02-02T16:16:55Z"), account_status: "active", account_industry: "retail" },
            { id: 119, account_name: "Oak Foods", created_at: new Date("2021-07-28T12:10:54Z"), account_status: "active", account_industry: "finance" },
            { id: 120, account_name: "Vector Foods", created_at: new Date("2021-11-06T09:16:08Z"), account_status: "suspended", account_industry: "retail" },
            { id: 121, account_name: "Summit Systems", created_at: new Date("2020-07-03T14:05:51Z"), account_status: "suspended", account_industry: "healthcare" },
            { id: 122, account_name: "Pine Digital", created_at: new Date("2021-11-16T11:36:28Z"), account_status: "active", account_industry: "healthcare" },
            { id: 123, account_name: "Compass Holdings", created_at: new Date("2020-03-20T08:15:17Z"), account_status: "active", account_industry: "finance" },
            { id: 124, account_name: "Meridian Analytics", created_at: new Date("2022-07-29T15:30:27Z"), account_status: "active", account_industry: "finance" },
            { id: 125, account_name: "Cedar Energy", created_at: new Date("2022-04-30T17:46:21Z"), account_status: "active", account_industry: "healthcare" },
            { id: 126, account_name: "Willow Works", created_at: new Date("2021-04-17T09:03:26Z"), account_status: "active", account_industry: "finance" },
            { id: 127, account_name: "Granite Industries", created_at: new Date("2022-05-09T14:43:45Z"), account_status: "active", account_industry: "technology" },
            { id: 128, account_name: "River Works", created_at: new Date("2022-01-24T09:38:51Z"), account_status: "suspended", account_industry: "technology" },
            { id: 129, account_name: "Vista Digital", created_at: new Date("2021-04-13T10:34:01Z"), account_status: "active", account_industry: "technology" },
            { id: 130, account_name: "Lantern Health", created_at: new Date("2020-06-27T17:46:29Z"), account_status: "inactive", account_industry: "retail" },
            { id: 131, account_name: "Bright Digital", created_at: new Date("2021-03-06T17:55:09Z"), account_status: "suspended", account_industry: "finance" },
            { id: 132, account_name: "Delta Software", created_at: new Date("2020-04-18T11:00:21Z"), account_status: "active", account_industry: "retail" },
            { id: 133, account_name: "Ember Industries", created_at: new Date("2020-11-20T15:51:15Z"), account_status: "active", account_industry: "finance" },
            { id: 134, account_name: "Lantern Foods", created_at: new Date("2021-08-10T15:03:57Z"), account_status: "active", account_industry: "finance" },
            { id: 135, account_name: "Forge Studio", created_at: new Date("2021-07-31T10:51:14Z"), account_status: "suspended", account_industry: "retail" },
            { id: 136, account_name: "Pine Holdings", created_at: new Date("2022-01-01T09:17:09Z"), account_status: "inactive", account_industry: "finance" },
            { id: 137, account_name: "Sable Partners", created_at: new Date("2022-02-18T07:55:52Z"), account_status: "active", account_industry: "finance" },
            { id: 138, account_name: "Iron Industries", created_at: new Date("2020-01-07T11:59:56Z"), account_status: "active", account_industry: "education" },
            { id: 139, account_name: null, created_at: new Date("2020-02-21T10:52:24Z"), account_status: "active", account_industry: "technology" },
            { id: 140, account_name: null, created_at: new Date("2021-02-14T08:19:15Z"), account_status: "active", account_industry: "healthcare" },
            { id: 141, account_name: "Ember Media", created_at: new Date("2020-03-16T14:38:23Z"), account_status: "active", account_industry: "education" },
            { id: 142, account_name: "Oak Systems", created_at: new Date("2021-01-04T14:27:55Z"), account_status: "inactive", account_industry: "education" },
            { id: 143, account_name: "Field Analytics", created_at: new Date("2022-05-10T15:32:15Z"), account_status: "suspended", account_industry: "healthcare" },
            { id: 144, account_name: null, created_at: new Date("2020-02-17T10:00:20Z"), account_status: "inactive", account_industry: "education" },
            { id: 145, account_name: "Vista Health", created_at: new Date("2022-02-16T06:31:16Z"), account_status: "active", account_industry: "finance" },
            { id: 146, account_name: "Ridge Media", created_at: new Date("2022-06-11T22:01:37Z"), account_status: "suspended", account_industry: "healthcare" },
            { id: 147, account_name: "Delta Industries", created_at: new Date("2022-09-16T16:13:57Z"), account_status: "active", account_industry: "retail" },
            { id: 148, account_name: null, created_at: new Date("2022-07-18T20:12:56Z"), account_status: "active", account_industry: "finance" },
            { id: 149, account_name: "Clear Analytics", created_at: new Date("2020-10-09T13:46:21Z"), account_status: "active", account_industry: "finance" },
            { id: 150, account_name: "Lantern Studio", created_at: new Date("2021-05-20T16:38:17Z"), account_status: "suspended", account_industry: "technology" },
            { id: 151, account_name: "Bright Systems", created_at: new Date("2021-07-06T10:45:00Z"), account_status: "active", account_industry: "finance" },
            { id: 152, account_name: "Ridge Works", created_at: new Date("2021-09-27T11:05:26Z"), account_status: "inactive", account_industry: "healthcare" },
            { id: 153, account_name: "Cobalt Holdings", created_at: new Date("2022-09-21T04:59:45Z"), account_status: "active", account_industry: "technology" },
            { id: 154, account_name: "Sable Systems", created_at: new Date("2020-07-29T12:12:15Z"), account_status: "inactive", account_industry: "education" },
            { id: 155, account_name: "Lantern Analytics", created_at: new Date("2020-07-10T10:44:26Z"), account_status: "active", account_industry: "education" },
            { id: 156, account_name: "Atlas Analytics", created_at: new Date("2020-04-19T12:00:59Z"), account_status: "active", account_industry: "education" },
            { id: 157, account_name: null, created_at: new Date("2022-11-06T15:21:55Z"), account_status: "inactive", account_industry: "technology" },
            { id: 158, account_name: "Apex Digital", created_at: new Date("2022-05-25T12:53:30Z"), account_status: "active", account_industry: "technology" },
            { id: 159, account_name: "Vector Foods", created_at: new Date("2022-07-11T14:06:26Z"), account_status: "suspended", account_industry: "healthcare" },
            { id: 160, account_name: "Juniper Logistics", created_at: new Date("2020-08-24T07:58:14Z"), account_status: "active", account_industry: "retail" },
            { id: 161, account_name: "Summit Partners", created_at: new Date("2020-04-24T07:32:57Z"), account_status: "active", account_industry: "finance" },
            { id: 162, account_name: "Cedar Logistics", created_at: new Date("2020-12-26T15:02:54Z"), account_status: "active", account_industry: "finance" },
            { id: 163, account_name: "Bright Media", created_at: new Date("2022-08-23T19:12:53Z"), account_status: "active", account_industry: "technology" },
            { id: 164, account_name: "Sable Industries", created_at: new Date("2021-03-31T18:00:44Z"), account_status: "active", account_industry: "healthcare" },
            { id: 165, account_name: "Bright Labs", created_at: new Date("2022-12-15T07:13:56Z"), account_status: "active", account_industry: "retail" },
            { id: 166, account_name: "Compass Labs", created_at: new Date("2020-08-24T16:19:44Z"), account_status: "active", account_industry: "technology" },
            { id: 167, account_name: null, created_at: new Date("2020-08-25T14:39:47Z"), account_status: "active", account_industry: "technology" },
            { id: 168, account_name: "Blue Logistics", created_at: new Date("2020-04-23T12:01:10Z"), account_status: "active", account_industry: "technology" },
            { id: 169, account_name: "Ridge Media", created_at: new Date("2022-12-10T13:05:21Z"), account_status: "active", account_industry: "technology" },
            { id: 170, account_name: "Crest Digital", created_at: new Date("2022-02-09T15:01:13Z"), account_status: "active", account_industry: "technology" },
            { id: 171, account_name: null, created_at: new Date("2020-09-17T10:53:56Z"), account_status: "inactive", account_industry: "education" },
            { id: 172, account_name: "Clear Systems", created_at: new Date("2020-04-28T08:40:53Z"), account_status: "inactive", account_industry: "technology" },
            { id: 173, account_name: "Blue Analytics", created_at: new Date("2021-08-13T14:33:55Z"), account_status: "active", account_industry: "technology" },
            { id: 174, account_name: "Iron Holdings", created_at: new Date("2021-01-16T15:28:19Z"), account_status: "active", account_industry: "retail" },
            { id: 175, account_name: "North Software", created_at: new Date("2021-02-24T11:33:07Z"), account_status: "active", account_industry: "technology" },
            { id: 176, account_name: "Lantern Labs", created_at: new Date("2022-12-12T10:22:17Z"), account_status: "inactive", account_industry: "healthcare" },
            { id: 177, account_name: "Tidal Group", created_at: new Date("2020-05-01T15:49:35Z"), account_status: "active", account_industry: "retail" },
            { id: 178, account_name: null, created_at: new Date("2021-05-09T15:26:56Z"), account_status: "inactive", account_industry: "finance" },
            { id: 179, account_name: "Crest Energy", created_at: new Date("2020-02-05T15:29:24Z"), account_status: "suspended", account_industry: "technology" },
            { id: 180, account_name: "Vector Logistics", created_at: new Date("2020-08-20T11:26:28Z"), account_status: "inactive", account_industry: "education" },
            { id: 181, account_name: "Ridge Media", created_at: new Date("2022-07-18T09:46:09Z"), account_status: "active", account_industry: "technology" },
            { id: 182, account_name: "Quill Software", created_at: new Date("2022-06-03T13:14:16Z"), account_status: "active", account_industry: "healthcare" },
            { id: 183, account_name: "Summit Labs", created_at: new Date("2020-11-03T13:32:00Z"), account_status: "active", account_industry: "technology" },
            { id: 184, account_name: "Acme Logistics", created_at: new Date("2020-06-24T11:48:29Z"), account_status: "inactive", account_industry: "finance" },
            { id: 185, account_name: null, created_at: new Date("2020-04-12T08:09:09Z"), account_status: "active", account_industry: "healthcare" },
            { id: 186, account_name: "Crest Partners", created_at: new Date("2022-02-13T12:25:22Z"), account_status: "inactive", account_industry: "healthcare" },
            { id: 187, account_name: "Summit Systems", created_at: new Date("2020-07-12T16:58:25Z"), account_status: "active", account_industry: "technology" },
            { id: 188, account_name: "Lumen Group", created_at: new Date("2020-07-20T17:24:52Z"), account_status: "inactive", account_industry: "education" },
            { id: 189, account_name: null, created_at: new Date("2022-01-04T18:52:55Z"), account_status: "suspended", account_industry: "retail" },
            { id: 190, account_name: "Bright Systems", created_at: new Date("2020-11-18T17:18:07Z"), account_status: "active", account_industry: "healthcare" },
            { id: 191, account_name: "Cedar Partners", created_at: new Date("2022-07-01T14:49:29Z"), account_status: "active", account_industry: "finance" },
            { id: 192, account_name: "Crest Digital", created_at: new Date("2020-10-25T09:09:55Z"), account_status: "active", account_industry: "finance" },
            { id: 193, account_name: "River Analytics", created_at: new Date("2021-08-01T14:26:30Z"), account_status: "active", account_industry: "finance" },
            { id: 194, account_name: "Field Partners", created_at: new Date("2020-02-08T15:29:19Z"), account_status: "inactive", account_industry: "finance" },
            { id: 195, account_name: null, created_at: new Date("2020-04-02T14:56:39Z"), account_status: "active", account_industry: "education" },
            { id: 196, account_name: "Oak Media", created_at: new Date("2022-05-29T13:12:06Z"), account_status: "inactive", account_industry: "finance" },
            { id: 197, account_name: "Pine Digital", created_at: new Date("2020-05-04T11:07:52Z"), account_status: "active", account_industry: "finance" },
            { id: 198, account_name: "Harbor Analytics", created_at: new Date("2022-01-25T06:55:20Z"), account_status: "suspended", account_industry: "healthcare" },
            { id: 199, account_name: null, created_at: new Date("2020-12-03T15:23:05Z"), account_status: "suspended", account_industry: "retail" },
            { id: 200, account_name: "Clear Industries", created_at: new Date("2020-07-31T13:46:55Z"), account_status: "active", account_industry: "finance" },
        ],
    });
    await prisma.sales_deals.createMany({
        data: [
            { id: 1, account_id: 72, deal_stage: "prospecting", expected_close_date: "2023-05-14", deal_value: "6412.42", probability_of_close: "0.40" },
            { id: 2, account_id: 56, deal_stage: "closed_won", expected_close_date: null, deal_value: "5257.42", probability_of_close: "0.52" },
            { id: 3, account_id: 105, deal_stage: "closed_won", expected_close_date: null, deal_value: "3151.17", probability_of_close: "0.55" },
            { id: 4, account_id: 75, deal_stage: "closed_won", expected_close_date: null, deal_value: "5082.32", probability_of_close: "0.57" },
            { id: 5, account_id: 82, deal_stage: "closed_won", expected_close_date: null, deal_value: "6408.76", probability_of_close: "0.60" },
            { id: 6, account_id: 181, deal_stage: "closed_won", expected_close_date: null, deal_value: "2939.36", probability_of_close: "0.73" },
            { id: 7, account_id: 39, deal_stage: "closed_won", expected_close_date: null, deal_value: "4849.88", probability_of_close: "0.37" },
            { id: 8, account_id: 136, deal_stage: "prospecting", expected_close_date: "2023-08-25", deal_value: "4542.33", probability_of_close: "0.50" },
            { id: 9, account_id: 67, deal_stage: "negotiation", expected_close_date: "2023-08-04", deal_value: "6255.96", probability_of_close: "0.24" },
            { id: 10, account_id: 190, deal_stage: "closed_lost", expected_close_date: null, deal_value: "4590.54", probability_of_close: "0.52" },
            { id: 11, account_id: 29, deal_stage: "negotiation", expected_close_date: "2023-03-08", deal_value: "4490.86", probability_of_close: "0.40" },
            { id: 12, account_id: 71, deal_stage: "closed_lost", expected_close_date: null, deal_value: "3368.33", probability_of_close: "0.29" },
            { id: 13, account_id: 152, deal_stage: "prospecting", expected_close_date: "2023-12-31", deal_value: "5631.56", probability_of_close: "0.49" },
            { id: 14, account_id: 92, deal_stage: "closed_won", expected_close_date: null, deal_value: "7038.31", probability_of_close: "0.36" },
            { id: 15, account_id: 58, deal_stage: "prospecting", expected_close_date: "2023-03-09", deal_value: "5367.22", probability_of_close: "0.46" },
            { id: 16, account_id: 35, deal_stage: "negotiation", expected_close_date: "2023-02-13", deal_value: "8869.05", probability_of_close: "0.56" },
            { id: 17, account_id: 195, deal_stage: "closed_won", expected_close_date: null, deal_value: "6457.04", probability_of_close: "0.47" },
            { id: 18, account_id: 107, deal_stage: "closed_lost", expected_close_date: null, deal_value: "6077.45", probability_of_close: "0.50" },
            { id: 19, account_id: 163, deal_stage: "prospecting", expected_close_date: "2023-05-22", deal_value: "3718.74", probability_of_close: "0.46" },
            { id: 20, account_id: 187, deal_stage: "prospecting", expected_close_date: "2023-08-02", deal_value: "3589.36", probability_of_close: "0.59" },
            { id: 21, account_id: 150, deal_stage: "prospecting", expected_close_date: "2023-06-20", deal_value: "4944.22", probability_of_close: "0.57" },
            { id: 22, account_id: 61, deal_stage: "closed_lost", expected_close_date: null, deal_value: "3910.77", probability_of_close: "0.50" },
            { id: 23, account_id: 10, deal_stage: "prospecting", expected_close_date: "2023-09-12", deal_value: "6480.16", probability_of_close: "0.34" },
            { id: 24, account_id: 94, deal_stage: "negotiation", expected_close_date: "2023-08-15", deal_value: "6599.12", probability_of_close: "0.25" },
            { id: 25, account_id: 19, deal_stage: "prospecting", expected_close_date: "2023-02-02", deal_value: "6087.26", probability_of_close: "0.36" },
            { id: 26, account_id: 97, deal_stage: "prospecting", expected_close_date: "2023-07-13", deal_value: "4464.70", probability_of_close: "0.63" },
            { id: 27, account_id: 119, deal_stage: "prospecting", expected_close_date: "2023-03-08", deal_value: "4831.94", probability_of_close: "0.77" },
            { id: 28, account_id: 118, deal_stage: "closed_won", expected_close_date: null, deal_value: "4086.16", probability_of_close: "0.69" },
            { id: 29, account_id: 144, deal_stage: "closed_lost", expected_close_date: null, deal_value: "7645.38", probability_of_close: "0.50" },
            { id: 30, account_id: 166, deal_stage: "negotiation", expected_close_date: "2023-12-26", deal_value: "6595.46", probability_of_close: "0.77" },
            { id: 31, account_id: 51, deal_stage: "prospecting", expected_close_date: "2023-02-27", deal_value: "4484.31", probability_of_close: "0.49" },
            { id: 32, account_id: 120, deal_stage: "negotiation", expected_close_date: "2023-01-02", deal_value: "2823.00", probability_of_close: "0.46" },
            { id: 33, account_id: 7, deal_stage: "closed_lost", expected_close_date: null, deal_value: "4767.28", probability_of_close: "0.59" },
            { id: 34, account_id: 113, deal_stage: "closed_lost", expected_close_date: null, deal_value: "6136.12", probability_of_close: "0.43" },
            { id: 35, account_id: 92, deal_stage: "negotiation", expected_close_date: "2023-10-28", deal_value: "6947.99", probability_of_close: "0.65" },
            { id: 36, account_id: 167, deal_stage: "closed_lost", expected_close_date: null, deal_value: "4001.58", probability_of_close: "0.69" },
            { id: 37, account_id: 54, deal_stage: "prospecting", expected_close_date: "2023-01-25", deal_value: "5373.82", probability_of_close: "0.38" },
            { id: 38, account_id: 109, deal_stage: "closed_won", expected_close_date: null, deal_value: "7256.80", probability_of_close: "0.34" },
            { id: 39, account_id: 170, deal_stage: "prospecting", expected_close_date: "2023-03-13", deal_value: "5882.34", probability_of_close: "0.47" },
            { id: 40, account_id: 2, deal_stage: "closed_lost", expected_close_date: null, deal_value: "4205.96", probability_of_close: "0.34" },
            { id: 41, account_id: 186, deal_stage: "prospecting", expected_close_date: "2023-06-10", deal_value: "6171.89", probability_of_close: "0.78" },
            { id: 42, account_id: 71, deal_stage: "closed_lost", expected_close_date: null, deal_value: "5665.05", probability_of_close: "0.80" },
            { id: 43, account_id: 129, deal_stage: "prospecting", expected_close_date: "2023-10-09", deal_value: "3174.61", probability_of_close: "0.33" },
            { id: 44, account_id: 69, deal_stage: "closed_lost", expected_close_date: null, deal_value: "3894.59", probability_of_close: "0.49" },
            { id: 45, account_id: 4, deal_stage: "negotiation", expected_close_date: "2023-11-30", deal_value: "4669.70", probability_of_close: "0.59" },
            { id: 46, account_id: 69, deal_stage: "negotiation", expected_close_date: "2023-02-01", deal_value: "7244.47", probability_of_close: "0.69" },
            { id: 47, account_id: 179, deal_stage: "closed_lost", expected_close_date: null, deal_value: "5824.02", probability_of_close: "0.39" },
            { id: 48, account_id: 145, deal_stage: "prospecting", expected_close_date: "2023-08-22", deal_value: "6915.09", probability_of_close: "0.60" },
            { id: 49, account_id: 92, deal_stage: "closed_lost", expected_close_date: null, deal_value: "6900.32", probability_of_close: "0.60" },
            { id: 50, account_id: 168, deal_stage: "negotiation", expected_close_date: "2023-05-04", deal_value: "6939.38", probability_of_close: "0.45" },
            { id: 51, account_id: 62, deal_stage: "prospecting", expected_close_date: "2023-05-14", deal_value: "3884.64", probability_of_close: "0.68" },
            { id: 52, account_id: 193, deal_stage: "prospecting", expected_close_date: "2023-11-27", deal_value: "4384.65", probability_of_close: "0.78" },
            { id: 53, account_id: 134, deal_stage: "prospecting", expected_close_date: "2023-12-16", deal_value: "5166.27", probability_of_close: "0.61" },
            { id: 54, account_id: 39, deal_stage: "closed_lost", expected_close_date: null, deal_value: "7212.09", probability_of_close: "0.78" },
            { id: 55, account_id: 142, deal_stage: "negotiation", expected_close_date: "2023-07-08", deal_value: "5887.40", probability_of_close: "0.41" },
            { id: 56, account_id: 139, deal_stage: "prospecting", expected_close_date: "2023-04-12", deal_value: "2999.86", probability_of_close: "0.50" },
            { id: 57, account_id: 197, deal_stage: "prospecting", expected_close_date: "2023-02-08", deal_value: "5691.79", probability_of_close: "0.37" },
            { id: 58, account_id: 139, deal_stage: "prospecting", expected_close_date: "2023-04-23", deal_value: "4517.19", probability_of_close: "0.45" },
            { id: 59, account_id: 199, deal_stage: "negotiation", expected_close_date: "2023-01-28", deal_value: "5143.13", probability_of_close: "0.50" },
            { id: 60, account_id: 41, deal_stage: "negotiation", expected_close_date: "2023-11-26", deal_value: "6058.60", probability_of_close: "0.53" },
            { id: 61, account_id: 114, deal_stage: "prospecting", expected_close_date: "2023-11-18", deal_value: "5535.41", probability_of_close: "0.53" },
            { id: 62, account_id: 196, deal_stage: "prospecting", expected_close_date: "2023-11-19", deal_value: "4559.66", probability_of_close: "0.52" },
            { id: 63, account_id: 126, deal_stage: "prospecting", expected_close_date: "2023-01-18", deal_value: "6411.36", probability_of_close: "0.54" },
            { id: 64, account_id: 32, deal_stage: "closed_won", expected_close_date: null, deal_value: "5406.35", probability_of_close: "0.70" },
            { id: 65, account_id: 95, deal_stage: "negotiation", expected_close_date: "2023-12-11", deal_value: "4362.32", probability_of_close: "0.41" },
            { id: 66, account_id: 121, deal_stage: "prospecting", expected_close_date: "2023-10-18", deal_value: "5498.79", probability_of_close: "0.41" },
            { id: 67, account_id: 15, deal_stage: "prospecting", expected_close_date: "2023-01-21", deal_value: "4010.78", probability_of_close: "0.36" },
            { id: 68, account_id: 54, deal_stage: "prospecting", expected_close_date: "2023-09-01", deal_value: "2889.09", probability_of_close: "0.33" },
            { id: 69, account_id: 128, deal_stage: "prospecting", expected_close_date: "2023-11-21", deal_value: "4723.27", probability_of_close: "0.46" },
            { id: 70, account_id: 129, deal_stage: "negotiation", expected_close_date: "2023-10-18", deal_value: "4508.95", probability_of_close: "0.44" },
            { id: 71, account_id: 186, deal_stage: "closed_lost", expected_close_date: null, deal_value: "4813.97", probability_of_close: "0.59" },
            { id: 72, account_id: 116, deal_stage: "prospecting", expected_close_date: "2023-09-26", deal_value: "2843.20", probability_of_close: "0.22" },
            { id: 73, account_id: 58, deal_stage: "prospecting", expected_close_date: "2023-03-30", deal_value: "5176.88", probability_of_close: "0.42" },
            { id: 74, account_id: 163, deal_stage: "negotiation", expected_close_date: "2023-06-18", deal_value: "4429.07", probability_of_close: "0.64" },
            { id: 75, account_id: 139, deal_stage: "prospecting", expected_close_date: "2023-06-03", deal_value: "3763.80", probability_of_close: "0.47" },
            { id: 76, account_id: 100, deal_stage: "prospecting", expected_close_date: "2023-12-05", deal_value: "4077.94", probability_of_close: "0.77" },
            { id: 77, account_id: 66, deal_stage: "prospecting", expected_close_date: "2023-07-11", deal_value: "4679.56", probability_of_close: "0.20" },
            { id: 78, account_id: 160, deal_stage: "prospecting", expected_close_date: "2023-10-29", deal_value: "2153.89", probability_of_close: "0.46" },
            { id: 79, account_id: 99, deal_stage: "closed_lost", expected_close_date: null, deal_value: "4363.51", probability_of_close: "0.77" },
            { id: 80, account_id: 99, deal_stage: "closed_won", expected_close_date: null, deal_value: "5388.58", probability_of_close: "0.58" },
            { id: 81, account_id: 188, deal_stage: "prospecting", expected_close_date: "2023-04-29", deal_value: "3595.43", probability_of_close: "0.52" },
            { id: 82, account_id: 23, deal_stage: "closed_lost", expected_close_date: null, deal_value: "6846.98", probability_of_close: "0.41" },
            { id: 83, account_id: 151, deal_stage: "prospecting", expected_close_date: "2023-03-10", deal_value: "4750.76", probability_of_close: "0.45" },
            { id: 84, account_id: 37, deal_stage: "closed_lost", expected_close_date: null, deal_value: "3574.05", probability_of_close: "0.55" },
            { id: 85, account_id: 4, deal_stage: "prospecting", expected_close_date: "2023-08-24", deal_value: "4924.33", probability_of_close: "0.51" },
            { id: 86, account_id: 173, deal_stage: "prospecting", expected_close_date: "2023-04-30", deal_value: "4325.23", probability_of_close: "0.53" },
            { id: 87, account_id: 27, deal_stage: "prospecting", expected_close_date: "2023-05-26", deal_value: "6689.01", probability_of_close: "0.60" },
            { id: 88, account_id: 184, deal_stage: "negotiation", expected_close_date: "2023-10-08", deal_value: "5078.60", probability_of_close: "0.43" },
            { id: 89, account_id: 109, deal_stage: "closed_lost", expected_close_date: null, deal_value: "3500.68", probability_of_close: "0.39" },
            { id: 90, account_id: 13, deal_stage: "prospecting", expected_close_date: "2023-11-03", deal_value: "7268.99", probability_of_close: "0.58" },
            { id: 91, account_id: 198, deal_stage: "negotiation", expected_close_date: "2023-11-26", deal_value: "5535.52", probability_of_close: "0.58" },
            { id: 92, account_id: 37, deal_stage: "prospecting", expected_close_date: "2023-06-08", deal_value: "8079.48", probability_of_close: "0.66" },
            { id: 93, account_id: 91, deal_stage: "prospecting", expected_close_date: "2023-03-01", deal_value: "6868.24", probability_of_close: "0.54" },
            { id: 94, account_id: 22, deal_stage: "prospecting", expected_close_date: "2023-11-16", deal_value: "7283.07", probability_of_close: "0.19" },
            { id: 95, account_id: 38, deal_stage: "closed_lost", expected_close_date: null, deal_value: "5696.57", probability_of_close: "0.45" },
            { id: 96, account_id: 128, deal_stage: "closed_won", expected_close_date: null, deal_value: "4967.23", probability_of_close: "0.59" },
            { id: 97, account_id: 114, deal_stage: "negotiation", expected_close_date: "2023-12-24", deal_value: "5714.00", probability_of_close: "0.46" },
            { id: 98, account_id: 77, deal_stage: "closed_lost", expected_close_date: null, deal_value: "5672.35", probability_of_close: "0.56" },
            { id: 99, account_id: 23, deal_stage: "prospecting", expected_close_date: "2023-03-15", deal_value: "4351.11", probability_of_close: "0.22" },
            { id: 100, account_id: 146, deal_stage: "prospecting", expected_close_date: "2023-03-15", deal_value: "4524.99", probability_of_close: "0.58" },
            { id: 101, account_id: 190, deal_stage: "prospecting", expected_close_date: "2023-11-15", deal_value: "5919.12", probability_of_close: "0.46" },
            { id: 102, account_id: 29, deal_stage: "prospecting", expected_close_date: "2023-10-11", deal_value: "5211.80", probability_of_close: "0.29" },
            { id: 103, account_id: 195, deal_stage: "negotiation", expected_close_date: "2023-04-07", deal_value: "1456.95", probability_of_close: "0.49" },
            { id: 104, account_id: 51, deal_stage: "prospecting", expected_close_date: "2023-04-01", deal_value: "3428.42", probability_of_close: "0.43" },
            { id: 105, account_id: 70, deal_stage: "closed_lost", expected_close_date: null, deal_value: "7083.12", probability_of_close: "0.69" },
            { id: 106, account_id: 4, deal_stage: "prospecting", expected_close_date: "2023-06-01", deal_value: "6590.98", probability_of_close: "0.56" },
            { id: 107, account_id: 128, deal_stage: "prospecting", expected_close_date: "2023-05-23", deal_value: "2972.74", probability_of_close: "0.68" },
            { id: 108, account_id: 60, deal_stage: "prospecting", expected_close_date: "2023-10-25", deal_value: "3885.49", probability_of_close: "0.57" },
            { id: 109, account_id: 155, deal_stage: "prospecting", expected_close_date: "2023-10-29", deal_value: "2673.94", probability_of_close: "0.82" },
            { id: 110, account_id: 16, deal_stage: "closed_lost", expected_close_date: null, deal_value: "4118.85", probability_of_close: "0.45" },
            { id: 111, account_id: 122, deal_stage: "prospecting", expected_close_date: "2023-03-18", deal_value: "5843.26", probability_of_close: "0.44" },
            { id: 112, account_id: 43, deal_stage: "closed_lost", expected_close_date: null, deal_value: "2930.62", probability_of_close: "0.39" },
            { id: 113, account_id: 140, deal_stage: "closed_won", expected_close_date: null, deal_value: "4072.20", probability_of_close: "0.64" },
            { id: 114, account_id: 88, deal_stage: "closed_lost", expected_close_date: null, deal_value: "6228.35", probability_of_close: "0.36" },
            { id: 115, account_id: 167, deal_stage: "closed_won", expected_close_date: null, deal_value: "5294.75", probability_of_close: "0.47" },
            { id: 116, account_id: 103, deal_stage: "prospecting", expected_close_date: "2023-04-29", deal_value: "6401.79", probability_of_close: "0.37" },
            { id: 117, account_id: 22, deal_stage: "prospecting", expected_close_date: "2023-08-06", deal_value: "2351.18", probability_of_close: "0.31" },
            { id: 118, account_id: 138, deal_stage: "prospecting", expected_close_date: "2023-04-15", deal_value: "6116.59", probability_of_close: "0.51" },
            { id: 119, account_id: 150, deal_stage: "prospecting", expected_close_date: "2023-04-09", deal_value: "6714.40", probability_of_close: "0.45" },
            { id: 120, account_id: 105, deal_stage: "prospecting", expected_close_date: "2023-10-14", deal_value: "5754.56", probability_of_close: "0.51" },
            { id: 121, account_id: 36, deal_stage: "negotiation", expected_close_date: "2023-02-06", deal_value: "2106.98", probability_of_close: "0.34" },
            { id: 122, account_id: 163, deal_stage: "negotiation", expected_close_date: "2023-07-11", deal_value: "4763.08", probability_of_close: "0.77" },
            { id: 123, account_id: 169, deal_stage: "closed_lost", expected_close_date: null, deal_value: "5114.99", probability_of_close: "0.72" },
            { id: 124, account_id: 41, deal_stage: "prospecting", expected_close_date: "2023-01-25", deal_value: "3165.24", probability_of_close: "0.69" },
            { id: 125, account_id: 132, deal_stage: "prospecting", expected_close_date: "2023-06-25", deal_value: "2477.34", probability_of_close: "0.74" },
            { id: 126, account_id: 117, deal_stage: "prospecting", expected_close_date: "2023-03-19", deal_value: "4017.10", probability_of_close: "0.64" },
            { id: 127, account_id: 84, deal_stage: "prospecting", expected_close_date: "2023-06-17", deal_value: "5506.19", probability_of_close: "0.77" },
            { id: 128, account_id: 11, deal_stage: "negotiation", expected_close_date: "2023-05-11", deal_value: "5415.74", probability_of_close: "0.56" },
            { id: 129, account_id: 119, deal_stage: "negotiation", expected_close_date: "2023-02-23", deal_value: "5619.08", probability_of_close: "0.45" },
            { id: 130, account_id: 136, deal_stage: "negotiation", expected_close_date: "2023-07-09", deal_value: "3646.35", probability_of_close: "0.53" },
            { id: 131, account_id: 4, deal_stage: "prospecting", expected_close_date: "2023-02-23", deal_value: "4148.19", probability_of_close: "0.57" },
            { id: 132, account_id: 167, deal_stage: "prospecting", expected_close_date: "2023-08-16", deal_value: "4326.02", probability_of_close: "0.39" },
            { id: 133, account_id: 115, deal_stage: "negotiation", expected_close_date: "2023-11-01", deal_value: "5982.32", probability_of_close: "0.44" },
            { id: 134, account_id: 77, deal_stage: "negotiation", expected_close_date: "2023-11-24", deal_value: "5681.14", probability_of_close: "0.38" },
            { id: 135, account_id: 121, deal_stage: "prospecting", expected_close_date: "2023-09-11", deal_value: "5905.49", probability_of_close: "0.59" },
            { id: 136, account_id: 192, deal_stage: "prospecting", expected_close_date: "2023-11-24", deal_value: "5735.54", probability_of_close: "0.55" },
            { id: 137, account_id: 84, deal_stage: "prospecting", expected_close_date: "2023-12-28", deal_value: "5637.91", probability_of_close: "0.67" },
            { id: 138, account_id: 69, deal_stage: "prospecting", expected_close_date: "2023-04-14", deal_value: "4682.51", probability_of_close: "0.64" },
            { id: 139, account_id: 132, deal_stage: "closed_won", expected_close_date: null, deal_value: "3239.12", probability_of_close: "0.60" },
            { id: 140, account_id: 198, deal_stage: "prospecting", expected_close_date: "2023-03-02", deal_value: "3129.49", probability_of_close: "0.50" },
            { id: 141, account_id: 191, deal_stage: "prospecting", expected_close_date: "2023-07-27", deal_value: "4715.59", probability_of_close: "0.54" },
            { id: 142, account_id: 173, deal_stage: "prospecting", expected_close_date: "2023-05-13", deal_value: "4067.38", probability_of_close: "0.39" },
            { id: 143, account_id: 65, deal_stage: "negotiation", expected_close_date: "2023-06-22", deal_value: "3432.76", probability_of_close: "0.33" },
            { id: 144, account_id: 99, deal_stage: "prospecting", expected_close_date: "2023-09-05", deal_value: "5321.38", probability_of_close: "0.34" },
            { id: 145, account_id: 45, deal_stage: "prospecting", expected_close_date: "2023-06-05", deal_value: "7105.98", probability_of_close: "0.52" },
            { id: 146, account_id: 141, deal_stage: "prospecting", expected_close_date: "2023-06-12", deal_value: "7508.92", probability_of_close: "0.66" },
            { id: 147, account_id: 135, deal_stage: "negotiation", expected_close_date: "2023-04-20", deal_value: "3045.57", probability_of_close: "0.57" },
            { id: 148, account_id: 175, deal_stage: "negotiation", expected_close_date: "2023-01-18", deal_value: "3859.91", probability_of_close: "0.53" },
            { id: 149, account_id: 117, deal_stage: "prospecting", expected_close_date: "2023-07-02", deal_value: "5334.99", probability_of_close: "0.63" },
            { id: 150, account_id: 90, deal_stage: "negotiation", expected_close_date: "2023-05-27", deal_value: "5432.99", probability_of_close: "0.45" },
            { id: 151, account_id: 161, deal_stage: "prospecting", expected_close_date: "2023-08-14", deal_value: "3882.50", probability_of_close: "0.57" },
            { id: 152, account_id: 81, deal_stage: "prospecting", expected_close_date: "2023-06-19", deal_value: "3637.23", probability_of_close: "0.48" },
            { id: 153, account_id: 6, deal_stage: "prospecting", expected_close_date: "2023-12-25", deal_value: "5168.01", probability_of_close: "0.78" },
            { id: 154, account_id: 65, deal_stage: "prospecting", expected_close_date: "2023-09-04", deal_value: "4249.23", probability_of_close: "0.49" },
            { id: 155, account_id: 185, deal_stage: "prospecting", expected_close_date: "2023-04-30", deal_value: "5183.70", probability_of_close: "0.45" },
            { id: 156, account_id: 78, deal_stage: "negotiation", expected_close_date: "2023-12-03", deal_value: "4336.90", probability_of_close: "0.47" },
            { id: 157, account_id: 114, deal_stage: "prospecting", expected_close_date: "2023-02-10", deal_value: "3410.55", probability_of_close: "0.38" },
            { id: 158, account_id: 13, deal_stage: "negotiation", expected_close_date: "2023-03-24", deal_value: "3086.15", probability_of_close: "0.54" },
            { id: 159, account_id: 166, deal_stage: "negotiation", expected_close_date: "2023-08-17", deal_value: "5824.58", probability_of_close: "0.77" },
            { id: 160, account_id: 186, deal_stage: "prospecting", expected_close_date: "2023-08-25", deal_value: "7493.00", probability_of_close: "0.67" },
            { id: 161, account_id: 181, deal_stage: "prospecting", expected_close_date: "2023-03-16", deal_value: "4004.68", probability_of_close: "0.49" },
            { id: 162, account_id: 17, deal_stage: "prospecting", expected_close_date: "2023-05-25", deal_value: "6495.02", probability_of_close: "0.65" },
            { id: 163, account_id: 52, deal_stage: "negotiation", expected_close_date: "2023-08-18", deal_value: "6566.21", probability_of_close: "0.64" },
            { id: 164, account_id: 154, deal_stage: "prospecting", expected_close_date: "2023-01-14", deal_value: "2151.67", probability_of_close: "0.52" },
            { id: 165, account_id: 41, deal_stage: "closed_won", expected_close_date: null, deal_value: "4689.96", probability_of_close: "0.65" },
            { id: 166, account_id: 63, deal_stage: "negotiation", expected_close_date: "2023-08-22", deal_value: "4170.80", probability_of_close: "0.32" },
            { id: 167, account_id: 60, deal_stage: "prospecting", expected_close_date: "2023-12-17", deal_value: "4979.25", probability_of_close: "0.60" },
            { id: 168, account_id: 166, deal_stage: "prospecting", expected_close_date: "2023-08-11", deal_value: "5853.67", probability_of_close: "0.57" },
            { id: 169, account_id: 53, deal_stage: "closed_lost", expected_close_date: null, deal_value: "4700.39", probability_of_close: "0.36" },
            { id: 170, account_id: 153, deal_stage: "prospecting", expected_close_date: "2023-09-22", deal_value: "7394.08", probability_of_close: "0.41" },
            { id: 171, account_id: 184, deal_stage: "prospecting", expected_close_date: "2023-02-01", deal_value: "2917.28", probability_of_close: "0.85" },
            { id: 172, account_id: 156, deal_stage: "prospecting", expected_close_date: "2023-10-04", deal_value: "2928.44", probability_of_close: "0.27" },
            { id: 173, account_id: 115, deal_stage: "negotiation", expected_close_date: "2023-06-29", deal_value: "5343.58", probability_of_close: "0.56" },
            { id: 174, account_id: 170, deal_stage: "prospecting", expected_close_date: "2023-02-23", deal_value: "4999.79", probability_of_close: "0.33" },
            { id: 175, account_id: 105, deal_stage: "prospecting", expected_close_date: "2023-01-15", deal_value: "3854.11", probability_of_close: "0.34" },
            { id: 176, account_id: 161, deal_stage: "negotiation", expected_close_date: "2023-03-02", deal_value: "6294.12", probability_of_close: "0.52" },
            { id: 177, account_id: 119, deal_stage: "negotiation", expected_close_date: "2023-01-14", deal_value: "6520.10", probability_of_close: "0.85" },
            { id: 178, account_id: 27, deal_stage: "prospecting", expected_close_date: "2023-08-12", deal_value: "3879.80", probability_of_close: "0.25" },
            { id: 179, account_id: 81, deal_stage: "closed_lost", expected_close_date: null, deal_value: "3612.73", probability_of_close: "0.73" },
            { id: 180, account_id: 16, deal_stage: "prospecting", expected_close_date: "2023-12-10", deal_value: "2608.27", probability_of_close: "0.68" },
            { id: 181, account_id: 23, deal_stage: "prospecting", expected_close_date: "2023-09-13", deal_value: "4786.50", probability_of_close: "0.64" },
            { id: 182, account_id: 153, deal_stage: "negotiation", expected_close_date: "2023-01-22", deal_value: "2278.67", probability_of_close: "0.52" },
            { id: 183, account_id: 175, deal_stage: "prospecting", expected_close_date: "2023-06-17", deal_value: "5312.24", probability_of_close: "0.37" },
            { id: 184, account_id: 36, deal_stage: "prospecting", expected_close_date: "2023-08-31", deal_value: "7066.71", probability_of_close: "0.37" },
            { id: 185, account_id: 57, deal_stage: "prospecting", expected_close_date: "2023-12-29", deal_value: "5283.83", probability_of_close: "0.59" },
            { id: 186, account_id: 86, deal_stage: "prospecting", expected_close_date: "2023-06-15", deal_value: "5158.60", probability_of_close: "0.56" },
            { id: 187, account_id: 33, deal_stage: "closed_won", expected_close_date: null, deal_value: "3947.32", probability_of_close: "0.57" },
            { id: 188, account_id: 113, deal_stage: "negotiation", expected_close_date: "2023-01-27", deal_value: "4419.77", probability_of_close: "0.31" },
            { id: 189, account_id: 140, deal_stage: "closed_won", expected_close_date: null, deal_value: "3460.57", probability_of_close: "0.43" },
            { id: 190, account_id: 166, deal_stage: "prospecting", expected_close_date: "2023-07-02", deal_value: "4081.51", probability_of_close: "0.54" },
            { id: 191, account_id: 2, deal_stage: "prospecting", expected_close_date: "2023-02-12", deal_value: "8238.13", probability_of_close: "0.67" },
            { id: 192, account_id: 33, deal_stage: "prospecting", expected_close_date: "2023-06-03", deal_value: "3822.87", probability_of_close: "0.63" },
            { id: 193, account_id: 53, deal_stage: "closed_lost", expected_close_date: null, deal_value: "3909.89", probability_of_close: "0.49" },
            { id: 194, account_id: 22, deal_stage: "closed_lost", expected_close_date: null, deal_value: "6930.04", probability_of_close: "0.25" },
            { id: 195, account_id: 95, deal_stage: "prospecting", expected_close_date: "2023-03-24", deal_value: "4239.26", probability_of_close: "0.32" },
            { id: 196, account_id: 153, deal_stage: "negotiation", expected_close_date: "2023-11-30", deal_value: "2936.17", probability_of_close: "0.46" },
            { id: 197, account_id: 3, deal_stage: "prospecting", expected_close_date: "2023-07-08", deal_value: "5033.64", probability_of_close: "0.48" },
            { id: 198, account_id: 122, deal_stage: "closed_won", expected_close_date: null, deal_value: "3272.02", probability_of_close: "0.52" },
            { id: 199, account_id: 128, deal_stage: "prospecting", expected_close_date: "2023-12-18", deal_value: "2457.46", probability_of_close: "0.31" },
            { id: 200, account_id: 110, deal_stage: "prospecting", expected_close_date: "2023-12-18", deal_value: "3221.40", probability_of_close: "0.31" },
            { id: 201, account_id: 58, deal_stage: "prospecting", expected_close_date: "2023-05-31", deal_value: "4739.74", probability_of_close: "0.37" },
            { id: 202, account_id: 71, deal_stage: "negotiation", expected_close_date: "2023-04-16", deal_value: "3647.89", probability_of_close: "0.40" },
            { id: 203, account_id: 53, deal_stage: "prospecting", expected_close_date: "2023-10-31", deal_value: "5571.54", probability_of_close: "0.58" },
            { id: 204, account_id: 41, deal_stage: "negotiation", expected_close_date: "2023-11-28", deal_value: "5270.97", probability_of_close: "0.72" },
            { id: 205, account_id: 140, deal_stage: "negotiation", expected_close_date: "2023-05-20", deal_value: "6723.53", probability_of_close: "0.42" },
            { id: 206, account_id: 179, deal_stage: "prospecting", expected_close_date: "2023-08-10", deal_value: "5466.15", probability_of_close: "0.31" },
            { id: 207, account_id: 187, deal_stage: "negotiation", expected_close_date: "2023-07-01", deal_value: "4475.38", probability_of_close: "0.72" },
            { id: 208, account_id: 133, deal_stage: "prospecting", expected_close_date: "2023-09-01", deal_value: "6481.54", probability_of_close: "0.55" },
            { id: 209, account_id: 135, deal_stage: "prospecting", expected_close_date: "2023-03-23", deal_value: "6201.46", probability_of_close: "0.16" },
            { id: 210, account_id: 23, deal_stage: "prospecting", expected_close_date: "2023-10-19", deal_value: "2690.47", probability_of_close: "0.59" },
            { id: 211, account_id: 132, deal_stage: "negotiation", expected_close_date: "2023-04-18", deal_value: "3984.57", probability_of_close: "0.58" },
            { id: 212, account_id: 131, deal_stage: "prospecting", expected_close_date: "2023-10-19", deal_value: "8059.92", probability_of_close: "0.58" },
            { id: 213, account_id: 81, deal_stage: "closed_lost", expected_close_date: null, deal_value: "3042.42", probability_of_close: "0.63" },
            { id: 214, account_id: 105, deal_stage: "negotiation", expected_close_date: "2023-07-29", deal_value: "5522.05", probability_of_close: "0.29" },
            { id: 215, account_id: 62, deal_stage: "prospecting", expected_close_date: "2023-03-22", deal_value: "5933.62", probability_of_close: "0.38" },
            { id: 216, account_id: 10, deal_stage: "negotiation", expected_close_date: "2023-11-21", deal_value: "3793.22", probability_of_close: "0.30" },
            { id: 217, account_id: 65, deal_stage: "prospecting", expected_close_date: "2023-07-07", deal_value: "6102.63", probability_of_close: "0.35" },
            { id: 218, account_id: 161, deal_stage: "prospecting", expected_close_date: "2023-12-04", deal_value: "3865.40", probability_of_close: "0.50" },
            { id: 219, account_id: 53, deal_stage: "prospecting", expected_close_date: "2023-11-02", deal_value: "2205.67", probability_of_close: "0.33" },
            { id: 220, account_id: 136, deal_stage: "negotiation", expected_close_date: "2023-04-07", deal_value: "4652.80", probability_of_close: "0.68" },
            { id: 221, account_id: 8, deal_stage: "prospecting", expected_close_date: "2023-12-10", deal_value: "5788.29", probability_of_close: "0.49" },
            { id: 222, account_id: 45, deal_stage: "closed_lost", expected_close_date: null, deal_value: "5159.52", probability_of_close: "0.79" },
            { id: 223, account_id: 41, deal_stage: "negotiation", expected_close_date: "2023-03-28", deal_value: "6244.76", probability_of_close: "0.25" },
            { id: 224, account_id: 154, deal_stage: "prospecting", expected_close_date: "2023-12-18", deal_value: "8439.53", probability_of_close: "0.75" },
            { id: 225, account_id: 157, deal_stage: "prospecting", expected_close_date: "2023-01-21", deal_value: "5279.45", probability_of_close: "0.35" },
            { id: 226, account_id: 78, deal_stage: "prospecting", expected_close_date: "2023-11-25", deal_value: "4294.87", probability_of_close: "0.62" },
            { id: 227, account_id: 80, deal_stage: "closed_lost", expected_close_date: null, deal_value: "4655.59", probability_of_close: "0.40" },
            { id: 228, account_id: 169, deal_stage: "prospecting", expected_close_date: "2023-03-10", deal_value: "4441.29", probability_of_close: "0.55" },
            { id: 229, account_id: 144, deal_stage: "prospecting", expected_close_date: "2023-08-26", deal_value: "2603.79", probability_of_close: "0.67" },
            { id: 230, account_id: 4, deal_stage: "prospecting", expected_close_date: "2023-07-29", deal_value: "3467.15", probability_of_close: "0.56" },
            { id: 231, account_id: 73, deal_stage: "negotiation", expected_close_date: "2023-08-13", deal_value: "6245.06", probability_of_close: "0.44" },
            { id: 232, account_id: 37, deal_stage: "prospecting", expected_close_date: "2023-07-13", deal_value: "5238.81", probability_of_close: "0.68" },
            { id: 233, account_id: 40, deal_stage: "negotiation", expected_close_date: "2023-05-26", deal_value: "6434.56", probability_of_close: "0.38" },
            { id: 234, account_id: 140, deal_stage: "prospecting", expected_close_date: "2023-05-27", deal_value: "6212.71", probability_of_close: "0.56" },
            { id: 235, account_id: 93, deal_stage: "closed_won", expected_close_date: null, deal_value: "6206.86", probability_of_close: "0.58" },
            { id: 236, account_id: 180, deal_stage: "closed_won", expected_close_date: null, deal_value: "4009.82", probability_of_close: "0.56" },
            { id: 237, account_id: 149, deal_stage: "prospecting", expected_close_date: "2023-03-07", deal_value: "5840.70", probability_of_close: "0.45" },
            { id: 238, account_id: 10, deal_stage: "prospecting", expected_close_date: "2023-12-30", deal_value: "5650.87", probability_of_close: "0.60" },
            { id: 239, account_id: 109, deal_stage: "prospecting", expected_close_date: "2023-12-09", deal_value: "4354.38", probability_of_close: "0.44" },
            { id: 240, account_id: 153, deal_stage: "closed_won", expected_close_date: null, deal_value: "6535.59", probability_of_close: "0.77" },
            { id: 241, account_id: 159, deal_stage: "prospecting", expected_close_date: "2023-01-09", deal_value: "5720.29", probability_of_close: "0.34" },
            { id: 242, account_id: 110, deal_stage: "negotiation", expected_close_date: "2023-09-27", deal_value: "4767.42", probability_of_close: "0.61" },
            { id: 243, account_id: 25, deal_stage: "negotiation", expected_close_date: "2023-11-03", deal_value: "5032.66", probability_of_close: "0.43" },
            { id: 244, account_id: 166, deal_stage: "prospecting", expected_close_date: "2023-08-04", deal_value: "6149.81", probability_of_close: "0.55" },
            { id: 245, account_id: 196, deal_stage: "negotiation", expected_close_date: "2023-02-08", deal_value: "6561.54", probability_of_close: "0.28" },
            { id: 246, account_id: 45, deal_stage: "closed_won", expected_close_date: null, deal_value: "4125.57", probability_of_close: "0.71" },
            { id: 247, account_id: 4, deal_stage: "closed_lost", expected_close_date: null, deal_value: "1518.24", probability_of_close: "0.39" },
            { id: 248, account_id: 138, deal_stage: "prospecting", expected_close_date: "2023-11-01", deal_value: "6335.62", probability_of_close: "0.56" },
            { id: 249, account_id: 72, deal_stage: "prospecting", expected_close_date: "2023-08-11", deal_value: "4108.35", probability_of_close: "0.49" },
            { id: 250, account_id: 186, deal_stage: "prospecting", expected_close_date: "2023-01-24", deal_value: "5714.42", probability_of_close: "0.47" },
            { id: 251, account_id: 87, deal_stage: "closed_won", expected_close_date: null, deal_value: "2482.55", probability_of_close: "0.43" },
            { id: 252, account_id: 154, deal_stage: "prospecting", expected_close_date: "2023-12-05", deal_value: "3707.68", probability_of_close: "0.73" },
            { id: 253, account_id: 5, deal_stage: "prospecting", expected_close_date: "2023-02-10", deal_value: "6801.13", probability_of_close: "0.78" },
            { id: 254, account_id: 104, deal_stage: "prospecting", expected_close_date: "2023-05-27", deal_value: "3672.13", probability_of_close: "0.58" },
            { id: 255, account_id: 179, deal_stage: "negotiation", expected_close_date: "2023-10-21", deal_value: "5550.17", probability_of_close: "0.51" },
            { id: 256, account_id: 69, deal_stage: "closed_won", expected_close_date: null, deal_value: "6195.78", probability_of_close: "0.32" },
            { id: 257, account_id: 147, deal_stage: "closed_lost", expected_close_date: null, deal_value: "4734.05", probability_of_close: "0.61" },
            { id: 258, account_id: 157, deal_stage: "prospecting", expected_close_date: "2023-06-23", deal_value: "6151.09", probability_of_close: "0.77" },
            { id: 259, account_id: 178, deal_stage: "prospecting", expected_close_date: "2023-08-17", deal_value: "4116.78", probability_of_close: "0.40" },
            { id: 260, account_id: 134, deal_stage: "closed_lost", expected_close_date: null, deal_value: "5978.65", probability_of_close: "0.36" },
            { id: 261, account_id: 5, deal_stage: "prospecting", expected_close_date: "2023-07-10", deal_value: "4667.23", probability_of_close: "0.40" },
            { id: 262, account_id: 29, deal_stage: "prospecting", expected_close_date: "2023-06-04", deal_value: "6088.74", probability_of_close: "0.48" },
            { id: 263, account_id: 15, deal_stage: "negotiation", expected_close_date: "2023-03-10", deal_value: "5371.11", probability_of_close: "0.42" },
            { id: 264, account_id: 158, deal_stage: "prospecting", expected_close_date: "2023-04-28", deal_value: "3639.62", probability_of_close: "0.50" },
            { id: 265, account_id: 187, deal_stage: "negotiation", expected_close_date: "2023-10-07", deal_value: "7543.05", probability_of_close: "0.40" },
            { id: 266, account_id: 24, deal_stage: "prospecting", expected_close_date: "2023-05-05", deal_value: "7570.47", probability_of_close: "0.57" },
            { id: 267, account_id: 23, deal_stage: "closed_lost", expected_close_date: null, deal_value: "4477.21", probability_of_close: "0.53" },
            { id: 268, account_id: 88, deal_stage: "prospecting", expected_close_date: "2023-04-10", deal_value: "4222.71", probability_of_close: "0.43" },
            { id: 269, account_id: 11, deal_stage: "closed_won", expected_close_date: null, deal_value: "6014.00", probability_of_close: "0.37" },
            { id: 270, account_id: 110, deal_stage: "prospecting", expected_close_date: "2023-02-08", deal_value: "5619.91", probability_of_close: "0.67" },
            { id: 271, account_id: 107, deal_stage: "prospecting", expected_close_date: "2023-09-24", deal_value: "1795.76", probability_of_close: "0.49" },
            { id: 272, account_id: 106, deal_stage: "prospecting", expected_close_date: "2023-12-02", deal_value: "6527.43", probability_of_close: "0.36" },
            { id: 273, account_id: 135, deal_stage: "prospecting", expected_close_date: "2023-07-08", deal_value: "5403.27", probability_of_close: "0.47" },
            { id: 274, account_id: 5, deal_stage: "negotiation", expected_close_date: "2023-11-23", deal_value: "3989.75", probability_of_close: "0.60" },
            { id: 275, account_id: 145, deal_stage: "prospecting", expected_close_date: "2023-10-06", deal_value: "5802.59", probability_of_close: "0.42" },
            { id: 276, account_id: 171, deal_stage: "negotiation", expected_close_date: "2023-01-04", deal_value: "4651.52", probability_of_close: "0.35" },
            { id: 277, account_id: 102, deal_stage: "prospecting", expected_close_date: "2023-09-01", deal_value: "7017.21", probability_of_close: "0.33" },
            { id: 278, account_id: 51, deal_stage: "negotiation", expected_close_date: "2023-09-04", deal_value: "6382.80", probability_of_close: "0.50" },
            { id: 279, account_id: 114, deal_stage: "closed_won", expected_close_date: null, deal_value: "5044.45", probability_of_close: "0.31" },
            { id: 280, account_id: 152, deal_stage: "negotiation", expected_close_date: "2023-01-03", deal_value: "2734.83", probability_of_close: "0.41" },
            { id: 281, account_id: 125, deal_stage: "prospecting", expected_close_date: "2023-05-30", deal_value: "5881.82", probability_of_close: "0.54" },
            { id: 282, account_id: 62, deal_stage: "closed_won", expected_close_date: null, deal_value: "7937.03", probability_of_close: "0.43" },
            { id: 283, account_id: 69, deal_stage: "prospecting", expected_close_date: "2023-06-11", deal_value: "4020.77", probability_of_close: "0.65" },
            { id: 284, account_id: 78, deal_stage: "closed_won", expected_close_date: null, deal_value: "4347.66", probability_of_close: "0.48" },
            { id: 285, account_id: 108, deal_stage: "closed_lost", expected_close_date: null, deal_value: "3555.84", probability_of_close: "0.43" },
            { id: 286, account_id: 115, deal_stage: "closed_lost", expected_close_date: null, deal_value: "4761.88", probability_of_close: "0.59" },
            { id: 287, account_id: 66, deal_stage: "negotiation", expected_close_date: "2023-01-15", deal_value: "3013.47", probability_of_close: "0.70" },
            { id: 288, account_id: 59, deal_stage: "prospecting", expected_close_date: "2023-09-27", deal_value: "5808.16", probability_of_close: "0.30" },
            { id: 289, account_id: 59, deal_stage: "prospecting", expected_close_date: "2023-06-10", deal_value: "700.13", probability_of_close: "0.55" },
            { id: 290, account_id: 98, deal_stage: "prospecting", expected_close_date: "2023-10-19", deal_value: "6190.94", probability_of_close: "0.56" },
            { id: 291, account_id: 176, deal_stage: "prospecting", expected_close_date: "2023-11-19", deal_value: "5333.27", probability_of_close: "0.64" },
            { id: 292, account_id: 84, deal_stage: "prospecting", expected_close_date: "2023-07-16", deal_value: "7446.07", probability_of_close: "0.46" },
            { id: 293, account_id: 42, deal_stage: "prospecting", expected_close_date: "2023-10-16", deal_value: "4321.00", probability_of_close: "0.37" },
            { id: 294, account_id: 79, deal_stage: "prospecting", expected_close_date: "2023-09-14", deal_value: "5061.46", probability_of_close: "0.58" },
            { id: 295, account_id: 167, deal_stage: "prospecting", expected_close_date: "2023-02-12", deal_value: "3959.37", probability_of_close: "0.35" },
            { id: 296, account_id: 58, deal_stage: "prospecting", expected_close_date: "2023-09-16", deal_value: "4235.45", probability_of_close: "0.43" },
            { id: 297, account_id: 59, deal_stage: "closed_lost", expected_close_date: null, deal_value: "4398.92", probability_of_close: "0.44" },
            { id: 298, account_id: 110, deal_stage: "negotiation", expected_close_date: "2023-12-14", deal_value: "6128.92", probability_of_close: "0.45" },
            { id: 299, account_id: 84, deal_stage: "prospecting", expected_close_date: "2023-07-01", deal_value: "3616.76", probability_of_close: "0.45" },
            { id: 300, account_id: 126, deal_stage: "prospecting", expected_close_date: "2023-12-30", deal_value: "5776.92", probability_of_close: "0.55" },
        ],
    });
    await prisma.interactions.createMany({
        data: [
            { id: 1, deal_id: 216, interaction_type: "email", interaction_date: new Date("2023-02-09T20:39:39Z"), interaction_duration_minutes: 54, interaction_outcome: "follow_up_needed" },
            { id: 2, deal_id: 286, interaction_type: "email", interaction_date: new Date("2023-10-01T12:21:51Z"), interaction_duration_minutes: 76, interaction_outcome: "unsuccessful" },
            { id: 3, deal_id: 152, interaction_type: "call", interaction_date: new Date("2023-12-27T14:39:00Z"), interaction_duration_minutes: 65, interaction_outcome: "follow_up_needed" },
            { id: 4, deal_id: 117, interaction_type: "email", interaction_date: new Date("2023-12-09T07:22:59Z"), interaction_duration_minutes: 64, interaction_outcome: "unsuccessful" },
            { id: 5, deal_id: 93, interaction_type: "call", interaction_date: new Date("2023-03-12T18:49:45Z"), interaction_duration_minutes: 62, interaction_outcome: "follow_up_needed" },
            { id: 6, deal_id: 178, interaction_type: "call", interaction_date: new Date("2023-11-04T08:04:43Z"), interaction_duration_minutes: 46, interaction_outcome: "successful" },
            { id: 7, deal_id: 178, interaction_type: "email", interaction_date: new Date("2023-01-08T16:22:56Z"), interaction_duration_minutes: 51, interaction_outcome: "unsuccessful" },
            { id: 8, deal_id: 216, interaction_type: "call", interaction_date: new Date("2023-05-30T16:16:18Z"), interaction_duration_minutes: 68, interaction_outcome: "successful" },
            { id: 9, deal_id: 186, interaction_type: "call", interaction_date: new Date("2023-12-24T10:14:29Z"), interaction_duration_minutes: 25, interaction_outcome: "successful" },
            { id: 10, deal_id: 127, interaction_type: "call", interaction_date: new Date("2023-08-08T19:22:35Z"), interaction_duration_minutes: 44, interaction_outcome: "unsuccessful" },
            { id: 11, deal_id: 224, interaction_type: "email", interaction_date: new Date("2023-07-13T14:11:19Z"), interaction_duration_minutes: 57, interaction_outcome: "unsuccessful" },
            { id: 12, deal_id: 103, interaction_type: "call", interaction_date: new Date("2023-09-30T09:54:59Z"), interaction_duration_minutes: 74, interaction_outcome: "follow_up_needed" },
            { id: 13, deal_id: 251, interaction_type: "call", interaction_date: new Date("2023-11-22T15:08:46Z"), interaction_duration_minutes: 45, interaction_outcome: "unsuccessful" },
            { id: 14, deal_id: 95, interaction_type: "email", interaction_date: new Date("2023-02-13T22:55:57Z"), interaction_duration_minutes: 17, interaction_outcome: "follow_up_needed" },
            { id: 15, deal_id: 228, interaction_type: "call", interaction_date: new Date("2023-03-26T14:42:55Z"), interaction_duration_minutes: 41, interaction_outcome: "unsuccessful" },
            { id: 16, deal_id: 296, interaction_type: "email", interaction_date: new Date("2023-12-26T17:16:37Z"), interaction_duration_minutes: 60, interaction_outcome: "successful" },
            { id: 17, deal_id: 222, interaction_type: "meeting", interaction_date: new Date("2023-07-05T18:28:47Z"), interaction_duration_minutes: 85, interaction_outcome: "unsuccessful" },
            { id: 18, deal_id: 219, interaction_type: "call", interaction_date: new Date("2023-04-15T19:59:56Z"), interaction_duration_minutes: 83, interaction_outcome: "successful" },
            { id: 19, deal_id: 232, interaction_type: "call", interaction_date: new Date("2023-11-30T09:03:02Z"), interaction_duration_minutes: 85, interaction_outcome: "successful" },
            { id: 20, deal_id: 51, interaction_type: "call", interaction_date: new Date("2023-11-17T18:40:05Z"), interaction_duration_minutes: 54, interaction_outcome: "successful" },
            { id: 21, deal_id: 107, interaction_type: "call", interaction_date: new Date("2023-12-25T18:36:22Z"), interaction_duration_minutes: 87, interaction_outcome: "unsuccessful" },
            { id: 22, deal_id: 187, interaction_type: "email", interaction_date: new Date("2023-09-08T13:26:09Z"), interaction_duration_minutes: 65, interaction_outcome: "unsuccessful" },
            { id: 23, deal_id: 215, interaction_type: "meeting", interaction_date: new Date("2023-07-12T08:27:01Z"), interaction_duration_minutes: 61, interaction_outcome: "follow_up_needed" },
            { id: 24, deal_id: 162, interaction_type: "email", interaction_date: new Date("2023-06-15T08:40:19Z"), interaction_duration_minutes: 76, interaction_outcome: "follow_up_needed" },
            { id: 25, deal_id: 274, interaction_type: "meeting", interaction_date: new Date("2023-03-09T06:55:19Z"), interaction_duration_minutes: 85, interaction_outcome: "follow_up_needed" },
            { id: 26, deal_id: 155, interaction_type: "call", interaction_date: new Date("2023-05-18T20:30:35Z"), interaction_duration_minutes: 33, interaction_outcome: "follow_up_needed" },
            { id: 27, deal_id: 226, interaction_type: "email", interaction_date: new Date("2023-03-26T15:06:05Z"), interaction_duration_minutes: 52, interaction_outcome: "successful" },
            { id: 28, deal_id: 117, interaction_type: "email", interaction_date: new Date("2023-08-28T09:43:10Z"), interaction_duration_minutes: 53, interaction_outcome: "successful" },
            { id: 29, deal_id: 79, interaction_type: "email", interaction_date: new Date("2023-09-29T19:11:27Z"), interaction_duration_minutes: 73, interaction_outcome: "follow_up_needed" },
            { id: 30, deal_id: 172, interaction_type: "email", interaction_date: new Date("2023-01-16T17:28:49Z"), interaction_duration_minutes: 54, interaction_outcome: "follow_up_needed" },
            { id: 31, deal_id: 211, interaction_type: "email", interaction_date: new Date("2023-05-23T20:31:03Z"), interaction_duration_minutes: 36, interaction_outcome: "successful" },
            { id: 32, deal_id: 258, interaction_type: "call", interaction_date: new Date("2023-09-20T17:11:58Z"), interaction_duration_minutes: 74, interaction_outcome: "successful" },
            { id: 33, deal_id: 275, interaction_type: "email", interaction_date: new Date("2023-07-14T14:14:53Z"), interaction_duration_minutes: 51, interaction_outcome: "successful" },
            { id: 34, deal_id: 92, interaction_type: "call", interaction_date: new Date("2023-08-04T21:52:00Z"), interaction_duration_minutes: 43, interaction_outcome: "follow_up_needed" },
            { id: 35, deal_id: 213, interaction_type: "email", interaction_date: new Date("2023-05-28T20:40:53Z"), interaction_duration_minutes: 83, interaction_outcome: "successful" },
            { id: 36, deal_id: 44, interaction_type: "meeting", interaction_date: new Date("2023-07-13T18:21:13Z"), interaction_duration_minutes: 45, interaction_outcome: "unsuccessful" },
            { id: 37, deal_id: 174, interaction_type: "email", interaction_date: new Date("2023-11-04T06:50:20Z"), interaction_duration_minutes: 80, interaction_outcome: "unsuccessful" },
            { id: 38, deal_id: 209, interaction_type: "call", interaction_date: new Date("2023-07-13T17:03:51Z"), interaction_duration_minutes: 65, interaction_outcome: "successful" },
            { id: 39, deal_id: 96, interaction_type: "email", interaction_date: new Date("2023-06-04T20:47:30Z"), interaction_duration_minutes: 45, interaction_outcome: "successful" },
            { id: 40, deal_id: 241, interaction_type: "call", interaction_date: new Date("2023-05-17T11:34:20Z"), interaction_duration_minutes: 40, interaction_outcome: "successful" },
            { id: 41, deal_id: 218, interaction_type: "call", interaction_date: new Date("2023-05-17T15:51:58Z"), interaction_duration_minutes: 59, interaction_outcome: "successful" },
            { id: 42, deal_id: 169, interaction_type: "call", interaction_date: new Date("2023-05-21T09:13:09Z"), interaction_duration_minutes: 93, interaction_outcome: "unsuccessful" },
            { id: 43, deal_id: 54, interaction_type: "call", interaction_date: new Date("2023-10-07T01:16:25Z"), interaction_duration_minutes: 55, interaction_outcome: "successful" },
            { id: 44, deal_id: 37, interaction_type: "call", interaction_date: new Date("2023-11-10T09:21:33Z"), interaction_duration_minutes: 62, interaction_outcome: "unsuccessful" },
            { id: 45, deal_id: 57, interaction_type: "meeting", interaction_date: new Date("2023-12-17T12:34:03Z"), interaction_duration_minutes: 55, interaction_outcome: "successful" },
            { id: 46, deal_id: 125, interaction_type: "email", interaction_date: new Date("2023-08-24T00:21:33Z"), interaction_duration_minutes: 54, interaction_outcome: "follow_up_needed" },
            { id: 47, deal_id: 224, interaction_type: "call", interaction_date: new Date("2023-12-28T19:24:30Z"), interaction_duration_minutes: 64, interaction_outcome: "follow_up_needed" },
            { id: 48, deal_id: 227, interaction_type: "email", interaction_date: new Date("2023-02-18T17:05:21Z"), interaction_duration_minutes: 101, interaction_outcome: "unsuccessful" },
            { id: 49, deal_id: 90, interaction_type: "call", interaction_date: new Date("2023-04-13T16:43:40Z"), interaction_duration_minutes: 48, interaction_outcome: "successful" },
            { id: 50, deal_id: 227, interaction_type: "call", interaction_date: new Date("2023-04-25T18:48:35Z"), interaction_duration_minutes: 61, interaction_outcome: "successful" },
            { id: 51, deal_id: 40, interaction_type: "meeting", interaction_date: new Date("2023-04-14T17:00:31Z"), interaction_duration_minutes: 72, interaction_outcome: "successful" },
            { id: 52, deal_id: 61, interaction_type: "call", interaction_date: new Date("2023-04-22T19:32:33Z"), interaction_duration_minutes: 66, interaction_outcome: "successful" },
            { id: 53, deal_id: 63, interaction_type: "call", interaction_date: new Date("2023-06-16T13:21:30Z"), interaction_duration_minutes: 86, interaction_outcome: "successful" },
            { id: 54, deal_id: 49, interaction_type: "call", interaction_date: new Date("2023-07-29T07:44:13Z"), interaction_duration_minutes: 97, interaction_outcome: "follow_up_needed" },
            { id: 55, deal_id: 152, interaction_type: "call", interaction_date: new Date("2023-05-02T17:32:22Z"), interaction_duration_minutes: 65, interaction_outcome: "successful" },
            { id: 56, deal_id: 189, interaction_type: "call", interaction_date: new Date("2023-01-04T17:57:00Z"), interaction_duration_minutes: 57, interaction_outcome: "follow_up_needed" },
            { id: 57, deal_id: 120, interaction_type: "call", interaction_date: new Date("2023-12-21T00:31:57Z"), interaction_duration_minutes: 77, interaction_outcome: "successful" },
            { id: 58, deal_id: 283, interaction_type: "email", interaction_date: new Date("2023-10-29T19:34:35Z"), interaction_duration_minutes: 64, interaction_outcome: "unsuccessful" },
            { id: 59, deal_id: 109, interaction_type: "call", interaction_date: new Date("2023-12-20T08:22:50Z"), interaction_duration_minutes: 90, interaction_outcome: "follow_up_needed" },
            { id: 60, deal_id: 94, interaction_type: "call", interaction_date: new Date("2023-09-23T20:28:32Z"), interaction_duration_minutes: 78, interaction_outcome: "successful" },
            { id: 61, deal_id: 70, interaction_type: "email", interaction_date: new Date("2023-05-02T09:51:22Z"), interaction_duration_minutes: 57, interaction_outcome: "successful" },
            { id: 62, deal_id: 146, interaction_type: "call", interaction_date: new Date("2023-06-22T18:21:24Z"), interaction_duration_minutes: 66, interaction_outcome: "follow_up_needed" },
            { id: 63, deal_id: 76, interaction_type: "call", interaction_date: new Date("2023-02-28T18:34:51Z"), interaction_duration_minutes: 77, interaction_outcome: "successful" },
            { id: 64, deal_id: 246, interaction_type: "meeting", interaction_date: new Date("2023-11-02T15:23:06Z"), interaction_duration_minutes: 83, interaction_outcome: "successful" },
            { id: 65, deal_id: 216, interaction_type: "email", interaction_date: new Date("2023-05-14T14:37:11Z"), interaction_duration_minutes: 90, interaction_outcome: "follow_up_needed" },
            { id: 66, deal_id: 266, interaction_type: "call", interaction_date: new Date("2023-04-14T20:30:52Z"), interaction_duration_minutes: 71, interaction_outcome: "follow_up_needed" },
            { id: 67, deal_id: 117, interaction_type: "call", interaction_date: new Date("2023-10-26T10:28:56Z"), interaction_duration_minutes: 56, interaction_outcome: "follow_up_needed" },
            { id: 68, deal_id: 299, interaction_type: "email", interaction_date: new Date("2023-03-07T12:31:23Z"), interaction_duration_minutes: 82, interaction_outcome: "follow_up_needed" },
            { id: 69, deal_id: 90, interaction_type: "call", interaction_date: new Date("2023-02-10T19:39:47Z"), interaction_duration_minutes: 81, interaction_outcome: "unsuccessful" },
            { id: 70, deal_id: 183, interaction_type: "email", interaction_date: new Date("2023-07-09T10:01:18Z"), interaction_duration_minutes: 71, interaction_outcome: "successful" },
            { id: 71, deal_id: 219, interaction_type: "call", interaction_date: new Date("2023-04-15T13:01:55Z"), interaction_duration_minutes: 74, interaction_outcome: "unsuccessful" },
            { id: 72, deal_id: 157, interaction_type: "email", interaction_date: new Date("2023-09-21T09:07:32Z"), interaction_duration_minutes: 66, interaction_outcome: "successful" },
            { id: 73, deal_id: 190, interaction_type: "call", interaction_date: new Date("2023-06-28T18:35:11Z"), interaction_duration_minutes: 72, interaction_outcome: "follow_up_needed" },
            { id: 74, deal_id: 216, interaction_type: "email", interaction_date: new Date("2023-03-09T08:30:24Z"), interaction_duration_minutes: 67, interaction_outcome: "unsuccessful" },
            { id: 75, deal_id: 103, interaction_type: "email", interaction_date: new Date("2023-08-31T09:47:08Z"), interaction_duration_minutes: 45, interaction_outcome: "successful" },
            { id: 76, deal_id: 1, interaction_type: "meeting", interaction_date: new Date("2023-07-03T19:24:23Z"), interaction_duration_minutes: 87, interaction_outcome: "follow_up_needed" },
            { id: 77, deal_id: 231, interaction_type: "call", interaction_date: new Date("2023-10-16T00:36:52Z"), interaction_duration_minutes: 32, interaction_outcome: "successful" },
            { id: 78, deal_id: 273, interaction_type: "email", interaction_date: new Date("2023-01-31T20:12:55Z"), interaction_duration_minutes: 79, interaction_outcome: "follow_up_needed" },
            { id: 79, deal_id: 257, interaction_type: "call", interaction_date: new Date("2023-07-30T09:59:53Z"), interaction_duration_minutes: 41, interaction_outcome: "successful" },
            { id: 80, deal_id: 194, interaction_type: "email", interaction_date: new Date("2023-03-16T12:38:30Z"), interaction_duration_minutes: 55, interaction_outcome: "follow_up_needed" },
            { id: 81, deal_id: 217, interaction_type: "email", interaction_date: new Date("2023-09-06T07:52:45Z"), interaction_duration_minutes: 50, interaction_outcome: "unsuccessful" },
            { id: 82, deal_id: 57, interaction_type: "email", interaction_date: new Date("2023-04-06T09:56:31Z"), interaction_duration_minutes: 40, interaction_outcome: "successful" },
            { id: 83, deal_id: 267, interaction_type: "email", interaction_date: new Date("2023-12-10T11:56:14Z"), interaction_duration_minutes: 68, interaction_outcome: "successful" },
            { id: 84, deal_id: 129, interaction_type: "email", interaction_date: new Date("2023-05-02T15:07:08Z"), interaction_duration_minutes: 46, interaction_outcome: "follow_up_needed" },
            { id: 85, deal_id: 189, interaction_type: "meeting", interaction_date: new Date("2023-10-19T18:01:05Z"), interaction_duration_minutes: 72, interaction_outcome: "successful" },
            { id: 86, deal_id: 260, interaction_type: "call", interaction_date: new Date("2023-08-18T17:52:23Z"), interaction_duration_minutes: 30, interaction_outcome: "unsuccessful" },
            { id: 87, deal_id: 6, interaction_type: "meeting", interaction_date: new Date("2023-09-23T08:23:35Z"), interaction_duration_minutes: 71, interaction_outcome: "successful" },
            { id: 88, deal_id: 16, interaction_type: "call", interaction_date: new Date("2023-12-12T13:31:46Z"), interaction_duration_minutes: 64, interaction_outcome: "successful" },
            { id: 89, deal_id: 141, interaction_type: "call", interaction_date: new Date("2023-01-02T20:05:01Z"), interaction_duration_minutes: 91, interaction_outcome: "follow_up_needed" },
            { id: 90, deal_id: 35, interaction_type: "call", interaction_date: new Date("2023-07-22T08:45:18Z"), interaction_duration_minutes: 37, interaction_outcome: "successful" },
            { id: 91, deal_id: 160, interaction_type: "call", interaction_date: new Date("2023-06-04T18:31:57Z"), interaction_duration_minutes: 49, interaction_outcome: "follow_up_needed" },
            { id: 92, deal_id: 133, interaction_type: "call", interaction_date: new Date("2023-09-24T18:51:25Z"), interaction_duration_minutes: 70, interaction_outcome: "unsuccessful" },
            { id: 93, deal_id: 135, interaction_type: "meeting", interaction_date: new Date("2023-01-19T19:24:59Z"), interaction_duration_minutes: 47, interaction_outcome: "follow_up_needed" },
            { id: 94, deal_id: 131, interaction_type: "email", interaction_date: new Date("2023-09-02T22:46:36Z"), interaction_duration_minutes: 76, interaction_outcome: "unsuccessful" },
            { id: 95, deal_id: 54, interaction_type: "call", interaction_date: new Date("2023-11-14T08:16:51Z"), interaction_duration_minutes: 54, interaction_outcome: "successful" },
            { id: 96, deal_id: 97, interaction_type: "call", interaction_date: new Date("2023-11-10T08:08:57Z"), interaction_duration_minutes: 60, interaction_outcome: "follow_up_needed" },
            { id: 97, deal_id: 73, interaction_type: "call", interaction_date: new Date("2023-06-09T08:46:31Z"), interaction_duration_minutes: 41, interaction_outcome: "follow_up_needed" },
            { id: 98, deal_id: 142, interaction_type: "call", interaction_date: new Date("2023-01-09T17:59:06Z"), interaction_duration_minutes: 52, interaction_outcome: "successful" },
            { id: 99, deal_id: 157, interaction_type: "email", interaction_date: new Date("2023-01-24T04:13:53Z"), interaction_duration_minutes: 55, interaction_outcome: "follow_up_needed" },
            { id: 100, deal_id: 103, interaction_type: "call", interaction_date: new Date("2023-06-10T22:26:51Z"), interaction_duration_minutes: 72, interaction_outcome: "successful" },
            { id: 101, deal_id: 258, interaction_type: "email", interaction_date: new Date("2023-07-29T21:37:10Z"), interaction_duration_minutes: 60, interaction_outcome: "successful" },
            { id: 102, deal_id: 136, interaction_type: "call", interaction_date: new Date("2023-08-08T08:26:45Z"), interaction_duration_minutes: 59, interaction_outcome: "successful" },
            { id: 103, deal_id: 26, interaction_type: "call", interaction_date: new Date("2023-08-21T14:19:06Z"), interaction_duration_minutes: 40, interaction_outcome: "successful" },
            { id: 104, deal_id: 240, interaction_type: "call", interaction_date: new Date("2023-09-10T17:28:51Z"), interaction_duration_minutes: 78, interaction_outcome: "successful" },
            { id: 105, deal_id: 173, interaction_type: "call", interaction_date: new Date("2023-10-19T19:29:29Z"), interaction_duration_minutes: 68, interaction_outcome: "follow_up_needed" },
            { id: 106, deal_id: 292, interaction_type: "email", interaction_date: new Date("2023-01-28T21:58:32Z"), interaction_duration_minutes: 76, interaction_outcome: "successful" },
            { id: 107, deal_id: 169, interaction_type: "call", interaction_date: new Date("2023-11-06T18:29:10Z"), interaction_duration_minutes: 84, interaction_outcome: "follow_up_needed" },
            { id: 108, deal_id: 165, interaction_type: "call", interaction_date: new Date("2023-06-17T14:34:32Z"), interaction_duration_minutes: 110, interaction_outcome: "unsuccessful" },
            { id: 109, deal_id: 147, interaction_type: "call", interaction_date: new Date("2023-10-18T19:26:45Z"), interaction_duration_minutes: 70, interaction_outcome: "follow_up_needed" },
            { id: 110, deal_id: 191, interaction_type: "email", interaction_date: new Date("2023-08-27T12:38:48Z"), interaction_duration_minutes: 53, interaction_outcome: "successful" },
            { id: 111, deal_id: 299, interaction_type: "call", interaction_date: new Date("2023-05-14T11:12:40Z"), interaction_duration_minutes: 80, interaction_outcome: "follow_up_needed" },
            { id: 112, deal_id: 29, interaction_type: "email", interaction_date: new Date("2023-09-01T10:02:48Z"), interaction_duration_minutes: 80, interaction_outcome: "follow_up_needed" },
            { id: 113, deal_id: 45, interaction_type: "email", interaction_date: new Date("2023-01-04T20:49:38Z"), interaction_duration_minutes: 74, interaction_outcome: "successful" },
            { id: 114, deal_id: 111, interaction_type: "email", interaction_date: new Date("2023-09-19T15:58:54Z"), interaction_duration_minutes: 58, interaction_outcome: "follow_up_needed" },
            { id: 115, deal_id: 108, interaction_type: "email", interaction_date: new Date("2023-04-14T17:56:59Z"), interaction_duration_minutes: 91, interaction_outcome: "successful" },
            { id: 116, deal_id: 289, interaction_type: "email", interaction_date: new Date("2023-12-08T10:34:24Z"), interaction_duration_minutes: 65, interaction_outcome: "successful" },
            { id: 117, deal_id: 97, interaction_type: "meeting", interaction_date: new Date("2023-05-16T15:44:11Z"), interaction_duration_minutes: 79, interaction_outcome: "follow_up_needed" },
            { id: 118, deal_id: 224, interaction_type: "meeting", interaction_date: new Date("2023-10-26T08:05:25Z"), interaction_duration_minutes: 38, interaction_outcome: "follow_up_needed" },
            { id: 119, deal_id: 82, interaction_type: "email", interaction_date: new Date("2023-09-10T02:02:06Z"), interaction_duration_minutes: 46, interaction_outcome: "successful" },
            { id: 120, deal_id: 163, interaction_type: "call", interaction_date: new Date("2023-09-14T21:31:21Z"), interaction_duration_minutes: 45, interaction_outcome: "follow_up_needed" },
            { id: 121, deal_id: 245, interaction_type: "email", interaction_date: new Date("2023-03-18T23:29:24Z"), interaction_duration_minutes: 65, interaction_outcome: "follow_up_needed" },
            { id: 122, deal_id: 80, interaction_type: "meeting", interaction_date: new Date("2023-10-23T08:24:24Z"), interaction_duration_minutes: 94, interaction_outcome: "unsuccessful" },
            { id: 123, deal_id: 219, interaction_type: "email", interaction_date: new Date("2023-08-07T18:31:34Z"), interaction_duration_minutes: 18, interaction_outcome: "follow_up_needed" },
            { id: 124, deal_id: 58, interaction_type: "call", interaction_date: new Date("2023-08-17T23:40:40Z"), interaction_duration_minutes: 81, interaction_outcome: "successful" },
            { id: 125, deal_id: 107, interaction_type: "call", interaction_date: new Date("2023-09-25T19:03:38Z"), interaction_duration_minutes: 74, interaction_outcome: "successful" },
            { id: 126, deal_id: 141, interaction_type: "email", interaction_date: new Date("2023-05-16T14:25:01Z"), interaction_duration_minutes: 61, interaction_outcome: "successful" },
            { id: 127, deal_id: 253, interaction_type: "email", interaction_date: new Date("2023-06-14T18:08:31Z"), interaction_duration_minutes: 77, interaction_outcome: "successful" },
            { id: 128, deal_id: 181, interaction_type: "email", interaction_date: new Date("2023-07-06T09:39:52Z"), interaction_duration_minutes: 65, interaction_outcome: "follow_up_needed" },
            { id: 129, deal_id: 171, interaction_type: "call", interaction_date: new Date("2023-04-26T08:33:37Z"), interaction_duration_minutes: 55, interaction_outcome: "follow_up_needed" },
            { id: 130, deal_id: 266, interaction_type: "email", interaction_date: new Date("2023-11-12T10:00:31Z"), interaction_duration_minutes: 60, interaction_outcome: "unsuccessful" },
            { id: 131, deal_id: 206, interaction_type: "call", interaction_date: new Date("2023-04-12T17:20:57Z"), interaction_duration_minutes: 73, interaction_outcome: "successful" },
            { id: 132, deal_id: 89, interaction_type: "email", interaction_date: new Date("2023-04-23T11:10:53Z"), interaction_duration_minutes: 74, interaction_outcome: "successful" },
            { id: 133, deal_id: 88, interaction_type: "meeting", interaction_date: new Date("2023-02-13T19:59:47Z"), interaction_duration_minutes: 62, interaction_outcome: "successful" },
            { id: 134, deal_id: 287, interaction_type: "email", interaction_date: new Date("2023-07-11T11:10:13Z"), interaction_duration_minutes: 55, interaction_outcome: "successful" },
            { id: 135, deal_id: 133, interaction_type: "call", interaction_date: new Date("2023-01-18T17:56:28Z"), interaction_duration_minutes: 46, interaction_outcome: "successful" },
            { id: 136, deal_id: 51, interaction_type: "email", interaction_date: new Date("2023-07-08T16:51:13Z"), interaction_duration_minutes: 34, interaction_outcome: "follow_up_needed" },
            { id: 137, deal_id: 219, interaction_type: "call", interaction_date: new Date("2023-05-31T07:31:42Z"), interaction_duration_minutes: 68, interaction_outcome: "successful" },
            { id: 138, deal_id: 295, interaction_type: "email", interaction_date: new Date("2023-08-01T19:46:23Z"), interaction_duration_minutes: 72, interaction_outcome: "unsuccessful" },
            { id: 139, deal_id: 259, interaction_type: "email", interaction_date: new Date("2023-05-20T11:35:13Z"), interaction_duration_minutes: 58, interaction_outcome: "follow_up_needed" },
            { id: 140, deal_id: 42, interaction_type: "call", interaction_date: new Date("2023-09-04T07:03:30Z"), interaction_duration_minutes: 64, interaction_outcome: "follow_up_needed" },
            { id: 141, deal_id: 5, interaction_type: "email", interaction_date: new Date("2023-04-11T17:20:22Z"), interaction_duration_minutes: 66, interaction_outcome: "unsuccessful" },
            { id: 142, deal_id: 289, interaction_type: "call", interaction_date: new Date("2023-08-01T10:35:44Z"), interaction_duration_minutes: 82, interaction_outcome: "follow_up_needed" },
            { id: 143, deal_id: 24, interaction_type: "call", interaction_date: new Date("2023-05-15T20:06:11Z"), interaction_duration_minutes: 61, interaction_outcome: "successful" },
            { id: 144, deal_id: 30, interaction_type: "email", interaction_date: new Date("2023-12-18T20:22:03Z"), interaction_duration_minutes: 35, interaction_outcome: "successful" },
            { id: 145, deal_id: 255, interaction_type: "email", interaction_date: new Date("2023-07-01T18:41:04Z"), interaction_duration_minutes: 92, interaction_outcome: "successful" },
            { id: 146, deal_id: 162, interaction_type: "call", interaction_date: new Date("2023-02-17T15:59:47Z"), interaction_duration_minutes: 83, interaction_outcome: "follow_up_needed" },
            { id: 147, deal_id: 211, interaction_type: "call", interaction_date: new Date("2023-05-03T21:50:57Z"), interaction_duration_minutes: 70, interaction_outcome: "successful" },
            { id: 148, deal_id: 123, interaction_type: "call", interaction_date: new Date("2023-08-01T01:09:09Z"), interaction_duration_minutes: 51, interaction_outcome: "follow_up_needed" },
            { id: 149, deal_id: 287, interaction_type: "call", interaction_date: new Date("2023-08-23T14:05:55Z"), interaction_duration_minutes: 62, interaction_outcome: "successful" },
            { id: 150, deal_id: 22, interaction_type: "call", interaction_date: new Date("2023-12-23T23:55:01Z"), interaction_duration_minutes: 54, interaction_outcome: "unsuccessful" },
            { id: 151, deal_id: 32, interaction_type: "call", interaction_date: new Date("2023-12-09T15:11:12Z"), interaction_duration_minutes: 64, interaction_outcome: "successful" },
            { id: 152, deal_id: 238, interaction_type: "call", interaction_date: new Date("2023-03-31T23:17:14Z"), interaction_duration_minutes: 57, interaction_outcome: "follow_up_needed" },
            { id: 153, deal_id: 160, interaction_type: "call", interaction_date: new Date("2023-07-09T18:00:01Z"), interaction_duration_minutes: 78, interaction_outcome: "successful" },
            { id: 154, deal_id: 206, interaction_type: "meeting", interaction_date: new Date("2023-03-25T06:02:34Z"), interaction_duration_minutes: 55, interaction_outcome: "successful" },
            { id: 155, deal_id: 237, interaction_type: "call", interaction_date: new Date("2023-07-28T20:15:43Z"), interaction_duration_minutes: 75, interaction_outcome: "follow_up_needed" },
            { id: 156, deal_id: 70, interaction_type: "email", interaction_date: new Date("2023-09-03T05:03:16Z"), interaction_duration_minutes: 53, interaction_outcome: "unsuccessful" },
            { id: 157, deal_id: 293, interaction_type: "call", interaction_date: new Date("2023-11-18T18:29:18Z"), interaction_duration_minutes: 33, interaction_outcome: "follow_up_needed" },
            { id: 158, deal_id: 157, interaction_type: "call", interaction_date: new Date("2023-09-06T14:32:47Z"), interaction_duration_minutes: 43, interaction_outcome: "unsuccessful" },
            { id: 159, deal_id: 206, interaction_type: "meeting", interaction_date: new Date("2023-04-27T16:15:25Z"), interaction_duration_minutes: 69, interaction_outcome: "successful" },
            { id: 160, deal_id: 152, interaction_type: "call", interaction_date: new Date("2023-11-19T23:20:49Z"), interaction_duration_minutes: 28, interaction_outcome: "successful" },
            { id: 161, deal_id: 196, interaction_type: "email", interaction_date: new Date("2023-05-10T10:20:58Z"), interaction_duration_minutes: 63, interaction_outcome: "unsuccessful" },
            { id: 162, deal_id: 1, interaction_type: "email", interaction_date: new Date("2023-06-18T18:39:37Z"), interaction_duration_minutes: 72, interaction_outcome: "successful" },
            { id: 163, deal_id: 285, interaction_type: "call", interaction_date: new Date("2023-12-08T18:01:54Z"), interaction_duration_minutes: 37, interaction_outcome: "successful" },
            { id: 164, deal_id: 199, interaction_type: "email", interaction_date: new Date("2023-12-31T11:07:39Z"), interaction_duration_minutes: 45, interaction_outcome: "unsuccessful" },
            { id: 165, deal_id: 122, interaction_type: "email", interaction_date: new Date("2023-04-04T19:22:15Z"), interaction_duration_minutes: 102, interaction_outcome: "follow_up_needed" },
            { id: 166, deal_id: 142, interaction_type: "call", interaction_date: new Date("2023-05-04T13:39:15Z"), interaction_duration_minutes: 90, interaction_outcome: "successful" },
            { id: 167, deal_id: 90, interaction_type: "email", interaction_date: new Date("2023-08-02T11:01:03Z"), interaction_duration_minutes: 46, interaction_outcome: "follow_up_needed" },
            { id: 168, deal_id: 26, interaction_type: "email", interaction_date: new Date("2023-12-17T23:28:19Z"), interaction_duration_minutes: 37, interaction_outcome: "follow_up_needed" },
            { id: 169, deal_id: 18, interaction_type: "call", interaction_date: new Date("2023-04-15T21:31:36Z"), interaction_duration_minutes: 60, interaction_outcome: "follow_up_needed" },
            { id: 170, deal_id: 102, interaction_type: "email", interaction_date: new Date("2023-04-18T19:24:22Z"), interaction_duration_minutes: 73, interaction_outcome: "successful" },
            { id: 171, deal_id: 51, interaction_type: "email", interaction_date: new Date("2023-07-04T10:56:37Z"), interaction_duration_minutes: 51, interaction_outcome: "unsuccessful" },
            { id: 172, deal_id: 212, interaction_type: "email", interaction_date: new Date("2023-09-09T12:37:47Z"), interaction_duration_minutes: 66, interaction_outcome: "unsuccessful" },
            { id: 173, deal_id: 111, interaction_type: "call", interaction_date: new Date("2023-11-20T20:45:09Z"), interaction_duration_minutes: 39, interaction_outcome: "follow_up_needed" },
            { id: 174, deal_id: 157, interaction_type: "call", interaction_date: new Date("2023-12-12T19:19:57Z"), interaction_duration_minutes: 77, interaction_outcome: "unsuccessful" },
            { id: 175, deal_id: 127, interaction_type: "email", interaction_date: new Date("2023-11-18T23:29:15Z"), interaction_duration_minutes: 85, interaction_outcome: "successful" },
            { id: 176, deal_id: 130, interaction_type: "email", interaction_date: new Date("2023-04-27T22:21:29Z"), interaction_duration_minutes: 72, interaction_outcome: "unsuccessful" },
            { id: 177, deal_id: 186, interaction_type: "email", interaction_date: new Date("2023-09-25T12:08:13Z"), interaction_duration_minutes: 47, interaction_outcome: "successful" },
            { id: 178, deal_id: 36, interaction_type: "call", interaction_date: new Date("2023-04-22T19:01:10Z"), interaction_duration_minutes: 62, interaction_outcome: "successful" },
            { id: 179, deal_id: 241, interaction_type: "call", interaction_date: new Date("2023-07-10T16:59:55Z"), interaction_duration_minutes: 42, interaction_outcome: "successful" },
            { id: 180, deal_id: 25, interaction_type: "call", interaction_date: new Date("2023-06-28T17:00:17Z"), interaction_duration_minutes: 47, interaction_outcome: "successful" },
            { id: 181, deal_id: 13, interaction_type: "email", interaction_date: new Date("2023-05-02T13:18:44Z"), interaction_duration_minutes: 50, interaction_outcome: "unsuccessful" },
            { id: 182, deal_id: 284, interaction_type: "email", interaction_date: new Date("2023-08-12T18:47:32Z"), interaction_duration_minutes: 45, interaction_outcome: "follow_up_needed" },
            { id: 183, deal_id: 241, interaction_type: "call", interaction_date: new Date("2023-09-14T10:53:24Z"), interaction_duration_minutes: 105, interaction_outcome: "unsuccessful" },
            { id: 184, deal_id: 67, interaction_type: "call", interaction_date: new Date("2023-02-04T08:31:54Z"), interaction_duration_minutes: 84, interaction_outcome: "follow_up_needed" },
            { id: 185, deal_id: 75, interaction_type: "call", interaction_date: new Date("2023-04-03T10:45:23Z"), interaction_duration_minutes: 45, interaction_outcome: "unsuccessful" },
            { id: 186, deal_id: 288, interaction_type: "email", interaction_date: new Date("2023-06-10T17:42:42Z"), interaction_duration_minutes: 72, interaction_outcome: "successful" },
            { id: 187, deal_id: 45, interaction_type: "call", interaction_date: new Date("2023-08-15T15:38:29Z"), interaction_duration_minutes: 52, interaction_outcome: "successful" },
            { id: 188, deal_id: 191, interaction_type: "email", interaction_date: new Date("2023-12-27T21:48:58Z"), interaction_duration_minutes: 45, interaction_outcome: "follow_up_needed" },
            { id: 189, deal_id: 284, interaction_type: "call", interaction_date: new Date("2023-01-16T19:42:17Z"), interaction_duration_minutes: 45, interaction_outcome: "unsuccessful" },
            { id: 190, deal_id: 258, interaction_type: "call", interaction_date: new Date("2023-11-01T10:52:51Z"), interaction_duration_minutes: 67, interaction_outcome: "follow_up_needed" },
            { id: 191, deal_id: 14, interaction_type: "meeting", interaction_date: new Date("2023-01-12T20:06:31Z"), interaction_duration_minutes: 27, interaction_outcome: "successful" },
            { id: 192, deal_id: 119, interaction_type: "call", interaction_date: new Date("2023-05-06T10:12:24Z"), interaction_duration_minutes: 93, interaction_outcome: "follow_up_needed" },
            { id: 193, deal_id: 48, interaction_type: "call", interaction_date: new Date("2023-05-15T21:22:40Z"), interaction_duration_minutes: 78, interaction_outcome: "successful" },
            { id: 194, deal_id: 259, interaction_type: "call", interaction_date: new Date("2023-12-15T20:50:15Z"), interaction_duration_minutes: 45, interaction_outcome: "follow_up_needed" },
            { id: 195, deal_id: 115, interaction_type: "call", interaction_date: new Date("2023-12-30T11:42:27Z"), interaction_duration_minutes: 59, interaction_outcome: "follow_up_needed" },
            { id: 196, deal_id: 153, interaction_type: "meeting", interaction_date: new Date("2023-05-16T15:24:54Z"), interaction_duration_minutes: 45, interaction_outcome: "successful" },
            { id: 197, deal_id: 96, interaction_type: "call", interaction_date: new Date("2023-12-11T12:21:20Z"), interaction_duration_minutes: 69, interaction_outcome: "successful" },
            { id: 198, deal_id: 251, interaction_type: "call", interaction_date: new Date("2023-03-10T10:02:28Z"), interaction_duration_minutes: 52, interaction_outcome: "successful" },
            { id: 199, deal_id: 300, interaction_type: "email", interaction_date: new Date("2023-09-13T22:28:26Z"), interaction_duration_minutes: 41, interaction_outcome: "follow_up_needed" },
            { id: 200, deal_id: 91, interaction_type: "call", interaction_date: new Date("2023-11-04T15:55:07Z"), interaction_duration_minutes: 75, interaction_outcome: "successful" },
            { id: 201, deal_id: 94, interaction_type: "email", interaction_date: new Date("2023-07-07T19:04:38Z"), interaction_duration_minutes: 52, interaction_outcome: "successful" },
            { id: 202, deal_id: 226, interaction_type: "call", interaction_date: new Date("2023-07-30T13:19:32Z"), interaction_duration_minutes: 60, interaction_outcome: "successful" },
            { id: 203, deal_id: 146, interaction_type: "email", interaction_date: new Date("2023-08-28T21:30:29Z"), interaction_duration_minutes: 83, interaction_outcome: "successful" },
            { id: 204, deal_id: 150, interaction_type: "email", interaction_date: new Date("2023-04-20T10:26:16Z"), interaction_duration_minutes: 68, interaction_outcome: "successful" },
            { id: 205, deal_id: 192, interaction_type: "email", interaction_date: new Date("2023-08-22T12:49:49Z"), interaction_duration_minutes: 66, interaction_outcome: "unsuccessful" },
            { id: 206, deal_id: 200, interaction_type: "call", interaction_date: new Date("2023-12-23T07:29:07Z"), interaction_duration_minutes: 71, interaction_outcome: "unsuccessful" },
            { id: 207, deal_id: 146, interaction_type: "email", interaction_date: new Date("2023-06-17T17:52:38Z"), interaction_duration_minutes: 58, interaction_outcome: "unsuccessful" },
            { id: 208, deal_id: 167, interaction_type: "call", interaction_date: new Date("2023-09-05T21:10:50Z"), interaction_duration_minutes: 44, interaction_outcome: "successful" },
            { id: 209, deal_id: 166, interaction_type: "call", interaction_date: new Date("2023-08-26T07:42:00Z"), interaction_duration_minutes: 56, interaction_outcome: "successful" },
            { id: 210, deal_id: 293, interaction_type: "email", interaction_date: new Date("2023-02-28T12:55:59Z"), interaction_duration_minutes: 44, interaction_outcome: "successful" },
            { id: 211, deal_id: 23, interaction_type: "call", interaction_date: new Date("2023-12-31T08:09:48Z"), interaction_duration_minutes: 55, interaction_outcome: "follow_up_needed" },
            { id: 212, deal_id: 67, interaction_type: "call", interaction_date: new Date("2023-08-03T12:41:37Z"), interaction_duration_minutes: 80, interaction_outcome: "successful" },
            { id: 213, deal_id: 157, interaction_type: "call", interaction_date: new Date("2023-05-26T19:59:30Z"), interaction_duration_minutes: 95, interaction_outcome: "successful" },
            { id: 214, deal_id: 73, interaction_type: "call", interaction_date: new Date("2023-08-19T14:32:38Z"), interaction_duration_minutes: 46, interaction_outcome: "successful" },
            { id: 215, deal_id: 90, interaction_type: "call", interaction_date: new Date("2023-03-21T08:58:15Z"), interaction_duration_minutes: 75, interaction_outcome: "successful" },
            { id: 216, deal_id: 236, interaction_type: "email", interaction_date: new Date("2023-06-08T15:18:29Z"), interaction_duration_minutes: 70, interaction_outcome: "successful" },
            { id: 217, deal_id: 208, interaction_type: "call", interaction_date: new Date("2023-10-06T21:38:57Z"), interaction_duration_minutes: 52, interaction_outcome: "successful" },
            { id: 218, deal_id: 109, interaction_type: "email", interaction_date: new Date("2023-07-29T22:04:42Z"), interaction_duration_minutes: 37, interaction_outcome: "follow_up_needed" },
            { id: 219, deal_id: 78, interaction_type: "call", interaction_date: new Date("2023-08-09T20:11:03Z"), interaction_duration_minutes: 55, interaction_outcome: "follow_up_needed" },
            { id: 220, deal_id: 152, interaction_type: "email", interaction_date: new Date("2023-01-31T21:59:58Z"), interaction_duration_minutes: 47, interaction_outcome: "unsuccessful" },
            { id: 221, deal_id: 131, interaction_type: "email", interaction_date: new Date("2023-01-25T05:33:22Z"), interaction_duration_minutes: 86, interaction_outcome: "unsuccessful" },
            { id: 222, deal_id: 223, interaction_type: "email", interaction_date: new Date("2023-12-19T10:12:06Z"), interaction_duration_minutes: 67, interaction_outcome: "successful" },
            { id: 223, deal_id: 184, interaction_type: "call", interaction_date: new Date("2023-03-22T22:18:42Z"), interaction_duration_minutes: 71, interaction_outcome: "unsuccessful" },
            { id: 224, deal_id: 64, interaction_type: "call", interaction_date: new Date("2023-10-15T20:59:17Z"), interaction_duration_minutes: 59, interaction_outcome: "successful" },
            { id: 225, deal_id: 216, interaction_type: "call", interaction_date: new Date("2023-09-18T10:52:43Z"), interaction_duration_minutes: 41, interaction_outcome: "successful" },
            { id: 226, deal_id: 2, interaction_type: "email", interaction_date: new Date("2023-08-18T11:02:40Z"), interaction_duration_minutes: 29, interaction_outcome: "successful" },
            { id: 227, deal_id: 174, interaction_type: "email", interaction_date: new Date("2023-01-05T13:02:48Z"), interaction_duration_minutes: 60, interaction_outcome: "successful" },
            { id: 228, deal_id: 293, interaction_type: "email", interaction_date: new Date("2023-09-22T10:30:41Z"), interaction_duration_minutes: 92, interaction_outcome: "follow_up_needed" },
            { id: 229, deal_id: 135, interaction_type: "call", interaction_date: new Date("2023-12-13T16:37:11Z"), interaction_duration_minutes: 88, interaction_outcome: "successful" },
            { id: 230, deal_id: 146, interaction_type: "call", interaction_date: new Date("2023-10-12T09:43:19Z"), interaction_duration_minutes: 62, interaction_outcome: "follow_up_needed" },
            { id: 231, deal_id: 185, interaction_type: "call", interaction_date: new Date("2023-09-12T19:32:38Z"), interaction_duration_minutes: 43, interaction_outcome: "unsuccessful" },
            { id: 232, deal_id: 45, interaction_type: "call", interaction_date: new Date("2023-06-11T19:24:42Z"), interaction_duration_minutes: 34, interaction_outcome: "unsuccessful" },
            { id: 233, deal_id: 4, interaction_type: "email", interaction_date: new Date("2023-12-02T19:24:18Z"), interaction_duration_minutes: 44, interaction_outcome: "successful" },
            { id: 234, deal_id: 95, interaction_type: "call", interaction_date: new Date("2023-11-17T16:49:34Z"), interaction_duration_minutes: 65, interaction_outcome: "unsuccessful" },
            { id: 235, deal_id: 227, interaction_type: "call", interaction_date: new Date("2023-09-30T11:32:22Z"), interaction_duration_minutes: 85, interaction_outcome: "unsuccessful" },
            { id: 236, deal_id: 71, interaction_type: "call", interaction_date: new Date("2023-05-08T17:15:00Z"), interaction_duration_minutes: 60, interaction_outcome: "successful" },
            { id: 237, deal_id: 194, interaction_type: "meeting", interaction_date: new Date("2023-07-18T11:16:30Z"), interaction_duration_minutes: 58, interaction_outcome: "successful" },
            { id: 238, deal_id: 250, interaction_type: "call", interaction_date: new Date("2023-09-18T23:48:10Z"), interaction_duration_minutes: 81, interaction_outcome: "successful" },
            { id: 239, deal_id: 287, interaction_type: "email", interaction_date: new Date("2023-11-04T13:50:43Z"), interaction_duration_minutes: 70, interaction_outcome: "successful" },
            { id: 240, deal_id: 207, interaction_type: "call", interaction_date: new Date("2023-01-28T14:56:00Z"), interaction_duration_minutes: 39, interaction_outcome: "successful" },
            { id: 241, deal_id: 115, interaction_type: "email", interaction_date: new Date("2023-08-12T09:48:16Z"), interaction_duration_minutes: 36, interaction_outcome: "successful" },
            { id: 242, deal_id: 165, interaction_type: "email", interaction_date: new Date("2023-07-22T13:19:54Z"), interaction_duration_minutes: 51, interaction_outcome: "successful" },
            { id: 243, deal_id: 126, interaction_type: "email", interaction_date: new Date("2023-07-20T12:55:35Z"), interaction_duration_minutes: 60, interaction_outcome: "follow_up_needed" },
            { id: 244, deal_id: 171, interaction_type: "call", interaction_date: new Date("2023-05-09T18:51:22Z"), interaction_duration_minutes: 74, interaction_outcome: "follow_up_needed" },
            { id: 245, deal_id: 170, interaction_type: "call", interaction_date: new Date("2023-04-27T23:50:02Z"), interaction_duration_minutes: 82, interaction_outcome: "follow_up_needed" },
            { id: 246, deal_id: 218, interaction_type: "email", interaction_date: new Date("2023-05-27T13:11:09Z"), interaction_duration_minutes: 47, interaction_outcome: "unsuccessful" },
            { id: 247, deal_id: 194, interaction_type: "call", interaction_date: new Date("2023-01-07T22:11:49Z"), interaction_duration_minutes: 60, interaction_outcome: "successful" },
            { id: 248, deal_id: 174, interaction_type: "call", interaction_date: new Date("2023-02-15T12:36:42Z"), interaction_duration_minutes: 73, interaction_outcome: "successful" },
            { id: 249, deal_id: 24, interaction_type: "call", interaction_date: new Date("2023-01-11T10:27:19Z"), interaction_duration_minutes: 84, interaction_outcome: "follow_up_needed" },
            { id: 250, deal_id: 258, interaction_type: "email", interaction_date: new Date("2023-04-12T11:06:54Z"), interaction_duration_minutes: 44, interaction_outcome: "follow_up_needed" },
            { id: 251, deal_id: 54, interaction_type: "email", interaction_date: new Date("2023-04-08T11:05:24Z"), interaction_duration_minutes: 46, interaction_outcome: "successful" },
            { id: 252, deal_id: 78, interaction_type: "email", interaction_date: new Date("2023-10-03T20:35:38Z"), interaction_duration_minutes: 68, interaction_outcome: "unsuccessful" },
            { id: 253, deal_id: 72, interaction_type: "call", interaction_date: new Date("2023-11-22T12:40:50Z"), interaction_duration_minutes: 45, interaction_outcome: "successful" },
            { id: 254, deal_id: 47, interaction_type: "email", interaction_date: new Date("2023-10-18T13:44:23Z"), interaction_duration_minutes: 81, interaction_outcome: "follow_up_needed" },
            { id: 255, deal_id: 137, interaction_type: "meeting", interaction_date: new Date("2023-06-03T16:10:47Z"), interaction_duration_minutes: 73, interaction_outcome: "unsuccessful" },
            { id: 256, deal_id: 52, interaction_type: "call", interaction_date: new Date("2023-05-10T20:07:28Z"), interaction_duration_minutes: 93, interaction_outcome: "successful" },
            { id: 257, deal_id: 144, interaction_type: "meeting", interaction_date: new Date("2023-04-27T16:07:18Z"), interaction_duration_minutes: 60, interaction_outcome: "successful" },
            { id: 258, deal_id: 79, interaction_type: "email", interaction_date: new Date("2023-02-16T09:55:18Z"), interaction_duration_minutes: 63, interaction_outcome: "unsuccessful" },
            { id: 259, deal_id: 233, interaction_type: "email", interaction_date: new Date("2023-09-19T08:22:01Z"), interaction_duration_minutes: 56, interaction_outcome: "successful" },
            { id: 260, deal_id: 279, interaction_type: "email", interaction_date: new Date("2023-05-26T07:04:27Z"), interaction_duration_minutes: 90, interaction_outcome: "unsuccessful" },
            { id: 261, deal_id: 113, interaction_type: "call", interaction_date: new Date("2023-03-07T19:47:25Z"), interaction_duration_minutes: 69, interaction_outcome: "follow_up_needed" },
            { id: 262, deal_id: 128, interaction_type: "email", interaction_date: new Date("2023-12-10T21:10:34Z"), interaction_duration_minutes: 67, interaction_outcome: "unsuccessful" },
            { id: 263, deal_id: 229, interaction_type: "email", interaction_date: new Date("2023-01-01T18:35:45Z"), interaction_duration_minutes: 51, interaction_outcome: "successful" },
            { id: 264, deal_id: 47, interaction_type: "meeting", interaction_date: new Date("2023-12-14T18:14:59Z"), interaction_duration_minutes: 80, interaction_outcome: "successful" },
            { id: 265, deal_id: 222, interaction_type: "call", interaction_date: new Date("2023-08-01T17:32:56Z"), interaction_duration_minutes: 42, interaction_outcome: "follow_up_needed" },
            { id: 266, deal_id: 59, interaction_type: "call", interaction_date: new Date("2023-02-19T12:48:10Z"), interaction_duration_minutes: 82, interaction_outcome: "successful" },
            { id: 267, deal_id: 207, interaction_type: "email", interaction_date: new Date("2023-10-09T22:05:46Z"), interaction_duration_minutes: 86, interaction_outcome: "successful" },
            { id: 268, deal_id: 87, interaction_type: "call", interaction_date: new Date("2023-11-04T13:40:35Z"), interaction_duration_minutes: 57, interaction_outcome: "unsuccessful" },
            { id: 269, deal_id: 277, interaction_type: "email", interaction_date: new Date("2023-04-04T21:05:43Z"), interaction_duration_minutes: 71, interaction_outcome: "unsuccessful" },
            { id: 270, deal_id: 168, interaction_type: "call", interaction_date: new Date("2023-08-14T09:10:54Z"), interaction_duration_minutes: 33, interaction_outcome: "follow_up_needed" },
            { id: 271, deal_id: 22, interaction_type: "call", interaction_date: new Date("2023-10-10T18:05:49Z"), interaction_duration_minutes: 75, interaction_outcome: "successful" },
            { id: 272, deal_id: 177, interaction_type: "call", interaction_date: new Date("2023-05-04T11:43:24Z"), interaction_duration_minutes: 61, interaction_outcome: "successful" },
            { id: 273, deal_id: 52, interaction_type: "meeting", interaction_date: new Date("2023-10-18T21:51:00Z"), interaction_duration_minutes: 72, interaction_outcome: "unsuccessful" },
            { id: 274, deal_id: 146, interaction_type: "email", interaction_date: new Date("2023-01-23T17:01:48Z"), interaction_duration_minutes: 38, interaction_outcome: "unsuccessful" },
            { id: 275, deal_id: 16, interaction_type: "call", interaction_date: new Date("2023-08-26T19:24:00Z"), interaction_duration_minutes: 95, interaction_outcome: "unsuccessful" },
            { id: 276, deal_id: 92, interaction_type: "email", interaction_date: new Date("2023-07-20T23:28:46Z"), interaction_duration_minutes: 77, interaction_outcome: "successful" },
            { id: 277, deal_id: 122, interaction_type: "call", interaction_date: new Date("2023-12-12T20:14:57Z"), interaction_duration_minutes: 57, interaction_outcome: "follow_up_needed" },
            { id: 278, deal_id: 191, interaction_type: "call", interaction_date: new Date("2023-03-29T16:31:01Z"), interaction_duration_minutes: 62, interaction_outcome: "successful" },
            { id: 279, deal_id: 198, interaction_type: "call", interaction_date: new Date("2023-01-18T20:35:28Z"), interaction_duration_minutes: 104, interaction_outcome: "follow_up_needed" },
            { id: 280, deal_id: 93, interaction_type: "email", interaction_date: new Date("2023-01-15T18:35:21Z"), interaction_duration_minutes: 63, interaction_outcome: "successful" },
            { id: 281, deal_id: 161, interaction_type: "call", interaction_date: new Date("2023-08-31T10:11:33Z"), interaction_duration_minutes: 57, interaction_outcome: "successful" },
            { id: 282, deal_id: 168, interaction_type: "email", interaction_date: new Date("2023-11-24T20:50:53Z"), interaction_duration_minutes: 85, interaction_outcome: "unsuccessful" },
            { id: 283, deal_id: 96, interaction_type: "email", interaction_date: new Date("2023-12-23T09:32:10Z"), interaction_duration_minutes: 74, interaction_outcome: "successful" },
            { id: 284, deal_id: 142, interaction_type: "email", interaction_date: new Date("2023-07-17T20:31:41Z"), interaction_duration_minutes: 69, interaction_outcome: "successful" },
            { id: 285, deal_id: 57, interaction_type: "email", interaction_date: new Date("2023-05-29T18:49:07Z"), interaction_duration_minutes: 84, interaction_outcome: "unsuccessful" },
            { id: 286, deal_id: 160, interaction_type: "call", interaction_date: new Date("2023-01-02T19:03:53Z"), interaction_duration_minutes: 45, interaction_outcome: "unsuccessful" },
            { id: 287, deal_id: 9, interaction_type: "call", interaction_date: new Date("2023-06-19T18:12:23Z"), interaction_duration_minutes: 65, interaction_outcome: "follow_up_needed" },
            { id: 288, deal_id: 21, interaction_type: "call", interaction_date: new Date("2023-05-27T14:09:43Z"), interaction_duration_minutes: 51, interaction_outcome: "successful" },
            { id: 289, deal_id: 254, interaction_type: "call", interaction_date: new Date("2023-11-07T12:39:51Z"), interaction_duration_minutes: 81, interaction_outcome: "follow_up_needed" },
            { id: 290, deal_id: 35, interaction_type: "call", interaction_date: new Date("2023-02-08T10:48:37Z"), interaction_duration_minutes: 84, interaction_outcome: "successful" },
            { id: 291, deal_id: 204, interaction_type: "call", interaction_date: new Date("2023-11-14T18:44:28Z"), interaction_duration_minutes: 93, interaction_outcome: "successful" },
            { id: 292, deal_id: 128, interaction_type: "call", interaction_date: new Date("2023-07-25T20:53:57Z"), interaction_duration_minutes: 68, interaction_outcome: "successful" },
            { id: 293, deal_id: 31, interaction_type: "call", interaction_date: new Date("2023-05-31T18:33:22Z"), interaction_duration_minutes: 53, interaction_outcome: "unsuccessful" },
            { id: 294, deal_id: 49, interaction_type: "call", interaction_date: new Date("2023-03-03T00:56:57Z"), interaction_duration_minutes: 69, interaction_outcome: "successful" },
            { id: 295, deal_id: 108, interaction_type: "email", interaction_date: new Date("2023-04-20T20:55:47Z"), interaction_duration_minutes: 51, interaction_outcome: "successful" },
            { id: 296, deal_id: 209, interaction_type: "email", interaction_date: new Date("2023-11-15T20:00:32Z"), interaction_duration_minutes: 78, interaction_outcome: "unsuccessful" },
            { id: 297, deal_id: 93, interaction_type: "call", interaction_date: new Date("2023-04-09T16:24:10Z"), interaction_duration_minutes: 62, interaction_outcome: "follow_up_needed" },
            { id: 298, deal_id: 288, interaction_type: "call", interaction_date: new Date("2023-01-09T10:28:01Z"), interaction_duration_minutes: 70, interaction_outcome: "successful" },
            { id: 299, deal_id: 90, interaction_type: "email", interaction_date: new Date("2023-08-03T15:13:43Z"), interaction_duration_minutes: 34, interaction_outcome: "successful" },
            { id: 300, deal_id: 252, interaction_type: "call", interaction_date: new Date("2023-12-27T18:30:59Z"), interaction_duration_minutes: 73, interaction_outcome: "unsuccessful" },
            { id: 301, deal_id: 165, interaction_type: "call", interaction_date: new Date("2023-08-05T13:56:31Z"), interaction_duration_minutes: 32, interaction_outcome: "successful" },
            { id: 302, deal_id: 107, interaction_type: "call", interaction_date: new Date("2023-06-25T17:34:14Z"), interaction_duration_minutes: 44, interaction_outcome: "follow_up_needed" },
            { id: 303, deal_id: 120, interaction_type: "email", interaction_date: new Date("2023-01-12T11:19:51Z"), interaction_duration_minutes: 75, interaction_outcome: "follow_up_needed" },
            { id: 304, deal_id: 250, interaction_type: "call", interaction_date: new Date("2023-07-20T19:31:05Z"), interaction_duration_minutes: 44, interaction_outcome: "successful" },
            { id: 305, deal_id: 101, interaction_type: "email", interaction_date: new Date("2023-07-29T10:35:35Z"), interaction_duration_minutes: 51, interaction_outcome: "unsuccessful" },
            { id: 306, deal_id: 180, interaction_type: "email", interaction_date: new Date("2023-07-18T20:53:47Z"), interaction_duration_minutes: 68, interaction_outcome: "follow_up_needed" },
            { id: 307, deal_id: 85, interaction_type: "call", interaction_date: new Date("2023-03-13T21:16:46Z"), interaction_duration_minutes: 36, interaction_outcome: "successful" },
            { id: 308, deal_id: 221, interaction_type: "email", interaction_date: new Date("2023-01-02T19:39:46Z"), interaction_duration_minutes: 79, interaction_outcome: "unsuccessful" },
            { id: 309, deal_id: 88, interaction_type: "email", interaction_date: new Date("2023-05-06T10:22:22Z"), interaction_duration_minutes: 65, interaction_outcome: "unsuccessful" },
            { id: 310, deal_id: 52, interaction_type: "call", interaction_date: new Date("2023-02-12T02:06:11Z"), interaction_duration_minutes: 63, interaction_outcome: "unsuccessful" },
            { id: 311, deal_id: 50, interaction_type: "email", interaction_date: new Date("2023-01-05T11:51:21Z"), interaction_duration_minutes: 75, interaction_outcome: "follow_up_needed" },
            { id: 312, deal_id: 211, interaction_type: "meeting", interaction_date: new Date("2023-05-24T00:56:48Z"), interaction_duration_minutes: 51, interaction_outcome: "follow_up_needed" },
            { id: 313, deal_id: 139, interaction_type: "call", interaction_date: new Date("2023-11-06T12:48:03Z"), interaction_duration_minutes: 66, interaction_outcome: "successful" },
            { id: 314, deal_id: 21, interaction_type: "call", interaction_date: new Date("2023-01-05T18:07:53Z"), interaction_duration_minutes: 51, interaction_outcome: "successful" },
            { id: 315, deal_id: 288, interaction_type: "email", interaction_date: new Date("2023-05-27T16:46:17Z"), interaction_duration_minutes: 66, interaction_outcome: "follow_up_needed" },
            { id: 316, deal_id: 216, interaction_type: "email", interaction_date: new Date("2023-07-21T16:16:01Z"), interaction_duration_minutes: 69, interaction_outcome: "successful" },
            { id: 317, deal_id: 129, interaction_type: "call", interaction_date: new Date("2023-08-10T19:30:14Z"), interaction_duration_minutes: 26, interaction_outcome: "follow_up_needed" },
            { id: 318, deal_id: 52, interaction_type: "email", interaction_date: new Date("2023-06-16T20:02:00Z"), interaction_duration_minutes: 50, interaction_outcome: "follow_up_needed" },
            { id: 319, deal_id: 181, interaction_type: "call", interaction_date: new Date("2023-07-01T13:42:50Z"), interaction_duration_minutes: 40, interaction_outcome: "follow_up_needed" },
            { id: 320, deal_id: 26, interaction_type: "call", interaction_date: new Date("2023-03-25T22:54:46Z"), interaction_duration_minutes: 58, interaction_outcome: "successful" },
            { id: 321, deal_id: 85, interaction_type: "call", interaction_date: new Date("2023-06-16T14:54:26Z"), interaction_duration_minutes: 79, interaction_outcome: "follow_up_needed" },
            { id: 322, deal_id: 282, interaction_type: "email", interaction_date: new Date("2023-08-21T22:43:03Z"), interaction_duration_minutes: 70, interaction_outcome: "successful" },
            { id: 323, deal_id: 151, interaction_type: "meeting", interaction_date: new Date("2023-05-05T21:26:58Z"), interaction_duration_minutes: 56, interaction_outcome: "successful" },
            { id: 324, deal_id: 16, interaction_type: "call", interaction_date: new Date("2023-10-13T08:08:49Z"), interaction_duration_minutes: 37, interaction_outcome: "successful" },
            { id: 325, deal_id: 265, interaction_type: "email", interaction_date: new Date("2023-03-29T20:27:50Z"), interaction_duration_minutes: 80, interaction_outcome: "successful" },
            { id: 326, deal_id: 150, interaction_type: "meeting", interaction_date: new Date("2023-12-20T19:07:39Z"), interaction_duration_minutes: 59, interaction_outcome: "unsuccessful" },
            { id: 327, deal_id: 257, interaction_type: "meeting", interaction_date: new Date("2023-03-23T09:05:56Z"), interaction_duration_minutes: 76, interaction_outcome: "successful" },
            { id: 328, deal_id: 293, interaction_type: "call", interaction_date: new Date("2023-10-15T13:10:01Z"), interaction_duration_minutes: 89, interaction_outcome: "successful" },
            { id: 329, deal_id: 144, interaction_type: "email", interaction_date: new Date("2023-01-20T22:45:55Z"), interaction_duration_minutes: 73, interaction_outcome: "unsuccessful" },
            { id: 330, deal_id: 177, interaction_type: "call", interaction_date: new Date("2023-02-13T12:15:43Z"), interaction_duration_minutes: 81, interaction_outcome: "successful" },
            { id: 331, deal_id: 114, interaction_type: "call", interaction_date: new Date("2023-11-18T16:46:16Z"), interaction_duration_minutes: 74, interaction_outcome: "follow_up_needed" },
            { id: 332, deal_id: 53, interaction_type: "call", interaction_date: new Date("2023-07-18T19:44:30Z"), interaction_duration_minutes: 41, interaction_outcome: "successful" },
            { id: 333, deal_id: 114, interaction_type: "call", interaction_date: new Date("2023-03-11T13:16:47Z"), interaction_duration_minutes: 53, interaction_outcome: "unsuccessful" },
            { id: 334, deal_id: 31, interaction_type: "call", interaction_date: new Date("2023-08-09T16:50:34Z"), interaction_duration_minutes: 53, interaction_outcome: "unsuccessful" },
            { id: 335, deal_id: 129, interaction_type: "call", interaction_date: new Date("2023-04-09T10:22:14Z"), interaction_duration_minutes: 75, interaction_outcome: "follow_up_needed" },
            { id: 336, deal_id: 116, interaction_type: "meeting", interaction_date: new Date("2023-06-14T10:29:14Z"), interaction_duration_minutes: 53, interaction_outcome: "unsuccessful" },
            { id: 337, deal_id: 44, interaction_type: "call", interaction_date: new Date("2023-02-12T22:03:15Z"), interaction_duration_minutes: 89, interaction_outcome: "successful" },
            { id: 338, deal_id: 200, interaction_type: "call", interaction_date: new Date("2023-01-25T22:18:19Z"), interaction_duration_minutes: 59, interaction_outcome: "unsuccessful" },
            { id: 339, deal_id: 201, interaction_type: "email", interaction_date: new Date("2023-01-05T12:33:03Z"), interaction_duration_minutes: 57, interaction_outcome: "successful" },
            { id: 340, deal_id: 103, interaction_type: "email", interaction_date: new Date("2023-07-14T10:38:29Z"), interaction_duration_minutes: 86, interaction_outcome: "follow_up_needed" },
            { id: 341, deal_id: 207, interaction_type: "meeting", interaction_date: new Date("2023-09-14T12:01:10Z"), interaction_duration_minutes: 45, interaction_outcome: "successful" },
            { id: 342, deal_id: 196, interaction_type: "call", interaction_date: new Date("2023-08-05T15:12:20Z"), interaction_duration_minutes: 59, interaction_outcome: "follow_up_needed" },
            { id: 343, deal_id: 156, interaction_type: "meeting", interaction_date: new Date("2023-03-21T16:45:04Z"), interaction_duration_minutes: 61, interaction_outcome: "unsuccessful" },
            { id: 344, deal_id: 115, interaction_type: "email", interaction_date: new Date("2023-02-24T12:17:46Z"), interaction_duration_minutes: 51, interaction_outcome: "unsuccessful" },
            { id: 345, deal_id: 284, interaction_type: "email", interaction_date: new Date("2023-12-11T22:00:02Z"), interaction_duration_minutes: 98, interaction_outcome: "successful" },
            { id: 346, deal_id: 262, interaction_type: "email", interaction_date: new Date("2023-07-24T17:37:54Z"), interaction_duration_minutes: 61, interaction_outcome: "successful" },
            { id: 347, deal_id: 179, interaction_type: "call", interaction_date: new Date("2023-07-26T15:56:36Z"), interaction_duration_minutes: 69, interaction_outcome: "unsuccessful" },
            { id: 348, deal_id: 165, interaction_type: "email", interaction_date: new Date("2023-11-06T21:07:52Z"), interaction_duration_minutes: 64, interaction_outcome: "successful" },
            { id: 349, deal_id: 25, interaction_type: "call", interaction_date: new Date("2023-07-04T19:40:57Z"), interaction_duration_minutes: 51, interaction_outcome: "unsuccessful" },
            { id: 350, deal_id: 191, interaction_type: "email", interaction_date: new Date("2023-11-23T19:59:14Z"), interaction_duration_minutes: 87, interaction_outcome: "unsuccessful" },
            { id: 351, deal_id: 99, interaction_type: "meeting", interaction_date: new Date("2023-10-19T18:55:27Z"), interaction_duration_minutes: 53, interaction_outcome: "successful" },
            { id: 352, deal_id: 78, interaction_type: "call", interaction_date: new Date("2023-04-10T20:45:08Z"), interaction_duration_minutes: 78, interaction_outcome: "follow_up_needed" },
            { id: 353, deal_id: 114, interaction_type: "call", interaction_date: new Date("2023-08-16T22:43:40Z"), interaction_duration_minutes: 90, interaction_outcome: "successful" },
            { id: 354, deal_id: 278, interaction_type: "call", interaction_date: new Date("2023-04-05T19:22:50Z"), interaction_duration_minutes: 38, interaction_outcome: "unsuccessful" },
            { id: 355, deal_id: 290, interaction_type: "email", interaction_date: new Date("2023-09-23T09:17:47Z"), interaction_duration_minutes: 87, interaction_outcome: "unsuccessful" },
            { id: 356, deal_id: 81, interaction_type: "call", interaction_date: new Date("2023-02-17T13:44:54Z"), interaction_duration_minutes: 55, interaction_outcome: "successful" },
            { id: 357, deal_id: 102, interaction_type: "email", interaction_date: new Date("2023-03-16T11:15:30Z"), interaction_duration_minutes: 61, interaction_outcome: "follow_up_needed" },
            { id: 358, deal_id: 134, interaction_type: "call", interaction_date: new Date("2023-10-31T17:12:12Z"), interaction_duration_minutes: 41, interaction_outcome: "successful" },
            { id: 359, deal_id: 78, interaction_type: "call", interaction_date: new Date("2023-11-07T10:04:14Z"), interaction_duration_minutes: 58, interaction_outcome: "follow_up_needed" },
            { id: 360, deal_id: 78, interaction_type: "email", interaction_date: new Date("2023-03-19T06:34:36Z"), interaction_duration_minutes: 53, interaction_outcome: "successful" },
            { id: 361, deal_id: 27, interaction_type: "call", interaction_date: new Date("2023-03-25T13:28:26Z"), interaction_duration_minutes: 59, interaction_outcome: "follow_up_needed" },
            { id: 362, deal_id: 188, interaction_type: "call", interaction_date: new Date("2023-07-22T09:04:36Z"), interaction_duration_minutes: 65, interaction_outcome: "follow_up_needed" },
            { id: 363, deal_id: 148, interaction_type: "meeting", interaction_date: new Date("2023-12-23T21:23:04Z"), interaction_duration_minutes: 43, interaction_outcome: "successful" },
            { id: 364, deal_id: 120, interaction_type: "call", interaction_date: new Date("2023-11-14T13:07:45Z"), interaction_duration_minutes: 54, interaction_outcome: "follow_up_needed" },
            { id: 365, deal_id: 253, interaction_type: "call", interaction_date: new Date("2023-09-20T10:17:59Z"), interaction_duration_minutes: 71, interaction_outcome: "successful" },
            { id: 366, deal_id: 133, interaction_type: "email", interaction_date: new Date("2023-05-05T15:26:26Z"), interaction_duration_minutes: 49, interaction_outcome: "successful" },
            { id: 367, deal_id: 52, interaction_type: "call", interaction_date: new Date("2023-07-18T00:27:26Z"), interaction_duration_minutes: 63, interaction_outcome: "follow_up_needed" },
            { id: 368, deal_id: 28, interaction_type: "call", interaction_date: new Date("2023-05-18T20:28:31Z"), interaction_duration_minutes: 57, interaction_outcome: "successful" },
            { id: 369, deal_id: 163, interaction_type: "email", interaction_date: new Date("2023-04-18T06:03:28Z"), interaction_duration_minutes: 70, interaction_outcome: "successful" },
            { id: 370, deal_id: 219, interaction_type: "meeting", interaction_date: new Date("2023-05-26T19:09:46Z"), interaction_duration_minutes: 87, interaction_outcome: "follow_up_needed" },
            { id: 371, deal_id: 13, interaction_type: "email", interaction_date: new Date("2023-02-22T19:59:37Z"), interaction_duration_minutes: 69, interaction_outcome: "successful" },
            { id: 372, deal_id: 259, interaction_type: "call", interaction_date: new Date("2023-10-15T22:11:00Z"), interaction_duration_minutes: 77, interaction_outcome: "unsuccessful" },
            { id: 373, deal_id: 215, interaction_type: "email", interaction_date: new Date("2023-05-30T21:23:43Z"), interaction_duration_minutes: 69, interaction_outcome: "successful" },
            { id: 374, deal_id: 255, interaction_type: "email", interaction_date: new Date("2023-06-24T20:13:17Z"), interaction_duration_minutes: 73, interaction_outcome: "unsuccessful" },
            { id: 375, deal_id: 172, interaction_type: "call", interaction_date: new Date("2023-09-07T19:07:08Z"), interaction_duration_minutes: 100, interaction_outcome: "follow_up_needed" },
            { id: 376, deal_id: 21, interaction_type: "email", interaction_date: new Date("2023-06-25T14:19:10Z"), interaction_duration_minutes: 63, interaction_outcome: "successful" },
            { id: 377, deal_id: 297, interaction_type: "call", interaction_date: new Date("2023-05-27T16:58:28Z"), interaction_duration_minutes: 76, interaction_outcome: "follow_up_needed" },
            { id: 378, deal_id: 281, interaction_type: "call", interaction_date: new Date("2023-12-19T13:51:07Z"), interaction_duration_minutes: 36, interaction_outcome: "follow_up_needed" },
            { id: 379, deal_id: 276, interaction_type: "email", interaction_date: new Date("2023-06-21T14:59:04Z"), interaction_duration_minutes: 92, interaction_outcome: "successful" },
            { id: 380, deal_id: 262, interaction_type: "email", interaction_date: new Date("2023-12-20T11:36:48Z"), interaction_duration_minutes: 72, interaction_outcome: "successful" },
            { id: 381, deal_id: 10, interaction_type: "call", interaction_date: new Date("2023-10-28T10:05:32Z"), interaction_duration_minutes: 75, interaction_outcome: "successful" },
            { id: 382, deal_id: 282, interaction_type: "email", interaction_date: new Date("2023-07-26T20:18:45Z"), interaction_duration_minutes: 54, interaction_outcome: "successful" },
            { id: 383, deal_id: 169, interaction_type: "call", interaction_date: new Date("2023-04-20T07:00:18Z"), interaction_duration_minutes: 54, interaction_outcome: "follow_up_needed" },
            { id: 384, deal_id: 174, interaction_type: "call", interaction_date: new Date("2023-04-08T19:01:59Z"), interaction_duration_minutes: 69, interaction_outcome: "unsuccessful" },
            { id: 385, deal_id: 152, interaction_type: "meeting", interaction_date: new Date("2023-05-01T07:46:23Z"), interaction_duration_minutes: 78, interaction_outcome: "successful" },
            { id: 386, deal_id: 117, interaction_type: "email", interaction_date: new Date("2023-08-07T10:19:39Z"), interaction_duration_minutes: 56, interaction_outcome: "successful" },
            { id: 387, deal_id: 121, interaction_type: "email", interaction_date: new Date("2023-03-07T16:25:03Z"), interaction_duration_minutes: 88, interaction_outcome: "successful" },
            { id: 388, deal_id: 275, interaction_type: "email", interaction_date: new Date("2023-07-23T19:35:02Z"), interaction_duration_minutes: 54, interaction_outcome: "unsuccessful" },
            { id: 389, deal_id: 23, interaction_type: "call", interaction_date: new Date("2023-01-27T10:08:14Z"), interaction_duration_minutes: 91, interaction_outcome: "follow_up_needed" },
            { id: 390, deal_id: 284, interaction_type: "email", interaction_date: new Date("2023-01-21T19:01:01Z"), interaction_duration_minutes: 46, interaction_outcome: "follow_up_needed" },
            { id: 391, deal_id: 210, interaction_type: "call", interaction_date: new Date("2023-06-23T23:03:45Z"), interaction_duration_minutes: 60, interaction_outcome: "unsuccessful" },
            { id: 392, deal_id: 215, interaction_type: "call", interaction_date: new Date("2023-02-09T18:37:54Z"), interaction_duration_minutes: 81, interaction_outcome: "follow_up_needed" },
            { id: 393, deal_id: 3, interaction_type: "call", interaction_date: new Date("2023-08-16T17:29:01Z"), interaction_duration_minutes: 74, interaction_outcome: "successful" },
            { id: 394, deal_id: 90, interaction_type: "email", interaction_date: new Date("2023-01-27T11:17:35Z"), interaction_duration_minutes: 65, interaction_outcome: "follow_up_needed" },
            { id: 395, deal_id: 17, interaction_type: "email", interaction_date: new Date("2023-08-12T05:30:49Z"), interaction_duration_minutes: 62, interaction_outcome: "follow_up_needed" },
            { id: 396, deal_id: 56, interaction_type: "email", interaction_date: new Date("2023-09-02T09:19:28Z"), interaction_duration_minutes: 40, interaction_outcome: "successful" },
            { id: 397, deal_id: 113, interaction_type: "call", interaction_date: new Date("2023-08-31T09:06:46Z"), interaction_duration_minutes: 56, interaction_outcome: "follow_up_needed" },
            { id: 398, deal_id: 6, interaction_type: "call", interaction_date: new Date("2023-07-04T16:53:51Z"), interaction_duration_minutes: 58, interaction_outcome: "successful" },
            { id: 399, deal_id: 117, interaction_type: "email", interaction_date: new Date("2023-10-25T16:25:16Z"), interaction_duration_minutes: 60, interaction_outcome: "successful" },
            { id: 400, deal_id: 28, interaction_type: "call", interaction_date: new Date("2023-10-04T20:56:43Z"), interaction_duration_minutes: 49, interaction_outcome: "unsuccessful" },
        ],
    });
    await prisma.invoices.createMany({
        data: [
            { id: 1, deal_id: 6, amount: null, invoice_date: "2023-05-09", payment_status: "paid", due_date: "2023-03-17" },
            { id: 2, deal_id: 192, amount: "180.43", invoice_date: "2023-01-07", payment_status: "paid", due_date: "2023-08-08" },
            { id: 3, deal_id: 241, amount: "4468.21", invoice_date: "2023-03-29", payment_status: "pending", due_date: "2023-04-08" },
            { id: 4, deal_id: 187, amount: null, invoice_date: "2023-03-10", payment_status: "paid", due_date: "2023-07-04" },
            { id: 5, deal_id: 34, amount: "1850.51", invoice_date: null, payment_status: "pending", due_date: "2023-11-11" },
            { id: 6, deal_id: 155, amount: "851.91", invoice_date: null, payment_status: "paid", due_date: "2023-08-30" },
            { id: 7, deal_id: 156, amount: "584.54", invoice_date: "2023-05-10", payment_status: "paid", due_date: "2023-01-30" },
            { id: 8, deal_id: 209, amount: "3280.05", invoice_date: null, payment_status: "pending", due_date: "2023-03-20" },
            { id: 9, deal_id: 88, amount: "53.00", invoice_date: "2023-09-09", payment_status: "paid", due_date: "2023-07-25" },
            { id: 10, deal_id: 175, amount: "777.66", invoice_date: "2023-09-09", payment_status: "pending", due_date: "2023-03-27" },
            { id: 11, deal_id: 156, amount: "401.15", invoice_date: "2023-03-12", payment_status: "paid", due_date: "2023-05-26" },
            { id: 12, deal_id: 81, amount: "2693.94", invoice_date: null, payment_status: "paid", due_date: "2023-02-10" },
            { id: 13, deal_id: 6, amount: "2554.29", invoice_date: null, payment_status: "pending", due_date: "2023-07-27" },
            { id: 14, deal_id: 33, amount: "1436.41", invoice_date: "2023-03-04", payment_status: "paid", due_date: "2023-09-15" },
            { id: 15, deal_id: 242, amount: "134.29", invoice_date: "2023-09-05", payment_status: "overdue", due_date: "2023-04-18" },
            { id: 16, deal_id: 104, amount: "112.99", invoice_date: null, payment_status: "pending", due_date: "2023-02-18" },
            { id: 17, deal_id: 300, amount: "599.17", invoice_date: "2023-06-14", payment_status: "paid", due_date: "2023-12-28" },
            { id: 18, deal_id: 33, amount: "4005.83", invoice_date: "2023-09-18", payment_status: "paid", due_date: "2023-06-08" },
            { id: 19, deal_id: 132, amount: "4579.38", invoice_date: "2023-10-22", payment_status: "paid", due_date: "2023-03-01" },
            { id: 20, deal_id: 113, amount: "1786.56", invoice_date: "2023-03-17", payment_status: "paid", due_date: "2023-03-23" },
            { id: 21, deal_id: 10, amount: "1465.03", invoice_date: "2023-02-22", payment_status: "paid", due_date: "2023-06-25" },
            { id: 22, deal_id: 269, amount: "1184.07", invoice_date: null, payment_status: "paid", due_date: "2023-08-01" },
            { id: 23, deal_id: 126, amount: null, invoice_date: null, payment_status: "paid", due_date: "2023-03-25" },
            { id: 24, deal_id: 119, amount: "1928.51", invoice_date: null, payment_status: "paid", due_date: "2023-09-12" },
            { id: 25, deal_id: 299, amount: "2778.95", invoice_date: "2023-06-04", payment_status: "paid", due_date: "2023-02-26" },
            { id: 26, deal_id: 225, amount: "705.39", invoice_date: "2023-03-13", payment_status: "paid", due_date: "2023-10-16" },
            { id: 27, deal_id: 47, amount: "1038.68", invoice_date: "2023-07-17", payment_status: "paid", due_date: "2023-01-17" },
            { id: 28, deal_id: 174, amount: "2592.63", invoice_date: "2023-09-10", payment_status: "paid", due_date: "2023-06-10" },
            { id: 29, deal_id: 167, amount: "3008.69", invoice_date: "2023-10-31", payment_status: "pending", due_date: "2023-09-24" },
            { id: 30, deal_id: 212, amount: "51.22", invoice_date: "2023-10-26", payment_status: "paid", due_date: "2023-06-04" },
            { id: 31, deal_id: 110, amount: "4513.19", invoice_date: null, payment_status: "paid", due_date: "2023-02-07" },
            { id: 32, deal_id: 300, amount: "807.74", invoice_date: "2023-03-14", payment_status: "paid", due_date: "2023-07-06" },
            { id: 33, deal_id: 138, amount: "2147.17", invoice_date: "2023-06-17", payment_status: "paid", due_date: "2023-05-02" },
            { id: 34, deal_id: 146, amount: "196.58", invoice_date: "2023-04-10", payment_status: "pending", due_date: "2023-04-15" },
            { id: 35, deal_id: 237, amount: "224.70", invoice_date: "2023-11-14", payment_status: "overdue", due_date: "2023-02-02" },
            { id: 36, deal_id: 35, amount: null, invoice_date: "2023-12-16", payment_status: "paid", due_date: "2023-04-27" },
            { id: 37, deal_id: 81, amount: "1202.72", invoice_date: "2023-12-18", payment_status: "overdue", due_date: "2023-08-15" },
            { id: 38, deal_id: 298, amount: "1847.56", invoice_date: "2023-03-25", payment_status: "pending", due_date: "2023-09-12" },
            { id: 39, deal_id: 183, amount: "1628.45", invoice_date: "2023-03-25", payment_status: "paid", due_date: "2023-09-03" },
            { id: 40, deal_id: 273, amount: "1148.50", invoice_date: "2023-06-26", payment_status: "paid", due_date: "2023-09-25" },
            { id: 41, deal_id: 32, amount: "3986.95", invoice_date: "2023-05-29", payment_status: "pending", due_date: "2023-11-21" },
            { id: 42, deal_id: 201, amount: "246.67", invoice_date: null, payment_status: "paid", due_date: "2023-06-28" },
            { id: 43, deal_id: 191, amount: "124.73", invoice_date: "2023-07-19", payment_status: "pending", due_date: "2023-01-24" },
            { id: 44, deal_id: 92, amount: "54.17", invoice_date: "2023-07-01", payment_status: "pending", due_date: "2023-04-25" },
            { id: 45, deal_id: 113, amount: "3634.05", invoice_date: "2023-03-24", payment_status: "paid", due_date: "2023-01-08" },
            { id: 46, deal_id: 94, amount: "1771.11", invoice_date: "2023-03-04", payment_status: "pending", due_date: "2023-07-06" },
            { id: 47, deal_id: 136, amount: "3827.93", invoice_date: "2023-09-21", payment_status: "paid", due_date: "2023-09-06" },
            { id: 48, deal_id: 194, amount: "1366.32", invoice_date: null, payment_status: "paid", due_date: "2023-09-05" },
            { id: 49, deal_id: 143, amount: "537.27", invoice_date: "2023-04-21", payment_status: "paid", due_date: "2023-09-19" },
            { id: 50, deal_id: 260, amount: "73.02", invoice_date: "2023-05-15", payment_status: "paid", due_date: "2023-12-28" },
            { id: 51, deal_id: 79, amount: null, invoice_date: "2023-09-28", payment_status: "paid", due_date: "2023-09-26" },
            { id: 52, deal_id: 18, amount: "3699.33", invoice_date: "2023-10-10", payment_status: "overdue", due_date: "2023-02-16" },
            { id: 53, deal_id: 258, amount: "308.67", invoice_date: "2023-02-15", payment_status: "pending", due_date: "2023-10-27" },
            { id: 54, deal_id: 209, amount: "4692.92", invoice_date: null, payment_status: "pending", due_date: "2023-07-08" },
            { id: 55, deal_id: 111, amount: "742.19", invoice_date: "2023-03-12", payment_status: "overdue", due_date: "2023-03-15" },
            { id: 56, deal_id: 83, amount: "3967.69", invoice_date: "2023-07-25", payment_status: "paid", due_date: "2023-11-26" },
            { id: 57, deal_id: 12, amount: "3606.71", invoice_date: "2023-06-08", payment_status: "paid", due_date: "2023-04-05" },
            { id: 58, deal_id: 92, amount: "1828.78", invoice_date: "2023-11-11", payment_status: "pending", due_date: "2023-06-08" },
            { id: 59, deal_id: 255, amount: "2536.51", invoice_date: "2023-05-20", payment_status: "paid", due_date: "2023-12-15" },
            { id: 60, deal_id: 55, amount: null, invoice_date: "2023-08-07", payment_status: "overdue", due_date: "2023-06-08" },
            { id: 61, deal_id: 112, amount: "3115.65", invoice_date: "2023-07-08", payment_status: "pending", due_date: "2023-10-18" },
            { id: 62, deal_id: 52, amount: "367.65", invoice_date: "2023-02-20", payment_status: "paid", due_date: "2023-12-02" },
            { id: 63, deal_id: 216, amount: "2160.07", invoice_date: "2023-07-09", payment_status: "paid", due_date: "2023-04-13" },
            { id: 64, deal_id: 260, amount: "344.51", invoice_date: "2023-12-09", payment_status: "overdue", due_date: "2023-01-26" },
            { id: 65, deal_id: 75, amount: "2197.99", invoice_date: "2023-01-09", payment_status: "paid", due_date: "2023-05-18" },
            { id: 66, deal_id: 263, amount: null, invoice_date: "2023-04-29", payment_status: "pending", due_date: "2023-01-16" },
            { id: 67, deal_id: 78, amount: "362.25", invoice_date: "2023-11-03", payment_status: "pending", due_date: "2023-01-13" },
            { id: 68, deal_id: 180, amount: "2735.08", invoice_date: "2023-09-29", payment_status: "paid", due_date: "2023-04-06" },
            { id: 69, deal_id: 8, amount: "1535.12", invoice_date: "2023-01-31", payment_status: "paid", due_date: "2023-03-19" },
            { id: 70, deal_id: 10, amount: "1612.40", invoice_date: "2023-09-28", payment_status: "paid", due_date: "2023-01-04" },
            { id: 71, deal_id: 177, amount: null, invoice_date: "2023-09-20", payment_status: "paid", due_date: "2023-05-27" },
            { id: 72, deal_id: 279, amount: "1219.61", invoice_date: "2023-11-30", payment_status: "pending", due_date: "2023-05-31" },
            { id: 73, deal_id: 160, amount: "2496.49", invoice_date: "2023-03-30", payment_status: "paid", due_date: "2023-03-13" },
            { id: 74, deal_id: 255, amount: "348.47", invoice_date: "2023-10-16", payment_status: "pending", due_date: "2023-05-13" },
            { id: 75, deal_id: 296, amount: "4070.11", invoice_date: "2023-08-12", payment_status: "paid", due_date: "2023-05-14" },
            { id: 76, deal_id: 35, amount: "116.05", invoice_date: "2023-11-14", payment_status: "pending", due_date: "2023-02-02" },
            { id: 77, deal_id: 267, amount: "50.32", invoice_date: "2023-01-17", payment_status: "paid", due_date: "2023-02-19" },
            { id: 78, deal_id: 206, amount: "2459.93", invoice_date: "2023-08-08", payment_status: "paid", due_date: "2023-04-10" },
            { id: 79, deal_id: 140, amount: "1600.01", invoice_date: "2023-06-19", payment_status: "paid", due_date: "2023-07-24" },
            { id: 80, deal_id: 182, amount: "132.04", invoice_date: null, payment_status: "paid", due_date: "2023-07-09" },
            { id: 81, deal_id: 291, amount: "3766.45", invoice_date: "2023-10-05", payment_status: "paid", due_date: "2023-09-27" },
            { id: 82, deal_id: 233, amount: "4055.04", invoice_date: "2023-02-05", payment_status: "overdue", due_date: "2023-04-20" },
            { id: 83, deal_id: 90, amount: "3905.02", invoice_date: "2023-01-08", payment_status: "paid", due_date: "2023-01-11" },
            { id: 84, deal_id: 299, amount: "272.90", invoice_date: "2023-12-28", payment_status: "pending", due_date: "2023-01-31" },
            { id: 85, deal_id: 111, amount: "2326.97", invoice_date: "2023-01-26", payment_status: "paid", due_date: "2023-07-14" },
            { id: 86, deal_id: 131, amount: "682.87", invoice_date: "2023-11-30", payment_status: "pending", due_date: "2023-09-06" },
            { id: 87, deal_id: 62, amount: null, invoice_date: "2023-03-27", payment_status: "pending", due_date: "2023-03-06" },
            { id: 88, deal_id: 38, amount: "51.93", invoice_date: "2023-12-25", payment_status: "paid", due_date: "2023-06-06" },
            { id: 89, deal_id: 294, amount: "2640.28", invoice_date: "2023-12-28", payment_status: "pending", due_date: "2023-04-08" },
            { id: 90, deal_id: 79, amount: "1716.33", invoice_date: null, payment_status: "paid", due_date: "2023-06-06" },
            { id: 91, deal_id: 211, amount: "107.01", invoice_date: "2023-06-15", payment_status: "pending", due_date: "2023-01-15" },
            { id: 92, deal_id: 191, amount: "2643.58", invoice_date: null, payment_status: "paid", due_date: "2023-08-16" },
            { id: 93, deal_id: 89, amount: "2657.41", invoice_date: "2023-05-11", payment_status: "paid", due_date: "2023-09-09" },
            { id: 94, deal_id: 43, amount: "897.08", invoice_date: "2023-10-29", payment_status: "paid", due_date: "2023-05-09" },
            { id: 95, deal_id: 171, amount: "2384.86", invoice_date: "2023-08-08", payment_status: "paid", due_date: "2023-09-05" },
            { id: 96, deal_id: 12, amount: "4697.11", invoice_date: null, payment_status: "paid", due_date: "2023-09-17" },
            { id: 97, deal_id: 233, amount: "3741.39", invoice_date: "2023-12-08", payment_status: "pending", due_date: "2023-10-15" },
            { id: 98, deal_id: 249, amount: "1324.96", invoice_date: "2023-09-24", payment_status: "pending", due_date: "2023-07-15" },
            { id: 99, deal_id: 262, amount: null, invoice_date: null, payment_status: "paid", due_date: "2023-01-31" },
            { id: 100, deal_id: 8, amount: "4891.51", invoice_date: null, payment_status: "pending", due_date: "2023-03-30" },
            { id: 101, deal_id: 232, amount: "1305.97", invoice_date: "2023-06-03", payment_status: "pending", due_date: "2023-01-14" },
            { id: 102, deal_id: 213, amount: "873.50", invoice_date: "2023-01-19", payment_status: "paid", due_date: "2023-11-03" },
            { id: 103, deal_id: 93, amount: "88.12", invoice_date: "2023-11-18", payment_status: "overdue", due_date: "2023-05-12" },
            { id: 104, deal_id: 287, amount: "2686.77", invoice_date: "2023-05-31", payment_status: "overdue", due_date: "2023-05-04" },
            { id: 105, deal_id: 13, amount: "349.92", invoice_date: "2023-08-03", payment_status: "paid", due_date: "2023-02-24" },
            { id: 106, deal_id: 252, amount: "3731.71", invoice_date: "2023-08-20", payment_status: "pending", due_date: "2023-11-13" },
            { id: 107, deal_id: 27, amount: "463.75", invoice_date: "2023-09-07", payment_status: "paid", due_date: "2023-11-17" },
            { id: 108, deal_id: 57, amount: "831.86", invoice_date: "2023-08-06", payment_status: "paid", due_date: "2023-05-16" },
            { id: 109, deal_id: 8, amount: "4820.01", invoice_date: "2023-11-09", payment_status: "paid", due_date: "2023-08-01" },
            { id: 110, deal_id: 75, amount: "1480.66", invoice_date: "2023-06-13", payment_status: "paid", due_date: "2023-03-10" },
            { id: 111, deal_id: 269, amount: "2025.54", invoice_date: null, payment_status: "pending", due_date: "2023-04-06" },
            { id: 112, deal_id: 82, amount: "1103.69", invoice_date: "2023-05-17", payment_status: "paid", due_date: "2023-03-26" },
            { id: 113, deal_id: 102, amount: "1148.82", invoice_date: "2023-06-02", payment_status: "paid", due_date: "2023-12-12" },
            { id: 114, deal_id: 113, amount: "456.16", invoice_date: "2023-03-22", payment_status: "pending", due_date: "2023-07-15" },
            { id: 115, deal_id: 237, amount: "2161.74", invoice_date: "2023-03-29", payment_status: "paid", due_date: "2023-11-14" },
            { id: 116, deal_id: 224, amount: "51.48", invoice_date: "2023-03-10", payment_status: "pending", due_date: "2023-03-02" },
            { id: 117, deal_id: 257, amount: "4813.72", invoice_date: "2023-06-25", payment_status: "overdue", due_date: "2023-12-24" },
            { id: 118, deal_id: 251, amount: "90.76", invoice_date: null, payment_status: "paid", due_date: "2023-02-07" },
            { id: 119, deal_id: 20, amount: "230.85", invoice_date: "2023-12-23", payment_status: "pending", due_date: "2023-10-21" },
            { id: 120, deal_id: 1, amount: "1714.52", invoice_date: "2023-08-30", payment_status: "paid", due_date: "2023-02-08" },
            { id: 121, deal_id: 243, amount: "4651.20", invoice_date: "2023-02-25", payment_status: "pending", due_date: "2023-03-07" },
            { id: 122, deal_id: 223, amount: "110.83", invoice_date: "2023-11-18", payment_status: "pending", due_date: "2023-08-24" },
            { id: 123, deal_id: 22, amount: "3333.28", invoice_date: "2023-11-01", payment_status: "paid", due_date: "2023-11-07" },
            { id: 124, deal_id: 227, amount: "104.78", invoice_date: "2023-09-09", payment_status: "pending", due_date: "2023-07-04" },
            { id: 125, deal_id: 95, amount: "1582.60", invoice_date: "2023-09-24", payment_status: "overdue", due_date: "2023-08-13" },
            { id: 126, deal_id: 187, amount: "2741.85", invoice_date: "2023-11-18", payment_status: "paid", due_date: "2023-09-30" },
            { id: 127, deal_id: 181, amount: null, invoice_date: "2023-10-03", payment_status: "pending", due_date: "2023-04-22" },
            { id: 128, deal_id: 285, amount: "1108.31", invoice_date: "2023-09-10", payment_status: "paid", due_date: "2023-02-02" },
            { id: 129, deal_id: 208, amount: "1014.31", invoice_date: "2023-12-16", payment_status: "paid", due_date: "2023-08-24" },
            { id: 130, deal_id: 145, amount: "269.99", invoice_date: "2023-09-29", payment_status: "paid", due_date: "2023-06-27" },
            { id: 131, deal_id: 30, amount: null, invoice_date: "2023-12-05", payment_status: "pending", due_date: "2023-03-05" },
            { id: 132, deal_id: 295, amount: "341.42", invoice_date: "2023-12-10", payment_status: "paid", due_date: "2023-04-09" },
            { id: 133, deal_id: 117, amount: "263.17", invoice_date: null, payment_status: "overdue", due_date: "2023-01-20" },
            { id: 134, deal_id: 8, amount: null, invoice_date: "2023-06-23", payment_status: "pending", due_date: "2023-11-03" },
            { id: 135, deal_id: 177, amount: "1843.17", invoice_date: null, payment_status: "paid", due_date: "2023-08-23" },
            { id: 136, deal_id: 24, amount: "2465.42", invoice_date: "2023-01-06", payment_status: "pending", due_date: "2023-04-09" },
            { id: 137, deal_id: 226, amount: "168.07", invoice_date: "2023-05-27", payment_status: "overdue", due_date: "2023-11-01" },
            { id: 138, deal_id: 191, amount: "1354.62", invoice_date: "2023-04-21", payment_status: "overdue", due_date: "2023-08-01" },
            { id: 139, deal_id: 76, amount: "68.10", invoice_date: "2023-06-17", payment_status: "paid", due_date: "2023-02-17" },
            { id: 140, deal_id: 219, amount: "3054.60", invoice_date: "2023-04-19", payment_status: "pending", due_date: "2023-05-26" },
            { id: 141, deal_id: 191, amount: "2220.37", invoice_date: "2023-04-30", payment_status: "paid", due_date: "2023-07-22" },
            { id: 142, deal_id: 207, amount: "838.88", invoice_date: "2023-10-16", payment_status: "paid", due_date: "2023-02-05" },
            { id: 143, deal_id: 5, amount: "2003.67", invoice_date: "2023-08-31", payment_status: "pending", due_date: "2023-08-17" },
            { id: 144, deal_id: 27, amount: "481.50", invoice_date: "2023-11-17", payment_status: "paid", due_date: "2023-07-17" },
            { id: 145, deal_id: 253, amount: "171.54", invoice_date: "2023-04-07", payment_status: "overdue", due_date: "2023-08-02" },
            { id: 146, deal_id: 149, amount: "4219.31", invoice_date: "2023-08-27", payment_status: "paid", due_date: "2023-01-31" },
            { id: 147, deal_id: 72, amount: "72.27", invoice_date: "2023-01-08", payment_status: "paid", due_date: "2023-12-04" },
            { id: 148, deal_id: 244, amount: "1531.74", invoice_date: "2023-01-24", payment_status: "paid", due_date: "2023-05-10" },
            { id: 149, deal_id: 287, amount: "174.84", invoice_date: "2023-06-05", payment_status: "pending", due_date: "2023-05-26" },
            { id: 150, deal_id: 14, amount: "2211.42", invoice_date: "2023-10-21", payment_status: "paid", due_date: "2023-04-03" },
            { id: 151, deal_id: 273, amount: null, invoice_date: "2023-09-19", payment_status: "paid", due_date: "2023-01-19" },
            { id: 152, deal_id: 262, amount: "1580.82", invoice_date: "2023-10-19", payment_status: "pending", due_date: "2023-06-25" },
            { id: 153, deal_id: 178, amount: null, invoice_date: "2023-12-03", payment_status: "paid", due_date: "2023-01-20" },
            { id: 154, deal_id: 171, amount: "4571.24", invoice_date: "2023-08-15", payment_status: "paid", due_date: "2023-06-19" },
            { id: 155, deal_id: 129, amount: "4664.21", invoice_date: "2023-05-13", payment_status: "paid", due_date: "2023-11-15" },
            { id: 156, deal_id: 107, amount: "4340.53", invoice_date: "2023-04-28", payment_status: "paid", due_date: "2023-11-15" },
            { id: 157, deal_id: 150, amount: "113.62", invoice_date: "2023-12-13", payment_status: "paid", due_date: "2023-03-10" },
            { id: 158, deal_id: 148, amount: "4073.41", invoice_date: "2023-10-11", payment_status: "pending", due_date: "2023-04-14" },
            { id: 159, deal_id: 254, amount: "2556.19", invoice_date: "2023-12-14", payment_status: "pending", due_date: "2023-12-27" },
            { id: 160, deal_id: 143, amount: "1063.50", invoice_date: null, payment_status: "pending", due_date: "2023-09-11" },
            { id: 161, deal_id: 242, amount: "2731.39", invoice_date: "2023-11-06", payment_status: "paid", due_date: "2023-03-01" },
            { id: 162, deal_id: 46, amount: "3169.77", invoice_date: "2023-05-24", payment_status: "pending", due_date: "2023-07-22" },
            { id: 163, deal_id: 264, amount: "3919.64", invoice_date: "2023-01-08", payment_status: "pending", due_date: "2023-12-17" },
            { id: 164, deal_id: 14, amount: "3716.24", invoice_date: "2023-04-08", payment_status: "paid", due_date: "2023-04-24" },
            { id: 165, deal_id: 85, amount: "2275.70", invoice_date: "2023-01-08", payment_status: "paid", due_date: "2023-04-14" },
            { id: 166, deal_id: 255, amount: "1945.18", invoice_date: "2023-07-16", payment_status: "paid", due_date: "2023-02-26" },
            { id: 167, deal_id: 30, amount: "3032.67", invoice_date: "2023-02-18", payment_status: "paid", due_date: "2023-01-20" },
            { id: 168, deal_id: 296, amount: "1256.09", invoice_date: "2023-05-30", payment_status: "pending", due_date: "2023-08-18" },
            { id: 169, deal_id: 280, amount: null, invoice_date: "2023-02-22", payment_status: "pending", due_date: "2023-10-12" },
            { id: 170, deal_id: 77, amount: "116.87", invoice_date: "2023-08-05", payment_status: "pending", due_date: "2023-07-14" },
            { id: 171, deal_id: 237, amount: null, invoice_date: "2023-03-14", payment_status: "pending", due_date: "2023-11-20" },
            { id: 172, deal_id: 192, amount: "252.30", invoice_date: null, payment_status: "pending", due_date: "2023-07-05" },
            { id: 173, deal_id: 155, amount: "2939.41", invoice_date: "2023-08-30", payment_status: "paid", due_date: "2023-06-23" },
            { id: 174, deal_id: 257, amount: "787.26", invoice_date: "2023-04-09", payment_status: "pending", due_date: "2023-07-11" },
            { id: 175, deal_id: 197, amount: "1941.57", invoice_date: "2023-11-17", payment_status: "pending", due_date: "2023-05-20" },
            { id: 176, deal_id: 7, amount: "1880.78", invoice_date: "2023-02-01", payment_status: "paid", due_date: "2023-04-18" },
            { id: 177, deal_id: 295, amount: "1361.50", invoice_date: null, payment_status: "overdue", due_date: "2023-04-08" },
            { id: 178, deal_id: 278, amount: null, invoice_date: "2023-04-23", payment_status: "paid", due_date: "2023-12-06" },
            { id: 179, deal_id: 215, amount: null, invoice_date: "2023-09-01", payment_status: "overdue", due_date: "2023-11-03" },
            { id: 180, deal_id: 191, amount: "2582.52", invoice_date: "2023-10-03", payment_status: "paid", due_date: "2023-03-30" },
            { id: 181, deal_id: 83, amount: "3294.86", invoice_date: "2023-01-19", payment_status: "paid", due_date: "2023-08-22" },
            { id: 182, deal_id: 62, amount: "3075.70", invoice_date: "2023-12-20", payment_status: "overdue", due_date: "2023-03-02" },
            { id: 183, deal_id: 80, amount: "1725.89", invoice_date: null, payment_status: "paid", due_date: "2023-04-10" },
            { id: 184, deal_id: 125, amount: "755.47", invoice_date: "2023-10-09", payment_status: "pending", due_date: "2023-02-09" },
            { id: 185, deal_id: 22, amount: "2834.88", invoice_date: "2023-05-23", payment_status: "paid", due_date: "2023-01-12" },
            { id: 186, deal_id: 113, amount: "599.65", invoice_date: "2023-10-26", payment_status: "paid", due_date: "2023-01-04" },
            { id: 187, deal_id: 33, amount: "3126.73", invoice_date: "2023-02-04", payment_status: "overdue", due_date: "2023-07-12" },
            { id: 188, deal_id: 237, amount: "3672.19", invoice_date: "2023-06-28", payment_status: "pending", due_date: "2023-07-10" },
            { id: 189, deal_id: 83, amount: "157.20", invoice_date: "2023-02-28", payment_status: "paid", due_date: "2023-06-23" },
            { id: 190, deal_id: 207, amount: "3457.31", invoice_date: "2023-07-06", payment_status: "paid", due_date: "2023-02-18" },
            { id: 191, deal_id: 221, amount: "1351.85", invoice_date: "2023-12-06", payment_status: "pending", due_date: "2023-02-23" },
            { id: 192, deal_id: 290, amount: "2147.65", invoice_date: "2023-06-17", payment_status: "paid", due_date: "2023-06-03" },
            { id: 193, deal_id: 299, amount: null, invoice_date: null, payment_status: "paid", due_date: "2023-09-04" },
            { id: 194, deal_id: 41, amount: null, invoice_date: "2023-05-22", payment_status: "paid", due_date: "2023-10-14" },
            { id: 195, deal_id: 237, amount: "1482.03", invoice_date: "2023-01-28", payment_status: "paid", due_date: "2023-12-02" },
            { id: 196, deal_id: 110, amount: "3841.15", invoice_date: "2023-11-28", payment_status: "pending", due_date: "2023-03-09" },
            { id: 197, deal_id: 39, amount: "2732.64", invoice_date: "2023-08-23", payment_status: "paid", due_date: "2023-09-15" },
            { id: 198, deal_id: 218, amount: "2262.37", invoice_date: "2023-04-01", payment_status: "paid", due_date: "2023-01-17" },
            { id: 199, deal_id: 275, amount: "227.00", invoice_date: "2023-07-20", payment_status: "paid", due_date: "2023-07-13" },
            { id: 200, deal_id: 114, amount: "70.79", invoice_date: "2023-12-02", payment_status: "paid", due_date: "2023-12-23" },
            { id: 201, deal_id: 112, amount: "268.27", invoice_date: "2023-06-18", payment_status: "paid", due_date: "2023-06-15" },
            { id: 202, deal_id: 194, amount: "4159.52", invoice_date: null, payment_status: "overdue", due_date: "2023-04-02" },
            { id: 203, deal_id: 32, amount: "2232.87", invoice_date: "2023-03-27", payment_status: "pending", due_date: "2023-09-01" },
            { id: 204, deal_id: 67, amount: "1121.83", invoice_date: "2023-11-19", payment_status: "paid", due_date: "2023-03-01" },
            { id: 205, deal_id: 66, amount: "4888.11", invoice_date: "2023-06-08", payment_status: "paid", due_date: "2023-01-20" },
            { id: 206, deal_id: 209, amount: "4137.86", invoice_date: "2023-09-19", payment_status: "paid", due_date: "2023-01-10" },
            { id: 207, deal_id: 51, amount: "1061.41", invoice_date: "2023-09-24", payment_status: "paid", due_date: "2023-09-24" },
            { id: 208, deal_id: 101, amount: "3061.54", invoice_date: "2023-05-29", payment_status: "paid", due_date: "2023-04-13" },
            { id: 209, deal_id: 68, amount: "463.65", invoice_date: null, payment_status: "overdue", due_date: "2023-02-01" },
            { id: 210, deal_id: 50, amount: "56.49", invoice_date: "2023-08-26", payment_status: "paid", due_date: "2023-06-12" },
            { id: 211, deal_id: 271, amount: null, invoice_date: "2023-08-07", payment_status: "paid", due_date: "2023-10-27" },
            { id: 212, deal_id: 166, amount: "513.71", invoice_date: "2023-11-10", payment_status: "paid", due_date: "2023-04-23" },
            { id: 213, deal_id: 52, amount: "1756.01", invoice_date: null, payment_status: "paid", due_date: "2023-12-15" },
            { id: 214, deal_id: 76, amount: "1626.94", invoice_date: "2023-04-18", payment_status: "paid", due_date: "2023-09-14" },
            { id: 215, deal_id: 42, amount: "727.87", invoice_date: "2023-01-18", payment_status: "paid", due_date: "2023-05-20" },
            { id: 216, deal_id: 54, amount: "1191.86", invoice_date: "2023-03-03", payment_status: "overdue", due_date: "2023-06-05" },
            { id: 217, deal_id: 299, amount: "4887.13", invoice_date: "2023-07-04", payment_status: "paid", due_date: "2023-04-04" },
            { id: 218, deal_id: 269, amount: "4291.24", invoice_date: "2023-08-01", payment_status: "paid", due_date: "2023-11-11" },
            { id: 219, deal_id: 225, amount: "98.08", invoice_date: "2023-09-22", payment_status: "overdue", due_date: "2023-11-08" },
            { id: 220, deal_id: 219, amount: "711.12", invoice_date: "2023-10-18", payment_status: "paid", due_date: "2023-06-21" },
            { id: 221, deal_id: 76, amount: "784.29", invoice_date: "2023-11-07", payment_status: "paid", due_date: "2023-03-29" },
            { id: 222, deal_id: 209, amount: "208.80", invoice_date: "2023-07-27", payment_status: "paid", due_date: "2023-01-11" },
            { id: 223, deal_id: 203, amount: "82.74", invoice_date: "2023-04-25", payment_status: "overdue", due_date: "2023-11-14" },
            { id: 224, deal_id: 249, amount: "55.89", invoice_date: "2023-06-19", payment_status: "pending", due_date: "2023-03-28" },
            { id: 225, deal_id: 38, amount: null, invoice_date: "2023-10-03", payment_status: "paid", due_date: "2023-05-11" },
            { id: 226, deal_id: 250, amount: "135.15", invoice_date: "2023-04-28", payment_status: "pending", due_date: "2023-05-13" },
            { id: 227, deal_id: 18, amount: "2984.45", invoice_date: "2023-04-14", payment_status: "pending", due_date: "2023-04-16" },
            { id: 228, deal_id: 116, amount: "3464.95", invoice_date: "2023-08-19", payment_status: "paid", due_date: "2023-12-23" },
            { id: 229, deal_id: 77, amount: "624.38", invoice_date: "2023-01-08", payment_status: "pending", due_date: "2023-10-24" },
            { id: 230, deal_id: 156, amount: "1224.84", invoice_date: "2023-04-02", payment_status: "pending", due_date: "2023-06-10" },
            { id: 231, deal_id: 264, amount: "1615.39", invoice_date: "2023-07-27", payment_status: "paid", due_date: "2023-11-25" },
            { id: 232, deal_id: 289, amount: "88.10", invoice_date: "2023-03-19", payment_status: "overdue", due_date: "2023-08-05" },
            { id: 233, deal_id: 290, amount: null, invoice_date: "2023-08-06", payment_status: "paid", due_date: "2023-10-14" },
            { id: 234, deal_id: 260, amount: "1876.16", invoice_date: "2023-12-08", payment_status: "pending", due_date: "2023-05-29" },
            { id: 235, deal_id: 108, amount: "3414.76", invoice_date: "2023-08-16", payment_status: "pending", due_date: "2023-05-21" },
            { id: 236, deal_id: 50, amount: null, invoice_date: "2023-11-10", payment_status: "pending", due_date: "2023-02-02" },
            { id: 237, deal_id: 142, amount: "1082.05", invoice_date: "2023-12-17", payment_status: "paid", due_date: "2023-11-08" },
            { id: 238, deal_id: 237, amount: "521.04", invoice_date: null, payment_status: "pending", due_date: "2023-11-09" },
            { id: 239, deal_id: 266, amount: "2550.44", invoice_date: "2023-01-29", payment_status: "paid", due_date: "2023-10-22" },
            { id: 240, deal_id: 7, amount: "3880.56", invoice_date: "2023-01-18", payment_status: "pending", due_date: "2023-11-18" },
            { id: 241, deal_id: 290, amount: "180.89", invoice_date: "2023-05-16", payment_status: "paid", due_date: "2023-03-31" },
            { id: 242, deal_id: 76, amount: "275.05", invoice_date: "2023-01-07", payment_status: "paid", due_date: "2023-12-11" },
            { id: 243, deal_id: 255, amount: "3107.93", invoice_date: "2023-12-26", payment_status: "paid", due_date: "2023-01-29" },
            { id: 244, deal_id: 48, amount: "55.32", invoice_date: "2023-04-05", payment_status: "pending", due_date: "2023-06-26" },
            { id: 245, deal_id: 285, amount: "1669.15", invoice_date: "2023-02-01", payment_status: "paid", due_date: "2023-10-13" },
            { id: 246, deal_id: 262, amount: null, invoice_date: "2023-04-09", payment_status: "overdue", due_date: "2023-12-30" },
            { id: 247, deal_id: 105, amount: "1468.24", invoice_date: "2023-07-08", payment_status: "pending", due_date: "2023-11-04" },
            { id: 248, deal_id: 250, amount: "2279.21", invoice_date: "2023-09-05", payment_status: "pending", due_date: "2023-06-13" },
            { id: 249, deal_id: 216, amount: null, invoice_date: "2023-03-30", payment_status: "pending", due_date: "2023-03-30" },
            { id: 250, deal_id: 40, amount: "2308.15", invoice_date: null, payment_status: "pending", due_date: "2023-04-11" },
        ],
    });
    await prisma.quotes.createMany({
        data: [
            { id: 1, deal_id: 258, quote_value: "5045.62", created_at: new Date("2023-06-20T14:37:52Z"), expiration_date: "2023-03-09", discount_percentage: "33.70" },
            { id: 2, deal_id: 27, quote_value: "6062.62", created_at: new Date("2023-05-04T11:14:02Z"), expiration_date: "2023-04-10", discount_percentage: "15.80" },
            { id: 3, deal_id: 63, quote_value: null, created_at: new Date("2023-02-07T12:23:54Z"), expiration_date: "2023-05-26", discount_percentage: "35.21" },
            { id: 4, deal_id: 92, quote_value: "8664.77", created_at: new Date("2023-12-16T11:00:40Z"), expiration_date: "2023-09-11", discount_percentage: "37.26" },
            { id: 5, deal_id: 28, quote_value: "9779.99", created_at: new Date("2023-07-15T13:07:45Z"), expiration_date: "2023-12-24", discount_percentage: "42.04" },
            { id: 6, deal_id: 275, quote_value: "8054.96", created_at: new Date("2023-11-05T11:25:34Z"), expiration_date: "2023-07-15", discount_percentage: "24.28" },
            { id: 7, deal_id: 204, quote_value: "8638.14", created_at: new Date("2023-01-23T08:51:40Z"), expiration_date: "2023-06-17", discount_percentage: "31.09" },
            { id: 8, deal_id: 99, quote_value: "6690.84", created_at: new Date("2023-10-11T10:27:22Z"), expiration_date: "2023-06-10", discount_percentage: "18.16" },
            { id: 9, deal_id: 185, quote_value: "9862.71", created_at: new Date("2023-10-14T16:22:38Z"), expiration_date: "2023-01-23", discount_percentage: "10.48" },
            { id: 10, deal_id: 135, quote_value: "9329.71", created_at: new Date("2023-12-19T11:43:02Z"), expiration_date: "2023-06-30", discount_percentage: "16.07" },
            { id: 11, deal_id: 224, quote_value: null, created_at: new Date("2023-09-24T09:59:45Z"), expiration_date: "2023-06-29", discount_percentage: "29.12" },
            { id: 12, deal_id: 186, quote_value: "4106.77", created_at: new Date("2023-10-11T14:09:27Z"), expiration_date: "2023-12-30", discount_percentage: "27.01" },
            { id: 13, deal_id: 12, quote_value: "6085.11", created_at: new Date("2023-04-13T13:42:42Z"), expiration_date: "2023-10-15", discount_percentage: "16.71" },
            { id: 14, deal_id: 242, quote_value: "8265.22", created_at: new Date("2023-03-04T14:47:12Z"), expiration_date: "2023-07-20", discount_percentage: "29.65" },
            { id: 15, deal_id: 170, quote_value: "8858.21", created_at: new Date("2023-03-22T11:18:56Z"), expiration_date: "2023-06-12", discount_percentage: "24.24" },
            { id: 16, deal_id: 224, quote_value: null, created_at: new Date("2023-04-04T15:19:34Z"), expiration_date: "2023-10-11", discount_percentage: "29.16" },
            { id: 17, deal_id: 24, quote_value: "5967.88", created_at: new Date("2023-03-03T21:59:02Z"), expiration_date: "2023-03-15", discount_percentage: "25.98" },
            { id: 18, deal_id: 283, quote_value: "9503.93", created_at: new Date("2023-04-18T13:31:37Z"), expiration_date: "2023-06-30", discount_percentage: "38.76" },
            { id: 19, deal_id: 141, quote_value: "9859.64", created_at: new Date("2023-04-23T09:44:56Z"), expiration_date: "2023-08-22", discount_percentage: "24.15" },
            { id: 20, deal_id: 173, quote_value: "5001.47", created_at: new Date("2023-06-11T09:03:52Z"), expiration_date: "2023-03-22", discount_percentage: "14.89" },
            { id: 21, deal_id: 186, quote_value: "7874.41", created_at: new Date("2023-08-26T14:58:32Z"), expiration_date: "2023-10-26", discount_percentage: "28.26" },
            { id: 22, deal_id: 73, quote_value: "492.77", created_at: new Date("2023-08-20T11:59:21Z"), expiration_date: "2023-01-20", discount_percentage: "31.29" },
            { id: 23, deal_id: 79, quote_value: "583.20", created_at: new Date("2023-02-16T15:33:35Z"), expiration_date: "2023-07-20", discount_percentage: "21.01" },
            { id: 24, deal_id: 219, quote_value: "1950.78", created_at: new Date("2023-12-21T11:51:04Z"), expiration_date: "2023-04-21", discount_percentage: "38.06" },
            { id: 25, deal_id: 230, quote_value: "7959.81", created_at: new Date("2023-12-24T13:35:32Z"), expiration_date: "2023-02-19", discount_percentage: "16.67" },
            { id: 26, deal_id: 207, quote_value: "3109.15", created_at: new Date("2023-12-10T16:55:15Z"), expiration_date: "2023-12-22", discount_percentage: "13.21" },
            { id: 27, deal_id: 90, quote_value: "9081.00", created_at: new Date("2023-11-05T10:44:21Z"), expiration_date: "2023-02-14", discount_percentage: "23.45" },
            { id: 28, deal_id: 137, quote_value: "1173.20", created_at: new Date("2023-03-18T09:12:46Z"), expiration_date: "2023-08-22", discount_percentage: "18.10" },
            { id: 29, deal_id: 91, quote_value: "9784.88", created_at: new Date("2023-01-09T12:23:49Z"), expiration_date: "2023-01-17", discount_percentage: "20.02" },
            { id: 30, deal_id: 50, quote_value: "7116.93", created_at: new Date("2023-11-17T16:38:11Z"), expiration_date: "2023-02-13", discount_percentage: "34.68" },
            { id: 31, deal_id: 111, quote_value: "262.21", created_at: new Date("2023-06-29T10:39:41Z"), expiration_date: "2023-03-14", discount_percentage: "31.64" },
            { id: 32, deal_id: 203, quote_value: "9979.33", created_at: new Date("2023-08-26T18:47:50Z"), expiration_date: "2023-01-11", discount_percentage: "37.15" },
            { id: 33, deal_id: 80, quote_value: "473.55", created_at: new Date("2023-12-21T11:20:53Z"), expiration_date: "2023-04-01", discount_percentage: "42.76" },
            { id: 34, deal_id: 215, quote_value: "8985.09", created_at: new Date("2023-01-15T17:09:49Z"), expiration_date: "2023-09-18", discount_percentage: "31.69" },
            { id: 35, deal_id: 111, quote_value: "9939.62", created_at: new Date("2023-03-25T13:59:09Z"), expiration_date: "2023-03-23", discount_percentage: "36.16" },
            { id: 36, deal_id: 115, quote_value: "1220.10", created_at: new Date("2023-07-06T10:24:19Z"), expiration_date: "2023-12-26", discount_percentage: "28.08" },
            { id: 37, deal_id: 209, quote_value: "8855.21", created_at: new Date("2023-08-02T14:31:16Z"), expiration_date: "2023-11-11", discount_percentage: "15.07" },
            { id: 38, deal_id: 133, quote_value: "8467.47", created_at: new Date("2023-06-28T11:50:15Z"), expiration_date: "2023-02-09", discount_percentage: "32.83" },
            { id: 39, deal_id: 283, quote_value: "9954.40", created_at: new Date("2023-03-29T10:09:44Z"), expiration_date: "2023-04-12", discount_percentage: "15.45" },
            { id: 40, deal_id: 59, quote_value: "4578.42", created_at: new Date("2023-09-03T11:37:37Z"), expiration_date: "2023-12-11", discount_percentage: "17.69" },
            { id: 41, deal_id: 289, quote_value: "9650.84", created_at: new Date("2023-05-25T21:29:31Z"), expiration_date: "2023-02-24", discount_percentage: "27.37" },
            { id: 42, deal_id: 68, quote_value: "6468.49", created_at: new Date("2023-01-29T09:58:21Z"), expiration_date: "2023-02-24", discount_percentage: "25.03" },
            { id: 43, deal_id: 31, quote_value: "7577.38", created_at: new Date("2023-04-16T15:38:51Z"), expiration_date: "2023-12-13", discount_percentage: "20.22" },
            { id: 44, deal_id: 4, quote_value: "9930.59", created_at: new Date("2023-07-09T10:00:04Z"), expiration_date: "2023-06-28", discount_percentage: "13.47" },
            { id: 45, deal_id: 265, quote_value: "7809.09", created_at: new Date("2023-07-19T15:02:11Z"), expiration_date: "2023-03-20", discount_percentage: "14.56" },
            { id: 46, deal_id: 197, quote_value: "9142.76", created_at: new Date("2023-01-18T17:26:04Z"), expiration_date: "2023-11-06", discount_percentage: "34.63" },
            { id: 47, deal_id: 37, quote_value: "6662.30", created_at: new Date("2023-08-24T14:44:19Z"), expiration_date: "2023-09-06", discount_percentage: "14.45" },
            { id: 48, deal_id: 197, quote_value: "8891.59", created_at: new Date("2023-03-25T12:19:19Z"), expiration_date: "2023-02-11", discount_percentage: "38.70" },
            { id: 49, deal_id: 141, quote_value: null, created_at: new Date("2023-11-04T12:15:00Z"), expiration_date: "2023-05-22", discount_percentage: "26.39" },
            { id: 50, deal_id: 100, quote_value: "6300.92", created_at: new Date("2023-08-18T10:16:32Z"), expiration_date: "2023-01-21", discount_percentage: "20.20" },
            { id: 51, deal_id: 207, quote_value: "8653.06", created_at: new Date("2023-01-25T10:02:47Z"), expiration_date: "2023-05-13", discount_percentage: "22.39" },
            { id: 52, deal_id: 230, quote_value: "9682.98", created_at: new Date("2023-05-20T13:01:26Z"), expiration_date: "2023-03-16", discount_percentage: "28.37" },
            { id: 53, deal_id: 62, quote_value: "8211.22", created_at: new Date("2023-06-13T10:11:28Z"), expiration_date: "2023-12-10", discount_percentage: "22.56" },
            { id: 54, deal_id: 182, quote_value: "564.28", created_at: new Date("2023-07-03T06:06:54Z"), expiration_date: "2023-11-09", discount_percentage: "27.80" },
            { id: 55, deal_id: 125, quote_value: "5195.19", created_at: new Date("2023-05-14T08:48:25Z"), expiration_date: "2023-12-30", discount_percentage: "21.49" },
            { id: 56, deal_id: 80, quote_value: "6485.85", created_at: new Date("2023-05-30T09:47:23Z"), expiration_date: "2023-03-27", discount_percentage: "14.17" },
            { id: 57, deal_id: 184, quote_value: "9121.83", created_at: new Date("2023-01-27T16:43:12Z"), expiration_date: "2023-01-08", discount_percentage: "34.93" },
            { id: 58, deal_id: 133, quote_value: "6187.10", created_at: new Date("2023-02-23T11:44:43Z"), expiration_date: "2023-09-02", discount_percentage: "28.49" },
            { id: 59, deal_id: 164, quote_value: null, created_at: new Date("2023-06-05T10:44:11Z"), expiration_date: "2023-12-04", discount_percentage: "31.14" },
            { id: 60, deal_id: 131, quote_value: "8261.11", created_at: new Date("2023-06-29T11:10:27Z"), expiration_date: "2023-05-16", discount_percentage: "23.27" },
            { id: 61, deal_id: 40, quote_value: "8914.08", created_at: new Date("2023-01-04T11:21:22Z"), expiration_date: "2023-04-30", discount_percentage: "23.80" },
            { id: 62, deal_id: 96, quote_value: "6876.36", created_at: new Date("2023-05-25T15:17:23Z"), expiration_date: "2023-05-06", discount_percentage: "29.93" },
            { id: 63, deal_id: 111, quote_value: "9950.61", created_at: new Date("2023-02-13T11:12:01Z"), expiration_date: "2023-02-18", discount_percentage: "35.87" },
            { id: 64, deal_id: 220, quote_value: "327.23", created_at: new Date("2023-05-09T15:34:58Z"), expiration_date: "2023-09-08", discount_percentage: "30.98" },
            { id: 65, deal_id: 89, quote_value: "1639.82", created_at: new Date("2023-12-29T15:24:37Z"), expiration_date: "2023-02-10", discount_percentage: "28.22" },
            { id: 66, deal_id: 292, quote_value: "8330.64", created_at: new Date("2023-05-31T15:12:44Z"), expiration_date: "2023-12-07", discount_percentage: "29.20" },
            { id: 67, deal_id: 234, quote_value: "5237.45", created_at: new Date("2023-08-25T14:22:45Z"), expiration_date: "2023-02-22", discount_percentage: "24.87" },
            { id: 68, deal_id: 283, quote_value: null, created_at: new Date("2023-01-16T10:33:57Z"), expiration_date: "2023-04-15", discount_percentage: "27.03" },
            { id: 69, deal_id: 180, quote_value: "5681.00", created_at: new Date("2023-06-29T10:49:44Z"), expiration_date: "2023-03-11", discount_percentage: "26.42" },
            { id: 70, deal_id: 159, quote_value: "8485.96", created_at: new Date("2023-10-26T10:24:03Z"), expiration_date: "2023-07-15", discount_percentage: "25.13" },
            { id: 71, deal_id: 62, quote_value: "9759.12", created_at: new Date("2023-08-20T12:08:08Z"), expiration_date: "2023-09-09", discount_percentage: "34.28" },
            { id: 72, deal_id: 53, quote_value: "9121.14", created_at: new Date("2023-01-26T09:11:54Z"), expiration_date: "2023-10-15", discount_percentage: "33.70" },
            { id: 73, deal_id: 26, quote_value: null, created_at: new Date("2023-09-05T10:21:23Z"), expiration_date: "2023-05-26", discount_percentage: "32.93" },
            { id: 74, deal_id: 72, quote_value: "5931.28", created_at: new Date("2023-01-16T09:23:33Z"), expiration_date: "2023-10-12", discount_percentage: "34.04" },
            { id: 75, deal_id: 26, quote_value: "7703.41", created_at: new Date("2023-12-31T08:42:12Z"), expiration_date: "2023-05-11", discount_percentage: "31.15" },
            { id: 76, deal_id: 168, quote_value: "3036.08", created_at: new Date("2023-01-29T14:22:07Z"), expiration_date: "2023-10-14", discount_percentage: "21.29" },
            { id: 77, deal_id: 243, quote_value: "2103.88", created_at: new Date("2023-10-15T11:08:57Z"), expiration_date: "2023-11-11", discount_percentage: "31.52" },
            { id: 78, deal_id: 155, quote_value: "5925.48", created_at: new Date("2023-11-19T16:56:38Z"), expiration_date: "2023-08-22", discount_percentage: "17.84" },
            { id: 79, deal_id: 248, quote_value: "9861.01", created_at: new Date("2023-06-15T12:43:25Z"), expiration_date: "2023-06-23", discount_percentage: "24.26" },
            { id: 80, deal_id: 227, quote_value: "8941.66", created_at: new Date("2023-06-14T10:39:46Z"), expiration_date: "2023-02-11", discount_percentage: "36.57" },
            { id: 81, deal_id: 102, quote_value: "9779.25", created_at: new Date("2023-01-19T15:29:02Z"), expiration_date: "2023-12-31", discount_percentage: "15.85" },
            { id: 82, deal_id: 117, quote_value: "4014.21", created_at: new Date("2023-07-02T09:40:25Z"), expiration_date: "2023-08-31", discount_percentage: "24.32" },
            { id: 83, deal_id: 248, quote_value: null, created_at: new Date("2023-12-30T14:27:04Z"), expiration_date: "2023-05-24", discount_percentage: "23.33" },
            { id: 84, deal_id: 165, quote_value: "4136.28", created_at: new Date("2023-04-08T15:13:19Z"), expiration_date: "2023-08-19", discount_percentage: "10.59" },
            { id: 85, deal_id: 14, quote_value: "9978.12", created_at: new Date("2023-04-26T17:10:02Z"), expiration_date: "2023-12-29", discount_percentage: "16.54" },
            { id: 86, deal_id: 25, quote_value: "7385.74", created_at: new Date("2023-07-14T15:41:06Z"), expiration_date: "2023-08-20", discount_percentage: "30.09" },
            { id: 87, deal_id: 101, quote_value: "3182.40", created_at: new Date("2023-04-20T12:59:29Z"), expiration_date: "2023-01-27", discount_percentage: "37.74" },
            { id: 88, deal_id: 274, quote_value: "4964.20", created_at: new Date("2023-06-21T17:57:54Z"), expiration_date: "2023-12-09", discount_percentage: "20.51" },
            { id: 89, deal_id: 153, quote_value: "3514.66", created_at: new Date("2023-12-19T08:12:15Z"), expiration_date: "2023-04-12", discount_percentage: "31.98" },
            { id: 90, deal_id: 122, quote_value: null, created_at: new Date("2023-01-29T07:05:21Z"), expiration_date: "2023-02-06", discount_percentage: "22.12" },
            { id: 91, deal_id: 207, quote_value: "1957.84", created_at: new Date("2023-02-26T16:59:09Z"), expiration_date: "2023-08-20", discount_percentage: "31.93" },
            { id: 92, deal_id: 141, quote_value: "4400.16", created_at: new Date("2023-07-04T08:07:03Z"), expiration_date: "2023-02-13", discount_percentage: "25.07" },
            { id: 93, deal_id: 258, quote_value: "8918.74", created_at: new Date("2023-08-24T13:03:55Z"), expiration_date: "2023-12-08", discount_percentage: "40.41" },
            { id: 94, deal_id: 165, quote_value: "1007.88", created_at: new Date("2023-08-13T10:03:32Z"), expiration_date: "2023-05-24", discount_percentage: "28.42" },
            { id: 95, deal_id: 145, quote_value: "7851.70", created_at: new Date("2023-05-06T14:52:04Z"), expiration_date: "2023-11-11", discount_percentage: "24.46" },
            { id: 96, deal_id: 211, quote_value: "9717.15", created_at: new Date("2023-04-27T11:53:31Z"), expiration_date: "2023-06-08", discount_percentage: "20.95" },
            { id: 97, deal_id: 23, quote_value: "8698.85", created_at: new Date("2023-03-29T13:15:23Z"), expiration_date: "2023-04-11", discount_percentage: "30.52" },
            { id: 98, deal_id: 244, quote_value: "9840.63", created_at: new Date("2023-04-04T15:09:55Z"), expiration_date: "2023-06-19", discount_percentage: "17.84" },
            { id: 99, deal_id: 154, quote_value: null, created_at: new Date("2023-08-09T14:43:30Z"), expiration_date: "2023-05-23", discount_percentage: "36.29" },
            { id: 100, deal_id: 212, quote_value: "9999.80", created_at: new Date("2023-09-28T10:40:14Z"), expiration_date: "2023-09-18", discount_percentage: "36.37" },
            { id: 101, deal_id: 42, quote_value: "1022.91", created_at: new Date("2023-08-26T16:38:38Z"), expiration_date: "2023-05-28", discount_percentage: "27.15" },
            { id: 102, deal_id: 146, quote_value: "193.97", created_at: new Date("2023-02-04T06:40:52Z"), expiration_date: "2023-06-18", discount_percentage: "30.63" },
            { id: 103, deal_id: 159, quote_value: "5147.28", created_at: new Date("2023-12-08T08:30:33Z"), expiration_date: "2023-04-25", discount_percentage: "18.89" },
            { id: 104, deal_id: 39, quote_value: "795.10", created_at: new Date("2023-08-30T16:10:57Z"), expiration_date: "2023-12-21", discount_percentage: "19.00" },
            { id: 105, deal_id: 263, quote_value: "1210.69", created_at: new Date("2023-11-08T14:06:16Z"), expiration_date: "2023-11-22", discount_percentage: "23.23" },
            { id: 106, deal_id: 68, quote_value: "2169.07", created_at: new Date("2023-11-08T13:58:22Z"), expiration_date: "2023-05-19", discount_percentage: "25.09" },
            { id: 107, deal_id: 262, quote_value: null, created_at: new Date("2023-10-28T17:48:36Z"), expiration_date: "2023-02-12", discount_percentage: "17.85" },
            { id: 108, deal_id: 97, quote_value: null, created_at: new Date("2023-02-08T16:30:55Z"), expiration_date: "2023-08-07", discount_percentage: "27.14" },
            { id: 109, deal_id: 171, quote_value: "9788.97", created_at: new Date("2023-05-31T14:05:53Z"), expiration_date: "2023-11-11", discount_percentage: "24.47" },
            { id: 110, deal_id: 166, quote_value: "8869.24", created_at: new Date("2023-01-29T10:46:58Z"), expiration_date: "2023-02-03", discount_percentage: "23.73" },
            { id: 111, deal_id: 165, quote_value: "7334.90", created_at: new Date("2023-06-10T07:07:20Z"), expiration_date: "2023-06-04", discount_percentage: "33.15" },
            { id: 112, deal_id: 11, quote_value: "7728.81", created_at: new Date("2023-09-05T11:40:41Z"), expiration_date: "2023-08-23", discount_percentage: "16.58" },
            { id: 113, deal_id: 94, quote_value: null, created_at: new Date("2023-05-13T10:42:30Z"), expiration_date: "2023-07-23", discount_percentage: "30.15" },
            { id: 114, deal_id: 233, quote_value: "9659.08", created_at: new Date("2023-08-06T12:00:48Z"), expiration_date: "2023-10-23", discount_percentage: "21.62" },
            { id: 115, deal_id: 51, quote_value: "5744.67", created_at: new Date("2023-06-07T08:33:52Z"), expiration_date: "2023-10-05", discount_percentage: "15.93" },
            { id: 116, deal_id: 117, quote_value: "3250.59", created_at: new Date("2023-05-20T16:21:27Z"), expiration_date: "2023-01-29", discount_percentage: "21.00" },
            { id: 117, deal_id: 5, quote_value: "8757.61", created_at: new Date("2023-08-31T13:39:44Z"), expiration_date: "2023-04-03", discount_percentage: "30.75" },
            { id: 118, deal_id: 249, quote_value: "9254.30", created_at: new Date("2023-10-31T19:06:36Z"), expiration_date: "2023-08-08", discount_percentage: "22.51" },
            { id: 119, deal_id: 187, quote_value: "9822.48", created_at: new Date("2023-12-04T17:24:45Z"), expiration_date: "2023-02-26", discount_percentage: "26.57" },
            { id: 120, deal_id: 224, quote_value: "2863.50", created_at: new Date("2023-08-21T14:20:07Z"), expiration_date: "2023-03-12", discount_percentage: "15.58" },
            { id: 121, deal_id: 160, quote_value: "9725.28", created_at: new Date("2023-12-27T11:50:05Z"), expiration_date: "2023-02-26", discount_percentage: "28.81" },
            { id: 122, deal_id: 200, quote_value: "9917.25", created_at: new Date("2023-04-03T11:27:21Z"), expiration_date: "2023-10-30", discount_percentage: "14.73" },
            { id: 123, deal_id: 281, quote_value: "298.41", created_at: new Date("2023-08-21T11:35:33Z"), expiration_date: "2023-09-05", discount_percentage: "25.20" },
            { id: 124, deal_id: 239, quote_value: "125.18", created_at: new Date("2023-07-13T12:14:43Z"), expiration_date: "2023-12-04", discount_percentage: "28.68" },
            { id: 125, deal_id: 234, quote_value: "3509.66", created_at: new Date("2023-11-23T10:24:39Z"), expiration_date: "2023-12-06", discount_percentage: "19.00" },
            { id: 126, deal_id: 192, quote_value: "9931.64", created_at: new Date("2023-10-22T13:43:11Z"), expiration_date: "2023-08-26", discount_percentage: "34.37" },
            { id: 127, deal_id: 260, quote_value: "9232.74", created_at: new Date("2023-12-11T10:48:13Z"), expiration_date: "2023-05-26", discount_percentage: "8.59" },
            { id: 128, deal_id: 201, quote_value: "3741.83", created_at: new Date("2023-10-31T12:54:31Z"), expiration_date: "2023-07-18", discount_percentage: "22.54" },
            { id: 129, deal_id: 268, quote_value: "3347.73", created_at: new Date("2023-11-26T12:45:13Z"), expiration_date: "2023-04-11", discount_percentage: "30.03" },
            { id: 130, deal_id: 103, quote_value: "3695.00", created_at: new Date("2023-12-19T16:46:44Z"), expiration_date: "2023-03-21", discount_percentage: "17.71" },
            { id: 131, deal_id: 245, quote_value: "9268.68", created_at: new Date("2023-02-17T09:23:29Z"), expiration_date: "2023-06-24", discount_percentage: "25.64" },
            { id: 132, deal_id: 57, quote_value: "9681.58", created_at: new Date("2023-04-08T16:05:18Z"), expiration_date: "2023-06-25", discount_percentage: "19.22" },
            { id: 133, deal_id: 184, quote_value: "3979.34", created_at: new Date("2023-06-16T11:00:33Z"), expiration_date: "2023-12-01", discount_percentage: "23.27" },
            { id: 134, deal_id: 55, quote_value: "6012.47", created_at: new Date("2023-11-27T20:14:25Z"), expiration_date: "2023-11-09", discount_percentage: "24.24" },
            { id: 135, deal_id: 282, quote_value: "2942.53", created_at: new Date("2023-08-29T10:20:44Z"), expiration_date: "2023-02-09", discount_percentage: "27.22" },
            { id: 136, deal_id: 6, quote_value: "4932.56", created_at: new Date("2023-05-25T09:32:40Z"), expiration_date: "2023-07-05", discount_percentage: "16.09" },
            { id: 137, deal_id: 211, quote_value: "4113.12", created_at: new Date("2023-08-30T09:23:05Z"), expiration_date: "2023-09-13", discount_percentage: "34.95" },
            { id: 138, deal_id: 219, quote_value: "9999.31", created_at: new Date("2023-01-26T15:52:40Z"), expiration_date: "2023-04-16", discount_percentage: "23.46" },
            { id: 139, deal_id: 292, quote_value: "8568.18", created_at: new Date("2023-08-21T03:11:47Z"), expiration_date: "2023-10-28", discount_percentage: "35.13" },
            { id: 140, deal_id: 40, quote_value: "7325.74", created_at: new Date("2023-11-27T10:44:30Z"), expiration_date: "2023-01-22", discount_percentage: "18.84" },
            { id: 141, deal_id: 152, quote_value: "9996.80", created_at: new Date("2023-05-26T15:38:31Z"), expiration_date: "2023-06-22", discount_percentage: "33.87" },
            { id: 142, deal_id: 171, quote_value: "788.00", created_at: new Date("2023-04-11T07:05:45Z"), expiration_date: "2023-10-29", discount_percentage: "26.95" },
            { id: 143, deal_id: 250, quote_value: null, created_at: new Date("2023-06-28T15:31:00Z"), expiration_date: "2023-10-29", discount_percentage: "23.20" },
            { id: 144, deal_id: 33, quote_value: "2995.66", created_at: new Date("2023-05-26T12:14:03Z"), expiration_date: "2023-04-13", discount_percentage: "25.69" },
            { id: 145, deal_id: 275, quote_value: null, created_at: new Date("2023-02-05T10:17:58Z"), expiration_date: "2023-10-10", discount_percentage: "15.46" },
            { id: 146, deal_id: 165, quote_value: "4483.53", created_at: new Date("2023-07-26T11:52:40Z"), expiration_date: "2023-04-12", discount_percentage: "27.50" },
            { id: 147, deal_id: 43, quote_value: null, created_at: new Date("2023-02-01T16:29:19Z"), expiration_date: "2023-06-27", discount_percentage: "25.61" },
            { id: 148, deal_id: 180, quote_value: "2473.00", created_at: new Date("2023-09-23T11:41:41Z"), expiration_date: "2023-09-19", discount_percentage: "22.01" },
            { id: 149, deal_id: 224, quote_value: "9794.90", created_at: new Date("2023-12-30T20:42:21Z"), expiration_date: "2023-10-07", discount_percentage: "26.97" },
            { id: 150, deal_id: 196, quote_value: "6979.62", created_at: new Date("2023-07-22T15:42:04Z"), expiration_date: "2023-11-06", discount_percentage: "20.99" },
        ],
    });
    await prisma.ticket_priorities.createMany({
        data: [
            { id: 1, account_id: 193, priority_level: "medium", created_at: new Date("2023-09-13T13:32:13Z"), ticket_status: "resolved", response_time_minutes: 353 },
            { id: 2, account_id: 65, priority_level: "low", created_at: new Date("2023-03-03T08:49:24Z"), ticket_status: "in_progress", response_time_minutes: 523 },
            { id: 3, account_id: 98, priority_level: "low", created_at: new Date("2023-11-09T04:52:12Z"), ticket_status: "open", response_time_minutes: 703 },
            { id: 4, account_id: 155, priority_level: "low", created_at: new Date("2023-01-20T12:29:56Z"), ticket_status: "resolved", response_time_minutes: 1028 },
            { id: 5, account_id: 183, priority_level: "low", created_at: new Date("2023-01-31T14:38:14Z"), ticket_status: "open", response_time_minutes: 830 },
            { id: 6, account_id: 47, priority_level: "low", created_at: new Date("2023-02-18T11:06:57Z"), ticket_status: "open", response_time_minutes: 555 },
            { id: 7, account_id: 112, priority_level: "low", created_at: new Date("2023-09-22T16:43:22Z"), ticket_status: "open", response_time_minutes: 951 },
            { id: 8, account_id: 150, priority_level: "low", created_at: new Date("2023-05-28T09:14:54Z"), ticket_status: "in_progress", response_time_minutes: 746 },
            { id: 9, account_id: 178, priority_level: "medium", created_at: new Date("2023-12-14T09:48:19Z"), ticket_status: "in_progress", response_time_minutes: 634 },
            { id: 10, account_id: 148, priority_level: "low", created_at: new Date("2023-04-17T10:12:26Z"), ticket_status: "resolved", response_time_minutes: 404 },
            { id: 11, account_id: 32, priority_level: "low", created_at: new Date("2023-02-20T16:03:58Z"), ticket_status: "open", response_time_minutes: 864 },
            { id: 12, account_id: 83, priority_level: "medium", created_at: new Date("2023-08-22T16:36:32Z"), ticket_status: "open", response_time_minutes: 594 },
            { id: 13, account_id: 17, priority_level: "high", created_at: new Date("2023-06-17T12:21:45Z"), ticket_status: "open", response_time_minutes: 755 },
            { id: 14, account_id: 186, priority_level: "low", created_at: new Date("2023-04-15T13:34:13Z"), ticket_status: "open", response_time_minutes: 605 },
            { id: 15, account_id: 170, priority_level: "low", created_at: new Date("2023-06-09T15:45:21Z"), ticket_status: "open", response_time_minutes: 212 },
            { id: 16, account_id: 46, priority_level: "low", created_at: new Date("2023-08-22T16:36:05Z"), ticket_status: "open", response_time_minutes: 680 },
            { id: 17, account_id: 134, priority_level: "low", created_at: new Date("2023-10-10T10:17:14Z"), ticket_status: "in_progress", response_time_minutes: 856 },
            { id: 18, account_id: 159, priority_level: "medium", created_at: new Date("2023-09-25T15:53:28Z"), ticket_status: "resolved", response_time_minutes: 598 },
            { id: 19, account_id: 199, priority_level: "low", created_at: new Date("2023-02-15T11:01:08Z"), ticket_status: "open", response_time_minutes: 919 },
            { id: 20, account_id: 120, priority_level: "medium", created_at: new Date("2023-04-01T14:21:11Z"), ticket_status: "open", response_time_minutes: 461 },
            { id: 21, account_id: 124, priority_level: "low", created_at: new Date("2023-09-16T14:58:04Z"), ticket_status: "in_progress", response_time_minutes: 714 },
            { id: 22, account_id: 119, priority_level: "medium", created_at: new Date("2023-07-31T21:11:03Z"), ticket_status: "resolved", response_time_minutes: 430 },
            { id: 23, account_id: 171, priority_level: "medium", created_at: new Date("2023-12-15T11:19:24Z"), ticket_status: "resolved", response_time_minutes: 670 },
            { id: 24, account_id: 102, priority_level: "low", created_at: new Date("2023-05-31T19:40:02Z"), ticket_status: "in_progress", response_time_minutes: 887 },
            { id: 25, account_id: 162, priority_level: "low", created_at: new Date("2023-01-16T10:43:55Z"), ticket_status: "open", response_time_minutes: 772 },
            { id: 26, account_id: 35, priority_level: "low", created_at: new Date("2023-12-14T15:39:19Z"), ticket_status: "open", response_time_minutes: 540 },
            { id: 27, account_id: 169, priority_level: "low", created_at: new Date("2023-04-01T13:10:48Z"), ticket_status: "in_progress", response_time_minutes: 847 },
            { id: 28, account_id: 182, priority_level: "low", created_at: new Date("2023-04-06T17:33:04Z"), ticket_status: "in_progress", response_time_minutes: 557 },
            { id: 29, account_id: 182, priority_level: "medium", created_at: new Date("2023-02-07T14:17:00Z"), ticket_status: "resolved", response_time_minutes: 953 },
            { id: 30, account_id: 113, priority_level: "low", created_at: new Date("2023-12-13T16:46:34Z"), ticket_status: "in_progress", response_time_minutes: 772 },
            { id: 31, account_id: 151, priority_level: "high", created_at: new Date("2023-12-01T09:11:10Z"), ticket_status: "open", response_time_minutes: 281 },
            { id: 32, account_id: 92, priority_level: "low", created_at: new Date("2023-01-31T15:40:09Z"), ticket_status: "open", response_time_minutes: 965 },
            { id: 33, account_id: 3, priority_level: "medium", created_at: new Date("2023-05-26T14:10:28Z"), ticket_status: "in_progress", response_time_minutes: 772 },
            { id: 34, account_id: 157, priority_level: "medium", created_at: new Date("2023-01-07T14:06:14Z"), ticket_status: "in_progress", response_time_minutes: 967 },
            { id: 35, account_id: 138, priority_level: "low", created_at: new Date("2023-05-27T00:36:50Z"), ticket_status: "open", response_time_minutes: 354 },
            { id: 36, account_id: 167, priority_level: "low", created_at: new Date("2023-03-15T16:11:11Z"), ticket_status: "in_progress", response_time_minutes: 842 },
            { id: 37, account_id: 10, priority_level: "low", created_at: new Date("2023-04-27T16:58:43Z"), ticket_status: "in_progress", response_time_minutes: 398 },
            { id: 38, account_id: 26, priority_level: "low", created_at: new Date("2023-04-27T16:17:08Z"), ticket_status: "open", response_time_minutes: 791 },
            { id: 39, account_id: 167, priority_level: "low", created_at: new Date("2023-03-15T10:28:55Z"), ticket_status: "resolved", response_time_minutes: 680 },
            { id: 40, account_id: 189, priority_level: "low", created_at: new Date("2023-08-30T12:14:49Z"), ticket_status: "in_progress", response_time_minutes: 707 },
            { id: 41, account_id: 98, priority_level: "low", created_at: new Date("2023-11-04T13:42:08Z"), ticket_status: "open", response_time_minutes: 1085 },
            { id: 42, account_id: 113, priority_level: "low", created_at: new Date("2023-01-21T16:18:25Z"), ticket_status: "resolved", response_time_minutes: 654 },
            { id: 43, account_id: 153, priority_level: "low", created_at: new Date("2023-08-06T11:37:56Z"), ticket_status: "open", response_time_minutes: 581 },
            { id: 44, account_id: 194, priority_level: "low", created_at: new Date("2023-10-22T16:30:04Z"), ticket_status: "open", response_time_minutes: 777 },
            { id: 45, account_id: 63, priority_level: "low", created_at: new Date("2023-09-24T15:45:22Z"), ticket_status: "in_progress", response_time_minutes: 898 },
            { id: 46, account_id: 144, priority_level: "medium", created_at: new Date("2023-11-18T12:10:43Z"), ticket_status: "resolved", response_time_minutes: 702 },
            { id: 47, account_id: 160, priority_level: "low", created_at: new Date("2023-06-05T14:17:36Z"), ticket_status: "open", response_time_minutes: 416 },
            { id: 48, account_id: 92, priority_level: "high", created_at: new Date("2023-04-20T07:45:44Z"), ticket_status: "resolved", response_time_minutes: 444 },
            { id: 49, account_id: 80, priority_level: "medium", created_at: new Date("2023-07-08T14:46:31Z"), ticket_status: "open", response_time_minutes: 918 },
            { id: 50, account_id: 166, priority_level: "low", created_at: new Date("2023-04-07T10:14:48Z"), ticket_status: "open", response_time_minutes: 787 },
            { id: 51, account_id: 28, priority_level: "low", created_at: new Date("2023-10-31T17:21:36Z"), ticket_status: "open", response_time_minutes: 635 },
            { id: 52, account_id: 193, priority_level: "low", created_at: new Date("2023-07-31T12:21:33Z"), ticket_status: "in_progress", response_time_minutes: 1111 },
            { id: 53, account_id: 159, priority_level: "low", created_at: new Date("2023-11-20T15:45:28Z"), ticket_status: "resolved", response_time_minutes: 925 },
            { id: 54, account_id: 34, priority_level: "low", created_at: new Date("2023-04-02T07:21:02Z"), ticket_status: "open", response_time_minutes: 792 },
            { id: 55, account_id: 186, priority_level: "low", created_at: new Date("2023-02-10T13:49:07Z"), ticket_status: "open", response_time_minutes: 405 },
            { id: 56, account_id: 47, priority_level: "low", created_at: new Date("2023-05-31T16:25:45Z"), ticket_status: "open", response_time_minutes: 589 },
            { id: 57, account_id: 28, priority_level: "low", created_at: new Date("2023-10-19T08:23:12Z"), ticket_status: "open", response_time_minutes: 712 },
            { id: 58, account_id: 186, priority_level: "medium", created_at: new Date("2023-12-30T13:23:22Z"), ticket_status: "open", response_time_minutes: 831 },
            { id: 59, account_id: 147, priority_level: "medium", created_at: new Date("2023-09-29T16:37:16Z"), ticket_status: "open", response_time_minutes: 707 },
            { id: 60, account_id: 59, priority_level: "low", created_at: new Date("2023-07-18T11:11:20Z"), ticket_status: "resolved", response_time_minutes: 899 },
            { id: 61, account_id: 180, priority_level: "medium", created_at: new Date("2023-11-06T10:36:32Z"), ticket_status: "in_progress", response_time_minutes: 838 },
            { id: 62, account_id: 118, priority_level: "high", created_at: new Date("2023-01-01T11:53:10Z"), ticket_status: "open", response_time_minutes: 950 },
            { id: 63, account_id: 198, priority_level: "low", created_at: new Date("2023-08-13T13:32:04Z"), ticket_status: "open", response_time_minutes: 994 },
            { id: 64, account_id: 75, priority_level: "medium", created_at: new Date("2023-01-17T13:43:38Z"), ticket_status: "in_progress", response_time_minutes: 837 },
            { id: 65, account_id: 156, priority_level: "medium", created_at: new Date("2023-06-30T14:26:10Z"), ticket_status: "open", response_time_minutes: 473 },
            { id: 66, account_id: 64, priority_level: "high", created_at: new Date("2023-03-04T09:28:12Z"), ticket_status: "in_progress", response_time_minutes: 877 },
            { id: 67, account_id: 82, priority_level: "low", created_at: new Date("2023-02-27T05:09:54Z"), ticket_status: "open", response_time_minutes: 590 },
            { id: 68, account_id: 64, priority_level: "low", created_at: new Date("2023-03-12T20:21:14Z"), ticket_status: "in_progress", response_time_minutes: 419 },
            { id: 69, account_id: 39, priority_level: "low", created_at: new Date("2023-05-23T16:00:39Z"), ticket_status: "in_progress", response_time_minutes: 1032 },
            { id: 70, account_id: 98, priority_level: "medium", created_at: new Date("2023-08-29T10:09:12Z"), ticket_status: "open", response_time_minutes: 504 },
            { id: 71, account_id: 181, priority_level: "low", created_at: new Date("2023-10-02T12:07:12Z"), ticket_status: "in_progress", response_time_minutes: 875 },
            { id: 72, account_id: 96, priority_level: "low", created_at: new Date("2023-10-29T10:00:35Z"), ticket_status: "in_progress", response_time_minutes: 451 },
            { id: 73, account_id: 75, priority_level: "low", created_at: new Date("2023-02-26T09:46:09Z"), ticket_status: "resolved", response_time_minutes: 593 },
            { id: 74, account_id: 169, priority_level: "low", created_at: new Date("2023-07-19T19:22:18Z"), ticket_status: "open", response_time_minutes: 551 },
            { id: 75, account_id: 10, priority_level: "low", created_at: new Date("2023-02-09T21:09:07Z"), ticket_status: "in_progress", response_time_minutes: 1072 },
            { id: 76, account_id: 52, priority_level: "medium", created_at: new Date("2023-04-11T11:55:01Z"), ticket_status: "open", response_time_minutes: 756 },
            { id: 77, account_id: 98, priority_level: "low", created_at: new Date("2023-11-20T18:46:18Z"), ticket_status: "open", response_time_minutes: 974 },
            { id: 78, account_id: 57, priority_level: "medium", created_at: new Date("2023-08-27T17:00:32Z"), ticket_status: "in_progress", response_time_minutes: 751 },
            { id: 79, account_id: 69, priority_level: "medium", created_at: new Date("2023-08-24T12:40:17Z"), ticket_status: "open", response_time_minutes: 572 },
            { id: 80, account_id: 169, priority_level: "low", created_at: new Date("2023-03-14T15:53:20Z"), ticket_status: "in_progress", response_time_minutes: 893 },
            { id: 81, account_id: 83, priority_level: "low", created_at: new Date("2023-01-17T15:42:03Z"), ticket_status: "open", response_time_minutes: 617 },
            { id: 82, account_id: 135, priority_level: "low", created_at: new Date("2023-01-31T18:54:28Z"), ticket_status: "resolved", response_time_minutes: 1125 },
            { id: 83, account_id: 158, priority_level: "low", created_at: new Date("2023-06-02T11:10:43Z"), ticket_status: "in_progress", response_time_minutes: 1083 },
            { id: 84, account_id: 109, priority_level: "medium", created_at: new Date("2023-03-19T13:40:26Z"), ticket_status: "open", response_time_minutes: 852 },
            { id: 85, account_id: 92, priority_level: "low", created_at: new Date("2023-01-31T09:55:19Z"), ticket_status: "resolved", response_time_minutes: 433 },
            { id: 86, account_id: 7, priority_level: "low", created_at: new Date("2023-10-30T16:20:04Z"), ticket_status: "in_progress", response_time_minutes: 823 },
            { id: 87, account_id: 126, priority_level: "low", created_at: new Date("2023-10-19T15:16:00Z"), ticket_status: "in_progress", response_time_minutes: 1255 },
            { id: 88, account_id: 137, priority_level: "low", created_at: new Date("2023-12-11T10:25:30Z"), ticket_status: "open", response_time_minutes: 272 },
            { id: 89, account_id: 182, priority_level: "medium", created_at: new Date("2023-12-27T11:35:14Z"), ticket_status: "in_progress", response_time_minutes: 1030 },
            { id: 90, account_id: 158, priority_level: "low", created_at: new Date("2023-08-21T12:54:49Z"), ticket_status: "open", response_time_minutes: 641 },
            { id: 91, account_id: 131, priority_level: "medium", created_at: new Date("2023-11-25T21:10:54Z"), ticket_status: "in_progress", response_time_minutes: 974 },
            { id: 92, account_id: 141, priority_level: "low", created_at: new Date("2023-02-28T11:15:46Z"), ticket_status: "open", response_time_minutes: 668 },
            { id: 93, account_id: 155, priority_level: "low", created_at: new Date("2023-08-25T17:58:39Z"), ticket_status: "open", response_time_minutes: 732 },
            { id: 94, account_id: 28, priority_level: "high", created_at: new Date("2023-08-19T10:44:40Z"), ticket_status: "in_progress", response_time_minutes: 905 },
            { id: 95, account_id: 130, priority_level: "low", created_at: new Date("2023-10-11T16:50:03Z"), ticket_status: "resolved", response_time_minutes: 950 },
            { id: 96, account_id: 159, priority_level: "low", created_at: new Date("2023-07-02T14:24:36Z"), ticket_status: "open", response_time_minutes: 610 },
            { id: 97, account_id: 148, priority_level: "medium", created_at: new Date("2023-08-07T15:15:02Z"), ticket_status: "open", response_time_minutes: 768 },
            { id: 98, account_id: 155, priority_level: "medium", created_at: new Date("2023-11-21T13:39:22Z"), ticket_status: "open", response_time_minutes: 825 },
            { id: 99, account_id: 44, priority_level: "medium", created_at: new Date("2023-09-16T09:40:52Z"), ticket_status: "resolved", response_time_minutes: 704 },
            { id: 100, account_id: 18, priority_level: "low", created_at: new Date("2023-02-26T11:57:49Z"), ticket_status: "open", response_time_minutes: 454 },
        ],
    });
}

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