// Course Engagement Insights (course-recommendation-engine) 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.courses), 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.courses.createMany({
        data: [
            { id: 1, course_name: "leadership", skill_required: "communicating networking negotiating", instructor: "Isaac Khan" },
            { id: 2, course_name: "strategy seminar", skill_required: "presenting communicating", instructor: "Omar Pereira" },
            { id: 3, course_name: "analytics marketing certification", skill_required: null, instructor: "Elena Sousa" },
            { id: 4, course_name: "advanced", skill_required: "coding writing", instructor: "Victor Davis" },
            { id: 5, course_name: "introduction advanced", skill_required: "negotiating presenting managing", instructor: "Nour Jensen" },
            { id: 6, course_name: "research development introduction", skill_required: "project-management", instructor: "Sven Oliveira" },
            { id: 7, course_name: "leadership advanced analytics", skill_required: "problem-solving", instructor: "David Kaya" },
            { id: 8, course_name: "certification marketing programming", skill_required: "designing", instructor: "Anna Castro" },
            { id: 9, course_name: "research seminar workshop", skill_required: "networking communicating problem-solving", instructor: "Mila Costa" },
            { id: 10, course_name: "bootcamp management development", skill_required: "strategizing", instructor: "Diego Almeida" },
            { id: 11, course_name: "workshop", skill_required: null, instructor: "Uma Schmidt" },
            { id: 12, course_name: "marketing workshop programming", skill_required: "networking problem-solving", instructor: "Ibrahim Ahmed" },
            { id: 13, course_name: "introduction programming masterclass", skill_required: "networking strategizing designing", instructor: "Omar Silva" },
            { id: 14, course_name: "entrepreneurship communication programming", skill_required: "analyzing developing", instructor: "Maria Park" },
            { id: 15, course_name: "marketing", skill_required: "creativity coding", instructor: "Noah Ali" },
            { id: 16, course_name: "communication bootcamp", skill_required: "developing managing coding", instructor: "Fatima Patel" },
            { id: 17, course_name: "programming", skill_required: "presenting problem-solving collaborating", instructor: "Jade Kim" },
            { id: 18, course_name: "data marketing workshop", skill_required: "analyzing networking", instructor: "Mateo Vargas" },
            { id: 19, course_name: "marketing leadership bootcamp", skill_required: null, instructor: "Tomas Hughes" },
            { id: 20, course_name: "design development", skill_required: "coding", instructor: "Hannah Taylor" },
            { id: 21, course_name: "data", skill_required: "managing", instructor: "Jonas Kaya" },
            { id: 22, course_name: "certification", skill_required: "designing", instructor: "Maja Andersen" },
            { id: 23, course_name: "masterclass", skill_required: "analyzing", instructor: "Anna Ibrahim" },
            { id: 24, course_name: "masterclass", skill_required: "writing", instructor: "Emma Jensen" },
            { id: 25, course_name: "advanced", skill_required: "project-management presenting", instructor: "Liam Rossi" },
            { id: 26, course_name: "workshop", skill_required: "leading collaborating creativity", instructor: "Ethan Castro" },
            { id: 27, course_name: "introduction", skill_required: "developing", instructor: "Olivia Park" },
            { id: 28, course_name: "seminar", skill_required: "strategizing analyzing", instructor: "Mateo Ahmed" },
            { id: 29, course_name: "communication entrepreneurship data", skill_required: null, instructor: "Sam Nakamura" },
            { id: 30, course_name: "introduction research", skill_required: "researching strategizing", instructor: "Rosa Wagner" },
            { id: 31, course_name: "certification bootcamp data", skill_required: "creativity", instructor: "Nina Bauer" },
            { id: 32, course_name: "fundamentals masterclass", skill_required: "leading problem-solving analyzing", instructor: "Victor Carter" },
            { id: 33, course_name: "certification analytics bootcamp", skill_required: "marketing presenting leading", instructor: "Ben Sato" },
            { id: 34, course_name: "introduction", skill_required: "managing coding researching", instructor: "Mateo Singh" },
            { id: 35, course_name: "development marketing", skill_required: "negotiating writing designing", instructor: "Deniz Wilson" },
            { id: 36, course_name: "entrepreneurship research", skill_required: "problem-solving strategizing", instructor: "Olivia Walker" },
            { id: 37, course_name: "fundamentals", skill_required: "problem-solving presenting", instructor: "Nina Shah" },
            { id: 38, course_name: "programming analytics", skill_required: "data-analysis leading communicating", instructor: "Pedro Tanaka" },
            { id: 39, course_name: "management", skill_required: "analyzing strategizing", instructor: "Ana Schmidt" },
            { id: 40, course_name: "advanced", skill_required: null, instructor: "Uma Rossi" },
            { id: 41, course_name: "marketing introduction", skill_required: "writing collaborating", instructor: "Diego Hansen" },
            { id: 42, course_name: "programming research", skill_required: "data-analysis developing managing", instructor: "Lucas Gupta" },
            { id: 43, course_name: "certification", skill_required: "designing", instructor: "Mia Ibrahim" },
            { id: 44, course_name: "programming bootcamp", skill_required: "leading writing", instructor: "Chen Davis" },
            { id: 45, course_name: "communication", skill_required: "presenting creativity", instructor: "Amir Wright" },
            { id: 46, course_name: "seminar research", skill_required: "researching problem-solving", instructor: "Maya Singh" },
            { id: 47, course_name: "strategy workshop masterclass", skill_required: "writing", instructor: "Ines Vargas" },
            { id: 48, course_name: "development seminar entrepreneurship", skill_required: "strategizing marketing", instructor: "Paula Taylor" },
            { id: 49, course_name: "analytics", skill_required: "developing", instructor: "Zara Bauer" },
            { id: 50, course_name: "leadership design workshop", skill_required: "problem-solving managing", instructor: "Yusuf Lopez" },
            { id: 51, course_name: "analytics marketing", skill_required: "networking", instructor: "Nadia Torres" },
            { id: 52, course_name: "workshop introduction", skill_required: "communicating", instructor: "Maria Johnson" },
            { id: 53, course_name: "analytics seminar leadership", skill_required: "leading designing creativity", instructor: "James Baker" },
            { id: 54, course_name: "entrepreneurship marketing", skill_required: "leading problem-solving collaborating", instructor: "Grace Taylor" },
            { id: 55, course_name: "design", skill_required: "presenting negotiating leading", instructor: "Nadia Davis" },
            { id: 56, course_name: "leadership strategy workshop", skill_required: "critical-thinking presenting", instructor: "Theo Wilson" },
            { id: 57, course_name: "leadership research", skill_required: "managing", instructor: "Mila Johnson" },
            { id: 58, course_name: "design", skill_required: null, instructor: "Sofia Diaz" },
            { id: 59, course_name: "data seminar advanced", skill_required: "negotiating networking critical-thinking", instructor: "Deniz Carter" },
            { id: 60, course_name: "design", skill_required: "analyzing networking", instructor: "Mohamed Costa" },
            { id: 61, course_name: "communication management programming", skill_required: "presenting marketing", instructor: "Lucas Novak" },
            { id: 62, course_name: "certification data", skill_required: "collaborating communicating", instructor: "Ben Hassan" },
            { id: 63, course_name: "data", skill_required: "designing", instructor: "Priya Almeida" },
            { id: 64, course_name: "design", skill_required: "creativity", instructor: "Zoe Patel" },
            { id: 65, course_name: "entrepreneurship communication research", skill_required: "communicating managing", instructor: "Carla Ruiz" },
            { id: 66, course_name: "communication strategy bootcamp", skill_required: "collaborating", instructor: "Amir Miller" },
            { id: 67, course_name: "research management certification", skill_required: "strategizing coding", instructor: "Isaac Wang" },
            { id: 68, course_name: "design", skill_required: "marketing", instructor: "Isaac Tanaka" },
            { id: 69, course_name: "workshop leadership design", skill_required: "problem-solving", instructor: "Chloe Kim" },
            { id: 70, course_name: "workshop management fundamentals", skill_required: null, instructor: "Ben Ali" },
            { id: 71, course_name: "introduction research", skill_required: "marketing", instructor: "Liam Oliveira" },
            { id: 72, course_name: "analytics marketing", skill_required: "designing", instructor: "Nadia Kowalski" },
            { id: 73, course_name: "marketing masterclass", skill_required: null, instructor: "Jack Andersen" },
            { id: 74, course_name: "leadership", skill_required: "collaborating creativity negotiating", instructor: "Ana Nguyen" },
            { id: 75, course_name: "strategy masterclass workshop", skill_required: null, instructor: "Grace Jensen" },
            { id: 76, course_name: "certification entrepreneurship programming", skill_required: "presenting analyzing creativity", instructor: "Mia Yilmaz" },
            { id: 77, course_name: "analytics", skill_required: null, instructor: "Lena Kaya" },
            { id: 78, course_name: "marketing seminar", skill_required: "analyzing data-analysis", instructor: "Victor Walker" },
            { id: 79, course_name: "communication seminar management", skill_required: "designing", instructor: "Theo Nakamura" },
            { id: 80, course_name: "introduction management marketing", skill_required: "critical-thinking data-analysis strategizing", instructor: "Karim Lopez" },
            { id: 81, course_name: "design certification development", skill_required: "problem-solving marketing", instructor: "Hannah Vargas" },
            { id: 82, course_name: "introduction", skill_required: "leading analyzing writing", instructor: "Nadia Schmidt" },
            { id: 83, course_name: "introduction", skill_required: "problem-solving", instructor: "Victor Almeida" },
            { id: 84, course_name: "strategy", skill_required: "critical-thinking", instructor: "Priya Kowalski" },
            { id: 85, course_name: "masterclass", skill_required: "developing critical-thinking creativity", instructor: "Rosa Taylor" },
            { id: 86, course_name: "programming development advanced", skill_required: "project-management", instructor: "Yusuf Tanaka" },
            { id: 87, course_name: "management", skill_required: "collaborating researching", instructor: "Carlos Bauer" },
            { id: 88, course_name: "advanced bootcamp", skill_required: null, instructor: "Ines Bauer" },
            { id: 89, course_name: "leadership development seminar", skill_required: "data-analysis analyzing", instructor: "Ruby Singh" },
            { id: 90, course_name: "design", skill_required: "leading", instructor: "Ines Klein" },
            { id: 91, course_name: "management workshop leadership", skill_required: "coding networking presenting", instructor: "Maria Dubois" },
            { id: 92, course_name: "data management development", skill_required: "managing", instructor: "Ivan Gupta" },
            { id: 93, course_name: "fundamentals leadership", skill_required: "networking problem-solving analyzing", instructor: "Ivan Johnson" },
            { id: 94, course_name: "workshop masterclass research", skill_required: "data-analysis", instructor: "Yusuf Klein" },
            { id: 95, course_name: "masterclass development", skill_required: "designing", instructor: "Ravi Klein" },
            { id: 96, course_name: "leadership strategy advanced", skill_required: "problem-solving", instructor: "Nadia Smith" },
            { id: 97, course_name: "design", skill_required: "managing", instructor: "Sara Meyer" },
            { id: 98, course_name: "fundamentals certification leadership", skill_required: "analyzing collaborating", instructor: "Oscar Brown" },
            { id: 99, course_name: "marketing", skill_required: "analyzing coding", instructor: "Tomas Clark" },
            { id: 100, course_name: "analytics", skill_required: "networking", instructor: "Hugo Mendes" },
        ],
    });
    await prisma.users.createMany({
        data: [
            { id: 1, full_name: "Marco Zhang", career_goal: "manager technician engineer", engagement_level: "low" },
            { id: 2, full_name: "Jack Meyer", career_goal: "coordinator educator", engagement_level: "medium" },
            { id: 3, full_name: "Mohamed Silva", career_goal: "educator coordinator", engagement_level: "medium" },
            { id: 4, full_name: "Jack Chen", career_goal: "manager", engagement_level: "low" },
            { id: 5, full_name: "Sofia Ali", career_goal: "engineer leader", engagement_level: "medium" },
            { id: 6, full_name: "Diego Cruz", career_goal: "strategist marketer designer", engagement_level: "medium" },
            { id: 7, full_name: "Mei Ibrahim", career_goal: "developer", engagement_level: "low" },
            { id: 8, full_name: "Alice Miller", career_goal: null, engagement_level: "medium" },
            { id: 9, full_name: "Mohamed Gupta", career_goal: "technician", engagement_level: "low" },
            { id: 10, full_name: "Rosa Jensen", career_goal: "coordinator writer engineer", engagement_level: "low" },
            { id: 11, full_name: "Sara Kowalski", career_goal: "leader trainer developer", engagement_level: "high" },
            { id: 12, full_name: "Alice Klein", career_goal: null, engagement_level: "low" },
            { id: 13, full_name: "Amir Zhang", career_goal: "engineer", engagement_level: "medium" },
            { id: 14, full_name: "Marco Becker", career_goal: "technician", engagement_level: "low" },
            { id: 15, full_name: "Theo Davis", career_goal: null, engagement_level: "low" },
            { id: 16, full_name: "Sara Schneider", career_goal: "marketer trainer writer", engagement_level: "low" },
            { id: 17, full_name: "Pedro Ahmed", career_goal: "researcher designer", engagement_level: "low" },
            { id: 18, full_name: "Nour Hassan", career_goal: "manager developer", engagement_level: "low" },
            { id: 19, full_name: "Mei Pereira", career_goal: "scientist", engagement_level: "low" },
            { id: 20, full_name: "Lena Bennett", career_goal: "manager trainer researcher", engagement_level: "medium" },
            { id: 21, full_name: "Amir Costa", career_goal: "writer analyst manager", engagement_level: "low" },
            { id: 22, full_name: "Victor Yilmaz", career_goal: "developer", engagement_level: "low" },
            { id: 23, full_name: "Ibrahim Brown", career_goal: "scientist", engagement_level: "low" },
            { id: 24, full_name: "Nadia Weber", career_goal: "leader consultant coordinator", engagement_level: "low" },
            { id: 25, full_name: "Elif Tanaka", career_goal: "leader", engagement_level: "medium" },
            { id: 26, full_name: "Nour Bauer", career_goal: "designer", engagement_level: "low" },
            { id: 27, full_name: "Oscar Kim", career_goal: "specialist analyst", engagement_level: "low" },
            { id: 28, full_name: "Wei Martin", career_goal: "developer analyst", engagement_level: "medium" },
            { id: 29, full_name: "Priya Meyer", career_goal: "leader", engagement_level: "low" },
            { id: 30, full_name: "Marco Hughes", career_goal: "researcher", engagement_level: "high" },
            { id: 31, full_name: "Nina Davis", career_goal: "leader developer strategist", engagement_level: "medium" },
            { id: 32, full_name: "Sofia Jensen", career_goal: "consultant technician", engagement_level: "low" },
            { id: 33, full_name: "Nadia Johnson", career_goal: "artist", engagement_level: "low" },
            { id: 34, full_name: "Mia Martin", career_goal: "engineer trainer", engagement_level: "low" },
            { id: 35, full_name: "Carlos Silva", career_goal: "specialist educator strategist", engagement_level: "low" },
            { id: 36, full_name: "Hana Diaz", career_goal: "designer scientist researcher", engagement_level: "medium" },
            { id: 37, full_name: "Tariq Singh", career_goal: "consultant trainer analyst", engagement_level: "low" },
            { id: 38, full_name: "Kai Young", career_goal: "educator manager", engagement_level: "low" },
            { id: 39, full_name: "Anna Castro", career_goal: "developer", engagement_level: "low" },
            { id: 40, full_name: "Jack Oliveira", career_goal: "leader technician strategist", engagement_level: "low" },
            { id: 41, full_name: "Andre Flores", career_goal: "writer", engagement_level: "low" },
            { id: 42, full_name: "Paula Sousa", career_goal: "administrator", engagement_level: "medium" },
            { id: 43, full_name: "Jack Vargas", career_goal: "researcher engineer", engagement_level: "medium" },
            { id: 44, full_name: "Arjun Walker", career_goal: "entrepreneur technician scientist", engagement_level: "low" },
            { id: 45, full_name: "Leo Ali", career_goal: "analyst writer", engagement_level: "low" },
            { id: 46, full_name: "Yara Baker", career_goal: "writer", engagement_level: "medium" },
            { id: 47, full_name: "Uma Torres", career_goal: "trainer technician analyst", engagement_level: "low" },
            { id: 48, full_name: "Sam Patel", career_goal: null, engagement_level: "low" },
            { id: 49, full_name: "Zoe Castro", career_goal: "analyst developer leader", engagement_level: "medium" },
            { id: 50, full_name: "Sofia Dubois", career_goal: "engineer", engagement_level: "medium" },
            { id: 51, full_name: "Hugo Jansen", career_goal: "strategist developer", engagement_level: "low" },
            { id: 52, full_name: "Lina Brown", career_goal: "consultant strategist", engagement_level: "medium" },
            { id: 53, full_name: "Ibrahim Baker", career_goal: "analyst", engagement_level: "low" },
            { id: 54, full_name: "Rafael Cruz", career_goal: "educator", engagement_level: "high" },
            { id: 55, full_name: "Sam Wilson", career_goal: "technician", engagement_level: "low" },
            { id: 56, full_name: "Omar Gupta", career_goal: "manager designer educator", engagement_level: "low" },
            { id: 57, full_name: "Hannah Wang", career_goal: "engineer", engagement_level: "medium" },
            { id: 58, full_name: "Ines Almeida", career_goal: "trainer analyst", engagement_level: "low" },
            { id: 59, full_name: "Fatima Khan", career_goal: "technician", engagement_level: "medium" },
            { id: 60, full_name: "Hannah Carter", career_goal: "administrator", engagement_level: "medium" },
            { id: 61, full_name: "Hana Schmidt", career_goal: "writer administrator", engagement_level: "medium" },
            { id: 62, full_name: "Mia Shah", career_goal: "trainer consultant", engagement_level: "low" },
            { id: 63, full_name: "Omar Smith", career_goal: "marketer", engagement_level: "low" },
            { id: 64, full_name: "Mateo Vargas", career_goal: "educator designer", engagement_level: "low" },
            { id: 65, full_name: "Selin Costa", career_goal: "coordinator", engagement_level: "low" },
            { id: 66, full_name: "Anna Almeida", career_goal: null, engagement_level: "high" },
            { id: 67, full_name: "Ethan Taylor", career_goal: null, engagement_level: "low" },
            { id: 68, full_name: "Julia Oliveira", career_goal: null, engagement_level: "medium" },
            { id: 69, full_name: "Hana Garcia", career_goal: "specialist trainer administrator", engagement_level: "low" },
            { id: 70, full_name: "Tomas Ahmed", career_goal: "marketer specialist leader", engagement_level: "low" },
            { id: 71, full_name: "Sofia Kim", career_goal: "designer specialist scientist", engagement_level: "low" },
            { id: 72, full_name: "Felix Reyes", career_goal: null, engagement_level: "low" },
            { id: 73, full_name: "Victor Yilmaz", career_goal: "entrepreneur", engagement_level: "low" },
            { id: 74, full_name: "Hugo Carter", career_goal: null, engagement_level: "medium" },
            { id: 75, full_name: "Priya Chen", career_goal: "manager writer", engagement_level: "high" },
            { id: 76, full_name: "Ibrahim Rossi", career_goal: "developer leader marketer", engagement_level: "low" },
            { id: 77, full_name: "Diego Wagner", career_goal: "leader entrepreneur", engagement_level: "low" },
            { id: 78, full_name: "Elena Weber", career_goal: null, engagement_level: "medium" },
            { id: 79, full_name: "Karim Clark", career_goal: "analyst", engagement_level: "low" },
            { id: 80, full_name: "Ana Schmidt", career_goal: null, engagement_level: "medium" },
            { id: 81, full_name: "David Brown", career_goal: "analyst educator", engagement_level: "low" },
            { id: 82, full_name: "Priya Ibrahim", career_goal: null, engagement_level: "high" },
            { id: 83, full_name: "Nina Weber", career_goal: "coordinator marketer designer", engagement_level: "low" },
            { id: 84, full_name: "Amir Kim", career_goal: "scientist educator manager", engagement_level: "low" },
            { id: 85, full_name: "Zara Wright", career_goal: "researcher scientist administrator", engagement_level: "low" },
            { id: 86, full_name: "Mila Garcia", career_goal: "writer", engagement_level: "medium" },
            { id: 87, full_name: "Sofia Murphy", career_goal: "administrator scientist coordinator", engagement_level: "medium" },
            { id: 88, full_name: "Chen Dubois", career_goal: "strategist consultant researcher", engagement_level: "medium" },
            { id: 89, full_name: "Leo Moreau", career_goal: null, engagement_level: "low" },
            { id: 90, full_name: "Nina Kaya", career_goal: "analyst specialist designer", engagement_level: "low" },
            { id: 91, full_name: "Marco Ahmed", career_goal: "coordinator scientist", engagement_level: "low" },
            { id: 92, full_name: "Yusuf Kim", career_goal: null, engagement_level: "low" },
            { id: 93, full_name: "Amir Davis", career_goal: null, engagement_level: "low" },
            { id: 94, full_name: "Hugo Bauer", career_goal: "engineer technician", engagement_level: "low" },
            { id: 95, full_name: "Diego Lopez", career_goal: "consultant designer", engagement_level: "high" },
            { id: 96, full_name: "Theo Sousa", career_goal: "technician writer coordinator", engagement_level: "low" },
            { id: 97, full_name: "Lena Murphy", career_goal: "specialist artist trainer", engagement_level: "medium" },
            { id: 98, full_name: "Ana Moreau", career_goal: "designer manager scientist", engagement_level: "low" },
            { id: 99, full_name: "Tomas Mendes", career_goal: "leader scientist specialist", engagement_level: "medium" },
            { id: 100, full_name: "Theo Flores", career_goal: null, engagement_level: "medium" },
            { id: 101, full_name: "Ravi Silva", career_goal: "educator", engagement_level: "high" },
            { id: 102, full_name: "Carlos Sato", career_goal: "administrator artist", engagement_level: "low" },
            { id: 103, full_name: "Lina Gupta", career_goal: "engineer writer trainer", engagement_level: "medium" },
            { id: 104, full_name: "Fatima Shah", career_goal: "coordinator technician", engagement_level: "low" },
            { id: 105, full_name: "Olivia Diaz", career_goal: null, engagement_level: "low" },
            { id: 106, full_name: "Maria Clark", career_goal: "coordinator trainer", engagement_level: "low" },
            { id: 107, full_name: "Maya Schneider", career_goal: "strategist marketer", engagement_level: "high" },
            { id: 108, full_name: "Ravi Vargas", career_goal: "artist coordinator researcher", engagement_level: "low" },
            { id: 109, full_name: "Nour Pereira", career_goal: "coordinator designer consultant", engagement_level: "medium" },
            { id: 110, full_name: "Isaac Dubois", career_goal: "entrepreneur technician writer", engagement_level: "medium" },
            { id: 111, full_name: "Ravi Vargas", career_goal: "consultant designer", engagement_level: "low" },
            { id: 112, full_name: "Ruby Costa", career_goal: "engineer leader", engagement_level: "medium" },
            { id: 113, full_name: "Selin Gupta", career_goal: "leader", engagement_level: "low" },
            { id: 114, full_name: "Sam Diaz", career_goal: "entrepreneur educator", engagement_level: "low" },
            { id: 115, full_name: "Chloe Hansen", career_goal: "specialist trainer", engagement_level: "low" },
            { id: 116, full_name: "Noah Yilmaz", career_goal: "entrepreneur manager", engagement_level: "low" },
            { id: 117, full_name: "Lucas Baker", career_goal: "marketer designer", engagement_level: "low" },
            { id: 118, full_name: "Omar Nakamura", career_goal: null, engagement_level: "high" },
            { id: 119, full_name: "Pedro Meyer", career_goal: "educator engineer", engagement_level: "low" },
            { id: 120, full_name: "Carla Torres", career_goal: "educator artist strategist", engagement_level: "low" },
            { id: 121, full_name: "Mei Patel", career_goal: "entrepreneur technician", engagement_level: "medium" },
            { id: 122, full_name: "Hugo Young", career_goal: null, engagement_level: "low" },
            { id: 123, full_name: "Diego Novak", career_goal: "specialist marketer technician", engagement_level: "low" },
            { id: 124, full_name: "Ben Khan", career_goal: "marketer leader", engagement_level: "low" },
            { id: 125, full_name: "Lina Zhang", career_goal: "trainer", engagement_level: "low" },
            { id: 126, full_name: "Leo Weber", career_goal: "researcher", engagement_level: "high" },
            { id: 127, full_name: "Sam Cruz", career_goal: "engineer scientist entrepreneur", engagement_level: "low" },
            { id: 128, full_name: "Theo Larsen", career_goal: "strategist scientist", engagement_level: "low" },
            { id: 129, full_name: "Oscar Patel", career_goal: "researcher", engagement_level: "low" },
            { id: 130, full_name: "Leo Walker", career_goal: "consultant", engagement_level: "low" },
            { id: 131, full_name: "Jade Andersen", career_goal: "artist", engagement_level: "low" },
            { id: 132, full_name: "Hugo Ibrahim", career_goal: "consultant marketer", engagement_level: "medium" },
            { id: 133, full_name: "Jack Castro", career_goal: "scientist marketer", engagement_level: "low" },
            { id: 134, full_name: "Mohamed Jensen", career_goal: null, engagement_level: "high" },
            { id: 135, full_name: "Leo Kim", career_goal: "developer analyst", engagement_level: "medium" },
            { id: 136, full_name: "Kai Ibrahim", career_goal: "engineer developer", engagement_level: "low" },
            { id: 137, full_name: "Wei Khan", career_goal: "manager", engagement_level: "low" },
            { id: 138, full_name: "Sven Castro", career_goal: "educator marketer analyst", engagement_level: "high" },
            { id: 139, full_name: "Theo Martin", career_goal: "writer consultant", engagement_level: "low" },
            { id: 140, full_name: "Zara Singh", career_goal: null, engagement_level: "medium" },
            { id: 141, full_name: "Yara Dubois", career_goal: "engineer artist", engagement_level: "low" },
            { id: 142, full_name: "Ivan Oliveira", career_goal: "coordinator artist leader", engagement_level: "low" },
            { id: 143, full_name: "Marco Mendes", career_goal: "entrepreneur", engagement_level: "medium" },
            { id: 144, full_name: "Alice Oliveira", career_goal: "educator", engagement_level: "low" },
            { id: 145, full_name: "Maja Schmidt", career_goal: "scientist trainer", engagement_level: "low" },
            { id: 146, full_name: "Julia Weber", career_goal: "leader entrepreneur scientist", engagement_level: "low" },
            { id: 147, full_name: "Rosa Mendes", career_goal: null, engagement_level: "low" },
            { id: 148, full_name: "Laura Sousa", career_goal: "trainer specialist writer", engagement_level: "low" },
            { id: 149, full_name: "Olivia Carter", career_goal: "developer analyst manager", engagement_level: "medium" },
            { id: 150, full_name: "Hugo Castro", career_goal: "coordinator", engagement_level: "low" },
            { id: 151, full_name: "Hugo Pereira", career_goal: "entrepreneur", engagement_level: "medium" },
            { id: 152, full_name: "Nadia Wilson", career_goal: "scientist leader strategist", engagement_level: "low" },
            { id: 153, full_name: "Oscar Chen", career_goal: "marketer", engagement_level: "medium" },
            { id: 154, full_name: "Ravi Jansen", career_goal: "manager technician specialist", engagement_level: "low" },
            { id: 155, full_name: "Rosa Costa", career_goal: "scientist technician leader", engagement_level: "low" },
            { id: 156, full_name: "Yara Murphy", career_goal: "administrator", engagement_level: "medium" },
            { id: 157, full_name: "Maya Young", career_goal: "coordinator", engagement_level: "low" },
            { id: 158, full_name: "Elif Almeida", career_goal: "artist scientist", engagement_level: "medium" },
            { id: 159, full_name: "Carlos Larsen", career_goal: "researcher educator leader", engagement_level: "low" },
            { id: 160, full_name: "Isaac Lopez", career_goal: "strategist educator consultant", engagement_level: "low" },
            { id: 161, full_name: "Lina Kaya", career_goal: "manager", engagement_level: "low" },
            { id: 162, full_name: "Nadia Sousa", career_goal: null, engagement_level: "medium" },
            { id: 163, full_name: "Nour Bauer", career_goal: "educator", engagement_level: "medium" },
            { id: 164, full_name: "Jack Novak", career_goal: null, engagement_level: "low" },
            { id: 165, full_name: "Marco Klein", career_goal: "educator specialist leader", engagement_level: "medium" },
            { id: 166, full_name: "Deniz Sato", career_goal: "analyst writer", engagement_level: "medium" },
            { id: 167, full_name: "Hana Costa", career_goal: "educator", engagement_level: "low" },
            { id: 168, full_name: "Laura Castro", career_goal: "marketer scientist technician", engagement_level: "low" },
            { id: 169, full_name: "Marco Johnson", career_goal: "educator", engagement_level: "low" },
            { id: 170, full_name: "Maja Cruz", career_goal: "scientist", engagement_level: "low" },
            { id: 171, full_name: "Priya Clark", career_goal: "coordinator designer", engagement_level: "medium" },
            { id: 172, full_name: "David Silva", career_goal: "scientist", engagement_level: "low" },
            { id: 173, full_name: "Daniel Sousa", career_goal: null, engagement_level: "medium" },
            { id: 174, full_name: "Mohamed Ali", career_goal: "artist", engagement_level: "medium" },
            { id: 175, full_name: "Omar Smith", career_goal: null, engagement_level: "high" },
            { id: 176, full_name: "Jonas Murphy", career_goal: "researcher", engagement_level: "low" },
            { id: 177, full_name: "Laura Taylor", career_goal: "designer administrator writer", engagement_level: "low" },
            { id: 178, full_name: "Chen Gomez", career_goal: "scientist", engagement_level: "low" },
            { id: 179, full_name: "Jack Schmidt", career_goal: "administrator designer", engagement_level: "low" },
            { id: 180, full_name: "Ravi Hassan", career_goal: "educator analyst", engagement_level: "low" },
            { id: 181, full_name: "Deniz Demir", career_goal: "researcher engineer trainer", engagement_level: "medium" },
            { id: 182, full_name: "Ibrahim Castro", career_goal: "administrator educator", engagement_level: "medium" },
            { id: 183, full_name: "Grace Yilmaz", career_goal: "developer designer trainer", engagement_level: "low" },
            { id: 184, full_name: "Olivia Ibrahim", career_goal: "developer coordinator", engagement_level: "low" },
            { id: 185, full_name: "Olivia Demir", career_goal: "coordinator leader", engagement_level: "low" },
            { id: 186, full_name: "James Lee", career_goal: "coordinator", engagement_level: "low" },
            { id: 187, full_name: "Deniz Rossi", career_goal: "manager strategist engineer", engagement_level: "low" },
            { id: 188, full_name: "Amir Adams", career_goal: "technician coordinator entrepreneur", engagement_level: "high" },
            { id: 189, full_name: "Sven Singh", career_goal: "scientist", engagement_level: "low" },
            { id: 190, full_name: "Kai Hassan", career_goal: "designer", engagement_level: "low" },
            { id: 191, full_name: "Victor Sato", career_goal: "consultant writer", engagement_level: "medium" },
            { id: 192, full_name: "Ben Young", career_goal: "engineer", engagement_level: "low" },
            { id: 193, full_name: "Ivan Wright", career_goal: "strategist analyst", engagement_level: "low" },
            { id: 194, full_name: "Elif Reyes", career_goal: null, engagement_level: "low" },
            { id: 195, full_name: "Zara Nguyen", career_goal: "designer artist consultant", engagement_level: "medium" },
            { id: 196, full_name: "Uma Andersen", career_goal: "writer developer", engagement_level: "medium" },
            { id: 197, full_name: "Maya Vargas", career_goal: "educator strategist leader", engagement_level: "low" },
            { id: 198, full_name: "Sofia Pereira", career_goal: "coordinator", engagement_level: "medium" },
            { id: 199, full_name: "Nina Ibrahim", career_goal: "developer marketer technician", engagement_level: "low" },
            { id: 200, full_name: "Ibrahim Singh", career_goal: null, engagement_level: "medium" },
        ],
    });
    await prisma.discussions.createMany({
        data: [
            { id: 1, course_id: 63, user_id: 141, topic: "tools development", timestamp: new Date("2023-11-21T14:44:52Z"), participant_count: 25, engagement_score: "5.2" },
            { id: 2, course_id: 58, user_id: 150, topic: "opportunities experiences resources", timestamp: new Date("2023-10-11T12:05:45Z"), participant_count: 27, engagement_score: "4.1" },
            { id: 3, course_id: 85, user_id: 190, topic: "career", timestamp: new Date("2023-08-16T18:19:19Z"), participant_count: 22, engagement_score: "4.2" },
            { id: 4, course_id: 2, user_id: 150, topic: "techniques", timestamp: new Date("2023-11-28T11:16:30Z"), participant_count: 23, engagement_score: "5.9" },
            { id: 5, course_id: 37, user_id: 124, topic: "insights trends", timestamp: new Date("2023-10-04T09:34:33Z"), participant_count: 35, engagement_score: "4.3" },
            { id: 6, course_id: 96, user_id: 88, topic: "success", timestamp: new Date("2023-08-03T09:47:32Z"), participant_count: 26, engagement_score: "4.0" },
            { id: 7, course_id: 41, user_id: 177, topic: "innovations strategies best-practices", timestamp: new Date("2023-09-13T08:42:30Z"), participant_count: 13, engagement_score: "4.9" },
            { id: 8, course_id: 98, user_id: 71, topic: null, timestamp: new Date("2023-01-14T13:55:57Z"), participant_count: 20, engagement_score: "8.4" },
            { id: 9, course_id: 68, user_id: 41, topic: "trends networking challenges", timestamp: new Date("2023-02-13T09:02:49Z"), participant_count: 14, engagement_score: "3.7" },
            { id: 10, course_id: 95, user_id: 190, topic: null, timestamp: null, participant_count: 16, engagement_score: "5.5" },
            { id: 11, course_id: 77, user_id: 195, topic: null, timestamp: new Date("2023-08-07T07:24:12Z"), participant_count: 23, engagement_score: "3.1" },
            { id: 12, course_id: 89, user_id: 193, topic: "opportunities", timestamp: null, participant_count: 31, engagement_score: "7.5" },
            { id: 13, course_id: 98, user_id: 175, topic: "growth best-practices", timestamp: new Date("2023-08-08T08:16:10Z"), participant_count: 25, engagement_score: "4.2" },
            { id: 14, course_id: 80, user_id: 145, topic: "techniques", timestamp: new Date("2023-05-02T11:26:26Z"), participant_count: 20, engagement_score: "3.6" },
            { id: 15, course_id: 16, user_id: 164, topic: "best-practices case-studies development", timestamp: new Date("2023-02-11T11:37:21Z"), participant_count: 26, engagement_score: "8.5" },
            { id: 16, course_id: 71, user_id: 71, topic: "opportunities networking", timestamp: new Date("2023-08-12T08:36:02Z"), participant_count: 21, engagement_score: "4.9" },
            { id: 17, course_id: 45, user_id: 113, topic: "resources opportunities", timestamp: new Date("2023-03-10T11:41:37Z"), participant_count: 22, engagement_score: "6.3" },
            { id: 18, course_id: 92, user_id: 43, topic: null, timestamp: new Date("2023-04-22T09:38:49Z"), participant_count: 23, engagement_score: "5.5" },
            { id: 19, course_id: 27, user_id: 85, topic: "skills insights strategies", timestamp: new Date("2023-09-28T11:12:54Z"), participant_count: 24, engagement_score: "5.2" },
            { id: 20, course_id: 89, user_id: 30, topic: "opportunities experiences networking", timestamp: new Date("2023-09-24T10:55:54Z"), participant_count: 25, engagement_score: "4.4" },
            { id: 21, course_id: 15, user_id: 60, topic: "collaboration innovations", timestamp: new Date("2023-01-27T08:30:52Z"), participant_count: 28, engagement_score: "5.4" },
            { id: 22, course_id: 76, user_id: 87, topic: "growth strategies tools", timestamp: null, participant_count: 28, engagement_score: "7.3" },
            { id: 23, course_id: 42, user_id: 149, topic: "innovations resources", timestamp: new Date("2023-09-28T06:18:00Z"), participant_count: 28, engagement_score: "5.5" },
            { id: 24, course_id: 98, user_id: 19, topic: "insights strategies", timestamp: new Date("2023-03-23T11:37:55Z"), participant_count: 23, engagement_score: "7.1" },
            { id: 25, course_id: 84, user_id: 1, topic: "skills development challenges", timestamp: new Date("2023-05-15T10:42:35Z"), participant_count: 26, engagement_score: "5.0" },
            { id: 26, course_id: 88, user_id: 123, topic: "collaboration success career", timestamp: new Date("2023-09-21T10:47:53Z"), participant_count: 22, engagement_score: "5.0" },
            { id: 27, course_id: 48, user_id: 60, topic: "networking case-studies insights", timestamp: new Date("2023-07-19T12:28:12Z"), participant_count: 28, engagement_score: "4.8" },
            { id: 28, course_id: 7, user_id: 139, topic: "collaboration best-practices", timestamp: new Date("2023-09-24T13:44:02Z"), participant_count: 17, engagement_score: "4.2" },
            { id: 29, course_id: 2, user_id: 32, topic: "opportunities strategies success", timestamp: new Date("2023-08-28T11:42:04Z"), participant_count: 25, engagement_score: "3.2" },
            { id: 30, course_id: 14, user_id: 174, topic: "best-practices trends", timestamp: new Date("2023-04-10T18:04:51Z"), participant_count: 42, engagement_score: "6.2" },
            { id: 31, course_id: 65, user_id: 169, topic: null, timestamp: new Date("2023-05-19T14:13:18Z"), participant_count: 21, engagement_score: "6.0" },
            { id: 32, course_id: 36, user_id: 2, topic: "best-practices insights innovations", timestamp: new Date("2023-01-09T11:59:41Z"), participant_count: 31, engagement_score: "4.8" },
            { id: 33, course_id: 54, user_id: 66, topic: "opportunities success", timestamp: new Date("2023-03-01T16:30:57Z"), participant_count: 26, engagement_score: "7.5" },
            { id: 34, course_id: 8, user_id: 73, topic: "skills strategies case-studies", timestamp: new Date("2023-05-04T16:07:10Z"), participant_count: 17, engagement_score: "4.5" },
            { id: 35, course_id: 56, user_id: 159, topic: null, timestamp: null, participant_count: 21, engagement_score: "6.4" },
            { id: 36, course_id: 32, user_id: 55, topic: "case-studies innovations", timestamp: new Date("2023-07-22T16:29:47Z"), participant_count: 22, engagement_score: "3.3" },
            { id: 37, course_id: 92, user_id: 193, topic: null, timestamp: new Date("2023-04-13T13:32:32Z"), participant_count: 28, engagement_score: "3.2" },
            { id: 38, course_id: 81, user_id: 162, topic: "strategies innovations case-studies", timestamp: null, participant_count: 18, engagement_score: "4.1" },
            { id: 39, course_id: 19, user_id: 169, topic: "insights trends case-studies", timestamp: new Date("2023-11-01T13:53:21Z"), participant_count: 31, engagement_score: "2.5" },
            { id: 40, course_id: 3, user_id: 18, topic: "trends networking", timestamp: new Date("2023-07-06T11:00:03Z"), participant_count: 39, engagement_score: "6.5" },
            { id: 41, course_id: 60, user_id: 71, topic: "challenges", timestamp: new Date("2023-08-11T10:08:39Z"), participant_count: 15, engagement_score: "6.6" },
            { id: 42, course_id: 4, user_id: 157, topic: "growth", timestamp: null, participant_count: 28, engagement_score: "5.0" },
            { id: 43, course_id: 26, user_id: 151, topic: "strategies success trends", timestamp: new Date("2023-12-08T09:42:40Z"), participant_count: 24, engagement_score: "6.5" },
            { id: 44, course_id: 56, user_id: 56, topic: "innovations development trends", timestamp: new Date("2023-06-17T15:45:07Z"), participant_count: 30, engagement_score: "6.9" },
            { id: 45, course_id: 6, user_id: 157, topic: "success strategies", timestamp: new Date("2023-06-06T14:57:21Z"), participant_count: 34, engagement_score: "5.2" },
            { id: 46, course_id: 53, user_id: 39, topic: "collaboration insights networking", timestamp: new Date("2023-11-26T08:13:33Z"), participant_count: 13, engagement_score: "2.6" },
            { id: 47, course_id: 59, user_id: 40, topic: null, timestamp: new Date("2023-01-21T16:55:04Z"), participant_count: 31, engagement_score: "6.7" },
            { id: 48, course_id: 59, user_id: 138, topic: "case-studies", timestamp: new Date("2023-08-30T17:20:57Z"), participant_count: 29, engagement_score: "7.7" },
            { id: 49, course_id: 92, user_id: 34, topic: "career", timestamp: new Date("2023-05-15T20:23:16Z"), participant_count: 13, engagement_score: "4.1" },
            { id: 50, course_id: 9, user_id: 45, topic: null, timestamp: new Date("2023-07-28T14:06:02Z"), participant_count: 36, engagement_score: "4.4" },
            { id: 51, course_id: 57, user_id: 148, topic: "trends", timestamp: new Date("2023-08-26T08:49:47Z"), participant_count: 19, engagement_score: "6.5" },
            { id: 52, course_id: 70, user_id: 27, topic: null, timestamp: new Date("2023-07-30T11:09:05Z"), participant_count: 12, engagement_score: "4.6" },
            { id: 53, course_id: 15, user_id: 170, topic: "career networking", timestamp: new Date("2023-06-23T16:07:36Z"), participant_count: 23, engagement_score: "5.0" },
            { id: 54, course_id: 25, user_id: 69, topic: "strategies", timestamp: new Date("2023-03-04T12:19:11Z"), participant_count: 31, engagement_score: "4.1" },
            { id: 55, course_id: 98, user_id: 190, topic: "collaboration", timestamp: new Date("2023-05-11T10:59:31Z"), participant_count: 32, engagement_score: "4.2" },
            { id: 56, course_id: 85, user_id: 83, topic: "success trends", timestamp: null, participant_count: 17, engagement_score: "6.1" },
            { id: 57, course_id: 26, user_id: 175, topic: "skills tools collaboration", timestamp: new Date("2023-10-09T10:03:12Z"), participant_count: 16, engagement_score: "3.8" },
            { id: 58, course_id: 9, user_id: 183, topic: "growth opportunities resources", timestamp: new Date("2023-04-08T13:47:11Z"), participant_count: 18, engagement_score: "3.5" },
            { id: 59, course_id: 79, user_id: 9, topic: "development feedback", timestamp: new Date("2023-09-28T10:22:46Z"), participant_count: 38, engagement_score: "6.4" },
            { id: 60, course_id: 97, user_id: 106, topic: "strategies", timestamp: new Date("2023-11-20T14:04:59Z"), participant_count: 30, engagement_score: "4.2" },
            { id: 61, course_id: 15, user_id: 12, topic: "case-studies", timestamp: new Date("2023-06-04T22:43:54Z"), participant_count: 20, engagement_score: "3.6" },
            { id: 62, course_id: 100, user_id: 35, topic: "techniques success", timestamp: new Date("2023-03-19T10:30:10Z"), participant_count: 20, engagement_score: "7.0" },
            { id: 63, course_id: 85, user_id: 33, topic: "techniques best-practices", timestamp: new Date("2023-06-02T11:10:25Z"), participant_count: 29, engagement_score: "4.0" },
            { id: 64, course_id: 62, user_id: 50, topic: "growth resources", timestamp: new Date("2023-10-20T13:55:08Z"), participant_count: 16, engagement_score: "6.0" },
            { id: 65, course_id: 86, user_id: 139, topic: "case-studies", timestamp: new Date("2023-04-07T11:49:10Z"), participant_count: 30, engagement_score: "6.6" },
            { id: 66, course_id: 11, user_id: 6, topic: "success challenges case-studies", timestamp: new Date("2023-06-17T11:32:51Z"), participant_count: 33, engagement_score: "4.5" },
            { id: 67, course_id: 36, user_id: 131, topic: "success development techniques", timestamp: new Date("2023-06-18T13:05:24Z"), participant_count: 21, engagement_score: "4.2" },
            { id: 68, course_id: 87, user_id: 15, topic: "trends", timestamp: null, participant_count: 19, engagement_score: "6.0" },
            { id: 69, course_id: 3, user_id: 51, topic: "trends", timestamp: new Date("2023-05-14T16:23:29Z"), participant_count: 15, engagement_score: "5.8" },
            { id: 70, course_id: 16, user_id: 177, topic: "networking innovations", timestamp: new Date("2023-08-15T11:22:48Z"), participant_count: 26, engagement_score: "7.6" },
            { id: 71, course_id: 97, user_id: 36, topic: "strategies feedback experiences", timestamp: new Date("2023-02-26T10:13:16Z"), participant_count: 31, engagement_score: "4.0" },
            { id: 72, course_id: 31, user_id: 194, topic: "challenges", timestamp: new Date("2023-11-06T16:24:04Z"), participant_count: 24, engagement_score: "5.2" },
            { id: 73, course_id: 46, user_id: 170, topic: "experiences trends resources", timestamp: new Date("2023-05-22T08:06:35Z"), participant_count: 26, engagement_score: "7.6" },
            { id: 74, course_id: 42, user_id: 63, topic: "development skills innovations", timestamp: new Date("2023-06-05T10:07:30Z"), participant_count: 22, engagement_score: "5.6" },
            { id: 75, course_id: 2, user_id: 34, topic: "challenges", timestamp: new Date("2023-06-25T10:29:52Z"), participant_count: 24, engagement_score: "5.8" },
            { id: 76, course_id: 74, user_id: 20, topic: "case-studies skills tools", timestamp: new Date("2023-07-03T08:40:47Z"), participant_count: 21, engagement_score: "2.8" },
            { id: 77, course_id: 51, user_id: 16, topic: "growth experiences collaboration", timestamp: new Date("2023-12-25T16:49:20Z"), participant_count: 17, engagement_score: "5.9" },
            { id: 78, course_id: 29, user_id: 5, topic: "growth techniques", timestamp: new Date("2023-03-11T12:46:19Z"), participant_count: 22, engagement_score: "3.7" },
            { id: 79, course_id: 60, user_id: 44, topic: "success", timestamp: new Date("2023-07-08T15:41:57Z"), participant_count: 20, engagement_score: "3.9" },
            { id: 80, course_id: 100, user_id: 151, topic: "growth career trends", timestamp: new Date("2023-05-04T08:56:34Z"), participant_count: 26, engagement_score: "8.3" },
            { id: 81, course_id: 13, user_id: 6, topic: "case-studies", timestamp: new Date("2023-10-20T11:51:31Z"), participant_count: 26, engagement_score: "9.6" },
            { id: 82, course_id: 57, user_id: 27, topic: null, timestamp: new Date("2023-06-06T15:04:02Z"), participant_count: 25, engagement_score: "5.6" },
            { id: 83, course_id: 86, user_id: 195, topic: "innovations resources", timestamp: new Date("2023-04-03T09:38:12Z"), participant_count: 30, engagement_score: "1.5" },
            { id: 84, course_id: 58, user_id: 174, topic: "skills case-studies feedback", timestamp: new Date("2023-08-18T17:43:27Z"), participant_count: 27, engagement_score: "6.9" },
            { id: 85, course_id: 65, user_id: 89, topic: "challenges", timestamp: new Date("2023-12-01T12:47:04Z"), participant_count: 24, engagement_score: "3.5" },
            { id: 86, course_id: 8, user_id: 67, topic: "insights", timestamp: new Date("2023-02-10T14:08:24Z"), participant_count: 25, engagement_score: "7.4" },
            { id: 87, course_id: 19, user_id: 139, topic: null, timestamp: new Date("2023-07-23T11:55:34Z"), participant_count: 26, engagement_score: "5.8" },
            { id: 88, course_id: 85, user_id: 196, topic: "challenges", timestamp: new Date("2023-11-20T14:34:22Z"), participant_count: 16, engagement_score: "5.6" },
            { id: 89, course_id: 7, user_id: 6, topic: "challenges success growth", timestamp: new Date("2023-06-03T13:35:19Z"), participant_count: 20, engagement_score: "2.6" },
            { id: 90, course_id: 72, user_id: 24, topic: "insights strategies", timestamp: new Date("2023-12-04T08:38:50Z"), participant_count: 19, engagement_score: "6.6" },
            { id: 91, course_id: 6, user_id: 169, topic: "feedback techniques", timestamp: new Date("2023-06-20T06:58:01Z"), participant_count: 40, engagement_score: "6.2" },
            { id: 92, course_id: 50, user_id: 197, topic: "career insights challenges", timestamp: new Date("2023-03-16T10:49:34Z"), participant_count: 37, engagement_score: "7.2" },
            { id: 93, course_id: 80, user_id: 49, topic: "trends career", timestamp: new Date("2023-07-08T11:12:44Z"), participant_count: 21, engagement_score: "3.7" },
            { id: 94, course_id: 64, user_id: 138, topic: "resources collaboration innovations", timestamp: new Date("2023-07-14T10:15:46Z"), participant_count: 33, engagement_score: "3.5" },
            { id: 95, course_id: 85, user_id: 130, topic: "trends resources success", timestamp: null, participant_count: 25, engagement_score: "5.2" },
            { id: 96, course_id: 27, user_id: 118, topic: "experiences insights", timestamp: new Date("2023-01-06T08:27:31Z"), participant_count: 25, engagement_score: "6.1" },
            { id: 97, course_id: 61, user_id: 35, topic: "skills techniques", timestamp: new Date("2023-12-17T16:44:35Z"), participant_count: 31, engagement_score: "4.5" },
            { id: 98, course_id: 42, user_id: 76, topic: "techniques", timestamp: new Date("2023-12-24T10:06:52Z"), participant_count: 22, engagement_score: "4.8" },
            { id: 99, course_id: 8, user_id: 92, topic: "skills best-practices", timestamp: new Date("2023-12-21T20:23:54Z"), participant_count: 24, engagement_score: "5.0" },
            { id: 100, course_id: 97, user_id: 146, topic: "networking insights", timestamp: new Date("2023-09-08T14:26:22Z"), participant_count: 35, engagement_score: "4.5" },
            { id: 101, course_id: 33, user_id: 56, topic: "skills feedback challenges", timestamp: new Date("2023-03-31T10:54:45Z"), participant_count: 20, engagement_score: "4.2" },
            { id: 102, course_id: 44, user_id: 129, topic: "networking", timestamp: new Date("2023-06-12T11:27:31Z"), participant_count: 30, engagement_score: "5.3" },
            { id: 103, course_id: 16, user_id: 140, topic: null, timestamp: new Date("2023-07-16T16:55:28Z"), participant_count: 35, engagement_score: "4.6" },
            { id: 104, course_id: 91, user_id: 7, topic: "best-practices", timestamp: new Date("2023-12-29T10:14:12Z"), participant_count: 30, engagement_score: "5.8" },
            { id: 105, course_id: 23, user_id: 56, topic: "resources strategies success", timestamp: null, participant_count: 27, engagement_score: "2.4" },
            { id: 106, course_id: 59, user_id: 175, topic: "resources tools", timestamp: new Date("2023-01-31T16:48:48Z"), participant_count: 40, engagement_score: "5.0" },
            { id: 107, course_id: 43, user_id: 128, topic: "success growth tools", timestamp: null, participant_count: 31, engagement_score: "4.0" },
            { id: 108, course_id: 60, user_id: 166, topic: "tools best-practices", timestamp: new Date("2023-07-03T09:14:43Z"), participant_count: 30, engagement_score: "3.1" },
            { id: 109, course_id: 94, user_id: 198, topic: "development strategies career", timestamp: new Date("2023-11-13T16:30:07Z"), participant_count: 24, engagement_score: "7.7" },
            { id: 110, course_id: 74, user_id: 199, topic: "opportunities success", timestamp: new Date("2023-08-16T08:05:04Z"), participant_count: 24, engagement_score: "6.4" },
            { id: 111, course_id: 74, user_id: 82, topic: "networking career development", timestamp: new Date("2023-07-26T18:20:38Z"), participant_count: 17, engagement_score: "5.7" },
            { id: 112, course_id: 21, user_id: 78, topic: null, timestamp: new Date("2023-07-04T10:47:45Z"), participant_count: 22, engagement_score: "2.4" },
            { id: 113, course_id: 71, user_id: 28, topic: "insights experiences success", timestamp: new Date("2023-02-28T18:12:58Z"), participant_count: 25, engagement_score: "3.6" },
            { id: 114, course_id: 41, user_id: 198, topic: "best-practices trends strategies", timestamp: new Date("2023-10-12T12:15:17Z"), participant_count: 26, engagement_score: "2.7" },
            { id: 115, course_id: 85, user_id: 179, topic: "techniques", timestamp: new Date("2023-12-12T13:35:03Z"), participant_count: 30, engagement_score: "5.1" },
            { id: 116, course_id: 43, user_id: 117, topic: "success strategies", timestamp: new Date("2023-11-09T16:34:55Z"), participant_count: 29, engagement_score: "4.7" },
            { id: 117, course_id: 54, user_id: 187, topic: "success", timestamp: new Date("2023-02-05T13:39:11Z"), participant_count: 39, engagement_score: "3.2" },
            { id: 118, course_id: 25, user_id: 6, topic: "opportunities innovations", timestamp: null, participant_count: 15, engagement_score: "5.1" },
            { id: 119, course_id: 32, user_id: 51, topic: "challenges case-studies feedback", timestamp: new Date("2023-02-22T16:06:02Z"), participant_count: 37, engagement_score: "2.3" },
            { id: 120, course_id: 68, user_id: 168, topic: "feedback", timestamp: new Date("2023-04-17T17:56:19Z"), participant_count: 28, engagement_score: "1.4" },
            { id: 121, course_id: 18, user_id: 147, topic: "tools", timestamp: new Date("2023-07-07T12:25:34Z"), participant_count: 22, engagement_score: "5.6" },
            { id: 122, course_id: 9, user_id: 123, topic: "challenges tools", timestamp: null, participant_count: 35, engagement_score: "4.1" },
            { id: 123, course_id: 99, user_id: 8, topic: "experiences strategies success", timestamp: new Date("2023-12-07T13:33:59Z"), participant_count: 16, engagement_score: "4.8" },
            { id: 124, course_id: 43, user_id: 70, topic: null, timestamp: new Date("2023-09-04T17:45:44Z"), participant_count: 25, engagement_score: "3.3" },
            { id: 125, course_id: 41, user_id: 160, topic: "tools collaboration career", timestamp: new Date("2023-05-25T20:54:16Z"), participant_count: 31, engagement_score: "7.3" },
            { id: 126, course_id: 66, user_id: 79, topic: null, timestamp: null, participant_count: 30, engagement_score: "4.8" },
            { id: 127, course_id: 7, user_id: 149, topic: "opportunities", timestamp: new Date("2023-07-12T08:42:28Z"), participant_count: 21, engagement_score: "3.8" },
            { id: 128, course_id: 40, user_id: 35, topic: "best-practices innovations strategies", timestamp: new Date("2023-05-25T18:31:14Z"), participant_count: 29, engagement_score: "6.5" },
            { id: 129, course_id: 79, user_id: 165, topic: null, timestamp: new Date("2023-11-14T20:09:52Z"), participant_count: 40, engagement_score: "4.7" },
            { id: 130, course_id: 23, user_id: 198, topic: "innovations feedback", timestamp: new Date("2023-03-26T08:27:04Z"), participant_count: 22, engagement_score: "4.3" },
            { id: 131, course_id: 96, user_id: 193, topic: "best-practices career", timestamp: null, participant_count: 23, engagement_score: "6.8" },
            { id: 132, course_id: 2, user_id: 40, topic: "career", timestamp: null, participant_count: 15, engagement_score: "5.9" },
            { id: 133, course_id: 11, user_id: 19, topic: "collaboration", timestamp: new Date("2023-01-16T18:11:05Z"), participant_count: 14, engagement_score: "6.7" },
            { id: 134, course_id: 19, user_id: 185, topic: "opportunities resources", timestamp: new Date("2023-07-15T10:16:10Z"), participant_count: 17, engagement_score: "3.4" },
            { id: 135, course_id: 62, user_id: 51, topic: "challenges", timestamp: new Date("2023-08-25T13:48:50Z"), participant_count: 29, engagement_score: "6.7" },
            { id: 136, course_id: 98, user_id: 20, topic: "best-practices case-studies", timestamp: new Date("2023-06-04T14:53:08Z"), participant_count: 26, engagement_score: "3.8" },
            { id: 137, course_id: 30, user_id: 100, topic: "collaboration", timestamp: new Date("2023-04-09T11:28:21Z"), participant_count: 29, engagement_score: "5.8" },
            { id: 138, course_id: 35, user_id: 71, topic: "experiences", timestamp: new Date("2023-09-11T09:40:15Z"), participant_count: 24, engagement_score: "4.9" },
            { id: 139, course_id: 7, user_id: 31, topic: "insights trends resources", timestamp: new Date("2023-09-05T16:11:01Z"), participant_count: 32, engagement_score: "4.9" },
            { id: 140, course_id: 52, user_id: 78, topic: "challenges", timestamp: new Date("2023-03-04T18:05:04Z"), participant_count: 28, engagement_score: "4.0" },
            { id: 141, course_id: 81, user_id: 9, topic: "development", timestamp: new Date("2023-11-01T15:57:22Z"), participant_count: 19, engagement_score: "1.8" },
            { id: 142, course_id: 45, user_id: 124, topic: "trends career resources", timestamp: new Date("2023-08-22T09:07:31Z"), participant_count: 20, engagement_score: "4.5" },
            { id: 143, course_id: 33, user_id: 29, topic: "techniques opportunities", timestamp: new Date("2023-01-01T10:23:59Z"), participant_count: 21, engagement_score: "4.7" },
            { id: 144, course_id: 49, user_id: 199, topic: "tools growth techniques", timestamp: new Date("2023-10-25T15:21:47Z"), participant_count: 40, engagement_score: "4.9" },
            { id: 145, course_id: 91, user_id: 200, topic: null, timestamp: new Date("2023-07-26T17:25:33Z"), participant_count: 20, engagement_score: "6.9" },
            { id: 146, course_id: 4, user_id: 97, topic: "strategies experiences", timestamp: null, participant_count: 16, engagement_score: "1.9" },
            { id: 147, course_id: 77, user_id: 118, topic: "networking", timestamp: new Date("2023-01-22T16:39:47Z"), participant_count: 26, engagement_score: "4.5" },
            { id: 148, course_id: 87, user_id: 143, topic: null, timestamp: new Date("2023-09-26T20:46:57Z"), participant_count: 23, engagement_score: "5.9" },
            { id: 149, course_id: 58, user_id: 23, topic: "techniques", timestamp: new Date("2023-07-16T11:52:01Z"), participant_count: 18, engagement_score: "6.1" },
            { id: 150, course_id: 33, user_id: 107, topic: "resources trends", timestamp: new Date("2023-04-08T15:47:34Z"), participant_count: 36, engagement_score: "3.4" },
            { id: 151, course_id: 41, user_id: 141, topic: "insights", timestamp: null, participant_count: 23, engagement_score: "4.8" },
            { id: 152, course_id: 98, user_id: 115, topic: "networking experiences", timestamp: new Date("2023-03-24T15:16:49Z"), participant_count: 31, engagement_score: "5.9" },
            { id: 153, course_id: 74, user_id: 79, topic: "development feedback strategies", timestamp: new Date("2023-02-04T13:25:12Z"), participant_count: 20, engagement_score: "6.8" },
            { id: 154, course_id: 33, user_id: 71, topic: "case-studies", timestamp: new Date("2023-03-29T15:05:49Z"), participant_count: 38, engagement_score: "3.5" },
            { id: 155, course_id: 6, user_id: 63, topic: "best-practices experiences tools", timestamp: new Date("2023-01-15T16:10:22Z"), participant_count: 34, engagement_score: "3.9" },
            { id: 156, course_id: 60, user_id: 101, topic: "resources feedback", timestamp: new Date("2023-11-25T08:14:46Z"), participant_count: 39, engagement_score: "4.8" },
            { id: 157, course_id: 69, user_id: 103, topic: null, timestamp: new Date("2023-07-10T16:41:07Z"), participant_count: 13, engagement_score: "6.4" },
            { id: 158, course_id: 11, user_id: 111, topic: null, timestamp: new Date("2023-09-11T08:32:31Z"), participant_count: 24, engagement_score: "4.8" },
            { id: 159, course_id: 3, user_id: 113, topic: "networking tools resources", timestamp: new Date("2023-03-18T14:26:34Z"), participant_count: 21, engagement_score: "3.3" },
            { id: 160, course_id: 24, user_id: 119, topic: "strategies", timestamp: new Date("2023-11-02T09:17:13Z"), participant_count: 33, engagement_score: "3.5" },
            { id: 161, course_id: 82, user_id: 2, topic: "innovations", timestamp: new Date("2023-12-03T16:04:19Z"), participant_count: 31, engagement_score: "4.7" },
            { id: 162, course_id: 16, user_id: 50, topic: "innovations", timestamp: new Date("2023-09-22T10:09:59Z"), participant_count: 26, engagement_score: "4.2" },
            { id: 163, course_id: 17, user_id: 156, topic: "strategies best-practices", timestamp: null, participant_count: 25, engagement_score: "4.6" },
            { id: 164, course_id: 16, user_id: 161, topic: "development", timestamp: new Date("2023-11-15T12:12:13Z"), participant_count: 35, engagement_score: "3.2" },
            { id: 165, course_id: 4, user_id: 174, topic: "case-studies feedback experiences", timestamp: new Date("2023-11-17T09:57:29Z"), participant_count: 19, engagement_score: "5.1" },
            { id: 166, course_id: 82, user_id: 131, topic: "development feedback", timestamp: new Date("2023-10-07T12:08:13Z"), participant_count: 36, engagement_score: "4.9" },
            { id: 167, course_id: 22, user_id: 166, topic: "innovations", timestamp: new Date("2023-09-28T07:29:01Z"), participant_count: 26, engagement_score: "6.0" },
            { id: 168, course_id: 76, user_id: 94, topic: "experiences development", timestamp: new Date("2023-08-07T19:52:59Z"), participant_count: 17, engagement_score: "4.7" },
            { id: 169, course_id: 29, user_id: 80, topic: null, timestamp: new Date("2023-10-05T18:44:10Z"), participant_count: 34, engagement_score: "2.2" },
            { id: 170, course_id: 2, user_id: 8, topic: "skills feedback", timestamp: new Date("2023-06-20T09:14:57Z"), participant_count: 28, engagement_score: "3.2" },
            { id: 171, course_id: 55, user_id: 34, topic: "networking", timestamp: new Date("2023-12-01T20:17:22Z"), participant_count: 16, engagement_score: "4.2" },
            { id: 172, course_id: 15, user_id: 128, topic: "growth", timestamp: new Date("2023-08-03T11:51:38Z"), participant_count: 22, engagement_score: "1.7" },
            { id: 173, course_id: 99, user_id: 9, topic: "skills", timestamp: new Date("2023-01-27T13:17:21Z"), participant_count: 25, engagement_score: "3.8" },
            { id: 174, course_id: 65, user_id: 135, topic: "case-studies", timestamp: new Date("2023-01-14T15:59:18Z"), participant_count: 27, engagement_score: "7.4" },
            { id: 175, course_id: 86, user_id: 11, topic: "collaboration", timestamp: new Date("2023-09-30T11:10:36Z"), participant_count: 27, engagement_score: "5.0" },
            { id: 176, course_id: 2, user_id: 104, topic: "experiences", timestamp: new Date("2023-11-06T17:20:33Z"), participant_count: 15, engagement_score: "4.2" },
            { id: 177, course_id: 77, user_id: 111, topic: null, timestamp: new Date("2023-03-04T15:12:19Z"), participant_count: 23, engagement_score: "5.4" },
            { id: 178, course_id: 18, user_id: 196, topic: null, timestamp: new Date("2023-04-10T15:15:27Z"), participant_count: 24, engagement_score: "2.7" },
            { id: 179, course_id: 29, user_id: 7, topic: "case-studies", timestamp: new Date("2023-07-09T14:56:41Z"), participant_count: 22, engagement_score: "6.3" },
            { id: 180, course_id: 51, user_id: 121, topic: null, timestamp: new Date("2023-10-18T17:25:11Z"), participant_count: 28, engagement_score: "3.7" },
            { id: 181, course_id: 11, user_id: 97, topic: "networking", timestamp: new Date("2023-07-29T15:39:45Z"), participant_count: 19, engagement_score: "4.2" },
            { id: 182, course_id: 7, user_id: 48, topic: "resources challenges skills", timestamp: new Date("2023-12-01T09:10:17Z"), participant_count: 34, engagement_score: "3.5" },
            { id: 183, course_id: 35, user_id: 26, topic: "innovations", timestamp: new Date("2023-10-05T22:00:35Z"), participant_count: 33, engagement_score: "2.9" },
            { id: 184, course_id: 45, user_id: 45, topic: "case-studies feedback", timestamp: new Date("2023-06-17T09:25:42Z"), participant_count: 30, engagement_score: "2.9" },
            { id: 185, course_id: 72, user_id: 2, topic: "insights", timestamp: new Date("2023-11-21T17:58:30Z"), participant_count: 32, engagement_score: "5.6" },
            { id: 186, course_id: 8, user_id: 17, topic: "case-studies", timestamp: new Date("2023-03-04T19:30:38Z"), participant_count: 28, engagement_score: "6.5" },
            { id: 187, course_id: 12, user_id: 65, topic: "tools", timestamp: new Date("2023-04-16T14:05:56Z"), participant_count: 28, engagement_score: "4.1" },
            { id: 188, course_id: 52, user_id: 51, topic: "resources challenges", timestamp: new Date("2023-12-27T10:52:41Z"), participant_count: 35, engagement_score: "4.9" },
            { id: 189, course_id: 86, user_id: 143, topic: "innovations opportunities", timestamp: new Date("2023-07-30T11:39:12Z"), participant_count: 26, engagement_score: "8.6" },
            { id: 190, course_id: 77, user_id: 93, topic: "tools skills growth", timestamp: new Date("2023-01-28T09:06:15Z"), participant_count: 20, engagement_score: "6.3" },
            { id: 191, course_id: 70, user_id: 146, topic: "techniques networking development", timestamp: new Date("2023-06-06T13:43:03Z"), participant_count: 19, engagement_score: "7.0" },
            { id: 192, course_id: 55, user_id: 87, topic: null, timestamp: new Date("2023-02-20T09:19:12Z"), participant_count: 22, engagement_score: "3.5" },
            { id: 193, course_id: 79, user_id: 39, topic: "best-practices feedback innovations", timestamp: new Date("2023-02-15T09:36:42Z"), participant_count: 20, engagement_score: "4.6" },
            { id: 194, course_id: 16, user_id: 180, topic: "challenges growth tools", timestamp: new Date("2023-08-18T13:40:13Z"), participant_count: 17, engagement_score: "5.1" },
            { id: 195, course_id: 77, user_id: 116, topic: "opportunities collaboration challenges", timestamp: new Date("2023-10-07T14:45:35Z"), participant_count: 15, engagement_score: "5.6" },
            { id: 196, course_id: 63, user_id: 3, topic: "innovations techniques development", timestamp: new Date("2023-07-01T14:22:15Z"), participant_count: 21, engagement_score: "4.2" },
            { id: 197, course_id: 47, user_id: 117, topic: "experiences tools techniques", timestamp: new Date("2023-10-02T10:28:54Z"), participant_count: 22, engagement_score: "5.1" },
            { id: 198, course_id: 1, user_id: 55, topic: "development", timestamp: new Date("2023-01-12T21:01:45Z"), participant_count: 22, engagement_score: "7.0" },
            { id: 199, course_id: 65, user_id: 158, topic: "feedback success", timestamp: new Date("2023-09-07T11:56:38Z"), participant_count: 25, engagement_score: "6.1" },
            { id: 200, course_id: 99, user_id: 67, topic: "growth collaboration", timestamp: new Date("2023-11-14T11:01:15Z"), participant_count: 20, engagement_score: "4.2" },
            { id: 201, course_id: 37, user_id: 179, topic: "success career", timestamp: new Date("2023-04-09T09:07:05Z"), participant_count: 22, engagement_score: "6.0" },
            { id: 202, course_id: 77, user_id: 130, topic: "trends", timestamp: new Date("2023-07-08T14:31:10Z"), participant_count: 36, engagement_score: "6.3" },
            { id: 203, course_id: 26, user_id: 124, topic: "opportunities insights", timestamp: new Date("2023-08-10T06:59:10Z"), participant_count: 20, engagement_score: "5.2" },
            { id: 204, course_id: 34, user_id: 199, topic: "challenges experiences", timestamp: null, participant_count: 32, engagement_score: "7.6" },
            { id: 205, course_id: 34, user_id: 15, topic: "innovations development", timestamp: new Date("2023-04-08T10:35:15Z"), participant_count: 33, engagement_score: "5.5" },
            { id: 206, course_id: 80, user_id: 155, topic: "techniques", timestamp: new Date("2023-05-07T13:23:31Z"), participant_count: 19, engagement_score: "3.6" },
            { id: 207, course_id: 90, user_id: 181, topic: "trends", timestamp: null, participant_count: 9, engagement_score: "5.0" },
            { id: 208, course_id: 10, user_id: 140, topic: "resources case-studies", timestamp: new Date("2023-12-06T15:26:24Z"), participant_count: 27, engagement_score: "4.4" },
            { id: 209, course_id: 92, user_id: 72, topic: "techniques collaboration", timestamp: new Date("2023-05-04T11:56:53Z"), participant_count: 30, engagement_score: "5.9" },
            { id: 210, course_id: 9, user_id: 105, topic: "challenges", timestamp: new Date("2023-06-29T13:54:45Z"), participant_count: 26, engagement_score: "6.0" },
            { id: 211, course_id: 34, user_id: 15, topic: "networking", timestamp: new Date("2023-09-06T13:19:41Z"), participant_count: 32, engagement_score: "6.1" },
            { id: 212, course_id: 13, user_id: 68, topic: "case-studies challenges", timestamp: null, participant_count: 36, engagement_score: "5.4" },
            { id: 213, course_id: 38, user_id: 73, topic: "trends", timestamp: new Date("2023-11-15T15:42:02Z"), participant_count: 31, engagement_score: "3.9" },
            { id: 214, course_id: 77, user_id: 32, topic: "growth resources challenges", timestamp: new Date("2023-04-15T10:50:53Z"), participant_count: 20, engagement_score: "5.1" },
            { id: 215, course_id: 88, user_id: 61, topic: "success opportunities collaboration", timestamp: new Date("2023-04-03T12:41:30Z"), participant_count: 31, engagement_score: "7.3" },
            { id: 216, course_id: 73, user_id: 142, topic: "challenges", timestamp: new Date("2023-07-12T09:50:01Z"), participant_count: 12, engagement_score: "6.0" },
            { id: 217, course_id: 51, user_id: 102, topic: "development", timestamp: null, participant_count: 27, engagement_score: "4.5" },
            { id: 218, course_id: 21, user_id: 10, topic: "resources experiences", timestamp: new Date("2023-08-28T09:27:16Z"), participant_count: 28, engagement_score: "4.1" },
            { id: 219, course_id: 45, user_id: 183, topic: null, timestamp: new Date("2023-03-25T10:47:59Z"), participant_count: 32, engagement_score: "4.3" },
            { id: 220, course_id: 77, user_id: 183, topic: "trends development", timestamp: new Date("2023-08-29T14:03:22Z"), participant_count: 28, engagement_score: "3.7" },
            { id: 221, course_id: 36, user_id: 167, topic: "success networking experiences", timestamp: new Date("2023-06-19T16:53:27Z"), participant_count: 35, engagement_score: "6.4" },
            { id: 222, course_id: 5, user_id: 9, topic: "development", timestamp: new Date("2023-04-01T15:36:56Z"), participant_count: 23, engagement_score: "5.0" },
            { id: 223, course_id: 58, user_id: 155, topic: "growth opportunities resources", timestamp: new Date("2023-10-08T08:07:46Z"), participant_count: 28, engagement_score: "3.6" },
            { id: 224, course_id: 4, user_id: 92, topic: "trends", timestamp: new Date("2023-10-25T11:10:03Z"), participant_count: 21, engagement_score: "3.1" },
            { id: 225, course_id: 41, user_id: 64, topic: "growth strategies collaboration", timestamp: new Date("2023-05-01T08:03:24Z"), participant_count: 32, engagement_score: "3.4" },
            { id: 226, course_id: 7, user_id: 50, topic: "strategies", timestamp: new Date("2023-04-01T19:51:37Z"), participant_count: 27, engagement_score: "4.9" },
            { id: 227, course_id: 18, user_id: 114, topic: "collaboration growth", timestamp: new Date("2023-09-09T18:45:48Z"), participant_count: 19, engagement_score: "4.3" },
            { id: 228, course_id: 71, user_id: 104, topic: "career", timestamp: new Date("2023-04-22T16:42:26Z"), participant_count: 22, engagement_score: "4.8" },
            { id: 229, course_id: 59, user_id: 52, topic: "opportunities trends", timestamp: null, participant_count: 24, engagement_score: "5.4" },
            { id: 230, course_id: 71, user_id: 189, topic: "feedback development", timestamp: new Date("2023-07-28T12:20:07Z"), participant_count: 23, engagement_score: "3.9" },
            { id: 231, course_id: 63, user_id: 47, topic: "case-studies networking insights", timestamp: new Date("2023-12-12T12:27:10Z"), participant_count: 34, engagement_score: "5.0" },
            { id: 232, course_id: 82, user_id: 40, topic: "trends success growth", timestamp: new Date("2023-05-02T13:09:06Z"), participant_count: 31, engagement_score: "3.7" },
            { id: 233, course_id: 66, user_id: 32, topic: "career", timestamp: new Date("2023-05-26T17:01:45Z"), participant_count: 29, engagement_score: "6.6" },
            { id: 234, course_id: 12, user_id: 71, topic: "trends", timestamp: new Date("2023-04-03T10:12:02Z"), participant_count: 26, engagement_score: "5.5" },
            { id: 235, course_id: 38, user_id: 60, topic: "strategies", timestamp: new Date("2023-05-23T12:01:31Z"), participant_count: 20, engagement_score: "3.6" },
            { id: 236, course_id: 97, user_id: 5, topic: "networking opportunities case-studies", timestamp: new Date("2023-08-10T03:33:31Z"), participant_count: 31, engagement_score: "6.7" },
            { id: 237, course_id: 99, user_id: 130, topic: "strategies", timestamp: new Date("2023-04-05T20:35:39Z"), participant_count: 34, engagement_score: "6.4" },
            { id: 238, course_id: 70, user_id: 187, topic: "feedback", timestamp: null, participant_count: 23, engagement_score: "3.7" },
            { id: 239, course_id: 61, user_id: 103, topic: "success strategies case-studies", timestamp: new Date("2023-08-08T08:42:34Z"), participant_count: 19, engagement_score: "7.4" },
            { id: 240, course_id: 41, user_id: 192, topic: "career innovations opportunities", timestamp: new Date("2023-11-14T10:26:26Z"), participant_count: 26, engagement_score: "4.8" },
            { id: 241, course_id: 66, user_id: 48, topic: "resources case-studies", timestamp: new Date("2023-07-07T19:35:55Z"), participant_count: 18, engagement_score: "4.3" },
            { id: 242, course_id: 31, user_id: 18, topic: "development best-practices", timestamp: new Date("2023-02-17T10:43:56Z"), participant_count: 23, engagement_score: "3.7" },
            { id: 243, course_id: 74, user_id: 21, topic: "resources growth trends", timestamp: new Date("2023-08-24T17:48:10Z"), participant_count: 20, engagement_score: "8.4" },
            { id: 244, course_id: 57, user_id: 96, topic: "success career growth", timestamp: new Date("2023-06-26T10:24:31Z"), participant_count: 20, engagement_score: "1.7" },
            { id: 245, course_id: 36, user_id: 151, topic: "strategies career experiences", timestamp: new Date("2023-07-03T11:36:33Z"), participant_count: 22, engagement_score: "5.6" },
            { id: 246, course_id: 57, user_id: 86, topic: "resources experiences trends", timestamp: new Date("2023-04-07T07:16:22Z"), participant_count: 16, engagement_score: "3.6" },
            { id: 247, course_id: 18, user_id: 67, topic: "challenges", timestamp: new Date("2023-09-27T13:56:22Z"), participant_count: 20, engagement_score: "6.2" },
            { id: 248, course_id: 91, user_id: 174, topic: "skills development challenges", timestamp: new Date("2023-11-07T17:43:42Z"), participant_count: 32, engagement_score: "7.3" },
            { id: 249, course_id: 34, user_id: 142, topic: "tools", timestamp: new Date("2023-02-15T12:24:42Z"), participant_count: 37, engagement_score: "5.5" },
            { id: 250, course_id: 88, user_id: 195, topic: "innovations resources success", timestamp: new Date("2023-09-05T21:51:01Z"), participant_count: 22, engagement_score: "5.5" },
            { id: 251, course_id: 10, user_id: 37, topic: "skills", timestamp: new Date("2023-10-18T16:41:24Z"), participant_count: 23, engagement_score: "3.3" },
            { id: 252, course_id: 90, user_id: 191, topic: "career", timestamp: new Date("2023-03-13T10:41:53Z"), participant_count: 30, engagement_score: "7.4" },
            { id: 253, course_id: 89, user_id: 36, topic: null, timestamp: new Date("2023-09-26T15:39:30Z"), participant_count: 21, engagement_score: "2.8" },
            { id: 254, course_id: 82, user_id: 6, topic: "opportunities feedback success", timestamp: new Date("2023-06-26T11:32:57Z"), participant_count: 32, engagement_score: "5.1" },
            { id: 255, course_id: 96, user_id: 191, topic: null, timestamp: new Date("2023-03-24T10:47:31Z"), participant_count: 18, engagement_score: "3.8" },
            { id: 256, course_id: 23, user_id: 42, topic: "career challenges insights", timestamp: new Date("2023-03-11T09:08:29Z"), participant_count: 15, engagement_score: "2.7" },
            { id: 257, course_id: 38, user_id: 53, topic: "collaboration skills", timestamp: new Date("2023-07-11T21:26:52Z"), participant_count: 21, engagement_score: "2.5" },
            { id: 258, course_id: 47, user_id: 64, topic: "best-practices growth challenges", timestamp: new Date("2023-07-15T10:40:58Z"), participant_count: 30, engagement_score: "2.0" },
            { id: 259, course_id: 64, user_id: 47, topic: "resources", timestamp: new Date("2023-02-14T15:31:38Z"), participant_count: 23, engagement_score: "5.7" },
            { id: 260, course_id: 99, user_id: 42, topic: "techniques", timestamp: new Date("2023-11-13T16:03:35Z"), participant_count: 25, engagement_score: "4.2" },
            { id: 261, course_id: 83, user_id: 59, topic: "innovations collaboration", timestamp: new Date("2023-04-28T16:44:04Z"), participant_count: 11, engagement_score: "5.5" },
            { id: 262, course_id: 34, user_id: 108, topic: "skills", timestamp: new Date("2023-11-14T11:27:18Z"), participant_count: 19, engagement_score: "6.4" },
            { id: 263, course_id: 94, user_id: 31, topic: "success trends", timestamp: new Date("2023-10-04T07:37:03Z"), participant_count: 23, engagement_score: "3.6" },
            { id: 264, course_id: 86, user_id: 149, topic: "tools experiences", timestamp: new Date("2023-11-08T07:48:42Z"), participant_count: 24, engagement_score: "3.4" },
            { id: 265, course_id: 17, user_id: 196, topic: "innovations", timestamp: new Date("2023-04-16T13:49:52Z"), participant_count: 21, engagement_score: "9.2" },
            { id: 266, course_id: 27, user_id: 87, topic: "tools best-practices skills", timestamp: new Date("2023-06-15T09:48:47Z"), participant_count: 23, engagement_score: "4.8" },
            { id: 267, course_id: 60, user_id: 60, topic: "collaboration networking", timestamp: new Date("2023-10-12T11:22:19Z"), participant_count: 38, engagement_score: "4.8" },
            { id: 268, course_id: 8, user_id: 176, topic: "techniques resources challenges", timestamp: new Date("2023-08-25T14:52:42Z"), participant_count: 18, engagement_score: "5.7" },
            { id: 269, course_id: 61, user_id: 180, topic: "challenges", timestamp: new Date("2023-05-11T10:19:35Z"), participant_count: 28, engagement_score: "4.4" },
            { id: 270, course_id: 59, user_id: 1, topic: "best-practices", timestamp: new Date("2023-04-13T05:13:19Z"), participant_count: 29, engagement_score: "4.4" },
            { id: 271, course_id: 8, user_id: 189, topic: "innovations", timestamp: new Date("2023-02-21T16:01:07Z"), participant_count: 27, engagement_score: "6.1" },
            { id: 272, course_id: 76, user_id: 17, topic: null, timestamp: new Date("2023-07-12T08:25:07Z"), participant_count: 39, engagement_score: "2.9" },
            { id: 273, course_id: 61, user_id: 8, topic: null, timestamp: new Date("2023-05-06T11:47:28Z"), participant_count: 17, engagement_score: "4.9" },
            { id: 274, course_id: 15, user_id: 58, topic: "career", timestamp: new Date("2023-10-25T08:32:46Z"), participant_count: 30, engagement_score: "4.8" },
            { id: 275, course_id: 95, user_id: 118, topic: "strategies", timestamp: new Date("2023-01-30T10:34:01Z"), participant_count: 30, engagement_score: "5.0" },
            { id: 276, course_id: 64, user_id: 92, topic: "best-practices innovations networking", timestamp: new Date("2023-08-20T13:34:59Z"), participant_count: 19, engagement_score: "4.5" },
            { id: 277, course_id: 10, user_id: 165, topic: null, timestamp: new Date("2023-04-24T16:12:25Z"), participant_count: 17, engagement_score: "5.1" },
            { id: 278, course_id: 94, user_id: 10, topic: "career development", timestamp: new Date("2023-09-24T09:02:20Z"), participant_count: 30, engagement_score: "6.5" },
            { id: 279, course_id: 50, user_id: 89, topic: "innovations case-studies", timestamp: new Date("2023-09-16T19:46:28Z"), participant_count: 29, engagement_score: "3.4" },
            { id: 280, course_id: 3, user_id: 151, topic: "feedback", timestamp: new Date("2023-08-12T10:13:47Z"), participant_count: 34, engagement_score: "3.4" },
            { id: 281, course_id: 94, user_id: 158, topic: "insights best-practices success", timestamp: new Date("2023-02-04T12:39:31Z"), participant_count: 20, engagement_score: "2.9" },
            { id: 282, course_id: 69, user_id: 69, topic: "networking opportunities experiences", timestamp: new Date("2023-08-03T11:35:36Z"), participant_count: 28, engagement_score: "3.8" },
            { id: 283, course_id: 85, user_id: 104, topic: "strategies techniques career", timestamp: new Date("2023-08-01T11:41:20Z"), participant_count: 17, engagement_score: "6.1" },
            { id: 284, course_id: 40, user_id: 131, topic: "career insights", timestamp: new Date("2023-10-21T11:25:25Z"), participant_count: 26, engagement_score: "6.7" },
            { id: 285, course_id: 10, user_id: 178, topic: "trends", timestamp: new Date("2023-10-19T15:37:06Z"), participant_count: 29, engagement_score: "5.1" },
            { id: 286, course_id: 55, user_id: 105, topic: "insights career", timestamp: new Date("2023-04-30T03:37:46Z"), participant_count: 20, engagement_score: "6.7" },
            { id: 287, course_id: 22, user_id: 158, topic: "best-practices strategies case-studies", timestamp: new Date("2023-08-13T13:32:47Z"), participant_count: 39, engagement_score: "6.8" },
            { id: 288, course_id: 22, user_id: 145, topic: "success", timestamp: new Date("2023-06-11T15:22:48Z"), participant_count: 27, engagement_score: "7.4" },
            { id: 289, course_id: 31, user_id: 162, topic: "tools", timestamp: new Date("2023-05-29T13:20:29Z"), participant_count: 42, engagement_score: "4.9" },
            { id: 290, course_id: 90, user_id: 174, topic: null, timestamp: new Date("2023-11-02T18:33:47Z"), participant_count: 29, engagement_score: "4.2" },
            { id: 291, course_id: 29, user_id: 99, topic: "techniques career", timestamp: new Date("2023-08-10T11:00:49Z"), participant_count: 22, engagement_score: "4.5" },
            { id: 292, course_id: 5, user_id: 81, topic: "insights", timestamp: new Date("2023-10-10T10:02:36Z"), participant_count: 20, engagement_score: "6.2" },
            { id: 293, course_id: 14, user_id: 122, topic: "collaboration success development", timestamp: new Date("2023-01-07T11:43:21Z"), participant_count: 19, engagement_score: "8.2" },
            { id: 294, course_id: 5, user_id: 46, topic: "networking", timestamp: new Date("2023-04-01T11:39:25Z"), participant_count: 39, engagement_score: "6.3" },
            { id: 295, course_id: 25, user_id: 107, topic: "strategies growth success", timestamp: new Date("2023-10-01T11:58:05Z"), participant_count: 36, engagement_score: "4.9" },
            { id: 296, course_id: 59, user_id: 44, topic: "career", timestamp: new Date("2023-04-18T10:22:26Z"), participant_count: 14, engagement_score: "4.5" },
            { id: 297, course_id: 83, user_id: 186, topic: "success", timestamp: new Date("2023-12-22T11:32:04Z"), participant_count: 21, engagement_score: "6.5" },
            { id: 298, course_id: 60, user_id: 53, topic: "growth best-practices", timestamp: new Date("2023-10-26T08:21:02Z"), participant_count: 31, engagement_score: "7.7" },
            { id: 299, course_id: 81, user_id: 36, topic: "experiences collaboration", timestamp: new Date("2023-02-04T12:30:47Z"), participant_count: 25, engagement_score: "3.4" },
            { id: 300, course_id: 52, user_id: 183, topic: "techniques innovations strategies", timestamp: new Date("2023-08-29T17:13:54Z"), participant_count: 21, engagement_score: "5.6" },
        ],
    });
    await prisma.interactions.createMany({
        data: [
            { id: 1, user_id: 69, course_id: 31, interaction_type: "discussion", timestamp: new Date("2023-08-29T10:48:11Z"), duration_minutes: 61, device_type: "desktop" },
            { id: 2, user_id: 187, course_id: 51, interaction_type: "discussion", timestamp: new Date("2023-11-13T16:31:37Z"), duration_minutes: 69, device_type: "tablet" },
            { id: 3, user_id: 88, course_id: 39, interaction_type: "enrollment", timestamp: new Date("2023-06-27T20:48:35Z"), duration_minutes: 46, device_type: "desktop" },
            { id: 4, user_id: 13, course_id: 59, interaction_type: "enrollment", timestamp: new Date("2023-08-28T05:46:52Z"), duration_minutes: 31, device_type: "desktop" },
            { id: 5, user_id: 189, course_id: 15, interaction_type: "enrollment", timestamp: new Date("2023-12-23T17:48:09Z"), duration_minutes: 29, device_type: "tablet" },
            { id: 6, user_id: 110, course_id: 20, interaction_type: "enrollment", timestamp: new Date("2023-02-13T15:52:17Z"), duration_minutes: 47, device_type: "mobile" },
            { id: 7, user_id: 195, course_id: 33, interaction_type: "completion", timestamp: new Date("2023-02-11T19:25:56Z"), duration_minutes: 76, device_type: "tablet" },
            { id: 8, user_id: 49, course_id: 69, interaction_type: "enrollment", timestamp: new Date("2023-03-10T18:44:18Z"), duration_minutes: 34, device_type: "mobile" },
            { id: 9, user_id: 145, course_id: 69, interaction_type: "enrollment", timestamp: new Date("2023-12-05T15:56:46Z"), duration_minutes: 47, device_type: "mobile" },
            { id: 10, user_id: 64, course_id: 3, interaction_type: "discussion", timestamp: new Date("2023-12-27T17:58:49Z"), duration_minutes: 91, device_type: "tablet" },
            { id: 11, user_id: 78, course_id: 71, interaction_type: "enrollment", timestamp: new Date("2023-07-09T21:21:46Z"), duration_minutes: 48, device_type: "desktop" },
            { id: 12, user_id: 161, course_id: 10, interaction_type: "discussion", timestamp: new Date("2023-09-16T14:05:55Z"), duration_minutes: 83, device_type: "mobile" },
            { id: 13, user_id: 68, course_id: 33, interaction_type: "enrollment", timestamp: new Date("2023-08-07T14:42:41Z"), duration_minutes: 70, device_type: "mobile" },
            { id: 14, user_id: 52, course_id: 78, interaction_type: "enrollment", timestamp: new Date("2023-04-27T20:20:31Z"), duration_minutes: 72, device_type: "desktop" },
            { id: 15, user_id: 114, course_id: 93, interaction_type: "discussion", timestamp: new Date("2023-08-13T10:54:36Z"), duration_minutes: 39, device_type: "desktop" },
            { id: 16, user_id: 110, course_id: 81, interaction_type: "discussion", timestamp: new Date("2023-05-14T18:58:20Z"), duration_minutes: 76, device_type: "mobile" },
            { id: 17, user_id: 154, course_id: 90, interaction_type: "enrollment", timestamp: new Date("2023-01-30T14:43:00Z"), duration_minutes: 83, device_type: "mobile" },
            { id: 18, user_id: 44, course_id: 73, interaction_type: "enrollment", timestamp: new Date("2023-09-19T19:34:57Z"), duration_minutes: 76, device_type: "desktop" },
            { id: 19, user_id: 38, course_id: 34, interaction_type: "enrollment", timestamp: new Date("2023-08-01T10:25:16Z"), duration_minutes: 56, device_type: "mobile" },
            { id: 20, user_id: 47, course_id: 20, interaction_type: "enrollment", timestamp: new Date("2023-01-03T14:04:04Z"), duration_minutes: 34, device_type: "mobile" },
            { id: 21, user_id: 157, course_id: 90, interaction_type: "enrollment", timestamp: new Date("2023-12-29T14:34:20Z"), duration_minutes: 58, device_type: "desktop" },
            { id: 22, user_id: 175, course_id: 89, interaction_type: "enrollment", timestamp: new Date("2023-10-17T17:03:16Z"), duration_minutes: 78, device_type: "desktop" },
            { id: 23, user_id: 103, course_id: 61, interaction_type: "discussion", timestamp: new Date("2023-06-20T08:56:55Z"), duration_minutes: 66, device_type: "mobile" },
            { id: 24, user_id: 146, course_id: 68, interaction_type: "discussion", timestamp: new Date("2023-04-14T15:06:36Z"), duration_minutes: 60, device_type: "tablet" },
            { id: 25, user_id: 3, course_id: 64, interaction_type: "enrollment", timestamp: new Date("2023-06-24T19:59:07Z"), duration_minutes: 49, device_type: "tablet" },
            { id: 26, user_id: 106, course_id: 61, interaction_type: "enrollment", timestamp: new Date("2023-05-13T17:12:21Z"), duration_minutes: 70, device_type: "tablet" },
            { id: 27, user_id: 52, course_id: 96, interaction_type: "completion", timestamp: new Date("2023-05-13T22:51:53Z"), duration_minutes: 79, device_type: "desktop" },
            { id: 28, user_id: 115, course_id: 2, interaction_type: "enrollment", timestamp: new Date("2023-09-16T21:31:27Z"), duration_minutes: 78, device_type: "tablet" },
            { id: 29, user_id: 34, course_id: 59, interaction_type: "discussion", timestamp: new Date("2023-01-17T21:59:31Z"), duration_minutes: 58, device_type: "tablet" },
            { id: 30, user_id: 62, course_id: 3, interaction_type: "enrollment", timestamp: new Date("2023-12-23T16:21:44Z"), duration_minutes: 34, device_type: "tablet" },
            { id: 31, user_id: 123, course_id: 25, interaction_type: "enrollment", timestamp: new Date("2023-04-14T14:07:57Z"), duration_minutes: 49, device_type: "mobile" },
            { id: 32, user_id: 82, course_id: 100, interaction_type: "enrollment", timestamp: new Date("2023-06-11T19:51:09Z"), duration_minutes: 64, device_type: "tablet" },
            { id: 33, user_id: 37, course_id: 75, interaction_type: "discussion", timestamp: new Date("2023-02-28T16:37:20Z"), duration_minutes: 44, device_type: "desktop" },
            { id: 34, user_id: 56, course_id: 30, interaction_type: "enrollment", timestamp: new Date("2023-12-30T14:37:25Z"), duration_minutes: 50, device_type: "desktop" },
            { id: 35, user_id: 56, course_id: 71, interaction_type: "completion", timestamp: new Date("2023-07-27T18:40:06Z"), duration_minutes: 101, device_type: "desktop" },
            { id: 36, user_id: 144, course_id: 67, interaction_type: "enrollment", timestamp: new Date("2023-10-15T16:22:50Z"), duration_minutes: 76, device_type: "mobile" },
            { id: 37, user_id: 125, course_id: 21, interaction_type: "enrollment", timestamp: new Date("2023-03-03T08:37:56Z"), duration_minutes: 77, device_type: "tablet" },
            { id: 38, user_id: 156, course_id: 45, interaction_type: "discussion", timestamp: new Date("2023-05-05T13:34:52Z"), duration_minutes: 32, device_type: "tablet" },
            { id: 39, user_id: 185, course_id: 24, interaction_type: "enrollment", timestamp: new Date("2023-10-09T17:01:38Z"), duration_minutes: 76, device_type: "mobile" },
            { id: 40, user_id: 159, course_id: 71, interaction_type: "discussion", timestamp: new Date("2023-10-12T22:32:38Z"), duration_minutes: 47, device_type: "desktop" },
            { id: 41, user_id: 64, course_id: 81, interaction_type: "enrollment", timestamp: new Date("2023-05-24T10:13:38Z"), duration_minutes: 84, device_type: "desktop" },
            { id: 42, user_id: 27, course_id: 66, interaction_type: "discussion", timestamp: new Date("2023-12-04T13:23:23Z"), duration_minutes: 59, device_type: "desktop" },
            { id: 43, user_id: 157, course_id: 71, interaction_type: "enrollment", timestamp: new Date("2023-03-28T17:51:58Z"), duration_minutes: 49, device_type: "mobile" },
            { id: 44, user_id: 162, course_id: 84, interaction_type: "discussion", timestamp: new Date("2023-10-20T14:04:37Z"), duration_minutes: 40, device_type: "mobile" },
            { id: 45, user_id: 165, course_id: 85, interaction_type: "enrollment", timestamp: new Date("2023-05-12T12:29:15Z"), duration_minutes: 51, device_type: "mobile" },
            { id: 46, user_id: 25, course_id: 78, interaction_type: "enrollment", timestamp: new Date("2023-03-08T10:00:18Z"), duration_minutes: 72, device_type: "mobile" },
            { id: 47, user_id: 125, course_id: 27, interaction_type: "discussion", timestamp: new Date("2023-09-02T11:56:57Z"), duration_minutes: 69, device_type: "desktop" },
            { id: 48, user_id: 107, course_id: 9, interaction_type: "discussion", timestamp: new Date("2023-11-08T13:05:49Z"), duration_minutes: 54, device_type: "desktop" },
            { id: 49, user_id: 78, course_id: 83, interaction_type: "enrollment", timestamp: new Date("2023-11-24T19:42:51Z"), duration_minutes: 43, device_type: "desktop" },
            { id: 50, user_id: 80, course_id: 1, interaction_type: "enrollment", timestamp: new Date("2023-10-22T12:50:03Z"), duration_minutes: 30, device_type: "mobile" },
            { id: 51, user_id: 34, course_id: 48, interaction_type: "enrollment", timestamp: new Date("2023-02-24T11:41:53Z"), duration_minutes: 56, device_type: "desktop" },
            { id: 52, user_id: 190, course_id: 76, interaction_type: "enrollment", timestamp: new Date("2023-07-09T21:07:50Z"), duration_minutes: 74, device_type: "desktop" },
            { id: 53, user_id: 97, course_id: 63, interaction_type: "enrollment", timestamp: new Date("2023-03-08T15:19:09Z"), duration_minutes: 68, device_type: "mobile" },
            { id: 54, user_id: 171, course_id: 51, interaction_type: "enrollment", timestamp: new Date("2023-04-18T07:28:18Z"), duration_minutes: 60, device_type: "desktop" },
            { id: 55, user_id: 127, course_id: 55, interaction_type: "discussion", timestamp: new Date("2023-01-10T19:09:43Z"), duration_minutes: 90, device_type: "desktop" },
            { id: 56, user_id: 11, course_id: 100, interaction_type: "discussion", timestamp: new Date("2023-04-25T13:10:25Z"), duration_minutes: 55, device_type: "mobile" },
            { id: 57, user_id: 78, course_id: 91, interaction_type: "enrollment", timestamp: new Date("2023-03-08T21:08:55Z"), duration_minutes: 39, device_type: "desktop" },
            { id: 58, user_id: 197, course_id: 58, interaction_type: "enrollment", timestamp: new Date("2023-01-11T16:58:12Z"), duration_minutes: 31, device_type: "mobile" },
            { id: 59, user_id: 60, course_id: 60, interaction_type: "enrollment", timestamp: new Date("2023-08-08T09:36:27Z"), duration_minutes: 55, device_type: "mobile" },
            { id: 60, user_id: 28, course_id: 36, interaction_type: "enrollment", timestamp: new Date("2023-03-23T18:53:33Z"), duration_minutes: 55, device_type: "desktop" },
            { id: 61, user_id: 151, course_id: 11, interaction_type: "enrollment", timestamp: new Date("2023-12-12T14:39:45Z"), duration_minutes: 31, device_type: "desktop" },
            { id: 62, user_id: 158, course_id: 92, interaction_type: "enrollment", timestamp: new Date("2023-09-15T20:40:37Z"), duration_minutes: 72, device_type: "mobile" },
            { id: 63, user_id: 26, course_id: 40, interaction_type: "enrollment", timestamp: new Date("2023-03-06T08:35:59Z"), duration_minutes: 44, device_type: "desktop" },
            { id: 64, user_id: 64, course_id: 71, interaction_type: "enrollment", timestamp: new Date("2023-12-15T13:44:59Z"), duration_minutes: 30, device_type: "mobile" },
            { id: 65, user_id: 193, course_id: 65, interaction_type: "enrollment", timestamp: new Date("2023-05-01T22:31:18Z"), duration_minutes: 45, device_type: "desktop" },
            { id: 66, user_id: 17, course_id: 80, interaction_type: "enrollment", timestamp: new Date("2023-07-08T18:08:23Z"), duration_minutes: 40, device_type: "desktop" },
            { id: 67, user_id: 28, course_id: 55, interaction_type: "enrollment", timestamp: new Date("2023-09-26T12:35:04Z"), duration_minutes: 75, device_type: "desktop" },
            { id: 68, user_id: 67, course_id: 57, interaction_type: "discussion", timestamp: new Date("2023-08-22T10:04:01Z"), duration_minutes: 82, device_type: "desktop" },
            { id: 69, user_id: 160, course_id: 44, interaction_type: "enrollment", timestamp: new Date("2023-09-05T12:19:20Z"), duration_minutes: 44, device_type: "mobile" },
            { id: 70, user_id: 56, course_id: 39, interaction_type: "completion", timestamp: new Date("2023-10-25T11:27:55Z"), duration_minutes: 64, device_type: "desktop" },
            { id: 71, user_id: 55, course_id: 2, interaction_type: "discussion", timestamp: new Date("2023-02-21T08:25:10Z"), duration_minutes: 57, device_type: "tablet" },
            { id: 72, user_id: 185, course_id: 10, interaction_type: "enrollment", timestamp: new Date("2023-09-11T18:06:10Z"), duration_minutes: 70, device_type: "mobile" },
            { id: 73, user_id: 65, course_id: 94, interaction_type: "enrollment", timestamp: new Date("2023-12-04T16:34:53Z"), duration_minutes: 56, device_type: "desktop" },
            { id: 74, user_id: 52, course_id: 11, interaction_type: "completion", timestamp: new Date("2023-12-13T10:31:55Z"), duration_minutes: 73, device_type: "tablet" },
            { id: 75, user_id: 30, course_id: 81, interaction_type: "completion", timestamp: new Date("2023-09-29T20:49:10Z"), duration_minutes: 57, device_type: "desktop" },
            { id: 76, user_id: 142, course_id: 10, interaction_type: "completion", timestamp: new Date("2023-01-20T11:14:23Z"), duration_minutes: 67, device_type: "mobile" },
            { id: 77, user_id: 129, course_id: 87, interaction_type: "discussion", timestamp: new Date("2023-08-04T00:40:12Z"), duration_minutes: 78, device_type: "tablet" },
            { id: 78, user_id: 62, course_id: 4, interaction_type: "completion", timestamp: new Date("2023-09-08T11:07:57Z"), duration_minutes: 64, device_type: "desktop" },
            { id: 79, user_id: 130, course_id: 89, interaction_type: "enrollment", timestamp: new Date("2023-07-05T13:37:45Z"), duration_minutes: 57, device_type: "tablet" },
            { id: 80, user_id: 33, course_id: 36, interaction_type: "discussion", timestamp: new Date("2023-02-17T11:35:30Z"), duration_minutes: 46, device_type: "mobile" },
            { id: 81, user_id: 76, course_id: 44, interaction_type: "discussion", timestamp: new Date("2023-12-05T23:50:31Z"), duration_minutes: 69, device_type: "desktop" },
            { id: 82, user_id: 137, course_id: 51, interaction_type: "enrollment", timestamp: new Date("2023-10-26T20:38:52Z"), duration_minutes: 59, device_type: "mobile" },
            { id: 83, user_id: 56, course_id: 88, interaction_type: "completion", timestamp: new Date("2023-05-31T19:55:45Z"), duration_minutes: 40, device_type: "desktop" },
            { id: 84, user_id: 17, course_id: 8, interaction_type: "completion", timestamp: new Date("2023-05-06T09:19:59Z"), duration_minutes: 61, device_type: "tablet" },
            { id: 85, user_id: 89, course_id: 29, interaction_type: "enrollment", timestamp: new Date("2023-06-16T09:14:22Z"), duration_minutes: 87, device_type: "tablet" },
            { id: 86, user_id: 7, course_id: 32, interaction_type: "completion", timestamp: new Date("2023-08-21T09:47:50Z"), duration_minutes: 58, device_type: "mobile" },
            { id: 87, user_id: 42, course_id: 36, interaction_type: "enrollment", timestamp: new Date("2023-03-22T16:35:13Z"), duration_minutes: 53, device_type: "desktop" },
            { id: 88, user_id: 119, course_id: 63, interaction_type: "completion", timestamp: new Date("2023-06-06T09:14:13Z"), duration_minutes: 96, device_type: "mobile" },
            { id: 89, user_id: 3, course_id: 60, interaction_type: "enrollment", timestamp: new Date("2023-05-25T20:33:13Z"), duration_minutes: 80, device_type: "desktop" },
            { id: 90, user_id: 18, course_id: 75, interaction_type: "enrollment", timestamp: new Date("2023-12-19T13:05:52Z"), duration_minutes: 55, device_type: "mobile" },
            { id: 91, user_id: 166, course_id: 92, interaction_type: "discussion", timestamp: new Date("2023-04-27T13:33:15Z"), duration_minutes: 34, device_type: "desktop" },
            { id: 92, user_id: 109, course_id: 4, interaction_type: "enrollment", timestamp: new Date("2023-06-19T13:10:58Z"), duration_minutes: 59, device_type: "mobile" },
            { id: 93, user_id: 105, course_id: 61, interaction_type: "discussion", timestamp: new Date("2023-11-22T22:32:04Z"), duration_minutes: 87, device_type: "tablet" },
            { id: 94, user_id: 172, course_id: 29, interaction_type: "discussion", timestamp: new Date("2023-06-02T18:17:43Z"), duration_minutes: 53, device_type: "desktop" },
            { id: 95, user_id: 183, course_id: 90, interaction_type: "enrollment", timestamp: new Date("2023-03-22T19:25:09Z"), duration_minutes: 38, device_type: "desktop" },
            { id: 96, user_id: 142, course_id: 90, interaction_type: "enrollment", timestamp: new Date("2023-07-04T17:39:50Z"), duration_minutes: 91, device_type: "mobile" },
            { id: 97, user_id: 185, course_id: 7, interaction_type: "enrollment", timestamp: new Date("2023-01-21T00:22:13Z"), duration_minutes: 27, device_type: "desktop" },
            { id: 98, user_id: 154, course_id: 17, interaction_type: "enrollment", timestamp: new Date("2023-10-31T14:57:45Z"), duration_minutes: 80, device_type: "mobile" },
            { id: 99, user_id: 77, course_id: 63, interaction_type: "enrollment", timestamp: new Date("2023-08-29T12:17:35Z"), duration_minutes: 72, device_type: "mobile" },
            { id: 100, user_id: 45, course_id: 12, interaction_type: "enrollment", timestamp: new Date("2023-01-04T12:55:09Z"), duration_minutes: 62, device_type: "tablet" },
            { id: 101, user_id: 90, course_id: 12, interaction_type: "enrollment", timestamp: new Date("2023-02-02T16:22:54Z"), duration_minutes: 63, device_type: "mobile" },
            { id: 102, user_id: 113, course_id: 57, interaction_type: "discussion", timestamp: new Date("2023-07-03T06:17:40Z"), duration_minutes: 76, device_type: "desktop" },
            { id: 103, user_id: 90, course_id: 40, interaction_type: "enrollment", timestamp: new Date("2023-01-31T20:18:38Z"), duration_minutes: 69, device_type: "mobile" },
            { id: 104, user_id: 4, course_id: 36, interaction_type: "discussion", timestamp: new Date("2023-06-12T17:17:17Z"), duration_minutes: 79, device_type: "tablet" },
            { id: 105, user_id: 74, course_id: 45, interaction_type: "enrollment", timestamp: new Date("2023-01-27T12:06:30Z"), duration_minutes: 57, device_type: "mobile" },
            { id: 106, user_id: 159, course_id: 38, interaction_type: "enrollment", timestamp: new Date("2023-03-02T17:47:14Z"), duration_minutes: 76, device_type: "mobile" },
            { id: 107, user_id: 49, course_id: 13, interaction_type: "enrollment", timestamp: new Date("2023-07-14T17:51:10Z"), duration_minutes: 52, device_type: "mobile" },
            { id: 108, user_id: 112, course_id: 2, interaction_type: "enrollment", timestamp: new Date("2023-02-21T11:01:35Z"), duration_minutes: 60, device_type: "desktop" },
            { id: 109, user_id: 177, course_id: 28, interaction_type: "enrollment", timestamp: new Date("2023-07-15T09:52:16Z"), duration_minutes: 54, device_type: "desktop" },
            { id: 110, user_id: 96, course_id: 54, interaction_type: "enrollment", timestamp: new Date("2023-09-29T14:40:12Z"), duration_minutes: 57, device_type: "desktop" },
            { id: 111, user_id: 34, course_id: 94, interaction_type: "discussion", timestamp: new Date("2023-09-22T21:01:43Z"), duration_minutes: 45, device_type: "mobile" },
            { id: 112, user_id: 103, course_id: 51, interaction_type: "enrollment", timestamp: new Date("2023-07-26T11:59:31Z"), duration_minutes: 35, device_type: "mobile" },
            { id: 113, user_id: 52, course_id: 4, interaction_type: "enrollment", timestamp: new Date("2023-06-24T10:15:02Z"), duration_minutes: 29, device_type: "desktop" },
            { id: 114, user_id: 76, course_id: 75, interaction_type: "enrollment", timestamp: new Date("2023-12-06T20:48:09Z"), duration_minutes: 65, device_type: "tablet" },
            { id: 115, user_id: 103, course_id: 74, interaction_type: "discussion", timestamp: new Date("2023-01-09T21:14:42Z"), duration_minutes: 99, device_type: "tablet" },
            { id: 116, user_id: 14, course_id: 16, interaction_type: "enrollment", timestamp: new Date("2023-05-20T11:52:23Z"), duration_minutes: 62, device_type: "desktop" },
            { id: 117, user_id: 175, course_id: 78, interaction_type: "discussion", timestamp: new Date("2023-04-13T14:22:17Z"), duration_minutes: 68, device_type: "desktop" },
            { id: 118, user_id: 80, course_id: 34, interaction_type: "discussion", timestamp: new Date("2023-05-14T22:28:41Z"), duration_minutes: 56, device_type: "desktop" },
            { id: 119, user_id: 124, course_id: 100, interaction_type: "discussion", timestamp: new Date("2023-07-05T15:42:08Z"), duration_minutes: 59, device_type: "desktop" },
            { id: 120, user_id: 130, course_id: 67, interaction_type: "enrollment", timestamp: new Date("2023-07-08T19:35:43Z"), duration_minutes: 72, device_type: "tablet" },
            { id: 121, user_id: 73, course_id: 84, interaction_type: "enrollment", timestamp: new Date("2023-07-03T07:39:04Z"), duration_minutes: 62, device_type: "desktop" },
            { id: 122, user_id: 169, course_id: 26, interaction_type: "enrollment", timestamp: new Date("2023-08-27T10:00:40Z"), duration_minutes: 56, device_type: "desktop" },
            { id: 123, user_id: 28, course_id: 27, interaction_type: "enrollment", timestamp: new Date("2023-11-09T20:50:18Z"), duration_minutes: 69, device_type: "mobile" },
            { id: 124, user_id: 160, course_id: 20, interaction_type: "enrollment", timestamp: new Date("2023-08-10T14:49:25Z"), duration_minutes: 59, device_type: "tablet" },
            { id: 125, user_id: 148, course_id: 96, interaction_type: "enrollment", timestamp: new Date("2023-04-20T00:37:52Z"), duration_minutes: 63, device_type: "mobile" },
            { id: 126, user_id: 13, course_id: 45, interaction_type: "enrollment", timestamp: new Date("2023-03-01T06:11:09Z"), duration_minutes: 62, device_type: "desktop" },
            { id: 127, user_id: 105, course_id: 60, interaction_type: "enrollment", timestamp: new Date("2023-10-06T11:12:44Z"), duration_minutes: 52, device_type: "tablet" },
            { id: 128, user_id: 13, course_id: 27, interaction_type: "discussion", timestamp: new Date("2023-10-17T10:40:34Z"), duration_minutes: 38, device_type: "mobile" },
            { id: 129, user_id: 158, course_id: 84, interaction_type: "enrollment", timestamp: new Date("2023-03-03T19:00:41Z"), duration_minutes: 32, device_type: "desktop" },
            { id: 130, user_id: 176, course_id: 2, interaction_type: "enrollment", timestamp: new Date("2023-03-16T17:00:05Z"), duration_minutes: 53, device_type: "tablet" },
            { id: 131, user_id: 195, course_id: 39, interaction_type: "completion", timestamp: new Date("2023-02-17T17:57:06Z"), duration_minutes: 23, device_type: "desktop" },
            { id: 132, user_id: 23, course_id: 48, interaction_type: "enrollment", timestamp: new Date("2023-04-27T14:03:46Z"), duration_minutes: 99, device_type: "mobile" },
            { id: 133, user_id: 30, course_id: 5, interaction_type: "enrollment", timestamp: new Date("2023-12-08T22:06:40Z"), duration_minutes: 78, device_type: "mobile" },
            { id: 134, user_id: 43, course_id: 8, interaction_type: "enrollment", timestamp: new Date("2023-05-21T21:51:05Z"), duration_minutes: 60, device_type: "desktop" },
            { id: 135, user_id: 93, course_id: 94, interaction_type: "enrollment", timestamp: new Date("2023-02-28T19:53:03Z"), duration_minutes: 94, device_type: "mobile" },
            { id: 136, user_id: 78, course_id: 63, interaction_type: "enrollment", timestamp: new Date("2023-02-14T06:27:29Z"), duration_minutes: 53, device_type: "mobile" },
            { id: 137, user_id: 120, course_id: 50, interaction_type: "discussion", timestamp: new Date("2023-02-24T10:58:55Z"), duration_minutes: 58, device_type: "desktop" },
            { id: 138, user_id: 197, course_id: 5, interaction_type: "discussion", timestamp: new Date("2023-07-23T22:41:30Z"), duration_minutes: 54, device_type: "mobile" },
            { id: 139, user_id: 6, course_id: 49, interaction_type: "enrollment", timestamp: new Date("2023-05-24T17:09:12Z"), duration_minutes: 86, device_type: "mobile" },
            { id: 140, user_id: 51, course_id: 87, interaction_type: "enrollment", timestamp: new Date("2023-03-29T17:29:33Z"), duration_minutes: 39, device_type: "tablet" },
            { id: 141, user_id: 165, course_id: 42, interaction_type: "enrollment", timestamp: new Date("2023-10-21T10:16:40Z"), duration_minutes: 61, device_type: "mobile" },
            { id: 142, user_id: 50, course_id: 32, interaction_type: "enrollment", timestamp: new Date("2023-08-28T17:30:29Z"), duration_minutes: 28, device_type: "desktop" },
            { id: 143, user_id: 166, course_id: 80, interaction_type: "discussion", timestamp: new Date("2023-05-22T14:34:16Z"), duration_minutes: 56, device_type: "desktop" },
            { id: 144, user_id: 127, course_id: 36, interaction_type: "enrollment", timestamp: new Date("2023-02-12T18:04:00Z"), duration_minutes: 37, device_type: "mobile" },
            { id: 145, user_id: 159, course_id: 37, interaction_type: "enrollment", timestamp: new Date("2023-01-18T12:11:03Z"), duration_minutes: 75, device_type: "desktop" },
            { id: 146, user_id: 10, course_id: 49, interaction_type: "enrollment", timestamp: new Date("2023-01-10T11:46:16Z"), duration_minutes: 78, device_type: "tablet" },
            { id: 147, user_id: 143, course_id: 61, interaction_type: "enrollment", timestamp: new Date("2023-02-26T06:51:40Z"), duration_minutes: 68, device_type: "mobile" },
            { id: 148, user_id: 60, course_id: 90, interaction_type: "discussion", timestamp: new Date("2023-03-14T19:47:10Z"), duration_minutes: 71, device_type: "desktop" },
            { id: 149, user_id: 59, course_id: 95, interaction_type: "enrollment", timestamp: new Date("2023-10-13T21:21:51Z"), duration_minutes: 34, device_type: "tablet" },
            { id: 150, user_id: 59, course_id: 97, interaction_type: "enrollment", timestamp: new Date("2023-05-26T08:39:45Z"), duration_minutes: 43, device_type: "tablet" },
            { id: 151, user_id: 144, course_id: 41, interaction_type: "discussion", timestamp: new Date("2023-05-19T13:58:41Z"), duration_minutes: 41, device_type: "desktop" },
            { id: 152, user_id: 179, course_id: 14, interaction_type: "enrollment", timestamp: new Date("2023-12-12T18:17:59Z"), duration_minutes: 98, device_type: "mobile" },
            { id: 153, user_id: 99, course_id: 16, interaction_type: "enrollment", timestamp: new Date("2023-10-13T14:03:10Z"), duration_minutes: 35, device_type: "desktop" },
            { id: 154, user_id: 28, course_id: 59, interaction_type: "enrollment", timestamp: new Date("2023-11-25T18:42:23Z"), duration_minutes: 32, device_type: "desktop" },
            { id: 155, user_id: 62, course_id: 3, interaction_type: "enrollment", timestamp: new Date("2023-11-16T21:27:06Z"), duration_minutes: 82, device_type: "desktop" },
            { id: 156, user_id: 65, course_id: 55, interaction_type: "enrollment", timestamp: new Date("2023-07-12T14:25:24Z"), duration_minutes: 59, device_type: "tablet" },
            { id: 157, user_id: 114, course_id: 61, interaction_type: "enrollment", timestamp: new Date("2023-08-28T12:34:26Z"), duration_minutes: 54, device_type: "mobile" },
            { id: 158, user_id: 111, course_id: 89, interaction_type: "enrollment", timestamp: new Date("2023-04-07T20:39:55Z"), duration_minutes: 66, device_type: "mobile" },
            { id: 159, user_id: 6, course_id: 26, interaction_type: "enrollment", timestamp: new Date("2023-06-27T20:20:50Z"), duration_minutes: 81, device_type: "desktop" },
            { id: 160, user_id: 56, course_id: 44, interaction_type: "completion", timestamp: new Date("2023-02-05T20:41:34Z"), duration_minutes: 52, device_type: "desktop" },
            { id: 161, user_id: 139, course_id: 46, interaction_type: "completion", timestamp: new Date("2023-04-02T21:24:36Z"), duration_minutes: 60, device_type: "desktop" },
            { id: 162, user_id: 109, course_id: 3, interaction_type: "enrollment", timestamp: new Date("2023-02-27T15:44:44Z"), duration_minutes: 66, device_type: "desktop" },
            { id: 163, user_id: 187, course_id: 38, interaction_type: "enrollment", timestamp: new Date("2023-12-20T22:05:51Z"), duration_minutes: 55, device_type: "desktop" },
            { id: 164, user_id: 136, course_id: 34, interaction_type: "enrollment", timestamp: new Date("2023-07-26T15:55:04Z"), duration_minutes: 31, device_type: "tablet" },
            { id: 165, user_id: 198, course_id: 75, interaction_type: "enrollment", timestamp: new Date("2023-07-16T17:25:26Z"), duration_minutes: 50, device_type: "desktop" },
            { id: 166, user_id: 9, course_id: 88, interaction_type: "discussion", timestamp: new Date("2023-09-18T21:01:14Z"), duration_minutes: 58, device_type: "mobile" },
            { id: 167, user_id: 184, course_id: 16, interaction_type: "completion", timestamp: new Date("2023-06-16T12:58:10Z"), duration_minutes: 63, device_type: "mobile" },
            { id: 168, user_id: 80, course_id: 56, interaction_type: "enrollment", timestamp: new Date("2023-03-12T21:18:27Z"), duration_minutes: 62, device_type: "tablet" },
            { id: 169, user_id: 158, course_id: 96, interaction_type: "discussion", timestamp: new Date("2023-03-27T18:58:40Z"), duration_minutes: 65, device_type: "desktop" },
            { id: 170, user_id: 163, course_id: 86, interaction_type: "discussion", timestamp: new Date("2023-01-28T19:26:31Z"), duration_minutes: 59, device_type: "desktop" },
            { id: 171, user_id: 96, course_id: 16, interaction_type: "discussion", timestamp: new Date("2023-03-27T21:14:51Z"), duration_minutes: 45, device_type: "tablet" },
            { id: 172, user_id: 6, course_id: 38, interaction_type: "enrollment", timestamp: new Date("2023-02-26T09:28:14Z"), duration_minutes: 50, device_type: "tablet" },
            { id: 173, user_id: 20, course_id: 50, interaction_type: "enrollment", timestamp: new Date("2023-11-21T11:32:15Z"), duration_minutes: 80, device_type: "mobile" },
            { id: 174, user_id: 77, course_id: 36, interaction_type: "enrollment", timestamp: new Date("2023-09-16T02:41:33Z"), duration_minutes: 63, device_type: "tablet" },
            { id: 175, user_id: 107, course_id: 33, interaction_type: "enrollment", timestamp: new Date("2023-07-19T18:19:05Z"), duration_minutes: 30, device_type: "desktop" },
            { id: 176, user_id: 130, course_id: 99, interaction_type: "enrollment", timestamp: new Date("2023-12-12T21:16:50Z"), duration_minutes: 49, device_type: "desktop" },
            { id: 177, user_id: 9, course_id: 43, interaction_type: "discussion", timestamp: new Date("2023-12-15T02:47:22Z"), duration_minutes: 75, device_type: "desktop" },
            { id: 178, user_id: 40, course_id: 11, interaction_type: "discussion", timestamp: new Date("2023-07-01T09:19:14Z"), duration_minutes: 68, device_type: "desktop" },
            { id: 179, user_id: 146, course_id: 1, interaction_type: "enrollment", timestamp: new Date("2023-02-10T22:57:58Z"), duration_minutes: 88, device_type: "desktop" },
            { id: 180, user_id: 142, course_id: 41, interaction_type: "discussion", timestamp: new Date("2023-08-02T10:09:07Z"), duration_minutes: 47, device_type: "desktop" },
            { id: 181, user_id: 23, course_id: 60, interaction_type: "enrollment", timestamp: new Date("2023-08-21T19:00:45Z"), duration_minutes: 88, device_type: "tablet" },
            { id: 182, user_id: 86, course_id: 94, interaction_type: "enrollment", timestamp: new Date("2023-12-22T11:57:14Z"), duration_minutes: 55, device_type: "mobile" },
            { id: 183, user_id: 154, course_id: 25, interaction_type: "completion", timestamp: new Date("2023-06-15T09:11:34Z"), duration_minutes: 53, device_type: "tablet" },
            { id: 184, user_id: 77, course_id: 72, interaction_type: "enrollment", timestamp: new Date("2023-10-05T12:18:21Z"), duration_minutes: 83, device_type: "desktop" },
            { id: 185, user_id: 200, course_id: 95, interaction_type: "completion", timestamp: new Date("2023-12-15T16:54:00Z"), duration_minutes: 36, device_type: "mobile" },
            { id: 186, user_id: 116, course_id: 13, interaction_type: "completion", timestamp: new Date("2023-05-26T13:15:33Z"), duration_minutes: 59, device_type: "tablet" },
            { id: 187, user_id: 200, course_id: 76, interaction_type: "enrollment", timestamp: new Date("2023-08-19T19:17:31Z"), duration_minutes: 34, device_type: "desktop" },
            { id: 188, user_id: 19, course_id: 41, interaction_type: "enrollment", timestamp: new Date("2023-06-25T20:26:49Z"), duration_minutes: 53, device_type: "mobile" },
            { id: 189, user_id: 6, course_id: 47, interaction_type: "discussion", timestamp: new Date("2023-08-08T20:25:56Z"), duration_minutes: 50, device_type: "desktop" },
            { id: 190, user_id: 82, course_id: 88, interaction_type: "discussion", timestamp: new Date("2023-07-09T14:17:45Z"), duration_minutes: 43, device_type: "desktop" },
            { id: 191, user_id: 87, course_id: 81, interaction_type: "enrollment", timestamp: new Date("2023-10-17T12:25:12Z"), duration_minutes: 37, device_type: "mobile" },
            { id: 192, user_id: 194, course_id: 37, interaction_type: "enrollment", timestamp: new Date("2023-08-13T06:23:19Z"), duration_minutes: 32, device_type: "tablet" },
            { id: 193, user_id: 25, course_id: 44, interaction_type: "completion", timestamp: new Date("2023-09-24T18:21:33Z"), duration_minutes: 80, device_type: "desktop" },
            { id: 194, user_id: 165, course_id: 98, interaction_type: "enrollment", timestamp: new Date("2023-08-16T20:11:21Z"), duration_minutes: 75, device_type: "tablet" },
            { id: 195, user_id: 86, course_id: 22, interaction_type: "enrollment", timestamp: new Date("2023-11-28T13:26:53Z"), duration_minutes: 78, device_type: "tablet" },
            { id: 196, user_id: 6, course_id: 29, interaction_type: "discussion", timestamp: new Date("2023-03-11T19:34:02Z"), duration_minutes: 80, device_type: "mobile" },
            { id: 197, user_id: 185, course_id: 18, interaction_type: "enrollment", timestamp: new Date("2023-05-23T21:59:27Z"), duration_minutes: 48, device_type: "desktop" },
            { id: 198, user_id: 26, course_id: 28, interaction_type: "discussion", timestamp: new Date("2023-05-11T20:08:02Z"), duration_minutes: 67, device_type: "tablet" },
            { id: 199, user_id: 81, course_id: 7, interaction_type: "discussion", timestamp: new Date("2023-07-05T11:10:23Z"), duration_minutes: 83, device_type: "mobile" },
            { id: 200, user_id: 67, course_id: 96, interaction_type: "enrollment", timestamp: new Date("2023-12-16T00:41:35Z"), duration_minutes: 79, device_type: "mobile" },
            { id: 201, user_id: 169, course_id: 52, interaction_type: "completion", timestamp: new Date("2023-12-06T09:53:04Z"), duration_minutes: 26, device_type: "desktop" },
            { id: 202, user_id: 62, course_id: 75, interaction_type: "enrollment", timestamp: new Date("2023-08-30T16:28:18Z"), duration_minutes: 73, device_type: "desktop" },
            { id: 203, user_id: 181, course_id: 30, interaction_type: "enrollment", timestamp: new Date("2023-06-07T09:27:33Z"), duration_minutes: 61, device_type: "desktop" },
            { id: 204, user_id: 137, course_id: 20, interaction_type: "enrollment", timestamp: new Date("2023-08-06T18:07:44Z"), duration_minutes: 66, device_type: "desktop" },
            { id: 205, user_id: 88, course_id: 79, interaction_type: "discussion", timestamp: new Date("2023-10-10T19:59:45Z"), duration_minutes: 59, device_type: "mobile" },
            { id: 206, user_id: 39, course_id: 20, interaction_type: "enrollment", timestamp: new Date("2023-02-22T15:41:53Z"), duration_minutes: 101, device_type: "mobile" },
            { id: 207, user_id: 111, course_id: 17, interaction_type: "completion", timestamp: new Date("2023-10-18T23:15:10Z"), duration_minutes: 56, device_type: "mobile" },
            { id: 208, user_id: 43, course_id: 44, interaction_type: "completion", timestamp: new Date("2023-06-06T14:36:12Z"), duration_minutes: 81, device_type: "tablet" },
            { id: 209, user_id: 169, course_id: 73, interaction_type: "completion", timestamp: new Date("2023-07-08T17:07:50Z"), duration_minutes: 76, device_type: "desktop" },
            { id: 210, user_id: 110, course_id: 34, interaction_type: "enrollment", timestamp: new Date("2023-04-19T18:01:17Z"), duration_minutes: 57, device_type: "mobile" },
            { id: 211, user_id: 5, course_id: 84, interaction_type: "enrollment", timestamp: new Date("2023-02-12T17:10:28Z"), duration_minutes: 64, device_type: "desktop" },
            { id: 212, user_id: 157, course_id: 93, interaction_type: "enrollment", timestamp: new Date("2023-05-31T19:12:00Z"), duration_minutes: 20, device_type: "mobile" },
            { id: 213, user_id: 76, course_id: 94, interaction_type: "discussion", timestamp: new Date("2023-04-27T21:54:14Z"), duration_minutes: 35, device_type: "tablet" },
            { id: 214, user_id: 53, course_id: 1, interaction_type: "completion", timestamp: new Date("2023-06-10T15:51:36Z"), duration_minutes: 89, device_type: "mobile" },
            { id: 215, user_id: 191, course_id: 65, interaction_type: "enrollment", timestamp: new Date("2023-05-25T19:38:07Z"), duration_minutes: 79, device_type: "mobile" },
            { id: 216, user_id: 44, course_id: 45, interaction_type: "discussion", timestamp: new Date("2023-08-15T18:00:47Z"), duration_minutes: 67, device_type: "desktop" },
            { id: 217, user_id: 33, course_id: 57, interaction_type: "enrollment", timestamp: new Date("2023-02-26T19:40:16Z"), duration_minutes: 95, device_type: "desktop" },
            { id: 218, user_id: 54, course_id: 62, interaction_type: "enrollment", timestamp: new Date("2023-05-06T21:08:19Z"), duration_minutes: 67, device_type: "mobile" },
            { id: 219, user_id: 132, course_id: 43, interaction_type: "discussion", timestamp: new Date("2023-06-20T11:42:45Z"), duration_minutes: 78, device_type: "desktop" },
            { id: 220, user_id: 23, course_id: 8, interaction_type: "enrollment", timestamp: new Date("2023-08-17T19:12:31Z"), duration_minutes: 91, device_type: "mobile" },
            { id: 221, user_id: 144, course_id: 49, interaction_type: "completion", timestamp: new Date("2023-02-19T22:06:28Z"), duration_minutes: 80, device_type: "tablet" },
            { id: 222, user_id: 90, course_id: 97, interaction_type: "completion", timestamp: new Date("2023-07-24T14:47:01Z"), duration_minutes: 68, device_type: "desktop" },
            { id: 223, user_id: 22, course_id: 21, interaction_type: "discussion", timestamp: new Date("2023-01-01T21:02:55Z"), duration_minutes: 46, device_type: "desktop" },
            { id: 224, user_id: 145, course_id: 36, interaction_type: "enrollment", timestamp: new Date("2023-02-21T09:36:27Z"), duration_minutes: 75, device_type: "desktop" },
            { id: 225, user_id: 149, course_id: 58, interaction_type: "completion", timestamp: new Date("2023-07-20T10:19:02Z"), duration_minutes: 53, device_type: "desktop" },
            { id: 226, user_id: 107, course_id: 21, interaction_type: "enrollment", timestamp: new Date("2023-11-06T15:54:35Z"), duration_minutes: 70, device_type: "desktop" },
            { id: 227, user_id: 125, course_id: 56, interaction_type: "enrollment", timestamp: new Date("2023-01-24T13:32:01Z"), duration_minutes: 77, device_type: "mobile" },
            { id: 228, user_id: 87, course_id: 75, interaction_type: "enrollment", timestamp: new Date("2023-10-26T15:22:24Z"), duration_minutes: 51, device_type: "desktop" },
            { id: 229, user_id: 82, course_id: 59, interaction_type: "enrollment", timestamp: new Date("2023-08-25T00:47:59Z"), duration_minutes: 62, device_type: "desktop" },
            { id: 230, user_id: 120, course_id: 6, interaction_type: "discussion", timestamp: new Date("2023-03-20T17:01:46Z"), duration_minutes: 88, device_type: "desktop" },
            { id: 231, user_id: 34, course_id: 34, interaction_type: "discussion", timestamp: new Date("2023-06-04T21:20:53Z"), duration_minutes: 58, device_type: "mobile" },
            { id: 232, user_id: 172, course_id: 26, interaction_type: "enrollment", timestamp: new Date("2023-03-05T12:40:20Z"), duration_minutes: 39, device_type: "mobile" },
            { id: 233, user_id: 59, course_id: 48, interaction_type: "enrollment", timestamp: new Date("2023-12-28T20:44:10Z"), duration_minutes: 45, device_type: "mobile" },
            { id: 234, user_id: 190, course_id: 31, interaction_type: "enrollment", timestamp: new Date("2023-12-05T16:24:34Z"), duration_minutes: 70, device_type: "mobile" },
            { id: 235, user_id: 145, course_id: 97, interaction_type: "enrollment", timestamp: new Date("2023-09-15T14:17:45Z"), duration_minutes: 24, device_type: "mobile" },
            { id: 236, user_id: 77, course_id: 38, interaction_type: "enrollment", timestamp: new Date("2023-01-31T08:10:49Z"), duration_minutes: 78, device_type: "desktop" },
            { id: 237, user_id: 82, course_id: 84, interaction_type: "completion", timestamp: new Date("2023-05-17T09:25:24Z"), duration_minutes: 61, device_type: "desktop" },
            { id: 238, user_id: 33, course_id: 14, interaction_type: "discussion", timestamp: new Date("2023-01-07T17:18:08Z"), duration_minutes: 85, device_type: "tablet" },
            { id: 239, user_id: 35, course_id: 82, interaction_type: "completion", timestamp: new Date("2023-07-30T22:09:01Z"), duration_minutes: 69, device_type: "desktop" },
            { id: 240, user_id: 185, course_id: 43, interaction_type: "enrollment", timestamp: new Date("2023-07-08T20:59:22Z"), duration_minutes: 67, device_type: "mobile" },
            { id: 241, user_id: 67, course_id: 57, interaction_type: "enrollment", timestamp: new Date("2023-09-20T13:01:04Z"), duration_minutes: 76, device_type: "mobile" },
            { id: 242, user_id: 81, course_id: 94, interaction_type: "enrollment", timestamp: new Date("2023-07-15T07:58:30Z"), duration_minutes: 60, device_type: "desktop" },
            { id: 243, user_id: 166, course_id: 55, interaction_type: "discussion", timestamp: new Date("2023-05-29T13:21:09Z"), duration_minutes: 45, device_type: "desktop" },
            { id: 244, user_id: 136, course_id: 56, interaction_type: "completion", timestamp: new Date("2023-06-02T08:08:00Z"), duration_minutes: 68, device_type: "desktop" },
            { id: 245, user_id: 124, course_id: 4, interaction_type: "enrollment", timestamp: new Date("2023-10-26T11:56:20Z"), duration_minutes: 77, device_type: "desktop" },
            { id: 246, user_id: 18, course_id: 12, interaction_type: "enrollment", timestamp: new Date("2023-06-24T11:25:06Z"), duration_minutes: 54, device_type: "mobile" },
            { id: 247, user_id: 126, course_id: 66, interaction_type: "enrollment", timestamp: new Date("2023-07-21T18:04:22Z"), duration_minutes: 67, device_type: "tablet" },
            { id: 248, user_id: 197, course_id: 11, interaction_type: "enrollment", timestamp: new Date("2023-03-31T20:26:49Z"), duration_minutes: 67, device_type: "desktop" },
            { id: 249, user_id: 77, course_id: 88, interaction_type: "discussion", timestamp: new Date("2023-10-09T08:35:35Z"), duration_minutes: 66, device_type: "desktop" },
            { id: 250, user_id: 57, course_id: 56, interaction_type: "enrollment", timestamp: new Date("2023-05-21T13:38:22Z"), duration_minutes: 55, device_type: "desktop" },
            { id: 251, user_id: 195, course_id: 2, interaction_type: "discussion", timestamp: new Date("2023-02-20T20:57:38Z"), duration_minutes: 61, device_type: "mobile" },
            { id: 252, user_id: 179, course_id: 78, interaction_type: "completion", timestamp: new Date("2023-10-05T12:47:58Z"), duration_minutes: 56, device_type: "desktop" },
            { id: 253, user_id: 135, course_id: 90, interaction_type: "enrollment", timestamp: new Date("2023-02-25T21:21:27Z"), duration_minutes: 48, device_type: "desktop" },
            { id: 254, user_id: 151, course_id: 33, interaction_type: "discussion", timestamp: new Date("2023-10-30T15:56:16Z"), duration_minutes: 68, device_type: "tablet" },
            { id: 255, user_id: 181, course_id: 8, interaction_type: "enrollment", timestamp: new Date("2023-03-24T23:49:42Z"), duration_minutes: 58, device_type: "desktop" },
            { id: 256, user_id: 200, course_id: 5, interaction_type: "discussion", timestamp: new Date("2023-09-19T15:49:39Z"), duration_minutes: 70, device_type: "mobile" },
            { id: 257, user_id: 11, course_id: 41, interaction_type: "enrollment", timestamp: new Date("2023-12-12T09:34:48Z"), duration_minutes: 48, device_type: "tablet" },
            { id: 258, user_id: 155, course_id: 89, interaction_type: "enrollment", timestamp: new Date("2023-10-12T22:44:54Z"), duration_minutes: 56, device_type: "mobile" },
            { id: 259, user_id: 11, course_id: 11, interaction_type: "enrollment", timestamp: new Date("2023-06-19T12:01:37Z"), duration_minutes: 82, device_type: "tablet" },
            { id: 260, user_id: 82, course_id: 23, interaction_type: "discussion", timestamp: new Date("2023-03-23T15:09:27Z"), duration_minutes: 39, device_type: "desktop" },
            { id: 261, user_id: 43, course_id: 59, interaction_type: "discussion", timestamp: new Date("2023-12-28T07:33:07Z"), duration_minutes: 59, device_type: "desktop" },
            { id: 262, user_id: 3, course_id: 5, interaction_type: "enrollment", timestamp: new Date("2023-08-06T11:03:16Z"), duration_minutes: 50, device_type: "mobile" },
            { id: 263, user_id: 98, course_id: 88, interaction_type: "enrollment", timestamp: new Date("2023-04-18T07:35:19Z"), duration_minutes: 69, device_type: "desktop" },
            { id: 264, user_id: 39, course_id: 55, interaction_type: "enrollment", timestamp: new Date("2023-09-17T22:36:48Z"), duration_minutes: 54, device_type: "mobile" },
            { id: 265, user_id: 179, course_id: 34, interaction_type: "enrollment", timestamp: new Date("2023-12-10T09:15:49Z"), duration_minutes: 91, device_type: "desktop" },
            { id: 266, user_id: 4, course_id: 71, interaction_type: "enrollment", timestamp: new Date("2023-05-23T09:12:49Z"), duration_minutes: 60, device_type: "mobile" },
            { id: 267, user_id: 158, course_id: 26, interaction_type: "enrollment", timestamp: new Date("2023-02-20T21:54:49Z"), duration_minutes: 72, device_type: "mobile" },
            { id: 268, user_id: 167, course_id: 53, interaction_type: "discussion", timestamp: new Date("2023-07-22T19:09:19Z"), duration_minutes: 56, device_type: "mobile" },
            { id: 269, user_id: 98, course_id: 45, interaction_type: "enrollment", timestamp: new Date("2023-12-03T15:17:12Z"), duration_minutes: 42, device_type: "desktop" },
            { id: 270, user_id: 8, course_id: 37, interaction_type: "enrollment", timestamp: new Date("2023-01-26T11:23:55Z"), duration_minutes: 76, device_type: "desktop" },
            { id: 271, user_id: 30, course_id: 55, interaction_type: "enrollment", timestamp: new Date("2023-09-30T15:49:34Z"), duration_minutes: 63, device_type: "desktop" },
            { id: 272, user_id: 78, course_id: 64, interaction_type: "enrollment", timestamp: new Date("2023-08-25T14:08:44Z"), duration_minutes: 59, device_type: "tablet" },
            { id: 273, user_id: 76, course_id: 84, interaction_type: "enrollment", timestamp: new Date("2023-05-07T16:55:39Z"), duration_minutes: 50, device_type: "desktop" },
            { id: 274, user_id: 179, course_id: 46, interaction_type: "enrollment", timestamp: new Date("2023-06-25T02:46:28Z"), duration_minutes: 71, device_type: "mobile" },
            { id: 275, user_id: 176, course_id: 36, interaction_type: "completion", timestamp: new Date("2023-11-05T19:35:23Z"), duration_minutes: 55, device_type: "mobile" },
            { id: 276, user_id: 15, course_id: 76, interaction_type: "enrollment", timestamp: new Date("2023-08-26T17:26:18Z"), duration_minutes: 39, device_type: "desktop" },
            { id: 277, user_id: 185, course_id: 92, interaction_type: "discussion", timestamp: new Date("2023-01-06T18:53:57Z"), duration_minutes: 64, device_type: "desktop" },
            { id: 278, user_id: 74, course_id: 75, interaction_type: "enrollment", timestamp: new Date("2023-03-06T10:33:24Z"), duration_minutes: 75, device_type: "desktop" },
            { id: 279, user_id: 178, course_id: 85, interaction_type: "enrollment", timestamp: new Date("2023-09-01T11:56:03Z"), duration_minutes: 93, device_type: "tablet" },
            { id: 280, user_id: 36, course_id: 91, interaction_type: "discussion", timestamp: new Date("2023-08-09T18:53:19Z"), duration_minutes: 80, device_type: "desktop" },
            { id: 281, user_id: 44, course_id: 63, interaction_type: "enrollment", timestamp: new Date("2023-11-15T08:40:24Z"), duration_minutes: 31, device_type: "desktop" },
            { id: 282, user_id: 96, course_id: 59, interaction_type: "enrollment", timestamp: new Date("2023-06-11T20:19:13Z"), duration_minutes: 45, device_type: "tablet" },
            { id: 283, user_id: 14, course_id: 62, interaction_type: "enrollment", timestamp: new Date("2023-01-03T11:06:59Z"), duration_minutes: 43, device_type: "desktop" },
            { id: 284, user_id: 177, course_id: 37, interaction_type: "completion", timestamp: new Date("2023-12-13T14:43:34Z"), duration_minutes: 70, device_type: "tablet" },
            { id: 285, user_id: 197, course_id: 62, interaction_type: "enrollment", timestamp: new Date("2023-02-02T11:05:06Z"), duration_minutes: 50, device_type: "mobile" },
            { id: 286, user_id: 40, course_id: 90, interaction_type: "enrollment", timestamp: new Date("2023-10-02T11:47:44Z"), duration_minutes: 90, device_type: "desktop" },
            { id: 287, user_id: 184, course_id: 29, interaction_type: "enrollment", timestamp: new Date("2023-03-15T15:40:49Z"), duration_minutes: 51, device_type: "mobile" },
            { id: 288, user_id: 30, course_id: 79, interaction_type: "enrollment", timestamp: new Date("2023-05-24T20:15:03Z"), duration_minutes: 74, device_type: "desktop" },
            { id: 289, user_id: 53, course_id: 48, interaction_type: "discussion", timestamp: new Date("2023-07-02T15:52:54Z"), duration_minutes: 55, device_type: "desktop" },
            { id: 290, user_id: 168, course_id: 2, interaction_type: "enrollment", timestamp: new Date("2023-06-19T11:20:53Z"), duration_minutes: 55, device_type: "desktop" },
            { id: 291, user_id: 20, course_id: 85, interaction_type: "enrollment", timestamp: new Date("2023-06-19T06:47:56Z"), duration_minutes: 57, device_type: "tablet" },
            { id: 292, user_id: 185, course_id: 54, interaction_type: "completion", timestamp: new Date("2023-12-26T17:17:32Z"), duration_minutes: 72, device_type: "desktop" },
            { id: 293, user_id: 26, course_id: 74, interaction_type: "discussion", timestamp: new Date("2023-11-02T13:02:13Z"), duration_minutes: 30, device_type: "desktop" },
            { id: 294, user_id: 90, course_id: 58, interaction_type: "enrollment", timestamp: new Date("2023-02-05T15:02:03Z"), duration_minutes: 67, device_type: "tablet" },
            { id: 295, user_id: 7, course_id: 26, interaction_type: "enrollment", timestamp: new Date("2023-01-22T14:06:44Z"), duration_minutes: 64, device_type: "mobile" },
            { id: 296, user_id: 44, course_id: 28, interaction_type: "enrollment", timestamp: new Date("2023-08-03T19:51:11Z"), duration_minutes: 73, device_type: "desktop" },
            { id: 297, user_id: 16, course_id: 87, interaction_type: "enrollment", timestamp: new Date("2023-03-15T14:39:56Z"), duration_minutes: 44, device_type: "mobile" },
            { id: 298, user_id: 15, course_id: 96, interaction_type: "enrollment", timestamp: new Date("2023-04-29T08:03:56Z"), duration_minutes: 41, device_type: "tablet" },
            { id: 299, user_id: 71, course_id: 41, interaction_type: "discussion", timestamp: new Date("2023-03-17T13:15:26Z"), duration_minutes: 60, device_type: "desktop" },
            { id: 300, user_id: 4, course_id: 31, interaction_type: "enrollment", timestamp: new Date("2023-07-18T17:33:55Z"), duration_minutes: 68, device_type: "tablet" },
            { id: 301, user_id: 74, course_id: 6, interaction_type: "enrollment", timestamp: new Date("2023-05-20T20:39:14Z"), duration_minutes: 74, device_type: "desktop" },
            { id: 302, user_id: 14, course_id: 5, interaction_type: "enrollment", timestamp: new Date("2023-11-10T23:54:58Z"), duration_minutes: 71, device_type: "desktop" },
            { id: 303, user_id: 144, course_id: 100, interaction_type: "enrollment", timestamp: new Date("2023-02-24T09:50:00Z"), duration_minutes: 65, device_type: "desktop" },
            { id: 304, user_id: 143, course_id: 89, interaction_type: "enrollment", timestamp: new Date("2023-02-19T16:21:52Z"), duration_minutes: 80, device_type: "desktop" },
            { id: 305, user_id: 183, course_id: 3, interaction_type: "enrollment", timestamp: new Date("2023-12-17T23:50:58Z"), duration_minutes: 73, device_type: "mobile" },
            { id: 306, user_id: 24, course_id: 54, interaction_type: "discussion", timestamp: new Date("2023-10-23T06:01:47Z"), duration_minutes: 30, device_type: "tablet" },
            { id: 307, user_id: 132, course_id: 34, interaction_type: "enrollment", timestamp: new Date("2023-11-09T20:48:51Z"), duration_minutes: 105, device_type: "desktop" },
            { id: 308, user_id: 79, course_id: 17, interaction_type: "discussion", timestamp: new Date("2023-01-21T17:06:03Z"), duration_minutes: 46, device_type: "tablet" },
            { id: 309, user_id: 59, course_id: 36, interaction_type: "discussion", timestamp: new Date("2023-05-20T17:44:12Z"), duration_minutes: 89, device_type: "mobile" },
            { id: 310, user_id: 20, course_id: 23, interaction_type: "enrollment", timestamp: new Date("2023-09-07T23:04:59Z"), duration_minutes: 47, device_type: "mobile" },
            { id: 311, user_id: 47, course_id: 12, interaction_type: "enrollment", timestamp: new Date("2023-11-03T20:03:01Z"), duration_minutes: 75, device_type: "desktop" },
            { id: 312, user_id: 162, course_id: 52, interaction_type: "discussion", timestamp: new Date("2023-05-10T07:15:16Z"), duration_minutes: 66, device_type: "desktop" },
            { id: 313, user_id: 170, course_id: 58, interaction_type: "enrollment", timestamp: new Date("2023-07-27T19:56:40Z"), duration_minutes: 28, device_type: "tablet" },
            { id: 314, user_id: 58, course_id: 61, interaction_type: "enrollment", timestamp: new Date("2023-09-27T07:31:53Z"), duration_minutes: 68, device_type: "desktop" },
            { id: 315, user_id: 123, course_id: 3, interaction_type: "discussion", timestamp: new Date("2023-03-18T12:37:38Z"), duration_minutes: 65, device_type: "mobile" },
            { id: 316, user_id: 28, course_id: 27, interaction_type: "enrollment", timestamp: new Date("2023-12-01T16:22:15Z"), duration_minutes: 82, device_type: "desktop" },
            { id: 317, user_id: 141, course_id: 91, interaction_type: "enrollment", timestamp: new Date("2023-01-29T06:23:46Z"), duration_minutes: 34, device_type: "desktop" },
            { id: 318, user_id: 10, course_id: 33, interaction_type: "enrollment", timestamp: new Date("2023-01-07T15:16:06Z"), duration_minutes: 74, device_type: "mobile" },
            { id: 319, user_id: 114, course_id: 32, interaction_type: "discussion", timestamp: new Date("2023-08-04T17:24:23Z"), duration_minutes: 37, device_type: "mobile" },
            { id: 320, user_id: 15, course_id: 57, interaction_type: "discussion", timestamp: new Date("2023-06-18T15:05:49Z"), duration_minutes: 67, device_type: "desktop" },
            { id: 321, user_id: 11, course_id: 10, interaction_type: "discussion", timestamp: new Date("2023-03-23T17:06:33Z"), duration_minutes: 49, device_type: "tablet" },
            { id: 322, user_id: 23, course_id: 56, interaction_type: "enrollment", timestamp: new Date("2023-07-31T11:48:14Z"), duration_minutes: 34, device_type: "desktop" },
            { id: 323, user_id: 171, course_id: 79, interaction_type: "discussion", timestamp: new Date("2023-12-28T01:08:56Z"), duration_minutes: 51, device_type: "desktop" },
            { id: 324, user_id: 151, course_id: 24, interaction_type: "enrollment", timestamp: new Date("2023-10-04T18:41:10Z"), duration_minutes: 52, device_type: "mobile" },
            { id: 325, user_id: 167, course_id: 48, interaction_type: "discussion", timestamp: new Date("2023-10-25T20:44:09Z"), duration_minutes: 58, device_type: "mobile" },
            { id: 326, user_id: 73, course_id: 28, interaction_type: "discussion", timestamp: new Date("2023-07-09T15:57:25Z"), duration_minutes: 84, device_type: "desktop" },
            { id: 327, user_id: 15, course_id: 65, interaction_type: "completion", timestamp: new Date("2023-01-17T10:10:31Z"), duration_minutes: 58, device_type: "mobile" },
            { id: 328, user_id: 56, course_id: 58, interaction_type: "enrollment", timestamp: new Date("2023-01-26T13:39:18Z"), duration_minutes: 71, device_type: "tablet" },
            { id: 329, user_id: 62, course_id: 84, interaction_type: "discussion", timestamp: new Date("2023-12-26T14:25:08Z"), duration_minutes: 67, device_type: "mobile" },
            { id: 330, user_id: 155, course_id: 96, interaction_type: "enrollment", timestamp: new Date("2023-06-05T20:00:51Z"), duration_minutes: 74, device_type: "desktop" },
            { id: 331, user_id: 198, course_id: 4, interaction_type: "enrollment", timestamp: new Date("2023-07-07T20:40:02Z"), duration_minutes: 58, device_type: "mobile" },
            { id: 332, user_id: 166, course_id: 83, interaction_type: "completion", timestamp: new Date("2023-04-20T11:19:01Z"), duration_minutes: 77, device_type: "tablet" },
            { id: 333, user_id: 107, course_id: 93, interaction_type: "discussion", timestamp: new Date("2023-07-11T14:22:18Z"), duration_minutes: 33, device_type: "desktop" },
            { id: 334, user_id: 49, course_id: 28, interaction_type: "enrollment", timestamp: new Date("2023-08-27T09:09:02Z"), duration_minutes: 44, device_type: "tablet" },
            { id: 335, user_id: 156, course_id: 9, interaction_type: "discussion", timestamp: new Date("2023-02-28T18:15:08Z"), duration_minutes: 95, device_type: "mobile" },
            { id: 336, user_id: 54, course_id: 47, interaction_type: "completion", timestamp: new Date("2023-06-30T16:36:55Z"), duration_minutes: 57, device_type: "desktop" },
            { id: 337, user_id: 81, course_id: 80, interaction_type: "enrollment", timestamp: new Date("2023-08-23T15:01:46Z"), duration_minutes: 54, device_type: "mobile" },
            { id: 338, user_id: 108, course_id: 96, interaction_type: "enrollment", timestamp: new Date("2023-12-27T12:23:01Z"), duration_minutes: 70, device_type: "desktop" },
            { id: 339, user_id: 186, course_id: 58, interaction_type: "discussion", timestamp: new Date("2023-04-22T12:10:33Z"), duration_minutes: 80, device_type: "tablet" },
            { id: 340, user_id: 39, course_id: 44, interaction_type: "discussion", timestamp: new Date("2023-05-09T15:19:51Z"), duration_minutes: 63, device_type: "desktop" },
            { id: 341, user_id: 12, course_id: 46, interaction_type: "completion", timestamp: new Date("2023-04-06T18:59:38Z"), duration_minutes: 38, device_type: "tablet" },
            { id: 342, user_id: 167, course_id: 72, interaction_type: "enrollment", timestamp: new Date("2023-11-30T22:20:13Z"), duration_minutes: 58, device_type: "tablet" },
            { id: 343, user_id: 188, course_id: 59, interaction_type: "discussion", timestamp: new Date("2023-08-12T08:40:52Z"), duration_minutes: 70, device_type: "mobile" },
            { id: 344, user_id: 109, course_id: 36, interaction_type: "enrollment", timestamp: new Date("2023-10-24T17:21:09Z"), duration_minutes: 89, device_type: "mobile" },
            { id: 345, user_id: 5, course_id: 99, interaction_type: "enrollment", timestamp: new Date("2023-12-14T16:55:01Z"), duration_minutes: 42, device_type: "desktop" },
            { id: 346, user_id: 69, course_id: 75, interaction_type: "discussion", timestamp: new Date("2023-01-18T16:02:33Z"), duration_minutes: 52, device_type: "desktop" },
            { id: 347, user_id: 170, course_id: 8, interaction_type: "enrollment", timestamp: new Date("2023-05-25T13:54:25Z"), duration_minutes: 52, device_type: "desktop" },
            { id: 348, user_id: 42, course_id: 58, interaction_type: "enrollment", timestamp: new Date("2023-10-24T14:43:44Z"), duration_minutes: 64, device_type: "mobile" },
            { id: 349, user_id: 95, course_id: 85, interaction_type: "enrollment", timestamp: new Date("2023-04-18T16:21:06Z"), duration_minutes: 76, device_type: "tablet" },
            { id: 350, user_id: 109, course_id: 80, interaction_type: "discussion", timestamp: new Date("2023-08-14T09:53:53Z"), duration_minutes: 47, device_type: "desktop" },
            { id: 351, user_id: 16, course_id: 86, interaction_type: "enrollment", timestamp: new Date("2023-02-12T13:03:10Z"), duration_minutes: 56, device_type: "tablet" },
            { id: 352, user_id: 100, course_id: 56, interaction_type: "completion", timestamp: new Date("2023-05-23T18:07:37Z"), duration_minutes: 45, device_type: "tablet" },
            { id: 353, user_id: 60, course_id: 17, interaction_type: "enrollment", timestamp: new Date("2023-08-23T17:45:43Z"), duration_minutes: 38, device_type: "mobile" },
            { id: 354, user_id: 141, course_id: 100, interaction_type: "completion", timestamp: new Date("2023-05-20T10:01:21Z"), duration_minutes: 48, device_type: "mobile" },
            { id: 355, user_id: 131, course_id: 41, interaction_type: "enrollment", timestamp: new Date("2023-02-05T20:43:11Z"), duration_minutes: 50, device_type: "desktop" },
            { id: 356, user_id: 27, course_id: 47, interaction_type: "enrollment", timestamp: new Date("2023-05-28T21:54:50Z"), duration_minutes: 46, device_type: "desktop" },
            { id: 357, user_id: 199, course_id: 16, interaction_type: "enrollment", timestamp: new Date("2023-05-25T15:39:25Z"), duration_minutes: 59, device_type: "desktop" },
            { id: 358, user_id: 194, course_id: 6, interaction_type: "discussion", timestamp: new Date("2023-08-02T08:43:36Z"), duration_minutes: 67, device_type: "tablet" },
            { id: 359, user_id: 191, course_id: 54, interaction_type: "enrollment", timestamp: new Date("2023-02-13T07:15:41Z"), duration_minutes: 68, device_type: "mobile" },
            { id: 360, user_id: 120, course_id: 99, interaction_type: "discussion", timestamp: new Date("2023-05-21T17:24:19Z"), duration_minutes: 48, device_type: "tablet" },
            { id: 361, user_id: 179, course_id: 52, interaction_type: "discussion", timestamp: new Date("2023-02-28T11:13:51Z"), duration_minutes: 87, device_type: "mobile" },
            { id: 362, user_id: 2, course_id: 20, interaction_type: "enrollment", timestamp: new Date("2023-08-26T18:40:43Z"), duration_minutes: 28, device_type: "mobile" },
            { id: 363, user_id: 172, course_id: 25, interaction_type: "completion", timestamp: new Date("2023-03-17T18:41:09Z"), duration_minutes: 62, device_type: "desktop" },
            { id: 364, user_id: 129, course_id: 72, interaction_type: "enrollment", timestamp: new Date("2023-10-29T11:33:20Z"), duration_minutes: 82, device_type: "mobile" },
            { id: 365, user_id: 22, course_id: 36, interaction_type: "discussion", timestamp: new Date("2023-03-28T15:32:15Z"), duration_minutes: 80, device_type: "mobile" },
            { id: 366, user_id: 189, course_id: 31, interaction_type: "enrollment", timestamp: new Date("2023-11-20T20:03:46Z"), duration_minutes: 66, device_type: "desktop" },
            { id: 367, user_id: 196, course_id: 51, interaction_type: "discussion", timestamp: new Date("2023-07-10T21:39:18Z"), duration_minutes: 77, device_type: "tablet" },
            { id: 368, user_id: 26, course_id: 84, interaction_type: "discussion", timestamp: new Date("2023-11-18T01:11:26Z"), duration_minutes: 58, device_type: "desktop" },
            { id: 369, user_id: 189, course_id: 63, interaction_type: "enrollment", timestamp: new Date("2023-10-27T16:07:23Z"), duration_minutes: 35, device_type: "desktop" },
            { id: 370, user_id: 11, course_id: 82, interaction_type: "enrollment", timestamp: new Date("2023-11-14T18:55:37Z"), duration_minutes: 69, device_type: "desktop" },
            { id: 371, user_id: 38, course_id: 55, interaction_type: "enrollment", timestamp: new Date("2023-11-12T09:44:13Z"), duration_minutes: 50, device_type: "mobile" },
            { id: 372, user_id: 172, course_id: 35, interaction_type: "enrollment", timestamp: new Date("2023-08-05T19:39:07Z"), duration_minutes: 69, device_type: "desktop" },
            { id: 373, user_id: 74, course_id: 96, interaction_type: "enrollment", timestamp: new Date("2023-09-08T11:28:18Z"), duration_minutes: 67, device_type: "mobile" },
            { id: 374, user_id: 70, course_id: 48, interaction_type: "enrollment", timestamp: new Date("2023-05-10T06:03:22Z"), duration_minutes: 72, device_type: "mobile" },
            { id: 375, user_id: 169, course_id: 71, interaction_type: "enrollment", timestamp: new Date("2023-01-18T12:42:09Z"), duration_minutes: 41, device_type: "desktop" },
            { id: 376, user_id: 116, course_id: 27, interaction_type: "enrollment", timestamp: new Date("2023-09-07T18:18:05Z"), duration_minutes: 36, device_type: "mobile" },
            { id: 377, user_id: 178, course_id: 28, interaction_type: "enrollment", timestamp: new Date("2023-08-22T04:55:04Z"), duration_minutes: 76, device_type: "mobile" },
            { id: 378, user_id: 13, course_id: 94, interaction_type: "enrollment", timestamp: new Date("2023-10-08T10:38:39Z"), duration_minutes: 66, device_type: "mobile" },
            { id: 379, user_id: 77, course_id: 84, interaction_type: "discussion", timestamp: new Date("2023-12-09T14:57:40Z"), duration_minutes: 64, device_type: "mobile" },
            { id: 380, user_id: 95, course_id: 55, interaction_type: "enrollment", timestamp: new Date("2023-09-23T12:32:38Z"), duration_minutes: 58, device_type: "desktop" },
            { id: 381, user_id: 43, course_id: 4, interaction_type: "enrollment", timestamp: new Date("2023-04-25T20:45:45Z"), duration_minutes: 47, device_type: "desktop" },
            { id: 382, user_id: 4, course_id: 73, interaction_type: "enrollment", timestamp: new Date("2023-02-21T11:38:49Z"), duration_minutes: 27, device_type: "mobile" },
            { id: 383, user_id: 164, course_id: 47, interaction_type: "discussion", timestamp: new Date("2023-01-12T11:23:07Z"), duration_minutes: 45, device_type: "desktop" },
            { id: 384, user_id: 189, course_id: 95, interaction_type: "discussion", timestamp: new Date("2023-02-24T20:10:37Z"), duration_minutes: 57, device_type: "desktop" },
            { id: 385, user_id: 41, course_id: 25, interaction_type: "discussion", timestamp: new Date("2023-07-28T01:24:10Z"), duration_minutes: 39, device_type: "tablet" },
            { id: 386, user_id: 49, course_id: 64, interaction_type: "discussion", timestamp: new Date("2023-04-22T16:46:49Z"), duration_minutes: 58, device_type: "tablet" },
            { id: 387, user_id: 200, course_id: 55, interaction_type: "discussion", timestamp: new Date("2023-09-26T12:34:09Z"), duration_minutes: 82, device_type: "mobile" },
            { id: 388, user_id: 66, course_id: 57, interaction_type: "enrollment", timestamp: new Date("2023-03-03T18:16:45Z"), duration_minutes: 27, device_type: "desktop" },
            { id: 389, user_id: 6, course_id: 34, interaction_type: "completion", timestamp: new Date("2023-01-19T13:58:12Z"), duration_minutes: 79, device_type: "desktop" },
            { id: 390, user_id: 166, course_id: 53, interaction_type: "enrollment", timestamp: new Date("2023-08-15T19:35:11Z"), duration_minutes: 63, device_type: "tablet" },
            { id: 391, user_id: 178, course_id: 14, interaction_type: "enrollment", timestamp: new Date("2023-10-21T18:34:52Z"), duration_minutes: 69, device_type: "mobile" },
            { id: 392, user_id: 116, course_id: 78, interaction_type: "enrollment", timestamp: new Date("2023-02-02T17:13:08Z"), duration_minutes: 57, device_type: "desktop" },
            { id: 393, user_id: 78, course_id: 28, interaction_type: "discussion", timestamp: new Date("2023-09-07T10:40:44Z"), duration_minutes: 55, device_type: "mobile" },
            { id: 394, user_id: 138, course_id: 20, interaction_type: "enrollment", timestamp: new Date("2023-07-08T12:24:12Z"), duration_minutes: 80, device_type: "desktop" },
            { id: 395, user_id: 134, course_id: 6, interaction_type: "enrollment", timestamp: new Date("2023-12-28T18:11:20Z"), duration_minutes: 51, device_type: "desktop" },
            { id: 396, user_id: 142, course_id: 84, interaction_type: "enrollment", timestamp: new Date("2023-02-07T21:11:10Z"), duration_minutes: 46, device_type: "desktop" },
            { id: 397, user_id: 146, course_id: 70, interaction_type: "discussion", timestamp: new Date("2023-05-03T20:23:57Z"), duration_minutes: 90, device_type: "desktop" },
            { id: 398, user_id: 153, course_id: 16, interaction_type: "discussion", timestamp: new Date("2023-10-10T23:56:04Z"), duration_minutes: 57, device_type: "desktop" },
            { id: 399, user_id: 16, course_id: 80, interaction_type: "completion", timestamp: new Date("2023-06-14T20:24:18Z"), duration_minutes: 56, device_type: "desktop" },
            { id: 400, user_id: 61, course_id: 73, interaction_type: "enrollment", timestamp: new Date("2023-03-09T13:53:04Z"), duration_minutes: 77, device_type: "mobile" },
            { id: 401, user_id: 137, course_id: 57, interaction_type: "enrollment", timestamp: new Date("2023-11-26T15:10:50Z"), duration_minutes: 66, device_type: "desktop" },
            { id: 402, user_id: 11, course_id: 33, interaction_type: "enrollment", timestamp: new Date("2023-06-20T13:41:25Z"), duration_minutes: 69, device_type: "desktop" },
            { id: 403, user_id: 180, course_id: 68, interaction_type: "completion", timestamp: new Date("2023-05-01T21:32:56Z"), duration_minutes: 72, device_type: "desktop" },
            { id: 404, user_id: 122, course_id: 70, interaction_type: "enrollment", timestamp: new Date("2023-01-17T19:34:28Z"), duration_minutes: 46, device_type: "desktop" },
            { id: 405, user_id: 93, course_id: 67, interaction_type: "enrollment", timestamp: new Date("2023-02-19T01:23:20Z"), duration_minutes: 70, device_type: "tablet" },
            { id: 406, user_id: 26, course_id: 77, interaction_type: "discussion", timestamp: new Date("2023-09-14T12:54:52Z"), duration_minutes: 103, device_type: "mobile" },
            { id: 407, user_id: 22, course_id: 15, interaction_type: "enrollment", timestamp: new Date("2023-01-24T22:16:20Z"), duration_minutes: 29, device_type: "mobile" },
            { id: 408, user_id: 113, course_id: 78, interaction_type: "enrollment", timestamp: new Date("2023-02-19T17:30:08Z"), duration_minutes: 63, device_type: "desktop" },
            { id: 409, user_id: 152, course_id: 52, interaction_type: "enrollment", timestamp: new Date("2023-10-31T14:41:37Z"), duration_minutes: 55, device_type: "tablet" },
            { id: 410, user_id: 13, course_id: 41, interaction_type: "enrollment", timestamp: new Date("2023-05-08T17:26:28Z"), duration_minutes: 68, device_type: "tablet" },
            { id: 411, user_id: 187, course_id: 20, interaction_type: "enrollment", timestamp: new Date("2023-07-13T10:32:18Z"), duration_minutes: 37, device_type: "desktop" },
            { id: 412, user_id: 86, course_id: 55, interaction_type: "completion", timestamp: new Date("2023-08-25T12:35:50Z"), duration_minutes: 80, device_type: "tablet" },
            { id: 413, user_id: 133, course_id: 20, interaction_type: "enrollment", timestamp: new Date("2023-04-03T14:40:00Z"), duration_minutes: 62, device_type: "desktop" },
            { id: 414, user_id: 123, course_id: 58, interaction_type: "enrollment", timestamp: new Date("2023-03-23T18:39:58Z"), duration_minutes: 86, device_type: "tablet" },
            { id: 415, user_id: 108, course_id: 20, interaction_type: "enrollment", timestamp: new Date("2023-02-02T17:19:05Z"), duration_minutes: 87, device_type: "mobile" },
            { id: 416, user_id: 65, course_id: 28, interaction_type: "enrollment", timestamp: new Date("2023-07-15T10:44:59Z"), duration_minutes: 46, device_type: "desktop" },
            { id: 417, user_id: 27, course_id: 1, interaction_type: "enrollment", timestamp: new Date("2023-12-15T22:18:06Z"), duration_minutes: 48, device_type: "desktop" },
            { id: 418, user_id: 80, course_id: 74, interaction_type: "enrollment", timestamp: new Date("2023-10-16T16:26:10Z"), duration_minutes: 74, device_type: "desktop" },
            { id: 419, user_id: 106, course_id: 78, interaction_type: "discussion", timestamp: new Date("2023-03-09T22:21:46Z"), duration_minutes: 54, device_type: "mobile" },
            { id: 420, user_id: 64, course_id: 27, interaction_type: "discussion", timestamp: new Date("2023-04-03T13:47:10Z"), duration_minutes: 54, device_type: "tablet" },
            { id: 421, user_id: 195, course_id: 77, interaction_type: "enrollment", timestamp: new Date("2023-11-11T12:08:15Z"), duration_minutes: 75, device_type: "desktop" },
            { id: 422, user_id: 172, course_id: 31, interaction_type: "discussion", timestamp: new Date("2023-08-19T17:40:47Z"), duration_minutes: 29, device_type: "mobile" },
            { id: 423, user_id: 129, course_id: 1, interaction_type: "completion", timestamp: new Date("2023-07-25T09:41:53Z"), duration_minutes: 24, device_type: "desktop" },
            { id: 424, user_id: 16, course_id: 88, interaction_type: "completion", timestamp: new Date("2023-10-13T00:22:59Z"), duration_minutes: 39, device_type: "desktop" },
            { id: 425, user_id: 43, course_id: 2, interaction_type: "discussion", timestamp: new Date("2023-08-30T08:01:55Z"), duration_minutes: 37, device_type: "desktop" },
            { id: 426, user_id: 123, course_id: 45, interaction_type: "enrollment", timestamp: new Date("2023-03-24T21:59:44Z"), duration_minutes: 48, device_type: "mobile" },
            { id: 427, user_id: 13, course_id: 50, interaction_type: "enrollment", timestamp: new Date("2023-11-28T21:06:16Z"), duration_minutes: 72, device_type: "desktop" },
            { id: 428, user_id: 165, course_id: 7, interaction_type: "enrollment", timestamp: new Date("2023-08-12T15:24:25Z"), duration_minutes: 79, device_type: "mobile" },
            { id: 429, user_id: 126, course_id: 52, interaction_type: "enrollment", timestamp: new Date("2023-04-27T19:23:22Z"), duration_minutes: 79, device_type: "desktop" },
            { id: 430, user_id: 1, course_id: 100, interaction_type: "completion", timestamp: new Date("2023-03-20T11:14:10Z"), duration_minutes: 75, device_type: "mobile" },
            { id: 431, user_id: 165, course_id: 85, interaction_type: "enrollment", timestamp: new Date("2023-04-24T19:03:45Z"), duration_minutes: 84, device_type: "tablet" },
            { id: 432, user_id: 82, course_id: 11, interaction_type: "discussion", timestamp: new Date("2023-07-29T13:43:50Z"), duration_minutes: 73, device_type: "desktop" },
            { id: 433, user_id: 163, course_id: 9, interaction_type: "discussion", timestamp: new Date("2023-03-12T21:46:22Z"), duration_minutes: 63, device_type: "desktop" },
            { id: 434, user_id: 54, course_id: 98, interaction_type: "enrollment", timestamp: new Date("2023-10-02T17:24:55Z"), duration_minutes: 81, device_type: "tablet" },
            { id: 435, user_id: 40, course_id: 90, interaction_type: "enrollment", timestamp: new Date("2023-10-25T11:44:50Z"), duration_minutes: 89, device_type: "desktop" },
            { id: 436, user_id: 149, course_id: 95, interaction_type: "enrollment", timestamp: new Date("2023-01-31T18:07:09Z"), duration_minutes: 59, device_type: "mobile" },
            { id: 437, user_id: 177, course_id: 42, interaction_type: "discussion", timestamp: new Date("2023-08-06T20:29:57Z"), duration_minutes: 44, device_type: "tablet" },
            { id: 438, user_id: 159, course_id: 14, interaction_type: "discussion", timestamp: new Date("2023-01-25T13:23:00Z"), duration_minutes: 45, device_type: "desktop" },
            { id: 439, user_id: 189, course_id: 40, interaction_type: "completion", timestamp: new Date("2023-04-06T08:21:12Z"), duration_minutes: 49, device_type: "desktop" },
            { id: 440, user_id: 124, course_id: 68, interaction_type: "enrollment", timestamp: new Date("2023-03-05T18:00:15Z"), duration_minutes: 48, device_type: "tablet" },
            { id: 441, user_id: 53, course_id: 60, interaction_type: "enrollment", timestamp: new Date("2023-02-10T22:21:37Z"), duration_minutes: 52, device_type: "desktop" },
            { id: 442, user_id: 3, course_id: 31, interaction_type: "discussion", timestamp: new Date("2023-08-06T09:54:58Z"), duration_minutes: 82, device_type: "desktop" },
            { id: 443, user_id: 71, course_id: 89, interaction_type: "enrollment", timestamp: new Date("2023-12-01T15:39:38Z"), duration_minutes: 59, device_type: "tablet" },
            { id: 444, user_id: 163, course_id: 62, interaction_type: "enrollment", timestamp: new Date("2023-03-05T17:39:33Z"), duration_minutes: 72, device_type: "desktop" },
            { id: 445, user_id: 53, course_id: 61, interaction_type: "enrollment", timestamp: new Date("2023-11-29T17:54:50Z"), duration_minutes: 84, device_type: "mobile" },
            { id: 446, user_id: 190, course_id: 38, interaction_type: "enrollment", timestamp: new Date("2023-02-18T10:58:09Z"), duration_minutes: 48, device_type: "desktop" },
            { id: 447, user_id: 173, course_id: 83, interaction_type: "enrollment", timestamp: new Date("2023-01-18T10:00:04Z"), duration_minutes: 35, device_type: "tablet" },
            { id: 448, user_id: 158, course_id: 30, interaction_type: "enrollment", timestamp: new Date("2023-08-16T15:32:55Z"), duration_minutes: 62, device_type: "mobile" },
            { id: 449, user_id: 163, course_id: 61, interaction_type: "discussion", timestamp: new Date("2023-10-24T05:58:22Z"), duration_minutes: 89, device_type: "desktop" },
            { id: 450, user_id: 168, course_id: 9, interaction_type: "enrollment", timestamp: new Date("2023-12-17T13:41:40Z"), duration_minutes: 54, device_type: "desktop" },
            { id: 451, user_id: 131, course_id: 69, interaction_type: "discussion", timestamp: new Date("2023-10-19T20:52:16Z"), duration_minutes: 32, device_type: "mobile" },
            { id: 452, user_id: 137, course_id: 74, interaction_type: "completion", timestamp: new Date("2023-12-25T15:08:56Z"), duration_minutes: 51, device_type: "mobile" },
            { id: 453, user_id: 176, course_id: 74, interaction_type: "enrollment", timestamp: new Date("2023-04-09T21:11:18Z"), duration_minutes: 80, device_type: "tablet" },
            { id: 454, user_id: 95, course_id: 50, interaction_type: "enrollment", timestamp: new Date("2023-05-03T11:24:02Z"), duration_minutes: 41, device_type: "desktop" },
            { id: 455, user_id: 81, course_id: 68, interaction_type: "enrollment", timestamp: new Date("2023-01-14T11:38:57Z"), duration_minutes: 74, device_type: "desktop" },
            { id: 456, user_id: 161, course_id: 29, interaction_type: "discussion", timestamp: new Date("2023-04-30T18:26:49Z"), duration_minutes: 84, device_type: "mobile" },
            { id: 457, user_id: 164, course_id: 98, interaction_type: "completion", timestamp: new Date("2023-03-31T00:09:42Z"), duration_minutes: 43, device_type: "mobile" },
            { id: 458, user_id: 51, course_id: 67, interaction_type: "enrollment", timestamp: new Date("2023-09-14T10:35:25Z"), duration_minutes: 50, device_type: "tablet" },
            { id: 459, user_id: 67, course_id: 71, interaction_type: "completion", timestamp: new Date("2023-06-03T11:21:42Z"), duration_minutes: 63, device_type: "mobile" },
            { id: 460, user_id: 44, course_id: 81, interaction_type: "completion", timestamp: new Date("2023-06-20T14:06:48Z"), duration_minutes: 61, device_type: "desktop" },
            { id: 461, user_id: 65, course_id: 9, interaction_type: "enrollment", timestamp: new Date("2023-03-20T08:13:28Z"), duration_minutes: 39, device_type: "tablet" },
            { id: 462, user_id: 189, course_id: 45, interaction_type: "discussion", timestamp: new Date("2023-03-01T04:24:48Z"), duration_minutes: 60, device_type: "tablet" },
            { id: 463, user_id: 181, course_id: 87, interaction_type: "enrollment", timestamp: new Date("2023-05-01T19:04:11Z"), duration_minutes: 50, device_type: "tablet" },
            { id: 464, user_id: 66, course_id: 18, interaction_type: "completion", timestamp: new Date("2023-05-31T17:36:41Z"), duration_minutes: 39, device_type: "desktop" },
            { id: 465, user_id: 130, course_id: 45, interaction_type: "discussion", timestamp: new Date("2023-09-14T19:22:27Z"), duration_minutes: 48, device_type: "desktop" },
            { id: 466, user_id: 68, course_id: 63, interaction_type: "discussion", timestamp: new Date("2023-12-04T16:38:54Z"), duration_minutes: 67, device_type: "desktop" },
            { id: 467, user_id: 138, course_id: 43, interaction_type: "enrollment", timestamp: new Date("2023-12-01T14:38:14Z"), duration_minutes: 98, device_type: "desktop" },
            { id: 468, user_id: 152, course_id: 30, interaction_type: "completion", timestamp: new Date("2023-11-24T02:06:36Z"), duration_minutes: 76, device_type: "desktop" },
            { id: 469, user_id: 33, course_id: 100, interaction_type: "discussion", timestamp: new Date("2023-07-06T19:12:10Z"), duration_minutes: 85, device_type: "desktop" },
            { id: 470, user_id: 36, course_id: 24, interaction_type: "discussion", timestamp: new Date("2023-03-02T16:42:53Z"), duration_minutes: 78, device_type: "desktop" },
            { id: 471, user_id: 53, course_id: 49, interaction_type: "enrollment", timestamp: new Date("2023-09-21T06:10:46Z"), duration_minutes: 59, device_type: "desktop" },
            { id: 472, user_id: 135, course_id: 83, interaction_type: "completion", timestamp: new Date("2023-09-21T15:52:21Z"), duration_minutes: 69, device_type: "desktop" },
            { id: 473, user_id: 111, course_id: 84, interaction_type: "discussion", timestamp: new Date("2023-04-17T10:08:31Z"), duration_minutes: 45, device_type: "tablet" },
            { id: 474, user_id: 178, course_id: 66, interaction_type: "discussion", timestamp: new Date("2023-02-24T06:35:51Z"), duration_minutes: 33, device_type: "mobile" },
            { id: 475, user_id: 63, course_id: 96, interaction_type: "enrollment", timestamp: new Date("2023-07-15T08:24:08Z"), duration_minutes: 60, device_type: "desktop" },
            { id: 476, user_id: 193, course_id: 27, interaction_type: "enrollment", timestamp: new Date("2023-12-26T16:50:21Z"), duration_minutes: 60, device_type: "desktop" },
            { id: 477, user_id: 79, course_id: 79, interaction_type: "enrollment", timestamp: new Date("2023-08-20T17:26:08Z"), duration_minutes: 44, device_type: "desktop" },
            { id: 478, user_id: 44, course_id: 79, interaction_type: "enrollment", timestamp: new Date("2023-01-02T15:24:38Z"), duration_minutes: 36, device_type: "mobile" },
            { id: 479, user_id: 60, course_id: 7, interaction_type: "discussion", timestamp: new Date("2023-07-26T19:25:54Z"), duration_minutes: 55, device_type: "tablet" },
            { id: 480, user_id: 20, course_id: 45, interaction_type: "enrollment", timestamp: new Date("2023-09-27T22:53:20Z"), duration_minutes: 39, device_type: "desktop" },
            { id: 481, user_id: 37, course_id: 48, interaction_type: "enrollment", timestamp: new Date("2023-10-23T19:24:08Z"), duration_minutes: 43, device_type: "mobile" },
            { id: 482, user_id: 104, course_id: 43, interaction_type: "discussion", timestamp: new Date("2023-06-29T22:29:16Z"), duration_minutes: 64, device_type: "desktop" },
            { id: 483, user_id: 7, course_id: 80, interaction_type: "discussion", timestamp: new Date("2023-04-11T19:07:24Z"), duration_minutes: 29, device_type: "desktop" },
            { id: 484, user_id: 95, course_id: 40, interaction_type: "discussion", timestamp: new Date("2023-12-09T09:13:35Z"), duration_minutes: 64, device_type: "mobile" },
            { id: 485, user_id: 153, course_id: 26, interaction_type: "enrollment", timestamp: new Date("2023-12-26T15:33:40Z"), duration_minutes: 23, device_type: "desktop" },
            { id: 486, user_id: 118, course_id: 35, interaction_type: "enrollment", timestamp: new Date("2023-04-02T09:52:28Z"), duration_minutes: 83, device_type: "tablet" },
            { id: 487, user_id: 40, course_id: 72, interaction_type: "enrollment", timestamp: new Date("2023-01-09T08:28:08Z"), duration_minutes: 48, device_type: "mobile" },
            { id: 488, user_id: 41, course_id: 79, interaction_type: "enrollment", timestamp: new Date("2023-06-02T08:29:36Z"), duration_minutes: 57, device_type: "tablet" },
            { id: 489, user_id: 179, course_id: 36, interaction_type: "enrollment", timestamp: new Date("2023-02-12T18:39:07Z"), duration_minutes: 42, device_type: "mobile" },
            { id: 490, user_id: 108, course_id: 56, interaction_type: "enrollment", timestamp: new Date("2023-11-17T21:33:31Z"), duration_minutes: 54, device_type: "mobile" },
            { id: 491, user_id: 72, course_id: 17, interaction_type: "completion", timestamp: new Date("2023-11-07T16:26:46Z"), duration_minutes: 52, device_type: "mobile" },
            { id: 492, user_id: 151, course_id: 21, interaction_type: "discussion", timestamp: new Date("2023-01-30T09:50:10Z"), duration_minutes: 42, device_type: "desktop" },
            { id: 493, user_id: 185, course_id: 22, interaction_type: "enrollment", timestamp: new Date("2023-08-10T21:10:40Z"), duration_minutes: 82, device_type: "mobile" },
            { id: 494, user_id: 26, course_id: 57, interaction_type: "enrollment", timestamp: new Date("2023-09-14T17:14:30Z"), duration_minutes: 33, device_type: "desktop" },
            { id: 495, user_id: 37, course_id: 35, interaction_type: "discussion", timestamp: new Date("2023-04-11T11:05:37Z"), duration_minutes: 73, device_type: "mobile" },
            { id: 496, user_id: 79, course_id: 84, interaction_type: "enrollment", timestamp: new Date("2023-10-01T20:43:49Z"), duration_minutes: 32, device_type: "desktop" },
            { id: 497, user_id: 73, course_id: 36, interaction_type: "enrollment", timestamp: new Date("2023-03-06T16:43:54Z"), duration_minutes: 53, device_type: "desktop" },
            { id: 498, user_id: 78, course_id: 32, interaction_type: "discussion", timestamp: new Date("2023-07-01T14:47:38Z"), duration_minutes: 77, device_type: "desktop" },
            { id: 499, user_id: 31, course_id: 34, interaction_type: "enrollment", timestamp: new Date("2023-01-10T14:09:25Z"), duration_minutes: 72, device_type: "mobile" },
            { id: 500, user_id: 52, course_id: 65, interaction_type: "enrollment", timestamp: new Date("2023-05-23T18:27:39Z"), duration_minutes: 26, device_type: "tablet" },
        ],
    });
    await prisma.skills.createMany({
        data: [
            { id: 1, skill_name: null, course_id: 47, user_id: 129, proficiency_level: "beginner", acquisition_date: "2023-12-04" },
            { id: 2, skill_name: "research technical", course_id: 19, user_id: 70, proficiency_level: "beginner", acquisition_date: "2023-06-08" },
            { id: 3, skill_name: "leadership", course_id: 64, user_id: 100, proficiency_level: "beginner", acquisition_date: "2023-12-06" },
            { id: 4, skill_name: "interpersonal", course_id: 78, user_id: 148, proficiency_level: "advanced", acquisition_date: "2023-04-26" },
            { id: 5, skill_name: "communication", course_id: 63, user_id: 112, proficiency_level: "intermediate", acquisition_date: "2023-08-06" },
            { id: 6, skill_name: "marketing", course_id: 47, user_id: 31, proficiency_level: "beginner", acquisition_date: "2023-03-19" },
            { id: 7, skill_name: null, course_id: 55, user_id: 23, proficiency_level: "beginner", acquisition_date: "2023-06-19" },
            { id: 8, skill_name: null, course_id: 80, user_id: 60, proficiency_level: "beginner", acquisition_date: "2023-10-06" },
            { id: 9, skill_name: "communication coding critical-thinking", course_id: 85, user_id: 62, proficiency_level: "intermediate", acquisition_date: "2023-08-09" },
            { id: 10, skill_name: "critical-thinking interpersonal analytical", course_id: 17, user_id: 38, proficiency_level: "beginner", acquisition_date: "2023-11-17" },
            { id: 11, skill_name: "coding", course_id: 45, user_id: 145, proficiency_level: "advanced", acquisition_date: "2023-01-08" },
            { id: 12, skill_name: "analytical", course_id: 94, user_id: 159, proficiency_level: "advanced", acquisition_date: "2023-02-17" },
            { id: 13, skill_name: "presentation", course_id: 31, user_id: 12, proficiency_level: "beginner", acquisition_date: "2023-11-18" },
            { id: 14, skill_name: "presentation research marketing", course_id: 17, user_id: 150, proficiency_level: "intermediate", acquisition_date: "2023-01-21" },
            { id: 15, skill_name: "creativity", course_id: 80, user_id: 34, proficiency_level: "intermediate", acquisition_date: "2023-09-01" },
            { id: 16, skill_name: "organizational", course_id: 89, user_id: 13, proficiency_level: "advanced", acquisition_date: "2023-10-22" },
            { id: 17, skill_name: "design technical creativity", course_id: 91, user_id: 155, proficiency_level: "beginner", acquisition_date: "2023-11-25" },
            { id: 18, skill_name: null, course_id: 62, user_id: 142, proficiency_level: "beginner", acquisition_date: "2023-07-06" },
            { id: 19, skill_name: "project-management leadership", course_id: 65, user_id: 100, proficiency_level: "advanced", acquisition_date: "2023-06-21" },
            { id: 20, skill_name: null, course_id: 9, user_id: 165, proficiency_level: "intermediate", acquisition_date: "2023-06-28" },
            { id: 21, skill_name: "leadership project-management teamwork", course_id: 86, user_id: 109, proficiency_level: "beginner", acquisition_date: "2023-09-12" },
            { id: 22, skill_name: "project-management marketing communication", course_id: 34, user_id: 13, proficiency_level: "intermediate", acquisition_date: "2023-11-20" },
            { id: 23, skill_name: "problem-solving analytical coding", course_id: 11, user_id: 76, proficiency_level: "beginner", acquisition_date: "2023-11-16" },
            { id: 24, skill_name: "analytical design", course_id: 75, user_id: 56, proficiency_level: "beginner", acquisition_date: "2023-05-28" },
            { id: 25, skill_name: "data-analysis", course_id: 22, user_id: 107, proficiency_level: "beginner", acquisition_date: "2023-09-07" },
            { id: 26, skill_name: "presentation", course_id: 30, user_id: 192, proficiency_level: "intermediate", acquisition_date: "2023-10-25" },
            { id: 27, skill_name: "problem-solving", course_id: 44, user_id: 74, proficiency_level: "intermediate", acquisition_date: "2023-08-01" },
            { id: 28, skill_name: "data-analysis critical-thinking project-management", course_id: 80, user_id: 108, proficiency_level: "intermediate", acquisition_date: "2023-07-23" },
            { id: 29, skill_name: "leadership critical-thinking", course_id: 60, user_id: 169, proficiency_level: "beginner", acquisition_date: "2023-05-01" },
            { id: 30, skill_name: "marketing", course_id: 35, user_id: 96, proficiency_level: "intermediate", acquisition_date: "2023-04-22" },
            { id: 31, skill_name: "design analytical communication", course_id: 4, user_id: 72, proficiency_level: "beginner", acquisition_date: "2023-06-16" },
            { id: 32, skill_name: "leadership", course_id: 48, user_id: 35, proficiency_level: "intermediate", acquisition_date: "2023-05-07" },
            { id: 33, skill_name: "leadership", course_id: 41, user_id: 3, proficiency_level: "advanced", acquisition_date: "2023-05-08" },
            { id: 34, skill_name: "creativity", course_id: 52, user_id: 11, proficiency_level: "beginner", acquisition_date: "2023-06-23" },
            { id: 35, skill_name: "teamwork leadership", course_id: 82, user_id: 121, proficiency_level: "beginner", acquisition_date: "2023-12-25" },
            { id: 36, skill_name: "project-management", course_id: 90, user_id: 61, proficiency_level: "advanced", acquisition_date: "2023-11-06" },
            { id: 37, skill_name: "communication data-analysis", course_id: 54, user_id: 77, proficiency_level: "beginner", acquisition_date: "2023-01-09" },
            { id: 38, skill_name: "organizational analytical communication", course_id: 23, user_id: 154, proficiency_level: "beginner", acquisition_date: "2023-10-27" },
            { id: 39, skill_name: "problem-solving negotiation interpersonal", course_id: 12, user_id: 178, proficiency_level: "intermediate", acquisition_date: "2023-04-22" },
            { id: 40, skill_name: "teamwork coding negotiation", course_id: 51, user_id: 164, proficiency_level: "beginner", acquisition_date: "2023-11-08" },
            { id: 41, skill_name: "technical adaptability data-analysis", course_id: 26, user_id: 192, proficiency_level: "intermediate", acquisition_date: "2023-03-04" },
            { id: 42, skill_name: "coding communication design", course_id: 38, user_id: 164, proficiency_level: "beginner", acquisition_date: "2023-02-03" },
            { id: 43, skill_name: "analytical", course_id: 41, user_id: 69, proficiency_level: "advanced", acquisition_date: "2023-05-29" },
            { id: 44, skill_name: "organizational design interpersonal", course_id: 2, user_id: 178, proficiency_level: "beginner", acquisition_date: "2023-03-16" },
            { id: 45, skill_name: "analytical time-management", course_id: 23, user_id: 71, proficiency_level: "beginner", acquisition_date: "2023-12-01" },
            { id: 46, skill_name: "data-analysis time-management project-management", course_id: 45, user_id: 146, proficiency_level: "beginner", acquisition_date: "2023-09-02" },
            { id: 47, skill_name: null, course_id: 14, user_id: 26, proficiency_level: "beginner", acquisition_date: "2023-11-12" },
            { id: 48, skill_name: "project-management organizational", course_id: 64, user_id: 9, proficiency_level: "beginner", acquisition_date: "2023-07-13" },
            { id: 49, skill_name: "communication marketing analytical", course_id: 23, user_id: 177, proficiency_level: "beginner", acquisition_date: "2023-06-25" },
            { id: 50, skill_name: "time-management leadership", course_id: 31, user_id: 149, proficiency_level: "beginner", acquisition_date: "2023-01-14" },
            { id: 51, skill_name: "design", course_id: 31, user_id: 64, proficiency_level: "beginner", acquisition_date: "2023-09-09" },
            { id: 52, skill_name: null, course_id: 52, user_id: 124, proficiency_level: "beginner", acquisition_date: "2023-08-04" },
            { id: 53, skill_name: null, course_id: 55, user_id: 11, proficiency_level: "beginner", acquisition_date: "2023-09-22" },
            { id: 54, skill_name: "communication", course_id: 42, user_id: 69, proficiency_level: "intermediate", acquisition_date: "2023-11-21" },
            { id: 55, skill_name: "problem-solving communication", course_id: 30, user_id: 112, proficiency_level: "advanced", acquisition_date: "2023-09-15" },
            { id: 56, skill_name: "problem-solving time-management", course_id: 61, user_id: 56, proficiency_level: "advanced", acquisition_date: "2023-11-21" },
            { id: 57, skill_name: "creativity", course_id: 71, user_id: 195, proficiency_level: "beginner", acquisition_date: "2023-01-22" },
            { id: 58, skill_name: null, course_id: 14, user_id: 8, proficiency_level: "intermediate", acquisition_date: "2023-01-15" },
            { id: 59, skill_name: "marketing data-analysis organizational", course_id: 28, user_id: 87, proficiency_level: "beginner", acquisition_date: "2023-11-17" },
            { id: 60, skill_name: "time-management", course_id: 80, user_id: 142, proficiency_level: "beginner", acquisition_date: "2023-11-07" },
            { id: 61, skill_name: "research adaptability", course_id: 93, user_id: 119, proficiency_level: "intermediate", acquisition_date: "2023-09-07" },
            { id: 62, skill_name: "technical", course_id: 95, user_id: 21, proficiency_level: "intermediate", acquisition_date: "2023-04-08" },
            { id: 63, skill_name: "coding leadership time-management", course_id: 39, user_id: 189, proficiency_level: "beginner", acquisition_date: "2023-12-15" },
            { id: 64, skill_name: "project-management analytical", course_id: 16, user_id: 136, proficiency_level: "intermediate", acquisition_date: "2023-05-01" },
            { id: 65, skill_name: null, course_id: 21, user_id: 5, proficiency_level: "intermediate", acquisition_date: "2023-04-21" },
            { id: 66, skill_name: "communication", course_id: 73, user_id: 156, proficiency_level: "intermediate", acquisition_date: "2023-02-08" },
            { id: 67, skill_name: "project-management", course_id: 7, user_id: 93, proficiency_level: "intermediate", acquisition_date: "2023-11-19" },
            { id: 68, skill_name: "coding presentation", course_id: 10, user_id: 182, proficiency_level: "beginner", acquisition_date: "2023-02-01" },
            { id: 69, skill_name: null, course_id: 34, user_id: 130, proficiency_level: "beginner", acquisition_date: "2023-05-01" },
            { id: 70, skill_name: "organizational", course_id: 91, user_id: 185, proficiency_level: "beginner", acquisition_date: "2023-09-29" },
            { id: 71, skill_name: "design analytical", course_id: 19, user_id: 171, proficiency_level: "intermediate", acquisition_date: "2023-12-02" },
            { id: 72, skill_name: "negotiation design adaptability", course_id: 46, user_id: 95, proficiency_level: "beginner", acquisition_date: "2023-11-08" },
            { id: 73, skill_name: "technical teamwork problem-solving", course_id: 45, user_id: 30, proficiency_level: "advanced", acquisition_date: "2023-02-04" },
            { id: 74, skill_name: "creativity analytical project-management", course_id: 25, user_id: 12, proficiency_level: "advanced", acquisition_date: "2023-10-10" },
            { id: 75, skill_name: "critical-thinking presentation", course_id: 18, user_id: 126, proficiency_level: "beginner", acquisition_date: "2023-04-13" },
            { id: 76, skill_name: "interpersonal design analytical", course_id: 28, user_id: 102, proficiency_level: "beginner", acquisition_date: "2023-06-20" },
            { id: 77, skill_name: "presentation project-management", course_id: 12, user_id: 188, proficiency_level: "advanced", acquisition_date: "2023-11-06" },
            { id: 78, skill_name: "interpersonal", course_id: 39, user_id: 198, proficiency_level: "beginner", acquisition_date: "2023-03-22" },
            { id: 79, skill_name: "marketing teamwork", course_id: 42, user_id: 74, proficiency_level: "beginner", acquisition_date: "2023-06-28" },
            { id: 80, skill_name: "presentation design interpersonal", course_id: 51, user_id: 104, proficiency_level: "advanced", acquisition_date: "2023-08-19" },
            { id: 81, skill_name: "critical-thinking interpersonal", course_id: 72, user_id: 128, proficiency_level: "advanced", acquisition_date: "2023-01-27" },
            { id: 82, skill_name: "time-management critical-thinking", course_id: 65, user_id: 126, proficiency_level: "beginner", acquisition_date: "2023-04-05" },
            { id: 83, skill_name: "communication", course_id: 15, user_id: 135, proficiency_level: "beginner", acquisition_date: "2023-08-11" },
            { id: 84, skill_name: "critical-thinking data-analysis creativity", course_id: 59, user_id: 121, proficiency_level: "beginner", acquisition_date: "2023-04-10" },
            { id: 85, skill_name: "adaptability problem-solving", course_id: 58, user_id: 126, proficiency_level: "advanced", acquisition_date: "2023-09-20" },
            { id: 86, skill_name: null, course_id: 44, user_id: 99, proficiency_level: "advanced", acquisition_date: "2023-05-27" },
            { id: 87, skill_name: null, course_id: 62, user_id: 3, proficiency_level: "intermediate", acquisition_date: "2023-06-10" },
            { id: 88, skill_name: "organizational data-analysis", course_id: 68, user_id: 81, proficiency_level: "intermediate", acquisition_date: "2023-12-14" },
            { id: 89, skill_name: "adaptability", course_id: 37, user_id: 87, proficiency_level: "advanced", acquisition_date: "2023-06-20" },
            { id: 90, skill_name: "time-management marketing analytical", course_id: 67, user_id: 63, proficiency_level: "intermediate", acquisition_date: "2023-10-22" },
            { id: 91, skill_name: "analytical creativity", course_id: 63, user_id: 198, proficiency_level: "advanced", acquisition_date: "2023-01-07" },
            { id: 92, skill_name: "problem-solving time-management leadership", course_id: 44, user_id: 199, proficiency_level: "beginner", acquisition_date: "2023-02-12" },
            { id: 93, skill_name: "communication adaptability coding", course_id: 76, user_id: 51, proficiency_level: "beginner", acquisition_date: "2023-09-25" },
            { id: 94, skill_name: "interpersonal time-management", course_id: 50, user_id: 3, proficiency_level: "intermediate", acquisition_date: "2023-06-27" },
            { id: 95, skill_name: "project-management marketing leadership", course_id: 25, user_id: 138, proficiency_level: "beginner", acquisition_date: "2023-11-18" },
            { id: 96, skill_name: "leadership", course_id: 75, user_id: 198, proficiency_level: "advanced", acquisition_date: "2023-03-29" },
            { id: 97, skill_name: null, course_id: 5, user_id: 188, proficiency_level: "beginner", acquisition_date: "2023-12-23" },
            { id: 98, skill_name: "teamwork", course_id: 88, user_id: 111, proficiency_level: "intermediate", acquisition_date: "2023-09-19" },
            { id: 99, skill_name: "leadership", course_id: 14, user_id: 145, proficiency_level: "beginner", acquisition_date: "2023-03-11" },
            { id: 100, skill_name: "coding time-management", course_id: 66, user_id: 154, proficiency_level: "intermediate", acquisition_date: "2023-09-09" },
            { id: 101, skill_name: "communication adaptability presentation", course_id: 39, user_id: 52, proficiency_level: "beginner", acquisition_date: "2023-02-13" },
            { id: 102, skill_name: null, course_id: 89, user_id: 44, proficiency_level: "beginner", acquisition_date: "2023-12-01" },
            { id: 103, skill_name: null, course_id: 39, user_id: 165, proficiency_level: "advanced", acquisition_date: "2023-01-12" },
            { id: 104, skill_name: "design data-analysis", course_id: 84, user_id: 78, proficiency_level: "beginner", acquisition_date: "2023-07-11" },
            { id: 105, skill_name: "analytical time-management", course_id: 27, user_id: 33, proficiency_level: "beginner", acquisition_date: "2023-03-22" },
            { id: 106, skill_name: "marketing project-management negotiation", course_id: 20, user_id: 43, proficiency_level: "advanced", acquisition_date: "2023-07-23" },
            { id: 107, skill_name: "teamwork", course_id: 35, user_id: 11, proficiency_level: "beginner", acquisition_date: "2023-11-25" },
            { id: 108, skill_name: "organizational leadership", course_id: 7, user_id: 127, proficiency_level: "beginner", acquisition_date: "2023-12-24" },
            { id: 109, skill_name: "interpersonal", course_id: 56, user_id: 43, proficiency_level: "beginner", acquisition_date: "2023-10-16" },
            { id: 110, skill_name: "coding", course_id: 18, user_id: 56, proficiency_level: "intermediate", acquisition_date: "2023-09-22" },
            { id: 111, skill_name: "leadership", course_id: 94, user_id: 150, proficiency_level: "intermediate", acquisition_date: "2023-05-04" },
            { id: 112, skill_name: null, course_id: 99, user_id: 139, proficiency_level: "beginner", acquisition_date: "2023-11-12" },
            { id: 113, skill_name: "negotiation interpersonal", course_id: 71, user_id: 75, proficiency_level: "beginner", acquisition_date: "2023-06-10" },
            { id: 114, skill_name: "research", course_id: 76, user_id: 22, proficiency_level: "intermediate", acquisition_date: "2023-12-24" },
            { id: 115, skill_name: "critical-thinking", course_id: 42, user_id: 48, proficiency_level: "intermediate", acquisition_date: "2023-08-14" },
            { id: 116, skill_name: null, course_id: 28, user_id: 130, proficiency_level: "beginner", acquisition_date: "2023-08-07" },
            { id: 117, skill_name: "critical-thinking", course_id: 2, user_id: 172, proficiency_level: "intermediate", acquisition_date: "2023-02-23" },
            { id: 118, skill_name: "marketing design critical-thinking", course_id: 45, user_id: 90, proficiency_level: "intermediate", acquisition_date: "2023-06-09" },
            { id: 119, skill_name: "time-management leadership", course_id: 94, user_id: 138, proficiency_level: "intermediate", acquisition_date: "2023-05-14" },
            { id: 120, skill_name: "organizational leadership", course_id: 41, user_id: 177, proficiency_level: "beginner", acquisition_date: "2023-09-28" },
            { id: 121, skill_name: "design critical-thinking", course_id: 29, user_id: 117, proficiency_level: "beginner", acquisition_date: "2023-09-27" },
            { id: 122, skill_name: "critical-thinking project-management coding", course_id: 87, user_id: 17, proficiency_level: "beginner", acquisition_date: "2023-03-08" },
            { id: 123, skill_name: null, course_id: 26, user_id: 5, proficiency_level: "intermediate", acquisition_date: "2023-02-09" },
            { id: 124, skill_name: "communication presentation research", course_id: 2, user_id: 160, proficiency_level: "beginner", acquisition_date: "2023-06-19" },
            { id: 125, skill_name: "data-analysis research presentation", course_id: 24, user_id: 198, proficiency_level: "beginner", acquisition_date: "2023-08-29" },
            { id: 126, skill_name: "organizational presentation critical-thinking", course_id: 49, user_id: 85, proficiency_level: "beginner", acquisition_date: "2023-06-24" },
            { id: 127, skill_name: "analytical organizational", course_id: 62, user_id: 163, proficiency_level: "intermediate", acquisition_date: "2023-07-05" },
            { id: 128, skill_name: "time-management", course_id: 50, user_id: 153, proficiency_level: "beginner", acquisition_date: "2023-01-11" },
            { id: 129, skill_name: "leadership", course_id: 30, user_id: 34, proficiency_level: "advanced", acquisition_date: "2023-06-11" },
            { id: 130, skill_name: "critical-thinking", course_id: 5, user_id: 186, proficiency_level: "beginner", acquisition_date: "2023-10-25" },
            { id: 131, skill_name: "interpersonal research design", course_id: 21, user_id: 98, proficiency_level: "beginner", acquisition_date: "2023-11-06" },
            { id: 132, skill_name: "research", course_id: 89, user_id: 45, proficiency_level: "advanced", acquisition_date: "2023-11-09" },
            { id: 133, skill_name: "communication leadership adaptability", course_id: 100, user_id: 69, proficiency_level: "beginner", acquisition_date: "2023-07-04" },
            { id: 134, skill_name: "presentation", course_id: 30, user_id: 158, proficiency_level: "beginner", acquisition_date: "2023-10-07" },
            { id: 135, skill_name: "critical-thinking teamwork", course_id: 36, user_id: 60, proficiency_level: "beginner", acquisition_date: "2023-01-31" },
            { id: 136, skill_name: "teamwork project-management", course_id: 94, user_id: 197, proficiency_level: "beginner", acquisition_date: "2023-09-26" },
            { id: 137, skill_name: "time-management", course_id: 94, user_id: 200, proficiency_level: "beginner", acquisition_date: "2023-08-21" },
            { id: 138, skill_name: "marketing time-management negotiation", course_id: 72, user_id: 25, proficiency_level: "beginner", acquisition_date: "2023-05-28" },
            { id: 139, skill_name: "organizational design time-management", course_id: 14, user_id: 73, proficiency_level: "advanced", acquisition_date: "2023-03-14" },
            { id: 140, skill_name: "organizational adaptability", course_id: 83, user_id: 100, proficiency_level: "advanced", acquisition_date: "2023-05-30" },
            { id: 141, skill_name: null, course_id: 85, user_id: 23, proficiency_level: "beginner", acquisition_date: "2023-07-16" },
            { id: 142, skill_name: "analytical critical-thinking presentation", course_id: 94, user_id: 193, proficiency_level: "beginner", acquisition_date: "2023-03-06" },
            { id: 143, skill_name: "presentation adaptability negotiation", course_id: 71, user_id: 191, proficiency_level: "advanced", acquisition_date: "2023-02-25" },
            { id: 144, skill_name: "adaptability leadership", course_id: 2, user_id: 167, proficiency_level: "intermediate", acquisition_date: "2023-10-28" },
            { id: 145, skill_name: "presentation negotiation", course_id: 2, user_id: 172, proficiency_level: "advanced", acquisition_date: "2023-09-05" },
            { id: 146, skill_name: "problem-solving technical", course_id: 19, user_id: 48, proficiency_level: "advanced", acquisition_date: "2023-11-01" },
            { id: 147, skill_name: "problem-solving presentation", course_id: 21, user_id: 163, proficiency_level: "beginner", acquisition_date: "2023-06-18" },
            { id: 148, skill_name: "design analytical adaptability", course_id: 80, user_id: 152, proficiency_level: "intermediate", acquisition_date: "2023-10-17" },
            { id: 149, skill_name: "creativity research", course_id: 78, user_id: 112, proficiency_level: "advanced", acquisition_date: "2023-09-19" },
            { id: 150, skill_name: null, course_id: 29, user_id: 54, proficiency_level: "intermediate", acquisition_date: "2023-11-17" },
        ],
    });
}

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