// Advocacy Efforts Tracker (advocacy-campaigns-database) 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.organizations), 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.organizations.createMany({
        data: [
            { id: 1, name: "Compass Digital", email: "compass.digital@example.com", website: "https://example.com/common/plain", established_date: "2008-03-01" },
            { id: 2, name: "Keystone Health", email: "keystone.health@example.com", website: "https://example.com/example/public", established_date: "2004-12-17" },
            { id: 3, name: "Tidal Digital", email: "tidal.digital@example.com", website: "https://example.com/open/other", established_date: "2008-10-31" },
            { id: 4, name: "Meridian Digital", email: "meridian.digital@example.org", website: null, established_date: "2020-02-04" },
            { id: 5, name: "Summit Digital", email: "summit.digital@example.com", website: "https://example.com/order/usual", established_date: "2023-04-03" },
            { id: 6, name: "Vector Systems", email: "vector.systems@example.com", website: "https://example.com/final/small", established_date: "2004-04-28" },
            { id: 7, name: "North Foods", email: "north.foods@example.org", website: "https://example.com/month/every", established_date: "2023-05-27" },
            { id: 8, name: "Oak Energy", email: "oak.energy@example.com", website: "https://example.com/major/moment", established_date: "2008-11-03" },
            { id: 9, name: "Vector Partners", email: "vector.partners@example.net", website: null, established_date: "2016-08-18" },
            { id: 10, name: "Orbit Digital", email: "orbit.digital@example.com", website: "https://example.com/section/another", established_date: "2012-06-12" },
            { id: 11, name: "Ember Holdings", email: "ember.holdings@example.com", website: "https://example.com/close/open", established_date: null },
            { id: 12, name: "Clear Media", email: "clear.media@example.com", website: "https://example.com/given/long", established_date: "2019-12-30" },
            { id: 13, name: "Orbit Media", email: "orbit.media@example.org", website: "https://example.com/ground/bright", established_date: "2011-04-01" },
            { id: 14, name: "Keystone Software", email: "keystone.software@example.net", website: "https://example.com/again/order", established_date: null },
            { id: 15, name: "Quill Analytics", email: "quill.analytics@example.org", website: "https://example.com/usual/change", established_date: "2006-12-08" },
            { id: 16, name: "Acme Holdings", email: "acme.holdings@example.org", website: "https://example.com/high/follow", established_date: "2012-02-15" },
            { id: 17, name: "Willow Media", email: "willow.media@example.com", website: "https://example.com/notice/example", established_date: "2017-12-18" },
            { id: 18, name: "Willow Logistics", email: "willow.logistics@example.org", website: "https://example.com/public/large", established_date: null },
            { id: 19, name: "Beacon Holdings", email: "beacon.holdings@example.org", website: "https://example.com/great/system", established_date: "2011-02-19" },
            { id: 20, name: "Pine Group", email: "pine.group@example.org", website: "https://example.com/little/system", established_date: "2007-06-05" },
            { id: 21, name: "Tidal Analytics", email: "tidal.analytics@example.org", website: null, established_date: "2007-07-21" },
            { id: 22, name: "Ember Media", email: null, website: null, established_date: "2019-02-22" },
            { id: 23, name: "Bright Energy", email: "bright.energy@example.com", website: null, established_date: "2000-11-06" },
            { id: 24, name: "Ember Studio", email: "ember.studio@example.com", website: "https://example.com/record/yearly", established_date: "2017-07-31" },
            { id: 25, name: "Meridian Energy", email: "meridian.energy@example.net", website: "https://example.com/period/moving", established_date: "2010-04-04" },
            { id: 26, name: "Lumen Health", email: "lumen.health@example.net", website: null, established_date: "2022-04-13" },
            { id: 27, name: "Oak Studio", email: "oak.studio@example.net", website: "https://example.com/direct/other", established_date: "2004-02-23" },
            { id: 28, name: "Blue Group", email: "blue.group@example.org", website: "https://example.com/second/moment", established_date: "2002-02-03" },
            { id: 29, name: "Meridian Group", email: "meridian.group@example.com", website: "https://example.com/happen/clear", established_date: null },
            { id: 30, name: "Quill Holdings", email: "quill.holdings@example.com", website: "https://example.com/morning/bright", established_date: "2005-03-04" },
            { id: 31, name: "Harbor Logistics", email: "harbor.logistics@example.org", website: "https://example.com/special/support", established_date: "2012-06-05" },
            { id: 32, name: "Vista Health", email: "vista.health@example.com", website: "https://example.com/long/today", established_date: "2009-03-29" },
            { id: 33, name: "Lantern Works", email: "lantern.works@example.net", website: "https://example.com/bright/easy", established_date: "2018-05-29" },
            { id: 34, name: "Crest Group", email: "crest.group@example.org", website: "https://example.com/plain/plain", established_date: "2010-12-16" },
            { id: 35, name: "Pine Partners", email: "pine.partners@example.net", website: "https://example.com/second/change", established_date: null },
            { id: 36, name: "Keystone Systems", email: "keystone.systems@example.org", website: "https://example.com/regular/usual", established_date: "2017-02-10" },
            { id: 37, name: "Willow Analytics", email: "willow.analytics@example.org", website: "https://example.com/other/every", established_date: null },
            { id: 38, name: "North Works", email: "north.works@example.org", website: null, established_date: "2001-03-24" },
            { id: 39, name: "Ridge Holdings", email: null, website: "https://example.com/without/early", established_date: "2017-12-04" },
            { id: 40, name: "Ridge Partners", email: "ridge.partners@example.com", website: "https://example.com/every/change", established_date: "2014-06-18" },
            { id: 41, name: "Forge Media", email: "forge.media@example.org", website: "https://example.com/steady/quiet", established_date: null },
            { id: 42, name: "Pine Partners", email: "pine.partners@example.org", website: "https://example.com/later/ground", established_date: "2004-08-05" },
            { id: 43, name: "Blue Analytics", email: "blue.analytics@example.com", website: "https://example.com/outside/enough", established_date: "2000-11-10" },
            { id: 44, name: "Pine Logistics", email: "pine.logistics@example.com", website: "https://example.com/result/notice", established_date: "2019-10-23" },
            { id: 45, name: "Cobalt Group", email: "cobalt.group@example.net", website: "https://example.com/about/reason", established_date: "2004-01-18" },
            { id: 46, name: "Blue Digital", email: "blue.digital@example.com", website: "https://example.com/quick/without", established_date: "2010-06-28" },
            { id: 47, name: "North Software", email: "north.software@example.org", website: "https://example.com/strong/second", established_date: "2012-05-05" },
            { id: 48, name: "Field Studio", email: "field.studio@example.org", website: "https://example.com/follow/after", established_date: "2006-11-12" },
            { id: 49, name: "Juniper Foods", email: "juniper.foods@example.net", website: "https://example.com/moment/inside", established_date: null },
            { id: 50, name: "Harbor Holdings", email: "harbor.holdings@example.com", website: "https://example.com/bright/steady", established_date: "2011-07-02" },
        ],
    });
    await prisma.campaigns.createMany({
        data: [
            { id: 1, organization_id: 28, title: "Advocacy Engagement", start_date: "2020-10-24", end_date: "2020-11-01", goal: "drive raise" },
            { id: 2, organization_id: 8, title: "Innovation Mobilization", start_date: "2020-11-13", end_date: "2020-11-28", goal: "fund connect" },
            { id: 3, organization_id: 3, title: "Involvement Network", start_date: "2023-07-24", end_date: "2023-08-22", goal: "connect" },
            { id: 4, organization_id: 42, title: "Growth", start_date: "2021-04-06", end_date: "2021-04-09", goal: "unite impact educate" },
            { id: 5, organization_id: 12, title: "Leadership Awareness", start_date: "2023-08-01", end_date: "2023-08-14", goal: "advocate connect" },
            { id: 6, organization_id: 25, title: "Strategy Education", start_date: "2022-05-03", end_date: "2022-05-24", goal: "support fund" },
            { id: 7, organization_id: 35, title: "Unity", start_date: "2021-02-01", end_date: "2021-03-03", goal: "increase unite" },
            { id: 8, organization_id: 28, title: "Voice", start_date: "2022-02-10", end_date: "2022-02-14", goal: null },
            { id: 9, organization_id: 20, title: "Unity Involvement Voice", start_date: "2020-09-10", end_date: "2020-09-21", goal: "transform impact educate" },
            { id: 10, organization_id: 11, title: "Network Outreach Impact", start_date: "2023-02-11", end_date: "2023-02-15", goal: "fund" },
            { id: 11, organization_id: 39, title: "Strategy Education", start_date: "2023-09-08", end_date: "2023-09-29", goal: "mobilize increase" },
            { id: 12, organization_id: 21, title: "Advocacy Network Impact", start_date: "2020-01-11", end_date: "2020-02-07", goal: "educate awareness" },
            { id: 13, organization_id: 45, title: "Involvement Impact", start_date: "2020-07-03", end_date: "2020-07-20", goal: "support engage" },
            { id: 14, organization_id: 30, title: "Collaboration Awareness Outreach", start_date: "2020-02-15", end_date: "2020-03-07", goal: "educate influence" },
            { id: 15, organization_id: 17, title: "Education Strategy", start_date: "2021-08-02", end_date: "2021-08-14", goal: "impact" },
            { id: 16, organization_id: 42, title: "Collaboration", start_date: "2020-07-30", end_date: "2020-08-23", goal: "advocate" },
            { id: 17, organization_id: 36, title: "Engagement Network Action", start_date: "2023-12-20", end_date: "2024-01-06", goal: null },
            { id: 18, organization_id: 9, title: "Collaboration", start_date: "2022-06-10", end_date: "2022-06-25", goal: "support collaborate" },
            { id: 19, organization_id: 11, title: "Strategy Advocacy", start_date: "2022-10-22", end_date: "2022-11-04", goal: "educate fund" },
            { id: 20, organization_id: 23, title: "Innovation", start_date: "2022-01-26", end_date: "2022-02-01", goal: "drive awareness support" },
            { id: 21, organization_id: 47, title: "Empowerment Voice", start_date: "2020-10-10", end_date: "2020-10-25", goal: "inspire support transform" },
            { id: 22, organization_id: 41, title: "Involvement", start_date: "2022-01-16", end_date: "2022-01-24", goal: "empower" },
            { id: 23, organization_id: 26, title: "Involvement", start_date: "2023-10-21", end_date: "2023-11-16", goal: "unite increase" },
            { id: 24, organization_id: 32, title: "Empowerment", start_date: "2020-02-10", end_date: "2020-03-08", goal: "engage" },
            { id: 25, organization_id: 17, title: "Leadership Collaboration", start_date: "2023-09-22", end_date: "2023-10-18", goal: "mobilize engage" },
            { id: 26, organization_id: 3, title: "Involvement Voice", start_date: "2022-02-14", end_date: "2022-02-23", goal: "empower" },
            { id: 27, organization_id: 37, title: "Impact", start_date: "2021-03-06", end_date: "2021-03-27", goal: "educate mobilize connect" },
            { id: 28, organization_id: 4, title: "Voice Unity", start_date: "2020-09-05", end_date: "2020-09-15", goal: "advocate" },
            { id: 29, organization_id: 45, title: "Involvement Advocacy", start_date: "2021-09-19", end_date: "2021-10-12", goal: "transform advocate impact" },
            { id: 30, organization_id: 19, title: "Voice Engagement", start_date: "2020-11-12", end_date: "2020-11-28", goal: "unite collaborate" },
            { id: 31, organization_id: 11, title: "Unity Engagement Outreach", start_date: "2021-06-24", end_date: "2021-07-07", goal: "unite support" },
            { id: 32, organization_id: 34, title: "Innovation Advocacy Change", start_date: "2021-08-25", end_date: "2021-09-22", goal: "influence" },
            { id: 33, organization_id: 31, title: "Network Advocacy", start_date: "2023-03-13", end_date: "2023-03-23", goal: "educate" },
            { id: 34, organization_id: 31, title: "Advocacy", start_date: "2021-09-13", end_date: "2021-09-23", goal: "influence collaborate" },
            { id: 35, organization_id: 30, title: "Innovation Education Strategy", start_date: "2020-05-19", end_date: "2020-05-25", goal: "support advocate" },
            { id: 36, organization_id: 20, title: "Leadership", start_date: "2021-02-13", end_date: "2021-03-06", goal: "unite mobilize" },
            { id: 37, organization_id: 23, title: "Impact Education Unity", start_date: "2023-11-23", end_date: "2023-11-26", goal: null },
            { id: 38, organization_id: 43, title: "Involvement", start_date: "2022-11-15", end_date: "2022-12-13", goal: "connect promote" },
            { id: 39, organization_id: 7, title: "Change Advocacy", start_date: "2022-04-02", end_date: "2022-04-14", goal: "support fund engage" },
            { id: 40, organization_id: 10, title: "Collaboration Network", start_date: "2021-07-07", end_date: "2021-07-16", goal: "promote" },
            { id: 41, organization_id: 9, title: "Involvement Support", start_date: "2023-12-11", end_date: "2024-01-03", goal: "awareness educate collaborate" },
            { id: 42, organization_id: 6, title: "Outreach", start_date: "2023-11-27", end_date: "2023-12-23", goal: "expand educate" },
            { id: 43, organization_id: 6, title: "Impact Action", start_date: "2022-10-02", end_date: "2022-10-07", goal: "connect advocate unite" },
            { id: 44, organization_id: 38, title: "Growth Mobilization Unity", start_date: "2020-04-06", end_date: "2020-05-03", goal: "expand connect" },
            { id: 45, organization_id: 49, title: "Collaboration Unity Voice", start_date: "2022-02-27", end_date: "2022-03-12", goal: "expand" },
            { id: 46, organization_id: 32, title: "Strategy Voice", start_date: "2021-12-16", end_date: "2021-12-28", goal: "drive unite" },
            { id: 47, organization_id: 23, title: "Growth Change", start_date: "2020-09-26", end_date: "2020-09-27", goal: "transform" },
            { id: 48, organization_id: 21, title: "Leadership", start_date: "2021-08-01", end_date: "2021-08-15", goal: null },
            { id: 49, organization_id: 31, title: "Innovation Impact Education", start_date: "2023-06-02", end_date: "2023-06-02", goal: "raise support expand" },
            { id: 50, organization_id: 8, title: "Education Outreach Innovation", start_date: "2021-03-21", end_date: "2021-04-19", goal: "unite support raise" },
            { id: 51, organization_id: 29, title: "Engagement Innovation Action", start_date: "2022-03-25", end_date: "2022-04-23", goal: "transform" },
            { id: 52, organization_id: 15, title: "Awareness Action", start_date: "2020-06-08", end_date: "2020-06-10", goal: "drive raise" },
            { id: 53, organization_id: 44, title: "Empowerment Advocacy", start_date: "2020-01-09", end_date: "2020-01-10", goal: "promote influence inspire" },
            { id: 54, organization_id: 45, title: "Strategy Awareness Mobilization", start_date: "2023-05-20", end_date: "2023-06-17", goal: "mobilize impact promote" },
            { id: 55, organization_id: 26, title: "Awareness Network", start_date: "2022-10-02", end_date: "2022-10-19", goal: "educate promote" },
            { id: 56, organization_id: 9, title: "Impact Strategy Outreach", start_date: "2020-01-23", end_date: "2020-02-21", goal: "unite" },
            { id: 57, organization_id: 23, title: "Outreach Advocacy", start_date: "2022-06-16", end_date: "2022-06-28", goal: "empower raise" },
            { id: 58, organization_id: 38, title: "Impact Voice", start_date: "2023-09-24", end_date: "2023-10-03", goal: "transform increase" },
            { id: 59, organization_id: 5, title: "Unity", start_date: "2021-08-01", end_date: "2021-08-14", goal: "awareness fund inspire" },
            { id: 60, organization_id: 9, title: "Network", start_date: "2021-11-18", end_date: "2021-12-07", goal: "support impact connect" },
            { id: 61, organization_id: 27, title: "Change", start_date: "2020-12-03", end_date: "2020-12-16", goal: "mobilize" },
            { id: 62, organization_id: 20, title: "Network Growth", start_date: "2023-11-16", end_date: "2023-11-30", goal: "awareness" },
            { id: 63, organization_id: 50, title: "Voice", start_date: "2021-04-21", end_date: "2021-04-28", goal: null },
            { id: 64, organization_id: 12, title: "Innovation", start_date: "2020-02-28", end_date: "2020-03-07", goal: null },
            { id: 65, organization_id: 23, title: "Strategy Change", start_date: "2022-09-28", end_date: "2022-10-23", goal: "influence" },
            { id: 66, organization_id: 49, title: "Mobilization", start_date: "2020-06-10", end_date: "2020-06-12", goal: "transform" },
            { id: 67, organization_id: 47, title: "Innovation", start_date: "2020-06-14", end_date: "2020-07-14", goal: "unite raise drive" },
            { id: 68, organization_id: 23, title: "Support", start_date: "2022-02-26", end_date: "2022-03-10", goal: "inspire" },
            { id: 69, organization_id: 4, title: "Awareness", start_date: "2021-06-27", end_date: "2021-07-03", goal: "raise impact" },
            { id: 70, organization_id: 16, title: "Action Strategy", start_date: "2022-10-31", end_date: "2022-11-07", goal: "awareness inspire educate" },
            { id: 71, organization_id: 43, title: "Action Innovation Network", start_date: "2022-04-11", end_date: "2022-04-14", goal: "influence" },
            { id: 72, organization_id: 49, title: "Action", start_date: "2021-05-10", end_date: "2021-05-16", goal: "impact" },
            { id: 73, organization_id: 13, title: "Engagement", start_date: "2022-04-02", end_date: "2022-04-17", goal: "promote drive raise" },
            { id: 74, organization_id: 18, title: "Mobilization Voice", start_date: "2021-09-01", end_date: "2021-09-29", goal: "awareness" },
            { id: 75, organization_id: 29, title: "Support Education Involvement", start_date: "2022-11-24", end_date: "2022-12-12", goal: "educate transform" },
            { id: 76, organization_id: 36, title: "Change", start_date: "2020-06-08", end_date: "2020-06-08", goal: "collaborate drive" },
            { id: 77, organization_id: 21, title: "Network Impact", start_date: "2022-08-09", end_date: "2022-09-07", goal: null },
            { id: 78, organization_id: 5, title: "Strategy Voice", start_date: "2023-10-30", end_date: "2023-11-11", goal: null },
            { id: 79, organization_id: 50, title: "Collaboration", start_date: "2022-03-12", end_date: "2022-03-21", goal: "empower impact connect" },
            { id: 80, organization_id: 49, title: "Strategy Outreach", start_date: "2021-11-28", end_date: "2021-12-24", goal: "transform" },
            { id: 81, organization_id: 27, title: "Empowerment", start_date: "2022-08-19", end_date: "2022-08-19", goal: "fund" },
            { id: 82, organization_id: 10, title: "Leadership", start_date: "2023-09-30", end_date: "2023-10-26", goal: "increase impact" },
            { id: 83, organization_id: 12, title: "Action Network", start_date: "2020-04-04", end_date: "2020-04-26", goal: "transform" },
            { id: 84, organization_id: 48, title: "Growth Change", start_date: "2021-10-16", end_date: "2021-11-12", goal: "promote expand" },
            { id: 85, organization_id: 20, title: "Engagement Empowerment Innovation", start_date: "2021-08-14", end_date: "2021-08-25", goal: "transform" },
            { id: 86, organization_id: 4, title: "Engagement Mobilization Empowerment", start_date: "2023-07-02", end_date: "2023-07-20", goal: null },
            { id: 87, organization_id: 17, title: "Support Education", start_date: "2020-05-20", end_date: "2020-05-21", goal: null },
            { id: 88, organization_id: 16, title: "Growth Support", start_date: "2023-01-21", end_date: "2023-01-24", goal: "unite" },
            { id: 89, organization_id: 43, title: "Impact", start_date: "2023-01-08", end_date: "2023-01-20", goal: "awareness" },
            { id: 90, organization_id: 48, title: "Engagement Network Voice", start_date: "2023-08-06", end_date: "2023-09-01", goal: "support" },
            { id: 91, organization_id: 12, title: "Voice Support Mobilization", start_date: "2020-03-20", end_date: "2020-03-30", goal: "advocate" },
            { id: 92, organization_id: 11, title: "Advocacy Voice Education", start_date: "2023-11-27", end_date: "2023-11-30", goal: "collaborate increase empower" },
            { id: 93, organization_id: 9, title: "Awareness", start_date: "2021-07-11", end_date: "2021-07-21", goal: "advocate expand transform" },
            { id: 94, organization_id: 16, title: "Action", start_date: "2021-07-12", end_date: "2021-08-08", goal: "engage inspire impact" },
            { id: 95, organization_id: 21, title: "Unity Outreach", start_date: "2020-08-21", end_date: "2020-09-08", goal: "unite expand" },
            { id: 96, organization_id: 2, title: "Empowerment", start_date: "2021-12-31", end_date: "2022-01-23", goal: "advocate promote" },
            { id: 97, organization_id: 41, title: "Advocacy Innovation", start_date: "2020-06-24", end_date: "2020-07-16", goal: "connect" },
            { id: 98, organization_id: 45, title: "Awareness Mobilization Engagement", start_date: "2020-11-19", end_date: "2020-11-19", goal: "unite inspire impact" },
            { id: 99, organization_id: 42, title: "Advocacy", start_date: "2022-05-17", end_date: "2022-06-13", goal: "educate raise" },
            { id: 100, organization_id: 29, title: "Strategy", start_date: "2022-01-01", end_date: "2022-01-13", goal: "promote support increase" },
        ],
    });
    await prisma.activities.createMany({
        data: [
            { id: 1, campaign_id: 22, activity_type: "media release", date: "2023-06-02", description: "A late delivery was completed the same day." },
            { id: 2, campaign_id: 48, activity_type: "event", date: "2021-03-17", description: "No response from the courier, so the delivery was completed." },
            { id: 3, campaign_id: 70, activity_type: "event", date: "2020-07-10", description: "The customer asked for a change and the ticket was delayed." },
            { id: 4, campaign_id: 3, activity_type: "social media", date: "2022-03-11", description: "The invoice was replaced after a minor check." },
            { id: 5, campaign_id: 73, activity_type: "phone banking", date: "2020-06-05", description: "Support reported an urgent issue; the delivery was reviewed." },
            { id: 6, campaign_id: 8, activity_type: "social media", date: "2022-03-10", description: "A late follow-up: the session was resolved." },
            { id: 7, campaign_id: 92, activity_type: "event", date: "2020-05-17", description: "The delivery was reopened — unusual case, no further action." },
            { id: 8, campaign_id: 69, activity_type: "survey", date: "2022-02-13", description: "The supplier asked for a change and the document was rescheduled." },
            { id: 9, campaign_id: 18, activity_type: "event", date: "2020-11-29", description: "The account owner asked for a change and the session was refunded." },
            { id: 10, campaign_id: 16, activity_type: "event", date: "2022-05-23", description: "Flagged as late. The supplier reopened the invoice." },
            { id: 11, campaign_id: 94, activity_type: "event", date: "2022-02-11", description: "A standard follow-up: the record was resolved." },
            { id: 12, campaign_id: 91, activity_type: "social media", date: "2021-09-17", description: "The report was reopened following a standard review." },
            { id: 13, campaign_id: 57, activity_type: "phone banking", date: "2020-11-04", description: "No response from an operator, so the delivery was rescheduled." },
            { id: 14, campaign_id: 89, activity_type: "phone banking", date: "2022-04-14", description: null },
            { id: 15, campaign_id: 47, activity_type: "phone banking", date: "2023-10-06", description: null },
            { id: 16, campaign_id: 44, activity_type: "event", date: "2020-07-06", description: "The courier asked for a change and the shipment was processed." },
            { id: 17, campaign_id: 75, activity_type: "social media", date: "2023-06-28", description: "The order was processed — minor case, no further action." },
            { id: 18, campaign_id: 27, activity_type: "phone banking", date: "2021-02-01", description: "A manual transfer was refunded the same day." },
            { id: 19, campaign_id: 98, activity_type: "social media", date: "2020-09-07", description: "The ticket was updated — standard case, no further action." },
            { id: 20, campaign_id: 77, activity_type: "media release", date: "2023-03-20", description: "The transfer was completed — repeat case, no further action." },
            { id: 21, campaign_id: 100, activity_type: "social media", date: "2022-12-24", description: null },
            { id: 22, campaign_id: 22, activity_type: "event", date: "2022-12-24", description: null },
            { id: 23, campaign_id: 17, activity_type: "phone banking", date: "2022-02-27", description: "The account owner confirmed the details and the refund was delayed." },
            { id: 24, campaign_id: 30, activity_type: "event", date: "2023-04-24", description: null },
            { id: 25, campaign_id: 53, activity_type: "event", date: "2020-08-13", description: "The record was completed — automatic case, no further action." },
            { id: 26, campaign_id: 95, activity_type: "survey", date: "2023-01-19", description: "The delivery was updated after a duplicate check." },
            { id: 27, campaign_id: 70, activity_type: "phone banking", date: "2020-09-20", description: "The team confirmed the details and the booking was completed." },
            { id: 28, campaign_id: 71, activity_type: "event", date: "2020-07-16", description: "An automatic delivery was processed the same day." },
            { id: 29, campaign_id: 70, activity_type: "phone banking", date: "2023-10-09", description: "Support reported a duplicate issue; the record was resolved." },
            { id: 30, campaign_id: 88, activity_type: "phone banking", date: "2022-06-14", description: null },
            { id: 31, campaign_id: 31, activity_type: "event", date: "2021-01-12", description: "Flagged as partial. The reviewer refunded the ticket." },
            { id: 32, campaign_id: 67, activity_type: "media release", date: "2022-07-09", description: "A late session was cancelled the same day." },
            { id: 33, campaign_id: 34, activity_type: "social media", date: "2023-05-04", description: "The account was delayed — repeat case, no further action." },
            { id: 34, campaign_id: 53, activity_type: "phone banking", date: "2022-05-18", description: "The courier reported a duplicate issue; the document was refunded." },
            { id: 35, campaign_id: 8, activity_type: "media release", date: "2023-04-13", description: "An operator confirmed the details and the invoice was rescheduled." },
            { id: 36, campaign_id: 14, activity_type: "phone banking", date: "2020-12-19", description: "The supplier asked for a change and the ticket was cancelled." },
            { id: 37, campaign_id: 51, activity_type: "event", date: "2020-10-21", description: "The invoice was completed following an incomplete review." },
            { id: 38, campaign_id: 24, activity_type: "survey", date: "2020-03-30", description: "No response from the customer, so the account was approved." },
            { id: 39, campaign_id: 27, activity_type: "social media", date: "2021-05-20", description: "The customer confirmed the details and the item was reviewed." },
            { id: 40, campaign_id: 92, activity_type: "phone banking", date: "2020-06-01", description: "Flagged as standard. The supplier refunded the claim." },
            { id: 41, campaign_id: 83, activity_type: "social media", date: "2023-07-24", description: "The session was updated — incomplete case, no further action." },
            { id: 42, campaign_id: 22, activity_type: "phone banking", date: "2023-02-11", description: null },
            { id: 43, campaign_id: 78, activity_type: "social media", date: "2023-11-11", description: "The refund was resolved following a repeat review." },
            { id: 44, campaign_id: 50, activity_type: "event", date: "2020-03-13", description: "The shipment was completed after a repeat check." },
            { id: 45, campaign_id: 8, activity_type: "event", date: "2020-08-28", description: "The account owner asked for a change and the payment was escalated." },
            { id: 46, campaign_id: 86, activity_type: "social media", date: "2022-07-23", description: "The document was reviewed after an urgent check." },
            { id: 47, campaign_id: 39, activity_type: "phone banking", date: "2022-11-24", description: null },
            { id: 48, campaign_id: 17, activity_type: "phone banking", date: "2021-03-08", description: "Support confirmed the details and the session was completed." },
            { id: 49, campaign_id: 36, activity_type: "survey", date: "2023-01-10", description: "A partial request was rescheduled the same day." },
            { id: 50, campaign_id: 23, activity_type: "social media", date: "2021-04-19", description: "No response from the account owner, so the appointment was resolved." },
            { id: 51, campaign_id: 76, activity_type: "survey", date: "2022-10-28", description: "The payment was updated after an unusual check." },
            { id: 52, campaign_id: 31, activity_type: "phone banking", date: "2020-11-24", description: "The delivery was updated after a late check." },
            { id: 53, campaign_id: 57, activity_type: "phone banking", date: "2022-12-11", description: null },
            { id: 54, campaign_id: 58, activity_type: "event", date: "2022-03-06", description: "The team reported an incomplete issue; the appointment was escalated." },
            { id: 55, campaign_id: 25, activity_type: "event", date: "2023-08-01", description: "Flagged as unusual. The account owner updated the ticket." },
            { id: 56, campaign_id: 68, activity_type: "event", date: "2020-11-02", description: "Support asked for a change and the order was delayed." },
            { id: 57, campaign_id: 59, activity_type: "survey", date: "2022-04-22", description: "An incomplete session was resolved the same day." },
            { id: 58, campaign_id: 7, activity_type: "phone banking", date: "2020-10-29", description: "The courier confirmed the details and the invoice was updated." },
            { id: 59, campaign_id: 94, activity_type: "event", date: "2022-08-06", description: "An urgent claim was replaced the same day." },
            { id: 60, campaign_id: 93, activity_type: "survey", date: "2021-02-01", description: "The team asked for a change and the delivery was closed." },
            { id: 61, campaign_id: 76, activity_type: "survey", date: "2023-03-30", description: "The booking was closed after an incomplete check." },
            { id: 62, campaign_id: 62, activity_type: "event", date: "2021-11-11", description: "Flagged as automatic. The customer escalated the appointment." },
            { id: 63, campaign_id: 81, activity_type: "phone banking", date: "2022-08-16", description: "Support asked for a change and the document was refunded." },
            { id: 64, campaign_id: 97, activity_type: "survey", date: "2020-01-08", description: null },
            { id: 65, campaign_id: 27, activity_type: "event", date: "2023-09-11", description: null },
            { id: 66, campaign_id: 48, activity_type: "phone banking", date: "2023-05-01", description: "The account owner asked for a change and the document was reviewed." },
            { id: 67, campaign_id: 91, activity_type: "phone banking", date: "2023-11-01", description: "The record was delayed following a minor review." },
            { id: 68, campaign_id: 34, activity_type: "event", date: "2023-02-18", description: "A manual follow-up: the delivery was escalated." },
            { id: 69, campaign_id: 74, activity_type: "survey", date: "2022-01-12", description: null },
            { id: 70, campaign_id: 37, activity_type: "event", date: "2020-11-07", description: "The booking was closed after a duplicate check." },
            { id: 71, campaign_id: 98, activity_type: "event", date: "2020-11-01", description: "The refund was resolved following an urgent review." },
            { id: 72, campaign_id: 36, activity_type: "phone banking", date: "2022-09-24", description: "The reviewer reported a late issue; the delivery was updated." },
            { id: 73, campaign_id: 86, activity_type: "event", date: "2023-10-31", description: "Flagged as automatic. The supplier refunded the document." },
            { id: 74, campaign_id: 55, activity_type: "social media", date: "2021-12-21", description: "The reviewer confirmed the details and the booking was rejected." },
            { id: 75, campaign_id: 21, activity_type: "social media", date: "2021-05-21", description: "The shipment was refunded following an urgent review." },
            { id: 76, campaign_id: 78, activity_type: "survey", date: "2022-03-05", description: "No response from the reviewer, so the shipment was rejected." },
            { id: 77, campaign_id: 64, activity_type: "social media", date: "2023-02-16", description: "The courier confirmed the details and the transfer was cancelled." },
            { id: 78, campaign_id: 68, activity_type: "phone banking", date: "2020-06-01", description: null },
            { id: 79, campaign_id: 99, activity_type: "survey", date: "2022-11-02", description: "The supplier asked for a change and the account was replaced." },
            { id: 80, campaign_id: 85, activity_type: "event", date: "2022-05-31", description: "The ticket was updated after a manual check." },
            { id: 81, campaign_id: 100, activity_type: "survey", date: "2020-03-28", description: "A partial refund was completed the same day." },
            { id: 82, campaign_id: 89, activity_type: "social media", date: "2020-03-05", description: "The reviewer confirmed the details and the record was escalated." },
            { id: 83, campaign_id: 64, activity_type: "survey", date: "2020-02-17", description: "The record was refunded — routine case, no further action." },
            { id: 84, campaign_id: 72, activity_type: "phone banking", date: "2023-12-31", description: "The delivery was rejected after a duplicate check." },
            { id: 85, campaign_id: 5, activity_type: "survey", date: "2020-04-02", description: "The account owner confirmed the details and the refund was reviewed." },
            { id: 86, campaign_id: 65, activity_type: "phone banking", date: "2023-08-16", description: "The account owner reported an urgent issue; the transfer was closed." },
            { id: 87, campaign_id: 29, activity_type: "phone banking", date: "2023-07-28", description: "Flagged as minor. The reviewer approved the order." },
            { id: 88, campaign_id: 4, activity_type: "event", date: "2021-07-12", description: "The courier confirmed the details and the record was rescheduled." },
            { id: 89, campaign_id: 19, activity_type: "survey", date: "2022-12-06", description: null },
            { id: 90, campaign_id: 10, activity_type: "social media", date: "2023-12-09", description: "A repeat follow-up: the report was escalated." },
            { id: 91, campaign_id: 32, activity_type: "phone banking", date: "2020-01-31", description: "The request was cancelled — minor case, no further action." },
            { id: 92, campaign_id: 51, activity_type: "event", date: "2020-12-18", description: "The account owner asked for a change and the item was approved." },
            { id: 93, campaign_id: 96, activity_type: "event", date: "2021-09-28", description: "The request was approved — minor case, no further action." },
            { id: 94, campaign_id: 63, activity_type: "event", date: "2020-05-31", description: null },
            { id: 95, campaign_id: 15, activity_type: "event", date: "2020-03-23", description: "A late follow-up: the ticket was confirmed." },
            { id: 96, campaign_id: 25, activity_type: "event", date: "2022-07-20", description: "An incomplete follow-up: the transfer was updated." },
            { id: 97, campaign_id: 57, activity_type: "event", date: "2023-08-07", description: "The account owner reported a partial issue; the delivery was approved." },
            { id: 98, campaign_id: 29, activity_type: "event", date: "2022-04-27", description: "The team confirmed the details and the delivery was closed." },
            { id: 99, campaign_id: 3, activity_type: "phone banking", date: "2023-06-28", description: "The request was updated after a routine check." },
            { id: 100, campaign_id: 99, activity_type: "media release", date: "2021-07-11", description: "A partial follow-up: the session was closed." },
            { id: 101, campaign_id: 80, activity_type: "social media", date: "2023-01-31", description: "A manual delivery was closed the same day." },
            { id: 102, campaign_id: 24, activity_type: "event", date: "2023-08-04", description: "A repeat follow-up: the report was delayed." },
            { id: 103, campaign_id: 99, activity_type: "phone banking", date: "2020-02-22", description: null },
            { id: 104, campaign_id: 86, activity_type: "media release", date: "2020-03-04", description: "The transfer was processed after an incomplete check." },
            { id: 105, campaign_id: 87, activity_type: "event", date: "2021-10-01", description: "The claim was escalated — incomplete case, no further action." },
            { id: 106, campaign_id: 49, activity_type: "phone banking", date: "2021-06-24", description: "The account owner asked for a change and the transfer was approved." },
            { id: 107, campaign_id: 58, activity_type: "phone banking", date: "2023-08-05", description: "No response from the team, so the transfer was resolved." },
            { id: 108, campaign_id: 83, activity_type: "event", date: "2020-01-16", description: "Flagged as incomplete. An operator approved the item." },
            { id: 109, campaign_id: 95, activity_type: "phone banking", date: "2022-07-26", description: "The supplier reported a late issue; the session was delayed." },
            { id: 110, campaign_id: 70, activity_type: "event", date: "2020-08-15", description: "The shipment was rejected after a late check." },
            { id: 111, campaign_id: 61, activity_type: "social media", date: "2020-02-19", description: "The request was refunded after an automatic check." },
            { id: 112, campaign_id: 23, activity_type: "survey", date: "2021-12-21", description: "An operator confirmed the details and the record was delayed." },
            { id: 113, campaign_id: 86, activity_type: "phone banking", date: "2022-10-24", description: "A manual follow-up: the shipment was replaced." },
            { id: 114, campaign_id: 98, activity_type: "social media", date: "2022-07-04", description: "The team asked for a change and the session was cancelled." },
            { id: 115, campaign_id: 77, activity_type: "event", date: "2020-02-24", description: "A partial follow-up: the request was confirmed." },
            { id: 116, campaign_id: 69, activity_type: "event", date: "2022-11-04", description: "A manual report was cancelled the same day." },
            { id: 117, campaign_id: 22, activity_type: "phone banking", date: "2021-07-02", description: "The invoice was confirmed after a late check." },
            { id: 118, campaign_id: 56, activity_type: "survey", date: "2020-09-12", description: "An unusual follow-up: the item was closed." },
            { id: 119, campaign_id: 81, activity_type: "event", date: "2023-06-04", description: "The claim was approved following a repeat review." },
            { id: 120, campaign_id: 46, activity_type: "survey", date: "2023-05-20", description: "Flagged as repeat. The customer confirmed the account." },
            { id: 121, campaign_id: 9, activity_type: "phone banking", date: "2020-07-16", description: "An operator confirmed the details and the delivery was approved." },
            { id: 122, campaign_id: 56, activity_type: "event", date: "2020-12-05", description: "The courier reported a duplicate issue; the ticket was delayed." },
            { id: 123, campaign_id: 78, activity_type: "phone banking", date: "2021-07-27", description: "No response from support, so the claim was closed." },
            { id: 124, campaign_id: 14, activity_type: "event", date: "2023-01-30", description: "An automatic appointment was confirmed the same day." },
            { id: 125, campaign_id: 84, activity_type: "event", date: "2021-09-01", description: "The report was closed — minor case, no further action." },
            { id: 126, campaign_id: 79, activity_type: "phone banking", date: "2022-01-09", description: "The team confirmed the details and the booking was updated." },
            { id: 127, campaign_id: 93, activity_type: "phone banking", date: "2023-10-17", description: "The team asked for a change and the report was confirmed." },
            { id: 128, campaign_id: 60, activity_type: "event", date: "2022-09-09", description: "The payment was escalated after a repeat check." },
            { id: 129, campaign_id: 97, activity_type: "event", date: "2022-05-30", description: "Support asked for a change and the request was escalated." },
            { id: 130, campaign_id: 8, activity_type: "social media", date: "2020-06-12", description: "No response from the account owner, so the delivery was replaced." },
            { id: 131, campaign_id: 54, activity_type: "event", date: "2023-11-07", description: "The reviewer reported a partial issue; the delivery was completed." },
            { id: 132, campaign_id: 11, activity_type: "event", date: "2022-10-27", description: "Flagged as late. The supplier closed the booking." },
            { id: 133, campaign_id: 92, activity_type: "media release", date: "2021-06-30", description: "No response from the account owner, so the report was processed." },
            { id: 134, campaign_id: 30, activity_type: "survey", date: "2022-11-16", description: null },
            { id: 135, campaign_id: 34, activity_type: "media release", date: "2021-08-12", description: "The document was delayed — minor case, no further action." },
            { id: 136, campaign_id: 31, activity_type: "phone banking", date: "2022-08-16", description: "The invoice was resolved — unusual case, no further action." },
            { id: 137, campaign_id: 93, activity_type: "phone banking", date: "2020-11-08", description: "The ticket was delayed after a partial check." },
            { id: 138, campaign_id: 95, activity_type: "survey", date: "2021-04-19", description: "The invoice was resolved following a late review." },
            { id: 139, campaign_id: 81, activity_type: "phone banking", date: "2020-05-26", description: "A late follow-up: the transfer was cancelled." },
            { id: 140, campaign_id: 65, activity_type: "event", date: "2021-02-14", description: "The supplier confirmed the details and the document was delayed." },
            { id: 141, campaign_id: 8, activity_type: "phone banking", date: "2023-12-12", description: null },
            { id: 142, campaign_id: 45, activity_type: "event", date: "2021-04-15", description: "An urgent follow-up: the order was replaced." },
            { id: 143, campaign_id: 33, activity_type: "phone banking", date: "2020-05-01", description: null },
            { id: 144, campaign_id: 98, activity_type: "phone banking", date: "2023-12-18", description: "Flagged as duplicate. Support delayed the shipment." },
            { id: 145, campaign_id: 26, activity_type: "phone banking", date: "2022-06-16", description: "Flagged as routine. The courier resolved the session." },
            { id: 146, campaign_id: 7, activity_type: "event", date: "2020-09-13", description: "The delivery was reviewed — late case, no further action." },
            { id: 147, campaign_id: 99, activity_type: "phone banking", date: "2020-04-18", description: "The reviewer confirmed the details and the order was resolved." },
            { id: 148, campaign_id: 71, activity_type: "phone banking", date: "2021-05-14", description: null },
            { id: 149, campaign_id: 58, activity_type: "phone banking", date: "2020-10-22", description: "The booking was resolved after a minor check." },
            { id: 150, campaign_id: 92, activity_type: "phone banking", date: "2023-02-12", description: "A repeat follow-up: the account was completed." },
            { id: 151, campaign_id: 55, activity_type: "phone banking", date: "2021-07-25", description: "The account owner reported a routine issue; the document was updated." },
            { id: 152, campaign_id: 3, activity_type: "event", date: "2022-05-04", description: "The customer confirmed the details and the shipment was rejected." },
            { id: 153, campaign_id: 54, activity_type: "phone banking", date: "2023-04-14", description: "The account owner confirmed the details and the account was rescheduled." },
            { id: 154, campaign_id: 41, activity_type: "phone banking", date: "2020-12-25", description: "The supplier reported a duplicate issue; the request was replaced." },
            { id: 155, campaign_id: 78, activity_type: "phone banking", date: "2022-02-19", description: "No response from the account owner, so the payment was rescheduled." },
            { id: 156, campaign_id: 36, activity_type: "survey", date: "2021-07-17", description: "An operator reported a late issue; the shipment was delayed." },
            { id: 157, campaign_id: 86, activity_type: "social media", date: "2021-08-10", description: "The appointment was updated after an urgent check." },
            { id: 158, campaign_id: 48, activity_type: "social media", date: "2021-07-24", description: "Flagged as unusual. An operator processed the document." },
            { id: 159, campaign_id: 65, activity_type: "social media", date: "2020-03-20", description: "An incomplete payment was approved the same day." },
            { id: 160, campaign_id: 2, activity_type: "survey", date: "2021-08-06", description: "The transfer was completed after a routine check." },
            { id: 161, campaign_id: 27, activity_type: "social media", date: "2023-08-05", description: "The account was updated after a duplicate check." },
            { id: 162, campaign_id: 53, activity_type: "event", date: "2020-10-01", description: "Flagged as partial. The courier reopened the report." },
            { id: 163, campaign_id: 86, activity_type: "social media", date: "2020-03-23", description: "The refund was closed following a standard review." },
            { id: 164, campaign_id: 26, activity_type: "survey", date: "2023-12-09", description: "The supplier confirmed the details and the refund was processed." },
            { id: 165, campaign_id: 70, activity_type: "social media", date: "2022-10-13", description: "The appointment was resolved following an incomplete review." },
            { id: 166, campaign_id: 37, activity_type: "phone banking", date: "2021-11-25", description: "Support reported a routine issue; the order was completed." },
            { id: 167, campaign_id: 63, activity_type: "survey", date: "2023-09-27", description: "An incomplete booking was reviewed the same day." },
            { id: 168, campaign_id: 93, activity_type: "phone banking", date: "2021-06-09", description: "The appointment was rescheduled following a minor review." },
            { id: 169, campaign_id: 93, activity_type: "social media", date: "2022-05-12", description: "Support asked for a change and the claim was reviewed." },
            { id: 170, campaign_id: 68, activity_type: "social media", date: "2022-12-22", description: "The payment was rejected — urgent case, no further action." },
            { id: 171, campaign_id: 56, activity_type: "phone banking", date: "2020-06-24", description: "No response from the team, so the refund was replaced." },
            { id: 172, campaign_id: 63, activity_type: "survey", date: "2020-02-06", description: "The customer confirmed the details and the transfer was rejected." },
            { id: 173, campaign_id: 39, activity_type: "media release", date: "2020-08-17", description: "The reviewer asked for a change and the record was escalated." },
            { id: 174, campaign_id: 73, activity_type: "event", date: "2022-06-24", description: "The claim was rejected — automatic case, no further action." },
            { id: 175, campaign_id: 49, activity_type: "survey", date: "2020-10-24", description: "The customer asked for a change and the invoice was resolved." },
            { id: 176, campaign_id: 7, activity_type: "phone banking", date: "2023-09-20", description: "An automatic follow-up: the invoice was rescheduled." },
            { id: 177, campaign_id: 11, activity_type: "phone banking", date: "2021-01-02", description: "No response from the courier, so the ticket was completed." },
            { id: 178, campaign_id: 93, activity_type: "event", date: "2020-12-03", description: "The transfer was delayed following an unusual review." },
            { id: 179, campaign_id: 40, activity_type: "social media", date: "2022-12-16", description: null },
            { id: 180, campaign_id: 30, activity_type: "phone banking", date: "2022-01-10", description: null },
            { id: 181, campaign_id: 65, activity_type: "phone banking", date: "2020-07-31", description: "The payment was escalated following a minor review." },
            { id: 182, campaign_id: 100, activity_type: "media release", date: "2022-03-10", description: "An incomplete shipment was refunded the same day." },
            { id: 183, campaign_id: 7, activity_type: "phone banking", date: "2023-05-06", description: "A standard follow-up: the booking was resolved." },
            { id: 184, campaign_id: 95, activity_type: "media release", date: "2020-07-09", description: "Support reported an urgent issue; the refund was closed." },
            { id: 185, campaign_id: 49, activity_type: "social media", date: "2020-11-25", description: "The item was completed — automatic case, no further action." },
            { id: 186, campaign_id: 51, activity_type: "phone banking", date: "2023-06-11", description: "A minor document was confirmed the same day." },
            { id: 187, campaign_id: 81, activity_type: "survey", date: "2021-11-12", description: "No response from the courier, so the order was escalated." },
            { id: 188, campaign_id: 12, activity_type: "event", date: "2023-01-20", description: "No response from the reviewer, so the report was approved." },
            { id: 189, campaign_id: 87, activity_type: "survey", date: "2022-09-28", description: "An unusual invoice was closed the same day." },
            { id: 190, campaign_id: 11, activity_type: "phone banking", date: "2021-01-16", description: "The record was reopened following a duplicate review." },
            { id: 191, campaign_id: 24, activity_type: "phone banking", date: "2021-04-10", description: "The customer reported an unusual issue; the account was escalated." },
            { id: 192, campaign_id: 4, activity_type: "phone banking", date: "2023-08-23", description: "The transfer was delayed — repeat case, no further action." },
            { id: 193, campaign_id: 66, activity_type: "event", date: "2023-11-03", description: null },
            { id: 194, campaign_id: 2, activity_type: "phone banking", date: "2022-08-09", description: "The account was rejected — late case, no further action." },
            { id: 195, campaign_id: 78, activity_type: "event", date: "2021-03-27", description: "A routine ticket was updated the same day." },
            { id: 196, campaign_id: 73, activity_type: "social media", date: "2020-07-11", description: "The reviewer confirmed the details and the report was rescheduled." },
            { id: 197, campaign_id: 7, activity_type: "social media", date: "2023-06-08", description: "The booking was updated — standard case, no further action." },
            { id: 198, campaign_id: 84, activity_type: "phone banking", date: "2021-10-08", description: "Flagged as standard. The reviewer reviewed the claim." },
            { id: 199, campaign_id: 91, activity_type: "media release", date: "2020-08-17", description: "The team asked for a change and the appointment was completed." },
            { id: 200, campaign_id: 92, activity_type: "event", date: "2021-11-07", description: "A manual account was replaced the same day." },
            { id: 201, campaign_id: 39, activity_type: "survey", date: "2023-01-22", description: null },
            { id: 202, campaign_id: 97, activity_type: "survey", date: "2020-01-09", description: "No response from the customer, so the payment was confirmed." },
            { id: 203, campaign_id: 50, activity_type: "social media", date: "2022-07-24", description: "A minor appointment was reopened the same day." },
            { id: 204, campaign_id: 84, activity_type: "social media", date: "2022-07-23", description: "The order was processed after a duplicate check." },
            { id: 205, campaign_id: 8, activity_type: "social media", date: "2021-09-20", description: "The supplier asked for a change and the ticket was escalated." },
            { id: 206, campaign_id: 77, activity_type: "survey", date: "2020-09-12", description: "No response from the account owner, so the invoice was reviewed." },
            { id: 207, campaign_id: 29, activity_type: "phone banking", date: "2023-04-10", description: "Flagged as manual. The team updated the session." },
            { id: 208, campaign_id: 37, activity_type: "phone banking", date: "2021-11-13", description: "Flagged as routine. An operator rejected the claim." },
            { id: 209, campaign_id: 57, activity_type: "event", date: "2023-08-27", description: "The courier confirmed the details and the shipment was confirmed." },
            { id: 210, campaign_id: 28, activity_type: "social media", date: "2022-04-28", description: "An operator confirmed the details and the payment was escalated." },
            { id: 211, campaign_id: 48, activity_type: "event", date: "2020-09-03", description: "The record was cancelled — incomplete case, no further action." },
            { id: 212, campaign_id: 53, activity_type: "event", date: "2023-08-23", description: "The refund was replaced after a standard check." },
            { id: 213, campaign_id: 97, activity_type: "survey", date: "2021-03-28", description: "The invoice was processed — duplicate case, no further action." },
            { id: 214, campaign_id: 90, activity_type: "event", date: "2021-06-04", description: "A minor follow-up: the session was cancelled." },
            { id: 215, campaign_id: 35, activity_type: "phone banking", date: "2022-03-19", description: "The account owner asked for a change and the shipment was escalated." },
            { id: 216, campaign_id: 35, activity_type: "survey", date: "2021-06-02", description: "A repeat follow-up: the refund was confirmed." },
            { id: 217, campaign_id: 84, activity_type: "event", date: "2023-07-16", description: "A late follow-up: the document was confirmed." },
            { id: 218, campaign_id: 97, activity_type: "social media", date: "2023-11-28", description: "The delivery was updated after a routine check." },
            { id: 219, campaign_id: 6, activity_type: "phone banking", date: "2021-02-28", description: "A duplicate follow-up: the claim was approved." },
            { id: 220, campaign_id: 35, activity_type: "event", date: "2021-01-30", description: "Support confirmed the details and the record was confirmed." },
            { id: 221, campaign_id: 4, activity_type: "phone banking", date: "2023-10-13", description: "No response from support, so the payment was refunded." },
            { id: 222, campaign_id: 10, activity_type: "social media", date: "2021-12-30", description: null },
            { id: 223, campaign_id: 32, activity_type: "social media", date: "2023-01-20", description: "No response from an operator, so the item was reopened." },
            { id: 224, campaign_id: 10, activity_type: "event", date: "2022-11-15", description: "The appointment was updated after a standard check." },
            { id: 225, campaign_id: 32, activity_type: "phone banking", date: "2023-07-20", description: "No response from the supplier, so the appointment was confirmed." },
            { id: 226, campaign_id: 84, activity_type: "phone banking", date: "2023-04-29", description: "Flagged as standard. The courier refunded the document." },
            { id: 227, campaign_id: 62, activity_type: "survey", date: "2020-04-22", description: "The payment was cancelled — urgent case, no further action." },
            { id: 228, campaign_id: 31, activity_type: "survey", date: "2022-02-25", description: "The ticket was updated following an urgent review." },
            { id: 229, campaign_id: 29, activity_type: "social media", date: "2023-11-02", description: "Support confirmed the details and the document was rejected." },
            { id: 230, campaign_id: 32, activity_type: "social media", date: "2022-01-02", description: "The customer asked for a change and the delivery was completed." },
            { id: 231, campaign_id: 89, activity_type: "social media", date: "2023-09-25", description: "The courier confirmed the details and the claim was processed." },
            { id: 232, campaign_id: 26, activity_type: "event", date: "2023-08-04", description: "The request was delayed — unusual case, no further action." },
            { id: 233, campaign_id: 8, activity_type: "phone banking", date: "2022-10-12", description: "Support confirmed the details and the shipment was rejected." },
            { id: 234, campaign_id: 2, activity_type: "phone banking", date: "2023-12-04", description: "An automatic follow-up: the payment was closed." },
            { id: 235, campaign_id: 51, activity_type: "phone banking", date: "2023-10-20", description: "Support asked for a change and the delivery was escalated." },
            { id: 236, campaign_id: 29, activity_type: "phone banking", date: "2023-04-05", description: "The courier reported a repeat issue; the record was delayed." },
            { id: 237, campaign_id: 43, activity_type: "phone banking", date: "2020-02-07", description: "No response from the team, so the refund was processed." },
            { id: 238, campaign_id: 94, activity_type: "survey", date: "2021-11-25", description: "No response from the reviewer, so the payment was cancelled." },
            { id: 239, campaign_id: 27, activity_type: "event", date: "2022-03-09", description: "The account was closed after a manual check." },
            { id: 240, campaign_id: 53, activity_type: "phone banking", date: "2021-07-04", description: "A routine follow-up: the report was delayed." },
            { id: 241, campaign_id: 79, activity_type: "survey", date: "2023-06-26", description: "The session was processed following a late review." },
            { id: 242, campaign_id: 7, activity_type: "event", date: "2020-01-24", description: null },
            { id: 243, campaign_id: 81, activity_type: "event", date: "2021-05-13", description: null },
            { id: 244, campaign_id: 43, activity_type: "event", date: "2020-10-15", description: "A partial follow-up: the ticket was processed." },
            { id: 245, campaign_id: 50, activity_type: "survey", date: "2023-02-06", description: "Flagged as standard. The account owner closed the document." },
            { id: 246, campaign_id: 29, activity_type: "event", date: "2022-08-27", description: null },
            { id: 247, campaign_id: 99, activity_type: "phone banking", date: "2023-03-07", description: null },
            { id: 248, campaign_id: 47, activity_type: "phone banking", date: "2023-07-17", description: "The refund was delayed following a routine review." },
            { id: 249, campaign_id: 57, activity_type: "phone banking", date: "2023-02-16", description: "The record was reviewed after a late check." },
            { id: 250, campaign_id: 44, activity_type: "phone banking", date: "2021-02-02", description: "The payment was refunded after a partial check." },
            { id: 251, campaign_id: 2, activity_type: "phone banking", date: "2020-09-13", description: "The shipment was resolved following a minor review." },
            { id: 252, campaign_id: 60, activity_type: "event", date: "2022-10-21", description: null },
            { id: 253, campaign_id: 18, activity_type: "event", date: "2023-10-14", description: null },
            { id: 254, campaign_id: 84, activity_type: "event", date: "2022-08-30", description: "An automatic record was replaced the same day." },
            { id: 255, campaign_id: 43, activity_type: "survey", date: "2023-04-17", description: "The report was approved following an incomplete review." },
            { id: 256, campaign_id: 43, activity_type: "social media", date: "2022-07-27", description: "Flagged as repeat. Support delayed the ticket." },
            { id: 257, campaign_id: 28, activity_type: "social media", date: "2023-11-13", description: "The supplier asked for a change and the booking was cancelled." },
            { id: 258, campaign_id: 79, activity_type: "phone banking", date: "2023-04-26", description: null },
            { id: 259, campaign_id: 88, activity_type: "phone banking", date: "2020-05-17", description: "The account owner asked for a change and the session was approved." },
            { id: 260, campaign_id: 22, activity_type: "phone banking", date: "2023-08-26", description: "A partial delivery was closed the same day." },
            { id: 261, campaign_id: 86, activity_type: "event", date: "2021-06-08", description: "Flagged as late. The customer delayed the item." },
            { id: 262, campaign_id: 46, activity_type: "phone banking", date: "2022-04-28", description: "The courier asked for a change and the account was delayed." },
            { id: 263, campaign_id: 55, activity_type: "phone banking", date: "2020-07-12", description: "The courier reported an urgent issue; the record was approved." },
            { id: 264, campaign_id: 4, activity_type: "event", date: "2023-01-20", description: null },
            { id: 265, campaign_id: 7, activity_type: "survey", date: "2021-12-07", description: "The item was approved — urgent case, no further action." },
            { id: 266, campaign_id: 83, activity_type: "event", date: "2023-09-22", description: "The account owner reported a partial issue; the item was delayed." },
            { id: 267, campaign_id: 80, activity_type: "event", date: "2023-12-18", description: "The invoice was delayed — manual case, no further action." },
            { id: 268, campaign_id: 9, activity_type: "event", date: "2021-02-23", description: "The session was rejected — incomplete case, no further action." },
            { id: 269, campaign_id: 24, activity_type: "event", date: "2023-01-02", description: "No response from the supplier, so the ticket was reviewed." },
            { id: 270, campaign_id: 80, activity_type: "phone banking", date: "2020-10-13", description: "The customer confirmed the details and the refund was cancelled." },
            { id: 271, campaign_id: 97, activity_type: "survey", date: "2020-09-20", description: "Flagged as repeat. The customer confirmed the document." },
            { id: 272, campaign_id: 64, activity_type: "social media", date: "2022-11-05", description: "The team asked for a change and the record was replaced." },
            { id: 273, campaign_id: 42, activity_type: "phone banking", date: "2021-02-13", description: "An urgent follow-up: the invoice was resolved." },
            { id: 274, campaign_id: 22, activity_type: "phone banking", date: "2021-06-27", description: "An operator asked for a change and the transfer was rescheduled." },
            { id: 275, campaign_id: 65, activity_type: "event", date: "2021-02-23", description: "Flagged as unusual. An operator cancelled the transfer." },
            { id: 276, campaign_id: 71, activity_type: "event", date: "2022-07-31", description: null },
            { id: 277, campaign_id: 3, activity_type: "phone banking", date: "2021-07-10", description: "A manual account was completed the same day." },
            { id: 278, campaign_id: 44, activity_type: "social media", date: "2023-01-28", description: "A partial refund was closed the same day." },
            { id: 279, campaign_id: 35, activity_type: "phone banking", date: "2021-03-22", description: "A standard follow-up: the invoice was escalated." },
            { id: 280, campaign_id: 31, activity_type: "event", date: "2021-01-10", description: "The courier confirmed the details and the record was reopened." },
            { id: 281, campaign_id: 79, activity_type: "event", date: "2022-07-08", description: "The team asked for a change and the record was reviewed." },
            { id: 282, campaign_id: 89, activity_type: "phone banking", date: "2023-01-26", description: "Flagged as duplicate. The team refunded the record." },
            { id: 283, campaign_id: 26, activity_type: "social media", date: "2020-05-27", description: "The courier reported an urgent issue; the request was completed." },
            { id: 284, campaign_id: 96, activity_type: "survey", date: "2020-02-01", description: "The supplier asked for a change and the request was confirmed." },
            { id: 285, campaign_id: 64, activity_type: "social media", date: "2021-12-03", description: "No response from the team, so the session was updated." },
            { id: 286, campaign_id: 15, activity_type: "phone banking", date: "2020-07-19", description: "The claim was rejected — standard case, no further action." },
            { id: 287, campaign_id: 68, activity_type: "social media", date: "2023-06-21", description: "The refund was rejected following a partial review." },
            { id: 288, campaign_id: 36, activity_type: "social media", date: "2020-04-18", description: "No response from the reviewer, so the request was replaced." },
            { id: 289, campaign_id: 27, activity_type: "survey", date: "2020-02-12", description: "The reviewer confirmed the details and the invoice was replaced." },
            { id: 290, campaign_id: 74, activity_type: "event", date: "2020-03-26", description: "The team reported a standard issue; the transfer was delayed." },
            { id: 291, campaign_id: 27, activity_type: "phone banking", date: "2020-10-03", description: "The shipment was cancelled following an unusual review." },
            { id: 292, campaign_id: 10, activity_type: "phone banking", date: "2021-03-07", description: "An urgent follow-up: the shipment was escalated." },
            { id: 293, campaign_id: 28, activity_type: "event", date: "2023-04-10", description: null },
            { id: 294, campaign_id: 64, activity_type: "social media", date: "2023-11-19", description: null },
            { id: 295, campaign_id: 11, activity_type: "phone banking", date: "2021-08-22", description: "An operator reported a routine issue; the shipment was closed." },
            { id: 296, campaign_id: 90, activity_type: "phone banking", date: "2023-09-25", description: "The refund was updated after a partial check." },
            { id: 297, campaign_id: 48, activity_type: "phone banking", date: "2022-09-18", description: "Flagged as repeat. Support updated the claim." },
            { id: 298, campaign_id: 81, activity_type: "survey", date: "2020-12-28", description: "An operator reported an automatic issue; the invoice was cancelled." },
            { id: 299, campaign_id: 7, activity_type: "survey", date: "2021-02-09", description: "The account owner asked for a change and the booking was completed." },
            { id: 300, campaign_id: 60, activity_type: "phone banking", date: "2020-10-06", description: null },
        ],
    });
    await prisma.events.createMany({
        data: [
            { id: 1, campaign_id: 26, event_name: "Celebration", event_date: "2021-12-27", location: "venue city", attendance: 6927 },
            { id: 2, campaign_id: 97, event_name: "Discussion", event_date: "2020-02-09", location: "office stadium district", attendance: 79 },
            { id: 3, campaign_id: 6, event_name: "Campaign", event_date: "2020-11-02", location: "field block", attendance: 3032 },
            { id: 4, campaign_id: 20, event_name: "Meetup Webinar Training", event_date: "2023-07-02", location: null, attendance: 4169 },
            { id: 5, campaign_id: 40, event_name: "Symposium Summit Rally", event_date: "2021-01-20", location: "hall", attendance: 4433 },
            { id: 6, campaign_id: 81, event_name: "Launch Roundtable", event_date: "2020-04-21", location: "beach restaurant", attendance: 69 },
            { id: 7, campaign_id: 99, event_name: "Panel Meetup Presentation", event_date: "2023-06-30", location: "center studio office", attendance: 7764 },
            { id: 8, campaign_id: 95, event_name: "Networking Forum Webinar", event_date: "2023-07-26", location: "block restaurant studio", attendance: 8087 },
            { id: 9, campaign_id: 93, event_name: "Webinar Meetup", event_date: "2021-09-03", location: "park", attendance: 8425 },
            { id: 10, campaign_id: 6, event_name: "Rally Demonstration", event_date: "2020-02-14", location: "building", attendance: 534 },
            { id: 11, campaign_id: 48, event_name: "Rally Roundtable", event_date: "2023-11-26", location: null, attendance: 2744 },
            { id: 12, campaign_id: 11, event_name: "Presentation Webinar Meetup", event_date: "2021-09-29", location: "beach block center", attendance: 2598 },
            { id: 13, campaign_id: 53, event_name: "Meetup Roundtable", event_date: "2023-04-11", location: "hall", attendance: 3679 },
            { id: 14, campaign_id: 52, event_name: "Forum Demonstration Networking", event_date: "2021-09-16", location: "farm", attendance: 5531 },
            { id: 15, campaign_id: 47, event_name: "Webinar", event_date: "2023-08-08", location: "center", attendance: 603 },
            { id: 16, campaign_id: 9, event_name: "Rally Summit Discussion", event_date: "2023-07-13", location: "farm", attendance: 9736 },
            { id: 17, campaign_id: 45, event_name: "Meetup Demonstration", event_date: "2022-07-18", location: "hall", attendance: 101 },
            { id: 18, campaign_id: 39, event_name: "Campaign Roundtable", event_date: "2023-12-06", location: "hall theater", attendance: 636 },
            { id: 19, campaign_id: 78, event_name: "Symposium Panel", event_date: "2023-08-29", location: "library", attendance: 304 },
            { id: 20, campaign_id: 82, event_name: "Webinar Discussion", event_date: "2022-09-08", location: "restaurant library park", attendance: 8091 },
            { id: 21, campaign_id: 85, event_name: "Celebration Networking", event_date: "2021-03-05", location: "city park stadium", attendance: 2287 },
            { id: 22, campaign_id: 57, event_name: "Session Symposium", event_date: "2021-01-16", location: "market", attendance: 1812 },
            { id: 23, campaign_id: 71, event_name: "Forum Roundtable", event_date: "2023-09-05", location: "office hall", attendance: 3755 },
            { id: 24, campaign_id: 39, event_name: "Meetup Demonstration Workshop", event_date: "2021-04-22", location: "library", attendance: 1313 },
            { id: 25, campaign_id: 19, event_name: "Campaign Celebration Symposium", event_date: "2022-08-03", location: "library", attendance: 8640 },
            { id: 26, campaign_id: 28, event_name: "Training Roundtable Conference", event_date: "2023-02-26", location: "office", attendance: 5647 },
            { id: 27, campaign_id: 12, event_name: "Roundtable", event_date: "2020-04-15", location: "studio", attendance: 4854 },
            { id: 28, campaign_id: 26, event_name: "Launch", event_date: "2021-09-29", location: "restaurant", attendance: 1376 },
            { id: 29, campaign_id: 55, event_name: "Presentation Forum Expo", event_date: "2020-12-08", location: "district building", attendance: 9108 },
            { id: 30, campaign_id: 65, event_name: "Launch", event_date: "2022-12-08", location: "studio center school", attendance: 3336 },
            { id: 31, campaign_id: 3, event_name: "Presentation Session", event_date: "2020-01-13", location: "city park restaurant", attendance: 3 },
            { id: 32, campaign_id: 19, event_name: "Launch Showcase Networking", event_date: "2021-02-28", location: "school district office", attendance: 4089 },
            { id: 33, campaign_id: 28, event_name: "Roundtable Rally Symposium", event_date: "2020-09-03", location: "farm", attendance: 1116 },
            { id: 34, campaign_id: 98, event_name: "Roundtable", event_date: "2021-03-19", location: "theater", attendance: 6 },
            { id: 35, campaign_id: 64, event_name: "Forum", event_date: "2021-02-12", location: "studio", attendance: 6106 },
            { id: 36, campaign_id: 56, event_name: "Launch Discussion", event_date: "2020-03-17", location: "hall", attendance: 9661 },
            { id: 37, campaign_id: 23, event_name: "Launch Symposium Webinar", event_date: "2022-11-22", location: "field office theater", attendance: 219 },
            { id: 38, campaign_id: 6, event_name: "Symposium Training Workshop", event_date: "2020-04-25", location: "hall studio stadium", attendance: 164 },
            { id: 39, campaign_id: 89, event_name: "Meetup", event_date: "2022-09-07", location: "community theater", attendance: 1612 },
            { id: 40, campaign_id: 80, event_name: "Presentation Summit Meetup", event_date: "2023-11-22", location: "city", attendance: 1 },
            { id: 41, campaign_id: 37, event_name: "Networking Training", event_date: "2020-09-06", location: "market school", attendance: 4662 },
            { id: 42, campaign_id: 14, event_name: "Expo Symposium", event_date: "2023-09-10", location: "beach library", attendance: 2554 },
            { id: 43, campaign_id: 68, event_name: "Panel", event_date: "2021-04-14", location: "stadium city restaurant", attendance: 399 },
            { id: 44, campaign_id: 71, event_name: "Showcase Symposium Rally", event_date: "2021-11-24", location: "market", attendance: 6738 },
            { id: 45, campaign_id: 43, event_name: "Symposium Campaign Summit", event_date: "2021-08-30", location: "studio market school", attendance: 3557 },
            { id: 46, campaign_id: 55, event_name: "Meetup Summit Roundtable", event_date: "2020-08-15", location: "stadium", attendance: 1016 },
            { id: 47, campaign_id: 25, event_name: "Expo", event_date: "2022-06-07", location: "school", attendance: 2822 },
            { id: 48, campaign_id: 55, event_name: "Summit", event_date: "2021-09-28", location: "center", attendance: 170 },
            { id: 49, campaign_id: 51, event_name: "Networking", event_date: "2022-08-10", location: "building community library", attendance: 6936 },
            { id: 50, campaign_id: 89, event_name: "Launch", event_date: "2021-11-18", location: "stadium library", attendance: 543 },
            { id: 51, campaign_id: 7, event_name: "Expo", event_date: "2020-11-08", location: "beach venue", attendance: 1217 },
            { id: 52, campaign_id: 37, event_name: "Training Discussion", event_date: "2020-11-22", location: null, attendance: 320 },
            { id: 53, campaign_id: 39, event_name: "Symposium Launch", event_date: "2022-05-05", location: null, attendance: 8477 },
            { id: 54, campaign_id: 8, event_name: "Roundtable Rally", event_date: "2023-09-17", location: "office library hall", attendance: 4091 },
            { id: 55, campaign_id: 5, event_name: "Discussion Panel Session", event_date: "2022-01-19", location: "venue city studio", attendance: 9735 },
            { id: 56, campaign_id: 19, event_name: "Forum Session", event_date: "2021-10-06", location: "center district city", attendance: 8 },
            { id: 57, campaign_id: 94, event_name: "Session Conference", event_date: "2020-06-23", location: "stadium beach field", attendance: 2320 },
            { id: 58, campaign_id: 27, event_name: "Forum Meetup Campaign", event_date: "2022-01-07", location: "market community stadium", attendance: 1163 },
            { id: 59, campaign_id: 66, event_name: "Workshop Presentation Summit", event_date: "2022-05-09", location: "hall venue community", attendance: 161 },
            { id: 60, campaign_id: 78, event_name: "Expo Campaign", event_date: "2022-06-03", location: "hall beach", attendance: 2425 },
            { id: 61, campaign_id: 46, event_name: "Showcase Celebration", event_date: "2021-03-11", location: "building farm school", attendance: 2456 },
            { id: 62, campaign_id: 53, event_name: "Showcase Launch Training", event_date: "2021-02-05", location: "farm restaurant block", attendance: 5286 },
            { id: 63, campaign_id: 97, event_name: "Conference", event_date: "2021-04-28", location: "venue", attendance: 3296 },
            { id: 64, campaign_id: 12, event_name: "Showcase", event_date: "2021-12-11", location: null, attendance: 4007 },
            { id: 65, campaign_id: 74, event_name: "Panel Discussion", event_date: "2023-03-20", location: "office district stadium", attendance: 1879 },
            { id: 66, campaign_id: 55, event_name: "Presentation", event_date: "2020-06-09", location: "venue farm office", attendance: 9189 },
            { id: 67, campaign_id: 5, event_name: "Conference", event_date: "2021-04-16", location: "field city beach", attendance: 2904 },
            { id: 68, campaign_id: 61, event_name: "Presentation", event_date: "2023-10-25", location: "office", attendance: 224 },
            { id: 69, campaign_id: 5, event_name: "Discussion", event_date: "2022-12-25", location: "hall office theater", attendance: 2578 },
            { id: 70, campaign_id: 94, event_name: "Meetup", event_date: "2020-03-10", location: "center", attendance: 1198 },
            { id: 71, campaign_id: 33, event_name: "Celebration Presentation Webinar", event_date: "2021-12-29", location: "school", attendance: 965 },
            { id: 72, campaign_id: 78, event_name: "Forum Rally Celebration", event_date: "2023-09-27", location: "center", attendance: 9353 },
            { id: 73, campaign_id: 57, event_name: "Workshop", event_date: "2023-12-02", location: "field", attendance: 4265 },
            { id: 74, campaign_id: 76, event_name: "Summit Panel", event_date: "2022-10-01", location: "city", attendance: 2 },
            { id: 75, campaign_id: 90, event_name: "Expo", event_date: "2023-01-04", location: "farm center", attendance: 1751 },
        ],
    });
    await prisma.participants.createMany({
        data: [
            { id: 1, activity_id: 152, name: "Ruby Hoffmann", role: "volunteer", contact: "+1-305-555-0140" },
            { id: 2, activity_id: 279, name: "Omar Sato", role: "donor", contact: "+1-212-555-0117" },
            { id: 3, activity_id: 257, name: null, role: "staff", contact: "+1-212-555-0129" },
            { id: 4, activity_id: 87, name: "Yara Moreau", role: "volunteer", contact: "+1-917-555-0145" },
            { id: 5, activity_id: 140, name: "Emma Ali", role: "volunteer", contact: "+1-713-555-0143" },
            { id: 6, activity_id: 261, name: null, role: "partner", contact: "+1-612-555-0162" },
            { id: 7, activity_id: 58, name: "Elif Hughes", role: "volunteer", contact: "+1-857-555-0127" },
            { id: 8, activity_id: 12, name: "Laura Novak", role: "volunteer", contact: "+1-404-555-0125" },
            { id: 9, activity_id: 94, name: null, role: "staff", contact: "+1-801-555-0106" },
            { id: 10, activity_id: 34, name: null, role: "staff", contact: "+1-212-555-0122" },
            { id: 11, activity_id: 178, name: "Tariq Hughes", role: "donor", contact: null },
            { id: 12, activity_id: 86, name: "Ethan Carter", role: "volunteer", contact: "+1-212-555-0131" },
            { id: 13, activity_id: 95, name: "Selin Torres", role: "volunteer", contact: "+1-778-555-0115" },
            { id: 14, activity_id: 75, name: "Zoe Oliveira", role: "volunteer", contact: "+1-416-555-0174" },
            { id: 15, activity_id: 6, name: null, role: "staff", contact: "+1-857-555-0136" },
            { id: 16, activity_id: 29, name: "Grace Wright", role: "donor", contact: "+1-905-555-0101" },
            { id: 17, activity_id: 1, name: "Hannah Novak", role: "volunteer", contact: "+1-702-555-0149" },
            { id: 18, activity_id: 233, name: null, role: "staff", contact: "+1-801-555-0188" },
            { id: 19, activity_id: 234, name: "Maria Hoffmann", role: "volunteer", contact: "+1-214-555-0185" },
            { id: 20, activity_id: 153, name: "Marco Hughes", role: "donor", contact: "+1-312-555-0166" },
            { id: 21, activity_id: 211, name: null, role: "partner", contact: "+1-612-555-0160" },
            { id: 22, activity_id: 284, name: "Ben Evans", role: "volunteer", contact: "+1-857-555-0151" },
            { id: 23, activity_id: 264, name: "Elif Almeida", role: "volunteer", contact: "+1-303-555-0111" },
            { id: 24, activity_id: 268, name: null, role: "partner", contact: "+1-972-555-0108" },
            { id: 25, activity_id: 235, name: "Julia Fischer", role: "volunteer", contact: "+1-604-555-0107" },
            { id: 26, activity_id: 34, name: null, role: "partner", contact: "+1-212-555-0110" },
            { id: 27, activity_id: 191, name: null, role: "partner", contact: "+1-917-555-0199" },
            { id: 28, activity_id: 262, name: "Paula Evans", role: "volunteer", contact: "+1-214-555-0110" },
            { id: 29, activity_id: 184, name: "Hugo Wilson", role: "donor", contact: "+1-905-555-0180" },
            { id: 30, activity_id: 60, name: null, role: "partner", contact: "+1-512-555-0102" },
            { id: 31, activity_id: 251, name: "Rafael Walker", role: "donor", contact: "+1-202-555-0141" },
            { id: 32, activity_id: 269, name: "Victor Gomez", role: "donor", contact: "+1-404-555-0145" },
            { id: 33, activity_id: 64, name: "Mateo Demir", role: "volunteer", contact: "+1-303-555-0159" },
            { id: 34, activity_id: 142, name: "Olivia Evans", role: "volunteer", contact: "+1-778-555-0168" },
            { id: 35, activity_id: 96, name: null, role: "staff", contact: "+1-617-555-0165" },
            { id: 36, activity_id: 283, name: "Rosa Kim", role: "volunteer", contact: "+1-214-555-0115" },
            { id: 37, activity_id: 296, name: null, role: "partner", contact: null },
            { id: 38, activity_id: 110, name: "Maria Nguyen", role: "volunteer", contact: "+1-303-555-0189" },
            { id: 39, activity_id: 137, name: "Sven Fischer", role: "donor", contact: "+1-917-555-0165" },
            { id: 40, activity_id: 157, name: "Andre Costa", role: "volunteer", contact: "+1-305-555-0178" },
            { id: 41, activity_id: 241, name: "Karim Novak", role: "volunteer", contact: "+1-415-555-0175" },
            { id: 42, activity_id: 61, name: null, role: "staff", contact: "+1-305-555-0147" },
            { id: 43, activity_id: 143, name: "Olivia Evans", role: "volunteer", contact: "+1-404-555-0178" },
            { id: 44, activity_id: 113, name: "Mohamed Baker", role: "volunteer", contact: "+1-312-555-0107" },
            { id: 45, activity_id: 200, name: "Yara Schneider", role: "volunteer", contact: "+1-905-555-0124" },
            { id: 46, activity_id: 62, name: "Hugo Almeida", role: "volunteer", contact: "+1-612-555-0107" },
            { id: 47, activity_id: 48, name: "Paula Ahmed", role: "volunteer", contact: "+1-213-555-0126" },
            { id: 48, activity_id: 13, name: null, role: "partner", contact: "+1-202-555-0176" },
            { id: 49, activity_id: 280, name: null, role: "staff", contact: "+1-213-555-0101" },
            { id: 50, activity_id: 148, name: null, role: "staff", contact: null },
            { id: 51, activity_id: 11, name: "Oscar Taylor", role: "volunteer", contact: "+1-404-555-0125" },
            { id: 52, activity_id: 29, name: "Julia Castro", role: "volunteer", contact: "+1-415-555-0140" },
            { id: 53, activity_id: 227, name: null, role: "staff", contact: "+1-713-555-0109" },
            { id: 54, activity_id: 27, name: null, role: "partner", contact: null },
            { id: 55, activity_id: 130, name: "Grace Wang", role: "volunteer", contact: "+1-778-555-0121" },
            { id: 56, activity_id: 114, name: null, role: "staff", contact: "+1-503-555-0185" },
            { id: 57, activity_id: 77, name: null, role: "partner", contact: "+1-604-555-0128" },
            { id: 58, activity_id: 102, name: "Rosa Nakamura", role: "volunteer", contact: "+1-713-555-0123" },
            { id: 59, activity_id: 154, name: "Rosa Young", role: "volunteer", contact: "+1-212-555-0147" },
            { id: 60, activity_id: 244, name: "Ethan Nakamura", role: "volunteer", contact: "+1-202-555-0110" },
            { id: 61, activity_id: 240, name: "Pedro Taylor", role: "volunteer", contact: "+1-416-555-0159" },
            { id: 62, activity_id: 168, name: null, role: "staff", contact: "+1-312-555-0194" },
            { id: 63, activity_id: 50, name: "Ben Schneider", role: "donor", contact: "+1-972-555-0104" },
            { id: 64, activity_id: 99, name: null, role: "staff", contact: "+1-512-555-0165" },
            { id: 65, activity_id: 67, name: null, role: "partner", contact: "+1-778-555-0197" },
            { id: 66, activity_id: 80, name: "Sam Castro", role: "donor", contact: "+1-917-555-0115" },
            { id: 67, activity_id: 77, name: null, role: "partner", contact: "+1-214-555-0130" },
            { id: 68, activity_id: 195, name: null, role: "partner", contact: "+1-305-555-0159" },
            { id: 69, activity_id: 151, name: null, role: "partner", contact: "+1-604-555-0103" },
            { id: 70, activity_id: 53, name: "Julia Yilmaz", role: "donor", contact: "+1-404-555-0121" },
            { id: 71, activity_id: 135, name: "Maya Novak", role: "volunteer", contact: "+1-312-555-0172" },
            { id: 72, activity_id: 253, name: null, role: "staff", contact: "+1-312-555-0121" },
            { id: 73, activity_id: 152, name: "Kai Young", role: "volunteer", contact: "+1-702-555-0194" },
            { id: 74, activity_id: 65, name: null, role: "partner", contact: "+1-214-555-0101" },
            { id: 75, activity_id: 219, name: null, role: "partner", contact: "+1-503-555-0176" },
            { id: 76, activity_id: 162, name: "Olivia Meyer", role: "volunteer", contact: null },
            { id: 77, activity_id: 88, name: "Carlos Moreau", role: "donor", contact: null },
            { id: 78, activity_id: 84, name: "Maria Evans", role: "volunteer", contact: "+1-617-555-0195" },
            { id: 79, activity_id: 55, name: "James Kumar", role: "volunteer", contact: null },
            { id: 80, activity_id: 129, name: null, role: "partner", contact: "+1-702-555-0174" },
            { id: 81, activity_id: 8, name: "Priya Dubois", role: "volunteer", contact: "+1-905-555-0107" },
            { id: 82, activity_id: 17, name: "Tariq Smith", role: "volunteer", contact: "+1-212-555-0146" },
            { id: 83, activity_id: 183, name: "Olivia Becker", role: "volunteer", contact: "+1-857-555-0106" },
            { id: 84, activity_id: 111, name: "Rafael Brown", role: "volunteer", contact: "+1-213-555-0117" },
            { id: 85, activity_id: 11, name: "Pedro Wilson", role: "volunteer", contact: "+1-416-555-0126" },
            { id: 86, activity_id: 221, name: "Zoe Patel", role: "volunteer", contact: "+1-617-555-0171" },
            { id: 87, activity_id: 59, name: "Arjun Brown", role: "volunteer", contact: "+1-202-555-0140" },
            { id: 88, activity_id: 141, name: null, role: "partner", contact: null },
            { id: 89, activity_id: 213, name: null, role: "partner", contact: "+1-202-555-0107" },
            { id: 90, activity_id: 291, name: null, role: "partner", contact: "+1-214-555-0121" },
            { id: 91, activity_id: 5, name: "Paula Yilmaz", role: "donor", contact: "+1-469-555-0135" },
            { id: 92, activity_id: 167, name: null, role: "staff", contact: "+1-469-555-0116" },
            { id: 93, activity_id: 30, name: "Lucas Evans", role: "volunteer", contact: null },
            { id: 94, activity_id: 273, name: null, role: "staff", contact: null },
            { id: 95, activity_id: 204, name: "Ethan Park", role: "volunteer", contact: "+1-972-555-0118" },
            { id: 96, activity_id: 75, name: null, role: "staff", contact: "+1-917-555-0131" },
            { id: 97, activity_id: 299, name: null, role: "partner", contact: "+1-202-555-0167" },
            { id: 98, activity_id: 255, name: null, role: "partner", contact: "+1-713-555-0162" },
            { id: 99, activity_id: 19, name: "Hannah Walker", role: "donor", contact: "+1-713-555-0112" },
            { id: 100, activity_id: 11, name: null, role: "partner", contact: "+1-415-555-0101" },
            { id: 101, activity_id: 207, name: "Paula Meyer", role: "volunteer", contact: "+1-213-555-0146" },
            { id: 102, activity_id: 72, name: "Daniel Klein", role: "volunteer", contact: "+1-702-555-0197" },
            { id: 103, activity_id: 97, name: "Emma Kumar", role: "volunteer", contact: "+1-212-555-0177" },
            { id: 104, activity_id: 52, name: null, role: "staff", contact: "+1-905-555-0179" },
            { id: 105, activity_id: 30, name: "Ibrahim Baker", role: "volunteer", contact: "+1-604-555-0158" },
            { id: 106, activity_id: 190, name: null, role: "partner", contact: "+1-801-555-0148" },
            { id: 107, activity_id: 176, name: "Omar Schneider", role: "volunteer", contact: "+1-213-555-0156" },
            { id: 108, activity_id: 196, name: "Isaac Silva", role: "volunteer", contact: "+1-713-555-0131" },
            { id: 109, activity_id: 199, name: "Ravi Adams", role: "volunteer", contact: "+1-778-555-0188" },
            { id: 110, activity_id: 98, name: null, role: "partner", contact: "+1-612-555-0167" },
            { id: 111, activity_id: 256, name: "Pedro Patel", role: "donor", contact: "+1-404-555-0187" },
            { id: 112, activity_id: 242, name: null, role: "partner", contact: "+1-202-555-0141" },
            { id: 113, activity_id: 158, name: null, role: "staff", contact: null },
            { id: 114, activity_id: 176, name: "Ines Hoffmann", role: "volunteer", contact: null },
            { id: 115, activity_id: 105, name: "Rosa Tanaka", role: "volunteer", contact: "+1-469-555-0115" },
            { id: 116, activity_id: 15, name: null, role: "staff", contact: "+1-303-555-0192" },
            { id: 117, activity_id: 289, name: "Pedro Murphy", role: "donor", contact: "+1-416-555-0173" },
            { id: 118, activity_id: 210, name: null, role: "staff", contact: "+1-512-555-0176" },
            { id: 119, activity_id: 148, name: null, role: "staff", contact: null },
            { id: 120, activity_id: 202, name: null, role: "staff", contact: "+1-212-555-0198" },
            { id: 121, activity_id: 209, name: null, role: "partner", contact: "+1-801-555-0121" },
            { id: 122, activity_id: 14, name: "Uma Sato", role: "volunteer", contact: "+1-713-555-0145" },
            { id: 123, activity_id: 80, name: "Lina Young", role: "volunteer", contact: null },
            { id: 124, activity_id: 298, name: null, role: "staff", contact: "+1-778-555-0104" },
            { id: 125, activity_id: 274, name: null, role: "partner", contact: "+1-801-555-0144" },
            { id: 126, activity_id: 196, name: "Nour Jansen", role: "donor", contact: "+1-404-555-0179" },
            { id: 127, activity_id: 36, name: null, role: "partner", contact: "+1-416-555-0197" },
            { id: 128, activity_id: 184, name: "Leo Kumar", role: "volunteer", contact: "+1-503-555-0132" },
            { id: 129, activity_id: 27, name: "Grace Mendes", role: "volunteer", contact: "+1-212-555-0178" },
            { id: 130, activity_id: 98, name: "Amir Rossi", role: "volunteer", contact: "+1-713-555-0145" },
            { id: 131, activity_id: 221, name: "Fatima Bennett", role: "volunteer", contact: "+1-713-555-0147" },
            { id: 132, activity_id: 175, name: "Ruby Bennett", role: "volunteer", contact: "+1-617-555-0190" },
            { id: 133, activity_id: 276, name: "Nour Khan", role: "donor", contact: "+1-415-555-0107" },
            { id: 134, activity_id: 188, name: "Diego Kim", role: "volunteer", contact: "+1-612-555-0101" },
            { id: 135, activity_id: 170, name: "Jonas Novak", role: "volunteer", contact: null },
            { id: 136, activity_id: 219, name: "Priya Kim", role: "donor", contact: "+1-604-555-0125" },
            { id: 137, activity_id: 246, name: null, role: "staff", contact: "+1-312-555-0192" },
            { id: 138, activity_id: 258, name: null, role: "partner", contact: "+1-305-555-0165" },
            { id: 139, activity_id: 123, name: "Tomas Martin", role: "donor", contact: "+1-469-555-0147" },
            { id: 140, activity_id: 185, name: "Maja Garcia", role: "volunteer", contact: "+1-503-555-0151" },
            { id: 141, activity_id: 173, name: "Arjun Fischer", role: "volunteer", contact: "+1-202-555-0157" },
            { id: 142, activity_id: 220, name: null, role: "staff", contact: "+1-917-555-0147" },
            { id: 143, activity_id: 183, name: "Anna Evans", role: "volunteer", contact: "+1-857-555-0199" },
            { id: 144, activity_id: 286, name: "Emma Ibrahim", role: "volunteer", contact: "+1-617-555-0111" },
            { id: 145, activity_id: 83, name: "Jonas Johnson", role: "volunteer", contact: "+1-702-555-0112" },
            { id: 146, activity_id: 204, name: "Wei Carter", role: "donor", contact: "+1-416-555-0102" },
            { id: 147, activity_id: 76, name: "Ines Clark", role: "volunteer", contact: "+1-604-555-0135" },
            { id: 148, activity_id: 45, name: "Mia Chen", role: "donor", contact: "+1-416-555-0157" },
            { id: 149, activity_id: 217, name: "Lucas Hassan", role: "volunteer", contact: "+1-415-555-0112" },
            { id: 150, activity_id: 67, name: "Karim Kowalski", role: "volunteer", contact: "+1-214-555-0147" },
            { id: 151, activity_id: 9, name: null, role: "staff", contact: "+1-312-555-0139" },
            { id: 152, activity_id: 53, name: null, role: "staff", contact: null },
            { id: 153, activity_id: 166, name: "Andre Novak", role: "volunteer", contact: "+1-303-555-0153" },
            { id: 154, activity_id: 299, name: "Sofia Becker", role: "donor", contact: "+1-503-555-0180" },
            { id: 155, activity_id: 194, name: "Lena Taylor", role: "volunteer", contact: "+1-202-555-0104" },
            { id: 156, activity_id: 171, name: "Deniz Ruiz", role: "volunteer", contact: "+1-404-555-0195" },
            { id: 157, activity_id: 224, name: null, role: "staff", contact: "+1-617-555-0152" },
            { id: 158, activity_id: 78, name: null, role: "staff", contact: "+1-702-555-0194" },
            { id: 159, activity_id: 278, name: "Paula Jansen", role: "volunteer", contact: "+1-202-555-0162" },
            { id: 160, activity_id: 104, name: "Jonas Baker", role: "volunteer", contact: "+1-857-555-0139" },
            { id: 161, activity_id: 92, name: "Ethan Garcia", role: "volunteer", contact: "+1-415-555-0121" },
            { id: 162, activity_id: 49, name: "Tariq Silva", role: "volunteer", contact: "+1-617-555-0167" },
            { id: 163, activity_id: 39, name: null, role: "partner", contact: "+1-202-555-0180" },
            { id: 164, activity_id: 44, name: "Uma Evans", role: "volunteer", contact: "+1-213-555-0170" },
            { id: 165, activity_id: 198, name: null, role: "staff", contact: "+1-612-555-0167" },
            { id: 166, activity_id: 129, name: null, role: "partner", contact: "+1-212-555-0101" },
            { id: 167, activity_id: 293, name: "Chloe Schneider", role: "volunteer", contact: "+1-905-555-0110" },
            { id: 168, activity_id: 99, name: null, role: "staff", contact: "+1-503-555-0180" },
            { id: 169, activity_id: 255, name: "Paula Klein", role: "volunteer", contact: "+1-213-555-0135" },
            { id: 170, activity_id: 238, name: "Mila Shah", role: "volunteer", contact: "+1-202-555-0143" },
            { id: 171, activity_id: 16, name: null, role: "partner", contact: "+1-778-555-0154" },
            { id: 172, activity_id: 287, name: null, role: "partner", contact: "+1-857-555-0137" },
            { id: 173, activity_id: 125, name: "Daniel Wright", role: "volunteer", contact: "+1-713-555-0193" },
            { id: 174, activity_id: 284, name: null, role: "partner", contact: null },
            { id: 175, activity_id: 156, name: null, role: "partner", contact: "+1-857-555-0175" },
            { id: 176, activity_id: 17, name: null, role: "staff", contact: "+1-972-555-0138" },
            { id: 177, activity_id: 218, name: null, role: "staff", contact: "+1-612-555-0132" },
            { id: 178, activity_id: 78, name: "Ines Miller", role: "volunteer", contact: "+1-416-555-0142" },
            { id: 179, activity_id: 225, name: "Hana Gupta", role: "volunteer", contact: "+1-404-555-0108" },
            { id: 180, activity_id: 119, name: "Ivan Smith", role: "volunteer", contact: "+1-801-555-0169" },
            { id: 181, activity_id: 133, name: "Maria Gupta", role: "volunteer", contact: "+1-214-555-0171" },
            { id: 182, activity_id: 247, name: "Priya Taylor", role: "donor", contact: "+1-303-555-0166" },
            { id: 183, activity_id: 192, name: null, role: "staff", contact: "+1-202-555-0155" },
            { id: 184, activity_id: 62, name: null, role: "staff", contact: "+1-212-555-0189" },
            { id: 185, activity_id: 270, name: "Hugo Schneider", role: "volunteer", contact: null },
            { id: 186, activity_id: 288, name: "David Evans", role: "volunteer", contact: "+1-917-555-0156" },
            { id: 187, activity_id: 37, name: null, role: "staff", contact: "+1-972-555-0106" },
            { id: 188, activity_id: 37, name: "Isaac Torres", role: "volunteer", contact: "+1-303-555-0105" },
            { id: 189, activity_id: 82, name: "Zoe Novak", role: "volunteer", contact: "+1-801-555-0153" },
            { id: 190, activity_id: 30, name: null, role: "staff", contact: "+1-404-555-0102" },
            { id: 191, activity_id: 143, name: "Elena Gupta", role: "volunteer", contact: "+1-303-555-0171" },
            { id: 192, activity_id: 253, name: "Ethan Wagner", role: "volunteer", contact: "+1-214-555-0144" },
            { id: 193, activity_id: 292, name: "Uma Miller", role: "volunteer", contact: "+1-415-555-0131" },
            { id: 194, activity_id: 52, name: "Ana Almeida", role: "volunteer", contact: "+1-917-555-0195" },
            { id: 195, activity_id: 66, name: null, role: "staff", contact: "+1-503-555-0119" },
            { id: 196, activity_id: 227, name: "Deniz Oliveira", role: "volunteer", contact: "+1-972-555-0153" },
            { id: 197, activity_id: 240, name: "Jack Lopez", role: "volunteer", contact: "+1-305-555-0194" },
            { id: 198, activity_id: 11, name: "Liam Nguyen", role: "volunteer", contact: "+1-905-555-0122" },
            { id: 199, activity_id: 283, name: null, role: "partner", contact: "+1-713-555-0121" },
            { id: 200, activity_id: 6, name: "Sara Becker", role: "volunteer", contact: null },
        ],
    });
    await prisma.feedback.createMany({
        data: [
            { id: 1, activity_id: 299, participant_id: 59, rating: 4, comments: "The account owner confirmed the details and the account was approved. The customer reported a routine issue; the invoice was resolved. No response from the team, so the refund was replaced.", improvement_suggestion: "better communication", participant_experience: "satisfactory" },
            { id: 2, activity_id: 133, participant_id: 159, rating: 1, comments: "The supplier asked for a change and the invoice was reviewed. The supplier confirmed the details and the ticket was closed.", improvement_suggestion: "better communication", participant_experience: "satisfactory" },
            { id: 3, activity_id: 212, participant_id: 61, rating: 4, comments: "The record was processed — late case, no further action. The transfer was rejected — minor case, no further action. An operator reported an unusual issue; the claim was updated. The reviewer reported a repeat issue; the transfer was completed.", improvement_suggestion: "more follow-up", participant_experience: "needs improvement" },
            { id: 4, activity_id: 266, participant_id: 39, rating: 3, comments: "The courier asked for a change and the report was completed. The team asked for a change and the request was processed. The team asked for a change and the session was processed.", improvement_suggestion: "better communication", participant_experience: "disappointing" },
            { id: 5, activity_id: 116, participant_id: 20, rating: 3, comments: "The supplier confirmed the details and the appointment was confirmed. The claim was delayed — automatic case, no further action. The reviewer reported a duplicate issue; the record was cancelled.", improvement_suggestion: "improved organization", participant_experience: "satisfactory" },
            { id: 6, activity_id: 93, participant_id: 89, rating: 2, comments: "The courier reported an automatic issue; the report was approved. The reviewer reported an incomplete issue; the item was completed.", improvement_suggestion: "more resources", participant_experience: "satisfactory" },
            { id: 7, activity_id: 67, participant_id: 144, rating: 4, comments: "Support asked for a change and the document was resolved. No response from an operator, so the document was reviewed.", improvement_suggestion: "improved organization", participant_experience: "mixed feelings" },
            { id: 8, activity_id: 24, participant_id: 176, rating: 3, comments: "An operator confirmed the details and the claim was closed. The account owner reported a manual issue; the account was resolved. No response from the courier, so the transfer was updated. The courier reported a standard issue; the request was replaced.", improvement_suggestion: "improved organization", participant_experience: "excellent" },
            { id: 9, activity_id: 30, participant_id: 132, rating: 3, comments: "An operator asked for a change and the session was refunded. No response from the customer, so the shipment was confirmed. No response from the supplier, so the delivery was rescheduled.", improvement_suggestion: "better communication", participant_experience: "excellent" },
            { id: 10, activity_id: 196, participant_id: 155, rating: 3, comments: "The invoice was delayed — late case, no further action. No response from an operator, so the appointment was completed.", improvement_suggestion: "better communication", participant_experience: "very positive" },
            { id: 11, activity_id: 148, participant_id: 60, rating: 2, comments: "The supplier confirmed the details and the invoice was delayed. An operator reported a routine issue; the request was escalated. The account owner asked for a change and the refund was closed.", improvement_suggestion: "clearer objectives", participant_experience: "very positive" },
            { id: 12, activity_id: 209, participant_id: 168, rating: 2, comments: "The courier reported a duplicate issue; the ticket was escalated. The supplier asked for a change and the refund was refunded. No response from the reviewer, so the payment was resolved. No response from the customer, so the delivery was reopened.", improvement_suggestion: "more transparency", participant_experience: "excellent" },
            { id: 13, activity_id: 35, participant_id: 28, rating: 5, comments: "An operator confirmed the details and the shipment was reviewed. An operator reported an automatic issue; the report was cancelled. No response from the courier, so the appointment was updated.", improvement_suggestion: "better communication", participant_experience: "needs improvement" },
            { id: 14, activity_id: 184, participant_id: 67, rating: 4, comments: "The customer confirmed the details and the booking was replaced. The courier reported a late issue; the report was rejected. The supplier reported a manual issue; the item was confirmed. No response from the account owner, so the delivery was replaced.", improvement_suggestion: "clearer objectives", participant_experience: "excellent" },
            { id: 15, activity_id: 184, participant_id: 39, rating: 3, comments: "The supplier confirmed the details and the request was rejected. An operator asked for a change and the shipment was escalated.", improvement_suggestion: "more resources", participant_experience: "very positive" },
            { id: 16, activity_id: 226, participant_id: 139, rating: 3, comments: "The reviewer asked for a change and the request was updated. The customer confirmed the details and the payment was cancelled. The courier confirmed the details and the booking was escalated. No response from the team, so the document was rejected.", improvement_suggestion: "better timing", participant_experience: "satisfactory" },
            { id: 17, activity_id: 176, participant_id: 54, rating: 2, comments: "The customer confirmed the details and the session was rescheduled. The record was delayed — partial case, no further action. No response from the account owner, so the ticket was confirmed.", improvement_suggestion: "clearer objectives", participant_experience: "disappointing" },
            { id: 18, activity_id: 248, participant_id: 42, rating: 5, comments: "The customer asked for a change and the transfer was completed. The courier reported a late issue; the transfer was closed.", improvement_suggestion: "more resources", participant_experience: "rewarding" },
            { id: 19, activity_id: 176, participant_id: 59, rating: 2, comments: "The customer reported a repeat issue; the request was replaced. The account owner asked for a change and the request was escalated. An operator confirmed the details and the session was rejected. The refund was resolved — minor case, no further action.", improvement_suggestion: "more transparency", participant_experience: "very positive" },
            { id: 20, activity_id: 29, participant_id: 74, rating: 2, comments: null, improvement_suggestion: "clearer objectives", participant_experience: "engaging" },
            { id: 21, activity_id: 52, participant_id: 123, rating: 3, comments: "The courier reported a partial issue; the shipment was resolved. An operator asked for a change and the request was completed. An operator asked for a change and the claim was refunded.", improvement_suggestion: "better feedback mechanisms", participant_experience: "satisfactory" },
            { id: 22, activity_id: 244, participant_id: 46, rating: 1, comments: "The reviewer reported a duplicate issue; the claim was approved. No response from the customer, so the session was reviewed. The customer reported an urgent issue; the record was completed.", improvement_suggestion: "more resources", participant_experience: "overwhelming" },
            { id: 23, activity_id: 163, participant_id: 197, rating: 4, comments: "An operator confirmed the details and the order was reviewed. The session was reopened — manual case, no further action.", improvement_suggestion: "more resources", participant_experience: "very positive" },
            { id: 24, activity_id: 108, participant_id: 102, rating: 2, comments: "The request was refunded — minor case, no further action. The team confirmed the details and the delivery was reviewed.", improvement_suggestion: "increased engagement", participant_experience: "engaging" },
            { id: 25, activity_id: 2, participant_id: 170, rating: 5, comments: "The record was refunded — duplicate case, no further action. No response from the customer, so the invoice was rejected. The reviewer reported a late issue; the report was delayed.", improvement_suggestion: "more training", participant_experience: "needs improvement" },
            { id: 26, activity_id: 229, participant_id: 34, rating: 5, comments: "The team asked for a change and the payment was refunded. The reviewer reported a late issue; the session was approved. The appointment was delayed — standard case, no further action. No response from the courier, so the booking was rescheduled.", improvement_suggestion: "better communication", participant_experience: "satisfactory" },
            { id: 27, activity_id: 31, participant_id: 177, rating: 2, comments: "No response from an operator, so the appointment was refunded. The customer asked for a change and the shipment was closed. No response from the supplier, so the delivery was rescheduled. The account was reviewed — urgent case, no further action.", improvement_suggestion: "better timing", participant_experience: "needs improvement" },
            { id: 28, activity_id: 3, participant_id: 43, rating: 3, comments: "The team reported an incomplete issue; the booking was confirmed. The report was updated — manual case, no further action.", improvement_suggestion: "more resources", participant_experience: "mixed feelings" },
            { id: 29, activity_id: 39, participant_id: 62, rating: 3, comments: "The order was replaced — unusual case, no further action. The invoice was closed — duplicate case, no further action. No response from the team, so the document was closed.", improvement_suggestion: "more training", participant_experience: "engaging" },
            { id: 30, activity_id: 258, participant_id: 31, rating: 5, comments: "No response from the account owner, so the transfer was delayed. The transfer was rescheduled — late case, no further action.", improvement_suggestion: "more resources", participant_experience: "excellent" },
            { id: 31, activity_id: 263, participant_id: 168, rating: 1, comments: null, improvement_suggestion: "better timing", participant_experience: "satisfactory" },
            { id: 32, activity_id: 209, participant_id: 165, rating: 3, comments: "The invoice was reopened — automatic case, no further action. The customer asked for a change and the record was resolved. The customer reported a manual issue; the ticket was cancelled. No response from the team, so the invoice was reviewed.", improvement_suggestion: "better communication", participant_experience: "needs improvement" },
            { id: 33, activity_id: 53, participant_id: 150, rating: 5, comments: "The order was confirmed — unusual case, no further action. The team reported an unusual issue; the account was resolved.", improvement_suggestion: "increased engagement", participant_experience: "excellent" },
            { id: 34, activity_id: 47, participant_id: 73, rating: 2, comments: "No response from the reviewer, so the claim was reopened. No response from the courier, so the shipment was delayed.", improvement_suggestion: "better communication", participant_experience: "satisfactory" },
            { id: 35, activity_id: 64, participant_id: 184, rating: 3, comments: "The shipment was approved — late case, no further action. The supplier reported a partial issue; the record was confirmed. No response from an operator, so the transfer was cancelled.", improvement_suggestion: "better timing", participant_experience: "very positive" },
            { id: 36, activity_id: 266, participant_id: 119, rating: 5, comments: "The delivery was approved — routine case, no further action. The customer reported an urgent issue; the refund was rejected.", improvement_suggestion: "better communication", participant_experience: "challenging" },
            { id: 37, activity_id: 122, participant_id: 163, rating: 4, comments: "The ticket was completed — unusual case, no further action. No response from the customer, so the item was replaced.", improvement_suggestion: "more follow-up", participant_experience: "satisfactory" },
            { id: 38, activity_id: 208, participant_id: 120, rating: 5, comments: "The shipment was resolved — urgent case, no further action. The account owner asked for a change and the claim was rescheduled. The customer confirmed the details and the refund was resolved.", improvement_suggestion: "increased engagement", participant_experience: "satisfactory" },
            { id: 39, activity_id: 247, participant_id: 43, rating: 4, comments: "The reviewer asked for a change and the item was escalated. The customer asked for a change and the request was delayed.", improvement_suggestion: "enhanced support", participant_experience: "needs improvement" },
            { id: 40, activity_id: 264, participant_id: 85, rating: 5, comments: null, improvement_suggestion: "better communication", participant_experience: "satisfactory" },
            { id: 41, activity_id: 186, participant_id: 83, rating: 4, comments: "The transfer was refunded — routine case, no further action. No response from an operator, so the document was replaced. No response from the customer, so the report was confirmed.", improvement_suggestion: "better communication", participant_experience: "satisfactory" },
            { id: 42, activity_id: 53, participant_id: 148, rating: 5, comments: "No response from the account owner, so the record was closed. No response from the team, so the order was completed. The supplier asked for a change and the document was refunded. The reviewer confirmed the details and the order was approved.", improvement_suggestion: "more resources", participant_experience: "excellent" },
            { id: 43, activity_id: 71, participant_id: 70, rating: 5, comments: "The supplier confirmed the details and the request was rescheduled. The account owner asked for a change and the request was closed. The reviewer asked for a change and the record was delayed. The account owner reported a partial issue; the shipment was replaced.", improvement_suggestion: "better communication", participant_experience: "disappointing" },
            { id: 44, activity_id: 16, participant_id: 20, rating: 5, comments: "The team asked for a change and the shipment was confirmed. No response from the account owner, so the report was closed. The order was closed — partial case, no further action.", improvement_suggestion: "more follow-up", participant_experience: "satisfactory" },
            { id: 45, activity_id: 36, participant_id: 153, rating: 4, comments: "The appointment was refunded — minor case, no further action. The customer reported a late issue; the document was rejected. The report was reopened — partial case, no further action. The customer confirmed the details and the shipment was closed.", improvement_suggestion: "better communication", participant_experience: "excellent" },
            { id: 46, activity_id: 71, participant_id: 29, rating: 4, comments: "The account owner asked for a change and the item was confirmed. The courier asked for a change and the document was processed. No response from the customer, so the invoice was replaced.", improvement_suggestion: "more resources", participant_experience: "needs improvement" },
            { id: 47, activity_id: 136, participant_id: 2, rating: 2, comments: "The account owner asked for a change and the order was rescheduled. No response from the account owner, so the shipment was completed.", improvement_suggestion: "clearer objectives", participant_experience: "very positive" },
            { id: 48, activity_id: 296, participant_id: 63, rating: 3, comments: "No response from the supplier, so the request was processed. The account owner reported a late issue; the session was delayed. The report was updated — urgent case, no further action. No response from the supplier, so the invoice was escalated.", improvement_suggestion: "improved organization", participant_experience: "satisfactory" },
            { id: 49, activity_id: 196, participant_id: 16, rating: 5, comments: "No response from the customer, so the delivery was rescheduled. The courier reported an incomplete issue; the document was reviewed. No response from the reviewer, so the refund was completed. The supplier reported a duplicate issue; the claim was resolved.", improvement_suggestion: "increased engagement", participant_experience: "excellent" },
            { id: 50, activity_id: 131, participant_id: 46, rating: 5, comments: "No response from the team, so the document was reopened. Support asked for a change and the invoice was rescheduled. No response from an operator, so the claim was escalated.", improvement_suggestion: "more follow-up", participant_experience: "satisfactory" },
            { id: 51, activity_id: 21, participant_id: 13, rating: 1, comments: "The supplier asked for a change and the request was updated. No response from the team, so the session was confirmed.", improvement_suggestion: "clearer objectives", participant_experience: "very positive" },
            { id: 52, activity_id: 143, participant_id: 132, rating: 4, comments: "The supplier reported an incomplete issue; the item was updated. The courier reported a standard issue; the document was approved.", improvement_suggestion: "more follow-up", participant_experience: "satisfactory" },
            { id: 53, activity_id: 188, participant_id: 140, rating: 3, comments: "An operator asked for a change and the document was rescheduled. The reviewer confirmed the details and the account was updated.", improvement_suggestion: "enhanced support", participant_experience: "satisfactory" },
            { id: 54, activity_id: 231, participant_id: 15, rating: 5, comments: "An operator reported an unusual issue; the session was cancelled. An operator reported a partial issue; the refund was closed. Support asked for a change and the session was closed. The account owner reported a repeat issue; the invoice was rescheduled.", improvement_suggestion: "better communication", participant_experience: "satisfactory" },
            { id: 55, activity_id: 245, participant_id: 157, rating: 2, comments: null, improvement_suggestion: "more follow-up", participant_experience: "excellent" },
            { id: 56, activity_id: 25, participant_id: 142, rating: 5, comments: "The refund was confirmed — unusual case, no further action. The shipment was replaced — minor case, no further action. No response from the courier, so the request was rescheduled.", improvement_suggestion: "better communication", participant_experience: "mixed feelings" },
            { id: 57, activity_id: 123, participant_id: 42, rating: 5, comments: "The customer asked for a change and the session was resolved. The reviewer asked for a change and the session was confirmed.", improvement_suggestion: "improved organization", participant_experience: "needs improvement" },
            { id: 58, activity_id: 7, participant_id: 195, rating: 5, comments: "An operator confirmed the details and the booking was replaced. An operator confirmed the details and the claim was escalated.", improvement_suggestion: "better communication", participant_experience: "mixed feelings" },
            { id: 59, activity_id: 9, participant_id: 5, rating: 3, comments: null, improvement_suggestion: "more follow-up", participant_experience: "rewarding" },
            { id: 60, activity_id: 140, participant_id: 176, rating: 2, comments: null, improvement_suggestion: "better communication", participant_experience: "satisfactory" },
            { id: 61, activity_id: 78, participant_id: 194, rating: 2, comments: "No response from the customer, so the shipment was confirmed. An operator reported a partial issue; the claim was approved. The team confirmed the details and the booking was refunded.", improvement_suggestion: "clearer objectives", participant_experience: "satisfactory" },
            { id: 62, activity_id: 245, participant_id: 50, rating: 5, comments: "The payment was cancelled — repeat case, no further action. The account owner asked for a change and the claim was refunded. An operator asked for a change and the delivery was rejected.", improvement_suggestion: "better communication", participant_experience: "disappointing" },
            { id: 63, activity_id: 213, participant_id: 160, rating: 5, comments: "Support asked for a change and the document was rescheduled. The customer asked for a change and the account was replaced. The reviewer confirmed the details and the transfer was replaced.", improvement_suggestion: "more transparency", participant_experience: "satisfactory" },
            { id: 64, activity_id: 77, participant_id: 183, rating: 2, comments: "The session was reviewed — routine case, no further action. An operator reported a manual issue; the ticket was delayed.", improvement_suggestion: "better communication", participant_experience: "needs improvement" },
            { id: 65, activity_id: 278, participant_id: 174, rating: 1, comments: "The courier confirmed the details and the appointment was reopened. The order was cancelled — repeat case, no further action. The customer asked for a change and the order was delayed.", improvement_suggestion: "better communication", participant_experience: "excellent" },
            { id: 66, activity_id: 93, participant_id: 112, rating: 5, comments: "The team asked for a change and the claim was processed. No response from the customer, so the transfer was refunded. The session was rejected — incomplete case, no further action.", improvement_suggestion: "increased engagement", participant_experience: "mixed feelings" },
            { id: 67, activity_id: 140, participant_id: 18, rating: 5, comments: "The request was refunded — unusual case, no further action. The account owner asked for a change and the refund was delayed. No response from the courier, so the invoice was resolved. The team confirmed the details and the shipment was reopened.", improvement_suggestion: "better communication", participant_experience: "mixed feelings" },
            { id: 68, activity_id: 170, participant_id: 50, rating: 5, comments: "The supplier confirmed the details and the item was cancelled. No response from the courier, so the invoice was closed. The request was closed — late case, no further action. No response from the courier, so the item was confirmed.", improvement_suggestion: "better communication", participant_experience: "informative" },
            { id: 69, activity_id: 206, participant_id: 108, rating: 5, comments: "The customer reported an automatic issue; the booking was replaced. The account owner reported a repeat issue; the request was resolved.", improvement_suggestion: "more resources", participant_experience: "engaging" },
            { id: 70, activity_id: 245, participant_id: 19, rating: 5, comments: "An operator confirmed the details and the payment was confirmed. No response from the reviewer, so the claim was reopened. The shipment was rescheduled — standard case, no further action.", improvement_suggestion: "more resources", participant_experience: "very positive" },
            { id: 71, activity_id: 203, participant_id: 122, rating: 2, comments: "The account owner confirmed the details and the transfer was delayed. The customer confirmed the details and the claim was delayed.", improvement_suggestion: "more resources", participant_experience: "satisfactory" },
            { id: 72, activity_id: 260, participant_id: 19, rating: 4, comments: "An operator asked for a change and the account was reviewed. An operator asked for a change and the invoice was processed. The customer confirmed the details and the ticket was rejected. The supplier reported a repeat issue; the order was updated.", improvement_suggestion: "better communication", participant_experience: "excellent" },
            { id: 73, activity_id: 24, participant_id: 153, rating: 5, comments: "The account owner confirmed the details and the transfer was escalated. The supplier asked for a change and the claim was approved. The reviewer confirmed the details and the booking was closed.", improvement_suggestion: "better communication", participant_experience: "engaging" },
            { id: 74, activity_id: 171, participant_id: 48, rating: 1, comments: "The customer confirmed the details and the claim was escalated. The shipment was approved — routine case, no further action. The account owner asked for a change and the ticket was replaced. An operator reported an incomplete issue; the account was rescheduled.", improvement_suggestion: "better timing", participant_experience: "disappointing" },
            { id: 75, activity_id: 238, participant_id: 113, rating: 3, comments: "An operator confirmed the details and the ticket was closed. The team reported a duplicate issue; the refund was rescheduled. The transfer was rescheduled — partial case, no further action.", improvement_suggestion: "better communication", participant_experience: "satisfactory" },
            { id: 76, activity_id: 61, participant_id: 200, rating: 4, comments: "Support asked for a change and the invoice was confirmed. The account owner reported a repeat issue; the request was reopened.", improvement_suggestion: "more diverse activities", participant_experience: "satisfactory" },
            { id: 77, activity_id: 297, participant_id: 74, rating: 4, comments: "The reviewer asked for a change and the claim was delayed. No response from the customer, so the refund was completed. The ticket was updated — unusual case, no further action.", improvement_suggestion: "more resources", participant_experience: "disappointing" },
            { id: 78, activity_id: 189, participant_id: 140, rating: 4, comments: null, improvement_suggestion: "more resources", participant_experience: "rewarding" },
            { id: 79, activity_id: 252, participant_id: 14, rating: 1, comments: "The account owner confirmed the details and the item was processed. The courier reported a minor issue; the booking was refunded. The team asked for a change and the appointment was escalated.", improvement_suggestion: "more transparency", participant_experience: "satisfactory" },
            { id: 80, activity_id: 259, participant_id: 132, rating: 3, comments: "No response from the courier, so the delivery was approved. The team confirmed the details and the report was approved. The team reported an unusual issue; the transfer was reviewed. The supplier asked for a change and the session was delayed.", improvement_suggestion: "better communication", participant_experience: "satisfactory" },
            { id: 81, activity_id: 176, participant_id: 142, rating: 5, comments: "The reviewer asked for a change and the report was refunded. Support asked for a change and the appointment was reviewed. The customer confirmed the details and the report was refunded.", improvement_suggestion: "better communication", participant_experience: "satisfactory" },
            { id: 82, activity_id: 150, participant_id: 189, rating: 4, comments: "The team confirmed the details and the invoice was completed. The reviewer reported a minor issue; the request was rejected. The account owner asked for a change and the claim was cancelled.", improvement_suggestion: "more resources", participant_experience: "informative" },
            { id: 83, activity_id: 189, participant_id: 163, rating: 5, comments: "The request was closed — urgent case, no further action. The customer asked for a change and the invoice was rescheduled. The invoice was escalated — late case, no further action. The record was reviewed — automatic case, no further action.", improvement_suggestion: "better communication", participant_experience: "excellent" },
            { id: 84, activity_id: 219, participant_id: 38, rating: 3, comments: "The courier confirmed the details and the shipment was reviewed. No response from the team, so the order was closed.", improvement_suggestion: "improved organization", participant_experience: "satisfactory" },
            { id: 85, activity_id: 277, participant_id: 198, rating: 4, comments: "An operator confirmed the details and the item was replaced. The document was reopened — automatic case, no further action.", improvement_suggestion: "clearer objectives", participant_experience: "satisfactory" },
            { id: 86, activity_id: 124, participant_id: 48, rating: 2, comments: "The supplier reported a standard issue; the payment was processed. No response from the supplier, so the delivery was reviewed. The appointment was processed — minor case, no further action. The customer confirmed the details and the report was reviewed.", improvement_suggestion: "clearer objectives", participant_experience: "satisfactory" },
            { id: 87, activity_id: 31, participant_id: 179, rating: 5, comments: "No response from the reviewer, so the document was processed. The customer asked for a change and the payment was reviewed. The team confirmed the details and the payment was resolved.", improvement_suggestion: "better timing", participant_experience: "satisfactory" },
            { id: 88, activity_id: 202, participant_id: 153, rating: 3, comments: null, improvement_suggestion: "better communication", participant_experience: "excellent" },
            { id: 89, activity_id: 136, participant_id: 41, rating: 2, comments: "The team asked for a change and the payment was closed. The ticket was cancelled — incomplete case, no further action.", improvement_suggestion: "better timing", participant_experience: "satisfactory" },
            { id: 90, activity_id: 263, participant_id: 127, rating: 3, comments: "The courier reported an unusual issue; the invoice was refunded. The courier asked for a change and the shipment was updated. The appointment was reviewed — repeat case, no further action. The courier confirmed the details and the request was completed.", improvement_suggestion: "better communication", participant_experience: "satisfactory" },
            { id: 91, activity_id: 233, participant_id: 192, rating: 2, comments: "No response from the customer, so the order was reviewed. No response from the team, so the payment was cancelled. The booking was resolved — repeat case, no further action.", improvement_suggestion: "more diverse activities", participant_experience: "excellent" },
            { id: 92, activity_id: 176, participant_id: 85, rating: 4, comments: null, improvement_suggestion: "more resources", participant_experience: "needs improvement" },
            { id: 93, activity_id: 81, participant_id: 89, rating: 3, comments: "No response from an operator, so the appointment was processed. The team reported a minor issue; the item was rescheduled.", improvement_suggestion: "better communication", participant_experience: "needs improvement" },
            { id: 94, activity_id: 95, participant_id: 102, rating: 3, comments: "The supplier confirmed the details and the account was processed. The refund was replaced — incomplete case, no further action. No response from the supplier, so the session was rescheduled.", improvement_suggestion: "more training", participant_experience: "disappointing" },
            { id: 95, activity_id: 75, participant_id: 167, rating: 5, comments: "The team reported a minor issue; the claim was reopened. An operator reported a minor issue; the account was replaced. The supplier confirmed the details and the shipment was replaced.", improvement_suggestion: "better communication", participant_experience: "excellent" },
            { id: 96, activity_id: 176, participant_id: 132, rating: 3, comments: "The booking was confirmed — manual case, no further action. The account owner confirmed the details and the record was closed. An operator confirmed the details and the report was replaced. The record was rescheduled — unusual case, no further action.", improvement_suggestion: "clearer objectives", participant_experience: "satisfactory" },
            { id: 97, activity_id: 59, participant_id: 177, rating: 2, comments: "The delivery was refunded — unusual case, no further action. The account owner asked for a change and the session was rejected.", improvement_suggestion: "clearer objectives", participant_experience: "challenging" },
            { id: 98, activity_id: 160, participant_id: 161, rating: 4, comments: "The record was reopened — urgent case, no further action. No response from the reviewer, so the shipment was confirmed. The customer confirmed the details and the item was reopened.", improvement_suggestion: "clearer objectives", participant_experience: "mixed feelings" },
            { id: 99, activity_id: 43, participant_id: 141, rating: 5, comments: "The record was approved — standard case, no further action. The account owner asked for a change and the order was replaced. An operator confirmed the details and the invoice was cancelled. The courier confirmed the details and the session was replaced.", improvement_suggestion: "better communication", participant_experience: "excellent" },
            { id: 100, activity_id: 57, participant_id: 192, rating: 5, comments: "The reviewer asked for a change and the request was escalated. The supplier asked for a change and the order was closed. The refund was reviewed — minor case, no further action. The ticket was resolved — late case, no further action.", improvement_suggestion: "clearer objectives", participant_experience: "excellent" },
            { id: 101, activity_id: 50, participant_id: 188, rating: 5, comments: "The customer confirmed the details and the invoice was cancelled. The team reported a partial issue; the session was confirmed.", improvement_suggestion: "increased engagement", participant_experience: "engaging" },
            { id: 102, activity_id: 150, participant_id: 104, rating: 4, comments: "The session was cancelled — unusual case, no further action. The customer confirmed the details and the session was approved. An operator asked for a change and the booking was reopened.", improvement_suggestion: "more training", participant_experience: "satisfactory" },
            { id: 103, activity_id: 121, participant_id: 16, rating: 5, comments: "The supplier reported an unusual issue; the order was rescheduled. An operator asked for a change and the account was reviewed.", improvement_suggestion: "improved organization", participant_experience: "excellent" },
            { id: 104, activity_id: 126, participant_id: 86, rating: 2, comments: "The supplier confirmed the details and the shipment was reopened. The team reported an unusual issue; the claim was escalated. The team confirmed the details and the record was escalated. The reviewer reported an incomplete issue; the item was cancelled.", improvement_suggestion: "better communication", participant_experience: "excellent" },
            { id: 105, activity_id: 26, participant_id: 52, rating: 2, comments: "The booking was completed — minor case, no further action. The shipment was completed — unusual case, no further action. No response from the supplier, so the delivery was closed.", improvement_suggestion: "better communication", participant_experience: "excellent" },
            { id: 106, activity_id: 21, participant_id: 71, rating: 4, comments: "Support asked for a change and the appointment was updated. The courier reported an unusual issue; the delivery was updated. The delivery was rescheduled — manual case, no further action.", improvement_suggestion: "more resources", participant_experience: "excellent" },
            { id: 107, activity_id: 205, participant_id: 200, rating: 2, comments: "The team confirmed the details and the report was approved. The session was reviewed — partial case, no further action.", improvement_suggestion: "more resources", participant_experience: "engaging" },
            { id: 108, activity_id: 31, participant_id: 2, rating: 4, comments: "Support asked for a change and the transfer was cancelled. An operator asked for a change and the claim was confirmed. An operator asked for a change and the refund was replaced.", improvement_suggestion: "better feedback mechanisms", participant_experience: "excellent" },
            { id: 109, activity_id: 173, participant_id: 16, rating: 4, comments: "No response from the supplier, so the shipment was completed. No response from the team, so the delivery was resolved. Support asked for a change and the invoice was approved.", improvement_suggestion: "more resources", participant_experience: "satisfactory" },
            { id: 110, activity_id: 216, participant_id: 85, rating: 4, comments: null, improvement_suggestion: "better timing", participant_experience: "informative" },
            { id: 111, activity_id: 265, participant_id: 43, rating: 5, comments: "The team reported a standard issue; the account was confirmed. The account owner reported a minor issue; the delivery was rejected.", improvement_suggestion: "more resources", participant_experience: "satisfactory" },
            { id: 112, activity_id: 1, participant_id: 26, rating: 3, comments: "The record was resolved — incomplete case, no further action. The account owner reported a late issue; the order was resolved. The claim was reviewed — automatic case, no further action. No response from the reviewer, so the record was completed.", improvement_suggestion: "better timing", participant_experience: "satisfactory" },
            { id: 113, activity_id: 239, participant_id: 56, rating: 5, comments: "The customer reported a standard issue; the session was processed. The request was updated — routine case, no further action. The courier asked for a change and the document was rejected.", improvement_suggestion: "better timing", participant_experience: "very positive" },
            { id: 114, activity_id: 250, participant_id: 1, rating: 3, comments: "The delivery was reviewed — partial case, no further action. No response from the reviewer, so the order was reviewed.", improvement_suggestion: "clearer objectives", participant_experience: "satisfactory" },
            { id: 115, activity_id: 129, participant_id: 75, rating: 5, comments: "The customer confirmed the details and the claim was rejected. The account owner reported a repeat issue; the account was reviewed.", improvement_suggestion: "more resources", participant_experience: "informative" },
            { id: 116, activity_id: 99, participant_id: 77, rating: 4, comments: "Support asked for a change and the booking was refunded. No response from an operator, so the claim was cancelled. The team asked for a change and the appointment was delayed. No response from the account owner, so the claim was completed.", improvement_suggestion: "increased engagement", participant_experience: "overwhelming" },
            { id: 117, activity_id: 82, participant_id: 196, rating: 5, comments: null, improvement_suggestion: "more transparency", participant_experience: "excellent" },
            { id: 118, activity_id: 249, participant_id: 3, rating: 5, comments: "The courier asked for a change and the booking was closed. The request was reopened — minor case, no further action. The reviewer asked for a change and the ticket was closed.", improvement_suggestion: "increased engagement", participant_experience: "engaging" },
            { id: 119, activity_id: 67, participant_id: 109, rating: 5, comments: "The record was updated — routine case, no further action. No response from the team, so the report was reopened.", improvement_suggestion: "more follow-up", participant_experience: "disappointing" },
            { id: 120, activity_id: 12, participant_id: 132, rating: 5, comments: null, improvement_suggestion: "better communication", participant_experience: "satisfactory" },
            { id: 121, activity_id: 271, participant_id: 165, rating: 3, comments: "The reviewer asked for a change and the ticket was rescheduled. The item was delayed — partial case, no further action. The supplier asked for a change and the delivery was replaced. The customer asked for a change and the appointment was approved.", improvement_suggestion: "more training", participant_experience: "needs improvement" },
            { id: 122, activity_id: 30, participant_id: 191, rating: 5, comments: "The account owner confirmed the details and the transfer was updated. The team confirmed the details and the delivery was approved. The courier confirmed the details and the account was rejected. The account owner asked for a change and the transfer was reopened.", improvement_suggestion: "better communication", participant_experience: "excellent" },
            { id: 123, activity_id: 132, participant_id: 11, rating: 5, comments: "The reviewer asked for a change and the item was escalated. The courier asked for a change and the session was resolved. The supplier reported a routine issue; the booking was reopened. Support asked for a change and the delivery was reopened.", improvement_suggestion: "more resources", participant_experience: "satisfactory" },
            { id: 124, activity_id: 99, participant_id: 163, rating: 3, comments: "The team asked for a change and the booking was confirmed. The customer reported an incomplete issue; the refund was updated. The reviewer asked for a change and the document was confirmed.", improvement_suggestion: "more resources", participant_experience: "satisfactory" },
            { id: 125, activity_id: 51, participant_id: 149, rating: 2, comments: "The customer confirmed the details and the delivery was reopened. The report was delayed — duplicate case, no further action. An operator asked for a change and the payment was closed.", improvement_suggestion: "more training", participant_experience: "satisfactory" },
            { id: 126, activity_id: 83, participant_id: 33, rating: 3, comments: "The refund was delayed — automatic case, no further action. The courier asked for a change and the refund was rejected.", improvement_suggestion: "more resources", participant_experience: "engaging" },
            { id: 127, activity_id: 214, participant_id: 26, rating: 3, comments: "The courier asked for a change and the report was refunded. The team confirmed the details and the booking was closed.", improvement_suggestion: "clearer objectives", participant_experience: "engaging" },
            { id: 128, activity_id: 179, participant_id: 109, rating: 2, comments: "The shipment was approved — urgent case, no further action. The team asked for a change and the document was delayed.", improvement_suggestion: "more resources", participant_experience: "challenging" },
            { id: 129, activity_id: 73, participant_id: 157, rating: 5, comments: "The account owner reported a routine issue; the document was refunded. The reviewer reported a routine issue; the order was cancelled.", improvement_suggestion: "more transparency", participant_experience: "excellent" },
            { id: 130, activity_id: 40, participant_id: 188, rating: 5, comments: "The reviewer reported a repeat issue; the order was reviewed. The booking was rescheduled — partial case, no further action.", improvement_suggestion: "more resources", participant_experience: "satisfactory" },
            { id: 131, activity_id: 217, participant_id: 9, rating: 4, comments: "The team reported a manual issue; the record was reviewed. The customer reported a minor issue; the item was processed. The team reported a manual issue; the item was processed.", improvement_suggestion: "more training", participant_experience: "informative" },
            { id: 132, activity_id: 284, participant_id: 145, rating: 4, comments: null, improvement_suggestion: "more resources", participant_experience: "needs improvement" },
            { id: 133, activity_id: 42, participant_id: 199, rating: 5, comments: "The session was approved — minor case, no further action. The courier reported a late issue; the shipment was closed.", improvement_suggestion: "clearer objectives", participant_experience: "excellent" },
            { id: 134, activity_id: 39, participant_id: 170, rating: 5, comments: "The courier reported an urgent issue; the document was completed. No response from the courier, so the appointment was rescheduled. No response from the courier, so the transfer was rejected. The supplier confirmed the details and the report was rescheduled.", improvement_suggestion: "better communication", participant_experience: "very positive" },
            { id: 135, activity_id: 267, participant_id: 66, rating: 2, comments: "The team confirmed the details and the item was rejected. The customer reported a repeat issue; the shipment was rescheduled. The courier reported a manual issue; the invoice was escalated.", improvement_suggestion: "better feedback mechanisms", participant_experience: "overwhelming" },
            { id: 136, activity_id: 200, participant_id: 103, rating: 5, comments: "An operator reported an incomplete issue; the record was replaced. The reviewer confirmed the details and the delivery was closed. The customer confirmed the details and the session was reopened. The courier reported an unusual issue; the delivery was confirmed.", improvement_suggestion: "better communication", participant_experience: "satisfactory" },
            { id: 137, activity_id: 71, participant_id: 176, rating: 3, comments: "The reviewer confirmed the details and the report was reviewed. The reviewer asked for a change and the account was resolved. No response from the customer, so the account was rejected. The courier asked for a change and the record was cancelled.", improvement_suggestion: "enhanced support", participant_experience: "needs improvement" },
            { id: 138, activity_id: 12, participant_id: 192, rating: 5, comments: "The payment was confirmed — minor case, no further action. The ticket was closed — repeat case, no further action.", improvement_suggestion: "enhanced support", participant_experience: "satisfactory" },
            { id: 139, activity_id: 56, participant_id: 71, rating: 4, comments: "The reviewer asked for a change and the shipment was approved. The reviewer asked for a change and the transfer was replaced. An operator confirmed the details and the ticket was reopened. The courier confirmed the details and the appointment was updated.", improvement_suggestion: "increased engagement", participant_experience: "disappointing" },
            { id: 140, activity_id: 99, participant_id: 20, rating: 5, comments: "The courier reported an incomplete issue; the report was replaced. The team reported a repeat issue; the ticket was updated. The courier confirmed the details and the item was reopened.", improvement_suggestion: "more follow-up", participant_experience: "needs improvement" },
            { id: 141, activity_id: 251, participant_id: 25, rating: 2, comments: "The account owner reported a routine issue; the ticket was escalated. The team reported a partial issue; the item was replaced.", improvement_suggestion: "more resources", participant_experience: "needs improvement" },
            { id: 142, activity_id: 133, participant_id: 32, rating: 4, comments: "No response from the account owner, so the order was reviewed. The team confirmed the details and the appointment was completed. No response from the account owner, so the invoice was closed.", improvement_suggestion: "more training", participant_experience: "very positive" },
            { id: 143, activity_id: 11, participant_id: 21, rating: 5, comments: "No response from the customer, so the ticket was closed. An operator reported a duplicate issue; the refund was approved.", improvement_suggestion: "better communication", participant_experience: "disappointing" },
            { id: 144, activity_id: 77, participant_id: 56, rating: 5, comments: "The document was closed — duplicate case, no further action. No response from the reviewer, so the payment was confirmed. The customer confirmed the details and the delivery was escalated. The account owner asked for a change and the payment was confirmed.", improvement_suggestion: "increased engagement", participant_experience: "satisfactory" },
            { id: 145, activity_id: 110, participant_id: 35, rating: 5, comments: "The team confirmed the details and the refund was refunded. The customer asked for a change and the item was escalated. No response from the reviewer, so the claim was reopened.", improvement_suggestion: "more diverse activities", participant_experience: "excellent" },
            { id: 146, activity_id: 165, participant_id: 74, rating: 5, comments: "The supplier confirmed the details and the request was escalated. No response from the reviewer, so the appointment was rejected. The customer confirmed the details and the ticket was resolved. No response from an operator, so the invoice was completed.", improvement_suggestion: "more training", participant_experience: "excellent" },
            { id: 147, activity_id: 234, participant_id: 166, rating: 3, comments: "The account owner asked for a change and the session was confirmed. An operator confirmed the details and the payment was approved.", improvement_suggestion: "better communication", participant_experience: "motivating" },
            { id: 148, activity_id: 81, participant_id: 124, rating: 4, comments: "The customer asked for a change and the session was approved. An operator reported a repeat issue; the appointment was reopened.", improvement_suggestion: "more training", participant_experience: "satisfactory" },
            { id: 149, activity_id: 222, participant_id: 80, rating: 3, comments: "The customer reported an unusual issue; the document was refunded. The request was rejected — urgent case, no further action.", improvement_suggestion: "clearer objectives", participant_experience: "satisfactory" },
            { id: 150, activity_id: 224, participant_id: 190, rating: 1, comments: "The customer asked for a change and the order was replaced. No response from the customer, so the refund was resolved. The order was cancelled — unusual case, no further action.", improvement_suggestion: "better communication", participant_experience: "very positive" },
        ],
    });
}

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