// Social Engagement Metrics (social-space-app) 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.badges), 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.badges.createMany({
        data: [
            { id: 1, name: "creator", criteria: "Flagged as standard. The supplier closed the ticket.", category: "achievement", points_value: 43 },
            { id: 2, name: "hero supporter", criteria: "A routine follow-up: the transfer was cancelled.", category: "contribution", points_value: 46 },
            { id: 3, name: "mentor leader pioneer", criteria: "A late claim was rejected the same day.", category: "participation", points_value: 18 },
            { id: 4, name: "supporter creator", criteria: "The delivery was completed after a manual check.", category: "participation", points_value: 53 },
            { id: 5, name: "ambassador influencer enthusiast", criteria: "The booking was processed — manual case, no further action.", category: "achievement", points_value: 42 },
            { id: 6, name: "achiever champion", criteria: "The document was reviewed — standard case, no further action.", category: "participation", points_value: 60 },
            { id: 7, name: "hero", criteria: "No response from the account owner, so the ticket was closed.", category: "participation", points_value: 64 },
            { id: 8, name: "influencer", criteria: "No response from an operator, so the shipment was rescheduled.", category: "participation", points_value: 56 },
            { id: 9, name: "innovator", criteria: "The claim was rejected following a routine review.", category: "participation", points_value: 17 },
            { id: 10, name: "explorer influencer advocate", criteria: "The item was reopened — automatic case, no further action.", category: "contribution", points_value: 16 },
            { id: 11, name: "trailblazer", criteria: "A repeat item was updated the same day.", category: "participation", points_value: 53 },
            { id: 12, name: "mentor enthusiast", criteria: "The customer reported a repeat issue; the record was rejected.", category: "achievement", points_value: 43 },
            { id: 13, name: "mentor", criteria: "The order was escalated — urgent case, no further action.", category: "achievement", points_value: 64 },
            { id: 14, name: "enthusiast builder", criteria: "The request was confirmed after a repeat check.", category: "participation", points_value: 66 },
            { id: 15, name: "innovator", criteria: "The shipment was refunded following a manual review.", category: "participation", points_value: 65 },
            { id: 16, name: "explorer achiever collaborator", criteria: "Flagged as minor. An operator escalated the session.", category: "participation", points_value: 46 },
            { id: 17, name: "influencer", criteria: "No response from the account owner, so the report was reviewed.", category: "participation", points_value: 30 },
            { id: 18, name: "collaborator influencer", criteria: "The refund was cancelled after an automatic check.", category: "participation", points_value: 52 },
            { id: 19, name: "explorer", criteria: "The supplier reported an automatic issue; the transfer was rejected.", category: "participation", points_value: 53 },
            { id: 20, name: "champion", criteria: null, category: "participation", points_value: 53 },
            { id: 21, name: "supporter", criteria: "No response from the customer, so the claim was rescheduled.", category: "contribution", points_value: 52 },
            { id: 22, name: "creator leader", criteria: null, category: "achievement", points_value: 26 },
            { id: 23, name: "enthusiast innovator explorer", criteria: "The claim was escalated following an unusual review.", category: "contribution", points_value: 42 },
            { id: 24, name: "achiever", criteria: "An operator reported a minor issue; the record was closed.", category: "achievement", points_value: 35 },
            { id: 25, name: "builder", criteria: "The courier asked for a change and the appointment was replaced.", category: "participation", points_value: 78 },
            { id: 26, name: "creator participant", criteria: null, category: "participation", points_value: 54 },
            { id: 27, name: "mentor", criteria: "The order was escalated following a standard review.", category: "achievement", points_value: 64 },
            { id: 28, name: "visionary", criteria: "The appointment was escalated after an urgent check.", category: "participation", points_value: 56 },
            { id: 29, name: "ambassador advocate champion", criteria: "The item was confirmed following an incomplete review.", category: "participation", points_value: 33 },
            { id: 30, name: "innovator leader champion", criteria: "An operator confirmed the details and the transfer was cancelled.", category: "participation", points_value: 52 },
        ],
    });
    await prisma.social_spaces.createMany({
        data: [
            { id: 1, name: "community session gathering", description: "An operator reported a late issue; the booking was completed.", activity_level: "low", member_count: 272 },
            { id: 2, name: "venue connect network", description: null, activity_level: "medium", member_count: 179 },
            { id: 3, name: "space", description: "A duplicate claim was resolved the same day.", activity_level: "high", member_count: 235 },
            { id: 4, name: "connect network collab", description: "A repeat follow-up: the shipment was refunded.", activity_level: "medium", member_count: 211 },
            { id: 5, name: "link", description: "The claim was reviewed — unusual case, no further action.", activity_level: "medium", member_count: 231 },
            { id: 6, name: "collab", description: "The document was rejected — unusual case, no further action.", activity_level: "medium", member_count: 237 },
            { id: 7, name: "venue hub platform", description: null, activity_level: "medium", member_count: 348 },
            { id: 8, name: "exchange circle", description: "Flagged as minor. The courier rejected the report.", activity_level: "medium", member_count: 403 },
            { id: 9, name: "community forum", description: "The supplier confirmed the details and the record was approved.", activity_level: "high", member_count: 135 },
            { id: 10, name: "meetup space connect", description: "The account was escalated following a routine review.", activity_level: "medium", member_count: 247 },
            { id: 11, name: "place meetup forum", description: "A late follow-up: the session was rejected.", activity_level: "high", member_count: 188 },
            { id: 12, name: "collective discussion place", description: "Support reported a manual issue; the request was refunded.", activity_level: "medium", member_count: 168 },
            { id: 13, name: "gathering discussion platform", description: "No response from the reviewer, so the record was updated.", activity_level: "medium", member_count: 310 },
            { id: 14, name: "discussion gathering space", description: "A minor shipment was reopened the same day.", activity_level: "medium", member_count: 257 },
            { id: 15, name: "gathering connect", description: "The account owner reported a duplicate issue; the ticket was replaced.", activity_level: "high", member_count: 231 },
            { id: 16, name: "collab", description: null, activity_level: "medium", member_count: 228 },
            { id: 17, name: "forum session circle", description: "An automatic delivery was updated the same day.", activity_level: "medium", member_count: 251 },
            { id: 18, name: "discussion", description: "The request was delayed after a minor check.", activity_level: "high", member_count: 159 },
            { id: 19, name: "venue meetup", description: "Flagged as minor. The customer confirmed the claim.", activity_level: "medium", member_count: 195 },
            { id: 20, name: "connect discussion", description: "The team confirmed the details and the order was processed.", activity_level: "medium", member_count: 168 },
            { id: 21, name: "discussion event", description: "The booking was closed following a late review.", activity_level: "high", member_count: 211 },
            { id: 22, name: "space", description: "The session was rejected following a late review.", activity_level: "high", member_count: 154 },
            { id: 23, name: "gathering space zone", description: "The courier reported an automatic issue; the invoice was approved.", activity_level: "high", member_count: 196 },
            { id: 24, name: "hub platform link", description: "The shipment was refunded after a manual check.", activity_level: "high", member_count: 253 },
            { id: 25, name: "gathering platform", description: null, activity_level: "medium", member_count: 303 },
            { id: 26, name: "venue discussion event", description: "A partial follow-up: the session was resolved.", activity_level: "medium", member_count: 284 },
            { id: 27, name: "gathering venue forum", description: "An automatic follow-up: the document was delayed.", activity_level: "high", member_count: 215 },
            { id: 28, name: "discussion exchange", description: "The supplier asked for a change and the transfer was reviewed.", activity_level: "high", member_count: 319 },
            { id: 29, name: "discussion link collab", description: "The courier confirmed the details and the refund was delayed.", activity_level: "high", member_count: 72 },
            { id: 30, name: "exchange", description: "The payment was rescheduled — unusual case, no further action.", activity_level: "medium", member_count: 342 },
            { id: 31, name: "community venue platform", description: "The account owner asked for a change and the account was completed.", activity_level: "medium", member_count: 370 },
            { id: 32, name: "exchange community network", description: null, activity_level: "medium", member_count: 261 },
            { id: 33, name: "space hub", description: "The session was reviewed following an urgent review.", activity_level: "medium", member_count: 326 },
            { id: 34, name: "platform space venue", description: "The claim was reviewed — manual case, no further action.", activity_level: "medium", member_count: 171 },
            { id: 35, name: "community", description: "The reviewer asked for a change and the invoice was approved.", activity_level: "medium", member_count: 238 },
            { id: 36, name: "gathering place", description: "No response from the team, so the refund was confirmed.", activity_level: "medium", member_count: 295 },
            { id: 37, name: "session collab forum", description: "A repeat follow-up: the request was processed.", activity_level: "medium", member_count: 193 },
            { id: 38, name: "zone network collective", description: "The delivery was delayed following an incomplete review.", activity_level: "medium", member_count: 279 },
            { id: 39, name: "hub discussion", description: "A manual ticket was reviewed the same day.", activity_level: "high", member_count: 343 },
            { id: 40, name: "space", description: "No response from an operator, so the payment was updated.", activity_level: "medium", member_count: 240 },
            { id: 41, name: "community", description: "Flagged as unusual. The team escalated the request.", activity_level: "high", member_count: 268 },
            { id: 42, name: "exchange", description: "The team confirmed the details and the order was refunded.", activity_level: "medium", member_count: 158 },
            { id: 43, name: "circle", description: "A manual follow-up: the item was replaced.", activity_level: "medium", member_count: 130 },
            { id: 44, name: "zone place", description: "The customer confirmed the details and the session was cancelled.", activity_level: "high", member_count: 327 },
            { id: 45, name: "forum", description: "Flagged as incomplete. The account owner processed the appointment.", activity_level: "low", member_count: 274 },
            { id: 46, name: "place", description: "The booking was reviewed — duplicate case, no further action.", activity_level: "medium", member_count: 250 },
            { id: 47, name: "platform event", description: "The claim was reviewed following a duplicate review.", activity_level: "low", member_count: 280 },
            { id: 48, name: "zone", description: "Flagged as unusual. The reviewer completed the document.", activity_level: "medium", member_count: 215 },
            { id: 49, name: "venue network link", description: null, activity_level: "medium", member_count: 204 },
            { id: 50, name: "zone", description: null, activity_level: "medium", member_count: 341 },
        ],
    });
    await prisma.events.createMany({
        data: [
            { id: 1, social_space_id: 6, event_date: new Date("2022-04-03T15:46:56Z"), attendance_count: 145, duration_minutes: 139, engagement_score: "5.1" },
            { id: 2, social_space_id: 18, event_date: new Date("2022-08-10T14:13:39Z"), attendance_count: null, duration_minutes: 134, engagement_score: "5.0" },
            { id: 3, social_space_id: 34, event_date: new Date("2022-06-18T10:34:46Z"), attendance_count: null, duration_minutes: 110, engagement_score: "2.1" },
            { id: 4, social_space_id: 4, event_date: new Date("2023-04-09T20:18:07Z"), attendance_count: null, duration_minutes: 108, engagement_score: "2.5" },
            { id: 5, social_space_id: 40, event_date: new Date("2022-07-15T12:31:31Z"), attendance_count: null, duration_minutes: 87, engagement_score: "2.2" },
            { id: 6, social_space_id: 9, event_date: new Date("2022-04-03T15:04:11Z"), attendance_count: 197, duration_minutes: 81, engagement_score: "6.6" },
            { id: 7, social_space_id: 24, event_date: new Date("2023-08-29T16:49:41Z"), attendance_count: 58, duration_minutes: 113, engagement_score: "4.8" },
            { id: 8, social_space_id: 6, event_date: new Date("2022-03-05T07:58:22Z"), attendance_count: 171, duration_minutes: 105, engagement_score: "3.6" },
            { id: 9, social_space_id: 46, event_date: new Date("2023-08-08T09:34:36Z"), attendance_count: 79, duration_minutes: 112, engagement_score: "2.5" },
            { id: 10, social_space_id: 29, event_date: new Date("2022-11-21T04:22:37Z"), attendance_count: 0, duration_minutes: 85, engagement_score: "5.9" },
            { id: 11, social_space_id: 10, event_date: new Date("2022-09-26T12:45:19Z"), attendance_count: 0, duration_minutes: 122, engagement_score: "6.6" },
            { id: 12, social_space_id: 4, event_date: new Date("2023-03-12T11:09:25Z"), attendance_count: 60, duration_minutes: 116, engagement_score: "3.8" },
            { id: 13, social_space_id: 17, event_date: new Date("2022-11-18T15:06:01Z"), attendance_count: 172, duration_minutes: 80, engagement_score: "7.2" },
            { id: 14, social_space_id: 9, event_date: new Date("2022-05-07T12:32:58Z"), attendance_count: 1, duration_minutes: 76, engagement_score: "5.5" },
            { id: 15, social_space_id: 5, event_date: new Date("2023-05-31T15:44:21Z"), attendance_count: 19, duration_minutes: 120, engagement_score: "4.1" },
            { id: 16, social_space_id: 32, event_date: new Date("2022-01-21T10:15:21Z"), attendance_count: 120, duration_minutes: 83, engagement_score: "6.1" },
            { id: 17, social_space_id: 24, event_date: new Date("2023-01-01T13:49:58Z"), attendance_count: null, duration_minutes: 80, engagement_score: "4.5" },
            { id: 18, social_space_id: 17, event_date: new Date("2023-09-07T08:47:11Z"), attendance_count: 135, duration_minutes: 115, engagement_score: "5.9" },
            { id: 19, social_space_id: 5, event_date: new Date("2023-06-22T11:08:25Z"), attendance_count: 0, duration_minutes: 114, engagement_score: "3.8" },
            { id: 20, social_space_id: 50, event_date: new Date("2023-01-03T09:30:22Z"), attendance_count: 0, duration_minutes: 81, engagement_score: "4.2" },
            { id: 21, social_space_id: 46, event_date: new Date("2022-10-31T16:36:40Z"), attendance_count: 129, duration_minutes: 110, engagement_score: "6.7" },
            { id: 22, social_space_id: 34, event_date: new Date("2022-07-01T09:06:05Z"), attendance_count: 72, duration_minutes: 109, engagement_score: "2.0" },
            { id: 23, social_space_id: 13, event_date: new Date("2023-05-03T09:44:48Z"), attendance_count: 100, duration_minutes: 128, engagement_score: "5.0" },
            { id: 24, social_space_id: 44, event_date: new Date("2023-08-26T07:30:08Z"), attendance_count: null, duration_minutes: 111, engagement_score: "4.3" },
            { id: 25, social_space_id: 29, event_date: new Date("2022-05-03T08:10:53Z"), attendance_count: 47, duration_minutes: 108, engagement_score: "5.3" },
            { id: 26, social_space_id: 50, event_date: new Date("2022-12-25T01:28:33Z"), attendance_count: 4, duration_minutes: 92, engagement_score: "4.5" },
            { id: 27, social_space_id: 5, event_date: new Date("2022-08-25T11:33:18Z"), attendance_count: 171, duration_minutes: 96, engagement_score: "5.6" },
            { id: 28, social_space_id: 4, event_date: new Date("2022-07-10T13:57:57Z"), attendance_count: 23, duration_minutes: 113, engagement_score: "5.8" },
            { id: 29, social_space_id: 5, event_date: new Date("2022-10-14T08:40:40Z"), attendance_count: 51, duration_minutes: 114, engagement_score: "1.6" },
            { id: 30, social_space_id: 7, event_date: new Date("2023-09-29T13:25:46Z"), attendance_count: 104, duration_minutes: 116, engagement_score: "5.1" },
            { id: 31, social_space_id: 10, event_date: new Date("2023-01-12T10:48:58Z"), attendance_count: 140, duration_minutes: 104, engagement_score: "2.7" },
            { id: 32, social_space_id: 38, event_date: new Date("2023-08-02T13:55:48Z"), attendance_count: 1, duration_minutes: 115, engagement_score: "6.5" },
            { id: 33, social_space_id: 16, event_date: new Date("2022-08-12T09:30:11Z"), attendance_count: 91, duration_minutes: 138, engagement_score: "4.5" },
            { id: 34, social_space_id: 41, event_date: new Date("2022-09-27T14:56:49Z"), attendance_count: 5, duration_minutes: 117, engagement_score: "2.9" },
            { id: 35, social_space_id: 25, event_date: new Date("2022-10-07T12:23:05Z"), attendance_count: 3, duration_minutes: 58, engagement_score: "4.3" },
            { id: 36, social_space_id: 14, event_date: new Date("2023-02-07T15:35:04Z"), attendance_count: 41, duration_minutes: 86, engagement_score: "5.7" },
            { id: 37, social_space_id: 39, event_date: new Date("2023-05-26T15:59:36Z"), attendance_count: 6, duration_minutes: 104, engagement_score: "6.0" },
            { id: 38, social_space_id: 35, event_date: new Date("2022-01-23T20:43:08Z"), attendance_count: 56, duration_minutes: 149, engagement_score: "5.3" },
            { id: 39, social_space_id: 1, event_date: new Date("2022-11-22T17:50:57Z"), attendance_count: 181, duration_minutes: 117, engagement_score: "2.8" },
            { id: 40, social_space_id: 48, event_date: new Date("2022-03-17T16:40:55Z"), attendance_count: 156, duration_minutes: 129, engagement_score: "4.9" },
            { id: 41, social_space_id: 18, event_date: new Date("2022-10-22T13:49:20Z"), attendance_count: 120, duration_minutes: 73, engagement_score: "6.4" },
            { id: 42, social_space_id: 19, event_date: new Date("2023-08-22T11:55:05Z"), attendance_count: 106, duration_minutes: 112, engagement_score: "6.7" },
            { id: 43, social_space_id: 38, event_date: new Date("2022-03-09T13:56:29Z"), attendance_count: 9, duration_minutes: 121, engagement_score: "3.9" },
            { id: 44, social_space_id: 14, event_date: new Date("2022-11-17T16:21:01Z"), attendance_count: null, duration_minutes: 118, engagement_score: "2.7" },
            { id: 45, social_space_id: 41, event_date: new Date("2022-07-27T14:00:52Z"), attendance_count: null, duration_minutes: 128, engagement_score: "6.1" },
            { id: 46, social_space_id: 7, event_date: new Date("2022-01-19T13:21:57Z"), attendance_count: 145, duration_minutes: 107, engagement_score: "5.6" },
            { id: 47, social_space_id: 1, event_date: new Date("2022-03-16T16:21:05Z"), attendance_count: 40, duration_minutes: 121, engagement_score: "4.8" },
            { id: 48, social_space_id: 3, event_date: new Date("2022-12-08T18:04:47Z"), attendance_count: 5, duration_minutes: 82, engagement_score: "6.2" },
            { id: 49, social_space_id: 35, event_date: new Date("2022-02-14T15:00:13Z"), attendance_count: null, duration_minutes: 98, engagement_score: "4.7" },
            { id: 50, social_space_id: 14, event_date: new Date("2022-12-29T18:04:33Z"), attendance_count: null, duration_minutes: 145, engagement_score: "5.0" },
            { id: 51, social_space_id: 12, event_date: new Date("2023-06-03T13:21:37Z"), attendance_count: 49, duration_minutes: 138, engagement_score: "4.5" },
            { id: 52, social_space_id: 22, event_date: new Date("2023-07-28T11:22:11Z"), attendance_count: 8, duration_minutes: 99, engagement_score: "1.9" },
            { id: 53, social_space_id: 27, event_date: new Date("2022-12-05T14:25:08Z"), attendance_count: 37, duration_minutes: 77, engagement_score: "3.6" },
            { id: 54, social_space_id: 8, event_date: new Date("2023-06-26T19:52:30Z"), attendance_count: null, duration_minutes: 67, engagement_score: "5.1" },
            { id: 55, social_space_id: 42, event_date: new Date("2023-06-10T15:40:48Z"), attendance_count: 183, duration_minutes: 120, engagement_score: "3.7" },
            { id: 56, social_space_id: 35, event_date: new Date("2022-02-15T18:36:42Z"), attendance_count: 170, duration_minutes: 105, engagement_score: "4.8" },
            { id: 57, social_space_id: 29, event_date: new Date("2022-10-21T11:42:32Z"), attendance_count: 83, duration_minutes: 110, engagement_score: "5.6" },
            { id: 58, social_space_id: 14, event_date: new Date("2023-09-09T09:34:05Z"), attendance_count: 49, duration_minutes: 114, engagement_score: "4.6" },
            { id: 59, social_space_id: 45, event_date: new Date("2023-05-14T14:55:39Z"), attendance_count: 28, duration_minutes: 109, engagement_score: "4.5" },
            { id: 60, social_space_id: 1, event_date: new Date("2022-11-25T13:13:18Z"), attendance_count: 82, duration_minutes: 101, engagement_score: "5.6" },
            { id: 61, social_space_id: 16, event_date: new Date("2022-05-22T12:52:40Z"), attendance_count: 43, duration_minutes: 110, engagement_score: "3.7" },
            { id: 62, social_space_id: 3, event_date: new Date("2023-08-03T12:17:38Z"), attendance_count: 48, duration_minutes: 107, engagement_score: "2.1" },
            { id: 63, social_space_id: 41, event_date: new Date("2023-02-23T10:36:03Z"), attendance_count: 185, duration_minutes: 136, engagement_score: "5.5" },
            { id: 64, social_space_id: 50, event_date: new Date("2022-08-04T12:13:43Z"), attendance_count: 3, duration_minutes: 91, engagement_score: "4.3" },
            { id: 65, social_space_id: 4, event_date: new Date("2023-04-24T10:30:23Z"), attendance_count: 57, duration_minutes: 89, engagement_score: "6.2" },
            { id: 66, social_space_id: 49, event_date: new Date("2022-08-06T09:28:55Z"), attendance_count: 9, duration_minutes: 87, engagement_score: "3.5" },
            { id: 67, social_space_id: 32, event_date: new Date("2022-08-06T16:29:18Z"), attendance_count: 62, duration_minutes: 90, engagement_score: "7.0" },
            { id: 68, social_space_id: 31, event_date: new Date("2022-04-03T08:53:11Z"), attendance_count: 119, duration_minutes: 94, engagement_score: "7.4" },
            { id: 69, social_space_id: 15, event_date: new Date("2023-02-17T17:06:44Z"), attendance_count: 1, duration_minutes: 91, engagement_score: "4.5" },
            { id: 70, social_space_id: 45, event_date: new Date("2022-05-26T12:20:40Z"), attendance_count: 186, duration_minutes: 129, engagement_score: "7.0" },
            { id: 71, social_space_id: 6, event_date: new Date("2022-12-27T16:58:22Z"), attendance_count: 0, duration_minutes: 99, engagement_score: "4.3" },
            { id: 72, social_space_id: 20, event_date: new Date("2023-04-06T13:49:11Z"), attendance_count: 9, duration_minutes: 86, engagement_score: "4.8" },
            { id: 73, social_space_id: 1, event_date: new Date("2022-07-06T06:33:23Z"), attendance_count: 118, duration_minutes: 127, engagement_score: "1.8" },
            { id: 74, social_space_id: 10, event_date: new Date("2022-08-30T10:38:05Z"), attendance_count: 78, duration_minutes: 87, engagement_score: "3.2" },
            { id: 75, social_space_id: 10, event_date: new Date("2023-08-26T14:57:30Z"), attendance_count: 48, duration_minutes: 82, engagement_score: "3.1" },
            { id: 76, social_space_id: 13, event_date: new Date("2022-08-24T11:20:14Z"), attendance_count: 78, duration_minutes: 122, engagement_score: "8.2" },
            { id: 77, social_space_id: 43, event_date: new Date("2023-01-12T16:17:01Z"), attendance_count: 41, duration_minutes: 133, engagement_score: "4.4" },
            { id: 78, social_space_id: 4, event_date: new Date("2023-08-28T07:53:19Z"), attendance_count: 77, duration_minutes: 128, engagement_score: "5.0" },
            { id: 79, social_space_id: 36, event_date: new Date("2022-06-14T10:08:11Z"), attendance_count: 8, duration_minutes: 120, engagement_score: "4.1" },
            { id: 80, social_space_id: 23, event_date: new Date("2022-04-10T11:31:45Z"), attendance_count: 112, duration_minutes: 104, engagement_score: "6.2" },
            { id: 81, social_space_id: 39, event_date: new Date("2023-07-11T09:41:15Z"), attendance_count: 4, duration_minutes: 115, engagement_score: "5.6" },
            { id: 82, social_space_id: 1, event_date: new Date("2023-07-03T08:20:50Z"), attendance_count: null, duration_minutes: 107, engagement_score: "3.8" },
            { id: 83, social_space_id: 27, event_date: new Date("2023-06-25T10:41:52Z"), attendance_count: 22, duration_minutes: 159, engagement_score: "4.4" },
            { id: 84, social_space_id: 12, event_date: new Date("2022-03-23T10:49:06Z"), attendance_count: 126, duration_minutes: 110, engagement_score: "4.3" },
            { id: 85, social_space_id: 8, event_date: new Date("2022-04-02T10:34:35Z"), attendance_count: 125, duration_minutes: 87, engagement_score: "4.8" },
            { id: 86, social_space_id: 16, event_date: new Date("2023-04-06T13:56:49Z"), attendance_count: 76, duration_minutes: 110, engagement_score: "3.7" },
            { id: 87, social_space_id: 45, event_date: new Date("2022-03-21T12:12:25Z"), attendance_count: 129, duration_minutes: 110, engagement_score: "4.8" },
            { id: 88, social_space_id: 46, event_date: new Date("2023-07-30T10:07:36Z"), attendance_count: 70, duration_minutes: 120, engagement_score: "4.8" },
            { id: 89, social_space_id: 14, event_date: new Date("2023-01-27T19:46:03Z"), attendance_count: 116, duration_minutes: 111, engagement_score: "3.5" },
            { id: 90, social_space_id: 7, event_date: new Date("2022-04-05T16:35:19Z"), attendance_count: null, duration_minutes: 112, engagement_score: "7.2" },
            { id: 91, social_space_id: 4, event_date: new Date("2022-03-21T17:28:32Z"), attendance_count: 1, duration_minutes: 144, engagement_score: "5.5" },
            { id: 92, social_space_id: 5, event_date: new Date("2022-03-17T14:00:24Z"), attendance_count: 12, duration_minutes: 108, engagement_score: "5.3" },
            { id: 93, social_space_id: 21, event_date: new Date("2022-10-20T12:47:30Z"), attendance_count: 7, duration_minutes: 114, engagement_score: "3.2" },
            { id: 94, social_space_id: 29, event_date: new Date("2022-09-07T08:16:36Z"), attendance_count: 157, duration_minutes: 118, engagement_score: "7.5" },
            { id: 95, social_space_id: 45, event_date: new Date("2022-07-13T17:38:48Z"), attendance_count: 14, duration_minutes: 88, engagement_score: "6.9" },
            { id: 96, social_space_id: 22, event_date: new Date("2023-04-05T16:30:04Z"), attendance_count: 45, duration_minutes: 139, engagement_score: "5.1" },
            { id: 97, social_space_id: 2, event_date: new Date("2022-10-21T11:30:48Z"), attendance_count: 3, duration_minutes: 71, engagement_score: "7.3" },
            { id: 98, social_space_id: 13, event_date: new Date("2022-03-06T14:05:19Z"), attendance_count: 3, duration_minutes: 133, engagement_score: "6.2" },
            { id: 99, social_space_id: 45, event_date: new Date("2023-05-31T10:09:43Z"), attendance_count: 89, duration_minutes: 92, engagement_score: "5.4" },
            { id: 100, social_space_id: 46, event_date: new Date("2022-05-10T11:55:07Z"), attendance_count: 8, duration_minutes: 145, engagement_score: "4.8" },
            { id: 101, social_space_id: 6, event_date: new Date("2022-11-12T14:17:34Z"), attendance_count: 0, duration_minutes: 111, engagement_score: "5.1" },
            { id: 102, social_space_id: 6, event_date: new Date("2023-06-03T13:42:14Z"), attendance_count: 0, duration_minutes: 96, engagement_score: "4.3" },
            { id: 103, social_space_id: 25, event_date: new Date("2022-01-31T16:10:57Z"), attendance_count: 0, duration_minutes: 82, engagement_score: "7.2" },
            { id: 104, social_space_id: 32, event_date: new Date("2022-04-01T11:28:20Z"), attendance_count: 114, duration_minutes: 110, engagement_score: "5.8" },
            { id: 105, social_space_id: 33, event_date: new Date("2023-02-02T10:39:40Z"), attendance_count: 167, duration_minutes: 101, engagement_score: "6.0" },
            { id: 106, social_space_id: 22, event_date: new Date("2022-03-22T10:29:56Z"), attendance_count: 44, duration_minutes: 96, engagement_score: "6.1" },
            { id: 107, social_space_id: 23, event_date: new Date("2022-07-01T14:00:45Z"), attendance_count: 33, duration_minutes: 50, engagement_score: "5.5" },
            { id: 108, social_space_id: 48, event_date: new Date("2022-04-07T10:30:52Z"), attendance_count: 101, duration_minutes: 68, engagement_score: "4.3" },
            { id: 109, social_space_id: 14, event_date: new Date("2023-01-06T15:42:08Z"), attendance_count: 89, duration_minutes: 122, engagement_score: "5.4" },
            { id: 110, social_space_id: 18, event_date: new Date("2022-10-08T09:35:15Z"), attendance_count: 105, duration_minutes: 118, engagement_score: "4.3" },
            { id: 111, social_space_id: 22, event_date: new Date("2022-04-11T23:46:41Z"), attendance_count: 18, duration_minutes: 99, engagement_score: "4.5" },
            { id: 112, social_space_id: 48, event_date: new Date("2023-01-28T09:33:38Z"), attendance_count: 18, duration_minutes: 127, engagement_score: "6.0" },
            { id: 113, social_space_id: 28, event_date: new Date("2023-06-26T08:11:50Z"), attendance_count: null, duration_minutes: 126, engagement_score: "5.5" },
            { id: 114, social_space_id: 49, event_date: new Date("2022-05-31T11:17:21Z"), attendance_count: 195, duration_minutes: 90, engagement_score: "4.3" },
            { id: 115, social_space_id: 16, event_date: new Date("2022-07-26T14:46:07Z"), attendance_count: 20, duration_minutes: 100, engagement_score: "3.6" },
            { id: 116, social_space_id: 39, event_date: new Date("2022-12-17T18:28:36Z"), attendance_count: 0, duration_minutes: 100, engagement_score: "4.8" },
            { id: 117, social_space_id: 36, event_date: new Date("2022-05-22T14:09:36Z"), attendance_count: null, duration_minutes: 73, engagement_score: "7.1" },
            { id: 118, social_space_id: 25, event_date: new Date("2022-09-28T09:21:41Z"), attendance_count: 19, duration_minutes: 104, engagement_score: "7.7" },
            { id: 119, social_space_id: 35, event_date: new Date("2023-03-06T16:19:11Z"), attendance_count: 143, duration_minutes: 93, engagement_score: "5.6" },
            { id: 120, social_space_id: 8, event_date: new Date("2023-09-29T15:18:47Z"), attendance_count: 98, duration_minutes: 105, engagement_score: "4.8" },
            { id: 121, social_space_id: 4, event_date: new Date("2022-01-13T09:28:42Z"), attendance_count: 193, duration_minutes: 131, engagement_score: "2.5" },
            { id: 122, social_space_id: 22, event_date: new Date("2022-07-27T07:18:52Z"), attendance_count: 53, duration_minutes: 151, engagement_score: "1.5" },
            { id: 123, social_space_id: 48, event_date: new Date("2022-06-28T15:46:35Z"), attendance_count: 12, duration_minutes: 133, engagement_score: "3.1" },
            { id: 124, social_space_id: 44, event_date: new Date("2023-06-19T18:28:28Z"), attendance_count: 106, duration_minutes: 114, engagement_score: "5.6" },
            { id: 125, social_space_id: 23, event_date: new Date("2023-08-07T22:44:09Z"), attendance_count: 140, duration_minutes: 114, engagement_score: "4.8" },
            { id: 126, social_space_id: 44, event_date: new Date("2022-12-14T13:04:22Z"), attendance_count: 103, duration_minutes: 108, engagement_score: "6.2" },
            { id: 127, social_space_id: 41, event_date: new Date("2022-07-24T10:15:49Z"), attendance_count: 6, duration_minutes: 97, engagement_score: "5.5" },
            { id: 128, social_space_id: 29, event_date: new Date("2022-11-13T10:12:37Z"), attendance_count: 63, duration_minutes: 119, engagement_score: "5.7" },
            { id: 129, social_space_id: 32, event_date: new Date("2022-08-12T12:37:33Z"), attendance_count: 170, duration_minutes: 152, engagement_score: "6.7" },
            { id: 130, social_space_id: 1, event_date: new Date("2023-08-18T14:37:08Z"), attendance_count: 12, duration_minutes: 111, engagement_score: "6.2" },
            { id: 131, social_space_id: 2, event_date: new Date("2023-04-13T15:47:03Z"), attendance_count: 72, duration_minutes: 128, engagement_score: "6.8" },
            { id: 132, social_space_id: 26, event_date: new Date("2023-06-24T09:18:16Z"), attendance_count: 151, duration_minutes: 95, engagement_score: "1.7" },
            { id: 133, social_space_id: 30, event_date: new Date("2023-05-01T12:27:05Z"), attendance_count: 39, duration_minutes: 86, engagement_score: "5.0" },
            { id: 134, social_space_id: 30, event_date: new Date("2023-08-26T08:22:57Z"), attendance_count: 0, duration_minutes: 112, engagement_score: "5.5" },
            { id: 135, social_space_id: 46, event_date: new Date("2023-05-01T15:37:34Z"), attendance_count: 10, duration_minutes: 131, engagement_score: "5.9" },
            { id: 136, social_space_id: 46, event_date: new Date("2022-06-07T09:26:07Z"), attendance_count: null, duration_minutes: 127, engagement_score: "5.5" },
            { id: 137, social_space_id: 28, event_date: new Date("2023-03-16T15:10:40Z"), attendance_count: 11, duration_minutes: 73, engagement_score: "5.3" },
            { id: 138, social_space_id: 29, event_date: new Date("2022-05-22T15:01:41Z"), attendance_count: 118, duration_minutes: 121, engagement_score: "5.2" },
            { id: 139, social_space_id: 12, event_date: new Date("2022-07-25T13:56:20Z"), attendance_count: 11, duration_minutes: 113, engagement_score: "6.1" },
            { id: 140, social_space_id: 34, event_date: new Date("2023-02-06T22:12:03Z"), attendance_count: 5, duration_minutes: 77, engagement_score: "4.1" },
            { id: 141, social_space_id: 48, event_date: new Date("2023-05-29T15:59:57Z"), attendance_count: 105, duration_minutes: 63, engagement_score: "5.7" },
            { id: 142, social_space_id: 1, event_date: new Date("2023-07-31T17:10:57Z"), attendance_count: null, duration_minutes: 82, engagement_score: "3.3" },
            { id: 143, social_space_id: 31, event_date: new Date("2023-01-15T10:20:54Z"), attendance_count: 57, duration_minutes: 91, engagement_score: "6.5" },
            { id: 144, social_space_id: 23, event_date: new Date("2022-11-13T14:21:05Z"), attendance_count: 48, duration_minutes: 86, engagement_score: "5.9" },
            { id: 145, social_space_id: 38, event_date: new Date("2023-08-17T09:15:51Z"), attendance_count: 10, duration_minutes: 136, engagement_score: "5.0" },
            { id: 146, social_space_id: 19, event_date: new Date("2022-11-05T07:43:57Z"), attendance_count: 30, duration_minutes: 118, engagement_score: "5.3" },
            { id: 147, social_space_id: 16, event_date: new Date("2022-11-21T10:22:40Z"), attendance_count: 30, duration_minutes: 122, engagement_score: "4.7" },
            { id: 148, social_space_id: 47, event_date: new Date("2023-03-31T10:41:14Z"), attendance_count: 160, duration_minutes: 98, engagement_score: "6.3" },
            { id: 149, social_space_id: 43, event_date: new Date("2022-11-12T09:03:54Z"), attendance_count: 90, duration_minutes: 128, engagement_score: "3.8" },
            { id: 150, social_space_id: 45, event_date: new Date("2022-10-02T10:46:30Z"), attendance_count: 0, duration_minutes: 95, engagement_score: "4.1" },
            { id: 151, social_space_id: 10, event_date: new Date("2023-02-18T10:13:46Z"), attendance_count: 32, duration_minutes: 128, engagement_score: "2.4" },
            { id: 152, social_space_id: 33, event_date: new Date("2023-05-14T18:35:09Z"), attendance_count: 61, duration_minutes: 127, engagement_score: "4.5" },
            { id: 153, social_space_id: 7, event_date: new Date("2022-02-27T14:39:19Z"), attendance_count: null, duration_minutes: 72, engagement_score: "3.3" },
            { id: 154, social_space_id: 12, event_date: new Date("2023-05-08T17:16:16Z"), attendance_count: 148, duration_minutes: 96, engagement_score: "3.0" },
            { id: 155, social_space_id: 18, event_date: new Date("2023-02-12T18:40:07Z"), attendance_count: 10, duration_minutes: 125, engagement_score: "6.6" },
            { id: 156, social_space_id: 35, event_date: new Date("2022-01-17T17:52:25Z"), attendance_count: 49, duration_minutes: 121, engagement_score: "4.0" },
            { id: 157, social_space_id: 10, event_date: new Date("2022-01-09T11:41:08Z"), attendance_count: 19, duration_minutes: 78, engagement_score: "2.7" },
            { id: 158, social_space_id: 49, event_date: new Date("2022-07-28T09:28:56Z"), attendance_count: 142, duration_minutes: 95, engagement_score: "7.3" },
            { id: 159, social_space_id: 8, event_date: new Date("2023-03-27T18:29:26Z"), attendance_count: 141, duration_minutes: 68, engagement_score: "3.9" },
            { id: 160, social_space_id: 33, event_date: new Date("2023-08-19T16:14:30Z"), attendance_count: null, duration_minutes: 114, engagement_score: "4.9" },
            { id: 161, social_space_id: 22, event_date: new Date("2022-12-25T14:34:58Z"), attendance_count: 6, duration_minutes: 83, engagement_score: "4.6" },
            { id: 162, social_space_id: 10, event_date: new Date("2023-04-13T05:02:50Z"), attendance_count: null, duration_minutes: 121, engagement_score: "5.3" },
            { id: 163, social_space_id: 35, event_date: new Date("2022-05-09T14:28:06Z"), attendance_count: 144, duration_minutes: 88, engagement_score: "5.4" },
            { id: 164, social_space_id: 38, event_date: new Date("2022-11-02T10:00:08Z"), attendance_count: 20, duration_minutes: 92, engagement_score: "5.1" },
            { id: 165, social_space_id: 9, event_date: new Date("2023-01-26T10:32:41Z"), attendance_count: 80, duration_minutes: 143, engagement_score: "4.2" },
            { id: 166, social_space_id: 14, event_date: new Date("2022-09-10T15:14:16Z"), attendance_count: 0, duration_minutes: 110, engagement_score: "7.8" },
            { id: 167, social_space_id: 19, event_date: new Date("2022-11-20T13:17:17Z"), attendance_count: 72, duration_minutes: 141, engagement_score: "7.5" },
            { id: 168, social_space_id: 13, event_date: new Date("2023-04-30T10:38:39Z"), attendance_count: 139, duration_minutes: 114, engagement_score: "4.5" },
            { id: 169, social_space_id: 39, event_date: new Date("2023-09-24T00:01:15Z"), attendance_count: 54, duration_minutes: 111, engagement_score: "4.0" },
            { id: 170, social_space_id: 40, event_date: new Date("2023-04-20T14:59:36Z"), attendance_count: 14, duration_minutes: 105, engagement_score: "6.4" },
            { id: 171, social_space_id: 38, event_date: new Date("2022-08-17T13:24:28Z"), attendance_count: 106, duration_minutes: 127, engagement_score: "4.5" },
            { id: 172, social_space_id: 50, event_date: new Date("2022-09-27T12:07:48Z"), attendance_count: null, duration_minutes: 134, engagement_score: "8.7" },
            { id: 173, social_space_id: 24, event_date: new Date("2022-10-29T10:23:40Z"), attendance_count: 107, duration_minutes: 113, engagement_score: "5.9" },
            { id: 174, social_space_id: 49, event_date: new Date("2022-01-02T12:22:42Z"), attendance_count: 23, duration_minutes: 98, engagement_score: "3.1" },
            { id: 175, social_space_id: 13, event_date: new Date("2022-05-20T12:33:11Z"), attendance_count: null, duration_minutes: 97, engagement_score: "6.7" },
            { id: 176, social_space_id: 14, event_date: new Date("2023-01-23T14:43:38Z"), attendance_count: 11, duration_minutes: 99, engagement_score: "5.7" },
            { id: 177, social_space_id: 34, event_date: new Date("2023-09-29T17:56:02Z"), attendance_count: 11, duration_minutes: 113, engagement_score: "4.6" },
            { id: 178, social_space_id: 45, event_date: new Date("2022-07-29T20:22:21Z"), attendance_count: 80, duration_minutes: 103, engagement_score: "6.4" },
            { id: 179, social_space_id: 40, event_date: new Date("2023-07-27T16:28:27Z"), attendance_count: 21, duration_minutes: 65, engagement_score: "5.5" },
            { id: 180, social_space_id: 3, event_date: new Date("2022-09-06T08:54:07Z"), attendance_count: 19, duration_minutes: 121, engagement_score: "4.5" },
            { id: 181, social_space_id: 30, event_date: new Date("2022-04-11T11:23:47Z"), attendance_count: 140, duration_minutes: 110, engagement_score: "2.1" },
            { id: 182, social_space_id: 6, event_date: new Date("2022-06-15T11:03:37Z"), attendance_count: 159, duration_minutes: 92, engagement_score: "4.5" },
            { id: 183, social_space_id: 16, event_date: new Date("2023-01-18T13:19:04Z"), attendance_count: 56, duration_minutes: 98, engagement_score: "6.8" },
            { id: 184, social_space_id: 12, event_date: new Date("2022-11-22T11:14:10Z"), attendance_count: 54, duration_minutes: 119, engagement_score: "4.6" },
            { id: 185, social_space_id: 48, event_date: new Date("2022-04-25T15:35:16Z"), attendance_count: 101, duration_minutes: 88, engagement_score: "7.4" },
            { id: 186, social_space_id: 25, event_date: new Date("2023-06-05T08:27:31Z"), attendance_count: 18, duration_minutes: 103, engagement_score: "5.0" },
            { id: 187, social_space_id: 9, event_date: new Date("2022-12-02T10:55:01Z"), attendance_count: 8, duration_minutes: 103, engagement_score: "6.8" },
            { id: 188, social_space_id: 24, event_date: new Date("2022-09-16T13:37:20Z"), attendance_count: 144, duration_minutes: 131, engagement_score: "6.5" },
            { id: 189, social_space_id: 6, event_date: new Date("2023-06-11T10:02:47Z"), attendance_count: 171, duration_minutes: 141, engagement_score: "5.6" },
            { id: 190, social_space_id: 43, event_date: new Date("2022-09-08T12:24:05Z"), attendance_count: 89, duration_minutes: 116, engagement_score: "4.8" },
            { id: 191, social_space_id: 15, event_date: new Date("2022-08-02T11:21:42Z"), attendance_count: null, duration_minutes: 104, engagement_score: "3.3" },
            { id: 192, social_space_id: 25, event_date: new Date("2022-11-06T15:34:02Z"), attendance_count: null, duration_minutes: 128, engagement_score: "5.7" },
            { id: 193, social_space_id: 34, event_date: new Date("2023-05-21T15:38:57Z"), attendance_count: 29, duration_minutes: 114, engagement_score: "4.4" },
            { id: 194, social_space_id: 42, event_date: new Date("2022-11-23T14:59:59Z"), attendance_count: 19, duration_minutes: 110, engagement_score: "7.5" },
            { id: 195, social_space_id: 29, event_date: new Date("2022-05-03T18:25:15Z"), attendance_count: 65, duration_minutes: 106, engagement_score: "5.9" },
            { id: 196, social_space_id: 27, event_date: new Date("2023-06-26T15:08:29Z"), attendance_count: 5, duration_minutes: 106, engagement_score: "3.8" },
            { id: 197, social_space_id: 11, event_date: new Date("2022-09-23T12:50:37Z"), attendance_count: null, duration_minutes: 117, engagement_score: "4.4" },
            { id: 198, social_space_id: 46, event_date: new Date("2022-02-12T08:53:15Z"), attendance_count: 31, duration_minutes: 120, engagement_score: "3.3" },
            { id: 199, social_space_id: 5, event_date: new Date("2022-09-12T18:19:06Z"), attendance_count: 9, duration_minutes: 99, engagement_score: "4.5" },
            { id: 200, social_space_id: 47, event_date: new Date("2023-04-19T14:25:17Z"), attendance_count: 0, duration_minutes: 134, engagement_score: "6.4" },
            { id: 201, social_space_id: 26, event_date: new Date("2023-05-16T18:31:38Z"), attendance_count: 0, duration_minutes: 117, engagement_score: "5.7" },
            { id: 202, social_space_id: 43, event_date: new Date("2022-02-18T17:49:33Z"), attendance_count: 39, duration_minutes: 123, engagement_score: "5.9" },
            { id: 203, social_space_id: 9, event_date: new Date("2023-02-03T12:50:20Z"), attendance_count: 1, duration_minutes: 65, engagement_score: "6.5" },
            { id: 204, social_space_id: 37, event_date: new Date("2022-02-12T18:31:34Z"), attendance_count: null, duration_minutes: 80, engagement_score: "4.9" },
            { id: 205, social_space_id: 40, event_date: new Date("2022-06-12T14:07:28Z"), attendance_count: null, duration_minutes: 79, engagement_score: "3.9" },
            { id: 206, social_space_id: 3, event_date: new Date("2022-02-27T18:53:07Z"), attendance_count: 113, duration_minutes: 112, engagement_score: "4.6" },
            { id: 207, social_space_id: 42, event_date: new Date("2022-01-10T16:22:17Z"), attendance_count: 71, duration_minutes: 104, engagement_score: "3.4" },
            { id: 208, social_space_id: 48, event_date: new Date("2022-06-15T13:32:25Z"), attendance_count: 113, duration_minutes: 104, engagement_score: "2.3" },
            { id: 209, social_space_id: 19, event_date: new Date("2022-11-10T15:05:19Z"), attendance_count: 107, duration_minutes: 75, engagement_score: "5.4" },
            { id: 210, social_space_id: 14, event_date: new Date("2022-03-27T10:22:19Z"), attendance_count: 167, duration_minutes: 133, engagement_score: "6.4" },
            { id: 211, social_space_id: 38, event_date: new Date("2023-06-21T09:29:19Z"), attendance_count: 2, duration_minutes: 126, engagement_score: "6.3" },
            { id: 212, social_space_id: 45, event_date: new Date("2022-01-01T14:19:10Z"), attendance_count: 4, duration_minutes: 92, engagement_score: "3.8" },
            { id: 213, social_space_id: 2, event_date: new Date("2023-02-19T12:12:18Z"), attendance_count: 2, duration_minutes: 130, engagement_score: "5.6" },
            { id: 214, social_space_id: 43, event_date: new Date("2023-07-07T13:48:04Z"), attendance_count: 136, duration_minutes: 124, engagement_score: "5.4" },
            { id: 215, social_space_id: 39, event_date: new Date("2022-11-13T12:25:37Z"), attendance_count: 0, duration_minutes: 54, engagement_score: "6.0" },
            { id: 216, social_space_id: 41, event_date: new Date("2022-01-19T08:52:55Z"), attendance_count: null, duration_minutes: 110, engagement_score: "3.3" },
            { id: 217, social_space_id: 25, event_date: new Date("2023-02-22T10:30:23Z"), attendance_count: 155, duration_minutes: 105, engagement_score: "4.0" },
            { id: 218, social_space_id: 42, event_date: new Date("2022-04-12T10:19:34Z"), attendance_count: 89, duration_minutes: 95, engagement_score: "5.8" },
            { id: 219, social_space_id: 45, event_date: new Date("2023-08-06T17:49:08Z"), attendance_count: 0, duration_minutes: 91, engagement_score: "6.3" },
            { id: 220, social_space_id: 45, event_date: new Date("2022-06-25T13:05:13Z"), attendance_count: 51, duration_minutes: 93, engagement_score: "4.5" },
            { id: 221, social_space_id: 7, event_date: new Date("2022-06-25T10:24:19Z"), attendance_count: 76, duration_minutes: 93, engagement_score: "6.3" },
            { id: 222, social_space_id: 12, event_date: new Date("2022-07-13T11:12:25Z"), attendance_count: 24, duration_minutes: 68, engagement_score: "6.5" },
            { id: 223, social_space_id: 4, event_date: new Date("2023-09-12T13:16:08Z"), attendance_count: 96, duration_minutes: 117, engagement_score: "6.0" },
            { id: 224, social_space_id: 6, event_date: new Date("2023-03-24T16:10:32Z"), attendance_count: null, duration_minutes: 103, engagement_score: "8.2" },
            { id: 225, social_space_id: 40, event_date: new Date("2022-01-08T11:06:19Z"), attendance_count: 5, duration_minutes: 107, engagement_score: "4.3" },
            { id: 226, social_space_id: 7, event_date: new Date("2022-02-21T19:13:28Z"), attendance_count: 3, duration_minutes: 121, engagement_score: "3.7" },
            { id: 227, social_space_id: 5, event_date: new Date("2022-12-11T16:22:27Z"), attendance_count: 33, duration_minutes: 83, engagement_score: "2.0" },
            { id: 228, social_space_id: 48, event_date: new Date("2022-05-15T12:08:46Z"), attendance_count: 171, duration_minutes: 105, engagement_score: "4.1" },
            { id: 229, social_space_id: 39, event_date: new Date("2022-11-11T15:23:10Z"), attendance_count: 38, duration_minutes: 112, engagement_score: "6.1" },
            { id: 230, social_space_id: 36, event_date: new Date("2023-02-15T14:35:52Z"), attendance_count: 2, duration_minutes: 123, engagement_score: "3.8" },
            { id: 231, social_space_id: 31, event_date: new Date("2023-07-20T11:21:10Z"), attendance_count: 175, duration_minutes: 105, engagement_score: "3.0" },
            { id: 232, social_space_id: 46, event_date: new Date("2022-01-12T11:40:41Z"), attendance_count: 187, duration_minutes: 98, engagement_score: "2.4" },
            { id: 233, social_space_id: 12, event_date: new Date("2022-01-31T15:38:28Z"), attendance_count: 136, duration_minutes: 103, engagement_score: "3.3" },
            { id: 234, social_space_id: 11, event_date: new Date("2022-11-08T13:39:39Z"), attendance_count: 50, duration_minutes: 121, engagement_score: "5.8" },
            { id: 235, social_space_id: 38, event_date: new Date("2023-01-07T15:07:33Z"), attendance_count: 52, duration_minutes: 75, engagement_score: "5.4" },
            { id: 236, social_space_id: 31, event_date: new Date("2022-08-06T10:35:36Z"), attendance_count: 58, duration_minutes: 67, engagement_score: "6.4" },
            { id: 237, social_space_id: 3, event_date: new Date("2023-05-02T11:03:55Z"), attendance_count: 77, duration_minutes: 153, engagement_score: "5.2" },
            { id: 238, social_space_id: 48, event_date: new Date("2022-06-27T14:13:03Z"), attendance_count: 10, duration_minutes: 80, engagement_score: "3.8" },
            { id: 239, social_space_id: 10, event_date: new Date("2023-05-31T14:39:01Z"), attendance_count: 6, duration_minutes: 101, engagement_score: "3.2" },
            { id: 240, social_space_id: 25, event_date: new Date("2022-04-24T09:27:08Z"), attendance_count: 46, duration_minutes: 108, engagement_score: "2.3" },
            { id: 241, social_space_id: 24, event_date: new Date("2022-02-10T15:14:37Z"), attendance_count: 107, duration_minutes: 117, engagement_score: "6.1" },
            { id: 242, social_space_id: 48, event_date: new Date("2023-08-17T16:51:59Z"), attendance_count: 60, duration_minutes: 59, engagement_score: "4.6" },
            { id: 243, social_space_id: 50, event_date: new Date("2022-10-02T14:38:15Z"), attendance_count: 55, duration_minutes: 89, engagement_score: "4.6" },
            { id: 244, social_space_id: 42, event_date: new Date("2022-01-31T13:03:41Z"), attendance_count: 49, duration_minutes: 112, engagement_score: "5.0" },
            { id: 245, social_space_id: 42, event_date: new Date("2022-10-13T15:34:45Z"), attendance_count: 59, duration_minutes: 125, engagement_score: "3.1" },
            { id: 246, social_space_id: 9, event_date: new Date("2022-09-01T14:26:58Z"), attendance_count: 17, duration_minutes: 96, engagement_score: "3.6" },
            { id: 247, social_space_id: 34, event_date: new Date("2022-05-25T14:44:29Z"), attendance_count: 0, duration_minutes: 102, engagement_score: "4.9" },
            { id: 248, social_space_id: 15, event_date: new Date("2023-04-25T19:22:00Z"), attendance_count: 197, duration_minutes: 66, engagement_score: "4.4" },
            { id: 249, social_space_id: 46, event_date: new Date("2023-04-16T15:44:05Z"), attendance_count: 107, duration_minutes: 138, engagement_score: "4.1" },
            { id: 250, social_space_id: 10, event_date: new Date("2022-09-06T15:20:08Z"), attendance_count: 171, duration_minutes: 100, engagement_score: "5.7" },
            { id: 251, social_space_id: 22, event_date: new Date("2023-04-20T17:44:29Z"), attendance_count: 36, duration_minutes: 108, engagement_score: "3.8" },
            { id: 252, social_space_id: 36, event_date: new Date("2022-08-27T14:31:47Z"), attendance_count: 30, duration_minutes: 59, engagement_score: "6.3" },
            { id: 253, social_space_id: 3, event_date: new Date("2023-02-08T11:06:21Z"), attendance_count: 102, duration_minutes: 115, engagement_score: "6.4" },
            { id: 254, social_space_id: 20, event_date: new Date("2022-05-15T20:30:42Z"), attendance_count: null, duration_minutes: 90, engagement_score: "4.8" },
            { id: 255, social_space_id: 7, event_date: new Date("2023-05-04T17:00:56Z"), attendance_count: null, duration_minutes: 105, engagement_score: "6.6" },
            { id: 256, social_space_id: 50, event_date: new Date("2023-05-18T11:25:59Z"), attendance_count: 3, duration_minutes: 119, engagement_score: "3.7" },
            { id: 257, social_space_id: 15, event_date: new Date("2022-10-14T15:15:29Z"), attendance_count: 103, duration_minutes: 110, engagement_score: "4.0" },
            { id: 258, social_space_id: 26, event_date: new Date("2023-08-08T12:31:49Z"), attendance_count: 6, duration_minutes: 113, engagement_score: "2.7" },
            { id: 259, social_space_id: 46, event_date: new Date("2022-10-13T10:33:44Z"), attendance_count: 3, duration_minutes: 95, engagement_score: "5.5" },
            { id: 260, social_space_id: 33, event_date: new Date("2023-01-12T16:29:27Z"), attendance_count: 50, duration_minutes: 134, engagement_score: "6.1" },
            { id: 261, social_space_id: 4, event_date: new Date("2023-08-29T08:24:57Z"), attendance_count: 0, duration_minutes: 95, engagement_score: "3.5" },
            { id: 262, social_space_id: 37, event_date: new Date("2023-03-08T09:39:50Z"), attendance_count: 40, duration_minutes: 84, engagement_score: "4.3" },
            { id: 263, social_space_id: 39, event_date: new Date("2022-09-10T12:42:03Z"), attendance_count: 38, duration_minutes: 107, engagement_score: "5.5" },
            { id: 264, social_space_id: 25, event_date: new Date("2022-11-28T04:43:14Z"), attendance_count: 0, duration_minutes: 128, engagement_score: "6.9" },
            { id: 265, social_space_id: 49, event_date: new Date("2023-05-27T12:14:47Z"), attendance_count: 2, duration_minutes: 130, engagement_score: "5.6" },
            { id: 266, social_space_id: 40, event_date: new Date("2022-06-30T15:16:46Z"), attendance_count: 111, duration_minutes: 60, engagement_score: "7.7" },
            { id: 267, social_space_id: 15, event_date: new Date("2022-05-21T15:33:53Z"), attendance_count: 36, duration_minutes: 116, engagement_score: "2.6" },
            { id: 268, social_space_id: 5, event_date: new Date("2022-11-05T15:43:15Z"), attendance_count: 35, duration_minutes: 60, engagement_score: "4.1" },
            { id: 269, social_space_id: 8, event_date: new Date("2022-01-24T11:03:45Z"), attendance_count: 7, duration_minutes: 51, engagement_score: "6.9" },
            { id: 270, social_space_id: 37, event_date: new Date("2022-11-05T10:52:43Z"), attendance_count: 159, duration_minutes: 110, engagement_score: "6.1" },
            { id: 271, social_space_id: 5, event_date: new Date("2023-03-26T08:54:19Z"), attendance_count: 96, duration_minutes: 75, engagement_score: "6.0" },
            { id: 272, social_space_id: 15, event_date: new Date("2023-07-13T12:59:41Z"), attendance_count: null, duration_minutes: 125, engagement_score: "4.7" },
            { id: 273, social_space_id: 37, event_date: new Date("2023-09-18T16:00:31Z"), attendance_count: 11, duration_minutes: 93, engagement_score: "5.4" },
            { id: 274, social_space_id: 28, event_date: new Date("2022-06-14T12:55:27Z"), attendance_count: null, duration_minutes: 108, engagement_score: "4.1" },
            { id: 275, social_space_id: 49, event_date: new Date("2022-02-15T10:19:48Z"), attendance_count: 18, duration_minutes: 111, engagement_score: "4.7" },
            { id: 276, social_space_id: 6, event_date: new Date("2022-01-04T10:36:05Z"), attendance_count: 160, duration_minutes: 97, engagement_score: "5.8" },
            { id: 277, social_space_id: 34, event_date: new Date("2022-02-02T16:00:04Z"), attendance_count: 27, duration_minutes: 94, engagement_score: "3.6" },
            { id: 278, social_space_id: 30, event_date: new Date("2023-04-14T10:04:21Z"), attendance_count: null, duration_minutes: 115, engagement_score: "1.8" },
            { id: 279, social_space_id: 27, event_date: new Date("2023-09-02T11:14:37Z"), attendance_count: null, duration_minutes: 109, engagement_score: "5.3" },
            { id: 280, social_space_id: 13, event_date: new Date("2022-07-02T12:31:23Z"), attendance_count: 119, duration_minutes: 67, engagement_score: "2.9" },
            { id: 281, social_space_id: 17, event_date: new Date("2023-09-04T14:33:03Z"), attendance_count: 6, duration_minutes: 93, engagement_score: "3.9" },
            { id: 282, social_space_id: 40, event_date: new Date("2022-02-03T10:05:05Z"), attendance_count: 2, duration_minutes: 111, engagement_score: "6.3" },
            { id: 283, social_space_id: 24, event_date: new Date("2022-10-29T11:57:18Z"), attendance_count: 9, duration_minutes: 123, engagement_score: "6.4" },
            { id: 284, social_space_id: 14, event_date: new Date("2023-03-12T11:49:40Z"), attendance_count: 1, duration_minutes: 111, engagement_score: "7.8" },
            { id: 285, social_space_id: 43, event_date: new Date("2022-04-30T16:19:03Z"), attendance_count: 124, duration_minutes: 114, engagement_score: "3.9" },
            { id: 286, social_space_id: 2, event_date: new Date("2023-05-21T13:16:40Z"), attendance_count: 1, duration_minutes: 97, engagement_score: "3.8" },
            { id: 287, social_space_id: 14, event_date: new Date("2022-04-19T13:35:30Z"), attendance_count: 8, duration_minutes: 118, engagement_score: "5.3" },
            { id: 288, social_space_id: 38, event_date: new Date("2023-01-19T20:28:55Z"), attendance_count: 8, duration_minutes: 153, engagement_score: "1.7" },
            { id: 289, social_space_id: 25, event_date: new Date("2022-09-23T11:43:31Z"), attendance_count: null, duration_minutes: 133, engagement_score: "2.1" },
            { id: 290, social_space_id: 22, event_date: new Date("2023-04-24T16:30:31Z"), attendance_count: null, duration_minutes: 134, engagement_score: "4.1" },
            { id: 291, social_space_id: 20, event_date: new Date("2022-05-07T09:08:10Z"), attendance_count: 165, duration_minutes: 124, engagement_score: "6.0" },
            { id: 292, social_space_id: 27, event_date: new Date("2022-01-31T13:09:09Z"), attendance_count: 75, duration_minutes: 83, engagement_score: "4.9" },
            { id: 293, social_space_id: 36, event_date: new Date("2022-03-17T14:57:33Z"), attendance_count: null, duration_minutes: 134, engagement_score: "6.4" },
            { id: 294, social_space_id: 25, event_date: new Date("2022-06-22T13:01:40Z"), attendance_count: 180, duration_minutes: 76, engagement_score: "3.3" },
            { id: 295, social_space_id: 31, event_date: new Date("2023-05-11T10:57:15Z"), attendance_count: 118, duration_minutes: 115, engagement_score: "5.4" },
            { id: 296, social_space_id: 1, event_date: new Date("2023-01-30T10:56:39Z"), attendance_count: null, duration_minutes: 90, engagement_score: "6.0" },
            { id: 297, social_space_id: 28, event_date: new Date("2023-09-21T13:38:58Z"), attendance_count: 37, duration_minutes: 149, engagement_score: "7.5" },
            { id: 298, social_space_id: 18, event_date: new Date("2022-12-01T11:47:05Z"), attendance_count: 60, duration_minutes: 72, engagement_score: "6.1" },
            { id: 299, social_space_id: 13, event_date: new Date("2023-06-12T11:14:11Z"), attendance_count: 0, duration_minutes: 101, engagement_score: "7.4" },
            { id: 300, social_space_id: 2, event_date: new Date("2023-02-15T12:34:16Z"), attendance_count: 6, duration_minutes: 78, engagement_score: "7.3" },
        ],
    });
    await prisma.users.createMany({
        data: [
            { id: 1, full_name: "Sofia Sato", email: "sofia.sato@example.net", join_date: "2022-01-09" },
            { id: 2, full_name: "Alice Smith", email: "alice.smith@example.net", join_date: "2023-04-27" },
            { id: 3, full_name: null, email: null, join_date: "2023-08-10" },
            { id: 4, full_name: "Karim Klein", email: null, join_date: "2022-12-02" },
            { id: 5, full_name: "Arjun Pereira", email: "arjun.pereira@example.net", join_date: "2023-01-05" },
            { id: 6, full_name: "Ibrahim Larsen", email: "ibrahim.larsen@example.org", join_date: "2022-10-22" },
            { id: 7, full_name: "Paula Rossi", email: "paula.rossi@example.com", join_date: "2023-06-03" },
            { id: 8, full_name: "Emma Moreau", email: "emma.moreau@example.com", join_date: "2022-07-31" },
            { id: 9, full_name: "Deniz Baker", email: "deniz.baker@example.net", join_date: "2022-03-02" },
            { id: 10, full_name: "Anna Yilmaz", email: "anna.yilmaz@example.org", join_date: "2023-03-14" },
            { id: 11, full_name: "Alice Vargas", email: "alice.vargas@example.net", join_date: "2022-10-14" },
            { id: 12, full_name: "Selin Diaz", email: "selin.diaz@example.org", join_date: "2022-05-11" },
            { id: 13, full_name: "Carlos Bennett", email: "carlos.bennett@example.net", join_date: "2022-07-26" },
            { id: 14, full_name: "Ben Patel", email: "ben.patel@example.org", join_date: "2022-07-09" },
            { id: 15, full_name: "Tomas Torres", email: "tomas.torres@example.com", join_date: "2022-01-08" },
            { id: 16, full_name: "Wei Bennett", email: null, join_date: "2022-01-20" },
            { id: 17, full_name: "Carlos Shah", email: "carlos.shah@example.org", join_date: "2022-03-05" },
            { id: 18, full_name: "Rafael Hughes", email: "rafael.hughes@example.org", join_date: "2023-08-26" },
            { id: 19, full_name: "Hugo Pereira", email: "hugo.pereira@example.com", join_date: "2023-05-11" },
            { id: 20, full_name: "Paula Patel", email: "paula.patel@example.org", join_date: "2023-07-11" },
            { id: 21, full_name: null, email: null, join_date: "2023-01-20" },
            { id: 22, full_name: "Fatima Castro", email: "fatima.castro@example.com", join_date: "2023-09-23" },
            { id: 23, full_name: "Omar Zhang", email: "omar.zhang@example.org", join_date: "2023-06-07" },
            { id: 24, full_name: "Ivan Kowalski", email: "ivan.kowalski@example.org", join_date: "2022-11-26" },
            { id: 25, full_name: "Ines Garcia", email: "ines.garcia@example.org", join_date: "2022-04-29" },
            { id: 26, full_name: "Pedro Jensen", email: "pedro.jensen@example.net", join_date: "2023-08-26" },
            { id: 27, full_name: "Grace Ibrahim", email: "grace.ibrahim@example.org", join_date: "2022-04-14" },
            { id: 28, full_name: "Pedro Torres", email: "pedro.torres@example.net", join_date: "2023-03-10" },
            { id: 29, full_name: null, email: null, join_date: "2022-08-04" },
            { id: 30, full_name: "Liam Baker", email: "liam.baker@example.com", join_date: "2023-09-04" },
            { id: 31, full_name: "Elena Garcia", email: "elena.garcia@example.com", join_date: null },
            { id: 32, full_name: "Anna Clark", email: "anna.clark@example.net", join_date: "2023-06-22" },
            { id: 33, full_name: "Victor Singh", email: "victor.singh@example.com", join_date: "2022-01-04" },
            { id: 34, full_name: "Nour Castro", email: "nour.castro@example.net", join_date: "2023-05-08" },
            { id: 35, full_name: "Fatima Hassan", email: "fatima.hassan@example.com", join_date: "2022-10-08" },
            { id: 36, full_name: "Hana Novak", email: "hana.novak@example.com", join_date: "2023-01-26" },
            { id: 37, full_name: "Arjun Diaz", email: "arjun.diaz@example.org", join_date: "2022-07-21" },
            { id: 38, full_name: "Ben Young", email: null, join_date: "2022-10-31" },
            { id: 39, full_name: "Sara Castro", email: "sara.castro@example.org", join_date: "2022-09-11" },
            { id: 40, full_name: "Leo Singh", email: "leo.singh@example.org", join_date: "2023-08-11" },
            { id: 41, full_name: "Jade Lee", email: null, join_date: "2022-09-15" },
            { id: 42, full_name: null, email: null, join_date: null },
            { id: 43, full_name: null, email: null, join_date: "2022-01-27" },
            { id: 44, full_name: "Pedro Tanaka", email: "pedro.tanaka@example.net", join_date: "2023-03-14" },
            { id: 45, full_name: "Deniz Pereira", email: "deniz.pereira@example.com", join_date: "2023-02-23" },
            { id: 46, full_name: "Leo Zhang", email: "leo.zhang@example.net", join_date: "2023-08-27" },
            { id: 47, full_name: "Olivia Cruz", email: "olivia.cruz@example.com", join_date: "2023-02-28" },
            { id: 48, full_name: "Alice Martin", email: "alice.martin@example.net", join_date: "2022-01-09" },
            { id: 49, full_name: "Victor Garcia", email: "victor.garcia@example.org", join_date: "2022-10-20" },
            { id: 50, full_name: "Nina Larsen", email: "nina.larsen@example.org", join_date: "2023-05-07" },
            { id: 51, full_name: "Deniz Costa", email: "deniz.costa@example.com", join_date: "2023-01-24" },
            { id: 52, full_name: "Jade Meyer", email: "jade.meyer@example.net", join_date: "2023-09-09" },
            { id: 53, full_name: null, email: null, join_date: "2023-01-08" },
            { id: 54, full_name: "Oscar Garcia", email: null, join_date: "2023-03-22" },
            { id: 55, full_name: "Mia Brown", email: "mia.brown@example.net", join_date: null },
            { id: 56, full_name: "Tariq Hansen", email: "tariq.hansen@example.org", join_date: "2023-06-24" },
            { id: 57, full_name: "Nadia Jansen", email: "nadia.jansen@example.org", join_date: "2022-06-19" },
            { id: 58, full_name: "Pedro Miller", email: "pedro.miller@example.net", join_date: "2023-01-19" },
            { id: 59, full_name: "Fatima Bauer", email: "fatima.bauer@example.net", join_date: "2023-07-11" },
            { id: 60, full_name: "Hannah Hassan", email: "hannah.hassan@example.com", join_date: "2022-04-03" },
            { id: 61, full_name: "Lena Chen", email: "lena.chen@example.net", join_date: "2022-05-17" },
            { id: 62, full_name: "Amir Gupta", email: "amir.gupta@example.com", join_date: "2022-02-25" },
            { id: 63, full_name: null, email: null, join_date: "2022-10-05" },
            { id: 64, full_name: "Mohamed Nakamura", email: "mohamed.nakamura@example.net", join_date: "2022-09-28" },
            { id: 65, full_name: "Carla Dubois", email: "carla.dubois@example.org", join_date: "2022-04-17" },
            { id: 66, full_name: "Pedro Evans", email: "pedro.evans@example.org", join_date: "2022-09-08" },
            { id: 67, full_name: "Ana Martin", email: "ana.martin@example.org", join_date: "2022-01-15" },
            { id: 68, full_name: "Ravi Vargas", email: "ravi.vargas@example.org", join_date: "2022-04-17" },
            { id: 69, full_name: "Nina Moreau", email: "nina.moreau@example.org", join_date: null },
            { id: 70, full_name: "Sara Meyer", email: "sara.meyer@example.com", join_date: "2022-03-24" },
            { id: 71, full_name: "Sven Brown", email: "sven.brown@example.com", join_date: "2022-03-07" },
            { id: 72, full_name: "James Ibrahim", email: "james.ibrahim@example.net", join_date: "2022-07-21" },
            { id: 73, full_name: "Mia Weber", email: "mia.weber@example.net", join_date: "2022-06-12" },
            { id: 74, full_name: "Diego Hughes", email: "diego.hughes@example.net", join_date: "2022-11-07" },
            { id: 75, full_name: "Sofia Smith", email: "sofia.smith@example.net", join_date: "2023-01-26" },
            { id: 76, full_name: "Mei Singh", email: "mei.singh@example.org", join_date: "2023-03-03" },
            { id: 77, full_name: "Ravi Becker", email: "ravi.becker@example.net", join_date: "2022-01-31" },
            { id: 78, full_name: "Nina Kaya", email: "nina.kaya@example.net", join_date: "2023-03-24" },
            { id: 79, full_name: "Ben Demir", email: "ben.demir@example.org", join_date: "2023-06-10" },
            { id: 80, full_name: null, email: null, join_date: "2022-02-11" },
            { id: 81, full_name: null, email: null, join_date: null },
            { id: 82, full_name: "Yara Taylor", email: "yara.taylor@example.net", join_date: "2022-04-17" },
            { id: 83, full_name: "Liam Sousa", email: "liam.sousa@example.com", join_date: null },
            { id: 84, full_name: "Mia Meyer", email: "mia.meyer@example.com", join_date: "2022-11-21" },
            { id: 85, full_name: null, email: null, join_date: "2023-09-20" },
            { id: 86, full_name: null, email: null, join_date: "2022-11-13" },
            { id: 87, full_name: "Theo Mendes", email: "theo.mendes@example.org", join_date: "2023-04-01" },
            { id: 88, full_name: "Jonas Sato", email: "jonas.sato@example.com", join_date: "2022-03-20" },
            { id: 89, full_name: null, email: null, join_date: "2023-01-25" },
            { id: 90, full_name: null, email: null, join_date: "2022-01-09" },
            { id: 91, full_name: "Mei Ruiz", email: "mei.ruiz@example.com", join_date: "2022-12-13" },
            { id: 92, full_name: "Leo Taylor", email: "leo.taylor@example.net", join_date: "2022-06-10" },
            { id: 93, full_name: "Oscar Jansen", email: "oscar.jansen@example.net", join_date: "2022-12-13" },
            { id: 94, full_name: null, email: null, join_date: "2023-10-01" },
            { id: 95, full_name: "Arjun Wagner", email: "arjun.wagner@example.com", join_date: "2023-08-12" },
            { id: 96, full_name: "Yusuf Smith", email: "yusuf.smith@example.com", join_date: "2023-05-19" },
            { id: 97, full_name: "Tomas Kumar", email: "tomas.kumar@example.org", join_date: "2022-09-07" },
            { id: 98, full_name: "Hugo Mendes", email: "hugo.mendes@example.net", join_date: "2023-08-04" },
            { id: 99, full_name: "Olivia Wagner", email: "olivia.wagner@example.net", join_date: "2022-09-26" },
            { id: 100, full_name: "Rosa Mendes", email: "rosa.mendes@example.org", join_date: "2022-07-17" },
            { id: 101, full_name: "Zara Bennett", email: "zara.bennett@example.net", join_date: "2023-03-30" },
            { id: 102, full_name: "Diego Ali", email: "diego.ali@example.org", join_date: "2022-06-25" },
            { id: 103, full_name: "Lena Ibrahim", email: "lena.ibrahim@example.org", join_date: "2023-10-01" },
            { id: 104, full_name: "Mei Hoffmann", email: null, join_date: null },
            { id: 105, full_name: "Alice Evans", email: "alice.evans@example.net", join_date: null },
            { id: 106, full_name: "Anna Shah", email: "anna.shah@example.net", join_date: "2022-11-16" },
            { id: 107, full_name: "Rafael Jensen", email: "rafael.jensen@example.com", join_date: "2023-07-08" },
            { id: 108, full_name: "Uma Lee", email: "uma.lee@example.org", join_date: "2022-12-18" },
            { id: 109, full_name: "Sofia Larsen", email: "sofia.larsen@example.com", join_date: "2022-08-15" },
            { id: 110, full_name: "Amir Gomez", email: "amir.gomez@example.org", join_date: "2023-08-11" },
            { id: 111, full_name: "Elena Carter", email: "elena.carter@example.com", join_date: "2023-04-10" },
            { id: 112, full_name: "Mila Andersen", email: "mila.andersen@example.net", join_date: "2023-07-03" },
            { id: 113, full_name: "Mohamed Kumar", email: "mohamed.kumar@example.org", join_date: "2022-06-21" },
            { id: 114, full_name: "Selin Lee", email: "selin.lee@example.com", join_date: "2023-01-29" },
            { id: 115, full_name: "Hana Jansen", email: "hana.jansen@example.org", join_date: "2022-06-14" },
            { id: 116, full_name: "Chloe Ruiz", email: "chloe.ruiz@example.net", join_date: "2023-05-25" },
            { id: 117, full_name: "Olivia Klein", email: "olivia.klein@example.com", join_date: "2022-01-25" },
            { id: 118, full_name: "Marco Fischer", email: "marco.fischer@example.net", join_date: "2022-11-09" },
            { id: 119, full_name: "Carlos Murphy", email: "carlos.murphy@example.org", join_date: "2023-05-21" },
            { id: 120, full_name: "Maria Rossi", email: "maria.rossi@example.com", join_date: "2022-10-10" },
            { id: 121, full_name: "Pedro Bauer", email: "pedro.bauer@example.org", join_date: "2022-08-19" },
            { id: 122, full_name: "Priya Young", email: "priya.young@example.org", join_date: null },
            { id: 123, full_name: "Jade Carter", email: "jade.carter@example.net", join_date: "2023-09-20" },
            { id: 124, full_name: "Carla Torres", email: "carla.torres@example.org", join_date: "2023-02-12" },
            { id: 125, full_name: "Tomas Chen", email: "tomas.chen@example.com", join_date: null },
            { id: 126, full_name: "Oscar Adams", email: "oscar.adams@example.com", join_date: "2023-05-31" },
            { id: 127, full_name: "Nadia Smith", email: "nadia.smith@example.net", join_date: null },
            { id: 128, full_name: "Jade Singh", email: "jade.singh@example.org", join_date: "2023-03-14" },
            { id: 129, full_name: "Zara Kim", email: "zara.kim@example.net", join_date: "2022-03-30" },
            { id: 130, full_name: "Theo Ali", email: "theo.ali@example.org", join_date: "2022-06-27" },
            { id: 131, full_name: "Ethan Costa", email: "ethan.costa@example.net", join_date: "2023-06-17" },
            { id: 132, full_name: null, email: null, join_date: "2023-04-11" },
            { id: 133, full_name: "Grace Taylor", email: "grace.taylor@example.net", join_date: "2022-04-04" },
            { id: 134, full_name: "Rafael Hoffmann", email: "rafael.hoffmann@example.org", join_date: "2023-05-10" },
            { id: 135, full_name: "Theo Ibrahim", email: "theo.ibrahim@example.com", join_date: "2023-04-20" },
            { id: 136, full_name: "Sam Moreau", email: "sam.moreau@example.org", join_date: "2023-03-13" },
            { id: 137, full_name: "Hannah Patel", email: "hannah.patel@example.com", join_date: "2023-06-18" },
            { id: 138, full_name: "Hana Park", email: "hana.park@example.org", join_date: null },
            { id: 139, full_name: "Jack Baker", email: "jack.baker@example.net", join_date: "2022-11-11" },
            { id: 140, full_name: "Ben Zhang", email: "ben.zhang@example.org", join_date: "2022-09-17" },
            { id: 141, full_name: "Oscar Pereira", email: "oscar.pereira@example.com", join_date: null },
            { id: 142, full_name: null, email: null, join_date: "2022-04-22" },
            { id: 143, full_name: null, email: null, join_date: "2023-04-05" },
            { id: 144, full_name: null, email: null, join_date: "2022-05-21" },
            { id: 145, full_name: "Anna Ibrahim", email: "anna.ibrahim@example.com", join_date: "2022-12-04" },
            { id: 146, full_name: "Nadia Martin", email: "nadia.martin@example.com", join_date: "2023-01-30" },
            { id: 147, full_name: "Nour Becker", email: null, join_date: "2022-03-30" },
            { id: 148, full_name: "Amir Wilson", email: "amir.wilson@example.com", join_date: "2022-04-23" },
            { id: 149, full_name: "Diego Dubois", email: "diego.dubois@example.com", join_date: "2022-05-11" },
            { id: 150, full_name: null, email: null, join_date: "2023-03-31" },
            { id: 151, full_name: "Fatima Carter", email: null, join_date: "2022-09-30" },
            { id: 152, full_name: "Amir Johnson", email: "amir.johnson@example.com", join_date: "2022-04-08" },
            { id: 153, full_name: "Pedro Larsen", email: "pedro.larsen@example.com", join_date: "2023-01-31" },
            { id: 154, full_name: "Yara Vargas", email: "yara.vargas@example.org", join_date: "2023-05-13" },
            { id: 155, full_name: "Zara Costa", email: "zara.costa@example.org", join_date: "2023-09-30" },
            { id: 156, full_name: "Jonas Becker", email: "jonas.becker@example.com", join_date: null },
            { id: 157, full_name: "Fatima Hoffmann", email: "fatima.hoffmann@example.net", join_date: "2022-07-30" },
            { id: 158, full_name: "Paula Vargas", email: "paula.vargas@example.org", join_date: "2023-08-19" },
            { id: 159, full_name: "Priya Jensen", email: "priya.jensen@example.com", join_date: "2022-02-18" },
            { id: 160, full_name: "Paula Davis", email: "paula.davis@example.org", join_date: null },
            { id: 161, full_name: "Maja Martin", email: "maja.martin@example.net", join_date: "2022-07-29" },
            { id: 162, full_name: "Ruby Smith", email: "ruby.smith@example.org", join_date: "2022-02-01" },
            { id: 163, full_name: "Emma Larsen", email: "emma.larsen@example.net", join_date: "2022-04-09" },
            { id: 164, full_name: null, email: null, join_date: "2023-05-07" },
            { id: 165, full_name: "Diego Ruiz", email: "diego.ruiz@example.net", join_date: "2023-09-17" },
            { id: 166, full_name: "Hana Moreau", email: "hana.moreau@example.com", join_date: "2023-08-29" },
            { id: 167, full_name: "Selin Park", email: "selin.park@example.org", join_date: null },
            { id: 168, full_name: "Priya Walker", email: "priya.walker@example.com", join_date: "2023-05-17" },
            { id: 169, full_name: "Yusuf Mendes", email: "yusuf.mendes@example.com", join_date: "2022-05-13" },
            { id: 170, full_name: "Nadia Pereira", email: "nadia.pereira@example.com", join_date: "2023-03-31" },
            { id: 171, full_name: "Liam Tanaka", email: "liam.tanaka@example.com", join_date: "2022-06-14" },
            { id: 172, full_name: "Hannah Garcia", email: "hannah.garcia@example.net", join_date: "2023-06-14" },
            { id: 173, full_name: "Anna Moreau", email: "anna.moreau@example.com", join_date: "2023-07-11" },
            { id: 174, full_name: "Noah Dubois", email: "noah.dubois@example.com", join_date: "2022-08-09" },
            { id: 175, full_name: "Nour Singh", email: "nour.singh@example.org", join_date: "2022-03-24" },
            { id: 176, full_name: "Ravi Singh", email: "ravi.singh@example.org", join_date: "2022-07-06" },
            { id: 177, full_name: "Diego Ibrahim", email: "diego.ibrahim@example.net", join_date: null },
            { id: 178, full_name: "Daniel Vargas", email: "daniel.vargas@example.net", join_date: "2022-08-30" },
            { id: 179, full_name: "Elif Sousa", email: "elif.sousa@example.org", join_date: "2022-03-13" },
            { id: 180, full_name: "Mei Wagner", email: "mei.wagner@example.net", join_date: "2022-04-05" },
            { id: 181, full_name: "David Jensen", email: "david.jensen@example.org", join_date: "2023-04-10" },
            { id: 182, full_name: "Jack Dubois", email: "jack.dubois@example.org", join_date: null },
            { id: 183, full_name: "Karim Murphy", email: "karim.murphy@example.org", join_date: "2023-08-10" },
            { id: 184, full_name: "Olivia Becker", email: "olivia.becker@example.net", join_date: "2022-07-15" },
            { id: 185, full_name: "Ines Kumar", email: "ines.kumar@example.net", join_date: "2023-04-05" },
            { id: 186, full_name: "Deniz Nakamura", email: "deniz.nakamura@example.com", join_date: "2022-07-06" },
            { id: 187, full_name: null, email: null, join_date: "2022-07-17" },
            { id: 188, full_name: "Chen Gupta", email: "chen.gupta@example.org", join_date: "2022-04-14" },
            { id: 189, full_name: null, email: null, join_date: "2022-12-08" },
            { id: 190, full_name: "Ines Wang", email: "ines.wang@example.org", join_date: "2022-02-28" },
            { id: 191, full_name: "Wei Mendes", email: "wei.mendes@example.net", join_date: "2022-05-09" },
            { id: 192, full_name: "Karim Taylor", email: "karim.taylor@example.org", join_date: "2023-05-15" },
            { id: 193, full_name: null, email: null, join_date: "2023-03-20" },
            { id: 194, full_name: "Andre Clark", email: "andre.clark@example.com", join_date: "2022-08-13" },
            { id: 195, full_name: "Karim Tanaka", email: "karim.tanaka@example.com", join_date: null },
            { id: 196, full_name: "Maja Jensen", email: "maja.jensen@example.com", join_date: "2023-01-29" },
            { id: 197, full_name: null, email: null, join_date: null },
            { id: 198, full_name: "Mila Jensen", email: "mila.jensen@example.net", join_date: "2022-06-23" },
            { id: 199, full_name: "Maja Wilson", email: "maja.wilson@example.org", join_date: "2022-06-22" },
            { id: 200, full_name: "Elena Schneider", email: "elena.schneider@example.com", join_date: "2023-08-29" },
        ],
    });
    await prisma.interactions.createMany({
        data: [
            { id: 1, user_id: 198, event_id: 264, interaction_type: "comment", content: null, interaction_time: new Date("263-11-30 07:44:43"), likes_count: 56 },
            { id: 2, user_id: 140, event_id: 77, interaction_type: "comment", content: null, interaction_time: new Date("1976-11-30T18:20:58Z"), likes_count: 58 },
            { id: 3, user_id: 126, event_id: 124, interaction_type: "comment", content: null, interaction_time: new Date("123-11-30 07:35:14"), likes_count: 41 },
            { id: 4, user_id: 3, event_id: 211, interaction_type: "comment", content: null, interaction_time: new Date("210-11-30 06:41:54"), likes_count: 65 },
            { id: 5, user_id: 143, event_id: 94, interaction_type: "comment", content: null, interaction_time: new Date("1993-11-30T03:38:20Z"), likes_count: 37 },
            { id: 6, user_id: 112, event_id: 68, interaction_type: "poll_response", content: "Flagged as manual. An operator updated the report.", interaction_time: new Date("1967-11-30T23:32:06Z"), likes_count: 41 },
            { id: 7, user_id: 136, event_id: 39, interaction_type: "comment", content: null, interaction_time: new Date("1938-11-30T18:54:04Z"), likes_count: 58 },
            { id: 8, user_id: 81, event_id: 282, interaction_type: "comment", content: null, interaction_time: new Date("281-11-30 00:22:56"), likes_count: 16 },
            { id: 9, user_id: 31, event_id: 164, interaction_type: "comment", content: null, interaction_time: new Date("163-11-30 19:12:37"), likes_count: 52 },
            { id: 10, user_id: 149, event_id: 122, interaction_type: "comment", content: null, interaction_time: new Date("121-11-30 10:05:37"), likes_count: 52 },
            { id: 11, user_id: 39, event_id: 64, interaction_type: "poll_response", content: "The delivery was rescheduled after a minor check.", interaction_time: new Date("1963-11-30T05:15:37Z"), likes_count: 56 },
            { id: 12, user_id: 33, event_id: 189, interaction_type: "poll_response", content: "The supplier reported a partial issue; the order was escalated.", interaction_time: new Date("188-11-30 12:25:37"), likes_count: 52 },
            { id: 13, user_id: 11, event_id: 278, interaction_type: "comment", content: null, interaction_time: new Date("277-11-30 09:05:38"), likes_count: 50 },
            { id: 14, user_id: 51, event_id: 9, interaction_type: "poll_response", content: "Support reported a partial issue; the account was reviewed.", interaction_time: new Date("1908-11-30T04:48:38Z"), likes_count: 47 },
            { id: 15, user_id: 101, event_id: 292, interaction_type: "comment", content: null, interaction_time: new Date("291-11-30 07:41:39"), likes_count: 80 },
            { id: 16, user_id: 119, event_id: 246, interaction_type: "comment", content: null, interaction_time: new Date("245-11-30 03:54:17"), likes_count: 56 },
            { id: 17, user_id: 102, event_id: 221, interaction_type: "comment", content: null, interaction_time: new Date("220-11-30 14:14:25"), likes_count: 45 },
            { id: 18, user_id: 131, event_id: 202, interaction_type: "comment", content: null, interaction_time: new Date("201-11-30 04:01:34"), likes_count: 60 },
            { id: 19, user_id: 64, event_id: 166, interaction_type: "comment", content: null, interaction_time: new Date("165-11-30 05:05:54"), likes_count: 32 },
            { id: 20, user_id: 169, event_id: 119, interaction_type: "comment", content: null, interaction_time: new Date("118-11-30 05:58:06"), likes_count: 19 },
            { id: 21, user_id: 30, event_id: 131, interaction_type: "poll_response", content: "Flagged as unusual. The courier approved the appointment.", interaction_time: new Date("130-11-30 08:21:38"), likes_count: 41 },
            { id: 22, user_id: 91, event_id: 294, interaction_type: "comment", content: null, interaction_time: new Date("293-11-30 10:43:18"), likes_count: 58 },
            { id: 23, user_id: 22, event_id: 127, interaction_type: "comment", content: null, interaction_time: new Date("126-11-30 10:41:15"), likes_count: 49 },
            { id: 24, user_id: 22, event_id: 30, interaction_type: "comment", content: null, interaction_time: new Date("1929-11-30T21:31:13Z"), likes_count: 62 },
            { id: 25, user_id: 33, event_id: 293, interaction_type: "comment", content: null, interaction_time: new Date("292-11-30 09:00:43"), likes_count: 32 },
            { id: 26, user_id: 69, event_id: 26, interaction_type: "poll_response", content: "Flagged as automatic. The customer approved the payment.", interaction_time: new Date("1925-11-30T00:14:25Z"), likes_count: 74 },
            { id: 27, user_id: 124, event_id: 184, interaction_type: "comment", content: null, interaction_time: new Date("183-11-30 06:48:54"), likes_count: 39 },
            { id: 28, user_id: 34, event_id: 98, interaction_type: "comment", content: null, interaction_time: new Date("1997-11-30T20:35:29Z"), likes_count: 49 },
            { id: 29, user_id: 29, event_id: 283, interaction_type: "comment", content: null, interaction_time: new Date("282-11-30 03:24:49"), likes_count: 62 },
            { id: 30, user_id: 121, event_id: 221, interaction_type: "comment", content: null, interaction_time: new Date("220-11-30 15:48:10"), likes_count: 36 },
            { id: 31, user_id: 173, event_id: 238, interaction_type: "comment", content: null, interaction_time: new Date("237-11-30 09:26:32"), likes_count: 33 },
            { id: 32, user_id: 150, event_id: 209, interaction_type: "poll_response", content: "The courier confirmed the details and the order was confirmed.", interaction_time: new Date("208-11-30 02:35:43"), likes_count: 35 },
            { id: 33, user_id: 160, event_id: 279, interaction_type: "comment", content: null, interaction_time: new Date("278-11-30 04:29:15"), likes_count: 60 },
            { id: 34, user_id: 32, event_id: 201, interaction_type: "poll_response", content: "The team reported a standard issue; the transfer was completed.", interaction_time: new Date("200-11-30 23:56:32"), likes_count: 59 },
            { id: 35, user_id: 162, event_id: 108, interaction_type: "poll_response", content: "The invoice was approved after a manual check.", interaction_time: new Date("107-11-30 00:15:21"), likes_count: 25 },
            { id: 36, user_id: 4, event_id: 64, interaction_type: "comment", content: null, interaction_time: new Date("1963-11-30T20:11:02Z"), likes_count: 53 },
            { id: 37, user_id: 7, event_id: 24, interaction_type: "comment", content: null, interaction_time: new Date("1923-11-30T11:12:23Z"), likes_count: 61 },
            { id: 38, user_id: 177, event_id: 179, interaction_type: "poll_response", content: "An incomplete follow-up: the account was approved.", interaction_time: new Date("178-11-30 07:57:13"), likes_count: 38 },
            { id: 39, user_id: 147, event_id: 208, interaction_type: "comment", content: null, interaction_time: new Date("207-11-30 18:35:01"), likes_count: 64 },
            { id: 40, user_id: 176, event_id: 62, interaction_type: "comment", content: null, interaction_time: new Date("1961-11-30T07:28:22Z"), likes_count: 63 },
            { id: 41, user_id: 188, event_id: 127, interaction_type: "comment", content: null, interaction_time: new Date("126-11-30 11:50:20"), likes_count: 48 },
            { id: 42, user_id: 172, event_id: 135, interaction_type: "poll_response", content: "A partial item was refunded the same day.", interaction_time: new Date("134-11-30 07:17:19"), likes_count: 50 },
            { id: 43, user_id: 150, event_id: 170, interaction_type: "comment", content: null, interaction_time: new Date("169-11-30 08:32:40"), likes_count: 45 },
            { id: 44, user_id: 188, event_id: 72, interaction_type: "comment", content: null, interaction_time: new Date("1971-11-30T17:18:49Z"), likes_count: 44 },
            { id: 45, user_id: 39, event_id: 187, interaction_type: "comment", content: null, interaction_time: new Date("186-11-30 06:49:04"), likes_count: 43 },
            { id: 46, user_id: 101, event_id: 29, interaction_type: "poll_response", content: "Support confirmed the details and the item was escalated.", interaction_time: new Date("1928-11-30T05:05:44Z"), likes_count: 50 },
            { id: 47, user_id: 195, event_id: 47, interaction_type: "poll_response", content: "The appointment was delayed following a standard review.", interaction_time: new Date("1946-11-30T16:00:08Z"), likes_count: 66 },
            { id: 48, user_id: 16, event_id: 91, interaction_type: "comment", content: null, interaction_time: new Date("1990-11-30T23:18:38Z"), likes_count: 57 },
            { id: 49, user_id: 107, event_id: 133, interaction_type: "comment", content: null, interaction_time: new Date("132-11-30 10:18:21"), likes_count: 72 },
            { id: 50, user_id: 122, event_id: 98, interaction_type: "comment", content: null, interaction_time: new Date("1997-11-30T04:51:25Z"), likes_count: 38 },
            { id: 51, user_id: 94, event_id: 28, interaction_type: "poll_response", content: "Flagged as standard. The team replaced the document.", interaction_time: new Date("1927-11-30T23:39:42Z"), likes_count: 59 },
            { id: 52, user_id: 60, event_id: 23, interaction_type: "comment", content: null, interaction_time: new Date("1922-11-30T03:47:09Z"), likes_count: 82 },
            { id: 53, user_id: 7, event_id: 123, interaction_type: "comment", content: null, interaction_time: new Date("122-11-30 04:33:30"), likes_count: 63 },
            { id: 54, user_id: 116, event_id: 142, interaction_type: "comment", content: null, interaction_time: new Date("141-11-30 21:32:15"), likes_count: 56 },
            { id: 55, user_id: 183, event_id: 286, interaction_type: "comment", content: null, interaction_time: new Date("285-11-30 20:59:28"), likes_count: 41 },
            { id: 56, user_id: 160, event_id: 2, interaction_type: "comment", content: null, interaction_time: new Date("1901-11-30T02:22:50Z"), likes_count: 44 },
            { id: 57, user_id: 76, event_id: 204, interaction_type: "poll_response", content: "An operator reported a standard issue; the report was processed.", interaction_time: new Date("203-11-30 15:26:54"), likes_count: 61 },
            { id: 58, user_id: 131, event_id: 229, interaction_type: "poll_response", content: "Flagged as late. The reviewer refunded the transfer.", interaction_time: new Date("228-11-30 05:53:13"), likes_count: 41 },
            { id: 59, user_id: 124, event_id: 188, interaction_type: "comment", content: null, interaction_time: new Date("187-11-30 20:15:26"), likes_count: 63 },
            { id: 60, user_id: 140, event_id: 135, interaction_type: "poll_response", content: "The claim was completed — late case, no further action.", interaction_time: new Date("134-11-30 04:22:57"), likes_count: 38 },
            { id: 61, user_id: 199, event_id: 15, interaction_type: "comment", content: null, interaction_time: new Date("1914-11-30T20:12:51Z"), likes_count: 49 },
            { id: 62, user_id: 136, event_id: 19, interaction_type: "poll_response", content: "A partial account was replaced the same day.", interaction_time: new Date("1918-11-30T10:10:17Z"), likes_count: 39 },
            { id: 63, user_id: 83, event_id: 94, interaction_type: "poll_response", content: "The refund was reopened following a minor review.", interaction_time: new Date("1993-11-30T10:19:50Z"), likes_count: 58 },
            { id: 64, user_id: 34, event_id: 93, interaction_type: "poll_response", content: "Support confirmed the details and the refund was replaced.", interaction_time: new Date("1992-11-30T01:29:07Z"), likes_count: 21 },
            { id: 65, user_id: 71, event_id: 119, interaction_type: "poll_response", content: "A late appointment was processed the same day.", interaction_time: new Date("118-11-30 14:25:38"), likes_count: 51 },
            { id: 66, user_id: 79, event_id: 119, interaction_type: "comment", content: null, interaction_time: new Date("118-11-30 21:47:52"), likes_count: 32 },
            { id: 67, user_id: 84, event_id: 145, interaction_type: "comment", content: null, interaction_time: new Date("144-11-30 18:00:19"), likes_count: 62 },
            { id: 68, user_id: 117, event_id: 231, interaction_type: "comment", content: null, interaction_time: new Date("230-11-30 03:03:25"), likes_count: 39 },
            { id: 69, user_id: 129, event_id: 117, interaction_type: "poll_response", content: "The booking was confirmed after a manual check.", interaction_time: new Date("116-11-30 05:18:40"), likes_count: 74 },
            { id: 70, user_id: 25, event_id: 267, interaction_type: "poll_response", content: "No response from support, so the request was replaced.", interaction_time: new Date("266-11-30 05:45:15"), likes_count: 59 },
            { id: 71, user_id: 61, event_id: 281, interaction_type: "comment", content: null, interaction_time: new Date("280-11-30 03:40:54"), likes_count: 75 },
            { id: 72, user_id: 54, event_id: 232, interaction_type: "poll_response", content: "The team confirmed the details and the record was confirmed.", interaction_time: new Date("231-11-30 16:13:02"), likes_count: 42 },
            { id: 73, user_id: 128, event_id: 91, interaction_type: "poll_response", content: "No response from the account owner, so the delivery was closed.", interaction_time: new Date("1990-11-30T01:45:14Z"), likes_count: 69 },
            { id: 74, user_id: 99, event_id: 292, interaction_type: "poll_response", content: "The document was refunded after an urgent check.", interaction_time: new Date("291-11-30 20:09:02"), likes_count: 49 },
            { id: 75, user_id: 79, event_id: 222, interaction_type: "comment", content: null, interaction_time: new Date("221-11-30 17:56:57"), likes_count: 81 },
            { id: 76, user_id: 47, event_id: 114, interaction_type: "comment", content: null, interaction_time: new Date("113-11-30 18:59:00"), likes_count: 80 },
            { id: 77, user_id: 78, event_id: 192, interaction_type: "poll_response", content: "The transfer was delayed after a repeat check.", interaction_time: new Date("191-11-30 21:05:48"), likes_count: 42 },
            { id: 78, user_id: 111, event_id: 59, interaction_type: "poll_response", content: "Flagged as manual. The supplier reviewed the payment.", interaction_time: new Date("1958-11-30T21:05:47Z"), likes_count: 45 },
            { id: 79, user_id: 134, event_id: 186, interaction_type: "comment", content: null, interaction_time: new Date("185-11-30 18:55:51"), likes_count: 45 },
            { id: 80, user_id: 113, event_id: 232, interaction_type: "poll_response", content: "An operator reported a duplicate issue; the delivery was reopened.", interaction_time: new Date("231-11-30 22:02:18"), likes_count: 42 },
            { id: 81, user_id: 154, event_id: 80, interaction_type: "comment", content: null, interaction_time: new Date("1979-11-30T09:13:25Z"), likes_count: 49 },
            { id: 82, user_id: 154, event_id: 213, interaction_type: "comment", content: null, interaction_time: new Date("212-11-30 18:49:49"), likes_count: 43 },
            { id: 83, user_id: 132, event_id: 218, interaction_type: "comment", content: null, interaction_time: new Date("217-11-30 14:10:52"), likes_count: 61 },
            { id: 84, user_id: 64, event_id: 46, interaction_type: "poll_response", content: "No response from the courier, so the ticket was completed.", interaction_time: new Date("1945-11-30T15:08:25Z"), likes_count: 46 },
            { id: 85, user_id: 79, event_id: 63, interaction_type: "comment", content: null, interaction_time: new Date("1962-11-30T09:09:07Z"), likes_count: 56 },
            { id: 86, user_id: 146, event_id: 48, interaction_type: "comment", content: null, interaction_time: new Date("1947-11-30T08:21:17Z"), likes_count: 41 },
            { id: 87, user_id: 7, event_id: 222, interaction_type: "comment", content: null, interaction_time: new Date("221-11-30 18:08:04"), likes_count: 88 },
            { id: 88, user_id: 75, event_id: 121, interaction_type: "comment", content: null, interaction_time: new Date("120-11-30 08:34:40"), likes_count: 60 },
            { id: 89, user_id: 97, event_id: 50, interaction_type: "poll_response", content: "A manual request was delayed the same day.", interaction_time: new Date("1949-11-30T17:25:38Z"), likes_count: 36 },
            { id: 90, user_id: 86, event_id: 136, interaction_type: "poll_response", content: "No response from an operator, so the record was cancelled.", interaction_time: new Date("135-11-30 18:31:15"), likes_count: 33 },
            { id: 91, user_id: 172, event_id: 23, interaction_type: "poll_response", content: "The supplier asked for a change and the document was reviewed.", interaction_time: new Date("1922-11-30T02:30:58Z"), likes_count: 54 },
            { id: 92, user_id: 162, event_id: 186, interaction_type: "comment", content: null, interaction_time: new Date("185-11-30 20:47:08"), likes_count: 42 },
            { id: 93, user_id: 79, event_id: 163, interaction_type: "poll_response", content: "The courier reported an incomplete issue; the refund was cancelled.", interaction_time: new Date("162-11-30 22:22:33"), likes_count: 55 },
            { id: 94, user_id: 102, event_id: 215, interaction_type: "comment", content: null, interaction_time: new Date("214-11-30 17:27:55"), likes_count: 54 },
            { id: 95, user_id: 11, event_id: 265, interaction_type: "comment", content: null, interaction_time: new Date("264-11-30 22:07:57"), likes_count: 25 },
            { id: 96, user_id: 44, event_id: 38, interaction_type: "comment", content: null, interaction_time: new Date("1937-11-30T17:02:30Z"), likes_count: 38 },
            { id: 97, user_id: 101, event_id: 11, interaction_type: "comment", content: null, interaction_time: new Date("1910-11-30T08:51:46Z"), likes_count: 48 },
            { id: 98, user_id: 125, event_id: 146, interaction_type: "poll_response", content: "The courier confirmed the details and the item was escalated.", interaction_time: new Date("145-11-30 01:53:29"), likes_count: 50 },
            { id: 99, user_id: 167, event_id: 204, interaction_type: "poll_response", content: "The account owner reported a manual issue; the report was cancelled.", interaction_time: new Date("203-11-30 13:19:48"), likes_count: 45 },
            { id: 100, user_id: 70, event_id: 231, interaction_type: "comment", content: null, interaction_time: new Date("230-11-30 14:48:52"), likes_count: 61 },
            { id: 101, user_id: 31, event_id: 23, interaction_type: "poll_response", content: "Flagged as manual. The courier refunded the session.", interaction_time: new Date("1922-11-30T10:52:59Z"), likes_count: 62 },
            { id: 102, user_id: 57, event_id: 113, interaction_type: "comment", content: null, interaction_time: new Date("112-11-30 16:25:20"), likes_count: 82 },
            { id: 103, user_id: 78, event_id: 112, interaction_type: "comment", content: null, interaction_time: new Date("111-11-30 02:53:02"), likes_count: 55 },
            { id: 104, user_id: 167, event_id: 115, interaction_type: "comment", content: null, interaction_time: new Date("114-11-30 21:02:33"), likes_count: 39 },
            { id: 105, user_id: 34, event_id: 134, interaction_type: "comment", content: null, interaction_time: new Date("133-11-30 07:58:41"), likes_count: 65 },
            { id: 106, user_id: 105, event_id: 38, interaction_type: "poll_response", content: "The reviewer reported a repeat issue; the payment was rescheduled.", interaction_time: new Date("1937-11-30T21:16:08Z"), likes_count: 45 },
            { id: 107, user_id: 103, event_id: 161, interaction_type: "poll_response", content: "A routine follow-up: the delivery was delayed.", interaction_time: new Date("160-11-30 06:08:02"), likes_count: 42 },
            { id: 108, user_id: 122, event_id: 277, interaction_type: "comment", content: null, interaction_time: new Date("276-11-30 11:35:38"), likes_count: 29 },
            { id: 109, user_id: 12, event_id: 236, interaction_type: "poll_response", content: "A manual appointment was replaced the same day.", interaction_time: new Date("235-11-30 07:12:44"), likes_count: 45 },
            { id: 110, user_id: 113, event_id: 124, interaction_type: "poll_response", content: "The delivery was refunded following a duplicate review.", interaction_time: new Date("123-11-30 04:17:10"), likes_count: 50 },
            { id: 111, user_id: 175, event_id: 208, interaction_type: "poll_response", content: "The courier confirmed the details and the ticket was processed.", interaction_time: new Date("207-11-30 20:19:23"), likes_count: 41 },
            { id: 112, user_id: 114, event_id: 158, interaction_type: "comment", content: null, interaction_time: new Date("157-11-30 14:34:38"), likes_count: 75 },
            { id: 113, user_id: 131, event_id: 47, interaction_type: "comment", content: null, interaction_time: new Date("1946-11-30T22:03:17Z"), likes_count: 74 },
            { id: 114, user_id: 23, event_id: 24, interaction_type: "comment", content: null, interaction_time: new Date("1923-11-30T13:52:32Z"), likes_count: 65 },
            { id: 115, user_id: 190, event_id: 230, interaction_type: "comment", content: null, interaction_time: new Date("229-11-30 11:34:26"), likes_count: 52 },
            { id: 116, user_id: 56, event_id: 233, interaction_type: "comment", content: null, interaction_time: new Date("232-11-30 23:39:09"), likes_count: 40 },
            { id: 117, user_id: 188, event_id: 153, interaction_type: "poll_response", content: "No response from the reviewer, so the request was rejected.", interaction_time: new Date("152-11-30 21:52:17"), likes_count: 49 },
            { id: 118, user_id: 77, event_id: 141, interaction_type: "comment", content: null, interaction_time: new Date("140-11-30 05:31:18"), likes_count: 44 },
            { id: 119, user_id: 109, event_id: 167, interaction_type: "comment", content: null, interaction_time: new Date("166-11-30 07:44:20"), likes_count: 51 },
            { id: 120, user_id: 172, event_id: 97, interaction_type: "comment", content: null, interaction_time: new Date("1996-11-30T09:31:59Z"), likes_count: 54 },
            { id: 121, user_id: 160, event_id: 123, interaction_type: "comment", content: null, interaction_time: new Date("122-11-30 14:39:42"), likes_count: 47 },
            { id: 122, user_id: 151, event_id: 48, interaction_type: "poll_response", content: "Flagged as standard. An operator escalated the claim.", interaction_time: new Date("1947-11-30T19:30:31Z"), likes_count: 64 },
            { id: 123, user_id: 76, event_id: 199, interaction_type: "comment", content: null, interaction_time: new Date("198-11-30 16:05:28"), likes_count: 47 },
            { id: 124, user_id: 152, event_id: 271, interaction_type: "poll_response", content: "A duplicate follow-up: the request was refunded.", interaction_time: new Date("270-11-30 17:28:39"), likes_count: 61 },
            { id: 125, user_id: 117, event_id: 249, interaction_type: "comment", content: null, interaction_time: new Date("248-11-30 00:30:09"), likes_count: 72 },
            { id: 126, user_id: 14, event_id: 239, interaction_type: "comment", content: null, interaction_time: new Date("238-11-30 14:13:19"), likes_count: 42 },
            { id: 127, user_id: 23, event_id: 15, interaction_type: "poll_response", content: "Flagged as standard. The customer cancelled the shipment.", interaction_time: new Date("1914-11-30T10:35:58Z"), likes_count: 54 },
            { id: 128, user_id: 48, event_id: 109, interaction_type: "comment", content: null, interaction_time: new Date("108-11-30 04:14:02"), likes_count: 74 },
            { id: 129, user_id: 8, event_id: 248, interaction_type: "poll_response", content: "An operator asked for a change and the invoice was approved.", interaction_time: new Date("247-11-30 20:42:25"), likes_count: 61 },
            { id: 130, user_id: 137, event_id: 135, interaction_type: "poll_response", content: "The account owner reported a partial issue; the ticket was refunded.", interaction_time: new Date("134-11-30 21:07:47"), likes_count: 43 },
            { id: 131, user_id: 142, event_id: 180, interaction_type: "comment", content: null, interaction_time: new Date("179-11-30 17:04:17"), likes_count: 64 },
            { id: 132, user_id: 193, event_id: 215, interaction_type: "comment", content: null, interaction_time: new Date("214-11-30 03:33:39"), likes_count: 36 },
            { id: 133, user_id: 94, event_id: 19, interaction_type: "poll_response", content: "The customer confirmed the details and the record was rejected.", interaction_time: new Date("1918-11-30T05:02:19Z"), likes_count: 67 },
            { id: 134, user_id: 198, event_id: 21, interaction_type: "comment", content: null, interaction_time: new Date("1920-11-30T18:18:06Z"), likes_count: 38 },
            { id: 135, user_id: 175, event_id: 175, interaction_type: "comment", content: null, interaction_time: new Date("174-11-30 13:17:37"), likes_count: 60 },
            { id: 136, user_id: 20, event_id: 148, interaction_type: "comment", content: null, interaction_time: new Date("147-11-30 16:56:34"), likes_count: 27 },
            { id: 137, user_id: 70, event_id: 179, interaction_type: "comment", content: null, interaction_time: new Date("178-11-30 03:14:53"), likes_count: 57 },
            { id: 138, user_id: 86, event_id: 221, interaction_type: "poll_response", content: "The customer reported a late issue; the booking was processed.", interaction_time: new Date("220-11-30 14:41:52"), likes_count: 16 },
            { id: 139, user_id: 153, event_id: 90, interaction_type: "comment", content: null, interaction_time: new Date("1989-11-30T20:21:09Z"), likes_count: 40 },
            { id: 140, user_id: 36, event_id: 218, interaction_type: "comment", content: null, interaction_time: new Date("217-11-30 21:21:21"), likes_count: 35 },
            { id: 141, user_id: 6, event_id: 71, interaction_type: "comment", content: null, interaction_time: new Date("1970-11-30T03:23:37Z"), likes_count: 60 },
            { id: 142, user_id: 36, event_id: 144, interaction_type: "comment", content: null, interaction_time: new Date("143-11-30 13:54:14"), likes_count: 61 },
            { id: 143, user_id: 38, event_id: 88, interaction_type: "poll_response", content: "Flagged as repeat. The customer replaced the appointment.", interaction_time: new Date("1987-11-30T11:22:20Z"), likes_count: 52 },
            { id: 144, user_id: 91, event_id: 250, interaction_type: "poll_response", content: "The team asked for a change and the claim was updated.", interaction_time: new Date("249-11-30 19:22:14"), likes_count: 62 },
            { id: 145, user_id: 24, event_id: 289, interaction_type: "poll_response", content: "The session was reopened following an urgent review.", interaction_time: new Date("288-11-30 20:18:53"), likes_count: 58 },
            { id: 146, user_id: 158, event_id: 19, interaction_type: "comment", content: null, interaction_time: new Date("1918-11-30T21:01:16Z"), likes_count: 52 },
            { id: 147, user_id: 14, event_id: 141, interaction_type: "comment", content: null, interaction_time: new Date("140-11-30 05:08:14"), likes_count: 52 },
            { id: 148, user_id: 137, event_id: 48, interaction_type: "comment", content: null, interaction_time: new Date("1947-11-30T21:07:47Z"), likes_count: 61 },
            { id: 149, user_id: 116, event_id: 232, interaction_type: "comment", content: null, interaction_time: new Date("231-11-30 21:03:33"), likes_count: 56 },
            { id: 150, user_id: 81, event_id: 46, interaction_type: "comment", content: null, interaction_time: new Date("1945-11-30T04:49:58Z"), likes_count: 25 },
            { id: 151, user_id: 117, event_id: 299, interaction_type: "comment", content: null, interaction_time: new Date("298-11-30 01:20:16"), likes_count: 46 },
            { id: 152, user_id: 55, event_id: 123, interaction_type: "comment", content: null, interaction_time: new Date("122-11-30 05:13:45"), likes_count: 55 },
            { id: 153, user_id: 7, event_id: 277, interaction_type: "comment", content: null, interaction_time: new Date("276-11-30 13:06:17"), likes_count: 60 },
            { id: 154, user_id: 200, event_id: 219, interaction_type: "comment", content: null, interaction_time: new Date("218-11-30 10:04:46"), likes_count: 45 },
            { id: 155, user_id: 137, event_id: 252, interaction_type: "comment", content: null, interaction_time: new Date("251-11-30 09:23:23"), likes_count: 55 },
            { id: 156, user_id: 121, event_id: 266, interaction_type: "comment", content: null, interaction_time: new Date("265-11-30 05:21:16"), likes_count: 49 },
            { id: 157, user_id: 84, event_id: 33, interaction_type: "comment", content: null, interaction_time: new Date("1932-11-30T03:47:40Z"), likes_count: 65 },
            { id: 158, user_id: 98, event_id: 88, interaction_type: "comment", content: null, interaction_time: new Date("1987-11-30T17:03:02Z"), likes_count: 51 },
            { id: 159, user_id: 88, event_id: 137, interaction_type: "poll_response", content: "The account was approved — automatic case, no further action.", interaction_time: new Date("136-11-30 10:24:09"), likes_count: 45 },
            { id: 160, user_id: 138, event_id: 72, interaction_type: "comment", content: null, interaction_time: new Date("1971-11-30T15:46:14Z"), likes_count: 65 },
            { id: 161, user_id: 73, event_id: 226, interaction_type: "comment", content: null, interaction_time: new Date("225-11-30 04:21:57"), likes_count: 61 },
            { id: 162, user_id: 7, event_id: 230, interaction_type: "poll_response", content: "The reviewer reported a duplicate issue; the shipment was completed.", interaction_time: new Date("229-11-30 12:32:42"), likes_count: 77 },
            { id: 163, user_id: 52, event_id: 128, interaction_type: "comment", content: null, interaction_time: new Date("127-11-30 20:30:17"), likes_count: 41 },
            { id: 164, user_id: 66, event_id: 20, interaction_type: "comment", content: null, interaction_time: new Date("1919-11-30T20:25:42Z"), likes_count: 50 },
            { id: 165, user_id: 69, event_id: 23, interaction_type: "comment", content: null, interaction_time: new Date("1922-11-30T21:58:20Z"), likes_count: 60 },
            { id: 166, user_id: 104, event_id: 76, interaction_type: "poll_response", content: "No response from the team, so the ticket was processed.", interaction_time: new Date("1975-11-30T18:40:06Z"), likes_count: 46 },
            { id: 167, user_id: 173, event_id: 150, interaction_type: "comment", content: null, interaction_time: new Date("149-11-30 02:36:26"), likes_count: 36 },
            { id: 168, user_id: 67, event_id: 251, interaction_type: "comment", content: null, interaction_time: new Date("250-11-30 20:59:46"), likes_count: 79 },
            { id: 169, user_id: 51, event_id: 87, interaction_type: "comment", content: null, interaction_time: new Date("1986-11-30T10:40:52Z"), likes_count: 66 },
            { id: 170, user_id: 5, event_id: 174, interaction_type: "comment", content: null, interaction_time: new Date("173-11-30 10:24:25"), likes_count: 32 },
            { id: 171, user_id: 55, event_id: 212, interaction_type: "comment", content: null, interaction_time: new Date("211-11-30 14:16:48"), likes_count: 56 },
            { id: 172, user_id: 70, event_id: 142, interaction_type: "poll_response", content: "A late booking was rejected the same day.", interaction_time: new Date("141-11-30 22:47:09"), likes_count: 38 },
            { id: 173, user_id: 29, event_id: 240, interaction_type: "comment", content: null, interaction_time: new Date("239-11-30 15:56:38"), likes_count: 61 },
            { id: 174, user_id: 113, event_id: 103, interaction_type: "comment", content: null, interaction_time: new Date("102-11-30 18:11:10"), likes_count: 36 },
            { id: 175, user_id: 144, event_id: 211, interaction_type: "poll_response", content: "Flagged as routine. An operator updated the session.", interaction_time: new Date("210-11-30 16:35:02"), likes_count: 46 },
            { id: 176, user_id: 66, event_id: 160, interaction_type: "comment", content: null, interaction_time: new Date("159-11-30 15:09:12"), likes_count: 23 },
            { id: 177, user_id: 195, event_id: 220, interaction_type: "comment", content: null, interaction_time: new Date("219-11-30 12:11:15"), likes_count: 49 },
            { id: 178, user_id: 190, event_id: 102, interaction_type: "comment", content: null, interaction_time: new Date("101-11-30 08:14:15"), likes_count: 55 },
            { id: 179, user_id: 174, event_id: 277, interaction_type: "poll_response", content: "The order was refunded after a routine check.", interaction_time: new Date("276-11-30 14:12:14"), likes_count: 49 },
            { id: 180, user_id: 179, event_id: 59, interaction_type: "comment", content: null, interaction_time: new Date("1958-11-30T11:17:11Z"), likes_count: 77 },
            { id: 181, user_id: 103, event_id: 156, interaction_type: "comment", content: null, interaction_time: new Date("155-11-30 15:04:22"), likes_count: 30 },
            { id: 182, user_id: 28, event_id: 178, interaction_type: "comment", content: null, interaction_time: new Date("177-11-30 20:58:28"), likes_count: 40 },
            { id: 183, user_id: 95, event_id: 51, interaction_type: "comment", content: null, interaction_time: new Date("1950-11-30T19:19:48Z"), likes_count: 57 },
            { id: 184, user_id: 4, event_id: 190, interaction_type: "comment", content: null, interaction_time: new Date("189-11-30 14:18:25"), likes_count: 61 },
            { id: 185, user_id: 7, event_id: 128, interaction_type: "comment", content: null, interaction_time: new Date("127-11-30 11:49:51"), likes_count: 55 },
            { id: 186, user_id: 69, event_id: 191, interaction_type: "comment", content: null, interaction_time: new Date("190-11-30 12:28:40"), likes_count: 42 },
            { id: 187, user_id: 17, event_id: 11, interaction_type: "comment", content: null, interaction_time: new Date("1910-11-30T13:08:45Z"), likes_count: 75 },
            { id: 188, user_id: 142, event_id: 161, interaction_type: "comment", content: null, interaction_time: new Date("160-11-30 19:16:25"), likes_count: 62 },
            { id: 189, user_id: 104, event_id: 298, interaction_type: "poll_response", content: "The item was resolved following an unusual review.", interaction_time: new Date("297-11-30 03:03:26"), likes_count: 45 },
            { id: 190, user_id: 90, event_id: 160, interaction_type: "comment", content: null, interaction_time: new Date("159-11-30 20:11:23"), likes_count: 57 },
            { id: 191, user_id: 173, event_id: 221, interaction_type: "poll_response", content: "A late shipment was escalated the same day.", interaction_time: new Date("220-11-30 06:22:36"), likes_count: 68 },
            { id: 192, user_id: 127, event_id: 157, interaction_type: "comment", content: null, interaction_time: new Date("156-11-30 05:09:27"), likes_count: 65 },
            { id: 193, user_id: 81, event_id: 55, interaction_type: "comment", content: null, interaction_time: new Date("1954-11-30T19:23:44Z"), likes_count: 49 },
            { id: 194, user_id: 113, event_id: 10, interaction_type: "poll_response", content: "An operator asked for a change and the order was confirmed.", interaction_time: new Date("1909-11-30T09:18:58Z"), likes_count: 60 },
            { id: 195, user_id: 193, event_id: 207, interaction_type: "comment", content: null, interaction_time: new Date("206-11-30 15:25:29"), likes_count: 63 },
            { id: 196, user_id: 187, event_id: 141, interaction_type: "comment", content: null, interaction_time: new Date("140-11-30 12:17:40"), likes_count: 46 },
            { id: 197, user_id: 191, event_id: 85, interaction_type: "comment", content: null, interaction_time: new Date("1984-11-30T11:11:44Z"), likes_count: 61 },
            { id: 198, user_id: 80, event_id: 219, interaction_type: "comment", content: null, interaction_time: new Date("218-11-30 11:39:14"), likes_count: 28 },
            { id: 199, user_id: 101, event_id: 154, interaction_type: "comment", content: null, interaction_time: new Date("153-11-30 03:46:54"), likes_count: 38 },
            { id: 200, user_id: 22, event_id: 136, interaction_type: "comment", content: null, interaction_time: new Date("135-11-30 01:33:44"), likes_count: 56 },
            { id: 201, user_id: 64, event_id: 84, interaction_type: "poll_response", content: "The payment was closed — routine case, no further action.", interaction_time: new Date("1983-11-30T22:21:35Z"), likes_count: 48 },
            { id: 202, user_id: 125, event_id: 89, interaction_type: "comment", content: null, interaction_time: new Date("1988-11-30T14:50:48Z"), likes_count: 53 },
            { id: 203, user_id: 97, event_id: 134, interaction_type: "comment", content: null, interaction_time: new Date("133-11-30 20:47:43"), likes_count: 41 },
            { id: 204, user_id: 98, event_id: 222, interaction_type: "comment", content: null, interaction_time: new Date("221-11-30 16:52:35"), likes_count: 44 },
            { id: 205, user_id: 145, event_id: 87, interaction_type: "comment", content: null, interaction_time: new Date("1986-11-30T00:30:24Z"), likes_count: 58 },
            { id: 206, user_id: 78, event_id: 55, interaction_type: "poll_response", content: "No response from the customer, so the delivery was rescheduled.", interaction_time: new Date("1954-11-30T14:34:09Z"), likes_count: 57 },
            { id: 207, user_id: 152, event_id: 125, interaction_type: "comment", content: null, interaction_time: new Date("124-11-30 13:51:34"), likes_count: 19 },
            { id: 208, user_id: 155, event_id: 276, interaction_type: "comment", content: null, interaction_time: new Date("275-11-30 05:20:05"), likes_count: 63 },
            { id: 209, user_id: 22, event_id: 164, interaction_type: "comment", content: null, interaction_time: new Date("163-11-30 11:43:16"), likes_count: 28 },
            { id: 210, user_id: 100, event_id: 168, interaction_type: "comment", content: null, interaction_time: new Date("167-11-30 16:15:28"), likes_count: 42 },
            { id: 211, user_id: 50, event_id: 165, interaction_type: "comment", content: null, interaction_time: new Date("164-11-30 17:35:33"), likes_count: 63 },
            { id: 212, user_id: 114, event_id: 135, interaction_type: "poll_response", content: "The customer asked for a change and the refund was approved.", interaction_time: new Date("134-11-30 18:16:42"), likes_count: 55 },
            { id: 213, user_id: 135, event_id: 36, interaction_type: "comment", content: null, interaction_time: new Date("1935-11-30T18:08:18Z"), likes_count: 77 },
            { id: 214, user_id: 120, event_id: 107, interaction_type: "comment", content: null, interaction_time: new Date("106-11-30 10:07:54"), likes_count: 72 },
            { id: 215, user_id: 115, event_id: 280, interaction_type: "comment", content: null, interaction_time: new Date("279-11-30 02:51:19"), likes_count: 68 },
            { id: 216, user_id: 139, event_id: 120, interaction_type: "comment", content: null, interaction_time: new Date("119-11-30 14:23:59"), likes_count: 60 },
            { id: 217, user_id: 14, event_id: 280, interaction_type: "comment", content: null, interaction_time: new Date("279-11-30 01:15:31"), likes_count: 58 },
            { id: 218, user_id: 103, event_id: 77, interaction_type: "comment", content: null, interaction_time: new Date("1976-11-30T05:45:35Z"), likes_count: 64 },
            { id: 219, user_id: 180, event_id: 285, interaction_type: "comment", content: null, interaction_time: new Date("284-11-30 15:51:35"), likes_count: 39 },
            { id: 220, user_id: 158, event_id: 175, interaction_type: "comment", content: null, interaction_time: new Date("174-11-30 19:12:15"), likes_count: 22 },
            { id: 221, user_id: 27, event_id: 295, interaction_type: "comment", content: null, interaction_time: new Date("294-11-30 01:42:23"), likes_count: 44 },
            { id: 222, user_id: 158, event_id: 109, interaction_type: "comment", content: null, interaction_time: new Date("108-11-30 23:47:46"), likes_count: 44 },
            { id: 223, user_id: 122, event_id: 205, interaction_type: "comment", content: null, interaction_time: new Date("204-11-30 03:01:47"), likes_count: 50 },
            { id: 224, user_id: 65, event_id: 189, interaction_type: "poll_response", content: "An unusual follow-up: the account was cancelled.", interaction_time: new Date("188-11-30 16:08:08"), likes_count: 42 },
            { id: 225, user_id: 168, event_id: 84, interaction_type: "comment", content: null, interaction_time: new Date("1983-11-30T10:59:59Z"), likes_count: 79 },
            { id: 226, user_id: 32, event_id: 280, interaction_type: "comment", content: null, interaction_time: new Date("279-11-30 17:53:58"), likes_count: 38 },
            { id: 227, user_id: 46, event_id: 89, interaction_type: "comment", content: null, interaction_time: new Date("1988-11-30T23:05:22Z"), likes_count: 46 },
            { id: 228, user_id: 54, event_id: 14, interaction_type: "comment", content: null, interaction_time: new Date("1913-11-30T07:35:40Z"), likes_count: 46 },
            { id: 229, user_id: 52, event_id: 74, interaction_type: "comment", content: null, interaction_time: new Date("1973-11-30T12:26:44Z"), likes_count: 19 },
            { id: 230, user_id: 107, event_id: 110, interaction_type: "comment", content: null, interaction_time: new Date("109-11-30 16:21:30"), likes_count: 72 },
            { id: 231, user_id: 45, event_id: 191, interaction_type: "poll_response", content: "A partial follow-up: the item was processed.", interaction_time: new Date("190-11-30 11:57:53"), likes_count: 81 },
            { id: 232, user_id: 38, event_id: 104, interaction_type: "comment", content: null, interaction_time: new Date("103-11-30 05:22:36"), likes_count: 52 },
            { id: 233, user_id: 4, event_id: 264, interaction_type: "comment", content: null, interaction_time: new Date("263-11-30 01:01:28"), likes_count: 34 },
            { id: 234, user_id: 64, event_id: 299, interaction_type: "comment", content: null, interaction_time: new Date("298-11-30 05:18:27"), likes_count: 46 },
            { id: 235, user_id: 144, event_id: 122, interaction_type: "comment", content: null, interaction_time: new Date("121-11-30 07:13:51"), likes_count: 38 },
            { id: 236, user_id: 190, event_id: 107, interaction_type: "comment", content: null, interaction_time: new Date("106-11-30 22:21:08"), likes_count: 43 },
            { id: 237, user_id: 131, event_id: 118, interaction_type: "poll_response", content: "The customer asked for a change and the request was reopened.", interaction_time: new Date("117-11-30 14:23:24"), likes_count: 63 },
            { id: 238, user_id: 200, event_id: 199, interaction_type: "comment", content: null, interaction_time: new Date("198-11-30 23:36:45"), likes_count: 55 },
            { id: 239, user_id: 52, event_id: 186, interaction_type: "comment", content: null, interaction_time: new Date("185-11-30 19:16:02"), likes_count: 61 },
            { id: 240, user_id: 38, event_id: 192, interaction_type: "poll_response", content: "A repeat request was closed the same day.", interaction_time: new Date("191-11-30 14:07:47"), likes_count: 47 },
            { id: 241, user_id: 129, event_id: 266, interaction_type: "comment", content: null, interaction_time: new Date("265-11-30 03:00:46"), likes_count: 46 },
            { id: 242, user_id: 10, event_id: 265, interaction_type: "comment", content: null, interaction_time: new Date("264-11-30 08:37:21"), likes_count: 58 },
            { id: 243, user_id: 81, event_id: 28, interaction_type: "comment", content: null, interaction_time: new Date("1927-11-30T00:35:13Z"), likes_count: 22 },
            { id: 244, user_id: 185, event_id: 264, interaction_type: "comment", content: null, interaction_time: new Date("263-11-30 23:55:44"), likes_count: 63 },
            { id: 245, user_id: 179, event_id: 129, interaction_type: "comment", content: null, interaction_time: new Date("128-11-30 19:16:23"), likes_count: 42 },
            { id: 246, user_id: 197, event_id: 151, interaction_type: "comment", content: null, interaction_time: new Date("150-11-30 17:11:28"), likes_count: 64 },
            { id: 247, user_id: 88, event_id: 97, interaction_type: "comment", content: null, interaction_time: new Date("1996-11-30T18:14:55Z"), likes_count: 57 },
            { id: 248, user_id: 57, event_id: 68, interaction_type: "poll_response", content: "No response from an operator, so the order was resolved.", interaction_time: new Date("1967-11-30T11:08:02Z"), likes_count: 45 },
            { id: 249, user_id: 44, event_id: 182, interaction_type: "comment", content: null, interaction_time: new Date("181-11-30 19:44:48"), likes_count: 33 },
            { id: 250, user_id: 72, event_id: 300, interaction_type: "comment", content: null, interaction_time: new Date("299-11-30 19:20:50"), likes_count: 70 },
            { id: 251, user_id: 191, event_id: 238, interaction_type: "comment", content: null, interaction_time: new Date("237-11-30 21:29:18"), likes_count: 65 },
            { id: 252, user_id: 125, event_id: 116, interaction_type: "comment", content: null, interaction_time: new Date("115-11-30 06:01:45"), likes_count: 63 },
            { id: 253, user_id: 150, event_id: 203, interaction_type: "comment", content: null, interaction_time: new Date("202-11-30 10:41:13"), likes_count: 81 },
            { id: 254, user_id: 117, event_id: 181, interaction_type: "comment", content: null, interaction_time: new Date("180-11-30 07:38:47"), likes_count: 58 },
            { id: 255, user_id: 85, event_id: 147, interaction_type: "comment", content: null, interaction_time: new Date("146-11-30 17:58:19"), likes_count: 45 },
            { id: 256, user_id: 170, event_id: 247, interaction_type: "comment", content: null, interaction_time: new Date("246-11-30 01:21:40"), likes_count: 38 },
            { id: 257, user_id: 29, event_id: 28, interaction_type: "poll_response", content: "Support confirmed the details and the record was approved.", interaction_time: new Date("1927-11-30T11:35:03Z"), likes_count: 53 },
            { id: 258, user_id: 8, event_id: 254, interaction_type: "poll_response", content: "A late follow-up: the payment was delayed.", interaction_time: new Date("253-11-30 00:09:00"), likes_count: 78 },
            { id: 259, user_id: 3, event_id: 39, interaction_type: "comment", content: null, interaction_time: new Date("1938-11-30T19:35:43Z"), likes_count: 54 },
            { id: 260, user_id: 26, event_id: 23, interaction_type: "poll_response", content: "The reviewer confirmed the details and the item was replaced.", interaction_time: new Date("1922-11-30T04:18:27Z"), likes_count: 66 },
            { id: 261, user_id: 10, event_id: 37, interaction_type: "comment", content: null, interaction_time: new Date("1936-11-30T22:52:43Z"), likes_count: 60 },
            { id: 262, user_id: 13, event_id: 284, interaction_type: "poll_response", content: "The payment was confirmed after a duplicate check.", interaction_time: new Date("283-11-30 09:31:13"), likes_count: 57 },
            { id: 263, user_id: 5, event_id: 94, interaction_type: "poll_response", content: "The account was updated — automatic case, no further action.", interaction_time: new Date("1993-11-30T08:50:17Z"), likes_count: 39 },
            { id: 264, user_id: 113, event_id: 282, interaction_type: "comment", content: null, interaction_time: new Date("281-11-30 10:31:04"), likes_count: 66 },
            { id: 265, user_id: 18, event_id: 59, interaction_type: "poll_response", content: "The claim was cancelled following a routine review.", interaction_time: new Date("1958-11-30T10:20:07Z"), likes_count: 52 },
            { id: 266, user_id: 58, event_id: 282, interaction_type: "comment", content: null, interaction_time: new Date("281-11-30 09:45:52"), likes_count: 50 },
            { id: 267, user_id: 162, event_id: 210, interaction_type: "comment", content: null, interaction_time: new Date("209-11-30 08:05:53"), likes_count: 29 },
            { id: 268, user_id: 137, event_id: 233, interaction_type: "comment", content: null, interaction_time: new Date("232-11-30 16:54:58"), likes_count: 82 },
            { id: 269, user_id: 172, event_id: 189, interaction_type: "comment", content: null, interaction_time: new Date("188-11-30 06:48:47"), likes_count: 49 },
            { id: 270, user_id: 114, event_id: 21, interaction_type: "comment", content: null, interaction_time: new Date("1920-11-30T12:10:59Z"), likes_count: 44 },
            { id: 271, user_id: 109, event_id: 54, interaction_type: "comment", content: null, interaction_time: new Date("1953-11-30T21:04:52Z"), likes_count: 60 },
            { id: 272, user_id: 17, event_id: 183, interaction_type: "comment", content: null, interaction_time: new Date("182-11-30 14:43:05"), likes_count: 71 },
            { id: 273, user_id: 152, event_id: 255, interaction_type: "comment", content: null, interaction_time: new Date("254-11-30 04:28:59"), likes_count: 82 },
            { id: 274, user_id: 18, event_id: 180, interaction_type: "comment", content: null, interaction_time: new Date("179-11-30 08:54:44"), likes_count: 41 },
            { id: 275, user_id: 141, event_id: 22, interaction_type: "comment", content: null, interaction_time: new Date("1921-11-30T23:00:14Z"), likes_count: 70 },
            { id: 276, user_id: 12, event_id: 122, interaction_type: "comment", content: null, interaction_time: new Date("121-11-30 09:06:07"), likes_count: 64 },
            { id: 277, user_id: 153, event_id: 177, interaction_type: "comment", content: null, interaction_time: new Date("176-11-30 13:23:20"), likes_count: 31 },
            { id: 278, user_id: 100, event_id: 147, interaction_type: "comment", content: null, interaction_time: new Date("146-11-30 06:16:50"), likes_count: 27 },
            { id: 279, user_id: 40, event_id: 130, interaction_type: "poll_response", content: "The customer reported a repeat issue; the report was approved.", interaction_time: new Date("129-11-30 07:03:59"), likes_count: 63 },
            { id: 280, user_id: 11, event_id: 284, interaction_type: "poll_response", content: "Flagged as automatic. Support processed the shipment.", interaction_time: new Date("283-11-30 04:33:17"), likes_count: 20 },
            { id: 281, user_id: 15, event_id: 100, interaction_type: "comment", content: null, interaction_time: new Date("99-11-30 18:40:59"), likes_count: 54 },
            { id: 282, user_id: 176, event_id: 271, interaction_type: "comment", content: null, interaction_time: new Date("270-11-30 03:02:48"), likes_count: 55 },
            { id: 283, user_id: 199, event_id: 2, interaction_type: "comment", content: null, interaction_time: new Date("1901-11-30T12:40:33Z"), likes_count: 50 },
            { id: 284, user_id: 136, event_id: 7, interaction_type: "comment", content: null, interaction_time: new Date("1906-11-30T11:08:13Z"), likes_count: 36 },
            { id: 285, user_id: 179, event_id: 31, interaction_type: "comment", content: null, interaction_time: new Date("1930-11-30T10:17:47Z"), likes_count: 34 },
            { id: 286, user_id: 15, event_id: 274, interaction_type: "comment", content: null, interaction_time: new Date("273-11-30 16:41:18"), likes_count: 54 },
            { id: 287, user_id: 130, event_id: 199, interaction_type: "comment", content: null, interaction_time: new Date("198-11-30 00:42:55"), likes_count: 63 },
            { id: 288, user_id: 104, event_id: 99, interaction_type: "comment", content: null, interaction_time: new Date("1998-11-30T12:44:14Z"), likes_count: 63 },
            { id: 289, user_id: 130, event_id: 169, interaction_type: "comment", content: null, interaction_time: new Date("168-11-30 21:27:44"), likes_count: 61 },
            { id: 290, user_id: 69, event_id: 42, interaction_type: "comment", content: null, interaction_time: new Date("1941-11-30T20:40:09Z"), likes_count: 42 },
            { id: 291, user_id: 116, event_id: 11, interaction_type: "comment", content: null, interaction_time: new Date("1910-11-30T05:49:15Z"), likes_count: 53 },
            { id: 292, user_id: 69, event_id: 24, interaction_type: "comment", content: null, interaction_time: new Date("1923-11-30T14:31:04Z"), likes_count: 38 },
            { id: 293, user_id: 88, event_id: 5, interaction_type: "comment", content: null, interaction_time: new Date("1904-11-30T07:06:36Z"), likes_count: 83 },
            { id: 294, user_id: 88, event_id: 194, interaction_type: "comment", content: null, interaction_time: new Date("193-11-30 23:02:54"), likes_count: 87 },
            { id: 295, user_id: 151, event_id: 68, interaction_type: "poll_response", content: "The account owner confirmed the details and the item was approved.", interaction_time: new Date("1967-11-30T19:32:32Z"), likes_count: 56 },
            { id: 296, user_id: 186, event_id: 225, interaction_type: "comment", content: null, interaction_time: new Date("224-11-30 22:11:05"), likes_count: 36 },
            { id: 297, user_id: 112, event_id: 262, interaction_type: "comment", content: null, interaction_time: new Date("261-11-30 05:44:17"), likes_count: 63 },
            { id: 298, user_id: 127, event_id: 32, interaction_type: "comment", content: null, interaction_time: new Date("1931-11-30T14:46:35Z"), likes_count: 48 },
            { id: 299, user_id: 89, event_id: 255, interaction_type: "poll_response", content: "A manual follow-up: the claim was updated.", interaction_time: new Date("254-11-30 05:15:14"), likes_count: 46 },
            { id: 300, user_id: 173, event_id: 274, interaction_type: "poll_response", content: "Flagged as standard. The team rescheduled the record.", interaction_time: new Date("273-11-30 01:43:41"), likes_count: 27 },
            { id: 301, user_id: 76, event_id: 275, interaction_type: "comment", content: null, interaction_time: new Date("274-11-30 20:46:49"), likes_count: 73 },
            { id: 302, user_id: 148, event_id: 275, interaction_type: "poll_response", content: "The shipment was processed after a duplicate check.", interaction_time: new Date("274-11-30 20:31:18"), likes_count: 70 },
            { id: 303, user_id: 164, event_id: 88, interaction_type: "comment", content: null, interaction_time: new Date("1987-11-30T10:10:24Z"), likes_count: 55 },
            { id: 304, user_id: 108, event_id: 48, interaction_type: "comment", content: null, interaction_time: new Date("1947-11-30T12:50:50Z"), likes_count: 36 },
            { id: 305, user_id: 124, event_id: 194, interaction_type: "comment", content: null, interaction_time: new Date("193-11-30 13:15:42"), likes_count: 40 },
            { id: 306, user_id: 102, event_id: 93, interaction_type: "comment", content: null, interaction_time: new Date("1992-11-30T00:38:00Z"), likes_count: 53 },
            { id: 307, user_id: 64, event_id: 156, interaction_type: "poll_response", content: "A partial follow-up: the claim was delayed.", interaction_time: new Date("155-11-30 23:53:03"), likes_count: 20 },
            { id: 308, user_id: 11, event_id: 194, interaction_type: "comment", content: null, interaction_time: new Date("193-11-30 23:02:18"), likes_count: 38 },
            { id: 309, user_id: 14, event_id: 175, interaction_type: "comment", content: null, interaction_time: new Date("174-11-30 19:35:37"), likes_count: 81 },
            { id: 310, user_id: 88, event_id: 268, interaction_type: "poll_response", content: "A partial follow-up: the invoice was refunded.", interaction_time: new Date("267-11-30 11:16:23"), likes_count: 43 },
            { id: 311, user_id: 51, event_id: 236, interaction_type: "comment", content: null, interaction_time: new Date("235-11-30 22:17:38"), likes_count: 62 },
            { id: 312, user_id: 12, event_id: 37, interaction_type: "poll_response", content: "An operator asked for a change and the session was refunded.", interaction_time: new Date("1936-11-30T08:58:36Z"), likes_count: 25 },
            { id: 313, user_id: 44, event_id: 290, interaction_type: "comment", content: null, interaction_time: new Date("289-11-30 09:48:08"), likes_count: 45 },
            { id: 314, user_id: 97, event_id: 95, interaction_type: "poll_response", content: "The delivery was cancelled — partial case, no further action.", interaction_time: new Date("1994-11-30T01:56:34Z"), likes_count: 37 },
            { id: 315, user_id: 192, event_id: 173, interaction_type: "comment", content: null, interaction_time: new Date("172-11-30 11:48:28"), likes_count: 50 },
            { id: 316, user_id: 22, event_id: 269, interaction_type: "comment", content: null, interaction_time: new Date("268-11-30 19:17:21"), likes_count: 24 },
            { id: 317, user_id: 34, event_id: 299, interaction_type: "poll_response", content: "An unusual follow-up: the payment was updated.", interaction_time: new Date("298-11-30 15:44:35"), likes_count: 37 },
            { id: 318, user_id: 196, event_id: 213, interaction_type: "comment", content: null, interaction_time: new Date("212-11-30 10:01:56"), likes_count: 55 },
            { id: 319, user_id: 132, event_id: 141, interaction_type: "comment", content: null, interaction_time: new Date("140-11-30 18:57:43"), likes_count: 48 },
            { id: 320, user_id: 8, event_id: 33, interaction_type: "poll_response", content: "No response from the team, so the item was processed.", interaction_time: new Date("1932-11-30T00:20:23Z"), likes_count: 43 },
            { id: 321, user_id: 62, event_id: 110, interaction_type: "comment", content: null, interaction_time: new Date("109-11-30 11:12:46"), likes_count: 63 },
            { id: 322, user_id: 157, event_id: 229, interaction_type: "comment", content: null, interaction_time: new Date("228-11-30 17:34:40"), likes_count: 53 },
            { id: 323, user_id: 11, event_id: 217, interaction_type: "comment", content: null, interaction_time: new Date("216-11-30 03:45:40"), likes_count: 20 },
            { id: 324, user_id: 143, event_id: 235, interaction_type: "comment", content: null, interaction_time: new Date("234-11-30 17:40:42"), likes_count: 63 },
            { id: 325, user_id: 31, event_id: 244, interaction_type: "comment", content: null, interaction_time: new Date("243-11-30 07:27:42"), likes_count: 59 },
            { id: 326, user_id: 130, event_id: 113, interaction_type: "poll_response", content: "The shipment was rejected following a repeat review.", interaction_time: new Date("112-11-30 14:42:24"), likes_count: 16 },
            { id: 327, user_id: 50, event_id: 21, interaction_type: "poll_response", content: "The account owner reported a minor issue; the booking was refunded.", interaction_time: new Date("1920-11-30T19:04:11Z"), likes_count: 56 },
            { id: 328, user_id: 157, event_id: 269, interaction_type: "poll_response", content: "The document was delayed following a manual review.", interaction_time: new Date("268-11-30 09:01:29"), likes_count: 34 },
            { id: 329, user_id: 137, event_id: 20, interaction_type: "poll_response", content: "No response from the customer, so the claim was resolved.", interaction_time: new Date("1919-11-30T01:18:43Z"), likes_count: 51 },
            { id: 330, user_id: 80, event_id: 287, interaction_type: "comment", content: null, interaction_time: new Date("286-11-30 10:12:45"), likes_count: 77 },
            { id: 331, user_id: 7, event_id: 128, interaction_type: "poll_response", content: "The booking was updated — partial case, no further action.", interaction_time: new Date("127-11-30 10:51:30"), likes_count: 51 },
            { id: 332, user_id: 85, event_id: 65, interaction_type: "comment", content: null, interaction_time: new Date("1964-11-30T17:58:33Z"), likes_count: 60 },
            { id: 333, user_id: 98, event_id: 34, interaction_type: "comment", content: null, interaction_time: new Date("1933-11-30T07:15:33Z"), likes_count: 39 },
            { id: 334, user_id: 101, event_id: 245, interaction_type: "comment", content: null, interaction_time: new Date("244-11-30 12:17:06"), likes_count: 52 },
            { id: 335, user_id: 60, event_id: 27, interaction_type: "comment", content: null, interaction_time: new Date("1926-11-30T21:01:20Z"), likes_count: 41 },
            { id: 336, user_id: 165, event_id: 69, interaction_type: "comment", content: null, interaction_time: new Date("1968-11-30T17:59:25Z"), likes_count: 43 },
            { id: 337, user_id: 67, event_id: 231, interaction_type: "poll_response", content: "A manual request was confirmed the same day.", interaction_time: new Date("230-11-30 03:38:55"), likes_count: 56 },
            { id: 338, user_id: 92, event_id: 56, interaction_type: "comment", content: null, interaction_time: new Date("1955-11-30T21:35:48Z"), likes_count: 42 },
            { id: 339, user_id: 50, event_id: 189, interaction_type: "poll_response", content: "An incomplete follow-up: the record was escalated.", interaction_time: new Date("188-11-30 07:32:43"), likes_count: 57 },
            { id: 340, user_id: 92, event_id: 277, interaction_type: "comment", content: null, interaction_time: new Date("276-11-30 01:10:16"), likes_count: 75 },
            { id: 341, user_id: 78, event_id: 92, interaction_type: "comment", content: null, interaction_time: new Date("1991-11-30T05:15:15Z"), likes_count: 40 },
            { id: 342, user_id: 171, event_id: 58, interaction_type: "poll_response", content: "A duplicate order was delayed the same day.", interaction_time: new Date("1957-11-30T07:59:23Z"), likes_count: 34 },
            { id: 343, user_id: 152, event_id: 152, interaction_type: "poll_response", content: "The transfer was rescheduled after an unusual check.", interaction_time: new Date("151-11-30 11:12:56"), likes_count: 53 },
            { id: 344, user_id: 173, event_id: 29, interaction_type: "comment", content: null, interaction_time: new Date("1928-11-30T01:29:23Z"), likes_count: 83 },
            { id: 345, user_id: 192, event_id: 287, interaction_type: "comment", content: null, interaction_time: new Date("286-11-30 00:34:40"), likes_count: 44 },
            { id: 346, user_id: 31, event_id: 227, interaction_type: "comment", content: null, interaction_time: new Date("226-11-30 12:52:46"), likes_count: 48 },
            { id: 347, user_id: 54, event_id: 98, interaction_type: "comment", content: null, interaction_time: new Date("1997-11-30T07:06:50Z"), likes_count: 66 },
            { id: 348, user_id: 162, event_id: 44, interaction_type: "comment", content: null, interaction_time: new Date("1943-11-30T15:22:59Z"), likes_count: 51 },
            { id: 349, user_id: 132, event_id: 88, interaction_type: "poll_response", content: "The claim was reopened following a minor review.", interaction_time: new Date("1987-11-30T04:31:48Z"), likes_count: 51 },
            { id: 350, user_id: 119, event_id: 97, interaction_type: "comment", content: null, interaction_time: new Date("1996-11-30T07:18:10Z"), likes_count: 42 },
            { id: 351, user_id: 167, event_id: 194, interaction_type: "poll_response", content: "Flagged as minor. The courier cancelled the delivery.", interaction_time: new Date("193-11-30 19:11:32"), likes_count: 30 },
            { id: 352, user_id: 140, event_id: 191, interaction_type: "comment", content: null, interaction_time: new Date("190-11-30 05:08:50"), likes_count: 40 },
            { id: 353, user_id: 40, event_id: 101, interaction_type: "comment", content: null, interaction_time: new Date("100-11-30 09:16:00"), likes_count: 46 },
            { id: 354, user_id: 163, event_id: 262, interaction_type: "comment", content: null, interaction_time: new Date("261-11-30 07:40:02"), likes_count: 50 },
            { id: 355, user_id: 105, event_id: 113, interaction_type: "comment", content: null, interaction_time: new Date("112-11-30 00:33:56"), likes_count: 54 },
            { id: 356, user_id: 60, event_id: 143, interaction_type: "poll_response", content: "An urgent delivery was delayed the same day.", interaction_time: new Date("142-11-30 11:11:15"), likes_count: 32 },
            { id: 357, user_id: 41, event_id: 25, interaction_type: "comment", content: null, interaction_time: new Date("1924-11-30T03:53:59Z"), likes_count: 43 },
            { id: 358, user_id: 39, event_id: 164, interaction_type: "comment", content: null, interaction_time: new Date("163-11-30 11:11:14"), likes_count: 84 },
            { id: 359, user_id: 173, event_id: 205, interaction_type: "comment", content: null, interaction_time: new Date("204-11-30 19:29:42"), likes_count: 46 },
            { id: 360, user_id: 68, event_id: 268, interaction_type: "comment", content: null, interaction_time: new Date("267-11-30 05:29:12"), likes_count: 62 },
            { id: 361, user_id: 78, event_id: 108, interaction_type: "comment", content: null, interaction_time: new Date("107-11-30 08:47:09"), likes_count: 35 },
            { id: 362, user_id: 123, event_id: 35, interaction_type: "comment", content: null, interaction_time: new Date("1934-11-30T12:31:56Z"), likes_count: 50 },
            { id: 363, user_id: 16, event_id: 135, interaction_type: "comment", content: null, interaction_time: new Date("134-11-30 23:45:40"), likes_count: 42 },
            { id: 364, user_id: 183, event_id: 152, interaction_type: "comment", content: null, interaction_time: new Date("151-11-30 19:51:48"), likes_count: 63 },
            { id: 365, user_id: 86, event_id: 1, interaction_type: "comment", content: null, interaction_time: new Date("1900-11-30T15:03:01Z"), likes_count: 25 },
            { id: 366, user_id: 38, event_id: 195, interaction_type: "poll_response", content: "The supplier asked for a change and the delivery was closed.", interaction_time: new Date("194-11-30 10:46:28"), likes_count: 45 },
            { id: 367, user_id: 186, event_id: 41, interaction_type: "comment", content: null, interaction_time: new Date("1940-11-30T02:49:50Z"), likes_count: 20 },
            { id: 368, user_id: 116, event_id: 10, interaction_type: "poll_response", content: "Flagged as duplicate. The reviewer delayed the booking.", interaction_time: new Date("1909-11-30T00:59:10Z"), likes_count: 48 },
            { id: 369, user_id: 135, event_id: 85, interaction_type: "comment", content: null, interaction_time: new Date("1984-11-30T15:24:11Z"), likes_count: 39 },
            { id: 370, user_id: 26, event_id: 273, interaction_type: "comment", content: null, interaction_time: new Date("272-11-30 03:16:01"), likes_count: 29 },
            { id: 371, user_id: 144, event_id: 105, interaction_type: "poll_response", content: "The reviewer confirmed the details and the claim was replaced.", interaction_time: new Date("104-11-30 09:04:49"), likes_count: 67 },
            { id: 372, user_id: 160, event_id: 25, interaction_type: "comment", content: null, interaction_time: new Date("1924-11-30T03:51:07Z"), likes_count: 46 },
            { id: 373, user_id: 195, event_id: 163, interaction_type: "poll_response", content: "The claim was rejected after a standard check.", interaction_time: new Date("162-11-30 08:43:01"), likes_count: 42 },
            { id: 374, user_id: 65, event_id: 17, interaction_type: "poll_response", content: "The session was processed — incomplete case, no further action.", interaction_time: new Date("1916-11-30T07:24:19Z"), likes_count: 81 },
            { id: 375, user_id: 114, event_id: 24, interaction_type: "poll_response", content: "Flagged as minor. An operator replaced the shipment.", interaction_time: new Date("1923-11-30T17:16:25Z"), likes_count: 50 },
            { id: 376, user_id: 177, event_id: 34, interaction_type: "comment", content: null, interaction_time: new Date("1933-11-30T15:51:21Z"), likes_count: 56 },
            { id: 377, user_id: 73, event_id: 242, interaction_type: "poll_response", content: "The team asked for a change and the claim was cancelled.", interaction_time: new Date("241-11-30 13:32:25"), likes_count: 44 },
            { id: 378, user_id: 155, event_id: 65, interaction_type: "poll_response", content: "Flagged as minor. An operator completed the booking.", interaction_time: new Date("1964-11-30T02:30:19Z"), likes_count: 49 },
            { id: 379, user_id: 53, event_id: 229, interaction_type: "comment", content: null, interaction_time: new Date("228-11-30 07:22:17"), likes_count: 44 },
            { id: 380, user_id: 61, event_id: 300, interaction_type: "poll_response", content: "The request was rescheduled following a manual review.", interaction_time: new Date("299-11-30 21:03:09"), likes_count: 53 },
            { id: 381, user_id: 172, event_id: 240, interaction_type: "poll_response", content: "A manual delivery was confirmed the same day.", interaction_time: new Date("239-11-30 03:11:10"), likes_count: 37 },
            { id: 382, user_id: 45, event_id: 276, interaction_type: "comment", content: null, interaction_time: new Date("275-11-30 08:16:59"), likes_count: 44 },
            { id: 383, user_id: 106, event_id: 21, interaction_type: "comment", content: null, interaction_time: new Date("1920-11-30T22:09:08Z"), likes_count: 43 },
            { id: 384, user_id: 156, event_id: 211, interaction_type: "poll_response", content: "The record was refunded — duplicate case, no further action.", interaction_time: new Date("210-11-30 00:31:23"), likes_count: 72 },
            { id: 385, user_id: 53, event_id: 213, interaction_type: "poll_response", content: "The supplier reported a repeat issue; the item was reopened.", interaction_time: new Date("212-11-30 20:22:59"), likes_count: 39 },
            { id: 386, user_id: 163, event_id: 4, interaction_type: "comment", content: null, interaction_time: new Date("1903-11-30T18:07:52Z"), likes_count: 71 },
            { id: 387, user_id: 101, event_id: 242, interaction_type: "comment", content: null, interaction_time: new Date("241-11-30 23:35:57"), likes_count: 50 },
            { id: 388, user_id: 83, event_id: 225, interaction_type: "comment", content: null, interaction_time: new Date("224-11-30 06:34:06"), likes_count: 54 },
            { id: 389, user_id: 45, event_id: 205, interaction_type: "comment", content: null, interaction_time: new Date("204-11-30 21:45:24"), likes_count: 48 },
            { id: 390, user_id: 140, event_id: 248, interaction_type: "comment", content: null, interaction_time: new Date("247-11-30 13:17:55"), likes_count: 73 },
            { id: 391, user_id: 157, event_id: 163, interaction_type: "poll_response", content: "The ticket was confirmed after a duplicate check.", interaction_time: new Date("162-11-30 06:45:37"), likes_count: 52 },
            { id: 392, user_id: 12, event_id: 123, interaction_type: "comment", content: null, interaction_time: new Date("122-11-30 03:39:19"), likes_count: 48 },
            { id: 393, user_id: 104, event_id: 32, interaction_type: "poll_response", content: "No response from the supplier, so the refund was completed.", interaction_time: new Date("1931-11-30T05:41:22Z"), likes_count: 55 },
            { id: 394, user_id: 197, event_id: 3, interaction_type: "poll_response", content: "The supplier confirmed the details and the record was refunded.", interaction_time: new Date("1902-11-30T04:49:33Z"), likes_count: 42 },
            { id: 395, user_id: 153, event_id: 244, interaction_type: "comment", content: null, interaction_time: new Date("243-11-30 01:26:45"), likes_count: 26 },
            { id: 396, user_id: 50, event_id: 232, interaction_type: "comment", content: null, interaction_time: new Date("231-11-30 14:24:45"), likes_count: 30 },
            { id: 397, user_id: 41, event_id: 10, interaction_type: "comment", content: null, interaction_time: new Date("1909-11-30T20:38:29Z"), likes_count: 73 },
            { id: 398, user_id: 179, event_id: 267, interaction_type: "comment", content: null, interaction_time: new Date("266-11-30 17:38:07"), likes_count: 78 },
            { id: 399, user_id: 162, event_id: 199, interaction_type: "poll_response", content: "An unusual follow-up: the account was delayed.", interaction_time: new Date("198-11-30 07:23:21"), likes_count: 40 },
            { id: 400, user_id: 119, event_id: 86, interaction_type: "comment", content: null, interaction_time: new Date("1985-11-30T20:20:38Z"), likes_count: 56 },
            { id: 401, user_id: 24, event_id: 30, interaction_type: "comment", content: null, interaction_time: new Date("1929-11-30T06:50:20Z"), likes_count: 30 },
            { id: 402, user_id: 29, event_id: 75, interaction_type: "comment", content: null, interaction_time: new Date("1974-11-30T12:59:31Z"), likes_count: 52 },
            { id: 403, user_id: 68, event_id: 175, interaction_type: "poll_response", content: "The document was updated — repeat case, no further action.", interaction_time: new Date("174-11-30 13:20:43"), likes_count: 28 },
            { id: 404, user_id: 134, event_id: 90, interaction_type: "comment", content: null, interaction_time: new Date("1989-11-30T07:52:22Z"), likes_count: 39 },
            { id: 405, user_id: 70, event_id: 31, interaction_type: "comment", content: null, interaction_time: new Date("1930-11-30T21:33:44Z"), likes_count: 78 },
            { id: 406, user_id: 126, event_id: 200, interaction_type: "comment", content: null, interaction_time: new Date("199-11-30 10:21:40"), likes_count: 53 },
            { id: 407, user_id: 126, event_id: 144, interaction_type: "comment", content: null, interaction_time: new Date("143-11-30 23:23:17"), likes_count: 31 },
            { id: 408, user_id: 156, event_id: 59, interaction_type: "comment", content: null, interaction_time: new Date("1958-11-30T06:31:52Z"), likes_count: 56 },
            { id: 409, user_id: 50, event_id: 172, interaction_type: "comment", content: null, interaction_time: new Date("171-11-30 08:00:04"), likes_count: 71 },
            { id: 410, user_id: 10, event_id: 32, interaction_type: "comment", content: null, interaction_time: new Date("1931-11-30T23:57:32Z"), likes_count: 47 },
            { id: 411, user_id: 126, event_id: 279, interaction_type: "poll_response", content: "A minor document was reopened the same day.", interaction_time: new Date("278-11-30 14:02:24"), likes_count: 63 },
            { id: 412, user_id: 91, event_id: 222, interaction_type: "comment", content: null, interaction_time: new Date("221-11-30 12:02:24"), likes_count: 60 },
            { id: 413, user_id: 179, event_id: 139, interaction_type: "poll_response", content: "The supplier confirmed the details and the payment was reviewed.", interaction_time: new Date("138-11-30 10:42:16"), likes_count: 40 },
            { id: 414, user_id: 60, event_id: 104, interaction_type: "poll_response", content: "The shipment was updated following a standard review.", interaction_time: new Date("103-11-30 14:29:24"), likes_count: 49 },
            { id: 415, user_id: 17, event_id: 41, interaction_type: "poll_response", content: "An operator asked for a change and the invoice was cancelled.", interaction_time: new Date("1940-11-30T09:22:33Z"), likes_count: 40 },
            { id: 416, user_id: 87, event_id: 159, interaction_type: "comment", content: null, interaction_time: new Date("158-11-30 00:33:55"), likes_count: 49 },
            { id: 417, user_id: 71, event_id: 242, interaction_type: "comment", content: null, interaction_time: new Date("241-11-30 15:17:05"), likes_count: 41 },
            { id: 418, user_id: 7, event_id: 68, interaction_type: "comment", content: null, interaction_time: new Date("1967-11-30T11:00:52Z"), likes_count: 48 },
            { id: 419, user_id: 91, event_id: 293, interaction_type: "comment", content: null, interaction_time: new Date("292-11-30 17:30:52"), likes_count: 54 },
            { id: 420, user_id: 144, event_id: 139, interaction_type: "comment", content: null, interaction_time: new Date("138-11-30 22:34:38"), likes_count: 42 },
            { id: 421, user_id: 110, event_id: 124, interaction_type: "poll_response", content: "A duplicate item was processed the same day.", interaction_time: new Date("123-11-30 09:25:41"), likes_count: 42 },
            { id: 422, user_id: 93, event_id: 197, interaction_type: "comment", content: null, interaction_time: new Date("196-11-30 13:25:06"), likes_count: 38 },
            { id: 423, user_id: 17, event_id: 203, interaction_type: "poll_response", content: "Flagged as late. The supplier reviewed the document.", interaction_time: new Date("202-11-30 21:50:42"), likes_count: 43 },
            { id: 424, user_id: 66, event_id: 222, interaction_type: "comment", content: null, interaction_time: new Date("221-11-30 06:09:10"), likes_count: 69 },
            { id: 425, user_id: 191, event_id: 141, interaction_type: "comment", content: null, interaction_time: new Date("140-11-30 13:43:35"), likes_count: 77 },
            { id: 426, user_id: 190, event_id: 191, interaction_type: "poll_response", content: "No response from the customer, so the order was approved.", interaction_time: new Date("190-11-30 01:30:24"), likes_count: 49 },
            { id: 427, user_id: 138, event_id: 89, interaction_type: "poll_response", content: "An automatic account was refunded the same day.", interaction_time: new Date("1988-11-30T02:51:27Z"), likes_count: 45 },
            { id: 428, user_id: 45, event_id: 261, interaction_type: "poll_response", content: "The appointment was closed following a routine review.", interaction_time: new Date("260-11-30 06:40:07"), likes_count: 62 },
            { id: 429, user_id: 159, event_id: 232, interaction_type: "poll_response", content: "The payment was reviewed — manual case, no further action.", interaction_time: new Date("231-11-30 14:31:47"), likes_count: 82 },
            { id: 430, user_id: 2, event_id: 245, interaction_type: "comment", content: null, interaction_time: new Date("244-11-30 11:13:03"), likes_count: 38 },
            { id: 431, user_id: 34, event_id: 108, interaction_type: "comment", content: null, interaction_time: new Date("107-11-30 04:10:07"), likes_count: 51 },
            { id: 432, user_id: 59, event_id: 139, interaction_type: "poll_response", content: "Flagged as minor. The customer reopened the refund.", interaction_time: new Date("138-11-30 12:00:18"), likes_count: 60 },
            { id: 433, user_id: 26, event_id: 5, interaction_type: "comment", content: null, interaction_time: new Date("1904-11-30T03:27:12Z"), likes_count: 57 },
            { id: 434, user_id: 30, event_id: 293, interaction_type: "comment", content: null, interaction_time: new Date("292-11-30 02:04:13"), likes_count: 34 },
            { id: 435, user_id: 112, event_id: 235, interaction_type: "comment", content: null, interaction_time: new Date("234-11-30 01:58:15"), likes_count: 46 },
            { id: 436, user_id: 66, event_id: 121, interaction_type: "comment", content: null, interaction_time: new Date("120-11-30 22:31:48"), likes_count: 41 },
            { id: 437, user_id: 69, event_id: 33, interaction_type: "comment", content: null, interaction_time: new Date("1932-11-30T06:50:23Z"), likes_count: 37 },
            { id: 438, user_id: 37, event_id: 35, interaction_type: "poll_response", content: "The item was refunded following a late review.", interaction_time: new Date("1934-11-30T21:44:13Z"), likes_count: 49 },
            { id: 439, user_id: 62, event_id: 248, interaction_type: "comment", content: null, interaction_time: new Date("247-11-30 06:40:44"), likes_count: 80 },
            { id: 440, user_id: 16, event_id: 36, interaction_type: "poll_response", content: "The ticket was refunded after a routine check.", interaction_time: new Date("1935-11-30T09:58:51Z"), likes_count: 38 },
            { id: 441, user_id: 95, event_id: 160, interaction_type: "comment", content: null, interaction_time: new Date("159-11-30 01:06:58"), likes_count: 20 },
            { id: 442, user_id: 60, event_id: 111, interaction_type: "comment", content: null, interaction_time: new Date("110-11-30 09:36:35"), likes_count: 53 },
            { id: 443, user_id: 152, event_id: 121, interaction_type: "comment", content: null, interaction_time: new Date("120-11-30 17:27:54"), likes_count: 45 },
            { id: 444, user_id: 78, event_id: 115, interaction_type: "poll_response", content: "Flagged as partial. The courier rejected the transfer.", interaction_time: new Date("114-11-30 13:43:17"), likes_count: 61 },
            { id: 445, user_id: 55, event_id: 122, interaction_type: "comment", content: null, interaction_time: new Date("121-11-30 21:21:53"), likes_count: 38 },
            { id: 446, user_id: 173, event_id: 219, interaction_type: "comment", content: null, interaction_time: new Date("218-11-30 16:42:19"), likes_count: 44 },
            { id: 447, user_id: 34, event_id: 296, interaction_type: "poll_response", content: "An operator reported an automatic issue; the invoice was delayed.", interaction_time: new Date("295-11-30 22:45:17"), likes_count: 44 },
            { id: 448, user_id: 119, event_id: 213, interaction_type: "comment", content: null, interaction_time: new Date("212-11-30 22:37:53"), likes_count: 53 },
            { id: 449, user_id: 76, event_id: 294, interaction_type: "comment", content: null, interaction_time: new Date("293-11-30 15:50:58"), likes_count: 55 },
            { id: 450, user_id: 33, event_id: 197, interaction_type: "poll_response", content: "A routine ticket was rejected the same day.", interaction_time: new Date("196-11-30 04:51:48"), likes_count: 38 },
            { id: 451, user_id: 184, event_id: 8, interaction_type: "comment", content: null, interaction_time: new Date("1907-11-30T11:01:50Z"), likes_count: 31 },
            { id: 452, user_id: 186, event_id: 299, interaction_type: "comment", content: null, interaction_time: new Date("298-11-30 07:57:28"), likes_count: 63 },
            { id: 453, user_id: 64, event_id: 90, interaction_type: "comment", content: null, interaction_time: new Date("1989-11-30T06:04:06Z"), likes_count: 53 },
            { id: 454, user_id: 175, event_id: 188, interaction_type: "poll_response", content: "A minor transfer was confirmed the same day.", interaction_time: new Date("187-11-30 20:05:00"), likes_count: 46 },
            { id: 455, user_id: 135, event_id: 199, interaction_type: "poll_response", content: "A routine follow-up: the ticket was rescheduled.", interaction_time: new Date("198-11-30 12:25:04"), likes_count: 54 },
            { id: 456, user_id: 156, event_id: 199, interaction_type: "comment", content: null, interaction_time: new Date("198-11-30 00:21:42"), likes_count: 39 },
            { id: 457, user_id: 25, event_id: 34, interaction_type: "poll_response", content: "The session was rejected — duplicate case, no further action.", interaction_time: new Date("1933-11-30T19:12:53Z"), likes_count: 47 },
            { id: 458, user_id: 72, event_id: 29, interaction_type: "comment", content: null, interaction_time: new Date("1928-11-30T12:43:59Z"), likes_count: 51 },
            { id: 459, user_id: 149, event_id: 115, interaction_type: "comment", content: null, interaction_time: new Date("114-11-30 20:54:35"), likes_count: 45 },
            { id: 460, user_id: 64, event_id: 69, interaction_type: "comment", content: null, interaction_time: new Date("1968-11-30T16:47:31Z"), likes_count: 49 },
            { id: 461, user_id: 169, event_id: 37, interaction_type: "comment", content: null, interaction_time: new Date("1936-11-30T01:28:49Z"), likes_count: 31 },
            { id: 462, user_id: 184, event_id: 154, interaction_type: "poll_response", content: "An incomplete follow-up: the order was reopened.", interaction_time: new Date("153-11-30 17:58:25"), likes_count: 30 },
            { id: 463, user_id: 138, event_id: 69, interaction_type: "comment", content: null, interaction_time: new Date("1968-11-30T23:18:01Z"), likes_count: 33 },
            { id: 464, user_id: 65, event_id: 281, interaction_type: "comment", content: null, interaction_time: new Date("280-11-30 07:10:12"), likes_count: 35 },
            { id: 465, user_id: 152, event_id: 125, interaction_type: "poll_response", content: "A partial follow-up: the payment was rescheduled.", interaction_time: new Date("124-11-30 02:52:18"), likes_count: 45 },
            { id: 466, user_id: 53, event_id: 204, interaction_type: "comment", content: null, interaction_time: new Date("203-11-30 15:34:12"), likes_count: 45 },
            { id: 467, user_id: 148, event_id: 6, interaction_type: "comment", content: null, interaction_time: new Date("1905-11-30T06:45:44Z"), likes_count: 50 },
            { id: 468, user_id: 108, event_id: 47, interaction_type: "comment", content: null, interaction_time: new Date("1946-11-30T05:57:02Z"), likes_count: 58 },
            { id: 469, user_id: 194, event_id: 72, interaction_type: "comment", content: null, interaction_time: new Date("1971-11-30T13:50:49Z"), likes_count: 38 },
            { id: 470, user_id: 111, event_id: 67, interaction_type: "poll_response", content: "An automatic booking was resolved the same day.", interaction_time: new Date("1966-11-30T16:03:31Z"), likes_count: 31 },
            { id: 471, user_id: 158, event_id: 72, interaction_type: "comment", content: null, interaction_time: new Date("1971-11-30T15:16:31Z"), likes_count: 74 },
            { id: 472, user_id: 63, event_id: 102, interaction_type: "comment", content: null, interaction_time: new Date("101-11-30 04:25:39"), likes_count: 68 },
            { id: 473, user_id: 2, event_id: 4, interaction_type: "comment", content: null, interaction_time: new Date("1903-11-30T11:16:21Z"), likes_count: 66 },
            { id: 474, user_id: 45, event_id: 100, interaction_type: "comment", content: null, interaction_time: new Date("99-11-30 08:04:30"), likes_count: 51 },
            { id: 475, user_id: 90, event_id: 53, interaction_type: "poll_response", content: "An operator reported a minor issue; the transfer was refunded.", interaction_time: new Date("1952-11-30T06:06:05Z"), likes_count: 41 },
            { id: 476, user_id: 42, event_id: 105, interaction_type: "poll_response", content: "The account owner confirmed the details and the order was completed.", interaction_time: new Date("104-11-30 04:44:41"), likes_count: 43 },
            { id: 477, user_id: 55, event_id: 111, interaction_type: "comment", content: null, interaction_time: new Date("110-11-30 18:17:27"), likes_count: 46 },
            { id: 478, user_id: 198, event_id: 170, interaction_type: "poll_response", content: "No response from the supplier, so the shipment was rescheduled.", interaction_time: new Date("169-11-30 00:19:01"), likes_count: 29 },
            { id: 479, user_id: 28, event_id: 297, interaction_type: "poll_response", content: "Support reported an urgent issue; the ticket was updated.", interaction_time: new Date("296-11-30 12:37:13"), likes_count: 39 },
            { id: 480, user_id: 140, event_id: 142, interaction_type: "comment", content: null, interaction_time: new Date("141-11-30 07:04:49"), likes_count: 39 },
            { id: 481, user_id: 146, event_id: 179, interaction_type: "comment", content: null, interaction_time: new Date("178-11-30 05:04:56"), likes_count: 68 },
            { id: 482, user_id: 85, event_id: 106, interaction_type: "comment", content: null, interaction_time: new Date("105-11-30 19:24:42"), likes_count: 40 },
            { id: 483, user_id: 39, event_id: 227, interaction_type: "comment", content: null, interaction_time: new Date("226-11-30 05:39:02"), likes_count: 68 },
            { id: 484, user_id: 26, event_id: 236, interaction_type: "comment", content: null, interaction_time: new Date("235-11-30 14:28:19"), likes_count: 38 },
            { id: 485, user_id: 49, event_id: 75, interaction_type: "poll_response", content: "The invoice was cancelled after an incomplete check.", interaction_time: new Date("1974-11-30T20:49:23Z"), likes_count: 63 },
            { id: 486, user_id: 36, event_id: 245, interaction_type: "comment", content: null, interaction_time: new Date("244-11-30 19:48:28"), likes_count: 41 },
            { id: 487, user_id: 197, event_id: 96, interaction_type: "comment", content: null, interaction_time: new Date("1995-11-30T05:39:23Z"), likes_count: 33 },
            { id: 488, user_id: 52, event_id: 241, interaction_type: "poll_response", content: "The supplier confirmed the details and the item was reviewed.", interaction_time: new Date("240-11-30 03:08:00"), likes_count: 43 },
            { id: 489, user_id: 129, event_id: 242, interaction_type: "comment", content: null, interaction_time: new Date("241-11-30 13:37:47"), likes_count: 40 },
            { id: 490, user_id: 194, event_id: 248, interaction_type: "comment", content: null, interaction_time: new Date("247-11-30 23:47:20"), likes_count: 47 },
            { id: 491, user_id: 159, event_id: 216, interaction_type: "comment", content: null, interaction_time: new Date("215-11-30 22:32:34"), likes_count: 46 },
            { id: 492, user_id: 128, event_id: 278, interaction_type: "comment", content: null, interaction_time: new Date("277-11-30 07:52:15"), likes_count: 52 },
            { id: 493, user_id: 11, event_id: 210, interaction_type: "comment", content: null, interaction_time: new Date("209-11-30 01:25:38"), likes_count: 78 },
            { id: 494, user_id: 187, event_id: 116, interaction_type: "poll_response", content: "The payment was escalated after a partial check.", interaction_time: new Date("115-11-30 09:10:31"), likes_count: 69 },
            { id: 495, user_id: 136, event_id: 298, interaction_type: "poll_response", content: "The reviewer asked for a change and the document was rescheduled.", interaction_time: new Date("297-11-30 15:48:41"), likes_count: 42 },
            { id: 496, user_id: 143, event_id: 69, interaction_type: "comment", content: null, interaction_time: new Date("1968-11-30T17:21:16Z"), likes_count: 49 },
            { id: 497, user_id: 80, event_id: 182, interaction_type: "comment", content: null, interaction_time: new Date("181-11-30 18:27:17"), likes_count: 33 },
            { id: 498, user_id: 18, event_id: 151, interaction_type: "poll_response", content: "A minor refund was approved the same day.", interaction_time: new Date("150-11-30 00:16:38"), likes_count: 38 },
            { id: 499, user_id: 164, event_id: 140, interaction_type: "comment", content: null, interaction_time: new Date("139-11-30 12:43:13"), likes_count: 55 },
            { id: 500, user_id: 123, event_id: 41, interaction_type: "comment", content: null, interaction_time: new Date("1940-11-30T07:00:50Z"), likes_count: 47 },
        ],
    });
    await prisma.user_badges.createMany({
        data: [
            { id: 1, user_id: 96, badge_id: 27, earned_date: "2022-08-20", expiration_date: "2025-04-13", earned_points: 49, is_active: true },
            { id: 2, user_id: 127, badge_id: 23, earned_date: "2022-01-01", expiration_date: "2023-12-14", earned_points: 47, is_active: false },
            { id: 3, user_id: 27, badge_id: 30, earned_date: "2023-05-18", expiration_date: "2024-04-27", earned_points: 42, is_active: true },
            { id: 4, user_id: 87, badge_id: 8, earned_date: "2023-04-05", expiration_date: "2025-07-01", earned_points: 43, is_active: true },
            { id: 5, user_id: 62, badge_id: 23, earned_date: "2022-09-17", expiration_date: "2025-09-08", earned_points: 54, is_active: true },
            { id: 6, user_id: 28, badge_id: 4, earned_date: "2023-02-10", expiration_date: "2025-02-28", earned_points: 31, is_active: true },
            { id: 7, user_id: 184, badge_id: 19, earned_date: "2022-01-18", expiration_date: "2024-07-21", earned_points: 54, is_active: false },
            { id: 8, user_id: 13, badge_id: 19, earned_date: "2022-11-03", expiration_date: "2025-03-05", earned_points: 73, is_active: false },
            { id: 9, user_id: 185, badge_id: 12, earned_date: "2023-08-13", expiration_date: "2024-11-19", earned_points: 54, is_active: false },
            { id: 10, user_id: 145, badge_id: 1, earned_date: "2022-12-15", expiration_date: "2025-09-05", earned_points: 75, is_active: true },
            { id: 11, user_id: 87, badge_id: 2, earned_date: "2022-12-02", expiration_date: "2024-06-15", earned_points: 53, is_active: true },
            { id: 12, user_id: 162, badge_id: 2, earned_date: "2023-07-09", expiration_date: "2024-09-22", earned_points: 55, is_active: false },
            { id: 13, user_id: 47, badge_id: 14, earned_date: "2023-05-12", expiration_date: "2025-07-31", earned_points: 57, is_active: false },
            { id: 14, user_id: 13, badge_id: 24, earned_date: null, expiration_date: "2024-01-15", earned_points: 58, is_active: true },
            { id: 15, user_id: 45, badge_id: 18, earned_date: "2023-07-29", expiration_date: "2025-08-30", earned_points: 47, is_active: false },
            { id: 16, user_id: 62, badge_id: 1, earned_date: null, expiration_date: "2023-10-31", earned_points: 54, is_active: true },
            { id: 17, user_id: 65, badge_id: 7, earned_date: "2023-09-14", expiration_date: "2025-03-13", earned_points: 73, is_active: true },
            { id: 18, user_id: 96, badge_id: 25, earned_date: "2022-11-04", expiration_date: "2023-12-21", earned_points: 67, is_active: false },
            { id: 19, user_id: 75, badge_id: 22, earned_date: "2023-04-24", expiration_date: "2025-02-18", earned_points: 37, is_active: true },
            { id: 20, user_id: 9, badge_id: 19, earned_date: "2022-03-21", expiration_date: "2025-03-30", earned_points: 55, is_active: true },
            { id: 21, user_id: 94, badge_id: 9, earned_date: "2022-12-21", expiration_date: "2024-12-04", earned_points: 50, is_active: true },
            { id: 22, user_id: 147, badge_id: 29, earned_date: "2022-11-07", expiration_date: "2024-05-23", earned_points: 47, is_active: true },
            { id: 23, user_id: 51, badge_id: 7, earned_date: null, expiration_date: "2023-12-04", earned_points: 57, is_active: true },
            { id: 24, user_id: 11, badge_id: 15, earned_date: "2023-03-17", expiration_date: "2025-08-29", earned_points: 52, is_active: true },
            { id: 25, user_id: 79, badge_id: 30, earned_date: "2022-08-02", expiration_date: "2024-12-22", earned_points: 47, is_active: true },
            { id: 26, user_id: 93, badge_id: 22, earned_date: "2023-06-25", expiration_date: "2025-01-30", earned_points: 48, is_active: true },
            { id: 27, user_id: 40, badge_id: 16, earned_date: "2022-07-12", expiration_date: "2025-01-08", earned_points: 54, is_active: false },
            { id: 28, user_id: 72, badge_id: 9, earned_date: "2023-09-07", expiration_date: "2024-06-29", earned_points: 40, is_active: true },
            { id: 29, user_id: 150, badge_id: 23, earned_date: "2022-03-14", expiration_date: "2024-06-15", earned_points: 62, is_active: true },
            { id: 30, user_id: 138, badge_id: 4, earned_date: "2022-12-08", expiration_date: "2025-04-02", earned_points: 49, is_active: true },
            { id: 31, user_id: 183, badge_id: 2, earned_date: "2022-07-21", expiration_date: "2025-07-27", earned_points: 41, is_active: true },
            { id: 32, user_id: 92, badge_id: 11, earned_date: "2023-08-19", expiration_date: "2025-07-05", earned_points: 38, is_active: true },
            { id: 33, user_id: 4, badge_id: 4, earned_date: "2022-01-06", expiration_date: "2025-02-08", earned_points: 42, is_active: false },
            { id: 34, user_id: 18, badge_id: 19, earned_date: "2022-04-28", expiration_date: "2025-09-28", earned_points: 72, is_active: true },
            { id: 35, user_id: 96, badge_id: 27, earned_date: "2022-04-24", expiration_date: "2024-09-30", earned_points: 51, is_active: true },
            { id: 36, user_id: 131, badge_id: 7, earned_date: "2022-01-19", expiration_date: "2023-12-12", earned_points: 49, is_active: true },
            { id: 37, user_id: 188, badge_id: 2, earned_date: "2023-08-20", expiration_date: "2025-07-05", earned_points: 68, is_active: false },
            { id: 38, user_id: 142, badge_id: 25, earned_date: "2023-01-16", expiration_date: "2025-09-29", earned_points: 35, is_active: true },
            { id: 39, user_id: 36, badge_id: 5, earned_date: "2022-02-07", expiration_date: "2024-05-22", earned_points: 38, is_active: true },
            { id: 40, user_id: 38, badge_id: 5, earned_date: "2022-01-07", expiration_date: "2025-01-27", earned_points: 27, is_active: true },
            { id: 41, user_id: 170, badge_id: 24, earned_date: "2023-01-22", expiration_date: "2024-04-18", earned_points: 56, is_active: false },
            { id: 42, user_id: 146, badge_id: 19, earned_date: null, expiration_date: "2024-12-31", earned_points: 42, is_active: false },
            { id: 43, user_id: 33, badge_id: 1, earned_date: null, expiration_date: "2025-04-13", earned_points: 69, is_active: true },
            { id: 44, user_id: 11, badge_id: 28, earned_date: "2022-07-06", expiration_date: "2025-03-21", earned_points: 48, is_active: false },
            { id: 45, user_id: 96, badge_id: 28, earned_date: "2023-09-09", expiration_date: "2024-12-13", earned_points: 35, is_active: false },
            { id: 46, user_id: 165, badge_id: 18, earned_date: "2023-01-26", expiration_date: "2024-04-24", earned_points: 62, is_active: false },
            { id: 47, user_id: 76, badge_id: 21, earned_date: "2023-09-22", expiration_date: "2025-07-12", earned_points: 61, is_active: false },
            { id: 48, user_id: 4, badge_id: 27, earned_date: "2023-03-08", expiration_date: "2025-07-15", earned_points: 43, is_active: true },
            { id: 49, user_id: 45, badge_id: 7, earned_date: "2022-03-01", expiration_date: "2025-08-06", earned_points: 63, is_active: true },
            { id: 50, user_id: 48, badge_id: 5, earned_date: "2022-02-26", expiration_date: "2025-07-29", earned_points: 63, is_active: true },
            { id: 51, user_id: 14, badge_id: 28, earned_date: "2022-06-22", expiration_date: "2025-03-14", earned_points: 35, is_active: true },
            { id: 52, user_id: 188, badge_id: 19, earned_date: "2022-12-21", expiration_date: "2024-10-26", earned_points: 34, is_active: true },
            { id: 53, user_id: 157, badge_id: 8, earned_date: "2022-05-10", expiration_date: "2023-11-18", earned_points: 46, is_active: true },
            { id: 54, user_id: 131, badge_id: 8, earned_date: "2023-01-07", expiration_date: "2025-03-21", earned_points: 55, is_active: true },
            { id: 55, user_id: 61, badge_id: 25, earned_date: "2022-12-04", expiration_date: "2025-03-11", earned_points: 62, is_active: true },
            { id: 56, user_id: 104, badge_id: 26, earned_date: "2022-07-23", expiration_date: "2024-03-25", earned_points: 44, is_active: true },
            { id: 57, user_id: 33, badge_id: 13, earned_date: "2023-07-07", expiration_date: "2023-11-23", earned_points: 51, is_active: true },
            { id: 58, user_id: 35, badge_id: 25, earned_date: "2022-10-01", expiration_date: "2025-08-04", earned_points: 65, is_active: true },
            { id: 59, user_id: 84, badge_id: 28, earned_date: "2022-02-04", expiration_date: "2024-09-29", earned_points: 53, is_active: true },
            { id: 60, user_id: 161, badge_id: 21, earned_date: "2022-06-25", expiration_date: "2024-12-07", earned_points: 40, is_active: true },
            { id: 61, user_id: 129, badge_id: 24, earned_date: "2023-08-12", expiration_date: "2023-11-26", earned_points: 70, is_active: true },
            { id: 62, user_id: 79, badge_id: 10, earned_date: "2023-01-02", expiration_date: "2023-10-18", earned_points: 46, is_active: true },
            { id: 63, user_id: 167, badge_id: 29, earned_date: "2022-01-03", expiration_date: "2024-09-15", earned_points: 64, is_active: true },
            { id: 64, user_id: 91, badge_id: 25, earned_date: "2022-09-20", expiration_date: "2024-08-15", earned_points: 25, is_active: true },
            { id: 65, user_id: 43, badge_id: 1, earned_date: "2022-03-25", expiration_date: "2024-06-02", earned_points: 57, is_active: true },
            { id: 66, user_id: 163, badge_id: 22, earned_date: "2023-03-25", expiration_date: "2025-07-25", earned_points: 46, is_active: true },
            { id: 67, user_id: 76, badge_id: 12, earned_date: "2023-07-20", expiration_date: "2025-02-14", earned_points: 55, is_active: false },
            { id: 68, user_id: 10, badge_id: 26, earned_date: "2022-02-02", expiration_date: "2025-05-18", earned_points: 32, is_active: true },
            { id: 69, user_id: 117, badge_id: 2, earned_date: "2023-09-11", expiration_date: "2024-01-25", earned_points: 49, is_active: true },
            { id: 70, user_id: 166, badge_id: 10, earned_date: "2023-06-05", expiration_date: "2024-07-18", earned_points: 25, is_active: true },
            { id: 71, user_id: 122, badge_id: 25, earned_date: "2022-08-29", expiration_date: "2024-05-21", earned_points: 30, is_active: false },
            { id: 72, user_id: 74, badge_id: 29, earned_date: "2022-08-19", expiration_date: "2025-01-01", earned_points: 44, is_active: true },
            { id: 73, user_id: 60, badge_id: 7, earned_date: "2022-07-09", expiration_date: "2024-06-12", earned_points: 51, is_active: false },
            { id: 74, user_id: 58, badge_id: 12, earned_date: null, expiration_date: "2024-09-27", earned_points: 73, is_active: true },
            { id: 75, user_id: 147, badge_id: 24, earned_date: "2023-02-27", expiration_date: "2024-02-15", earned_points: 54, is_active: true },
            { id: 76, user_id: 39, badge_id: 6, earned_date: "2022-04-01", expiration_date: "2024-12-10", earned_points: 41, is_active: true },
            { id: 77, user_id: 114, badge_id: 13, earned_date: "2022-05-18", expiration_date: "2025-06-01", earned_points: 41, is_active: false },
            { id: 78, user_id: 36, badge_id: 7, earned_date: "2023-05-13", expiration_date: "2023-11-20", earned_points: 35, is_active: false },
            { id: 79, user_id: 167, badge_id: 20, earned_date: "2022-06-07", expiration_date: "2025-06-19", earned_points: 53, is_active: false },
            { id: 80, user_id: 100, badge_id: 18, earned_date: "2022-12-19", expiration_date: "2025-05-21", earned_points: 42, is_active: false },
            { id: 81, user_id: 10, badge_id: 23, earned_date: "2023-02-08", expiration_date: "2024-06-23", earned_points: 36, is_active: true },
            { id: 82, user_id: 147, badge_id: 2, earned_date: "2023-04-05", expiration_date: "2025-01-11", earned_points: 60, is_active: true },
            { id: 83, user_id: 67, badge_id: 21, earned_date: null, expiration_date: "2024-03-17", earned_points: 55, is_active: true },
            { id: 84, user_id: 131, badge_id: 3, earned_date: "2023-06-03", expiration_date: "2024-09-16", earned_points: 42, is_active: false },
            { id: 85, user_id: 109, badge_id: 18, earned_date: "2023-03-17", expiration_date: "2024-02-16", earned_points: 49, is_active: true },
            { id: 86, user_id: 159, badge_id: 17, earned_date: "2023-05-21", expiration_date: "2025-02-20", earned_points: 41, is_active: true },
            { id: 87, user_id: 183, badge_id: 21, earned_date: "2022-07-09", expiration_date: "2023-12-06", earned_points: 33, is_active: true },
            { id: 88, user_id: 199, badge_id: 21, earned_date: "2023-07-12", expiration_date: "2025-09-23", earned_points: 49, is_active: true },
            { id: 89, user_id: 151, badge_id: 8, earned_date: "2023-05-14", expiration_date: "2024-07-09", earned_points: 77, is_active: true },
            { id: 90, user_id: 84, badge_id: 3, earned_date: null, expiration_date: "2024-12-02", earned_points: 64, is_active: true },
            { id: 91, user_id: 104, badge_id: 26, earned_date: "2023-09-26", expiration_date: "2024-07-13", earned_points: 57, is_active: true },
            { id: 92, user_id: 1, badge_id: 8, earned_date: "2022-10-25", expiration_date: "2024-10-19", earned_points: 48, is_active: true },
            { id: 93, user_id: 184, badge_id: 12, earned_date: "2023-05-30", expiration_date: "2025-08-28", earned_points: 59, is_active: true },
            { id: 94, user_id: 47, badge_id: 20, earned_date: "2022-07-01", expiration_date: "2024-07-02", earned_points: 56, is_active: true },
            { id: 95, user_id: 45, badge_id: 20, earned_date: null, expiration_date: "2024-05-12", earned_points: 72, is_active: true },
            { id: 96, user_id: 112, badge_id: 8, earned_date: "2022-11-07", expiration_date: "2025-03-08", earned_points: 61, is_active: false },
            { id: 97, user_id: 114, badge_id: 30, earned_date: null, expiration_date: "2025-08-09", earned_points: 84, is_active: true },
            { id: 98, user_id: 159, badge_id: 11, earned_date: "2022-05-23", expiration_date: "2025-09-15", earned_points: 19, is_active: false },
            { id: 99, user_id: 67, badge_id: 3, earned_date: null, expiration_date: "2025-03-12", earned_points: 60, is_active: true },
            { id: 100, user_id: 134, badge_id: 11, earned_date: "2022-06-22", expiration_date: "2023-12-30", earned_points: 38, is_active: true },
            { id: 101, user_id: 195, badge_id: 19, earned_date: "2022-03-06", expiration_date: "2025-06-21", earned_points: 30, is_active: false },
            { id: 102, user_id: 172, badge_id: 8, earned_date: "2023-08-07", expiration_date: "2023-11-20", earned_points: 58, is_active: true },
            { id: 103, user_id: 135, badge_id: 5, earned_date: null, expiration_date: "2024-04-29", earned_points: 51, is_active: true },
            { id: 104, user_id: 21, badge_id: 30, earned_date: "2022-10-20", expiration_date: "2024-01-10", earned_points: 48, is_active: true },
            { id: 105, user_id: 65, badge_id: 24, earned_date: "2023-05-14", expiration_date: "2023-10-04", earned_points: 68, is_active: false },
            { id: 106, user_id: 190, badge_id: 21, earned_date: "2023-01-15", expiration_date: "2024-06-24", earned_points: 29, is_active: true },
            { id: 107, user_id: 160, badge_id: 21, earned_date: "2022-10-16", expiration_date: "2023-10-28", earned_points: 34, is_active: true },
            { id: 108, user_id: 14, badge_id: 19, earned_date: null, expiration_date: "2023-10-19", earned_points: 31, is_active: true },
            { id: 109, user_id: 48, badge_id: 16, earned_date: "2023-02-11", expiration_date: "2024-08-10", earned_points: 80, is_active: false },
            { id: 110, user_id: 141, badge_id: 16, earned_date: "2022-08-05", expiration_date: "2025-06-15", earned_points: 41, is_active: true },
            { id: 111, user_id: 76, badge_id: 21, earned_date: "2022-04-14", expiration_date: "2023-10-16", earned_points: 67, is_active: true },
            { id: 112, user_id: 166, badge_id: 23, earned_date: "2022-06-26", expiration_date: "2025-03-18", earned_points: 65, is_active: false },
            { id: 113, user_id: 191, badge_id: 5, earned_date: "2023-02-06", expiration_date: "2025-06-02", earned_points: 59, is_active: true },
            { id: 114, user_id: 190, badge_id: 26, earned_date: "2023-07-29", expiration_date: "2025-08-18", earned_points: 63, is_active: true },
            { id: 115, user_id: 62, badge_id: 29, earned_date: "2023-02-11", expiration_date: "2025-03-16", earned_points: 42, is_active: true },
            { id: 116, user_id: 29, badge_id: 15, earned_date: "2023-08-05", expiration_date: "2024-02-08", earned_points: 55, is_active: true },
            { id: 117, user_id: 185, badge_id: 20, earned_date: "2023-01-07", expiration_date: "2025-03-20", earned_points: 83, is_active: false },
            { id: 118, user_id: 194, badge_id: 12, earned_date: "2023-02-19", expiration_date: "2025-05-29", earned_points: 60, is_active: true },
            { id: 119, user_id: 119, badge_id: 8, earned_date: "2022-05-16", expiration_date: "2024-09-09", earned_points: 48, is_active: false },
            { id: 120, user_id: 198, badge_id: 23, earned_date: "2022-09-21", expiration_date: "2024-12-26", earned_points: 75, is_active: false },
            { id: 121, user_id: 8, badge_id: 18, earned_date: "2023-02-24", expiration_date: "2024-06-20", earned_points: 40, is_active: true },
            { id: 122, user_id: 168, badge_id: 19, earned_date: "2022-03-08", expiration_date: "2024-07-15", earned_points: 36, is_active: false },
            { id: 123, user_id: 60, badge_id: 24, earned_date: "2023-02-21", expiration_date: "2025-07-21", earned_points: 65, is_active: false },
            { id: 124, user_id: 154, badge_id: 24, earned_date: "2023-01-14", expiration_date: "2025-08-15", earned_points: 31, is_active: true },
            { id: 125, user_id: 189, badge_id: 5, earned_date: "2022-10-23", expiration_date: "2024-08-09", earned_points: 61, is_active: true },
            { id: 126, user_id: 28, badge_id: 23, earned_date: "2023-06-21", expiration_date: "2024-02-13", earned_points: 46, is_active: true },
            { id: 127, user_id: 161, badge_id: 7, earned_date: "2023-01-04", expiration_date: "2024-08-20", earned_points: 63, is_active: true },
            { id: 128, user_id: 28, badge_id: 29, earned_date: null, expiration_date: "2024-08-18", earned_points: 56, is_active: true },
            { id: 129, user_id: 156, badge_id: 24, earned_date: "2022-05-17", expiration_date: "2025-07-19", earned_points: 72, is_active: true },
            { id: 130, user_id: 17, badge_id: 30, earned_date: "2022-12-07", expiration_date: "2024-01-07", earned_points: 51, is_active: true },
            { id: 131, user_id: 187, badge_id: 1, earned_date: "2022-07-31", expiration_date: "2024-02-29", earned_points: 59, is_active: true },
            { id: 132, user_id: 194, badge_id: 14, earned_date: "2023-04-23", expiration_date: "2024-07-23", earned_points: 81, is_active: true },
            { id: 133, user_id: 163, badge_id: 14, earned_date: "2022-11-13", expiration_date: "2024-09-17", earned_points: 36, is_active: true },
            { id: 134, user_id: 117, badge_id: 6, earned_date: "2022-01-18", expiration_date: "2024-04-18", earned_points: 59, is_active: true },
            { id: 135, user_id: 28, badge_id: 15, earned_date: "2022-03-20", expiration_date: "2024-05-25", earned_points: 46, is_active: true },
            { id: 136, user_id: 50, badge_id: 8, earned_date: "2022-03-15", expiration_date: "2025-05-19", earned_points: 63, is_active: true },
            { id: 137, user_id: 170, badge_id: 13, earned_date: "2022-04-26", expiration_date: "2024-03-26", earned_points: 55, is_active: true },
            { id: 138, user_id: 57, badge_id: 3, earned_date: "2022-05-29", expiration_date: "2024-08-24", earned_points: 34, is_active: true },
            { id: 139, user_id: 63, badge_id: 27, earned_date: "2023-09-15", expiration_date: "2024-10-28", earned_points: 60, is_active: true },
            { id: 140, user_id: 164, badge_id: 19, earned_date: "2022-06-10", expiration_date: "2023-10-04", earned_points: 39, is_active: true },
            { id: 141, user_id: 98, badge_id: 22, earned_date: "2022-12-24", expiration_date: "2023-11-13", earned_points: 53, is_active: false },
            { id: 142, user_id: 132, badge_id: 2, earned_date: "2022-02-21", expiration_date: "2024-09-01", earned_points: 47, is_active: true },
            { id: 143, user_id: 136, badge_id: 7, earned_date: "2022-09-16", expiration_date: "2024-07-07", earned_points: 78, is_active: true },
            { id: 144, user_id: 7, badge_id: 10, earned_date: "2022-04-06", expiration_date: "2025-06-03", earned_points: 48, is_active: true },
            { id: 145, user_id: 45, badge_id: 22, earned_date: "2022-12-12", expiration_date: "2023-12-04", earned_points: 36, is_active: true },
            { id: 146, user_id: 160, badge_id: 19, earned_date: "2023-09-05", expiration_date: "2024-08-17", earned_points: 62, is_active: false },
            { id: 147, user_id: 135, badge_id: 5, earned_date: "2022-11-30", expiration_date: "2024-05-07", earned_points: 40, is_active: true },
            { id: 148, user_id: 60, badge_id: 15, earned_date: "2022-09-17", expiration_date: "2024-07-12", earned_points: 66, is_active: false },
            { id: 149, user_id: 73, badge_id: 12, earned_date: "2023-07-31", expiration_date: "2023-12-11", earned_points: 65, is_active: false },
            { id: 150, user_id: 183, badge_id: 20, earned_date: null, expiration_date: "2024-01-07", earned_points: 38, is_active: true },
        ],
    });
}

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