// Network Incidents (network-incidents) 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.cells), 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.cells.createMany({
        data: [
            { cell_id: 1, location: "Montreal", status: "inactive", cell_type: "micro", installation_date: "2020-08-12" },
            { cell_id: 2, location: "Munich", status: "active", cell_type: "micro", installation_date: "2020-11-23" },
            { cell_id: 3, location: "Cairo", status: "active", cell_type: "macro", installation_date: "2021-10-18" },
            { cell_id: 4, location: null, status: "inactive", cell_type: "macro", installation_date: "2022-02-09" },
            { cell_id: 5, location: "Cape Town", status: "active", cell_type: "macro", installation_date: "2022-09-27" },
            { cell_id: 6, location: "Copenhagen", status: "active", cell_type: "macro", installation_date: "2024-11-12" },
            { cell_id: 7, location: "London", status: "inactive", cell_type: "macro", installation_date: "2022-02-01" },
            { cell_id: 8, location: "Lima", status: "inactive", cell_type: "macro", installation_date: "2020-12-07" },
            { cell_id: 9, location: "Zurich", status: "inactive", cell_type: "pico", installation_date: "2021-04-20" },
            { cell_id: 10, location: "Auckland", status: "inactive", cell_type: "micro", installation_date: "2023-03-08" },
            { cell_id: 11, location: "Athens", status: "active", cell_type: "macro", installation_date: "2023-07-06" },
            { cell_id: 12, location: "Bogota", status: "inactive", cell_type: "pico", installation_date: "2021-09-18" },
            { cell_id: 13, location: "Ankara", status: "inactive", cell_type: "macro", installation_date: "2021-06-20" },
            { cell_id: 14, location: "Kyoto", status: "inactive", cell_type: "micro", installation_date: "2023-02-12" },
            { cell_id: 15, location: "Warsaw", status: "active", cell_type: "macro", installation_date: "2022-04-13" },
            { cell_id: 16, location: "Tokyo", status: "active", cell_type: "macro", installation_date: "2024-09-29" },
            { cell_id: 17, location: "Barcelona", status: "inactive", cell_type: "macro", installation_date: "2023-05-18" },
            { cell_id: 18, location: "Manchester", status: "inactive", cell_type: "macro", installation_date: "2020-03-18" },
            { cell_id: 19, location: "Hamburg", status: "active", cell_type: "pico", installation_date: "2023-08-06" },
            { cell_id: 20, location: "Melbourne", status: "active", cell_type: "macro", installation_date: "2021-05-27" },
            { cell_id: 21, location: "Nairobi", status: "active", cell_type: "micro", installation_date: "2024-02-03" },
            { cell_id: 22, location: "Bucharest", status: "inactive", cell_type: "pico", installation_date: "2023-04-23" },
            { cell_id: 23, location: "Edinburgh", status: "inactive", cell_type: "macro", installation_date: "2024-10-14" },
            { cell_id: 24, location: "Sao Paulo", status: "inactive", cell_type: "pico", installation_date: "2024-02-03" },
            { cell_id: 25, location: "Prague", status: "inactive", cell_type: "macro", installation_date: "2021-09-11" },
            { cell_id: 26, location: null, status: "inactive", cell_type: "macro", installation_date: "2020-02-19" },
            { cell_id: 27, location: "Cape Town", status: "active", cell_type: "macro", installation_date: "2020-10-25" },
            { cell_id: 28, location: "Lisbon", status: "active", cell_type: "macro", installation_date: "2020-08-22" },
            { cell_id: 29, location: "Porto", status: "active", cell_type: "micro", installation_date: "2023-05-16" },
            { cell_id: 30, location: "Seoul", status: "active", cell_type: "micro", installation_date: "2024-06-16" },
            { cell_id: 31, location: "Mexico City", status: "active", cell_type: "macro", installation_date: "2022-03-28" },
            { cell_id: 32, location: "Austin", status: "active", cell_type: "macro", installation_date: "2020-07-03" },
            { cell_id: 33, location: "Stockholm", status: "active", cell_type: "macro", installation_date: "2023-10-26" },
            { cell_id: 34, location: "Seattle", status: "active", cell_type: "micro", installation_date: "2023-02-09" },
            { cell_id: 35, location: "London", status: "active", cell_type: "pico", installation_date: "2020-10-03" },
            { cell_id: 36, location: "Denver", status: "inactive", cell_type: "micro", installation_date: "2021-06-14" },
            { cell_id: 37, location: "Dublin", status: "inactive", cell_type: "micro", installation_date: "2020-02-15" },
            { cell_id: 38, location: "San Diego", status: "active", cell_type: "pico", installation_date: "2022-09-12" },
            { cell_id: 39, location: "Prague", status: "active", cell_type: "macro", installation_date: "2021-12-22" },
            { cell_id: 40, location: "Jakarta", status: "inactive", cell_type: "macro", installation_date: "2020-02-11" },
            { cell_id: 41, location: "Seoul", status: "inactive", cell_type: "micro", installation_date: "2021-10-21" },
            { cell_id: 42, location: "Lyon", status: "inactive", cell_type: "macro", installation_date: "2022-02-19" },
            { cell_id: 43, location: null, status: "inactive", cell_type: "macro", installation_date: "2024-09-04" },
            { cell_id: 44, location: null, status: "active", cell_type: "macro", installation_date: "2020-04-13" },
            { cell_id: 45, location: "London", status: "active", cell_type: "pico", installation_date: "2024-11-21" },
            { cell_id: 46, location: "Denver", status: "active", cell_type: "micro", installation_date: "2021-06-15" },
            { cell_id: 47, location: "Bogota", status: "inactive", cell_type: "macro", installation_date: "2020-04-19" },
            { cell_id: 48, location: "Hamburg", status: "inactive", cell_type: "macro", installation_date: "2023-01-26" },
            { cell_id: 49, location: "Stockholm", status: "active", cell_type: "micro", installation_date: "2023-08-19" },
            { cell_id: 50, location: null, status: "inactive", cell_type: "micro", installation_date: "2021-07-16" },
            { cell_id: 51, location: "Lyon", status: "inactive", cell_type: "pico", installation_date: "2023-10-02" },
            { cell_id: 52, location: null, status: "active", cell_type: "macro", installation_date: "2022-06-10" },
            { cell_id: 53, location: "Bangkok", status: "inactive", cell_type: "macro", installation_date: "2024-11-20" },
            { cell_id: 54, location: "Bucharest", status: "active", cell_type: "macro", installation_date: "2020-07-26" },
            { cell_id: 55, location: "Oslo", status: "inactive", cell_type: "micro", installation_date: "2022-02-22" },
            { cell_id: 56, location: "Madrid", status: "inactive", cell_type: "macro", installation_date: "2020-10-16" },
            { cell_id: 57, location: "Manchester", status: "active", cell_type: "micro", installation_date: "2023-07-14" },
            { cell_id: 58, location: "Austin", status: "active", cell_type: "pico", installation_date: "2021-08-30" },
            { cell_id: 59, location: "Rome", status: "active", cell_type: "micro", installation_date: "2022-10-28" },
            { cell_id: 60, location: "Athens", status: "inactive", cell_type: "pico", installation_date: "2023-09-25" },
            { cell_id: 61, location: "Nairobi", status: "inactive", cell_type: "macro", installation_date: "2023-05-22" },
            { cell_id: 62, location: "Montreal", status: "active", cell_type: "macro", installation_date: "2023-06-16" },
            { cell_id: 63, location: "Paris", status: "inactive", cell_type: "micro", installation_date: "2023-06-11" },
            { cell_id: 64, location: "Brussels", status: "active", cell_type: "macro", installation_date: "2020-07-07" },
            { cell_id: 65, location: "Boston", status: "inactive", cell_type: "macro", installation_date: "2024-05-22" },
            { cell_id: 66, location: "Ankara", status: "inactive", cell_type: "macro", installation_date: "2020-06-16" },
            { cell_id: 67, location: "Stockholm", status: "active", cell_type: "micro", installation_date: "2022-06-25" },
            { cell_id: 68, location: null, status: "inactive", cell_type: "macro", installation_date: "2023-01-05" },
            { cell_id: 69, location: "Vancouver", status: "active", cell_type: "macro", installation_date: "2024-08-12" },
            { cell_id: 70, location: "Seattle", status: "active", cell_type: "pico", installation_date: "2020-03-22" },
            { cell_id: 71, location: "Nairobi", status: "active", cell_type: "macro", installation_date: "2023-07-11" },
            { cell_id: 72, location: "Auckland", status: "active", cell_type: "macro", installation_date: "2022-10-07" },
            { cell_id: 73, location: "Madrid", status: "active", cell_type: "micro", installation_date: "2022-01-31" },
            { cell_id: 74, location: "Sydney", status: "inactive", cell_type: "macro", installation_date: "2024-10-20" },
            { cell_id: 75, location: "Buenos Aires", status: "active", cell_type: "micro", installation_date: "2021-05-07" },
            { cell_id: 76, location: "Montreal", status: "active", cell_type: "pico", installation_date: "2024-12-19" },
            { cell_id: 77, location: "Kyoto", status: "inactive", cell_type: "macro", installation_date: "2021-04-08" },
            { cell_id: 78, location: "Vancouver", status: "active", cell_type: "macro", installation_date: "2021-04-22" },
            { cell_id: 79, location: "Vancouver", status: "active", cell_type: "macro", installation_date: "2022-04-06" },
            { cell_id: 80, location: "Nairobi", status: "active", cell_type: "micro", installation_date: "2024-05-24" },
            { cell_id: 81, location: "Cape Town", status: "inactive", cell_type: "micro", installation_date: "2020-05-11" },
            { cell_id: 82, location: "Delhi", status: "inactive", cell_type: "macro", installation_date: "2021-06-02" },
            { cell_id: 83, location: "Seoul", status: "inactive", cell_type: "macro", installation_date: "2020-09-18" },
            { cell_id: 84, location: "Oslo", status: "active", cell_type: "macro", installation_date: "2020-08-30" },
            { cell_id: 85, location: "Chicago", status: "inactive", cell_type: "macro", installation_date: "2020-07-07" },
            { cell_id: 86, location: "Stockholm", status: "active", cell_type: "micro", installation_date: "2023-08-22" },
            { cell_id: 87, location: "Montreal", status: "active", cell_type: "micro", installation_date: "2020-05-30" },
            { cell_id: 88, location: "Sao Paulo", status: "inactive", cell_type: "macro", installation_date: "2021-04-21" },
            { cell_id: 89, location: "Austin", status: "inactive", cell_type: "pico", installation_date: "2021-01-19" },
            { cell_id: 90, location: "Stockholm", status: "inactive", cell_type: "macro", installation_date: "2023-09-05" },
            { cell_id: 91, location: "Denver", status: "inactive", cell_type: "micro", installation_date: "2023-11-03" },
            { cell_id: 92, location: "Seoul", status: "inactive", cell_type: "macro", installation_date: "2024-12-21" },
            { cell_id: 93, location: "Vienna", status: "active", cell_type: "pico", installation_date: "2020-11-17" },
            { cell_id: 94, location: "Auckland", status: "inactive", cell_type: "pico", installation_date: "2022-03-25" },
            { cell_id: 95, location: "Taipei", status: "inactive", cell_type: "micro", installation_date: "2024-05-22" },
            { cell_id: 96, location: "Manila", status: "active", cell_type: "macro", installation_date: "2020-01-30" },
            { cell_id: 97, location: "Seattle", status: "inactive", cell_type: "macro", installation_date: "2020-08-26" },
            { cell_id: 98, location: "Hamburg", status: "active", cell_type: "macro", installation_date: "2024-10-16" },
            { cell_id: 99, location: "Munich", status: "inactive", cell_type: "micro", installation_date: "2021-11-04" },
            { cell_id: 100, location: "Bucharest", status: "inactive", cell_type: "pico", installation_date: "2022-05-03" },
        ],
    });
    await prisma.incidents.createMany({
        data: [
            { incident_id: 1, cell_id: 96, start_time: new Date("2023-09-03T16:25:57Z"), end_time: new Date("2023-09-03T16:55:58Z"), affected_subscribers: 353 },
            { incident_id: 2, cell_id: 97, start_time: new Date("2023-06-04T10:53:51Z"), end_time: new Date("2023-06-04T11:51:30Z"), affected_subscribers: 94 },
            { incident_id: 3, cell_id: 34, start_time: new Date("2023-10-24T18:00:44Z"), end_time: new Date("2023-10-24T18:43:46Z"), affected_subscribers: 710 },
            { incident_id: 4, cell_id: 26, start_time: new Date("2024-07-16T10:30:15Z"), end_time: new Date("2024-07-16T11:04:24Z"), affected_subscribers: 676 },
            { incident_id: 5, cell_id: 58, start_time: new Date("2024-05-12T09:07:56Z"), end_time: new Date("2024-05-12T10:01:49Z"), affected_subscribers: 21 },
            { incident_id: 6, cell_id: 60, start_time: new Date("2024-04-13T14:26:49Z"), end_time: new Date("2024-04-13T14:34:40Z"), affected_subscribers: 222 },
            { incident_id: 7, cell_id: 12, start_time: new Date("2024-11-05T22:26:51Z"), end_time: new Date("2024-11-05T22:31:51Z"), affected_subscribers: 60 },
            { incident_id: 8, cell_id: 83, start_time: new Date("2024-04-28T08:20:34Z"), end_time: new Date("2024-04-28T09:13:17Z"), affected_subscribers: 319 },
            { incident_id: 9, cell_id: 15, start_time: new Date("2023-11-14T12:53:55Z"), end_time: new Date("2023-11-14T13:34:48Z"), affected_subscribers: null },
            { incident_id: 10, cell_id: 65, start_time: new Date("2024-07-09T17:55:32Z"), end_time: new Date("2024-07-09T18:38:23Z"), affected_subscribers: null },
            { incident_id: 11, cell_id: 62, start_time: new Date("2023-08-14T22:04:32Z"), end_time: new Date("2023-08-14T22:39:48Z"), affected_subscribers: 135 },
            { incident_id: 12, cell_id: 86, start_time: new Date("2024-04-22T11:39:22Z"), end_time: new Date("2024-04-22T12:25:16Z"), affected_subscribers: 192 },
            { incident_id: 13, cell_id: 79, start_time: new Date("2024-07-07T06:10:35Z"), end_time: new Date("2024-07-07T06:59:14Z"), affected_subscribers: 621 },
            { incident_id: 14, cell_id: 81, start_time: new Date("2023-11-09T13:54:09Z"), end_time: new Date("2023-11-09T14:37:39Z"), affected_subscribers: 136 },
            { incident_id: 15, cell_id: 24, start_time: new Date("2024-10-22T10:25:20Z"), end_time: new Date("2024-10-22T10:56:43Z"), affected_subscribers: 745 },
            { incident_id: 16, cell_id: 56, start_time: new Date("2023-12-27T10:58:20Z"), end_time: new Date("2023-12-27T11:02:28Z"), affected_subscribers: 938 },
            { incident_id: 17, cell_id: 8, start_time: new Date("2024-11-22T10:26:23Z"), end_time: new Date("2024-11-22T11:00:59Z"), affected_subscribers: 62 },
            { incident_id: 18, cell_id: 10, start_time: new Date("2023-04-26T22:36:57Z"), end_time: new Date("2023-04-26T22:46:40Z"), affected_subscribers: 114 },
            { incident_id: 19, cell_id: 93, start_time: new Date("2023-07-31T12:03:44Z"), end_time: new Date("2023-07-31T12:38:10Z"), affected_subscribers: 32 },
            { incident_id: 20, cell_id: 97, start_time: new Date("2024-12-05T13:38:25Z"), end_time: new Date("2024-12-05T14:31:41Z"), affected_subscribers: 532 },
            { incident_id: 21, cell_id: 60, start_time: new Date("2024-12-04T16:44:55Z"), end_time: new Date("2024-12-04T17:43:04Z"), affected_subscribers: null },
            { incident_id: 22, cell_id: 30, start_time: new Date("2024-09-15T10:44:40Z"), end_time: new Date("2024-09-15T11:20:02Z"), affected_subscribers: 11 },
            { incident_id: 23, cell_id: 57, start_time: new Date("2023-01-05T15:06:41Z"), end_time: new Date("2023-01-05T15:11:16Z"), affected_subscribers: 806 },
            { incident_id: 24, cell_id: 33, start_time: new Date("2023-09-29T11:42:07Z"), end_time: new Date("2023-09-29T11:44:48Z"), affected_subscribers: 186 },
            { incident_id: 25, cell_id: 6, start_time: new Date("2024-03-18T16:18:42Z"), end_time: new Date("2024-03-18T17:07:58Z"), affected_subscribers: 319 },
            { incident_id: 26, cell_id: 91, start_time: new Date("2023-09-01T08:56:00Z"), end_time: new Date("2023-09-01T09:22:04Z"), affected_subscribers: 258 },
            { incident_id: 27, cell_id: 2, start_time: new Date("2024-01-15T20:50:07Z"), end_time: new Date("2024-01-15T21:28:53Z"), affected_subscribers: 3 },
            { incident_id: 28, cell_id: 87, start_time: new Date("2023-05-07T09:25:55Z"), end_time: new Date("2023-05-07T10:15:35Z"), affected_subscribers: 2 },
            { incident_id: 29, cell_id: 6, start_time: new Date("2024-08-13T13:33:19Z"), end_time: new Date("2024-08-13T14:23:10Z"), affected_subscribers: 188 },
            { incident_id: 30, cell_id: 48, start_time: new Date("2024-05-30T14:36:36Z"), end_time: new Date("2024-05-30T14:56:55Z"), affected_subscribers: 127 },
            { incident_id: 31, cell_id: 82, start_time: new Date("2023-07-21T18:38:29Z"), end_time: new Date("2023-07-21T18:56:38Z"), affected_subscribers: 651 },
            { incident_id: 32, cell_id: 91, start_time: new Date("2024-08-12T09:08:23Z"), end_time: new Date("2024-08-12T09:29:29Z"), affected_subscribers: 901 },
            { incident_id: 33, cell_id: 46, start_time: new Date("2024-06-26T19:39:06Z"), end_time: new Date("2024-06-26T19:40:30Z"), affected_subscribers: 104 },
            { incident_id: 34, cell_id: 9, start_time: new Date("2023-04-11T20:22:58Z"), end_time: new Date("2023-04-11T20:27:04Z"), affected_subscribers: 407 },
            { incident_id: 35, cell_id: 9, start_time: new Date("2024-05-20T14:45:59Z"), end_time: new Date("2024-05-20T15:28:33Z"), affected_subscribers: 791 },
            { incident_id: 36, cell_id: 25, start_time: new Date("2024-09-18T11:36:25Z"), end_time: new Date("2024-09-18T12:30:36Z"), affected_subscribers: 86 },
            { incident_id: 37, cell_id: 96, start_time: new Date("2023-02-09T10:40:58Z"), end_time: new Date("2023-02-09T11:05:04Z"), affected_subscribers: 14 },
            { incident_id: 38, cell_id: 32, start_time: new Date("2024-10-10T23:31:25Z"), end_time: new Date("2024-10-11T00:12:00Z"), affected_subscribers: 103 },
            { incident_id: 39, cell_id: 37, start_time: new Date("2023-01-30T11:43:41Z"), end_time: new Date("2023-01-30T12:23:30Z"), affected_subscribers: 14 },
            { incident_id: 40, cell_id: 15, start_time: new Date("2024-03-26T12:44:48Z"), end_time: new Date("2024-03-26T13:06:33Z"), affected_subscribers: 646 },
            { incident_id: 41, cell_id: 100, start_time: new Date("2023-03-31T15:21:47Z"), end_time: new Date("2023-03-31T16:09:50Z"), affected_subscribers: 284 },
            { incident_id: 42, cell_id: 59, start_time: new Date("2024-06-11T09:41:36Z"), end_time: new Date("2024-06-11T10:25:53Z"), affected_subscribers: 946 },
            { incident_id: 43, cell_id: 98, start_time: new Date("2024-07-03T23:36:24Z"), end_time: new Date("2024-07-04T00:20:08Z"), affected_subscribers: 5 },
            { incident_id: 44, cell_id: 40, start_time: new Date("2023-04-28T11:07:49Z"), end_time: new Date("2023-04-28T11:13:10Z"), affected_subscribers: 249 },
            { incident_id: 45, cell_id: 90, start_time: new Date("2024-06-20T13:50:50Z"), end_time: new Date("2024-06-20T14:31:13Z"), affected_subscribers: 385 },
            { incident_id: 46, cell_id: 99, start_time: new Date("2023-02-12T15:55:16Z"), end_time: new Date("2023-02-12T16:05:56Z"), affected_subscribers: 560 },
            { incident_id: 47, cell_id: 83, start_time: new Date("2024-02-22T15:09:57Z"), end_time: new Date("2024-02-22T15:33:39Z"), affected_subscribers: 250 },
            { incident_id: 48, cell_id: 11, start_time: new Date("2023-07-19T14:18:03Z"), end_time: new Date("2023-07-19T15:03:45Z"), affected_subscribers: 33 },
            { incident_id: 49, cell_id: 85, start_time: new Date("2023-08-17T18:03:27Z"), end_time: new Date("2023-08-17T19:00:15Z"), affected_subscribers: 8 },
            { incident_id: 50, cell_id: 35, start_time: new Date("2024-01-24T11:00:28Z"), end_time: new Date("2024-01-24T11:54:27Z"), affected_subscribers: 876 },
            { incident_id: 51, cell_id: 78, start_time: new Date("2024-09-26T19:11:10Z"), end_time: new Date("2024-09-26T19:39:01Z"), affected_subscribers: 5 },
            { incident_id: 52, cell_id: 83, start_time: new Date("2024-01-28T16:40:01Z"), end_time: new Date("2024-01-28T17:27:30Z"), affected_subscribers: 106 },
            { incident_id: 53, cell_id: 61, start_time: new Date("2024-03-10T17:50:51Z"), end_time: new Date("2024-03-10T18:11:42Z"), affected_subscribers: 216 },
            { incident_id: 54, cell_id: 18, start_time: new Date("2023-09-25T19:19:41Z"), end_time: new Date("2023-09-25T19:58:54Z"), affected_subscribers: null },
            { incident_id: 55, cell_id: 23, start_time: new Date("2023-07-09T16:56:49Z"), end_time: new Date("2023-07-09T17:38:33Z"), affected_subscribers: 122 },
            { incident_id: 56, cell_id: 63, start_time: new Date("2024-02-01T19:00:31Z"), end_time: new Date("2024-02-01T19:49:38Z"), affected_subscribers: 211 },
            { incident_id: 57, cell_id: 17, start_time: new Date("2024-01-02T18:50:23Z"), end_time: new Date("2024-01-02T19:42:02Z"), affected_subscribers: 690 },
            { incident_id: 58, cell_id: 73, start_time: new Date("2023-01-03T17:08:48Z"), end_time: new Date("2023-01-03T17:30:43Z"), affected_subscribers: 165 },
            { incident_id: 59, cell_id: 96, start_time: new Date("2023-02-04T08:53:43Z"), end_time: new Date("2023-02-04T09:10:00Z"), affected_subscribers: 240 },
            { incident_id: 60, cell_id: 83, start_time: new Date("2023-10-13T11:24:09Z"), end_time: new Date("2023-10-13T11:41:59Z"), affected_subscribers: 176 },
            { incident_id: 61, cell_id: 14, start_time: new Date("2023-04-01T12:01:48Z"), end_time: new Date("2023-04-01T12:22:40Z"), affected_subscribers: 850 },
            { incident_id: 62, cell_id: 55, start_time: new Date("2023-09-02T08:43:06Z"), end_time: new Date("2023-09-02T08:43:17Z"), affected_subscribers: null },
            { incident_id: 63, cell_id: 59, start_time: new Date("2023-02-08T16:43:09Z"), end_time: new Date("2023-02-08T16:46:20Z"), affected_subscribers: 572 },
            { incident_id: 64, cell_id: 73, start_time: new Date("2023-09-28T17:02:15Z"), end_time: new Date("2023-09-28T17:48:38Z"), affected_subscribers: 5 },
            { incident_id: 65, cell_id: 90, start_time: new Date("2023-08-23T18:36:02Z"), end_time: new Date("2023-08-23T19:14:35Z"), affected_subscribers: 424 },
            { incident_id: 66, cell_id: 61, start_time: new Date("2024-04-06T10:51:12Z"), end_time: new Date("2024-04-06T11:38:17Z"), affected_subscribers: null },
            { incident_id: 67, cell_id: 28, start_time: new Date("2024-08-07T23:50:25Z"), end_time: new Date("2024-08-08T00:28:27Z"), affected_subscribers: 482 },
            { incident_id: 68, cell_id: 16, start_time: new Date("2023-07-18T17:10:37Z"), end_time: new Date("2023-07-18T17:25:48Z"), affected_subscribers: 499 },
            { incident_id: 69, cell_id: 39, start_time: new Date("2024-03-02T11:46:51Z"), end_time: new Date("2024-03-02T12:25:13Z"), affected_subscribers: 601 },
            { incident_id: 70, cell_id: 59, start_time: new Date("2023-11-12T01:56:22Z"), end_time: new Date("2023-11-12T02:36:59Z"), affected_subscribers: 2 },
            { incident_id: 71, cell_id: 31, start_time: new Date("2024-09-21T08:49:45Z"), end_time: new Date("2024-09-21T08:56:42Z"), affected_subscribers: 175 },
            { incident_id: 72, cell_id: 16, start_time: new Date("2023-05-20T14:58:26Z"), end_time: new Date("2023-05-20T15:42:03Z"), affected_subscribers: 111 },
            { incident_id: 73, cell_id: 63, start_time: new Date("2024-12-14T19:57:21Z"), end_time: new Date("2024-12-14T20:12:52Z"), affected_subscribers: 3 },
            { incident_id: 74, cell_id: 21, start_time: new Date("2024-04-18T19:10:37Z"), end_time: new Date("2024-04-18T19:44:49Z"), affected_subscribers: null },
            { incident_id: 75, cell_id: 7, start_time: new Date("2023-01-18T14:40:21Z"), end_time: new Date("2023-01-18T15:35:17Z"), affected_subscribers: 490 },
            { incident_id: 76, cell_id: 47, start_time: new Date("2024-12-07T17:09:07Z"), end_time: new Date("2024-12-07T17:39:55Z"), affected_subscribers: 6 },
            { incident_id: 77, cell_id: 63, start_time: new Date("2023-12-18T23:25:50Z"), end_time: new Date("2023-12-19T00:24:53Z"), affected_subscribers: 473 },
            { incident_id: 78, cell_id: 98, start_time: new Date("2024-12-07T19:57:06Z"), end_time: new Date("2024-12-07T20:44:11Z"), affected_subscribers: 844 },
            { incident_id: 79, cell_id: 27, start_time: new Date("2023-09-18T09:03:59Z"), end_time: new Date("2023-09-18T09:09:19Z"), affected_subscribers: 835 },
            { incident_id: 80, cell_id: 47, start_time: new Date("2023-07-17T15:17:28Z"), end_time: new Date("2023-07-17T15:40:54Z"), affected_subscribers: 357 },
            { incident_id: 81, cell_id: 10, start_time: new Date("2024-03-09T16:19:57Z"), end_time: new Date("2024-03-09T17:04:14Z"), affected_subscribers: 930 },
            { incident_id: 82, cell_id: 86, start_time: new Date("2023-08-26T05:04:31Z"), end_time: new Date("2023-08-26T05:28:40Z"), affected_subscribers: 157 },
            { incident_id: 83, cell_id: 4, start_time: new Date("2023-08-22T17:13:44Z"), end_time: new Date("2023-08-22T17:21:22Z"), affected_subscribers: 50 },
            { incident_id: 84, cell_id: 80, start_time: new Date("2023-04-04T13:21:51Z"), end_time: new Date("2023-04-04T14:08:27Z"), affected_subscribers: 438 },
            { incident_id: 85, cell_id: 27, start_time: new Date("2024-05-22T21:31:45Z"), end_time: new Date("2024-05-22T22:07:54Z"), affected_subscribers: 288 },
            { incident_id: 86, cell_id: 61, start_time: new Date("2024-11-24T10:37:32Z"), end_time: new Date("2024-11-24T10:55:15Z"), affected_subscribers: 870 },
            { incident_id: 87, cell_id: 51, start_time: new Date("2023-02-11T19:40:53Z"), end_time: new Date("2023-02-11T19:41:33Z"), affected_subscribers: 324 },
            { incident_id: 88, cell_id: 100, start_time: new Date("2023-12-10T15:26:25Z"), end_time: new Date("2023-12-10T15:52:45Z"), affected_subscribers: 407 },
            { incident_id: 89, cell_id: 95, start_time: new Date("2023-07-15T11:34:59Z"), end_time: new Date("2023-07-15T12:18:18Z"), affected_subscribers: 2 },
            { incident_id: 90, cell_id: 80, start_time: new Date("2024-05-17T07:49:37Z"), end_time: new Date("2024-05-17T08:47:04Z"), affected_subscribers: null },
            { incident_id: 91, cell_id: 90, start_time: new Date("2024-01-14T18:03:21Z"), end_time: new Date("2024-01-14T18:43:32Z"), affected_subscribers: 412 },
            { incident_id: 92, cell_id: 91, start_time: new Date("2023-10-11T19:40:23Z"), end_time: new Date("2023-10-11T20:22:38Z"), affected_subscribers: 903 },
            { incident_id: 93, cell_id: 60, start_time: new Date("2023-10-01T17:22:34Z"), end_time: new Date("2023-10-01T17:23:59Z"), affected_subscribers: 808 },
            { incident_id: 94, cell_id: 69, start_time: new Date("2024-09-30T23:07:49Z"), end_time: new Date("2024-09-30T23:59:46Z"), affected_subscribers: 205 },
            { incident_id: 95, cell_id: 33, start_time: new Date("2023-04-11T22:53:16Z"), end_time: new Date("2023-04-11T23:52:17Z"), affected_subscribers: 417 },
            { incident_id: 96, cell_id: 100, start_time: new Date("2024-07-09T18:58:16Z"), end_time: new Date("2024-07-09T19:23:45Z"), affected_subscribers: 1 },
            { incident_id: 97, cell_id: 85, start_time: new Date("2023-02-16T23:34:53Z"), end_time: new Date("2023-02-17T00:11:37Z"), affected_subscribers: 935 },
            { incident_id: 98, cell_id: 20, start_time: new Date("2023-12-17T18:26:07Z"), end_time: new Date("2023-12-17T19:18:49Z"), affected_subscribers: 20 },
            { incident_id: 99, cell_id: 83, start_time: new Date("2023-03-23T13:39:29Z"), end_time: new Date("2023-03-23T14:32:38Z"), affected_subscribers: 936 },
            { incident_id: 100, cell_id: 71, start_time: new Date("2023-12-04T05:39:26Z"), end_time: new Date("2023-12-04T06:34:57Z"), affected_subscribers: null },
            { incident_id: 101, cell_id: 25, start_time: new Date("2024-10-11T09:25:47Z"), end_time: new Date("2024-10-11T09:30:47Z"), affected_subscribers: 60 },
            { incident_id: 102, cell_id: 50, start_time: new Date("2024-10-10T20:25:12Z"), end_time: new Date("2024-10-10T21:13:09Z"), affected_subscribers: null },
            { incident_id: 103, cell_id: 50, start_time: new Date("2023-08-06T13:02:42Z"), end_time: new Date("2023-08-06T13:33:18Z"), affected_subscribers: null },
            { incident_id: 104, cell_id: 3, start_time: new Date("2024-02-25T20:01:43Z"), end_time: new Date("2024-02-25T20:03:23Z"), affected_subscribers: 948 },
            { incident_id: 105, cell_id: 78, start_time: new Date("2024-09-05T15:41:23Z"), end_time: new Date("2024-09-05T15:46:42Z"), affected_subscribers: 692 },
            { incident_id: 106, cell_id: 92, start_time: new Date("2023-05-28T09:04:04Z"), end_time: new Date("2023-05-28T09:40:47Z"), affected_subscribers: 237 },
            { incident_id: 107, cell_id: 49, start_time: new Date("2024-10-13T18:24:12Z"), end_time: new Date("2024-10-13T18:40:35Z"), affected_subscribers: 521 },
            { incident_id: 108, cell_id: 85, start_time: new Date("2023-09-15T23:27:22Z"), end_time: new Date("2023-09-15T23:48:36Z"), affected_subscribers: 917 },
            { incident_id: 109, cell_id: 12, start_time: new Date("2024-11-18T17:33:04Z"), end_time: new Date("2024-11-18T17:47:15Z"), affected_subscribers: 73 },
            { incident_id: 110, cell_id: 86, start_time: new Date("2024-03-04T15:51:28Z"), end_time: new Date("2024-03-04T16:37:22Z"), affected_subscribers: 431 },
            { incident_id: 111, cell_id: 88, start_time: new Date("2024-08-20T13:26:29Z"), end_time: new Date("2024-08-20T13:44:00Z"), affected_subscribers: 548 },
            { incident_id: 112, cell_id: 51, start_time: new Date("2024-08-17T13:18:51Z"), end_time: new Date("2024-08-17T13:46:42Z"), affected_subscribers: 16 },
            { incident_id: 113, cell_id: 89, start_time: new Date("2024-09-05T08:31:44Z"), end_time: new Date("2024-09-05T09:18:02Z"), affected_subscribers: null },
            { incident_id: 114, cell_id: 41, start_time: new Date("2024-10-02T11:52:00Z"), end_time: new Date("2024-10-02T12:47:32Z"), affected_subscribers: 5 },
            { incident_id: 115, cell_id: 46, start_time: new Date("2024-02-12T11:05:09Z"), end_time: new Date("2024-02-12T11:41:25Z"), affected_subscribers: 189 },
            { incident_id: 116, cell_id: 22, start_time: new Date("2023-10-16T16:42:10Z"), end_time: new Date("2023-10-16T17:07:54Z"), affected_subscribers: 5 },
            { incident_id: 117, cell_id: 68, start_time: new Date("2023-01-26T10:18:53Z"), end_time: new Date("2023-01-26T10:33:00Z"), affected_subscribers: 104 },
            { incident_id: 118, cell_id: 37, start_time: new Date("2023-12-09T17:51:34Z"), end_time: new Date("2023-12-09T18:40:50Z"), affected_subscribers: 174 },
            { incident_id: 119, cell_id: 61, start_time: new Date("2023-06-09T08:45:46Z"), end_time: new Date("2023-06-09T09:04:07Z"), affected_subscribers: 539 },
            { incident_id: 120, cell_id: 86, start_time: new Date("2023-01-05T11:18:44Z"), end_time: new Date("2023-01-05T11:44:13Z"), affected_subscribers: 101 },
            { incident_id: 121, cell_id: 42, start_time: new Date("2023-04-15T17:00:58Z"), end_time: new Date("2023-04-15T17:27:26Z"), affected_subscribers: 78 },
            { incident_id: 122, cell_id: 3, start_time: new Date("2024-07-28T17:54:09Z"), end_time: new Date("2024-07-28T18:35:49Z"), affected_subscribers: 831 },
            { incident_id: 123, cell_id: 5, start_time: new Date("2024-01-13T14:41:35Z"), end_time: new Date("2024-01-13T15:29:11Z"), affected_subscribers: 384 },
            { incident_id: 124, cell_id: 23, start_time: new Date("2024-11-06T15:26:20Z"), end_time: new Date("2024-11-06T15:29:54Z"), affected_subscribers: 3 },
            { incident_id: 125, cell_id: 42, start_time: new Date("2023-02-17T13:22:01Z"), end_time: new Date("2023-02-17T13:56:11Z"), affected_subscribers: 588 },
            { incident_id: 126, cell_id: 97, start_time: new Date("2023-09-23T20:19:55Z"), end_time: new Date("2023-09-23T21:09:42Z"), affected_subscribers: 196 },
            { incident_id: 127, cell_id: 12, start_time: new Date("2024-10-19T06:21:11Z"), end_time: new Date("2024-10-19T06:35:25Z"), affected_subscribers: 761 },
            { incident_id: 128, cell_id: 26, start_time: new Date("2023-04-30T08:24:34Z"), end_time: new Date("2023-04-30T09:22:39Z"), affected_subscribers: 490 },
            { incident_id: 129, cell_id: 11, start_time: new Date("2024-09-24T13:18:01Z"), end_time: new Date("2024-09-24T13:32:48Z"), affected_subscribers: 6 },
            { incident_id: 130, cell_id: 45, start_time: new Date("2023-02-12T09:13:27Z"), end_time: new Date("2023-02-12T09:22:17Z"), affected_subscribers: 251 },
            { incident_id: 131, cell_id: 71, start_time: new Date("2023-08-28T21:29:56Z"), end_time: new Date("2023-08-28T22:19:19Z"), affected_subscribers: 482 },
            { incident_id: 132, cell_id: 3, start_time: new Date("2024-01-14T14:39:34Z"), end_time: new Date("2024-01-14T15:28:05Z"), affected_subscribers: 86 },
            { incident_id: 133, cell_id: 72, start_time: new Date("2023-10-10T14:37:09Z"), end_time: new Date("2023-10-10T15:06:39Z"), affected_subscribers: 941 },
            { incident_id: 134, cell_id: 30, start_time: new Date("2024-10-05T18:39:10Z"), end_time: new Date("2024-10-05T19:14:06Z"), affected_subscribers: 534 },
            { incident_id: 135, cell_id: 28, start_time: new Date("2024-10-08T12:29:37Z"), end_time: new Date("2024-10-08T13:22:03Z"), affected_subscribers: 167 },
            { incident_id: 136, cell_id: 97, start_time: new Date("2023-04-03T22:17:30Z"), end_time: new Date("2023-04-03T22:20:36Z"), affected_subscribers: 821 },
            { incident_id: 137, cell_id: 40, start_time: new Date("2024-05-05T08:32:05Z"), end_time: new Date("2024-05-05T08:53:56Z"), affected_subscribers: 27 },
            { incident_id: 138, cell_id: 44, start_time: new Date("2023-04-20T09:23:57Z"), end_time: new Date("2023-04-20T09:29:41Z"), affected_subscribers: 6 },
            { incident_id: 139, cell_id: 63, start_time: new Date("2024-11-26T11:04:46Z"), end_time: new Date("2024-11-26T11:58:40Z"), affected_subscribers: 288 },
            { incident_id: 140, cell_id: 27, start_time: new Date("2024-11-14T19:26:48Z"), end_time: new Date("2024-11-14T20:18:48Z"), affected_subscribers: 38 },
            { incident_id: 141, cell_id: 68, start_time: new Date("2024-03-05T17:22:30Z"), end_time: new Date("2024-03-05T17:47:18Z"), affected_subscribers: null },
            { incident_id: 142, cell_id: 13, start_time: new Date("2024-12-31T00:55:09Z"), end_time: new Date("2024-12-31T01:31:20Z"), affected_subscribers: null },
            { incident_id: 143, cell_id: 34, start_time: new Date("2023-12-19T11:41:35Z"), end_time: new Date("2023-12-19T12:29:13Z"), affected_subscribers: 204 },
            { incident_id: 144, cell_id: 38, start_time: new Date("2023-01-18T19:29:11Z"), end_time: new Date("2023-01-18T19:58:38Z"), affected_subscribers: 728 },
            { incident_id: 145, cell_id: 22, start_time: new Date("2024-05-10T17:52:08Z"), end_time: new Date("2024-05-10T18:21:43Z"), affected_subscribers: null },
            { incident_id: 146, cell_id: 54, start_time: new Date("2024-02-27T19:55:45Z"), end_time: new Date("2024-02-27T20:01:50Z"), affected_subscribers: 948 },
            { incident_id: 147, cell_id: 28, start_time: new Date("2024-12-23T13:47:27Z"), end_time: new Date("2024-12-23T14:09:17Z"), affected_subscribers: 6 },
            { incident_id: 148, cell_id: 40, start_time: new Date("2023-07-30T16:21:55Z"), end_time: new Date("2023-07-30T16:38:52Z"), affected_subscribers: 708 },
            { incident_id: 149, cell_id: 46, start_time: new Date("2024-07-19T14:42:26Z"), end_time: new Date("2024-07-19T14:52:59Z"), affected_subscribers: 4 },
            { incident_id: 150, cell_id: 37, start_time: new Date("2023-09-30T20:32:23Z"), end_time: new Date("2023-09-30T20:43:29Z"), affected_subscribers: 15 },
            { incident_id: 151, cell_id: 91, start_time: new Date("2024-07-12T06:50:11Z"), end_time: new Date("2024-07-12T07:49:39Z"), affected_subscribers: null },
            { incident_id: 152, cell_id: 51, start_time: new Date("2024-12-11T13:48:59Z"), end_time: new Date("2024-12-11T14:38:48Z"), affected_subscribers: 599 },
            { incident_id: 153, cell_id: 53, start_time: new Date("2023-04-16T17:11:37Z"), end_time: new Date("2023-04-16T17:28:27Z"), affected_subscribers: null },
            { incident_id: 154, cell_id: 60, start_time: new Date("2024-08-18T23:23:12Z"), end_time: new Date("2024-08-19T00:00:16Z"), affected_subscribers: 19 },
            { incident_id: 155, cell_id: 36, start_time: new Date("2024-12-06T10:42:33Z"), end_time: new Date("2024-12-06T11:00:35Z"), affected_subscribers: 376 },
            { incident_id: 156, cell_id: 88, start_time: new Date("2024-06-24T21:02:01Z"), end_time: new Date("2024-06-24T21:06:22Z"), affected_subscribers: 118 },
            { incident_id: 157, cell_id: 93, start_time: new Date("2024-07-30T17:23:08Z"), end_time: new Date("2024-07-30T17:25:10Z"), affected_subscribers: 480 },
            { incident_id: 158, cell_id: 51, start_time: new Date("2023-12-21T09:29:47Z"), end_time: new Date("2023-12-21T09:46:45Z"), affected_subscribers: 602 },
            { incident_id: 159, cell_id: 75, start_time: new Date("2023-11-05T07:38:14Z"), end_time: new Date("2023-11-05T07:51:15Z"), affected_subscribers: 868 },
            { incident_id: 160, cell_id: 70, start_time: new Date("2024-07-07T15:22:41Z"), end_time: new Date("2024-07-07T15:51:22Z"), affected_subscribers: 898 },
            { incident_id: 161, cell_id: 42, start_time: new Date("2024-01-23T18:41:21Z"), end_time: new Date("2024-01-23T19:29:43Z"), affected_subscribers: 867 },
            { incident_id: 162, cell_id: 81, start_time: new Date("2023-07-06T16:45:26Z"), end_time: new Date("2023-07-06T17:09:17Z"), affected_subscribers: 878 },
            { incident_id: 163, cell_id: 12, start_time: new Date("2024-08-31T18:55:57Z"), end_time: new Date("2024-08-31T19:36:10Z"), affected_subscribers: 720 },
            { incident_id: 164, cell_id: 23, start_time: new Date("2024-06-28T17:12:11Z"), end_time: new Date("2024-06-28T17:45:12Z"), affected_subscribers: 208 },
            { incident_id: 165, cell_id: 62, start_time: new Date("2024-06-23T09:21:41Z"), end_time: new Date("2024-06-23T10:15:50Z"), affected_subscribers: 2 },
            { incident_id: 166, cell_id: 15, start_time: new Date("2023-12-23T15:56:07Z"), end_time: new Date("2023-12-23T16:16:43Z"), affected_subscribers: 448 },
            { incident_id: 167, cell_id: 63, start_time: new Date("2024-10-29T16:03:45Z"), end_time: new Date("2024-10-29T16:42:38Z"), affected_subscribers: 48 },
            { incident_id: 168, cell_id: 19, start_time: new Date("2024-10-07T07:29:40Z"), end_time: new Date("2024-10-07T08:16:02Z"), affected_subscribers: 17 },
            { incident_id: 169, cell_id: 30, start_time: new Date("2023-04-03T12:45:31Z"), end_time: new Date("2023-04-03T13:38:33Z"), affected_subscribers: 461 },
            { incident_id: 170, cell_id: 62, start_time: new Date("2023-11-06T15:46:50Z"), end_time: new Date("2023-11-06T16:04:28Z"), affected_subscribers: 15 },
            { incident_id: 171, cell_id: 23, start_time: new Date("2024-08-07T20:38:00Z"), end_time: new Date("2024-08-07T20:55:49Z"), affected_subscribers: 65 },
            { incident_id: 172, cell_id: 88, start_time: new Date("2023-04-02T21:04:19Z"), end_time: new Date("2023-04-02T21:17:21Z"), affected_subscribers: 343 },
            { incident_id: 173, cell_id: 66, start_time: new Date("2023-05-03T08:00:27Z"), end_time: new Date("2023-05-03T08:13:45Z"), affected_subscribers: 28 },
            { incident_id: 174, cell_id: 84, start_time: new Date("2023-03-29T12:18:57Z"), end_time: new Date("2023-03-29T12:28:10Z"), affected_subscribers: 125 },
            { incident_id: 175, cell_id: 33, start_time: new Date("2023-11-10T22:53:03Z"), end_time: new Date("2023-11-10T22:57:16Z"), affected_subscribers: 273 },
            { incident_id: 176, cell_id: 54, start_time: new Date("2024-04-23T21:26:24Z"), end_time: new Date("2024-04-23T21:38:39Z"), affected_subscribers: 11 },
            { incident_id: 177, cell_id: 77, start_time: new Date("2024-09-18T14:54:32Z"), end_time: new Date("2024-09-18T15:50:06Z"), affected_subscribers: 290 },
            { incident_id: 178, cell_id: 8, start_time: new Date("2023-05-12T20:36:21Z"), end_time: new Date("2023-05-12T20:57:32Z"), affected_subscribers: 92 },
            { incident_id: 179, cell_id: 68, start_time: new Date("2024-12-22T14:10:52Z"), end_time: new Date("2024-12-22T14:48:53Z"), affected_subscribers: 414 },
            { incident_id: 180, cell_id: 58, start_time: new Date("2023-10-11T12:59:13Z"), end_time: new Date("2023-10-11T13:51:58Z"), affected_subscribers: 301 },
            { incident_id: 181, cell_id: 100, start_time: new Date("2023-02-05T17:15:19Z"), end_time: new Date("2023-02-05T17:47:55Z"), affected_subscribers: 317 },
            { incident_id: 182, cell_id: 43, start_time: new Date("2023-04-13T17:40:15Z"), end_time: new Date("2023-04-13T18:34:11Z"), affected_subscribers: 853 },
            { incident_id: 183, cell_id: 100, start_time: new Date("2024-03-10T09:20:11Z"), end_time: new Date("2024-03-10T09:53:09Z"), affected_subscribers: null },
            { incident_id: 184, cell_id: 23, start_time: new Date("2023-10-07T10:05:41Z"), end_time: new Date("2023-10-07T10:44:09Z"), affected_subscribers: 129 },
            { incident_id: 185, cell_id: 12, start_time: new Date("2023-07-30T16:46:21Z"), end_time: new Date("2023-07-30T17:21:39Z"), affected_subscribers: 948 },
            { incident_id: 186, cell_id: 77, start_time: new Date("2023-06-03T17:55:02Z"), end_time: new Date("2023-06-03T18:11:22Z"), affected_subscribers: 901 },
            { incident_id: 187, cell_id: 39, start_time: new Date("2024-07-22T13:16:31Z"), end_time: new Date("2024-07-22T13:45:00Z"), affected_subscribers: 833 },
            { incident_id: 188, cell_id: 30, start_time: new Date("2024-04-06T09:10:57Z"), end_time: new Date("2024-04-06T09:34:18Z"), affected_subscribers: 5 },
            { incident_id: 189, cell_id: 52, start_time: new Date("2023-04-17T17:40:02Z"), end_time: new Date("2023-04-17T17:44:27Z"), affected_subscribers: 837 },
            { incident_id: 190, cell_id: 80, start_time: new Date("2024-12-16T11:15:19Z"), end_time: new Date("2024-12-16T11:51:17Z"), affected_subscribers: 99 },
            { incident_id: 191, cell_id: 3, start_time: new Date("2023-08-10T17:39:37Z"), end_time: new Date("2023-08-10T17:41:02Z"), affected_subscribers: 258 },
            { incident_id: 192, cell_id: 95, start_time: new Date("2023-08-05T20:15:22Z"), end_time: new Date("2023-08-05T20:20:53Z"), affected_subscribers: 567 },
            { incident_id: 193, cell_id: 27, start_time: new Date("2024-05-31T15:15:36Z"), end_time: new Date("2024-05-31T15:17:33Z"), affected_subscribers: 14 },
            { incident_id: 194, cell_id: 54, start_time: new Date("2023-09-26T13:43:50Z"), end_time: new Date("2023-09-26T13:59:31Z"), affected_subscribers: 36 },
            { incident_id: 195, cell_id: 1, start_time: new Date("2023-01-24T03:28:47Z"), end_time: new Date("2023-01-24T03:48:00Z"), affected_subscribers: 64 },
            { incident_id: 196, cell_id: 64, start_time: new Date("2023-12-22T12:18:04Z"), end_time: new Date("2023-12-22T12:21:16Z"), affected_subscribers: 160 },
            { incident_id: 197, cell_id: 79, start_time: new Date("2024-12-31T10:19:47Z"), end_time: new Date("2024-12-31T10:29:37Z"), affected_subscribers: 464 },
            { incident_id: 198, cell_id: 11, start_time: new Date("2024-12-07T18:39:28Z"), end_time: new Date("2024-12-07T19:00:33Z"), affected_subscribers: 126 },
            { incident_id: 199, cell_id: 86, start_time: new Date("2024-11-23T22:20:46Z"), end_time: new Date("2024-11-23T22:47:38Z"), affected_subscribers: 118 },
            { incident_id: 200, cell_id: 15, start_time: new Date("2023-03-29T11:03:31Z"), end_time: new Date("2023-03-29T11:11:23Z"), affected_subscribers: 26 },
            { incident_id: 201, cell_id: 80, start_time: new Date("2024-08-08T19:32:25Z"), end_time: new Date("2024-08-08T19:48:07Z"), affected_subscribers: 19 },
            { incident_id: 202, cell_id: 16, start_time: new Date("2024-05-09T20:43:31Z"), end_time: new Date("2024-05-09T21:10:37Z"), affected_subscribers: 529 },
            { incident_id: 203, cell_id: 19, start_time: new Date("2023-02-27T08:41:32Z"), end_time: new Date("2023-02-27T09:13:12Z"), affected_subscribers: 976 },
            { incident_id: 204, cell_id: 3, start_time: new Date("2023-08-30T12:59:06Z"), end_time: new Date("2023-08-30T13:09:31Z"), affected_subscribers: 570 },
            { incident_id: 205, cell_id: 47, start_time: new Date("2023-05-04T13:09:01Z"), end_time: new Date("2023-05-04T13:35:31Z"), affected_subscribers: 722 },
            { incident_id: 206, cell_id: 85, start_time: new Date("2024-10-16T22:12:04Z"), end_time: new Date("2024-10-16T22:22:58Z"), affected_subscribers: 88 },
            { incident_id: 207, cell_id: 77, start_time: new Date("2023-01-17T13:53:21Z"), end_time: new Date("2023-01-17T14:20:02Z"), affected_subscribers: null },
            { incident_id: 208, cell_id: 54, start_time: new Date("2024-11-02T09:23:39Z"), end_time: new Date("2024-11-02T09:41:02Z"), affected_subscribers: 655 },
            { incident_id: 209, cell_id: 16, start_time: new Date("2023-06-30T18:26:58Z"), end_time: new Date("2023-06-30T18:53:33Z"), affected_subscribers: 587 },
            { incident_id: 210, cell_id: 24, start_time: new Date("2023-07-25T08:51:27Z"), end_time: new Date("2023-07-25T08:57:12Z"), affected_subscribers: 37 },
            { incident_id: 211, cell_id: 78, start_time: new Date("2024-01-13T09:33:21Z"), end_time: new Date("2024-01-13T09:35:12Z"), affected_subscribers: 553 },
            { incident_id: 212, cell_id: 11, start_time: new Date("2023-06-20T10:52:00Z"), end_time: new Date("2023-06-20T11:42:56Z"), affected_subscribers: 726 },
            { incident_id: 213, cell_id: 15, start_time: new Date("2023-05-12T21:18:03Z"), end_time: new Date("2023-05-12T22:16:27Z"), affected_subscribers: 871 },
            { incident_id: 214, cell_id: 42, start_time: new Date("2023-12-25T20:57:48Z"), end_time: new Date("2023-12-25T21:41:30Z"), affected_subscribers: 880 },
            { incident_id: 215, cell_id: 76, start_time: new Date("2024-02-26T19:34:09Z"), end_time: new Date("2024-02-26T20:32:08Z"), affected_subscribers: 111 },
            { incident_id: 216, cell_id: 73, start_time: new Date("2023-02-22T15:14:30Z"), end_time: new Date("2023-02-22T15:52:00Z"), affected_subscribers: 307 },
            { incident_id: 217, cell_id: 77, start_time: new Date("2024-12-25T13:08:08Z"), end_time: new Date("2024-12-25T13:41:06Z"), affected_subscribers: 844 },
            { incident_id: 218, cell_id: 74, start_time: new Date("2024-12-20T12:13:53Z"), end_time: new Date("2024-12-20T12:22:13Z"), affected_subscribers: 712 },
            { incident_id: 219, cell_id: 80, start_time: new Date("2023-04-20T10:40:35Z"), end_time: new Date("2023-04-20T10:50:27Z"), affected_subscribers: null },
            { incident_id: 220, cell_id: 7, start_time: new Date("2023-03-02T21:18:25Z"), end_time: new Date("2023-03-02T21:53:08Z"), affected_subscribers: 700 },
            { incident_id: 221, cell_id: 6, start_time: new Date("2024-05-19T09:33:10Z"), end_time: new Date("2024-05-19T09:42:29Z"), affected_subscribers: 824 },
            { incident_id: 222, cell_id: 98, start_time: new Date("2023-01-05T12:25:35Z"), end_time: new Date("2023-01-05T13:14:51Z"), affected_subscribers: 526 },
            { incident_id: 223, cell_id: 29, start_time: new Date("2023-10-19T19:31:21Z"), end_time: new Date("2023-10-19T20:09:49Z"), affected_subscribers: 248 },
            { incident_id: 224, cell_id: 60, start_time: new Date("2023-11-19T21:54:57Z"), end_time: new Date("2023-11-19T22:01:05Z"), affected_subscribers: 22 },
            { incident_id: 225, cell_id: 7, start_time: new Date("2023-10-29T08:52:22Z"), end_time: new Date("2023-10-29T09:25:12Z"), affected_subscribers: 129 },
            { incident_id: 226, cell_id: 59, start_time: new Date("2024-04-10T13:30:03Z"), end_time: new Date("2024-04-10T13:31:36Z"), affected_subscribers: 884 },
            { incident_id: 227, cell_id: 88, start_time: new Date("2024-10-25T07:26:28Z"), end_time: new Date("2024-10-25T08:12:44Z"), affected_subscribers: 907 },
            { incident_id: 228, cell_id: 67, start_time: new Date("2024-12-09T13:22:27Z"), end_time: new Date("2024-12-09T14:11:12Z"), affected_subscribers: 540 },
            { incident_id: 229, cell_id: 16, start_time: new Date("2023-01-16T17:23:31Z"), end_time: new Date("2023-01-16T17:57:10Z"), affected_subscribers: 12 },
            { incident_id: 230, cell_id: 94, start_time: new Date("2024-11-15T21:30:38Z"), end_time: new Date("2024-11-15T22:20:37Z"), affected_subscribers: 602 },
        ],
    });
    await prisma.tickets.createMany({
        data: [
            { ticket_id: 1, incident_id: 53, created_at: new Date("2024-06-11T14:35:14Z"), resolved_at: new Date("2024-06-16T00:30:15Z"), status: "in-progress" },
            { ticket_id: 2, incident_id: 100, created_at: new Date("2024-03-22T00:58:59Z"), resolved_at: new Date("2024-03-22T22:45:52Z"), status: "closed" },
            { ticket_id: 3, incident_id: 94, created_at: new Date("2023-05-19T14:54:46Z"), resolved_at: new Date("2023-05-19T18:33:49Z"), status: "closed" },
            { ticket_id: 4, incident_id: 229, created_at: new Date("2024-04-17T12:48:34Z"), resolved_at: new Date("2024-04-18T20:21:04Z"), status: "closed" },
            { ticket_id: 5, incident_id: 162, created_at: new Date("2023-04-30T16:07:14Z"), resolved_at: new Date("2023-05-01T08:12:24Z"), status: "closed" },
            { ticket_id: 6, incident_id: 64, created_at: new Date("2023-02-09T14:40:32Z"), resolved_at: new Date("2023-02-13T18:53:00Z"), status: "closed" },
            { ticket_id: 7, incident_id: 52, created_at: new Date("2023-04-29T15:53:59Z"), resolved_at: new Date("2023-05-02T21:28:54Z"), status: "closed" },
            { ticket_id: 8, incident_id: 78, created_at: new Date("2023-11-26T09:14:00Z"), resolved_at: new Date("2023-11-29T10:22:22Z"), status: "closed" },
            { ticket_id: 9, incident_id: 166, created_at: new Date("2024-04-22T13:28:22Z"), resolved_at: new Date("2024-04-23T19:37:59Z"), status: "closed" },
            { ticket_id: 10, incident_id: 124, created_at: new Date("2024-03-22T17:50:39Z"), resolved_at: new Date("2024-03-28T00:53:58Z"), status: "closed" },
            { ticket_id: 11, incident_id: 166, created_at: new Date("2023-09-23T10:54:40Z"), resolved_at: null, status: "open" },
            { ticket_id: 12, incident_id: 133, created_at: new Date("2023-08-02T16:59:00Z"), resolved_at: null, status: "open" },
            { ticket_id: 13, incident_id: 190, created_at: new Date("2024-08-18T10:18:05Z"), resolved_at: null, status: "open" },
            { ticket_id: 14, incident_id: 49, created_at: new Date("2024-07-13T11:00:24Z"), resolved_at: null, status: "open" },
            { ticket_id: 15, incident_id: 30, created_at: new Date("2023-05-28T11:29:07Z"), resolved_at: new Date("2023-05-29T11:36:13Z"), status: "closed" },
            { ticket_id: 16, incident_id: 144, created_at: new Date("2024-09-05T09:25:43Z"), resolved_at: new Date("2024-09-06T15:13:46Z"), status: "in-progress" },
            { ticket_id: 17, incident_id: 85, created_at: new Date("2023-04-08T12:58:11Z"), resolved_at: null, status: "open" },
            { ticket_id: 18, incident_id: 188, created_at: new Date("2023-03-11T10:00:42Z"), resolved_at: new Date("2023-03-16T03:09:03Z"), status: "in-progress" },
            { ticket_id: 19, incident_id: 11, created_at: new Date("2024-08-16T14:48:29Z"), resolved_at: new Date("2024-08-23T14:02:54Z"), status: "closed" },
            { ticket_id: 20, incident_id: 40, created_at: new Date("2023-04-21T12:27:43Z"), resolved_at: new Date("2023-04-27T05:25:29Z"), status: "closed" },
            { ticket_id: 21, incident_id: 76, created_at: new Date("2023-06-02T13:46:09Z"), resolved_at: null, status: "open" },
            { ticket_id: 22, incident_id: 160, created_at: new Date("2023-01-23T19:51:17Z"), resolved_at: null, status: "open" },
            { ticket_id: 23, incident_id: 205, created_at: new Date("2024-04-17T19:29:27Z"), resolved_at: new Date("2024-04-18T13:36:23Z"), status: "in-progress" },
            { ticket_id: 24, incident_id: 140, created_at: new Date("2024-06-13T14:53:34Z"), resolved_at: new Date("2024-06-14T00:18:49Z"), status: "closed" },
            { ticket_id: 25, incident_id: 192, created_at: new Date("2023-03-12T17:17:33Z"), resolved_at: new Date("2023-03-14T10:49:32Z"), status: "closed" },
            { ticket_id: 26, incident_id: 215, created_at: new Date("2023-07-27T14:07:19Z"), resolved_at: null, status: "open" },
            { ticket_id: 27, incident_id: 45, created_at: new Date("2023-02-05T14:39:56Z"), resolved_at: new Date("2023-02-12T00:02:24Z"), status: "in-progress" },
            { ticket_id: 28, incident_id: 30, created_at: new Date("2024-04-27T14:18:11Z"), resolved_at: new Date("2024-04-28T10:47:34Z"), status: "closed" },
            { ticket_id: 29, incident_id: 95, created_at: new Date("2024-12-07T17:17:44Z"), resolved_at: new Date("2024-12-09T09:59:26Z"), status: "closed" },
            { ticket_id: 30, incident_id: 106, created_at: new Date("2024-02-12T09:55:55Z"), resolved_at: new Date("2024-02-16T21:29:54Z"), status: "closed" },
            { ticket_id: 31, incident_id: 33, created_at: new Date("2023-09-12T14:37:15Z"), resolved_at: new Date("2023-09-17T00:46:35Z"), status: "closed" },
            { ticket_id: 32, incident_id: 110, created_at: new Date("2024-08-07T15:34:01Z"), resolved_at: null, status: "open" },
            { ticket_id: 33, incident_id: 16, created_at: new Date("2024-04-19T14:43:50Z"), resolved_at: new Date("2024-04-19T23:56:07Z"), status: "closed" },
            { ticket_id: 34, incident_id: 92, created_at: new Date("2024-10-14T10:53:10Z"), resolved_at: new Date("2024-10-21T06:25:48Z"), status: "in-progress" },
            { ticket_id: 35, incident_id: 176, created_at: new Date("2024-09-22T17:08:37Z"), resolved_at: new Date("2024-09-27T21:49:50Z"), status: "closed" },
            { ticket_id: 36, incident_id: 147, created_at: new Date("2024-07-29T13:39:43Z"), resolved_at: new Date("2024-08-02T20:41:04Z"), status: "closed" },
            { ticket_id: 37, incident_id: 143, created_at: new Date("2024-07-28T10:49:45Z"), resolved_at: null, status: "open" },
            { ticket_id: 38, incident_id: 163, created_at: new Date("2024-12-26T16:30:02Z"), resolved_at: new Date("2025-01-02T15:46:46Z"), status: "closed" },
            { ticket_id: 39, incident_id: 184, created_at: new Date("2024-11-18T09:31:36Z"), resolved_at: null, status: "open" },
            { ticket_id: 40, incident_id: 132, created_at: new Date("2023-03-23T11:51:18Z"), resolved_at: null, status: "open" },
            { ticket_id: 41, incident_id: 142, created_at: new Date("2023-12-16T16:32:02Z"), resolved_at: new Date("2023-12-21T08:56:48Z"), status: "closed" },
            { ticket_id: 42, incident_id: 95, created_at: new Date("2023-06-13T17:17:18Z"), resolved_at: new Date("2023-06-15T14:22:13Z"), status: "closed" },
            { ticket_id: 43, incident_id: 198, created_at: new Date("2023-07-31T12:01:26Z"), resolved_at: new Date("2023-08-06T00:41:12Z"), status: "closed" },
            { ticket_id: 44, incident_id: 103, created_at: new Date("2024-02-05T18:45:51Z"), resolved_at: null, status: "open" },
            { ticket_id: 45, incident_id: 16, created_at: new Date("2023-01-25T08:10:43Z"), resolved_at: null, status: "open" },
            { ticket_id: 46, incident_id: 168, created_at: new Date("2023-09-23T17:37:42Z"), resolved_at: new Date("2023-09-27T17:23:56Z"), status: "closed" },
            { ticket_id: 47, incident_id: 17, created_at: new Date("2024-06-02T11:10:10Z"), resolved_at: null, status: "open" },
            { ticket_id: 48, incident_id: 24, created_at: new Date("2024-01-29T07:03:37Z"), resolved_at: new Date("2024-02-04T11:39:40Z"), status: "closed" },
            { ticket_id: 49, incident_id: 46, created_at: new Date("2023-02-17T15:21:16Z"), resolved_at: new Date("2023-02-23T18:08:13Z"), status: "closed" },
            { ticket_id: 50, incident_id: 201, created_at: new Date("2023-06-02T11:58:04Z"), resolved_at: null, status: "open" },
            { ticket_id: 51, incident_id: 207, created_at: new Date("2023-09-07T14:46:16Z"), resolved_at: new Date("2023-09-08T16:51:27Z"), status: "in-progress" },
            { ticket_id: 52, incident_id: 203, created_at: new Date("2024-01-30T07:15:44Z"), resolved_at: new Date("2024-02-04T06:01:57Z"), status: "in-progress" },
            { ticket_id: 53, incident_id: 6, created_at: new Date("2024-09-12T17:03:04Z"), resolved_at: null, status: "open" },
            { ticket_id: 54, incident_id: 119, created_at: new Date("2023-06-26T15:26:28Z"), resolved_at: null, status: "open" },
            { ticket_id: 55, incident_id: 75, created_at: new Date("2024-01-04T20:09:25Z"), resolved_at: new Date("2024-01-07T20:46:15Z"), status: "closed" },
            { ticket_id: 56, incident_id: 54, created_at: new Date("2023-03-29T09:05:25Z"), resolved_at: new Date("2023-03-30T10:57:48Z"), status: "closed" },
            { ticket_id: 57, incident_id: 113, created_at: new Date("2023-08-04T09:07:35Z"), resolved_at: new Date("2023-08-05T11:45:46Z"), status: "closed" },
            { ticket_id: 58, incident_id: 87, created_at: new Date("2023-04-12T13:17:14Z"), resolved_at: new Date("2023-04-17T15:17:59Z"), status: "closed" },
            { ticket_id: 59, incident_id: 68, created_at: new Date("2023-07-12T14:50:14Z"), resolved_at: new Date("2023-07-16T18:15:29Z"), status: "in-progress" },
            { ticket_id: 60, incident_id: 59, created_at: new Date("2024-11-30T11:49:29Z"), resolved_at: new Date("2024-12-07T01:34:40Z"), status: "closed" },
            { ticket_id: 61, incident_id: 34, created_at: new Date("2024-08-14T11:16:37Z"), resolved_at: new Date("2024-08-15T02:56:07Z"), status: "closed" },
            { ticket_id: 62, incident_id: 21, created_at: new Date("2024-07-30T09:23:32Z"), resolved_at: new Date("2024-08-03T02:32:30Z"), status: "in-progress" },
            { ticket_id: 63, incident_id: 173, created_at: new Date("2023-09-27T11:41:18Z"), resolved_at: null, status: "open" },
            { ticket_id: 64, incident_id: 14, created_at: new Date("2024-02-18T20:44:09Z"), resolved_at: new Date("2024-02-21T18:05:51Z"), status: "closed" },
            { ticket_id: 65, incident_id: 184, created_at: new Date("2024-10-21T12:49:08Z"), resolved_at: new Date("2024-10-27T08:05:33Z"), status: "closed" },
            { ticket_id: 66, incident_id: 189, created_at: new Date("2023-12-29T18:15:39Z"), resolved_at: new Date("2023-12-31T05:19:07Z"), status: "closed" },
            { ticket_id: 67, incident_id: 151, created_at: new Date("2023-05-18T09:45:41Z"), resolved_at: new Date("2023-05-23T04:53:56Z"), status: "closed" },
            { ticket_id: 68, incident_id: 200, created_at: new Date("2024-12-09T10:49:26Z"), resolved_at: new Date("2024-12-11T14:00:55Z"), status: "closed" },
            { ticket_id: 69, incident_id: 148, created_at: new Date("2024-02-14T10:04:36Z"), resolved_at: new Date("2024-02-21T01:06:22Z"), status: "closed" },
            { ticket_id: 70, incident_id: 13, created_at: new Date("2023-06-06T10:58:21Z"), resolved_at: new Date("2023-06-11T15:23:11Z"), status: "closed" },
            { ticket_id: 71, incident_id: 98, created_at: new Date("2023-12-26T16:30:02Z"), resolved_at: new Date("2023-12-27T11:06:46Z"), status: "closed" },
            { ticket_id: 72, incident_id: 196, created_at: new Date("2023-09-28T17:31:47Z"), resolved_at: new Date("2023-09-29T14:26:29Z"), status: "closed" },
            { ticket_id: 73, incident_id: 136, created_at: new Date("2024-01-22T06:18:21Z"), resolved_at: new Date("2024-01-28T18:02:41Z"), status: "closed" },
            { ticket_id: 74, incident_id: 44, created_at: new Date("2023-06-12T09:46:03Z"), resolved_at: new Date("2023-06-13T00:27:43Z"), status: "closed" },
            { ticket_id: 75, incident_id: 106, created_at: new Date("2023-07-26T12:06:31Z"), resolved_at: null, status: "open" },
            { ticket_id: 76, incident_id: 57, created_at: new Date("2023-07-19T14:42:13Z"), resolved_at: null, status: "open" },
            { ticket_id: 77, incident_id: 68, created_at: new Date("2024-08-13T07:35:42Z"), resolved_at: new Date("2024-08-16T17:30:07Z"), status: "in-progress" },
            { ticket_id: 78, incident_id: 67, created_at: new Date("2024-05-23T15:57:20Z"), resolved_at: new Date("2024-05-26T19:29:35Z"), status: "closed" },
            { ticket_id: 79, incident_id: 108, created_at: new Date("2023-10-11T14:20:40Z"), resolved_at: null, status: "open" },
            { ticket_id: 80, incident_id: 15, created_at: new Date("2024-02-05T15:25:02Z"), resolved_at: new Date("2024-02-06T08:04:21Z"), status: "closed" },
            { ticket_id: 81, incident_id: 193, created_at: new Date("2024-01-11T10:19:15Z"), resolved_at: null, status: "open" },
            { ticket_id: 82, incident_id: 161, created_at: new Date("2024-10-12T16:37:03Z"), resolved_at: new Date("2024-10-15T23:33:56Z"), status: "closed" },
            { ticket_id: 83, incident_id: 203, created_at: new Date("2023-04-17T09:14:06Z"), resolved_at: null, status: "open" },
            { ticket_id: 84, incident_id: 109, created_at: new Date("2024-08-10T17:20:38Z"), resolved_at: null, status: "open" },
            { ticket_id: 85, incident_id: 84, created_at: new Date("2024-01-08T13:50:33Z"), resolved_at: null, status: "open" },
            { ticket_id: 86, incident_id: 152, created_at: new Date("2024-07-12T16:16:35Z"), resolved_at: new Date("2024-07-13T18:20:32Z"), status: "closed" },
            { ticket_id: 87, incident_id: 2, created_at: new Date("2024-02-24T16:09:14Z"), resolved_at: null, status: "open" },
            { ticket_id: 88, incident_id: 115, created_at: new Date("2024-09-04T09:36:09Z"), resolved_at: new Date("2024-09-09T16:08:17Z"), status: "in-progress" },
            { ticket_id: 89, incident_id: 155, created_at: new Date("2024-12-24T10:51:03Z"), resolved_at: new Date("2024-12-25T16:11:08Z"), status: "closed" },
            { ticket_id: 90, incident_id: 77, created_at: new Date("2023-11-14T09:05:26Z"), resolved_at: new Date("2023-11-14T14:54:50Z"), status: "closed" },
            { ticket_id: 91, incident_id: 84, created_at: new Date("2023-08-17T14:24:31Z"), resolved_at: new Date("2023-08-18T03:48:23Z"), status: "closed" },
            { ticket_id: 92, incident_id: 75, created_at: new Date("2024-04-24T10:47:01Z"), resolved_at: new Date("2024-04-29T09:52:27Z"), status: "closed" },
            { ticket_id: 93, incident_id: 203, created_at: new Date("2024-01-12T13:07:21Z"), resolved_at: null, status: "open" },
            { ticket_id: 94, incident_id: 32, created_at: new Date("2024-06-27T14:17:25Z"), resolved_at: null, status: "open" },
            { ticket_id: 95, incident_id: 124, created_at: new Date("2024-12-23T13:39:53Z"), resolved_at: new Date("2024-12-28T07:10:26Z"), status: "closed" },
            { ticket_id: 96, incident_id: 18, created_at: new Date("2023-09-03T18:04:19Z"), resolved_at: new Date("2023-09-07T10:01:52Z"), status: "closed" },
            { ticket_id: 97, incident_id: 202, created_at: new Date("2024-08-25T08:08:14Z"), resolved_at: null, status: "open" },
            { ticket_id: 98, incident_id: 55, created_at: new Date("2024-04-01T08:10:19Z"), resolved_at: new Date("2024-04-06T12:08:59Z"), status: "closed" },
            { ticket_id: 99, incident_id: 218, created_at: new Date("2024-12-23T15:01:12Z"), resolved_at: null, status: "open" },
            { ticket_id: 100, incident_id: 172, created_at: new Date("2023-06-24T08:52:08Z"), resolved_at: new Date("2023-06-24T22:22:17Z"), status: "closed" },
            { ticket_id: 101, incident_id: 202, created_at: new Date("2023-05-02T17:34:47Z"), resolved_at: new Date("2023-05-06T13:08:59Z"), status: "closed" },
            { ticket_id: 102, incident_id: 197, created_at: new Date("2024-08-06T11:05:14Z"), resolved_at: new Date("2024-08-09T13:40:46Z"), status: "closed" },
            { ticket_id: 103, incident_id: 126, created_at: new Date("2024-12-23T11:20:17Z"), resolved_at: new Date("2024-12-24T12:02:23Z"), status: "closed" },
            { ticket_id: 104, incident_id: 69, created_at: new Date("2023-04-12T17:18:31Z"), resolved_at: null, status: "open" },
            { ticket_id: 105, incident_id: 7, created_at: new Date("2023-02-06T15:26:40Z"), resolved_at: new Date("2023-02-11T09:28:52Z"), status: "closed" },
            { ticket_id: 106, incident_id: 35, created_at: new Date("2024-11-18T13:53:32Z"), resolved_at: null, status: "open" },
            { ticket_id: 107, incident_id: 146, created_at: new Date("2024-04-29T09:55:21Z"), resolved_at: new Date("2024-05-06T06:45:10Z"), status: "closed" },
            { ticket_id: 108, incident_id: 127, created_at: new Date("2024-10-21T17:01:29Z"), resolved_at: new Date("2024-10-27T18:46:44Z"), status: "in-progress" },
            { ticket_id: 109, incident_id: 132, created_at: new Date("2023-12-22T15:18:49Z"), resolved_at: null, status: "open" },
            { ticket_id: 110, incident_id: 61, created_at: new Date("2023-07-03T13:51:52Z"), resolved_at: null, status: "open" },
            { ticket_id: 111, incident_id: 145, created_at: new Date("2024-01-30T10:47:26Z"), resolved_at: new Date("2024-01-31T02:20:55Z"), status: "closed" },
            { ticket_id: 112, incident_id: 210, created_at: new Date("2023-01-28T15:29:40Z"), resolved_at: new Date("2023-01-28T21:22:01Z"), status: "in-progress" },
            { ticket_id: 113, incident_id: 89, created_at: new Date("2024-05-15T15:06:27Z"), resolved_at: null, status: "open" },
            { ticket_id: 114, incident_id: 67, created_at: new Date("2024-12-26T18:35:42Z"), resolved_at: null, status: "open" },
            { ticket_id: 115, incident_id: 96, created_at: new Date("2024-07-22T15:03:51Z"), resolved_at: null, status: "open" },
            { ticket_id: 116, incident_id: 100, created_at: new Date("2023-10-30T08:04:20Z"), resolved_at: null, status: "open" },
            { ticket_id: 117, incident_id: 143, created_at: new Date("2024-01-22T15:18:25Z"), resolved_at: new Date("2024-01-23T09:58:47Z"), status: "closed" },
            { ticket_id: 118, incident_id: 114, created_at: new Date("2023-09-16T09:38:49Z"), resolved_at: new Date("2023-09-22T07:19:41Z"), status: "closed" },
            { ticket_id: 119, incident_id: 183, created_at: new Date("2023-01-14T20:32:13Z"), resolved_at: null, status: "open" },
            { ticket_id: 120, incident_id: 228, created_at: new Date("2024-03-29T11:01:46Z"), resolved_at: new Date("2024-03-31T23:00:59Z"), status: "in-progress" },
            { ticket_id: 121, incident_id: 97, created_at: new Date("2024-12-06T12:02:00Z"), resolved_at: new Date("2024-12-08T06:21:53Z"), status: "in-progress" },
            { ticket_id: 122, incident_id: 161, created_at: new Date("2024-05-29T11:22:20Z"), resolved_at: new Date("2024-05-31T07:47:19Z"), status: "closed" },
            { ticket_id: 123, incident_id: 18, created_at: new Date("2023-05-09T07:32:32Z"), resolved_at: null, status: "open" },
            { ticket_id: 124, incident_id: 84, created_at: new Date("2024-06-06T10:23:28Z"), resolved_at: null, status: "open" },
            { ticket_id: 125, incident_id: 202, created_at: new Date("2023-02-14T16:29:28Z"), resolved_at: new Date("2023-02-19T03:01:42Z"), status: "in-progress" },
            { ticket_id: 126, incident_id: 25, created_at: new Date("2024-07-31T13:38:18Z"), resolved_at: null, status: "open" },
            { ticket_id: 127, incident_id: 158, created_at: new Date("2023-09-18T09:17:15Z"), resolved_at: null, status: "open" },
            { ticket_id: 128, incident_id: 71, created_at: new Date("2023-07-06T09:58:47Z"), resolved_at: new Date("2023-07-10T15:53:51Z"), status: "closed" },
            { ticket_id: 129, incident_id: 90, created_at: new Date("2024-02-02T14:15:58Z"), resolved_at: null, status: "open" },
            { ticket_id: 130, incident_id: 118, created_at: new Date("2023-07-19T15:50:42Z"), resolved_at: null, status: "open" },
            { ticket_id: 131, incident_id: 101, created_at: new Date("2023-10-20T16:21:44Z"), resolved_at: null, status: "open" },
            { ticket_id: 132, incident_id: 74, created_at: new Date("2023-02-02T08:52:27Z"), resolved_at: new Date("2023-02-05T05:52:42Z"), status: "closed" },
            { ticket_id: 133, incident_id: 79, created_at: new Date("2023-12-29T13:55:00Z"), resolved_at: new Date("2023-12-30T16:47:41Z"), status: "closed" },
            { ticket_id: 134, incident_id: 209, created_at: new Date("2023-02-03T09:43:53Z"), resolved_at: new Date("2023-02-04T14:56:12Z"), status: "closed" },
            { ticket_id: 135, incident_id: 107, created_at: new Date("2024-05-07T13:25:36Z"), resolved_at: null, status: "open" },
            { ticket_id: 136, incident_id: 143, created_at: new Date("2023-08-14T10:08:56Z"), resolved_at: new Date("2023-08-19T18:38:30Z"), status: "in-progress" },
            { ticket_id: 137, incident_id: 97, created_at: new Date("2024-06-06T16:54:44Z"), resolved_at: null, status: "open" },
            { ticket_id: 138, incident_id: 168, created_at: new Date("2024-05-14T16:04:46Z"), resolved_at: null, status: "open" },
            { ticket_id: 139, incident_id: 164, created_at: new Date("2024-02-22T16:13:21Z"), resolved_at: null, status: "open" },
            { ticket_id: 140, incident_id: 156, created_at: new Date("2024-03-02T16:22:43Z"), resolved_at: null, status: "open" },
            { ticket_id: 141, incident_id: 172, created_at: new Date("2024-07-04T14:06:37Z"), resolved_at: null, status: "open" },
            { ticket_id: 142, incident_id: 216, created_at: new Date("2024-11-01T09:20:09Z"), resolved_at: new Date("2024-11-03T10:06:32Z"), status: "closed" },
            { ticket_id: 143, incident_id: 220, created_at: new Date("2024-08-12T14:23:41Z"), resolved_at: null, status: "open" },
            { ticket_id: 144, incident_id: 80, created_at: new Date("2024-06-01T21:37:37Z"), resolved_at: new Date("2024-06-04T14:16:14Z"), status: "closed" },
            { ticket_id: 145, incident_id: 57, created_at: new Date("2023-09-21T10:38:57Z"), resolved_at: new Date("2023-09-22T05:15:49Z"), status: "closed" },
            { ticket_id: 146, incident_id: 121, created_at: new Date("2024-04-23T10:16:14Z"), resolved_at: new Date("2024-04-29T11:51:47Z"), status: "closed" },
            { ticket_id: 147, incident_id: 42, created_at: new Date("2023-10-26T16:38:10Z"), resolved_at: null, status: "open" },
            { ticket_id: 148, incident_id: 133, created_at: new Date("2024-04-12T15:19:27Z"), resolved_at: null, status: "open" },
            { ticket_id: 149, incident_id: 6, created_at: new Date("2024-10-08T10:02:10Z"), resolved_at: null, status: "open" },
            { ticket_id: 150, incident_id: 99, created_at: new Date("2024-07-10T13:11:56Z"), resolved_at: new Date("2024-07-15T06:49:37Z"), status: "closed" },
            { ticket_id: 151, incident_id: 226, created_at: new Date("2023-08-23T23:56:02Z"), resolved_at: new Date("2023-08-25T19:31:04Z"), status: "closed" },
            { ticket_id: 152, incident_id: 136, created_at: new Date("2023-05-04T17:16:25Z"), resolved_at: new Date("2023-05-07T00:18:20Z"), status: "closed" },
            { ticket_id: 153, incident_id: 41, created_at: new Date("2023-07-27T14:31:05Z"), resolved_at: null, status: "open" },
            { ticket_id: 154, incident_id: 82, created_at: new Date("2024-11-19T14:03:46Z"), resolved_at: new Date("2024-11-20T19:11:11Z"), status: "closed" },
            { ticket_id: 155, incident_id: 187, created_at: new Date("2024-02-09T09:20:56Z"), resolved_at: new Date("2024-02-12T13:09:09Z"), status: "in-progress" },
            { ticket_id: 156, incident_id: 27, created_at: new Date("2024-01-29T17:43:12Z"), resolved_at: new Date("2024-01-29T19:21:01Z"), status: "closed" },
            { ticket_id: 157, incident_id: 210, created_at: new Date("2023-01-16T16:59:53Z"), resolved_at: null, status: "open" },
            { ticket_id: 158, incident_id: 32, created_at: new Date("2023-01-08T16:34:49Z"), resolved_at: null, status: "open" },
            { ticket_id: 159, incident_id: 125, created_at: new Date("2024-11-21T12:26:21Z"), resolved_at: new Date("2024-11-22T01:49:54Z"), status: "in-progress" },
            { ticket_id: 160, incident_id: 26, created_at: new Date("2023-05-22T06:50:23Z"), resolved_at: new Date("2023-05-26T01:30:31Z"), status: "closed" },
            { ticket_id: 161, incident_id: 190, created_at: new Date("2023-12-10T10:38:55Z"), resolved_at: new Date("2023-12-13T19:59:45Z"), status: "closed" },
            { ticket_id: 162, incident_id: 141, created_at: new Date("2024-12-19T09:04:59Z"), resolved_at: null, status: "open" },
            { ticket_id: 163, incident_id: 165, created_at: new Date("2023-03-01T18:11:09Z"), resolved_at: new Date("2023-03-04T09:36:48Z"), status: "in-progress" },
            { ticket_id: 164, incident_id: 95, created_at: new Date("2024-02-28T16:23:14Z"), resolved_at: new Date("2024-03-02T15:12:36Z"), status: "closed" },
            { ticket_id: 165, incident_id: 12, created_at: new Date("2023-12-28T07:46:11Z"), resolved_at: null, status: "open" },
            { ticket_id: 166, incident_id: 116, created_at: new Date("2023-10-30T14:45:59Z"), resolved_at: null, status: "open" },
            { ticket_id: 167, incident_id: 149, created_at: new Date("2023-01-20T10:00:09Z"), resolved_at: new Date("2023-01-22T01:18:20Z"), status: "in-progress" },
            { ticket_id: 168, incident_id: 206, created_at: new Date("2024-02-15T14:14:06Z"), resolved_at: new Date("2024-02-21T18:58:51Z"), status: "in-progress" },
            { ticket_id: 169, incident_id: 19, created_at: new Date("2023-08-25T07:26:02Z"), resolved_at: null, status: "open" },
            { ticket_id: 170, incident_id: 210, created_at: new Date("2023-09-02T10:57:48Z"), resolved_at: new Date("2023-09-07T11:32:07Z"), status: "closed" },
            { ticket_id: 171, incident_id: 56, created_at: new Date("2024-03-17T08:29:00Z"), resolved_at: new Date("2024-03-18T22:01:46Z"), status: "in-progress" },
            { ticket_id: 172, incident_id: 5, created_at: new Date("2023-03-09T10:54:19Z"), resolved_at: new Date("2023-03-15T06:18:49Z"), status: "closed" },
            { ticket_id: 173, incident_id: 174, created_at: new Date("2024-07-23T16:47:47Z"), resolved_at: new Date("2024-07-30T10:15:20Z"), status: "closed" },
            { ticket_id: 174, incident_id: 105, created_at: new Date("2023-12-01T11:38:49Z"), resolved_at: new Date("2023-12-01T22:29:32Z"), status: "closed" },
            { ticket_id: 175, incident_id: 128, created_at: new Date("2024-09-29T14:07:49Z"), resolved_at: new Date("2024-09-29T16:26:57Z"), status: "in-progress" },
            { ticket_id: 176, incident_id: 124, created_at: new Date("2023-09-23T17:50:26Z"), resolved_at: new Date("2023-09-26T02:19:40Z"), status: "in-progress" },
            { ticket_id: 177, incident_id: 104, created_at: new Date("2023-03-17T16:06:40Z"), resolved_at: new Date("2023-03-22T11:06:31Z"), status: "in-progress" },
            { ticket_id: 178, incident_id: 66, created_at: new Date("2023-02-28T13:32:20Z"), resolved_at: null, status: "open" },
            { ticket_id: 179, incident_id: 66, created_at: new Date("2023-05-11T04:44:58Z"), resolved_at: new Date("2023-05-15T22:31:42Z"), status: "closed" },
            { ticket_id: 180, incident_id: 52, created_at: new Date("2024-11-10T08:10:15Z"), resolved_at: null, status: "open" },
            { ticket_id: 181, incident_id: 33, created_at: new Date("2023-01-19T05:46:24Z"), resolved_at: new Date("2023-01-24T18:23:06Z"), status: "in-progress" },
            { ticket_id: 182, incident_id: 62, created_at: new Date("2023-06-21T13:06:24Z"), resolved_at: new Date("2023-06-27T12:30:42Z"), status: "closed" },
            { ticket_id: 183, incident_id: 123, created_at: new Date("2024-09-20T14:28:43Z"), resolved_at: new Date("2024-09-26T23:27:44Z"), status: "in-progress" },
            { ticket_id: 184, incident_id: 225, created_at: new Date("2024-05-13T15:05:03Z"), resolved_at: null, status: "open" },
            { ticket_id: 185, incident_id: 112, created_at: new Date("2023-03-19T10:42:19Z"), resolved_at: new Date("2023-03-23T19:16:34Z"), status: "closed" },
            { ticket_id: 186, incident_id: 195, created_at: new Date("2024-10-22T13:35:57Z"), resolved_at: null, status: "open" },
            { ticket_id: 187, incident_id: 135, created_at: new Date("2024-08-09T16:47:23Z"), resolved_at: null, status: "open" },
            { ticket_id: 188, incident_id: 29, created_at: new Date("2024-04-14T13:43:15Z"), resolved_at: null, status: "open" },
            { ticket_id: 189, incident_id: 97, created_at: new Date("2023-11-21T15:51:16Z"), resolved_at: null, status: "open" },
            { ticket_id: 190, incident_id: 221, created_at: new Date("2023-06-09T09:44:14Z"), resolved_at: null, status: "open" },
            { ticket_id: 191, incident_id: 128, created_at: new Date("2023-03-29T15:40:14Z"), resolved_at: null, status: "open" },
            { ticket_id: 192, incident_id: 138, created_at: new Date("2023-11-04T13:47:37Z"), resolved_at: new Date("2023-11-09T02:08:46Z"), status: "closed" },
            { ticket_id: 193, incident_id: 51, created_at: new Date("2023-10-26T15:56:44Z"), resolved_at: null, status: "open" },
            { ticket_id: 194, incident_id: 8, created_at: new Date("2024-11-14T16:22:55Z"), resolved_at: new Date("2024-11-19T19:16:15Z"), status: "closed" },
            { ticket_id: 195, incident_id: 131, created_at: new Date("2024-04-02T12:11:24Z"), resolved_at: new Date("2024-04-05T20:19:44Z"), status: "closed" },
            { ticket_id: 196, incident_id: 31, created_at: new Date("2023-03-19T12:46:34Z"), resolved_at: null, status: "open" },
            { ticket_id: 197, incident_id: 212, created_at: new Date("2024-07-27T13:12:21Z"), resolved_at: null, status: "open" },
            { ticket_id: 198, incident_id: 140, created_at: new Date("2024-05-26T12:11:05Z"), resolved_at: new Date("2024-05-31T13:27:37Z"), status: "closed" },
            { ticket_id: 199, incident_id: 179, created_at: new Date("2023-06-23T14:12:12Z"), resolved_at: new Date("2023-06-29T00:25:02Z"), status: "closed" },
            { ticket_id: 200, incident_id: 169, created_at: new Date("2023-04-19T12:05:19Z"), resolved_at: null, status: "open" },
            { ticket_id: 201, incident_id: 183, created_at: new Date("2023-04-10T14:23:31Z"), resolved_at: new Date("2023-04-12T01:03:52Z"), status: "closed" },
            { ticket_id: 202, incident_id: 53, created_at: new Date("2023-01-23T13:21:00Z"), resolved_at: new Date("2023-01-24T11:23:11Z"), status: "closed" },
            { ticket_id: 203, incident_id: 102, created_at: new Date("2023-03-23T16:50:01Z"), resolved_at: null, status: "open" },
            { ticket_id: 204, incident_id: 229, created_at: new Date("2023-06-02T10:14:18Z"), resolved_at: new Date("2023-06-08T19:47:17Z"), status: "closed" },
            { ticket_id: 205, incident_id: 183, created_at: new Date("2024-06-28T14:56:26Z"), resolved_at: new Date("2024-07-02T18:40:48Z"), status: "in-progress" },
            { ticket_id: 206, incident_id: 133, created_at: new Date("2023-09-03T09:26:20Z"), resolved_at: null, status: "open" },
            { ticket_id: 207, incident_id: 86, created_at: new Date("2024-04-22T16:54:44Z"), resolved_at: new Date("2024-04-25T17:17:22Z"), status: "closed" },
            { ticket_id: 208, incident_id: 169, created_at: new Date("2024-06-08T13:32:06Z"), resolved_at: new Date("2024-06-09T02:21:14Z"), status: "closed" },
            { ticket_id: 209, incident_id: 199, created_at: new Date("2023-10-18T18:49:31Z"), resolved_at: new Date("2023-10-20T22:39:42Z"), status: "closed" },
            { ticket_id: 210, incident_id: 81, created_at: new Date("2024-08-06T11:59:12Z"), resolved_at: new Date("2024-08-07T08:40:33Z"), status: "closed" },
            { ticket_id: 211, incident_id: 184, created_at: new Date("2023-07-20T10:49:23Z"), resolved_at: new Date("2023-07-22T23:26:59Z"), status: "closed" },
            { ticket_id: 212, incident_id: 27, created_at: new Date("2023-11-16T17:15:12Z"), resolved_at: new Date("2023-11-21T20:14:09Z"), status: "closed" },
            { ticket_id: 213, incident_id: 200, created_at: new Date("2024-08-16T10:47:35Z"), resolved_at: new Date("2024-08-22T05:33:01Z"), status: "closed" },
            { ticket_id: 214, incident_id: 132, created_at: new Date("2024-05-27T14:45:07Z"), resolved_at: new Date("2024-06-02T12:27:09Z"), status: "closed" },
            { ticket_id: 215, incident_id: 32, created_at: new Date("2024-12-20T08:33:35Z"), resolved_at: null, status: "open" },
            { ticket_id: 216, incident_id: 185, created_at: new Date("2023-06-14T13:20:48Z"), resolved_at: new Date("2023-06-17T07:53:37Z"), status: "closed" },
            { ticket_id: 217, incident_id: 211, created_at: new Date("2024-06-25T17:03:09Z"), resolved_at: new Date("2024-06-28T01:00:50Z"), status: "closed" },
            { ticket_id: 218, incident_id: 135, created_at: new Date("2024-01-08T09:00:11Z"), resolved_at: new Date("2024-01-08T23:17:38Z"), status: "closed" },
            { ticket_id: 219, incident_id: 83, created_at: new Date("2023-08-13T02:11:35Z"), resolved_at: new Date("2023-08-17T17:56:00Z"), status: "closed" },
            { ticket_id: 220, incident_id: 116, created_at: new Date("2023-05-23T14:57:06Z"), resolved_at: null, status: "open" },
            { ticket_id: 221, incident_id: 112, created_at: new Date("2024-06-06T19:55:13Z"), resolved_at: null, status: "open" },
            { ticket_id: 222, incident_id: 3, created_at: new Date("2024-11-13T13:49:41Z"), resolved_at: new Date("2024-11-20T06:01:39Z"), status: "closed" },
            { ticket_id: 223, incident_id: 170, created_at: new Date("2023-04-27T11:00:37Z"), resolved_at: null, status: "open" },
            { ticket_id: 224, incident_id: 54, created_at: new Date("2024-09-03T17:03:03Z"), resolved_at: new Date("2024-09-04T20:52:14Z"), status: "closed" },
            { ticket_id: 225, incident_id: 218, created_at: new Date("2023-03-05T13:10:12Z"), resolved_at: null, status: "open" },
            { ticket_id: 226, incident_id: 171, created_at: new Date("2024-06-26T08:08:37Z"), resolved_at: null, status: "open" },
            { ticket_id: 227, incident_id: 213, created_at: new Date("2023-09-29T14:43:21Z"), resolved_at: null, status: "open" },
            { ticket_id: 228, incident_id: 41, created_at: new Date("2023-11-14T07:02:36Z"), resolved_at: new Date("2023-11-15T14:13:27Z"), status: "closed" },
            { ticket_id: 229, incident_id: 228, created_at: new Date("2024-12-08T17:17:25Z"), resolved_at: new Date("2024-12-13T09:13:11Z"), status: "closed" },
            { ticket_id: 230, incident_id: 191, created_at: new Date("2023-10-02T16:44:25Z"), resolved_at: null, status: "open" },
            { ticket_id: 231, incident_id: 223, created_at: new Date("2023-02-20T11:48:41Z"), resolved_at: new Date("2023-02-24T19:52:16Z"), status: "closed" },
            { ticket_id: 232, incident_id: 153, created_at: new Date("2023-10-13T16:21:56Z"), resolved_at: new Date("2023-10-19T10:53:53Z"), status: "closed" },
            { ticket_id: 233, incident_id: 139, created_at: new Date("2024-12-30T10:38:27Z"), resolved_at: new Date("2025-01-01T18:49:28Z"), status: "closed" },
            { ticket_id: 234, incident_id: 169, created_at: new Date("2024-05-01T15:38:26Z"), resolved_at: new Date("2024-05-05T04:23:24Z"), status: "closed" },
            { ticket_id: 235, incident_id: 39, created_at: new Date("2023-01-04T09:19:22Z"), resolved_at: null, status: "open" },
            { ticket_id: 236, incident_id: 44, created_at: new Date("2024-01-06T09:53:11Z"), resolved_at: null, status: "open" },
            { ticket_id: 237, incident_id: 21, created_at: new Date("2023-09-14T15:45:08Z"), resolved_at: null, status: "open" },
            { ticket_id: 238, incident_id: 1, created_at: new Date("2024-05-24T13:06:44Z"), resolved_at: new Date("2024-05-27T02:29:38Z"), status: "closed" },
            { ticket_id: 239, incident_id: 117, created_at: new Date("2024-02-21T09:54:04Z"), resolved_at: null, status: "open" },
            { ticket_id: 240, incident_id: 96, created_at: new Date("2024-06-01T15:45:32Z"), resolved_at: new Date("2024-06-07T20:51:05Z"), status: "in-progress" },
            { ticket_id: 241, incident_id: 30, created_at: new Date("2024-04-07T15:31:00Z"), resolved_at: null, status: "open" },
            { ticket_id: 242, incident_id: 161, created_at: new Date("2024-04-15T08:47:01Z"), resolved_at: new Date("2024-04-18T21:29:04Z"), status: "closed" },
            { ticket_id: 243, incident_id: 201, created_at: new Date("2023-03-31T17:47:51Z"), resolved_at: new Date("2023-04-06T00:49:13Z"), status: "in-progress" },
            { ticket_id: 244, incident_id: 230, created_at: new Date("2024-03-31T09:09:24Z"), resolved_at: null, status: "open" },
            { ticket_id: 245, incident_id: 58, created_at: new Date("2023-04-30T16:14:53Z"), resolved_at: new Date("2023-05-03T00:33:18Z"), status: "closed" },
            { ticket_id: 246, incident_id: 145, created_at: new Date("2023-05-05T08:14:14Z"), resolved_at: new Date("2023-05-10T07:47:28Z"), status: "in-progress" },
            { ticket_id: 247, incident_id: 88, created_at: new Date("2023-08-18T06:46:06Z"), resolved_at: null, status: "open" },
            { ticket_id: 248, incident_id: 54, created_at: new Date("2024-10-22T14:22:25Z"), resolved_at: new Date("2024-10-26T11:22:06Z"), status: "closed" },
            { ticket_id: 249, incident_id: 150, created_at: new Date("2024-10-10T17:30:30Z"), resolved_at: new Date("2024-10-11T03:03:24Z"), status: "closed" },
            { ticket_id: 250, incident_id: 137, created_at: new Date("2023-01-24T15:10:21Z"), resolved_at: new Date("2023-01-25T14:00:31Z"), status: "in-progress" },
            { ticket_id: 251, incident_id: 22, created_at: new Date("2024-12-03T09:04:43Z"), resolved_at: new Date("2024-12-04T07:54:35Z"), status: "closed" },
            { ticket_id: 252, incident_id: 205, created_at: new Date("2023-07-08T16:38:56Z"), resolved_at: new Date("2023-07-09T02:11:53Z"), status: "closed" },
            { ticket_id: 253, incident_id: 219, created_at: new Date("2023-11-13T11:35:07Z"), resolved_at: null, status: "open" },
            { ticket_id: 254, incident_id: 153, created_at: new Date("2024-08-04T14:58:28Z"), resolved_at: new Date("2024-08-10T16:16:22Z"), status: "closed" },
            { ticket_id: 255, incident_id: 28, created_at: new Date("2024-06-01T10:01:30Z"), resolved_at: new Date("2024-06-01T12:14:51Z"), status: "closed" },
            { ticket_id: 256, incident_id: 217, created_at: new Date("2024-03-10T15:41:49Z"), resolved_at: new Date("2024-03-13T04:39:16Z"), status: "closed" },
            { ticket_id: 257, incident_id: 68, created_at: new Date("2023-01-19T09:58:29Z"), resolved_at: new Date("2023-01-24T08:34:02Z"), status: "closed" },
            { ticket_id: 258, incident_id: 21, created_at: new Date("2024-07-07T12:03:30Z"), resolved_at: new Date("2024-07-13T17:02:08Z"), status: "in-progress" },
            { ticket_id: 259, incident_id: 13, created_at: new Date("2023-09-12T16:23:26Z"), resolved_at: null, status: "open" },
            { ticket_id: 260, incident_id: 222, created_at: new Date("2024-01-24T15:12:12Z"), resolved_at: null, status: "open" },
            { ticket_id: 261, incident_id: 73, created_at: new Date("2023-05-16T00:43:41Z"), resolved_at: new Date("2023-05-18T17:03:34Z"), status: "closed" },
            { ticket_id: 262, incident_id: 23, created_at: new Date("2024-01-02T11:20:28Z"), resolved_at: null, status: "open" },
            { ticket_id: 263, incident_id: 47, created_at: new Date("2024-09-07T13:47:16Z"), resolved_at: new Date("2024-09-12T03:53:59Z"), status: "closed" },
            { ticket_id: 264, incident_id: 102, created_at: new Date("2024-04-21T12:27:41Z"), resolved_at: new Date("2024-04-26T06:45:36Z"), status: "closed" },
            { ticket_id: 265, incident_id: 190, created_at: new Date("2024-03-23T14:03:36Z"), resolved_at: new Date("2024-03-28T10:56:14Z"), status: "in-progress" },
            { ticket_id: 266, incident_id: 156, created_at: new Date("2024-02-13T12:29:30Z"), resolved_at: new Date("2024-02-16T11:13:44Z"), status: "closed" },
            { ticket_id: 267, incident_id: 91, created_at: new Date("2024-08-23T14:46:09Z"), resolved_at: new Date("2024-08-25T06:21:20Z"), status: "closed" },
            { ticket_id: 268, incident_id: 9, created_at: new Date("2024-01-04T18:54:16Z"), resolved_at: new Date("2024-01-05T04:40:55Z"), status: "in-progress" },
            { ticket_id: 269, incident_id: 223, created_at: new Date("2023-10-21T17:21:46Z"), resolved_at: new Date("2023-10-25T21:56:32Z"), status: "in-progress" },
            { ticket_id: 270, incident_id: 159, created_at: new Date("2023-08-10T12:36:51Z"), resolved_at: new Date("2023-08-11T14:39:00Z"), status: "closed" },
            { ticket_id: 271, incident_id: 48, created_at: new Date("2024-10-23T11:53:31Z"), resolved_at: null, status: "open" },
            { ticket_id: 272, incident_id: 204, created_at: new Date("2024-01-06T10:46:31Z"), resolved_at: new Date("2024-01-08T23:39:39Z"), status: "closed" },
            { ticket_id: 273, incident_id: 208, created_at: new Date("2024-05-12T13:25:14Z"), resolved_at: new Date("2024-05-13T17:05:09Z"), status: "in-progress" },
            { ticket_id: 274, incident_id: 101, created_at: new Date("2024-12-01T15:05:20Z"), resolved_at: null, status: "open" },
            { ticket_id: 275, incident_id: 180, created_at: new Date("2024-04-10T17:48:48Z"), resolved_at: null, status: "open" },
            { ticket_id: 276, incident_id: 101, created_at: new Date("2023-05-12T16:42:06Z"), resolved_at: null, status: "open" },
            { ticket_id: 277, incident_id: 120, created_at: new Date("2024-04-23T10:52:30Z"), resolved_at: new Date("2024-04-23T13:16:26Z"), status: "closed" },
            { ticket_id: 278, incident_id: 41, created_at: new Date("2024-11-08T16:30:17Z"), resolved_at: null, status: "open" },
            { ticket_id: 279, incident_id: 131, created_at: new Date("2023-01-06T12:47:00Z"), resolved_at: new Date("2023-01-06T15:31:38Z"), status: "closed" },
            { ticket_id: 280, incident_id: 78, created_at: new Date("2024-06-09T12:31:18Z"), resolved_at: new Date("2024-06-15T01:12:09Z"), status: "closed" },
            { ticket_id: 281, incident_id: 94, created_at: new Date("2023-08-26T08:04:03Z"), resolved_at: new Date("2023-08-27T11:42:21Z"), status: "closed" },
            { ticket_id: 282, incident_id: 52, created_at: new Date("2023-05-31T12:10:31Z"), resolved_at: new Date("2023-06-07T11:13:45Z"), status: "closed" },
            { ticket_id: 283, incident_id: 62, created_at: new Date("2024-11-15T11:17:54Z"), resolved_at: new Date("2024-11-20T03:43:08Z"), status: "closed" },
            { ticket_id: 284, incident_id: 175, created_at: new Date("2024-07-05T10:55:25Z"), resolved_at: new Date("2024-07-09T10:32:58Z"), status: "closed" },
            { ticket_id: 285, incident_id: 18, created_at: new Date("2023-01-05T10:32:44Z"), resolved_at: null, status: "open" },
            { ticket_id: 286, incident_id: 107, created_at: new Date("2024-10-14T11:36:04Z"), resolved_at: new Date("2024-10-18T09:22:11Z"), status: "closed" },
            { ticket_id: 287, incident_id: 79, created_at: new Date("2024-01-11T14:28:40Z"), resolved_at: new Date("2024-01-11T22:12:26Z"), status: "in-progress" },
            { ticket_id: 288, incident_id: 134, created_at: new Date("2023-03-04T09:24:11Z"), resolved_at: null, status: "open" },
            { ticket_id: 289, incident_id: 92, created_at: new Date("2024-07-24T14:07:31Z"), resolved_at: new Date("2024-07-25T22:03:54Z"), status: "in-progress" },
            { ticket_id: 290, incident_id: 228, created_at: new Date("2024-01-07T15:36:16Z"), resolved_at: null, status: "open" },
            { ticket_id: 291, incident_id: 214, created_at: new Date("2024-09-10T15:51:38Z"), resolved_at: new Date("2024-09-11T09:05:39Z"), status: "in-progress" },
            { ticket_id: 292, incident_id: 37, created_at: new Date("2024-03-13T09:27:58Z"), resolved_at: new Date("2024-03-16T14:43:18Z"), status: "closed" },
            { ticket_id: 293, incident_id: 163, created_at: new Date("2023-01-10T07:19:42Z"), resolved_at: null, status: "open" },
            { ticket_id: 294, incident_id: 71, created_at: new Date("2024-08-14T14:20:30Z"), resolved_at: new Date("2024-08-18T01:22:40Z"), status: "closed" },
            { ticket_id: 295, incident_id: 26, created_at: new Date("2024-05-15T08:35:37Z"), resolved_at: new Date("2024-05-15T22:40:31Z"), status: "in-progress" },
            { ticket_id: 296, incident_id: 181, created_at: new Date("2023-10-19T10:12:57Z"), resolved_at: new Date("2023-10-24T08:17:11Z"), status: "closed" },
            { ticket_id: 297, incident_id: 215, created_at: new Date("2024-07-17T19:39:19Z"), resolved_at: new Date("2024-07-24T05:22:22Z"), status: "closed" },
            { ticket_id: 298, incident_id: 223, created_at: new Date("2024-08-26T16:05:02Z"), resolved_at: new Date("2024-09-01T02:52:41Z"), status: "in-progress" },
            { ticket_id: 299, incident_id: 168, created_at: new Date("2024-09-12T10:05:57Z"), resolved_at: new Date("2024-09-19T03:48:01Z"), status: "closed" },
            { ticket_id: 300, incident_id: 112, created_at: new Date("2023-01-07T12:10:46Z"), resolved_at: null, status: "open" },
            { ticket_id: 301, incident_id: 106, created_at: new Date("2023-04-23T11:26:56Z"), resolved_at: new Date("2023-04-25T07:51:47Z"), status: "in-progress" },
            { ticket_id: 302, incident_id: 43, created_at: new Date("2024-05-13T11:42:48Z"), resolved_at: null, status: "open" },
            { ticket_id: 303, incident_id: 167, created_at: new Date("2023-02-04T09:05:32Z"), resolved_at: null, status: "open" },
            { ticket_id: 304, incident_id: 93, created_at: new Date("2023-05-23T14:46:56Z"), resolved_at: new Date("2023-05-25T23:42:15Z"), status: "closed" },
            { ticket_id: 305, incident_id: 26, created_at: new Date("2023-02-02T10:11:58Z"), resolved_at: null, status: "open" },
            { ticket_id: 306, incident_id: 226, created_at: new Date("2023-10-29T09:06:50Z"), resolved_at: null, status: "open" },
            { ticket_id: 307, incident_id: 108, created_at: new Date("2023-02-03T10:51:14Z"), resolved_at: new Date("2023-02-05T04:54:09Z"), status: "closed" },
            { ticket_id: 308, incident_id: 20, created_at: new Date("2024-07-22T10:01:11Z"), resolved_at: null, status: "open" },
            { ticket_id: 309, incident_id: 195, created_at: new Date("2023-01-24T12:50:44Z"), resolved_at: null, status: "open" },
            { ticket_id: 310, incident_id: 11, created_at: new Date("2024-07-27T11:39:22Z"), resolved_at: new Date("2024-07-28T22:43:04Z"), status: "closed" },
            { ticket_id: 311, incident_id: 225, created_at: new Date("2023-04-24T15:37:53Z"), resolved_at: null, status: "open" },
            { ticket_id: 312, incident_id: 145, created_at: new Date("2023-03-27T11:11:36Z"), resolved_at: null, status: "open" },
            { ticket_id: 313, incident_id: 154, created_at: new Date("2023-05-17T09:48:16Z"), resolved_at: null, status: "open" },
            { ticket_id: 314, incident_id: 177, created_at: new Date("2023-09-23T18:17:31Z"), resolved_at: new Date("2023-09-28T10:04:22Z"), status: "in-progress" },
            { ticket_id: 315, incident_id: 122, created_at: new Date("2024-03-16T09:29:20Z"), resolved_at: null, status: "open" },
            { ticket_id: 316, incident_id: 33, created_at: new Date("2023-06-13T09:52:40Z"), resolved_at: null, status: "open" },
            { ticket_id: 317, incident_id: 38, created_at: new Date("2024-08-29T08:47:05Z"), resolved_at: new Date("2024-08-30T22:45:14Z"), status: "in-progress" },
            { ticket_id: 318, incident_id: 8, created_at: new Date("2023-05-09T09:29:05Z"), resolved_at: new Date("2023-05-13T07:28:11Z"), status: "in-progress" },
            { ticket_id: 319, incident_id: 50, created_at: new Date("2024-11-22T13:42:47Z"), resolved_at: new Date("2024-11-24T04:13:05Z"), status: "in-progress" },
            { ticket_id: 320, incident_id: 180, created_at: new Date("2024-06-13T07:04:59Z"), resolved_at: new Date("2024-06-15T09:04:25Z"), status: "closed" },
            { ticket_id: 321, incident_id: 43, created_at: new Date("2024-06-24T15:51:05Z"), resolved_at: new Date("2024-06-24T17:27:47Z"), status: "in-progress" },
            { ticket_id: 322, incident_id: 224, created_at: new Date("2024-07-07T15:28:43Z"), resolved_at: null, status: "open" },
            { ticket_id: 323, incident_id: 72, created_at: new Date("2024-04-28T09:57:01Z"), resolved_at: new Date("2024-05-01T06:43:04Z"), status: "closed" },
            { ticket_id: 324, incident_id: 120, created_at: new Date("2023-02-21T14:55:56Z"), resolved_at: new Date("2023-02-25T13:35:11Z"), status: "closed" },
            { ticket_id: 325, incident_id: 59, created_at: new Date("2023-12-13T09:06:31Z"), resolved_at: null, status: "open" },
            { ticket_id: 326, incident_id: 129, created_at: new Date("2024-07-05T17:30:38Z"), resolved_at: new Date("2024-07-06T09:49:24Z"), status: "closed" },
            { ticket_id: 327, incident_id: 198, created_at: new Date("2024-03-05T16:33:21Z"), resolved_at: new Date("2024-03-07T13:59:55Z"), status: "closed" },
            { ticket_id: 328, incident_id: 173, created_at: new Date("2024-07-23T08:29:06Z"), resolved_at: new Date("2024-07-29T09:40:53Z"), status: "closed" },
            { ticket_id: 329, incident_id: 107, created_at: new Date("2023-07-03T12:55:56Z"), resolved_at: new Date("2023-07-09T12:55:25Z"), status: "closed" },
            { ticket_id: 330, incident_id: 2, created_at: new Date("2023-05-11T13:12:10Z"), resolved_at: new Date("2023-05-13T10:01:07Z"), status: "closed" },
            { ticket_id: 331, incident_id: 201, created_at: new Date("2023-06-30T20:40:46Z"), resolved_at: null, status: "open" },
            { ticket_id: 332, incident_id: 88, created_at: new Date("2023-10-13T12:14:49Z"), resolved_at: new Date("2023-10-17T13:31:27Z"), status: "closed" },
            { ticket_id: 333, incident_id: 102, created_at: new Date("2024-12-16T15:56:44Z"), resolved_at: null, status: "open" },
            { ticket_id: 334, incident_id: 194, created_at: new Date("2024-03-21T14:59:03Z"), resolved_at: new Date("2024-03-23T19:32:29Z"), status: "closed" },
            { ticket_id: 335, incident_id: 130, created_at: new Date("2024-04-07T15:18:45Z"), resolved_at: null, status: "open" },
            { ticket_id: 336, incident_id: 138, created_at: new Date("2024-08-15T19:33:08Z"), resolved_at: null, status: "open" },
            { ticket_id: 337, incident_id: 157, created_at: new Date("2023-10-24T10:42:04Z"), resolved_at: null, status: "open" },
            { ticket_id: 338, incident_id: 186, created_at: new Date("2023-08-08T15:28:01Z"), resolved_at: null, status: "open" },
            { ticket_id: 339, incident_id: 199, created_at: new Date("2023-04-25T16:18:38Z"), resolved_at: new Date("2023-04-28T23:41:32Z"), status: "closed" },
            { ticket_id: 340, incident_id: 227, created_at: new Date("2023-12-18T08:47:03Z"), resolved_at: null, status: "open" },
            { ticket_id: 341, incident_id: 36, created_at: new Date("2023-04-14T17:32:35Z"), resolved_at: new Date("2023-04-21T12:47:54Z"), status: "closed" },
            { ticket_id: 342, incident_id: 104, created_at: new Date("2023-06-25T18:27:47Z"), resolved_at: new Date("2023-06-27T05:30:23Z"), status: "closed" },
            { ticket_id: 343, incident_id: 111, created_at: new Date("2024-01-07T16:04:10Z"), resolved_at: new Date("2024-01-14T14:55:44Z"), status: "in-progress" },
            { ticket_id: 344, incident_id: 60, created_at: new Date("2023-10-30T10:39:00Z"), resolved_at: null, status: "open" },
            { ticket_id: 345, incident_id: 199, created_at: new Date("2023-11-19T08:20:21Z"), resolved_at: null, status: "open" },
            { ticket_id: 346, incident_id: 44, created_at: new Date("2023-11-29T12:47:02Z"), resolved_at: null, status: "open" },
            { ticket_id: 347, incident_id: 61, created_at: new Date("2023-03-07T17:33:45Z"), resolved_at: new Date("2023-03-09T13:25:43Z"), status: "closed" },
            { ticket_id: 348, incident_id: 229, created_at: new Date("2024-12-07T07:02:26Z"), resolved_at: new Date("2024-12-07T21:20:55Z"), status: "closed" },
            { ticket_id: 349, incident_id: 63, created_at: new Date("2024-08-15T08:00:20Z"), resolved_at: new Date("2024-08-20T04:46:31Z"), status: "closed" },
            { ticket_id: 350, incident_id: 24, created_at: new Date("2023-09-04T15:56:34Z"), resolved_at: null, status: "open" },
            { ticket_id: 351, incident_id: 1, created_at: new Date("2024-02-28T14:37:26Z"), resolved_at: new Date("2024-03-05T13:01:55Z"), status: "closed" },
            { ticket_id: 352, incident_id: 4, created_at: new Date("2023-07-25T09:04:32Z"), resolved_at: new Date("2023-07-28T14:07:51Z"), status: "closed" },
            { ticket_id: 353, incident_id: 182, created_at: new Date("2024-09-01T15:42:10Z"), resolved_at: null, status: "open" },
            { ticket_id: 354, incident_id: 92, created_at: new Date("2024-08-30T11:50:19Z"), resolved_at: null, status: "open" },
            { ticket_id: 355, incident_id: 163, created_at: new Date("2024-10-05T12:22:18Z"), resolved_at: null, status: "open" },
            { ticket_id: 356, incident_id: 178, created_at: new Date("2024-04-03T14:20:12Z"), resolved_at: new Date("2024-04-08T23:11:40Z"), status: "closed" },
            { ticket_id: 357, incident_id: 65, created_at: new Date("2024-10-30T10:35:14Z"), resolved_at: new Date("2024-10-31T03:10:00Z"), status: "closed" },
            { ticket_id: 358, incident_id: 10, created_at: new Date("2023-08-23T16:20:18Z"), resolved_at: new Date("2023-08-24T23:56:29Z"), status: "in-progress" },
            { ticket_id: 359, incident_id: 70, created_at: new Date("2024-08-04T13:44:48Z"), resolved_at: null, status: "open" },
            { ticket_id: 360, incident_id: 211, created_at: new Date("2023-12-07T07:22:39Z"), resolved_at: null, status: "open" },
        ],
    });
}

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