// Event Marketing Insights (event-marketing-insights) v1 — Prisma seed
// Synthetic sample data, CC0-1.0. Generated deterministically; re-running the
// generator with the same spec and seed reproduces this file exactly.
//
// Delegates are named after the tables (prisma.events), which assumes models
// mapped to those table names. Rename the delegates if your models differ.
import { PrismaClient } from '@prisma/client';

const prisma = new PrismaClient();

async function main() {
    await prisma.events.createMany({
        data: [
            { id: 1, event_name: "Expo", event_date: "2022-01-14", location: "Santiago", event_type: "webinar" },
            { id: 2, event_name: "Conference", event_date: "2023-05-23", location: "Dublin", event_type: "conference" },
            { id: 3, event_name: "Conference Hackathon", event_date: "2023-01-16", location: "Lagos", event_type: "workshop" },
            { id: 4, event_name: "Showcase Workshop", event_date: "2023-08-29", location: "Brussels", event_type: "webinar" },
            { id: 5, event_name: "Networking", event_date: "2023-02-25", location: "Melbourne", event_type: "webinar" },
            { id: 6, event_name: "Webinar", event_date: "2022-10-04", location: "London", event_type: "trade_show" },
            { id: 7, event_name: "Panel", event_date: "2023-12-14", location: "Stockholm", event_type: "webinar" },
            { id: 8, event_name: "Retreat Workshop", event_date: "2023-01-17", location: null, event_type: "webinar" },
            { id: 9, event_name: "Gala Hackathon Showcase", event_date: "2022-11-29", location: "Istanbul", event_type: "conference" },
            { id: 10, event_name: "Launch", event_date: "2023-11-02", location: null, event_type: "conference" },
            { id: 11, event_name: "Seminar Showcase Festival", event_date: "2022-04-26", location: null, event_type: "webinar" },
            { id: 12, event_name: "Networking Expo", event_date: "2022-10-24", location: null, event_type: "workshop" },
            { id: 13, event_name: "Conference Launch Gala", event_date: "2023-02-04", location: "Milan", event_type: "webinar" },
            { id: 14, event_name: "Conference", event_date: "2022-12-30", location: "Manchester", event_type: "trade_show" },
            { id: 15, event_name: "Showcase Festival", event_date: "2022-04-15", location: "Austin", event_type: "webinar" },
            { id: 16, event_name: "Seminar Symposium Festival", event_date: "2022-02-08", location: "Taipei", event_type: "webinar" },
            { id: 17, event_name: "Conference Expo", event_date: "2023-11-20", location: null, event_type: "webinar" },
            { id: 18, event_name: "Festival", event_date: "2022-12-29", location: "Austin", event_type: "webinar" },
            { id: 19, event_name: "Panel Launch Symposium", event_date: "2023-09-13", location: "Lyon", event_type: "webinar" },
            { id: 20, event_name: "Symposium", event_date: "2022-07-26", location: null, event_type: "workshop" },
            { id: 21, event_name: "Expo Presentation Symposium", event_date: "2022-01-01", location: "Cape Town", event_type: "conference" },
            { id: 22, event_name: "Presentation", event_date: "2022-06-30", location: "Denver", event_type: "webinar" },
            { id: 23, event_name: "Seminar Webinar", event_date: "2023-11-29", location: "Montreal", event_type: "conference" },
            { id: 24, event_name: "Meetup Panel", event_date: "2023-11-18", location: "Cape Town", event_type: "conference" },
            { id: 25, event_name: "Gala Showcase", event_date: "2023-10-24", location: "Athens", event_type: "trade_show" },
            { id: 26, event_name: "Showcase Presentation", event_date: "2023-09-13", location: "Nairobi", event_type: "webinar" },
            { id: 27, event_name: "Forum", event_date: "2022-11-28", location: null, event_type: "conference" },
            { id: 28, event_name: "Roundtable Showcase Symposium", event_date: "2023-10-13", location: "Barcelona", event_type: "webinar" },
            { id: 29, event_name: "Seminar Gala Workshop", event_date: "2023-09-27", location: "Cairo", event_type: "webinar" },
            { id: 30, event_name: "Expo Meetup Roundtable", event_date: "2022-06-02", location: "Seoul", event_type: "webinar" },
            { id: 31, event_name: "Workshop", event_date: "2023-11-17", location: "Bangkok", event_type: "conference" },
            { id: 32, event_name: "Gala Launch", event_date: "2022-03-21", location: "Lyon", event_type: "webinar" },
            { id: 33, event_name: "Expo Summit Presentation", event_date: "2022-10-22", location: "Vancouver", event_type: "webinar" },
            { id: 34, event_name: "Webinar Conference", event_date: "2023-04-14", location: "Singapore", event_type: "webinar" },
            { id: 35, event_name: "Forum Roundtable Launch", event_date: "2023-03-04", location: null, event_type: "workshop" },
            { id: 36, event_name: "Presentation", event_date: "2023-11-02", location: "Sydney", event_type: "webinar" },
            { id: 37, event_name: "Workshop Roundtable Launch", event_date: "2022-09-18", location: "Seoul", event_type: "webinar" },
            { id: 38, event_name: "Seminar Expo Workshop", event_date: "2022-12-20", location: "Madrid", event_type: "trade_show" },
            { id: 39, event_name: "Meetup Presentation Showcase", event_date: "2022-03-08", location: "Manila", event_type: "webinar" },
            { id: 40, event_name: "Meetup", event_date: "2022-08-28", location: "Toronto", event_type: "trade_show" },
            { id: 41, event_name: "Retreat Seminar", event_date: "2023-01-08", location: "Athens", event_type: "workshop" },
            { id: 42, event_name: "Conference Expo", event_date: "2022-07-17", location: null, event_type: "webinar" },
            { id: 43, event_name: "Gala Symposium Festival", event_date: "2022-01-08", location: "San Diego", event_type: "conference" },
            { id: 44, event_name: "Symposium Presentation Expo", event_date: "2022-04-01", location: "Sydney", event_type: "webinar" },
            { id: 45, event_name: "Expo Panel", event_date: "2022-11-05", location: "Rome", event_type: "webinar" },
            { id: 46, event_name: "Expo Roundtable Gala", event_date: "2022-11-20", location: "Hamburg", event_type: "conference" },
            { id: 47, event_name: "Seminar Retreat Symposium", event_date: "2023-06-20", location: "Izmir", event_type: "conference" },
            { id: 48, event_name: "Hackathon Webinar", event_date: "2023-02-06", location: null, event_type: "webinar" },
            { id: 49, event_name: "Conference Festival Roundtable", event_date: "2022-11-26", location: "Mumbai", event_type: "webinar" },
            { id: 50, event_name: "Sprint Symposium Roundtable", event_date: "2022-09-12", location: "Taipei", event_type: "webinar" },
            { id: 51, event_name: "Sprint", event_date: "2022-10-22", location: "Helsinki", event_type: "workshop" },
            { id: 52, event_name: "Networking", event_date: "2023-05-07", location: "Budapest", event_type: "webinar" },
            { id: 53, event_name: "Meetup Launch", event_date: "2023-02-23", location: "Munich", event_type: "trade_show" },
            { id: 54, event_name: "Forum Presentation Launch", event_date: "2022-08-08", location: "Delhi", event_type: "webinar" },
            { id: 55, event_name: "Launch Gala", event_date: "2023-12-04", location: "Munich", event_type: "webinar" },
            { id: 56, event_name: "Retreat Launch", event_date: "2022-12-02", location: "Amsterdam", event_type: "webinar" },
            { id: 57, event_name: "Launch", event_date: "2023-03-08", location: "Istanbul", event_type: "trade_show" },
            { id: 58, event_name: "Festival Retreat Gala", event_date: "2022-10-26", location: "Cairo", event_type: "webinar" },
            { id: 59, event_name: "Seminar Webinar", event_date: "2022-03-21", location: "Athens", event_type: "webinar" },
            { id: 60, event_name: "Retreat", event_date: "2023-10-15", location: "Cape Town", event_type: "conference" },
            { id: 61, event_name: "Expo", event_date: "2023-07-09", location: "Manila", event_type: "webinar" },
            { id: 62, event_name: "Forum Workshop", event_date: "2023-10-16", location: null, event_type: "webinar" },
            { id: 63, event_name: "Networking", event_date: "2023-07-16", location: "Lima", event_type: "trade_show" },
            { id: 64, event_name: "Symposium", event_date: "2022-09-21", location: "Santiago", event_type: "conference" },
            { id: 65, event_name: "Retreat", event_date: "2023-08-31", location: "Munich", event_type: "conference" },
            { id: 66, event_name: "Forum Roundtable", event_date: "2022-10-30", location: "Madrid", event_type: "webinar" },
            { id: 67, event_name: "Festival Networking Showcase", event_date: "2022-09-11", location: "Seattle", event_type: "webinar" },
            { id: 68, event_name: "Conference Workshop", event_date: "2022-11-13", location: "Vancouver", event_type: "conference" },
            { id: 69, event_name: "Webinar Retreat", event_date: "2022-07-24", location: null, event_type: "conference" },
            { id: 70, event_name: "Seminar", event_date: "2023-11-01", location: "Dublin", event_type: "webinar" },
            { id: 71, event_name: "Conference Hackathon Seminar", event_date: "2023-09-09", location: "Dublin", event_type: "webinar" },
            { id: 72, event_name: "Showcase Festival", event_date: "2022-07-18", location: "Milan", event_type: "webinar" },
            { id: 73, event_name: "Gala Networking Retreat", event_date: "2022-02-04", location: "Edinburgh", event_type: "trade_show" },
            { id: 74, event_name: "Conference Festival Roundtable", event_date: "2023-09-24", location: null, event_type: "webinar" },
            { id: 75, event_name: "Gala Retreat Panel", event_date: "2023-05-21", location: "Vienna", event_type: "trade_show" },
            { id: 76, event_name: "Launch Webinar", event_date: "2022-08-03", location: "Bogota", event_type: "workshop" },
            { id: 77, event_name: "Meetup Presentation Expo", event_date: "2022-01-20", location: "Manchester", event_type: "webinar" },
            { id: 78, event_name: "Symposium Forum Conference", event_date: "2022-11-20", location: null, event_type: "trade_show" },
            { id: 79, event_name: "Webinar Conference Showcase", event_date: "2022-01-20", location: "Oslo", event_type: "webinar" },
            { id: 80, event_name: "Summit Expo", event_date: "2023-10-28", location: "Taipei", event_type: "webinar" },
            { id: 81, event_name: "Meetup Retreat", event_date: "2022-01-14", location: "Austin", event_type: "webinar" },
            { id: 82, event_name: "Festival", event_date: "2023-05-02", location: "Warsaw", event_type: "conference" },
            { id: 83, event_name: "Forum Sprint Networking", event_date: "2023-03-08", location: "Singapore", event_type: "webinar" },
            { id: 84, event_name: "Gala", event_date: "2022-03-19", location: "Delhi", event_type: "webinar" },
            { id: 85, event_name: "Gala", event_date: "2023-01-08", location: "Tokyo", event_type: "conference" },
            { id: 86, event_name: "Forum", event_date: "2023-11-02", location: "Bangkok", event_type: "workshop" },
            { id: 87, event_name: "Panel Hackathon Forum", event_date: "2023-04-27", location: "Manila", event_type: "trade_show" },
            { id: 88, event_name: "Showcase", event_date: "2022-04-11", location: "Boston", event_type: "trade_show" },
            { id: 89, event_name: "Showcase Launch", event_date: "2022-12-03", location: "Bogota", event_type: "conference" },
            { id: 90, event_name: "Conference Summit", event_date: "2023-12-30", location: "Lyon", event_type: "webinar" },
            { id: 91, event_name: "Retreat Networking", event_date: "2022-09-27", location: "Kyoto", event_type: "webinar" },
            { id: 92, event_name: "Symposium Sprint Seminar", event_date: "2023-07-28", location: "Brussels", event_type: "trade_show" },
            { id: 93, event_name: "Retreat Forum", event_date: "2023-02-03", location: "Warsaw", event_type: "webinar" },
            { id: 94, event_name: "Expo Roundtable", event_date: "2023-01-26", location: "Austin", event_type: "conference" },
            { id: 95, event_name: "Expo", event_date: "2023-04-07", location: "Bucharest", event_type: "workshop" },
            { id: 96, event_name: "Conference Festival", event_date: "2023-11-13", location: null, event_type: "webinar" },
            { id: 97, event_name: "Forum", event_date: "2022-11-30", location: "Melbourne", event_type: "conference" },
            { id: 98, event_name: "Festival", event_date: "2022-07-30", location: "Manila", event_type: "webinar" },
            { id: 99, event_name: "Expo Hackathon Forum", event_date: "2022-06-10", location: "Toronto", event_type: "webinar" },
            { id: 100, event_name: "Launch Panel", event_date: "2022-01-11", location: "Porto", event_type: "webinar" },
            { id: 101, event_name: "Workshop Sprint", event_date: "2022-02-12", location: "Lima", event_type: "conference" },
            { id: 102, event_name: "Summit", event_date: "2022-12-24", location: "Edinburgh", event_type: "webinar" },
            { id: 103, event_name: "Panel Gala", event_date: "2022-01-26", location: "Sydney", event_type: "webinar" },
            { id: 104, event_name: "Showcase Seminar Networking", event_date: "2023-01-25", location: "Taipei", event_type: "conference" },
            { id: 105, event_name: "Retreat", event_date: "2022-11-23", location: "Mexico City", event_type: "webinar" },
            { id: 106, event_name: "Panel", event_date: "2022-11-16", location: "San Diego", event_type: "webinar" },
            { id: 107, event_name: "Workshop", event_date: "2022-01-05", location: "Porto", event_type: "conference" },
            { id: 108, event_name: "Showcase Roundtable", event_date: "2022-09-18", location: "Tokyo", event_type: "webinar" },
            { id: 109, event_name: "Showcase", event_date: "2022-01-29", location: "Vienna", event_type: "workshop" },
            { id: 110, event_name: "Launch", event_date: "2022-11-24", location: "Edinburgh", event_type: "webinar" },
            { id: 111, event_name: "Seminar", event_date: "2022-12-27", location: "Madrid", event_type: "webinar" },
            { id: 112, event_name: "Networking Symposium Presentation", event_date: "2022-12-30", location: "Kyoto", event_type: "trade_show" },
            { id: 113, event_name: "Seminar", event_date: "2023-04-06", location: null, event_type: "trade_show" },
            { id: 114, event_name: "Presentation", event_date: "2023-11-23", location: null, event_type: "conference" },
            { id: 115, event_name: "Showcase Webinar Gala", event_date: "2022-01-19", location: "Izmir", event_type: "trade_show" },
            { id: 116, event_name: "Forum Showcase", event_date: "2023-01-21", location: "Austin", event_type: "webinar" },
            { id: 117, event_name: "Presentation Meetup Panel", event_date: "2022-02-08", location: null, event_type: "webinar" },
            { id: 118, event_name: "Forum Presentation Symposium", event_date: "2023-12-25", location: "Rome", event_type: "workshop" },
            { id: 119, event_name: "Webinar", event_date: "2022-12-01", location: "Hamburg", event_type: "webinar" },
            { id: 120, event_name: "Seminar", event_date: "2023-02-10", location: "Sydney", event_type: "trade_show" },
            { id: 121, event_name: "Workshop Presentation Expo", event_date: "2022-03-20", location: "Copenhagen", event_type: "conference" },
            { id: 122, event_name: "Roundtable Expo", event_date: "2022-11-22", location: "Hamburg", event_type: "webinar" },
            { id: 123, event_name: "Summit Networking", event_date: "2023-11-19", location: "Prague", event_type: "webinar" },
            { id: 124, event_name: "Launch Networking", event_date: "2022-11-14", location: "Munich", event_type: "webinar" },
            { id: 125, event_name: "Networking", event_date: "2023-01-04", location: "Chicago", event_type: "webinar" },
            { id: 126, event_name: "Conference", event_date: "2022-08-20", location: "Helsinki", event_type: "workshop" },
            { id: 127, event_name: "Networking", event_date: "2022-10-16", location: "Ankara", event_type: "conference" },
            { id: 128, event_name: "Launch Conference", event_date: "2022-04-30", location: "Amsterdam", event_type: "conference" },
            { id: 129, event_name: "Forum", event_date: "2023-09-25", location: "Mumbai", event_type: "webinar" },
            { id: 130, event_name: "Festival", event_date: "2022-12-22", location: "Austin", event_type: "webinar" },
            { id: 131, event_name: "Showcase Panel Roundtable", event_date: "2023-12-13", location: "Boston", event_type: "conference" },
            { id: 132, event_name: "Conference", event_date: "2022-05-16", location: null, event_type: "webinar" },
            { id: 133, event_name: "Panel", event_date: "2022-11-23", location: "Lagos", event_type: "webinar" },
            { id: 134, event_name: "Retreat Webinar Networking", event_date: "2023-05-12", location: "Tokyo", event_type: "workshop" },
            { id: 135, event_name: "Panel Gala", event_date: "2023-08-30", location: "Warsaw", event_type: "conference" },
            { id: 136, event_name: "Hackathon Gala", event_date: "2022-12-02", location: "Montreal", event_type: "webinar" },
            { id: 137, event_name: "Expo Summit", event_date: "2023-10-09", location: "Cairo", event_type: "webinar" },
            { id: 138, event_name: "Meetup Symposium", event_date: "2022-11-30", location: "Berlin", event_type: "webinar" },
            { id: 139, event_name: "Showcase Roundtable", event_date: "2022-01-01", location: "Austin", event_type: "webinar" },
            { id: 140, event_name: "Forum Launch", event_date: "2022-08-14", location: "Auckland", event_type: "workshop" },
            { id: 141, event_name: "Symposium", event_date: "2023-08-16", location: null, event_type: "workshop" },
            { id: 142, event_name: "Sprint", event_date: "2022-12-25", location: "Hamburg", event_type: "webinar" },
            { id: 143, event_name: "Panel", event_date: "2023-04-10", location: "Vancouver", event_type: "webinar" },
            { id: 144, event_name: "Launch", event_date: "2023-09-29", location: "Oslo", event_type: "conference" },
            { id: 145, event_name: "Retreat Festival", event_date: "2022-03-03", location: "Lima", event_type: "workshop" },
            { id: 146, event_name: "Launch", event_date: "2022-10-01", location: "Izmir", event_type: "conference" },
            { id: 147, event_name: "Meetup", event_date: "2022-09-15", location: "Rome", event_type: "webinar" },
            { id: 148, event_name: "Expo", event_date: "2022-11-01", location: "Jakarta", event_type: "webinar" },
            { id: 149, event_name: "Symposium", event_date: "2023-10-07", location: "Budapest", event_type: "trade_show" },
            { id: 150, event_name: "Forum Roundtable", event_date: "2022-08-23", location: "Izmir", event_type: "webinar" },
            { id: 151, event_name: "Summit Webinar", event_date: "2022-04-12", location: "Cairo", event_type: "webinar" },
            { id: 152, event_name: "Seminar Festival", event_date: "2022-09-06", location: "San Diego", event_type: "webinar" },
            { id: 153, event_name: "Gala Launch", event_date: "2023-11-06", location: "Hamburg", event_type: "webinar" },
            { id: 154, event_name: "Forum", event_date: "2022-02-10", location: "London", event_type: "webinar" },
            { id: 155, event_name: "Presentation Retreat", event_date: "2022-11-24", location: "Toronto", event_type: "workshop" },
            { id: 156, event_name: "Meetup Gala Expo", event_date: "2022-09-01", location: "Boston", event_type: "conference" },
            { id: 157, event_name: "Workshop Expo", event_date: "2023-03-25", location: "Denver", event_type: "webinar" },
            { id: 158, event_name: "Panel", event_date: "2023-08-14", location: null, event_type: "webinar" },
            { id: 159, event_name: "Forum Hackathon Expo", event_date: "2022-12-15", location: "Porto", event_type: "trade_show" },
            { id: 160, event_name: "Festival Sprint", event_date: "2023-09-10", location: "Prague", event_type: "webinar" },
            { id: 161, event_name: "Showcase", event_date: "2022-08-09", location: "Oslo", event_type: "webinar" },
            { id: 162, event_name: "Sprint", event_date: "2022-04-25", location: "Santiago", event_type: "webinar" },
            { id: 163, event_name: "Networking", event_date: "2022-09-21", location: "Lagos", event_type: "webinar" },
            { id: 164, event_name: "Seminar", event_date: "2023-12-23", location: "Izmir", event_type: "webinar" },
            { id: 165, event_name: "Workshop", event_date: "2023-05-20", location: "San Diego", event_type: "trade_show" },
            { id: 166, event_name: "Conference Expo", event_date: "2023-09-04", location: "Manchester", event_type: "workshop" },
            { id: 167, event_name: "Summit Hackathon", event_date: "2022-09-19", location: "Kyoto", event_type: "workshop" },
            { id: 168, event_name: "Summit", event_date: "2023-04-02", location: "Bogota", event_type: "workshop" },
            { id: 169, event_name: "Gala Seminar", event_date: "2023-05-27", location: "Budapest", event_type: "webinar" },
            { id: 170, event_name: "Expo Launch Presentation", event_date: "2022-11-17", location: "Izmir", event_type: "webinar" },
            { id: 171, event_name: "Festival", event_date: "2023-05-27", location: "Brussels", event_type: "webinar" },
            { id: 172, event_name: "Hackathon", event_date: "2023-11-12", location: "Oslo", event_type: "webinar" },
            { id: 173, event_name: "Showcase Conference Roundtable", event_date: "2023-11-24", location: null, event_type: "trade_show" },
            { id: 174, event_name: "Roundtable Presentation", event_date: "2023-01-11", location: "Hamburg", event_type: "webinar" },
            { id: 175, event_name: "Webinar", event_date: "2023-09-05", location: "Mumbai", event_type: "workshop" },
            { id: 176, event_name: "Launch Workshop Summit", event_date: "2022-08-24", location: "Madrid", event_type: "webinar" },
            { id: 177, event_name: "Sprint Retreat", event_date: "2022-01-22", location: "Oslo", event_type: "webinar" },
            { id: 178, event_name: "Festival", event_date: "2023-12-02", location: "Dublin", event_type: "webinar" },
            { id: 179, event_name: "Hackathon", event_date: "2023-01-07", location: "Zurich", event_type: "webinar" },
            { id: 180, event_name: "Presentation Networking Forum", event_date: "2022-12-26", location: "Barcelona", event_type: "conference" },
            { id: 181, event_name: "Forum Showcase Panel", event_date: "2023-04-02", location: "Denver", event_type: "webinar" },
            { id: 182, event_name: "Forum Presentation Roundtable", event_date: "2023-03-20", location: "Sao Paulo", event_type: "webinar" },
            { id: 183, event_name: "Launch Webinar", event_date: "2023-09-26", location: "Vienna", event_type: "workshop" },
            { id: 184, event_name: "Retreat", event_date: "2022-10-22", location: "Boston", event_type: "conference" },
            { id: 185, event_name: "Panel Seminar Conference", event_date: "2022-10-10", location: "Hamburg", event_type: "webinar" },
            { id: 186, event_name: "Summit Hackathon", event_date: "2023-10-25", location: "Lima", event_type: "conference" },
            { id: 187, event_name: "Networking", event_date: "2022-01-18", location: "Bogota", event_type: "trade_show" },
            { id: 188, event_name: "Retreat Summit", event_date: "2023-03-31", location: "San Diego", event_type: "webinar" },
            { id: 189, event_name: "Meetup Panel Seminar", event_date: "2023-11-26", location: "Ankara", event_type: "webinar" },
            { id: 190, event_name: "Hackathon Launch", event_date: "2023-08-03", location: "Seoul", event_type: "webinar" },
            { id: 191, event_name: "Conference", event_date: "2023-09-10", location: "Munich", event_type: "webinar" },
            { id: 192, event_name: "Meetup Networking", event_date: "2023-02-10", location: "Delhi", event_type: "webinar" },
            { id: 193, event_name: "Roundtable Summit Seminar", event_date: "2023-03-25", location: "Hamburg", event_type: "conference" },
            { id: 194, event_name: "Workshop Conference Sprint", event_date: "2022-05-03", location: "Melbourne", event_type: "webinar" },
            { id: 195, event_name: "Sprint Seminar Gala", event_date: "2023-09-27", location: "Budapest", event_type: "webinar" },
            { id: 196, event_name: "Networking", event_date: "2022-10-25", location: "Chicago", event_type: "webinar" },
            { id: 197, event_name: "Networking Roundtable Retreat", event_date: "2023-01-28", location: "Kyoto", event_type: "conference" },
            { id: 198, event_name: "Summit Presentation", event_date: "2023-10-23", location: "Seattle", event_type: "webinar" },
            { id: 199, event_name: "Presentation Workshop Gala", event_date: "2023-09-08", location: "Edinburgh", event_type: "webinar" },
            { id: 200, event_name: "Panel Networking", event_date: "2022-11-18", location: "Rome", event_type: "workshop" },
        ],
    });
    await prisma.attendees.createMany({
        data: [
            { id: 1, event_id: 79, full_name: "Amir Larsen", email: null, attendance_status: "registered" },
            { id: 2, event_id: 22, full_name: "Jade Adams", email: null, attendance_status: "attended" },
            { id: 3, event_id: 26, full_name: "Rafael Bauer", email: null, attendance_status: "attended" },
            { id: 4, event_id: 168, full_name: "Zara Rossi", email: null, attendance_status: "registered" },
            { id: 5, event_id: 110, full_name: "Theo Carter", email: null, attendance_status: "registered" },
            { id: 6, event_id: 171, full_name: "Laura Becker", email: null, attendance_status: "registered" },
            { id: 7, event_id: 54, full_name: "Tariq Gomez", email: null, attendance_status: "registered" },
            { id: 8, event_id: 132, full_name: "Lina Gomez", email: null, attendance_status: "registered" },
            { id: 9, event_id: 101, full_name: "Isaac Taylor", email: null, attendance_status: "registered" },
            { id: 10, event_id: 182, full_name: "Sofia Patel", email: null, attendance_status: "attended" },
            { id: 11, event_id: 87, full_name: "Mateo Hoffmann", email: null, attendance_status: "attended" },
            { id: 12, event_id: 85, full_name: "Omar Diaz", email: "omar.diaz@example.com", attendance_status: "no_show" },
            { id: 13, event_id: 112, full_name: "Maya Brown", email: null, attendance_status: "registered" },
            { id: 14, event_id: 63, full_name: "Paula Hughes", email: null, attendance_status: "registered" },
            { id: 15, event_id: 26, full_name: "Emma Adams", email: null, attendance_status: "registered" },
            { id: 16, event_id: 34, full_name: "Nour Murphy", email: null, attendance_status: "attended" },
            { id: 17, event_id: 50, full_name: "Elif Pereira", email: null, attendance_status: "attended" },
            { id: 18, event_id: 69, full_name: "Emma Hoffmann", email: null, attendance_status: "attended" },
            { id: 19, event_id: 90, full_name: "Deniz Brown", email: null, attendance_status: "registered" },
            { id: 20, event_id: 53, full_name: "Mateo Rossi", email: null, attendance_status: "registered" },
            { id: 21, event_id: 147, full_name: "Noah Khan", email: null, attendance_status: "registered" },
            { id: 22, event_id: 100, full_name: "Sara Wright", email: null, attendance_status: "registered" },
            { id: 23, event_id: 132, full_name: "Oscar Johnson", email: null, attendance_status: "registered" },
            { id: 24, event_id: 109, full_name: "Jonas Miller", email: null, attendance_status: "registered" },
            { id: 25, event_id: 143, full_name: "Hana Tanaka", email: null, attendance_status: "attended" },
            { id: 26, event_id: 176, full_name: "Julia Johnson", email: null, attendance_status: "attended" },
            { id: 27, event_id: 139, full_name: "Sara Lee", email: null, attendance_status: "registered" },
            { id: 28, event_id: 151, full_name: "Fatima Jansen", email: null, attendance_status: "registered" },
            { id: 29, event_id: 16, full_name: "Tariq Adams", email: null, attendance_status: "attended" },
            { id: 30, event_id: 11, full_name: "Rosa Smith", email: null, attendance_status: "registered" },
            { id: 31, event_id: 101, full_name: "Ibrahim Evans", email: null, attendance_status: "registered" },
            { id: 32, event_id: 94, full_name: "Hugo Cruz", email: null, attendance_status: "registered" },
            { id: 33, event_id: 50, full_name: "Ruby Lopez", email: "ruby.lopez@example.org", attendance_status: "no_show" },
            { id: 34, event_id: 92, full_name: "Elena Shah", email: null, attendance_status: "attended" },
            { id: 35, event_id: 18, full_name: "Jack Bennett", email: null, attendance_status: "registered" },
            { id: 36, event_id: 67, full_name: "Nina Jansen", email: null, attendance_status: "attended" },
            { id: 37, event_id: 148, full_name: "Elena Young", email: null, attendance_status: "attended" },
            { id: 38, event_id: 175, full_name: "Carla Flores", email: null, attendance_status: "registered" },
            { id: 39, event_id: 87, full_name: "Karim Zhang", email: null, attendance_status: "registered" },
            { id: 40, event_id: 104, full_name: "Jade Sato", email: null, attendance_status: "registered" },
            { id: 41, event_id: 198, full_name: "Mia Dubois", email: null, attendance_status: "attended" },
            { id: 42, event_id: 145, full_name: "Zara Walker", email: null, attendance_status: "registered" },
            { id: 43, event_id: 118, full_name: "Mateo Park", email: null, attendance_status: "attended" },
            { id: 44, event_id: 56, full_name: "Zoe Gomez", email: null, attendance_status: "registered" },
            { id: 45, event_id: 61, full_name: "Grace Rossi", email: null, attendance_status: "registered" },
            { id: 46, event_id: 62, full_name: "Anna Ali", email: null, attendance_status: "attended" },
            { id: 47, event_id: 155, full_name: "Lina Silva", email: null, attendance_status: "registered" },
            { id: 48, event_id: 24, full_name: "Selin Jansen", email: null, attendance_status: "registered" },
            { id: 49, event_id: 33, full_name: "Jonas Johnson", email: null, attendance_status: "registered" },
            { id: 50, event_id: 180, full_name: "Chloe Clark", email: null, attendance_status: "attended" },
            { id: 51, event_id: 176, full_name: "Tomas Ali", email: null, attendance_status: "registered" },
            { id: 52, event_id: 180, full_name: "Jack Meyer", email: "jack.meyer@example.org", attendance_status: "no_show" },
            { id: 53, event_id: 33, full_name: "Karim Nguyen", email: null, attendance_status: "attended" },
            { id: 54, event_id: 131, full_name: "Victor Gupta", email: null, attendance_status: "attended" },
            { id: 55, event_id: 45, full_name: "Julia Gomez", email: null, attendance_status: "attended" },
            { id: 56, event_id: 105, full_name: "Elena Ibrahim", email: null, attendance_status: "registered" },
            { id: 57, event_id: 28, full_name: "Ethan Weber", email: null, attendance_status: "registered" },
            { id: 58, event_id: 46, full_name: "Ivan Yilmaz", email: "ivan.yilmaz@example.org", attendance_status: "no_show" },
            { id: 59, event_id: 83, full_name: "Kai Tanaka", email: "kai.tanaka@example.org", attendance_status: "no_show" },
            { id: 60, event_id: 156, full_name: "Noah Clark", email: "noah.clark@example.net", attendance_status: "no_show" },
            { id: 61, event_id: 183, full_name: "Lucas Novak", email: null, attendance_status: "registered" },
            { id: 62, event_id: 142, full_name: "Ravi Hansen", email: "ravi.hansen@example.net", attendance_status: "no_show" },
            { id: 63, event_id: 141, full_name: "Oscar Ruiz", email: "oscar.ruiz@example.net", attendance_status: "no_show" },
            { id: 64, event_id: 61, full_name: "Priya Patel", email: "priya.patel@example.net", attendance_status: "no_show" },
            { id: 65, event_id: 153, full_name: "Tomas Rossi", email: null, attendance_status: "attended" },
            { id: 66, event_id: 99, full_name: "Yusuf Jensen", email: "yusuf.jensen@example.org", attendance_status: "no_show" },
            { id: 67, event_id: 21, full_name: "Zoe Larsen", email: null, attendance_status: "registered" },
            { id: 68, event_id: 64, full_name: "Zara Castro", email: "zara.castro@example.org", attendance_status: "no_show" },
            { id: 69, event_id: 113, full_name: "Theo Patel", email: null, attendance_status: "registered" },
            { id: 70, event_id: 123, full_name: "Ethan Cruz", email: "ethan.cruz@example.net", attendance_status: "no_show" },
            { id: 71, event_id: 189, full_name: "Hana Ibrahim", email: "hana.ibrahim@example.org", attendance_status: "no_show" },
            { id: 72, event_id: 82, full_name: "Priya Kim", email: "priya.kim@example.org", attendance_status: "no_show" },
            { id: 73, event_id: 43, full_name: "Tariq Murphy", email: null, attendance_status: "registered" },
            { id: 74, event_id: 18, full_name: "Rosa Dubois", email: "rosa.dubois@example.net", attendance_status: "no_show" },
            { id: 75, event_id: 186, full_name: "Anna Wright", email: null, attendance_status: "attended" },
            { id: 76, event_id: 125, full_name: "Mia Diaz", email: "mia.diaz@example.com", attendance_status: "no_show" },
            { id: 77, event_id: 86, full_name: "Pedro Demir", email: null, attendance_status: "registered" },
            { id: 78, event_id: 167, full_name: "Isaac Martin", email: null, attendance_status: "registered" },
            { id: 79, event_id: 27, full_name: "Paula Kaya", email: null, attendance_status: "registered" },
            { id: 80, event_id: 49, full_name: "Diego Chen", email: "diego.chen@example.com", attendance_status: "no_show" },
            { id: 81, event_id: 27, full_name: "Olivia Nguyen", email: null, attendance_status: "registered" },
            { id: 82, event_id: 13, full_name: "Nadia Nguyen", email: null, attendance_status: "attended" },
            { id: 83, event_id: 176, full_name: "James Carter", email: null, attendance_status: "registered" },
            { id: 84, event_id: 5, full_name: "Paula Johnson", email: null, attendance_status: "attended" },
            { id: 85, event_id: 19, full_name: "Zara Clark", email: "zara.clark@example.com", attendance_status: "no_show" },
            { id: 86, event_id: 121, full_name: "Lena Vargas", email: null, attendance_status: "attended" },
            { id: 87, event_id: 96, full_name: "Amir Torres", email: null, attendance_status: "registered" },
            { id: 88, event_id: 85, full_name: "Maya Diaz", email: null, attendance_status: "registered" },
            { id: 89, event_id: 5, full_name: "Wei Ruiz", email: null, attendance_status: "attended" },
            { id: 90, event_id: 188, full_name: "Chen Lee", email: null, attendance_status: "attended" },
            { id: 91, event_id: 107, full_name: "Nadia Flores", email: null, attendance_status: "registered" },
            { id: 92, event_id: 16, full_name: "Chen Flores", email: null, attendance_status: "registered" },
            { id: 93, event_id: 185, full_name: "Paula Hughes", email: null, attendance_status: "registered" },
            { id: 94, event_id: 105, full_name: "Theo Cruz", email: null, attendance_status: "attended" },
            { id: 95, event_id: 65, full_name: "Mateo Gupta", email: null, attendance_status: "registered" },
            { id: 96, event_id: 29, full_name: "Daniel Almeida", email: null, attendance_status: "attended" },
            { id: 97, event_id: 118, full_name: "Jade Davis", email: null, attendance_status: "attended" },
            { id: 98, event_id: 110, full_name: "David Bauer", email: null, attendance_status: "registered" },
            { id: 99, event_id: 15, full_name: "Arjun Kaya", email: null, attendance_status: "registered" },
            { id: 100, event_id: 114, full_name: "Ruby Baker", email: null, attendance_status: "registered" },
            { id: 101, event_id: 112, full_name: "Ines Rossi", email: null, attendance_status: "registered" },
            { id: 102, event_id: 104, full_name: "Ivan Gomez", email: null, attendance_status: "registered" },
            { id: 103, event_id: 155, full_name: "Elif Sousa", email: null, attendance_status: "attended" },
            { id: 104, event_id: 37, full_name: "Laura Ali", email: null, attendance_status: "attended" },
            { id: 105, event_id: 184, full_name: "Sara Baker", email: null, attendance_status: "registered" },
            { id: 106, event_id: 64, full_name: "Anna Wang", email: "anna.wang@example.net", attendance_status: "no_show" },
            { id: 107, event_id: 189, full_name: "Diego Sato", email: null, attendance_status: "registered" },
            { id: 108, event_id: 57, full_name: "Zara Andersen", email: "zara.andersen@example.org", attendance_status: "no_show" },
            { id: 109, event_id: 198, full_name: "Daniel Fischer", email: null, attendance_status: "attended" },
            { id: 110, event_id: 170, full_name: "Hugo Evans", email: null, attendance_status: "registered" },
            { id: 111, event_id: 125, full_name: "Nina Brown", email: null, attendance_status: "attended" },
            { id: 112, event_id: 167, full_name: "Fatima Torres", email: null, attendance_status: "registered" },
            { id: 113, event_id: 130, full_name: "Hugo Meyer", email: null, attendance_status: "registered" },
            { id: 114, event_id: 33, full_name: "Ibrahim Becker", email: null, attendance_status: "attended" },
            { id: 115, event_id: 40, full_name: "Marco Novak", email: null, attendance_status: "attended" },
            { id: 116, event_id: 20, full_name: "Ruby Pereira", email: null, attendance_status: "attended" },
            { id: 117, event_id: 178, full_name: "Lucas Davis", email: "lucas.davis@example.org", attendance_status: "no_show" },
            { id: 118, event_id: 57, full_name: "Oscar Diaz", email: "oscar.diaz@example.com", attendance_status: "no_show" },
            { id: 119, event_id: 5, full_name: "Hugo Moreau", email: "hugo.moreau@example.com", attendance_status: "no_show" },
            { id: 120, event_id: 23, full_name: "Sam Lee", email: null, attendance_status: "registered" },
            { id: 121, event_id: 141, full_name: "Ravi Hansen", email: null, attendance_status: "registered" },
            { id: 122, event_id: 180, full_name: "Sofia Tanaka", email: null, attendance_status: "registered" },
            { id: 123, event_id: 28, full_name: "Pedro Taylor", email: null, attendance_status: "registered" },
            { id: 124, event_id: 120, full_name: "Ruby Kumar", email: null, attendance_status: "attended" },
            { id: 125, event_id: 79, full_name: "Mila Zhang", email: null, attendance_status: "registered" },
            { id: 126, event_id: 50, full_name: "David Torres", email: null, attendance_status: "registered" },
            { id: 127, event_id: 27, full_name: "Theo Evans", email: null, attendance_status: "registered" },
            { id: 128, event_id: 95, full_name: "Ines Evans", email: null, attendance_status: "registered" },
            { id: 129, event_id: 159, full_name: "Ana Sousa", email: null, attendance_status: "attended" },
            { id: 130, event_id: 98, full_name: "Paula Schmidt", email: null, attendance_status: "registered" },
            { id: 131, event_id: 187, full_name: "Mateo Hughes", email: null, attendance_status: "registered" },
            { id: 132, event_id: 190, full_name: "Sara Andersen", email: null, attendance_status: "attended" },
            { id: 133, event_id: 8, full_name: "Omar Ali", email: null, attendance_status: "registered" },
            { id: 134, event_id: 58, full_name: "Zoe Tanaka", email: null, attendance_status: "registered" },
            { id: 135, event_id: 26, full_name: "Mohamed Hassan", email: null, attendance_status: "registered" },
            { id: 136, event_id: 66, full_name: "Hana Ali", email: null, attendance_status: "registered" },
            { id: 137, event_id: 144, full_name: "Selin Dubois", email: null, attendance_status: "registered" },
            { id: 138, event_id: 26, full_name: "Selin Brown", email: null, attendance_status: "registered" },
            { id: 139, event_id: 142, full_name: "Ben Walker", email: null, attendance_status: "attended" },
            { id: 140, event_id: 70, full_name: "Ravi Gupta", email: null, attendance_status: "registered" },
            { id: 141, event_id: 43, full_name: "Ibrahim Reyes", email: null, attendance_status: "registered" },
            { id: 142, event_id: 36, full_name: "Sam Gupta", email: null, attendance_status: "registered" },
            { id: 143, event_id: 185, full_name: "Karim Demir", email: null, attendance_status: "attended" },
            { id: 144, event_id: 173, full_name: "Zoe Zhang", email: "zoe.zhang@example.com", attendance_status: "no_show" },
            { id: 145, event_id: 80, full_name: "Jack Rossi", email: null, attendance_status: "attended" },
            { id: 146, event_id: 48, full_name: "Julia Carter", email: null, attendance_status: "registered" },
            { id: 147, event_id: 28, full_name: "Yara Nakamura", email: "yara.nakamura@example.org", attendance_status: "no_show" },
            { id: 148, event_id: 8, full_name: "Ibrahim Murphy", email: null, attendance_status: "attended" },
            { id: 149, event_id: 195, full_name: "Nina Cruz", email: null, attendance_status: "registered" },
            { id: 150, event_id: 140, full_name: "Mohamed Walker", email: null, attendance_status: "registered" },
            { id: 151, event_id: 134, full_name: "Paula Kowalski", email: "paula.kowalski@example.com", attendance_status: "no_show" },
            { id: 152, event_id: 88, full_name: "Anna Bauer", email: null, attendance_status: "registered" },
            { id: 153, event_id: 138, full_name: "Oscar Garcia", email: "oscar.garcia@example.org", attendance_status: "no_show" },
            { id: 154, event_id: 98, full_name: "Zoe Miller", email: null, attendance_status: "registered" },
            { id: 155, event_id: 116, full_name: "Pedro Khan", email: "pedro.khan@example.net", attendance_status: "no_show" },
            { id: 156, event_id: 38, full_name: "Nour Tanaka", email: null, attendance_status: "attended" },
            { id: 157, event_id: 196, full_name: "Leo Schneider", email: "leo.schneider@example.com", attendance_status: "no_show" },
            { id: 158, event_id: 73, full_name: "Omar Martin", email: null, attendance_status: "attended" },
            { id: 159, event_id: 83, full_name: "Uma Martin", email: "uma.martin@example.net", attendance_status: "no_show" },
            { id: 160, event_id: 29, full_name: "Pedro Clark", email: null, attendance_status: "attended" },
            { id: 161, event_id: 114, full_name: "Hannah Castro", email: null, attendance_status: "registered" },
            { id: 162, event_id: 159, full_name: "Ivan Adams", email: null, attendance_status: "attended" },
            { id: 163, event_id: 80, full_name: "Fatima Ahmed", email: null, attendance_status: "registered" },
            { id: 164, event_id: 188, full_name: "Felix Vargas", email: null, attendance_status: "registered" },
            { id: 165, event_id: 138, full_name: "Emma Wilson", email: "emma.wilson@example.com", attendance_status: "no_show" },
            { id: 166, event_id: 166, full_name: "Mila Dubois", email: null, attendance_status: "registered" },
            { id: 167, event_id: 133, full_name: "Nadia Kaya", email: null, attendance_status: "attended" },
            { id: 168, event_id: 8, full_name: "Sofia Tanaka", email: "sofia.tanaka@example.com", attendance_status: "no_show" },
            { id: 169, event_id: 66, full_name: "Mohamed Bauer", email: null, attendance_status: "registered" },
            { id: 170, event_id: 173, full_name: "Sven Demir", email: "sven.demir@example.com", attendance_status: "no_show" },
            { id: 171, event_id: 182, full_name: "Ines Wright", email: null, attendance_status: "registered" },
            { id: 172, event_id: 129, full_name: "Lina Bennett", email: null, attendance_status: "attended" },
            { id: 173, event_id: 79, full_name: "Leo Klein", email: null, attendance_status: "attended" },
            { id: 174, event_id: 160, full_name: "Arjun Weber", email: null, attendance_status: "registered" },
            { id: 175, event_id: 118, full_name: "Wei Davis", email: null, attendance_status: "attended" },
            { id: 176, event_id: 182, full_name: "Liam Sato", email: null, attendance_status: "registered" },
            { id: 177, event_id: 55, full_name: "Uma Chen", email: null, attendance_status: "attended" },
            { id: 178, event_id: 55, full_name: "Uma Oliveira", email: "uma.oliveira@example.com", attendance_status: "no_show" },
            { id: 179, event_id: 94, full_name: "Lina Evans", email: null, attendance_status: "attended" },
            { id: 180, event_id: 161, full_name: "Emma Smith", email: null, attendance_status: "registered" },
            { id: 181, event_id: 128, full_name: "Jonas Kim", email: null, attendance_status: "registered" },
            { id: 182, event_id: 52, full_name: "Lucas Johnson", email: null, attendance_status: "registered" },
            { id: 183, event_id: 81, full_name: "Lucas Walker", email: null, attendance_status: "registered" },
            { id: 184, event_id: 28, full_name: "Yusuf Smith", email: null, attendance_status: "attended" },
            { id: 185, event_id: 67, full_name: "Hana Young", email: null, attendance_status: "registered" },
            { id: 186, event_id: 53, full_name: "Anna Larsen", email: null, attendance_status: "registered" },
            { id: 187, event_id: 77, full_name: "Julia Tanaka", email: null, attendance_status: "attended" },
            { id: 188, event_id: 119, full_name: "Sara Davis", email: "sara.davis@example.org", attendance_status: "no_show" },
            { id: 189, event_id: 68, full_name: "Leo Oliveira", email: "leo.oliveira@example.com", attendance_status: "no_show" },
            { id: 190, event_id: 36, full_name: "Maya Johnson", email: null, attendance_status: "registered" },
            { id: 191, event_id: 200, full_name: "Hugo Sato", email: null, attendance_status: "registered" },
            { id: 192, event_id: 142, full_name: "Marco Shah", email: null, attendance_status: "registered" },
            { id: 193, event_id: 130, full_name: "James Ahmed", email: null, attendance_status: "registered" },
            { id: 194, event_id: 35, full_name: "Julia Lopez", email: null, attendance_status: "attended" },
            { id: 195, event_id: 44, full_name: "Wei Evans", email: null, attendance_status: "registered" },
            { id: 196, event_id: 191, full_name: "Leo Vargas", email: null, attendance_status: "registered" },
            { id: 197, event_id: 93, full_name: "Carla Park", email: null, attendance_status: "attended" },
            { id: 198, event_id: 172, full_name: "Carla Schneider", email: "carla.schneider@example.com", attendance_status: "no_show" },
            { id: 199, event_id: 12, full_name: "Andre Fischer", email: null, attendance_status: "registered" },
            { id: 200, event_id: 107, full_name: "Oscar Wagner", email: null, attendance_status: "registered" },
            { id: 201, event_id: 63, full_name: "Jade Walker", email: "jade.walker@example.org", attendance_status: "no_show" },
            { id: 202, event_id: 112, full_name: "Nina Almeida", email: "nina.almeida@example.net", attendance_status: "no_show" },
            { id: 203, event_id: 194, full_name: "Diego Wang", email: null, attendance_status: "registered" },
            { id: 204, event_id: 12, full_name: "Ravi Meyer", email: "ravi.meyer@example.com", attendance_status: "no_show" },
            { id: 205, event_id: 164, full_name: "Mohamed Jensen", email: null, attendance_status: "registered" },
            { id: 206, event_id: 83, full_name: "Zoe Rossi", email: null, attendance_status: "registered" },
            { id: 207, event_id: 115, full_name: "Chen Adams", email: null, attendance_status: "registered" },
            { id: 208, event_id: 15, full_name: "Julia Young", email: null, attendance_status: "registered" },
            { id: 209, event_id: 12, full_name: "Mei Singh", email: null, attendance_status: "registered" },
            { id: 210, event_id: 39, full_name: "Yara Wilson", email: null, attendance_status: "registered" },
            { id: 211, event_id: 43, full_name: "Olivia Mendes", email: null, attendance_status: "registered" },
            { id: 212, event_id: 87, full_name: "Karim Kumar", email: null, attendance_status: "registered" },
            { id: 213, event_id: 88, full_name: "Tomas Costa", email: null, attendance_status: "registered" },
            { id: 214, event_id: 102, full_name: "Lucas Novak", email: null, attendance_status: "registered" },
            { id: 215, event_id: 100, full_name: "Rosa Evans", email: null, attendance_status: "attended" },
            { id: 216, event_id: 183, full_name: "Tariq Novak", email: null, attendance_status: "registered" },
            { id: 217, event_id: 157, full_name: "Julia Ahmed", email: "julia.ahmed@example.org", attendance_status: "no_show" },
            { id: 218, event_id: 108, full_name: "Carla Hassan", email: "carla.hassan@example.com", attendance_status: "no_show" },
            { id: 219, event_id: 136, full_name: "Deniz Adams", email: "deniz.adams@example.com", attendance_status: "no_show" },
            { id: 220, event_id: 106, full_name: "Isaac Zhang", email: null, attendance_status: "registered" },
            { id: 221, event_id: 71, full_name: "Selin Khan", email: "selin.khan@example.net", attendance_status: "no_show" },
            { id: 222, event_id: 126, full_name: "Anna Klein", email: null, attendance_status: "registered" },
            { id: 223, event_id: 166, full_name: "Andre Wilson", email: "andre.wilson@example.com", attendance_status: "no_show" },
            { id: 224, event_id: 26, full_name: "Noah Sato", email: null, attendance_status: "registered" },
            { id: 225, event_id: 93, full_name: "Mia Yilmaz", email: null, attendance_status: "registered" },
            { id: 226, event_id: 81, full_name: "Sara Hoffmann", email: null, attendance_status: "registered" },
            { id: 227, event_id: 40, full_name: "Rafael Dubois", email: null, attendance_status: "registered" },
            { id: 228, event_id: 99, full_name: "Alice Demir", email: null, attendance_status: "registered" },
            { id: 229, event_id: 65, full_name: "Diego Flores", email: null, attendance_status: "registered" },
            { id: 230, event_id: 11, full_name: "Lina Miller", email: null, attendance_status: "attended" },
            { id: 231, event_id: 148, full_name: "Marco Kumar", email: "marco.kumar@example.org", attendance_status: "no_show" },
            { id: 232, event_id: 61, full_name: "Mei Young", email: null, attendance_status: "registered" },
            { id: 233, event_id: 131, full_name: "Amir Wang", email: null, attendance_status: "registered" },
            { id: 234, event_id: 150, full_name: "Sofia Costa", email: "sofia.costa@example.net", attendance_status: "no_show" },
            { id: 235, event_id: 193, full_name: "Andre Yilmaz", email: null, attendance_status: "registered" },
            { id: 236, event_id: 9, full_name: "Jack Zhang", email: null, attendance_status: "registered" },
            { id: 237, event_id: 36, full_name: "Sara Garcia", email: null, attendance_status: "registered" },
            { id: 238, event_id: 16, full_name: "Maria Garcia", email: null, attendance_status: "registered" },
            { id: 239, event_id: 54, full_name: "Amir Clark", email: "amir.clark@example.net", attendance_status: "no_show" },
            { id: 240, event_id: 167, full_name: "Maria Rossi", email: "maria.rossi@example.com", attendance_status: "no_show" },
            { id: 241, event_id: 107, full_name: "Noah Kumar", email: null, attendance_status: "registered" },
            { id: 242, event_id: 33, full_name: "Olivia Vargas", email: null, attendance_status: "registered" },
            { id: 243, event_id: 20, full_name: "Chloe Reyes", email: null, attendance_status: "registered" },
            { id: 244, event_id: 105, full_name: "Amir Andersen", email: null, attendance_status: "registered" },
            { id: 245, event_id: 173, full_name: "Rosa Hassan", email: null, attendance_status: "registered" },
            { id: 246, event_id: 190, full_name: "Theo Tanaka", email: null, attendance_status: "registered" },
            { id: 247, event_id: 89, full_name: "Lena Diaz", email: null, attendance_status: "registered" },
            { id: 248, event_id: 64, full_name: "Oscar Wagner", email: null, attendance_status: "registered" },
            { id: 249, event_id: 59, full_name: "Anna Hansen", email: null, attendance_status: "registered" },
            { id: 250, event_id: 113, full_name: "Selin Fischer", email: null, attendance_status: "registered" },
            { id: 251, event_id: 73, full_name: "Emma Evans", email: null, attendance_status: "registered" },
            { id: 252, event_id: 46, full_name: "Mila Carter", email: null, attendance_status: "registered" },
            { id: 253, event_id: 19, full_name: "Yusuf Becker", email: null, attendance_status: "registered" },
            { id: 254, event_id: 85, full_name: "Hana Davis", email: null, attendance_status: "registered" },
            { id: 255, event_id: 79, full_name: "Karim Reyes", email: null, attendance_status: "attended" },
            { id: 256, event_id: 122, full_name: "Karim Bauer", email: null, attendance_status: "attended" },
            { id: 257, event_id: 35, full_name: "Marco Ali", email: null, attendance_status: "registered" },
            { id: 258, event_id: 67, full_name: "Priya Fischer", email: "priya.fischer@example.org", attendance_status: "no_show" },
            { id: 259, event_id: 148, full_name: "Sofia Kim", email: null, attendance_status: "attended" },
            { id: 260, event_id: 121, full_name: "Hugo Nguyen", email: null, attendance_status: "registered" },
            { id: 261, event_id: 86, full_name: "Ruby Castro", email: null, attendance_status: "registered" },
            { id: 262, event_id: 109, full_name: "Olivia Pereira", email: "olivia.pereira@example.net", attendance_status: "no_show" },
            { id: 263, event_id: 25, full_name: "Laura Miller", email: null, attendance_status: "registered" },
            { id: 264, event_id: 41, full_name: "Nina Wilson", email: null, attendance_status: "registered" },
            { id: 265, event_id: 120, full_name: "Felix Sato", email: null, attendance_status: "registered" },
            { id: 266, event_id: 143, full_name: "Lina Castro", email: "lina.castro@example.com", attendance_status: "no_show" },
            { id: 267, event_id: 152, full_name: "Elif Yilmaz", email: null, attendance_status: "registered" },
            { id: 268, event_id: 88, full_name: "Zara Schneider", email: null, attendance_status: "registered" },
            { id: 269, event_id: 34, full_name: "Nour Kim", email: "nour.kim@example.org", attendance_status: "no_show" },
            { id: 270, event_id: 12, full_name: "Priya Wang", email: null, attendance_status: "registered" },
            { id: 271, event_id: 13, full_name: "Andre Walker", email: null, attendance_status: "registered" },
            { id: 272, event_id: 117, full_name: "Liam Bennett", email: null, attendance_status: "registered" },
            { id: 273, event_id: 24, full_name: "Deniz Young", email: "deniz.young@example.org", attendance_status: "no_show" },
            { id: 274, event_id: 192, full_name: "Ben Flores", email: null, attendance_status: "attended" },
            { id: 275, event_id: 194, full_name: "Chloe Murphy", email: null, attendance_status: "registered" },
            { id: 276, event_id: 152, full_name: "Anna Becker", email: "anna.becker@example.net", attendance_status: "no_show" },
            { id: 277, event_id: 83, full_name: "Ruby Yilmaz", email: null, attendance_status: "registered" },
            { id: 278, event_id: 154, full_name: "Yara Flores", email: null, attendance_status: "attended" },
            { id: 279, event_id: 178, full_name: "Jade Wilson", email: null, attendance_status: "registered" },
            { id: 280, event_id: 116, full_name: "Paula Hansen", email: null, attendance_status: "registered" },
            { id: 281, event_id: 150, full_name: "Nina Young", email: null, attendance_status: "attended" },
            { id: 282, event_id: 77, full_name: "Zoe Lopez", email: null, attendance_status: "registered" },
            { id: 283, event_id: 147, full_name: "Olivia Khan", email: "olivia.khan@example.org", attendance_status: "no_show" },
            { id: 284, event_id: 190, full_name: "Theo Yilmaz", email: null, attendance_status: "attended" },
            { id: 285, event_id: 9, full_name: "Lina Schneider", email: null, attendance_status: "registered" },
            { id: 286, event_id: 17, full_name: "Ethan Almeida", email: null, attendance_status: "attended" },
            { id: 287, event_id: 23, full_name: "Elif Chen", email: "elif.chen@example.com", attendance_status: "no_show" },
            { id: 288, event_id: 122, full_name: "Daniel Singh", email: null, attendance_status: "registered" },
            { id: 289, event_id: 175, full_name: "Kai Evans", email: null, attendance_status: "registered" },
            { id: 290, event_id: 57, full_name: "Carla Sato", email: null, attendance_status: "registered" },
            { id: 291, event_id: 125, full_name: "Julia Shah", email: null, attendance_status: "registered" },
            { id: 292, event_id: 52, full_name: "Nina Adams", email: "nina.adams@example.com", attendance_status: "no_show" },
            { id: 293, event_id: 41, full_name: "Hana Nakamura", email: "hana.nakamura@example.net", attendance_status: "no_show" },
            { id: 294, event_id: 189, full_name: "Wei Yilmaz", email: null, attendance_status: "registered" },
            { id: 295, event_id: 1, full_name: "Karim Chen", email: null, attendance_status: "attended" },
            { id: 296, event_id: 96, full_name: "Selin Schneider", email: null, attendance_status: "attended" },
            { id: 297, event_id: 198, full_name: "Omar Tanaka", email: null, attendance_status: "registered" },
            { id: 298, event_id: 37, full_name: "Victor Dubois", email: "victor.dubois@example.org", attendance_status: "no_show" },
            { id: 299, event_id: 186, full_name: "Pedro Becker", email: "pedro.becker@example.net", attendance_status: "no_show" },
            { id: 300, event_id: 51, full_name: "Pedro Yilmaz", email: null, attendance_status: "attended" },
            { id: 301, event_id: 200, full_name: "Isaac Meyer", email: null, attendance_status: "attended" },
            { id: 302, event_id: 58, full_name: "Rosa Castro", email: null, attendance_status: "registered" },
            { id: 303, event_id: 175, full_name: "Carla Jensen", email: null, attendance_status: "attended" },
            { id: 304, event_id: 192, full_name: "Lucas Oliveira", email: "lucas.oliveira@example.com", attendance_status: "no_show" },
            { id: 305, event_id: 104, full_name: "Nina Evans", email: null, attendance_status: "registered" },
            { id: 306, event_id: 117, full_name: "Maya Carter", email: null, attendance_status: "registered" },
            { id: 307, event_id: 62, full_name: "Sven Ali", email: "sven.ali@example.net", attendance_status: "no_show" },
            { id: 308, event_id: 126, full_name: "Daniel Singh", email: null, attendance_status: "attended" },
            { id: 309, event_id: 41, full_name: "Nadia Moreau", email: null, attendance_status: "registered" },
            { id: 310, event_id: 183, full_name: "Andre Jensen", email: null, attendance_status: "registered" },
            { id: 311, event_id: 73, full_name: "Maja Young", email: null, attendance_status: "registered" },
            { id: 312, event_id: 58, full_name: "Nadia Schmidt", email: null, attendance_status: "attended" },
            { id: 313, event_id: 113, full_name: "Ben Torres", email: null, attendance_status: "attended" },
            { id: 314, event_id: 99, full_name: "Ruby Garcia", email: null, attendance_status: "registered" },
            { id: 315, event_id: 12, full_name: "Yara Kowalski", email: "yara.kowalski@example.com", attendance_status: "no_show" },
            { id: 316, event_id: 148, full_name: "Selin Pereira", email: null, attendance_status: "registered" },
            { id: 317, event_id: 107, full_name: "Chloe Nakamura", email: null, attendance_status: "registered" },
            { id: 318, event_id: 183, full_name: "Hugo Meyer", email: null, attendance_status: "registered" },
            { id: 319, event_id: 106, full_name: "Priya Shah", email: "priya.shah@example.org", attendance_status: "no_show" },
            { id: 320, event_id: 44, full_name: "Rosa Bauer", email: null, attendance_status: "registered" },
            { id: 321, event_id: 12, full_name: "Tariq Ahmed", email: null, attendance_status: "attended" },
            { id: 322, event_id: 83, full_name: "Lina Meyer", email: null, attendance_status: "registered" },
            { id: 323, event_id: 199, full_name: "Sofia Hassan", email: null, attendance_status: "registered" },
            { id: 324, event_id: 101, full_name: "Grace Moreau", email: null, attendance_status: "registered" },
            { id: 325, event_id: 164, full_name: "Amir Gomez", email: null, attendance_status: "registered" },
            { id: 326, event_id: 133, full_name: "Maya Khan", email: null, attendance_status: "registered" },
            { id: 327, event_id: 47, full_name: "Lina Diaz", email: null, attendance_status: "attended" },
            { id: 328, event_id: 151, full_name: "Sofia Kumar", email: "sofia.kumar@example.org", attendance_status: "no_show" },
            { id: 329, event_id: 40, full_name: "Sam Baker", email: null, attendance_status: "attended" },
            { id: 330, event_id: 17, full_name: "Carlos Jensen", email: null, attendance_status: "registered" },
            { id: 331, event_id: 123, full_name: "Julia Young", email: null, attendance_status: "attended" },
            { id: 332, event_id: 72, full_name: "Daniel Sato", email: "daniel.sato@example.net", attendance_status: "no_show" },
            { id: 333, event_id: 8, full_name: "Lina Jensen", email: null, attendance_status: "registered" },
            { id: 334, event_id: 160, full_name: "Anna Ibrahim", email: null, attendance_status: "registered" },
            { id: 335, event_id: 39, full_name: "Leo Young", email: null, attendance_status: "registered" },
            { id: 336, event_id: 43, full_name: "Lucas Shah", email: null, attendance_status: "registered" },
            { id: 337, event_id: 121, full_name: "Alice Moreau", email: null, attendance_status: "registered" },
            { id: 338, event_id: 22, full_name: "Wei Torres", email: null, attendance_status: "registered" },
            { id: 339, event_id: 17, full_name: "Emma Khan", email: null, attendance_status: "registered" },
            { id: 340, event_id: 57, full_name: "Maria Lopez", email: null, attendance_status: "registered" },
            { id: 341, event_id: 193, full_name: "Maja Park", email: null, attendance_status: "registered" },
            { id: 342, event_id: 40, full_name: "James Schneider", email: null, attendance_status: "attended" },
            { id: 343, event_id: 187, full_name: "Nina Ibrahim", email: "nina.ibrahim@example.net", attendance_status: "no_show" },
            { id: 344, event_id: 7, full_name: "Sara Davis", email: null, attendance_status: "attended" },
            { id: 345, event_id: 189, full_name: "Ben Jansen", email: null, attendance_status: "registered" },
            { id: 346, event_id: 4, full_name: "Nina Ruiz", email: null, attendance_status: "attended" },
            { id: 347, event_id: 161, full_name: "Ines Yilmaz", email: null, attendance_status: "registered" },
            { id: 348, event_id: 153, full_name: "Mila Chen", email: null, attendance_status: "registered" },
            { id: 349, event_id: 32, full_name: "Karim Meyer", email: "karim.meyer@example.net", attendance_status: "no_show" },
            { id: 350, event_id: 192, full_name: "Laura Kumar", email: "laura.kumar@example.com", attendance_status: "no_show" },
            { id: 351, event_id: 13, full_name: "Omar Jansen", email: null, attendance_status: "registered" },
            { id: 352, event_id: 92, full_name: "Paula Wright", email: null, attendance_status: "registered" },
            { id: 353, event_id: 182, full_name: "Tomas Vargas", email: null, attendance_status: "attended" },
            { id: 354, event_id: 20, full_name: "Zara Baker", email: null, attendance_status: "attended" },
            { id: 355, event_id: 16, full_name: "Lina Torres", email: null, attendance_status: "registered" },
            { id: 356, event_id: 185, full_name: "Tariq Wright", email: null, attendance_status: "registered" },
            { id: 357, event_id: 73, full_name: "Arjun Adams", email: null, attendance_status: "attended" },
            { id: 358, event_id: 18, full_name: "Nour Costa", email: null, attendance_status: "attended" },
            { id: 359, event_id: 161, full_name: "Hugo Schneider", email: "hugo.schneider@example.org", attendance_status: "no_show" },
            { id: 360, event_id: 115, full_name: "Maja Patel", email: null, attendance_status: "attended" },
            { id: 361, event_id: 71, full_name: "Carla Larsen", email: "carla.larsen@example.com", attendance_status: "no_show" },
            { id: 362, event_id: 17, full_name: "Chen Klein", email: null, attendance_status: "registered" },
            { id: 363, event_id: 35, full_name: "Mateo Murphy", email: "mateo.murphy@example.net", attendance_status: "no_show" },
            { id: 364, event_id: 92, full_name: "Leo Garcia", email: null, attendance_status: "registered" },
            { id: 365, event_id: 92, full_name: "Emma Wright", email: null, attendance_status: "registered" },
            { id: 366, event_id: 191, full_name: "Paula Smith", email: null, attendance_status: "attended" },
            { id: 367, event_id: 192, full_name: "Grace Rossi", email: null, attendance_status: "attended" },
            { id: 368, event_id: 91, full_name: "Chen Kim", email: null, attendance_status: "attended" },
            { id: 369, event_id: 171, full_name: "Chloe Castro", email: null, attendance_status: "registered" },
            { id: 370, event_id: 23, full_name: "Omar Brown", email: null, attendance_status: "attended" },
            { id: 371, event_id: 159, full_name: "Jade Dubois", email: null, attendance_status: "registered" },
            { id: 372, event_id: 54, full_name: "Diego Gomez", email: null, attendance_status: "registered" },
            { id: 373, event_id: 94, full_name: "Liam Vargas", email: null, attendance_status: "registered" },
            { id: 374, event_id: 20, full_name: "Mila Oliveira", email: "mila.oliveira@example.com", attendance_status: "no_show" },
            { id: 375, event_id: 37, full_name: "Maja Kumar", email: "maja.kumar@example.org", attendance_status: "no_show" },
            { id: 376, event_id: 58, full_name: "Ivan Wilson", email: "ivan.wilson@example.org", attendance_status: "no_show" },
            { id: 377, event_id: 96, full_name: "Selin Smith", email: null, attendance_status: "attended" },
            { id: 378, event_id: 125, full_name: "Ravi Hansen", email: null, attendance_status: "registered" },
            { id: 379, event_id: 40, full_name: "Paula Rossi", email: null, attendance_status: "attended" },
            { id: 380, event_id: 145, full_name: "Emma Wagner", email: null, attendance_status: "attended" },
            { id: 381, event_id: 15, full_name: "Selin Bennett", email: "selin.bennett@example.net", attendance_status: "no_show" },
            { id: 382, event_id: 100, full_name: "Paula Meyer", email: null, attendance_status: "registered" },
            { id: 383, event_id: 173, full_name: "Ben Clark", email: null, attendance_status: "registered" },
            { id: 384, event_id: 90, full_name: "Noah Hansen", email: "noah.hansen@example.org", attendance_status: "no_show" },
            { id: 385, event_id: 20, full_name: "Nour Torres", email: "nour.torres@example.com", attendance_status: "no_show" },
            { id: 386, event_id: 36, full_name: "Arjun Park", email: null, attendance_status: "registered" },
            { id: 387, event_id: 113, full_name: "Jonas Wang", email: "jonas.wang@example.net", attendance_status: "no_show" },
            { id: 388, event_id: 147, full_name: "Omar Yilmaz", email: null, attendance_status: "attended" },
            { id: 389, event_id: 85, full_name: "Tomas Ali", email: null, attendance_status: "attended" },
            { id: 390, event_id: 59, full_name: "Sofia Garcia", email: null, attendance_status: "registered" },
            { id: 391, event_id: 154, full_name: "Zara Klein", email: null, attendance_status: "registered" },
            { id: 392, event_id: 149, full_name: "Mila Sousa", email: null, attendance_status: "attended" },
            { id: 393, event_id: 23, full_name: "Amir Reyes", email: null, attendance_status: "registered" },
            { id: 394, event_id: 62, full_name: "Mohamed Garcia", email: null, attendance_status: "attended" },
            { id: 395, event_id: 45, full_name: "Tariq Johnson", email: "tariq.johnson@example.org", attendance_status: "no_show" },
            { id: 396, event_id: 62, full_name: "Chloe Evans", email: "chloe.evans@example.com", attendance_status: "no_show" },
            { id: 397, event_id: 77, full_name: "Marco Demir", email: "marco.demir@example.net", attendance_status: "no_show" },
            { id: 398, event_id: 149, full_name: "Jack Clark", email: null, attendance_status: "registered" },
            { id: 399, event_id: 44, full_name: "Mia Silva", email: null, attendance_status: "registered" },
            { id: 400, event_id: 195, full_name: "Yara Lee", email: null, attendance_status: "registered" },
            { id: 401, event_id: 154, full_name: "Nina Castro", email: null, attendance_status: "attended" },
            { id: 402, event_id: 43, full_name: "Yara Bennett", email: "yara.bennett@example.com", attendance_status: "no_show" },
            { id: 403, event_id: 94, full_name: "Noah Rossi", email: null, attendance_status: "registered" },
            { id: 404, event_id: 192, full_name: "Karim Schmidt", email: "karim.schmidt@example.org", attendance_status: "no_show" },
            { id: 405, event_id: 155, full_name: "Victor Schneider", email: null, attendance_status: "attended" },
            { id: 406, event_id: 95, full_name: "Mila Yilmaz", email: null, attendance_status: "attended" },
            { id: 407, event_id: 199, full_name: "Mateo Diaz", email: null, attendance_status: "attended" },
            { id: 408, event_id: 35, full_name: "Sara Hoffmann", email: null, attendance_status: "registered" },
            { id: 409, event_id: 100, full_name: "Rosa Becker", email: null, attendance_status: "attended" },
            { id: 410, event_id: 54, full_name: "Arjun Silva", email: null, attendance_status: "registered" },
            { id: 411, event_id: 111, full_name: "Liam Baker", email: null, attendance_status: "attended" },
            { id: 412, event_id: 43, full_name: "Mateo Miller", email: null, attendance_status: "attended" },
            { id: 413, event_id: 54, full_name: "Priya Lee", email: "priya.lee@example.org", attendance_status: "no_show" },
            { id: 414, event_id: 59, full_name: "Chen Mendes", email: null, attendance_status: "registered" },
            { id: 415, event_id: 195, full_name: "Hannah Wilson", email: "hannah.wilson@example.com", attendance_status: "no_show" },
            { id: 416, event_id: 33, full_name: "Rafael Shah", email: "rafael.shah@example.com", attendance_status: "no_show" },
            { id: 417, event_id: 141, full_name: "Sven Lopez", email: null, attendance_status: "registered" },
            { id: 418, event_id: 5, full_name: "Julia Nguyen", email: null, attendance_status: "registered" },
            { id: 419, event_id: 104, full_name: "Lena Nguyen", email: null, attendance_status: "registered" },
            { id: 420, event_id: 36, full_name: "Noah Gupta", email: "noah.gupta@example.org", attendance_status: "no_show" },
            { id: 421, event_id: 118, full_name: "Nadia Miller", email: "nadia.miller@example.com", attendance_status: "no_show" },
            { id: 422, event_id: 53, full_name: "Zara Torres", email: null, attendance_status: "attended" },
            { id: 423, event_id: 78, full_name: "Maria Tanaka", email: null, attendance_status: "attended" },
            { id: 424, event_id: 128, full_name: "Emma Park", email: null, attendance_status: "registered" },
            { id: 425, event_id: 77, full_name: "Karim Miller", email: "karim.miller@example.com", attendance_status: "no_show" },
            { id: 426, event_id: 6, full_name: "Tomas Davis", email: null, attendance_status: "registered" },
            { id: 427, event_id: 3, full_name: "Ruby Reyes", email: null, attendance_status: "registered" },
            { id: 428, event_id: 16, full_name: "Sofia Cruz", email: null, attendance_status: "registered" },
            { id: 429, event_id: 70, full_name: "Priya Shah", email: null, attendance_status: "attended" },
            { id: 430, event_id: 115, full_name: "Tariq Gomez", email: null, attendance_status: "registered" },
            { id: 431, event_id: 115, full_name: "Liam Carter", email: null, attendance_status: "registered" },
            { id: 432, event_id: 80, full_name: "Kai Castro", email: "kai.castro@example.com", attendance_status: "no_show" },
            { id: 433, event_id: 108, full_name: "Arjun Adams", email: null, attendance_status: "attended" },
            { id: 434, event_id: 153, full_name: "Nadia Kim", email: "nadia.kim@example.com", attendance_status: "no_show" },
            { id: 435, event_id: 112, full_name: "Mateo Sousa", email: "mateo.sousa@example.org", attendance_status: "no_show" },
            { id: 436, event_id: 156, full_name: "Mila Patel", email: "mila.patel@example.com", attendance_status: "no_show" },
            { id: 437, event_id: 8, full_name: "Nina Sato", email: null, attendance_status: "registered" },
            { id: 438, event_id: 161, full_name: "Theo Davis", email: null, attendance_status: "registered" },
            { id: 439, event_id: 155, full_name: "Nina Jensen", email: "nina.jensen@example.org", attendance_status: "no_show" },
            { id: 440, event_id: 194, full_name: "Chloe Young", email: null, attendance_status: "attended" },
            { id: 441, event_id: 59, full_name: "Karim Wang", email: null, attendance_status: "registered" },
            { id: 442, event_id: 66, full_name: "Mei Brown", email: null, attendance_status: "registered" },
            { id: 443, event_id: 28, full_name: "Alice Diaz", email: null, attendance_status: "registered" },
            { id: 444, event_id: 6, full_name: "Priya Johnson", email: "priya.johnson@example.net", attendance_status: "no_show" },
            { id: 445, event_id: 108, full_name: "Paula Murphy", email: "paula.murphy@example.org", attendance_status: "no_show" },
            { id: 446, event_id: 75, full_name: "Maya Hansen", email: null, attendance_status: "registered" },
            { id: 447, event_id: 143, full_name: "Fatima Lee", email: null, attendance_status: "attended" },
            { id: 448, event_id: 93, full_name: "Hugo Gupta", email: null, attendance_status: "attended" },
            { id: 449, event_id: 108, full_name: "Mei Mendes", email: null, attendance_status: "registered" },
            { id: 450, event_id: 15, full_name: "Fatima Wang", email: null, attendance_status: "registered" },
            { id: 451, event_id: 16, full_name: "Liam Miller", email: "liam.miller@example.com", attendance_status: "no_show" },
            { id: 452, event_id: 80, full_name: "Hugo Adams", email: null, attendance_status: "registered" },
            { id: 453, event_id: 44, full_name: "Sara Adams", email: null, attendance_status: "registered" },
            { id: 454, event_id: 169, full_name: "Ruby Andersen", email: null, attendance_status: "registered" },
            { id: 455, event_id: 161, full_name: "Chloe Ibrahim", email: null, attendance_status: "registered" },
            { id: 456, event_id: 36, full_name: "Lena Wang", email: "lena.wang@example.org", attendance_status: "no_show" },
            { id: 457, event_id: 91, full_name: "Karim Davis", email: null, attendance_status: "attended" },
            { id: 458, event_id: 95, full_name: "Mohamed Fischer", email: "mohamed.fischer@example.net", attendance_status: "no_show" },
            { id: 459, event_id: 189, full_name: "Karim Murphy", email: null, attendance_status: "attended" },
            { id: 460, event_id: 174, full_name: "Ibrahim Hassan", email: null, attendance_status: "registered" },
            { id: 461, event_id: 82, full_name: "David Hughes", email: "david.hughes@example.org", attendance_status: "no_show" },
            { id: 462, event_id: 194, full_name: "Tomas Baker", email: null, attendance_status: "registered" },
            { id: 463, event_id: 84, full_name: "Yusuf Meyer", email: null, attendance_status: "attended" },
            { id: 464, event_id: 195, full_name: "Carla Brown", email: null, attendance_status: "registered" },
            { id: 465, event_id: 186, full_name: "Maria Wagner", email: null, attendance_status: "attended" },
            { id: 466, event_id: 119, full_name: "Chen Martin", email: null, attendance_status: "registered" },
            { id: 467, event_id: 52, full_name: "Ines Schmidt", email: "ines.schmidt@example.com", attendance_status: "no_show" },
            { id: 468, event_id: 60, full_name: "Nour Zhang", email: null, attendance_status: "registered" },
            { id: 469, event_id: 167, full_name: "Ana Almeida", email: null, attendance_status: "attended" },
            { id: 470, event_id: 199, full_name: "Chen Nakamura", email: null, attendance_status: "attended" },
            { id: 471, event_id: 147, full_name: "Julia Kumar", email: null, attendance_status: "registered" },
            { id: 472, event_id: 131, full_name: "Paula Diaz", email: null, attendance_status: "attended" },
            { id: 473, event_id: 98, full_name: "Alice Brown", email: null, attendance_status: "attended" },
            { id: 474, event_id: 141, full_name: "Oscar Yilmaz", email: null, attendance_status: "registered" },
            { id: 475, event_id: 161, full_name: "Mateo Davis", email: null, attendance_status: "attended" },
            { id: 476, event_id: 118, full_name: "Pedro Meyer", email: null, attendance_status: "registered" },
            { id: 477, event_id: 59, full_name: "Yusuf Costa", email: null, attendance_status: "attended" },
            { id: 478, event_id: 174, full_name: "Leo Hoffmann", email: null, attendance_status: "registered" },
            { id: 479, event_id: 99, full_name: "Felix Schneider", email: null, attendance_status: "registered" },
            { id: 480, event_id: 92, full_name: "Maja Wright", email: null, attendance_status: "attended" },
            { id: 481, event_id: 182, full_name: "Mohamed Almeida", email: "mohamed.almeida@example.org", attendance_status: "no_show" },
            { id: 482, event_id: 57, full_name: "Sara Reyes", email: null, attendance_status: "registered" },
            { id: 483, event_id: 107, full_name: "Amir Patel", email: null, attendance_status: "attended" },
            { id: 484, event_id: 142, full_name: "Zara Khan", email: null, attendance_status: "attended" },
            { id: 485, event_id: 178, full_name: "Lucas Johnson", email: "lucas.johnson@example.net", attendance_status: "no_show" },
            { id: 486, event_id: 58, full_name: "Mia Taylor", email: null, attendance_status: "registered" },
            { id: 487, event_id: 12, full_name: "Selin Murphy", email: "selin.murphy@example.net", attendance_status: "no_show" },
            { id: 488, event_id: 31, full_name: "Hugo Hassan", email: null, attendance_status: "registered" },
            { id: 489, event_id: 123, full_name: "Andre Adams", email: null, attendance_status: "attended" },
            { id: 490, event_id: 155, full_name: "Sam Hansen", email: null, attendance_status: "registered" },
            { id: 491, event_id: 120, full_name: "Ethan Meyer", email: null, attendance_status: "attended" },
            { id: 492, event_id: 173, full_name: "Mila Demir", email: null, attendance_status: "registered" },
            { id: 493, event_id: 46, full_name: "Anna Davis", email: null, attendance_status: "attended" },
            { id: 494, event_id: 72, full_name: "Karim Schmidt", email: null, attendance_status: "attended" },
            { id: 495, event_id: 42, full_name: "Maria Evans", email: null, attendance_status: "registered" },
            { id: 496, event_id: 158, full_name: "Theo Vargas", email: null, attendance_status: "attended" },
            { id: 497, event_id: 44, full_name: "Daniel Moreau", email: null, attendance_status: "attended" },
            { id: 498, event_id: 43, full_name: "Zara Costa", email: "zara.costa@example.com", attendance_status: "no_show" },
            { id: 499, event_id: 145, full_name: "Deniz Yilmaz", email: null, attendance_status: "registered" },
            { id: 500, event_id: 105, full_name: "David Murphy", email: "david.murphy@example.com", attendance_status: "no_show" },
        ],
    });
    await prisma.customer_interactions.createMany({
        data: [
            { id: 1, attendee_id: 300, interaction_date: "2023-02-11", follow_up_action: "call", notes: "A late document was delayed the same day." },
            { id: 2, attendee_id: 86, interaction_date: "2023-12-29", follow_up_action: "meeting", notes: null },
            { id: 3, attendee_id: 350, interaction_date: "2023-03-24", follow_up_action: "email", notes: "Flagged as routine. The account owner refunded the shipment." },
            { id: 4, attendee_id: 210, interaction_date: "2022-06-19", follow_up_action: "meeting", notes: null },
            { id: 5, attendee_id: 316, interaction_date: "2022-06-05", follow_up_action: "email", notes: "The customer confirmed the details and the shipment was confirmed." },
            { id: 6, attendee_id: 199, interaction_date: "2023-11-21", follow_up_action: "email", notes: "The ticket was rejected — duplicate case, no further action." },
            { id: 7, attendee_id: 263, interaction_date: "2023-04-15", follow_up_action: "call", notes: "The booking was closed following a manual review." },
            { id: 8, attendee_id: 15, interaction_date: "2023-04-18", follow_up_action: "meeting", notes: null },
            { id: 9, attendee_id: 70, interaction_date: "2023-04-02", follow_up_action: "none", notes: null },
            { id: 10, attendee_id: 457, interaction_date: "2022-02-13", follow_up_action: "email", notes: "The team asked for a change and the item was resolved." },
            { id: 11, attendee_id: 494, interaction_date: "2023-04-22", follow_up_action: "meeting", notes: null },
            { id: 12, attendee_id: 239, interaction_date: "2023-01-04", follow_up_action: "none", notes: null },
            { id: 13, attendee_id: 465, interaction_date: "2023-10-26", follow_up_action: "call", notes: "A repeat follow-up: the record was escalated." },
            { id: 14, attendee_id: 130, interaction_date: "2023-03-19", follow_up_action: "meeting", notes: null },
            { id: 15, attendee_id: 486, interaction_date: "2022-10-06", follow_up_action: "none", notes: null },
            { id: 16, attendee_id: 160, interaction_date: "2022-08-11", follow_up_action: "call", notes: "No response from an operator, so the order was approved." },
            { id: 17, attendee_id: 323, interaction_date: "2023-12-03", follow_up_action: "none", notes: null },
            { id: 18, attendee_id: 145, interaction_date: "2022-07-31", follow_up_action: "email", notes: "Flagged as minor. The courier rescheduled the ticket." },
            { id: 19, attendee_id: 261, interaction_date: "2022-06-29", follow_up_action: "email", notes: "An incomplete follow-up: the transfer was rejected." },
            { id: 20, attendee_id: 13, interaction_date: "2023-10-18", follow_up_action: "call", notes: "A minor claim was resolved the same day." },
            { id: 21, attendee_id: 42, interaction_date: "2023-02-27", follow_up_action: "email", notes: "No response from the account owner, so the invoice was updated." },
            { id: 22, attendee_id: 79, interaction_date: "2022-12-09", follow_up_action: "email", notes: "The invoice was approved — partial case, no further action." },
            { id: 23, attendee_id: 459, interaction_date: "2023-07-20", follow_up_action: "email", notes: "The account owner confirmed the details and the claim was confirmed." },
            { id: 24, attendee_id: 384, interaction_date: "2023-12-02", follow_up_action: "meeting", notes: null },
            { id: 25, attendee_id: 98, interaction_date: "2022-05-18", follow_up_action: "call", notes: "An operator confirmed the details and the payment was reviewed." },
            { id: 26, attendee_id: 48, interaction_date: "2022-07-26", follow_up_action: "call", notes: "The transfer was escalated after a repeat check." },
            { id: 27, attendee_id: 234, interaction_date: "2023-01-31", follow_up_action: "call", notes: "The team reported a minor issue; the session was updated." },
            { id: 28, attendee_id: 423, interaction_date: "2022-03-12", follow_up_action: "email", notes: "The delivery was confirmed following a late review." },
            { id: 29, attendee_id: 112, interaction_date: "2022-06-10", follow_up_action: "none", notes: null },
            { id: 30, attendee_id: 335, interaction_date: "2022-03-19", follow_up_action: "meeting", notes: null },
            { id: 31, attendee_id: 194, interaction_date: "2022-05-21", follow_up_action: "call", notes: "Flagged as duplicate. The customer closed the payment." },
            { id: 32, attendee_id: 239, interaction_date: "2023-09-28", follow_up_action: "email", notes: "The customer confirmed the details and the document was cancelled." },
            { id: 33, attendee_id: 238, interaction_date: "2022-05-21", follow_up_action: "none", notes: null },
            { id: 34, attendee_id: 122, interaction_date: "2022-01-25", follow_up_action: "call", notes: "Support reported an automatic issue; the delivery was closed." },
            { id: 35, attendee_id: 173, interaction_date: "2023-04-20", follow_up_action: "none", notes: null },
            { id: 36, attendee_id: 151, interaction_date: "2023-01-05", follow_up_action: "email", notes: "An urgent claim was resolved the same day." },
            { id: 37, attendee_id: 392, interaction_date: "2022-06-28", follow_up_action: "meeting", notes: null },
            { id: 38, attendee_id: 222, interaction_date: "2022-02-09", follow_up_action: "meeting", notes: null },
            { id: 39, attendee_id: 101, interaction_date: "2023-05-17", follow_up_action: "meeting", notes: null },
            { id: 40, attendee_id: 314, interaction_date: "2022-07-09", follow_up_action: "email", notes: "Flagged as routine. The customer replaced the invoice." },
            { id: 41, attendee_id: 332, interaction_date: "2023-10-08", follow_up_action: "email", notes: "A duplicate follow-up: the record was resolved." },
            { id: 42, attendee_id: 322, interaction_date: "2022-05-08", follow_up_action: "email", notes: "The shipment was completed — duplicate case, no further action." },
            { id: 43, attendee_id: 87, interaction_date: "2022-01-30", follow_up_action: "email", notes: "The booking was closed after a repeat check." },
            { id: 44, attendee_id: 148, interaction_date: "2023-10-27", follow_up_action: "meeting", notes: null },
            { id: 45, attendee_id: 252, interaction_date: "2022-04-02", follow_up_action: "none", notes: null },
            { id: 46, attendee_id: 190, interaction_date: "2022-01-18", follow_up_action: "call", notes: "An operator reported a routine issue; the shipment was confirmed." },
            { id: 47, attendee_id: 388, interaction_date: "2022-07-10", follow_up_action: "call", notes: "An automatic shipment was refunded the same day." },
            { id: 48, attendee_id: 238, interaction_date: "2023-04-26", follow_up_action: "call", notes: "The account owner reported a manual issue; the ticket was resolved." },
            { id: 49, attendee_id: 146, interaction_date: "2022-06-20", follow_up_action: "call", notes: "No response from the supplier, so the claim was replaced." },
            { id: 50, attendee_id: 342, interaction_date: "2022-12-23", follow_up_action: "call", notes: "An urgent follow-up: the order was resolved." },
            { id: 51, attendee_id: 236, interaction_date: "2022-05-07", follow_up_action: "email", notes: "Flagged as late. The supplier replaced the item." },
            { id: 52, attendee_id: 8, interaction_date: "2023-11-02", follow_up_action: "meeting", notes: null },
            { id: 53, attendee_id: 194, interaction_date: "2022-05-19", follow_up_action: "email", notes: "The delivery was closed after a minor check." },
            { id: 54, attendee_id: 65, interaction_date: "2023-02-12", follow_up_action: "email", notes: "The item was confirmed following a late review." },
            { id: 55, attendee_id: 400, interaction_date: "2022-08-27", follow_up_action: "meeting", notes: null },
            { id: 56, attendee_id: 323, interaction_date: "2022-07-30", follow_up_action: "none", notes: null },
            { id: 57, attendee_id: 114, interaction_date: "2023-05-26", follow_up_action: "call", notes: "A late follow-up: the shipment was rescheduled." },
            { id: 58, attendee_id: 140, interaction_date: "2023-07-06", follow_up_action: "meeting", notes: null },
            { id: 59, attendee_id: 342, interaction_date: "2023-09-07", follow_up_action: "email", notes: "The payment was resolved following an automatic review." },
            { id: 60, attendee_id: 121, interaction_date: "2023-09-18", follow_up_action: "call", notes: "Flagged as automatic. The account owner approved the refund." },
            { id: 61, attendee_id: 214, interaction_date: "2022-05-29", follow_up_action: "meeting", notes: null },
            { id: 62, attendee_id: 486, interaction_date: "2023-02-06", follow_up_action: "call", notes: "The account owner reported a standard issue; the payment was reviewed." },
            { id: 63, attendee_id: 205, interaction_date: "2022-01-01", follow_up_action: "meeting", notes: null },
            { id: 64, attendee_id: 244, interaction_date: "2022-12-25", follow_up_action: "meeting", notes: null },
            { id: 65, attendee_id: 247, interaction_date: "2022-11-09", follow_up_action: "email", notes: "The account owner asked for a change and the session was updated." },
            { id: 66, attendee_id: 269, interaction_date: "2023-05-28", follow_up_action: "meeting", notes: null },
            { id: 67, attendee_id: 32, interaction_date: "2023-03-20", follow_up_action: "email", notes: "No response from the reviewer, so the document was delayed." },
            { id: 68, attendee_id: 443, interaction_date: "2023-03-20", follow_up_action: "call", notes: "The account was refunded — incomplete case, no further action." },
            { id: 69, attendee_id: 14, interaction_date: "2023-11-05", follow_up_action: "call", notes: "The booking was delayed — manual case, no further action." },
            { id: 70, attendee_id: 138, interaction_date: "2022-07-31", follow_up_action: "call", notes: "Flagged as routine. The courier delayed the report." },
            { id: 71, attendee_id: 449, interaction_date: "2022-09-06", follow_up_action: "email", notes: "Flagged as unusual. The supplier refunded the claim." },
            { id: 72, attendee_id: 486, interaction_date: "2022-08-25", follow_up_action: "call", notes: "The account owner confirmed the details and the document was processed." },
            { id: 73, attendee_id: 349, interaction_date: "2023-01-05", follow_up_action: "email", notes: "A duplicate follow-up: the booking was confirmed." },
            { id: 74, attendee_id: 70, interaction_date: "2023-12-12", follow_up_action: "email", notes: "Flagged as routine. Support escalated the invoice." },
            { id: 75, attendee_id: 110, interaction_date: "2022-05-23", follow_up_action: "meeting", notes: null },
            { id: 76, attendee_id: 240, interaction_date: "2022-03-19", follow_up_action: "none", notes: null },
            { id: 77, attendee_id: 420, interaction_date: "2023-04-12", follow_up_action: "none", notes: null },
            { id: 78, attendee_id: 96, interaction_date: "2022-11-29", follow_up_action: "call", notes: "Flagged as manual. The supplier processed the ticket." },
            { id: 79, attendee_id: 479, interaction_date: "2023-10-06", follow_up_action: "meeting", notes: null },
            { id: 80, attendee_id: 332, interaction_date: "2022-06-05", follow_up_action: "email", notes: "The courier confirmed the details and the payment was approved." },
            { id: 81, attendee_id: 339, interaction_date: "2022-07-15", follow_up_action: "call", notes: "Support confirmed the details and the transfer was confirmed." },
            { id: 82, attendee_id: 14, interaction_date: "2023-11-29", follow_up_action: "email", notes: "The account owner asked for a change and the refund was completed." },
            { id: 83, attendee_id: 420, interaction_date: "2023-12-03", follow_up_action: "call", notes: "The customer confirmed the details and the refund was resolved." },
            { id: 84, attendee_id: 435, interaction_date: "2023-12-05", follow_up_action: "none", notes: null },
            { id: 85, attendee_id: 295, interaction_date: "2023-08-14", follow_up_action: "call", notes: "An operator confirmed the details and the delivery was reopened." },
            { id: 86, attendee_id: 4, interaction_date: "2023-10-17", follow_up_action: "call", notes: "The shipment was reviewed after a partial check." },
            { id: 87, attendee_id: 87, interaction_date: "2023-05-03", follow_up_action: "email", notes: "No response from support, so the transfer was reviewed." },
            { id: 88, attendee_id: 19, interaction_date: "2023-01-24", follow_up_action: "meeting", notes: null },
            { id: 89, attendee_id: 340, interaction_date: "2022-02-01", follow_up_action: "meeting", notes: null },
            { id: 90, attendee_id: 434, interaction_date: "2023-12-08", follow_up_action: "call", notes: "The payment was delayed following a minor review." },
            { id: 91, attendee_id: 405, interaction_date: "2022-11-22", follow_up_action: "call", notes: "Flagged as partial. The reviewer updated the booking." },
            { id: 92, attendee_id: 487, interaction_date: "2023-03-26", follow_up_action: "call", notes: "An unusual report was delayed the same day." },
            { id: 93, attendee_id: 44, interaction_date: "2023-12-05", follow_up_action: "email", notes: "No response from support, so the booking was reviewed." },
            { id: 94, attendee_id: 386, interaction_date: "2023-04-25", follow_up_action: "email", notes: "The document was updated following a manual review." },
            { id: 95, attendee_id: 61, interaction_date: "2023-12-04", follow_up_action: "call", notes: "The refund was refunded following a partial review." },
            { id: 96, attendee_id: 118, interaction_date: "2023-08-21", follow_up_action: "email", notes: "No response from the team, so the booking was rescheduled." },
            { id: 97, attendee_id: 484, interaction_date: "2023-01-07", follow_up_action: "call", notes: "The ticket was resolved following a partial review." },
            { id: 98, attendee_id: 308, interaction_date: "2023-08-18", follow_up_action: "email", notes: "The customer confirmed the details and the transfer was rejected." },
            { id: 99, attendee_id: 236, interaction_date: "2022-07-25", follow_up_action: "email", notes: "No response from the team, so the order was delayed." },
            { id: 100, attendee_id: 314, interaction_date: "2022-09-27", follow_up_action: "email", notes: "The account owner reported a standard issue; the appointment was reviewed." },
            { id: 101, attendee_id: 31, interaction_date: "2023-09-26", follow_up_action: "email", notes: "The customer confirmed the details and the payment was approved." },
            { id: 102, attendee_id: 220, interaction_date: "2023-10-27", follow_up_action: "none", notes: null },
            { id: 103, attendee_id: 1, interaction_date: "2023-02-14", follow_up_action: "email", notes: "Support asked for a change and the document was rejected." },
            { id: 104, attendee_id: 90, interaction_date: "2023-06-07", follow_up_action: "call", notes: "An urgent appointment was resolved the same day." },
            { id: 105, attendee_id: 147, interaction_date: "2023-09-09", follow_up_action: "call", notes: "Flagged as duplicate. The supplier closed the request." },
            { id: 106, attendee_id: 161, interaction_date: "2022-10-26", follow_up_action: "meeting", notes: null },
            { id: 107, attendee_id: 173, interaction_date: "2023-09-07", follow_up_action: "call", notes: "No response from the account owner, so the item was rescheduled." },
            { id: 108, attendee_id: 447, interaction_date: "2022-12-02", follow_up_action: "meeting", notes: null },
            { id: 109, attendee_id: 461, interaction_date: "2022-08-11", follow_up_action: "none", notes: null },
            { id: 110, attendee_id: 479, interaction_date: "2023-12-21", follow_up_action: "call", notes: "No response from the courier, so the claim was confirmed." },
            { id: 111, attendee_id: 36, interaction_date: "2023-09-18", follow_up_action: "call", notes: "The account was refunded after a routine check." },
            { id: 112, attendee_id: 458, interaction_date: "2023-06-27", follow_up_action: "call", notes: "A late follow-up: the ticket was completed." },
            { id: 113, attendee_id: 293, interaction_date: "2022-12-27", follow_up_action: "email", notes: "The team reported a partial issue; the report was rejected." },
            { id: 114, attendee_id: 461, interaction_date: "2022-12-02", follow_up_action: "meeting", notes: null },
            { id: 115, attendee_id: 241, interaction_date: "2022-04-15", follow_up_action: "meeting", notes: null },
            { id: 116, attendee_id: 393, interaction_date: "2023-04-10", follow_up_action: "email", notes: "The document was updated — standard case, no further action." },
            { id: 117, attendee_id: 474, interaction_date: "2023-09-23", follow_up_action: "email", notes: "Flagged as standard. The customer delayed the claim." },
            { id: 118, attendee_id: 161, interaction_date: "2023-11-13", follow_up_action: "meeting", notes: null },
            { id: 119, attendee_id: 324, interaction_date: "2023-12-20", follow_up_action: "email", notes: "The team confirmed the details and the shipment was replaced." },
            { id: 120, attendee_id: 29, interaction_date: "2023-01-13", follow_up_action: "email", notes: "No response from the supplier, so the refund was completed." },
            { id: 121, attendee_id: 393, interaction_date: "2023-04-01", follow_up_action: "call", notes: "A standard refund was reopened the same day." },
            { id: 122, attendee_id: 181, interaction_date: "2022-03-04", follow_up_action: "none", notes: null },
            { id: 123, attendee_id: 383, interaction_date: "2023-10-03", follow_up_action: "call", notes: "The ticket was cancelled after an urgent check." },
            { id: 124, attendee_id: 395, interaction_date: "2023-09-24", follow_up_action: "call", notes: "The account was approved — late case, no further action." },
            { id: 125, attendee_id: 376, interaction_date: "2023-07-11", follow_up_action: "meeting", notes: null },
            { id: 126, attendee_id: 447, interaction_date: "2022-12-17", follow_up_action: "call", notes: "Support reported a minor issue; the transfer was reopened." },
            { id: 127, attendee_id: 76, interaction_date: "2022-02-11", follow_up_action: "call", notes: "The supplier confirmed the details and the refund was confirmed." },
            { id: 128, attendee_id: 225, interaction_date: "2022-12-04", follow_up_action: "meeting", notes: null },
            { id: 129, attendee_id: 355, interaction_date: "2023-06-23", follow_up_action: "call", notes: "An automatic follow-up: the refund was reopened." },
            { id: 130, attendee_id: 178, interaction_date: "2022-01-26", follow_up_action: "meeting", notes: null },
            { id: 131, attendee_id: 2, interaction_date: "2023-01-15", follow_up_action: "call", notes: "The invoice was approved — partial case, no further action." },
            { id: 132, attendee_id: 111, interaction_date: "2023-05-22", follow_up_action: "email", notes: "The payment was processed following an incomplete review." },
            { id: 133, attendee_id: 250, interaction_date: "2022-10-19", follow_up_action: "email", notes: "The request was refunded after a partial check." },
            { id: 134, attendee_id: 165, interaction_date: "2022-11-09", follow_up_action: "call", notes: "The payment was reopened following a repeat review." },
            { id: 135, attendee_id: 4, interaction_date: "2023-10-27", follow_up_action: "email", notes: "The customer confirmed the details and the account was refunded." },
            { id: 136, attendee_id: 424, interaction_date: "2022-12-24", follow_up_action: "email", notes: "The ticket was rejected following a duplicate review." },
            { id: 137, attendee_id: 338, interaction_date: "2023-10-01", follow_up_action: "email", notes: "Support reported a standard issue; the booking was delayed." },
            { id: 138, attendee_id: 190, interaction_date: "2023-06-14", follow_up_action: "meeting", notes: null },
            { id: 139, attendee_id: 416, interaction_date: "2023-07-20", follow_up_action: "none", notes: null },
            { id: 140, attendee_id: 198, interaction_date: "2023-03-07", follow_up_action: "call", notes: "The account owner asked for a change and the document was updated." },
            { id: 141, attendee_id: 207, interaction_date: "2022-12-09", follow_up_action: "meeting", notes: null },
            { id: 142, attendee_id: 168, interaction_date: "2022-02-09", follow_up_action: "call", notes: "A late follow-up: the session was closed." },
            { id: 143, attendee_id: 456, interaction_date: "2022-06-28", follow_up_action: "none", notes: null },
            { id: 144, attendee_id: 402, interaction_date: "2023-03-07", follow_up_action: "meeting", notes: null },
            { id: 145, attendee_id: 39, interaction_date: "2023-05-05", follow_up_action: "meeting", notes: null },
            { id: 146, attendee_id: 58, interaction_date: "2023-03-07", follow_up_action: "email", notes: "Flagged as unusual. An operator rejected the report." },
            { id: 147, attendee_id: 196, interaction_date: "2022-09-20", follow_up_action: "email", notes: "The account owner reported a manual issue; the document was closed." },
            { id: 148, attendee_id: 400, interaction_date: "2022-05-25", follow_up_action: "call", notes: "The account owner reported a repeat issue; the item was approved." },
            { id: 149, attendee_id: 489, interaction_date: "2022-11-05", follow_up_action: "email", notes: "The report was replaced after a standard check." },
            { id: 150, attendee_id: 167, interaction_date: "2023-12-29", follow_up_action: "call", notes: "The reviewer confirmed the details and the claim was escalated." },
            { id: 151, attendee_id: 129, interaction_date: "2022-08-03", follow_up_action: "call", notes: "A partial follow-up: the record was escalated." },
            { id: 152, attendee_id: 500, interaction_date: "2022-12-15", follow_up_action: "email", notes: "The item was resolved following a late review." },
            { id: 153, attendee_id: 186, interaction_date: "2022-02-05", follow_up_action: "meeting", notes: null },
            { id: 154, attendee_id: 372, interaction_date: "2023-11-04", follow_up_action: "email", notes: "The ticket was confirmed — minor case, no further action." },
            { id: 155, attendee_id: 353, interaction_date: "2023-08-09", follow_up_action: "meeting", notes: null },
            { id: 156, attendee_id: 334, interaction_date: "2023-12-05", follow_up_action: "call", notes: "The claim was reopened following an urgent review." },
            { id: 157, attendee_id: 48, interaction_date: "2022-12-09", follow_up_action: "email", notes: "The document was processed following a duplicate review." },
            { id: 158, attendee_id: 490, interaction_date: "2023-08-12", follow_up_action: "none", notes: null },
            { id: 159, attendee_id: 471, interaction_date: "2022-07-16", follow_up_action: "email", notes: "A partial follow-up: the document was approved." },
            { id: 160, attendee_id: 323, interaction_date: "2023-06-17", follow_up_action: "email", notes: "The refund was rejected after a partial check." },
            { id: 161, attendee_id: 123, interaction_date: "2023-10-18", follow_up_action: "meeting", notes: null },
            { id: 162, attendee_id: 407, interaction_date: "2023-04-10", follow_up_action: "call", notes: "The payment was replaced — incomplete case, no further action." },
            { id: 163, attendee_id: 4, interaction_date: "2022-03-01", follow_up_action: "email", notes: "A repeat follow-up: the delivery was processed." },
            { id: 164, attendee_id: 16, interaction_date: "2022-12-30", follow_up_action: "email", notes: "An urgent report was replaced the same day." },
            { id: 165, attendee_id: 264, interaction_date: "2022-01-28", follow_up_action: "none", notes: null },
            { id: 166, attendee_id: 122, interaction_date: "2023-07-31", follow_up_action: "email", notes: "The courier confirmed the details and the delivery was approved." },
            { id: 167, attendee_id: 232, interaction_date: "2023-10-13", follow_up_action: "call", notes: "The reviewer asked for a change and the payment was updated." },
            { id: 168, attendee_id: 311, interaction_date: "2022-05-13", follow_up_action: "email", notes: "The report was closed following an unusual review." },
            { id: 169, attendee_id: 171, interaction_date: "2023-11-30", follow_up_action: "email", notes: "Flagged as routine. The team processed the delivery." },
            { id: 170, attendee_id: 234, interaction_date: "2022-12-20", follow_up_action: "email", notes: "Flagged as standard. Support updated the transfer." },
            { id: 171, attendee_id: 168, interaction_date: "2022-10-06", follow_up_action: "call", notes: "An automatic follow-up: the refund was processed." },
            { id: 172, attendee_id: 225, interaction_date: "2022-03-25", follow_up_action: "meeting", notes: null },
            { id: 173, attendee_id: 346, interaction_date: "2023-01-09", follow_up_action: "email", notes: "No response from support, so the request was completed." },
            { id: 174, attendee_id: 358, interaction_date: "2023-03-13", follow_up_action: "meeting", notes: null },
            { id: 175, attendee_id: 159, interaction_date: "2022-02-01", follow_up_action: "email", notes: "A routine follow-up: the shipment was cancelled." },
            { id: 176, attendee_id: 197, interaction_date: "2022-10-23", follow_up_action: "call", notes: "The courier reported a repeat issue; the booking was reviewed." },
            { id: 177, attendee_id: 328, interaction_date: "2023-11-28", follow_up_action: "meeting", notes: null },
            { id: 178, attendee_id: 98, interaction_date: "2023-04-02", follow_up_action: "meeting", notes: null },
            { id: 179, attendee_id: 446, interaction_date: "2023-04-30", follow_up_action: "call", notes: "The team confirmed the details and the payment was reviewed." },
            { id: 180, attendee_id: 457, interaction_date: "2022-03-31", follow_up_action: "email", notes: "A duplicate delivery was replaced the same day." },
            { id: 181, attendee_id: 288, interaction_date: "2022-08-13", follow_up_action: "meeting", notes: null },
            { id: 182, attendee_id: 202, interaction_date: "2022-11-16", follow_up_action: "email", notes: "The customer reported a late issue; the appointment was confirmed." },
            { id: 183, attendee_id: 99, interaction_date: "2022-02-21", follow_up_action: "email", notes: "The account was completed — manual case, no further action." },
            { id: 184, attendee_id: 60, interaction_date: "2023-11-28", follow_up_action: "email", notes: "Flagged as urgent. Support cancelled the session." },
            { id: 185, attendee_id: 194, interaction_date: "2023-01-27", follow_up_action: "email", notes: "The payment was delayed after a repeat check." },
            { id: 186, attendee_id: 429, interaction_date: "2022-11-18", follow_up_action: "none", notes: null },
            { id: 187, attendee_id: 487, interaction_date: "2022-07-05", follow_up_action: "call", notes: "The reviewer asked for a change and the refund was rescheduled." },
            { id: 188, attendee_id: 441, interaction_date: "2022-10-26", follow_up_action: "meeting", notes: null },
            { id: 189, attendee_id: 210, interaction_date: "2023-05-19", follow_up_action: "email", notes: "The ticket was completed — duplicate case, no further action." },
            { id: 190, attendee_id: 153, interaction_date: "2023-10-18", follow_up_action: "call", notes: "The customer reported a partial issue; the payment was reopened." },
            { id: 191, attendee_id: 393, interaction_date: "2023-01-23", follow_up_action: "email", notes: "An automatic session was updated the same day." },
            { id: 192, attendee_id: 139, interaction_date: "2022-01-17", follow_up_action: "email", notes: "An urgent follow-up: the payment was escalated." },
            { id: 193, attendee_id: 324, interaction_date: "2023-10-07", follow_up_action: "email", notes: "A duplicate refund was replaced the same day." },
            { id: 194, attendee_id: 222, interaction_date: "2022-11-21", follow_up_action: "email", notes: "A partial account was reviewed the same day." },
            { id: 195, attendee_id: 135, interaction_date: "2023-09-14", follow_up_action: "meeting", notes: null },
            { id: 196, attendee_id: 309, interaction_date: "2022-02-12", follow_up_action: "email", notes: "A routine follow-up: the record was rescheduled." },
            { id: 197, attendee_id: 59, interaction_date: "2022-06-19", follow_up_action: "meeting", notes: null },
            { id: 198, attendee_id: 437, interaction_date: "2023-04-23", follow_up_action: "call", notes: "Support asked for a change and the invoice was refunded." },
            { id: 199, attendee_id: 351, interaction_date: "2023-11-24", follow_up_action: "email", notes: "The booking was approved after a late check." },
            { id: 200, attendee_id: 452, interaction_date: "2023-09-22", follow_up_action: "meeting", notes: null },
            { id: 201, attendee_id: 400, interaction_date: "2023-01-09", follow_up_action: "meeting", notes: null },
            { id: 202, attendee_id: 291, interaction_date: "2022-08-10", follow_up_action: "meeting", notes: null },
            { id: 203, attendee_id: 341, interaction_date: "2023-06-11", follow_up_action: "none", notes: null },
            { id: 204, attendee_id: 490, interaction_date: "2023-05-01", follow_up_action: "none", notes: null },
            { id: 205, attendee_id: 59, interaction_date: "2022-12-10", follow_up_action: "email", notes: "The report was cancelled after a duplicate check." },
            { id: 206, attendee_id: 445, interaction_date: "2023-01-31", follow_up_action: "call", notes: "Flagged as minor. The courier completed the claim." },
            { id: 207, attendee_id: 453, interaction_date: "2022-07-05", follow_up_action: "call", notes: "A late follow-up: the document was processed." },
            { id: 208, attendee_id: 99, interaction_date: "2023-06-27", follow_up_action: "email", notes: "The customer confirmed the details and the document was completed." },
            { id: 209, attendee_id: 56, interaction_date: "2022-04-17", follow_up_action: "call", notes: "The report was processed — automatic case, no further action." },
            { id: 210, attendee_id: 240, interaction_date: "2022-12-05", follow_up_action: "email", notes: "The shipment was updated — unusual case, no further action." },
            { id: 211, attendee_id: 381, interaction_date: "2022-12-25", follow_up_action: "none", notes: null },
            { id: 212, attendee_id: 115, interaction_date: "2022-07-11", follow_up_action: "email", notes: "No response from the customer, so the refund was refunded." },
            { id: 213, attendee_id: 178, interaction_date: "2023-12-15", follow_up_action: "email", notes: "The refund was reopened — minor case, no further action." },
            { id: 214, attendee_id: 433, interaction_date: "2022-01-17", follow_up_action: "call", notes: "The courier confirmed the details and the ticket was reviewed." },
            { id: 215, attendee_id: 150, interaction_date: "2022-05-20", follow_up_action: "email", notes: "The transfer was reviewed after a partial check." },
            { id: 216, attendee_id: 39, interaction_date: "2022-04-18", follow_up_action: "meeting", notes: null },
            { id: 217, attendee_id: 157, interaction_date: "2023-06-07", follow_up_action: "none", notes: null },
            { id: 218, attendee_id: 123, interaction_date: "2023-10-06", follow_up_action: "none", notes: null },
            { id: 219, attendee_id: 82, interaction_date: "2023-10-05", follow_up_action: "email", notes: "A routine account was rescheduled the same day." },
            { id: 220, attendee_id: 492, interaction_date: "2023-12-14", follow_up_action: "meeting", notes: null },
            { id: 221, attendee_id: 158, interaction_date: "2023-09-08", follow_up_action: "email", notes: "A partial order was rejected the same day." },
            { id: 222, attendee_id: 205, interaction_date: "2023-12-14", follow_up_action: "email", notes: "Flagged as partial. Support approved the item." },
            { id: 223, attendee_id: 410, interaction_date: "2022-09-11", follow_up_action: "meeting", notes: null },
            { id: 224, attendee_id: 307, interaction_date: "2023-06-05", follow_up_action: "meeting", notes: null },
            { id: 225, attendee_id: 382, interaction_date: "2023-02-21", follow_up_action: "email", notes: "The account owner reported an incomplete issue; the item was reviewed." },
            { id: 226, attendee_id: 262, interaction_date: "2022-11-08", follow_up_action: "call", notes: "The account owner asked for a change and the order was processed." },
            { id: 227, attendee_id: 383, interaction_date: "2023-06-07", follow_up_action: "email", notes: "An unusual refund was updated the same day." },
            { id: 228, attendee_id: 343, interaction_date: "2023-12-21", follow_up_action: "meeting", notes: null },
            { id: 229, attendee_id: 315, interaction_date: "2022-11-08", follow_up_action: "email", notes: "An unusual document was cancelled the same day." },
            { id: 230, attendee_id: 116, interaction_date: "2022-06-15", follow_up_action: "email", notes: "The document was delayed — minor case, no further action." },
            { id: 231, attendee_id: 414, interaction_date: "2023-06-08", follow_up_action: "email", notes: "No response from the courier, so the document was cancelled." },
            { id: 232, attendee_id: 281, interaction_date: "2022-10-08", follow_up_action: "call", notes: "The refund was updated — minor case, no further action." },
            { id: 233, attendee_id: 225, interaction_date: "2023-09-10", follow_up_action: "none", notes: null },
            { id: 234, attendee_id: 241, interaction_date: "2022-08-13", follow_up_action: "call", notes: "The order was confirmed — minor case, no further action." },
            { id: 235, attendee_id: 400, interaction_date: "2022-08-03", follow_up_action: "call", notes: "A minor follow-up: the payment was approved." },
            { id: 236, attendee_id: 376, interaction_date: "2022-02-14", follow_up_action: "call", notes: "Flagged as manual. The courier replaced the session." },
            { id: 237, attendee_id: 190, interaction_date: "2022-07-09", follow_up_action: "email", notes: "No response from an operator, so the session was closed." },
            { id: 238, attendee_id: 106, interaction_date: "2022-12-10", follow_up_action: "meeting", notes: null },
            { id: 239, attendee_id: 481, interaction_date: "2022-05-01", follow_up_action: "call", notes: "The request was rejected after an unusual check." },
            { id: 240, attendee_id: 135, interaction_date: "2022-09-03", follow_up_action: "call", notes: "An urgent session was rejected the same day." },
            { id: 241, attendee_id: 276, interaction_date: "2023-01-08", follow_up_action: "call", notes: "A routine claim was updated the same day." },
            { id: 242, attendee_id: 218, interaction_date: "2022-03-24", follow_up_action: "email", notes: "A manual payment was reopened the same day." },
            { id: 243, attendee_id: 80, interaction_date: "2023-11-13", follow_up_action: "email", notes: "Flagged as duplicate. The team closed the refund." },
            { id: 244, attendee_id: 33, interaction_date: "2023-10-04", follow_up_action: "call", notes: "The supplier confirmed the details and the order was updated." },
            { id: 245, attendee_id: 100, interaction_date: "2023-12-04", follow_up_action: "email", notes: "The customer reported a repeat issue; the report was escalated." },
            { id: 246, attendee_id: 426, interaction_date: "2023-05-05", follow_up_action: "email", notes: "Flagged as incomplete. The team updated the booking." },
            { id: 247, attendee_id: 154, interaction_date: "2023-02-11", follow_up_action: "call", notes: "A minor booking was rejected the same day." },
            { id: 248, attendee_id: 370, interaction_date: "2023-08-20", follow_up_action: "none", notes: null },
            { id: 249, attendee_id: 398, interaction_date: "2023-01-31", follow_up_action: "call", notes: "An operator confirmed the details and the refund was cancelled." },
            { id: 250, attendee_id: 325, interaction_date: "2022-06-25", follow_up_action: "call", notes: "An operator reported a manual issue; the claim was delayed." },
            { id: 251, attendee_id: 429, interaction_date: "2023-11-21", follow_up_action: "none", notes: null },
            { id: 252, attendee_id: 336, interaction_date: "2022-12-19", follow_up_action: "email", notes: "A standard ticket was refunded the same day." },
            { id: 253, attendee_id: 156, interaction_date: "2023-12-03", follow_up_action: "email", notes: "Flagged as repeat. The team reviewed the account." },
            { id: 254, attendee_id: 129, interaction_date: "2022-08-21", follow_up_action: "email", notes: "Flagged as routine. The team cancelled the booking." },
            { id: 255, attendee_id: 245, interaction_date: "2022-07-27", follow_up_action: "none", notes: null },
            { id: 256, attendee_id: 22, interaction_date: "2023-01-03", follow_up_action: "call", notes: "The request was escalated following a manual review." },
            { id: 257, attendee_id: 243, interaction_date: "2022-12-12", follow_up_action: "call", notes: "The refund was cancelled after a duplicate check." },
            { id: 258, attendee_id: 399, interaction_date: "2023-04-03", follow_up_action: "call", notes: "The appointment was updated — urgent case, no further action." },
            { id: 259, attendee_id: 136, interaction_date: "2023-09-14", follow_up_action: "meeting", notes: null },
            { id: 260, attendee_id: 351, interaction_date: "2023-01-12", follow_up_action: "meeting", notes: null },
            { id: 261, attendee_id: 410, interaction_date: "2023-07-28", follow_up_action: "meeting", notes: null },
            { id: 262, attendee_id: 400, interaction_date: "2022-04-27", follow_up_action: "none", notes: null },
            { id: 263, attendee_id: 282, interaction_date: "2023-12-09", follow_up_action: "none", notes: null },
            { id: 264, attendee_id: 134, interaction_date: "2022-05-22", follow_up_action: "meeting", notes: null },
            { id: 265, attendee_id: 201, interaction_date: "2023-04-18", follow_up_action: "meeting", notes: null },
            { id: 266, attendee_id: 306, interaction_date: "2022-11-15", follow_up_action: "meeting", notes: null },
            { id: 267, attendee_id: 401, interaction_date: "2022-04-30", follow_up_action: "meeting", notes: null },
            { id: 268, attendee_id: 337, interaction_date: "2023-02-23", follow_up_action: "email", notes: "A routine follow-up: the delivery was confirmed." },
            { id: 269, attendee_id: 304, interaction_date: "2023-07-17", follow_up_action: "email", notes: "The item was reopened after a late check." },
            { id: 270, attendee_id: 39, interaction_date: "2022-10-20", follow_up_action: "none", notes: null },
            { id: 271, attendee_id: 163, interaction_date: "2022-07-14", follow_up_action: "meeting", notes: null },
            { id: 272, attendee_id: 210, interaction_date: "2022-01-16", follow_up_action: "meeting", notes: null },
            { id: 273, attendee_id: 131, interaction_date: "2022-01-17", follow_up_action: "call", notes: "An operator confirmed the details and the appointment was reviewed." },
            { id: 274, attendee_id: 37, interaction_date: "2023-02-01", follow_up_action: "none", notes: null },
            { id: 275, attendee_id: 415, interaction_date: "2023-07-21", follow_up_action: "call", notes: "No response from the team, so the record was refunded." },
            { id: 276, attendee_id: 195, interaction_date: "2023-06-25", follow_up_action: "none", notes: null },
            { id: 277, attendee_id: 271, interaction_date: "2023-04-26", follow_up_action: "email", notes: "A standard follow-up: the invoice was resolved." },
            { id: 278, attendee_id: 307, interaction_date: "2022-06-24", follow_up_action: "email", notes: "An incomplete follow-up: the payment was approved." },
            { id: 279, attendee_id: 307, interaction_date: "2022-03-03", follow_up_action: "meeting", notes: null },
            { id: 280, attendee_id: 322, interaction_date: "2022-03-28", follow_up_action: "none", notes: null },
            { id: 281, attendee_id: 471, interaction_date: "2023-11-12", follow_up_action: "email", notes: "The refund was delayed — routine case, no further action." },
            { id: 282, attendee_id: 487, interaction_date: "2023-11-21", follow_up_action: "email", notes: "The order was approved following a late review." },
            { id: 283, attendee_id: 496, interaction_date: "2022-10-05", follow_up_action: "meeting", notes: null },
            { id: 284, attendee_id: 78, interaction_date: "2023-04-05", follow_up_action: "email", notes: "An urgent follow-up: the claim was reopened." },
            { id: 285, attendee_id: 403, interaction_date: "2023-09-15", follow_up_action: "meeting", notes: null },
            { id: 286, attendee_id: 13, interaction_date: "2022-08-27", follow_up_action: "call", notes: "Support reported an unusual issue; the session was resolved." },
            { id: 287, attendee_id: 240, interaction_date: "2023-12-20", follow_up_action: "email", notes: "An operator reported a standard issue; the invoice was closed." },
            { id: 288, attendee_id: 482, interaction_date: "2022-07-14", follow_up_action: "meeting", notes: null },
            { id: 289, attendee_id: 102, interaction_date: "2023-08-18", follow_up_action: "meeting", notes: null },
            { id: 290, attendee_id: 252, interaction_date: "2023-06-22", follow_up_action: "email", notes: "Flagged as incomplete. The courier approved the item." },
            { id: 291, attendee_id: 240, interaction_date: "2023-04-25", follow_up_action: "call", notes: "No response from the supplier, so the transfer was refunded." },
            { id: 292, attendee_id: 325, interaction_date: "2022-01-25", follow_up_action: "none", notes: null },
            { id: 293, attendee_id: 421, interaction_date: "2022-07-26", follow_up_action: "email", notes: "The courier reported a minor issue; the refund was rejected." },
            { id: 294, attendee_id: 480, interaction_date: "2023-02-26", follow_up_action: "email", notes: "A late follow-up: the request was completed." },
            { id: 295, attendee_id: 270, interaction_date: "2023-01-28", follow_up_action: "call", notes: "The transfer was completed — repeat case, no further action." },
            { id: 296, attendee_id: 368, interaction_date: "2023-05-02", follow_up_action: "none", notes: null },
            { id: 297, attendee_id: 49, interaction_date: "2022-09-27", follow_up_action: "meeting", notes: null },
            { id: 298, attendee_id: 311, interaction_date: "2022-05-19", follow_up_action: "call", notes: "The supplier asked for a change and the ticket was escalated." },
            { id: 299, attendee_id: 493, interaction_date: "2022-11-06", follow_up_action: "email", notes: "The supplier asked for a change and the item was reviewed." },
            { id: 300, attendee_id: 367, interaction_date: "2022-04-12", follow_up_action: "email", notes: "The claim was reopened following a routine review." },
        ],
    });
    await prisma.partners.createMany({
        data: [
            { id: 1, partner_name: "Crest Media", contact_person: "Isaac Patel", email: "isaac.patel@example.net" },
            { id: 2, partner_name: "Pine Digital", contact_person: "Jack Lee", email: "jack.lee@example.org" },
            { id: 3, partner_name: "Clear Systems", contact_person: "Ines Jansen", email: "ines.jansen@example.net" },
            { id: 4, partner_name: "Blue Group", contact_person: "Chloe Silva", email: "chloe.silva@example.net" },
            { id: 5, partner_name: "Blue Industries", contact_person: "Sam Weber", email: "sam.weber@example.net" },
            { id: 6, partner_name: "Acme Systems", contact_person: "Priya Ahmed", email: "priya.ahmed@example.net" },
            { id: 7, partner_name: "Atlas Health", contact_person: "Nina Nakamura", email: "nina.nakamura@example.net" },
            { id: 8, partner_name: "Orbit Health", contact_person: "Mei Cruz", email: "mei.cruz@example.com" },
            { id: 9, partner_name: "Sable Media", contact_person: "Diego Hughes", email: null },
            { id: 10, partner_name: "Keystone Software", contact_person: "Maria Clark", email: "maria.clark@example.org" },
            { id: 11, partner_name: "Apex Energy", contact_person: "Yara Johnson", email: "yara.johnson@example.net" },
            { id: 12, partner_name: "Meridian Partners", contact_person: "Tariq Wang", email: "tariq.wang@example.com" },
            { id: 13, partner_name: "Juniper Energy", contact_person: "Hannah Ahmed", email: "hannah.ahmed@example.org" },
            { id: 14, partner_name: "Ember Studio", contact_person: "Paula Lopez", email: "paula.lopez@example.com" },
            { id: 15, partner_name: "Ember Industries", contact_person: "Wei Wright", email: "wei.wright@example.org" },
            { id: 16, partner_name: "Vista Digital", contact_person: "Anna Johnson", email: "anna.johnson@example.net" },
            { id: 17, partner_name: "Orbit Industries", contact_person: "Isaac Oliveira", email: null },
            { id: 18, partner_name: "Bright Partners", contact_person: "Carla Schmidt", email: "carla.schmidt@example.com" },
            { id: 19, partner_name: "Forge Digital", contact_person: "Theo Ruiz", email: "theo.ruiz@example.com" },
            { id: 20, partner_name: "River Industries", contact_person: "Jonas Kumar", email: null },
            { id: 21, partner_name: "Lumen Works", contact_person: "Nour Walker", email: "nour.walker@example.org" },
            { id: 22, partner_name: "Clear Media", contact_person: "Rosa Lee", email: "rosa.lee@example.net" },
            { id: 23, partner_name: "Forge Holdings", contact_person: "Alice Hughes", email: "alice.hughes@example.com" },
            { id: 24, partner_name: "Lantern Analytics", contact_person: "Elif Meyer", email: "elif.meyer@example.net" },
            { id: 25, partner_name: "Field Foods", contact_person: "Elena Brown", email: null },
            { id: 26, partner_name: "Delta Partners", contact_person: "Jonas Lopez", email: "jonas.lopez@example.org" },
            { id: 27, partner_name: "Beacon Digital", contact_person: "Ravi Chen", email: "ravi.chen@example.com" },
            { id: 28, partner_name: "Orbit Media", contact_person: "Ibrahim Jansen", email: "ibrahim.jansen@example.org" },
            { id: 29, partner_name: "Vector Systems", contact_person: "Tomas Andersen", email: "tomas.andersen@example.org" },
            { id: 30, partner_name: "Vista Studio", contact_person: "Pedro Wagner", email: "pedro.wagner@example.com" },
            { id: 31, partner_name: "Willow Group", contact_person: "Grace Mendes", email: null },
            { id: 32, partner_name: "Field Media", contact_person: "Lena Schneider", email: "lena.schneider@example.org" },
            { id: 33, partner_name: "Ridge Works", contact_person: "Sven Wang", email: "sven.wang@example.org" },
            { id: 34, partner_name: "Pine Analytics", contact_person: "Rafael Yilmaz", email: null },
            { id: 35, partner_name: "Crest Works", contact_person: "Zoe Hughes", email: "zoe.hughes@example.com" },
            { id: 36, partner_name: "Keystone Energy", contact_person: "Ivan Pereira", email: "ivan.pereira@example.org" },
            { id: 37, partner_name: "Ember Holdings", contact_person: "Yusuf Nguyen", email: "yusuf.nguyen@example.net" },
            { id: 38, partner_name: "Orbit Analytics", contact_person: "Deniz Young", email: "deniz.young@example.net" },
            { id: 39, partner_name: "Harbor Works", contact_person: "Ravi Lee", email: "ravi.lee@example.net" },
            { id: 40, partner_name: "Cedar Health", contact_person: "Yara Garcia", email: "yara.garcia@example.com" },
            { id: 41, partner_name: "Delta Studio", contact_person: "Zara Yilmaz", email: "zara.yilmaz@example.com" },
            { id: 42, partner_name: "Juniper Foods", contact_person: null, email: null },
            { id: 43, partner_name: "Summit Industries", contact_person: "Priya Novak", email: "priya.novak@example.org" },
            { id: 44, partner_name: "Crest Works", contact_person: "Jack Hansen", email: "jack.hansen@example.org" },
            { id: 45, partner_name: "Acme Systems", contact_person: null, email: null },
            { id: 46, partner_name: "Forge Group", contact_person: null, email: null },
            { id: 47, partner_name: "Lantern Partners", contact_person: "Uma Nakamura", email: "uma.nakamura@example.org" },
            { id: 48, partner_name: "Cedar Media", contact_person: "Maya Yilmaz", email: "maya.yilmaz@example.net" },
            { id: 49, partner_name: "North Software", contact_person: "Ruby Kowalski", email: "ruby.kowalski@example.net" },
            { id: 50, partner_name: "Atlas Partners", contact_person: "Sven Demir", email: "sven.demir@example.org" },
            { id: 51, partner_name: "Atlas Works", contact_person: "Mila Gupta", email: "mila.gupta@example.org" },
            { id: 52, partner_name: "Oak Partners", contact_person: "Chen Martin", email: "chen.martin@example.org" },
            { id: 53, partner_name: "Oak Labs", contact_person: "Arjun Clark", email: null },
            { id: 54, partner_name: "Tidal Software", contact_person: "Alice Johnson", email: "alice.johnson@example.org" },
            { id: 55, partner_name: "Atlas Labs", contact_person: "Diego Jensen", email: "diego.jensen@example.com" },
            { id: 56, partner_name: "Cedar Holdings", contact_person: "Yusuf Weber", email: "yusuf.weber@example.com" },
            { id: 57, partner_name: "Lantern Partners", contact_person: "Sven Flores", email: "sven.flores@example.net" },
            { id: 58, partner_name: "Meridian Media", contact_person: "Alice Vargas", email: "alice.vargas@example.net" },
            { id: 59, partner_name: "Compass Labs", contact_person: "Theo Fischer", email: "theo.fischer@example.com" },
            { id: 60, partner_name: "Tidal Holdings", contact_person: "Daniel Sato", email: "daniel.sato@example.com" },
            { id: 61, partner_name: "Tidal Analytics", contact_person: "Theo Evans", email: "theo.evans@example.org" },
            { id: 62, partner_name: "Lumen Health", contact_person: "Priya Kumar", email: "priya.kumar@example.net" },
            { id: 63, partner_name: "Pine Logistics", contact_person: "Wei Klein", email: "wei.klein@example.net" },
            { id: 64, partner_name: "Vector Analytics", contact_person: "Liam Ibrahim", email: null },
            { id: 65, partner_name: "Willow Industries", contact_person: "Rafael Wright", email: "rafael.wright@example.net" },
            { id: 66, partner_name: "Apex Holdings", contact_person: null, email: null },
            { id: 67, partner_name: "Keystone Industries", contact_person: "Lena Fischer", email: "lena.fischer@example.org" },
            { id: 68, partner_name: "Forge Foods", contact_person: "Mei Almeida", email: null },
            { id: 69, partner_name: "Iron Analytics", contact_person: "Nadia Bennett", email: "nadia.bennett@example.org" },
            { id: 70, partner_name: "Bright Health", contact_person: null, email: null },
            { id: 71, partner_name: "Vista Studio", contact_person: "Priya Cruz", email: "priya.cruz@example.net" },
            { id: 72, partner_name: "Atlas Media", contact_person: "Elena Schmidt", email: "elena.schmidt@example.net" },
            { id: 73, partner_name: "Summit Foods", contact_person: null, email: null },
            { id: 74, partner_name: "Ridge Energy", contact_person: "Ben Dubois", email: null },
            { id: 75, partner_name: "Atlas Digital", contact_person: "Ines Miller", email: null },
            { id: 76, partner_name: "Vista Energy", contact_person: "Deniz Murphy", email: "deniz.murphy@example.org" },
            { id: 77, partner_name: "Meridian Health", contact_person: "Alice Meyer", email: "alice.meyer@example.net" },
            { id: 78, partner_name: "Quill Digital", contact_person: "Ravi Sousa", email: "ravi.sousa@example.org" },
            { id: 79, partner_name: "Iron Partners", contact_person: "Mohamed Kim", email: "mohamed.kim@example.org" },
            { id: 80, partner_name: "Willow Foods", contact_person: "Leo Sousa", email: "leo.sousa@example.org" },
            { id: 81, partner_name: "Crest Analytics", contact_person: "Sofia Hoffmann", email: "sofia.hoffmann@example.com" },
            { id: 82, partner_name: "River Logistics", contact_person: "Hana Fischer", email: "hana.fischer@example.org" },
            { id: 83, partner_name: "Field Software", contact_person: "Deniz Miller", email: "deniz.miller@example.com" },
            { id: 84, partner_name: "Beacon Energy", contact_person: "Zara Ahmed", email: "zara.ahmed@example.com" },
            { id: 85, partner_name: "Iron Digital", contact_person: "Theo Dubois", email: "theo.dubois@example.com" },
            { id: 86, partner_name: "Atlas Group", contact_person: "Ivan Nakamura", email: "ivan.nakamura@example.org" },
            { id: 87, partner_name: "Tidal Group", contact_person: "Nour Murphy", email: "nour.murphy@example.com" },
            { id: 88, partner_name: "Pine Partners", contact_person: "Rosa Wilson", email: "rosa.wilson@example.net" },
            { id: 89, partner_name: "Summit Logistics", contact_person: "Lina Ali", email: "lina.ali@example.net" },
            { id: 90, partner_name: "Iron Labs", contact_person: "Grace Klein", email: "grace.klein@example.net" },
            { id: 91, partner_name: "Meridian Industries", contact_person: "Omar Patel", email: "omar.patel@example.net" },
            { id: 92, partner_name: "Willow Systems", contact_person: "Jade Clark", email: "jade.clark@example.net" },
            { id: 93, partner_name: "River Industries", contact_person: "Marco Almeida", email: "marco.almeida@example.com" },
            { id: 94, partner_name: "Keystone Works", contact_person: "Ravi Nguyen", email: "ravi.nguyen@example.net" },
            { id: 95, partner_name: "Meridian Media", contact_person: "Mohamed Singh", email: "mohamed.singh@example.org" },
            { id: 96, partner_name: "Sable Foods", contact_person: "Zoe Almeida", email: "zoe.almeida@example.com" },
            { id: 97, partner_name: "Bright Analytics", contact_person: "Jack Klein", email: "jack.klein@example.org" },
            { id: 98, partner_name: "North Logistics", contact_person: "Lina Vargas", email: "lina.vargas@example.com" },
            { id: 99, partner_name: "Keystone Logistics", contact_person: "Elena Silva", email: "elena.silva@example.net" },
            { id: 100, partner_name: "Keystone Works", contact_person: "Ben Cruz", email: "ben.cruz@example.org" },
        ],
    });
    await prisma.campaigns.createMany({
        data: [
            { id: 1, event_id: 138, partner_id: 92, campaign_name: "Discover", start_date: "2022-08-17", end_date: "2023-04-20" },
            { id: 2, event_id: 129, partner_id: 90, campaign_name: "Engage", start_date: null, end_date: "2022-07-29" },
            { id: 3, event_id: 22, partner_id: 10, campaign_name: "Winter", start_date: "2023-05-30", end_date: "2022-09-28" },
            { id: 4, event_id: 110, partner_id: 83, campaign_name: "Inspire Explore Launch", start_date: "2022-09-16", end_date: "2023-05-18" },
            { id: 5, event_id: 193, partner_id: 93, campaign_name: "Holiday Maximize Summer", start_date: "2022-10-19", end_date: "2023-08-12" },
            { id: 6, event_id: 145, partner_id: 22, campaign_name: "Engage", start_date: "2022-06-21", end_date: "2022-12-23" },
            { id: 7, event_id: 137, partner_id: 53, campaign_name: "Holiday Elevate", start_date: "2022-10-05", end_date: null },
            { id: 8, event_id: 68, partner_id: 11, campaign_name: "Summer", start_date: "2022-11-15", end_date: "2023-03-21" },
            { id: 9, event_id: 63, partner_id: 86, campaign_name: "Engage Ignite Boost", start_date: null, end_date: null },
            { id: 10, event_id: 195, partner_id: 48, campaign_name: "Maximize", start_date: "2023-10-02", end_date: "2022-07-17" },
            { id: 11, event_id: 129, partner_id: 27, campaign_name: "Spring", start_date: "2023-11-01", end_date: "2023-04-01" },
            { id: 12, event_id: 148, partner_id: 97, campaign_name: "Engage", start_date: "2023-04-18", end_date: "2023-06-30" },
            { id: 13, event_id: 112, partner_id: 37, campaign_name: "Explore Ignite", start_date: "2022-05-28", end_date: null },
            { id: 14, event_id: 43, partner_id: 4, campaign_name: "Winter Explore Elevate", start_date: null, end_date: "2023-06-21" },
            { id: 15, event_id: 181, partner_id: 39, campaign_name: "Ignite", start_date: "2022-10-03", end_date: null },
            { id: 16, event_id: 151, partner_id: 85, campaign_name: "Engage Discover Fall", start_date: "2022-10-07", end_date: "2023-02-16" },
            { id: 17, event_id: 71, partner_id: 39, campaign_name: "Explore Spring Boost", start_date: "2023-05-26", end_date: "2023-07-08" },
            { id: 18, event_id: 80, partner_id: 33, campaign_name: "Explore", start_date: "2022-09-14", end_date: "2023-09-21" },
            { id: 19, event_id: 90, partner_id: 60, campaign_name: "Transform", start_date: "2022-09-11", end_date: null },
            { id: 20, event_id: 93, partner_id: 95, campaign_name: "Boost Discover", start_date: "2022-12-18", end_date: "2023-07-11" },
            { id: 21, event_id: 22, partner_id: 33, campaign_name: "Reveal Drive Connect", start_date: "2023-03-29", end_date: "2023-12-15" },
            { id: 22, event_id: 105, partner_id: 42, campaign_name: "Maximize", start_date: "2023-06-22", end_date: "2022-07-20" },
            { id: 23, event_id: 145, partner_id: 88, campaign_name: "Amplify Engage", start_date: "2023-01-27", end_date: "2022-11-15" },
            { id: 24, event_id: 116, partner_id: 42, campaign_name: "Reveal Inspire Winter", start_date: "2022-09-02", end_date: "2023-03-07" },
            { id: 25, event_id: 43, partner_id: 27, campaign_name: "Accelerate Amplify Winter", start_date: "2023-08-04", end_date: "2023-04-14" },
            { id: 26, event_id: 100, partner_id: 31, campaign_name: "Summer", start_date: "2022-03-19", end_date: "2023-09-25" },
            { id: 27, event_id: 46, partner_id: 22, campaign_name: "Engage Reveal Inspire", start_date: "2023-12-24", end_date: "2023-03-07" },
            { id: 28, event_id: 120, partner_id: 63, campaign_name: "Amplify Ignite", start_date: "2023-04-02", end_date: null },
            { id: 29, event_id: 81, partner_id: 68, campaign_name: "Accelerate", start_date: "2022-04-13", end_date: "2022-03-31" },
            { id: 30, event_id: 110, partner_id: 97, campaign_name: "Transform Ignite Accelerate", start_date: "2022-03-14", end_date: "2023-11-03" },
            { id: 31, event_id: 184, partner_id: 87, campaign_name: "Boost Connect Launch", start_date: null, end_date: "2023-10-10" },
            { id: 32, event_id: 142, partner_id: 20, campaign_name: "Reveal", start_date: "2023-11-12", end_date: "2023-08-27" },
            { id: 33, event_id: 81, partner_id: 65, campaign_name: "Launch Boost", start_date: "2023-04-28", end_date: "2022-09-03" },
            { id: 34, event_id: 102, partner_id: 87, campaign_name: "Engage Drive", start_date: "2023-09-25", end_date: "2023-03-08" },
            { id: 35, event_id: 56, partner_id: 34, campaign_name: "Inspire Fall", start_date: "2022-04-08", end_date: "2022-07-21" },
            { id: 36, event_id: 121, partner_id: 65, campaign_name: "Ignite Fall", start_date: "2023-03-21", end_date: "2022-02-20" },
            { id: 37, event_id: 93, partner_id: 66, campaign_name: "Discover Maximize Summer", start_date: null, end_date: "2022-08-12" },
            { id: 38, event_id: 83, partner_id: 39, campaign_name: "Elevate Fall Engage", start_date: "2022-06-22", end_date: "2022-06-03" },
            { id: 39, event_id: 132, partner_id: 31, campaign_name: "Launch Amplify", start_date: null, end_date: "2023-09-01" },
            { id: 40, event_id: 145, partner_id: 83, campaign_name: "Fall", start_date: "2023-06-28", end_date: "2022-04-22" },
            { id: 41, event_id: 193, partner_id: 52, campaign_name: "Drive", start_date: "2023-06-18", end_date: "2022-12-17" },
            { id: 42, event_id: 14, partner_id: 86, campaign_name: "Ignite", start_date: "2022-07-03", end_date: "2022-10-12" },
            { id: 43, event_id: 73, partner_id: 83, campaign_name: "Explore Launch", start_date: "2022-06-25", end_date: "2022-02-02" },
            { id: 44, event_id: 124, partner_id: 16, campaign_name: "Elevate", start_date: "2023-02-19", end_date: "2022-10-05" },
            { id: 45, event_id: 138, partner_id: 10, campaign_name: "Launch Reveal", start_date: "2023-12-15", end_date: "2023-07-06" },
            { id: 46, event_id: 156, partner_id: 71, campaign_name: "Holiday Maximize", start_date: "2023-12-01", end_date: "2023-01-06" },
            { id: 47, event_id: 32, partner_id: 29, campaign_name: "Amplify", start_date: "2023-01-16", end_date: "2022-11-29" },
            { id: 48, event_id: 1, partner_id: 23, campaign_name: "Winter", start_date: "2023-12-03", end_date: "2022-02-11" },
            { id: 49, event_id: 175, partner_id: 23, campaign_name: "Ignite Transform", start_date: "2022-03-24", end_date: "2022-06-10" },
            { id: 50, event_id: 142, partner_id: 78, campaign_name: "Maximize Holiday Reveal", start_date: "2023-01-08", end_date: "2023-08-10" },
            { id: 51, event_id: 19, partner_id: 78, campaign_name: "Engage", start_date: "2023-09-17", end_date: "2022-06-28" },
            { id: 52, event_id: 117, partner_id: 20, campaign_name: "Discover Maximize Explore", start_date: "2022-08-13", end_date: "2023-11-15" },
            { id: 53, event_id: 142, partner_id: 1, campaign_name: "Transform Fall", start_date: "2022-11-09", end_date: "2023-08-06" },
            { id: 54, event_id: 140, partner_id: 84, campaign_name: "Holiday Summer Engage", start_date: "2022-10-20", end_date: "2023-11-01" },
            { id: 55, event_id: 71, partner_id: 84, campaign_name: "Elevate", start_date: "2023-11-23", end_date: "2022-11-11" },
            { id: 56, event_id: 18, partner_id: 46, campaign_name: "Fall Holiday", start_date: "2022-04-21", end_date: "2023-12-12" },
            { id: 57, event_id: 103, partner_id: 40, campaign_name: "Connect Maximize Fall", start_date: "2023-07-08", end_date: null },
            { id: 58, event_id: 121, partner_id: 40, campaign_name: "Fall Spring", start_date: "2023-03-26", end_date: "2022-12-14" },
            { id: 59, event_id: 170, partner_id: 84, campaign_name: "Winter", start_date: "2023-05-31", end_date: "2022-12-05" },
            { id: 60, event_id: 49, partner_id: 54, campaign_name: "Connect Amplify", start_date: "2023-07-30", end_date: "2022-09-25" },
            { id: 61, event_id: 90, partner_id: 30, campaign_name: "Ignite", start_date: "2023-06-06", end_date: "2023-03-01" },
            { id: 62, event_id: 69, partner_id: 92, campaign_name: "Holiday Explore Drive", start_date: "2022-09-29", end_date: "2023-02-19" },
            { id: 63, event_id: 70, partner_id: 27, campaign_name: "Inspire Drive", start_date: "2023-07-23", end_date: null },
            { id: 64, event_id: 174, partner_id: 81, campaign_name: "Maximize Spring", start_date: "2023-10-07", end_date: "2023-01-19" },
            { id: 65, event_id: 119, partner_id: 43, campaign_name: "Ignite Inspire Boost", start_date: "2023-02-17", end_date: "2022-12-02" },
            { id: 66, event_id: 105, partner_id: 11, campaign_name: "Amplify Explore Fall", start_date: "2023-11-23", end_date: "2022-10-05" },
            { id: 67, event_id: 57, partner_id: 95, campaign_name: "Amplify", start_date: "2022-01-05", end_date: "2022-09-10" },
            { id: 68, event_id: 27, partner_id: 64, campaign_name: "Spring", start_date: "2023-10-17", end_date: "2023-01-03" },
            { id: 69, event_id: 44, partner_id: 21, campaign_name: "Drive Spring", start_date: "2022-12-17", end_date: "2023-12-04" },
            { id: 70, event_id: 133, partner_id: 86, campaign_name: "Boost Accelerate", start_date: "2022-07-27", end_date: "2023-10-12" },
            { id: 71, event_id: 160, partner_id: 89, campaign_name: "Ignite Boost", start_date: "2023-12-23", end_date: "2023-12-03" },
            { id: 72, event_id: 193, partner_id: 52, campaign_name: "Summer Engage Fall", start_date: "2023-11-16", end_date: "2022-11-23" },
            { id: 73, event_id: 27, partner_id: 32, campaign_name: "Amplify Holiday Drive", start_date: "2022-05-17", end_date: "2023-01-18" },
            { id: 74, event_id: 126, partner_id: 2, campaign_name: "Discover Drive", start_date: null, end_date: "2023-11-26" },
            { id: 75, event_id: 137, partner_id: 66, campaign_name: "Connect Fall Maximize", start_date: "2023-04-27", end_date: "2023-04-10" },
            { id: 76, event_id: 71, partner_id: 57, campaign_name: "Ignite Elevate Spring", start_date: "2023-11-03", end_date: "2022-04-13" },
            { id: 77, event_id: 80, partner_id: 1, campaign_name: "Accelerate Explore Transform", start_date: "2023-08-02", end_date: "2023-12-02" },
            { id: 78, event_id: 162, partner_id: 81, campaign_name: "Summer", start_date: "2022-10-16", end_date: "2023-07-26" },
            { id: 79, event_id: 166, partner_id: 21, campaign_name: "Ignite", start_date: null, end_date: "2022-05-15" },
            { id: 80, event_id: 183, partner_id: 22, campaign_name: "Boost", start_date: "2022-06-17", end_date: null },
            { id: 81, event_id: 1, partner_id: 2, campaign_name: "Holiday", start_date: "2022-09-17", end_date: "2023-10-10" },
            { id: 82, event_id: 14, partner_id: 78, campaign_name: "Launch Maximize Holiday", start_date: "2022-10-30", end_date: "2022-10-12" },
            { id: 83, event_id: 80, partner_id: 96, campaign_name: "Accelerate Reveal", start_date: "2022-03-25", end_date: null },
            { id: 84, event_id: 164, partner_id: 23, campaign_name: "Holiday Accelerate Summer", start_date: "2022-06-03", end_date: "2023-02-09" },
            { id: 85, event_id: 45, partner_id: 67, campaign_name: "Holiday Reveal Explore", start_date: "2023-01-26", end_date: "2022-04-02" },
            { id: 86, event_id: 45, partner_id: 14, campaign_name: "Connect Elevate Winter", start_date: "2022-12-01", end_date: "2022-10-17" },
            { id: 87, event_id: 162, partner_id: 65, campaign_name: "Connect Maximize", start_date: "2023-09-04", end_date: "2022-12-29" },
            { id: 88, event_id: 112, partner_id: 33, campaign_name: "Maximize Reveal", start_date: "2022-07-15", end_date: "2023-12-10" },
            { id: 89, event_id: 53, partner_id: 62, campaign_name: "Maximize", start_date: "2023-10-14", end_date: null },
            { id: 90, event_id: 191, partner_id: 14, campaign_name: "Reveal Fall", start_date: "2022-08-19", end_date: "2022-03-15" },
            { id: 91, event_id: 101, partner_id: 13, campaign_name: "Drive", start_date: null, end_date: "2023-07-26" },
            { id: 92, event_id: 166, partner_id: 8, campaign_name: "Transform Engage", start_date: null, end_date: "2023-12-19" },
            { id: 93, event_id: 86, partner_id: 76, campaign_name: "Reveal", start_date: "2023-01-16", end_date: "2023-07-10" },
            { id: 94, event_id: 166, partner_id: 39, campaign_name: "Connect", start_date: "2023-11-20", end_date: "2023-09-18" },
            { id: 95, event_id: 192, partner_id: 90, campaign_name: "Holiday Maximize", start_date: "2023-11-26", end_date: "2022-08-23" },
            { id: 96, event_id: 35, partner_id: 45, campaign_name: "Drive", start_date: "2023-06-27", end_date: "2022-03-14" },
            { id: 97, event_id: 24, partner_id: 47, campaign_name: "Drive Discover Accelerate", start_date: "2023-07-21", end_date: null },
            { id: 98, event_id: 140, partner_id: 95, campaign_name: "Ignite", start_date: "2023-09-08", end_date: "2023-10-18" },
            { id: 99, event_id: 182, partner_id: 89, campaign_name: "Engage Inspire Amplify", start_date: "2022-03-12", end_date: "2022-12-01" },
            { id: 100, event_id: 67, partner_id: 10, campaign_name: "Summer Inspire Holiday", start_date: "2023-12-22", end_date: "2023-04-30" },
            { id: 101, event_id: 179, partner_id: 72, campaign_name: "Explore Launch Accelerate", start_date: "2023-04-14", end_date: "2023-08-25" },
            { id: 102, event_id: 33, partner_id: 17, campaign_name: "Transform", start_date: "2023-07-12", end_date: "2022-08-11" },
            { id: 103, event_id: 40, partner_id: 88, campaign_name: "Amplify Holiday Transform", start_date: null, end_date: "2022-07-13" },
            { id: 104, event_id: 60, partner_id: 26, campaign_name: "Drive Inspire", start_date: "2022-04-21", end_date: "2023-09-28" },
            { id: 105, event_id: 108, partner_id: 65, campaign_name: "Holiday Amplify Accelerate", start_date: "2023-02-20", end_date: "2022-10-07" },
            { id: 106, event_id: 82, partner_id: 87, campaign_name: "Boost Drive Engage", start_date: "2023-11-17", end_date: "2022-12-18" },
            { id: 107, event_id: 97, partner_id: 9, campaign_name: "Connect", start_date: "2022-09-14", end_date: "2023-06-14" },
            { id: 108, event_id: 184, partner_id: 5, campaign_name: "Engage", start_date: "2022-11-07", end_date: "2023-10-01" },
            { id: 109, event_id: 192, partner_id: 17, campaign_name: "Maximize Launch", start_date: "2022-05-24", end_date: "2022-10-24" },
            { id: 110, event_id: 40, partner_id: 87, campaign_name: "Spring Inspire", start_date: "2023-01-02", end_date: null },
            { id: 111, event_id: 109, partner_id: 16, campaign_name: "Explore Ignite Launch", start_date: "2022-10-08", end_date: "2022-12-30" },
            { id: 112, event_id: 160, partner_id: 16, campaign_name: "Elevate Spring", start_date: "2022-10-21", end_date: "2023-09-25" },
            { id: 113, event_id: 150, partner_id: 97, campaign_name: "Explore Summer Fall", start_date: null, end_date: null },
            { id: 114, event_id: 165, partner_id: 66, campaign_name: "Ignite Fall Reveal", start_date: "2023-06-11", end_date: "2023-04-14" },
            { id: 115, event_id: 23, partner_id: 62, campaign_name: "Explore Discover", start_date: null, end_date: "2022-01-17" },
            { id: 116, event_id: 13, partner_id: 50, campaign_name: "Summer", start_date: "2022-07-22", end_date: "2023-12-27" },
            { id: 117, event_id: 194, partner_id: 65, campaign_name: "Transform Engage", start_date: "2023-10-10", end_date: "2022-12-02" },
            { id: 118, event_id: 25, partner_id: 13, campaign_name: "Accelerate Amplify Discover", start_date: "2023-10-05", end_date: null },
            { id: 119, event_id: 45, partner_id: 36, campaign_name: "Maximize Connect", start_date: null, end_date: "2023-12-23" },
            { id: 120, event_id: 123, partner_id: 22, campaign_name: "Drive Transform Discover", start_date: "2022-07-14", end_date: "2023-08-11" },
            { id: 121, event_id: 110, partner_id: 70, campaign_name: "Accelerate Holiday Launch", start_date: "2023-10-30", end_date: "2023-05-25" },
            { id: 122, event_id: 139, partner_id: 40, campaign_name: "Holiday Launch Reveal", start_date: "2023-09-24", end_date: "2023-02-17" },
            { id: 123, event_id: 113, partner_id: 82, campaign_name: "Boost Drive Fall", start_date: "2022-08-20", end_date: "2023-05-17" },
            { id: 124, event_id: 28, partner_id: 33, campaign_name: "Spring Inspire", start_date: "2023-07-11", end_date: "2022-09-03" },
            { id: 125, event_id: 170, partner_id: 55, campaign_name: "Elevate", start_date: "2023-08-09", end_date: "2022-08-05" },
            { id: 126, event_id: 99, partner_id: 65, campaign_name: "Fall Elevate", start_date: "2023-11-23", end_date: "2023-10-22" },
            { id: 127, event_id: 168, partner_id: 52, campaign_name: "Elevate", start_date: "2022-12-23", end_date: "2022-03-23" },
            { id: 128, event_id: 75, partner_id: 60, campaign_name: "Maximize Spring Explore", start_date: "2023-01-24", end_date: "2023-06-11" },
            { id: 129, event_id: 123, partner_id: 32, campaign_name: "Amplify Reveal", start_date: "2022-05-08", end_date: null },
            { id: 130, event_id: 85, partner_id: 1, campaign_name: "Explore Reveal", start_date: "2023-10-26", end_date: null },
            { id: 131, event_id: 164, partner_id: 12, campaign_name: "Inspire Boost Accelerate", start_date: "2023-05-19", end_date: "2022-12-12" },
            { id: 132, event_id: 99, partner_id: 61, campaign_name: "Launch Engage Amplify", start_date: "2022-12-04", end_date: "2023-03-15" },
            { id: 133, event_id: 83, partner_id: 4, campaign_name: "Explore", start_date: "2023-01-15", end_date: "2022-07-11" },
            { id: 134, event_id: 120, partner_id: 81, campaign_name: "Engage", start_date: "2022-10-17", end_date: "2022-05-03" },
            { id: 135, event_id: 31, partner_id: 40, campaign_name: "Ignite Engage", start_date: "2023-04-14", end_date: "2023-03-03" },
            { id: 136, event_id: 188, partner_id: 54, campaign_name: "Ignite", start_date: "2022-08-17", end_date: "2023-11-09" },
            { id: 137, event_id: 25, partner_id: 62, campaign_name: "Explore Spring Ignite", start_date: "2023-08-25", end_date: "2022-01-29" },
            { id: 138, event_id: 16, partner_id: 95, campaign_name: "Inspire Transform", start_date: "2022-08-16", end_date: "2023-06-06" },
            { id: 139, event_id: 99, partner_id: 89, campaign_name: "Discover Holiday", start_date: "2023-08-10", end_date: "2023-05-28" },
            { id: 140, event_id: 185, partner_id: 55, campaign_name: "Amplify Maximize", start_date: "2023-01-04", end_date: "2023-04-04" },
            { id: 141, event_id: 95, partner_id: 6, campaign_name: "Inspire", start_date: "2023-11-22", end_date: "2022-07-01" },
            { id: 142, event_id: 155, partner_id: 44, campaign_name: "Elevate Ignite Drive", start_date: "2022-06-21", end_date: "2023-11-19" },
            { id: 143, event_id: 158, partner_id: 25, campaign_name: "Ignite Spring Amplify", start_date: "2022-08-24", end_date: "2023-07-05" },
            { id: 144, event_id: 65, partner_id: 16, campaign_name: "Inspire Ignite", start_date: null, end_date: "2023-03-19" },
            { id: 145, event_id: 88, partner_id: 11, campaign_name: "Engage", start_date: "2022-06-23", end_date: "2023-11-18" },
            { id: 146, event_id: 150, partner_id: 16, campaign_name: "Winter", start_date: "2022-05-24", end_date: "2023-01-02" },
            { id: 147, event_id: 173, partner_id: 81, campaign_name: "Engage Accelerate Spring", start_date: "2022-08-10", end_date: "2023-08-02" },
            { id: 148, event_id: 72, partner_id: 62, campaign_name: "Spring Summer Ignite", start_date: "2023-08-01", end_date: "2023-07-05" },
            { id: 149, event_id: 31, partner_id: 13, campaign_name: "Maximize Launch Engage", start_date: "2023-08-08", end_date: "2023-04-28" },
            { id: 150, event_id: 19, partner_id: 44, campaign_name: "Discover Boost", start_date: "2023-05-23", end_date: "2022-09-19" },
        ],
    });
}

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