// Social Media Engagement Insights (ai-powered-social-media-manager) 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.social_accounts), which assumes models
// mapped to those table names. Rename the delegates if your models differ.
import { PrismaClient } from '@prisma/client';

const prisma = new PrismaClient();

async function main() {
    await prisma.social_accounts.createMany({
        data: [
            { id: 1, platform: "Twitter", account_name: "Tomas Jansen", created_at: new Date("2022-01-26T15:57:07Z") },
            { id: 2, platform: "Twitter", account_name: "Nina Rossi", created_at: new Date("2020-01-26T17:28:13Z") },
            { id: 3, platform: "Facebook", account_name: "Lina Kowalski", created_at: new Date("2022-03-25T14:06:05Z") },
            { id: 4, platform: "Instagram", account_name: "Ines Schneider", created_at: new Date("2020-09-01T13:31:49Z") },
            { id: 5, platform: "Facebook", account_name: "Nour Bennett", created_at: new Date("2021-12-07T14:02:05Z") },
            { id: 6, platform: "Facebook", account_name: "Maya Fischer", created_at: new Date("2020-12-02T18:59:20Z") },
            { id: 7, platform: "Twitter", account_name: "Wei Zhang", created_at: new Date("2021-10-14T11:37:20Z") },
            { id: 8, platform: "Facebook", account_name: "Marco Andersen", created_at: new Date("2020-06-23T10:24:07Z") },
            { id: 9, platform: "Facebook", account_name: "Karim Kowalski", created_at: new Date("2021-12-23T10:52:37Z") },
            { id: 10, platform: "LinkedIn", account_name: "Tariq Jensen", created_at: new Date("2021-05-26T09:05:49Z") },
            { id: 11, platform: "Twitter", account_name: "Lucas Martin", created_at: new Date("2020-08-10T13:39:50Z") },
            { id: 12, platform: "Facebook", account_name: "Isaac Oliveira", created_at: new Date("2022-05-30T16:12:38Z") },
            { id: 13, platform: "Facebook", account_name: null, created_at: new Date("2020-02-17T09:52:04Z") },
            { id: 14, platform: "Facebook", account_name: null, created_at: new Date("2021-12-23T11:23:10Z") },
            { id: 15, platform: "Facebook", account_name: "Leo Oliveira", created_at: new Date("2021-12-20T17:56:09Z") },
            { id: 16, platform: "Twitter", account_name: "Ben Johnson", created_at: new Date("2022-08-03T10:05:43Z") },
            { id: 17, platform: "Facebook", account_name: "Carlos Jansen", created_at: new Date("2022-02-07T12:32:02Z") },
            { id: 18, platform: "Instagram", account_name: "Zoe Gupta", created_at: new Date("2020-03-06T13:15:15Z") },
            { id: 19, platform: "Facebook", account_name: "Lucas Adams", created_at: new Date("2021-02-12T18:26:49Z") },
            { id: 20, platform: "Twitter", account_name: "Isaac Taylor", created_at: new Date("2021-02-08T16:51:17Z") },
            { id: 21, platform: "Facebook", account_name: "Grace Becker", created_at: new Date("2022-12-11T15:03:59Z") },
            { id: 22, platform: "Facebook", account_name: "Kai Hassan", created_at: new Date("2021-03-10T10:03:48Z") },
            { id: 23, platform: "Instagram", account_name: "Nadia Gupta", created_at: new Date("2021-11-01T08:54:49Z") },
            { id: 24, platform: "Facebook", account_name: "Diego Ibrahim", created_at: new Date("2020-02-26T17:09:24Z") },
            { id: 25, platform: "Facebook", account_name: "Ruby Miller", created_at: new Date("2022-05-16T15:15:49Z") },
            { id: 26, platform: "Facebook", account_name: "Lina Flores", created_at: new Date("2020-06-04T08:38:28Z") },
            { id: 27, platform: "Twitter", account_name: "Yara Sato", created_at: new Date("2021-03-12T16:33:39Z") },
            { id: 28, platform: "Facebook", account_name: "Sara Schmidt", created_at: new Date("2022-03-25T01:30:07Z") },
            { id: 29, platform: "LinkedIn", account_name: "Priya Brown", created_at: new Date("2020-06-09T06:59:36Z") },
            { id: 30, platform: "Facebook", account_name: "Arjun Sato", created_at: new Date("2021-08-19T15:16:31Z") },
            { id: 31, platform: "Facebook", account_name: "Kai Schmidt", created_at: new Date("2021-08-11T17:47:08Z") },
            { id: 32, platform: "Twitter", account_name: "Lena Ruiz", created_at: new Date("2022-12-17T10:13:02Z") },
            { id: 33, platform: "Instagram", account_name: "Ravi Costa", created_at: new Date("2021-12-01T17:01:13Z") },
            { id: 34, platform: "Facebook", account_name: "Ines Demir", created_at: new Date("2020-01-02T09:29:12Z") },
            { id: 35, platform: "Twitter", account_name: "Mohamed Wright", created_at: new Date("2022-02-01T12:32:37Z") },
            { id: 36, platform: "Twitter", account_name: "Pedro Costa", created_at: new Date("2022-06-01T08:25:55Z") },
            { id: 37, platform: "Facebook", account_name: "Olivia Vargas", created_at: new Date("2021-11-27T11:58:11Z") },
            { id: 38, platform: "Instagram", account_name: "Hana Dubois", created_at: new Date("2020-06-15T11:16:11Z") },
            { id: 39, platform: "Twitter", account_name: "Sam Meyer", created_at: new Date("2021-04-16T10:21:44Z") },
            { id: 40, platform: "Twitter", account_name: "Mateo Khan", created_at: new Date("2020-05-28T16:23:32Z") },
            { id: 41, platform: "Instagram", account_name: "Emma Evans", created_at: new Date("2021-11-05T21:32:41Z") },
            { id: 42, platform: "Facebook", account_name: null, created_at: new Date("2021-01-12T16:07:13Z") },
            { id: 43, platform: "Instagram", account_name: "Emma Klein", created_at: new Date("2020-03-30T15:45:06Z") },
            { id: 44, platform: "Twitter", account_name: "Ivan Smith", created_at: new Date("2020-01-02T14:11:04Z") },
            { id: 45, platform: "LinkedIn", account_name: "Sofia Johnson", created_at: new Date("2022-10-19T11:38:19Z") },
            { id: 46, platform: "Facebook", account_name: "Fatima Fischer", created_at: new Date("2022-08-20T08:49:53Z") },
            { id: 47, platform: "Twitter", account_name: "Tomas Sousa", created_at: new Date("2020-05-08T13:14:58Z") },
            { id: 48, platform: "Facebook", account_name: "Yusuf Schmidt", created_at: new Date("2022-10-30T02:24:52Z") },
            { id: 49, platform: "Facebook", account_name: "Ivan Diaz", created_at: new Date("2020-01-27T13:09:04Z") },
            { id: 50, platform: "Facebook", account_name: "Priya Davis", created_at: new Date("2020-06-22T10:11:49Z") },
            { id: 51, platform: "Facebook", account_name: "Elena Yilmaz", created_at: new Date("2021-11-10T14:14:12Z") },
            { id: 52, platform: "Twitter", account_name: "Hana Brown", created_at: new Date("2022-06-02T09:54:13Z") },
            { id: 53, platform: "Facebook", account_name: "Amir Chen", created_at: new Date("2020-06-03T10:32:31Z") },
            { id: 54, platform: "Facebook", account_name: "Chen Bennett", created_at: new Date("2022-01-23T11:49:06Z") },
            { id: 55, platform: "Instagram", account_name: "Ravi Almeida", created_at: new Date("2022-01-27T20:48:42Z") },
            { id: 56, platform: "Facebook", account_name: "Rafael Demir", created_at: new Date("2021-04-21T08:35:21Z") },
            { id: 57, platform: "LinkedIn", account_name: "Leo Murphy", created_at: new Date("2022-05-24T17:31:26Z") },
            { id: 58, platform: "Facebook", account_name: "Olivia Cruz", created_at: new Date("2022-08-28T11:02:41Z") },
            { id: 59, platform: "Facebook", account_name: "Carlos Hassan", created_at: new Date("2022-01-22T13:55:08Z") },
            { id: 60, platform: "Twitter", account_name: "Chloe Klein", created_at: new Date("2021-11-27T13:55:57Z") },
            { id: 61, platform: "Facebook", account_name: "Anna Clark", created_at: new Date("2020-03-03T13:09:19Z") },
            { id: 62, platform: "LinkedIn", account_name: "Leo Khan", created_at: new Date("2021-06-20T10:30:09Z") },
            { id: 63, platform: "Facebook", account_name: "David Ahmed", created_at: new Date("2021-06-03T08:53:27Z") },
            { id: 64, platform: "Facebook", account_name: "Sara Torres", created_at: new Date("2020-09-09T10:12:36Z") },
            { id: 65, platform: "Facebook", account_name: "Liam Flores", created_at: new Date("2021-03-21T16:13:35Z") },
            { id: 66, platform: "Facebook", account_name: null, created_at: new Date("2020-07-30T10:57:18Z") },
            { id: 67, platform: "Facebook", account_name: "Hannah Dubois", created_at: new Date("2021-09-07T15:55:27Z") },
            { id: 68, platform: "Facebook", account_name: "James Sousa", created_at: new Date("2021-03-29T17:40:43Z") },
            { id: 69, platform: "Twitter", account_name: "Ibrahim Hansen", created_at: new Date("2021-09-28T10:26:42Z") },
            { id: 70, platform: "Instagram", account_name: "Zara Kaya", created_at: new Date("2020-12-03T15:55:37Z") },
            { id: 71, platform: "Facebook", account_name: "Deniz Wang", created_at: new Date("2020-08-22T14:18:54Z") },
            { id: 72, platform: "Facebook", account_name: "Lina Oliveira", created_at: new Date("2021-09-24T11:23:09Z") },
            { id: 73, platform: "Twitter", account_name: "Elena Evans", created_at: new Date("2020-07-27T14:11:10Z") },
            { id: 74, platform: "Facebook", account_name: "Maja Taylor", created_at: new Date("2020-08-07T14:17:01Z") },
            { id: 75, platform: "Facebook", account_name: "Alice Wagner", created_at: new Date("2022-01-02T08:32:59Z") },
            { id: 76, platform: "Facebook", account_name: "Sofia Silva", created_at: new Date("2020-11-07T07:32:14Z") },
            { id: 77, platform: "Facebook", account_name: "Tariq Evans", created_at: new Date("2020-07-13T15:03:54Z") },
            { id: 78, platform: "Facebook", account_name: "Nadia Ruiz", created_at: new Date("2022-08-02T16:25:21Z") },
            { id: 79, platform: "LinkedIn", account_name: "Wei Cruz", created_at: new Date("2022-03-20T13:36:34Z") },
            { id: 80, platform: "Twitter", account_name: "Chloe Kumar", created_at: new Date("2020-11-25T16:01:19Z") },
            { id: 81, platform: "Facebook", account_name: "Jade Schmidt", created_at: new Date("2022-11-15T15:45:29Z") },
            { id: 82, platform: "Facebook", account_name: "Maria Khan", created_at: new Date("2021-08-30T08:37:26Z") },
            { id: 83, platform: "Twitter", account_name: "Mila Moreau", created_at: new Date("2022-12-25T14:13:59Z") },
            { id: 84, platform: "Facebook", account_name: "Sam Lopez", created_at: new Date("2021-03-22T14:19:08Z") },
            { id: 85, platform: "Instagram", account_name: "Omar Johnson", created_at: new Date("2021-07-07T10:16:08Z") },
            { id: 86, platform: "Facebook", account_name: "Kai Hughes", created_at: new Date("2022-06-01T14:30:53Z") },
            { id: 87, platform: "Facebook", account_name: null, created_at: new Date("2022-06-25T11:34:58Z") },
            { id: 88, platform: "Instagram", account_name: "Amir Evans", created_at: new Date("2022-06-11T21:02:18Z") },
            { id: 89, platform: "Facebook", account_name: "Amir Kaya", created_at: new Date("2020-03-14T12:33:08Z") },
            { id: 90, platform: "Twitter", account_name: "Wei Sousa", created_at: new Date("2020-01-28T15:55:17Z") },
            { id: 91, platform: "Twitter", account_name: "Alice Young", created_at: new Date("2022-11-20T10:01:02Z") },
            { id: 92, platform: "LinkedIn", account_name: "Nadia Smith", created_at: new Date("2020-08-07T11:28:24Z") },
            { id: 93, platform: "LinkedIn", account_name: "Mateo Taylor", created_at: new Date("2022-05-30T13:40:29Z") },
            { id: 94, platform: "Facebook", account_name: "Selin Ruiz", created_at: new Date("2020-02-08T19:26:19Z") },
            { id: 95, platform: "Facebook", account_name: "Felix Moreau", created_at: new Date("2022-04-18T10:08:45Z") },
            { id: 96, platform: "Instagram", account_name: null, created_at: new Date("2021-11-11T14:08:55Z") },
            { id: 97, platform: "Facebook", account_name: "Carlos Cruz", created_at: new Date("2021-09-17T15:04:00Z") },
            { id: 98, platform: "Instagram", account_name: null, created_at: new Date("2021-12-27T15:31:35Z") },
            { id: 99, platform: "Facebook", account_name: "Mila Gomez", created_at: new Date("2021-01-08T14:40:22Z") },
            { id: 100, platform: "Twitter", account_name: "Arjun Kim", created_at: new Date("2020-01-26T10:42:13Z") },
        ],
    });
    await prisma.campaigns.createMany({
        data: [
            { id: 1, social_account_id: 48, campaign_name: "event engagement awareness", start_date: new Date("2022-05-01T13:07:37Z"), end_date: new Date("2022-03-18T12:25:01Z") },
            { id: 2, social_account_id: 42, campaign_name: "impact launch", start_date: new Date("2022-05-08T07:59:09Z"), end_date: new Date("2022-12-29T09:59:18Z") },
            { id: 3, social_account_id: 65, campaign_name: "target sale", start_date: new Date("2022-05-10T10:24:58Z"), end_date: new Date("2022-05-01T17:03:11Z") },
            { id: 4, social_account_id: 52, campaign_name: "community", start_date: new Date("2022-02-11T16:12:01Z"), end_date: new Date("2022-04-13T13:41:38Z") },
            { id: 5, social_account_id: 21, campaign_name: "connect summer promote", start_date: new Date("2022-03-08T14:29:03Z"), end_date: new Date("2022-09-02T06:11:16Z") },
            { id: 6, social_account_id: 74, campaign_name: "connect influence event", start_date: new Date("2022-02-26T13:23:50Z"), end_date: new Date("2022-04-26T09:52:19Z") },
            { id: 7, social_account_id: 82, campaign_name: "influence", start_date: new Date("2021-07-14T08:22:39Z"), end_date: new Date("2022-04-07T11:48:39Z") },
            { id: 8, social_account_id: 38, campaign_name: "connect", start_date: new Date("2022-03-30T08:09:56Z"), end_date: new Date("2021-04-06T13:46:33Z") },
            { id: 9, social_account_id: 64, campaign_name: "engagement summer", start_date: new Date("2021-06-18T12:43:07Z"), end_date: new Date("2021-01-16T12:59:56Z") },
            { id: 10, social_account_id: 45, campaign_name: "challenge", start_date: new Date("2022-08-08T09:05:30Z"), end_date: new Date("2021-08-10T16:58:14Z") },
            { id: 11, social_account_id: 82, campaign_name: "community impact strategy", start_date: new Date("2022-02-05T10:25:40Z"), end_date: new Date("2021-06-01T11:48:40Z") },
            { id: 12, social_account_id: 8, campaign_name: null, start_date: new Date("2021-07-07T17:33:54Z"), end_date: new Date("2021-08-11T08:32:08Z") },
            { id: 13, social_account_id: 45, campaign_name: "challenge launch promote", start_date: new Date("2021-09-20T10:45:33Z"), end_date: new Date("2021-12-21T16:12:03Z") },
            { id: 14, social_account_id: 9, campaign_name: "awareness brand sale", start_date: new Date("2021-06-23T20:13:07Z"), end_date: new Date("2021-05-09T09:56:35Z") },
            { id: 15, social_account_id: 46, campaign_name: null, start_date: new Date("2021-08-27T09:46:18Z"), end_date: new Date("2022-11-13T09:07:40Z") },
            { id: 16, social_account_id: 98, campaign_name: "promote strategy launch", start_date: new Date("2022-08-15T14:14:34Z"), end_date: new Date("2021-05-22T16:17:29Z") },
            { id: 17, social_account_id: 32, campaign_name: "impact growth engagement", start_date: new Date("2021-01-02T13:40:51Z"), end_date: new Date("2022-08-21T19:21:29Z") },
            { id: 18, social_account_id: 25, campaign_name: "strategy", start_date: new Date("2021-12-11T14:21:02Z"), end_date: new Date("2021-09-05T13:35:59Z") },
            { id: 19, social_account_id: 45, campaign_name: "launch impact sale", start_date: new Date("2022-08-09T16:22:13Z"), end_date: new Date("2021-02-17T21:22:28Z") },
            { id: 20, social_account_id: 9, campaign_name: null, start_date: new Date("2022-09-13T07:03:10Z"), end_date: new Date("2022-10-12T14:14:52Z") },
            { id: 21, social_account_id: 36, campaign_name: "awareness", start_date: new Date("2022-04-10T04:28:36Z"), end_date: new Date("2021-05-17T08:05:57Z") },
            { id: 22, social_account_id: 88, campaign_name: "engagement challenge digital", start_date: new Date("2021-05-10T14:43:17Z"), end_date: new Date("2021-01-08T15:04:50Z") },
            { id: 23, social_account_id: 68, campaign_name: "strategy", start_date: new Date("2022-08-30T09:31:11Z"), end_date: new Date("2022-05-20T15:01:42Z") },
            { id: 24, social_account_id: 85, campaign_name: "trend reach experience", start_date: new Date("2022-03-15T20:48:56Z"), end_date: new Date("2021-05-19T09:00:40Z") },
            { id: 25, social_account_id: 15, campaign_name: "strategy", start_date: new Date("2022-11-26T08:40:14Z"), end_date: new Date("2021-12-05T14:50:48Z") },
            { id: 26, social_account_id: 18, campaign_name: "trend sale", start_date: new Date("2021-08-23T09:09:46Z"), end_date: new Date("2022-04-23T19:29:29Z") },
            { id: 27, social_account_id: 87, campaign_name: "sale boost summer", start_date: new Date("2022-04-10T12:06:11Z"), end_date: new Date("2022-05-03T09:59:40Z") },
            { id: 28, social_account_id: 5, campaign_name: "brand influence", start_date: new Date("2022-09-18T08:31:57Z"), end_date: new Date("2021-10-28T14:52:23Z") },
            { id: 29, social_account_id: 36, campaign_name: "trend awareness promote", start_date: new Date("2022-04-21T12:13:22Z"), end_date: new Date("2021-01-27T10:54:35Z") },
            { id: 30, social_account_id: 23, campaign_name: "event", start_date: new Date("2021-03-05T11:24:09Z"), end_date: new Date("2021-06-10T07:39:23Z") },
            { id: 31, social_account_id: 62, campaign_name: "experience", start_date: new Date("2022-11-25T14:47:58Z"), end_date: new Date("2022-02-21T17:31:33Z") },
            { id: 32, social_account_id: 79, campaign_name: "engagement sale", start_date: new Date("2022-01-21T14:13:00Z"), end_date: new Date("2021-08-03T17:57:23Z") },
            { id: 33, social_account_id: 88, campaign_name: "promote boost reach", start_date: new Date("2021-12-22T19:49:11Z"), end_date: new Date("2021-05-30T13:09:43Z") },
            { id: 34, social_account_id: 63, campaign_name: "summer", start_date: new Date("2022-09-26T15:02:24Z"), end_date: new Date("2022-01-09T15:25:23Z") },
            { id: 35, social_account_id: 80, campaign_name: "growth target", start_date: new Date("2021-12-21T16:30:45Z"), end_date: new Date("2022-11-09T16:33:26Z") },
            { id: 36, social_account_id: 75, campaign_name: null, start_date: new Date("2021-11-02T10:27:24Z"), end_date: new Date("2021-01-15T04:10:12Z") },
            { id: 37, social_account_id: 98, campaign_name: null, start_date: new Date("2022-01-30T15:31:50Z"), end_date: new Date("2022-05-18T20:17:51Z") },
            { id: 38, social_account_id: 71, campaign_name: "target", start_date: new Date("2022-04-11T13:25:09Z"), end_date: new Date("2022-04-26T16:17:34Z") },
            { id: 39, social_account_id: 56, campaign_name: "impact event reach", start_date: new Date("2022-08-22T14:11:42Z"), end_date: new Date("2021-01-04T08:38:15Z") },
            { id: 40, social_account_id: 16, campaign_name: null, start_date: new Date("2022-11-12T15:55:22Z"), end_date: new Date("2022-02-22T13:56:55Z") },
            { id: 41, social_account_id: 10, campaign_name: "growth", start_date: new Date("2021-01-26T10:01:20Z"), end_date: new Date("2021-03-17T15:29:14Z") },
            { id: 42, social_account_id: 82, campaign_name: "event awareness community", start_date: new Date("2021-12-03T12:45:57Z"), end_date: new Date("2022-07-28T07:21:53Z") },
            { id: 43, social_account_id: 8, campaign_name: "summer boost target", start_date: new Date("2022-10-15T13:47:37Z"), end_date: new Date("2022-07-14T16:05:05Z") },
            { id: 44, social_account_id: 2, campaign_name: "influence brand growth", start_date: new Date("2022-09-04T15:10:31Z"), end_date: new Date("2021-11-04T16:18:29Z") },
            { id: 45, social_account_id: 17, campaign_name: "influence impact", start_date: new Date("2022-03-15T13:32:03Z"), end_date: new Date("2021-09-21T15:11:58Z") },
            { id: 46, social_account_id: 78, campaign_name: "community", start_date: new Date("2021-01-27T11:20:50Z"), end_date: new Date("2021-06-27T14:49:12Z") },
            { id: 47, social_account_id: 20, campaign_name: "summer launch", start_date: new Date("2021-03-16T14:37:39Z"), end_date: new Date("2022-12-13T17:24:02Z") },
            { id: 48, social_account_id: 46, campaign_name: null, start_date: new Date("2022-05-12T09:42:53Z"), end_date: new Date("2022-10-30T11:03:15Z") },
            { id: 49, social_account_id: 95, campaign_name: "promote impact", start_date: new Date("2021-08-08T08:38:11Z"), end_date: new Date("2021-06-19T16:01:09Z") },
            { id: 50, social_account_id: 18, campaign_name: "connect engagement", start_date: new Date("2021-01-14T16:02:03Z"), end_date: new Date("2021-09-19T10:14:22Z") },
            { id: 51, social_account_id: 21, campaign_name: "event brand", start_date: new Date("2022-03-24T21:08:04Z"), end_date: new Date("2021-06-20T15:46:12Z") },
            { id: 52, social_account_id: 48, campaign_name: "engagement launch growth", start_date: new Date("2022-11-14T09:11:08Z"), end_date: new Date("2022-08-11T11:32:03Z") },
            { id: 53, social_account_id: 95, campaign_name: "experience", start_date: new Date("2021-10-14T10:23:09Z"), end_date: new Date("2021-11-11T13:04:55Z") },
            { id: 54, social_account_id: 20, campaign_name: "experience", start_date: new Date("2022-08-01T15:21:26Z"), end_date: new Date("2021-11-28T09:41:23Z") },
            { id: 55, social_account_id: 89, campaign_name: "awareness experience", start_date: new Date("2021-12-31T12:53:46Z"), end_date: new Date("2022-03-23T09:58:27Z") },
            { id: 56, social_account_id: 32, campaign_name: "event growth promote", start_date: new Date("2021-03-25T09:45:49Z"), end_date: new Date("2021-01-26T15:33:06Z") },
            { id: 57, social_account_id: 81, campaign_name: "target promote boost", start_date: new Date("2021-02-16T11:42:54Z"), end_date: new Date("2021-07-26T09:08:00Z") },
            { id: 58, social_account_id: 60, campaign_name: "sale summer", start_date: new Date("2022-12-23T18:11:40Z"), end_date: new Date("2022-11-23T18:02:51Z") },
            { id: 59, social_account_id: 60, campaign_name: null, start_date: new Date("2021-08-04T18:10:52Z"), end_date: new Date("2021-12-22T10:42:21Z") },
            { id: 60, social_account_id: 12, campaign_name: "trend challenge", start_date: new Date("2021-10-30T11:38:32Z"), end_date: new Date("2022-07-09T19:47:21Z") },
            { id: 61, social_account_id: 14, campaign_name: "summer launch", start_date: new Date("2022-04-15T11:11:18Z"), end_date: new Date("2022-05-13T11:54:02Z") },
            { id: 62, social_account_id: 89, campaign_name: "connect reach", start_date: new Date("2022-08-20T07:23:48Z"), end_date: new Date("2022-06-12T11:09:44Z") },
            { id: 63, social_account_id: 69, campaign_name: "challenge", start_date: new Date("2021-03-10T13:45:06Z"), end_date: new Date("2022-04-14T12:39:34Z") },
            { id: 64, social_account_id: 8, campaign_name: "launch sale boost", start_date: new Date("2022-03-01T07:06:19Z"), end_date: new Date("2022-08-20T10:20:43Z") },
            { id: 65, social_account_id: 15, campaign_name: "community summer launch", start_date: new Date("2022-08-17T08:56:48Z"), end_date: new Date("2022-06-02T17:30:51Z") },
            { id: 66, social_account_id: 99, campaign_name: "target promote", start_date: new Date("2021-10-04T17:47:44Z"), end_date: new Date("2021-10-29T10:06:15Z") },
            { id: 67, social_account_id: 76, campaign_name: "strategy engagement", start_date: new Date("2021-04-09T11:21:16Z"), end_date: new Date("2022-04-14T16:44:32Z") },
            { id: 68, social_account_id: 91, campaign_name: "community event challenge", start_date: new Date("2021-07-07T10:15:34Z"), end_date: new Date("2022-04-22T13:59:38Z") },
            { id: 69, social_account_id: 79, campaign_name: "awareness digital influence", start_date: new Date("2021-05-13T11:43:51Z"), end_date: new Date("2021-09-03T11:20:08Z") },
            { id: 70, social_account_id: 66, campaign_name: "awareness brand influence", start_date: new Date("2021-12-15T09:26:34Z"), end_date: new Date("2022-07-16T15:23:03Z") },
            { id: 71, social_account_id: 81, campaign_name: "engagement promote", start_date: new Date("2021-09-06T13:14:32Z"), end_date: new Date("2021-08-23T11:56:33Z") },
            { id: 72, social_account_id: 32, campaign_name: null, start_date: new Date("2021-04-08T09:43:37Z"), end_date: new Date("2021-10-20T18:07:13Z") },
            { id: 73, social_account_id: 93, campaign_name: "digital community", start_date: new Date("2021-09-06T15:44:55Z"), end_date: new Date("2022-05-27T15:53:11Z") },
            { id: 74, social_account_id: 56, campaign_name: null, start_date: new Date("2022-11-22T15:02:54Z"), end_date: new Date("2021-03-20T11:17:13Z") },
            { id: 75, social_account_id: 23, campaign_name: "influence awareness sale", start_date: new Date("2021-07-26T09:44:51Z"), end_date: new Date("2022-12-05T11:30:16Z") },
            { id: 76, social_account_id: 92, campaign_name: null, start_date: new Date("2022-11-10T08:32:59Z"), end_date: new Date("2021-04-03T13:54:27Z") },
            { id: 77, social_account_id: 36, campaign_name: "sale", start_date: new Date("2022-08-13T16:49:31Z"), end_date: new Date("2022-01-07T10:05:17Z") },
            { id: 78, social_account_id: 12, campaign_name: "awareness promote", start_date: new Date("2022-09-20T13:17:08Z"), end_date: new Date("2021-02-25T02:56:16Z") },
            { id: 79, social_account_id: 48, campaign_name: "connect", start_date: new Date("2022-08-06T13:00:06Z"), end_date: new Date("2022-11-29T13:13:00Z") },
            { id: 80, social_account_id: 52, campaign_name: "sale launch event", start_date: new Date("2022-10-24T13:26:09Z"), end_date: new Date("2021-01-11T14:58:12Z") },
            { id: 81, social_account_id: 62, campaign_name: null, start_date: new Date("2021-06-18T10:24:00Z"), end_date: new Date("2022-10-14T09:49:57Z") },
            { id: 82, social_account_id: 2, campaign_name: "connect growth", start_date: new Date("2021-10-26T15:26:24Z"), end_date: new Date("2022-10-27T16:03:15Z") },
            { id: 83, social_account_id: 69, campaign_name: "sale", start_date: new Date("2022-07-28T12:33:26Z"), end_date: new Date("2021-05-24T11:19:33Z") },
            { id: 84, social_account_id: 66, campaign_name: "target reach growth", start_date: new Date("2022-03-03T11:42:33Z"), end_date: new Date("2021-12-15T08:14:05Z") },
            { id: 85, social_account_id: 80, campaign_name: "influence", start_date: new Date("2021-10-01T14:43:22Z"), end_date: new Date("2021-05-30T16:11:34Z") },
            { id: 86, social_account_id: 9, campaign_name: "launch influence promote", start_date: new Date("2021-09-02T12:18:22Z"), end_date: new Date("2022-06-05T13:39:16Z") },
            { id: 87, social_account_id: 93, campaign_name: "summer engagement", start_date: new Date("2022-02-27T15:12:25Z"), end_date: new Date("2021-05-08T11:08:31Z") },
            { id: 88, social_account_id: 32, campaign_name: "event growth boost", start_date: new Date("2021-06-07T11:21:59Z"), end_date: new Date("2021-05-27T18:25:50Z") },
            { id: 89, social_account_id: 90, campaign_name: "impact summer", start_date: new Date("2021-04-22T14:08:36Z"), end_date: new Date("2022-05-22T16:24:06Z") },
            { id: 90, social_account_id: 95, campaign_name: "promote brand", start_date: new Date("2022-07-16T16:02:32Z"), end_date: new Date("2021-03-11T14:39:49Z") },
            { id: 91, social_account_id: 56, campaign_name: "influence summer", start_date: new Date("2021-11-05T11:43:06Z"), end_date: new Date("2022-01-01T13:14:27Z") },
            { id: 92, social_account_id: 73, campaign_name: "awareness launch trend", start_date: new Date("2021-06-13T14:01:52Z"), end_date: new Date("2022-08-08T15:37:55Z") },
            { id: 93, social_account_id: 80, campaign_name: "experience summer engagement", start_date: new Date("2022-05-26T11:11:40Z"), end_date: new Date("2022-06-04T11:42:01Z") },
            { id: 94, social_account_id: 68, campaign_name: "digital engagement", start_date: new Date("2022-06-09T13:58:08Z"), end_date: new Date("2022-12-17T11:44:14Z") },
            { id: 95, social_account_id: 53, campaign_name: "engagement challenge", start_date: new Date("2021-08-14T12:11:58Z"), end_date: new Date("2021-05-30T13:20:06Z") },
            { id: 96, social_account_id: 62, campaign_name: "brand challenge promote", start_date: new Date("2022-07-20T01:41:58Z"), end_date: new Date("2022-12-05T14:31:23Z") },
            { id: 97, social_account_id: 83, campaign_name: "brand influence", start_date: new Date("2022-04-10T23:13:30Z"), end_date: new Date("2022-03-26T15:23:39Z") },
            { id: 98, social_account_id: 73, campaign_name: "experience", start_date: new Date("2021-12-25T12:36:03Z"), end_date: new Date("2022-02-20T09:31:26Z") },
            { id: 99, social_account_id: 35, campaign_name: "brand sale boost", start_date: new Date("2022-10-17T11:22:31Z"), end_date: new Date("2021-03-28T08:51:22Z") },
            { id: 100, social_account_id: 23, campaign_name: "influence growth launch", start_date: new Date("2021-01-22T11:49:07Z"), end_date: new Date("2022-08-26T13:19:31Z") },
            { id: 101, social_account_id: 83, campaign_name: "trend", start_date: new Date("2021-07-20T14:39:32Z"), end_date: new Date("2021-06-17T17:29:37Z") },
            { id: 102, social_account_id: 43, campaign_name: null, start_date: new Date("2022-12-11T16:57:18Z"), end_date: new Date("2022-01-08T14:13:21Z") },
            { id: 103, social_account_id: 46, campaign_name: "event trend influence", start_date: new Date("2022-04-12T16:25:23Z"), end_date: new Date("2021-02-16T17:26:10Z") },
            { id: 104, social_account_id: 40, campaign_name: "strategy", start_date: new Date("2022-10-23T14:55:23Z"), end_date: new Date("2021-06-04T15:08:23Z") },
            { id: 105, social_account_id: 64, campaign_name: "digital", start_date: new Date("2021-07-02T13:51:17Z"), end_date: new Date("2021-02-23T10:26:22Z") },
            { id: 106, social_account_id: 18, campaign_name: "sale brand", start_date: new Date("2021-05-27T15:36:40Z"), end_date: new Date("2021-12-10T17:36:09Z") },
            { id: 107, social_account_id: 24, campaign_name: "reach strategy challenge", start_date: new Date("2021-02-27T13:35:55Z"), end_date: new Date("2022-10-11T17:29:47Z") },
            { id: 108, social_account_id: 92, campaign_name: "awareness", start_date: new Date("2022-12-18T10:18:13Z"), end_date: new Date("2021-02-21T11:24:20Z") },
            { id: 109, social_account_id: 5, campaign_name: null, start_date: new Date("2022-06-21T11:25:19Z"), end_date: new Date("2022-12-09T13:31:54Z") },
            { id: 110, social_account_id: 54, campaign_name: "impact promote", start_date: new Date("2022-07-30T16:02:17Z"), end_date: new Date("2022-09-04T10:46:28Z") },
            { id: 111, social_account_id: 43, campaign_name: "strategy summer", start_date: new Date("2021-01-03T14:45:25Z"), end_date: new Date("2021-04-02T10:53:27Z") },
            { id: 112, social_account_id: 16, campaign_name: "challenge community trend", start_date: new Date("2021-04-11T09:26:23Z"), end_date: new Date("2022-08-13T17:12:03Z") },
            { id: 113, social_account_id: 44, campaign_name: "promote digital", start_date: new Date("2022-11-29T08:37:19Z"), end_date: new Date("2022-01-02T17:53:31Z") },
            { id: 114, social_account_id: 92, campaign_name: "awareness", start_date: new Date("2022-01-20T12:34:53Z"), end_date: new Date("2022-11-19T14:40:25Z") },
            { id: 115, social_account_id: 57, campaign_name: null, start_date: new Date("2022-09-23T08:17:25Z"), end_date: new Date("2021-03-17T19:15:06Z") },
            { id: 116, social_account_id: 7, campaign_name: "digital", start_date: new Date("2021-05-02T17:40:13Z"), end_date: new Date("2021-03-09T11:27:12Z") },
            { id: 117, social_account_id: 85, campaign_name: null, start_date: new Date("2022-01-30T19:55:04Z"), end_date: new Date("2022-07-31T17:04:04Z") },
            { id: 118, social_account_id: 57, campaign_name: "engagement summer reach", start_date: new Date("2022-07-17T08:37:48Z"), end_date: new Date("2021-01-02T03:17:14Z") },
            { id: 119, social_account_id: 47, campaign_name: null, start_date: new Date("2022-05-25T17:45:13Z"), end_date: new Date("2021-06-02T10:13:00Z") },
            { id: 120, social_account_id: 60, campaign_name: "event engagement", start_date: new Date("2021-04-20T14:50:10Z"), end_date: new Date("2021-03-20T13:49:37Z") },
            { id: 121, social_account_id: 26, campaign_name: "trend strategy summer", start_date: new Date("2022-07-24T06:56:59Z"), end_date: new Date("2021-02-24T15:01:52Z") },
            { id: 122, social_account_id: 14, campaign_name: "trend experience brand", start_date: new Date("2021-09-30T09:53:18Z"), end_date: new Date("2021-05-26T10:43:57Z") },
            { id: 123, social_account_id: 18, campaign_name: "reach brand challenge", start_date: new Date("2021-02-21T14:41:54Z"), end_date: new Date("2022-10-09T11:08:27Z") },
            { id: 124, social_account_id: 72, campaign_name: "connect growth", start_date: new Date("2022-02-14T14:18:36Z"), end_date: new Date("2021-01-04T09:43:48Z") },
            { id: 125, social_account_id: 49, campaign_name: "influence launch awareness", start_date: new Date("2022-09-28T12:25:18Z"), end_date: new Date("2022-03-11T11:03:56Z") },
            { id: 126, social_account_id: 21, campaign_name: null, start_date: new Date("2022-03-23T18:52:51Z"), end_date: new Date("2021-10-07T09:00:33Z") },
            { id: 127, social_account_id: 27, campaign_name: "challenge digital", start_date: new Date("2022-01-05T12:19:09Z"), end_date: new Date("2022-10-04T14:19:42Z") },
            { id: 128, social_account_id: 84, campaign_name: "sale awareness", start_date: new Date("2021-07-05T09:12:09Z"), end_date: new Date("2021-02-09T06:18:06Z") },
            { id: 129, social_account_id: 65, campaign_name: "strategy boost target", start_date: new Date("2022-08-07T13:42:58Z"), end_date: new Date("2022-12-14T16:26:02Z") },
            { id: 130, social_account_id: 78, campaign_name: null, start_date: new Date("2022-07-21T12:19:16Z"), end_date: new Date("2021-03-11T01:17:05Z") },
            { id: 131, social_account_id: 46, campaign_name: "trend", start_date: new Date("2022-12-07T12:12:28Z"), end_date: new Date("2021-10-08T14:23:46Z") },
            { id: 132, social_account_id: 56, campaign_name: "promote", start_date: new Date("2021-08-20T18:55:41Z"), end_date: new Date("2021-05-05T07:13:40Z") },
            { id: 133, social_account_id: 97, campaign_name: "community reach target", start_date: new Date("2022-02-07T12:22:22Z"), end_date: new Date("2021-03-23T12:18:40Z") },
            { id: 134, social_account_id: 100, campaign_name: "challenge launch summer", start_date: new Date("2022-12-09T15:44:09Z"), end_date: new Date("2021-06-18T13:20:52Z") },
            { id: 135, social_account_id: 48, campaign_name: "brand sale", start_date: new Date("2021-07-13T15:34:26Z"), end_date: new Date("2022-06-21T15:23:36Z") },
            { id: 136, social_account_id: 11, campaign_name: "community", start_date: new Date("2021-10-10T14:43:39Z"), end_date: new Date("2021-08-06T21:00:17Z") },
            { id: 137, social_account_id: 94, campaign_name: "challenge", start_date: new Date("2021-06-09T10:41:26Z"), end_date: new Date("2021-07-16T08:42:55Z") },
            { id: 138, social_account_id: 34, campaign_name: "challenge", start_date: new Date("2022-10-14T12:17:28Z"), end_date: new Date("2021-03-10T11:39:53Z") },
            { id: 139, social_account_id: 93, campaign_name: "community", start_date: new Date("2022-11-15T09:49:19Z"), end_date: new Date("2021-07-31T01:59:49Z") },
            { id: 140, social_account_id: 73, campaign_name: null, start_date: new Date("2021-03-26T09:38:34Z"), end_date: new Date("2021-05-27T08:32:42Z") },
            { id: 141, social_account_id: 13, campaign_name: "connect awareness trend", start_date: new Date("2022-04-09T08:53:58Z"), end_date: new Date("2021-02-21T21:11:14Z") },
            { id: 142, social_account_id: 11, campaign_name: "impact community", start_date: new Date("2022-03-08T09:36:39Z"), end_date: new Date("2021-09-16T14:46:35Z") },
            { id: 143, social_account_id: 43, campaign_name: "reach", start_date: new Date("2021-08-26T15:30:56Z"), end_date: new Date("2021-07-26T12:12:03Z") },
            { id: 144, social_account_id: 82, campaign_name: "boost target", start_date: new Date("2021-12-17T15:36:12Z"), end_date: new Date("2021-04-17T14:45:59Z") },
            { id: 145, social_account_id: 23, campaign_name: null, start_date: new Date("2022-10-05T11:35:40Z"), end_date: new Date("2022-01-25T16:42:36Z") },
            { id: 146, social_account_id: 85, campaign_name: "digital launch promote", start_date: new Date("2021-10-05T11:25:00Z"), end_date: new Date("2022-04-12T12:36:17Z") },
            { id: 147, social_account_id: 46, campaign_name: "digital launch summer", start_date: new Date("2021-08-05T12:41:13Z"), end_date: new Date("2022-10-05T08:24:23Z") },
            { id: 148, social_account_id: 84, campaign_name: null, start_date: new Date("2021-10-28T09:16:46Z"), end_date: new Date("2022-11-20T11:08:42Z") },
            { id: 149, social_account_id: 62, campaign_name: null, start_date: new Date("2021-09-16T10:59:44Z"), end_date: new Date("2021-12-17T14:55:54Z") },
            { id: 150, social_account_id: 64, campaign_name: "trend brand", start_date: new Date("2022-02-04T12:29:45Z"), end_date: new Date("2021-10-20T15:54:57Z") },
            { id: 151, social_account_id: 15, campaign_name: "challenge event", start_date: new Date("2022-01-06T14:58:13Z"), end_date: new Date("2021-01-14T20:18:24Z") },
            { id: 152, social_account_id: 3, campaign_name: "growth", start_date: new Date("2021-12-05T10:41:21Z"), end_date: new Date("2021-07-20T10:57:18Z") },
            { id: 153, social_account_id: 25, campaign_name: "target engagement", start_date: new Date("2022-04-10T08:05:57Z"), end_date: new Date("2022-02-27T10:29:59Z") },
            { id: 154, social_account_id: 68, campaign_name: "community trend", start_date: new Date("2022-10-26T12:14:04Z"), end_date: new Date("2021-03-20T14:45:38Z") },
            { id: 155, social_account_id: 14, campaign_name: "impact connect summer", start_date: new Date("2021-01-27T11:39:29Z"), end_date: new Date("2021-02-05T12:40:33Z") },
            { id: 156, social_account_id: 90, campaign_name: null, start_date: new Date("2022-06-27T19:17:45Z"), end_date: new Date("2022-08-17T13:06:16Z") },
            { id: 157, social_account_id: 71, campaign_name: "connect impact target", start_date: new Date("2021-09-15T11:03:04Z"), end_date: new Date("2021-08-07T13:00:05Z") },
            { id: 158, social_account_id: 80, campaign_name: "connect reach boost", start_date: new Date("2021-12-05T20:40:22Z"), end_date: new Date("2021-04-11T09:17:29Z") },
            { id: 159, social_account_id: 68, campaign_name: "boost challenge launch", start_date: new Date("2022-06-27T17:18:50Z"), end_date: new Date("2021-09-18T12:46:17Z") },
            { id: 160, social_account_id: 57, campaign_name: "connect launch", start_date: new Date("2022-06-28T08:33:50Z"), end_date: new Date("2021-05-15T11:01:16Z") },
            { id: 161, social_account_id: 19, campaign_name: "community target connect", start_date: new Date("2022-06-05T09:51:21Z"), end_date: new Date("2021-06-08T13:09:16Z") },
            { id: 162, social_account_id: 2, campaign_name: "challenge target trend", start_date: new Date("2022-10-27T10:14:39Z"), end_date: new Date("2022-09-09T11:11:41Z") },
            { id: 163, social_account_id: 78, campaign_name: "impact community sale", start_date: new Date("2021-10-03T17:33:14Z"), end_date: new Date("2021-03-14T15:52:54Z") },
            { id: 164, social_account_id: 25, campaign_name: "event brand promote", start_date: new Date("2022-06-04T08:53:54Z"), end_date: new Date("2021-01-14T07:16:02Z") },
            { id: 165, social_account_id: 64, campaign_name: "target sale", start_date: new Date("2021-01-14T11:11:16Z"), end_date: new Date("2021-05-28T13:47:50Z") },
            { id: 166, social_account_id: 27, campaign_name: "target", start_date: new Date("2021-03-02T09:13:18Z"), end_date: new Date("2022-12-28T09:54:50Z") },
            { id: 167, social_account_id: 60, campaign_name: "impact challenge experience", start_date: new Date("2021-11-27T13:01:31Z"), end_date: new Date("2022-08-01T12:34:40Z") },
            { id: 168, social_account_id: 75, campaign_name: "awareness", start_date: new Date("2021-03-30T10:38:05Z"), end_date: new Date("2022-10-19T14:15:33Z") },
            { id: 169, social_account_id: 60, campaign_name: "community promote", start_date: new Date("2022-12-30T15:33:02Z"), end_date: new Date("2022-02-25T10:32:04Z") },
            { id: 170, social_account_id: 60, campaign_name: "impact target community", start_date: new Date("2021-11-21T16:52:27Z"), end_date: new Date("2022-12-06T11:18:00Z") },
            { id: 171, social_account_id: 19, campaign_name: null, start_date: new Date("2021-05-30T14:00:45Z"), end_date: new Date("2022-07-16T10:36:46Z") },
            { id: 172, social_account_id: 67, campaign_name: null, start_date: new Date("2022-12-04T16:33:09Z"), end_date: new Date("2022-11-01T11:57:43Z") },
            { id: 173, social_account_id: 76, campaign_name: "event", start_date: new Date("2021-02-16T11:17:32Z"), end_date: new Date("2022-02-24T11:52:13Z") },
            { id: 174, social_account_id: 57, campaign_name: "summer promote", start_date: new Date("2022-04-05T09:00:00Z"), end_date: new Date("2022-06-20T13:35:32Z") },
            { id: 175, social_account_id: 38, campaign_name: "growth trend", start_date: new Date("2022-06-27T16:09:06Z"), end_date: new Date("2022-06-05T16:36:09Z") },
            { id: 176, social_account_id: 78, campaign_name: "engagement awareness promote", start_date: new Date("2021-11-15T10:30:53Z"), end_date: new Date("2022-07-31T13:15:47Z") },
            { id: 177, social_account_id: 61, campaign_name: "boost experience influence", start_date: new Date("2022-04-14T07:34:38Z"), end_date: new Date("2022-03-28T20:22:14Z") },
            { id: 178, social_account_id: 56, campaign_name: "digital reach", start_date: new Date("2022-02-12T13:12:37Z"), end_date: new Date("2021-12-10T14:33:06Z") },
            { id: 179, social_account_id: 68, campaign_name: null, start_date: new Date("2021-04-08T19:56:47Z"), end_date: new Date("2022-02-01T11:59:35Z") },
            { id: 180, social_account_id: 59, campaign_name: "engagement strategy challenge", start_date: new Date("2022-08-18T16:15:00Z"), end_date: new Date("2021-04-30T12:14:28Z") },
            { id: 181, social_account_id: 97, campaign_name: "strategy impact digital", start_date: new Date("2021-01-27T11:20:07Z"), end_date: new Date("2022-04-16T17:26:33Z") },
            { id: 182, social_account_id: 100, campaign_name: null, start_date: new Date("2021-01-14T09:29:49Z"), end_date: new Date("2021-10-24T09:39:06Z") },
            { id: 183, social_account_id: 49, campaign_name: "sale digital", start_date: new Date("2022-01-13T07:52:12Z"), end_date: new Date("2021-08-05T12:18:22Z") },
            { id: 184, social_account_id: 10, campaign_name: "summer experience", start_date: new Date("2022-11-16T20:14:46Z"), end_date: new Date("2022-03-07T17:59:45Z") },
            { id: 185, social_account_id: 98, campaign_name: "summer engagement growth", start_date: new Date("2021-04-03T11:32:11Z"), end_date: new Date("2022-07-24T08:16:37Z") },
            { id: 186, social_account_id: 7, campaign_name: "launch", start_date: new Date("2022-07-12T20:54:10Z"), end_date: new Date("2021-03-21T09:10:54Z") },
            { id: 187, social_account_id: 94, campaign_name: "sale", start_date: new Date("2021-05-23T13:30:03Z"), end_date: new Date("2022-01-19T10:42:09Z") },
            { id: 188, social_account_id: 94, campaign_name: "brand strategy", start_date: new Date("2022-08-14T13:18:22Z"), end_date: new Date("2021-04-19T16:04:34Z") },
            { id: 189, social_account_id: 44, campaign_name: "engagement summer", start_date: new Date("2022-11-20T13:28:01Z"), end_date: new Date("2021-10-10T15:02:42Z") },
            { id: 190, social_account_id: 75, campaign_name: "community sale event", start_date: new Date("2022-10-06T07:01:04Z"), end_date: new Date("2022-01-19T11:31:41Z") },
            { id: 191, social_account_id: 64, campaign_name: "target", start_date: new Date("2022-07-31T09:12:45Z"), end_date: new Date("2022-03-07T15:17:23Z") },
            { id: 192, social_account_id: 93, campaign_name: "digital connect trend", start_date: new Date("2022-01-14T15:21:45Z"), end_date: new Date("2022-03-22T12:27:10Z") },
            { id: 193, social_account_id: 72, campaign_name: "target impact influence", start_date: new Date("2021-08-21T16:59:22Z"), end_date: new Date("2022-10-06T13:58:28Z") },
            { id: 194, social_account_id: 81, campaign_name: "challenge summer promote", start_date: new Date("2021-04-28T10:47:15Z"), end_date: new Date("2021-02-26T11:28:57Z") },
            { id: 195, social_account_id: 10, campaign_name: "boost digital", start_date: new Date("2022-01-22T15:18:30Z"), end_date: new Date("2022-05-06T16:29:06Z") },
            { id: 196, social_account_id: 35, campaign_name: "strategy growth launch", start_date: new Date("2022-04-29T16:26:30Z"), end_date: new Date("2022-12-31T08:54:43Z") },
            { id: 197, social_account_id: 6, campaign_name: "impact strategy", start_date: new Date("2021-09-17T10:19:49Z"), end_date: new Date("2021-12-27T08:59:10Z") },
            { id: 198, social_account_id: 26, campaign_name: "sale connect impact", start_date: new Date("2022-05-31T21:03:23Z"), end_date: new Date("2021-08-08T14:58:28Z") },
            { id: 199, social_account_id: 50, campaign_name: "awareness boost", start_date: new Date("2021-06-04T09:48:43Z"), end_date: new Date("2021-12-19T16:23:20Z") },
            { id: 200, social_account_id: 1, campaign_name: "engagement", start_date: new Date("2022-02-20T11:25:00Z"), end_date: new Date("2021-09-14T09:21:45Z") },
        ],
    });
    await prisma.ai_insights.createMany({
        data: [
            { id: 1, campaign_id: 158, insight: "The account owner reported a standard issue; the item was closed. The ticket was reviewed — repeat case, no further action. The account owner asked for a change and the document was replaced.", generated_at: new Date("2021-09-24T21:13:39Z"), engagement_score: "69.22", predicted_conversion_rate: "0.24" },
            { id: 2, campaign_id: 149, insight: "The account owner reported an automatic issue; the booking was replaced. The customer asked for a change and the account was cancelled. The account owner asked for a change and the record was reopened. The customer confirmed the details and the transfer was reviewed.", generated_at: new Date("2021-11-08T20:55:23Z"), engagement_score: "58.23", predicted_conversion_rate: "0.51" },
            { id: 3, campaign_id: 165, insight: "The courier asked for a change and the item was delayed. The team reported a duplicate issue; the ticket was completed. No response from the team, so the request was updated.", generated_at: new Date("2022-12-11T13:43:05Z"), engagement_score: "57.98", predicted_conversion_rate: "0.47" },
            { id: 4, campaign_id: 164, insight: null, generated_at: new Date("2021-02-05T00:20:37Z"), engagement_score: "66.20", predicted_conversion_rate: "0.33" },
            { id: 5, campaign_id: 159, insight: "The invoice was processed — repeat case, no further action. The report was replaced — automatic case, no further action. The courier reported a routine issue; the refund was reopened. The customer reported a routine issue; the appointment was rejected.", generated_at: new Date("2021-11-11T01:34:29Z"), engagement_score: "33.96", predicted_conversion_rate: "0.44" },
            { id: 6, campaign_id: 2, insight: "The refund was approved — minor case, no further action. An operator reported a manual issue; the appointment was updated. The supplier asked for a change and the item was reopened.", generated_at: new Date("2022-07-03T02:06:37Z"), engagement_score: "41.59", predicted_conversion_rate: "0.35" },
            { id: 7, campaign_id: 52, insight: "No response from the reviewer, so the account was delayed. The booking was reviewed — standard case, no further action. The account owner confirmed the details and the record was rejected. The payment was reviewed — incomplete case, no further action.", generated_at: new Date("2022-05-27T11:17:33Z"), engagement_score: "67.83", predicted_conversion_rate: "0.67" },
            { id: 8, campaign_id: 169, insight: "An operator reported a partial issue; the shipment was processed. The customer asked for a change and the document was cancelled.", generated_at: new Date("2022-11-02T00:57:12Z"), engagement_score: "41.95", predicted_conversion_rate: "0.74" },
            { id: 9, campaign_id: 34, insight: "The courier asked for a change and the invoice was resolved. The reviewer confirmed the details and the payment was reopened. The order was closed — incomplete case, no further action. The invoice was closed — duplicate case, no further action.", generated_at: new Date("2022-02-18T13:02:09Z"), engagement_score: "54.75", predicted_conversion_rate: "0.30" },
            { id: 10, campaign_id: 6, insight: "The reviewer reported an unusual issue; the record was reopened. No response from an operator, so the request was delayed. The payment was delayed — partial case, no further action. The customer confirmed the details and the shipment was confirmed.", generated_at: new Date("2021-09-13T21:00:44Z"), engagement_score: "64.38", predicted_conversion_rate: "0.45" },
            { id: 11, campaign_id: 71, insight: "The supplier reported an automatic issue; the claim was replaced. The request was escalated — urgent case, no further action. The courier reported a routine issue; the report was replaced. The team asked for a change and the transfer was rejected.", generated_at: new Date("2022-11-10T17:58:11Z"), engagement_score: "44.62", predicted_conversion_rate: "0.47" },
            { id: 12, campaign_id: 93, insight: "The courier confirmed the details and the delivery was cancelled. The supplier confirmed the details and the payment was rescheduled.", generated_at: new Date("2021-10-05T09:21:25Z"), engagement_score: "63.46", predicted_conversion_rate: "0.45" },
            { id: 13, campaign_id: 55, insight: "The customer confirmed the details and the report was delayed. The ticket was completed — manual case, no further action. The customer confirmed the details and the claim was updated.", generated_at: new Date("2022-05-12T06:37:44Z"), engagement_score: "36.27", predicted_conversion_rate: "0.31" },
            { id: 14, campaign_id: 25, insight: "The reviewer reported a duplicate issue; the order was reopened. The customer reported a duplicate issue; the booking was completed.", generated_at: new Date("2022-07-27T12:02:19Z"), engagement_score: "64.55", predicted_conversion_rate: "0.63" },
            { id: 15, campaign_id: 5, insight: null, generated_at: new Date("2021-11-08T02:15:02Z"), engagement_score: "71.94", predicted_conversion_rate: "0.55" },
            { id: 16, campaign_id: 45, insight: "The account owner reported an automatic issue; the transfer was replaced. The supplier asked for a change and the report was reopened. The reviewer asked for a change and the refund was resolved.", generated_at: new Date("2021-02-07T14:30:19Z"), engagement_score: "64.39", predicted_conversion_rate: "0.43" },
            { id: 17, campaign_id: 64, insight: "The account owner reported an urgent issue; the order was refunded. The team asked for a change and the ticket was delayed. No response from the courier, so the session was refunded.", generated_at: new Date("2021-12-16T12:51:33Z"), engagement_score: "72.55", predicted_conversion_rate: "0.64" },
            { id: 18, campaign_id: 53, insight: "The account owner confirmed the details and the session was approved. No response from the supplier, so the session was closed.", generated_at: new Date("2022-07-02T09:29:50Z"), engagement_score: "62.32", predicted_conversion_rate: "0.58" },
            { id: 19, campaign_id: 134, insight: "The courier asked for a change and the payment was reopened. The team confirmed the details and the delivery was rescheduled. The payment was rescheduled — partial case, no further action. The courier asked for a change and the payment was confirmed.", generated_at: new Date("2022-09-26T11:22:43Z"), engagement_score: "40.47", predicted_conversion_rate: "0.49" },
            { id: 20, campaign_id: 191, insight: "The document was reopened — late case, no further action. The claim was replaced — repeat case, no further action.", generated_at: new Date("2022-03-18T15:59:11Z"), engagement_score: "45.42", predicted_conversion_rate: "0.35" },
            { id: 21, campaign_id: 132, insight: "The courier asked for a change and the booking was cancelled. No response from an operator, so the session was approved.", generated_at: new Date("2022-04-26T22:51:55Z"), engagement_score: "69.60", predicted_conversion_rate: "0.20" },
            { id: 22, campaign_id: 172, insight: "The supplier confirmed the details and the document was cancelled. The supplier reported a late issue; the request was resolved. No response from the team, so the session was cancelled.", generated_at: new Date("2021-09-19T11:15:51Z"), engagement_score: "71.29", predicted_conversion_rate: "0.11" },
            { id: 23, campaign_id: 16, insight: "The record was reviewed — routine case, no further action. The supplier asked for a change and the report was escalated. No response from the courier, so the invoice was reviewed.", generated_at: new Date("2022-12-11T07:38:08Z"), engagement_score: "19.57", predicted_conversion_rate: "0.38" },
            { id: 24, campaign_id: 32, insight: "The team confirmed the details and the delivery was escalated. The team confirmed the details and the record was rejected. The supplier asked for a change and the account was rejected.", generated_at: new Date("2021-01-19T17:07:23Z"), engagement_score: "50.50", predicted_conversion_rate: "0.60" },
            { id: 25, campaign_id: 60, insight: "The customer reported a routine issue; the claim was closed. The account owner asked for a change and the order was approved. The delivery was approved — repeat case, no further action. The supplier reported an unusual issue; the refund was processed.", generated_at: new Date("2021-08-29T23:23:39Z"), engagement_score: "43.92", predicted_conversion_rate: "0.40" },
            { id: 26, campaign_id: 154, insight: null, generated_at: new Date("2021-11-17T11:03:35Z"), engagement_score: "22.39", predicted_conversion_rate: "0.42" },
            { id: 27, campaign_id: 139, insight: "An operator asked for a change and the delivery was cancelled. The reviewer reported a partial issue; the document was resolved. The document was rescheduled — repeat case, no further action.", generated_at: new Date("2022-05-24T00:34:59Z"), engagement_score: "53.93", predicted_conversion_rate: "0.60" },
            { id: 28, campaign_id: 68, insight: null, generated_at: new Date("2021-10-28T06:56:22Z"), engagement_score: "60.05", predicted_conversion_rate: "0.40" },
            { id: 29, campaign_id: 199, insight: "No response from the reviewer, so the booking was reopened. An operator confirmed the details and the order was closed. The team asked for a change and the refund was escalated.", generated_at: new Date("2022-04-01T11:10:27Z"), engagement_score: "29.13", predicted_conversion_rate: "0.56" },
            { id: 30, campaign_id: 4, insight: "No response from the team, so the appointment was approved. An operator reported an incomplete issue; the shipment was closed. No response from the account owner, so the claim was replaced.", generated_at: new Date("2022-09-05T10:47:00Z"), engagement_score: "59.60", predicted_conversion_rate: "0.29" },
            { id: 31, campaign_id: 81, insight: "The customer asked for a change and the ticket was rescheduled. The reviewer reported a manual issue; the claim was closed.", generated_at: new Date("2022-08-20T03:23:01Z"), engagement_score: "42.24", predicted_conversion_rate: "0.57" },
            { id: 32, campaign_id: 133, insight: "The account owner confirmed the details and the appointment was refunded. The account owner asked for a change and the shipment was reopened.", generated_at: new Date("2022-04-18T12:38:13Z"), engagement_score: "46.72", predicted_conversion_rate: "0.43" },
            { id: 33, campaign_id: 121, insight: "No response from the account owner, so the transfer was confirmed. The account owner asked for a change and the document was updated. No response from the customer, so the account was replaced.", generated_at: new Date("2021-06-19T12:05:13Z"), engagement_score: "65.38", predicted_conversion_rate: "0.43" },
            { id: 34, campaign_id: 191, insight: "No response from the customer, so the transfer was confirmed. No response from the customer, so the item was reviewed. The booking was reviewed — repeat case, no further action. Support asked for a change and the invoice was reopened.", generated_at: new Date("2022-11-11T19:14:56Z"), engagement_score: "32.86", predicted_conversion_rate: "0.61" },
            { id: 35, campaign_id: 6, insight: "The supplier asked for a change and the document was reviewed. No response from the supplier, so the payment was replaced. The session was cancelled — automatic case, no further action. No response from the courier, so the delivery was cancelled.", generated_at: new Date("2022-04-26T06:08:21Z"), engagement_score: "52.43", predicted_conversion_rate: "0.34" },
            { id: 36, campaign_id: 73, insight: "The supplier reported a partial issue; the request was resolved. The team confirmed the details and the ticket was processed.", generated_at: new Date("2022-06-25T21:15:16Z"), engagement_score: "38.54", predicted_conversion_rate: "0.58" },
            { id: 37, campaign_id: 127, insight: null, generated_at: new Date("2022-05-30T16:26:04Z"), engagement_score: "49.24", predicted_conversion_rate: "0.38" },
            { id: 38, campaign_id: 138, insight: null, generated_at: new Date("2022-10-12T08:50:07Z"), engagement_score: "42.51", predicted_conversion_rate: "0.51" },
            { id: 39, campaign_id: 97, insight: null, generated_at: new Date("2021-04-30T13:56:38Z"), engagement_score: "67.34", predicted_conversion_rate: "0.59" },
            { id: 40, campaign_id: 70, insight: "The payment was rejected — late case, no further action. No response from the team, so the account was completed. The record was resolved — duplicate case, no further action.", generated_at: new Date("2021-02-04T12:10:12Z"), engagement_score: "29.27", predicted_conversion_rate: "0.36" },
            { id: 41, campaign_id: 200, insight: "The reviewer confirmed the details and the request was reopened. The customer reported an incomplete issue; the order was cancelled. The supplier confirmed the details and the document was confirmed. No response from the account owner, so the shipment was reopened.", generated_at: new Date("2021-09-19T04:53:01Z"), engagement_score: "64.11", predicted_conversion_rate: "0.59" },
            { id: 42, campaign_id: 15, insight: "The transfer was rejected — standard case, no further action. An operator asked for a change and the account was approved. The customer asked for a change and the refund was resolved.", generated_at: new Date("2022-09-10T07:37:58Z"), engagement_score: "52.56", predicted_conversion_rate: "0.34" },
            { id: 43, campaign_id: 133, insight: null, generated_at: new Date("2021-11-07T17:15:55Z"), engagement_score: "83.17", predicted_conversion_rate: "0.69" },
            { id: 44, campaign_id: 130, insight: "The order was updated — late case, no further action. No response from the customer, so the document was completed.", generated_at: new Date("2022-07-19T04:04:09Z"), engagement_score: "65.81", predicted_conversion_rate: "0.49" },
            { id: 45, campaign_id: 70, insight: "The account owner reported an unusual issue; the booking was updated. The reviewer reported a minor issue; the document was escalated.", generated_at: new Date("2021-09-26T23:05:27Z"), engagement_score: "66.65", predicted_conversion_rate: "0.25" },
            { id: 46, campaign_id: 107, insight: "The team confirmed the details and the session was completed. No response from the account owner, so the refund was confirmed. An operator reported an urgent issue; the transfer was rejected.", generated_at: new Date("2022-08-27T17:07:08Z"), engagement_score: "28.15", predicted_conversion_rate: "0.72" },
            { id: 47, campaign_id: 39, insight: "The reviewer asked for a change and the shipment was reopened. The courier confirmed the details and the report was refunded. An operator confirmed the details and the request was confirmed.", generated_at: new Date("2021-02-26T15:43:27Z"), engagement_score: "31.73", predicted_conversion_rate: "0.67" },
            { id: 48, campaign_id: 19, insight: "The customer asked for a change and the request was approved. The customer reported a repeat issue; the transfer was escalated.", generated_at: new Date("2021-12-24T17:34:26Z"), engagement_score: "61.12", predicted_conversion_rate: "0.71" },
            { id: 49, campaign_id: 8, insight: "The account owner asked for a change and the report was reviewed. The courier confirmed the details and the shipment was closed.", generated_at: new Date("2022-01-17T16:48:41Z"), engagement_score: "65.70", predicted_conversion_rate: "0.58" },
            { id: 50, campaign_id: 129, insight: "Support asked for a change and the delivery was escalated. The account owner asked for a change and the request was escalated.", generated_at: new Date("2022-04-21T08:41:54Z"), engagement_score: "26.30", predicted_conversion_rate: "0.68" },
            { id: 51, campaign_id: 155, insight: null, generated_at: new Date("2021-03-20T08:21:10Z"), engagement_score: "41.54", predicted_conversion_rate: "0.29" },
            { id: 52, campaign_id: 173, insight: "The shipment was refunded — unusual case, no further action. No response from an operator, so the transfer was delayed.", generated_at: new Date("2021-06-12T15:51:00Z"), engagement_score: "61.59", predicted_conversion_rate: "0.36" },
            { id: 53, campaign_id: 35, insight: "An operator confirmed the details and the document was resolved. No response from the team, so the report was rejected.", generated_at: new Date("2022-08-28T23:37:13Z"), engagement_score: "51.58", predicted_conversion_rate: "0.86" },
            { id: 54, campaign_id: 183, insight: null, generated_at: new Date("2022-08-28T11:04:11Z"), engagement_score: "40.45", predicted_conversion_rate: "0.39" },
            { id: 55, campaign_id: 163, insight: "No response from an operator, so the delivery was refunded. The courier reported a minor issue; the shipment was reopened.", generated_at: new Date("2022-10-27T13:00:25Z"), engagement_score: "36.39", predicted_conversion_rate: "0.41" },
            { id: 56, campaign_id: 192, insight: "No response from the courier, so the session was rescheduled. No response from the supplier, so the order was rescheduled.", generated_at: new Date("2022-09-28T12:04:59Z"), engagement_score: "75.92", predicted_conversion_rate: "0.58" },
            { id: 57, campaign_id: 89, insight: "The team confirmed the details and the ticket was replaced. The account owner reported an urgent issue; the refund was resolved. An operator reported a minor issue; the transfer was reviewed. An operator reported a late issue; the appointment was replaced.", generated_at: new Date("2022-06-11T23:07:34Z"), engagement_score: "49.79", predicted_conversion_rate: "0.45" },
            { id: 58, campaign_id: 30, insight: null, generated_at: new Date("2022-06-01T15:55:31Z"), engagement_score: "81.46", predicted_conversion_rate: "0.93" },
            { id: 59, campaign_id: 141, insight: "The payment was updated — automatic case, no further action. The team asked for a change and the report was processed.", generated_at: new Date("2021-05-03T13:02:50Z"), engagement_score: "72.84", predicted_conversion_rate: "0.69" },
            { id: 60, campaign_id: 85, insight: "The appointment was closed — repeat case, no further action. The customer reported a duplicate issue; the transfer was rejected. Support asked for a change and the account was replaced. The record was escalated — manual case, no further action.", generated_at: new Date("2021-08-24T00:28:00Z"), engagement_score: "67.63", predicted_conversion_rate: "0.56" },
            { id: 61, campaign_id: 48, insight: null, generated_at: new Date("2021-07-04T11:07:29Z"), engagement_score: "67.17", predicted_conversion_rate: "0.25" },
            { id: 62, campaign_id: 126, insight: null, generated_at: new Date("2022-05-19T17:13:45Z"), engagement_score: "45.77", predicted_conversion_rate: "0.62" },
            { id: 63, campaign_id: 58, insight: "The team confirmed the details and the transfer was delayed. The supplier reported a duplicate issue; the request was rescheduled. The account owner reported an automatic issue; the invoice was reopened. No response from the supplier, so the report was rescheduled.", generated_at: new Date("2022-11-29T02:34:49Z"), engagement_score: "36.03", predicted_conversion_rate: "0.35" },
            { id: 64, campaign_id: 62, insight: "The supplier asked for a change and the delivery was confirmed. The delivery was completed — urgent case, no further action. No response from the team, so the booking was escalated. The courier confirmed the details and the delivery was replaced.", generated_at: new Date("2022-03-01T04:27:47Z"), engagement_score: "46.08", predicted_conversion_rate: "0.33" },
            { id: 65, campaign_id: 156, insight: "The courier confirmed the details and the order was approved. The ticket was rejected — minor case, no further action. The team reported a duplicate issue; the invoice was rescheduled.", generated_at: new Date("2022-12-28T05:30:05Z"), engagement_score: "62.95", predicted_conversion_rate: "0.33" },
            { id: 66, campaign_id: 36, insight: "An operator confirmed the details and the refund was resolved. The supplier reported a minor issue; the invoice was reopened. The reviewer reported a repeat issue; the booking was closed.", generated_at: new Date("2021-02-24T19:20:01Z"), engagement_score: "50.74", predicted_conversion_rate: "0.26" },
            { id: 67, campaign_id: 95, insight: "The claim was cancelled — late case, no further action. The supplier confirmed the details and the transfer was rescheduled. The customer confirmed the details and the request was confirmed.", generated_at: new Date("2022-10-22T14:57:31Z"), engagement_score: "35.38", predicted_conversion_rate: "0.37" },
            { id: 68, campaign_id: 90, insight: "The reviewer reported a standard issue; the delivery was replaced. The account owner confirmed the details and the transfer was rejected. The booking was confirmed — partial case, no further action.", generated_at: new Date("2022-03-08T14:19:09Z"), engagement_score: "30.06", predicted_conversion_rate: "0.41" },
            { id: 69, campaign_id: 76, insight: "The team confirmed the details and the claim was reopened. The team asked for a change and the report was processed.", generated_at: new Date("2022-01-24T05:26:24Z"), engagement_score: "55.81", predicted_conversion_rate: "0.70" },
            { id: 70, campaign_id: 86, insight: "The transfer was replaced — standard case, no further action. The courier asked for a change and the document was completed.", generated_at: new Date("2021-05-26T12:46:31Z"), engagement_score: "61.51", predicted_conversion_rate: "0.51" },
            { id: 71, campaign_id: 194, insight: null, generated_at: new Date("2022-06-05T06:41:49Z"), engagement_score: "69.55", predicted_conversion_rate: "0.48" },
            { id: 72, campaign_id: 119, insight: "Support asked for a change and the delivery was completed. No response from the team, so the transfer was replaced.", generated_at: new Date("2021-07-15T06:45:57Z"), engagement_score: "59.47", predicted_conversion_rate: "0.53" },
            { id: 73, campaign_id: 191, insight: "The reviewer asked for a change and the request was replaced. The courier reported an incomplete issue; the payment was resolved. The record was escalated — unusual case, no further action.", generated_at: new Date("2021-07-02T03:11:49Z"), engagement_score: "77.35", predicted_conversion_rate: "0.70" },
            { id: 74, campaign_id: 4, insight: "The account owner confirmed the details and the account was rescheduled. The customer reported a manual issue; the appointment was replaced. No response from the reviewer, so the record was closed. The appointment was escalated — late case, no further action.", generated_at: new Date("2022-11-18T05:54:09Z"), engagement_score: "40.08", predicted_conversion_rate: "0.60" },
            { id: 75, campaign_id: 11, insight: "The reviewer confirmed the details and the transfer was replaced. The reviewer asked for a change and the payment was escalated. The appointment was rejected — late case, no further action.", generated_at: new Date("2022-08-23T15:02:44Z"), engagement_score: "76.61", predicted_conversion_rate: "0.58" },
            { id: 76, campaign_id: 85, insight: "No response from the courier, so the ticket was escalated. The courier confirmed the details and the request was rejected. The item was reopened — repeat case, no further action. The account owner asked for a change and the shipment was escalated.", generated_at: new Date("2022-08-22T11:24:40Z"), engagement_score: "41.83", predicted_conversion_rate: "0.61" },
            { id: 77, campaign_id: 84, insight: "An operator reported a standard issue; the record was updated. The team asked for a change and the report was replaced. The customer asked for a change and the ticket was completed. The document was cancelled — manual case, no further action.", generated_at: new Date("2021-08-08T14:59:38Z"), engagement_score: "47.36", predicted_conversion_rate: "0.29" },
            { id: 78, campaign_id: 52, insight: null, generated_at: new Date("2021-07-21T09:41:54Z"), engagement_score: "50.44", predicted_conversion_rate: "0.66" },
            { id: 79, campaign_id: 3, insight: "The session was approved — late case, no further action. The account owner asked for a change and the payment was closed. The account owner asked for a change and the record was delayed.", generated_at: new Date("2021-05-27T12:30:21Z"), engagement_score: "53.20", predicted_conversion_rate: "0.46" },
            { id: 80, campaign_id: 98, insight: "The customer confirmed the details and the booking was reopened. The appointment was closed — late case, no further action. The customer asked for a change and the appointment was refunded.", generated_at: new Date("2021-09-26T07:33:19Z"), engagement_score: "47.65", predicted_conversion_rate: "0.43" },
            { id: 81, campaign_id: 29, insight: "The team reported a repeat issue; the booking was approved. The courier confirmed the details and the shipment was refunded. The payment was replaced — unusual case, no further action. The customer reported a repeat issue; the record was closed.", generated_at: new Date("2021-01-23T10:26:36Z"), engagement_score: "47.60", predicted_conversion_rate: "0.43" },
            { id: 82, campaign_id: 89, insight: "No response from an operator, so the request was escalated. No response from the team, so the shipment was escalated. The appointment was reviewed — automatic case, no further action.", generated_at: new Date("2021-05-28T06:58:39Z"), engagement_score: "29.38", predicted_conversion_rate: "0.67" },
            { id: 83, campaign_id: 78, insight: "The supplier confirmed the details and the item was replaced. Support asked for a change and the report was rejected. Support asked for a change and the refund was completed.", generated_at: new Date("2021-07-03T21:58:27Z"), engagement_score: "72.26", predicted_conversion_rate: "0.32" },
            { id: 84, campaign_id: 29, insight: "The courier reported a duplicate issue; the item was rescheduled. The reviewer asked for a change and the order was escalated.", generated_at: new Date("2021-03-31T09:01:47Z"), engagement_score: "49.88", predicted_conversion_rate: "0.13" },
            { id: 85, campaign_id: 13, insight: "No response from the customer, so the session was reviewed. The report was delayed — routine case, no further action. An operator reported a duplicate issue; the session was refunded. An operator asked for a change and the record was confirmed.", generated_at: new Date("2021-04-25T04:02:48Z"), engagement_score: "70.49", predicted_conversion_rate: "0.66" },
            { id: 86, campaign_id: 52, insight: "The reviewer reported an automatic issue; the booking was closed. Support asked for a change and the shipment was reopened.", generated_at: new Date("2022-07-20T06:40:22Z"), engagement_score: "67.21", predicted_conversion_rate: "0.62" },
            { id: 87, campaign_id: 162, insight: "The courier asked for a change and the ticket was refunded. An operator reported a partial issue; the payment was processed.", generated_at: new Date("2022-04-26T06:40:20Z"), engagement_score: "35.17", predicted_conversion_rate: "0.56" },
            { id: 88, campaign_id: 166, insight: "The customer asked for a change and the refund was delayed. The team reported a duplicate issue; the request was updated. The account owner asked for a change and the order was updated.", generated_at: new Date("2022-02-09T14:28:09Z"), engagement_score: "60.43", predicted_conversion_rate: "0.41" },
            { id: 89, campaign_id: 190, insight: "The courier confirmed the details and the delivery was rescheduled. The reviewer asked for a change and the payment was escalated. The courier reported a partial issue; the refund was cancelled. Support asked for a change and the report was confirmed.", generated_at: new Date("2022-12-15T11:30:06Z"), engagement_score: "41.72", predicted_conversion_rate: "0.47" },
            { id: 90, campaign_id: 150, insight: null, generated_at: new Date("2022-09-12T00:16:13Z"), engagement_score: "52.20", predicted_conversion_rate: "0.40" },
            { id: 91, campaign_id: 90, insight: "The account owner reported a routine issue; the delivery was approved. An operator reported an unusual issue; the transfer was updated. The supplier reported a standard issue; the delivery was reviewed.", generated_at: new Date("2022-07-10T17:29:50Z"), engagement_score: "29.31", predicted_conversion_rate: "0.72" },
            { id: 92, campaign_id: 136, insight: "An operator reported a routine issue; the booking was closed. No response from the supplier, so the request was cancelled. The account owner confirmed the details and the order was replaced. The session was delayed — late case, no further action.", generated_at: new Date("2022-03-21T23:37:48Z"), engagement_score: "50.61", predicted_conversion_rate: "0.36" },
            { id: 93, campaign_id: 189, insight: "The reviewer reported a repeat issue; the report was delayed. The document was confirmed — unusual case, no further action.", generated_at: new Date("2022-07-05T20:02:39Z"), engagement_score: "41.53", predicted_conversion_rate: "0.34" },
            { id: 94, campaign_id: 22, insight: "No response from the courier, so the payment was closed. No response from the customer, so the transfer was approved. The courier asked for a change and the refund was processed.", generated_at: new Date("2022-05-17T11:23:11Z"), engagement_score: "74.75", predicted_conversion_rate: "0.67" },
            { id: 95, campaign_id: 88, insight: "The account owner confirmed the details and the shipment was processed. The account was refunded — manual case, no further action. The document was cancelled — routine case, no further action. No response from the customer, so the session was refunded.", generated_at: new Date("2021-11-29T16:36:55Z"), engagement_score: "42.44", predicted_conversion_rate: "0.67" },
            { id: 96, campaign_id: 95, insight: "The reviewer reported a late issue; the booking was reviewed. The courier asked for a change and the delivery was approved. The account was rescheduled — automatic case, no further action.", generated_at: new Date("2021-04-18T03:59:35Z"), engagement_score: "51.81", predicted_conversion_rate: "0.57" },
            { id: 97, campaign_id: 23, insight: "The team reported a routine issue; the claim was rescheduled. The courier confirmed the details and the item was delayed.", generated_at: new Date("2021-06-15T21:07:00Z"), engagement_score: "62.60", predicted_conversion_rate: "0.75" },
            { id: 98, campaign_id: 39, insight: "The account owner reported a repeat issue; the transfer was refunded. The account owner asked for a change and the delivery was escalated. No response from the team, so the claim was rescheduled. The session was escalated — late case, no further action.", generated_at: new Date("2022-01-29T18:23:49Z"), engagement_score: "47.16", predicted_conversion_rate: "0.38" },
            { id: 99, campaign_id: 63, insight: null, generated_at: new Date("2021-11-18T14:22:51Z"), engagement_score: "57.95", predicted_conversion_rate: "0.33" },
            { id: 100, campaign_id: 115, insight: "The reviewer confirmed the details and the item was rescheduled. The payment was replaced — late case, no further action. The order was processed — routine case, no further action. An operator reported a minor issue; the delivery was escalated.", generated_at: new Date("2022-04-23T00:32:49Z"), engagement_score: "48.95", predicted_conversion_rate: "0.55" },
            { id: 101, campaign_id: 131, insight: "The payment was rejected — unusual case, no further action. The account owner reported an automatic issue; the session was rejected. The reviewer confirmed the details and the document was reopened. The transfer was rejected — manual case, no further action.", generated_at: new Date("2021-10-08T08:45:19Z"), engagement_score: "52.05", predicted_conversion_rate: "0.57" },
            { id: 102, campaign_id: 63, insight: "The delivery was rescheduled — manual case, no further action. The team confirmed the details and the payment was resolved. The shipment was replaced — duplicate case, no further action. The account owner reported an urgent issue; the transfer was processed.", generated_at: new Date("2021-11-10T15:49:05Z"), engagement_score: "54.24", predicted_conversion_rate: "0.54" },
            { id: 103, campaign_id: 59, insight: "The account owner asked for a change and the claim was refunded. The courier reported a duplicate issue; the request was rejected.", generated_at: new Date("2021-02-18T05:29:03Z"), engagement_score: "33.96", predicted_conversion_rate: "0.54" },
            { id: 104, campaign_id: 72, insight: "No response from the account owner, so the refund was escalated. The request was reopened — manual case, no further action.", generated_at: new Date("2022-07-27T17:56:25Z"), engagement_score: "38.48", predicted_conversion_rate: "0.25" },
            { id: 105, campaign_id: 196, insight: null, generated_at: new Date("2022-07-04T08:27:57Z"), engagement_score: "57.03", predicted_conversion_rate: "0.58" },
            { id: 106, campaign_id: 161, insight: "An operator confirmed the details and the document was processed. The shipment was updated — urgent case, no further action. The supplier confirmed the details and the delivery was confirmed. The supplier asked for a change and the order was reopened.", generated_at: new Date("2021-11-27T11:49:34Z"), engagement_score: "55.40", predicted_conversion_rate: "0.55" },
            { id: 107, campaign_id: 65, insight: "The invoice was replaced — minor case, no further action. The reviewer confirmed the details and the request was reviewed.", generated_at: new Date("2022-02-22T06:56:05Z"), engagement_score: "53.33", predicted_conversion_rate: "0.55" },
            { id: 108, campaign_id: 26, insight: "An operator reported an incomplete issue; the booking was reopened. The courier asked for a change and the payment was resolved. The report was refunded — duplicate case, no further action.", generated_at: new Date("2022-04-02T02:40:31Z"), engagement_score: "45.21", predicted_conversion_rate: "0.37" },
            { id: 109, campaign_id: 34, insight: "No response from the reviewer, so the appointment was rescheduled. The team reported an automatic issue; the document was processed.", generated_at: new Date("2021-05-01T19:57:09Z"), engagement_score: "45.37", predicted_conversion_rate: "0.62" },
            { id: 110, campaign_id: 146, insight: "The team reported a repeat issue; the invoice was rescheduled. No response from the customer, so the record was refunded. The invoice was rescheduled — standard case, no further action.", generated_at: new Date("2021-10-28T13:17:31Z"), engagement_score: "32.58", predicted_conversion_rate: "0.27" },
            { id: 111, campaign_id: 102, insight: "The reviewer asked for a change and the document was closed. The courier asked for a change and the document was rejected. The session was rescheduled — partial case, no further action. The account was confirmed — late case, no further action.", generated_at: new Date("2021-06-25T05:30:12Z"), engagement_score: "38.11", predicted_conversion_rate: "0.47" },
            { id: 112, campaign_id: 8, insight: "No response from the team, so the document was reopened. No response from the account owner, so the record was rejected.", generated_at: new Date("2021-08-10T01:19:34Z"), engagement_score: "43.98", predicted_conversion_rate: "0.32" },
            { id: 113, campaign_id: 70, insight: "An operator asked for a change and the record was escalated. The account owner reported a partial issue; the session was resolved. The appointment was approved — routine case, no further action.", generated_at: new Date("2021-02-10T05:05:35Z"), engagement_score: "57.63", predicted_conversion_rate: "0.35" },
            { id: 114, campaign_id: 32, insight: "The refund was reopened — duplicate case, no further action. The courier asked for a change and the account was processed. The delivery was delayed — manual case, no further action.", generated_at: new Date("2022-01-04T01:27:50Z"), engagement_score: "49.09", predicted_conversion_rate: "0.20" },
            { id: 115, campaign_id: 83, insight: "An operator confirmed the details and the document was replaced. No response from the customer, so the document was reviewed. The supplier confirmed the details and the appointment was rejected.", generated_at: new Date("2022-07-15T02:58:26Z"), engagement_score: "39.30", predicted_conversion_rate: "0.43" },
            { id: 116, campaign_id: 113, insight: "No response from the courier, so the session was closed. The reviewer asked for a change and the session was rejected. The reviewer confirmed the details and the payment was reviewed.", generated_at: new Date("2021-09-11T19:07:39Z"), engagement_score: "21.96", predicted_conversion_rate: "0.39" },
            { id: 117, campaign_id: 80, insight: null, generated_at: new Date("2022-08-06T08:49:51Z"), engagement_score: "53.51", predicted_conversion_rate: "0.30" },
            { id: 118, campaign_id: 87, insight: "The invoice was cancelled — standard case, no further action. The courier reported a late issue; the account was refunded.", generated_at: new Date("2022-08-26T07:50:07Z"), engagement_score: "43.12", predicted_conversion_rate: "0.57" },
            { id: 119, campaign_id: 88, insight: null, generated_at: new Date("2022-06-23T05:33:10Z"), engagement_score: "38.70", predicted_conversion_rate: "0.58" },
            { id: 120, campaign_id: 25, insight: "No response from the team, so the refund was delayed. The supplier reported an urgent issue; the shipment was completed. The customer confirmed the details and the payment was reviewed. The account owner confirmed the details and the claim was approved.", generated_at: new Date("2021-09-20T09:32:06Z"), engagement_score: "51.61", predicted_conversion_rate: "0.64" },
            { id: 121, campaign_id: 8, insight: "The team asked for a change and the delivery was refunded. No response from the customer, so the account was reopened. The reviewer asked for a change and the booking was replaced.", generated_at: new Date("2021-05-06T03:39:13Z"), engagement_score: "46.10", predicted_conversion_rate: "0.74" },
            { id: 122, campaign_id: 69, insight: "The reviewer reported a standard issue; the record was delayed. The request was cancelled — urgent case, no further action. The ticket was reopened — late case, no further action. The reviewer reported an urgent issue; the record was rescheduled.", generated_at: new Date("2021-03-06T13:15:55Z"), engagement_score: "27.65", predicted_conversion_rate: "0.75" },
            { id: 123, campaign_id: 130, insight: "The courier reported a minor issue; the record was refunded. The claim was cancelled — routine case, no further action. The transfer was replaced — late case, no further action.", generated_at: new Date("2021-01-20T22:49:37Z"), engagement_score: "42.03", predicted_conversion_rate: "0.65" },
            { id: 124, campaign_id: 53, insight: "The courier reported an automatic issue; the shipment was reviewed. No response from the reviewer, so the payment was reopened. No response from an operator, so the record was replaced.", generated_at: new Date("2021-10-22T23:39:58Z"), engagement_score: "59.43", predicted_conversion_rate: "0.54" },
            { id: 125, campaign_id: 40, insight: "The team confirmed the details and the appointment was cancelled. The team confirmed the details and the shipment was processed. An operator reported a manual issue; the refund was replaced. The report was approved — manual case, no further action.", generated_at: new Date("2022-11-09T15:11:47Z"), engagement_score: "29.01", predicted_conversion_rate: "0.47" },
            { id: 126, campaign_id: 36, insight: "The account owner confirmed the details and the refund was reviewed. An operator confirmed the details and the booking was escalated. The request was rejected — unusual case, no further action. The invoice was cancelled — unusual case, no further action.", generated_at: new Date("2021-09-13T10:34:50Z"), engagement_score: "31.07", predicted_conversion_rate: "0.43" },
            { id: 127, campaign_id: 176, insight: "The payment was replaced — urgent case, no further action. The customer asked for a change and the transfer was updated. An operator confirmed the details and the record was updated. The invoice was approved — late case, no further action.", generated_at: new Date("2021-07-02T15:48:38Z"), engagement_score: "26.54", predicted_conversion_rate: "0.69" },
            { id: 128, campaign_id: 86, insight: null, generated_at: new Date("2021-08-17T23:04:42Z"), engagement_score: "57.27", predicted_conversion_rate: "0.53" },
            { id: 129, campaign_id: 90, insight: "The reviewer asked for a change and the session was processed. The reviewer reported a standard issue; the record was replaced.", generated_at: new Date("2022-04-19T21:31:55Z"), engagement_score: "48.72", predicted_conversion_rate: "0.45" },
            { id: 130, campaign_id: 36, insight: "The account owner asked for a change and the invoice was updated. An operator reported a late issue; the invoice was rescheduled. No response from the courier, so the booking was approved. The report was rejected — repeat case, no further action.", generated_at: new Date("2022-06-19T22:16:39Z"), engagement_score: "42.11", predicted_conversion_rate: "0.25" },
            { id: 131, campaign_id: 195, insight: "The team asked for a change and the delivery was escalated. No response from the team, so the request was resolved. The item was replaced — partial case, no further action. An operator confirmed the details and the item was cancelled.", generated_at: new Date("2021-07-03T17:08:34Z"), engagement_score: "50.02", predicted_conversion_rate: "0.40" },
            { id: 132, campaign_id: 95, insight: "An operator asked for a change and the account was resolved. The reviewer confirmed the details and the request was rescheduled. The reviewer confirmed the details and the claim was updated. The transfer was confirmed — late case, no further action.", generated_at: new Date("2021-08-29T22:33:12Z"), engagement_score: "50.21", predicted_conversion_rate: "0.54" },
            { id: 133, campaign_id: 125, insight: "The claim was resolved — repeat case, no further action. An operator asked for a change and the payment was delayed. Support asked for a change and the claim was closed. The courier confirmed the details and the request was resolved.", generated_at: new Date("2021-03-13T01:35:17Z"), engagement_score: "54.16", predicted_conversion_rate: "0.88" },
            { id: 134, campaign_id: 62, insight: "The team confirmed the details and the report was approved. The reviewer reported an unusual issue; the shipment was rescheduled. No response from the customer, so the payment was confirmed.", generated_at: new Date("2021-04-10T22:40:42Z"), engagement_score: "26.02", predicted_conversion_rate: "0.44" },
            { id: 135, campaign_id: 92, insight: "No response from the team, so the booking was closed. The appointment was cancelled — partial case, no further action. An operator asked for a change and the delivery was updated.", generated_at: new Date("2021-01-27T12:37:18Z"), engagement_score: "62.85", predicted_conversion_rate: "0.42" },
            { id: 136, campaign_id: 178, insight: "The document was approved — routine case, no further action. No response from the team, so the shipment was resolved. The booking was refunded — partial case, no further action. No response from the courier, so the booking was completed.", generated_at: new Date("2021-09-01T03:30:28Z"), engagement_score: "40.11", predicted_conversion_rate: "0.85" },
            { id: 137, campaign_id: 71, insight: "The request was processed — unusual case, no further action. The account owner reported a repeat issue; the claim was approved. The team reported a duplicate issue; the claim was reopened.", generated_at: new Date("2021-07-02T20:52:18Z"), engagement_score: "81.59", predicted_conversion_rate: "0.44" },
            { id: 138, campaign_id: 178, insight: "The item was closed — repeat case, no further action. The team reported an incomplete issue; the ticket was closed. The delivery was reopened — manual case, no further action.", generated_at: new Date("2021-11-17T03:17:41Z"), engagement_score: "31.85", predicted_conversion_rate: "0.56" },
            { id: 139, campaign_id: 182, insight: "The claim was rescheduled — automatic case, no further action. The supplier asked for a change and the item was resolved. The document was completed — urgent case, no further action. The request was processed — late case, no further action.", generated_at: new Date("2022-12-14T04:03:18Z"), engagement_score: "50.34", predicted_conversion_rate: "0.59" },
            { id: 140, campaign_id: 117, insight: "The transfer was completed — unusual case, no further action. The claim was escalated — late case, no further action. An operator asked for a change and the transfer was refunded.", generated_at: new Date("2021-03-29T05:32:11Z"), engagement_score: "68.31", predicted_conversion_rate: "0.57" },
            { id: 141, campaign_id: 137, insight: "The courier asked for a change and the document was confirmed. An operator confirmed the details and the account was processed.", generated_at: new Date("2021-03-09T19:08:47Z"), engagement_score: "43.21", predicted_conversion_rate: "0.42" },
            { id: 142, campaign_id: 67, insight: "No response from the account owner, so the report was reopened. An operator confirmed the details and the item was rescheduled.", generated_at: new Date("2021-03-20T16:15:24Z"), engagement_score: "34.84", predicted_conversion_rate: "0.46" },
            { id: 143, campaign_id: 12, insight: "No response from the customer, so the delivery was reopened. The team asked for a change and the account was rejected. The account owner asked for a change and the report was approved.", generated_at: new Date("2021-08-27T18:57:46Z"), engagement_score: "31.43", predicted_conversion_rate: "0.66" },
            { id: 144, campaign_id: 6, insight: "The account owner asked for a change and the report was completed. The courier asked for a change and the ticket was rejected.", generated_at: new Date("2021-10-01T16:15:46Z"), engagement_score: "53.56", predicted_conversion_rate: "0.73" },
            { id: 145, campaign_id: 189, insight: "The team reported a duplicate issue; the request was confirmed. An operator reported an urgent issue; the shipment was refunded.", generated_at: new Date("2021-05-08T04:07:16Z"), engagement_score: "65.10", predicted_conversion_rate: "0.59" },
            { id: 146, campaign_id: 81, insight: "The team reported an unusual issue; the claim was reopened. The reviewer asked for a change and the request was reopened. The session was processed — standard case, no further action.", generated_at: new Date("2021-01-06T12:32:26Z"), engagement_score: "58.21", predicted_conversion_rate: "0.20" },
            { id: 147, campaign_id: 147, insight: "The account owner confirmed the details and the order was resolved. The delivery was processed — incomplete case, no further action.", generated_at: new Date("2022-04-20T17:43:26Z"), engagement_score: "41.56", predicted_conversion_rate: "0.23" },
            { id: 148, campaign_id: 8, insight: "The courier confirmed the details and the shipment was escalated. Support asked for a change and the document was cancelled.", generated_at: new Date("2021-01-02T22:00:41Z"), engagement_score: "43.17", predicted_conversion_rate: "0.44" },
            { id: 149, campaign_id: 112, insight: "The supplier reported a manual issue; the transfer was rescheduled. The appointment was rejected — partial case, no further action. No response from the team, so the claim was updated. The courier asked for a change and the item was rejected.", generated_at: new Date("2021-09-06T04:04:20Z"), engagement_score: "55.08", predicted_conversion_rate: "0.41" },
            { id: 150, campaign_id: 172, insight: "The courier confirmed the details and the appointment was processed. The customer confirmed the details and the payment was reviewed. The appointment was confirmed — repeat case, no further action. The courier reported a manual issue; the claim was delayed.", generated_at: new Date("2022-08-10T16:47:55Z"), engagement_score: "74.87", predicted_conversion_rate: "0.55" },
        ],
    });
    await prisma.content_performance.createMany({
        data: [
            { id: 1, campaign_id: 177, post_type: "Video", reach: 6513, impressions: 3124, performance_date: new Date("2022-09-03T15:06:00Z") },
            { id: 2, campaign_id: 193, post_type: "Image", reach: 6612, impressions: 18143, performance_date: new Date("2022-03-11T19:29:46Z") },
            { id: 3, campaign_id: 166, post_type: "Image", reach: 7112, impressions: 16329, performance_date: new Date("2022-10-23T13:12:07Z") },
            { id: 4, campaign_id: 115, post_type: "Link", reach: null, impressions: null, performance_date: new Date("2022-08-12T15:39:37Z") },
            { id: 5, campaign_id: 123, post_type: "Image", reach: 4644, impressions: 1644, performance_date: new Date("2022-02-18T20:51:15Z") },
            { id: 6, campaign_id: 52, post_type: "Image", reach: 6589, impressions: 13309, performance_date: new Date("2021-08-13T13:10:26Z") },
            { id: 7, campaign_id: 32, post_type: "Image", reach: 7130, impressions: 516, performance_date: new Date("2021-01-11T22:04:58Z") },
            { id: 8, campaign_id: 64, post_type: "Video", reach: 4407, impressions: 102, performance_date: new Date("2021-01-28T20:28:52Z") },
            { id: 9, campaign_id: 103, post_type: "Video", reach: 5588, impressions: 6183, performance_date: new Date("2022-09-22T22:46:11Z") },
            { id: 10, campaign_id: 152, post_type: "Video", reach: 4941, impressions: 317, performance_date: new Date("2021-04-03T17:48:36Z") },
            { id: 11, campaign_id: 145, post_type: "Image", reach: 5120, impressions: 269, performance_date: new Date("2021-04-28T11:20:01Z") },
            { id: 12, campaign_id: 51, post_type: "Video", reach: 8412, impressions: 4664, performance_date: new Date("2022-08-15T23:43:41Z") },
            { id: 13, campaign_id: 106, post_type: "Video", reach: 6238, impressions: 407, performance_date: new Date("2022-01-24T19:20:34Z") },
            { id: 14, campaign_id: 12, post_type: "Text", reach: null, impressions: null, performance_date: new Date("2021-01-29T17:51:28Z") },
            { id: 15, campaign_id: 132, post_type: "Text", reach: null, impressions: null, performance_date: new Date("2021-06-22T14:24:56Z") },
            { id: 16, campaign_id: 10, post_type: "Image", reach: 5169, impressions: 16909, performance_date: new Date("2022-02-15T09:14:32Z") },
            { id: 17, campaign_id: 131, post_type: "Image", reach: 1905, impressions: 18896, performance_date: new Date("2022-01-10T04:41:23Z") },
            { id: 18, campaign_id: 178, post_type: "Video", reach: 6923, impressions: 3413, performance_date: new Date("2021-02-06T14:59:07Z") },
            { id: 19, campaign_id: 52, post_type: "Video", reach: 5154, impressions: 105, performance_date: new Date("2022-06-23T23:08:16Z") },
            { id: 20, campaign_id: 144, post_type: "Text", reach: null, impressions: null, performance_date: new Date("2022-12-25T11:09:57Z") },
            { id: 21, campaign_id: 69, post_type: "Image", reach: 4334, impressions: 395, performance_date: new Date("2022-10-31T11:58:38Z") },
            { id: 22, campaign_id: 128, post_type: "Video", reach: 4685, impressions: 13176, performance_date: new Date("2022-01-16T08:46:34Z") },
            { id: 23, campaign_id: 52, post_type: "Video", reach: 4887, impressions: 8365, performance_date: new Date("2021-06-23T21:04:46Z") },
            { id: 24, campaign_id: 96, post_type: "Video", reach: 4211, impressions: 119, performance_date: new Date("2022-04-05T12:08:30Z") },
            { id: 25, campaign_id: 74, post_type: "Video", reach: 5612, impressions: 5599, performance_date: new Date("2022-06-10T15:18:07Z") },
            { id: 26, campaign_id: 27, post_type: "Image", reach: 6315, impressions: 12717, performance_date: new Date("2021-12-09T19:15:58Z") },
            { id: 27, campaign_id: 184, post_type: "Video", reach: 6466, impressions: 7397, performance_date: new Date("2022-08-08T18:25:50Z") },
            { id: 28, campaign_id: 182, post_type: "Video", reach: 4668, impressions: 4601, performance_date: new Date("2021-12-04T13:04:58Z") },
            { id: 29, campaign_id: 97, post_type: "Text", reach: null, impressions: null, performance_date: new Date("2021-05-04T09:16:43Z") },
            { id: 30, campaign_id: 179, post_type: "Video", reach: 1215, impressions: 13507, performance_date: new Date("2022-08-23T22:55:33Z") },
            { id: 31, campaign_id: 158, post_type: "Video", reach: 7256, impressions: 2843, performance_date: new Date("2022-07-24T22:03:45Z") },
            { id: 32, campaign_id: 120, post_type: "Text", reach: null, impressions: null, performance_date: new Date("2021-03-04T13:36:19Z") },
            { id: 33, campaign_id: 83, post_type: "Image", reach: 2336, impressions: 1036, performance_date: new Date("2022-02-13T17:26:23Z") },
            { id: 34, campaign_id: 160, post_type: "Image", reach: 5269, impressions: 11627, performance_date: new Date("2022-09-01T10:58:37Z") },
            { id: 35, campaign_id: 158, post_type: "Image", reach: 3943, impressions: 16522, performance_date: new Date("2022-06-04T07:30:05Z") },
            { id: 36, campaign_id: 121, post_type: "Text", reach: null, impressions: null, performance_date: new Date("2021-11-02T09:57:53Z") },
            { id: 37, campaign_id: 55, post_type: "Text", reach: null, impressions: null, performance_date: new Date("2021-12-29T15:03:24Z") },
            { id: 38, campaign_id: 117, post_type: "Video", reach: 3678, impressions: 168, performance_date: new Date("2022-03-01T13:24:35Z") },
            { id: 39, campaign_id: 80, post_type: "Text", reach: null, impressions: null, performance_date: new Date("2021-10-03T16:08:56Z") },
            { id: 40, campaign_id: 166, post_type: "Video", reach: 5403, impressions: 1946, performance_date: new Date("2021-07-08T18:17:25Z") },
            { id: 41, campaign_id: 107, post_type: "Image", reach: 4715, impressions: 8123, performance_date: new Date("2022-04-09T20:14:25Z") },
            { id: 42, campaign_id: 45, post_type: "Video", reach: 5484, impressions: 7998, performance_date: new Date("2021-01-19T13:35:51Z") },
            { id: 43, campaign_id: 194, post_type: "Video", reach: 4888, impressions: 893, performance_date: new Date("2022-08-06T20:01:54Z") },
            { id: 44, campaign_id: 176, post_type: "Image", reach: 3956, impressions: 2761, performance_date: new Date("2022-02-28T11:51:52Z") },
            { id: 45, campaign_id: 8, post_type: "Video", reach: 5021, impressions: 1131, performance_date: new Date("2022-09-30T08:12:33Z") },
            { id: 46, campaign_id: 50, post_type: "Video", reach: 3937, impressions: 213, performance_date: new Date("2022-09-22T19:10:16Z") },
            { id: 47, campaign_id: 137, post_type: "Video", reach: 6673, impressions: 11796, performance_date: new Date("2022-02-12T19:34:23Z") },
            { id: 48, campaign_id: 19, post_type: "Link", reach: null, impressions: null, performance_date: new Date("2022-02-11T11:43:44Z") },
            { id: 49, campaign_id: 67, post_type: "Image", reach: 3601, impressions: 1459, performance_date: new Date("2022-11-16T21:09:39Z") },
            { id: 50, campaign_id: 168, post_type: "Image", reach: 5415, impressions: 368, performance_date: new Date("2022-01-31T09:37:26Z") },
            { id: 51, campaign_id: 56, post_type: "Text", reach: null, impressions: null, performance_date: new Date("2022-05-19T20:35:21Z") },
            { id: 52, campaign_id: 168, post_type: "Link", reach: null, impressions: null, performance_date: new Date("2022-05-23T19:35:21Z") },
            { id: 53, campaign_id: 179, post_type: "Text", reach: null, impressions: null, performance_date: new Date("2021-08-11T14:39:25Z") },
            { id: 54, campaign_id: 117, post_type: "Video", reach: 2705, impressions: 395, performance_date: new Date("2021-03-28T13:57:07Z") },
            { id: 55, campaign_id: 72, post_type: "Image", reach: 5761, impressions: 315, performance_date: new Date("2021-07-10T19:54:25Z") },
            { id: 56, campaign_id: 190, post_type: "Image", reach: 2871, impressions: 100, performance_date: new Date("2022-05-01T20:06:03Z") },
            { id: 57, campaign_id: 48, post_type: "Video", reach: 5589, impressions: 1732, performance_date: new Date("2021-06-06T14:30:45Z") },
            { id: 58, campaign_id: 161, post_type: "Video", reach: 4982, impressions: 611, performance_date: new Date("2021-09-15T08:48:56Z") },
            { id: 59, campaign_id: 127, post_type: "Text", reach: null, impressions: null, performance_date: new Date("2021-08-28T14:10:55Z") },
            { id: 60, campaign_id: 18, post_type: "Text", reach: null, impressions: null, performance_date: new Date("2021-03-11T06:34:52Z") },
            { id: 61, campaign_id: 127, post_type: "Video", reach: 6355, impressions: 1887, performance_date: new Date("2022-04-24T17:38:40Z") },
            { id: 62, campaign_id: 154, post_type: "Text", reach: null, impressions: null, performance_date: new Date("2022-03-17T11:55:14Z") },
            { id: 63, campaign_id: 23, post_type: "Text", reach: null, impressions: null, performance_date: new Date("2022-09-15T21:28:20Z") },
            { id: 64, campaign_id: 117, post_type: "Video", reach: 5158, impressions: 1466, performance_date: new Date("2021-10-06T09:59:18Z") },
            { id: 65, campaign_id: 54, post_type: "Video", reach: 4551, impressions: 102, performance_date: new Date("2021-09-07T18:47:41Z") },
            { id: 66, campaign_id: 135, post_type: "Text", reach: null, impressions: null, performance_date: new Date("2021-12-19T08:30:24Z") },
            { id: 67, campaign_id: 180, post_type: "Video", reach: 6231, impressions: 2471, performance_date: new Date("2022-05-11T01:32:15Z") },
            { id: 68, campaign_id: 49, post_type: "Video", reach: 6971, impressions: 3698, performance_date: new Date("2022-04-24T09:18:42Z") },
            { id: 69, campaign_id: 84, post_type: "Image", reach: 3804, impressions: 262, performance_date: new Date("2022-02-18T18:00:30Z") },
            { id: 70, campaign_id: 69, post_type: "Image", reach: 4811, impressions: 1157, performance_date: new Date("2022-04-26T08:28:29Z") },
            { id: 71, campaign_id: 109, post_type: "Video", reach: 5234, impressions: 2779, performance_date: new Date("2022-11-05T07:16:45Z") },
            { id: 72, campaign_id: 27, post_type: "Image", reach: 5047, impressions: 1427, performance_date: new Date("2022-06-25T12:22:54Z") },
            { id: 73, campaign_id: 128, post_type: "Text", reach: null, impressions: null, performance_date: new Date("2021-09-14T18:36:56Z") },
            { id: 74, campaign_id: 50, post_type: "Image", reach: 4446, impressions: 102, performance_date: new Date("2021-01-27T08:19:41Z") },
            { id: 75, campaign_id: 129, post_type: "Link", reach: null, impressions: null, performance_date: new Date("2022-12-14T21:11:50Z") },
            { id: 76, campaign_id: 114, post_type: "Link", reach: null, impressions: null, performance_date: new Date("2021-04-03T19:19:37Z") },
            { id: 77, campaign_id: 73, post_type: "Image", reach: 3118, impressions: 460, performance_date: new Date("2021-11-19T19:42:13Z") },
            { id: 78, campaign_id: 140, post_type: "Image", reach: 2823, impressions: 3810, performance_date: new Date("2022-12-20T03:49:53Z") },
            { id: 79, campaign_id: 92, post_type: "Video", reach: 3566, impressions: 5309, performance_date: new Date("2022-11-01T18:22:13Z") },
            { id: 80, campaign_id: 87, post_type: "Link", reach: null, impressions: null, performance_date: new Date("2021-07-17T08:53:33Z") },
            { id: 81, campaign_id: 149, post_type: "Video", reach: 3533, impressions: 9891, performance_date: new Date("2021-03-18T11:53:22Z") },
            { id: 82, campaign_id: 200, post_type: "Text", reach: null, impressions: null, performance_date: new Date("2021-05-14T07:03:38Z") },
            { id: 83, campaign_id: 75, post_type: "Video", reach: 8222, impressions: 573, performance_date: new Date("2022-03-14T10:41:18Z") },
            { id: 84, campaign_id: 84, post_type: "Video", reach: 4384, impressions: 101, performance_date: new Date("2021-06-26T21:23:07Z") },
            { id: 85, campaign_id: 86, post_type: "Video", reach: 4360, impressions: 15025, performance_date: new Date("2022-04-11T18:25:37Z") },
            { id: 86, campaign_id: 134, post_type: "Text", reach: null, impressions: null, performance_date: new Date("2022-02-19T20:44:09Z") },
            { id: 87, campaign_id: 4, post_type: "Image", reach: 6599, impressions: 12427, performance_date: new Date("2022-01-22T11:36:30Z") },
            { id: 88, campaign_id: 65, post_type: "Video", reach: 7852, impressions: 830, performance_date: new Date("2022-03-30T18:28:27Z") },
            { id: 89, campaign_id: 66, post_type: "Image", reach: 4587, impressions: 18611, performance_date: new Date("2021-08-26T10:39:16Z") },
            { id: 90, campaign_id: 162, post_type: "Image", reach: 3684, impressions: 1047, performance_date: new Date("2021-02-13T12:29:29Z") },
            { id: 91, campaign_id: 185, post_type: "Image", reach: 5293, impressions: 16936, performance_date: new Date("2021-07-01T13:02:05Z") },
            { id: 92, campaign_id: 146, post_type: "Video", reach: 6890, impressions: 3462, performance_date: new Date("2021-04-11T21:26:00Z") },
            { id: 93, campaign_id: 115, post_type: "Image", reach: 3222, impressions: 7970, performance_date: new Date("2022-11-06T22:59:44Z") },
            { id: 94, campaign_id: 102, post_type: "Image", reach: 4464, impressions: 16727, performance_date: new Date("2021-02-06T19:32:22Z") },
            { id: 95, campaign_id: 145, post_type: "Text", reach: null, impressions: null, performance_date: new Date("2022-07-26T18:02:30Z") },
            { id: 96, campaign_id: 126, post_type: "Image", reach: 3919, impressions: 4839, performance_date: new Date("2021-05-30T09:09:00Z") },
            { id: 97, campaign_id: 68, post_type: "Video", reach: 4558, impressions: 1568, performance_date: new Date("2022-08-16T15:10:50Z") },
            { id: 98, campaign_id: 124, post_type: "Image", reach: 4757, impressions: 100, performance_date: new Date("2021-04-04T12:58:11Z") },
            { id: 99, campaign_id: 77, post_type: "Video", reach: 6810, impressions: 12850, performance_date: new Date("2021-01-18T13:00:45Z") },
            { id: 100, campaign_id: 46, post_type: "Text", reach: null, impressions: null, performance_date: new Date("2021-04-29T20:14:05Z") },
            { id: 101, campaign_id: 80, post_type: "Video", reach: 4322, impressions: 144, performance_date: new Date("2022-07-16T23:04:12Z") },
            { id: 102, campaign_id: 158, post_type: "Image", reach: 4119, impressions: 115, performance_date: new Date("2022-04-06T18:23:40Z") },
            { id: 103, campaign_id: 46, post_type: "Text", reach: null, impressions: null, performance_date: new Date("2022-02-17T11:30:55Z") },
            { id: 104, campaign_id: 181, post_type: "Image", reach: 3472, impressions: 10612, performance_date: new Date("2021-06-22T15:27:28Z") },
            { id: 105, campaign_id: 138, post_type: "Video", reach: 2999, impressions: 3778, performance_date: new Date("2022-02-13T09:18:45Z") },
            { id: 106, campaign_id: 137, post_type: "Image", reach: 3682, impressions: 1557, performance_date: new Date("2021-05-27T01:05:50Z") },
            { id: 107, campaign_id: 189, post_type: "Image", reach: 6773, impressions: 17454, performance_date: new Date("2022-01-08T15:58:16Z") },
            { id: 108, campaign_id: 61, post_type: "Text", reach: null, impressions: null, performance_date: new Date("2022-09-29T08:31:47Z") },
            { id: 109, campaign_id: 106, post_type: "Image", reach: 6398, impressions: 16381, performance_date: new Date("2022-04-07T16:39:18Z") },
            { id: 110, campaign_id: 54, post_type: "Video", reach: 4761, impressions: 370, performance_date: new Date("2021-01-22T09:09:47Z") },
            { id: 111, campaign_id: 91, post_type: "Image", reach: 6080, impressions: 2663, performance_date: new Date("2022-09-14T19:12:28Z") },
            { id: 112, campaign_id: 57, post_type: "Image", reach: 5596, impressions: 603, performance_date: new Date("2021-11-10T20:22:33Z") },
            { id: 113, campaign_id: 85, post_type: "Image", reach: 3270, impressions: 1944, performance_date: new Date("2022-12-14T18:33:10Z") },
            { id: 114, campaign_id: 34, post_type: "Link", reach: null, impressions: null, performance_date: new Date("2021-06-19T20:43:54Z") },
            { id: 115, campaign_id: 76, post_type: "Text", reach: null, impressions: null, performance_date: new Date("2022-04-20T22:31:56Z") },
            { id: 116, campaign_id: 15, post_type: "Image", reach: 4331, impressions: 16586, performance_date: new Date("2021-09-02T14:47:04Z") },
            { id: 117, campaign_id: 122, post_type: "Text", reach: null, impressions: null, performance_date: new Date("2022-10-25T20:12:12Z") },
            { id: 118, campaign_id: 117, post_type: "Text", reach: null, impressions: null, performance_date: new Date("2022-03-21T22:29:36Z") },
            { id: 119, campaign_id: 140, post_type: "Video", reach: 4660, impressions: 6671, performance_date: new Date("2022-09-08T18:50:49Z") },
            { id: 120, campaign_id: 144, post_type: "Image", reach: 5904, impressions: 4921, performance_date: new Date("2022-05-01T09:41:23Z") },
            { id: 121, campaign_id: 42, post_type: "Text", reach: null, impressions: null, performance_date: new Date("2021-04-04T21:48:08Z") },
            { id: 122, campaign_id: 22, post_type: "Video", reach: 4176, impressions: 5256, performance_date: new Date("2021-06-13T20:42:07Z") },
            { id: 123, campaign_id: 16, post_type: "Image", reach: 5066, impressions: 238, performance_date: new Date("2022-09-06T13:22:24Z") },
            { id: 124, campaign_id: 184, post_type: "Image", reach: 5046, impressions: 167, performance_date: new Date("2022-11-22T17:42:45Z") },
            { id: 125, campaign_id: 102, post_type: "Text", reach: null, impressions: null, performance_date: new Date("2021-07-12T18:54:46Z") },
            { id: 126, campaign_id: 91, post_type: "Video", reach: 5661, impressions: 5281, performance_date: new Date("2022-02-22T14:56:27Z") },
            { id: 127, campaign_id: 134, post_type: "Image", reach: 5287, impressions: 19621, performance_date: new Date("2021-11-20T09:22:09Z") },
            { id: 128, campaign_id: 16, post_type: "Image", reach: 3451, impressions: 212, performance_date: new Date("2021-08-05T10:47:21Z") },
            { id: 129, campaign_id: 11, post_type: "Image", reach: 5208, impressions: 100, performance_date: new Date("2021-04-07T16:21:07Z") },
            { id: 130, campaign_id: 167, post_type: "Image", reach: 6216, impressions: 4360, performance_date: new Date("2021-04-27T16:07:36Z") },
            { id: 131, campaign_id: 100, post_type: "Image", reach: 5410, impressions: 3999, performance_date: new Date("2022-01-20T21:37:29Z") },
            { id: 132, campaign_id: 111, post_type: "Text", reach: null, impressions: null, performance_date: new Date("2021-07-05T19:50:14Z") },
            { id: 133, campaign_id: 19, post_type: "Image", reach: 5711, impressions: 4872, performance_date: new Date("2021-06-24T09:31:55Z") },
            { id: 134, campaign_id: 36, post_type: "Video", reach: 3802, impressions: 1413, performance_date: new Date("2021-10-22T10:21:50Z") },
            { id: 135, campaign_id: 65, post_type: "Text", reach: null, impressions: null, performance_date: new Date("2021-02-28T15:13:48Z") },
            { id: 136, campaign_id: 132, post_type: "Link", reach: null, impressions: null, performance_date: new Date("2022-08-03T16:28:31Z") },
            { id: 137, campaign_id: 191, post_type: "Image", reach: 6774, impressions: 473, performance_date: new Date("2022-04-13T17:25:36Z") },
            { id: 138, campaign_id: 177, post_type: "Image", reach: 6255, impressions: 100, performance_date: new Date("2022-02-03T18:54:35Z") },
            { id: 139, campaign_id: 1, post_type: "Image", reach: 5098, impressions: 457, performance_date: new Date("2022-04-30T19:25:57Z") },
            { id: 140, campaign_id: 87, post_type: "Text", reach: null, impressions: null, performance_date: new Date("2022-06-08T19:10:36Z") },
            { id: 141, campaign_id: 2, post_type: "Video", reach: 3269, impressions: 3386, performance_date: new Date("2021-12-18T13:09:39Z") },
            { id: 142, campaign_id: 42, post_type: "Video", reach: 6334, impressions: 626, performance_date: new Date("2022-04-09T02:36:48Z") },
            { id: 143, campaign_id: 200, post_type: "Image", reach: 6440, impressions: 648, performance_date: new Date("2022-10-31T11:15:53Z") },
            { id: 144, campaign_id: 24, post_type: "Text", reach: null, impressions: null, performance_date: new Date("2021-01-21T13:26:35Z") },
            { id: 145, campaign_id: 9, post_type: "Text", reach: null, impressions: null, performance_date: new Date("2022-03-15T19:40:38Z") },
            { id: 146, campaign_id: 126, post_type: "Text", reach: null, impressions: null, performance_date: new Date("2022-01-26T14:41:01Z") },
            { id: 147, campaign_id: 186, post_type: "Image", reach: 4860, impressions: 2432, performance_date: new Date("2022-04-06T20:43:20Z") },
            { id: 148, campaign_id: 109, post_type: "Video", reach: 3955, impressions: 6165, performance_date: new Date("2021-10-21T16:31:06Z") },
            { id: 149, campaign_id: 153, post_type: "Image", reach: 6101, impressions: 1757, performance_date: new Date("2021-01-12T16:07:46Z") },
            { id: 150, campaign_id: 1, post_type: "Image", reach: 4529, impressions: 17748, performance_date: new Date("2021-06-01T09:49:32Z") },
            { id: 151, campaign_id: 29, post_type: "Video", reach: 4058, impressions: 113, performance_date: new Date("2021-08-21T13:29:52Z") },
            { id: 152, campaign_id: 101, post_type: "Image", reach: 6159, impressions: 100, performance_date: new Date("2022-10-27T07:58:07Z") },
            { id: 153, campaign_id: 17, post_type: "Image", reach: 6254, impressions: 945, performance_date: new Date("2021-09-10T23:07:43Z") },
            { id: 154, campaign_id: 194, post_type: "Image", reach: 6029, impressions: 2139, performance_date: new Date("2022-07-28T05:36:58Z") },
            { id: 155, campaign_id: 68, post_type: "Text", reach: null, impressions: null, performance_date: new Date("2021-12-08T18:57:24Z") },
            { id: 156, campaign_id: 136, post_type: "Link", reach: null, impressions: null, performance_date: new Date("2022-05-31T11:28:49Z") },
            { id: 157, campaign_id: 103, post_type: "Image", reach: 5048, impressions: 754, performance_date: new Date("2021-10-21T19:30:42Z") },
            { id: 158, campaign_id: 184, post_type: "Image", reach: 3636, impressions: 246, performance_date: new Date("2022-04-13T17:18:28Z") },
            { id: 159, campaign_id: 90, post_type: "Video", reach: 5304, impressions: 103, performance_date: new Date("2022-12-17T11:31:25Z") },
            { id: 160, campaign_id: 123, post_type: "Image", reach: 4244, impressions: 7886, performance_date: new Date("2021-10-26T17:51:33Z") },
            { id: 161, campaign_id: 99, post_type: "Image", reach: 4666, impressions: 1500, performance_date: new Date("2021-01-20T11:48:07Z") },
            { id: 162, campaign_id: 81, post_type: "Image", reach: 6030, impressions: 4633, performance_date: new Date("2021-04-18T21:03:48Z") },
            { id: 163, campaign_id: 159, post_type: "Video", reach: 5429, impressions: 3060, performance_date: new Date("2022-12-10T12:36:25Z") },
            { id: 164, campaign_id: 197, post_type: "Image", reach: 6032, impressions: 537, performance_date: new Date("2022-02-13T02:16:16Z") },
            { id: 165, campaign_id: 9, post_type: "Video", reach: 6136, impressions: 4593, performance_date: new Date("2022-08-22T10:12:16Z") },
            { id: 166, campaign_id: 97, post_type: "Link", reach: null, impressions: null, performance_date: new Date("2021-08-01T15:48:48Z") },
            { id: 167, campaign_id: 24, post_type: "Video", reach: 4497, impressions: 8325, performance_date: new Date("2022-06-20T22:33:57Z") },
            { id: 168, campaign_id: 191, post_type: "Image", reach: 5476, impressions: 9724, performance_date: new Date("2022-06-21T14:59:57Z") },
            { id: 169, campaign_id: 69, post_type: "Image", reach: 6035, impressions: 15653, performance_date: new Date("2022-07-08T15:17:30Z") },
            { id: 170, campaign_id: 21, post_type: "Text", reach: null, impressions: null, performance_date: new Date("2021-09-19T18:28:19Z") },
            { id: 171, campaign_id: 8, post_type: "Video", reach: 6025, impressions: 2297, performance_date: new Date("2021-11-24T20:05:01Z") },
            { id: 172, campaign_id: 100, post_type: "Image", reach: 5845, impressions: 10895, performance_date: new Date("2022-09-15T20:04:37Z") },
            { id: 173, campaign_id: 54, post_type: "Image", reach: 6502, impressions: 5968, performance_date: new Date("2022-03-15T17:46:22Z") },
            { id: 174, campaign_id: 21, post_type: "Image", reach: 8368, impressions: 120, performance_date: new Date("2022-09-28T12:29:30Z") },
            { id: 175, campaign_id: 71, post_type: "Image", reach: 5804, impressions: 1201, performance_date: new Date("2022-01-11T10:45:34Z") },
            { id: 176, campaign_id: 164, post_type: "Text", reach: null, impressions: null, performance_date: new Date("2022-08-16T17:54:00Z") },
            { id: 177, campaign_id: 87, post_type: "Video", reach: 5898, impressions: 102, performance_date: new Date("2022-03-31T20:09:26Z") },
            { id: 178, campaign_id: 136, post_type: "Video", reach: 3695, impressions: 513, performance_date: new Date("2022-03-27T06:29:22Z") },
            { id: 179, campaign_id: 169, post_type: "Image", reach: 3097, impressions: 16002, performance_date: new Date("2021-09-02T11:07:54Z") },
            { id: 180, campaign_id: 195, post_type: "Text", reach: null, impressions: null, performance_date: new Date("2022-06-24T04:48:25Z") },
            { id: 181, campaign_id: 2, post_type: "Video", reach: 4633, impressions: 176, performance_date: new Date("2021-06-26T12:08:49Z") },
            { id: 182, campaign_id: 72, post_type: "Image", reach: 6059, impressions: 17034, performance_date: new Date("2021-07-26T18:09:38Z") },
            { id: 183, campaign_id: 24, post_type: "Image", reach: 5242, impressions: 1282, performance_date: new Date("2022-05-06T20:01:41Z") },
            { id: 184, campaign_id: 126, post_type: "Text", reach: null, impressions: null, performance_date: new Date("2022-06-29T10:29:22Z") },
            { id: 185, campaign_id: 61, post_type: "Video", reach: 5471, impressions: 582, performance_date: new Date("2022-01-13T14:03:14Z") },
            { id: 186, campaign_id: 95, post_type: "Video", reach: 4419, impressions: 101, performance_date: new Date("2022-02-11T09:15:07Z") },
            { id: 187, campaign_id: 83, post_type: "Video", reach: 2347, impressions: 1071, performance_date: new Date("2022-08-13T19:38:51Z") },
            { id: 188, campaign_id: 148, post_type: "Video", reach: 3814, impressions: 597, performance_date: new Date("2021-12-14T12:28:04Z") },
            { id: 189, campaign_id: 89, post_type: "Text", reach: null, impressions: null, performance_date: new Date("2022-07-26T02:56:54Z") },
            { id: 190, campaign_id: 102, post_type: "Image", reach: 7074, impressions: 6874, performance_date: new Date("2022-02-09T18:37:27Z") },
            { id: 191, campaign_id: 25, post_type: "Text", reach: null, impressions: null, performance_date: new Date("2021-04-19T09:01:23Z") },
            { id: 192, campaign_id: 34, post_type: "Link", reach: null, impressions: null, performance_date: new Date("2021-01-03T22:04:11Z") },
            { id: 193, campaign_id: 191, post_type: "Video", reach: 5665, impressions: 102, performance_date: new Date("2022-09-05T09:53:14Z") },
            { id: 194, campaign_id: 96, post_type: "Image", reach: 4806, impressions: 8436, performance_date: new Date("2022-02-27T14:26:18Z") },
            { id: 195, campaign_id: 22, post_type: "Video", reach: 6112, impressions: 668, performance_date: new Date("2021-07-11T10:59:02Z") },
            { id: 196, campaign_id: 44, post_type: "Image", reach: 4352, impressions: 10410, performance_date: new Date("2021-09-26T07:37:02Z") },
            { id: 197, campaign_id: 195, post_type: "Video", reach: 6695, impressions: 189, performance_date: new Date("2021-09-19T08:46:17Z") },
            { id: 198, campaign_id: 20, post_type: "Video", reach: 6450, impressions: 1796, performance_date: new Date("2021-11-26T19:14:25Z") },
            { id: 199, campaign_id: 199, post_type: "Image", reach: 4006, impressions: 13343, performance_date: new Date("2022-06-11T20:43:30Z") },
            { id: 200, campaign_id: 188, post_type: "Text", reach: null, impressions: null, performance_date: new Date("2021-03-05T20:32:55Z") },
            { id: 201, campaign_id: 29, post_type: "Text", reach: null, impressions: null, performance_date: new Date("2021-07-29T17:24:31Z") },
            { id: 202, campaign_id: 197, post_type: "Video", reach: 5066, impressions: 2009, performance_date: new Date("2021-06-16T14:33:50Z") },
            { id: 203, campaign_id: 198, post_type: "Link", reach: null, impressions: null, performance_date: new Date("2022-01-17T20:39:34Z") },
            { id: 204, campaign_id: 193, post_type: "Video", reach: 3298, impressions: 432, performance_date: new Date("2022-12-29T10:19:03Z") },
            { id: 205, campaign_id: 133, post_type: "Video", reach: 5453, impressions: 120, performance_date: new Date("2021-09-25T19:59:51Z") },
            { id: 206, campaign_id: 48, post_type: "Image", reach: 5439, impressions: 14250, performance_date: new Date("2022-02-10T09:47:07Z") },
            { id: 207, campaign_id: 4, post_type: "Video", reach: 3453, impressions: 1621, performance_date: new Date("2021-08-19T13:54:59Z") },
            { id: 208, campaign_id: 138, post_type: "Video", reach: 3117, impressions: 4528, performance_date: new Date("2021-03-28T19:55:31Z") },
            { id: 209, campaign_id: 110, post_type: "Image", reach: 5065, impressions: 267, performance_date: new Date("2022-08-25T10:54:10Z") },
            { id: 210, campaign_id: 35, post_type: "Text", reach: null, impressions: null, performance_date: new Date("2022-04-14T15:52:33Z") },
            { id: 211, campaign_id: 49, post_type: "Image", reach: 4844, impressions: 7717, performance_date: new Date("2022-05-23T23:16:14Z") },
            { id: 212, campaign_id: 184, post_type: "Text", reach: null, impressions: null, performance_date: new Date("2022-08-20T19:21:16Z") },
            { id: 213, campaign_id: 14, post_type: "Text", reach: null, impressions: null, performance_date: new Date("2021-11-10T16:27:10Z") },
            { id: 214, campaign_id: 140, post_type: "Video", reach: 5233, impressions: 163, performance_date: new Date("2021-08-01T15:50:39Z") },
            { id: 215, campaign_id: 91, post_type: "Image", reach: 3084, impressions: 151, performance_date: new Date("2021-11-10T18:13:48Z") },
            { id: 216, campaign_id: 73, post_type: "Image", reach: 7074, impressions: 279, performance_date: new Date("2021-09-16T07:19:43Z") },
            { id: 217, campaign_id: 42, post_type: "Text", reach: null, impressions: null, performance_date: new Date("2022-06-30T15:03:57Z") },
            { id: 218, campaign_id: 114, post_type: "Image", reach: 7614, impressions: 5470, performance_date: new Date("2022-03-01T12:30:48Z") },
            { id: 219, campaign_id: 29, post_type: "Link", reach: null, impressions: null, performance_date: new Date("2021-04-09T08:57:40Z") },
            { id: 220, campaign_id: 96, post_type: "Image", reach: 4099, impressions: 344, performance_date: new Date("2021-01-28T15:13:10Z") },
            { id: 221, campaign_id: 18, post_type: "Image", reach: 5581, impressions: 234, performance_date: new Date("2022-06-22T10:59:20Z") },
            { id: 222, campaign_id: 63, post_type: "Text", reach: null, impressions: null, performance_date: new Date("2022-05-04T14:05:59Z") },
            { id: 223, campaign_id: 61, post_type: "Link", reach: null, impressions: null, performance_date: new Date("2021-12-13T09:58:47Z") },
            { id: 224, campaign_id: 89, post_type: "Video", reach: 3635, impressions: 424, performance_date: new Date("2021-09-13T13:23:55Z") },
            { id: 225, campaign_id: 157, post_type: "Image", reach: 4993, impressions: 12855, performance_date: new Date("2022-02-05T23:47:56Z") },
            { id: 226, campaign_id: 9, post_type: "Video", reach: 4239, impressions: 785, performance_date: new Date("2022-07-28T16:21:48Z") },
            { id: 227, campaign_id: 5, post_type: "Image", reach: 5517, impressions: 108, performance_date: new Date("2021-09-16T01:07:18Z") },
            { id: 228, campaign_id: 9, post_type: "Image", reach: 3762, impressions: 100, performance_date: new Date("2021-04-29T22:51:50Z") },
            { id: 229, campaign_id: 58, post_type: "Image", reach: 1636, impressions: 12363, performance_date: new Date("2022-08-09T21:06:06Z") },
            { id: 230, campaign_id: 68, post_type: "Video", reach: 6231, impressions: 2806, performance_date: new Date("2021-08-30T10:27:10Z") },
            { id: 231, campaign_id: 7, post_type: "Video", reach: 3632, impressions: 10090, performance_date: new Date("2021-03-21T08:13:21Z") },
            { id: 232, campaign_id: 122, post_type: "Link", reach: null, impressions: null, performance_date: new Date("2021-06-27T12:33:14Z") },
            { id: 233, campaign_id: 76, post_type: "Image", reach: 6673, impressions: 8103, performance_date: new Date("2021-02-14T16:03:58Z") },
            { id: 234, campaign_id: 127, post_type: "Text", reach: null, impressions: null, performance_date: new Date("2022-12-28T03:29:40Z") },
            { id: 235, campaign_id: 93, post_type: "Video", reach: 4516, impressions: 4275, performance_date: new Date("2022-08-28T12:08:51Z") },
            { id: 236, campaign_id: 87, post_type: "Video", reach: 3758, impressions: 11302, performance_date: new Date("2022-03-21T17:57:41Z") },
            { id: 237, campaign_id: 200, post_type: "Video", reach: 7012, impressions: 127, performance_date: new Date("2021-10-12T05:15:33Z") },
            { id: 238, campaign_id: 50, post_type: "Video", reach: 7398, impressions: 284, performance_date: new Date("2022-01-21T19:01:18Z") },
            { id: 239, campaign_id: 3, post_type: "Video", reach: 5252, impressions: 126, performance_date: new Date("2021-10-26T17:20:17Z") },
            { id: 240, campaign_id: 87, post_type: "Image", reach: 6572, impressions: 141, performance_date: new Date("2021-05-07T11:09:24Z") },
            { id: 241, campaign_id: 107, post_type: "Video", reach: 3270, impressions: 1051, performance_date: new Date("2022-10-05T13:33:12Z") },
            { id: 242, campaign_id: 40, post_type: "Video", reach: 3613, impressions: 9819, performance_date: new Date("2021-01-25T10:42:53Z") },
            { id: 243, campaign_id: 168, post_type: "Text", reach: null, impressions: null, performance_date: new Date("2022-12-27T09:33:58Z") },
            { id: 244, campaign_id: 171, post_type: "Video", reach: 5840, impressions: 10535, performance_date: new Date("2021-10-25T16:53:09Z") },
            { id: 245, campaign_id: 32, post_type: "Image", reach: 3638, impressions: 8802, performance_date: new Date("2021-12-05T17:13:58Z") },
            { id: 246, campaign_id: 29, post_type: "Link", reach: null, impressions: null, performance_date: new Date("2022-11-30T20:05:18Z") },
            { id: 247, campaign_id: 80, post_type: "Video", reach: 6235, impressions: 2193, performance_date: new Date("2022-09-14T08:36:07Z") },
            { id: 248, campaign_id: 183, post_type: "Link", reach: null, impressions: null, performance_date: new Date("2022-02-17T18:25:32Z") },
            { id: 249, campaign_id: 82, post_type: "Link", reach: null, impressions: null, performance_date: new Date("2022-12-04T10:41:17Z") },
            { id: 250, campaign_id: 1, post_type: "Video", reach: 5583, impressions: 149, performance_date: new Date("2022-01-06T19:11:51Z") },
            { id: 251, campaign_id: 145, post_type: "Link", reach: null, impressions: null, performance_date: new Date("2021-11-22T08:10:03Z") },
            { id: 252, campaign_id: 64, post_type: "Video", reach: 6740, impressions: 10106, performance_date: new Date("2022-04-22T10:45:01Z") },
            { id: 253, campaign_id: 31, post_type: "Image", reach: 5855, impressions: 1807, performance_date: new Date("2021-01-02T22:52:07Z") },
            { id: 254, campaign_id: 181, post_type: "Image", reach: 4477, impressions: 11850, performance_date: new Date("2021-02-02T14:07:38Z") },
            { id: 255, campaign_id: 71, post_type: "Image", reach: 6596, impressions: 3539, performance_date: new Date("2022-08-26T17:15:53Z") },
            { id: 256, campaign_id: 1, post_type: "Link", reach: null, impressions: null, performance_date: new Date("2021-05-14T11:52:22Z") },
            { id: 257, campaign_id: 114, post_type: "Image", reach: 5584, impressions: 2374, performance_date: new Date("2022-04-13T18:09:49Z") },
            { id: 258, campaign_id: 98, post_type: "Video", reach: 6879, impressions: 18621, performance_date: new Date("2022-01-17T21:46:00Z") },
            { id: 259, campaign_id: 64, post_type: "Image", reach: 5928, impressions: 919, performance_date: new Date("2022-10-17T18:59:05Z") },
            { id: 260, campaign_id: 190, post_type: "Video", reach: 4605, impressions: 203, performance_date: new Date("2022-05-03T07:36:46Z") },
            { id: 261, campaign_id: 152, post_type: "Link", reach: null, impressions: null, performance_date: new Date("2021-12-18T10:51:12Z") },
            { id: 262, campaign_id: 60, post_type: "Text", reach: null, impressions: null, performance_date: new Date("2021-07-07T18:36:53Z") },
            { id: 263, campaign_id: 43, post_type: "Text", reach: null, impressions: null, performance_date: new Date("2021-04-30T19:36:01Z") },
            { id: 264, campaign_id: 35, post_type: "Video", reach: 7233, impressions: 125, performance_date: new Date("2021-10-26T10:45:58Z") },
            { id: 265, campaign_id: 123, post_type: "Image", reach: 5447, impressions: 7684, performance_date: new Date("2022-01-26T12:09:27Z") },
            { id: 266, campaign_id: 48, post_type: "Text", reach: null, impressions: null, performance_date: new Date("2021-11-01T23:57:25Z") },
            { id: 267, campaign_id: 114, post_type: "Image", reach: 5280, impressions: 1809, performance_date: new Date("2021-06-04T17:38:25Z") },
            { id: 268, campaign_id: 134, post_type: "Text", reach: null, impressions: null, performance_date: new Date("2022-01-16T17:45:47Z") },
            { id: 269, campaign_id: 68, post_type: "Image", reach: 5679, impressions: 587, performance_date: new Date("2022-10-19T09:22:22Z") },
            { id: 270, campaign_id: 53, post_type: "Image", reach: 3767, impressions: 5839, performance_date: new Date("2021-03-30T11:52:37Z") },
            { id: 271, campaign_id: 90, post_type: "Image", reach: 5155, impressions: 155, performance_date: new Date("2021-05-06T01:24:33Z") },
            { id: 272, campaign_id: 154, post_type: "Image", reach: 6141, impressions: 13035, performance_date: new Date("2022-08-29T17:24:21Z") },
            { id: 273, campaign_id: 92, post_type: "Video", reach: 6985, impressions: 2482, performance_date: new Date("2022-06-30T21:30:39Z") },
            { id: 274, campaign_id: 156, post_type: "Image", reach: 3356, impressions: 288, performance_date: new Date("2022-10-15T17:23:28Z") },
            { id: 275, campaign_id: 7, post_type: "Video", reach: 7294, impressions: 2252, performance_date: new Date("2021-10-11T07:05:22Z") },
            { id: 276, campaign_id: 150, post_type: "Video", reach: 5381, impressions: 141, performance_date: new Date("2022-03-17T21:05:27Z") },
            { id: 277, campaign_id: 197, post_type: "Image", reach: 5512, impressions: 2130, performance_date: new Date("2021-09-17T00:46:52Z") },
            { id: 278, campaign_id: 126, post_type: "Image", reach: 3658, impressions: 13545, performance_date: new Date("2022-03-08T21:28:46Z") },
            { id: 279, campaign_id: 34, post_type: "Video", reach: 2972, impressions: 191, performance_date: new Date("2021-11-13T17:05:12Z") },
            { id: 280, campaign_id: 140, post_type: "Video", reach: 6980, impressions: 3032, performance_date: new Date("2021-07-22T14:21:15Z") },
            { id: 281, campaign_id: 121, post_type: "Text", reach: null, impressions: null, performance_date: new Date("2021-11-23T20:28:30Z") },
            { id: 282, campaign_id: 37, post_type: "Text", reach: null, impressions: null, performance_date: new Date("2022-07-11T20:11:32Z") },
            { id: 283, campaign_id: 70, post_type: "Video", reach: 4458, impressions: 5307, performance_date: new Date("2022-04-14T16:07:42Z") },
            { id: 284, campaign_id: 57, post_type: "Image", reach: 4391, impressions: 139, performance_date: new Date("2022-10-13T15:55:28Z") },
            { id: 285, campaign_id: 156, post_type: "Text", reach: null, impressions: null, performance_date: new Date("2022-01-24T12:20:00Z") },
            { id: 286, campaign_id: 147, post_type: "Image", reach: 3376, impressions: 852, performance_date: new Date("2022-04-21T08:31:54Z") },
            { id: 287, campaign_id: 18, post_type: "Image", reach: 6469, impressions: 5494, performance_date: new Date("2021-12-23T06:35:05Z") },
            { id: 288, campaign_id: 89, post_type: "Video", reach: 4831, impressions: 4193, performance_date: new Date("2022-07-15T14:00:14Z") },
            { id: 289, campaign_id: 37, post_type: "Video", reach: 5364, impressions: 8537, performance_date: new Date("2022-10-24T08:02:26Z") },
            { id: 290, campaign_id: 88, post_type: "Text", reach: null, impressions: null, performance_date: new Date("2021-08-21T11:31:13Z") },
            { id: 291, campaign_id: 58, post_type: "Image", reach: 4493, impressions: 666, performance_date: new Date("2022-10-20T20:56:02Z") },
            { id: 292, campaign_id: 58, post_type: "Image", reach: 7133, impressions: 1239, performance_date: new Date("2022-06-11T20:26:48Z") },
            { id: 293, campaign_id: 84, post_type: "Image", reach: 6547, impressions: 105, performance_date: new Date("2021-10-28T12:10:47Z") },
            { id: 294, campaign_id: 156, post_type: "Video", reach: 4960, impressions: 6760, performance_date: new Date("2022-05-30T12:09:52Z") },
            { id: 295, campaign_id: 143, post_type: "Link", reach: null, impressions: null, performance_date: new Date("2022-03-26T07:56:57Z") },
            { id: 296, campaign_id: 147, post_type: "Image", reach: 2647, impressions: 513, performance_date: new Date("2022-01-10T11:16:25Z") },
            { id: 297, campaign_id: 200, post_type: "Image", reach: 5240, impressions: 2339, performance_date: new Date("2021-07-25T20:57:08Z") },
            { id: 298, campaign_id: 109, post_type: "Video", reach: 5343, impressions: 2648, performance_date: new Date("2021-12-21T14:08:41Z") },
            { id: 299, campaign_id: 63, post_type: "Image", reach: 8449, impressions: 890, performance_date: new Date("2022-04-01T21:59:26Z") },
            { id: 300, campaign_id: 24, post_type: "Image", reach: 4746, impressions: 100, performance_date: new Date("2022-03-16T19:31:19Z") },
        ],
    });
    await prisma.user_engagement.createMany({
        data: [
            { id: 1, campaign_id: 93, likes: 98, comments: 307, shares: 125, engagement_date: new Date("2022-03-06T20:43:56Z") },
            { id: 2, campaign_id: 185, likes: 27, comments: 265, shares: 128, engagement_date: new Date("2021-05-11T12:52:32Z") },
            { id: 3, campaign_id: 183, likes: 708, comments: 21, shares: 89, engagement_date: new Date("2022-01-13T13:16:07Z") },
            { id: 4, campaign_id: 128, likes: 995, comments: 15, shares: 282, engagement_date: new Date("2021-10-24T21:42:09Z") },
            { id: 5, campaign_id: 69, likes: 707, comments: 133, shares: 3, engagement_date: new Date("2022-08-20T12:21:12Z") },
            { id: 6, campaign_id: 94, likes: 574, comments: 84, shares: 6, engagement_date: new Date("2022-11-15T19:45:43Z") },
            { id: 7, campaign_id: 43, likes: 587, comments: 50, shares: 1, engagement_date: new Date("2022-04-14T17:43:21Z") },
            { id: 8, campaign_id: 108, likes: 977, comments: null, shares: 0, engagement_date: new Date("2021-01-24T11:00:27Z") },
            { id: 9, campaign_id: 183, likes: 878, comments: 267, shares: null, engagement_date: new Date("2022-04-15T12:48:25Z") },
            { id: 10, campaign_id: 54, likes: 538, comments: 149, shares: 4, engagement_date: new Date("2021-04-12T23:47:40Z") },
            { id: 11, campaign_id: 145, likes: 959, comments: 148, shares: 74, engagement_date: new Date("2021-08-22T12:50:52Z") },
            { id: 12, campaign_id: 101, likes: 930, comments: 23, shares: 7, engagement_date: new Date("2022-10-24T20:48:48Z") },
            { id: 13, campaign_id: 165, likes: 509, comments: 239, shares: 1, engagement_date: new Date("2022-10-15T19:15:54Z") },
            { id: 14, campaign_id: 181, likes: 322, comments: 0, shares: 190, engagement_date: new Date("2022-09-04T13:19:26Z") },
            { id: 15, campaign_id: 63, likes: 311, comments: 32, shares: 61, engagement_date: new Date("2021-08-06T08:28:24Z") },
            { id: 16, campaign_id: 170, likes: 989, comments: 305, shares: 21, engagement_date: new Date("2021-09-23T19:24:34Z") },
            { id: 17, campaign_id: 13, likes: 872, comments: 454, shares: 5, engagement_date: new Date("2021-06-14T10:37:30Z") },
            { id: 18, campaign_id: 107, likes: 208, comments: null, shares: 191, engagement_date: new Date("2022-09-03T16:12:22Z") },
            { id: 19, campaign_id: 79, likes: 533, comments: 8, shares: 118, engagement_date: new Date("2021-03-10T16:11:52Z") },
            { id: 20, campaign_id: 24, likes: 19, comments: 264, shares: 16, engagement_date: new Date("2021-09-10T13:10:33Z") },
            { id: 21, campaign_id: 169, likes: 344, comments: 327, shares: 7, engagement_date: new Date("2021-07-27T14:58:58Z") },
            { id: 22, campaign_id: 48, likes: 467, comments: 3, shares: null, engagement_date: new Date("2022-06-08T20:51:41Z") },
            { id: 23, campaign_id: 188, likes: 45, comments: null, shares: 65, engagement_date: new Date("2021-06-10T20:26:18Z") },
            { id: 24, campaign_id: 9, likes: 993, comments: null, shares: 180, engagement_date: new Date("2022-11-08T21:54:22Z") },
            { id: 25, campaign_id: 134, likes: 348, comments: 157, shares: 232, engagement_date: new Date("2021-11-29T17:54:47Z") },
            { id: 26, campaign_id: 150, likes: 866, comments: 32, shares: 1, engagement_date: new Date("2022-02-12T08:34:48Z") },
            { id: 27, campaign_id: 139, likes: null, comments: 292, shares: 33, engagement_date: new Date("2022-09-09T09:31:28Z") },
            { id: 28, campaign_id: 64, likes: 32, comments: 112, shares: 17, engagement_date: new Date("2021-06-19T11:41:24Z") },
            { id: 29, campaign_id: 154, likes: 234, comments: null, shares: 173, engagement_date: new Date("2021-07-12T17:59:01Z") },
            { id: 30, campaign_id: 76, likes: 996, comments: 355, shares: 125, engagement_date: new Date("2021-08-02T13:40:25Z") },
            { id: 31, campaign_id: 120, likes: 899, comments: 5, shares: 285, engagement_date: new Date("2021-01-23T14:24:02Z") },
            { id: 32, campaign_id: 127, likes: 985, comments: null, shares: 28, engagement_date: new Date("2021-04-17T01:48:59Z") },
            { id: 33, campaign_id: 121, likes: 952, comments: 112, shares: null, engagement_date: new Date("2022-06-26T21:58:31Z") },
            { id: 34, campaign_id: 27, likes: 21, comments: 356, shares: 76, engagement_date: new Date("2021-06-29T17:35:38Z") },
            { id: 35, campaign_id: 197, likes: 995, comments: null, shares: 122, engagement_date: new Date("2022-07-11T09:27:29Z") },
            { id: 36, campaign_id: 166, likes: 674, comments: 400, shares: 8, engagement_date: new Date("2022-04-01T17:27:09Z") },
            { id: 37, campaign_id: 23, likes: 362, comments: 3, shares: 170, engagement_date: new Date("2021-01-06T06:09:55Z") },
            { id: 38, campaign_id: 62, likes: 928, comments: 167, shares: 59, engagement_date: new Date("2022-03-15T12:56:58Z") },
            { id: 39, campaign_id: 61, likes: null, comments: 37, shares: 177, engagement_date: new Date("2021-01-12T23:01:00Z") },
            { id: 40, campaign_id: 11, likes: 981, comments: 329, shares: 63, engagement_date: new Date("2022-04-29T20:50:35Z") },
            { id: 41, campaign_id: 5, likes: 931, comments: 31, shares: 1, engagement_date: new Date("2022-05-26T20:38:37Z") },
            { id: 42, campaign_id: 161, likes: 993, comments: 64, shares: 253, engagement_date: new Date("2021-01-09T19:27:19Z") },
            { id: 43, campaign_id: 155, likes: 973, comments: 140, shares: 275, engagement_date: new Date("2021-07-27T23:24:16Z") },
            { id: 44, campaign_id: 23, likes: 838, comments: 116, shares: 285, engagement_date: new Date("2021-06-18T17:33:15Z") },
            { id: 45, campaign_id: 60, likes: null, comments: 10, shares: 155, engagement_date: new Date("2021-09-22T10:40:46Z") },
            { id: 46, campaign_id: 11, likes: 919, comments: 11, shares: 208, engagement_date: new Date("2022-04-03T20:54:29Z") },
            { id: 47, campaign_id: 175, likes: 923, comments: null, shares: 10, engagement_date: new Date("2021-01-09T18:54:39Z") },
            { id: 48, campaign_id: 40, likes: 70, comments: null, shares: 3, engagement_date: new Date("2022-05-01T17:26:29Z") },
            { id: 49, campaign_id: 43, likes: 88, comments: 195, shares: 27, engagement_date: new Date("2022-10-14T14:26:30Z") },
            { id: 50, campaign_id: 141, likes: 356, comments: 53, shares: 46, engagement_date: new Date("2022-08-06T09:53:52Z") },
            { id: 51, campaign_id: 151, likes: null, comments: 85, shares: 159, engagement_date: new Date("2021-04-03T20:20:20Z") },
            { id: 52, campaign_id: 83, likes: 439, comments: 93, shares: 0, engagement_date: new Date("2022-02-28T10:36:48Z") },
            { id: 53, campaign_id: 125, likes: 835, comments: 121, shares: 5, engagement_date: new Date("2022-08-17T15:45:52Z") },
            { id: 54, campaign_id: 190, likes: 780, comments: 384, shares: 75, engagement_date: new Date("2022-04-02T02:42:38Z") },
            { id: 55, campaign_id: 121, likes: 974, comments: 384, shares: 84, engagement_date: new Date("2021-05-01T14:12:22Z") },
            { id: 56, campaign_id: 161, likes: 896, comments: 6, shares: 4, engagement_date: new Date("2022-06-09T10:50:47Z") },
            { id: 57, campaign_id: 109, likes: 403, comments: 0, shares: 87, engagement_date: new Date("2022-01-27T08:41:34Z") },
            { id: 58, campaign_id: 23, likes: 951, comments: 8, shares: 250, engagement_date: new Date("2022-08-17T21:24:55Z") },
            { id: 59, campaign_id: 133, likes: 996, comments: 72, shares: 250, engagement_date: new Date("2021-01-31T18:39:13Z") },
            { id: 60, campaign_id: 86, likes: 860, comments: null, shares: null, engagement_date: new Date("2021-03-22T13:37:12Z") },
            { id: 61, campaign_id: 157, likes: 860, comments: 119, shares: 62, engagement_date: new Date("2022-08-05T20:16:24Z") },
            { id: 62, campaign_id: 187, likes: 147, comments: null, shares: 104, engagement_date: new Date("2021-07-04T12:06:07Z") },
            { id: 63, campaign_id: 123, likes: 990, comments: 54, shares: null, engagement_date: new Date("2022-03-09T19:38:34Z") },
            { id: 64, campaign_id: 184, likes: 688, comments: 126, shares: 1, engagement_date: new Date("2021-01-19T15:03:39Z") },
            { id: 65, campaign_id: 191, likes: 995, comments: 464, shares: 203, engagement_date: new Date("2022-01-13T21:58:50Z") },
            { id: 66, campaign_id: 68, likes: 763, comments: 361, shares: 3, engagement_date: new Date("2021-03-20T17:28:20Z") },
            { id: 67, campaign_id: 103, likes: 279, comments: 262, shares: 105, engagement_date: new Date("2021-04-22T11:52:06Z") },
            { id: 68, campaign_id: 144, likes: 235, comments: 324, shares: 126, engagement_date: new Date("2022-11-16T21:23:28Z") },
            { id: 69, campaign_id: 38, likes: 387, comments: 306, shares: 102, engagement_date: new Date("2021-09-28T11:32:50Z") },
            { id: 70, campaign_id: 23, likes: 809, comments: 189, shares: 133, engagement_date: new Date("2021-06-17T14:03:18Z") },
            { id: 71, campaign_id: 115, likes: 180, comments: 163, shares: 11, engagement_date: new Date("2022-04-15T14:48:17Z") },
            { id: 72, campaign_id: 200, likes: 999, comments: null, shares: null, engagement_date: new Date("2022-12-25T11:44:44Z") },
            { id: 73, campaign_id: 24, likes: 683, comments: 0, shares: 3, engagement_date: new Date("2021-12-01T11:00:38Z") },
            { id: 74, campaign_id: 142, likes: 972, comments: 23, shares: 34, engagement_date: new Date("2022-11-18T03:41:04Z") },
            { id: 75, campaign_id: 42, likes: 672, comments: 123, shares: 8, engagement_date: new Date("2022-01-25T09:40:45Z") },
            { id: 76, campaign_id: 142, likes: null, comments: 372, shares: 22, engagement_date: new Date("2022-09-06T01:12:31Z") },
            { id: 77, campaign_id: 137, likes: 135, comments: 11, shares: 0, engagement_date: new Date("2022-06-26T00:29:02Z") },
            { id: 78, campaign_id: 69, likes: 1000, comments: 397, shares: 289, engagement_date: new Date("2022-06-03T13:32:05Z") },
            { id: 79, campaign_id: 35, likes: null, comments: 317, shares: 32, engagement_date: new Date("2022-10-08T09:47:27Z") },
            { id: 80, campaign_id: 64, likes: 997, comments: 199, shares: 21, engagement_date: new Date("2022-10-13T18:07:14Z") },
            { id: 81, campaign_id: 182, likes: 946, comments: 179, shares: 227, engagement_date: new Date("2021-12-30T21:22:41Z") },
            { id: 82, campaign_id: 96, likes: 116, comments: 102, shares: 175, engagement_date: new Date("2021-10-30T12:47:42Z") },
            { id: 83, campaign_id: 150, likes: 489, comments: 73, shares: 6, engagement_date: new Date("2021-06-26T20:28:38Z") },
            { id: 84, campaign_id: 113, likes: 801, comments: 69, shares: null, engagement_date: new Date("2021-02-24T15:41:06Z") },
            { id: 85, campaign_id: 65, likes: 237, comments: 168, shares: 41, engagement_date: new Date("2021-12-14T14:19:32Z") },
            { id: 86, campaign_id: 39, likes: 951, comments: 193, shares: 290, engagement_date: new Date("2021-09-29T00:20:40Z") },
            { id: 87, campaign_id: 31, likes: 200, comments: 0, shares: 3, engagement_date: new Date("2022-05-20T20:19:33Z") },
            { id: 88, campaign_id: 134, likes: 857, comments: 210, shares: 139, engagement_date: new Date("2022-08-16T20:59:51Z") },
            { id: 89, campaign_id: 77, likes: 188, comments: 197, shares: 55, engagement_date: new Date("2022-10-13T19:52:57Z") },
            { id: 90, campaign_id: 166, likes: 465, comments: 3, shares: 95, engagement_date: new Date("2022-05-23T14:40:33Z") },
            { id: 91, campaign_id: 76, likes: 768, comments: 111, shares: 279, engagement_date: new Date("2021-02-21T08:37:45Z") },
            { id: 92, campaign_id: 125, likes: 750, comments: 183, shares: null, engagement_date: new Date("2021-09-11T16:23:47Z") },
            { id: 93, campaign_id: 14, likes: 168, comments: 291, shares: 14, engagement_date: new Date("2022-03-25T07:42:59Z") },
            { id: 94, campaign_id: 129, likes: 590, comments: 25, shares: 4, engagement_date: new Date("2022-05-29T09:55:32Z") },
            { id: 95, campaign_id: 68, likes: 977, comments: 0, shares: 3, engagement_date: new Date("2021-02-12T20:44:15Z") },
            { id: 96, campaign_id: 90, likes: 49, comments: 3, shares: 9, engagement_date: new Date("2021-03-19T14:33:48Z") },
            { id: 97, campaign_id: 110, likes: 643, comments: 14, shares: 15, engagement_date: new Date("2022-12-09T21:46:55Z") },
            { id: 98, campaign_id: 111, likes: null, comments: null, shares: null, engagement_date: new Date("2022-08-29T22:35:40Z") },
            { id: 99, campaign_id: 16, likes: null, comments: null, shares: 101, engagement_date: new Date("2021-01-19T20:39:08Z") },
            { id: 100, campaign_id: 65, likes: null, comments: 190, shares: 124, engagement_date: new Date("2021-12-11T10:51:50Z") },
            { id: 101, campaign_id: 186, likes: 237, comments: null, shares: 72, engagement_date: new Date("2021-10-22T08:47:47Z") },
            { id: 102, campaign_id: 162, likes: 168, comments: 194, shares: 17, engagement_date: new Date("2022-12-16T21:57:12Z") },
            { id: 103, campaign_id: 97, likes: 677, comments: 100, shares: 12, engagement_date: new Date("2022-12-06T20:22:18Z") },
            { id: 104, campaign_id: 172, likes: 969, comments: 66, shares: null, engagement_date: new Date("2021-11-02T18:56:19Z") },
            { id: 105, campaign_id: 116, likes: 898, comments: 178, shares: 0, engagement_date: new Date("2022-09-15T10:56:14Z") },
            { id: 106, campaign_id: 13, likes: 551, comments: 329, shares: null, engagement_date: new Date("2022-06-18T17:59:25Z") },
            { id: 107, campaign_id: 106, likes: 947, comments: 221, shares: 67, engagement_date: new Date("2022-06-30T09:52:24Z") },
            { id: 108, campaign_id: 189, likes: 804, comments: 16, shares: 74, engagement_date: new Date("2021-12-11T10:00:16Z") },
            { id: 109, campaign_id: 134, likes: 558, comments: 10, shares: 10, engagement_date: new Date("2021-11-05T10:02:19Z") },
            { id: 110, campaign_id: 134, likes: 812, comments: 3, shares: 207, engagement_date: new Date("2022-03-30T14:17:48Z") },
            { id: 111, campaign_id: 17, likes: 245, comments: null, shares: 15, engagement_date: new Date("2021-02-19T19:08:24Z") },
            { id: 112, campaign_id: 121, likes: 598, comments: 69, shares: 2, engagement_date: new Date("2022-06-12T13:30:14Z") },
            { id: 113, campaign_id: 183, likes: 365, comments: 4, shares: null, engagement_date: new Date("2021-04-08T15:56:03Z") },
            { id: 114, campaign_id: 84, likes: 48, comments: 25, shares: 251, engagement_date: new Date("2021-03-06T15:35:30Z") },
            { id: 115, campaign_id: 110, likes: 706, comments: 93, shares: 277, engagement_date: new Date("2022-09-20T19:35:21Z") },
            { id: 116, campaign_id: 9, likes: 22, comments: 1, shares: 130, engagement_date: new Date("2022-02-24T19:45:05Z") },
            { id: 117, campaign_id: 152, likes: null, comments: null, shares: 31, engagement_date: new Date("2021-01-09T19:54:17Z") },
            { id: 118, campaign_id: 32, likes: null, comments: 123, shares: 8, engagement_date: new Date("2022-01-24T11:23:33Z") },
            { id: 119, campaign_id: 85, likes: 775, comments: 172, shares: null, engagement_date: new Date("2022-08-13T09:53:55Z") },
            { id: 120, campaign_id: 198, likes: 354, comments: 244, shares: 157, engagement_date: new Date("2021-03-10T20:49:28Z") },
            { id: 121, campaign_id: 186, likes: 936, comments: 259, shares: 23, engagement_date: new Date("2021-09-04T08:00:05Z") },
            { id: 122, campaign_id: 170, likes: 996, comments: 130, shares: 0, engagement_date: new Date("2021-06-24T11:51:55Z") },
            { id: 123, campaign_id: 117, likes: 820, comments: 48, shares: 5, engagement_date: new Date("2022-03-02T19:00:15Z") },
            { id: 124, campaign_id: 53, likes: null, comments: 283, shares: 6, engagement_date: new Date("2022-09-14T11:46:21Z") },
            { id: 125, campaign_id: 78, likes: 278, comments: 16, shares: null, engagement_date: new Date("2022-12-14T17:05:05Z") },
            { id: 126, campaign_id: 75, likes: 783, comments: 336, shares: 222, engagement_date: new Date("2021-07-13T21:11:48Z") },
            { id: 127, campaign_id: 51, likes: 964, comments: 392, shares: 0, engagement_date: new Date("2022-02-08T09:44:06Z") },
            { id: 128, campaign_id: 159, likes: 970, comments: 2, shares: 11, engagement_date: new Date("2021-02-14T19:16:20Z") },
            { id: 129, campaign_id: 89, likes: 933, comments: 151, shares: 247, engagement_date: new Date("2021-09-03T13:09:49Z") },
            { id: 130, campaign_id: 33, likes: 985, comments: null, shares: 11, engagement_date: new Date("2022-12-17T19:40:41Z") },
            { id: 131, campaign_id: 47, likes: 189, comments: null, shares: 23, engagement_date: new Date("2022-11-28T08:19:15Z") },
            { id: 132, campaign_id: 151, likes: 661, comments: 133, shares: 192, engagement_date: new Date("2022-02-17T09:38:05Z") },
            { id: 133, campaign_id: 145, likes: 55, comments: 299, shares: 204, engagement_date: new Date("2021-01-13T19:36:04Z") },
            { id: 134, campaign_id: 25, likes: 306, comments: 142, shares: null, engagement_date: new Date("2021-10-02T01:14:15Z") },
            { id: 135, campaign_id: 17, likes: 1000, comments: 171, shares: 5, engagement_date: new Date("2021-09-21T16:32:01Z") },
            { id: 136, campaign_id: 133, likes: 609, comments: 474, shares: 130, engagement_date: new Date("2021-12-02T01:22:48Z") },
            { id: 137, campaign_id: 89, likes: 722, comments: 162, shares: 11, engagement_date: new Date("2021-01-09T10:40:13Z") },
            { id: 138, campaign_id: 166, likes: 911, comments: 300, shares: 0, engagement_date: new Date("2021-09-19T21:03:14Z") },
            { id: 139, campaign_id: 169, likes: 697, comments: 424, shares: null, engagement_date: new Date("2021-01-23T09:08:35Z") },
            { id: 140, campaign_id: 74, likes: null, comments: 21, shares: 137, engagement_date: new Date("2021-11-09T14:42:19Z") },
            { id: 141, campaign_id: 125, likes: 443, comments: 58, shares: 217, engagement_date: new Date("2022-01-12T11:14:56Z") },
            { id: 142, campaign_id: 167, likes: 997, comments: 4, shares: 8, engagement_date: new Date("2022-10-07T15:50:22Z") },
            { id: 143, campaign_id: 23, likes: 798, comments: 247, shares: 14, engagement_date: new Date("2022-08-19T07:47:19Z") },
            { id: 144, campaign_id: 74, likes: null, comments: null, shares: null, engagement_date: new Date("2021-10-11T18:59:14Z") },
            { id: 145, campaign_id: 96, likes: 735, comments: 154, shares: 71, engagement_date: new Date("2022-03-30T21:31:35Z") },
            { id: 146, campaign_id: 124, likes: 719, comments: 124, shares: 37, engagement_date: new Date("2021-03-23T15:12:46Z") },
            { id: 147, campaign_id: 81, likes: 994, comments: 206, shares: 139, engagement_date: new Date("2022-09-02T20:25:45Z") },
            { id: 148, campaign_id: 163, likes: 964, comments: 47, shares: 0, engagement_date: new Date("2022-02-17T11:45:30Z") },
            { id: 149, campaign_id: 164, likes: 217, comments: 128, shares: 2, engagement_date: new Date("2022-07-06T23:14:05Z") },
            { id: 150, campaign_id: 134, likes: 473, comments: 44, shares: null, engagement_date: new Date("2022-01-01T18:03:29Z") },
            { id: 151, campaign_id: 32, likes: 550, comments: null, shares: 0, engagement_date: new Date("2021-05-29T11:20:43Z") },
            { id: 152, campaign_id: 63, likes: 969, comments: null, shares: null, engagement_date: new Date("2021-06-26T21:26:35Z") },
            { id: 153, campaign_id: 130, likes: 927, comments: null, shares: 99, engagement_date: new Date("2022-05-27T13:54:34Z") },
            { id: 154, campaign_id: 40, likes: 967, comments: null, shares: 0, engagement_date: new Date("2022-06-28T18:24:34Z") },
            { id: 155, campaign_id: 150, likes: 718, comments: 83, shares: 93, engagement_date: new Date("2022-04-24T10:32:25Z") },
            { id: 156, campaign_id: 96, likes: 394, comments: 3, shares: 4, engagement_date: new Date("2022-01-16T17:15:48Z") },
            { id: 157, campaign_id: 181, likes: 940, comments: 63, shares: 101, engagement_date: new Date("2021-11-23T16:34:35Z") },
            { id: 158, campaign_id: 74, likes: 916, comments: 5, shares: 101, engagement_date: new Date("2021-04-06T21:57:57Z") },
            { id: 159, campaign_id: 185, likes: 391, comments: 43, shares: 9, engagement_date: new Date("2021-08-07T13:28:38Z") },
            { id: 160, campaign_id: 15, likes: 336, comments: 125, shares: 43, engagement_date: new Date("2022-09-16T17:43:47Z") },
            { id: 161, campaign_id: 174, likes: 465, comments: 227, shares: 68, engagement_date: new Date("2022-12-04T20:48:41Z") },
            { id: 162, campaign_id: 131, likes: 972, comments: null, shares: 51, engagement_date: new Date("2021-01-19T15:45:38Z") },
            { id: 163, campaign_id: 5, likes: 310, comments: 15, shares: 2, engagement_date: new Date("2022-09-12T21:14:29Z") },
            { id: 164, campaign_id: 134, likes: 444, comments: 94, shares: 53, engagement_date: new Date("2021-08-19T19:40:04Z") },
            { id: 165, campaign_id: 165, likes: 984, comments: 371, shares: 121, engagement_date: new Date("2021-04-22T09:14:38Z") },
            { id: 166, campaign_id: 72, likes: 916, comments: null, shares: 70, engagement_date: new Date("2022-03-01T13:01:41Z") },
            { id: 167, campaign_id: 52, likes: 809, comments: 144, shares: 46, engagement_date: new Date("2022-04-09T12:47:58Z") },
            { id: 168, campaign_id: 129, likes: 793, comments: 224, shares: 198, engagement_date: new Date("2021-11-15T08:54:09Z") },
            { id: 169, campaign_id: 79, likes: 305, comments: 492, shares: 176, engagement_date: new Date("2021-06-27T19:21:33Z") },
            { id: 170, campaign_id: 133, likes: 874, comments: 436, shares: 0, engagement_date: new Date("2022-07-23T11:18:20Z") },
            { id: 171, campaign_id: 98, likes: 995, comments: 123, shares: 86, engagement_date: new Date("2022-08-19T16:51:50Z") },
            { id: 172, campaign_id: 44, likes: 183, comments: null, shares: null, engagement_date: new Date("2022-05-09T19:35:50Z") },
            { id: 173, campaign_id: 176, likes: 858, comments: 357, shares: 151, engagement_date: new Date("2022-04-04T10:22:01Z") },
            { id: 174, campaign_id: 117, likes: 324, comments: 156, shares: 1, engagement_date: new Date("2021-05-18T22:36:39Z") },
            { id: 175, campaign_id: 12, likes: 275, comments: 169, shares: 48, engagement_date: new Date("2021-01-28T19:19:26Z") },
            { id: 176, campaign_id: 195, likes: 1000, comments: 2, shares: 47, engagement_date: new Date("2022-10-06T14:54:28Z") },
            { id: 177, campaign_id: 70, likes: 979, comments: 171, shares: 297, engagement_date: new Date("2021-02-06T11:28:21Z") },
            { id: 178, campaign_id: 137, likes: 977, comments: 133, shares: 154, engagement_date: new Date("2021-10-30T12:21:04Z") },
            { id: 179, campaign_id: 164, likes: 990, comments: 366, shares: 289, engagement_date: new Date("2022-12-08T22:20:08Z") },
            { id: 180, campaign_id: 176, likes: 568, comments: 172, shares: 181, engagement_date: new Date("2022-09-08T21:42:33Z") },
            { id: 181, campaign_id: 162, likes: 996, comments: 347, shares: 279, engagement_date: new Date("2021-07-25T07:28:20Z") },
            { id: 182, campaign_id: 176, likes: 457, comments: 4, shares: 299, engagement_date: new Date("2021-03-23T17:07:02Z") },
            { id: 183, campaign_id: 152, likes: 693, comments: 102, shares: 1, engagement_date: new Date("2022-07-24T18:52:31Z") },
            { id: 184, campaign_id: 17, likes: 778, comments: 396, shares: 20, engagement_date: new Date("2022-01-11T10:37:05Z") },
            { id: 185, campaign_id: 147, likes: 497, comments: 53, shares: 63, engagement_date: new Date("2021-10-13T15:45:36Z") },
            { id: 186, campaign_id: 138, likes: 1000, comments: 80, shares: 99, engagement_date: new Date("2022-08-25T03:07:21Z") },
            { id: 187, campaign_id: 99, likes: 965, comments: 1, shares: 129, engagement_date: new Date("2021-11-29T15:28:38Z") },
            { id: 188, campaign_id: 26, likes: 686, comments: 1, shares: 51, engagement_date: new Date("2022-06-09T21:33:25Z") },
            { id: 189, campaign_id: 170, likes: 817, comments: 191, shares: 219, engagement_date: new Date("2022-05-01T18:38:43Z") },
            { id: 190, campaign_id: 138, likes: null, comments: 251, shares: 3, engagement_date: new Date("2021-08-24T20:17:09Z") },
            { id: 191, campaign_id: 58, likes: 359, comments: 82, shares: 171, engagement_date: new Date("2022-08-09T22:53:57Z") },
            { id: 192, campaign_id: 154, likes: 687, comments: 11, shares: null, engagement_date: new Date("2021-04-12T14:24:34Z") },
            { id: 193, campaign_id: 134, likes: 793, comments: 82, shares: 123, engagement_date: new Date("2022-11-03T23:01:09Z") },
            { id: 194, campaign_id: 79, likes: 519, comments: null, shares: 58, engagement_date: new Date("2021-04-01T10:55:35Z") },
            { id: 195, campaign_id: 116, likes: 486, comments: 40, shares: null, engagement_date: new Date("2021-08-13T15:16:37Z") },
            { id: 196, campaign_id: 186, likes: 855, comments: null, shares: 4, engagement_date: new Date("2021-11-08T08:43:01Z") },
            { id: 197, campaign_id: 7, likes: 763, comments: null, shares: null, engagement_date: new Date("2021-06-20T19:27:27Z") },
            { id: 198, campaign_id: 163, likes: 677, comments: 7, shares: 38, engagement_date: new Date("2022-03-20T16:14:26Z") },
            { id: 199, campaign_id: 78, likes: 920, comments: 272, shares: 272, engagement_date: new Date("2022-01-20T16:41:27Z") },
            { id: 200, campaign_id: 103, likes: 981, comments: 344, shares: 240, engagement_date: new Date("2022-03-18T18:49:51Z") },
            { id: 201, campaign_id: 38, likes: 523, comments: 402, shares: 1, engagement_date: new Date("2022-02-11T07:12:11Z") },
            { id: 202, campaign_id: 193, likes: 963, comments: null, shares: 10, engagement_date: new Date("2021-03-12T08:45:56Z") },
            { id: 203, campaign_id: 114, likes: 962, comments: 327, shares: 1, engagement_date: new Date("2022-07-16T07:46:08Z") },
            { id: 204, campaign_id: 142, likes: 880, comments: 48, shares: 250, engagement_date: new Date("2021-08-24T19:08:18Z") },
            { id: 205, campaign_id: 100, likes: 598, comments: 304, shares: 33, engagement_date: new Date("2022-10-01T19:00:21Z") },
            { id: 206, campaign_id: 148, likes: 808, comments: 13, shares: 1, engagement_date: new Date("2021-09-29T10:29:14Z") },
            { id: 207, campaign_id: 5, likes: 657, comments: 204, shares: 276, engagement_date: new Date("2021-11-10T15:59:30Z") },
            { id: 208, campaign_id: 88, likes: 945, comments: 191, shares: 129, engagement_date: new Date("2022-10-25T11:16:31Z") },
            { id: 209, campaign_id: 12, likes: 892, comments: 167, shares: 6, engagement_date: new Date("2021-02-18T11:44:24Z") },
            { id: 210, campaign_id: 100, likes: 894, comments: null, shares: 241, engagement_date: new Date("2022-08-14T02:08:23Z") },
            { id: 211, campaign_id: 35, likes: 292, comments: 149, shares: 176, engagement_date: new Date("2022-08-23T23:45:32Z") },
            { id: 212, campaign_id: 197, likes: 543, comments: 73, shares: 136, engagement_date: new Date("2022-01-31T19:06:26Z") },
            { id: 213, campaign_id: 100, likes: 293, comments: 20, shares: 73, engagement_date: new Date("2021-03-11T15:40:29Z") },
            { id: 214, campaign_id: 58, likes: 924, comments: 246, shares: 1, engagement_date: new Date("2021-02-25T00:30:04Z") },
            { id: 215, campaign_id: 19, likes: 999, comments: 96, shares: 49, engagement_date: new Date("2021-05-07T19:34:41Z") },
            { id: 216, campaign_id: 28, likes: 652, comments: 315, shares: 0, engagement_date: new Date("2021-04-09T11:14:38Z") },
            { id: 217, campaign_id: 131, likes: 853, comments: 101, shares: 109, engagement_date: new Date("2021-12-10T11:28:41Z") },
            { id: 218, campaign_id: 104, likes: 368, comments: 0, shares: 266, engagement_date: new Date("2022-08-16T15:15:19Z") },
            { id: 219, campaign_id: 33, likes: 849, comments: 11, shares: 56, engagement_date: new Date("2021-08-02T16:33:46Z") },
            { id: 220, campaign_id: 117, likes: null, comments: 12, shares: 2, engagement_date: new Date("2021-02-07T14:47:31Z") },
            { id: 221, campaign_id: 37, likes: 895, comments: 198, shares: 46, engagement_date: new Date("2021-11-12T14:45:28Z") },
            { id: 222, campaign_id: 60, likes: 948, comments: 60, shares: 8, engagement_date: new Date("2022-07-26T19:22:30Z") },
            { id: 223, campaign_id: 20, likes: null, comments: 234, shares: null, engagement_date: new Date("2022-01-24T10:41:10Z") },
            { id: 224, campaign_id: 84, likes: 986, comments: 269, shares: 42, engagement_date: new Date("2021-02-16T21:50:34Z") },
            { id: 225, campaign_id: 167, likes: 1000, comments: 360, shares: 8, engagement_date: new Date("2021-10-06T11:58:32Z") },
            { id: 226, campaign_id: 68, likes: 952, comments: 385, shares: 66, engagement_date: new Date("2022-10-23T16:03:09Z") },
            { id: 227, campaign_id: 196, likes: 764, comments: 120, shares: 252, engagement_date: new Date("2022-01-01T21:55:42Z") },
            { id: 228, campaign_id: 170, likes: 260, comments: 11, shares: 31, engagement_date: new Date("2022-06-11T10:57:39Z") },
            { id: 229, campaign_id: 54, likes: 802, comments: 284, shares: 86, engagement_date: new Date("2022-12-28T09:51:25Z") },
            { id: 230, campaign_id: 62, likes: 993, comments: 272, shares: 6, engagement_date: new Date("2022-09-25T19:00:55Z") },
            { id: 231, campaign_id: 136, likes: 42, comments: 22, shares: 264, engagement_date: new Date("2022-07-26T18:27:32Z") },
            { id: 232, campaign_id: 101, likes: 926, comments: 497, shares: 16, engagement_date: new Date("2021-05-16T16:20:02Z") },
            { id: 233, campaign_id: 46, likes: 787, comments: 9, shares: 96, engagement_date: new Date("2021-01-27T21:28:15Z") },
            { id: 234, campaign_id: 36, likes: 21, comments: 234, shares: 136, engagement_date: new Date("2022-06-21T21:40:12Z") },
            { id: 235, campaign_id: 9, likes: null, comments: null, shares: 2, engagement_date: new Date("2022-06-03T15:58:16Z") },
            { id: 236, campaign_id: 33, likes: 988, comments: 283, shares: null, engagement_date: new Date("2022-12-07T05:46:59Z") },
            { id: 237, campaign_id: 140, likes: null, comments: 55, shares: 32, engagement_date: new Date("2021-12-05T19:53:02Z") },
            { id: 238, campaign_id: 54, likes: 886, comments: 196, shares: 253, engagement_date: new Date("2021-05-03T18:56:54Z") },
            { id: 239, campaign_id: 22, likes: 964, comments: 25, shares: 18, engagement_date: new Date("2022-11-06T13:13:59Z") },
            { id: 240, campaign_id: 123, likes: 611, comments: 319, shares: 182, engagement_date: new Date("2021-11-16T18:12:37Z") },
            { id: 241, campaign_id: 90, likes: 980, comments: 137, shares: 0, engagement_date: new Date("2022-04-11T23:35:21Z") },
            { id: 242, campaign_id: 69, likes: 171, comments: null, shares: 126, engagement_date: new Date("2022-11-06T18:39:40Z") },
            { id: 243, campaign_id: 24, likes: 258, comments: 184, shares: 156, engagement_date: new Date("2022-02-12T20:36:28Z") },
            { id: 244, campaign_id: 71, likes: 918, comments: null, shares: 146, engagement_date: new Date("2022-02-07T12:06:51Z") },
            { id: 245, campaign_id: 28, likes: 522, comments: 90, shares: 45, engagement_date: new Date("2021-10-12T10:17:57Z") },
            { id: 246, campaign_id: 8, likes: 932, comments: 64, shares: 120, engagement_date: new Date("2021-04-17T16:08:47Z") },
            { id: 247, campaign_id: 181, likes: 984, comments: 27, shares: 171, engagement_date: new Date("2021-08-18T16:48:50Z") },
            { id: 248, campaign_id: 110, likes: null, comments: 95, shares: 2, engagement_date: new Date("2022-07-05T23:38:29Z") },
            { id: 249, campaign_id: 186, likes: 986, comments: 29, shares: 83, engagement_date: new Date("2022-09-20T16:06:52Z") },
            { id: 250, campaign_id: 5, likes: 604, comments: 19, shares: null, engagement_date: new Date("2021-06-19T11:08:25Z") },
            { id: 251, campaign_id: 27, likes: null, comments: 85, shares: 186, engagement_date: new Date("2021-04-03T12:07:28Z") },
            { id: 252, campaign_id: 158, likes: 639, comments: 1, shares: 260, engagement_date: new Date("2021-02-07T13:50:54Z") },
            { id: 253, campaign_id: 198, likes: 582, comments: 313, shares: 157, engagement_date: new Date("2022-10-28T13:45:05Z") },
            { id: 254, campaign_id: 178, likes: 580, comments: 139, shares: 185, engagement_date: new Date("2021-02-08T09:08:03Z") },
            { id: 255, campaign_id: 109, likes: 999, comments: 302, shares: null, engagement_date: new Date("2021-08-27T20:34:39Z") },
            { id: 256, campaign_id: 136, likes: 160, comments: 58, shares: 187, engagement_date: new Date("2022-08-19T11:13:17Z") },
            { id: 257, campaign_id: 24, likes: 848, comments: 280, shares: 76, engagement_date: new Date("2021-01-25T07:37:10Z") },
            { id: 258, campaign_id: 188, likes: null, comments: 163, shares: null, engagement_date: new Date("2021-02-27T12:28:13Z") },
            { id: 259, campaign_id: 41, likes: 917, comments: 492, shares: 224, engagement_date: new Date("2021-01-21T10:48:21Z") },
            { id: 260, campaign_id: 165, likes: 849, comments: 81, shares: 20, engagement_date: new Date("2022-12-09T09:33:22Z") },
            { id: 261, campaign_id: 169, likes: null, comments: 5, shares: 20, engagement_date: new Date("2022-12-03T20:23:55Z") },
            { id: 262, campaign_id: 42, likes: null, comments: 71, shares: null, engagement_date: new Date("2022-06-28T14:10:55Z") },
            { id: 263, campaign_id: 74, likes: 525, comments: 96, shares: 111, engagement_date: new Date("2022-06-06T00:17:04Z") },
            { id: 264, campaign_id: 28, likes: 973, comments: 440, shares: 35, engagement_date: new Date("2021-02-01T16:50:05Z") },
            { id: 265, campaign_id: 192, likes: 13, comments: 63, shares: 64, engagement_date: new Date("2022-10-11T09:32:55Z") },
            { id: 266, campaign_id: 138, likes: 865, comments: 77, shares: 11, engagement_date: new Date("2022-11-11T14:46:06Z") },
            { id: 267, campaign_id: 35, likes: 174, comments: 396, shares: 159, engagement_date: new Date("2022-10-21T11:04:50Z") },
            { id: 268, campaign_id: 68, likes: 537, comments: 10, shares: 221, engagement_date: new Date("2022-05-25T20:04:37Z") },
            { id: 269, campaign_id: 199, likes: null, comments: 126, shares: 104, engagement_date: new Date("2022-12-01T14:45:24Z") },
            { id: 270, campaign_id: 141, likes: null, comments: 246, shares: null, engagement_date: new Date("2022-03-28T13:50:54Z") },
            { id: 271, campaign_id: 97, likes: 655, comments: 183, shares: 169, engagement_date: new Date("2022-12-18T19:16:36Z") },
            { id: 272, campaign_id: 12, likes: 729, comments: null, shares: 40, engagement_date: new Date("2022-03-26T15:51:11Z") },
            { id: 273, campaign_id: 148, likes: 827, comments: 351, shares: 24, engagement_date: new Date("2021-07-17T17:28:23Z") },
            { id: 274, campaign_id: 14, likes: 392, comments: 90, shares: 2, engagement_date: new Date("2021-09-19T14:24:58Z") },
            { id: 275, campaign_id: 196, likes: 906, comments: 180, shares: 75, engagement_date: new Date("2021-06-09T14:39:55Z") },
            { id: 276, campaign_id: 139, likes: 995, comments: 109, shares: 10, engagement_date: new Date("2022-07-23T18:22:35Z") },
            { id: 277, campaign_id: 175, likes: 860, comments: 5, shares: 58, engagement_date: new Date("2022-10-06T11:00:05Z") },
            { id: 278, campaign_id: 110, likes: null, comments: 78, shares: 20, engagement_date: new Date("2022-02-16T09:20:55Z") },
            { id: 279, campaign_id: 37, likes: 631, comments: 28, shares: 113, engagement_date: new Date("2022-01-05T23:37:10Z") },
            { id: 280, campaign_id: 61, likes: 605, comments: 91, shares: null, engagement_date: new Date("2022-10-29T11:07:35Z") },
            { id: 281, campaign_id: 45, likes: 164, comments: 166, shares: 123, engagement_date: new Date("2022-02-21T15:18:39Z") },
            { id: 282, campaign_id: 68, likes: 990, comments: 15, shares: 209, engagement_date: new Date("2022-11-17T15:47:45Z") },
            { id: 283, campaign_id: 34, likes: 742, comments: 13, shares: 22, engagement_date: new Date("2021-04-21T13:18:16Z") },
            { id: 284, campaign_id: 97, likes: 974, comments: 26, shares: 13, engagement_date: new Date("2021-03-29T09:24:33Z") },
            { id: 285, campaign_id: 62, likes: 465, comments: null, shares: 150, engagement_date: new Date("2022-11-25T21:42:43Z") },
            { id: 286, campaign_id: 118, likes: 599, comments: 5, shares: 98, engagement_date: new Date("2022-07-20T05:38:19Z") },
            { id: 287, campaign_id: 132, likes: 31, comments: 4, shares: 32, engagement_date: new Date("2022-08-16T10:56:29Z") },
            { id: 288, campaign_id: 28, likes: 481, comments: 30, shares: 20, engagement_date: new Date("2022-12-22T09:06:31Z") },
            { id: 289, campaign_id: 74, likes: 835, comments: 13, shares: null, engagement_date: new Date("2022-07-04T21:00:35Z") },
            { id: 290, campaign_id: 161, likes: null, comments: null, shares: 209, engagement_date: new Date("2022-07-15T23:04:13Z") },
            { id: 291, campaign_id: 35, likes: 107, comments: 129, shares: 16, engagement_date: new Date("2021-02-23T19:18:57Z") },
            { id: 292, campaign_id: 106, likes: 583, comments: 31, shares: 63, engagement_date: new Date("2021-05-26T10:20:36Z") },
            { id: 293, campaign_id: 23, likes: 265, comments: 260, shares: 31, engagement_date: new Date("2022-06-04T11:16:21Z") },
            { id: 294, campaign_id: 8, likes: 527, comments: 99, shares: 1, engagement_date: new Date("2021-10-12T17:01:42Z") },
            { id: 295, campaign_id: 98, likes: 687, comments: 59, shares: 195, engagement_date: new Date("2022-07-10T16:00:19Z") },
            { id: 296, campaign_id: 70, likes: 118, comments: 231, shares: null, engagement_date: new Date("2022-12-15T18:41:55Z") },
            { id: 297, campaign_id: 149, likes: 917, comments: 90, shares: 18, engagement_date: new Date("2022-07-20T17:54:19Z") },
            { id: 298, campaign_id: 17, likes: 583, comments: 56, shares: 236, engagement_date: new Date("2021-04-15T11:49:55Z") },
            { id: 299, campaign_id: 172, likes: 736, comments: null, shares: 21, engagement_date: new Date("2021-11-01T11:54:49Z") },
            { id: 300, campaign_id: 89, likes: 653, comments: 221, shares: 70, engagement_date: new Date("2021-01-05T23:43:07Z") },
            { id: 301, campaign_id: 156, likes: 244, comments: 171, shares: 45, engagement_date: new Date("2021-12-01T20:24:32Z") },
            { id: 302, campaign_id: 198, likes: 1000, comments: 54, shares: 2, engagement_date: new Date("2021-08-05T21:06:54Z") },
            { id: 303, campaign_id: 9, likes: 943, comments: 441, shares: 167, engagement_date: new Date("2022-11-06T23:24:42Z") },
            { id: 304, campaign_id: 177, likes: 364, comments: 6, shares: 51, engagement_date: new Date("2022-12-19T07:45:29Z") },
            { id: 305, campaign_id: 145, likes: 815, comments: 168, shares: 232, engagement_date: new Date("2021-12-10T13:22:06Z") },
            { id: 306, campaign_id: 59, likes: null, comments: 159, shares: 21, engagement_date: new Date("2021-05-17T20:34:10Z") },
            { id: 307, campaign_id: 83, likes: null, comments: 6, shares: 83, engagement_date: new Date("2022-01-15T21:46:21Z") },
            { id: 308, campaign_id: 144, likes: 110, comments: 13, shares: null, engagement_date: new Date("2022-11-28T07:34:24Z") },
            { id: 309, campaign_id: 127, likes: 248, comments: 88, shares: 260, engagement_date: new Date("2022-10-03T15:21:58Z") },
            { id: 310, campaign_id: 172, likes: 753, comments: 268, shares: 97, engagement_date: new Date("2022-03-10T21:56:16Z") },
            { id: 311, campaign_id: 176, likes: 466, comments: 56, shares: null, engagement_date: new Date("2021-05-09T17:56:23Z") },
            { id: 312, campaign_id: 171, likes: 991, comments: 314, shares: 7, engagement_date: new Date("2021-10-16T17:43:54Z") },
            { id: 313, campaign_id: 70, likes: 462, comments: 301, shares: null, engagement_date: new Date("2021-02-22T18:05:18Z") },
            { id: 314, campaign_id: 73, likes: 622, comments: 404, shares: 11, engagement_date: new Date("2022-12-14T20:02:02Z") },
            { id: 315, campaign_id: 133, likes: 437, comments: 67, shares: 189, engagement_date: new Date("2022-06-22T10:58:24Z") },
            { id: 316, campaign_id: 61, likes: 957, comments: 224, shares: 84, engagement_date: new Date("2021-06-09T15:08:01Z") },
            { id: 317, campaign_id: 25, likes: null, comments: 7, shares: 280, engagement_date: new Date("2021-01-30T15:45:55Z") },
            { id: 318, campaign_id: 13, likes: null, comments: 497, shares: 42, engagement_date: new Date("2022-08-08T21:37:06Z") },
            { id: 319, campaign_id: 183, likes: 568, comments: 439, shares: 91, engagement_date: new Date("2021-10-22T12:45:41Z") },
            { id: 320, campaign_id: 106, likes: 405, comments: 123, shares: 16, engagement_date: new Date("2022-06-19T13:03:06Z") },
            { id: 321, campaign_id: 173, likes: 181, comments: 216, shares: 116, engagement_date: new Date("2021-11-28T10:25:20Z") },
            { id: 322, campaign_id: 37, likes: 516, comments: 4, shares: 222, engagement_date: new Date("2021-01-08T18:37:05Z") },
            { id: 323, campaign_id: 105, likes: null, comments: 26, shares: null, engagement_date: new Date("2022-06-18T01:12:34Z") },
            { id: 324, campaign_id: 154, likes: 979, comments: 373, shares: 1, engagement_date: new Date("2021-12-08T16:10:10Z") },
            { id: 325, campaign_id: 138, likes: null, comments: null, shares: 148, engagement_date: new Date("2022-07-05T13:17:54Z") },
            { id: 326, campaign_id: 175, likes: 703, comments: 316, shares: 161, engagement_date: new Date("2022-11-02T10:49:06Z") },
            { id: 327, campaign_id: 72, likes: 741, comments: 6, shares: 244, engagement_date: new Date("2022-09-19T12:30:34Z") },
            { id: 328, campaign_id: 68, likes: 63, comments: 354, shares: null, engagement_date: new Date("2021-03-19T17:25:01Z") },
            { id: 329, campaign_id: 171, likes: null, comments: 276, shares: 198, engagement_date: new Date("2022-10-26T11:57:31Z") },
            { id: 330, campaign_id: 90, likes: 956, comments: 453, shares: 286, engagement_date: new Date("2021-10-29T08:23:42Z") },
            { id: 331, campaign_id: 126, likes: 960, comments: 12, shares: 61, engagement_date: new Date("2021-09-02T13:53:52Z") },
            { id: 332, campaign_id: 11, likes: 998, comments: 137, shares: 235, engagement_date: new Date("2021-01-25T11:31:32Z") },
            { id: 333, campaign_id: 154, likes: 983, comments: 119, shares: null, engagement_date: new Date("2022-12-01T12:17:37Z") },
            { id: 334, campaign_id: 129, likes: null, comments: 126, shares: null, engagement_date: new Date("2022-12-17T18:45:53Z") },
            { id: 335, campaign_id: 186, likes: 1000, comments: 67, shares: null, engagement_date: new Date("2021-07-13T16:16:27Z") },
            { id: 336, campaign_id: 93, likes: null, comments: 212, shares: 12, engagement_date: new Date("2021-01-28T07:38:18Z") },
            { id: 337, campaign_id: 54, likes: 997, comments: 303, shares: 0, engagement_date: new Date("2021-04-04T18:19:08Z") },
            { id: 338, campaign_id: 147, likes: 348, comments: 164, shares: 3, engagement_date: new Date("2022-02-13T10:55:10Z") },
            { id: 339, campaign_id: 58, likes: null, comments: 75, shares: 155, engagement_date: new Date("2022-11-11T18:05:03Z") },
            { id: 340, campaign_id: 176, likes: 917, comments: 365, shares: 198, engagement_date: new Date("2021-04-01T16:40:09Z") },
            { id: 341, campaign_id: 76, likes: 160, comments: null, shares: 15, engagement_date: new Date("2022-01-05T18:35:04Z") },
            { id: 342, campaign_id: 33, likes: null, comments: 15, shares: 145, engagement_date: new Date("2021-08-06T18:55:39Z") },
            { id: 343, campaign_id: 118, likes: 1000, comments: 89, shares: 16, engagement_date: new Date("2022-08-07T18:47:24Z") },
            { id: 344, campaign_id: 60, likes: 793, comments: 1, shares: null, engagement_date: new Date("2021-10-26T11:37:57Z") },
            { id: 345, campaign_id: 56, likes: 991, comments: 334, shares: 2, engagement_date: new Date("2021-01-26T09:06:01Z") },
            { id: 346, campaign_id: 1, likes: 61, comments: 47, shares: 286, engagement_date: new Date("2021-03-18T09:53:21Z") },
            { id: 347, campaign_id: 186, likes: 120, comments: 169, shares: 9, engagement_date: new Date("2022-11-03T08:28:37Z") },
            { id: 348, campaign_id: 61, likes: 665, comments: 17, shares: 119, engagement_date: new Date("2021-08-23T19:17:36Z") },
            { id: 349, campaign_id: 36, likes: null, comments: 481, shares: 19, engagement_date: new Date("2021-05-04T18:32:01Z") },
            { id: 350, campaign_id: 110, likes: 818, comments: 269, shares: 75, engagement_date: new Date("2022-05-23T19:01:58Z") },
            { id: 351, campaign_id: 79, likes: 654, comments: null, shares: 0, engagement_date: new Date("2021-04-13T19:01:55Z") },
            { id: 352, campaign_id: 32, likes: 157, comments: 236, shares: 102, engagement_date: new Date("2022-11-26T17:37:43Z") },
            { id: 353, campaign_id: 84, likes: 306, comments: null, shares: 2, engagement_date: new Date("2022-05-04T12:49:14Z") },
            { id: 354, campaign_id: 88, likes: null, comments: 34, shares: 91, engagement_date: new Date("2021-12-10T16:16:15Z") },
            { id: 355, campaign_id: 64, likes: 166, comments: 352, shares: 24, engagement_date: new Date("2021-10-27T12:37:54Z") },
            { id: 356, campaign_id: 185, likes: 359, comments: 27, shares: 19, engagement_date: new Date("2021-04-21T10:51:35Z") },
            { id: 357, campaign_id: 198, likes: 812, comments: 78, shares: null, engagement_date: new Date("2021-11-07T14:18:27Z") },
            { id: 358, campaign_id: 73, likes: 864, comments: 243, shares: 213, engagement_date: new Date("2022-11-03T18:49:06Z") },
            { id: 359, campaign_id: 121, likes: 194, comments: null, shares: 185, engagement_date: new Date("2021-08-17T10:16:54Z") },
            { id: 360, campaign_id: 179, likes: 818, comments: 2, shares: null, engagement_date: new Date("2021-06-24T17:07:48Z") },
            { id: 361, campaign_id: 25, likes: 993, comments: 69, shares: null, engagement_date: new Date("2021-12-30T18:48:06Z") },
            { id: 362, campaign_id: 127, likes: 907, comments: 15, shares: 290, engagement_date: new Date("2021-01-13T10:47:07Z") },
            { id: 363, campaign_id: 46, likes: 940, comments: 471, shares: 63, engagement_date: new Date("2022-11-16T15:06:48Z") },
            { id: 364, campaign_id: 11, likes: 914, comments: 177, shares: 224, engagement_date: new Date("2021-03-27T13:33:57Z") },
            { id: 365, campaign_id: 197, likes: 567, comments: 24, shares: 267, engagement_date: new Date("2021-03-17T17:40:19Z") },
            { id: 366, campaign_id: 170, likes: 625, comments: 476, shares: 38, engagement_date: new Date("2022-08-09T17:07:17Z") },
            { id: 367, campaign_id: 129, likes: 786, comments: 36, shares: null, engagement_date: new Date("2021-12-19T14:50:31Z") },
            { id: 368, campaign_id: 159, likes: 275, comments: 260, shares: 158, engagement_date: new Date("2021-05-24T13:19:35Z") },
            { id: 369, campaign_id: 164, likes: 397, comments: 4, shares: 36, engagement_date: new Date("2022-10-23T21:15:24Z") },
            { id: 370, campaign_id: 30, likes: 59, comments: 266, shares: 0, engagement_date: new Date("2021-11-28T16:31:37Z") },
            { id: 371, campaign_id: 57, likes: 998, comments: 22, shares: 112, engagement_date: new Date("2022-01-12T18:29:29Z") },
            { id: 372, campaign_id: 153, likes: 726, comments: null, shares: 154, engagement_date: new Date("2022-03-22T16:55:40Z") },
            { id: 373, campaign_id: 149, likes: 997, comments: 3, shares: 148, engagement_date: new Date("2021-08-29T16:28:05Z") },
            { id: 374, campaign_id: 3, likes: 937, comments: 8, shares: 221, engagement_date: new Date("2021-08-24T19:01:08Z") },
            { id: 375, campaign_id: 109, likes: 73, comments: 69, shares: 6, engagement_date: new Date("2022-12-13T21:20:49Z") },
            { id: 376, campaign_id: 169, likes: 974, comments: 84, shares: 28, engagement_date: new Date("2021-12-14T20:36:35Z") },
            { id: 377, campaign_id: 196, likes: 199, comments: 0, shares: 163, engagement_date: new Date("2021-12-30T15:32:08Z") },
            { id: 378, campaign_id: 97, likes: 361, comments: 21, shares: null, engagement_date: new Date("2022-08-17T16:18:18Z") },
            { id: 379, campaign_id: 35, likes: 896, comments: 176, shares: 190, engagement_date: new Date("2021-10-31T02:10:02Z") },
            { id: 380, campaign_id: 32, likes: null, comments: 27, shares: 265, engagement_date: new Date("2021-05-23T09:58:29Z") },
            { id: 381, campaign_id: 32, likes: 885, comments: 5, shares: 4, engagement_date: new Date("2022-11-01T19:28:02Z") },
            { id: 382, campaign_id: 156, likes: 998, comments: 17, shares: 46, engagement_date: new Date("2022-09-01T10:04:22Z") },
            { id: 383, campaign_id: 71, likes: 1000, comments: 298, shares: 259, engagement_date: new Date("2021-08-24T18:10:46Z") },
            { id: 384, campaign_id: 156, likes: null, comments: 158, shares: 62, engagement_date: new Date("2021-06-07T21:50:04Z") },
            { id: 385, campaign_id: 192, likes: 103, comments: 2, shares: 20, engagement_date: new Date("2021-01-22T18:08:55Z") },
            { id: 386, campaign_id: 17, likes: 482, comments: 225, shares: 131, engagement_date: new Date("2021-05-02T23:39:23Z") },
            { id: 387, campaign_id: 86, likes: 167, comments: 20, shares: null, engagement_date: new Date("2022-05-09T18:16:55Z") },
            { id: 388, campaign_id: 50, likes: null, comments: 239, shares: 2, engagement_date: new Date("2021-12-15T09:50:23Z") },
            { id: 389, campaign_id: 134, likes: 995, comments: null, shares: 266, engagement_date: new Date("2022-03-08T15:46:04Z") },
            { id: 390, campaign_id: 187, likes: 208, comments: 28, shares: 105, engagement_date: new Date("2022-04-01T18:19:51Z") },
            { id: 391, campaign_id: 183, likes: 330, comments: 331, shares: 276, engagement_date: new Date("2021-11-02T21:44:53Z") },
            { id: 392, campaign_id: 72, likes: 15, comments: 0, shares: null, engagement_date: new Date("2022-01-17T08:16:30Z") },
            { id: 393, campaign_id: 91, likes: 879, comments: 160, shares: 85, engagement_date: new Date("2022-04-19T18:29:05Z") },
            { id: 394, campaign_id: 156, likes: 990, comments: 9, shares: 217, engagement_date: new Date("2021-04-04T14:53:12Z") },
            { id: 395, campaign_id: 151, likes: 69, comments: 270, shares: 43, engagement_date: new Date("2022-11-25T18:06:34Z") },
            { id: 396, campaign_id: 164, likes: 835, comments: 167, shares: 167, engagement_date: new Date("2021-05-28T14:07:27Z") },
            { id: 397, campaign_id: 34, likes: 1000, comments: 238, shares: 114, engagement_date: new Date("2022-04-13T10:47:33Z") },
            { id: 398, campaign_id: 43, likes: 945, comments: 306, shares: 106, engagement_date: new Date("2022-04-13T13:03:18Z") },
            { id: 399, campaign_id: 154, likes: 619, comments: 143, shares: 35, engagement_date: new Date("2022-08-19T20:28:53Z") },
            { id: 400, campaign_id: 70, likes: 705, comments: null, shares: 243, engagement_date: new Date("2021-05-03T10:38:07Z") },
            { id: 401, campaign_id: 37, likes: 58, comments: null, shares: 8, engagement_date: new Date("2022-08-23T08:21:35Z") },
            { id: 402, campaign_id: 139, likes: 269, comments: 76, shares: 204, engagement_date: new Date("2021-11-10T18:38:44Z") },
            { id: 403, campaign_id: 153, likes: null, comments: 85, shares: 11, engagement_date: new Date("2021-08-20T21:41:47Z") },
            { id: 404, campaign_id: 3, likes: 998, comments: 34, shares: null, engagement_date: new Date("2022-04-01T17:38:18Z") },
            { id: 405, campaign_id: 155, likes: 364, comments: 204, shares: 127, engagement_date: new Date("2021-10-25T08:01:05Z") },
            { id: 406, campaign_id: 52, likes: 959, comments: 355, shares: 30, engagement_date: new Date("2021-07-25T12:08:41Z") },
            { id: 407, campaign_id: 80, likes: 355, comments: 311, shares: 57, engagement_date: new Date("2022-06-25T09:15:41Z") },
            { id: 408, campaign_id: 130, likes: 997, comments: 96, shares: 265, engagement_date: new Date("2021-08-29T18:36:17Z") },
            { id: 409, campaign_id: 124, likes: 977, comments: 268, shares: 61, engagement_date: new Date("2021-10-16T15:49:29Z") },
            { id: 410, campaign_id: 2, likes: 989, comments: 0, shares: null, engagement_date: new Date("2022-05-05T06:09:39Z") },
            { id: 411, campaign_id: 67, likes: 888, comments: null, shares: 145, engagement_date: new Date("2022-03-26T18:57:41Z") },
            { id: 412, campaign_id: 33, likes: 235, comments: 70, shares: 195, engagement_date: new Date("2022-04-08T04:01:28Z") },
            { id: 413, campaign_id: 188, likes: 575, comments: 93, shares: 2, engagement_date: new Date("2022-03-15T18:53:46Z") },
            { id: 414, campaign_id: 168, likes: 881, comments: 69, shares: 161, engagement_date: new Date("2021-09-11T13:42:27Z") },
            { id: 415, campaign_id: 176, likes: 183, comments: 482, shares: 290, engagement_date: new Date("2021-06-16T12:49:19Z") },
            { id: 416, campaign_id: 195, likes: 991, comments: null, shares: 4, engagement_date: new Date("2022-12-13T18:08:27Z") },
            { id: 417, campaign_id: 21, likes: 913, comments: 11, shares: 213, engagement_date: new Date("2022-05-08T13:25:35Z") },
            { id: 418, campaign_id: 90, likes: 931, comments: 368, shares: null, engagement_date: new Date("2022-03-05T19:22:13Z") },
            { id: 419, campaign_id: 18, likes: 960, comments: 21, shares: 35, engagement_date: new Date("2021-06-27T13:45:42Z") },
            { id: 420, campaign_id: 9, likes: null, comments: 7, shares: null, engagement_date: new Date("2022-11-23T09:56:20Z") },
            { id: 421, campaign_id: 34, likes: 950, comments: 36, shares: 41, engagement_date: new Date("2021-11-07T16:54:35Z") },
            { id: 422, campaign_id: 19, likes: 966, comments: 360, shares: 129, engagement_date: new Date("2022-07-26T04:28:36Z") },
            { id: 423, campaign_id: 150, likes: 996, comments: 92, shares: 125, engagement_date: new Date("2022-01-02T22:33:54Z") },
            { id: 424, campaign_id: 96, likes: 755, comments: 108, shares: 144, engagement_date: new Date("2022-12-30T13:53:06Z") },
            { id: 425, campaign_id: 176, likes: 908, comments: 93, shares: 122, engagement_date: new Date("2021-06-23T10:22:45Z") },
            { id: 426, campaign_id: 14, likes: 804, comments: 410, shares: 1, engagement_date: new Date("2022-08-02T09:41:14Z") },
            { id: 427, campaign_id: 189, likes: 223, comments: 95, shares: 1, engagement_date: new Date("2021-08-22T18:06:41Z") },
            { id: 428, campaign_id: 59, likes: 383, comments: 72, shares: 138, engagement_date: new Date("2022-02-02T10:59:18Z") },
            { id: 429, campaign_id: 152, likes: 642, comments: 358, shares: 56, engagement_date: new Date("2022-06-30T21:35:01Z") },
            { id: 430, campaign_id: 27, likes: 825, comments: 176, shares: 15, engagement_date: new Date("2022-04-17T13:31:17Z") },
            { id: 431, campaign_id: 196, likes: 887, comments: 174, shares: 159, engagement_date: new Date("2021-11-20T14:42:18Z") },
            { id: 432, campaign_id: 66, likes: 91, comments: 86, shares: 265, engagement_date: new Date("2021-02-17T19:58:19Z") },
            { id: 433, campaign_id: 70, likes: 146, comments: 20, shares: 15, engagement_date: new Date("2022-06-27T21:50:26Z") },
            { id: 434, campaign_id: 48, likes: 879, comments: 18, shares: 123, engagement_date: new Date("2022-02-23T18:02:37Z") },
            { id: 435, campaign_id: 199, likes: 998, comments: 187, shares: 146, engagement_date: new Date("2021-07-21T20:31:36Z") },
            { id: 436, campaign_id: 91, likes: 498, comments: 207, shares: 52, engagement_date: new Date("2021-12-07T13:53:55Z") },
            { id: 437, campaign_id: 10, likes: 915, comments: 25, shares: null, engagement_date: new Date("2022-03-19T12:27:57Z") },
            { id: 438, campaign_id: 27, likes: 947, comments: 16, shares: 11, engagement_date: new Date("2021-12-06T13:55:20Z") },
            { id: 439, campaign_id: 140, likes: null, comments: null, shares: 142, engagement_date: new Date("2022-06-16T10:11:41Z") },
            { id: 440, campaign_id: 21, likes: 865, comments: 56, shares: 63, engagement_date: new Date("2021-01-11T14:48:59Z") },
            { id: 441, campaign_id: 195, likes: 1000, comments: 177, shares: null, engagement_date: new Date("2021-06-19T21:39:32Z") },
            { id: 442, campaign_id: 88, likes: 712, comments: 280, shares: null, engagement_date: new Date("2021-02-15T23:19:50Z") },
            { id: 443, campaign_id: 117, likes: 96, comments: 198, shares: null, engagement_date: new Date("2021-02-16T21:53:28Z") },
            { id: 444, campaign_id: 14, likes: 995, comments: 2, shares: 236, engagement_date: new Date("2021-12-19T00:48:13Z") },
            { id: 445, campaign_id: 176, likes: 275, comments: 303, shares: null, engagement_date: new Date("2021-03-12T21:04:17Z") },
            { id: 446, campaign_id: 115, likes: 55, comments: 93, shares: 136, engagement_date: new Date("2022-05-26T02:27:51Z") },
            { id: 447, campaign_id: 168, likes: 224, comments: 308, shares: 2, engagement_date: new Date("2022-10-10T20:24:05Z") },
            { id: 448, campaign_id: 119, likes: 982, comments: 154, shares: 12, engagement_date: new Date("2021-12-11T20:24:52Z") },
            { id: 449, campaign_id: 129, likes: 788, comments: 149, shares: null, engagement_date: new Date("2021-08-17T19:49:45Z") },
            { id: 450, campaign_id: 72, likes: 950, comments: null, shares: 157, engagement_date: new Date("2022-06-02T19:46:35Z") },
            { id: 451, campaign_id: 43, likes: 969, comments: 129, shares: 69, engagement_date: new Date("2022-04-23T16:07:38Z") },
            { id: 452, campaign_id: 149, likes: 761, comments: 37, shares: 1, engagement_date: new Date("2021-12-11T14:33:45Z") },
            { id: 453, campaign_id: 31, likes: 747, comments: 225, shares: 190, engagement_date: new Date("2022-08-22T17:01:50Z") },
            { id: 454, campaign_id: 197, likes: 923, comments: 163, shares: 180, engagement_date: new Date("2022-10-13T10:20:26Z") },
            { id: 455, campaign_id: 188, likes: 392, comments: 48, shares: 150, engagement_date: new Date("2021-02-14T11:52:30Z") },
            { id: 456, campaign_id: 118, likes: 791, comments: 107, shares: 134, engagement_date: new Date("2022-02-04T15:47:40Z") },
            { id: 457, campaign_id: 115, likes: 821, comments: 319, shares: 69, engagement_date: new Date("2021-11-10T00:34:16Z") },
            { id: 458, campaign_id: 112, likes: 963, comments: 146, shares: 272, engagement_date: new Date("2022-01-05T06:17:01Z") },
            { id: 459, campaign_id: 177, likes: 124, comments: 344, shares: 251, engagement_date: new Date("2021-12-31T08:28:23Z") },
            { id: 460, campaign_id: 5, likes: 711, comments: 110, shares: 8, engagement_date: new Date("2021-05-09T14:40:29Z") },
            { id: 461, campaign_id: 159, likes: 733, comments: 222, shares: 94, engagement_date: new Date("2022-10-09T15:58:08Z") },
            { id: 462, campaign_id: 132, likes: 976, comments: 168, shares: 0, engagement_date: new Date("2021-08-25T06:43:21Z") },
            { id: 463, campaign_id: 7, likes: null, comments: 4, shares: null, engagement_date: new Date("2021-12-18T10:41:21Z") },
            { id: 464, campaign_id: 191, likes: 251, comments: 7, shares: 0, engagement_date: new Date("2021-04-14T09:26:17Z") },
            { id: 465, campaign_id: 171, likes: 56, comments: 7, shares: 52, engagement_date: new Date("2021-01-13T11:15:08Z") },
            { id: 466, campaign_id: 12, likes: 405, comments: null, shares: 161, engagement_date: new Date("2022-11-20T10:41:41Z") },
            { id: 467, campaign_id: 101, likes: 984, comments: null, shares: 8, engagement_date: new Date("2021-01-14T18:23:21Z") },
            { id: 468, campaign_id: 194, likes: 583, comments: 65, shares: 103, engagement_date: new Date("2021-01-05T22:09:06Z") },
            { id: 469, campaign_id: 199, likes: 819, comments: 4, shares: 235, engagement_date: new Date("2022-07-09T21:53:58Z") },
            { id: 470, campaign_id: 191, likes: 747, comments: null, shares: 111, engagement_date: new Date("2021-03-24T22:27:20Z") },
            { id: 471, campaign_id: 35, likes: null, comments: 84, shares: 60, engagement_date: new Date("2021-12-05T09:48:24Z") },
            { id: 472, campaign_id: 162, likes: 894, comments: null, shares: 271, engagement_date: new Date("2021-06-08T00:38:59Z") },
            { id: 473, campaign_id: 120, likes: 728, comments: 220, shares: null, engagement_date: new Date("2021-10-17T09:03:02Z") },
            { id: 474, campaign_id: 5, likes: null, comments: 167, shares: 0, engagement_date: new Date("2022-02-01T13:01:26Z") },
            { id: 475, campaign_id: 65, likes: 860, comments: 3, shares: 119, engagement_date: new Date("2022-06-16T09:00:31Z") },
            { id: 476, campaign_id: 11, likes: 430, comments: 117, shares: 3, engagement_date: new Date("2022-11-24T20:51:49Z") },
            { id: 477, campaign_id: 195, likes: 354, comments: 66, shares: 166, engagement_date: new Date("2021-12-21T10:07:34Z") },
            { id: 478, campaign_id: 121, likes: 132, comments: 462, shares: 44, engagement_date: new Date("2022-10-27T09:45:41Z") },
            { id: 479, campaign_id: 84, likes: 971, comments: null, shares: 188, engagement_date: new Date("2022-06-28T11:44:39Z") },
            { id: 480, campaign_id: 32, likes: 757, comments: null, shares: null, engagement_date: new Date("2021-06-07T11:39:10Z") },
            { id: 481, campaign_id: 102, likes: 784, comments: 59, shares: 0, engagement_date: new Date("2022-11-26T11:59:22Z") },
            { id: 482, campaign_id: 13, likes: 973, comments: 180, shares: 268, engagement_date: new Date("2022-06-24T10:24:55Z") },
            { id: 483, campaign_id: 103, likes: 294, comments: null, shares: 218, engagement_date: new Date("2021-12-19T18:57:34Z") },
            { id: 484, campaign_id: 111, likes: 449, comments: 48, shares: 153, engagement_date: new Date("2021-08-22T18:53:21Z") },
            { id: 485, campaign_id: 187, likes: 999, comments: 241, shares: 152, engagement_date: new Date("2022-03-31T21:46:37Z") },
            { id: 486, campaign_id: 145, likes: 820, comments: 0, shares: 171, engagement_date: new Date("2022-09-15T14:53:08Z") },
            { id: 487, campaign_id: 46, likes: 867, comments: 219, shares: 27, engagement_date: new Date("2021-05-26T16:58:54Z") },
            { id: 488, campaign_id: 96, likes: null, comments: 85, shares: 100, engagement_date: new Date("2021-01-27T23:36:31Z") },
            { id: 489, campaign_id: 21, likes: 421, comments: 401, shares: 20, engagement_date: new Date("2022-01-25T03:07:13Z") },
            { id: 490, campaign_id: 109, likes: 586, comments: 122, shares: 283, engagement_date: new Date("2021-10-16T09:58:26Z") },
            { id: 491, campaign_id: 158, likes: 987, comments: 42, shares: null, engagement_date: new Date("2021-03-25T16:17:18Z") },
            { id: 492, campaign_id: 97, likes: 540, comments: 215, shares: 268, engagement_date: new Date("2022-08-22T16:33:28Z") },
            { id: 493, campaign_id: 113, likes: 707, comments: 87, shares: 19, engagement_date: new Date("2021-09-06T14:05:11Z") },
            { id: 494, campaign_id: 121, likes: null, comments: 464, shares: 187, engagement_date: new Date("2022-09-18T19:22:37Z") },
            { id: 495, campaign_id: 29, likes: 44, comments: 265, shares: 20, engagement_date: new Date("2021-04-12T14:06:30Z") },
            { id: 496, campaign_id: 76, likes: 996, comments: 210, shares: 264, engagement_date: new Date("2022-09-17T15:37:58Z") },
            { id: 497, campaign_id: 75, likes: null, comments: 273, shares: 225, engagement_date: new Date("2022-01-23T10:18:01Z") },
            { id: 498, campaign_id: 19, likes: null, comments: null, shares: 160, engagement_date: new Date("2022-01-06T18:05:14Z") },
            { id: 499, campaign_id: 187, likes: 782, comments: 27, shares: 265, engagement_date: new Date("2022-12-21T17:03:41Z") },
            { id: 500, campaign_id: 81, likes: 389, comments: 23, shares: 1, engagement_date: new Date("2021-06-15T17:20:17Z") },
        ],
    });
}

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