// Virtual Engagement Metrics (virtual-event-networking-platform) 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.events), 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.events.createMany({
        data: [
            { event_id: 1, event_name: "showcase discussion", event_date: "2022-12-15", track_count: 7, sponsor_count: 4 },
            { event_id: 2, event_name: "symposium event", event_date: "2022-09-12", track_count: 2, sponsor_count: 2 },
            { event_id: 3, event_name: "workshop", event_date: "2022-12-12", track_count: 5, sponsor_count: 3 },
            { event_id: 4, event_name: "event symposium", event_date: "2022-12-06", track_count: 6, sponsor_count: 2 },
            { event_id: 5, event_name: "expo conference", event_date: "2022-11-21", track_count: 1, sponsor_count: 4 },
            { event_id: 6, event_name: "event panel retreat", event_date: "2022-10-19", track_count: 6, sponsor_count: 2 },
            { event_id: 7, event_name: "demonstration", event_date: "2022-04-04", track_count: 10, sponsor_count: 3 },
            { event_id: 8, event_name: "showcase demonstration panel", event_date: "2022-08-24", track_count: 5, sponsor_count: 4 },
            { event_id: 9, event_name: "summit class networking", event_date: "2022-03-24", track_count: 6, sponsor_count: 2 },
            { event_id: 10, event_name: "class discussion", event_date: "2022-10-13", track_count: 6, sponsor_count: 4 },
            { event_id: 11, event_name: "workshop summit", event_date: "2022-02-20", track_count: 3, sponsor_count: 5 },
            { event_id: 12, event_name: "discussion panel", event_date: "2022-10-08", track_count: 8, sponsor_count: 3 },
            { event_id: 13, event_name: "session showcase training", event_date: "2022-05-09", track_count: 8, sponsor_count: 5 },
            { event_id: 14, event_name: "roundtable discussion networking", event_date: "2022-03-01", track_count: 8, sponsor_count: 4 },
            { event_id: 15, event_name: "workshop showcase", event_date: "2022-12-02", track_count: 9, sponsor_count: 3 },
            { event_id: 16, event_name: "forum conference", event_date: "2022-03-21", track_count: 3, sponsor_count: 5 },
            { event_id: 17, event_name: "symposium session class", event_date: "2022-01-14", track_count: 8, sponsor_count: 5 },
            { event_id: 18, event_name: "roundtable symposium panel", event_date: "2022-12-09", track_count: 5, sponsor_count: 2 },
            { event_id: 19, event_name: "discussion", event_date: "2022-11-15", track_count: 8, sponsor_count: 4 },
            { event_id: 20, event_name: "meetup symposium", event_date: "2022-09-27", track_count: 5, sponsor_count: 4 },
            { event_id: 21, event_name: "class", event_date: "2022-11-17", track_count: 10, sponsor_count: 2 },
            { event_id: 22, event_name: "meetup", event_date: "2022-02-03", track_count: 6, sponsor_count: 3 },
            { event_id: 23, event_name: "launch", event_date: "2022-09-01", track_count: 9, sponsor_count: 2 },
            { event_id: 24, event_name: "meetup conference forum", event_date: "2022-02-20", track_count: 7, sponsor_count: 1 },
            { event_id: 25, event_name: "workshop training", event_date: "2022-09-15", track_count: 6, sponsor_count: 4 },
            { event_id: 26, event_name: "class meetup session", event_date: "2022-09-17", track_count: 3, sponsor_count: 4 },
            { event_id: 27, event_name: "webinar expo discussion", event_date: "2022-07-28", track_count: 1, sponsor_count: 4 },
            { event_id: 28, event_name: "conference panel summit", event_date: "2022-11-06", track_count: 6, sponsor_count: 3 },
            { event_id: 29, event_name: "launch event demonstration", event_date: "2022-10-15", track_count: 8, sponsor_count: 2 },
            { event_id: 30, event_name: "expo session", event_date: "2022-10-18", track_count: 3, sponsor_count: 4 },
            { event_id: 31, event_name: "demonstration", event_date: "2022-04-17", track_count: 6, sponsor_count: 1 },
            { event_id: 32, event_name: "expo", event_date: "2022-10-23", track_count: 6, sponsor_count: 2 },
            { event_id: 33, event_name: "class expo meetup", event_date: "2022-12-18", track_count: 5, sponsor_count: 3 },
            { event_id: 34, event_name: "workshop", event_date: "2022-07-01", track_count: 7, sponsor_count: 3 },
            { event_id: 35, event_name: "roundtable panel", event_date: "2022-03-28", track_count: 6, sponsor_count: 4 },
            { event_id: 36, event_name: "panel class", event_date: "2022-09-19", track_count: 4, sponsor_count: 4 },
            { event_id: 37, event_name: "discussion retreat panel", event_date: "2022-11-03", track_count: 5, sponsor_count: 1 },
            { event_id: 38, event_name: "discussion panel networking", event_date: "2022-08-28", track_count: 10, sponsor_count: 3 },
            { event_id: 39, event_name: "conference networking expo", event_date: "2022-09-04", track_count: 7, sponsor_count: 5 },
            { event_id: 40, event_name: "demonstration networking", event_date: "2022-01-05", track_count: 8, sponsor_count: 4 },
            { event_id: 41, event_name: "showcase roundtable", event_date: "2022-10-13", track_count: 4, sponsor_count: 4 },
            { event_id: 42, event_name: "forum launch", event_date: "2022-09-01", track_count: 7, sponsor_count: 3 },
            { event_id: 43, event_name: "demonstration training", event_date: "2022-08-10", track_count: 3, sponsor_count: 5 },
            { event_id: 44, event_name: "launch webinar", event_date: "2022-10-09", track_count: 4, sponsor_count: 4 },
            { event_id: 45, event_name: "panel symposium", event_date: "2022-11-25", track_count: 6, sponsor_count: 4 },
            { event_id: 46, event_name: "retreat symposium expo", event_date: "2022-10-30", track_count: 6, sponsor_count: 2 },
            { event_id: 47, event_name: "conference", event_date: "2022-10-03", track_count: 9, sponsor_count: 2 },
            { event_id: 48, event_name: "roundtable symposium", event_date: "2022-07-09", track_count: 2, sponsor_count: 3 },
            { event_id: 49, event_name: "retreat conference", event_date: "2022-01-07", track_count: 8, sponsor_count: 4 },
            { event_id: 50, event_name: "summit presentation launch", event_date: "2022-04-11", track_count: 2, sponsor_count: 4 },
        ],
    });
    await prisma.polls.createMany({
        data: [
            { poll_id: 1, event_id: 45, poll_question: "An incomplete account was cancelled the same day.", option_count: 5, option_distribution: 38, engagement_rate: "15.72" },
            { poll_id: 2, event_id: 18, poll_question: "Flagged as automatic. The customer cancelled the booking.", option_count: 3, option_distribution: 66, engagement_rate: "36.81" },
            { poll_id: 3, event_id: 18, poll_question: "The booking was completed — routine case, no further action.", option_count: 5, option_distribution: 16, engagement_rate: "39.15" },
            { poll_id: 4, event_id: 39, poll_question: "Flagged as duplicate. The reviewer resolved the delivery.", option_count: 5, option_distribution: 88, engagement_rate: "38.30" },
            { poll_id: 5, event_id: 4, poll_question: "An operator reported a repeat issue; the request was refunded.", option_count: 2, option_distribution: 18, engagement_rate: "46.81" },
            { poll_id: 6, event_id: 13, poll_question: "The account owner reported a standard issue; the payment was delayed.", option_count: 3, option_distribution: 31, engagement_rate: "36.10" },
            { poll_id: 7, event_id: 30, poll_question: "The order was rescheduled — minor case, no further action.", option_count: 2, option_distribution: 39, engagement_rate: "54.58" },
            { poll_id: 8, event_id: 22, poll_question: "The record was updated after a minor check.", option_count: 4, option_distribution: 60, engagement_rate: "57.41" },
            { poll_id: 9, event_id: 26, poll_question: "Flagged as standard. The supplier approved the delivery.", option_count: 2, option_distribution: 58, engagement_rate: "69.98" },
            { poll_id: 10, event_id: 1, poll_question: "A partial follow-up: the booking was reopened.", option_count: 2, option_distribution: 38, engagement_rate: "42.66" },
            { poll_id: 11, event_id: 38, poll_question: "An operator reported a repeat issue; the account was updated.", option_count: 4, option_distribution: 40, engagement_rate: "38.92" },
            { poll_id: 12, event_id: 31, poll_question: "The account was processed following an automatic review.", option_count: 2, option_distribution: 43, engagement_rate: "65.60" },
            { poll_id: 13, event_id: 7, poll_question: "The claim was escalated following a repeat review.", option_count: 3, option_distribution: 57, engagement_rate: "57.00" },
            { poll_id: 14, event_id: 22, poll_question: "An unusual invoice was reviewed the same day.", option_count: 4, option_distribution: 50, engagement_rate: "61.47" },
            { poll_id: 15, event_id: 17, poll_question: "The session was delayed — minor case, no further action.", option_count: 4, option_distribution: 56, engagement_rate: "54.13" },
            { poll_id: 16, event_id: 20, poll_question: "The report was refunded following an urgent review.", option_count: 2, option_distribution: 44, engagement_rate: "52.27" },
            { poll_id: 17, event_id: 31, poll_question: "No response from the customer, so the refund was confirmed.", option_count: 4, option_distribution: 62, engagement_rate: "27.86" },
            { poll_id: 18, event_id: 16, poll_question: "The claim was escalated following an automatic review.", option_count: 4, option_distribution: 55, engagement_rate: "72.90" },
            { poll_id: 19, event_id: 27, poll_question: "The customer reported a standard issue; the booking was rejected.", option_count: 4, option_distribution: 44, engagement_rate: "14.17" },
            { poll_id: 20, event_id: 25, poll_question: "An operator reported a repeat issue; the account was replaced.", option_count: 2, option_distribution: 46, engagement_rate: "50.78" },
            { poll_id: 21, event_id: 28, poll_question: "Flagged as incomplete. The reviewer replaced the appointment.", option_count: 2, option_distribution: 51, engagement_rate: "33.10" },
            { poll_id: 22, event_id: 31, poll_question: "The refund was approved following a manual review.", option_count: 2, option_distribution: 67, engagement_rate: "47.78" },
            { poll_id: 23, event_id: 8, poll_question: "An automatic refund was cancelled the same day.", option_count: 4, option_distribution: 48, engagement_rate: "51.96" },
            { poll_id: 24, event_id: 19, poll_question: "The invoice was rescheduled — standard case, no further action.", option_count: 4, option_distribution: 45, engagement_rate: "39.60" },
            { poll_id: 25, event_id: 7, poll_question: "An automatic booking was rescheduled the same day.", option_count: 3, option_distribution: 26, engagement_rate: "58.18" },
            { poll_id: 26, event_id: 33, poll_question: "The customer confirmed the details and the item was reviewed.", option_count: 2, option_distribution: 60, engagement_rate: "39.68" },
            { poll_id: 27, event_id: 45, poll_question: "The item was rescheduled after a duplicate check.", option_count: 3, option_distribution: 50, engagement_rate: "38.93" },
            { poll_id: 28, event_id: 38, poll_question: "The transfer was resolved after an urgent check.", option_count: 5, option_distribution: 72, engagement_rate: "54.37" },
            { poll_id: 29, event_id: 14, poll_question: "The record was cancelled — repeat case, no further action.", option_count: 2, option_distribution: 41, engagement_rate: "41.94" },
            { poll_id: 30, event_id: 16, poll_question: "The report was completed after a partial check.", option_count: 2, option_distribution: 57, engagement_rate: "57.71" },
            { poll_id: 31, event_id: 50, poll_question: "No response from the reviewer, so the claim was confirmed.", option_count: 4, option_distribution: 66, engagement_rate: "62.87" },
            { poll_id: 32, event_id: 43, poll_question: "An incomplete transfer was reviewed the same day.", option_count: 3, option_distribution: 22, engagement_rate: "57.15" },
            { poll_id: 33, event_id: 9, poll_question: "The account owner asked for a change and the item was completed.", option_count: 4, option_distribution: 78, engagement_rate: "50.13" },
            { poll_id: 34, event_id: 40, poll_question: "The report was rejected after a late check.", option_count: 5, option_distribution: 54, engagement_rate: "64.37" },
            { poll_id: 35, event_id: 20, poll_question: "The session was reviewed following a duplicate review.", option_count: 4, option_distribution: 69, engagement_rate: "56.98" },
            { poll_id: 36, event_id: 23, poll_question: "The invoice was rescheduled after an automatic check.", option_count: 4, option_distribution: 53, engagement_rate: "66.92" },
            { poll_id: 37, event_id: 1, poll_question: "Support reported an incomplete issue; the report was replaced.", option_count: 4, option_distribution: 40, engagement_rate: "46.34" },
            { poll_id: 38, event_id: 31, poll_question: "The reviewer asked for a change and the document was rescheduled.", option_count: 3, option_distribution: 38, engagement_rate: "46.23" },
            { poll_id: 39, event_id: 8, poll_question: "Support asked for a change and the claim was escalated.", option_count: 4, option_distribution: 73, engagement_rate: "59.55" },
            { poll_id: 40, event_id: 16, poll_question: "A standard follow-up: the shipment was escalated.", option_count: 5, option_distribution: 47, engagement_rate: "47.15" },
            { poll_id: 41, event_id: 22, poll_question: "An automatic item was escalated the same day.", option_count: 3, option_distribution: 51, engagement_rate: "55.20" },
            { poll_id: 42, event_id: 17, poll_question: "No response from an operator, so the booking was approved.", option_count: 4, option_distribution: 52, engagement_rate: "76.62" },
            { poll_id: 43, event_id: 33, poll_question: "No response from support, so the invoice was replaced.", option_count: 3, option_distribution: 73, engagement_rate: "69.34" },
            { poll_id: 44, event_id: 35, poll_question: "Flagged as partial. An operator replaced the ticket.", option_count: 2, option_distribution: 35, engagement_rate: "76.58" },
            { poll_id: 45, event_id: 10, poll_question: "The reviewer confirmed the details and the document was reviewed.", option_count: 4, option_distribution: 34, engagement_rate: "44.62" },
            { poll_id: 46, event_id: 50, poll_question: "No response from an operator, so the payment was rescheduled.", option_count: 4, option_distribution: 75, engagement_rate: "66.69" },
            { poll_id: 47, event_id: 23, poll_question: "The booking was delayed after a routine check.", option_count: 5, option_distribution: 24, engagement_rate: "44.98" },
            { poll_id: 48, event_id: 1, poll_question: "An incomplete follow-up: the record was confirmed.", option_count: 3, option_distribution: 40, engagement_rate: "68.18" },
            { poll_id: 49, event_id: 9, poll_question: "The item was resolved — manual case, no further action.", option_count: 3, option_distribution: 61, engagement_rate: "47.75" },
            { poll_id: 50, event_id: 13, poll_question: "The item was reopened after a minor check.", option_count: 3, option_distribution: 51, engagement_rate: "50.15" },
            { poll_id: 51, event_id: 22, poll_question: "An incomplete appointment was reviewed the same day.", option_count: 3, option_distribution: 60, engagement_rate: "63.84" },
            { poll_id: 52, event_id: 42, poll_question: "An incomplete follow-up: the booking was rescheduled.", option_count: 5, option_distribution: 76, engagement_rate: "50.87" },
            { poll_id: 53, event_id: 43, poll_question: "The refund was escalated following a duplicate review.", option_count: 2, option_distribution: 41, engagement_rate: "44.52" },
            { poll_id: 54, event_id: 41, poll_question: "An incomplete ticket was confirmed the same day.", option_count: 3, option_distribution: 83, engagement_rate: "80.41" },
            { poll_id: 55, event_id: 33, poll_question: "A standard follow-up: the shipment was reopened.", option_count: 4, option_distribution: 72, engagement_rate: "52.09" },
            { poll_id: 56, event_id: 8, poll_question: "The reviewer reported a minor issue; the refund was resolved.", option_count: 2, option_distribution: 46, engagement_rate: "58.28" },
            { poll_id: 57, event_id: 32, poll_question: "The customer reported a partial issue; the transfer was refunded.", option_count: 2, option_distribution: 25, engagement_rate: "52.86" },
            { poll_id: 58, event_id: 18, poll_question: "A repeat follow-up: the claim was refunded.", option_count: 5, option_distribution: 52, engagement_rate: "59.71" },
            { poll_id: 59, event_id: 21, poll_question: "No response from the account owner, so the invoice was confirmed.", option_count: 4, option_distribution: 54, engagement_rate: "66.88" },
            { poll_id: 60, event_id: 35, poll_question: "The session was processed after a repeat check.", option_count: 2, option_distribution: 42, engagement_rate: "49.98" },
            { poll_id: 61, event_id: 41, poll_question: "The reviewer reported a routine issue; the ticket was rescheduled.", option_count: 3, option_distribution: 47, engagement_rate: "85.86" },
            { poll_id: 62, event_id: 16, poll_question: "The customer confirmed the details and the order was updated.", option_count: 3, option_distribution: 37, engagement_rate: "33.01" },
            { poll_id: 63, event_id: 20, poll_question: "The ticket was resolved after a manual check.", option_count: 5, option_distribution: 72, engagement_rate: "71.63" },
            { poll_id: 64, event_id: 46, poll_question: "Flagged as minor. The supplier reopened the document.", option_count: 5, option_distribution: 41, engagement_rate: "41.96" },
            { poll_id: 65, event_id: 10, poll_question: "The supplier asked for a change and the refund was rejected.", option_count: 3, option_distribution: 65, engagement_rate: "56.85" },
            { poll_id: 66, event_id: 27, poll_question: "The request was closed after a late check.", option_count: 3, option_distribution: 39, engagement_rate: "58.96" },
            { poll_id: 67, event_id: 24, poll_question: "An urgent follow-up: the record was closed.", option_count: 3, option_distribution: 46, engagement_rate: "55.96" },
            { poll_id: 68, event_id: 28, poll_question: "The request was replaced — urgent case, no further action.", option_count: 3, option_distribution: 71, engagement_rate: "61.46" },
            { poll_id: 69, event_id: 33, poll_question: "A manual item was completed the same day.", option_count: 5, option_distribution: 59, engagement_rate: "53.91" },
            { poll_id: 70, event_id: 12, poll_question: "Flagged as incomplete. The reviewer resolved the ticket.", option_count: 4, option_distribution: 39, engagement_rate: "38.79" },
            { poll_id: 71, event_id: 42, poll_question: "Flagged as unusual. The account owner refunded the appointment.", option_count: 4, option_distribution: 38, engagement_rate: "33.70" },
            { poll_id: 72, event_id: 41, poll_question: "The document was updated following a duplicate review.", option_count: 4, option_distribution: 55, engagement_rate: "51.10" },
            { poll_id: 73, event_id: 49, poll_question: "An unusual ticket was completed the same day.", option_count: 3, option_distribution: 57, engagement_rate: "58.76" },
            { poll_id: 74, event_id: 44, poll_question: "The item was replaced — unusual case, no further action.", option_count: 3, option_distribution: 37, engagement_rate: "57.35" },
            { poll_id: 75, event_id: 39, poll_question: "A standard follow-up: the account was rescheduled.", option_count: 4, option_distribution: 35, engagement_rate: "56.27" },
            { poll_id: 76, event_id: 43, poll_question: "The document was reviewed following a standard review.", option_count: 2, option_distribution: 77, engagement_rate: "56.35" },
            { poll_id: 77, event_id: 42, poll_question: "The report was approved after a duplicate check.", option_count: 2, option_distribution: 80, engagement_rate: "46.20" },
            { poll_id: 78, event_id: 38, poll_question: "An operator confirmed the details and the ticket was rescheduled.", option_count: 2, option_distribution: 38, engagement_rate: "55.45" },
            { poll_id: 79, event_id: 10, poll_question: "A repeat delivery was confirmed the same day.", option_count: 2, option_distribution: 49, engagement_rate: "49.50" },
            { poll_id: 80, event_id: 34, poll_question: "The booking was updated — incomplete case, no further action.", option_count: 2, option_distribution: 43, engagement_rate: "64.25" },
            { poll_id: 81, event_id: 14, poll_question: "No response from an operator, so the payment was closed.", option_count: 2, option_distribution: 68, engagement_rate: "35.27" },
            { poll_id: 82, event_id: 13, poll_question: "The report was refunded following an urgent review.", option_count: 3, option_distribution: 17, engagement_rate: "55.09" },
            { poll_id: 83, event_id: 26, poll_question: "The courier asked for a change and the session was reviewed.", option_count: 4, option_distribution: 43, engagement_rate: "52.46" },
            { poll_id: 84, event_id: 16, poll_question: "No response from the reviewer, so the account was replaced.", option_count: 4, option_distribution: 45, engagement_rate: "65.33" },
            { poll_id: 85, event_id: 23, poll_question: "The team asked for a change and the delivery was updated.", option_count: 4, option_distribution: 17, engagement_rate: "51.31" },
            { poll_id: 86, event_id: 3, poll_question: "The courier asked for a change and the ticket was processed.", option_count: 5, option_distribution: 40, engagement_rate: "39.67" },
            { poll_id: 87, event_id: 23, poll_question: "The claim was replaced after an urgent check.", option_count: 4, option_distribution: 38, engagement_rate: "50.39" },
            { poll_id: 88, event_id: 18, poll_question: "Flagged as automatic. The customer cancelled the claim.", option_count: 3, option_distribution: 37, engagement_rate: "39.47" },
            { poll_id: 89, event_id: 50, poll_question: "The request was delayed following a repeat review.", option_count: 4, option_distribution: 32, engagement_rate: "42.93" },
            { poll_id: 90, event_id: 34, poll_question: "No response from the courier, so the session was resolved.", option_count: 3, option_distribution: 67, engagement_rate: "38.92" },
            { poll_id: 91, event_id: 30, poll_question: "An automatic order was resolved the same day.", option_count: 3, option_distribution: 72, engagement_rate: "65.10" },
            { poll_id: 92, event_id: 8, poll_question: "The delivery was rejected — standard case, no further action.", option_count: 5, option_distribution: 46, engagement_rate: "69.59" },
            { poll_id: 93, event_id: 42, poll_question: "The request was resolved after an incomplete check.", option_count: 5, option_distribution: 72, engagement_rate: "26.79" },
            { poll_id: 94, event_id: 45, poll_question: "An operator confirmed the details and the claim was processed.", option_count: 4, option_distribution: 22, engagement_rate: "52.04" },
            { poll_id: 95, event_id: 15, poll_question: "The courier asked for a change and the transfer was completed.", option_count: 3, option_distribution: 53, engagement_rate: "52.73" },
            { poll_id: 96, event_id: 48, poll_question: "A duplicate follow-up: the transfer was reviewed.", option_count: 3, option_distribution: 77, engagement_rate: "71.58" },
            { poll_id: 97, event_id: 48, poll_question: "Flagged as standard. The supplier delayed the appointment.", option_count: 4, option_distribution: 37, engagement_rate: "66.16" },
            { poll_id: 98, event_id: 38, poll_question: "The team reported an urgent issue; the record was delayed.", option_count: 4, option_distribution: 40, engagement_rate: "48.27" },
            { poll_id: 99, event_id: 40, poll_question: "A partial follow-up: the claim was refunded.", option_count: 3, option_distribution: 48, engagement_rate: "59.40" },
            { poll_id: 100, event_id: 10, poll_question: "No response from the account owner, so the payment was resolved.", option_count: 3, option_distribution: 47, engagement_rate: "59.23" },
        ],
    });
    await prisma.sponsors.createMany({
        data: [
            { sponsor_id: 1, event_id: 50, sponsor_name: "Quill Analytics", booth_url: "https://example.com/along/example", sponsor_type: "gold", sponsor_contact: "quill.analytics@example.com" },
            { sponsor_id: 2, event_id: 25, sponsor_name: "Iron Communications", booth_url: "https://example.com/around/moment", sponsor_type: "gold", sponsor_contact: "iron.communications@example.com" },
            { sponsor_id: 3, event_id: 4, sponsor_name: "Compass Solutions", booth_url: "https://example.com/later/issue", sponsor_type: "gold", sponsor_contact: "compass.solutions@example.net" },
            { sponsor_id: 4, event_id: 8, sponsor_name: "Delta Analytics", booth_url: "https://example.com/enough/plain", sponsor_type: "silver", sponsor_contact: "delta.analytics@example.org" },
            { sponsor_id: 5, event_id: 4, sponsor_name: "Clear Telecom", booth_url: "https://example.com/around/normal", sponsor_type: "bronze", sponsor_contact: "clear.telecom@example.org" },
            { sponsor_id: 6, event_id: 44, sponsor_name: "Lumen Telecom", booth_url: "https://example.com/usual/simple", sponsor_type: "gold", sponsor_contact: "lumen.telecom@example.org" },
            { sponsor_id: 7, event_id: 26, sponsor_name: "Summit Solutions", booth_url: "https://example.com/along/again", sponsor_type: "gold", sponsor_contact: "summit.solutions@example.net" },
            { sponsor_id: 8, event_id: 11, sponsor_name: "Meridian Software", booth_url: "https://example.com/reason/light", sponsor_type: "bronze", sponsor_contact: "meridian.software@example.com" },
            { sponsor_id: 9, event_id: 37, sponsor_name: "Sable Solutions", booth_url: "https://example.com/between/total", sponsor_type: "bronze", sponsor_contact: "sable.solutions@example.net" },
            { sponsor_id: 10, event_id: 35, sponsor_name: "Compass Consulting", booth_url: "https://example.com/bright/easy", sponsor_type: "silver", sponsor_contact: "compass.consulting@example.org" },
            { sponsor_id: 11, event_id: 19, sponsor_name: "Lumen Analytics", booth_url: "https://example.com/nearly/morning", sponsor_type: "gold", sponsor_contact: "lumen.analytics@example.org" },
            { sponsor_id: 12, event_id: 28, sponsor_name: "Granite Software", booth_url: "https://example.com/partial/second", sponsor_type: "gold", sponsor_contact: "granite.software@example.com" },
            { sponsor_id: 13, event_id: 13, sponsor_name: "Ridge Digital", booth_url: "https://example.com/another/record", sponsor_type: "gold", sponsor_contact: "ridge.digital@example.org" },
            { sponsor_id: 14, event_id: 13, sponsor_name: "Bright Solutions", booth_url: "https://example.com/section/recent", sponsor_type: "silver", sponsor_contact: "bright.solutions@example.com" },
            { sponsor_id: 15, event_id: 21, sponsor_name: "Vista Communications", booth_url: "https://example.com/without/early", sponsor_type: "bronze", sponsor_contact: "vista.communications@example.com" },
            { sponsor_id: 16, event_id: 11, sponsor_name: "Blue Software", booth_url: "https://example.com/around/quick", sponsor_type: "silver", sponsor_contact: "blue.software@example.com" },
            { sponsor_id: 17, event_id: 29, sponsor_name: "Oak Telecom", booth_url: "https://example.com/single/update", sponsor_type: "silver", sponsor_contact: "oak.telecom@example.net" },
            { sponsor_id: 18, event_id: 24, sponsor_name: "Juniper Analytics", booth_url: "https://example.com/close/about", sponsor_type: "bronze", sponsor_contact: "juniper.analytics@example.org" },
            { sponsor_id: 19, event_id: 44, sponsor_name: "Vista Digital", booth_url: "https://example.com/minor/every", sponsor_type: "bronze", sponsor_contact: "vista.digital@example.com" },
            { sponsor_id: 20, event_id: 15, sponsor_name: "Meridian Digital", booth_url: "https://example.com/before/special", sponsor_type: "gold", sponsor_contact: "meridian.digital@example.com" },
            { sponsor_id: 21, event_id: 10, sponsor_name: "Acme Communications", booth_url: "https://example.com/toward/morning", sponsor_type: "silver", sponsor_contact: "acme.communications@example.com" },
            { sponsor_id: 22, event_id: 39, sponsor_name: "Vista Services", booth_url: "https://example.com/open/happen", sponsor_type: "silver", sponsor_contact: "vista.services@example.com" },
            { sponsor_id: 23, event_id: 40, sponsor_name: "Ridge Analytics", booth_url: "https://example.com/local/along", sponsor_type: "silver", sponsor_contact: "ridge.analytics@example.org" },
            { sponsor_id: 24, event_id: 33, sponsor_name: "Lumen Communications", booth_url: "https://example.com/second/reason", sponsor_type: "gold", sponsor_contact: "lumen.communications@example.com" },
            { sponsor_id: 25, event_id: 12, sponsor_name: "Ember Services", booth_url: "https://example.com/first/before", sponsor_type: "bronze", sponsor_contact: "ember.services@example.net" },
            { sponsor_id: 26, event_id: 35, sponsor_name: "Crest Software", booth_url: "https://example.com/plain/first", sponsor_type: "gold", sponsor_contact: "crest.software@example.net" },
            { sponsor_id: 27, event_id: 5, sponsor_name: "Delta Software", booth_url: "https://example.com/point/inside", sponsor_type: "gold", sponsor_contact: "delta.software@example.org" },
            { sponsor_id: 28, event_id: 24, sponsor_name: "Lumen Consulting", booth_url: "https://example.com/great/careful", sponsor_type: "gold", sponsor_contact: "lumen.consulting@example.com" },
            { sponsor_id: 29, event_id: 16, sponsor_name: "Field Software", booth_url: "https://example.com/change/reason", sponsor_type: "silver", sponsor_contact: "field.software@example.net" },
            { sponsor_id: 30, event_id: 24, sponsor_name: "Orbit Consulting", booth_url: "https://example.com/happen/morning", sponsor_type: "silver", sponsor_contact: "orbit.consulting@example.com" },
            { sponsor_id: 31, event_id: 44, sponsor_name: "Keystone Software", booth_url: "https://example.com/high/around", sponsor_type: "gold", sponsor_contact: "keystone.software@example.org" },
            { sponsor_id: 32, event_id: 16, sponsor_name: "Iron Systems", booth_url: "https://example.com/second/simple", sponsor_type: "bronze", sponsor_contact: "iron.systems@example.com" },
            { sponsor_id: 33, event_id: 49, sponsor_name: "North Systems", booth_url: "https://example.com/strong/final", sponsor_type: "bronze", sponsor_contact: "north.systems@example.net" },
            { sponsor_id: 34, event_id: 46, sponsor_name: "Forge Services", booth_url: "https://example.com/whole/first", sponsor_type: "silver", sponsor_contact: "forge.services@example.com" },
            { sponsor_id: 35, event_id: 36, sponsor_name: "Forge Services", booth_url: "https://example.com/month/still", sponsor_type: "silver", sponsor_contact: "forge.services@example.net" },
            { sponsor_id: 36, event_id: 49, sponsor_name: "Iron Telecom", booth_url: "https://example.com/several/follow", sponsor_type: "gold", sponsor_contact: "iron.telecom@example.com" },
            { sponsor_id: 37, event_id: 20, sponsor_name: "Atlas Software", booth_url: "https://example.com/toward/general", sponsor_type: "bronze", sponsor_contact: "atlas.software@example.org" },
            { sponsor_id: 38, event_id: 15, sponsor_name: "Willow Communications", booth_url: "https://example.com/total/long", sponsor_type: "gold", sponsor_contact: "willow.communications@example.com" },
            { sponsor_id: 39, event_id: 46, sponsor_name: "Compass Software", booth_url: "https://example.com/public/outside", sponsor_type: "gold", sponsor_contact: "compass.software@example.net" },
            { sponsor_id: 40, event_id: 45, sponsor_name: "Vector Software", booth_url: "https://example.com/public/change", sponsor_type: "gold", sponsor_contact: "vector.software@example.org" },
            { sponsor_id: 41, event_id: 11, sponsor_name: "Iron Solutions", booth_url: "https://example.com/easy/great", sponsor_type: "gold", sponsor_contact: "iron.solutions@example.com" },
            { sponsor_id: 42, event_id: 48, sponsor_name: "Clear Communications", booth_url: "https://example.com/follow/level", sponsor_type: "bronze", sponsor_contact: "clear.communications@example.net" },
            { sponsor_id: 43, event_id: 22, sponsor_name: "Juniper Analytics", booth_url: "https://example.com/recent/toward", sponsor_type: "silver", sponsor_contact: "juniper.analytics@example.org" },
            { sponsor_id: 44, event_id: 38, sponsor_name: "Granite Communications", booth_url: "https://example.com/moment/local", sponsor_type: "gold", sponsor_contact: "granite.communications@example.org" },
            { sponsor_id: 45, event_id: 1, sponsor_name: "Quill Systems", booth_url: "https://example.com/another/easy", sponsor_type: "gold", sponsor_contact: "quill.systems@example.net" },
            { sponsor_id: 46, event_id: 8, sponsor_name: "Juniper Systems", booth_url: "https://example.com/special/minor", sponsor_type: "bronze", sponsor_contact: "juniper.systems@example.net" },
            { sponsor_id: 47, event_id: 42, sponsor_name: "Willow Services", booth_url: "https://example.com/open/point", sponsor_type: "gold", sponsor_contact: "willow.services@example.org" },
            { sponsor_id: 48, event_id: 17, sponsor_name: "Oak Services", booth_url: "https://example.com/given/inside", sponsor_type: "gold", sponsor_contact: "oak.services@example.org" },
            { sponsor_id: 49, event_id: 43, sponsor_name: "Harbor Software", booth_url: "https://example.com/easy/careful", sponsor_type: "silver", sponsor_contact: "harbor.software@example.com" },
            { sponsor_id: 50, event_id: 35, sponsor_name: "Sable Consulting", booth_url: "https://example.com/after/always", sponsor_type: "gold", sponsor_contact: "sable.consulting@example.com" },
            { sponsor_id: 51, event_id: 41, sponsor_name: "Field Digital", booth_url: "https://example.com/later/moving", sponsor_type: "silver", sponsor_contact: "field.digital@example.net" },
            { sponsor_id: 52, event_id: 34, sponsor_name: "Crest Consulting", booth_url: "https://example.com/whole/morning", sponsor_type: "silver", sponsor_contact: "crest.consulting@example.org" },
            { sponsor_id: 53, event_id: 6, sponsor_name: "Sable Telecom", booth_url: "https://example.com/again/inside", sponsor_type: "gold", sponsor_contact: "sable.telecom@example.com" },
            { sponsor_id: 54, event_id: 3, sponsor_name: "Compass Solutions", booth_url: "https://example.com/outside/along", sponsor_type: "gold", sponsor_contact: "compass.solutions@example.org" },
            { sponsor_id: 55, event_id: 14, sponsor_name: "Keystone Communications", booth_url: "https://example.com/whole/outside", sponsor_type: "gold", sponsor_contact: "keystone.communications@example.com" },
            { sponsor_id: 56, event_id: 7, sponsor_name: "Atlas Services", booth_url: "https://example.com/moment/month", sponsor_type: "bronze", sponsor_contact: "atlas.services@example.org" },
            { sponsor_id: 57, event_id: 23, sponsor_name: "Keystone Software", booth_url: "https://example.com/plain/another", sponsor_type: "gold", sponsor_contact: "keystone.software@example.net" },
            { sponsor_id: 58, event_id: 27, sponsor_name: "Juniper Systems", booth_url: "https://example.com/several/single", sponsor_type: "gold", sponsor_contact: "juniper.systems@example.net" },
            { sponsor_id: 59, event_id: 32, sponsor_name: "Apex Communications", booth_url: "https://example.com/first/simple", sponsor_type: "gold", sponsor_contact: "apex.communications@example.org" },
            { sponsor_id: 60, event_id: 19, sponsor_name: "Granite Solutions", booth_url: "https://example.com/little/month", sponsor_type: "gold", sponsor_contact: "granite.solutions@example.com" },
            { sponsor_id: 61, event_id: 21, sponsor_name: "Granite Solutions", booth_url: "https://example.com/outside/reason", sponsor_type: "gold", sponsor_contact: "granite.solutions@example.com" },
            { sponsor_id: 62, event_id: 1, sponsor_name: "Keystone Consulting", booth_url: "https://example.com/example/total", sponsor_type: "gold", sponsor_contact: "keystone.consulting@example.net" },
            { sponsor_id: 63, event_id: 21, sponsor_name: "Delta Telecom", booth_url: "https://example.com/public/ground", sponsor_type: "gold", sponsor_contact: "delta.telecom@example.org" },
            { sponsor_id: 64, event_id: 4, sponsor_name: "North Systems", booth_url: "https://example.com/point/plain", sponsor_type: "bronze", sponsor_contact: "north.systems@example.net" },
            { sponsor_id: 65, event_id: 34, sponsor_name: "Clear Digital", booth_url: "https://example.com/small/large", sponsor_type: "gold", sponsor_contact: "clear.digital@example.com" },
            { sponsor_id: 66, event_id: 31, sponsor_name: "Vista Digital", booth_url: "https://example.com/enough/result", sponsor_type: "silver", sponsor_contact: "vista.digital@example.com" },
            { sponsor_id: 67, event_id: 37, sponsor_name: "Beacon Analytics", booth_url: "https://example.com/inside/today", sponsor_type: "gold", sponsor_contact: "beacon.analytics@example.net" },
            { sponsor_id: 68, event_id: 1, sponsor_name: "Keystone Communications", booth_url: "https://example.com/public/month", sponsor_type: "bronze", sponsor_contact: "keystone.communications@example.com" },
            { sponsor_id: 69, event_id: 27, sponsor_name: "Atlas Solutions", booth_url: "https://example.com/about/ground", sponsor_type: "gold", sponsor_contact: "atlas.solutions@example.com" },
            { sponsor_id: 70, event_id: 43, sponsor_name: "Field Analytics", booth_url: "https://example.com/public/yearly", sponsor_type: "gold", sponsor_contact: "field.analytics@example.com" },
            { sponsor_id: 71, event_id: 30, sponsor_name: "Ember Software", booth_url: "https://example.com/high/month", sponsor_type: "gold", sponsor_contact: "ember.software@example.net" },
            { sponsor_id: 72, event_id: 47, sponsor_name: "North Software", booth_url: "https://example.com/toward/update", sponsor_type: "bronze", sponsor_contact: "north.software@example.org" },
            { sponsor_id: 73, event_id: 2, sponsor_name: "Pine Analytics", booth_url: "https://example.com/about/nearly", sponsor_type: "gold", sponsor_contact: "pine.analytics@example.org" },
            { sponsor_id: 74, event_id: 18, sponsor_name: "Clear Software", booth_url: "https://example.com/minor/later", sponsor_type: "bronze", sponsor_contact: "clear.software@example.net" },
            { sponsor_id: 75, event_id: 9, sponsor_name: "Delta Services", booth_url: "https://example.com/steady/because", sponsor_type: "gold", sponsor_contact: "delta.services@example.org" },
            { sponsor_id: 76, event_id: 7, sponsor_name: "Quill Consulting", booth_url: "https://example.com/toward/strong", sponsor_type: "gold", sponsor_contact: "quill.consulting@example.net" },
            { sponsor_id: 77, event_id: 23, sponsor_name: "Ridge Software", booth_url: "https://example.com/clear/special", sponsor_type: "gold", sponsor_contact: "ridge.software@example.net" },
            { sponsor_id: 78, event_id: 18, sponsor_name: "Orbit Systems", booth_url: "https://example.com/open/order", sponsor_type: "gold", sponsor_contact: "orbit.systems@example.org" },
            { sponsor_id: 79, event_id: 5, sponsor_name: "River Communications", booth_url: "https://example.com/easy/inside", sponsor_type: "silver", sponsor_contact: "river.communications@example.org" },
        ],
    });
    await prisma.users.createMany({
        data: [
            { user_id: 1, full_name: "Marco Taylor", email: "marco.taylor@example.com", joined_at: "2022-08-27", profile_picture: "https://example.com/ready/short" },
            { user_id: 2, full_name: "Kai Chen", email: "kai.chen@example.org", joined_at: "2022-09-23", profile_picture: "https://example.com/weekly/result" },
            { user_id: 3, full_name: "Hugo Flores", email: "hugo.flores@example.org", joined_at: "2022-02-14", profile_picture: "https://example.com/single/small" },
            { user_id: 4, full_name: "Olivia Lopez", email: "olivia.lopez@example.net", joined_at: "2022-10-08", profile_picture: "https://example.com/partial/normal" },
            { user_id: 5, full_name: "Hugo Nakamura", email: "hugo.nakamura@example.com", joined_at: "2022-10-27", profile_picture: "https://example.com/given/quick" },
            { user_id: 6, full_name: "Alice Smith", email: "alice.smith@example.org", joined_at: "2022-07-22", profile_picture: "https://example.com/minor/later" },
            { user_id: 7, full_name: "Daniel Diaz", email: "daniel.diaz@example.net", joined_at: "2022-12-23", profile_picture: "https://example.com/group/toward" },
            { user_id: 8, full_name: "Carlos Evans", email: "carlos.evans@example.net", joined_at: "2022-06-20", profile_picture: "https://example.com/inside/morning" },
            { user_id: 9, full_name: "Chen Baker", email: "chen.baker@example.org", joined_at: "2022-01-07", profile_picture: "https://example.com/today/clear" },
            { user_id: 10, full_name: "Sofia Kaya", email: "sofia.kaya@example.net", joined_at: "2022-09-05", profile_picture: "https://example.com/public/matter" },
            { user_id: 11, full_name: "Amir Lee", email: "amir.lee@example.com", joined_at: "2022-05-02", profile_picture: "https://example.com/useful/nearly" },
            { user_id: 12, full_name: "Tariq Cruz", email: "tariq.cruz@example.org", joined_at: "2022-01-24", profile_picture: "https://example.com/minor/number" },
            { user_id: 13, full_name: "Deniz Khan", email: "deniz.khan@example.net", joined_at: "2022-01-30", profile_picture: "https://example.com/change/natural" },
            { user_id: 14, full_name: "Nour Mendes", email: "nour.mendes@example.net", joined_at: "2022-08-16", profile_picture: "https://example.com/because/various" },
            { user_id: 15, full_name: "Victor Nguyen", email: "victor.nguyen@example.net", joined_at: "2022-04-02", profile_picture: "https://example.com/daily/toward" },
            { user_id: 16, full_name: "Leo Khan", email: "leo.khan@example.org", joined_at: "2022-06-22", profile_picture: "https://example.com/short/change" },
            { user_id: 17, full_name: "Pedro Sato", email: "pedro.sato@example.com", joined_at: "2022-10-20", profile_picture: "https://example.com/light/follow" },
            { user_id: 18, full_name: "Ben Davis", email: "ben.davis@example.com", joined_at: "2022-11-22", profile_picture: "https://example.com/support/ground" },
            { user_id: 19, full_name: "Ruby Garcia", email: "ruby.garcia@example.org", joined_at: "2022-09-08", profile_picture: "https://example.com/example/point" },
            { user_id: 20, full_name: "Leo Singh", email: "leo.singh@example.org", joined_at: "2022-09-17", profile_picture: "https://example.com/major/large" },
            { user_id: 21, full_name: "Omar Flores", email: "omar.flores@example.org", joined_at: "2022-09-15", profile_picture: "https://example.com/follow/update" },
            { user_id: 22, full_name: "Tariq Schneider", email: "tariq.schneider@example.net", joined_at: "2022-05-10", profile_picture: "https://example.com/moment/every" },
            { user_id: 23, full_name: "Carlos Zhang", email: "carlos.zhang@example.com", joined_at: "2023-01-01", profile_picture: "https://example.com/level/public" },
            { user_id: 24, full_name: "Amir Wang", email: "amir.wang@example.com", joined_at: "2022-07-26", profile_picture: "https://example.com/common/every" },
            { user_id: 25, full_name: "Tomas Yilmaz", email: "tomas.yilmaz@example.com", joined_at: "2022-11-07", profile_picture: "https://example.com/nearly/section" },
            { user_id: 26, full_name: "James Demir", email: "james.demir@example.com", joined_at: "2022-12-19", profile_picture: "https://example.com/follow/total" },
            { user_id: 27, full_name: "Hana Yilmaz", email: "hana.yilmaz@example.org", joined_at: "2022-05-20", profile_picture: "https://example.com/total/without" },
            { user_id: 28, full_name: "Yara Yilmaz", email: "yara.yilmaz@example.net", joined_at: "2022-02-13", profile_picture: "https://example.com/issue/again" },
            { user_id: 29, full_name: "Ravi Costa", email: "ravi.costa@example.net", joined_at: "2022-06-27", profile_picture: "https://example.com/small/plain" },
            { user_id: 30, full_name: "Fatima Wilson", email: "fatima.wilson@example.org", joined_at: "2022-03-20", profile_picture: "https://example.com/every/section" },
            { user_id: 31, full_name: "Elena Jensen", email: "elena.jensen@example.net", joined_at: "2022-08-14", profile_picture: "https://example.com/month/light" },
            { user_id: 32, full_name: "Ivan Lee", email: "ivan.lee@example.com", joined_at: "2022-05-05", profile_picture: "https://example.com/number/first" },
            { user_id: 33, full_name: "Chen Bauer", email: "chen.bauer@example.org", joined_at: "2022-08-07", profile_picture: "https://example.com/reason/group" },
            { user_id: 34, full_name: "Mila Young", email: "mila.young@example.com", joined_at: "2022-12-13", profile_picture: "https://example.com/general/regular" },
            { user_id: 35, full_name: "Sofia Taylor", email: "sofia.taylor@example.net", joined_at: "2022-04-17", profile_picture: "https://example.com/inside/plain" },
            { user_id: 36, full_name: "Nadia Rossi", email: "nadia.rossi@example.org", joined_at: "2022-09-18", profile_picture: "https://example.com/moving/issue" },
            { user_id: 37, full_name: "Ivan Andersen", email: "ivan.andersen@example.net", joined_at: "2022-06-18", profile_picture: "https://example.com/minor/other" },
            { user_id: 38, full_name: "Karim Novak", email: "karim.novak@example.org", joined_at: "2022-08-13", profile_picture: "https://example.com/long/high" },
            { user_id: 39, full_name: "Laura Ali", email: "laura.ali@example.org", joined_at: "2022-10-08", profile_picture: "https://example.com/short/close" },
            { user_id: 40, full_name: "Yara Ahmed", email: "yara.ahmed@example.org", joined_at: "2022-04-03", profile_picture: "https://example.com/open/major" },
            { user_id: 41, full_name: "Hannah Miller", email: "hannah.miller@example.org", joined_at: "2022-12-16", profile_picture: "https://example.com/high/total" },
            { user_id: 42, full_name: "Lina Kaya", email: "lina.kaya@example.com", joined_at: "2022-11-09", profile_picture: "https://example.com/given/moment" },
            { user_id: 43, full_name: "Theo Pereira", email: "theo.pereira@example.com", joined_at: "2022-10-10", profile_picture: "https://example.com/along/issue" },
            { user_id: 44, full_name: "Anna Carter", email: "anna.carter@example.org", joined_at: "2022-04-25", profile_picture: "https://example.com/group/clear" },
            { user_id: 45, full_name: "Grace Hoffmann", email: "grace.hoffmann@example.org", joined_at: "2022-01-14", profile_picture: "https://example.com/weekly/review" },
            { user_id: 46, full_name: "Marco Lopez", email: "marco.lopez@example.com", joined_at: "2022-06-22", profile_picture: "https://example.com/toward/still" },
            { user_id: 47, full_name: "Victor Castro", email: "victor.castro@example.org", joined_at: "2022-08-20", profile_picture: "https://example.com/long/several" },
            { user_id: 48, full_name: "Kai Ibrahim", email: "kai.ibrahim@example.com", joined_at: "2022-01-31", profile_picture: "https://example.com/today/given" },
            { user_id: 49, full_name: "Yara Young", email: "yara.young@example.com", joined_at: "2022-10-04", profile_picture: "https://example.com/clear/point" },
            { user_id: 50, full_name: "Mei Wang", email: "mei.wang@example.org", joined_at: "2022-08-17", profile_picture: "https://example.com/issue/high" },
            { user_id: 51, full_name: "Ben Wright", email: "ben.wright@example.net", joined_at: "2022-07-11", profile_picture: "https://example.com/general/still" },
            { user_id: 52, full_name: "Hannah Demir", email: "hannah.demir@example.net", joined_at: "2022-05-19", profile_picture: "https://example.com/regular/clear" },
            { user_id: 53, full_name: "Alice Ahmed", email: "alice.ahmed@example.org", joined_at: "2022-03-25", profile_picture: "https://example.com/usual/order" },
            { user_id: 54, full_name: "Oscar Park", email: "oscar.park@example.org", joined_at: "2022-08-19", profile_picture: "https://example.com/about/before" },
            { user_id: 55, full_name: "Paula Johnson", email: "paula.johnson@example.com", joined_at: "2022-12-19", profile_picture: "https://example.com/minor/simple" },
            { user_id: 56, full_name: "Diego Taylor", email: "diego.taylor@example.net", joined_at: "2022-07-11", profile_picture: "https://example.com/detail/close" },
            { user_id: 57, full_name: "Ravi Hansen", email: "ravi.hansen@example.org", joined_at: "2022-11-05", profile_picture: "https://example.com/yearly/first" },
            { user_id: 58, full_name: "Daniel Brown", email: "daniel.brown@example.org", joined_at: "2022-06-02", profile_picture: "https://example.com/often/support" },
            { user_id: 59, full_name: "Emma Sato", email: "emma.sato@example.org", joined_at: "2022-12-26", profile_picture: "https://example.com/notice/before" },
            { user_id: 60, full_name: "Sofia Garcia", email: "sofia.garcia@example.com", joined_at: "2022-05-16", profile_picture: "https://example.com/single/several" },
            { user_id: 61, full_name: "Karim Martin", email: "karim.martin@example.com", joined_at: "2022-10-28", profile_picture: "https://example.com/large/notice" },
            { user_id: 62, full_name: "Ana Martin", email: "ana.martin@example.org", joined_at: "2022-11-03", profile_picture: "https://example.com/simple/high" },
            { user_id: 63, full_name: "Deniz Smith", email: "deniz.smith@example.com", joined_at: "2022-10-28", profile_picture: "https://example.com/another/total" },
            { user_id: 64, full_name: "Zoe Smith", email: "zoe.smith@example.org", joined_at: "2022-11-23", profile_picture: "https://example.com/local/system" },
            { user_id: 65, full_name: "Leo Nguyen", email: "leo.nguyen@example.com", joined_at: "2022-09-07", profile_picture: "https://example.com/change/happen" },
            { user_id: 66, full_name: "Lucas Wright", email: "lucas.wright@example.org", joined_at: "2022-04-18", profile_picture: "https://example.com/ready/long" },
            { user_id: 67, full_name: "Karim Baker", email: "karim.baker@example.com", joined_at: "2022-11-02", profile_picture: "https://example.com/period/inside" },
            { user_id: 68, full_name: "James Schmidt", email: "james.schmidt@example.net", joined_at: "2022-07-16", profile_picture: "https://example.com/useful/high" },
            { user_id: 69, full_name: "Oscar Adams", email: "oscar.adams@example.org", joined_at: "2022-07-14", profile_picture: "https://example.com/ground/inside" },
            { user_id: 70, full_name: "Andre Wilson", email: "andre.wilson@example.org", joined_at: "2022-12-05", profile_picture: "https://example.com/recent/steady" },
            { user_id: 71, full_name: "Noah Ruiz", email: "noah.ruiz@example.com", joined_at: "2022-04-30", profile_picture: "https://example.com/section/ready" },
            { user_id: 72, full_name: "Carlos Hughes", email: "carlos.hughes@example.net", joined_at: "2022-04-29", profile_picture: "https://example.com/order/several" },
            { user_id: 73, full_name: "Arjun Lee", email: "arjun.lee@example.org", joined_at: "2022-09-18", profile_picture: "https://example.com/example/before" },
            { user_id: 74, full_name: "Zara Ahmed", email: "zara.ahmed@example.net", joined_at: "2022-11-13", profile_picture: "https://example.com/enough/large" },
            { user_id: 75, full_name: "Hugo Mendes", email: "hugo.mendes@example.com", joined_at: "2022-06-17", profile_picture: "https://example.com/toward/clear" },
            { user_id: 76, full_name: "Felix Sato", email: "felix.sato@example.net", joined_at: "2022-11-03", profile_picture: "https://example.com/happen/support" },
            { user_id: 77, full_name: "Omar Dubois", email: "omar.dubois@example.net", joined_at: "2022-04-22", profile_picture: "https://example.com/clear/happen" },
            { user_id: 78, full_name: "Theo Kim", email: "theo.kim@example.org", joined_at: "2022-10-23", profile_picture: "https://example.com/early/strong" },
            { user_id: 79, full_name: "Jonas Fischer", email: "jonas.fischer@example.com", joined_at: "2022-10-17", profile_picture: "https://example.com/often/along" },
            { user_id: 80, full_name: "Amir Smith", email: "amir.smith@example.org", joined_at: "2022-11-01", profile_picture: "https://example.com/always/inside" },
            { user_id: 81, full_name: "Carlos Novak", email: "carlos.novak@example.org", joined_at: "2022-08-04", profile_picture: "https://example.com/about/section" },
            { user_id: 82, full_name: "Rosa Singh", email: "rosa.singh@example.com", joined_at: "2022-10-22", profile_picture: "https://example.com/before/always" },
            { user_id: 83, full_name: "Noah Flores", email: "noah.flores@example.org", joined_at: "2022-05-02", profile_picture: "https://example.com/total/morning" },
            { user_id: 84, full_name: "Nina Sousa", email: "nina.sousa@example.net", joined_at: "2022-06-21", profile_picture: "https://example.com/yearly/group" },
            { user_id: 85, full_name: "Nina Baker", email: "nina.baker@example.net", joined_at: "2022-11-26", profile_picture: "https://example.com/level/between" },
            { user_id: 86, full_name: "Hugo Jensen", email: "hugo.jensen@example.org", joined_at: "2022-07-16", profile_picture: "https://example.com/notice/enough" },
            { user_id: 87, full_name: "Alice Hughes", email: "alice.hughes@example.org", joined_at: "2022-07-11", profile_picture: "https://example.com/system/other" },
            { user_id: 88, full_name: "Diego Garcia", email: "diego.garcia@example.org", joined_at: "2022-08-09", profile_picture: "https://example.com/still/inside" },
            { user_id: 89, full_name: "Isaac Weber", email: "isaac.weber@example.com", joined_at: "2022-11-22", profile_picture: "https://example.com/early/special" },
            { user_id: 90, full_name: "Chen Silva", email: "chen.silva@example.com", joined_at: "2022-12-03", profile_picture: "https://example.com/detail/large" },
            { user_id: 91, full_name: "Carla Fischer", email: "carla.fischer@example.com", joined_at: "2022-05-19", profile_picture: "https://example.com/notice/long" },
            { user_id: 92, full_name: "Theo Johnson", email: "theo.johnson@example.net", joined_at: "2022-11-06", profile_picture: "https://example.com/steady/bright" },
            { user_id: 93, full_name: "Noah Hoffmann", email: "noah.hoffmann@example.org", joined_at: "2022-02-25", profile_picture: "https://example.com/about/total" },
            { user_id: 94, full_name: "Fatima Brown", email: "fatima.brown@example.org", joined_at: "2022-11-27", profile_picture: "https://example.com/short/close" },
            { user_id: 95, full_name: "Ana Jansen", email: "ana.jansen@example.com", joined_at: "2022-08-08", profile_picture: "https://example.com/later/local" },
            { user_id: 96, full_name: "Nina Nakamura", email: "nina.nakamura@example.net", joined_at: "2022-10-01", profile_picture: "https://example.com/minor/public" },
            { user_id: 97, full_name: "Fatima Sousa", email: "fatima.sousa@example.net", joined_at: "2022-07-04", profile_picture: "https://example.com/general/moving" },
            { user_id: 98, full_name: "Zara Park", email: "zara.park@example.com", joined_at: "2022-11-10", profile_picture: "https://example.com/close/around" },
            { user_id: 99, full_name: "Carlos Lee", email: "carlos.lee@example.org", joined_at: "2022-03-07", profile_picture: "https://example.com/system/month" },
            { user_id: 100, full_name: "Jonas Ibrahim", email: "jonas.ibrahim@example.net", joined_at: "2022-08-02", profile_picture: "https://example.com/notice/section" },
            { user_id: 101, full_name: "Lena Oliveira", email: "lena.oliveira@example.com", joined_at: "2022-10-06", profile_picture: "https://example.com/quiet/early" },
            { user_id: 102, full_name: "Nadia Wilson", email: "nadia.wilson@example.org", joined_at: "2022-11-04", profile_picture: "https://example.com/recent/result" },
            { user_id: 103, full_name: "Pedro Ali", email: "pedro.ali@example.com", joined_at: "2022-09-03", profile_picture: "https://example.com/today/first" },
            { user_id: 104, full_name: "Ibrahim Park", email: "ibrahim.park@example.com", joined_at: "2022-10-01", profile_picture: "https://example.com/final/enough" },
            { user_id: 105, full_name: "Wei Nakamura", email: "wei.nakamura@example.org", joined_at: "2022-10-20", profile_picture: "https://example.com/later/review" },
            { user_id: 106, full_name: "Priya Bauer", email: "priya.bauer@example.com", joined_at: "2022-11-21", profile_picture: "https://example.com/update/close" },
            { user_id: 107, full_name: "Ravi Taylor", email: "ravi.taylor@example.com", joined_at: "2022-05-20", profile_picture: "https://example.com/group/nearly" },
            { user_id: 108, full_name: "Mila Becker", email: "mila.becker@example.net", joined_at: "2022-02-12", profile_picture: "https://example.com/useful/moment" },
            { user_id: 109, full_name: "Noah Klein", email: "noah.klein@example.org", joined_at: "2022-04-03", profile_picture: "https://example.com/nearly/outside" },
            { user_id: 110, full_name: "Oscar Lopez", email: "oscar.lopez@example.org", joined_at: "2022-03-21", profile_picture: "https://example.com/within/second" },
            { user_id: 111, full_name: "Ethan Adams", email: "ethan.adams@example.com", joined_at: "2022-12-08", profile_picture: "https://example.com/update/along" },
            { user_id: 112, full_name: "Mia Sato", email: "mia.sato@example.com", joined_at: "2022-09-01", profile_picture: "https://example.com/bright/inside" },
            { user_id: 113, full_name: "Olivia Moreau", email: "olivia.moreau@example.com", joined_at: "2022-11-13", profile_picture: "https://example.com/long/about" },
            { user_id: 114, full_name: "Priya Carter", email: "priya.carter@example.net", joined_at: "2022-03-27", profile_picture: "https://example.com/detail/various" },
            { user_id: 115, full_name: "Zoe Moreau", email: "zoe.moreau@example.com", joined_at: "2022-12-25", profile_picture: "https://example.com/general/outside" },
            { user_id: 116, full_name: "Jade Lopez", email: "jade.lopez@example.org", joined_at: "2022-10-15", profile_picture: "https://example.com/bright/second" },
            { user_id: 117, full_name: "Arjun Adams", email: "arjun.adams@example.net", joined_at: "2022-12-02", profile_picture: "https://example.com/short/local" },
            { user_id: 118, full_name: "David Nakamura", email: "david.nakamura@example.com", joined_at: "2022-05-09", profile_picture: "https://example.com/morning/recent" },
            { user_id: 119, full_name: "Sara Kowalski", email: "sara.kowalski@example.com", joined_at: "2022-12-27", profile_picture: "https://example.com/general/detail" },
            { user_id: 120, full_name: "Lena Brown", email: "lena.brown@example.net", joined_at: "2022-05-23", profile_picture: "https://example.com/within/support" },
            { user_id: 121, full_name: "Ravi Andersen", email: "ravi.andersen@example.net", joined_at: "2022-10-04", profile_picture: "https://example.com/total/common" },
            { user_id: 122, full_name: "Tomas Torres", email: "tomas.torres@example.net", joined_at: "2022-05-15", profile_picture: "https://example.com/weekly/natural" },
            { user_id: 123, full_name: "Mateo Hansen", email: "mateo.hansen@example.org", joined_at: "2022-12-22", profile_picture: "https://example.com/clear/record" },
            { user_id: 124, full_name: "Chloe Castro", email: "chloe.castro@example.org", joined_at: "2022-07-26", profile_picture: "https://example.com/toward/moving" },
            { user_id: 125, full_name: "Alice Meyer", email: "alice.meyer@example.com", joined_at: "2022-01-09", profile_picture: "https://example.com/support/often" },
            { user_id: 126, full_name: "Isaac Walker", email: "isaac.walker@example.com", joined_at: "2022-09-09", profile_picture: "https://example.com/easy/number" },
            { user_id: 127, full_name: "Noah Ibrahim", email: "noah.ibrahim@example.com", joined_at: "2022-12-20", profile_picture: "https://example.com/clear/recent" },
            { user_id: 128, full_name: "Sam Weber", email: "sam.weber@example.org", joined_at: "2022-07-05", profile_picture: "https://example.com/normal/every" },
            { user_id: 129, full_name: "Julia Becker", email: "julia.becker@example.net", joined_at: "2022-03-01", profile_picture: "https://example.com/point/close" },
            { user_id: 130, full_name: "Mei Schmidt", email: "mei.schmidt@example.org", joined_at: "2022-05-10", profile_picture: "https://example.com/little/careful" },
            { user_id: 131, full_name: "Wei Patel", email: "wei.patel@example.net", joined_at: "2022-05-04", profile_picture: "https://example.com/around/result" },
            { user_id: 132, full_name: "Nina Diaz", email: "nina.diaz@example.com", joined_at: "2022-07-27", profile_picture: "https://example.com/notice/local" },
            { user_id: 133, full_name: "Mia Rossi", email: "mia.rossi@example.org", joined_at: "2022-07-26", profile_picture: "https://example.com/careful/strong" },
            { user_id: 134, full_name: "Carla Bennett", email: "carla.bennett@example.net", joined_at: "2022-09-27", profile_picture: "https://example.com/simple/every" },
            { user_id: 135, full_name: "Victor Costa", email: "victor.costa@example.net", joined_at: "2022-06-30", profile_picture: "https://example.com/enough/again" },
            { user_id: 136, full_name: "Mia Miller", email: "mia.miller@example.net", joined_at: "2022-11-13", profile_picture: "https://example.com/normal/matter" },
            { user_id: 137, full_name: "Daniel Hoffmann", email: "daniel.hoffmann@example.org", joined_at: "2022-03-30", profile_picture: "https://example.com/about/after" },
            { user_id: 138, full_name: "Maria Schmidt", email: "maria.schmidt@example.org", joined_at: "2022-09-23", profile_picture: "https://example.com/direct/common" },
            { user_id: 139, full_name: "Rafael Pereira", email: "rafael.pereira@example.com", joined_at: "2022-08-12", profile_picture: "https://example.com/month/section" },
            { user_id: 140, full_name: "Alice Pereira", email: "alice.pereira@example.org", joined_at: "2022-03-19", profile_picture: "https://example.com/ground/short" },
            { user_id: 141, full_name: "Mohamed Costa", email: "mohamed.costa@example.net", joined_at: "2022-12-16", profile_picture: "https://example.com/about/strong" },
            { user_id: 142, full_name: "Felix Davis", email: "felix.davis@example.net", joined_at: "2022-08-14", profile_picture: "https://example.com/short/great" },
            { user_id: 143, full_name: "Olivia Reyes", email: "olivia.reyes@example.org", joined_at: "2022-10-04", profile_picture: "https://example.com/point/useful" },
            { user_id: 144, full_name: "Yara Evans", email: "yara.evans@example.org", joined_at: "2022-03-28", profile_picture: "https://example.com/whole/careful" },
            { user_id: 145, full_name: "Ana Taylor", email: "ana.taylor@example.org", joined_at: "2022-01-28", profile_picture: "https://example.com/detail/today" },
            { user_id: 146, full_name: "Ana Ahmed", email: "ana.ahmed@example.com", joined_at: "2022-05-16", profile_picture: "https://example.com/strong/always" },
            { user_id: 147, full_name: "Mateo Wright", email: "mateo.wright@example.com", joined_at: "2022-08-21", profile_picture: "https://example.com/matter/quick" },
            { user_id: 148, full_name: "Rafael Smith", email: "rafael.smith@example.org", joined_at: "2022-12-24", profile_picture: "https://example.com/point/notice" },
            { user_id: 149, full_name: "Noah Hoffmann", email: "noah.hoffmann@example.net", joined_at: "2022-07-27", profile_picture: "https://example.com/yearly/change" },
            { user_id: 150, full_name: "Sofia Singh", email: "sofia.singh@example.org", joined_at: "2022-12-04", profile_picture: "https://example.com/happen/little" },
            { user_id: 151, full_name: "Amir Larsen", email: "amir.larsen@example.org", joined_at: "2022-07-24", profile_picture: "https://example.com/reason/summary" },
            { user_id: 152, full_name: "Daniel Baker", email: "daniel.baker@example.com", joined_at: "2022-05-19", profile_picture: "https://example.com/local/useful" },
            { user_id: 153, full_name: "Carla Lopez", email: "carla.lopez@example.com", joined_at: "2022-10-10", profile_picture: "https://example.com/number/single" },
            { user_id: 154, full_name: "David Oliveira", email: "david.oliveira@example.net", joined_at: "2022-08-22", profile_picture: "https://example.com/little/order" },
            { user_id: 155, full_name: "Maja Oliveira", email: "maja.oliveira@example.org", joined_at: "2022-08-13", profile_picture: "https://example.com/local/notice" },
            { user_id: 156, full_name: "Wei Martin", email: "wei.martin@example.net", joined_at: "2022-11-16", profile_picture: "https://example.com/morning/another" },
            { user_id: 157, full_name: "Amir Weber", email: "amir.weber@example.org", joined_at: "2022-01-30", profile_picture: "https://example.com/point/another" },
            { user_id: 158, full_name: "Ines Taylor", email: "ines.taylor@example.net", joined_at: "2022-02-27", profile_picture: "https://example.com/light/level" },
            { user_id: 159, full_name: "Deniz Khan", email: "deniz.khan@example.org", joined_at: "2022-11-19", profile_picture: "https://example.com/happen/clear" },
            { user_id: 160, full_name: "Rafael Kumar", email: "rafael.kumar@example.org", joined_at: "2022-04-11", profile_picture: "https://example.com/because/happen" },
            { user_id: 161, full_name: "Ethan Patel", email: "ethan.patel@example.com", joined_at: "2022-09-30", profile_picture: "https://example.com/partial/close" },
            { user_id: 162, full_name: "Alice Oliveira", email: "alice.oliveira@example.org", joined_at: "2022-10-13", profile_picture: "https://example.com/number/often" },
            { user_id: 163, full_name: "Amir Hansen", email: "amir.hansen@example.org", joined_at: "2022-01-11", profile_picture: "https://example.com/easy/system" },
            { user_id: 164, full_name: "Hana Diaz", email: "hana.diaz@example.net", joined_at: "2022-08-11", profile_picture: "https://example.com/large/group" },
            { user_id: 165, full_name: "Uma Miller", email: "uma.miller@example.org", joined_at: "2022-03-22", profile_picture: "https://example.com/usual/enough" },
            { user_id: 166, full_name: "Carlos Lopez", email: "carlos.lopez@example.net", joined_at: "2022-02-14", profile_picture: "https://example.com/public/long" },
            { user_id: 167, full_name: "Lucas Ahmed", email: "lucas.ahmed@example.net", joined_at: "2022-10-09", profile_picture: "https://example.com/example/light" },
            { user_id: 168, full_name: "Tariq Park", email: "tariq.park@example.org", joined_at: "2022-08-21", profile_picture: "https://example.com/enough/review" },
            { user_id: 169, full_name: "Rosa Taylor", email: "rosa.taylor@example.net", joined_at: "2022-01-06", profile_picture: "https://example.com/about/quiet" },
            { user_id: 170, full_name: "Lina Reyes", email: "lina.reyes@example.net", joined_at: "2022-12-21", profile_picture: "https://example.com/great/local" },
            { user_id: 171, full_name: "Jack Hughes", email: "jack.hughes@example.com", joined_at: "2022-10-20", profile_picture: "https://example.com/second/little" },
            { user_id: 172, full_name: "Omar Sousa", email: "omar.sousa@example.com", joined_at: "2022-10-14", profile_picture: "https://example.com/system/without" },
            { user_id: 173, full_name: "Elif Meyer", email: "elif.meyer@example.org", joined_at: "2022-01-15", profile_picture: "https://example.com/plain/point" },
            { user_id: 174, full_name: "Mia Patel", email: "mia.patel@example.org", joined_at: "2022-11-14", profile_picture: "https://example.com/short/section" },
            { user_id: 175, full_name: "Jack Kumar", email: "jack.kumar@example.net", joined_at: "2022-08-02", profile_picture: "https://example.com/about/moving" },
            { user_id: 176, full_name: "Mia Mendes", email: "mia.mendes@example.org", joined_at: "2022-05-23", profile_picture: "https://example.com/because/natural" },
            { user_id: 177, full_name: "Chloe Tanaka", email: "chloe.tanaka@example.net", joined_at: "2022-04-20", profile_picture: "https://example.com/simple/long" },
            { user_id: 178, full_name: "Yusuf Taylor", email: "yusuf.taylor@example.com", joined_at: "2022-10-26", profile_picture: "https://example.com/major/section" },
            { user_id: 179, full_name: "Tomas Evans", email: "tomas.evans@example.com", joined_at: "2022-08-22", profile_picture: "https://example.com/around/ready" },
            { user_id: 180, full_name: "Mila Kowalski", email: "mila.kowalski@example.net", joined_at: "2022-10-03", profile_picture: "https://example.com/given/level" },
            { user_id: 181, full_name: "Sara Mendes", email: "sara.mendes@example.org", joined_at: "2022-08-08", profile_picture: "https://example.com/record/matter" },
            { user_id: 182, full_name: "Sofia Pereira", email: "sofia.pereira@example.com", joined_at: "2022-10-27", profile_picture: "https://example.com/often/short" },
            { user_id: 183, full_name: "Anna Bennett", email: "anna.bennett@example.net", joined_at: "2022-11-02", profile_picture: "https://example.com/notice/notice" },
            { user_id: 184, full_name: "Zoe Hoffmann", email: "zoe.hoffmann@example.com", joined_at: "2022-12-02", profile_picture: "https://example.com/direct/matter" },
            { user_id: 185, full_name: "Ethan Mendes", email: "ethan.mendes@example.com", joined_at: "2022-05-29", profile_picture: "https://example.com/careful/often" },
            { user_id: 186, full_name: "Leo Silva", email: "leo.silva@example.com", joined_at: "2022-10-30", profile_picture: "https://example.com/useful/single" },
            { user_id: 187, full_name: "Zoe Zhang", email: "zoe.zhang@example.com", joined_at: "2022-05-10", profile_picture: "https://example.com/large/recent" },
            { user_id: 188, full_name: "Chloe Patel", email: "chloe.patel@example.org", joined_at: "2022-09-09", profile_picture: "https://example.com/easy/result" },
            { user_id: 189, full_name: "Hana Murphy", email: "hana.murphy@example.net", joined_at: "2022-10-27", profile_picture: "https://example.com/high/total" },
            { user_id: 190, full_name: "Mateo Smith", email: "mateo.smith@example.org", joined_at: "2022-11-22", profile_picture: "https://example.com/second/within" },
            { user_id: 191, full_name: "Sven Reyes", email: "sven.reyes@example.org", joined_at: "2022-12-10", profile_picture: "https://example.com/moving/reason" },
            { user_id: 192, full_name: "Yara Almeida", email: "yara.almeida@example.org", joined_at: "2022-08-10", profile_picture: "https://example.com/about/group" },
            { user_id: 193, full_name: "Emma Kumar", email: "emma.kumar@example.com", joined_at: "2022-12-11", profile_picture: "https://example.com/first/special" },
            { user_id: 194, full_name: "Wei Larsen", email: "wei.larsen@example.org", joined_at: "2022-11-01", profile_picture: "https://example.com/without/little" },
            { user_id: 195, full_name: "Mia Cruz", email: "mia.cruz@example.org", joined_at: "2022-09-11", profile_picture: "https://example.com/moving/notice" },
            { user_id: 196, full_name: "Felix Shah", email: "felix.shah@example.org", joined_at: "2022-01-23", profile_picture: "https://example.com/strong/along" },
            { user_id: 197, full_name: "Jack Young", email: "jack.young@example.com", joined_at: "2022-12-19", profile_picture: "https://example.com/morning/final" },
            { user_id: 198, full_name: "Ethan Davis", email: "ethan.davis@example.com", joined_at: "2022-09-19", profile_picture: "https://example.com/moment/direct" },
            { user_id: 199, full_name: "Hana Schmidt", email: "hana.schmidt@example.net", joined_at: "2022-06-21", profile_picture: "https://example.com/final/along" },
            { user_id: 200, full_name: "Elena Ruiz", email: "elena.ruiz@example.com", joined_at: "2022-11-17", profile_picture: "https://example.com/local/still" },
        ],
    });
    await prisma.connections.createMany({
        data: [
            { connection_id: 1, user_id: 11, connected_user_id: 116, event_id: 35, request_date: "2022-12-23", connection_status: "accepted", mutual_connections: 3, request_duration_minutes: 37 },
            { connection_id: 2, user_id: 39, connected_user_id: null, event_id: 34, request_date: "2022-02-11", connection_status: "accepted", mutual_connections: 1, request_duration_minutes: 46 },
            { connection_id: 3, user_id: 126, connected_user_id: null, event_id: 33, request_date: "2022-06-02", connection_status: "pending", mutual_connections: 1, request_duration_minutes: 43 },
            { connection_id: 4, user_id: 108, connected_user_id: 188, event_id: 11, request_date: "2022-07-20", connection_status: "pending", mutual_connections: 2, request_duration_minutes: 31 },
            { connection_id: 5, user_id: 69, connected_user_id: 151, event_id: 4, request_date: "2022-06-29", connection_status: "pending", mutual_connections: 2, request_duration_minutes: 32 },
            { connection_id: 6, user_id: 109, connected_user_id: null, event_id: 39, request_date: "2022-07-08", connection_status: "accepted", mutual_connections: 2, request_duration_minutes: 23 },
            { connection_id: 7, user_id: 134, connected_user_id: null, event_id: 3, request_date: "2022-12-14", connection_status: "pending", mutual_connections: 3, request_duration_minutes: 31 },
            { connection_id: 8, user_id: 96, connected_user_id: 40, event_id: 1, request_date: "2022-01-17", connection_status: "pending", mutual_connections: 2, request_duration_minutes: 32 },
            { connection_id: 9, user_id: 174, connected_user_id: null, event_id: 29, request_date: "2022-09-02", connection_status: "declined", mutual_connections: 3, request_duration_minutes: 32 },
            { connection_id: 10, user_id: 16, connected_user_id: null, event_id: 27, request_date: "2022-05-10", connection_status: "accepted", mutual_connections: 2, request_duration_minutes: 42 },
            { connection_id: 11, user_id: 140, connected_user_id: 6, event_id: 38, request_date: "2022-07-17", connection_status: "declined", mutual_connections: 3, request_duration_minutes: 20 },
            { connection_id: 12, user_id: 85, connected_user_id: null, event_id: 18, request_date: "2022-01-05", connection_status: "pending", mutual_connections: 3, request_duration_minutes: 17 },
            { connection_id: 13, user_id: 54, connected_user_id: 133, event_id: 16, request_date: "2022-09-22", connection_status: "pending", mutual_connections: 2, request_duration_minutes: 44 },
            { connection_id: 14, user_id: 179, connected_user_id: 122, event_id: 2, request_date: "2022-06-09", connection_status: "pending", mutual_connections: 4, request_duration_minutes: 22 },
            { connection_id: 15, user_id: 169, connected_user_id: 56, event_id: 25, request_date: "2022-06-10", connection_status: "accepted", mutual_connections: 2, request_duration_minutes: 40 },
            { connection_id: 16, user_id: 144, connected_user_id: 6, event_id: 22, request_date: "2022-08-07", connection_status: "declined", mutual_connections: 2, request_duration_minutes: 31 },
            { connection_id: 17, user_id: 159, connected_user_id: 121, event_id: 46, request_date: "2022-12-18", connection_status: "accepted", mutual_connections: 2, request_duration_minutes: 26 },
            { connection_id: 18, user_id: 163, connected_user_id: 96, event_id: 7, request_date: "2022-06-08", connection_status: "declined", mutual_connections: 1, request_duration_minutes: 29 },
            { connection_id: 19, user_id: 68, connected_user_id: 62, event_id: 17, request_date: "2022-04-23", connection_status: "pending", mutual_connections: 3, request_duration_minutes: 32 },
            { connection_id: 20, user_id: 81, connected_user_id: 47, event_id: 38, request_date: "2022-06-25", connection_status: "pending", mutual_connections: 4, request_duration_minutes: 25 },
            { connection_id: 21, user_id: 195, connected_user_id: 96, event_id: 23, request_date: "2022-04-27", connection_status: "pending", mutual_connections: 2, request_duration_minutes: 43 },
            { connection_id: 22, user_id: 86, connected_user_id: 14, event_id: 43, request_date: "2022-10-05", connection_status: "accepted", mutual_connections: 2, request_duration_minutes: 37 },
            { connection_id: 23, user_id: 96, connected_user_id: 157, event_id: 33, request_date: "2022-06-20", connection_status: "pending", mutual_connections: 3, request_duration_minutes: 36 },
            { connection_id: 24, user_id: 139, connected_user_id: 191, event_id: 12, request_date: "2022-12-16", connection_status: "accepted", mutual_connections: 3, request_duration_minutes: 38 },
            { connection_id: 25, user_id: 190, connected_user_id: 111, event_id: 42, request_date: "2022-12-04", connection_status: "accepted", mutual_connections: 1, request_duration_minutes: 34 },
            { connection_id: 26, user_id: 107, connected_user_id: 79, event_id: 32, request_date: "2022-02-10", connection_status: "declined", mutual_connections: 3, request_duration_minutes: 37 },
            { connection_id: 27, user_id: 158, connected_user_id: 58, event_id: 10, request_date: "2022-08-24", connection_status: "pending", mutual_connections: 2, request_duration_minutes: 28 },
            { connection_id: 28, user_id: 32, connected_user_id: 78, event_id: 9, request_date: "2022-04-07", connection_status: "accepted", mutual_connections: 3, request_duration_minutes: 38 },
            { connection_id: 29, user_id: 152, connected_user_id: 140, event_id: 2, request_date: "2022-06-01", connection_status: "pending", mutual_connections: 4, request_duration_minutes: 35 },
            { connection_id: 30, user_id: 174, connected_user_id: 65, event_id: 20, request_date: "2022-08-20", connection_status: "accepted", mutual_connections: 3, request_duration_minutes: 31 },
            { connection_id: 31, user_id: 121, connected_user_id: 196, event_id: 19, request_date: "2022-11-25", connection_status: "accepted", mutual_connections: 2, request_duration_minutes: 43 },
            { connection_id: 32, user_id: 178, connected_user_id: 106, event_id: 16, request_date: "2022-05-17", connection_status: "pending", mutual_connections: 2, request_duration_minutes: 28 },
            { connection_id: 33, user_id: 53, connected_user_id: 120, event_id: 45, request_date: "2022-07-27", connection_status: "pending", mutual_connections: 3, request_duration_minutes: 35 },
            { connection_id: 34, user_id: 180, connected_user_id: 111, event_id: 42, request_date: "2022-12-29", connection_status: "pending", mutual_connections: 2, request_duration_minutes: 29 },
            { connection_id: 35, user_id: 33, connected_user_id: 147, event_id: 39, request_date: "2022-11-10", connection_status: "accepted", mutual_connections: 1, request_duration_minutes: 32 },
            { connection_id: 36, user_id: 80, connected_user_id: 96, event_id: 49, request_date: "2022-03-14", connection_status: "accepted", mutual_connections: 3, request_duration_minutes: 34 },
            { connection_id: 37, user_id: 140, connected_user_id: 9, event_id: 35, request_date: "2022-11-11", connection_status: "accepted", mutual_connections: 3, request_duration_minutes: 36 },
            { connection_id: 38, user_id: 165, connected_user_id: null, event_id: 21, request_date: "2022-10-29", connection_status: "pending", mutual_connections: 3, request_duration_minutes: 13 },
            { connection_id: 39, user_id: 32, connected_user_id: 35, event_id: 34, request_date: "2022-07-31", connection_status: "accepted", mutual_connections: 4, request_duration_minutes: 34 },
            { connection_id: 40, user_id: 163, connected_user_id: 182, event_id: 10, request_date: "2022-03-18", connection_status: "pending", mutual_connections: 2, request_duration_minutes: 19 },
            { connection_id: 41, user_id: 105, connected_user_id: 168, event_id: 1, request_date: "2022-12-15", connection_status: "pending", mutual_connections: 3, request_duration_minutes: 46 },
            { connection_id: 42, user_id: 111, connected_user_id: 197, event_id: 24, request_date: "2022-10-23", connection_status: "accepted", mutual_connections: 2, request_duration_minutes: 14 },
            { connection_id: 43, user_id: 69, connected_user_id: 130, event_id: 34, request_date: "2022-11-01", connection_status: "accepted", mutual_connections: 2, request_duration_minutes: 23 },
            { connection_id: 44, user_id: 112, connected_user_id: 149, event_id: 48, request_date: "2022-03-16", connection_status: "pending", mutual_connections: 1, request_duration_minutes: 30 },
            { connection_id: 45, user_id: 118, connected_user_id: 147, event_id: 43, request_date: "2022-12-25", connection_status: "accepted", mutual_connections: 3, request_duration_minutes: 21 },
            { connection_id: 46, user_id: 187, connected_user_id: 184, event_id: 14, request_date: "2022-11-26", connection_status: "accepted", mutual_connections: 2, request_duration_minutes: 22 },
            { connection_id: 47, user_id: 64, connected_user_id: 69, event_id: 16, request_date: "2022-03-25", connection_status: "pending", mutual_connections: 3, request_duration_minutes: 23 },
            { connection_id: 48, user_id: 69, connected_user_id: 89, event_id: 4, request_date: "2022-07-15", connection_status: "pending", mutual_connections: 3, request_duration_minutes: 28 },
            { connection_id: 49, user_id: 187, connected_user_id: 61, event_id: 22, request_date: "2022-03-07", connection_status: "pending", mutual_connections: 3, request_duration_minutes: 32 },
            { connection_id: 50, user_id: 108, connected_user_id: 95, event_id: 18, request_date: "2022-06-21", connection_status: "pending", mutual_connections: 2, request_duration_minutes: 39 },
            { connection_id: 51, user_id: 67, connected_user_id: 13, event_id: 22, request_date: "2022-10-29", connection_status: "accepted", mutual_connections: 3, request_duration_minutes: 17 },
            { connection_id: 52, user_id: 110, connected_user_id: 66, event_id: 42, request_date: "2022-10-02", connection_status: "accepted", mutual_connections: 3, request_duration_minutes: 18 },
            { connection_id: 53, user_id: 149, connected_user_id: 97, event_id: 34, request_date: "2022-05-24", connection_status: "accepted", mutual_connections: 2, request_duration_minutes: 33 },
            { connection_id: 54, user_id: 81, connected_user_id: 159, event_id: 18, request_date: "2023-01-01", connection_status: "pending", mutual_connections: 2, request_duration_minutes: 31 },
            { connection_id: 55, user_id: 41, connected_user_id: 143, event_id: 38, request_date: "2022-03-21", connection_status: "accepted", mutual_connections: 2, request_duration_minutes: 40 },
            { connection_id: 56, user_id: 95, connected_user_id: 2, event_id: 16, request_date: "2022-11-27", connection_status: "accepted", mutual_connections: 2, request_duration_minutes: 32 },
            { connection_id: 57, user_id: 190, connected_user_id: 140, event_id: 35, request_date: "2022-11-07", connection_status: "accepted", mutual_connections: 2, request_duration_minutes: 26 },
            { connection_id: 58, user_id: 156, connected_user_id: null, event_id: 37, request_date: "2022-07-16", connection_status: "accepted", mutual_connections: 3, request_duration_minutes: 28 },
            { connection_id: 59, user_id: 164, connected_user_id: 43, event_id: 21, request_date: "2022-08-11", connection_status: "pending", mutual_connections: 2, request_duration_minutes: 33 },
            { connection_id: 60, user_id: 121, connected_user_id: 95, event_id: 44, request_date: "2022-10-25", connection_status: "accepted", mutual_connections: 4, request_duration_minutes: 21 },
            { connection_id: 61, user_id: 110, connected_user_id: 174, event_id: 41, request_date: "2022-09-30", connection_status: "pending", mutual_connections: 2, request_duration_minutes: 25 },
            { connection_id: 62, user_id: 74, connected_user_id: 43, event_id: 32, request_date: "2022-11-12", connection_status: "pending", mutual_connections: 3, request_duration_minutes: 18 },
            { connection_id: 63, user_id: 54, connected_user_id: 173, event_id: 16, request_date: "2022-08-07", connection_status: "pending", mutual_connections: 3, request_duration_minutes: 31 },
            { connection_id: 64, user_id: 63, connected_user_id: 93, event_id: 16, request_date: "2022-09-05", connection_status: "pending", mutual_connections: 4, request_duration_minutes: 32 },
            { connection_id: 65, user_id: 141, connected_user_id: 17, event_id: 8, request_date: "2022-12-30", connection_status: "accepted", mutual_connections: 3, request_duration_minutes: 25 },
            { connection_id: 66, user_id: 184, connected_user_id: 112, event_id: 45, request_date: "2022-07-30", connection_status: "pending", mutual_connections: 3, request_duration_minutes: 45 },
            { connection_id: 67, user_id: 199, connected_user_id: 36, event_id: 29, request_date: "2022-06-12", connection_status: "declined", mutual_connections: 2, request_duration_minutes: 30 },
            { connection_id: 68, user_id: 189, connected_user_id: 2, event_id: 31, request_date: "2022-12-01", connection_status: "pending", mutual_connections: 3, request_duration_minutes: 27 },
            { connection_id: 69, user_id: 98, connected_user_id: 186, event_id: 16, request_date: "2022-10-02", connection_status: "declined", mutual_connections: 2, request_duration_minutes: 42 },
            { connection_id: 70, user_id: 87, connected_user_id: 124, event_id: 33, request_date: "2022-11-05", connection_status: "pending", mutual_connections: 3, request_duration_minutes: 24 },
            { connection_id: 71, user_id: 112, connected_user_id: 171, event_id: 14, request_date: "2022-08-22", connection_status: "accepted", mutual_connections: 1, request_duration_minutes: 35 },
            { connection_id: 72, user_id: 101, connected_user_id: null, event_id: 13, request_date: "2022-09-22", connection_status: "pending", mutual_connections: 3, request_duration_minutes: 27 },
            { connection_id: 73, user_id: 181, connected_user_id: 28, event_id: 38, request_date: "2022-11-27", connection_status: "accepted", mutual_connections: 4, request_duration_minutes: 22 },
            { connection_id: 74, user_id: 85, connected_user_id: 68, event_id: 28, request_date: "2022-03-23", connection_status: "pending", mutual_connections: 3, request_duration_minutes: 28 },
            { connection_id: 75, user_id: 11, connected_user_id: 80, event_id: 13, request_date: "2022-02-03", connection_status: "accepted", mutual_connections: 1, request_duration_minutes: 41 },
            { connection_id: 76, user_id: 77, connected_user_id: null, event_id: 35, request_date: "2022-01-30", connection_status: "accepted", mutual_connections: 3, request_duration_minutes: 26 },
            { connection_id: 77, user_id: 65, connected_user_id: 67, event_id: 20, request_date: "2022-02-02", connection_status: "pending", mutual_connections: 2, request_duration_minutes: 23 },
            { connection_id: 78, user_id: 40, connected_user_id: 116, event_id: 6, request_date: "2022-07-03", connection_status: "accepted", mutual_connections: 3, request_duration_minutes: 52 },
            { connection_id: 79, user_id: 114, connected_user_id: 195, event_id: 14, request_date: "2022-10-07", connection_status: "pending", mutual_connections: 2, request_duration_minutes: 9 },
            { connection_id: 80, user_id: 79, connected_user_id: 156, event_id: 28, request_date: "2022-05-13", connection_status: "accepted", mutual_connections: 1, request_duration_minutes: 37 },
            { connection_id: 81, user_id: 74, connected_user_id: 200, event_id: 22, request_date: "2022-08-02", connection_status: "accepted", mutual_connections: 3, request_duration_minutes: 42 },
            { connection_id: 82, user_id: 194, connected_user_id: 176, event_id: 16, request_date: "2022-02-12", connection_status: "accepted", mutual_connections: 2, request_duration_minutes: 36 },
            { connection_id: 83, user_id: 68, connected_user_id: 69, event_id: 22, request_date: "2022-08-15", connection_status: "accepted", mutual_connections: 3, request_duration_minutes: 31 },
            { connection_id: 84, user_id: 164, connected_user_id: null, event_id: 13, request_date: "2022-11-11", connection_status: "accepted", mutual_connections: 2, request_duration_minutes: 24 },
            { connection_id: 85, user_id: 144, connected_user_id: 58, event_id: 4, request_date: "2022-06-14", connection_status: "accepted", mutual_connections: 3, request_duration_minutes: 33 },
            { connection_id: 86, user_id: 9, connected_user_id: 99, event_id: 37, request_date: "2022-09-19", connection_status: "declined", mutual_connections: 4, request_duration_minutes: 38 },
            { connection_id: 87, user_id: 28, connected_user_id: null, event_id: 10, request_date: "2022-05-16", connection_status: "pending", mutual_connections: 3, request_duration_minutes: 41 },
            { connection_id: 88, user_id: 173, connected_user_id: null, event_id: 16, request_date: "2022-12-10", connection_status: "accepted", mutual_connections: 3, request_duration_minutes: 38 },
            { connection_id: 89, user_id: 104, connected_user_id: 193, event_id: 46, request_date: "2022-03-31", connection_status: "accepted", mutual_connections: 2, request_duration_minutes: 37 },
            { connection_id: 90, user_id: 104, connected_user_id: 72, event_id: 3, request_date: "2022-10-06", connection_status: "pending", mutual_connections: 3, request_duration_minutes: 43 },
            { connection_id: 91, user_id: 190, connected_user_id: 104, event_id: 36, request_date: "2022-12-15", connection_status: "pending", mutual_connections: 3, request_duration_minutes: 43 },
            { connection_id: 92, user_id: 199, connected_user_id: 58, event_id: 3, request_date: "2022-09-17", connection_status: "pending", mutual_connections: 2, request_duration_minutes: 32 },
            { connection_id: 93, user_id: 110, connected_user_id: 189, event_id: 40, request_date: "2022-11-15", connection_status: "accepted", mutual_connections: 3, request_duration_minutes: 44 },
            { connection_id: 94, user_id: 153, connected_user_id: 127, event_id: 35, request_date: "2022-05-19", connection_status: "pending", mutual_connections: 2, request_duration_minutes: 31 },
            { connection_id: 95, user_id: 44, connected_user_id: 102, event_id: 37, request_date: "2022-07-29", connection_status: "accepted", mutual_connections: 2, request_duration_minutes: 28 },
            { connection_id: 96, user_id: 175, connected_user_id: 111, event_id: 9, request_date: "2022-07-05", connection_status: "pending", mutual_connections: 3, request_duration_minutes: 30 },
            { connection_id: 97, user_id: 103, connected_user_id: 125, event_id: 10, request_date: "2022-01-13", connection_status: "accepted", mutual_connections: 2, request_duration_minutes: 16 },
            { connection_id: 98, user_id: 51, connected_user_id: 46, event_id: 25, request_date: "2022-12-07", connection_status: "accepted", mutual_connections: 3, request_duration_minutes: 20 },
            { connection_id: 99, user_id: 132, connected_user_id: 18, event_id: 25, request_date: "2022-12-02", connection_status: "accepted", mutual_connections: 2, request_duration_minutes: 29 },
            { connection_id: 100, user_id: 31, connected_user_id: 140, event_id: 32, request_date: "2022-10-10", connection_status: "pending", mutual_connections: 4, request_duration_minutes: 43 },
            { connection_id: 101, user_id: 192, connected_user_id: 15, event_id: 4, request_date: "2022-12-25", connection_status: "pending", mutual_connections: 3, request_duration_minutes: 27 },
            { connection_id: 102, user_id: 177, connected_user_id: 173, event_id: 22, request_date: "2022-11-23", connection_status: "accepted", mutual_connections: 2, request_duration_minutes: 24 },
            { connection_id: 103, user_id: 80, connected_user_id: 118, event_id: 41, request_date: "2022-11-02", connection_status: "pending", mutual_connections: 3, request_duration_minutes: 22 },
            { connection_id: 104, user_id: 10, connected_user_id: 136, event_id: 25, request_date: "2022-08-15", connection_status: "pending", mutual_connections: 1, request_duration_minutes: 30 },
            { connection_id: 105, user_id: 71, connected_user_id: 77, event_id: 2, request_date: "2022-12-28", connection_status: "accepted", mutual_connections: 3, request_duration_minutes: 19 },
            { connection_id: 106, user_id: 28, connected_user_id: 180, event_id: 48, request_date: "2022-01-10", connection_status: "accepted", mutual_connections: 2, request_duration_minutes: 41 },
            { connection_id: 107, user_id: 165, connected_user_id: 124, event_id: 15, request_date: "2022-10-13", connection_status: "accepted", mutual_connections: 3, request_duration_minutes: 37 },
            { connection_id: 108, user_id: 158, connected_user_id: 122, event_id: 18, request_date: "2022-01-12", connection_status: "accepted", mutual_connections: 4, request_duration_minutes: 43 },
            { connection_id: 109, user_id: 45, connected_user_id: 184, event_id: 46, request_date: "2022-12-06", connection_status: "pending", mutual_connections: 2, request_duration_minutes: 33 },
            { connection_id: 110, user_id: 134, connected_user_id: 157, event_id: 1, request_date: "2022-08-23", connection_status: "declined", mutual_connections: 2, request_duration_minutes: 30 },
            { connection_id: 111, user_id: 155, connected_user_id: 82, event_id: 1, request_date: "2022-11-03", connection_status: "declined", mutual_connections: 3, request_duration_minutes: 41 },
            { connection_id: 112, user_id: 36, connected_user_id: 178, event_id: 36, request_date: "2022-08-11", connection_status: "accepted", mutual_connections: 2, request_duration_minutes: 26 },
            { connection_id: 113, user_id: 37, connected_user_id: 36, event_id: 6, request_date: "2022-12-04", connection_status: "accepted", mutual_connections: 2, request_duration_minutes: 47 },
            { connection_id: 114, user_id: 24, connected_user_id: 186, event_id: 23, request_date: "2022-05-13", connection_status: "accepted", mutual_connections: 3, request_duration_minutes: 21 },
            { connection_id: 115, user_id: 54, connected_user_id: 22, event_id: 45, request_date: "2022-08-06", connection_status: "accepted", mutual_connections: 3, request_duration_minutes: 24 },
            { connection_id: 116, user_id: 67, connected_user_id: 9, event_id: 38, request_date: "2022-06-21", connection_status: "pending", mutual_connections: 3, request_duration_minutes: 36 },
            { connection_id: 117, user_id: 112, connected_user_id: null, event_id: 22, request_date: "2022-01-08", connection_status: "accepted", mutual_connections: 3, request_duration_minutes: 37 },
            { connection_id: 118, user_id: 151, connected_user_id: 179, event_id: 43, request_date: "2022-07-26", connection_status: "pending", mutual_connections: 2, request_duration_minutes: 39 },
            { connection_id: 119, user_id: 87, connected_user_id: 24, event_id: 42, request_date: "2022-10-27", connection_status: "accepted", mutual_connections: 4, request_duration_minutes: 32 },
            { connection_id: 120, user_id: 188, connected_user_id: 9, event_id: 46, request_date: "2022-11-17", connection_status: "accepted", mutual_connections: 2, request_duration_minutes: 30 },
            { connection_id: 121, user_id: 32, connected_user_id: 182, event_id: 12, request_date: "2022-04-05", connection_status: "pending", mutual_connections: 3, request_duration_minutes: 28 },
            { connection_id: 122, user_id: 90, connected_user_id: 115, event_id: 13, request_date: "2022-08-19", connection_status: "pending", mutual_connections: 1, request_duration_minutes: 29 },
            { connection_id: 123, user_id: 113, connected_user_id: 136, event_id: 26, request_date: "2022-03-05", connection_status: "declined", mutual_connections: 2, request_duration_minutes: 28 },
            { connection_id: 124, user_id: 155, connected_user_id: 36, event_id: 33, request_date: "2022-10-21", connection_status: "accepted", mutual_connections: 3, request_duration_minutes: 20 },
            { connection_id: 125, user_id: 196, connected_user_id: 61, event_id: 39, request_date: "2022-02-25", connection_status: "pending", mutual_connections: 2, request_duration_minutes: 28 },
            { connection_id: 126, user_id: 108, connected_user_id: 25, event_id: 35, request_date: "2022-01-06", connection_status: "declined", mutual_connections: 2, request_duration_minutes: 28 },
            { connection_id: 127, user_id: 16, connected_user_id: 8, event_id: 7, request_date: "2022-07-25", connection_status: "accepted", mutual_connections: 3, request_duration_minutes: 44 },
            { connection_id: 128, user_id: 184, connected_user_id: null, event_id: 41, request_date: "2022-11-26", connection_status: "pending", mutual_connections: 3, request_duration_minutes: 23 },
            { connection_id: 129, user_id: 143, connected_user_id: null, event_id: 35, request_date: "2022-05-10", connection_status: "accepted", mutual_connections: 3, request_duration_minutes: 23 },
            { connection_id: 130, user_id: 8, connected_user_id: 5, event_id: 37, request_date: "2022-01-12", connection_status: "accepted", mutual_connections: 2, request_duration_minutes: 41 },
            { connection_id: 131, user_id: 89, connected_user_id: 44, event_id: 15, request_date: "2022-11-06", connection_status: "pending", mutual_connections: 4, request_duration_minutes: 26 },
            { connection_id: 132, user_id: 139, connected_user_id: 174, event_id: 6, request_date: "2022-11-12", connection_status: "pending", mutual_connections: 2, request_duration_minutes: 35 },
            { connection_id: 133, user_id: 188, connected_user_id: null, event_id: 8, request_date: "2022-10-26", connection_status: "accepted", mutual_connections: 3, request_duration_minutes: 48 },
            { connection_id: 134, user_id: 142, connected_user_id: 143, event_id: 19, request_date: "2022-12-08", connection_status: "accepted", mutual_connections: 1, request_duration_minutes: 32 },
            { connection_id: 135, user_id: 102, connected_user_id: 108, event_id: 50, request_date: "2022-09-17", connection_status: "accepted", mutual_connections: 2, request_duration_minutes: 41 },
            { connection_id: 136, user_id: 175, connected_user_id: 155, event_id: 49, request_date: "2022-06-21", connection_status: "pending", mutual_connections: 3, request_duration_minutes: 23 },
            { connection_id: 137, user_id: 87, connected_user_id: 162, event_id: 3, request_date: "2022-02-22", connection_status: "pending", mutual_connections: 1, request_duration_minutes: 22 },
            { connection_id: 138, user_id: 85, connected_user_id: 106, event_id: 17, request_date: "2022-12-21", connection_status: "accepted", mutual_connections: 3, request_duration_minutes: 35 },
            { connection_id: 139, user_id: 8, connected_user_id: 91, event_id: 13, request_date: "2022-03-10", connection_status: "pending", mutual_connections: 3, request_duration_minutes: 19 },
            { connection_id: 140, user_id: 169, connected_user_id: 80, event_id: 43, request_date: "2022-12-17", connection_status: "accepted", mutual_connections: 1, request_duration_minutes: 30 },
            { connection_id: 141, user_id: 44, connected_user_id: null, event_id: 36, request_date: "2022-12-08", connection_status: "pending", mutual_connections: 2, request_duration_minutes: 34 },
            { connection_id: 142, user_id: 166, connected_user_id: 21, event_id: 7, request_date: "2022-12-13", connection_status: "accepted", mutual_connections: 3, request_duration_minutes: 28 },
            { connection_id: 143, user_id: 8, connected_user_id: 101, event_id: 46, request_date: "2022-11-11", connection_status: "pending", mutual_connections: 2, request_duration_minutes: 7 },
            { connection_id: 144, user_id: 153, connected_user_id: 107, event_id: 26, request_date: "2022-11-02", connection_status: "pending", mutual_connections: 2, request_duration_minutes: 31 },
            { connection_id: 145, user_id: 71, connected_user_id: 38, event_id: 48, request_date: "2022-07-02", connection_status: "declined", mutual_connections: 3, request_duration_minutes: 35 },
            { connection_id: 146, user_id: 136, connected_user_id: 83, event_id: 37, request_date: "2022-11-19", connection_status: "pending", mutual_connections: 3, request_duration_minutes: 41 },
            { connection_id: 147, user_id: 196, connected_user_id: 80, event_id: 32, request_date: "2022-03-21", connection_status: "accepted", mutual_connections: 3, request_duration_minutes: 41 },
            { connection_id: 148, user_id: 13, connected_user_id: 180, event_id: 3, request_date: "2022-05-30", connection_status: "pending", mutual_connections: 3, request_duration_minutes: 33 },
            { connection_id: 149, user_id: 114, connected_user_id: null, event_id: 34, request_date: "2022-06-15", connection_status: "accepted", mutual_connections: 2, request_duration_minutes: 38 },
            { connection_id: 150, user_id: 195, connected_user_id: 77, event_id: 27, request_date: "2022-06-19", connection_status: "pending", mutual_connections: 2, request_duration_minutes: 36 },
            { connection_id: 151, user_id: 57, connected_user_id: 113, event_id: 26, request_date: "2022-12-21", connection_status: "pending", mutual_connections: 3, request_duration_minutes: 27 },
            { connection_id: 152, user_id: 79, connected_user_id: 63, event_id: 11, request_date: "2022-10-10", connection_status: "pending", mutual_connections: 2, request_duration_minutes: 36 },
            { connection_id: 153, user_id: 98, connected_user_id: 192, event_id: 46, request_date: "2022-10-15", connection_status: "pending", mutual_connections: 1, request_duration_minutes: 42 },
            { connection_id: 154, user_id: 164, connected_user_id: 83, event_id: 23, request_date: "2022-12-03", connection_status: "declined", mutual_connections: 2, request_duration_minutes: 29 },
            { connection_id: 155, user_id: 181, connected_user_id: 6, event_id: 16, request_date: "2022-10-31", connection_status: "accepted", mutual_connections: 2, request_duration_minutes: 27 },
            { connection_id: 156, user_id: 45, connected_user_id: 43, event_id: 43, request_date: "2022-11-23", connection_status: "pending", mutual_connections: 3, request_duration_minutes: 39 },
            { connection_id: 157, user_id: 56, connected_user_id: 73, event_id: 47, request_date: "2022-09-04", connection_status: "accepted", mutual_connections: 1, request_duration_minutes: 37 },
            { connection_id: 158, user_id: 83, connected_user_id: null, event_id: 8, request_date: "2022-08-11", connection_status: "pending", mutual_connections: 2, request_duration_minutes: 27 },
            { connection_id: 159, user_id: 179, connected_user_id: 75, event_id: 9, request_date: "2022-11-15", connection_status: "pending", mutual_connections: 3, request_duration_minutes: 30 },
            { connection_id: 160, user_id: 36, connected_user_id: null, event_id: 21, request_date: "2022-09-08", connection_status: "declined", mutual_connections: 2, request_duration_minutes: 22 },
            { connection_id: 161, user_id: 77, connected_user_id: 186, event_id: 31, request_date: "2022-08-06", connection_status: "accepted", mutual_connections: 2, request_duration_minutes: 38 },
            { connection_id: 162, user_id: 11, connected_user_id: null, event_id: 14, request_date: "2022-01-06", connection_status: "pending", mutual_connections: 2, request_duration_minutes: 23 },
            { connection_id: 163, user_id: 155, connected_user_id: 112, event_id: 23, request_date: "2022-05-29", connection_status: "pending", mutual_connections: 1, request_duration_minutes: 32 },
            { connection_id: 164, user_id: 187, connected_user_id: 64, event_id: 8, request_date: "2022-05-18", connection_status: "accepted", mutual_connections: 2, request_duration_minutes: 25 },
            { connection_id: 165, user_id: 143, connected_user_id: null, event_id: 34, request_date: "2022-12-07", connection_status: "declined", mutual_connections: 2, request_duration_minutes: 25 },
            { connection_id: 166, user_id: 132, connected_user_id: 164, event_id: 13, request_date: "2022-08-23", connection_status: "pending", mutual_connections: 3, request_duration_minutes: 36 },
            { connection_id: 167, user_id: 90, connected_user_id: 167, event_id: 34, request_date: "2022-05-20", connection_status: "declined", mutual_connections: 1, request_duration_minutes: 29 },
            { connection_id: 168, user_id: 17, connected_user_id: 101, event_id: 39, request_date: "2022-09-25", connection_status: "accepted", mutual_connections: 2, request_duration_minutes: 21 },
            { connection_id: 169, user_id: 195, connected_user_id: 143, event_id: 6, request_date: "2022-01-19", connection_status: "accepted", mutual_connections: 4, request_duration_minutes: 27 },
            { connection_id: 170, user_id: 99, connected_user_id: 188, event_id: 22, request_date: "2022-10-10", connection_status: "pending", mutual_connections: 3, request_duration_minutes: 31 },
            { connection_id: 171, user_id: 1, connected_user_id: 111, event_id: 42, request_date: "2022-08-20", connection_status: "pending", mutual_connections: 4, request_duration_minutes: 22 },
            { connection_id: 172, user_id: 188, connected_user_id: 5, event_id: 38, request_date: "2022-10-27", connection_status: "declined", mutual_connections: 1, request_duration_minutes: 24 },
            { connection_id: 173, user_id: 156, connected_user_id: 164, event_id: 44, request_date: "2022-07-03", connection_status: "accepted", mutual_connections: 3, request_duration_minutes: 28 },
            { connection_id: 174, user_id: 182, connected_user_id: 76, event_id: 29, request_date: "2022-05-06", connection_status: "accepted", mutual_connections: 4, request_duration_minutes: 25 },
            { connection_id: 175, user_id: 181, connected_user_id: 194, event_id: 28, request_date: "2022-03-03", connection_status: "accepted", mutual_connections: 2, request_duration_minutes: 32 },
            { connection_id: 176, user_id: 65, connected_user_id: 153, event_id: 28, request_date: "2022-09-12", connection_status: "pending", mutual_connections: 3, request_duration_minutes: 24 },
            { connection_id: 177, user_id: 53, connected_user_id: 38, event_id: 18, request_date: "2022-03-09", connection_status: "accepted", mutual_connections: 2, request_duration_minutes: 16 },
            { connection_id: 178, user_id: 74, connected_user_id: 69, event_id: 39, request_date: "2022-10-23", connection_status: "declined", mutual_connections: 2, request_duration_minutes: 45 },
            { connection_id: 179, user_id: 98, connected_user_id: 29, event_id: 5, request_date: "2022-09-02", connection_status: "pending", mutual_connections: 2, request_duration_minutes: 35 },
            { connection_id: 180, user_id: 199, connected_user_id: 72, event_id: 35, request_date: "2022-05-09", connection_status: "accepted", mutual_connections: 4, request_duration_minutes: 22 },
            { connection_id: 181, user_id: 37, connected_user_id: 9, event_id: 21, request_date: "2022-07-15", connection_status: "pending", mutual_connections: 2, request_duration_minutes: 35 },
            { connection_id: 182, user_id: 156, connected_user_id: 133, event_id: 10, request_date: "2022-07-08", connection_status: "pending", mutual_connections: 3, request_duration_minutes: 21 },
            { connection_id: 183, user_id: 16, connected_user_id: 116, event_id: 27, request_date: "2022-01-15", connection_status: "declined", mutual_connections: 3, request_duration_minutes: 32 },
            { connection_id: 184, user_id: 24, connected_user_id: 42, event_id: 30, request_date: "2022-12-20", connection_status: "pending", mutual_connections: 2, request_duration_minutes: 30 },
            { connection_id: 185, user_id: 63, connected_user_id: null, event_id: 18, request_date: "2022-04-04", connection_status: "pending", mutual_connections: 4, request_duration_minutes: 23 },
            { connection_id: 186, user_id: 152, connected_user_id: 76, event_id: 11, request_date: "2023-01-01", connection_status: "accepted", mutual_connections: 3, request_duration_minutes: 32 },
            { connection_id: 187, user_id: 142, connected_user_id: 48, event_id: 36, request_date: "2022-09-24", connection_status: "accepted", mutual_connections: 4, request_duration_minutes: 35 },
            { connection_id: 188, user_id: 147, connected_user_id: 80, event_id: 32, request_date: "2022-11-29", connection_status: "pending", mutual_connections: 3, request_duration_minutes: 16 },
            { connection_id: 189, user_id: 116, connected_user_id: 90, event_id: 50, request_date: "2022-08-30", connection_status: "accepted", mutual_connections: 3, request_duration_minutes: 10 },
            { connection_id: 190, user_id: 56, connected_user_id: 66, event_id: 4, request_date: "2022-05-28", connection_status: "accepted", mutual_connections: 2, request_duration_minutes: 23 },
            { connection_id: 191, user_id: 44, connected_user_id: 103, event_id: 32, request_date: "2022-08-29", connection_status: "accepted", mutual_connections: 3, request_duration_minutes: 36 },
            { connection_id: 192, user_id: 83, connected_user_id: 130, event_id: 3, request_date: "2022-07-04", connection_status: "accepted", mutual_connections: 3, request_duration_minutes: 40 },
            { connection_id: 193, user_id: 99, connected_user_id: 173, event_id: 16, request_date: "2022-11-21", connection_status: "accepted", mutual_connections: 2, request_duration_minutes: 22 },
            { connection_id: 194, user_id: 9, connected_user_id: 39, event_id: 10, request_date: "2022-04-07", connection_status: "pending", mutual_connections: 3, request_duration_minutes: 38 },
        ],
    });
    await prisma.engagement_metrics.createMany({
        data: [
            { engagement_id: 1, user_id: 76, event_id: 5, poll_engaged: false, connections_made: 5, joined_at: "2022-08-07" },
            { engagement_id: 2, user_id: 130, event_id: 49, poll_engaged: false, connections_made: 3, joined_at: "2022-08-25" },
            { engagement_id: 3, user_id: 175, event_id: 4, poll_engaged: false, connections_made: 2, joined_at: "2022-12-19" },
            { engagement_id: 4, user_id: 159, event_id: 35, poll_engaged: false, connections_made: 9, joined_at: "2022-11-19" },
            { engagement_id: 5, user_id: 123, event_id: 33, poll_engaged: false, connections_made: 7, joined_at: "2022-12-16" },
            { engagement_id: 6, user_id: 152, event_id: 40, poll_engaged: false, connections_made: 8, joined_at: "2022-12-03" },
            { engagement_id: 7, user_id: 178, event_id: 4, poll_engaged: false, connections_made: 5, joined_at: "2022-12-11" },
            { engagement_id: 8, user_id: 190, event_id: 23, poll_engaged: true, connections_made: 7, joined_at: "2022-03-20" },
            { engagement_id: 9, user_id: 178, event_id: 43, poll_engaged: false, connections_made: 4, joined_at: "2022-05-07" },
            { engagement_id: 10, user_id: 176, event_id: 9, poll_engaged: true, connections_made: 6, joined_at: "2022-12-01" },
            { engagement_id: 11, user_id: 77, event_id: 36, poll_engaged: true, connections_made: 0, joined_at: "2022-04-06" },
            { engagement_id: 12, user_id: 195, event_id: 26, poll_engaged: true, connections_made: 10, joined_at: "2022-04-15" },
            { engagement_id: 13, user_id: 161, event_id: 17, poll_engaged: true, connections_made: 9, joined_at: "2022-08-14" },
            { engagement_id: 14, user_id: 160, event_id: 16, poll_engaged: true, connections_made: 1, joined_at: "2022-09-27" },
            { engagement_id: 15, user_id: 85, event_id: 28, poll_engaged: false, connections_made: 5, joined_at: "2022-01-21" },
            { engagement_id: 16, user_id: 137, event_id: 7, poll_engaged: true, connections_made: 3, joined_at: "2022-11-07" },
            { engagement_id: 17, user_id: 123, event_id: 47, poll_engaged: true, connections_made: 8, joined_at: "2022-09-04" },
            { engagement_id: 18, user_id: 16, event_id: 22, poll_engaged: false, connections_made: 2, joined_at: "2022-11-01" },
            { engagement_id: 19, user_id: 75, event_id: 37, poll_engaged: true, connections_made: 8, joined_at: "2022-10-05" },
            { engagement_id: 20, user_id: 165, event_id: 35, poll_engaged: false, connections_made: 2, joined_at: "2022-10-18" },
            { engagement_id: 21, user_id: 200, event_id: 23, poll_engaged: true, connections_made: 7, joined_at: "2022-09-28" },
            { engagement_id: 22, user_id: 12, event_id: 13, poll_engaged: true, connections_made: 9, joined_at: "2022-12-28" },
            { engagement_id: 23, user_id: 93, event_id: 26, poll_engaged: true, connections_made: 9, joined_at: "2022-05-28" },
            { engagement_id: 24, user_id: 106, event_id: 14, poll_engaged: false, connections_made: 9, joined_at: "2022-03-04" },
            { engagement_id: 25, user_id: 112, event_id: 15, poll_engaged: false, connections_made: 7, joined_at: "2022-07-25" },
            { engagement_id: 26, user_id: 72, event_id: 45, poll_engaged: true, connections_made: 8, joined_at: "2022-05-15" },
            { engagement_id: 27, user_id: 173, event_id: 9, poll_engaged: false, connections_made: 7, joined_at: "2022-08-21" },
            { engagement_id: 28, user_id: 138, event_id: 50, poll_engaged: false, connections_made: 6, joined_at: "2022-10-29" },
            { engagement_id: 29, user_id: 140, event_id: 4, poll_engaged: true, connections_made: 5, joined_at: "2022-12-24" },
            { engagement_id: 30, user_id: 130, event_id: 20, poll_engaged: false, connections_made: 6, joined_at: "2022-08-27" },
            { engagement_id: 31, user_id: 3, event_id: 31, poll_engaged: false, connections_made: 1, joined_at: "2022-07-21" },
            { engagement_id: 32, user_id: 137, event_id: 42, poll_engaged: true, connections_made: 3, joined_at: "2022-10-16" },
            { engagement_id: 33, user_id: 18, event_id: 19, poll_engaged: false, connections_made: 9, joined_at: "2022-08-08" },
            { engagement_id: 34, user_id: 77, event_id: 10, poll_engaged: false, connections_made: 6, joined_at: "2022-10-08" },
            { engagement_id: 35, user_id: 122, event_id: 50, poll_engaged: true, connections_made: 0, joined_at: "2022-10-10" },
            { engagement_id: 36, user_id: 99, event_id: 46, poll_engaged: false, connections_made: 4, joined_at: "2022-05-09" },
            { engagement_id: 37, user_id: 178, event_id: 25, poll_engaged: true, connections_made: 6, joined_at: "2022-09-10" },
            { engagement_id: 38, user_id: 182, event_id: 28, poll_engaged: true, connections_made: 0, joined_at: "2022-03-22" },
            { engagement_id: 39, user_id: 49, event_id: 29, poll_engaged: false, connections_made: 8, joined_at: "2022-04-09" },
            { engagement_id: 40, user_id: 41, event_id: 39, poll_engaged: false, connections_made: 3, joined_at: "2022-04-11" },
            { engagement_id: 41, user_id: 146, event_id: 49, poll_engaged: true, connections_made: 5, joined_at: "2022-04-28" },
            { engagement_id: 42, user_id: 18, event_id: 26, poll_engaged: true, connections_made: 6, joined_at: "2022-01-20" },
            { engagement_id: 43, user_id: 25, event_id: 37, poll_engaged: false, connections_made: 4, joined_at: "2022-12-10" },
            { engagement_id: 44, user_id: 170, event_id: 5, poll_engaged: false, connections_made: 4, joined_at: "2022-07-09" },
            { engagement_id: 45, user_id: 173, event_id: 26, poll_engaged: false, connections_made: 6, joined_at: "2022-03-19" },
            { engagement_id: 46, user_id: 132, event_id: 20, poll_engaged: false, connections_made: 10, joined_at: "2022-09-12" },
            { engagement_id: 47, user_id: 137, event_id: 14, poll_engaged: false, connections_made: 7, joined_at: "2022-01-14" },
            { engagement_id: 48, user_id: 72, event_id: 5, poll_engaged: true, connections_made: 7, joined_at: "2022-03-22" },
            { engagement_id: 49, user_id: 86, event_id: 16, poll_engaged: false, connections_made: 9, joined_at: "2022-04-27" },
            { engagement_id: 50, user_id: 19, event_id: 49, poll_engaged: true, connections_made: 5, joined_at: "2022-09-14" },
            { engagement_id: 51, user_id: 32, event_id: 49, poll_engaged: false, connections_made: 9, joined_at: "2022-06-02" },
            { engagement_id: 52, user_id: 21, event_id: 5, poll_engaged: true, connections_made: 4, joined_at: "2022-03-02" },
            { engagement_id: 53, user_id: 7, event_id: 13, poll_engaged: true, connections_made: 0, joined_at: "2022-05-07" },
            { engagement_id: 54, user_id: 33, event_id: 30, poll_engaged: false, connections_made: 9, joined_at: "2022-07-31" },
            { engagement_id: 55, user_id: 24, event_id: 16, poll_engaged: false, connections_made: 5, joined_at: "2022-09-06" },
            { engagement_id: 56, user_id: 136, event_id: 47, poll_engaged: true, connections_made: 6, joined_at: "2022-12-31" },
            { engagement_id: 57, user_id: 125, event_id: 41, poll_engaged: true, connections_made: 3, joined_at: "2022-08-06" },
            { engagement_id: 58, user_id: 47, event_id: 39, poll_engaged: false, connections_made: 9, joined_at: "2022-07-14" },
            { engagement_id: 59, user_id: 185, event_id: 38, poll_engaged: false, connections_made: 10, joined_at: "2022-08-23" },
            { engagement_id: 60, user_id: 181, event_id: 36, poll_engaged: false, connections_made: 9, joined_at: "2022-06-17" },
            { engagement_id: 61, user_id: 126, event_id: 47, poll_engaged: true, connections_made: 7, joined_at: "2022-11-23" },
            { engagement_id: 62, user_id: 68, event_id: 25, poll_engaged: false, connections_made: 7, joined_at: "2022-06-13" },
            { engagement_id: 63, user_id: 158, event_id: 11, poll_engaged: false, connections_made: 3, joined_at: "2022-03-27" },
            { engagement_id: 64, user_id: 165, event_id: 1, poll_engaged: true, connections_made: 6, joined_at: "2022-08-02" },
            { engagement_id: 65, user_id: 186, event_id: 17, poll_engaged: false, connections_made: 7, joined_at: "2022-07-27" },
            { engagement_id: 66, user_id: 140, event_id: 3, poll_engaged: true, connections_made: 2, joined_at: "2022-03-04" },
            { engagement_id: 67, user_id: 167, event_id: 3, poll_engaged: false, connections_made: 1, joined_at: "2022-09-28" },
            { engagement_id: 68, user_id: 131, event_id: 48, poll_engaged: false, connections_made: 0, joined_at: "2022-04-18" },
            { engagement_id: 69, user_id: 118, event_id: 40, poll_engaged: true, connections_made: 2, joined_at: "2022-01-15" },
            { engagement_id: 70, user_id: 166, event_id: 43, poll_engaged: true, connections_made: 10, joined_at: "2022-10-24" },
            { engagement_id: 71, user_id: 117, event_id: 22, poll_engaged: true, connections_made: 6, joined_at: "2022-04-23" },
            { engagement_id: 72, user_id: 168, event_id: 27, poll_engaged: false, connections_made: 7, joined_at: "2022-12-28" },
            { engagement_id: 73, user_id: 165, event_id: 37, poll_engaged: true, connections_made: 4, joined_at: "2022-11-21" },
            { engagement_id: 74, user_id: 53, event_id: 43, poll_engaged: true, connections_made: 7, joined_at: "2022-01-14" },
            { engagement_id: 75, user_id: 177, event_id: 24, poll_engaged: false, connections_made: 1, joined_at: "2022-03-27" },
            { engagement_id: 76, user_id: 51, event_id: 17, poll_engaged: true, connections_made: 7, joined_at: "2022-11-10" },
            { engagement_id: 77, user_id: 156, event_id: 39, poll_engaged: true, connections_made: 0, joined_at: "2022-04-12" },
            { engagement_id: 78, user_id: 191, event_id: 35, poll_engaged: true, connections_made: 5, joined_at: "2022-10-23" },
            { engagement_id: 79, user_id: 91, event_id: 35, poll_engaged: false, connections_made: 8, joined_at: "2022-04-01" },
            { engagement_id: 80, user_id: 10, event_id: 24, poll_engaged: true, connections_made: 0, joined_at: "2022-12-09" },
            { engagement_id: 81, user_id: 56, event_id: 21, poll_engaged: true, connections_made: 1, joined_at: "2022-11-26" },
            { engagement_id: 82, user_id: 19, event_id: 11, poll_engaged: false, connections_made: 6, joined_at: "2022-02-09" },
            { engagement_id: 83, user_id: 18, event_id: 16, poll_engaged: false, connections_made: 6, joined_at: "2022-10-07" },
            { engagement_id: 84, user_id: 63, event_id: 25, poll_engaged: true, connections_made: 2, joined_at: "2022-03-14" },
            { engagement_id: 85, user_id: 85, event_id: 45, poll_engaged: true, connections_made: 4, joined_at: "2022-05-11" },
            { engagement_id: 86, user_id: 179, event_id: 13, poll_engaged: false, connections_made: 4, joined_at: "2022-09-02" },
            { engagement_id: 87, user_id: 131, event_id: 13, poll_engaged: false, connections_made: 3, joined_at: "2022-05-26" },
            { engagement_id: 88, user_id: 14, event_id: 5, poll_engaged: false, connections_made: 0, joined_at: "2022-12-03" },
            { engagement_id: 89, user_id: 27, event_id: 43, poll_engaged: true, connections_made: 2, joined_at: "2022-05-06" },
            { engagement_id: 90, user_id: 113, event_id: 33, poll_engaged: false, connections_made: 7, joined_at: "2022-11-20" },
            { engagement_id: 91, user_id: 89, event_id: 48, poll_engaged: false, connections_made: 7, joined_at: "2022-12-02" },
            { engagement_id: 92, user_id: 198, event_id: 40, poll_engaged: false, connections_made: 7, joined_at: "2022-04-26" },
            { engagement_id: 93, user_id: 167, event_id: 26, poll_engaged: false, connections_made: 2, joined_at: "2022-12-10" },
            { engagement_id: 94, user_id: 42, event_id: 33, poll_engaged: true, connections_made: 8, joined_at: "2022-12-26" },
            { engagement_id: 95, user_id: 12, event_id: 21, poll_engaged: true, connections_made: 2, joined_at: "2022-09-20" },
            { engagement_id: 96, user_id: 104, event_id: 10, poll_engaged: true, connections_made: 9, joined_at: "2022-08-10" },
            { engagement_id: 97, user_id: 102, event_id: 38, poll_engaged: true, connections_made: 5, joined_at: "2022-09-28" },
            { engagement_id: 98, user_id: 198, event_id: 7, poll_engaged: false, connections_made: 1, joined_at: "2022-02-04" },
            { engagement_id: 99, user_id: 41, event_id: 12, poll_engaged: false, connections_made: 2, joined_at: "2022-10-02" },
            { engagement_id: 100, user_id: 73, event_id: 7, poll_engaged: true, connections_made: 1, joined_at: "2022-07-09" },
            { engagement_id: 101, user_id: 52, event_id: 48, poll_engaged: true, connections_made: 5, joined_at: "2022-11-15" },
            { engagement_id: 102, user_id: 197, event_id: 43, poll_engaged: false, connections_made: 4, joined_at: "2022-11-23" },
            { engagement_id: 103, user_id: 9, event_id: 33, poll_engaged: true, connections_made: 7, joined_at: "2022-08-17" },
            { engagement_id: 104, user_id: 45, event_id: 44, poll_engaged: true, connections_made: 1, joined_at: "2022-08-31" },
            { engagement_id: 105, user_id: 141, event_id: 29, poll_engaged: false, connections_made: 9, joined_at: "2022-10-14" },
            { engagement_id: 106, user_id: 140, event_id: 48, poll_engaged: false, connections_made: 2, joined_at: "2022-11-27" },
            { engagement_id: 107, user_id: 188, event_id: 48, poll_engaged: true, connections_made: 3, joined_at: "2022-09-13" },
            { engagement_id: 108, user_id: 104, event_id: 17, poll_engaged: true, connections_made: 10, joined_at: "2022-04-22" },
            { engagement_id: 109, user_id: 187, event_id: 22, poll_engaged: true, connections_made: 4, joined_at: "2022-11-11" },
            { engagement_id: 110, user_id: 105, event_id: 28, poll_engaged: true, connections_made: 6, joined_at: "2022-07-11" },
            { engagement_id: 111, user_id: 183, event_id: 46, poll_engaged: true, connections_made: 7, joined_at: "2022-10-11" },
            { engagement_id: 112, user_id: 70, event_id: 8, poll_engaged: false, connections_made: 3, joined_at: "2022-05-17" },
            { engagement_id: 113, user_id: 38, event_id: 1, poll_engaged: true, connections_made: 4, joined_at: "2022-09-22" },
            { engagement_id: 114, user_id: 78, event_id: 19, poll_engaged: true, connections_made: 6, joined_at: "2022-08-30" },
            { engagement_id: 115, user_id: 94, event_id: 47, poll_engaged: false, connections_made: 1, joined_at: "2022-12-07" },
            { engagement_id: 116, user_id: 41, event_id: 10, poll_engaged: true, connections_made: 7, joined_at: "2022-11-23" },
            { engagement_id: 117, user_id: 191, event_id: 22, poll_engaged: true, connections_made: 4, joined_at: "2022-08-23" },
            { engagement_id: 118, user_id: 4, event_id: 11, poll_engaged: false, connections_made: 9, joined_at: "2022-10-18" },
            { engagement_id: 119, user_id: 42, event_id: 7, poll_engaged: false, connections_made: 2, joined_at: "2022-04-25" },
            { engagement_id: 120, user_id: 11, event_id: 26, poll_engaged: true, connections_made: 4, joined_at: "2022-08-06" },
            { engagement_id: 121, user_id: 83, event_id: 47, poll_engaged: false, connections_made: 6, joined_at: "2022-09-02" },
            { engagement_id: 122, user_id: 195, event_id: 4, poll_engaged: true, connections_made: 5, joined_at: "2022-09-04" },
            { engagement_id: 123, user_id: 128, event_id: 1, poll_engaged: false, connections_made: 3, joined_at: "2022-11-08" },
            { engagement_id: 124, user_id: 146, event_id: 24, poll_engaged: false, connections_made: 4, joined_at: "2022-05-01" },
            { engagement_id: 125, user_id: 83, event_id: 2, poll_engaged: true, connections_made: 8, joined_at: "2022-02-20" },
            { engagement_id: 126, user_id: 92, event_id: 48, poll_engaged: false, connections_made: 2, joined_at: "2022-08-20" },
            { engagement_id: 127, user_id: 126, event_id: 14, poll_engaged: false, connections_made: 9, joined_at: "2022-05-31" },
            { engagement_id: 128, user_id: 90, event_id: 37, poll_engaged: false, connections_made: 2, joined_at: "2022-01-19" },
            { engagement_id: 129, user_id: 10, event_id: 15, poll_engaged: true, connections_made: 3, joined_at: "2022-06-28" },
            { engagement_id: 130, user_id: 191, event_id: 45, poll_engaged: false, connections_made: 1, joined_at: "2022-03-09" },
            { engagement_id: 131, user_id: 79, event_id: 33, poll_engaged: false, connections_made: 5, joined_at: "2022-11-08" },
            { engagement_id: 132, user_id: 18, event_id: 4, poll_engaged: false, connections_made: 6, joined_at: "2022-09-08" },
            { engagement_id: 133, user_id: 198, event_id: 20, poll_engaged: true, connections_made: 0, joined_at: "2022-10-07" },
            { engagement_id: 134, user_id: 119, event_id: 31, poll_engaged: true, connections_made: 5, joined_at: "2022-06-09" },
            { engagement_id: 135, user_id: 20, event_id: 41, poll_engaged: true, connections_made: 1, joined_at: "2022-11-30" },
            { engagement_id: 136, user_id: 93, event_id: 33, poll_engaged: false, connections_made: 7, joined_at: "2022-10-25" },
            { engagement_id: 137, user_id: 21, event_id: 24, poll_engaged: true, connections_made: 4, joined_at: "2022-09-04" },
            { engagement_id: 138, user_id: 2, event_id: 4, poll_engaged: false, connections_made: 3, joined_at: "2022-05-18" },
            { engagement_id: 139, user_id: 148, event_id: 18, poll_engaged: true, connections_made: 6, joined_at: "2022-08-04" },
            { engagement_id: 140, user_id: 55, event_id: 35, poll_engaged: true, connections_made: 10, joined_at: "2022-12-19" },
            { engagement_id: 141, user_id: 116, event_id: 32, poll_engaged: false, connections_made: 7, joined_at: "2022-08-26" },
            { engagement_id: 142, user_id: 77, event_id: 5, poll_engaged: false, connections_made: 7, joined_at: "2022-10-22" },
            { engagement_id: 143, user_id: 95, event_id: 12, poll_engaged: false, connections_made: 9, joined_at: "2022-12-20" },
            { engagement_id: 144, user_id: 137, event_id: 7, poll_engaged: true, connections_made: 2, joined_at: "2022-10-05" },
            { engagement_id: 145, user_id: 66, event_id: 25, poll_engaged: false, connections_made: 5, joined_at: "2022-01-06" },
            { engagement_id: 146, user_id: 5, event_id: 44, poll_engaged: true, connections_made: 2, joined_at: "2022-11-30" },
            { engagement_id: 147, user_id: 24, event_id: 33, poll_engaged: true, connections_made: 6, joined_at: "2023-01-01" },
            { engagement_id: 148, user_id: 144, event_id: 2, poll_engaged: false, connections_made: 6, joined_at: "2022-12-31" },
            { engagement_id: 149, user_id: 54, event_id: 17, poll_engaged: false, connections_made: 0, joined_at: "2022-04-04" },
            { engagement_id: 150, user_id: 161, event_id: 11, poll_engaged: true, connections_made: 9, joined_at: "2022-12-28" },
            { engagement_id: 151, user_id: 110, event_id: 26, poll_engaged: true, connections_made: 9, joined_at: "2022-08-06" },
            { engagement_id: 152, user_id: 185, event_id: 12, poll_engaged: false, connections_made: 7, joined_at: "2022-11-07" },
            { engagement_id: 153, user_id: 21, event_id: 23, poll_engaged: true, connections_made: 1, joined_at: "2022-01-15" },
            { engagement_id: 154, user_id: 175, event_id: 35, poll_engaged: true, connections_made: 10, joined_at: "2022-02-18" },
            { engagement_id: 155, user_id: 132, event_id: 28, poll_engaged: false, connections_made: 2, joined_at: "2022-01-04" },
            { engagement_id: 156, user_id: 71, event_id: 19, poll_engaged: false, connections_made: 1, joined_at: "2022-01-20" },
            { engagement_id: 157, user_id: 100, event_id: 49, poll_engaged: false, connections_made: 6, joined_at: "2022-08-17" },
            { engagement_id: 158, user_id: 126, event_id: 6, poll_engaged: true, connections_made: 2, joined_at: "2022-04-15" },
            { engagement_id: 159, user_id: 60, event_id: 33, poll_engaged: false, connections_made: 7, joined_at: "2022-06-03" },
            { engagement_id: 160, user_id: 124, event_id: 17, poll_engaged: false, connections_made: 8, joined_at: "2022-06-06" },
            { engagement_id: 161, user_id: 38, event_id: 12, poll_engaged: false, connections_made: 9, joined_at: "2022-06-12" },
            { engagement_id: 162, user_id: 166, event_id: 4, poll_engaged: false, connections_made: 3, joined_at: "2022-12-22" },
            { engagement_id: 163, user_id: 59, event_id: 13, poll_engaged: false, connections_made: 3, joined_at: "2022-11-27" },
            { engagement_id: 164, user_id: 130, event_id: 8, poll_engaged: false, connections_made: 10, joined_at: "2022-08-31" },
            { engagement_id: 165, user_id: 163, event_id: 32, poll_engaged: true, connections_made: 7, joined_at: "2022-03-22" },
            { engagement_id: 166, user_id: 107, event_id: 46, poll_engaged: true, connections_made: 7, joined_at: "2022-12-10" },
            { engagement_id: 167, user_id: 36, event_id: 46, poll_engaged: true, connections_made: 5, joined_at: "2022-08-04" },
            { engagement_id: 168, user_id: 116, event_id: 46, poll_engaged: true, connections_made: 0, joined_at: "2022-12-18" },
            { engagement_id: 169, user_id: 6, event_id: 19, poll_engaged: true, connections_made: 8, joined_at: "2022-01-30" },
            { engagement_id: 170, user_id: 117, event_id: 3, poll_engaged: false, connections_made: 6, joined_at: "2022-09-04" },
            { engagement_id: 171, user_id: 99, event_id: 18, poll_engaged: false, connections_made: 5, joined_at: "2022-03-31" },
            { engagement_id: 172, user_id: 88, event_id: 3, poll_engaged: false, connections_made: 5, joined_at: "2022-11-13" },
            { engagement_id: 173, user_id: 31, event_id: 44, poll_engaged: true, connections_made: 5, joined_at: "2022-02-27" },
            { engagement_id: 174, user_id: 117, event_id: 10, poll_engaged: false, connections_made: 3, joined_at: "2022-10-03" },
            { engagement_id: 175, user_id: 40, event_id: 27, poll_engaged: true, connections_made: 1, joined_at: "2022-10-17" },
            { engagement_id: 176, user_id: 148, event_id: 1, poll_engaged: true, connections_made: 8, joined_at: "2022-04-19" },
            { engagement_id: 177, user_id: 93, event_id: 37, poll_engaged: false, connections_made: 2, joined_at: "2022-12-19" },
            { engagement_id: 178, user_id: 164, event_id: 4, poll_engaged: false, connections_made: 9, joined_at: "2022-09-16" },
            { engagement_id: 179, user_id: 124, event_id: 12, poll_engaged: true, connections_made: 7, joined_at: "2022-06-02" },
            { engagement_id: 180, user_id: 35, event_id: 1, poll_engaged: true, connections_made: 0, joined_at: "2022-03-28" },
            { engagement_id: 181, user_id: 54, event_id: 12, poll_engaged: false, connections_made: 7, joined_at: "2022-03-03" },
            { engagement_id: 182, user_id: 155, event_id: 39, poll_engaged: true, connections_made: 6, joined_at: "2022-08-16" },
            { engagement_id: 183, user_id: 108, event_id: 50, poll_engaged: true, connections_made: 2, joined_at: "2022-08-30" },
            { engagement_id: 184, user_id: 180, event_id: 38, poll_engaged: false, connections_made: 9, joined_at: "2022-06-27" },
            { engagement_id: 185, user_id: 178, event_id: 6, poll_engaged: false, connections_made: 6, joined_at: "2022-06-20" },
            { engagement_id: 186, user_id: 12, event_id: 20, poll_engaged: true, connections_made: 9, joined_at: "2022-12-06" },
            { engagement_id: 187, user_id: 118, event_id: 11, poll_engaged: false, connections_made: 3, joined_at: "2022-05-18" },
            { engagement_id: 188, user_id: 13, event_id: 46, poll_engaged: false, connections_made: 5, joined_at: "2022-11-13" },
            { engagement_id: 189, user_id: 190, event_id: 19, poll_engaged: false, connections_made: 5, joined_at: "2022-09-17" },
            { engagement_id: 190, user_id: 48, event_id: 34, poll_engaged: false, connections_made: 3, joined_at: "2022-07-14" },
            { engagement_id: 191, user_id: 105, event_id: 48, poll_engaged: true, connections_made: 9, joined_at: "2022-06-18" },
            { engagement_id: 192, user_id: 182, event_id: 2, poll_engaged: true, connections_made: 6, joined_at: "2022-03-24" },
            { engagement_id: 193, user_id: 167, event_id: 41, poll_engaged: false, connections_made: 3, joined_at: "2022-06-29" },
            { engagement_id: 194, user_id: 84, event_id: 22, poll_engaged: false, connections_made: 4, joined_at: "2022-12-13" },
            { engagement_id: 195, user_id: 151, event_id: 7, poll_engaged: false, connections_made: 6, joined_at: "2022-10-16" },
            { engagement_id: 196, user_id: 171, event_id: 46, poll_engaged: false, connections_made: 6, joined_at: "2022-11-23" },
            { engagement_id: 197, user_id: 131, event_id: 47, poll_engaged: true, connections_made: 1, joined_at: "2022-03-25" },
            { engagement_id: 198, user_id: 156, event_id: 44, poll_engaged: false, connections_made: 0, joined_at: "2022-10-09" },
            { engagement_id: 199, user_id: 127, event_id: 38, poll_engaged: true, connections_made: 3, joined_at: "2022-05-29" },
            { engagement_id: 200, user_id: 142, event_id: 17, poll_engaged: false, connections_made: 8, joined_at: "2022-10-12" },
            { engagement_id: 201, user_id: 104, event_id: 40, poll_engaged: false, connections_made: 8, joined_at: "2022-04-20" },
            { engagement_id: 202, user_id: 27, event_id: 7, poll_engaged: true, connections_made: 8, joined_at: "2022-04-26" },
            { engagement_id: 203, user_id: 2, event_id: 7, poll_engaged: false, connections_made: 7, joined_at: "2022-12-07" },
            { engagement_id: 204, user_id: 74, event_id: 8, poll_engaged: false, connections_made: 4, joined_at: "2022-08-24" },
            { engagement_id: 205, user_id: 122, event_id: 36, poll_engaged: false, connections_made: 9, joined_at: "2022-05-10" },
            { engagement_id: 206, user_id: 54, event_id: 40, poll_engaged: true, connections_made: 9, joined_at: "2022-12-23" },
            { engagement_id: 207, user_id: 128, event_id: 23, poll_engaged: false, connections_made: 9, joined_at: "2022-12-13" },
            { engagement_id: 208, user_id: 181, event_id: 34, poll_engaged: true, connections_made: 9, joined_at: "2022-11-15" },
            { engagement_id: 209, user_id: 111, event_id: 36, poll_engaged: true, connections_made: 8, joined_at: "2022-09-16" },
            { engagement_id: 210, user_id: 149, event_id: 38, poll_engaged: false, connections_made: 8, joined_at: "2022-10-03" },
            { engagement_id: 211, user_id: 166, event_id: 31, poll_engaged: false, connections_made: 6, joined_at: "2022-09-21" },
            { engagement_id: 212, user_id: 179, event_id: 44, poll_engaged: false, connections_made: 0, joined_at: "2022-07-17" },
            { engagement_id: 213, user_id: 136, event_id: 34, poll_engaged: false, connections_made: 8, joined_at: "2022-07-25" },
            { engagement_id: 214, user_id: 127, event_id: 10, poll_engaged: true, connections_made: 0, joined_at: "2022-09-07" },
            { engagement_id: 215, user_id: 107, event_id: 30, poll_engaged: false, connections_made: 6, joined_at: "2022-01-01" },
            { engagement_id: 216, user_id: 29, event_id: 5, poll_engaged: true, connections_made: 1, joined_at: "2022-08-31" },
            { engagement_id: 217, user_id: 62, event_id: 43, poll_engaged: true, connections_made: 7, joined_at: "2022-11-19" },
            { engagement_id: 218, user_id: 27, event_id: 31, poll_engaged: false, connections_made: 8, joined_at: "2022-05-23" },
            { engagement_id: 219, user_id: 75, event_id: 5, poll_engaged: false, connections_made: 7, joined_at: "2022-02-28" },
            { engagement_id: 220, user_id: 175, event_id: 13, poll_engaged: true, connections_made: 7, joined_at: "2022-10-31" },
            { engagement_id: 221, user_id: 33, event_id: 30, poll_engaged: false, connections_made: 1, joined_at: "2022-09-29" },
            { engagement_id: 222, user_id: 92, event_id: 13, poll_engaged: true, connections_made: 7, joined_at: "2022-08-30" },
            { engagement_id: 223, user_id: 86, event_id: 15, poll_engaged: false, connections_made: 4, joined_at: "2022-12-21" },
            { engagement_id: 224, user_id: 172, event_id: 25, poll_engaged: true, connections_made: 0, joined_at: "2022-12-13" },
            { engagement_id: 225, user_id: 181, event_id: 31, poll_engaged: false, connections_made: 2, joined_at: "2022-06-14" },
            { engagement_id: 226, user_id: 27, event_id: 21, poll_engaged: true, connections_made: 8, joined_at: "2022-12-12" },
            { engagement_id: 227, user_id: 52, event_id: 32, poll_engaged: false, connections_made: 9, joined_at: "2022-10-19" },
            { engagement_id: 228, user_id: 156, event_id: 20, poll_engaged: false, connections_made: 8, joined_at: "2022-12-19" },
            { engagement_id: 229, user_id: 181, event_id: 42, poll_engaged: true, connections_made: 5, joined_at: "2022-09-10" },
            { engagement_id: 230, user_id: 108, event_id: 48, poll_engaged: true, connections_made: 6, joined_at: "2022-06-11" },
            { engagement_id: 231, user_id: 125, event_id: 11, poll_engaged: true, connections_made: 1, joined_at: "2022-11-30" },
            { engagement_id: 232, user_id: 28, event_id: 29, poll_engaged: false, connections_made: 8, joined_at: "2022-02-09" },
            { engagement_id: 233, user_id: 156, event_id: 27, poll_engaged: true, connections_made: 3, joined_at: "2022-03-27" },
            { engagement_id: 234, user_id: 128, event_id: 30, poll_engaged: false, connections_made: 1, joined_at: "2022-08-30" },
            { engagement_id: 235, user_id: 47, event_id: 8, poll_engaged: false, connections_made: 7, joined_at: "2022-08-20" },
            { engagement_id: 236, user_id: 18, event_id: 22, poll_engaged: false, connections_made: 3, joined_at: "2022-08-17" },
            { engagement_id: 237, user_id: 140, event_id: 31, poll_engaged: true, connections_made: 9, joined_at: "2022-09-25" },
            { engagement_id: 238, user_id: 82, event_id: 24, poll_engaged: false, connections_made: 7, joined_at: "2022-01-01" },
            { engagement_id: 239, user_id: 189, event_id: 24, poll_engaged: true, connections_made: 2, joined_at: "2022-10-27" },
            { engagement_id: 240, user_id: 128, event_id: 42, poll_engaged: false, connections_made: 6, joined_at: "2022-12-27" },
            { engagement_id: 241, user_id: 8, event_id: 22, poll_engaged: false, connections_made: 8, joined_at: "2022-04-24" },
            { engagement_id: 242, user_id: 44, event_id: 23, poll_engaged: false, connections_made: 4, joined_at: "2022-12-25" },
            { engagement_id: 243, user_id: 92, event_id: 1, poll_engaged: true, connections_made: 2, joined_at: "2022-11-27" },
            { engagement_id: 244, user_id: 39, event_id: 18, poll_engaged: true, connections_made: 6, joined_at: "2022-12-15" },
            { engagement_id: 245, user_id: 181, event_id: 27, poll_engaged: true, connections_made: 2, joined_at: "2022-10-03" },
            { engagement_id: 246, user_id: 44, event_id: 43, poll_engaged: false, connections_made: 9, joined_at: "2022-10-13" },
            { engagement_id: 247, user_id: 12, event_id: 26, poll_engaged: true, connections_made: 5, joined_at: "2022-05-13" },
            { engagement_id: 248, user_id: 33, event_id: 1, poll_engaged: false, connections_made: 1, joined_at: "2022-12-02" },
            { engagement_id: 249, user_id: 97, event_id: 31, poll_engaged: false, connections_made: 9, joined_at: "2022-02-21" },
            { engagement_id: 250, user_id: 143, event_id: 41, poll_engaged: false, connections_made: 2, joined_at: "2022-04-26" },
            { engagement_id: 251, user_id: 28, event_id: 16, poll_engaged: false, connections_made: 7, joined_at: "2022-03-30" },
            { engagement_id: 252, user_id: 154, event_id: 50, poll_engaged: false, connections_made: 5, joined_at: "2022-02-12" },
            { engagement_id: 253, user_id: 194, event_id: 50, poll_engaged: true, connections_made: 3, joined_at: "2022-01-21" },
            { engagement_id: 254, user_id: 99, event_id: 42, poll_engaged: false, connections_made: 7, joined_at: "2022-02-24" },
            { engagement_id: 255, user_id: 77, event_id: 3, poll_engaged: true, connections_made: 9, joined_at: "2022-10-19" },
            { engagement_id: 256, user_id: 83, event_id: 45, poll_engaged: true, connections_made: 3, joined_at: "2022-10-28" },
            { engagement_id: 257, user_id: 102, event_id: 12, poll_engaged: false, connections_made: 2, joined_at: "2022-10-04" },
            { engagement_id: 258, user_id: 51, event_id: 3, poll_engaged: false, connections_made: 8, joined_at: "2022-06-13" },
            { engagement_id: 259, user_id: 161, event_id: 34, poll_engaged: false, connections_made: 9, joined_at: "2022-06-03" },
            { engagement_id: 260, user_id: 151, event_id: 8, poll_engaged: false, connections_made: 7, joined_at: "2022-04-01" },
            { engagement_id: 261, user_id: 172, event_id: 8, poll_engaged: false, connections_made: 10, joined_at: "2022-03-24" },
            { engagement_id: 262, user_id: 41, event_id: 15, poll_engaged: false, connections_made: 10, joined_at: "2022-02-06" },
            { engagement_id: 263, user_id: 43, event_id: 8, poll_engaged: true, connections_made: 1, joined_at: "2022-08-09" },
            { engagement_id: 264, user_id: 33, event_id: 14, poll_engaged: true, connections_made: 6, joined_at: "2022-11-07" },
            { engagement_id: 265, user_id: 190, event_id: 26, poll_engaged: false, connections_made: 6, joined_at: "2022-03-26" },
            { engagement_id: 266, user_id: 43, event_id: 8, poll_engaged: false, connections_made: 3, joined_at: "2022-08-27" },
            { engagement_id: 267, user_id: 139, event_id: 14, poll_engaged: true, connections_made: 2, joined_at: "2022-03-05" },
            { engagement_id: 268, user_id: 143, event_id: 39, poll_engaged: false, connections_made: 2, joined_at: "2022-02-13" },
            { engagement_id: 269, user_id: 71, event_id: 25, poll_engaged: true, connections_made: 8, joined_at: "2022-11-27" },
            { engagement_id: 270, user_id: 69, event_id: 5, poll_engaged: false, connections_made: 5, joined_at: "2022-12-18" },
            { engagement_id: 271, user_id: 32, event_id: 16, poll_engaged: false, connections_made: 5, joined_at: "2022-10-03" },
            { engagement_id: 272, user_id: 121, event_id: 37, poll_engaged: false, connections_made: 1, joined_at: "2022-12-07" },
            { engagement_id: 273, user_id: 33, event_id: 44, poll_engaged: false, connections_made: 7, joined_at: "2022-05-25" },
            { engagement_id: 274, user_id: 119, event_id: 30, poll_engaged: true, connections_made: 7, joined_at: "2022-11-19" },
            { engagement_id: 275, user_id: 25, event_id: 5, poll_engaged: true, connections_made: 8, joined_at: "2022-12-01" },
            { engagement_id: 276, user_id: 43, event_id: 14, poll_engaged: true, connections_made: 2, joined_at: "2022-12-20" },
            { engagement_id: 277, user_id: 135, event_id: 38, poll_engaged: true, connections_made: 7, joined_at: "2022-02-02" },
            { engagement_id: 278, user_id: 143, event_id: 6, poll_engaged: true, connections_made: 2, joined_at: "2022-12-09" },
            { engagement_id: 279, user_id: 34, event_id: 14, poll_engaged: true, connections_made: 2, joined_at: "2022-12-17" },
            { engagement_id: 280, user_id: 192, event_id: 28, poll_engaged: true, connections_made: 2, joined_at: "2022-09-19" },
            { engagement_id: 281, user_id: 57, event_id: 31, poll_engaged: true, connections_made: 10, joined_at: "2022-02-05" },
            { engagement_id: 282, user_id: 46, event_id: 14, poll_engaged: false, connections_made: 9, joined_at: "2022-06-01" },
            { engagement_id: 283, user_id: 179, event_id: 9, poll_engaged: false, connections_made: 2, joined_at: "2022-04-25" },
            { engagement_id: 284, user_id: 128, event_id: 32, poll_engaged: false, connections_made: 2, joined_at: "2022-08-11" },
            { engagement_id: 285, user_id: 166, event_id: 44, poll_engaged: true, connections_made: 2, joined_at: "2022-01-30" },
            { engagement_id: 286, user_id: 55, event_id: 48, poll_engaged: false, connections_made: 5, joined_at: "2022-11-23" },
            { engagement_id: 287, user_id: 156, event_id: 36, poll_engaged: true, connections_made: 8, joined_at: "2022-12-10" },
            { engagement_id: 288, user_id: 42, event_id: 4, poll_engaged: false, connections_made: 8, joined_at: "2022-12-31" },
            { engagement_id: 289, user_id: 137, event_id: 30, poll_engaged: true, connections_made: 6, joined_at: "2022-12-26" },
            { engagement_id: 290, user_id: 15, event_id: 27, poll_engaged: false, connections_made: 8, joined_at: "2022-10-17" },
            { engagement_id: 291, user_id: 127, event_id: 26, poll_engaged: false, connections_made: 5, joined_at: "2022-08-11" },
            { engagement_id: 292, user_id: 96, event_id: 46, poll_engaged: false, connections_made: 9, joined_at: "2022-10-05" },
            { engagement_id: 293, user_id: 27, event_id: 27, poll_engaged: true, connections_made: 7, joined_at: "2022-10-24" },
            { engagement_id: 294, user_id: 16, event_id: 8, poll_engaged: false, connections_made: 10, joined_at: "2022-10-10" },
            { engagement_id: 295, user_id: 81, event_id: 33, poll_engaged: true, connections_made: 0, joined_at: "2022-12-14" },
            { engagement_id: 296, user_id: 145, event_id: 15, poll_engaged: false, connections_made: 9, joined_at: "2022-07-16" },
            { engagement_id: 297, user_id: 136, event_id: 4, poll_engaged: true, connections_made: 3, joined_at: "2022-01-09" },
            { engagement_id: 298, user_id: 99, event_id: 36, poll_engaged: false, connections_made: 8, joined_at: "2022-03-05" },
            { engagement_id: 299, user_id: 188, event_id: 14, poll_engaged: false, connections_made: 10, joined_at: "2022-12-30" },
            { engagement_id: 300, user_id: 86, event_id: 30, poll_engaged: true, connections_made: 8, joined_at: "2022-07-05" },
            { engagement_id: 301, user_id: 83, event_id: 23, poll_engaged: false, connections_made: 8, joined_at: "2022-11-07" },
            { engagement_id: 302, user_id: 49, event_id: 6, poll_engaged: false, connections_made: 8, joined_at: "2022-12-31" },
            { engagement_id: 303, user_id: 140, event_id: 38, poll_engaged: true, connections_made: 9, joined_at: "2022-10-12" },
            { engagement_id: 304, user_id: 42, event_id: 42, poll_engaged: false, connections_made: 0, joined_at: "2022-06-30" },
            { engagement_id: 305, user_id: 189, event_id: 49, poll_engaged: true, connections_made: 9, joined_at: "2022-08-28" },
            { engagement_id: 306, user_id: 121, event_id: 50, poll_engaged: false, connections_made: 8, joined_at: "2022-04-20" },
            { engagement_id: 307, user_id: 69, event_id: 15, poll_engaged: true, connections_made: 6, joined_at: "2022-02-06" },
            { engagement_id: 308, user_id: 122, event_id: 47, poll_engaged: true, connections_made: 10, joined_at: "2022-06-07" },
            { engagement_id: 309, user_id: 17, event_id: 31, poll_engaged: true, connections_made: 7, joined_at: "2022-03-18" },
            { engagement_id: 310, user_id: 80, event_id: 35, poll_engaged: true, connections_made: 5, joined_at: "2022-08-21" },
            { engagement_id: 311, user_id: 115, event_id: 25, poll_engaged: false, connections_made: 8, joined_at: "2022-05-16" },
            { engagement_id: 312, user_id: 49, event_id: 33, poll_engaged: true, connections_made: 10, joined_at: "2022-06-27" },
            { engagement_id: 313, user_id: 97, event_id: 24, poll_engaged: false, connections_made: 10, joined_at: "2022-05-04" },
            { engagement_id: 314, user_id: 23, event_id: 9, poll_engaged: false, connections_made: 7, joined_at: "2022-12-22" },
            { engagement_id: 315, user_id: 100, event_id: 5, poll_engaged: true, connections_made: 5, joined_at: "2022-10-28" },
            { engagement_id: 316, user_id: 104, event_id: 5, poll_engaged: true, connections_made: 4, joined_at: "2022-08-11" },
            { engagement_id: 317, user_id: 172, event_id: 25, poll_engaged: false, connections_made: 7, joined_at: "2022-09-03" },
            { engagement_id: 318, user_id: 20, event_id: 15, poll_engaged: true, connections_made: 1, joined_at: "2022-09-09" },
            { engagement_id: 319, user_id: 130, event_id: 32, poll_engaged: true, connections_made: 3, joined_at: "2022-06-14" },
            { engagement_id: 320, user_id: 25, event_id: 32, poll_engaged: true, connections_made: 10, joined_at: "2022-08-21" },
            { engagement_id: 321, user_id: 27, event_id: 34, poll_engaged: true, connections_made: 2, joined_at: "2022-04-14" },
            { engagement_id: 322, user_id: 14, event_id: 29, poll_engaged: true, connections_made: 1, joined_at: "2022-11-12" },
            { engagement_id: 323, user_id: 12, event_id: 10, poll_engaged: true, connections_made: 4, joined_at: "2022-08-31" },
            { engagement_id: 324, user_id: 13, event_id: 18, poll_engaged: false, connections_made: 0, joined_at: "2022-12-21" },
            { engagement_id: 325, user_id: 25, event_id: 39, poll_engaged: true, connections_made: 4, joined_at: "2022-04-19" },
            { engagement_id: 326, user_id: 122, event_id: 19, poll_engaged: true, connections_made: 4, joined_at: "2022-12-08" },
            { engagement_id: 327, user_id: 55, event_id: 49, poll_engaged: true, connections_made: 9, joined_at: "2022-11-18" },
            { engagement_id: 328, user_id: 47, event_id: 24, poll_engaged: true, connections_made: 9, joined_at: "2022-07-21" },
            { engagement_id: 329, user_id: 172, event_id: 22, poll_engaged: true, connections_made: 7, joined_at: "2022-02-04" },
            { engagement_id: 330, user_id: 124, event_id: 24, poll_engaged: true, connections_made: 8, joined_at: "2022-11-03" },
            { engagement_id: 331, user_id: 41, event_id: 8, poll_engaged: false, connections_made: 8, joined_at: "2022-11-19" },
            { engagement_id: 332, user_id: 131, event_id: 9, poll_engaged: false, connections_made: 6, joined_at: "2022-06-15" },
            { engagement_id: 333, user_id: 81, event_id: 8, poll_engaged: true, connections_made: 6, joined_at: "2022-05-07" },
            { engagement_id: 334, user_id: 72, event_id: 20, poll_engaged: true, connections_made: 5, joined_at: "2022-10-08" },
            { engagement_id: 335, user_id: 132, event_id: 42, poll_engaged: false, connections_made: 9, joined_at: "2022-05-02" },
            { engagement_id: 336, user_id: 52, event_id: 44, poll_engaged: true, connections_made: 8, joined_at: "2023-01-01" },
            { engagement_id: 337, user_id: 179, event_id: 50, poll_engaged: true, connections_made: 6, joined_at: "2022-08-21" },
            { engagement_id: 338, user_id: 37, event_id: 33, poll_engaged: true, connections_made: 3, joined_at: "2022-11-10" },
            { engagement_id: 339, user_id: 169, event_id: 43, poll_engaged: false, connections_made: 6, joined_at: "2022-11-19" },
            { engagement_id: 340, user_id: 150, event_id: 2, poll_engaged: false, connections_made: 6, joined_at: "2022-09-06" },
            { engagement_id: 341, user_id: 114, event_id: 15, poll_engaged: true, connections_made: 4, joined_at: "2022-11-02" },
            { engagement_id: 342, user_id: 193, event_id: 14, poll_engaged: false, connections_made: 3, joined_at: "2022-10-13" },
            { engagement_id: 343, user_id: 83, event_id: 44, poll_engaged: false, connections_made: 4, joined_at: "2022-04-08" },
            { engagement_id: 344, user_id: 43, event_id: 24, poll_engaged: false, connections_made: 8, joined_at: "2022-11-30" },
            { engagement_id: 345, user_id: 130, event_id: 41, poll_engaged: false, connections_made: 9, joined_at: "2022-12-04" },
            { engagement_id: 346, user_id: 187, event_id: 3, poll_engaged: false, connections_made: 6, joined_at: "2022-01-30" },
            { engagement_id: 347, user_id: 172, event_id: 21, poll_engaged: false, connections_made: 3, joined_at: "2022-12-10" },
            { engagement_id: 348, user_id: 51, event_id: 48, poll_engaged: true, connections_made: 7, joined_at: "2022-09-28" },
            { engagement_id: 349, user_id: 132, event_id: 27, poll_engaged: false, connections_made: 7, joined_at: "2022-09-10" },
            { engagement_id: 350, user_id: 156, event_id: 38, poll_engaged: true, connections_made: 4, joined_at: "2022-08-22" },
            { engagement_id: 351, user_id: 31, event_id: 34, poll_engaged: true, connections_made: 6, joined_at: "2022-12-17" },
            { engagement_id: 352, user_id: 109, event_id: 26, poll_engaged: true, connections_made: 6, joined_at: "2022-04-06" },
            { engagement_id: 353, user_id: 67, event_id: 19, poll_engaged: false, connections_made: 5, joined_at: "2022-06-26" },
            { engagement_id: 354, user_id: 73, event_id: 11, poll_engaged: true, connections_made: 8, joined_at: "2022-10-03" },
            { engagement_id: 355, user_id: 75, event_id: 13, poll_engaged: false, connections_made: 5, joined_at: "2022-09-27" },
            { engagement_id: 356, user_id: 69, event_id: 2, poll_engaged: true, connections_made: 8, joined_at: "2022-09-08" },
            { engagement_id: 357, user_id: 181, event_id: 18, poll_engaged: false, connections_made: 1, joined_at: "2022-04-20" },
            { engagement_id: 358, user_id: 43, event_id: 30, poll_engaged: false, connections_made: 5, joined_at: "2022-08-26" },
            { engagement_id: 359, user_id: 125, event_id: 24, poll_engaged: true, connections_made: 3, joined_at: "2022-11-28" },
            { engagement_id: 360, user_id: 33, event_id: 46, poll_engaged: false, connections_made: 8, joined_at: "2022-02-18" },
            { engagement_id: 361, user_id: 101, event_id: 30, poll_engaged: false, connections_made: 5, joined_at: "2022-10-19" },
            { engagement_id: 362, user_id: 30, event_id: 20, poll_engaged: false, connections_made: 3, joined_at: "2022-08-31" },
            { engagement_id: 363, user_id: 18, event_id: 3, poll_engaged: true, connections_made: 8, joined_at: "2022-09-15" },
            { engagement_id: 364, user_id: 16, event_id: 39, poll_engaged: false, connections_made: 9, joined_at: "2022-10-05" },
            { engagement_id: 365, user_id: 158, event_id: 17, poll_engaged: false, connections_made: 9, joined_at: "2022-03-01" },
            { engagement_id: 366, user_id: 9, event_id: 12, poll_engaged: true, connections_made: 7, joined_at: "2022-09-16" },
            { engagement_id: 367, user_id: 99, event_id: 2, poll_engaged: false, connections_made: 7, joined_at: "2022-10-05" },
            { engagement_id: 368, user_id: 187, event_id: 15, poll_engaged: true, connections_made: 4, joined_at: "2022-10-12" },
            { engagement_id: 369, user_id: 10, event_id: 23, poll_engaged: false, connections_made: 5, joined_at: "2022-04-15" },
            { engagement_id: 370, user_id: 62, event_id: 5, poll_engaged: false, connections_made: 6, joined_at: "2022-09-10" },
            { engagement_id: 371, user_id: 21, event_id: 37, poll_engaged: false, connections_made: 10, joined_at: "2022-06-10" },
            { engagement_id: 372, user_id: 21, event_id: 50, poll_engaged: true, connections_made: 2, joined_at: "2022-09-01" },
            { engagement_id: 373, user_id: 184, event_id: 43, poll_engaged: false, connections_made: 3, joined_at: "2022-10-24" },
            { engagement_id: 374, user_id: 111, event_id: 10, poll_engaged: false, connections_made: 5, joined_at: "2022-10-16" },
            { engagement_id: 375, user_id: 88, event_id: 44, poll_engaged: true, connections_made: 0, joined_at: "2022-03-20" },
            { engagement_id: 376, user_id: 166, event_id: 16, poll_engaged: true, connections_made: 7, joined_at: "2022-01-25" },
            { engagement_id: 377, user_id: 133, event_id: 4, poll_engaged: true, connections_made: 1, joined_at: "2022-03-20" },
            { engagement_id: 378, user_id: 102, event_id: 8, poll_engaged: true, connections_made: 4, joined_at: "2022-07-24" },
            { engagement_id: 379, user_id: 165, event_id: 48, poll_engaged: false, connections_made: 3, joined_at: "2022-04-23" },
            { engagement_id: 380, user_id: 110, event_id: 3, poll_engaged: true, connections_made: 4, joined_at: "2022-12-03" },
            { engagement_id: 381, user_id: 83, event_id: 6, poll_engaged: true, connections_made: 7, joined_at: "2022-03-30" },
            { engagement_id: 382, user_id: 63, event_id: 18, poll_engaged: true, connections_made: 7, joined_at: "2022-10-07" },
            { engagement_id: 383, user_id: 125, event_id: 29, poll_engaged: false, connections_made: 1, joined_at: "2022-01-09" },
            { engagement_id: 384, user_id: 65, event_id: 42, poll_engaged: false, connections_made: 2, joined_at: "2022-06-08" },
            { engagement_id: 385, user_id: 136, event_id: 1, poll_engaged: false, connections_made: 5, joined_at: "2022-12-03" },
            { engagement_id: 386, user_id: 131, event_id: 5, poll_engaged: true, connections_made: 2, joined_at: "2022-07-01" },
            { engagement_id: 387, user_id: 148, event_id: 9, poll_engaged: true, connections_made: 4, joined_at: "2022-12-30" },
            { engagement_id: 388, user_id: 182, event_id: 7, poll_engaged: false, connections_made: 5, joined_at: "2022-03-16" },
            { engagement_id: 389, user_id: 195, event_id: 23, poll_engaged: false, connections_made: 8, joined_at: "2022-11-15" },
            { engagement_id: 390, user_id: 102, event_id: 1, poll_engaged: false, connections_made: 9, joined_at: "2022-07-23" },
            { engagement_id: 391, user_id: 26, event_id: 43, poll_engaged: true, connections_made: 4, joined_at: "2022-04-20" },
            { engagement_id: 392, user_id: 92, event_id: 27, poll_engaged: false, connections_made: 9, joined_at: "2022-11-27" },
            { engagement_id: 393, user_id: 55, event_id: 23, poll_engaged: true, connections_made: 5, joined_at: "2022-11-21" },
            { engagement_id: 394, user_id: 188, event_id: 44, poll_engaged: false, connections_made: 0, joined_at: "2022-11-27" },
            { engagement_id: 395, user_id: 91, event_id: 33, poll_engaged: true, connections_made: 2, joined_at: "2022-12-25" },
            { engagement_id: 396, user_id: 1, event_id: 46, poll_engaged: false, connections_made: 10, joined_at: "2022-09-29" },
            { engagement_id: 397, user_id: 17, event_id: 14, poll_engaged: true, connections_made: 10, joined_at: "2022-09-04" },
            { engagement_id: 398, user_id: 195, event_id: 10, poll_engaged: false, connections_made: 1, joined_at: "2022-04-07" },
            { engagement_id: 399, user_id: 182, event_id: 29, poll_engaged: false, connections_made: 8, joined_at: "2022-12-25" },
            { engagement_id: 400, user_id: 103, event_id: 27, poll_engaged: false, connections_made: 4, joined_at: "2022-06-14" },
            { engagement_id: 401, user_id: 55, event_id: 45, poll_engaged: false, connections_made: 3, joined_at: "2022-03-07" },
            { engagement_id: 402, user_id: 14, event_id: 18, poll_engaged: false, connections_made: 10, joined_at: "2022-12-07" },
            { engagement_id: 403, user_id: 102, event_id: 34, poll_engaged: true, connections_made: 4, joined_at: "2022-09-15" },
            { engagement_id: 404, user_id: 22, event_id: 50, poll_engaged: true, connections_made: 3, joined_at: "2022-09-16" },
            { engagement_id: 405, user_id: 187, event_id: 26, poll_engaged: true, connections_made: 2, joined_at: "2022-08-22" },
            { engagement_id: 406, user_id: 62, event_id: 22, poll_engaged: false, connections_made: 7, joined_at: "2022-04-12" },
            { engagement_id: 407, user_id: 136, event_id: 33, poll_engaged: false, connections_made: 3, joined_at: "2022-12-16" },
            { engagement_id: 408, user_id: 61, event_id: 12, poll_engaged: false, connections_made: 4, joined_at: "2022-04-03" },
            { engagement_id: 409, user_id: 56, event_id: 32, poll_engaged: false, connections_made: 8, joined_at: "2022-11-29" },
            { engagement_id: 410, user_id: 92, event_id: 8, poll_engaged: true, connections_made: 1, joined_at: "2022-01-23" },
            { engagement_id: 411, user_id: 198, event_id: 25, poll_engaged: false, connections_made: 9, joined_at: "2022-09-14" },
            { engagement_id: 412, user_id: 64, event_id: 24, poll_engaged: true, connections_made: 6, joined_at: "2022-06-02" },
            { engagement_id: 413, user_id: 63, event_id: 13, poll_engaged: false, connections_made: 2, joined_at: "2022-07-07" },
            { engagement_id: 414, user_id: 174, event_id: 1, poll_engaged: true, connections_made: 9, joined_at: "2022-12-05" },
            { engagement_id: 415, user_id: 122, event_id: 45, poll_engaged: false, connections_made: 9, joined_at: "2022-08-30" },
            { engagement_id: 416, user_id: 93, event_id: 35, poll_engaged: false, connections_made: 4, joined_at: "2022-11-14" },
            { engagement_id: 417, user_id: 135, event_id: 23, poll_engaged: true, connections_made: 0, joined_at: "2022-12-12" },
            { engagement_id: 418, user_id: 134, event_id: 22, poll_engaged: true, connections_made: 6, joined_at: "2022-01-15" },
            { engagement_id: 419, user_id: 136, event_id: 43, poll_engaged: false, connections_made: 8, joined_at: "2022-11-06" },
            { engagement_id: 420, user_id: 41, event_id: 21, poll_engaged: false, connections_made: 6, joined_at: "2022-09-01" },
            { engagement_id: 421, user_id: 124, event_id: 15, poll_engaged: false, connections_made: 10, joined_at: "2022-06-25" },
            { engagement_id: 422, user_id: 137, event_id: 4, poll_engaged: true, connections_made: 6, joined_at: "2022-12-05" },
            { engagement_id: 423, user_id: 17, event_id: 17, poll_engaged: false, connections_made: 4, joined_at: "2022-01-05" },
            { engagement_id: 424, user_id: 86, event_id: 37, poll_engaged: false, connections_made: 4, joined_at: "2022-08-07" },
            { engagement_id: 425, user_id: 173, event_id: 28, poll_engaged: false, connections_made: 2, joined_at: "2022-03-24" },
            { engagement_id: 426, user_id: 123, event_id: 3, poll_engaged: true, connections_made: 10, joined_at: "2022-07-07" },
            { engagement_id: 427, user_id: 75, event_id: 9, poll_engaged: false, connections_made: 4, joined_at: "2022-12-22" },
            { engagement_id: 428, user_id: 56, event_id: 48, poll_engaged: true, connections_made: 3, joined_at: "2022-12-03" },
            { engagement_id: 429, user_id: 28, event_id: 27, poll_engaged: true, connections_made: 4, joined_at: "2022-11-19" },
            { engagement_id: 430, user_id: 12, event_id: 14, poll_engaged: true, connections_made: 1, joined_at: "2022-07-25" },
            { engagement_id: 431, user_id: 182, event_id: 31, poll_engaged: false, connections_made: 3, joined_at: "2022-10-05" },
            { engagement_id: 432, user_id: 117, event_id: 14, poll_engaged: false, connections_made: 2, joined_at: "2022-12-02" },
            { engagement_id: 433, user_id: 199, event_id: 42, poll_engaged: false, connections_made: 8, joined_at: "2022-04-09" },
            { engagement_id: 434, user_id: 131, event_id: 12, poll_engaged: true, connections_made: 9, joined_at: "2022-03-13" },
            { engagement_id: 435, user_id: 102, event_id: 3, poll_engaged: true, connections_made: 5, joined_at: "2022-09-29" },
            { engagement_id: 436, user_id: 183, event_id: 5, poll_engaged: true, connections_made: 7, joined_at: "2022-07-03" },
            { engagement_id: 437, user_id: 153, event_id: 28, poll_engaged: true, connections_made: 10, joined_at: "2022-03-02" },
            { engagement_id: 438, user_id: 126, event_id: 14, poll_engaged: false, connections_made: 4, joined_at: "2022-10-03" },
            { engagement_id: 439, user_id: 34, event_id: 33, poll_engaged: true, connections_made: 9, joined_at: "2022-05-28" },
            { engagement_id: 440, user_id: 123, event_id: 14, poll_engaged: true, connections_made: 2, joined_at: "2022-01-11" },
            { engagement_id: 441, user_id: 195, event_id: 38, poll_engaged: false, connections_made: 2, joined_at: "2022-09-25" },
            { engagement_id: 442, user_id: 24, event_id: 48, poll_engaged: true, connections_made: 5, joined_at: "2022-11-28" },
            { engagement_id: 443, user_id: 152, event_id: 46, poll_engaged: true, connections_made: 4, joined_at: "2022-05-28" },
            { engagement_id: 444, user_id: 98, event_id: 43, poll_engaged: false, connections_made: 2, joined_at: "2022-12-03" },
            { engagement_id: 445, user_id: 129, event_id: 16, poll_engaged: false, connections_made: 7, joined_at: "2022-06-28" },
            { engagement_id: 446, user_id: 183, event_id: 27, poll_engaged: true, connections_made: 0, joined_at: "2022-08-03" },
            { engagement_id: 447, user_id: 140, event_id: 6, poll_engaged: true, connections_made: 8, joined_at: "2022-03-12" },
            { engagement_id: 448, user_id: 87, event_id: 24, poll_engaged: false, connections_made: 3, joined_at: "2022-02-22" },
            { engagement_id: 449, user_id: 75, event_id: 12, poll_engaged: true, connections_made: 9, joined_at: "2022-10-01" },
            { engagement_id: 450, user_id: 152, event_id: 11, poll_engaged: true, connections_made: 8, joined_at: "2022-03-03" },
            { engagement_id: 451, user_id: 99, event_id: 21, poll_engaged: false, connections_made: 7, joined_at: "2022-11-22" },
            { engagement_id: 452, user_id: 122, event_id: 13, poll_engaged: true, connections_made: 8, joined_at: "2022-09-13" },
            { engagement_id: 453, user_id: 48, event_id: 13, poll_engaged: true, connections_made: 2, joined_at: "2022-08-27" },
            { engagement_id: 454, user_id: 159, event_id: 30, poll_engaged: false, connections_made: 6, joined_at: "2022-08-03" },
            { engagement_id: 455, user_id: 16, event_id: 46, poll_engaged: false, connections_made: 8, joined_at: "2022-12-10" },
            { engagement_id: 456, user_id: 58, event_id: 50, poll_engaged: false, connections_made: 7, joined_at: "2022-03-08" },
            { engagement_id: 457, user_id: 124, event_id: 4, poll_engaged: false, connections_made: 2, joined_at: "2022-07-01" },
            { engagement_id: 458, user_id: 191, event_id: 28, poll_engaged: true, connections_made: 10, joined_at: "2022-12-01" },
            { engagement_id: 459, user_id: 162, event_id: 5, poll_engaged: false, connections_made: 10, joined_at: "2022-11-11" },
            { engagement_id: 460, user_id: 157, event_id: 22, poll_engaged: false, connections_made: 6, joined_at: "2022-09-03" },
            { engagement_id: 461, user_id: 188, event_id: 36, poll_engaged: true, connections_made: 3, joined_at: "2022-06-21" },
            { engagement_id: 462, user_id: 94, event_id: 14, poll_engaged: true, connections_made: 0, joined_at: "2022-12-22" },
            { engagement_id: 463, user_id: 47, event_id: 44, poll_engaged: false, connections_made: 9, joined_at: "2022-09-01" },
            { engagement_id: 464, user_id: 24, event_id: 37, poll_engaged: true, connections_made: 5, joined_at: "2022-07-25" },
            { engagement_id: 465, user_id: 166, event_id: 38, poll_engaged: false, connections_made: 6, joined_at: "2022-10-09" },
            { engagement_id: 466, user_id: 50, event_id: 41, poll_engaged: true, connections_made: 6, joined_at: "2022-08-14" },
            { engagement_id: 467, user_id: 126, event_id: 47, poll_engaged: true, connections_made: 3, joined_at: "2022-12-06" },
            { engagement_id: 468, user_id: 153, event_id: 35, poll_engaged: true, connections_made: 5, joined_at: "2022-02-19" },
            { engagement_id: 469, user_id: 147, event_id: 44, poll_engaged: true, connections_made: 1, joined_at: "2022-10-29" },
            { engagement_id: 470, user_id: 69, event_id: 34, poll_engaged: true, connections_made: 7, joined_at: "2022-10-13" },
            { engagement_id: 471, user_id: 104, event_id: 45, poll_engaged: false, connections_made: 7, joined_at: "2022-09-21" },
            { engagement_id: 472, user_id: 177, event_id: 25, poll_engaged: false, connections_made: 4, joined_at: "2022-07-06" },
            { engagement_id: 473, user_id: 196, event_id: 49, poll_engaged: false, connections_made: 7, joined_at: "2022-08-12" },
            { engagement_id: 474, user_id: 32, event_id: 1, poll_engaged: false, connections_made: 3, joined_at: "2022-03-04" },
            { engagement_id: 475, user_id: 165, event_id: 42, poll_engaged: true, connections_made: 6, joined_at: "2022-11-09" },
            { engagement_id: 476, user_id: 16, event_id: 10, poll_engaged: true, connections_made: 6, joined_at: "2022-10-16" },
            { engagement_id: 477, user_id: 123, event_id: 4, poll_engaged: true, connections_made: 10, joined_at: "2022-02-19" },
            { engagement_id: 478, user_id: 187, event_id: 48, poll_engaged: false, connections_made: 8, joined_at: "2022-06-06" },
            { engagement_id: 479, user_id: 130, event_id: 47, poll_engaged: true, connections_made: 6, joined_at: "2022-02-27" },
            { engagement_id: 480, user_id: 86, event_id: 41, poll_engaged: false, connections_made: 9, joined_at: "2022-12-25" },
            { engagement_id: 481, user_id: 158, event_id: 13, poll_engaged: false, connections_made: 6, joined_at: "2022-07-29" },
            { engagement_id: 482, user_id: 195, event_id: 27, poll_engaged: true, connections_made: 0, joined_at: "2022-09-29" },
            { engagement_id: 483, user_id: 17, event_id: 1, poll_engaged: false, connections_made: 8, joined_at: "2022-08-08" },
            { engagement_id: 484, user_id: 179, event_id: 24, poll_engaged: false, connections_made: 1, joined_at: "2022-10-13" },
            { engagement_id: 485, user_id: 19, event_id: 27, poll_engaged: true, connections_made: 2, joined_at: "2022-11-14" },
            { engagement_id: 486, user_id: 120, event_id: 35, poll_engaged: false, connections_made: 8, joined_at: "2022-10-25" },
            { engagement_id: 487, user_id: 142, event_id: 24, poll_engaged: false, connections_made: 4, joined_at: "2022-01-03" },
            { engagement_id: 488, user_id: 9, event_id: 14, poll_engaged: false, connections_made: 1, joined_at: "2022-12-17" },
            { engagement_id: 489, user_id: 49, event_id: 5, poll_engaged: false, connections_made: 3, joined_at: "2022-03-15" },
        ],
    });
}

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