// Customer Engagement Analytics (customer-engagement-analytics) 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.agents), 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.agents.createMany({
        data: [
            { id: 1, full_name: "Elena Chen", email: "elena.chen@example.com", hire_date: "2022-04-30", performance_rating: "4.6" },
            { id: 2, full_name: "Sam Young", email: "sam.young@example.org", hire_date: "2020-09-09", performance_rating: "3.6" },
            { id: 3, full_name: "Laura Sousa", email: "laura.sousa@example.net", hire_date: "2021-09-26", performance_rating: "3.6" },
            { id: 4, full_name: "Leo Hoffmann", email: "leo.hoffmann@example.com", hire_date: "2023-04-05", performance_rating: "3.6" },
            { id: 5, full_name: "Hana Garcia", email: "hana.garcia@example.org", hire_date: "2022-04-24", performance_rating: "2.9" },
            { id: 6, full_name: "Sam Johnson", email: "sam.johnson@example.net", hire_date: "2021-02-09", performance_rating: "5.0" },
            { id: 7, full_name: "Daniel Nguyen", email: "daniel.nguyen@example.org", hire_date: "2022-10-11", performance_rating: "4.9" },
            { id: 8, full_name: "Sam Walker", email: "sam.walker@example.com", hire_date: "2021-06-21", performance_rating: "1.8" },
            { id: 9, full_name: "Lucas Miller", email: "lucas.miller@example.org", hire_date: "2022-12-01", performance_rating: "3.4" },
            { id: 10, full_name: "Daniel Flores", email: "daniel.flores@example.com", hire_date: "2020-08-22", performance_rating: "4.3" },
            { id: 11, full_name: "Ibrahim Wright", email: "ibrahim.wright@example.com", hire_date: "2020-05-27", performance_rating: "4.6" },
            { id: 12, full_name: "Mila Rossi", email: "mila.rossi@example.org", hire_date: "2021-08-29", performance_rating: "1.3" },
            { id: 13, full_name: "Hana Murphy", email: "hana.murphy@example.com", hire_date: "2021-08-20", performance_rating: "3.6" },
            { id: 14, full_name: "Ines Schneider", email: "ines.schneider@example.net", hire_date: "2023-12-12", performance_rating: "3.5" },
            { id: 15, full_name: "Victor Sousa", email: "victor.sousa@example.org", hire_date: "2020-03-04", performance_rating: "1.7" },
            { id: 16, full_name: "Zara Bauer", email: "zara.bauer@example.net", hire_date: "2023-04-18", performance_rating: "4.8" },
            { id: 17, full_name: "Emma Shah", email: "emma.shah@example.net", hire_date: "2022-05-18", performance_rating: "1.3" },
            { id: 18, full_name: "Wei Wagner", email: "wei.wagner@example.net", hire_date: "2022-02-12", performance_rating: "3.5" },
            { id: 19, full_name: "Laura Miller", email: "laura.miller@example.net", hire_date: "2023-04-29", performance_rating: "4.9" },
            { id: 20, full_name: "Paula Larsen", email: "paula.larsen@example.org", hire_date: "2020-09-08", performance_rating: "5.0" },
            { id: 21, full_name: "Fatima Fischer", email: "fatima.fischer@example.net", hire_date: "2021-07-23", performance_rating: "4.5" },
            { id: 22, full_name: "Mia Schneider", email: "mia.schneider@example.com", hire_date: "2021-12-12", performance_rating: "3.9" },
            { id: 23, full_name: "Mohamed Park", email: "mohamed.park@example.com", hire_date: "2023-11-25", performance_rating: "4.8" },
            { id: 24, full_name: "Tomas Rossi", email: "tomas.rossi@example.net", hire_date: "2023-03-18", performance_rating: "1.8" },
            { id: 25, full_name: "Diego Singh", email: "diego.singh@example.org", hire_date: "2023-09-01", performance_rating: "4.1" },
            { id: 26, full_name: "Arjun Gomez", email: "arjun.gomez@example.net", hire_date: "2021-07-14", performance_rating: "2.6" },
            { id: 27, full_name: "Arjun Brown", email: "arjun.brown@example.net", hire_date: "2021-10-24", performance_rating: "4.4" },
            { id: 28, full_name: "Grace Vargas", email: "grace.vargas@example.com", hire_date: "2020-07-20", performance_rating: "3.2" },
            { id: 29, full_name: "Elif Wagner", email: "elif.wagner@example.net", hire_date: "2022-02-15", performance_rating: "3.8" },
            { id: 30, full_name: "Maja Weber", email: "maja.weber@example.net", hire_date: "2020-02-04", performance_rating: "4.0" },
            { id: 31, full_name: "Ibrahim Wagner", email: "ibrahim.wagner@example.net", hire_date: "2022-12-09", performance_rating: "4.8" },
            { id: 32, full_name: "Hugo Shah", email: "hugo.shah@example.net", hire_date: "2023-08-31", performance_rating: "3.9" },
            { id: 33, full_name: "Priya Kaya", email: "priya.kaya@example.com", hire_date: "2023-06-15", performance_rating: "2.0" },
            { id: 34, full_name: "Ibrahim Clark", email: "ibrahim.clark@example.org", hire_date: "2021-12-18", performance_rating: "3.3" },
            { id: 35, full_name: "Tomas Ahmed", email: "tomas.ahmed@example.org", hire_date: "2022-11-13", performance_rating: "4.3" },
            { id: 36, full_name: "Isaac Castro", email: "isaac.castro@example.org", hire_date: "2021-07-02", performance_rating: "3.2" },
            { id: 37, full_name: "Noah Castro", email: "noah.castro@example.net", hire_date: "2023-06-30", performance_rating: "4.8" },
            { id: 38, full_name: "Chen Meyer", email: "chen.meyer@example.org", hire_date: "2022-02-20", performance_rating: "5.0" },
            { id: 39, full_name: "Ethan Oliveira", email: "ethan.oliveira@example.net", hire_date: "2022-03-09", performance_rating: "4.3" },
            { id: 40, full_name: "Anna Diaz", email: "anna.diaz@example.com", hire_date: "2022-11-23", performance_rating: "2.0" },
            { id: 41, full_name: "Marco Gupta", email: "marco.gupta@example.org", hire_date: "2021-11-13", performance_rating: "2.8" },
            { id: 42, full_name: "Mateo Park", email: "mateo.park@example.net", hire_date: "2023-07-17", performance_rating: "1.0" },
            { id: 43, full_name: "Liam Nguyen", email: "liam.nguyen@example.com", hire_date: "2021-12-24", performance_rating: "1.9" },
            { id: 44, full_name: "Mila Evans", email: "mila.evans@example.org", hire_date: "2023-04-06", performance_rating: "4.8" },
            { id: 45, full_name: "Ivan Lee", email: "ivan.lee@example.net", hire_date: "2023-10-17", performance_rating: "4.8" },
            { id: 46, full_name: "Nadia Flores", email: "nadia.flores@example.net", hire_date: "2020-08-27", performance_rating: "1.1" },
            { id: 47, full_name: "Emma Johnson", email: "emma.johnson@example.com", hire_date: "2023-05-07", performance_rating: "2.1" },
            { id: 48, full_name: "Uma Kaya", email: "uma.kaya@example.com", hire_date: "2023-06-06", performance_rating: "4.0" },
            { id: 49, full_name: "Karim Diaz", email: "karim.diaz@example.org", hire_date: "2023-09-21", performance_rating: "2.8" },
            { id: 50, full_name: "Elif Davis", email: "elif.davis@example.net", hire_date: "2021-05-26", performance_rating: "4.0" },
            { id: 51, full_name: "Zara Flores", email: "zara.flores@example.org", hire_date: "2022-06-24", performance_rating: "3.2" },
            { id: 52, full_name: "Leo Walker", email: "leo.walker@example.net", hire_date: "2021-12-13", performance_rating: "4.7" },
            { id: 53, full_name: "Karim Castro", email: "karim.castro@example.org", hire_date: "2021-12-02", performance_rating: "3.1" },
            { id: 54, full_name: "Ruby Kumar", email: "ruby.kumar@example.net", hire_date: "2022-08-08", performance_rating: "2.1" },
            { id: 55, full_name: "Mia Tanaka", email: "mia.tanaka@example.org", hire_date: "2023-09-14", performance_rating: "4.9" },
            { id: 56, full_name: "Pedro Costa", email: "pedro.costa@example.net", hire_date: "2023-06-04", performance_rating: "1.8" },
            { id: 57, full_name: "Andre Evans", email: "andre.evans@example.org", hire_date: "2023-02-03", performance_rating: "4.6" },
            { id: 58, full_name: "Oscar Silva", email: "oscar.silva@example.net", hire_date: "2023-12-26", performance_rating: "2.5" },
            { id: 59, full_name: "Laura Silva", email: "laura.silva@example.net", hire_date: "2021-11-16", performance_rating: "4.8" },
            { id: 60, full_name: "Leo Ibrahim", email: "leo.ibrahim@example.com", hire_date: "2022-09-01", performance_rating: "4.1" },
            { id: 61, full_name: "Mia Hoffmann", email: "mia.hoffmann@example.net", hire_date: "2021-06-01", performance_rating: "4.5" },
            { id: 62, full_name: "Amir Novak", email: "amir.novak@example.net", hire_date: "2023-04-15", performance_rating: "3.8" },
            { id: 63, full_name: "Tomas Moreau", email: "tomas.moreau@example.net", hire_date: "2023-02-02", performance_rating: "4.7" },
            { id: 64, full_name: "Tariq Johnson", email: "tariq.johnson@example.org", hire_date: "2023-09-24", performance_rating: "2.0" },
            { id: 65, full_name: "Chloe Ali", email: "chloe.ali@example.org", hire_date: "2020-04-24", performance_rating: "5.0" },
            { id: 66, full_name: "Maja Kaya", email: "maja.kaya@example.org", hire_date: "2023-05-01", performance_rating: "5.0" },
            { id: 67, full_name: "Jack Klein", email: "jack.klein@example.com", hire_date: "2022-05-31", performance_rating: "4.6" },
            { id: 68, full_name: "Noah Tanaka", email: "noah.tanaka@example.net", hire_date: "2023-02-20", performance_rating: "2.7" },
            { id: 69, full_name: "Oscar Ahmed", email: "oscar.ahmed@example.com", hire_date: "2022-11-19", performance_rating: "5.0" },
            { id: 70, full_name: "Victor Ahmed", email: "victor.ahmed@example.com", hire_date: "2022-01-25", performance_rating: "3.8" },
            { id: 71, full_name: "Zoe Reyes", email: "zoe.reyes@example.org", hire_date: "2022-05-25", performance_rating: "4.4" },
            { id: 72, full_name: "Theo Ali", email: "theo.ali@example.com", hire_date: "2022-12-08", performance_rating: "1.8" },
            { id: 73, full_name: "Liam Torres", email: "liam.torres@example.org", hire_date: "2023-06-30", performance_rating: "3.8" },
            { id: 74, full_name: "Isaac Reyes", email: "isaac.reyes@example.net", hire_date: "2023-12-30", performance_rating: "4.3" },
            { id: 75, full_name: "Karim Cruz", email: "karim.cruz@example.com", hire_date: "2020-11-14", performance_rating: "1.4" },
            { id: 76, full_name: "Anna Silva", email: "anna.silva@example.net", hire_date: "2021-07-06", performance_rating: "1.9" },
            { id: 77, full_name: "James Carter", email: "james.carter@example.net", hire_date: "2020-02-28", performance_rating: "4.9" },
            { id: 78, full_name: "Grace Reyes", email: "grace.reyes@example.com", hire_date: "2023-07-24", performance_rating: "2.4" },
            { id: 79, full_name: "Mateo Schneider", email: "mateo.schneider@example.org", hire_date: "2021-11-19", performance_rating: "5.0" },
            { id: 80, full_name: "Julia Johnson", email: "julia.johnson@example.com", hire_date: "2020-04-02", performance_rating: "4.6" },
            { id: 81, full_name: "Emma Kowalski", email: "emma.kowalski@example.net", hire_date: "2022-06-17", performance_rating: "4.8" },
            { id: 82, full_name: "Sofia Ali", email: "sofia.ali@example.org", hire_date: "2023-05-17", performance_rating: "1.7" },
            { id: 83, full_name: "Selin Jansen", email: "selin.jansen@example.org", hire_date: "2021-03-13", performance_rating: "2.8" },
            { id: 84, full_name: "Arjun Martin", email: "arjun.martin@example.org", hire_date: "2023-09-16", performance_rating: "5.0" },
            { id: 85, full_name: "Paula Becker", email: "paula.becker@example.net", hire_date: "2020-12-15", performance_rating: "2.9" },
            { id: 86, full_name: "Felix Kowalski", email: "felix.kowalski@example.org", hire_date: "2023-08-26", performance_rating: "5.0" },
            { id: 87, full_name: "Ivan Ruiz", email: "ivan.ruiz@example.com", hire_date: "2021-07-05", performance_rating: "5.0" },
            { id: 88, full_name: "James Meyer", email: "james.meyer@example.com", hire_date: "2021-04-03", performance_rating: "3.8" },
            { id: 89, full_name: "Wei Meyer", email: "wei.meyer@example.net", hire_date: "2020-11-03", performance_rating: "5.0" },
            { id: 90, full_name: "Ravi Taylor", email: "ravi.taylor@example.com", hire_date: "2023-08-24", performance_rating: "1.5" },
            { id: 91, full_name: "Ruby Kowalski", email: "ruby.kowalski@example.net", hire_date: "2021-11-26", performance_rating: "3.6" },
            { id: 92, full_name: "Mateo Wang", email: "mateo.wang@example.com", hire_date: "2022-05-20", performance_rating: "1.1" },
            { id: 93, full_name: "Chen Kim", email: "chen.kim@example.org", hire_date: "2020-08-24", performance_rating: "1.9" },
            { id: 94, full_name: "Alice Khan", email: "alice.khan@example.net", hire_date: "2021-08-22", performance_rating: "4.7" },
            { id: 95, full_name: "Hugo Baker", email: "hugo.baker@example.org", hire_date: "2021-10-17", performance_rating: "4.6" },
            { id: 96, full_name: "Amir Carter", email: "amir.carter@example.net", hire_date: "2023-02-25", performance_rating: "5.0" },
            { id: 97, full_name: "Selin Lopez", email: "selin.lopez@example.com", hire_date: "2023-03-23", performance_rating: "4.6" },
            { id: 98, full_name: "Jonas Murphy", email: "jonas.murphy@example.net", hire_date: "2023-11-17", performance_rating: "4.7" },
            { id: 99, full_name: "Ivan Schneider", email: "ivan.schneider@example.net", hire_date: "2023-09-01", performance_rating: "1.9" },
            { id: 100, full_name: "Rosa Gupta", email: "rosa.gupta@example.com", hire_date: "2021-12-03", performance_rating: "3.5" },
        ],
    });
    await prisma.agent_performance.createMany({
        data: [
            { id: 1, agent_id: 22, interaction_count: 76, success_rate: "0.10", feedback_score: "5.7" },
            { id: 2, agent_id: 66, interaction_count: 85, success_rate: "0.46", feedback_score: "4.8" },
            { id: 3, agent_id: 18, interaction_count: 27, success_rate: "0.64", feedback_score: "8.7" },
            { id: 4, agent_id: 73, interaction_count: 8, success_rate: "0.54", feedback_score: "3.6" },
            { id: 5, agent_id: 79, interaction_count: 8, success_rate: "0.48", feedback_score: "10.0" },
            { id: 6, agent_id: 88, interaction_count: 2, success_rate: "0.57", feedback_score: "4.4" },
            { id: 7, agent_id: 26, interaction_count: 42, success_rate: "0.90", feedback_score: "8.8" },
            { id: 8, agent_id: 99, interaction_count: 27, success_rate: "0.09", feedback_score: "8.1" },
            { id: 9, agent_id: 98, interaction_count: 10, success_rate: "0.10", feedback_score: "9.8" },
            { id: 10, agent_id: 73, interaction_count: 52, success_rate: "0.44", feedback_score: "9.4" },
            { id: 11, agent_id: 4, interaction_count: 86, success_rate: "0.17", feedback_score: "1.8" },
            { id: 12, agent_id: 1, interaction_count: 87, success_rate: "0.01", feedback_score: "5.3" },
            { id: 13, agent_id: 2, interaction_count: 65, success_rate: "0.27", feedback_score: "2.0" },
            { id: 14, agent_id: 10, interaction_count: 28, success_rate: "0.78", feedback_score: "1.1" },
            { id: 15, agent_id: 91, interaction_count: 75, success_rate: "0.24", feedback_score: "6.3" },
            { id: 16, agent_id: 76, interaction_count: 70, success_rate: "0.92", feedback_score: "6.6" },
            { id: 17, agent_id: 8, interaction_count: 63, success_rate: "0.53", feedback_score: "9.1" },
            { id: 18, agent_id: 9, interaction_count: 2, success_rate: "0.10", feedback_score: "9.9" },
            { id: 19, agent_id: 47, interaction_count: 21, success_rate: "0.67", feedback_score: "9.0" },
            { id: 20, agent_id: 5, interaction_count: 3, success_rate: "0.39", feedback_score: "10.0" },
            { id: 21, agent_id: 64, interaction_count: 6, success_rate: "0.69", feedback_score: "7.2" },
            { id: 22, agent_id: 71, interaction_count: 2, success_rate: "0.89", feedback_score: "10.0" },
            { id: 23, agent_id: 9, interaction_count: 17, success_rate: "0.03", feedback_score: "4.6" },
            { id: 24, agent_id: 15, interaction_count: 15, success_rate: "1.00", feedback_score: "2.0" },
            { id: 25, agent_id: 88, interaction_count: 26, success_rate: "0.55", feedback_score: "3.6" },
            { id: 26, agent_id: 92, interaction_count: 85, success_rate: "0.23", feedback_score: "6.8" },
            { id: 27, agent_id: 80, interaction_count: 4, success_rate: "0.31", feedback_score: "9.8" },
            { id: 28, agent_id: 89, interaction_count: 74, success_rate: "0.36", feedback_score: "3.8" },
            { id: 29, agent_id: 55, interaction_count: 91, success_rate: "0.09", feedback_score: "4.1" },
            { id: 30, agent_id: 71, interaction_count: 29, success_rate: "0.14", feedback_score: "7.5" },
            { id: 31, agent_id: 64, interaction_count: 62, success_rate: "0.02", feedback_score: "8.4" },
            { id: 32, agent_id: 92, interaction_count: 29, success_rate: "0.39", feedback_score: "5.7" },
            { id: 33, agent_id: 30, interaction_count: 23, success_rate: "0.06", feedback_score: "9.6" },
            { id: 34, agent_id: 22, interaction_count: 22, success_rate: "0.09", feedback_score: "9.8" },
            { id: 35, agent_id: 78, interaction_count: 51, success_rate: "0.49", feedback_score: "6.3" },
            { id: 36, agent_id: 80, interaction_count: 4, success_rate: "0.41", feedback_score: "1.3" },
            { id: 37, agent_id: 60, interaction_count: 86, success_rate: "0.04", feedback_score: "5.4" },
            { id: 38, agent_id: 24, interaction_count: 9, success_rate: "0.40", feedback_score: "6.3" },
            { id: 39, agent_id: 4, interaction_count: 47, success_rate: "0.86", feedback_score: "10.0" },
            { id: 40, agent_id: 98, interaction_count: 16, success_rate: "0.26", feedback_score: "9.2" },
            { id: 41, agent_id: 4, interaction_count: 23, success_rate: "0.41", feedback_score: "9.7" },
            { id: 42, agent_id: 70, interaction_count: 2, success_rate: "0.90", feedback_score: "9.9" },
            { id: 43, agent_id: 61, interaction_count: 15, success_rate: "0.24", feedback_score: "8.0" },
            { id: 44, agent_id: 54, interaction_count: 37, success_rate: "0.62", feedback_score: "8.4" },
            { id: 45, agent_id: 48, interaction_count: 67, success_rate: "0.89", feedback_score: "6.2" },
            { id: 46, agent_id: 27, interaction_count: 55, success_rate: "0.05", feedback_score: "2.1" },
            { id: 47, agent_id: 97, interaction_count: 77, success_rate: "0.53", feedback_score: "8.8" },
            { id: 48, agent_id: 15, interaction_count: 37, success_rate: "0.11", feedback_score: "8.2" },
            { id: 49, agent_id: 88, interaction_count: 41, success_rate: "0.57", feedback_score: "8.8" },
            { id: 50, agent_id: 78, interaction_count: 5, success_rate: "0.90", feedback_score: "3.6" },
            { id: 51, agent_id: 13, interaction_count: 33, success_rate: "0.19", feedback_score: "4.8" },
            { id: 52, agent_id: 39, interaction_count: 57, success_rate: "0.71", feedback_score: "9.5" },
            { id: 53, agent_id: 74, interaction_count: 28, success_rate: "0.30", feedback_score: "8.6" },
            { id: 54, agent_id: 13, interaction_count: 33, success_rate: "0.32", feedback_score: "9.8" },
            { id: 55, agent_id: 17, interaction_count: 73, success_rate: "0.90", feedback_score: "2.7" },
            { id: 56, agent_id: 67, interaction_count: 64, success_rate: "0.84", feedback_score: "2.9" },
            { id: 57, agent_id: 71, interaction_count: 72, success_rate: "0.07", feedback_score: "4.1" },
            { id: 58, agent_id: 79, interaction_count: 41, success_rate: "0.22", feedback_score: "7.3" },
            { id: 59, agent_id: 48, interaction_count: 36, success_rate: "0.56", feedback_score: "6.5" },
            { id: 60, agent_id: 91, interaction_count: 17, success_rate: "0.91", feedback_score: "8.6" },
            { id: 61, agent_id: 38, interaction_count: 11, success_rate: "0.81", feedback_score: "9.7" },
            { id: 62, agent_id: 73, interaction_count: 22, success_rate: "0.04", feedback_score: "6.6" },
            { id: 63, agent_id: 74, interaction_count: 58, success_rate: "0.76", feedback_score: "6.3" },
            { id: 64, agent_id: 43, interaction_count: 52, success_rate: "0.65", feedback_score: "1.2" },
            { id: 65, agent_id: 29, interaction_count: 92, success_rate: "0.01", feedback_score: "9.8" },
            { id: 66, agent_id: 38, interaction_count: 27, success_rate: "0.03", feedback_score: "9.2" },
            { id: 67, agent_id: 84, interaction_count: 61, success_rate: "0.41", feedback_score: "4.4" },
            { id: 68, agent_id: 44, interaction_count: 23, success_rate: "0.68", feedback_score: "6.0" },
            { id: 69, agent_id: 46, interaction_count: 2, success_rate: "0.88", feedback_score: "1.5" },
            { id: 70, agent_id: 65, interaction_count: 3, success_rate: "0.78", feedback_score: "7.1" },
            { id: 71, agent_id: 5, interaction_count: 7, success_rate: "0.83", feedback_score: "9.1" },
            { id: 72, agent_id: 59, interaction_count: 27, success_rate: "0.13", feedback_score: "5.2" },
            { id: 73, agent_id: 4, interaction_count: 43, success_rate: "0.36", feedback_score: "9.9" },
            { id: 74, agent_id: 74, interaction_count: 4, success_rate: "0.21", feedback_score: "5.7" },
            { id: 75, agent_id: 88, interaction_count: 35, success_rate: "0.56", feedback_score: "1.3" },
            { id: 76, agent_id: 2, interaction_count: 11, success_rate: "0.56", feedback_score: "4.1" },
            { id: 77, agent_id: 5, interaction_count: 59, success_rate: "0.70", feedback_score: "4.8" },
            { id: 78, agent_id: 98, interaction_count: 1, success_rate: "0.14", feedback_score: "8.1" },
            { id: 79, agent_id: 74, interaction_count: 17, success_rate: "0.44", feedback_score: "9.0" },
            { id: 80, agent_id: 13, interaction_count: 70, success_rate: "0.18", feedback_score: "5.7" },
            { id: 81, agent_id: 52, interaction_count: 97, success_rate: "0.18", feedback_score: "8.3" },
            { id: 82, agent_id: 52, interaction_count: 10, success_rate: "0.13", feedback_score: "9.4" },
            { id: 83, agent_id: 88, interaction_count: 65, success_rate: "0.03", feedback_score: "9.7" },
            { id: 84, agent_id: 78, interaction_count: 63, success_rate: "0.86", feedback_score: "9.0" },
            { id: 85, agent_id: 62, interaction_count: 34, success_rate: "0.70", feedback_score: "4.5" },
            { id: 86, agent_id: 98, interaction_count: 94, success_rate: "0.54", feedback_score: "9.2" },
            { id: 87, agent_id: 55, interaction_count: 68, success_rate: "0.86", feedback_score: "7.2" },
            { id: 88, agent_id: 30, interaction_count: 39, success_rate: "0.04", feedback_score: "4.4" },
            { id: 89, agent_id: 90, interaction_count: 28, success_rate: "0.02", feedback_score: "8.3" },
            { id: 90, agent_id: 17, interaction_count: 46, success_rate: "0.52", feedback_score: "10.0" },
            { id: 91, agent_id: 18, interaction_count: 69, success_rate: "0.61", feedback_score: "8.2" },
            { id: 92, agent_id: 76, interaction_count: 39, success_rate: "0.83", feedback_score: "6.0" },
            { id: 93, agent_id: 69, interaction_count: 46, success_rate: "0.74", feedback_score: "3.4" },
            { id: 94, agent_id: 76, interaction_count: 6, success_rate: "0.88", feedback_score: "10.0" },
            { id: 95, agent_id: 99, interaction_count: 6, success_rate: "0.51", feedback_score: "7.2" },
            { id: 96, agent_id: 94, interaction_count: 8, success_rate: "0.90", feedback_score: "8.3" },
            { id: 97, agent_id: 89, interaction_count: 9, success_rate: "0.90", feedback_score: "9.5" },
            { id: 98, agent_id: 3, interaction_count: 10, success_rate: "0.15", feedback_score: "7.0" },
            { id: 99, agent_id: 86, interaction_count: 33, success_rate: "0.33", feedback_score: "9.5" },
            { id: 100, agent_id: 50, interaction_count: 6, success_rate: "0.28", feedback_score: "8.4" },
            { id: 101, agent_id: 47, interaction_count: 27, success_rate: "0.35", feedback_score: "4.1" },
            { id: 102, agent_id: 67, interaction_count: 84, success_rate: "0.75", feedback_score: "9.0" },
            { id: 103, agent_id: 71, interaction_count: 3, success_rate: "0.20", feedback_score: "9.4" },
            { id: 104, agent_id: 96, interaction_count: 57, success_rate: "0.09", feedback_score: "7.6" },
            { id: 105, agent_id: 67, interaction_count: 11, success_rate: "0.03", feedback_score: "10.0" },
            { id: 106, agent_id: 64, interaction_count: 59, success_rate: "0.11", feedback_score: "9.7" },
            { id: 107, agent_id: 50, interaction_count: 52, success_rate: "0.21", feedback_score: "9.9" },
            { id: 108, agent_id: 25, interaction_count: 87, success_rate: "0.34", feedback_score: "1.3" },
            { id: 109, agent_id: 76, interaction_count: 89, success_rate: "0.70", feedback_score: "10.0" },
            { id: 110, agent_id: 10, interaction_count: 87, success_rate: "0.66", feedback_score: "10.0" },
            { id: 111, agent_id: 30, interaction_count: 1, success_rate: "0.74", feedback_score: "1.6" },
            { id: 112, agent_id: 83, interaction_count: 28, success_rate: "0.36", feedback_score: "9.6" },
            { id: 113, agent_id: 88, interaction_count: 5, success_rate: "0.62", feedback_score: "9.8" },
            { id: 114, agent_id: 38, interaction_count: 80, success_rate: "0.65", feedback_score: "6.4" },
            { id: 115, agent_id: 10, interaction_count: 14, success_rate: "0.34", feedback_score: "7.3" },
            { id: 116, agent_id: 73, interaction_count: 88, success_rate: "0.27", feedback_score: "9.2" },
            { id: 117, agent_id: 25, interaction_count: 5, success_rate: "0.17", feedback_score: "6.6" },
            { id: 118, agent_id: 42, interaction_count: 1, success_rate: "0.20", feedback_score: "8.6" },
            { id: 119, agent_id: 66, interaction_count: 22, success_rate: "0.98", feedback_score: "2.2" },
            { id: 120, agent_id: 52, interaction_count: 20, success_rate: "0.55", feedback_score: "9.9" },
            { id: 121, agent_id: 71, interaction_count: 37, success_rate: "0.59", feedback_score: "8.5" },
            { id: 122, agent_id: 66, interaction_count: 88, success_rate: "0.71", feedback_score: "5.4" },
            { id: 123, agent_id: 76, interaction_count: 1, success_rate: "0.47", feedback_score: "6.2" },
            { id: 124, agent_id: 1, interaction_count: 11, success_rate: "0.18", feedback_score: "6.4" },
            { id: 125, agent_id: 24, interaction_count: 61, success_rate: "0.79", feedback_score: "5.8" },
            { id: 126, agent_id: 48, interaction_count: 88, success_rate: "0.44", feedback_score: "8.3" },
            { id: 127, agent_id: 67, interaction_count: 20, success_rate: "0.71", feedback_score: "10.0" },
            { id: 128, agent_id: 60, interaction_count: 92, success_rate: "0.89", feedback_score: "4.8" },
            { id: 129, agent_id: 30, interaction_count: 47, success_rate: "0.87", feedback_score: "5.0" },
            { id: 130, agent_id: 59, interaction_count: 2, success_rate: "0.64", feedback_score: "8.7" },
            { id: 131, agent_id: 1, interaction_count: 72, success_rate: "0.68", feedback_score: "8.2" },
            { id: 132, agent_id: 45, interaction_count: 38, success_rate: "0.73", feedback_score: "2.9" },
            { id: 133, agent_id: 30, interaction_count: 2, success_rate: "0.99", feedback_score: "7.2" },
            { id: 134, agent_id: 49, interaction_count: 40, success_rate: "0.74", feedback_score: "7.0" },
            { id: 135, agent_id: 60, interaction_count: 26, success_rate: "0.40", feedback_score: "1.5" },
            { id: 136, agent_id: 17, interaction_count: 27, success_rate: "0.29", feedback_score: "10.0" },
            { id: 137, agent_id: 15, interaction_count: 25, success_rate: "0.65", feedback_score: "1.4" },
            { id: 138, agent_id: 69, interaction_count: 2, success_rate: "0.85", feedback_score: "7.7" },
            { id: 139, agent_id: 31, interaction_count: 35, success_rate: "0.80", feedback_score: "5.4" },
            { id: 140, agent_id: 50, interaction_count: 46, success_rate: "1.00", feedback_score: "1.7" },
            { id: 141, agent_id: 55, interaction_count: 6, success_rate: "0.57", feedback_score: "3.5" },
            { id: 142, agent_id: 59, interaction_count: 15, success_rate: "0.33", feedback_score: "9.5" },
            { id: 143, agent_id: 46, interaction_count: 43, success_rate: "0.80", feedback_score: "5.2" },
            { id: 144, agent_id: 100, interaction_count: 65, success_rate: "0.41", feedback_score: "7.5" },
            { id: 145, agent_id: 30, interaction_count: 24, success_rate: "0.15", feedback_score: "9.8" },
            { id: 146, agent_id: 10, interaction_count: 40, success_rate: "0.32", feedback_score: "1.6" },
            { id: 147, agent_id: 66, interaction_count: 7, success_rate: "0.13", feedback_score: "2.0" },
            { id: 148, agent_id: 13, interaction_count: 1, success_rate: "0.82", feedback_score: "5.2" },
            { id: 149, agent_id: 85, interaction_count: 29, success_rate: "0.87", feedback_score: "9.9" },
            { id: 150, agent_id: 16, interaction_count: 60, success_rate: "0.73", feedback_score: "9.9" },
            { id: 151, agent_id: 99, interaction_count: 24, success_rate: "0.19", feedback_score: "4.2" },
            { id: 152, agent_id: 84, interaction_count: 7, success_rate: "0.29", feedback_score: "4.8" },
            { id: 153, agent_id: 80, interaction_count: 91, success_rate: "0.59", feedback_score: "3.5" },
            { id: 154, agent_id: 38, interaction_count: 9, success_rate: "0.68", feedback_score: "5.8" },
            { id: 155, agent_id: 88, interaction_count: 9, success_rate: "0.21", feedback_score: "6.7" },
            { id: 156, agent_id: 67, interaction_count: 94, success_rate: "0.89", feedback_score: "8.9" },
            { id: 157, agent_id: 98, interaction_count: 8, success_rate: "0.89", feedback_score: "10.0" },
            { id: 158, agent_id: 93, interaction_count: 99, success_rate: "0.39", feedback_score: "4.1" },
            { id: 159, agent_id: 65, interaction_count: 36, success_rate: "0.50", feedback_score: "8.9" },
            { id: 160, agent_id: 96, interaction_count: 1, success_rate: "0.13", feedback_score: "10.0" },
            { id: 161, agent_id: 22, interaction_count: 1, success_rate: "0.04", feedback_score: "9.8" },
            { id: 162, agent_id: 87, interaction_count: 92, success_rate: "0.03", feedback_score: "8.2" },
            { id: 163, agent_id: 22, interaction_count: 1, success_rate: "0.95", feedback_score: "8.7" },
            { id: 164, agent_id: 86, interaction_count: 97, success_rate: "0.76", feedback_score: "3.7" },
            { id: 165, agent_id: 20, interaction_count: 98, success_rate: "0.03", feedback_score: "5.9" },
            { id: 166, agent_id: 100, interaction_count: 3, success_rate: "0.07", feedback_score: "5.6" },
            { id: 167, agent_id: 63, interaction_count: 22, success_rate: "0.41", feedback_score: "7.5" },
            { id: 168, agent_id: 27, interaction_count: 16, success_rate: "0.82", feedback_score: "5.1" },
            { id: 169, agent_id: 66, interaction_count: 56, success_rate: "0.24", feedback_score: "3.5" },
            { id: 170, agent_id: 64, interaction_count: 17, success_rate: "0.92", feedback_score: "4.9" },
            { id: 171, agent_id: 44, interaction_count: 24, success_rate: "0.47", feedback_score: "9.9" },
            { id: 172, agent_id: 79, interaction_count: 37, success_rate: "0.16", feedback_score: "6.9" },
            { id: 173, agent_id: 44, interaction_count: 72, success_rate: "0.37", feedback_score: "9.1" },
            { id: 174, agent_id: 42, interaction_count: 48, success_rate: "0.76", feedback_score: "9.9" },
            { id: 175, agent_id: 37, interaction_count: 33, success_rate: "0.04", feedback_score: "9.2" },
            { id: 176, agent_id: 30, interaction_count: 94, success_rate: "0.35", feedback_score: "8.0" },
            { id: 177, agent_id: 29, interaction_count: 24, success_rate: "0.18", feedback_score: "8.4" },
            { id: 178, agent_id: 56, interaction_count: 68, success_rate: "0.64", feedback_score: "6.2" },
            { id: 179, agent_id: 73, interaction_count: 2, success_rate: "0.62", feedback_score: "7.6" },
            { id: 180, agent_id: 42, interaction_count: 3, success_rate: "0.99", feedback_score: "8.5" },
            { id: 181, agent_id: 87, interaction_count: 48, success_rate: "0.90", feedback_score: "1.3" },
            { id: 182, agent_id: 95, interaction_count: 10, success_rate: "0.46", feedback_score: "5.3" },
            { id: 183, agent_id: 82, interaction_count: 72, success_rate: "0.68", feedback_score: "4.4" },
            { id: 184, agent_id: 71, interaction_count: 40, success_rate: "0.34", feedback_score: "9.9" },
            { id: 185, agent_id: 69, interaction_count: 3, success_rate: "0.16", feedback_score: "6.0" },
            { id: 186, agent_id: 94, interaction_count: 18, success_rate: "0.16", feedback_score: "9.9" },
            { id: 187, agent_id: 48, interaction_count: 44, success_rate: "0.26", feedback_score: "9.7" },
            { id: 188, agent_id: 91, interaction_count: 5, success_rate: "0.87", feedback_score: "8.4" },
            { id: 189, agent_id: 5, interaction_count: 10, success_rate: "0.70", feedback_score: "1.5" },
            { id: 190, agent_id: 81, interaction_count: 49, success_rate: "0.81", feedback_score: "7.3" },
            { id: 191, agent_id: 76, interaction_count: 75, success_rate: "0.87", feedback_score: "7.9" },
            { id: 192, agent_id: 97, interaction_count: 2, success_rate: "0.46", feedback_score: "6.3" },
            { id: 193, agent_id: 5, interaction_count: 7, success_rate: "0.84", feedback_score: "4.9" },
            { id: 194, agent_id: 76, interaction_count: 3, success_rate: "0.81", feedback_score: "6.0" },
            { id: 195, agent_id: 85, interaction_count: 32, success_rate: "0.91", feedback_score: "2.7" },
            { id: 196, agent_id: 99, interaction_count: 10, success_rate: "0.07", feedback_score: "6.3" },
            { id: 197, agent_id: 4, interaction_count: 1, success_rate: "0.85", feedback_score: "9.3" },
            { id: 198, agent_id: 86, interaction_count: 54, success_rate: "0.93", feedback_score: "4.5" },
            { id: 199, agent_id: 1, interaction_count: 69, success_rate: "0.40", feedback_score: "7.5" },
            { id: 200, agent_id: 99, interaction_count: 13, success_rate: "0.01", feedback_score: "1.1" },
            { id: 201, agent_id: 97, interaction_count: 2, success_rate: "0.94", feedback_score: "5.7" },
            { id: 202, agent_id: 59, interaction_count: 73, success_rate: "0.95", feedback_score: "9.5" },
            { id: 203, agent_id: 80, interaction_count: 41, success_rate: "0.18", feedback_score: "5.5" },
            { id: 204, agent_id: 22, interaction_count: 60, success_rate: "0.15", feedback_score: "6.7" },
            { id: 205, agent_id: 100, interaction_count: 100, success_rate: "0.07", feedback_score: "6.3" },
            { id: 206, agent_id: 26, interaction_count: 45, success_rate: "0.20", feedback_score: "10.0" },
            { id: 207, agent_id: 27, interaction_count: 41, success_rate: "0.36", feedback_score: "10.0" },
            { id: 208, agent_id: 11, interaction_count: 37, success_rate: "0.45", feedback_score: "2.7" },
            { id: 209, agent_id: 19, interaction_count: 34, success_rate: "0.01", feedback_score: "5.8" },
            { id: 210, agent_id: 47, interaction_count: 75, success_rate: "0.21", feedback_score: "1.5" },
            { id: 211, agent_id: 35, interaction_count: 37, success_rate: "0.60", feedback_score: "8.1" },
            { id: 212, agent_id: 92, interaction_count: 4, success_rate: "0.72", feedback_score: "9.7" },
            { id: 213, agent_id: 29, interaction_count: 29, success_rate: "0.75", feedback_score: "2.0" },
            { id: 214, agent_id: 55, interaction_count: 95, success_rate: "0.66", feedback_score: "8.2" },
            { id: 215, agent_id: 2, interaction_count: 11, success_rate: "0.28", feedback_score: "3.4" },
            { id: 216, agent_id: 92, interaction_count: 73, success_rate: "0.94", feedback_score: "3.2" },
            { id: 217, agent_id: 11, interaction_count: 14, success_rate: "0.75", feedback_score: "10.0" },
            { id: 218, agent_id: 18, interaction_count: 2, success_rate: "0.53", feedback_score: "9.7" },
            { id: 219, agent_id: 17, interaction_count: 75, success_rate: "0.34", feedback_score: "3.8" },
            { id: 220, agent_id: 55, interaction_count: 15, success_rate: "0.80", feedback_score: "8.8" },
            { id: 221, agent_id: 23, interaction_count: 47, success_rate: "1.00", feedback_score: "9.5" },
            { id: 222, agent_id: 42, interaction_count: 13, success_rate: "0.41", feedback_score: "7.5" },
            { id: 223, agent_id: 32, interaction_count: 1, success_rate: "0.64", feedback_score: "9.0" },
            { id: 224, agent_id: 92, interaction_count: 66, success_rate: "0.86", feedback_score: "8.7" },
            { id: 225, agent_id: 4, interaction_count: 72, success_rate: "0.65", feedback_score: "7.1" },
            { id: 226, agent_id: 98, interaction_count: 84, success_rate: "0.20", feedback_score: "9.7" },
            { id: 227, agent_id: 17, interaction_count: 86, success_rate: "0.35", feedback_score: "2.5" },
            { id: 228, agent_id: 85, interaction_count: 16, success_rate: "0.75", feedback_score: "9.7" },
            { id: 229, agent_id: 60, interaction_count: 48, success_rate: "0.88", feedback_score: "7.3" },
            { id: 230, agent_id: 76, interaction_count: 3, success_rate: "0.22", feedback_score: "9.9" },
            { id: 231, agent_id: 2, interaction_count: 23, success_rate: "0.54", feedback_score: "1.2" },
            { id: 232, agent_id: 64, interaction_count: 30, success_rate: "0.51", feedback_score: "9.9" },
            { id: 233, agent_id: 22, interaction_count: 24, success_rate: "0.24", feedback_score: "8.2" },
            { id: 234, agent_id: 25, interaction_count: 2, success_rate: "0.50", feedback_score: "9.4" },
            { id: 235, agent_id: 59, interaction_count: 4, success_rate: "0.39", feedback_score: "8.2" },
            { id: 236, agent_id: 93, interaction_count: 100, success_rate: "0.17", feedback_score: "6.9" },
            { id: 237, agent_id: 53, interaction_count: 35, success_rate: "0.56", feedback_score: "8.3" },
            { id: 238, agent_id: 67, interaction_count: 1, success_rate: "0.70", feedback_score: "6.7" },
            { id: 239, agent_id: 71, interaction_count: 5, success_rate: "0.29", feedback_score: "5.8" },
            { id: 240, agent_id: 77, interaction_count: 8, success_rate: "0.46", feedback_score: "9.1" },
            { id: 241, agent_id: 56, interaction_count: 40, success_rate: "1.00", feedback_score: "7.5" },
            { id: 242, agent_id: 13, interaction_count: 21, success_rate: "0.11", feedback_score: "8.9" },
            { id: 243, agent_id: 88, interaction_count: 11, success_rate: "0.44", feedback_score: "9.5" },
            { id: 244, agent_id: 71, interaction_count: 62, success_rate: "0.51", feedback_score: "7.8" },
            { id: 245, agent_id: 52, interaction_count: 2, success_rate: "0.94", feedback_score: "6.1" },
            { id: 246, agent_id: 25, interaction_count: 21, success_rate: "0.28", feedback_score: "9.9" },
            { id: 247, agent_id: 28, interaction_count: 59, success_rate: "0.48", feedback_score: "3.2" },
            { id: 248, agent_id: 85, interaction_count: 56, success_rate: "0.46", feedback_score: "9.9" },
            { id: 249, agent_id: 80, interaction_count: 4, success_rate: "0.57", feedback_score: "9.9" },
            { id: 250, agent_id: 1, interaction_count: 55, success_rate: "0.07", feedback_score: "5.0" },
            { id: 251, agent_id: 32, interaction_count: 3, success_rate: "0.49", feedback_score: "3.2" },
            { id: 252, agent_id: 43, interaction_count: 51, success_rate: "0.85", feedback_score: "8.6" },
            { id: 253, agent_id: 66, interaction_count: 7, success_rate: "0.29", feedback_score: "7.8" },
            { id: 254, agent_id: 24, interaction_count: 21, success_rate: "0.75", feedback_score: "9.8" },
            { id: 255, agent_id: 2, interaction_count: 18, success_rate: "0.13", feedback_score: "8.8" },
            { id: 256, agent_id: 22, interaction_count: 52, success_rate: "0.06", feedback_score: "8.2" },
            { id: 257, agent_id: 47, interaction_count: 52, success_rate: "0.09", feedback_score: "3.3" },
            { id: 258, agent_id: 42, interaction_count: 49, success_rate: "0.78", feedback_score: "10.0" },
            { id: 259, agent_id: 3, interaction_count: 6, success_rate: "0.15", feedback_score: "3.3" },
            { id: 260, agent_id: 98, interaction_count: 17, success_rate: "0.45", feedback_score: "8.9" },
            { id: 261, agent_id: 46, interaction_count: 97, success_rate: "0.69", feedback_score: "9.3" },
            { id: 262, agent_id: 33, interaction_count: 27, success_rate: "0.10", feedback_score: "4.9" },
            { id: 263, agent_id: 23, interaction_count: 96, success_rate: "0.29", feedback_score: "10.0" },
            { id: 264, agent_id: 92, interaction_count: 75, success_rate: "0.02", feedback_score: "9.6" },
            { id: 265, agent_id: 13, interaction_count: 93, success_rate: "0.11", feedback_score: "6.8" },
            { id: 266, agent_id: 88, interaction_count: 11, success_rate: "0.23", feedback_score: "9.9" },
            { id: 267, agent_id: 9, interaction_count: 29, success_rate: "0.06", feedback_score: "2.3" },
            { id: 268, agent_id: 22, interaction_count: 1, success_rate: "0.43", feedback_score: "6.0" },
            { id: 269, agent_id: 61, interaction_count: 11, success_rate: "0.23", feedback_score: "9.2" },
            { id: 270, agent_id: 72, interaction_count: 33, success_rate: "0.37", feedback_score: "9.9" },
            { id: 271, agent_id: 75, interaction_count: 14, success_rate: "0.63", feedback_score: "6.2" },
            { id: 272, agent_id: 57, interaction_count: 56, success_rate: "0.95", feedback_score: "2.6" },
            { id: 273, agent_id: 80, interaction_count: 18, success_rate: "0.45", feedback_score: "6.0" },
            { id: 274, agent_id: 81, interaction_count: 22, success_rate: "1.00", feedback_score: "9.1" },
            { id: 275, agent_id: 78, interaction_count: 87, success_rate: "0.17", feedback_score: "9.2" },
            { id: 276, agent_id: 5, interaction_count: 16, success_rate: "0.12", feedback_score: "7.9" },
            { id: 277, agent_id: 30, interaction_count: 8, success_rate: "0.15", feedback_score: "6.1" },
            { id: 278, agent_id: 90, interaction_count: 85, success_rate: "0.69", feedback_score: "8.0" },
            { id: 279, agent_id: 13, interaction_count: 71, success_rate: "0.15", feedback_score: "2.8" },
            { id: 280, agent_id: 15, interaction_count: 3, success_rate: "0.40", feedback_score: "10.0" },
            { id: 281, agent_id: 44, interaction_count: 5, success_rate: "0.73", feedback_score: "4.2" },
            { id: 282, agent_id: 47, interaction_count: 84, success_rate: "0.14", feedback_score: "9.8" },
            { id: 283, agent_id: 64, interaction_count: 21, success_rate: "0.79", feedback_score: "9.8" },
            { id: 284, agent_id: 2, interaction_count: 41, success_rate: "0.06", feedback_score: "6.0" },
            { id: 285, agent_id: 36, interaction_count: 79, success_rate: "0.38", feedback_score: "7.4" },
            { id: 286, agent_id: 67, interaction_count: 10, success_rate: "0.07", feedback_score: "7.7" },
            { id: 287, agent_id: 91, interaction_count: 20, success_rate: "0.22", feedback_score: "10.0" },
            { id: 288, agent_id: 42, interaction_count: 2, success_rate: "0.25", feedback_score: "4.8" },
            { id: 289, agent_id: 40, interaction_count: 10, success_rate: "0.90", feedback_score: "8.9" },
            { id: 290, agent_id: 24, interaction_count: 45, success_rate: "0.27", feedback_score: "4.5" },
            { id: 291, agent_id: 41, interaction_count: 89, success_rate: "0.81", feedback_score: "7.6" },
            { id: 292, agent_id: 78, interaction_count: 11, success_rate: "0.69", feedback_score: "4.9" },
            { id: 293, agent_id: 38, interaction_count: 19, success_rate: "0.42", feedback_score: "4.1" },
            { id: 294, agent_id: 54, interaction_count: 16, success_rate: "0.90", feedback_score: "4.1" },
            { id: 295, agent_id: 15, interaction_count: 1, success_rate: "0.89", feedback_score: "9.8" },
            { id: 296, agent_id: 85, interaction_count: 7, success_rate: "0.49", feedback_score: "4.5" },
            { id: 297, agent_id: 10, interaction_count: 27, success_rate: "0.34", feedback_score: "8.8" },
            { id: 298, agent_id: 58, interaction_count: 59, success_rate: "0.64", feedback_score: "2.4" },
            { id: 299, agent_id: 80, interaction_count: 7, success_rate: "0.07", feedback_score: "2.0" },
            { id: 300, agent_id: 5, interaction_count: 67, success_rate: "0.53", feedback_score: "6.3" },
            { id: 301, agent_id: 50, interaction_count: 1, success_rate: "0.28", feedback_score: "10.0" },
            { id: 302, agent_id: 63, interaction_count: 15, success_rate: "0.98", feedback_score: "3.0" },
            { id: 303, agent_id: 91, interaction_count: 5, success_rate: "0.86", feedback_score: "8.3" },
            { id: 304, agent_id: 21, interaction_count: 19, success_rate: "0.18", feedback_score: "9.2" },
            { id: 305, agent_id: 50, interaction_count: 96, success_rate: "0.57", feedback_score: "9.5" },
            { id: 306, agent_id: 73, interaction_count: 1, success_rate: "0.56", feedback_score: "4.9" },
            { id: 307, agent_id: 87, interaction_count: 8, success_rate: "0.28", feedback_score: "9.7" },
            { id: 308, agent_id: 50, interaction_count: 57, success_rate: "0.39", feedback_score: "4.0" },
            { id: 309, agent_id: 96, interaction_count: 30, success_rate: "0.05", feedback_score: "9.7" },
            { id: 310, agent_id: 22, interaction_count: 38, success_rate: "0.59", feedback_score: "1.1" },
            { id: 311, agent_id: 86, interaction_count: 22, success_rate: "0.24", feedback_score: "9.6" },
            { id: 312, agent_id: 100, interaction_count: 36, success_rate: "0.09", feedback_score: "3.9" },
            { id: 313, agent_id: 27, interaction_count: 7, success_rate: "0.29", feedback_score: "9.9" },
            { id: 314, agent_id: 99, interaction_count: 34, success_rate: "0.47", feedback_score: "2.1" },
            { id: 315, agent_id: 11, interaction_count: 17, success_rate: "0.13", feedback_score: "9.2" },
            { id: 316, agent_id: 99, interaction_count: 27, success_rate: "0.46", feedback_score: "9.5" },
            { id: 317, agent_id: 98, interaction_count: 31, success_rate: "0.48", feedback_score: "2.6" },
            { id: 318, agent_id: 91, interaction_count: 15, success_rate: "0.79", feedback_score: "2.7" },
            { id: 319, agent_id: 53, interaction_count: 66, success_rate: "0.04", feedback_score: "3.4" },
            { id: 320, agent_id: 85, interaction_count: 33, success_rate: "0.82", feedback_score: "9.3" },
            { id: 321, agent_id: 17, interaction_count: 8, success_rate: "0.52", feedback_score: "4.3" },
            { id: 322, agent_id: 50, interaction_count: 23, success_rate: "0.50", feedback_score: "7.1" },
            { id: 323, agent_id: 22, interaction_count: 94, success_rate: "0.75", feedback_score: "5.8" },
            { id: 324, agent_id: 71, interaction_count: 13, success_rate: "0.77", feedback_score: "8.1" },
            { id: 325, agent_id: 44, interaction_count: 65, success_rate: "0.27", feedback_score: "9.7" },
            { id: 326, agent_id: 38, interaction_count: 24, success_rate: "0.42", feedback_score: "9.7" },
            { id: 327, agent_id: 64, interaction_count: 14, success_rate: "0.70", feedback_score: "9.8" },
            { id: 328, agent_id: 53, interaction_count: 10, success_rate: "0.27", feedback_score: "7.1" },
            { id: 329, agent_id: 69, interaction_count: 10, success_rate: "0.91", feedback_score: "6.1" },
            { id: 330, agent_id: 64, interaction_count: 1, success_rate: "0.74", feedback_score: "9.2" },
            { id: 331, agent_id: 10, interaction_count: 2, success_rate: "0.27", feedback_score: "1.9" },
            { id: 332, agent_id: 17, interaction_count: 44, success_rate: "0.42", feedback_score: "4.3" },
            { id: 333, agent_id: 84, interaction_count: 2, success_rate: "0.59", feedback_score: "8.5" },
            { id: 334, agent_id: 9, interaction_count: 1, success_rate: "0.70", feedback_score: "8.3" },
            { id: 335, agent_id: 73, interaction_count: 74, success_rate: "0.13", feedback_score: "1.7" },
            { id: 336, agent_id: 4, interaction_count: 15, success_rate: "0.74", feedback_score: "4.9" },
            { id: 337, agent_id: 92, interaction_count: 95, success_rate: "0.45", feedback_score: "6.8" },
            { id: 338, agent_id: 2, interaction_count: 68, success_rate: "0.45", feedback_score: "6.5" },
            { id: 339, agent_id: 100, interaction_count: 53, success_rate: "0.08", feedback_score: "8.0" },
            { id: 340, agent_id: 1, interaction_count: 34, success_rate: "0.52", feedback_score: "7.0" },
            { id: 341, agent_id: 55, interaction_count: 92, success_rate: "0.96", feedback_score: "2.0" },
            { id: 342, agent_id: 15, interaction_count: 56, success_rate: "0.47", feedback_score: "9.7" },
            { id: 343, agent_id: 72, interaction_count: 2, success_rate: "0.96", feedback_score: "7.6" },
            { id: 344, agent_id: 29, interaction_count: 65, success_rate: "0.66", feedback_score: "5.9" },
            { id: 345, agent_id: 52, interaction_count: 95, success_rate: "0.47", feedback_score: "7.0" },
            { id: 346, agent_id: 65, interaction_count: 10, success_rate: "0.62", feedback_score: "10.0" },
            { id: 347, agent_id: 66, interaction_count: 91, success_rate: "0.07", feedback_score: "9.5" },
            { id: 348, agent_id: 69, interaction_count: 53, success_rate: "0.78", feedback_score: "8.0" },
            { id: 349, agent_id: 22, interaction_count: 2, success_rate: "0.91", feedback_score: "2.6" },
            { id: 350, agent_id: 1, interaction_count: 18, success_rate: "0.84", feedback_score: "5.7" },
            { id: 351, agent_id: 5, interaction_count: 47, success_rate: "0.89", feedback_score: "9.6" },
            { id: 352, agent_id: 67, interaction_count: 73, success_rate: "0.13", feedback_score: "5.9" },
            { id: 353, agent_id: 54, interaction_count: 32, success_rate: "0.94", feedback_score: "3.3" },
            { id: 354, agent_id: 98, interaction_count: 7, success_rate: "0.17", feedback_score: "9.6" },
            { id: 355, agent_id: 100, interaction_count: 31, success_rate: "0.42", feedback_score: "9.2" },
            { id: 356, agent_id: 71, interaction_count: 26, success_rate: "0.67", feedback_score: "9.9" },
            { id: 357, agent_id: 51, interaction_count: 4, success_rate: "0.18", feedback_score: "7.6" },
            { id: 358, agent_id: 63, interaction_count: 96, success_rate: "0.94", feedback_score: "10.0" },
            { id: 359, agent_id: 79, interaction_count: 3, success_rate: "0.13", feedback_score: "10.0" },
            { id: 360, agent_id: 42, interaction_count: 56, success_rate: "0.85", feedback_score: "10.0" },
            { id: 361, agent_id: 72, interaction_count: 35, success_rate: "0.33", feedback_score: "5.1" },
            { id: 362, agent_id: 25, interaction_count: 96, success_rate: "0.15", feedback_score: "10.0" },
            { id: 363, agent_id: 65, interaction_count: 5, success_rate: "0.11", feedback_score: "9.3" },
            { id: 364, agent_id: 98, interaction_count: 55, success_rate: "0.73", feedback_score: "7.9" },
            { id: 365, agent_id: 64, interaction_count: 15, success_rate: "0.16", feedback_score: "1.2" },
            { id: 366, agent_id: 55, interaction_count: 1, success_rate: "0.73", feedback_score: "7.3" },
            { id: 367, agent_id: 63, interaction_count: 19, success_rate: "0.85", feedback_score: "4.7" },
            { id: 368, agent_id: 88, interaction_count: 1, success_rate: "0.34", feedback_score: "4.2" },
            { id: 369, agent_id: 41, interaction_count: 16, success_rate: "0.38", feedback_score: "6.8" },
            { id: 370, agent_id: 84, interaction_count: 7, success_rate: "0.64", feedback_score: "9.9" },
            { id: 371, agent_id: 4, interaction_count: 86, success_rate: "0.58", feedback_score: "3.0" },
            { id: 372, agent_id: 30, interaction_count: 21, success_rate: "0.05", feedback_score: "10.0" },
            { id: 373, agent_id: 47, interaction_count: 40, success_rate: "0.71", feedback_score: "7.9" },
            { id: 374, agent_id: 100, interaction_count: 18, success_rate: "0.33", feedback_score: "6.4" },
            { id: 375, agent_id: 3, interaction_count: 1, success_rate: "0.26", feedback_score: "6.8" },
            { id: 376, agent_id: 84, interaction_count: 20, success_rate: "0.76", feedback_score: "9.1" },
            { id: 377, agent_id: 17, interaction_count: 18, success_rate: "0.70", feedback_score: "9.6" },
            { id: 378, agent_id: 53, interaction_count: 90, success_rate: "0.07", feedback_score: "9.7" },
            { id: 379, agent_id: 64, interaction_count: 61, success_rate: "0.36", feedback_score: "4.0" },
            { id: 380, agent_id: 75, interaction_count: 50, success_rate: "0.84", feedback_score: "4.3" },
            { id: 381, agent_id: 62, interaction_count: 46, success_rate: "0.29", feedback_score: "9.1" },
            { id: 382, agent_id: 18, interaction_count: 50, success_rate: "0.76", feedback_score: "8.5" },
            { id: 383, agent_id: 69, interaction_count: 45, success_rate: "0.91", feedback_score: "9.2" },
            { id: 384, agent_id: 1, interaction_count: 20, success_rate: "0.74", feedback_score: "7.5" },
            { id: 385, agent_id: 72, interaction_count: 44, success_rate: "0.37", feedback_score: "4.6" },
            { id: 386, agent_id: 11, interaction_count: 86, success_rate: "0.95", feedback_score: "5.8" },
            { id: 387, agent_id: 59, interaction_count: 97, success_rate: "0.48", feedback_score: "9.6" },
            { id: 388, agent_id: 52, interaction_count: 39, success_rate: "0.29", feedback_score: "8.3" },
            { id: 389, agent_id: 38, interaction_count: 20, success_rate: "0.12", feedback_score: "5.0" },
            { id: 390, agent_id: 9, interaction_count: 34, success_rate: "0.23", feedback_score: "6.5" },
            { id: 391, agent_id: 67, interaction_count: 2, success_rate: "0.04", feedback_score: "8.0" },
            { id: 392, agent_id: 69, interaction_count: 76, success_rate: "0.57", feedback_score: "4.5" },
            { id: 393, agent_id: 70, interaction_count: 44, success_rate: "0.23", feedback_score: "4.0" },
            { id: 394, agent_id: 100, interaction_count: 2, success_rate: "0.06", feedback_score: "6.7" },
            { id: 395, agent_id: 91, interaction_count: 1, success_rate: "0.33", feedback_score: "9.4" },
            { id: 396, agent_id: 79, interaction_count: 18, success_rate: "0.28", feedback_score: "9.7" },
            { id: 397, agent_id: 73, interaction_count: 2, success_rate: "0.64", feedback_score: "7.4" },
            { id: 398, agent_id: 71, interaction_count: 98, success_rate: "0.93", feedback_score: "7.6" },
            { id: 399, agent_id: 97, interaction_count: 32, success_rate: "0.15", feedback_score: "2.8" },
            { id: 400, agent_id: 99, interaction_count: 47, success_rate: "0.90", feedback_score: "8.7" },
            { id: 401, agent_id: 34, interaction_count: 18, success_rate: "0.26", feedback_score: "4.4" },
            { id: 402, agent_id: 27, interaction_count: 3, success_rate: "0.16", feedback_score: "7.1" },
            { id: 403, agent_id: 55, interaction_count: 62, success_rate: "0.77", feedback_score: "8.2" },
            { id: 404, agent_id: 66, interaction_count: 58, success_rate: "0.78", feedback_score: "9.7" },
            { id: 405, agent_id: 30, interaction_count: 37, success_rate: "0.58", feedback_score: "6.9" },
            { id: 406, agent_id: 80, interaction_count: 77, success_rate: "0.25", feedback_score: "7.0" },
            { id: 407, agent_id: 83, interaction_count: 7, success_rate: "0.63", feedback_score: "1.6" },
            { id: 408, agent_id: 38, interaction_count: 9, success_rate: "0.58", feedback_score: "9.7" },
            { id: 409, agent_id: 97, interaction_count: 39, success_rate: "0.03", feedback_score: "2.7" },
            { id: 410, agent_id: 14, interaction_count: 55, success_rate: "0.34", feedback_score: "4.3" },
            { id: 411, agent_id: 94, interaction_count: 17, success_rate: "0.01", feedback_score: "5.0" },
            { id: 412, agent_id: 73, interaction_count: 22, success_rate: "0.02", feedback_score: "9.1" },
            { id: 413, agent_id: 18, interaction_count: 6, success_rate: "0.95", feedback_score: "5.5" },
            { id: 414, agent_id: 5, interaction_count: 94, success_rate: "0.62", feedback_score: "7.9" },
            { id: 415, agent_id: 13, interaction_count: 35, success_rate: "0.38", feedback_score: "9.8" },
            { id: 416, agent_id: 17, interaction_count: 72, success_rate: "0.94", feedback_score: "6.4" },
            { id: 417, agent_id: 72, interaction_count: 4, success_rate: "0.36", feedback_score: "10.0" },
            { id: 418, agent_id: 44, interaction_count: 88, success_rate: "0.47", feedback_score: "1.1" },
            { id: 419, agent_id: 44, interaction_count: 23, success_rate: "0.92", feedback_score: "9.8" },
            { id: 420, agent_id: 88, interaction_count: 8, success_rate: "0.91", feedback_score: "1.4" },
            { id: 421, agent_id: 100, interaction_count: 25, success_rate: "0.66", feedback_score: "9.6" },
            { id: 422, agent_id: 18, interaction_count: 9, success_rate: "0.58", feedback_score: "1.1" },
            { id: 423, agent_id: 60, interaction_count: 20, success_rate: "0.94", feedback_score: "4.5" },
            { id: 424, agent_id: 39, interaction_count: 30, success_rate: "0.07", feedback_score: "6.0" },
            { id: 425, agent_id: 79, interaction_count: 18, success_rate: "0.30", feedback_score: "9.8" },
            { id: 426, agent_id: 7, interaction_count: 5, success_rate: "0.16", feedback_score: "7.8" },
            { id: 427, agent_id: 48, interaction_count: 60, success_rate: "0.89", feedback_score: "2.7" },
            { id: 428, agent_id: 92, interaction_count: 1, success_rate: "0.66", feedback_score: "7.6" },
            { id: 429, agent_id: 12, interaction_count: 62, success_rate: "0.18", feedback_score: "9.3" },
            { id: 430, agent_id: 93, interaction_count: 46, success_rate: "0.41", feedback_score: "10.0" },
            { id: 431, agent_id: 15, interaction_count: 8, success_rate: "0.21", feedback_score: "9.1" },
            { id: 432, agent_id: 70, interaction_count: 35, success_rate: "0.11", feedback_score: "5.7" },
            { id: 433, agent_id: 69, interaction_count: 5, success_rate: "0.38", feedback_score: "9.7" },
            { id: 434, agent_id: 73, interaction_count: 4, success_rate: "0.23", feedback_score: "8.0" },
            { id: 435, agent_id: 62, interaction_count: 4, success_rate: "0.31", feedback_score: "8.2" },
            { id: 436, agent_id: 50, interaction_count: 23, success_rate: "0.67", feedback_score: "6.3" },
            { id: 437, agent_id: 50, interaction_count: 16, success_rate: "0.12", feedback_score: "2.1" },
            { id: 438, agent_id: 6, interaction_count: 58, success_rate: "0.54", feedback_score: "8.0" },
            { id: 439, agent_id: 53, interaction_count: 66, success_rate: "0.72", feedback_score: "7.7" },
            { id: 440, agent_id: 43, interaction_count: 1, success_rate: "0.58", feedback_score: "7.9" },
            { id: 441, agent_id: 16, interaction_count: 13, success_rate: "0.83", feedback_score: "7.1" },
            { id: 442, agent_id: 69, interaction_count: 9, success_rate: "0.03", feedback_score: "9.4" },
            { id: 443, agent_id: 66, interaction_count: 41, success_rate: "0.72", feedback_score: "10.0" },
            { id: 444, agent_id: 70, interaction_count: 85, success_rate: "0.14", feedback_score: "10.0" },
            { id: 445, agent_id: 98, interaction_count: 68, success_rate: "0.21", feedback_score: "9.8" },
            { id: 446, agent_id: 94, interaction_count: 21, success_rate: "0.22", feedback_score: "9.1" },
            { id: 447, agent_id: 73, interaction_count: 3, success_rate: "0.43", feedback_score: "8.8" },
            { id: 448, agent_id: 67, interaction_count: 68, success_rate: "0.76", feedback_score: "9.6" },
            { id: 449, agent_id: 5, interaction_count: 90, success_rate: "0.20", feedback_score: "2.5" },
            { id: 450, agent_id: 64, interaction_count: 79, success_rate: "0.28", feedback_score: "4.9" },
            { id: 451, agent_id: 24, interaction_count: 16, success_rate: "0.94", feedback_score: "2.2" },
            { id: 452, agent_id: 17, interaction_count: 95, success_rate: "0.05", feedback_score: "8.4" },
            { id: 453, agent_id: 86, interaction_count: 2, success_rate: "0.24", feedback_score: "3.4" },
            { id: 454, agent_id: 54, interaction_count: 27, success_rate: "0.86", feedback_score: "7.9" },
            { id: 455, agent_id: 30, interaction_count: 49, success_rate: "0.56", feedback_score: "9.8" },
            { id: 456, agent_id: 2, interaction_count: 74, success_rate: "0.07", feedback_score: "9.3" },
            { id: 457, agent_id: 3, interaction_count: 43, success_rate: "0.45", feedback_score: "2.3" },
            { id: 458, agent_id: 61, interaction_count: 11, success_rate: "0.47", feedback_score: "10.0" },
            { id: 459, agent_id: 15, interaction_count: 65, success_rate: "0.16", feedback_score: "10.0" },
            { id: 460, agent_id: 78, interaction_count: 35, success_rate: "0.55", feedback_score: "7.8" },
            { id: 461, agent_id: 1, interaction_count: 25, success_rate: "0.05", feedback_score: "8.1" },
            { id: 462, agent_id: 94, interaction_count: 84, success_rate: "0.19", feedback_score: "9.2" },
            { id: 463, agent_id: 24, interaction_count: 35, success_rate: "0.89", feedback_score: "8.0" },
            { id: 464, agent_id: 68, interaction_count: 6, success_rate: "0.14", feedback_score: "5.6" },
            { id: 465, agent_id: 84, interaction_count: 62, success_rate: "0.81", feedback_score: "7.5" },
            { id: 466, agent_id: 94, interaction_count: 11, success_rate: "0.03", feedback_score: "8.7" },
            { id: 467, agent_id: 66, interaction_count: 17, success_rate: "0.09", feedback_score: "7.9" },
            { id: 468, agent_id: 22, interaction_count: 16, success_rate: "0.27", feedback_score: "9.9" },
            { id: 469, agent_id: 19, interaction_count: 15, success_rate: "0.13", feedback_score: "5.0" },
            { id: 470, agent_id: 17, interaction_count: 87, success_rate: "0.64", feedback_score: "4.8" },
            { id: 471, agent_id: 3, interaction_count: 1, success_rate: "0.60", feedback_score: "10.0" },
            { id: 472, agent_id: 71, interaction_count: 40, success_rate: "0.46", feedback_score: "9.3" },
            { id: 473, agent_id: 99, interaction_count: 9, success_rate: "0.80", feedback_score: "6.5" },
            { id: 474, agent_id: 100, interaction_count: 10, success_rate: "0.65", feedback_score: "2.5" },
            { id: 475, agent_id: 88, interaction_count: 86, success_rate: "0.85", feedback_score: "8.7" },
            { id: 476, agent_id: 15, interaction_count: 13, success_rate: "0.53", feedback_score: "9.7" },
            { id: 477, agent_id: 5, interaction_count: 99, success_rate: "0.20", feedback_score: "7.9" },
            { id: 478, agent_id: 2, interaction_count: 42, success_rate: "0.45", feedback_score: "9.9" },
            { id: 479, agent_id: 70, interaction_count: 22, success_rate: "0.21", feedback_score: "8.6" },
            { id: 480, agent_id: 99, interaction_count: 4, success_rate: "0.65", feedback_score: "5.0" },
            { id: 481, agent_id: 39, interaction_count: 66, success_rate: "0.52", feedback_score: "9.3" },
            { id: 482, agent_id: 42, interaction_count: 76, success_rate: "0.09", feedback_score: "1.7" },
            { id: 483, agent_id: 5, interaction_count: 38, success_rate: "0.86", feedback_score: "9.8" },
            { id: 484, agent_id: 84, interaction_count: 92, success_rate: "0.97", feedback_score: "8.4" },
            { id: 485, agent_id: 80, interaction_count: 4, success_rate: "0.89", feedback_score: "7.0" },
            { id: 486, agent_id: 76, interaction_count: 73, success_rate: "0.39", feedback_score: "2.4" },
            { id: 487, agent_id: 52, interaction_count: 51, success_rate: "0.32", feedback_score: "9.4" },
            { id: 488, agent_id: 38, interaction_count: 5, success_rate: "0.05", feedback_score: "9.6" },
            { id: 489, agent_id: 52, interaction_count: 6, success_rate: "0.44", feedback_score: "5.8" },
            { id: 490, agent_id: 55, interaction_count: 47, success_rate: "0.62", feedback_score: "8.7" },
            { id: 491, agent_id: 64, interaction_count: 33, success_rate: "0.09", feedback_score: "9.0" },
            { id: 492, agent_id: 47, interaction_count: 17, success_rate: "0.05", feedback_score: "4.5" },
            { id: 493, agent_id: 15, interaction_count: 1, success_rate: "0.87", feedback_score: "9.9" },
            { id: 494, agent_id: 10, interaction_count: 3, success_rate: "0.02", feedback_score: "1.7" },
            { id: 495, agent_id: 47, interaction_count: 29, success_rate: "0.24", feedback_score: "9.8" },
            { id: 496, agent_id: 90, interaction_count: 28, success_rate: "0.92", feedback_score: "4.5" },
            { id: 497, agent_id: 27, interaction_count: 4, success_rate: "0.47", feedback_score: "7.7" },
            { id: 498, agent_id: 42, interaction_count: 84, success_rate: "0.25", feedback_score: "2.6" },
            { id: 499, agent_id: 84, interaction_count: 57, success_rate: "0.03", feedback_score: "7.6" },
            { id: 500, agent_id: 96, interaction_count: 83, success_rate: "0.65", feedback_score: "6.8" },
        ],
    });
    await prisma.agent_performance.createMany({
        data: [
            { id: 501, agent_id: 80, interaction_count: 2, success_rate: "0.80", feedback_score: "2.0" },
            { id: 502, agent_id: 100, interaction_count: 10, success_rate: "0.29", feedback_score: "7.4" },
            { id: 503, agent_id: 55, interaction_count: 93, success_rate: "0.81", feedback_score: "8.6" },
            { id: 504, agent_id: 24, interaction_count: 56, success_rate: "0.39", feedback_score: "9.2" },
            { id: 505, agent_id: 59, interaction_count: 37, success_rate: "0.21", feedback_score: "8.8" },
            { id: 506, agent_id: 79, interaction_count: 5, success_rate: "0.04", feedback_score: "8.9" },
        ],
    });
    await prisma.campaigns.createMany({
        data: [
            { id: 1, name: "Travel Keyboard", start_date: "2022-11-26", end_date: "2023-03-21", goal: "sales retention interaction", budget: "39417.19" },
            { id: 2, name: "Modern Tent", start_date: "2023-07-27", end_date: "2023-06-03", goal: "sales response", budget: "9884.61" },
            { id: 3, name: "Modern Lantern", start_date: "2023-09-09", end_date: "2023-10-06", goal: "retention loyalty sales", budget: "30913.85" },
            { id: 4, name: "Classic Jacket", start_date: "2022-07-21", end_date: "2022-08-30", goal: "education visibility growth", budget: "11369.83" },
            { id: 5, name: "Classic Tripod", start_date: "2023-03-10", end_date: "2023-11-27", goal: "feedback", budget: "28522.02" },
            { id: 6, name: "Insulated Jacket", start_date: "2023-01-08", end_date: "2023-02-14", goal: "response traffic", budget: "16635.57" },
            { id: 7, name: "Compact Kettle", start_date: "2023-07-26", end_date: "2023-08-31", goal: "activation interaction participation", budget: "24674.32" },
            { id: 8, name: "Ultra Camera", start_date: "2023-12-17", end_date: "2023-01-11", goal: "interaction loyalty", budget: "40319.98" },
            { id: 9, name: "Eco Tent", start_date: "2022-11-24", end_date: "2023-05-07", goal: "traffic branding", budget: "23850.25" },
            { id: 10, name: "Insulated Bottle", start_date: "2023-12-14", end_date: "2023-10-21", goal: "feedback", budget: "14647.41" },
            { id: 11, name: "Standard Tripod", start_date: "2022-12-05", end_date: "2023-05-14", goal: "reach", budget: "26843.62" },
            { id: 12, name: "Essential Tent", start_date: "2023-09-23", end_date: "2023-07-15", goal: "response", budget: "32614.75" },
            { id: 13, name: "Mini Backpack", start_date: "2022-09-26", end_date: "2023-11-10", goal: "visibility", budget: "43667.32" },
            { id: 14, name: "Insulated Jacket", start_date: "2023-04-05", end_date: "2022-11-22", goal: "loyalty education branding", budget: "2713.94" },
            { id: 15, name: "Heavy Duty Kettle", start_date: "2022-01-30", end_date: "2022-12-21", goal: "visibility conversion", budget: "9293.46" },
            { id: 16, name: "Ultra Pan", start_date: "2023-11-30", end_date: "2022-06-09", goal: "response retention", budget: "42297.20" },
            { id: 17, name: "Premium Mug", start_date: "2023-01-03", end_date: "2023-10-28", goal: "impact", budget: "31337.93" },
            { id: 18, name: "Vintage Kettle", start_date: "2023-07-14", end_date: "2023-08-24", goal: "reach interaction awareness", budget: "9187.46" },
            { id: 19, name: "Portable Mug", start_date: "2023-11-12", end_date: "2023-11-15", goal: "participation loyalty", budget: "9517.02" },
            { id: 20, name: "Mini Watch", start_date: "2022-04-14", end_date: "2023-05-15", goal: "engagement", budget: "28530.27" },
            { id: 21, name: "Wireless Jacket", start_date: "2023-06-20", end_date: "2023-10-01", goal: "awareness promotion increase", budget: "1298.93" },
            { id: 22, name: "Heavy Duty Kettle", start_date: "2023-12-10", end_date: "2022-06-08", goal: "reach conversion", budget: "14797.62" },
            { id: 23, name: "Ultra Keyboard", start_date: "2023-08-13", end_date: "2023-12-27", goal: "branding", budget: "46740.40" },
            { id: 24, name: "Folding Watch", start_date: "2023-01-12", end_date: "2022-03-23", goal: "promotion", budget: "30635.94" },
            { id: 25, name: "Classic Planter", start_date: "2023-07-04", end_date: "2023-12-18", goal: "interaction sales awareness", budget: "14849.48" },
            { id: 26, name: "Ultra Blender", start_date: "2023-07-24", end_date: "2023-04-23", goal: "response sales activation", budget: "7199.42" },
            { id: 27, name: "Mini Toolkit", start_date: "2023-01-16", end_date: "2022-06-08", goal: "visibility loyalty sales", budget: "1758.29" },
            { id: 28, name: "Compact Chair", start_date: "2022-03-11", end_date: "2023-11-26", goal: "education", budget: "3367.53" },
            { id: 29, name: "Deluxe Mug", start_date: "2022-09-16", end_date: "2023-08-08", goal: "interaction promotion", budget: "15855.08" },
            { id: 30, name: "Premium Tent", start_date: "2023-07-10", end_date: "2022-09-25", goal: "loyalty response impact", budget: "10600.36" },
        ],
    });
    await prisma.customers.createMany({
        data: [
            { id: 1, full_name: "Sofia Cruz", email: "sofia.cruz@example.org", phone: "+1-212-555-0106", age: 83, gender: "male", city: "Kyoto", interests: "photography pets" },
            { id: 2, full_name: "Elif Schneider", email: "elif.schneider@example.org", phone: "+1-404-555-0114", age: 78, gender: "female", city: "Istanbul", interests: "movies" },
            { id: 3, full_name: "Oscar Gupta", email: "oscar.gupta@example.com", phone: "+1-202-555-0189", age: 48, gender: "female", city: "Milan", interests: "finance" },
            { id: 4, full_name: "Mei Wright", email: "mei.wright@example.org", phone: "+1-213-555-0140", age: 51, gender: "male", city: "Brussels", interests: "technology art" },
            { id: 5, full_name: "Victor Clark", email: "victor.clark@example.net", phone: "+1-512-555-0123", age: 28, gender: "female", city: "Paris", interests: "food" },
            { id: 6, full_name: "Ivan Clark", email: "ivan.clark@example.net", phone: "+1-213-555-0166", age: 36, gender: "female", city: "Athens", interests: "health art" },
            { id: 7, full_name: "Mia Lee", email: "mia.lee@example.com", phone: "+1-213-555-0172", age: 76, gender: "male", city: "Austin", interests: "health food gaming" },
            { id: 8, full_name: "Mateo Singh", email: "mateo.singh@example.net", phone: "+1-905-555-0145", age: 73, gender: "male", city: "Buenos Aires", interests: "fashion reading finance" },
            { id: 9, full_name: "Maja Chen", email: "maja.chen@example.net", phone: "+1-416-555-0123", age: 86, gender: "male", city: "Dublin", interests: "reading gaming" },
            { id: 10, full_name: "Ines Sousa", email: "ines.sousa@example.org", phone: "+1-604-555-0160", age: 36, gender: "male", city: "Porto", interests: "wellness health" },
            { id: 11, full_name: "Ruby Brown", email: "ruby.brown@example.org", phone: "+1-604-555-0144", age: 58, gender: "male", city: "Barcelona", interests: "travel pets gaming" },
            { id: 12, full_name: "Victor Silva", email: "victor.silva@example.com", phone: "+1-305-555-0157", age: 70, gender: "male", city: "Munich", interests: "photography travel education" },
            { id: 13, full_name: "Maya Tanaka", email: "maya.tanaka@example.com", phone: "+1-972-555-0188", age: 35, gender: "female", city: "Helsinki", interests: "travel technology" },
            { id: 14, full_name: "Grace Dubois", email: "grace.dubois@example.com", phone: "+1-415-555-0168", age: 76, gender: "male", city: "Helsinki", interests: "finance" },
            { id: 15, full_name: "Laura Lopez", email: "laura.lopez@example.net", phone: "+1-416-555-0148", age: 84, gender: "male", city: "Bucharest", interests: "cooking" },
            { id: 16, full_name: "Rafael Miller", email: "rafael.miller@example.com", phone: "+1-857-555-0162", age: 60, gender: "female", city: "Hamburg", interests: "sports wellness" },
            { id: 17, full_name: "Grace Patel", email: "grace.patel@example.com", phone: "+1-905-555-0170", age: 23, gender: "female", city: "Boston", interests: "music social cooking" },
            { id: 18, full_name: "Andre Meyer", email: "andre.meyer@example.com", phone: "+1-857-555-0192", age: 78, gender: "male", city: "Santiago", interests: "reading wellness" },
            { id: 19, full_name: "Jade Miller", email: "jade.miller@example.com", phone: "+1-404-555-0127", age: 46, gender: "male", city: "Amsterdam", interests: "health" },
            { id: 20, full_name: "Ben Meyer", email: "ben.meyer@example.net", phone: "+1-905-555-0193", age: 49, gender: "male", city: "Hamburg", interests: "food fashion" },
            { id: 21, full_name: "Diego Johnson", email: "diego.johnson@example.com", phone: "+1-305-555-0166", age: 25, gender: "female", city: "Manila", interests: "gaming sports music" },
            { id: 22, full_name: "Maya Fischer", email: "maya.fischer@example.com", phone: "+1-604-555-0116", age: 36, gender: "male", city: "Ankara", interests: "reading wellness" },
            { id: 23, full_name: "Priya Pereira", email: "priya.pereira@example.org", phone: "+1-212-555-0155", age: 48, gender: "male", city: "Milan", interests: "nature cooking music" },
            { id: 24, full_name: "Yusuf Wright", email: "yusuf.wright@example.net", phone: "+1-303-555-0184", age: 74, gender: "male", city: "Montreal", interests: "pets technology movies" },
            { id: 25, full_name: "Rafael Dubois", email: "rafael.dubois@example.org", phone: "+1-801-555-0137", age: 37, gender: "male", city: "Rome", interests: "social art" },
            { id: 26, full_name: "Maya Tanaka", email: "maya.tanaka@example.org", phone: "+1-416-555-0197", age: 44, gender: "female", city: "Sydney", interests: "finance travel" },
            { id: 27, full_name: "Ines Moreau", email: "ines.moreau@example.com", phone: "+1-312-555-0161", age: 21, gender: "male", city: "Paris", interests: "wellness" },
            { id: 28, full_name: "Diego Vargas", email: "diego.vargas@example.com", phone: "+1-404-555-0120", age: 41, gender: "male", city: "Bucharest", interests: "technology" },
            { id: 29, full_name: "Theo Sousa", email: "theo.sousa@example.net", phone: "+1-612-555-0180", age: 31, gender: "female", city: "Milan", interests: "education nature" },
            { id: 30, full_name: "Rafael Patel", email: "rafael.patel@example.com", phone: "+1-512-555-0175", age: 23, gender: "female", city: "Mexico City", interests: "education nature fitness" },
            { id: 31, full_name: "Marco Ali", email: "marco.ali@example.org", phone: "+1-416-555-0120", age: 49, gender: "male", city: "Helsinki", interests: "finance health" },
            { id: 32, full_name: "Nadia Demir", email: "nadia.demir@example.com", phone: "+1-604-555-0109", age: 77, gender: "female", city: "Bangkok", interests: "art" },
            { id: 33, full_name: "Jack Brown", email: "jack.brown@example.com", phone: "+1-512-555-0172", age: 46, gender: "female", city: "Taipei", interests: "social" },
            { id: 34, full_name: "Ibrahim Brown", email: "ibrahim.brown@example.org", phone: "+1-212-555-0189", age: 53, gender: "male", city: "Edinburgh", interests: "sports" },
            { id: 35, full_name: "Elena Bauer", email: "elena.bauer@example.net", phone: "+1-702-555-0147", age: 50, gender: "female", city: "Berlin", interests: "education" },
            { id: 36, full_name: "Victor Castro", email: "victor.castro@example.org", phone: "+1-303-555-0190", age: 76, gender: "female", city: "Lisbon", interests: "social" },
            { id: 37, full_name: "Wei Andersen", email: "wei.andersen@example.org", phone: "+1-312-555-0172", age: 43, gender: "male", city: "Amsterdam", interests: "health movies social" },
            { id: 38, full_name: "Hugo Zhang", email: "hugo.zhang@example.net", phone: "+1-617-555-0178", age: 77, gender: "female", city: "San Diego", interests: "gaming health fitness" },
            { id: 39, full_name: "Sofia Klein", email: "sofia.klein@example.org", phone: "+1-305-555-0158", age: 61, gender: "male", city: "Stockholm", interests: "travel fashion" },
            { id: 40, full_name: "Alice Novak", email: "alice.novak@example.net", phone: "+1-617-555-0187", age: 27, gender: "non-binary", city: "Tokyo", interests: "art cooking education" },
            { id: 41, full_name: "Alice Chen", email: "alice.chen@example.com", phone: "+1-512-555-0145", age: 79, gender: "male", city: "Chicago", interests: "social technology photography" },
            { id: 42, full_name: "Elif Tanaka", email: "elif.tanaka@example.com", phone: "+1-503-555-0122", age: 63, gender: "male", city: "Oslo", interests: "technology education finance" },
            { id: 43, full_name: "Isaac Lee", email: "isaac.lee@example.com", phone: "+1-617-555-0197", age: 31, gender: "male", city: "Mexico City", interests: "photography cooking" },
            { id: 44, full_name: "Mei Khan", email: "mei.khan@example.net", phone: "+1-604-555-0185", age: 82, gender: "male", city: "Tokyo", interests: "finance social pets" },
            { id: 45, full_name: "Maya Gupta", email: "maya.gupta@example.org", phone: "+1-416-555-0196", age: 52, gender: "male", city: "Dublin", interests: "movies cooking" },
            { id: 46, full_name: "Victor Hughes", email: "victor.hughes@example.net", phone: "+1-972-555-0145", age: 27, gender: "female", city: "Taipei", interests: "art" },
            { id: 47, full_name: "Ines Tanaka", email: "ines.tanaka@example.com", phone: "+1-801-555-0124", age: 40, gender: "female", city: "Rome", interests: "travel health" },
            { id: 48, full_name: "Wei Hansen", email: "wei.hansen@example.org", phone: "+1-801-555-0156", age: 89, gender: "female", city: "Berlin", interests: "photography social" },
            { id: 49, full_name: "Laura Carter", email: "laura.carter@example.com", phone: "+1-303-555-0196", age: 82, gender: "male", city: "Paris", interests: "nature reading music" },
            { id: 50, full_name: "Deniz Hansen", email: "deniz.hansen@example.com", phone: "+1-303-555-0176", age: 90, gender: "female", city: "Nairobi", interests: "reading" },
            { id: 51, full_name: "Tomas Castro", email: "tomas.castro@example.net", phone: "+1-305-555-0167", age: 40, gender: "female", city: "Munich", interests: "health music movies" },
            { id: 52, full_name: "Ethan Ali", email: "ethan.ali@example.com", phone: "+1-305-555-0158", age: 58, gender: "male", city: "Lima", interests: "fitness nature wellness" },
            { id: 53, full_name: "Alice Walker", email: "alice.walker@example.net", phone: "+1-917-555-0164", age: 57, gender: "female", city: "Rome", interests: "movies fitness" },
            { id: 54, full_name: "Amir Larsen", email: "amir.larsen@example.com", phone: "+1-213-555-0150", age: 39, gender: "male", city: "Bangkok", interests: "movies" },
            { id: 55, full_name: "Mia Hoffmann", email: "mia.hoffmann@example.net", phone: "+1-512-555-0182", age: 78, gender: "male", city: "Mexico City", interests: "food" },
            { id: 56, full_name: "Jack Murphy", email: "jack.murphy@example.net", phone: "+1-202-555-0151", age: 31, gender: "female", city: "Bangkok", interests: "pets reading" },
            { id: 57, full_name: "Ruby Wagner", email: "ruby.wagner@example.net", phone: "+1-778-555-0182", age: 58, gender: "female", city: "Rome", interests: "education" },
            { id: 58, full_name: "Maja Schmidt", email: "maja.schmidt@example.net", phone: "+1-778-555-0153", age: 23, gender: "male", city: "Warsaw", interests: "pets fitness social" },
            { id: 59, full_name: "Priya Adams", email: "priya.adams@example.net", phone: "+1-612-555-0122", age: 58, gender: "female", city: "Copenhagen", interests: "music" },
            { id: 60, full_name: "Andre Lopez", email: "andre.lopez@example.org", phone: "+1-512-555-0133", age: 29, gender: "male", city: "Buenos Aires", interests: "social cooking" },
            { id: 61, full_name: "Ibrahim Novak", email: "ibrahim.novak@example.com", phone: "+1-617-555-0182", age: 41, gender: "male", city: "Bucharest", interests: "music social" },
            { id: 62, full_name: "Karim Moreau", email: "karim.moreau@example.net", phone: "+1-857-555-0107", age: 81, gender: "non-binary", city: "Edinburgh", interests: "fitness health food" },
            { id: 63, full_name: "James Chen", email: "james.chen@example.org", phone: "+1-214-555-0151", age: 59, gender: "male", city: "Budapest", interests: "travel fitness" },
            { id: 64, full_name: "Lena Shah", email: "lena.shah@example.com", phone: "+1-702-555-0153", age: 63, gender: "male", city: "Izmir", interests: "social reading wellness" },
            { id: 65, full_name: "Mia Davis", email: "mia.davis@example.org", phone: "+1-312-555-0171", age: 62, gender: "female", city: "Cape Town", interests: "sports travel" },
            { id: 66, full_name: "Carla Larsen", email: "carla.larsen@example.com", phone: "+1-713-555-0187", age: 53, gender: "male", city: "Cairo", interests: "food" },
            { id: 67, full_name: "Carlos Schmidt", email: "carlos.schmidt@example.com", phone: "+1-303-555-0178", age: 88, gender: "male", city: "Barcelona", interests: "movies fitness finance" },
            { id: 68, full_name: "Chen Novak", email: "chen.novak@example.net", phone: "+1-305-555-0172", age: 74, gender: "male", city: "Brussels", interests: "cooking gaming" },
            { id: 69, full_name: "Theo Jensen", email: "theo.jensen@example.com", phone: "+1-312-555-0184", age: 82, gender: "male", city: "Mexico City", interests: "food social education" },
            { id: 70, full_name: "Hugo Singh", email: "hugo.singh@example.net", phone: "+1-202-555-0104", age: 54, gender: "male", city: "Dublin", interests: "art health food" },
            { id: 71, full_name: "Laura Wright", email: "laura.wright@example.com", phone: "+1-972-555-0188", age: 44, gender: "male", city: "Helsinki", interests: "nature food travel" },
            { id: 72, full_name: "Elena Shah", email: "elena.shah@example.org", phone: "+1-905-555-0103", age: 25, gender: "female", city: "Helsinki", interests: "gaming health travel" },
            { id: 73, full_name: "Mila Ali", email: "mila.ali@example.org", phone: "+1-214-555-0158", age: 41, gender: "male", city: "Singapore", interests: "sports cooking fashion" },
            { id: 74, full_name: "Maria Johnson", email: "maria.johnson@example.net", phone: "+1-713-555-0111", age: 89, gender: "male", city: "Jakarta", interests: "technology photography pets" },
            { id: 75, full_name: "Isaac Ali", email: "isaac.ali@example.org", phone: "+1-404-555-0107", age: 54, gender: "female", city: "Izmir", interests: "wellness sports" },
            { id: 76, full_name: "Hugo Mendes", email: "hugo.mendes@example.com", phone: "+1-801-555-0147", age: 19, gender: "female", city: "Edinburgh", interests: "music photography art" },
            { id: 77, full_name: "Felix Hughes", email: "felix.hughes@example.com", phone: "+1-303-555-0168", age: 90, gender: "female", city: "Amsterdam", interests: "sports technology pets" },
            { id: 78, full_name: "Hana Lopez", email: "hana.lopez@example.net", phone: "+1-972-555-0168", age: 38, gender: "non-binary", city: "Milan", interests: "education" },
            { id: 79, full_name: "Hugo Andersen", email: "hugo.andersen@example.org", phone: "+1-972-555-0137", age: 60, gender: "male", city: "Taipei", interests: "technology fashion finance" },
            { id: 80, full_name: "Jonas Kumar", email: "jonas.kumar@example.com", phone: "+1-303-555-0125", age: 79, gender: "male", city: "Jakarta", interests: "fashion sports pets" },
            { id: 81, full_name: "Amir Klein", email: "amir.klein@example.org", phone: "+1-312-555-0157", age: 44, gender: "non-binary", city: "Bangkok", interests: "education" },
            { id: 82, full_name: "Ravi Weber", email: "ravi.weber@example.org", phone: "+1-415-555-0159", age: 65, gender: "male", city: "Amsterdam", interests: "nature education" },
            { id: 83, full_name: "Sofia Johnson", email: "sofia.johnson@example.org", phone: "+1-469-555-0110", age: 35, gender: "male", city: "Tokyo", interests: "art" },
            { id: 84, full_name: "Olivia Novak", email: "olivia.novak@example.net", phone: "+1-702-555-0199", age: 80, gender: "male", city: "Boston", interests: "reading nature cooking" },
            { id: 85, full_name: "Isaac Tanaka", email: "isaac.tanaka@example.com", phone: "+1-503-555-0183", age: 55, gender: "male", city: "Brussels", interests: "technology food cooking" },
            { id: 86, full_name: "Chen Miller", email: "chen.miller@example.net", phone: "+1-469-555-0170", age: 32, gender: "male", city: "Lisbon", interests: "social education" },
            { id: 87, full_name: "Tariq Taylor", email: "tariq.taylor@example.com", phone: "+1-404-555-0126", age: 80, gender: "male", city: "Austin", interests: "finance" },
            { id: 88, full_name: "James Schneider", email: "james.schneider@example.com", phone: "+1-778-555-0174", age: 21, gender: "female", city: "Munich", interests: "art photography movies" },
            { id: 89, full_name: "Zara Park", email: "zara.park@example.net", phone: "+1-617-555-0116", age: 81, gender: "female", city: "Athens", interests: "fitness sports cooking" },
            { id: 90, full_name: "Chen Nguyen", email: "chen.nguyen@example.net", phone: "+1-617-555-0169", age: 63, gender: "male", city: "Munich", interests: "music travel" },
            { id: 91, full_name: "Tomas Hassan", email: "tomas.hassan@example.org", phone: "+1-202-555-0129", age: 61, gender: "male", city: "Budapest", interests: "food pets" },
            { id: 92, full_name: "Amir Wagner", email: "amir.wagner@example.org", phone: "+1-857-555-0192", age: 84, gender: "male", city: "Madrid", interests: "fashion" },
            { id: 93, full_name: "Carla Baker", email: "carla.baker@example.com", phone: "+1-202-555-0188", age: 88, gender: "non-binary", city: "Ankara", interests: "cooking music" },
            { id: 94, full_name: "Carla Ali", email: "carla.ali@example.com", phone: "+1-612-555-0194", age: 69, gender: "male", city: "Istanbul", interests: "reading" },
            { id: 95, full_name: "Nadia Zhang", email: "nadia.zhang@example.com", phone: "+1-303-555-0139", age: 86, gender: "female", city: "Zurich", interests: "technology sports movies" },
            { id: 96, full_name: "Lucas Schneider", email: "lucas.schneider@example.org", phone: "+1-604-555-0136", age: 51, gender: "male", city: "Oslo", interests: "art wellness fitness" },
            { id: 97, full_name: "Liam Meyer", email: "liam.meyer@example.net", phone: "+1-503-555-0127", age: 72, gender: "female", city: "Warsaw", interests: "art sports social" },
            { id: 98, full_name: "Oscar Kowalski", email: "oscar.kowalski@example.org", phone: "+1-905-555-0138", age: 46, gender: "non-binary", city: "Warsaw", interests: "pets movies" },
            { id: 99, full_name: "Sofia Hassan", email: "sofia.hassan@example.net", phone: "+1-905-555-0168", age: 29, gender: "male", city: "Zurich", interests: "wellness" },
            { id: 100, full_name: "Yusuf Kim", email: "yusuf.kim@example.com", phone: "+1-917-555-0163", age: 60, gender: "female", city: "Cairo", interests: "finance" },
            { id: 101, full_name: "Sam Walker", email: "sam.walker@example.org", phone: "+1-212-555-0134", age: 72, gender: "female", city: "Delhi", interests: "food fashion music" },
            { id: 102, full_name: "James Wagner", email: "james.wagner@example.org", phone: "+1-702-555-0114", age: 48, gender: "non-binary", city: "Warsaw", interests: "art" },
            { id: 103, full_name: "Hana Kaya", email: "hana.kaya@example.com", phone: "+1-213-555-0194", age: 55, gender: "male", city: "Oslo", interests: "travel art nature" },
            { id: 104, full_name: "Mia Ruiz", email: "mia.ruiz@example.net", phone: "+1-512-555-0172", age: 40, gender: "male", city: "Vancouver", interests: "sports education" },
            { id: 105, full_name: "Sam Moreau", email: "sam.moreau@example.net", phone: "+1-303-555-0148", age: 33, gender: "non-binary", city: "Chicago", interests: "photography music cooking" },
            { id: 106, full_name: "Victor Lopez", email: "victor.lopez@example.org", phone: "+1-202-555-0199", age: 41, gender: "female", city: "Seoul", interests: "health education photography" },
            { id: 107, full_name: "Carlos Hassan", email: "carlos.hassan@example.net", phone: "+1-416-555-0176", age: 57, gender: "male", city: "Sao Paulo", interests: "sports" },
            { id: 108, full_name: "Jade Nakamura", email: "jade.nakamura@example.org", phone: "+1-617-555-0170", age: 67, gender: "non-binary", city: "Porto", interests: "travel" },
            { id: 109, full_name: "Sven Khan", email: "sven.khan@example.com", phone: "+1-917-555-0178", age: 25, gender: "male", city: "Hamburg", interests: "photography finance gaming" },
            { id: 110, full_name: "Zara Dubois", email: "zara.dubois@example.org", phone: "+1-305-555-0125", age: 75, gender: "male", city: "Kyoto", interests: "technology social art" },
            { id: 111, full_name: "Karim Park", email: "karim.park@example.org", phone: "+1-604-555-0118", age: 62, gender: "female", city: "Cape Town", interests: "art fitness" },
            { id: 112, full_name: "Carla Martin", email: "carla.martin@example.net", phone: "+1-404-555-0171", age: 40, gender: "male", city: "Lyon", interests: "sports nature technology" },
            { id: 113, full_name: "Karim Cruz", email: "karim.cruz@example.net", phone: "+1-512-555-0159", age: 50, gender: "male", city: "Munich", interests: "sports" },
            { id: 114, full_name: "Ruby Hoffmann", email: "ruby.hoffmann@example.com", phone: "+1-212-555-0198", age: 27, gender: "male", city: "Oslo", interests: "nature fitness sports" },
            { id: 115, full_name: "Hugo Brown", email: "hugo.brown@example.net", phone: "+1-801-555-0143", age: 37, gender: "female", city: "Jakarta", interests: "social wellness" },
            { id: 116, full_name: "Sofia Ruiz", email: "sofia.ruiz@example.com", phone: "+1-972-555-0139", age: 63, gender: "non-binary", city: "Lyon", interests: "finance health" },
            { id: 117, full_name: "Tariq Patel", email: "tariq.patel@example.org", phone: "+1-972-555-0108", age: 80, gender: "male", city: "Melbourne", interests: "photography" },
            { id: 118, full_name: "Victor Smith", email: "victor.smith@example.com", phone: "+1-202-555-0115", age: 78, gender: "male", city: "Hamburg", interests: "reading education music" },
            { id: 119, full_name: "David Adams", email: "david.adams@example.org", phone: "+1-213-555-0123", age: 20, gender: "male", city: "Lagos", interests: "cooking" },
            { id: 120, full_name: "Carla Shah", email: "carla.shah@example.org", phone: "+1-202-555-0117", age: 63, gender: "male", city: "Istanbul", interests: "health technology photography" },
            { id: 121, full_name: "Pedro Larsen", email: "pedro.larsen@example.org", phone: "+1-503-555-0114", age: 35, gender: "female", city: "Athens", interests: "movies education cooking" },
            { id: 122, full_name: "Rosa Garcia", email: "rosa.garcia@example.net", phone: "+1-213-555-0198", age: 21, gender: "female", city: "London", interests: "nature" },
            { id: 123, full_name: "Jonas Bauer", email: "jonas.bauer@example.net", phone: "+1-213-555-0172", age: 84, gender: "male", city: "Boston", interests: "photography cooking travel" },
            { id: 124, full_name: "Leo Tanaka", email: "leo.tanaka@example.com", phone: "+1-303-555-0166", age: 35, gender: "male", city: "Bangkok", interests: "health" },
            { id: 125, full_name: "Priya Diaz", email: "priya.diaz@example.com", phone: "+1-612-555-0110", age: 65, gender: "male", city: "Istanbul", interests: "nature" },
            { id: 126, full_name: "Ibrahim Adams", email: "ibrahim.adams@example.com", phone: "+1-905-555-0145", age: 54, gender: "non-binary", city: "Mumbai", interests: "travel reading" },
            { id: 127, full_name: "Maya Walker", email: "maya.walker@example.org", phone: "+1-404-555-0158", age: 55, gender: "male", city: "Vienna", interests: "fitness nature" },
            { id: 128, full_name: "Ethan Johnson", email: "ethan.johnson@example.net", phone: "+1-312-555-0120", age: 37, gender: "female", city: "Dublin", interests: "cooking" },
            { id: 129, full_name: "Kai Hoffmann", email: "kai.hoffmann@example.org", phone: "+1-312-555-0181", age: 79, gender: "female", city: "Cairo", interests: "nature wellness music" },
            { id: 130, full_name: "Marco Hassan", email: "marco.hassan@example.org", phone: "+1-469-555-0103", age: 87, gender: "male", city: "Rome", interests: "movies" },
            { id: 131, full_name: "David Wilson", email: "david.wilson@example.net", phone: "+1-801-555-0121", age: 19, gender: "female", city: "Hamburg", interests: "sports technology education" },
            { id: 132, full_name: "Pedro Khan", email: "pedro.khan@example.net", phone: "+1-503-555-0178", age: 29, gender: "male", city: "Jakarta", interests: "photography nature reading" },
            { id: 133, full_name: "Julia Ruiz", email: "julia.ruiz@example.net", phone: "+1-778-555-0117", age: 20, gender: "male", city: "Bangkok", interests: "sports music" },
            { id: 134, full_name: "Pedro Sato", email: "pedro.sato@example.net", phone: "+1-612-555-0122", age: 85, gender: "male", city: "Warsaw", interests: "pets food art" },
            { id: 135, full_name: "Julia Martin", email: "julia.martin@example.net", phone: "+1-404-555-0159", age: 67, gender: "male", city: "Edinburgh", interests: "nature music" },
            { id: 136, full_name: "Karim Hoffmann", email: "karim.hoffmann@example.com", phone: "+1-469-555-0110", age: 67, gender: "male", city: "Bucharest", interests: "health wellness reading" },
            { id: 137, full_name: "Elena Nguyen", email: "elena.nguyen@example.com", phone: "+1-404-555-0168", age: 59, gender: "female", city: "Austin", interests: "nature gaming movies" },
            { id: 138, full_name: "Leo Hassan", email: "leo.hassan@example.org", phone: "+1-617-555-0193", age: 78, gender: "male", city: "Berlin", interests: "sports art" },
            { id: 139, full_name: "Uma Andersen", email: "uma.andersen@example.com", phone: "+1-713-555-0155", age: 36, gender: "male", city: "Warsaw", interests: "music fashion" },
            { id: 140, full_name: "Hugo Sousa", email: "hugo.sousa@example.net", phone: "+1-213-555-0158", age: 70, gender: "female", city: "Sao Paulo", interests: "travel" },
            { id: 141, full_name: "Lena Hansen", email: "lena.hansen@example.com", phone: "+1-503-555-0118", age: 39, gender: "male", city: "Denver", interests: "gaming wellness music" },
            { id: 142, full_name: "Isaac Wagner", email: "isaac.wagner@example.com", phone: "+1-305-555-0147", age: 53, gender: "female", city: "Zurich", interests: "movies music gaming" },
            { id: 143, full_name: "Laura Almeida", email: "laura.almeida@example.org", phone: "+1-801-555-0183", age: 18, gender: "male", city: "Chicago", interests: "pets" },
            { id: 144, full_name: "Maya Andersen", email: "maya.andersen@example.org", phone: "+1-305-555-0121", age: 46, gender: "female", city: "Munich", interests: "health" },
            { id: 145, full_name: "Olivia Adams", email: "olivia.adams@example.org", phone: "+1-305-555-0104", age: 51, gender: "male", city: "Lagos", interests: "food fashion art" },
            { id: 146, full_name: "Nour Zhang", email: "nour.zhang@example.org", phone: "+1-202-555-0113", age: 69, gender: "female", city: "Santiago", interests: "wellness fashion" },
            { id: 147, full_name: "James Jensen", email: "james.jensen@example.com", phone: "+1-512-555-0146", age: 44, gender: "female", city: "Milan", interests: "travel nature" },
            { id: 148, full_name: "Carlos Bennett", email: "carlos.bennett@example.com", phone: "+1-905-555-0183", age: 38, gender: "female", city: "Budapest", interests: "social pets" },
            { id: 149, full_name: "Hugo Nguyen", email: "hugo.nguyen@example.org", phone: "+1-415-555-0152", age: 45, gender: "male", city: "Tokyo", interests: "finance travel" },
            { id: 150, full_name: "Ben Diaz", email: "ben.diaz@example.net", phone: "+1-202-555-0106", age: 24, gender: "female", city: "Lima", interests: "reading" },
            { id: 151, full_name: "Jack Kaya", email: "jack.kaya@example.net", phone: "+1-612-555-0114", age: 24, gender: "male", city: "Mexico City", interests: "wellness social photography" },
            { id: 152, full_name: "Jade Klein", email: "jade.klein@example.net", phone: "+1-917-555-0190", age: 68, gender: "male", city: "Rome", interests: "gaming" },
            { id: 153, full_name: "Lena Brown", email: "lena.brown@example.com", phone: "+1-212-555-0160", age: 37, gender: "male", city: "Mexico City", interests: "gaming pets fitness" },
            { id: 154, full_name: "Emma Wright", email: "emma.wright@example.org", phone: "+1-503-555-0192", age: 37, gender: "female", city: "Vienna", interests: "music health wellness" },
            { id: 155, full_name: "Mila Taylor", email: "mila.taylor@example.net", phone: "+1-801-555-0153", age: 77, gender: "male", city: "Stockholm", interests: "education movies" },
            { id: 156, full_name: "Wei Bauer", email: "wei.bauer@example.org", phone: "+1-305-555-0109", age: 35, gender: "male", city: "Prague", interests: "technology pets" },
            { id: 157, full_name: "Rosa Kumar", email: "rosa.kumar@example.com", phone: "+1-702-555-0142", age: 52, gender: "non-binary", city: "Lima", interests: "food pets gaming" },
            { id: 158, full_name: "Lucas Wagner", email: "lucas.wagner@example.org", phone: "+1-305-555-0105", age: 76, gender: "male", city: "Bangkok", interests: "sports fashion" },
            { id: 159, full_name: "Julia Jansen", email: "julia.jansen@example.com", phone: "+1-917-555-0140", age: 87, gender: "male", city: "Boston", interests: "fashion" },
            { id: 160, full_name: "Diego Nguyen", email: "diego.nguyen@example.net", phone: "+1-213-555-0138", age: 47, gender: "female", city: "Vienna", interests: "food sports finance" },
            { id: 161, full_name: "Yara Ruiz", email: "yara.ruiz@example.com", phone: "+1-214-555-0122", age: 57, gender: "female", city: "Mumbai", interests: "travel technology health" },
            { id: 162, full_name: "Julia Oliveira", email: "julia.oliveira@example.net", phone: "+1-503-555-0123", age: 40, gender: "male", city: "Lagos", interests: "fashion" },
            { id: 163, full_name: "Leo Young", email: "leo.young@example.org", phone: "+1-404-555-0168", age: 81, gender: "female", city: "Berlin", interests: "reading sports" },
            { id: 164, full_name: "Liam Brown", email: "liam.brown@example.com", phone: "+1-713-555-0124", age: 54, gender: "female", city: "Bangkok", interests: "fitness" },
            { id: 165, full_name: "Oscar Smith", email: "oscar.smith@example.com", phone: "+1-713-555-0123", age: 85, gender: "female", city: "Stockholm", interests: "education wellness food" },
            { id: 166, full_name: "Pedro Andersen", email: "pedro.andersen@example.com", phone: "+1-801-555-0152", age: 72, gender: "male", city: "Oslo", interests: "sports technology" },
            { id: 167, full_name: "Nadia Nguyen", email: "nadia.nguyen@example.org", phone: "+1-512-555-0174", age: 70, gender: "male", city: "Lima", interests: "cooking finance" },
            { id: 168, full_name: "Theo Sousa", email: "theo.sousa@example.org", phone: "+1-713-555-0109", age: 51, gender: "female", city: "Bogota", interests: "gaming" },
            { id: 169, full_name: "Arjun Murphy", email: "arjun.murphy@example.com", phone: "+1-612-555-0143", age: 20, gender: "male", city: "Buenos Aires", interests: "pets reading fashion" },
            { id: 170, full_name: "Omar Yilmaz", email: "omar.yilmaz@example.net", phone: "+1-917-555-0164", age: 33, gender: "female", city: "Athens", interests: "finance" },
            { id: 171, full_name: "Wei Garcia", email: "wei.garcia@example.org", phone: "+1-404-555-0114", age: 57, gender: "non-binary", city: "Vancouver", interests: "reading fashion" },
            { id: 172, full_name: "Paula Carter", email: "paula.carter@example.org", phone: "+1-801-555-0181", age: 79, gender: "male", city: "Santiago", interests: "finance education music" },
            { id: 173, full_name: "David Kim", email: "david.kim@example.com", phone: "+1-303-555-0173", age: 49, gender: "male", city: "Tokyo", interests: "health" },
            { id: 174, full_name: "Fatima Park", email: "fatima.park@example.com", phone: "+1-612-555-0133", age: 66, gender: "male", city: "Nairobi", interests: "finance food" },
            { id: 175, full_name: "Leo Torres", email: "leo.torres@example.org", phone: "+1-303-555-0130", age: 71, gender: "female", city: "Cape Town", interests: "music" },
            { id: 176, full_name: "Julia Khan", email: "julia.khan@example.com", phone: "+1-857-555-0167", age: 76, gender: "male", city: "Denver", interests: "reading" },
            { id: 177, full_name: "Karim Clark", email: "karim.clark@example.org", phone: "+1-604-555-0190", age: 77, gender: "male", city: "Delhi", interests: "travel" },
            { id: 178, full_name: "Maya Nguyen", email: "maya.nguyen@example.com", phone: "+1-212-555-0150", age: 73, gender: "male", city: "Taipei", interests: "art nature technology" },
            { id: 179, full_name: "Carla Sousa", email: "carla.sousa@example.net", phone: "+1-612-555-0142", age: 88, gender: "female", city: "Mexico City", interests: "reading finance gaming" },
            { id: 180, full_name: "Kai Miller", email: "kai.miller@example.org", phone: "+1-617-555-0168", age: 56, gender: "female", city: "Lyon", interests: "wellness pets food" },
            { id: 181, full_name: "Carla Costa", email: "carla.costa@example.net", phone: "+1-917-555-0197", age: 33, gender: "male", city: "Barcelona", interests: "finance" },
            { id: 182, full_name: "Andre Khan", email: "andre.khan@example.com", phone: "+1-917-555-0165", age: 44, gender: "female", city: "Munich", interests: "photography health education" },
            { id: 183, full_name: "Sara Wright", email: "sara.wright@example.org", phone: "+1-713-555-0199", age: 26, gender: "female", city: "Athens", interests: "social" },
            { id: 184, full_name: "Mei Tanaka", email: "mei.tanaka@example.net", phone: "+1-202-555-0117", age: 52, gender: "male", city: "Delhi", interests: "social" },
            { id: 185, full_name: "Diego Silva", email: "diego.silva@example.com", phone: "+1-415-555-0158", age: 76, gender: "female", city: "Paris", interests: "fitness education movies" },
            { id: 186, full_name: "Jade Tanaka", email: "jade.tanaka@example.com", phone: "+1-503-555-0143", age: 71, gender: "female", city: "Rome", interests: "sports wellness" },
            { id: 187, full_name: "Mei Becker", email: "mei.becker@example.net", phone: "+1-469-555-0116", age: 90, gender: "female", city: "London", interests: "nature" },
            { id: 188, full_name: "Carlos Meyer", email: "carlos.meyer@example.com", phone: "+1-404-555-0165", age: 47, gender: "male", city: "Nairobi", interests: "gaming" },
            { id: 189, full_name: "Diego Kowalski", email: "diego.kowalski@example.net", phone: "+1-416-555-0117", age: 23, gender: "male", city: "Copenhagen", interests: "pets" },
            { id: 190, full_name: "Anna Castro", email: "anna.castro@example.net", phone: "+1-972-555-0156", age: 50, gender: "male", city: "Berlin", interests: "gaming travel art" },
            { id: 191, full_name: "Lina Silva", email: "lina.silva@example.com", phone: "+1-212-555-0191", age: 47, gender: "female", city: "Vancouver", interests: "fitness health" },
            { id: 192, full_name: "Maria Lopez", email: "maria.lopez@example.org", phone: "+1-972-555-0173", age: 32, gender: "male", city: "Austin", interests: "gaming health" },
            { id: 193, full_name: "Marco Khan", email: "marco.khan@example.com", phone: "+1-416-555-0189", age: 70, gender: "female", city: "Barcelona", interests: "music education technology" },
            { id: 194, full_name: "Maria Park", email: "maria.park@example.com", phone: "+1-778-555-0112", age: 33, gender: "male", city: "Brussels", interests: "travel sports cooking" },
            { id: 195, full_name: "Yara Wilson", email: "yara.wilson@example.com", phone: "+1-905-555-0155", age: 64, gender: "female", city: "Melbourne", interests: "education health" },
            { id: 196, full_name: "Ana Mendes", email: "ana.mendes@example.org", phone: "+1-416-555-0164", age: 38, gender: "female", city: "Copenhagen", interests: "movies" },
            { id: 197, full_name: "Hugo Hassan", email: "hugo.hassan@example.org", phone: "+1-512-555-0168", age: 42, gender: "non-binary", city: "Lisbon", interests: "photography travel" },
            { id: 198, full_name: "Ravi Patel", email: "ravi.patel@example.net", phone: "+1-503-555-0188", age: 38, gender: "male", city: "Milan", interests: "wellness technology social" },
            { id: 199, full_name: "Ben Schmidt", email: "ben.schmidt@example.org", phone: "+1-801-555-0188", age: 62, gender: "non-binary", city: "Toronto", interests: "fitness" },
            { id: 200, full_name: "Yara Schmidt", email: "yara.schmidt@example.com", phone: "+1-212-555-0196", age: 84, gender: "male", city: "Warsaw", interests: "fashion food fitness" },
            { id: 201, full_name: "Priya Zhang", email: "priya.zhang@example.net", phone: "+1-512-555-0137", age: 35, gender: "female", city: "Montreal", interests: "cooking finance wellness" },
            { id: 202, full_name: "Ana Wagner", email: "ana.wagner@example.com", phone: "+1-612-555-0174", age: 76, gender: "female", city: "Helsinki", interests: "reading nature" },
            { id: 203, full_name: "Mia Novak", email: "mia.novak@example.org", phone: "+1-857-555-0158", age: 44, gender: "female", city: "Buenos Aires", interests: "reading sports wellness" },
            { id: 204, full_name: "Anna Ruiz", email: "anna.ruiz@example.com", phone: "+1-612-555-0179", age: 78, gender: "male", city: "Warsaw", interests: "wellness fashion" },
            { id: 205, full_name: "Ravi Nguyen", email: "ravi.nguyen@example.net", phone: "+1-503-555-0153", age: 73, gender: "female", city: "Hamburg", interests: "music" },
            { id: 206, full_name: "Lina Meyer", email: "lina.meyer@example.com", phone: "+1-801-555-0137", age: 50, gender: "male", city: "Munich", interests: "pets health social" },
            { id: 207, full_name: "Tomas Moreau", email: "tomas.moreau@example.com", phone: "+1-202-555-0136", age: 43, gender: "male", city: "Mexico City", interests: "wellness" },
            { id: 208, full_name: "Carlos Wang", email: "carlos.wang@example.com", phone: "+1-801-555-0124", age: 40, gender: "male", city: "Bucharest", interests: "technology sports education" },
            { id: 209, full_name: "Oscar Bauer", email: "oscar.bauer@example.org", phone: "+1-713-555-0136", age: 89, gender: "male", city: "Berlin", interests: "music travel food" },
            { id: 210, full_name: "Leo Schneider", email: "leo.schneider@example.org", phone: "+1-214-555-0139", age: 47, gender: "male", city: "Chicago", interests: "art" },
            { id: 211, full_name: "Oscar Hoffmann", email: "oscar.hoffmann@example.com", phone: "+1-303-555-0156", age: 86, gender: "female", city: "Delhi", interests: "health education sports" },
            { id: 212, full_name: "Mateo Singh", email: "mateo.singh@example.org", phone: "+1-415-555-0186", age: 18, gender: "non-binary", city: "Ankara", interests: "food gaming" },
            { id: 213, full_name: "Omar Kowalski", email: "omar.kowalski@example.net", phone: "+1-303-555-0116", age: 79, gender: "male", city: "Athens", interests: "wellness health fitness" },
            { id: 214, full_name: "Ana Gomez", email: "ana.gomez@example.org", phone: "+1-972-555-0144", age: 63, gender: "female", city: "Berlin", interests: "movies cooking technology" },
            { id: 215, full_name: "Ruby Yilmaz", email: "ruby.yilmaz@example.com", phone: "+1-512-555-0176", age: 60, gender: "male", city: "Vienna", interests: "travel cooking" },
            { id: 216, full_name: "Jack Adams", email: "jack.adams@example.org", phone: "+1-416-555-0114", age: 84, gender: "male", city: "Copenhagen", interests: "nature health" },
            { id: 217, full_name: "Anna Adams", email: "anna.adams@example.net", phone: "+1-713-555-0121", age: 34, gender: "female", city: "Athens", interests: "photography social art" },
            { id: 218, full_name: "Olivia Dubois", email: "olivia.dubois@example.com", phone: "+1-415-555-0189", age: 29, gender: "female", city: "Izmir", interests: "social" },
            { id: 219, full_name: "Julia Meyer", email: "julia.meyer@example.net", phone: "+1-202-555-0139", age: 66, gender: "female", city: "Edinburgh", interests: "travel health" },
            { id: 220, full_name: "Diego Ali", email: "diego.ali@example.org", phone: "+1-213-555-0152", age: 28, gender: "male", city: "Sydney", interests: "social health photography" },
            { id: 221, full_name: "Pedro Gomez", email: "pedro.gomez@example.org", phone: "+1-778-555-0186", age: 27, gender: "male", city: "Lima", interests: "health" },
            { id: 222, full_name: "Zara Novak", email: "zara.novak@example.net", phone: "+1-469-555-0163", age: 30, gender: "female", city: "Delhi", interests: "pets" },
            { id: 223, full_name: "Olivia Gomez", email: "olivia.gomez@example.org", phone: "+1-469-555-0111", age: 39, gender: "non-binary", city: "Kyoto", interests: "food nature" },
            { id: 224, full_name: "Emma Wagner", email: "emma.wagner@example.org", phone: "+1-617-555-0192", age: 80, gender: "male", city: "Lisbon", interests: "art" },
            { id: 225, full_name: "Victor Sato", email: "victor.sato@example.com", phone: "+1-202-555-0119", age: 58, gender: "male", city: "Cairo", interests: "social food" },
            { id: 226, full_name: "Ivan Costa", email: "ivan.costa@example.com", phone: "+1-801-555-0130", age: 82, gender: "non-binary", city: "Bangkok", interests: "travel fitness sports" },
            { id: 227, full_name: "Ethan Carter", email: "ethan.carter@example.com", phone: "+1-612-555-0116", age: 27, gender: "female", city: "Copenhagen", interests: "wellness" },
            { id: 228, full_name: "Wei Ruiz", email: "wei.ruiz@example.org", phone: "+1-604-555-0189", age: 41, gender: "male", city: "Jakarta", interests: "social movies travel" },
            { id: 229, full_name: "Laura Jansen", email: "laura.jansen@example.org", phone: "+1-202-555-0160", age: 60, gender: "male", city: "Brussels", interests: "fashion music" },
            { id: 230, full_name: "Tomas Wright", email: "tomas.wright@example.com", phone: "+1-213-555-0132", age: 32, gender: "male", city: "Austin", interests: "education social" },
            { id: 231, full_name: "Maya Singh", email: "maya.singh@example.net", phone: "+1-503-555-0116", age: 60, gender: "female", city: "Cairo", interests: "reading cooking" },
            { id: 232, full_name: "Omar Zhang", email: "omar.zhang@example.com", phone: "+1-617-555-0134", age: 71, gender: "non-binary", city: "Nairobi", interests: "nature" },
            { id: 233, full_name: "Zoe Khan", email: "zoe.khan@example.net", phone: "+1-469-555-0101", age: 84, gender: "male", city: "Athens", interests: "movies education technology" },
            { id: 234, full_name: "Kai Novak", email: "kai.novak@example.net", phone: "+1-801-555-0120", age: 65, gender: "male", city: "Tokyo", interests: "sports cooking art" },
            { id: 235, full_name: "Maya Oliveira", email: "maya.oliveira@example.com", phone: "+1-213-555-0193", age: 62, gender: "male", city: "Hamburg", interests: "pets" },
            { id: 236, full_name: "Pedro Pereira", email: "pedro.pereira@example.org", phone: "+1-972-555-0175", age: 84, gender: "female", city: "Sao Paulo", interests: "nature" },
            { id: 237, full_name: "Sofia Torres", email: "sofia.torres@example.com", phone: "+1-213-555-0198", age: 70, gender: "female", city: "Taipei", interests: "art" },
            { id: 238, full_name: "Leo Diaz", email: "leo.diaz@example.com", phone: "+1-202-555-0137", age: 20, gender: "male", city: "Auckland", interests: "photography sports" },
            { id: 239, full_name: "Pedro Hansen", email: "pedro.hansen@example.net", phone: "+1-312-555-0108", age: 47, gender: "male", city: "Tokyo", interests: "finance" },
            { id: 240, full_name: "Olivia Walker", email: "olivia.walker@example.com", phone: "+1-202-555-0155", age: 38, gender: "male", city: "Sydney", interests: "finance music" },
            { id: 241, full_name: "Hugo Kumar", email: "hugo.kumar@example.net", phone: "+1-416-555-0124", age: 77, gender: "female", city: "Manila", interests: "music" },
            { id: 242, full_name: "Tomas Dubois", email: "tomas.dubois@example.net", phone: "+1-416-555-0182", age: 34, gender: "male", city: "Zurich", interests: "technology art education" },
            { id: 243, full_name: "Mohamed Klein", email: "mohamed.klein@example.net", phone: "+1-212-555-0165", age: 37, gender: "male", city: "Taipei", interests: "technology travel finance" },
            { id: 244, full_name: "Carlos Evans", email: "carlos.evans@example.net", phone: "+1-469-555-0177", age: 78, gender: "non-binary", city: "Lyon", interests: "nature" },
            { id: 245, full_name: "Isaac Ruiz", email: "isaac.ruiz@example.com", phone: "+1-415-555-0170", age: 52, gender: "female", city: "London", interests: "cooking gaming" },
            { id: 246, full_name: "Rafael Weber", email: "rafael.weber@example.org", phone: "+1-503-555-0171", age: 79, gender: "female", city: "Munich", interests: "fashion" },
            { id: 247, full_name: "Marco Demir", email: "marco.demir@example.org", phone: "+1-617-555-0154", age: 37, gender: "female", city: "Boston", interests: "fashion" },
            { id: 248, full_name: "Felix Klein", email: "felix.klein@example.com", phone: "+1-778-555-0145", age: 34, gender: "non-binary", city: "Budapest", interests: "finance photography" },
            { id: 249, full_name: "Ibrahim Young", email: "ibrahim.young@example.org", phone: "+1-612-555-0102", age: 74, gender: "male", city: "Istanbul", interests: "food" },
            { id: 250, full_name: "Andre Zhang", email: "andre.zhang@example.com", phone: "+1-214-555-0160", age: 77, gender: "female", city: "Tokyo", interests: "health food" },
            { id: 251, full_name: "Ana Bennett", email: "ana.bennett@example.org", phone: "+1-905-555-0189", age: 63, gender: "female", city: "Rome", interests: "gaming art travel" },
            { id: 252, full_name: "Maria Nakamura", email: "maria.nakamura@example.net", phone: "+1-905-555-0155", age: 18, gender: "male", city: "Barcelona", interests: "food" },
            { id: 253, full_name: "Tariq Mendes", email: "tariq.mendes@example.com", phone: "+1-713-555-0157", age: 38, gender: "male", city: "London", interests: "reading fashion" },
            { id: 254, full_name: "Uma Sato", email: "uma.sato@example.net", phone: "+1-512-555-0129", age: 36, gender: "male", city: "Sao Paulo", interests: "gaming fashion" },
            { id: 255, full_name: "Mohamed Ibrahim", email: "mohamed.ibrahim@example.org", phone: "+1-612-555-0196", age: 79, gender: "female", city: "Prague", interests: "pets music travel" },
            { id: 256, full_name: "Ethan Pereira", email: "ethan.pereira@example.org", phone: "+1-469-555-0115", age: 74, gender: "non-binary", city: "Zurich", interests: "sports social nature" },
            { id: 257, full_name: "Lucas Kumar", email: "lucas.kumar@example.org", phone: "+1-801-555-0143", age: 89, gender: "male", city: "Sydney", interests: "health food" },
            { id: 258, full_name: "Jack Lee", email: "jack.lee@example.net", phone: "+1-604-555-0121", age: 87, gender: "female", city: "Mumbai", interests: "fitness wellness" },
            { id: 259, full_name: "Diego Demir", email: "diego.demir@example.com", phone: "+1-617-555-0142", age: 46, gender: "non-binary", city: "Lagos", interests: "technology fitness" },
            { id: 260, full_name: "Oscar Andersen", email: "oscar.andersen@example.org", phone: "+1-905-555-0159", age: 76, gender: "male", city: "Jakarta", interests: "social fitness" },
            { id: 261, full_name: "Lucas Demir", email: "lucas.demir@example.com", phone: "+1-972-555-0107", age: 68, gender: "male", city: "Barcelona", interests: "technology education" },
            { id: 262, full_name: "Nour Wagner", email: "nour.wagner@example.net", phone: "+1-917-555-0103", age: 64, gender: "male", city: "Budapest", interests: "photography fashion art" },
            { id: 263, full_name: "Marco Lee", email: "marco.lee@example.net", phone: "+1-312-555-0165", age: 47, gender: "female", city: "Dublin", interests: "music nature photography" },
            { id: 264, full_name: "Alice Cruz", email: "alice.cruz@example.net", phone: "+1-972-555-0139", age: 62, gender: "female", city: "Warsaw", interests: "movies" },
            { id: 265, full_name: "Oscar Hassan", email: "oscar.hassan@example.com", phone: "+1-905-555-0152", age: 24, gender: "male", city: "Lyon", interests: "health finance sports" },
            { id: 266, full_name: "Jade Martin", email: "jade.martin@example.net", phone: "+1-305-555-0119", age: 24, gender: "female", city: "Santiago", interests: "music wellness sports" },
            { id: 267, full_name: "Victor Andersen", email: "victor.andersen@example.com", phone: "+1-612-555-0163", age: 69, gender: "female", city: "Lagos", interests: "music" },
            { id: 268, full_name: "Nina Mendes", email: "nina.mendes@example.org", phone: "+1-213-555-0118", age: 75, gender: "female", city: "Toronto", interests: "social" },
            { id: 269, full_name: "Mia Lopez", email: "mia.lopez@example.org", phone: "+1-213-555-0133", age: 78, gender: "female", city: "Cape Town", interests: "travel sports" },
            { id: 270, full_name: "Fatima Bennett", email: "fatima.bennett@example.org", phone: "+1-612-555-0165", age: 77, gender: "male", city: "San Diego", interests: "cooking art sports" },
            { id: 271, full_name: "Yara Ahmed", email: "yara.ahmed@example.net", phone: "+1-612-555-0174", age: 79, gender: "male", city: "Sao Paulo", interests: "health pets music" },
            { id: 272, full_name: "Ravi Brown", email: "ravi.brown@example.net", phone: "+1-415-555-0162", age: 49, gender: "male", city: "Delhi", interests: "nature" },
            { id: 273, full_name: "Ravi Moreau", email: "ravi.moreau@example.org", phone: "+1-415-555-0180", age: 40, gender: "non-binary", city: "Helsinki", interests: "wellness nature art" },
            { id: 274, full_name: "Oscar Schmidt", email: "oscar.schmidt@example.com", phone: "+1-212-555-0124", age: 81, gender: "male", city: "Kyoto", interests: "social" },
            { id: 275, full_name: "Yara Kim", email: "yara.kim@example.net", phone: "+1-905-555-0182", age: 54, gender: "female", city: "Sao Paulo", interests: "cooking travel finance" },
            { id: 276, full_name: "Maria Gupta", email: "maria.gupta@example.com", phone: "+1-303-555-0160", age: 31, gender: "male", city: "Bucharest", interests: "cooking" },
            { id: 277, full_name: "James Reyes", email: "james.reyes@example.org", phone: "+1-512-555-0173", age: 90, gender: "male", city: "Brussels", interests: "pets travel" },
            { id: 278, full_name: "Tariq Almeida", email: "tariq.almeida@example.org", phone: "+1-801-555-0141", age: 89, gender: "male", city: "Lima", interests: "fashion nature gaming" },
            { id: 279, full_name: "Leo Johnson", email: "leo.johnson@example.net", phone: "+1-778-555-0105", age: 76, gender: "male", city: "Izmir", interests: "gaming cooking art" },
            { id: 280, full_name: "Marco Demir", email: "marco.demir@example.com", phone: "+1-604-555-0130", age: 45, gender: "male", city: "Nairobi", interests: "education" },
            { id: 281, full_name: "Deniz Johnson", email: "deniz.johnson@example.org", phone: "+1-857-555-0133", age: 86, gender: "female", city: "Seattle", interests: "education photography" },
            { id: 282, full_name: "Andre Wang", email: "andre.wang@example.net", phone: "+1-604-555-0197", age: 45, gender: "female", city: "Cairo", interests: "music" },
            { id: 283, full_name: "Deniz Rossi", email: "deniz.rossi@example.net", phone: "+1-303-555-0156", age: 68, gender: "male", city: "Amsterdam", interests: "reading" },
            { id: 284, full_name: "Jack Schmidt", email: "jack.schmidt@example.com", phone: "+1-857-555-0161", age: 83, gender: "male", city: "Buenos Aires", interests: "gaming finance" },
            { id: 285, full_name: "Ines Jensen", email: "ines.jensen@example.org", phone: "+1-512-555-0177", age: 62, gender: "male", city: "Santiago", interests: "pets social travel" },
            { id: 286, full_name: "Maja Wilson", email: "maja.wilson@example.com", phone: "+1-202-555-0159", age: 59, gender: "non-binary", city: "Edinburgh", interests: "art" },
            { id: 287, full_name: "Chen Bennett", email: "chen.bennett@example.com", phone: "+1-503-555-0121", age: 77, gender: "male", city: "Jakarta", interests: "social fitness movies" },
            { id: 288, full_name: "Uma Vargas", email: "uma.vargas@example.com", phone: "+1-905-555-0112", age: 87, gender: "male", city: "Taipei", interests: "social" },
            { id: 289, full_name: "Fatima Singh", email: "fatima.singh@example.org", phone: "+1-503-555-0134", age: 32, gender: "female", city: "Hamburg", interests: "education technology reading" },
            { id: 290, full_name: "Rafael Martin", email: "rafael.martin@example.net", phone: "+1-702-555-0144", age: 66, gender: "male", city: "Cape Town", interests: "pets gaming movies" },
            { id: 291, full_name: "Sara Meyer", email: "sara.meyer@example.org", phone: "+1-469-555-0145", age: 79, gender: "female", city: "Denver", interests: "social fashion" },
            { id: 292, full_name: "Mohamed Lee", email: "mohamed.lee@example.com", phone: "+1-702-555-0105", age: 62, gender: "male", city: "Cape Town", interests: "gaming art education" },
            { id: 293, full_name: "Deniz Jensen", email: "deniz.jensen@example.net", phone: "+1-305-555-0180", age: 50, gender: "male", city: "Copenhagen", interests: "pets social" },
            { id: 294, full_name: "Zara Dubois", email: "zara.dubois@example.com", phone: "+1-512-555-0182", age: 43, gender: "male", city: "Buenos Aires", interests: "technology" },
            { id: 295, full_name: "Julia Weber", email: "julia.weber@example.net", phone: "+1-905-555-0107", age: 47, gender: "male", city: "Manila", interests: "pets wellness cooking" },
            { id: 296, full_name: "Leo Clark", email: "leo.clark@example.net", phone: "+1-604-555-0180", age: 76, gender: "male", city: "Copenhagen", interests: "education health" },
            { id: 297, full_name: "Lina Kowalski", email: "lina.kowalski@example.org", phone: "+1-857-555-0166", age: 45, gender: "male", city: "Buenos Aires", interests: "reading fitness cooking" },
            { id: 298, full_name: "Yara Lopez", email: "yara.lopez@example.org", phone: "+1-305-555-0181", age: 46, gender: "male", city: "Seoul", interests: "movies reading social" },
            { id: 299, full_name: "Mateo Demir", email: "mateo.demir@example.org", phone: "+1-801-555-0183", age: 50, gender: "male", city: "Lima", interests: "pets fitness gaming" },
            { id: 300, full_name: "Yusuf Taylor", email: "yusuf.taylor@example.org", phone: "+1-612-555-0112", age: 53, gender: "male", city: "Ankara", interests: "sports art" },
            { id: 301, full_name: "Tomas Patel", email: "tomas.patel@example.net", phone: "+1-905-555-0124", age: 78, gender: "male", city: "Montreal", interests: "food social art" },
            { id: 302, full_name: "Theo Weber", email: "theo.weber@example.org", phone: "+1-612-555-0194", age: 20, gender: "female", city: "Jakarta", interests: "wellness" },
            { id: 303, full_name: "Felix Weber", email: "felix.weber@example.net", phone: "+1-905-555-0198", age: 45, gender: "male", city: "Tokyo", interests: "photography" },
            { id: 304, full_name: "Mohamed Meyer", email: "mohamed.meyer@example.com", phone: "+1-512-555-0121", age: 55, gender: "male", city: "Seoul", interests: "social" },
            { id: 305, full_name: "Amir Adams", email: "amir.adams@example.org", phone: "+1-801-555-0129", age: 59, gender: "male", city: "Lisbon", interests: "travel education music" },
            { id: 306, full_name: "Laura Gomez", email: "laura.gomez@example.org", phone: "+1-503-555-0197", age: 39, gender: "female", city: "Sao Paulo", interests: "food sports" },
            { id: 307, full_name: "Yusuf Demir", email: "yusuf.demir@example.net", phone: "+1-905-555-0131", age: 80, gender: "male", city: "Barcelona", interests: "movies travel" },
            { id: 308, full_name: "Zara Jansen", email: "zara.jansen@example.org", phone: "+1-305-555-0163", age: 24, gender: "male", city: "Copenhagen", interests: "fitness travel photography" },
            { id: 309, full_name: "Maria Hansen", email: "maria.hansen@example.net", phone: "+1-213-555-0120", age: 68, gender: "female", city: "Lagos", interests: "cooking social" },
            { id: 310, full_name: "Jack Fischer", email: "jack.fischer@example.com", phone: "+1-702-555-0102", age: 65, gender: "male", city: "Denver", interests: "fashion gaming education" },
            { id: 311, full_name: "Oscar Novak", email: "oscar.novak@example.org", phone: "+1-512-555-0100", age: 34, gender: "male", city: "Manila", interests: "food" },
            { id: 312, full_name: "Nina Wagner", email: "nina.wagner@example.org", phone: "+1-202-555-0199", age: 20, gender: "female", city: "Helsinki", interests: "reading wellness travel" },
            { id: 313, full_name: "Ana Khan", email: "ana.khan@example.org", phone: "+1-202-555-0147", age: 76, gender: "male", city: "Warsaw", interests: "wellness" },
            { id: 314, full_name: "Deniz Dubois", email: "deniz.dubois@example.net", phone: "+1-702-555-0163", age: 84, gender: "male", city: "Buenos Aires", interests: "education" },
            { id: 315, full_name: "Nadia Bennett", email: "nadia.bennett@example.com", phone: "+1-212-555-0191", age: 41, gender: "male", city: "Edinburgh", interests: "wellness reading cooking" },
            { id: 316, full_name: "Hannah Bauer", email: "hannah.bauer@example.com", phone: "+1-972-555-0110", age: 26, gender: "female", city: "Amsterdam", interests: "travel health" },
            { id: 317, full_name: "Anna Baker", email: "anna.baker@example.org", phone: "+1-917-555-0181", age: 52, gender: "male", city: "Mexico City", interests: "cooking photography" },
            { id: 318, full_name: "Jade Clark", email: "jade.clark@example.com", phone: "+1-303-555-0192", age: 53, gender: "male", city: "Santiago", interests: "gaming sports" },
            { id: 319, full_name: "Chen Clark", email: "chen.clark@example.net", phone: "+1-214-555-0152", age: 33, gender: "female", city: "Oslo", interests: "gaming" },
            { id: 320, full_name: "Marco Oliveira", email: "marco.oliveira@example.com", phone: "+1-202-555-0115", age: 48, gender: "male", city: "Bogota", interests: "health fitness reading" },
            { id: 321, full_name: "Olivia Yilmaz", email: "olivia.yilmaz@example.com", phone: "+1-312-555-0162", age: 20, gender: "male", city: "Taipei", interests: "gaming nature" },
            { id: 322, full_name: "Alice Gomez", email: "alice.gomez@example.com", phone: "+1-213-555-0184", age: 85, gender: "male", city: "Toronto", interests: "movies" },
            { id: 323, full_name: "Carla Smith", email: "carla.smith@example.net", phone: "+1-512-555-0132", age: 54, gender: "male", city: "Brussels", interests: "nature gaming" },
            { id: 324, full_name: "Yara Clark", email: "yara.clark@example.net", phone: "+1-917-555-0127", age: 52, gender: "female", city: "Stockholm", interests: "nature reading pets" },
            { id: 325, full_name: "Zara Patel", email: "zara.patel@example.com", phone: "+1-801-555-0153", age: 70, gender: "female", city: "Toronto", interests: "health" },
            { id: 326, full_name: "Pedro Zhang", email: "pedro.zhang@example.net", phone: "+1-905-555-0113", age: 45, gender: "female", city: "Vancouver", interests: "travel technology" },
            { id: 327, full_name: "Sara Becker", email: "sara.becker@example.org", phone: "+1-713-555-0135", age: 42, gender: "female", city: "Lyon", interests: "food" },
            { id: 328, full_name: "Karim Bauer", email: "karim.bauer@example.org", phone: "+1-617-555-0153", age: 86, gender: "male", city: "Kyoto", interests: "finance photography cooking" },
            { id: 329, full_name: "Marco Hansen", email: "marco.hansen@example.org", phone: "+1-778-555-0113", age: 29, gender: "female", city: "Sao Paulo", interests: "music fitness" },
            { id: 330, full_name: "Lucas Gomez", email: "lucas.gomez@example.net", phone: "+1-801-555-0162", age: 22, gender: "non-binary", city: "Bangkok", interests: "wellness pets music" },
            { id: 331, full_name: "Chen Davis", email: "chen.davis@example.org", phone: "+1-202-555-0138", age: 53, gender: "non-binary", city: "Edinburgh", interests: "cooking fitness finance" },
            { id: 332, full_name: "Lena Wang", email: "lena.wang@example.com", phone: "+1-713-555-0154", age: 41, gender: "male", city: "Brussels", interests: "cooking movies" },
            { id: 333, full_name: "Sam Baker", email: "sam.baker@example.net", phone: "+1-503-555-0171", age: 33, gender: "female", city: "Edinburgh", interests: "wellness" },
            { id: 334, full_name: "Ibrahim Garcia", email: "ibrahim.garcia@example.org", phone: "+1-905-555-0192", age: 72, gender: "male", city: "Cape Town", interests: "wellness" },
            { id: 335, full_name: "Deniz Diaz", email: "deniz.diaz@example.com", phone: "+1-305-555-0186", age: 26, gender: "female", city: "Berlin", interests: "fashion" },
            { id: 336, full_name: "Uma Wang", email: "uma.wang@example.com", phone: "+1-905-555-0171", age: 77, gender: "female", city: "Manila", interests: "cooking travel" },
            { id: 337, full_name: "Amir Clark", email: "amir.clark@example.org", phone: "+1-917-555-0178", age: 86, gender: "female", city: "Manila", interests: "photography reading health" },
            { id: 338, full_name: "Victor Jensen", email: "victor.jensen@example.net", phone: "+1-305-555-0169", age: 67, gender: "female", city: "Jakarta", interests: "nature technology movies" },
            { id: 339, full_name: "Ben Vargas", email: "ben.vargas@example.org", phone: "+1-503-555-0152", age: 59, gender: "male", city: "Montreal", interests: "sports technology" },
            { id: 340, full_name: "Tariq Wilson", email: "tariq.wilson@example.org", phone: "+1-801-555-0177", age: 36, gender: "male", city: "Cairo", interests: "finance" },
            { id: 341, full_name: "Mohamed Davis", email: "mohamed.davis@example.com", phone: "+1-213-555-0133", age: 24, gender: "male", city: "Seoul", interests: "sports health" },
            { id: 342, full_name: "Theo Gupta", email: "theo.gupta@example.net", phone: "+1-469-555-0134", age: 87, gender: "female", city: "Santiago", interests: "fitness" },
            { id: 343, full_name: "Ben Hassan", email: "ben.hassan@example.net", phone: "+1-713-555-0133", age: 33, gender: "male", city: "Montreal", interests: "reading" },
            { id: 344, full_name: "Mei Moreau", email: "mei.moreau@example.com", phone: "+1-801-555-0124", age: 40, gender: "male", city: "Vancouver", interests: "sports art" },
            { id: 345, full_name: "David Singh", email: "david.singh@example.org", phone: "+1-917-555-0122", age: 50, gender: "female", city: "Jakarta", interests: "wellness fitness education" },
            { id: 346, full_name: "James Torres", email: "james.torres@example.net", phone: "+1-702-555-0127", age: 70, gender: "female", city: "Bucharest", interests: "movies sports music" },
            { id: 347, full_name: "Anna Castro", email: "anna.castro@example.com", phone: "+1-512-555-0100", age: 82, gender: "male", city: "Manchester", interests: "technology" },
            { id: 348, full_name: "Ana Reyes", email: "ana.reyes@example.com", phone: "+1-801-555-0172", age: 23, gender: "male", city: "Bangkok", interests: "cooking movies" },
            { id: 349, full_name: "Maja Johnson", email: "maja.johnson@example.org", phone: "+1-604-555-0113", age: 87, gender: "male", city: "Buenos Aires", interests: "art fitness" },
            { id: 350, full_name: "Lena Walker", email: "lena.walker@example.org", phone: "+1-972-555-0126", age: 24, gender: "male", city: "Porto", interests: "education photography gaming" },
            { id: 351, full_name: "Ines Vargas", email: "ines.vargas@example.org", phone: "+1-917-555-0108", age: 72, gender: "male", city: "London", interests: "food" },
            { id: 352, full_name: "Yara Tanaka", email: "yara.tanaka@example.net", phone: "+1-612-555-0117", age: 82, gender: "male", city: "Amsterdam", interests: "gaming technology reading" },
            { id: 353, full_name: "Theo Mendes", email: "theo.mendes@example.org", phone: "+1-917-555-0193", age: 52, gender: "male", city: "Seoul", interests: "fashion finance movies" },
            { id: 354, full_name: "Kai Patel", email: "kai.patel@example.com", phone: "+1-214-555-0181", age: 19, gender: "male", city: "Cairo", interests: "reading" },
            { id: 355, full_name: "Marco Schmidt", email: "marco.schmidt@example.com", phone: "+1-416-555-0151", age: 27, gender: "non-binary", city: "Amsterdam", interests: "food" },
            { id: 356, full_name: "Mei Singh", email: "mei.singh@example.com", phone: "+1-202-555-0150", age: 76, gender: "male", city: "Athens", interests: "wellness pets reading" },
            { id: 357, full_name: "Sam Silva", email: "sam.silva@example.com", phone: "+1-604-555-0142", age: 68, gender: "male", city: "San Diego", interests: "education pets fashion" },
            { id: 358, full_name: "Elif Meyer", email: "elif.meyer@example.com", phone: "+1-801-555-0152", age: 81, gender: "female", city: "Tokyo", interests: "photography art" },
            { id: 359, full_name: "Mateo Garcia", email: "mateo.garcia@example.org", phone: "+1-617-555-0117", age: 54, gender: "male", city: "Madrid", interests: "reading" },
            { id: 360, full_name: "Deniz Reyes", email: "deniz.reyes@example.net", phone: "+1-612-555-0140", age: 80, gender: "male", city: "Lisbon", interests: "education gaming social" },
            { id: 361, full_name: "Sven Miller", email: "sven.miller@example.com", phone: "+1-857-555-0110", age: 59, gender: "female", city: "Seattle", interests: "photography nature" },
            { id: 362, full_name: "Selin Ruiz", email: "selin.ruiz@example.net", phone: "+1-213-555-0162", age: 24, gender: "male", city: "Kyoto", interests: "music" },
            { id: 363, full_name: "Hannah Evans", email: "hannah.evans@example.org", phone: "+1-212-555-0124", age: 38, gender: "male", city: "Vancouver", interests: "food music education" },
            { id: 364, full_name: "Uma Becker", email: "uma.becker@example.com", phone: "+1-713-555-0164", age: 33, gender: "non-binary", city: "Nairobi", interests: "movies" },
            { id: 365, full_name: "Maya Smith", email: "maya.smith@example.org", phone: "+1-857-555-0141", age: 34, gender: "female", city: "Edinburgh", interests: "photography music education" },
            { id: 366, full_name: "Ivan Ali", email: "ivan.ali@example.org", phone: "+1-857-555-0101", age: 89, gender: "non-binary", city: "Singapore", interests: "pets music" },
            { id: 367, full_name: "Omar Ruiz", email: "omar.ruiz@example.net", phone: "+1-303-555-0169", age: 49, gender: "male", city: "Munich", interests: "food art finance" },
            { id: 368, full_name: "Ruby Nguyen", email: "ruby.nguyen@example.net", phone: "+1-512-555-0199", age: 21, gender: "male", city: "Helsinki", interests: "pets" },
            { id: 369, full_name: "Deniz Hansen", email: "deniz.hansen@example.org", phone: "+1-214-555-0120", age: 77, gender: "male", city: "Porto", interests: "sports travel" },
            { id: 370, full_name: "Kai Gomez", email: "kai.gomez@example.com", phone: "+1-469-555-0125", age: 79, gender: "male", city: "Lima", interests: "sports music" },
            { id: 371, full_name: "Tariq Hassan", email: "tariq.hassan@example.com", phone: "+1-702-555-0147", age: 24, gender: "male", city: "Manchester", interests: "movies" },
            { id: 372, full_name: "Priya Gomez", email: "priya.gomez@example.org", phone: "+1-469-555-0160", age: 85, gender: "female", city: "Izmir", interests: "fashion photography sports" },
            { id: 373, full_name: "Zoe Meyer", email: "zoe.meyer@example.com", phone: "+1-404-555-0195", age: 22, gender: "male", city: "Montreal", interests: "music fashion" },
            { id: 374, full_name: "Ravi Wang", email: "ravi.wang@example.net", phone: "+1-469-555-0173", age: 30, gender: "female", city: "Porto", interests: "education" },
            { id: 375, full_name: "Lucas Gomez", email: "lucas.gomez@example.org", phone: "+1-512-555-0162", age: 75, gender: "male", city: "Stockholm", interests: "cooking food gaming" },
            { id: 376, full_name: "Noah Nakamura", email: "noah.nakamura@example.net", phone: "+1-905-555-0167", age: 34, gender: "male", city: "Taipei", interests: "fitness movies" },
            { id: 377, full_name: "Felix Klein", email: "felix.klein@example.org", phone: "+1-305-555-0128", age: 86, gender: "female", city: "Stockholm", interests: "food sports gaming" },
            { id: 378, full_name: "Paula Nguyen", email: "paula.nguyen@example.org", phone: "+1-801-555-0123", age: 62, gender: "male", city: "Seoul", interests: "music" },
            { id: 379, full_name: "Ibrahim Moreau", email: "ibrahim.moreau@example.com", phone: "+1-604-555-0143", age: 56, gender: "female", city: "Seattle", interests: "pets" },
            { id: 380, full_name: "Sara Torres", email: "sara.torres@example.org", phone: "+1-312-555-0198", age: 52, gender: "female", city: "Vienna", interests: "travel" },
            { id: 381, full_name: "Victor Garcia", email: "victor.garcia@example.com", phone: "+1-212-555-0141", age: 45, gender: "female", city: "Bangkok", interests: "movies nature wellness" },
            { id: 382, full_name: "Jonas Ahmed", email: "jonas.ahmed@example.org", phone: "+1-512-555-0151", age: 81, gender: "male", city: "Istanbul", interests: "sports fashion" },
            { id: 383, full_name: "Ines Castro", email: "ines.castro@example.com", phone: "+1-905-555-0166", age: 46, gender: "male", city: "Helsinki", interests: "photography nature music" },
            { id: 384, full_name: "Pedro Johnson", email: "pedro.johnson@example.net", phone: "+1-303-555-0117", age: 80, gender: "male", city: "Munich", interests: "food art" },
            { id: 385, full_name: "Leo Diaz", email: "leo.diaz@example.com", phone: "+1-702-555-0134", age: 34, gender: "male", city: "Melbourne", interests: "fashion health art" },
            { id: 386, full_name: "Ana Patel", email: "ana.patel@example.com", phone: "+1-212-555-0182", age: 18, gender: "female", city: "Tokyo", interests: "cooking finance photography" },
            { id: 387, full_name: "Isaac Sato", email: "isaac.sato@example.net", phone: "+1-604-555-0176", age: 79, gender: "female", city: "Seoul", interests: "art travel gaming" },
            { id: 388, full_name: "Ana Carter", email: "ana.carter@example.org", phone: "+1-905-555-0156", age: 64, gender: "female", city: "Vienna", interests: "music technology nature" },
            { id: 389, full_name: "Grace Kumar", email: "grace.kumar@example.net", phone: "+1-404-555-0193", age: 58, gender: "female", city: "Amsterdam", interests: "nature reading photography" },
            { id: 390, full_name: "Sam Kaya", email: "sam.kaya@example.com", phone: "+1-917-555-0188", age: 61, gender: "male", city: "Taipei", interests: "gaming food" },
            { id: 391, full_name: "Zoe Wagner", email: "zoe.wagner@example.org", phone: "+1-713-555-0156", age: 23, gender: "female", city: "Warsaw", interests: "music" },
            { id: 392, full_name: "Mohamed Schmidt", email: "mohamed.schmidt@example.net", phone: "+1-415-555-0118", age: 84, gender: "female", city: "Bucharest", interests: "pets" },
            { id: 393, full_name: "Ivan Yilmaz", email: "ivan.yilmaz@example.org", phone: "+1-404-555-0100", age: 24, gender: "female", city: "Copenhagen", interests: "technology fitness art" },
            { id: 394, full_name: "Anna Johnson", email: "anna.johnson@example.com", phone: "+1-312-555-0185", age: 41, gender: "non-binary", city: "Izmir", interests: "social" },
            { id: 395, full_name: "Uma Larsen", email: "uma.larsen@example.org", phone: "+1-512-555-0176", age: 69, gender: "female", city: "Vienna", interests: "health fitness" },
            { id: 396, full_name: "Rafael Davis", email: "rafael.davis@example.com", phone: "+1-612-555-0127", age: 90, gender: "male", city: "Lisbon", interests: "wellness art nature" },
            { id: 397, full_name: "Lina Kumar", email: "lina.kumar@example.com", phone: "+1-905-555-0119", age: 56, gender: "male", city: "Manchester", interests: "music fitness" },
            { id: 398, full_name: "Arjun Kim", email: "arjun.kim@example.net", phone: "+1-617-555-0139", age: 72, gender: "male", city: "Bangkok", interests: "fitness" },
            { id: 399, full_name: "Anna Klein", email: "anna.klein@example.net", phone: "+1-617-555-0109", age: 55, gender: "male", city: "Manchester", interests: "pets art" },
            { id: 400, full_name: "Ravi Murphy", email: "ravi.murphy@example.com", phone: "+1-604-555-0192", age: 57, gender: "female", city: "Oslo", interests: "education" },
            { id: 401, full_name: "Hugo Hansen", email: "hugo.hansen@example.com", phone: "+1-905-555-0199", age: 38, gender: "male", city: "Brussels", interests: "health fitness" },
            { id: 402, full_name: "Hugo Brown", email: "hugo.brown@example.net", phone: "+1-469-555-0156", age: 41, gender: "non-binary", city: "Prague", interests: "cooking" },
            { id: 403, full_name: "Yusuf Clark", email: "yusuf.clark@example.net", phone: "+1-972-555-0113", age: 48, gender: "female", city: "Chicago", interests: "art" },
            { id: 404, full_name: "Arjun Becker", email: "arjun.becker@example.org", phone: "+1-612-555-0155", age: 21, gender: "female", city: "Helsinki", interests: "sports pets" },
            { id: 405, full_name: "Elena Larsen", email: "elena.larsen@example.com", phone: "+1-312-555-0179", age: 46, gender: "female", city: "Zurich", interests: "food social pets" },
            { id: 406, full_name: "Maria Smith", email: "maria.smith@example.org", phone: "+1-713-555-0151", age: 24, gender: "male", city: "Toronto", interests: "art" },
            { id: 407, full_name: "Oscar Larsen", email: "oscar.larsen@example.net", phone: "+1-512-555-0125", age: 19, gender: "male", city: "Istanbul", interests: "movies wellness" },
            { id: 408, full_name: "Ibrahim Schneider", email: "ibrahim.schneider@example.net", phone: "+1-202-555-0164", age: 25, gender: "male", city: "Ankara", interests: "health wellness education" },
            { id: 409, full_name: "Kai Klein", email: "kai.klein@example.net", phone: "+1-214-555-0193", age: 90, gender: "female", city: "Istanbul", interests: "social" },
            { id: 410, full_name: "Laura Shah", email: "laura.shah@example.org", phone: "+1-415-555-0124", age: 38, gender: "male", city: "Madrid", interests: "fashion pets" },
            { id: 411, full_name: "Jonas Young", email: "jonas.young@example.net", phone: "+1-469-555-0103", age: 38, gender: "male", city: "Cairo", interests: "music reading" },
            { id: 412, full_name: "Laura Murphy", email: "laura.murphy@example.org", phone: "+1-415-555-0169", age: 70, gender: "female", city: "Manchester", interests: "social education sports" },
            { id: 413, full_name: "Ana Ahmed", email: "ana.ahmed@example.com", phone: "+1-214-555-0165", age: 39, gender: "female", city: "Amsterdam", interests: "nature finance" },
            { id: 414, full_name: "Liam Walker", email: "liam.walker@example.net", phone: "+1-303-555-0175", age: 76, gender: "non-binary", city: "Rome", interests: "movies music" },
            { id: 415, full_name: "Lena Ruiz", email: "lena.ruiz@example.net", phone: "+1-416-555-0156", age: 66, gender: "male", city: "Athens", interests: "finance social food" },
            { id: 416, full_name: "Maja Ruiz", email: "maja.ruiz@example.org", phone: "+1-617-555-0174", age: 70, gender: "male", city: "Athens", interests: "social fitness" },
            { id: 417, full_name: "Andre Oliveira", email: "andre.oliveira@example.com", phone: "+1-905-555-0198", age: 58, gender: "non-binary", city: "Bangkok", interests: "gaming wellness social" },
            { id: 418, full_name: "Ethan Zhang", email: "ethan.zhang@example.org", phone: "+1-801-555-0179", age: 89, gender: "female", city: "London", interests: "cooking reading fashion" },
            { id: 419, full_name: "Diego Carter", email: "diego.carter@example.net", phone: "+1-202-555-0181", age: 63, gender: "male", city: "Athens", interests: "travel reading" },
            { id: 420, full_name: "Kai Novak", email: "kai.novak@example.com", phone: "+1-503-555-0174", age: 40, gender: "female", city: "Bangkok", interests: "nature" },
            { id: 421, full_name: "Andre Gupta", email: "andre.gupta@example.org", phone: "+1-857-555-0164", age: 83, gender: "non-binary", city: "Montreal", interests: "music sports" },
            { id: 422, full_name: "Sara Taylor", email: "sara.taylor@example.org", phone: "+1-617-555-0191", age: 24, gender: "male", city: "Singapore", interests: "photography fashion" },
            { id: 423, full_name: "Nour Davis", email: "nour.davis@example.net", phone: "+1-905-555-0185", age: 19, gender: "female", city: "Prague", interests: "movies education" },
            { id: 424, full_name: "Nadia Torres", email: "nadia.torres@example.net", phone: "+1-857-555-0141", age: 89, gender: "female", city: "Ankara", interests: "fitness finance music" },
            { id: 425, full_name: "Tomas Hansen", email: "tomas.hansen@example.org", phone: "+1-713-555-0117", age: 22, gender: "female", city: "Austin", interests: "fashion" },
            { id: 426, full_name: "Noah Singh", email: "noah.singh@example.com", phone: "+1-415-555-0172", age: 60, gender: "female", city: "Berlin", interests: "pets wellness art" },
            { id: 427, full_name: "Rosa Sato", email: "rosa.sato@example.org", phone: "+1-303-555-0163", age: 56, gender: "non-binary", city: "Amsterdam", interests: "finance education health" },
            { id: 428, full_name: "Amir Miller", email: "amir.miller@example.net", phone: "+1-305-555-0163", age: 52, gender: "female", city: "Paris", interests: "wellness education" },
            { id: 429, full_name: "Nour Wright", email: "nour.wright@example.net", phone: "+1-857-555-0106", age: 70, gender: "male", city: "Taipei", interests: "music finance" },
            { id: 430, full_name: "Rafael Oliveira", email: "rafael.oliveira@example.net", phone: "+1-604-555-0127", age: 32, gender: "male", city: "Nairobi", interests: "finance sports fitness" },
            { id: 431, full_name: "Alice Meyer", email: "alice.meyer@example.com", phone: "+1-214-555-0178", age: 25, gender: "male", city: "Berlin", interests: "wellness cooking food" },
            { id: 432, full_name: "David Johnson", email: "david.johnson@example.com", phone: "+1-416-555-0191", age: 37, gender: "male", city: "Chicago", interests: "health technology music" },
            { id: 433, full_name: "Arjun Becker", email: "arjun.becker@example.com", phone: "+1-416-555-0107", age: 33, gender: "female", city: "Mumbai", interests: "nature health food" },
            { id: 434, full_name: "Zara Wright", email: "zara.wright@example.net", phone: "+1-857-555-0199", age: 35, gender: "female", city: "Taipei", interests: "technology finance" },
            { id: 435, full_name: "Rafael Bauer", email: "rafael.bauer@example.org", phone: "+1-312-555-0173", age: 38, gender: "male", city: "Lagos", interests: "pets social" },
            { id: 436, full_name: "Leo Zhang", email: "leo.zhang@example.com", phone: "+1-702-555-0110", age: 75, gender: "male", city: "Manila", interests: "sports" },
            { id: 437, full_name: "Emma Lopez", email: "emma.lopez@example.net", phone: "+1-469-555-0122", age: 88, gender: "male", city: "Bucharest", interests: "travel" },
            { id: 438, full_name: "Hugo Bennett", email: "hugo.bennett@example.com", phone: "+1-972-555-0186", age: 36, gender: "male", city: "Hamburg", interests: "fashion" },
            { id: 439, full_name: "Rosa Fischer", email: "rosa.fischer@example.org", phone: "+1-202-555-0190", age: 28, gender: "female", city: "Bangkok", interests: "education" },
            { id: 440, full_name: "Lena Dubois", email: "lena.dubois@example.org", phone: "+1-303-555-0158", age: 72, gender: "female", city: "Tokyo", interests: "fashion fitness photography" },
            { id: 441, full_name: "Carla Ali", email: "carla.ali@example.net", phone: "+1-617-555-0127", age: 37, gender: "female", city: "Stockholm", interests: "pets" },
            { id: 442, full_name: "Felix Sousa", email: "felix.sousa@example.org", phone: "+1-917-555-0139", age: 75, gender: "female", city: "Manchester", interests: "wellness pets art" },
            { id: 443, full_name: "Karim Walker", email: "karim.walker@example.net", phone: "+1-905-555-0179", age: 52, gender: "male", city: "Madrid", interests: "technology fitness finance" },
            { id: 444, full_name: "Ruby Smith", email: "ruby.smith@example.org", phone: "+1-917-555-0126", age: 33, gender: "non-binary", city: "Sydney", interests: "finance" },
            { id: 445, full_name: "Nina Taylor", email: "nina.taylor@example.net", phone: "+1-604-555-0128", age: 40, gender: "female", city: "Auckland", interests: "fashion" },
            { id: 446, full_name: "Lena Wright", email: "lena.wright@example.org", phone: "+1-778-555-0199", age: 73, gender: "male", city: "Warsaw", interests: "wellness music" },
            { id: 447, full_name: "Sven Davis", email: "sven.davis@example.com", phone: "+1-713-555-0187", age: 23, gender: "male", city: "Oslo", interests: "food finance" },
            { id: 448, full_name: "Pedro Hoffmann", email: "pedro.hoffmann@example.net", phone: "+1-213-555-0183", age: 71, gender: "female", city: "Boston", interests: "art" },
            { id: 449, full_name: "Zara Hassan", email: "zara.hassan@example.com", phone: "+1-917-555-0139", age: 58, gender: "female", city: "Barcelona", interests: "travel art fashion" },
            { id: 450, full_name: "Felix Andersen", email: "felix.andersen@example.org", phone: "+1-702-555-0157", age: 62, gender: "female", city: "Berlin", interests: "health sports" },
            { id: 451, full_name: "Kai Klein", email: "kai.klein@example.net", phone: "+1-612-555-0193", age: 55, gender: "male", city: "Dublin", interests: "education" },
            { id: 452, full_name: "Mateo Adams", email: "mateo.adams@example.com", phone: "+1-972-555-0197", age: 89, gender: "male", city: "Melbourne", interests: "art social" },
            { id: 453, full_name: "Diego Diaz", email: "diego.diaz@example.com", phone: "+1-702-555-0129", age: 30, gender: "male", city: "Lisbon", interests: "photography" },
            { id: 454, full_name: "Ana Shah", email: "ana.shah@example.net", phone: "+1-972-555-0105", age: 58, gender: "male", city: "Prague", interests: "music social" },
            { id: 455, full_name: "Ethan Zhang", email: "ethan.zhang@example.net", phone: "+1-213-555-0142", age: 28, gender: "non-binary", city: "Austin", interests: "finance health education" },
            { id: 456, full_name: "Zoe Ahmed", email: "zoe.ahmed@example.org", phone: "+1-469-555-0102", age: 38, gender: "female", city: "Chicago", interests: "music" },
            { id: 457, full_name: "Nadia Diaz", email: "nadia.diaz@example.com", phone: "+1-303-555-0129", age: 32, gender: "male", city: "Helsinki", interests: "pets sports travel" },
            { id: 458, full_name: "Hannah Martin", email: "hannah.martin@example.com", phone: "+1-415-555-0177", age: 24, gender: "male", city: "Austin", interests: "fitness cooking photography" },
            { id: 459, full_name: "Maja Ibrahim", email: "maja.ibrahim@example.com", phone: "+1-905-555-0120", age: 67, gender: "male", city: "Istanbul", interests: "sports education" },
            { id: 460, full_name: "Liam Singh", email: "liam.singh@example.org", phone: "+1-713-555-0141", age: 58, gender: "female", city: "Toronto", interests: "music art movies" },
            { id: 461, full_name: "Arjun Moreau", email: "arjun.moreau@example.com", phone: "+1-617-555-0103", age: 69, gender: "female", city: "Nairobi", interests: "nature" },
            { id: 462, full_name: "Maya Patel", email: "maya.patel@example.org", phone: "+1-512-555-0180", age: 69, gender: "female", city: "Lyon", interests: "photography social finance" },
            { id: 463, full_name: "Lina Dubois", email: "lina.dubois@example.net", phone: "+1-214-555-0192", age: 83, gender: "male", city: "Lagos", interests: "pets wellness education" },
            { id: 464, full_name: "Ivan Gomez", email: "ivan.gomez@example.org", phone: "+1-604-555-0145", age: 77, gender: "male", city: "Lima", interests: "photography" },
            { id: 465, full_name: "Maya Demir", email: "maya.demir@example.net", phone: "+1-617-555-0157", age: 77, gender: "male", city: "Helsinki", interests: "pets" },
            { id: 466, full_name: "Lina Weber", email: "lina.weber@example.org", phone: "+1-617-555-0125", age: 21, gender: "male", city: "Bogota", interests: "health nature" },
            { id: 467, full_name: "Chloe Ibrahim", email: "chloe.ibrahim@example.net", phone: "+1-972-555-0110", age: 73, gender: "male", city: "Denver", interests: "reading travel movies" },
            { id: 468, full_name: "Ethan Baker", email: "ethan.baker@example.org", phone: "+1-917-555-0173", age: 43, gender: "male", city: "Paris", interests: "finance" },
            { id: 469, full_name: "Ruby Hassan", email: "ruby.hassan@example.org", phone: "+1-917-555-0101", age: 77, gender: "female", city: "Hamburg", interests: "health education food" },
            { id: 470, full_name: "Diego Rossi", email: "diego.rossi@example.org", phone: "+1-512-555-0104", age: 74, gender: "female", city: "Austin", interests: "travel nature music" },
            { id: 471, full_name: "Mateo Kowalski", email: "mateo.kowalski@example.com", phone: "+1-415-555-0196", age: 24, gender: "male", city: "Hamburg", interests: "sports nature" },
            { id: 472, full_name: "Maya Moreau", email: "maya.moreau@example.com", phone: "+1-612-555-0123", age: 69, gender: "male", city: "Copenhagen", interests: "photography" },
            { id: 473, full_name: "Amir Zhang", email: "amir.zhang@example.org", phone: "+1-303-555-0165", age: 73, gender: "male", city: "Bucharest", interests: "wellness" },
            { id: 474, full_name: "Yara Nakamura", email: "yara.nakamura@example.net", phone: "+1-202-555-0192", age: 65, gender: "female", city: "Vancouver", interests: "health nature" },
            { id: 475, full_name: "Omar Castro", email: "omar.castro@example.com", phone: "+1-305-555-0132", age: 73, gender: "female", city: "Rome", interests: "gaming wellness reading" },
            { id: 476, full_name: "Chen Clark", email: "chen.clark@example.com", phone: "+1-917-555-0169", age: 82, gender: "male", city: "Milan", interests: "social" },
            { id: 477, full_name: "Tomas Torres", email: "tomas.torres@example.org", phone: "+1-612-555-0136", age: 38, gender: "non-binary", city: "Ankara", interests: "wellness photography sports" },
            { id: 478, full_name: "James Weber", email: "james.weber@example.com", phone: "+1-212-555-0110", age: 44, gender: "male", city: "San Diego", interests: "food" },
            { id: 479, full_name: "Elena Jansen", email: "elena.jansen@example.net", phone: "+1-214-555-0122", age: 28, gender: "female", city: "Copenhagen", interests: "wellness health cooking" },
            { id: 480, full_name: "Marco Nakamura", email: "marco.nakamura@example.org", phone: "+1-512-555-0104", age: 37, gender: "male", city: "Dublin", interests: "food finance" },
            { id: 481, full_name: "Arjun Vargas", email: "arjun.vargas@example.com", phone: "+1-972-555-0108", age: 60, gender: "female", city: "Barcelona", interests: "music wellness" },
            { id: 482, full_name: "Emma Garcia", email: "emma.garcia@example.org", phone: "+1-305-555-0195", age: 65, gender: "male", city: "Helsinki", interests: "technology" },
            { id: 483, full_name: "Felix Kaya", email: "felix.kaya@example.com", phone: "+1-312-555-0120", age: 78, gender: "female", city: "Kyoto", interests: "technology fashion finance" },
            { id: 484, full_name: "Karim Taylor", email: "karim.taylor@example.org", phone: "+1-778-555-0170", age: 81, gender: "female", city: "Mumbai", interests: "fitness" },
            { id: 485, full_name: "Carla Ruiz", email: "carla.ruiz@example.net", phone: "+1-702-555-0163", age: 65, gender: "female", city: "Warsaw", interests: "music fashion reading" },
            { id: 486, full_name: "Kai Ibrahim", email: "kai.ibrahim@example.org", phone: "+1-905-555-0140", age: 70, gender: "female", city: "Delhi", interests: "sports" },
            { id: 487, full_name: "Elena Martin", email: "elena.martin@example.org", phone: "+1-213-555-0117", age: 73, gender: "non-binary", city: "Stockholm", interests: "education cooking fashion" },
            { id: 488, full_name: "Kai Pereira", email: "kai.pereira@example.net", phone: "+1-404-555-0131", age: 65, gender: "male", city: "Manila", interests: "nature health" },
            { id: 489, full_name: "Ethan Silva", email: "ethan.silva@example.net", phone: "+1-972-555-0179", age: 53, gender: "male", city: "Auckland", interests: "cooking" },
            { id: 490, full_name: "Yara Shah", email: "yara.shah@example.com", phone: "+1-972-555-0185", age: 54, gender: "female", city: "Vancouver", interests: "movies" },
            { id: 491, full_name: "Olivia Nakamura", email: "olivia.nakamura@example.org", phone: "+1-917-555-0145", age: 33, gender: "male", city: "Edinburgh", interests: "fitness pets social" },
            { id: 492, full_name: "Sam Jensen", email: "sam.jensen@example.com", phone: "+1-305-555-0168", age: 42, gender: "female", city: "Budapest", interests: "nature wellness fashion" },
            { id: 493, full_name: "Priya Silva", email: "priya.silva@example.net", phone: "+1-801-555-0122", age: 33, gender: "male", city: "Izmir", interests: "technology music" },
            { id: 494, full_name: "Mateo Sousa", email: "mateo.sousa@example.net", phone: "+1-512-555-0174", age: 75, gender: "female", city: "Oslo", interests: "finance" },
            { id: 495, full_name: "Ethan Fischer", email: "ethan.fischer@example.com", phone: "+1-801-555-0139", age: 69, gender: "male", city: "Boston", interests: "cooking" },
            { id: 496, full_name: "Grace Brown", email: "grace.brown@example.com", phone: "+1-305-555-0127", age: 78, gender: "male", city: "Madrid", interests: "education technology" },
            { id: 497, full_name: "Carlos Young", email: "carlos.young@example.net", phone: "+1-917-555-0176", age: 84, gender: "male", city: "Manchester", interests: "travel" },
            { id: 498, full_name: "Diego Andersen", email: "diego.andersen@example.com", phone: "+1-512-555-0129", age: 60, gender: "male", city: "Zurich", interests: "sports travel" },
            { id: 499, full_name: "Ana Miller", email: "ana.miller@example.org", phone: "+1-617-555-0167", age: 73, gender: "male", city: "Istanbul", interests: "social photography" },
            { id: 500, full_name: "Grace Novak", email: "grace.novak@example.com", phone: "+1-917-555-0101", age: 53, gender: "female", city: "Rome", interests: "photography pets art" },
        ],
    });
    await prisma.interactions.createMany({
        data: [
            { id: 1, customer_id: 248, agent_id: 92, interaction_date: new Date("2023-10-01T09:27:56Z"), campaign_id: 14, feedback: "The document was cancelled after a manual check.", interaction_type: "call", duration_minutes: 74 },
            { id: 2, customer_id: 253, agent_id: 92, interaction_date: new Date("2023-10-31T20:14:14Z"), campaign_id: 16, feedback: "A minor follow-up: the item was reviewed.", interaction_type: "call", duration_minutes: 45 },
            { id: 3, customer_id: 325, agent_id: 7, interaction_date: new Date("2023-01-16T14:10:08Z"), campaign_id: 15, feedback: null, interaction_type: "call", duration_minutes: 43 },
            { id: 4, customer_id: 115, agent_id: 76, interaction_date: new Date("2023-11-28T11:29:34Z"), campaign_id: 12, feedback: "No response from support, so the document was reopened.", interaction_type: "call", duration_minutes: 95 },
            { id: 5, customer_id: 30, agent_id: 71, interaction_date: new Date("2023-08-31T19:17:51Z"), campaign_id: 19, feedback: "Support reported a standard issue; the booking was approved.", interaction_type: "call", duration_minutes: 63 },
            { id: 6, customer_id: 29, agent_id: 94, interaction_date: new Date("2022-03-22T22:45:49Z"), campaign_id: 12, feedback: null, interaction_type: "call", duration_minutes: 81 },
            { id: 7, customer_id: 204, agent_id: 64, interaction_date: new Date("2022-10-19T20:06:16Z"), campaign_id: 11, feedback: "No response from the courier, so the delivery was confirmed.", interaction_type: "call", duration_minutes: 54 },
            { id: 8, customer_id: 272, agent_id: 53, interaction_date: new Date("2023-10-01T21:11:26Z"), campaign_id: 12, feedback: "An unusual follow-up: the shipment was cancelled.", interaction_type: "call", duration_minutes: 68 },
            { id: 9, customer_id: 122, agent_id: 87, interaction_date: new Date("2022-01-29T00:05:42Z"), campaign_id: 16, feedback: "The invoice was delayed after a partial check.", interaction_type: "call", duration_minutes: 42 },
            { id: 10, customer_id: 134, agent_id: 71, interaction_date: new Date("2023-03-13T08:11:50Z"), campaign_id: 1, feedback: "The document was replaced following a repeat review.", interaction_type: "chat", duration_minutes: 87 },
            { id: 11, customer_id: 103, agent_id: 56, interaction_date: new Date("2023-11-22T12:44:44Z"), campaign_id: 25, feedback: null, interaction_type: "call", duration_minutes: 60 },
            { id: 12, customer_id: 338, agent_id: 44, interaction_date: new Date("2023-10-09T08:46:40Z"), campaign_id: 3, feedback: "The supplier confirmed the details and the ticket was resolved.", interaction_type: "call", duration_minutes: 29 },
            { id: 13, customer_id: 295, agent_id: 13, interaction_date: new Date("2022-05-19T09:52:13Z"), campaign_id: 5, feedback: "The delivery was approved following a standard review.", interaction_type: "email", duration_minutes: 57 },
            { id: 14, customer_id: 404, agent_id: 96, interaction_date: new Date("2023-11-22T17:25:58Z"), campaign_id: 4, feedback: "The account owner confirmed the details and the payment was closed.", interaction_type: "email", duration_minutes: 73 },
            { id: 15, customer_id: 17, agent_id: 66, interaction_date: new Date("2023-02-23T12:39:16Z"), campaign_id: 10, feedback: "No response from the account owner, so the record was escalated.", interaction_type: "chat", duration_minutes: 87 },
            { id: 16, customer_id: 66, agent_id: 17, interaction_date: new Date("2022-03-09T15:38:00Z"), campaign_id: 28, feedback: "The ticket was cancelled after a partial check.", interaction_type: "chat", duration_minutes: 62 },
            { id: 17, customer_id: 160, agent_id: 95, interaction_date: new Date("2023-01-08T00:45:48Z"), campaign_id: 6, feedback: "An incomplete claim was updated the same day.", interaction_type: "email", duration_minutes: 87 },
            { id: 18, customer_id: 281, agent_id: 41, interaction_date: new Date("2022-11-12T17:46:02Z"), campaign_id: 20, feedback: "Flagged as duplicate. The reviewer closed the account.", interaction_type: "email", duration_minutes: 67 },
            { id: 19, customer_id: 322, agent_id: 86, interaction_date: new Date("2022-10-16T15:37:12Z"), campaign_id: 19, feedback: "The report was approved following a standard review.", interaction_type: "chat", duration_minutes: 68 },
            { id: 20, customer_id: 96, agent_id: 99, interaction_date: new Date("2022-12-03T14:50:03Z"), campaign_id: 11, feedback: "No response from the reviewer, so the request was refunded.", interaction_type: "call", duration_minutes: 70 },
            { id: 21, customer_id: 282, agent_id: 88, interaction_date: new Date("2023-05-06T14:13:08Z"), campaign_id: 29, feedback: "The supplier confirmed the details and the appointment was approved.", interaction_type: "email", duration_minutes: 65 },
            { id: 22, customer_id: 492, agent_id: 99, interaction_date: new Date("2022-08-27T09:36:21Z"), campaign_id: 12, feedback: "The account was replaced following a routine review.", interaction_type: "email", duration_minutes: 73 },
            { id: 23, customer_id: 329, agent_id: 43, interaction_date: new Date("2022-10-06T12:50:30Z"), campaign_id: 12, feedback: "A duplicate follow-up: the payment was completed.", interaction_type: "email", duration_minutes: 35 },
            { id: 24, customer_id: 494, agent_id: 68, interaction_date: new Date("2022-02-03T15:07:37Z"), campaign_id: 10, feedback: "The reviewer confirmed the details and the request was refunded.", interaction_type: "call", duration_minutes: 78 },
            { id: 25, customer_id: 200, agent_id: 30, interaction_date: new Date("2023-09-12T16:00:03Z"), campaign_id: 4, feedback: null, interaction_type: "email", duration_minutes: 35 },
            { id: 26, customer_id: 468, agent_id: 74, interaction_date: new Date("2022-01-30T18:38:48Z"), campaign_id: 11, feedback: "The account owner confirmed the details and the document was reopened.", interaction_type: "call", duration_minutes: 37 },
            { id: 27, customer_id: 491, agent_id: 63, interaction_date: new Date("2023-07-04T21:25:30Z"), campaign_id: 23, feedback: "An operator asked for a change and the refund was reviewed.", interaction_type: "call", duration_minutes: 63 },
            { id: 28, customer_id: 172, agent_id: 11, interaction_date: new Date("2023-07-09T09:04:08Z"), campaign_id: 6, feedback: "The record was approved following a late review.", interaction_type: "email", duration_minutes: 85 },
            { id: 29, customer_id: 177, agent_id: 65, interaction_date: new Date("2023-07-11T06:48:24Z"), campaign_id: 19, feedback: "The booking was reviewed — duplicate case, no further action.", interaction_type: "call", duration_minutes: 76 },
            { id: 30, customer_id: 371, agent_id: 24, interaction_date: new Date("2022-12-21T20:09:50Z"), campaign_id: 1, feedback: "Flagged as incomplete. Support refunded the account.", interaction_type: "call", duration_minutes: 72 },
            { id: 31, customer_id: 385, agent_id: 77, interaction_date: new Date("2022-01-12T17:32:30Z"), campaign_id: 21, feedback: "Support asked for a change and the ticket was reviewed.", interaction_type: "call", duration_minutes: 46 },
            { id: 32, customer_id: 232, agent_id: 61, interaction_date: new Date("2023-06-05T19:24:32Z"), campaign_id: 20, feedback: "The courier confirmed the details and the account was approved.", interaction_type: "chat", duration_minutes: 61 },
            { id: 33, customer_id: 65, agent_id: 73, interaction_date: new Date("2022-01-03T18:16:31Z"), campaign_id: 8, feedback: "The delivery was updated after a routine check.", interaction_type: "call", duration_minutes: 75 },
            { id: 34, customer_id: 261, agent_id: 1, interaction_date: new Date("2022-07-06T11:05:31Z"), campaign_id: 14, feedback: "The ticket was reviewed after a duplicate check.", interaction_type: "email", duration_minutes: 48 },
            { id: 35, customer_id: 355, agent_id: 34, interaction_date: new Date("2023-02-16T09:19:56Z"), campaign_id: 12, feedback: "An unusual invoice was rejected the same day.", interaction_type: "email", duration_minutes: 36 },
            { id: 36, customer_id: 155, agent_id: 52, interaction_date: new Date("2022-05-04T20:45:26Z"), campaign_id: 27, feedback: "A late follow-up: the appointment was replaced.", interaction_type: "chat", duration_minutes: 74 },
            { id: 37, customer_id: 230, agent_id: 87, interaction_date: new Date("2022-08-09T20:58:01Z"), campaign_id: 2, feedback: "The team asked for a change and the ticket was cancelled.", interaction_type: "chat", duration_minutes: 64 },
            { id: 38, customer_id: 274, agent_id: 2, interaction_date: new Date("2022-02-06T00:02:14Z"), campaign_id: 25, feedback: null, interaction_type: "call", duration_minutes: 38 },
            { id: 39, customer_id: 396, agent_id: 61, interaction_date: new Date("2022-11-18T11:25:44Z"), campaign_id: 8, feedback: null, interaction_type: "call", duration_minutes: 93 },
            { id: 40, customer_id: 158, agent_id: 8, interaction_date: new Date("2022-04-01T00:36:45Z"), campaign_id: 2, feedback: null, interaction_type: "chat", duration_minutes: 64 },
            { id: 41, customer_id: 259, agent_id: 100, interaction_date: new Date("2023-12-08T11:48:10Z"), campaign_id: 28, feedback: "An operator confirmed the details and the document was escalated.", interaction_type: "call", duration_minutes: 60 },
            { id: 42, customer_id: 137, agent_id: 14, interaction_date: new Date("2023-12-25T19:41:16Z"), campaign_id: 18, feedback: "The transfer was refunded — automatic case, no further action.", interaction_type: "call", duration_minutes: 77 },
            { id: 43, customer_id: 70, agent_id: 41, interaction_date: new Date("2023-05-17T08:31:32Z"), campaign_id: 28, feedback: null, interaction_type: "call", duration_minutes: 91 },
            { id: 44, customer_id: 443, agent_id: 74, interaction_date: new Date("2023-12-01T18:13:49Z"), campaign_id: 26, feedback: "The item was resolved after an automatic check.", interaction_type: "call", duration_minutes: 81 },
            { id: 45, customer_id: 395, agent_id: 70, interaction_date: new Date("2023-11-18T07:29:50Z"), campaign_id: 2, feedback: "The supplier asked for a change and the ticket was replaced.", interaction_type: "call", duration_minutes: 49 },
            { id: 46, customer_id: 276, agent_id: 56, interaction_date: new Date("2022-10-07T07:27:03Z"), campaign_id: 22, feedback: null, interaction_type: "chat", duration_minutes: 52 },
            { id: 47, customer_id: 470, agent_id: 9, interaction_date: new Date("2022-12-28T12:45:14Z"), campaign_id: 19, feedback: "A duplicate follow-up: the session was resolved.", interaction_type: "call", duration_minutes: 40 },
            { id: 48, customer_id: 199, agent_id: 83, interaction_date: new Date("2023-09-21T19:31:29Z"), campaign_id: 29, feedback: "No response from the supplier, so the item was escalated.", interaction_type: "call", duration_minutes: 52 },
            { id: 49, customer_id: 57, agent_id: 67, interaction_date: new Date("2022-06-07T04:22:24Z"), campaign_id: 3, feedback: "The team reported an automatic issue; the order was escalated.", interaction_type: "call", duration_minutes: 29 },
            { id: 50, customer_id: 109, agent_id: 58, interaction_date: new Date("2023-05-12T22:50:17Z"), campaign_id: 19, feedback: "Flagged as duplicate. An operator escalated the report.", interaction_type: "call", duration_minutes: 61 },
            { id: 51, customer_id: 415, agent_id: 33, interaction_date: new Date("2023-07-18T19:27:55Z"), campaign_id: 26, feedback: "A minor ticket was processed the same day.", interaction_type: "call", duration_minutes: 47 },
            { id: 52, customer_id: 400, agent_id: 40, interaction_date: new Date("2023-11-11T21:05:39Z"), campaign_id: 21, feedback: "The payment was confirmed — automatic case, no further action.", interaction_type: "call", duration_minutes: 12 },
            { id: 53, customer_id: 53, agent_id: 29, interaction_date: new Date("2023-12-08T07:31:09Z"), campaign_id: 3, feedback: "The reviewer asked for a change and the claim was confirmed.", interaction_type: "call", duration_minutes: 30 },
            { id: 54, customer_id: 285, agent_id: 80, interaction_date: new Date("2023-10-09T23:37:49Z"), campaign_id: 18, feedback: "The reviewer asked for a change and the report was confirmed.", interaction_type: "email", duration_minutes: 46 },
            { id: 55, customer_id: 30, agent_id: 45, interaction_date: new Date("2023-11-07T04:35:03Z"), campaign_id: 4, feedback: "The item was reviewed after an unusual check.", interaction_type: "email", duration_minutes: 71 },
            { id: 56, customer_id: 386, agent_id: 100, interaction_date: new Date("2023-08-14T23:25:23Z"), campaign_id: 19, feedback: "The booking was resolved after a late check.", interaction_type: "call", duration_minutes: 63 },
            { id: 57, customer_id: 105, agent_id: 81, interaction_date: new Date("2023-11-16T14:56:23Z"), campaign_id: 2, feedback: "The payment was reopened — incomplete case, no further action.", interaction_type: "email", duration_minutes: 42 },
            { id: 58, customer_id: 21, agent_id: 44, interaction_date: new Date("2022-03-14T20:37:54Z"), campaign_id: 6, feedback: "Flagged as duplicate. The courier resolved the invoice.", interaction_type: "call", duration_minutes: 57 },
            { id: 59, customer_id: 178, agent_id: 8, interaction_date: new Date("2022-09-11T19:37:36Z"), campaign_id: 4, feedback: "The delivery was delayed following an incomplete review.", interaction_type: "email", duration_minutes: 67 },
            { id: 60, customer_id: 41, agent_id: 95, interaction_date: new Date("2022-04-18T06:28:27Z"), campaign_id: 6, feedback: "Flagged as minor. The customer updated the appointment.", interaction_type: "email", duration_minutes: 79 },
            { id: 61, customer_id: 430, agent_id: 43, interaction_date: new Date("2022-06-12T16:40:18Z"), campaign_id: 1, feedback: "No response from an operator, so the report was reviewed.", interaction_type: "chat", duration_minutes: 44 },
            { id: 62, customer_id: 254, agent_id: 56, interaction_date: new Date("2022-04-12T11:46:02Z"), campaign_id: 23, feedback: "Flagged as urgent. Support cancelled the document.", interaction_type: "chat", duration_minutes: 56 },
            { id: 63, customer_id: 446, agent_id: 59, interaction_date: new Date("2022-02-17T14:30:15Z"), campaign_id: 22, feedback: null, interaction_type: "call", duration_minutes: 77 },
            { id: 64, customer_id: 199, agent_id: 7, interaction_date: new Date("2023-07-16T03:30:22Z"), campaign_id: 6, feedback: "The reviewer reported an automatic issue; the shipment was processed.", interaction_type: "call", duration_minutes: 52 },
            { id: 65, customer_id: 9, agent_id: 10, interaction_date: new Date("2023-09-23T04:26:02Z"), campaign_id: 12, feedback: "The courier confirmed the details and the session was replaced.", interaction_type: "call", duration_minutes: 54 },
            { id: 66, customer_id: 205, agent_id: 51, interaction_date: new Date("2023-08-18T09:52:09Z"), campaign_id: 14, feedback: "An operator confirmed the details and the transfer was processed.", interaction_type: "chat", duration_minutes: 65 },
            { id: 67, customer_id: 124, agent_id: 52, interaction_date: new Date("2022-12-29T20:42:37Z"), campaign_id: 7, feedback: "The reviewer reported a standard issue; the claim was rescheduled.", interaction_type: "call", duration_minutes: 17 },
            { id: 68, customer_id: 497, agent_id: 28, interaction_date: new Date("2023-08-13T06:16:56Z"), campaign_id: 30, feedback: "The record was completed following an incomplete review.", interaction_type: "call", duration_minutes: 53 },
            { id: 69, customer_id: 430, agent_id: 53, interaction_date: new Date("2022-07-12T08:44:38Z"), campaign_id: 11, feedback: "The customer asked for a change and the order was rescheduled.", interaction_type: "email", duration_minutes: 54 },
            { id: 70, customer_id: 288, agent_id: 65, interaction_date: new Date("2022-09-23T11:48:23Z"), campaign_id: 8, feedback: "Flagged as automatic. The reviewer reopened the invoice.", interaction_type: "call", duration_minutes: 45 },
            { id: 71, customer_id: 484, agent_id: 10, interaction_date: new Date("2022-06-30T15:27:36Z"), campaign_id: 1, feedback: "The refund was delayed after a minor check.", interaction_type: "email", duration_minutes: 57 },
            { id: 72, customer_id: 469, agent_id: 65, interaction_date: new Date("2023-08-11T08:44:47Z"), campaign_id: 2, feedback: "The report was confirmed following an incomplete review.", interaction_type: "call", duration_minutes: 35 },
            { id: 73, customer_id: 144, agent_id: 37, interaction_date: new Date("2022-04-09T15:02:37Z"), campaign_id: 25, feedback: null, interaction_type: "call", duration_minutes: 78 },
            { id: 74, customer_id: 127, agent_id: 57, interaction_date: new Date("2022-02-16T06:45:27Z"), campaign_id: 11, feedback: "A repeat follow-up: the order was resolved.", interaction_type: "email", duration_minutes: 47 },
            { id: 75, customer_id: 178, agent_id: 14, interaction_date: new Date("2022-10-17T02:27:00Z"), campaign_id: 12, feedback: "A standard report was updated the same day.", interaction_type: "chat", duration_minutes: 33 },
            { id: 76, customer_id: 366, agent_id: 83, interaction_date: new Date("2022-01-29T09:30:42Z"), campaign_id: 10, feedback: "A routine record was reviewed the same day.", interaction_type: "call", duration_minutes: 52 },
            { id: 77, customer_id: 385, agent_id: 51, interaction_date: new Date("2023-05-17T13:41:33Z"), campaign_id: 7, feedback: "The payment was reopened — automatic case, no further action.", interaction_type: "call", duration_minutes: 59 },
            { id: 78, customer_id: 55, agent_id: 19, interaction_date: new Date("2023-01-05T20:40:05Z"), campaign_id: 22, feedback: "The item was reopened following a minor review.", interaction_type: "call", duration_minutes: 78 },
            { id: 79, customer_id: 317, agent_id: 46, interaction_date: new Date("2022-10-30T13:38:53Z"), campaign_id: 19, feedback: "Flagged as incomplete. The reviewer closed the session.", interaction_type: "call", duration_minutes: 62 },
            { id: 80, customer_id: 50, agent_id: 47, interaction_date: new Date("2022-06-16T14:22:04Z"), campaign_id: 12, feedback: "The customer asked for a change and the payment was escalated.", interaction_type: "call", duration_minutes: 64 },
            { id: 81, customer_id: 337, agent_id: 70, interaction_date: new Date("2023-10-12T13:43:21Z"), campaign_id: 19, feedback: "A routine item was cancelled the same day.", interaction_type: "chat", duration_minutes: 60 },
            { id: 82, customer_id: 84, agent_id: 94, interaction_date: new Date("2022-10-20T20:56:19Z"), campaign_id: 21, feedback: "The document was processed following a minor review.", interaction_type: "email", duration_minutes: 85 },
            { id: 83, customer_id: 345, agent_id: 75, interaction_date: new Date("2022-09-14T17:37:50Z"), campaign_id: 26, feedback: "The appointment was refunded after a routine check.", interaction_type: "chat", duration_minutes: 81 },
            { id: 84, customer_id: 3, agent_id: 73, interaction_date: new Date("2023-01-13T07:25:51Z"), campaign_id: 2, feedback: "Flagged as automatic. The supplier rejected the item.", interaction_type: "call", duration_minutes: 68 },
            { id: 85, customer_id: 124, agent_id: 63, interaction_date: new Date("2022-10-06T17:32:27Z"), campaign_id: 17, feedback: "Support reported a late issue; the request was confirmed.", interaction_type: "email", duration_minutes: 53 },
            { id: 86, customer_id: 182, agent_id: 56, interaction_date: new Date("2022-05-03T00:24:07Z"), campaign_id: 29, feedback: "The courier confirmed the details and the document was cancelled.", interaction_type: "call", duration_minutes: 36 },
            { id: 87, customer_id: 401, agent_id: 55, interaction_date: new Date("2023-03-01T10:25:48Z"), campaign_id: 29, feedback: "No response from support, so the request was confirmed.", interaction_type: "email", duration_minutes: 74 },
            { id: 88, customer_id: 457, agent_id: 57, interaction_date: new Date("2022-01-12T21:54:35Z"), campaign_id: 9, feedback: "An urgent delivery was rejected the same day.", interaction_type: "chat", duration_minutes: 62 },
            { id: 89, customer_id: 489, agent_id: 94, interaction_date: new Date("2023-05-11T08:12:03Z"), campaign_id: 16, feedback: "A minor payment was confirmed the same day.", interaction_type: "email", duration_minutes: 77 },
            { id: 90, customer_id: 189, agent_id: 3, interaction_date: new Date("2022-03-28T09:36:18Z"), campaign_id: 17, feedback: "No response from the reviewer, so the session was rescheduled.", interaction_type: "call", duration_minutes: 58 },
            { id: 91, customer_id: 168, agent_id: 98, interaction_date: new Date("2022-07-16T19:18:48Z"), campaign_id: 25, feedback: "The item was cancelled after a routine check.", interaction_type: "chat", duration_minutes: 46 },
            { id: 92, customer_id: 23, agent_id: 62, interaction_date: new Date("2022-02-06T23:52:24Z"), campaign_id: 5, feedback: "Support confirmed the details and the record was processed.", interaction_type: "call", duration_minutes: 48 },
            { id: 93, customer_id: 150, agent_id: 100, interaction_date: new Date("2022-11-08T09:07:52Z"), campaign_id: 13, feedback: "A standard follow-up: the shipment was replaced.", interaction_type: "email", duration_minutes: 64 },
            { id: 94, customer_id: 263, agent_id: 55, interaction_date: new Date("2022-10-23T18:32:05Z"), campaign_id: 28, feedback: "No response from the reviewer, so the record was completed.", interaction_type: "email", duration_minutes: 79 },
            { id: 95, customer_id: 340, agent_id: 82, interaction_date: new Date("2022-01-26T13:14:12Z"), campaign_id: 24, feedback: "Flagged as unusual. Support confirmed the appointment.", interaction_type: "call", duration_minutes: 65 },
            { id: 96, customer_id: 220, agent_id: 94, interaction_date: new Date("2023-06-20T11:14:29Z"), campaign_id: 7, feedback: "A routine follow-up: the ticket was cancelled.", interaction_type: "email", duration_minutes: 70 },
            { id: 97, customer_id: 185, agent_id: 5, interaction_date: new Date("2022-07-26T21:48:16Z"), campaign_id: 14, feedback: "The team confirmed the details and the payment was closed.", interaction_type: "chat", duration_minutes: 84 },
            { id: 98, customer_id: 270, agent_id: 73, interaction_date: new Date("2022-11-26T13:30:18Z"), campaign_id: 20, feedback: "The invoice was resolved after an unusual check.", interaction_type: "email", duration_minutes: 45 },
            { id: 99, customer_id: 225, agent_id: 56, interaction_date: new Date("2022-10-26T17:17:15Z"), campaign_id: 29, feedback: "Flagged as duplicate. An operator processed the order.", interaction_type: "call", duration_minutes: 27 },
            { id: 100, customer_id: 316, agent_id: 5, interaction_date: new Date("2022-05-19T16:34:33Z"), campaign_id: 28, feedback: "The delivery was cancelled — unusual case, no further action.", interaction_type: "call", duration_minutes: 92 },
            { id: 101, customer_id: 197, agent_id: 3, interaction_date: new Date("2022-05-30T18:15:02Z"), campaign_id: 28, feedback: "The payment was delayed — routine case, no further action.", interaction_type: "chat", duration_minutes: 78 },
            { id: 102, customer_id: 172, agent_id: 4, interaction_date: new Date("2022-06-27T17:06:27Z"), campaign_id: 10, feedback: null, interaction_type: "call", duration_minutes: 39 },
            { id: 103, customer_id: 277, agent_id: 94, interaction_date: new Date("2022-10-10T12:54:57Z"), campaign_id: 8, feedback: "The reviewer asked for a change and the ticket was delayed.", interaction_type: "call", duration_minutes: 66 },
            { id: 104, customer_id: 138, agent_id: 26, interaction_date: new Date("2023-10-07T09:48:50Z"), campaign_id: 23, feedback: "The account owner reported a duplicate issue; the ticket was cancelled.", interaction_type: "chat", duration_minutes: 51 },
            { id: 105, customer_id: 113, agent_id: 81, interaction_date: new Date("2022-04-20T19:12:12Z"), campaign_id: 28, feedback: "The session was rejected after an urgent check.", interaction_type: "call", duration_minutes: 47 },
            { id: 106, customer_id: 489, agent_id: 50, interaction_date: new Date("2023-04-14T19:03:37Z"), campaign_id: 24, feedback: null, interaction_type: "email", duration_minutes: 82 },
            { id: 107, customer_id: 355, agent_id: 74, interaction_date: new Date("2023-01-14T13:29:05Z"), campaign_id: 24, feedback: "The shipment was refunded — standard case, no further action.", interaction_type: "email", duration_minutes: 27 },
            { id: 108, customer_id: 424, agent_id: 84, interaction_date: new Date("2022-04-22T17:12:06Z"), campaign_id: 7, feedback: "The session was approved after a standard check.", interaction_type: "chat", duration_minutes: 50 },
            { id: 109, customer_id: 139, agent_id: 83, interaction_date: new Date("2022-11-03T14:58:07Z"), campaign_id: 20, feedback: "The invoice was processed following a minor review.", interaction_type: "email", duration_minutes: 56 },
            { id: 110, customer_id: 178, agent_id: 85, interaction_date: new Date("2022-12-12T20:14:22Z"), campaign_id: 4, feedback: "An automatic follow-up: the account was escalated.", interaction_type: "call", duration_minutes: 82 },
            { id: 111, customer_id: 258, agent_id: 100, interaction_date: new Date("2023-07-20T08:28:02Z"), campaign_id: 27, feedback: "The supplier confirmed the details and the order was cancelled.", interaction_type: "call", duration_minutes: 69 },
            { id: 112, customer_id: 177, agent_id: 95, interaction_date: new Date("2022-10-11T12:51:29Z"), campaign_id: 8, feedback: "A late follow-up: the document was updated.", interaction_type: "call", duration_minutes: 65 },
            { id: 113, customer_id: 2, agent_id: 96, interaction_date: new Date("2022-09-06T06:10:14Z"), campaign_id: 12, feedback: "An incomplete follow-up: the record was cancelled.", interaction_type: "email", duration_minutes: 77 },
            { id: 114, customer_id: 290, agent_id: 29, interaction_date: new Date("2023-11-03T19:20:05Z"), campaign_id: 4, feedback: "An unusual delivery was updated the same day.", interaction_type: "chat", duration_minutes: 68 },
            { id: 115, customer_id: 344, agent_id: 71, interaction_date: new Date("2023-06-25T21:07:51Z"), campaign_id: 12, feedback: "The customer reported a late issue; the appointment was completed.", interaction_type: "email", duration_minutes: 92 },
            { id: 116, customer_id: 73, agent_id: 53, interaction_date: new Date("2022-01-19T13:16:54Z"), campaign_id: 7, feedback: "Flagged as minor. An operator processed the record.", interaction_type: "call", duration_minutes: 17 },
            { id: 117, customer_id: 492, agent_id: 29, interaction_date: new Date("2022-01-23T17:13:38Z"), campaign_id: 3, feedback: "An unusual invoice was escalated the same day.", interaction_type: "call", duration_minutes: 83 },
            { id: 118, customer_id: 82, agent_id: 51, interaction_date: new Date("2023-11-20T17:07:08Z"), campaign_id: 17, feedback: "An operator asked for a change and the record was updated.", interaction_type: "call", duration_minutes: 36 },
            { id: 119, customer_id: 130, agent_id: 89, interaction_date: new Date("2022-08-14T01:31:22Z"), campaign_id: 18, feedback: "The document was delayed after a late check.", interaction_type: "call", duration_minutes: 63 },
            { id: 120, customer_id: 204, agent_id: 62, interaction_date: new Date("2022-12-12T19:10:40Z"), campaign_id: 22, feedback: "The report was escalated following a routine review.", interaction_type: "chat", duration_minutes: 72 },
            { id: 121, customer_id: 62, agent_id: 19, interaction_date: new Date("2022-08-28T06:50:35Z"), campaign_id: 16, feedback: "An urgent claim was escalated the same day.", interaction_type: "call", duration_minutes: 48 },
            { id: 122, customer_id: 439, agent_id: 60, interaction_date: new Date("2022-04-13T13:08:05Z"), campaign_id: 7, feedback: "A minor session was escalated the same day.", interaction_type: "email", duration_minutes: 66 },
            { id: 123, customer_id: 454, agent_id: 98, interaction_date: new Date("2023-01-02T11:15:41Z"), campaign_id: 28, feedback: "The team reported an urgent issue; the delivery was completed.", interaction_type: "email", duration_minutes: 98 },
            { id: 124, customer_id: 425, agent_id: 61, interaction_date: new Date("2022-04-20T17:59:21Z"), campaign_id: 13, feedback: "No response from the customer, so the appointment was escalated.", interaction_type: "email", duration_minutes: 31 },
            { id: 125, customer_id: 191, agent_id: 13, interaction_date: new Date("2022-05-13T20:02:49Z"), campaign_id: 13, feedback: "A repeat follow-up: the ticket was rescheduled.", interaction_type: "chat", duration_minutes: 27 },
            { id: 126, customer_id: 360, agent_id: 64, interaction_date: new Date("2022-09-28T06:50:35Z"), campaign_id: 23, feedback: "The supplier reported an automatic issue; the booking was closed.", interaction_type: "chat", duration_minutes: 65 },
            { id: 127, customer_id: 75, agent_id: 41, interaction_date: new Date("2022-05-12T17:18:25Z"), campaign_id: 11, feedback: "Flagged as partial. An operator updated the payment.", interaction_type: "call", duration_minutes: 69 },
            { id: 128, customer_id: 31, agent_id: 59, interaction_date: new Date("2023-10-24T17:05:44Z"), campaign_id: 13, feedback: "A standard session was resolved the same day.", interaction_type: "call", duration_minutes: 14 },
            { id: 129, customer_id: 117, agent_id: 54, interaction_date: new Date("2023-01-24T15:26:42Z"), campaign_id: 14, feedback: "The delivery was cancelled after a routine check.", interaction_type: "email", duration_minutes: 28 },
            { id: 130, customer_id: 432, agent_id: 59, interaction_date: new Date("2023-12-17T17:30:27Z"), campaign_id: 6, feedback: "Support confirmed the details and the shipment was reopened.", interaction_type: "email", duration_minutes: 56 },
            { id: 131, customer_id: 333, agent_id: 58, interaction_date: new Date("2022-08-30T11:54:56Z"), campaign_id: 27, feedback: "Flagged as minor. The reviewer replaced the invoice.", interaction_type: "call", duration_minutes: 54 },
            { id: 132, customer_id: 464, agent_id: 50, interaction_date: new Date("2022-10-23T11:43:41Z"), campaign_id: 9, feedback: "The customer reported a late issue; the shipment was processed.", interaction_type: "email", duration_minutes: 68 },
            { id: 133, customer_id: 242, agent_id: 20, interaction_date: new Date("2022-03-19T07:13:17Z"), campaign_id: 15, feedback: "The request was processed — manual case, no further action.", interaction_type: "call", duration_minutes: 69 },
            { id: 134, customer_id: 367, agent_id: 41, interaction_date: new Date("2022-10-13T18:22:28Z"), campaign_id: 18, feedback: "The delivery was refunded following an incomplete review.", interaction_type: "call", duration_minutes: 66 },
            { id: 135, customer_id: 191, agent_id: 95, interaction_date: new Date("2023-08-31T15:13:26Z"), campaign_id: 22, feedback: "No response from the account owner, so the report was processed.", interaction_type: "email", duration_minutes: 36 },
            { id: 136, customer_id: 332, agent_id: 18, interaction_date: new Date("2022-01-23T20:30:48Z"), campaign_id: 30, feedback: "Flagged as manual. The courier replaced the payment.", interaction_type: "call", duration_minutes: 81 },
            { id: 137, customer_id: 108, agent_id: 80, interaction_date: new Date("2022-08-26T13:48:02Z"), campaign_id: 20, feedback: "The ticket was rescheduled after an automatic check.", interaction_type: "chat", duration_minutes: 69 },
            { id: 138, customer_id: 106, agent_id: 95, interaction_date: new Date("2022-12-24T21:05:07Z"), campaign_id: 2, feedback: "The supplier asked for a change and the record was replaced.", interaction_type: "chat", duration_minutes: 55 },
            { id: 139, customer_id: 347, agent_id: 68, interaction_date: new Date("2022-06-29T17:24:47Z"), campaign_id: 11, feedback: "The record was resolved following an automatic review.", interaction_type: "call", duration_minutes: 40 },
            { id: 140, customer_id: 435, agent_id: 15, interaction_date: new Date("2022-07-08T22:32:04Z"), campaign_id: 13, feedback: null, interaction_type: "email", duration_minutes: 77 },
            { id: 141, customer_id: 157, agent_id: 59, interaction_date: new Date("2022-05-14T17:09:51Z"), campaign_id: 18, feedback: "Flagged as late. The courier escalated the refund.", interaction_type: "email", duration_minutes: 32 },
            { id: 142, customer_id: 302, agent_id: 61, interaction_date: new Date("2023-03-17T09:29:26Z"), campaign_id: 29, feedback: "No response from the account owner, so the shipment was confirmed.", interaction_type: "call", duration_minutes: 75 },
            { id: 143, customer_id: 120, agent_id: 34, interaction_date: new Date("2023-01-12T12:16:14Z"), campaign_id: 1, feedback: "No response from the account owner, so the report was confirmed.", interaction_type: "chat", duration_minutes: 56 },
            { id: 144, customer_id: 186, agent_id: 69, interaction_date: new Date("2023-10-06T09:13:47Z"), campaign_id: 19, feedback: "A minor request was closed the same day.", interaction_type: "email", duration_minutes: 67 },
            { id: 145, customer_id: 12, agent_id: 4, interaction_date: new Date("2022-06-20T17:52:46Z"), campaign_id: 15, feedback: "The request was rejected following a routine review.", interaction_type: "email", duration_minutes: 58 },
            { id: 146, customer_id: 234, agent_id: 72, interaction_date: new Date("2022-03-06T20:19:31Z"), campaign_id: 4, feedback: null, interaction_type: "call", duration_minutes: 65 },
            { id: 147, customer_id: 173, agent_id: 84, interaction_date: new Date("2023-04-04T07:49:18Z"), campaign_id: 30, feedback: "The booking was completed after a partial check.", interaction_type: "chat", duration_minutes: 91 },
            { id: 148, customer_id: 201, agent_id: 41, interaction_date: new Date("2023-07-22T14:29:34Z"), campaign_id: 3, feedback: null, interaction_type: "call", duration_minutes: 58 },
            { id: 149, customer_id: 178, agent_id: 63, interaction_date: new Date("2022-01-23T18:56:28Z"), campaign_id: 24, feedback: "A minor item was approved the same day.", interaction_type: "call", duration_minutes: 42 },
            { id: 150, customer_id: 433, agent_id: 53, interaction_date: new Date("2023-07-12T08:01:33Z"), campaign_id: 24, feedback: null, interaction_type: "email", duration_minutes: 48 },
            { id: 151, customer_id: 248, agent_id: 28, interaction_date: new Date("2022-08-07T10:49:02Z"), campaign_id: 14, feedback: "A standard claim was refunded the same day.", interaction_type: "chat", duration_minutes: 51 },
            { id: 152, customer_id: 2, agent_id: 11, interaction_date: new Date("2023-10-01T10:46:56Z"), campaign_id: 14, feedback: "Flagged as late. An operator rescheduled the delivery.", interaction_type: "email", duration_minutes: 67 },
            { id: 153, customer_id: 331, agent_id: 96, interaction_date: new Date("2023-08-30T07:07:14Z"), campaign_id: 17, feedback: "The ticket was reviewed following a routine review.", interaction_type: "chat", duration_minutes: 77 },
            { id: 154, customer_id: 431, agent_id: 76, interaction_date: new Date("2022-02-07T17:21:33Z"), campaign_id: 26, feedback: "The shipment was reopened following a partial review.", interaction_type: "call", duration_minutes: 43 },
            { id: 155, customer_id: 410, agent_id: 69, interaction_date: new Date("2022-10-23T21:30:58Z"), campaign_id: 28, feedback: "No response from support, so the ticket was refunded.", interaction_type: "email", duration_minutes: 72 },
            { id: 156, customer_id: 123, agent_id: 25, interaction_date: new Date("2023-03-02T13:24:58Z"), campaign_id: 14, feedback: "The customer confirmed the details and the record was reviewed.", interaction_type: "call", duration_minutes: 79 },
            { id: 157, customer_id: 443, agent_id: 81, interaction_date: new Date("2023-04-17T19:54:04Z"), campaign_id: 30, feedback: "A minor follow-up: the document was rescheduled.", interaction_type: "chat", duration_minutes: 46 },
            { id: 158, customer_id: 407, agent_id: 72, interaction_date: new Date("2023-08-14T09:13:58Z"), campaign_id: 14, feedback: "The booking was refunded — urgent case, no further action.", interaction_type: "call", duration_minutes: 34 },
            { id: 159, customer_id: 91, agent_id: 19, interaction_date: new Date("2022-10-03T08:43:03Z"), campaign_id: 2, feedback: "An operator reported a partial issue; the payment was rejected.", interaction_type: "email", duration_minutes: 60 },
            { id: 160, customer_id: 78, agent_id: 87, interaction_date: new Date("2023-10-04T20:27:20Z"), campaign_id: 12, feedback: "Flagged as urgent. The customer escalated the item.", interaction_type: "call", duration_minutes: 56 },
            { id: 161, customer_id: 237, agent_id: 44, interaction_date: new Date("2023-07-18T13:11:20Z"), campaign_id: 21, feedback: "The account owner confirmed the details and the report was refunded.", interaction_type: "call", duration_minutes: 79 },
            { id: 162, customer_id: 480, agent_id: 11, interaction_date: new Date("2023-09-17T10:10:53Z"), campaign_id: 3, feedback: "An urgent ticket was rejected the same day.", interaction_type: "chat", duration_minutes: 59 },
            { id: 163, customer_id: 64, agent_id: 67, interaction_date: new Date("2023-08-20T08:30:19Z"), campaign_id: 21, feedback: "The refund was replaced after a partial check.", interaction_type: "call", duration_minutes: 57 },
            { id: 164, customer_id: 399, agent_id: 10, interaction_date: new Date("2022-07-20T07:19:04Z"), campaign_id: 19, feedback: "The document was confirmed — unusual case, no further action.", interaction_type: "call", duration_minutes: 69 },
            { id: 165, customer_id: 148, agent_id: 33, interaction_date: new Date("2022-07-07T02:46:55Z"), campaign_id: 7, feedback: "A duplicate transfer was resolved the same day.", interaction_type: "email", duration_minutes: 49 },
            { id: 166, customer_id: 132, agent_id: 4, interaction_date: new Date("2023-06-15T14:06:21Z"), campaign_id: 18, feedback: "Support reported a standard issue; the appointment was escalated.", interaction_type: "email", duration_minutes: 57 },
            { id: 167, customer_id: 53, agent_id: 47, interaction_date: new Date("2023-03-05T18:19:53Z"), campaign_id: 9, feedback: "The refund was replaced after an incomplete check.", interaction_type: "chat", duration_minutes: 76 },
            { id: 168, customer_id: 414, agent_id: 30, interaction_date: new Date("2022-01-20T12:49:09Z"), campaign_id: 16, feedback: null, interaction_type: "email", duration_minutes: 27 },
            { id: 169, customer_id: 80, agent_id: 74, interaction_date: new Date("2022-12-19T15:20:33Z"), campaign_id: 30, feedback: "An automatic shipment was confirmed the same day.", interaction_type: "email", duration_minutes: 58 },
            { id: 170, customer_id: 268, agent_id: 90, interaction_date: new Date("2023-04-01T17:32:36Z"), campaign_id: 22, feedback: "The invoice was rejected after an urgent check.", interaction_type: "email", duration_minutes: 60 },
            { id: 171, customer_id: 239, agent_id: 72, interaction_date: new Date("2022-08-15T10:18:31Z"), campaign_id: 29, feedback: "Flagged as duplicate. The courier resolved the shipment.", interaction_type: "call", duration_minutes: 69 },
            { id: 172, customer_id: 403, agent_id: 55, interaction_date: new Date("2023-09-28T19:09:34Z"), campaign_id: 26, feedback: "An unusual order was processed the same day.", interaction_type: "chat", duration_minutes: 22 },
            { id: 173, customer_id: 103, agent_id: 94, interaction_date: new Date("2023-06-12T19:10:28Z"), campaign_id: 13, feedback: "A late account was completed the same day.", interaction_type: "call", duration_minutes: 58 },
            { id: 174, customer_id: 253, agent_id: 63, interaction_date: new Date("2023-06-01T11:08:03Z"), campaign_id: 18, feedback: "Flagged as manual. The reviewer replaced the invoice.", interaction_type: "chat", duration_minutes: 63 },
            { id: 175, customer_id: 190, agent_id: 79, interaction_date: new Date("2022-11-24T17:36:02Z"), campaign_id: 11, feedback: "The ticket was closed after an urgent check.", interaction_type: "email", duration_minutes: 59 },
            { id: 176, customer_id: 70, agent_id: 69, interaction_date: new Date("2023-04-18T19:59:22Z"), campaign_id: 11, feedback: "An operator asked for a change and the refund was confirmed.", interaction_type: "email", duration_minutes: 64 },
            { id: 177, customer_id: 364, agent_id: 62, interaction_date: new Date("2023-09-23T18:01:31Z"), campaign_id: 19, feedback: "The customer confirmed the details and the account was cancelled.", interaction_type: "call", duration_minutes: 92 },
            { id: 178, customer_id: 140, agent_id: 36, interaction_date: new Date("2022-09-11T15:53:38Z"), campaign_id: 7, feedback: "The team confirmed the details and the ticket was resolved.", interaction_type: "chat", duration_minutes: 103 },
            { id: 179, customer_id: 423, agent_id: 2, interaction_date: new Date("2022-11-29T14:25:10Z"), campaign_id: 5, feedback: "The courier asked for a change and the delivery was rescheduled.", interaction_type: "call", duration_minutes: 59 },
            { id: 180, customer_id: 164, agent_id: 52, interaction_date: new Date("2022-02-13T19:49:09Z"), campaign_id: 29, feedback: "No response from the team, so the request was cancelled.", interaction_type: "call", duration_minutes: 83 },
            { id: 181, customer_id: 263, agent_id: 16, interaction_date: new Date("2023-10-26T13:51:47Z"), campaign_id: 3, feedback: "The courier confirmed the details and the request was escalated.", interaction_type: "email", duration_minutes: 60 },
            { id: 182, customer_id: 344, agent_id: 86, interaction_date: new Date("2023-05-31T12:40:23Z"), campaign_id: 14, feedback: "A partial invoice was completed the same day.", interaction_type: "call", duration_minutes: 49 },
            { id: 183, customer_id: 463, agent_id: 53, interaction_date: new Date("2022-06-04T20:26:54Z"), campaign_id: 19, feedback: "The request was cancelled after an automatic check.", interaction_type: "call", duration_minutes: 81 },
            { id: 184, customer_id: 290, agent_id: 61, interaction_date: new Date("2023-06-06T21:09:08Z"), campaign_id: 2, feedback: "An incomplete booking was resolved the same day.", interaction_type: "chat", duration_minutes: 70 },
            { id: 185, customer_id: 153, agent_id: 20, interaction_date: new Date("2022-08-28T16:27:15Z"), campaign_id: 16, feedback: "The team reported a duplicate issue; the appointment was rescheduled.", interaction_type: "call", duration_minutes: 53 },
            { id: 186, customer_id: 225, agent_id: 19, interaction_date: new Date("2022-09-15T11:07:26Z"), campaign_id: 3, feedback: "An unusual record was replaced the same day.", interaction_type: "call", duration_minutes: 42 },
            { id: 187, customer_id: 74, agent_id: 30, interaction_date: new Date("2022-08-23T02:04:11Z"), campaign_id: 11, feedback: "The customer asked for a change and the report was reopened.", interaction_type: "chat", duration_minutes: 68 },
            { id: 188, customer_id: 61, agent_id: 80, interaction_date: new Date("2022-12-18T17:58:40Z"), campaign_id: 22, feedback: "The reviewer asked for a change and the delivery was updated.", interaction_type: "chat", duration_minutes: 41 },
            { id: 189, customer_id: 26, agent_id: 98, interaction_date: new Date("2022-03-10T09:25:11Z"), campaign_id: 28, feedback: "The session was reopened after an urgent check.", interaction_type: "email", duration_minutes: 85 },
            { id: 190, customer_id: 346, agent_id: 74, interaction_date: new Date("2023-02-18T13:17:49Z"), campaign_id: 24, feedback: "The courier confirmed the details and the document was reopened.", interaction_type: "call", duration_minutes: 98 },
            { id: 191, customer_id: 83, agent_id: 61, interaction_date: new Date("2023-08-16T12:20:03Z"), campaign_id: 23, feedback: "An operator asked for a change and the delivery was updated.", interaction_type: "email", duration_minutes: 31 },
            { id: 192, customer_id: 352, agent_id: 9, interaction_date: new Date("2022-06-15T15:36:57Z"), campaign_id: 1, feedback: "The session was replaced — partial case, no further action.", interaction_type: "call", duration_minutes: 42 },
            { id: 193, customer_id: 266, agent_id: 23, interaction_date: new Date("2023-03-25T11:39:54Z"), campaign_id: 3, feedback: "The supplier reported an automatic issue; the payment was rejected.", interaction_type: "email", duration_minutes: 70 },
            { id: 194, customer_id: 186, agent_id: 88, interaction_date: new Date("2023-09-02T13:05:50Z"), campaign_id: 6, feedback: null, interaction_type: "call", duration_minutes: 52 },
            { id: 195, customer_id: 251, agent_id: 37, interaction_date: new Date("2023-12-11T08:03:39Z"), campaign_id: 15, feedback: "The appointment was processed — repeat case, no further action.", interaction_type: "chat", duration_minutes: 90 },
            { id: 196, customer_id: 221, agent_id: 18, interaction_date: new Date("2022-02-24T11:25:09Z"), campaign_id: 5, feedback: "The account was refunded — automatic case, no further action.", interaction_type: "email", duration_minutes: 52 },
            { id: 197, customer_id: 345, agent_id: 51, interaction_date: new Date("2022-12-05T17:59:00Z"), campaign_id: 27, feedback: "An unusual follow-up: the ticket was reopened.", interaction_type: "chat", duration_minutes: 64 },
            { id: 198, customer_id: 104, agent_id: 7, interaction_date: new Date("2022-05-24T19:30:46Z"), campaign_id: 3, feedback: "The customer asked for a change and the booking was reopened.", interaction_type: "chat", duration_minutes: 66 },
            { id: 199, customer_id: 70, agent_id: 49, interaction_date: new Date("2023-02-05T13:22:02Z"), campaign_id: 9, feedback: "No response from the customer, so the session was replaced.", interaction_type: "call", duration_minutes: 76 },
            { id: 200, customer_id: 437, agent_id: 15, interaction_date: new Date("2022-11-25T17:32:16Z"), campaign_id: 22, feedback: null, interaction_type: "call", duration_minutes: 73 },
            { id: 201, customer_id: 270, agent_id: 71, interaction_date: new Date("2022-02-06T18:13:37Z"), campaign_id: 8, feedback: null, interaction_type: "call", duration_minutes: 69 },
            { id: 202, customer_id: 210, agent_id: 94, interaction_date: new Date("2023-03-05T18:39:52Z"), campaign_id: 9, feedback: "The courier reported an incomplete issue; the appointment was delayed.", interaction_type: "email", duration_minutes: 70 },
            { id: 203, customer_id: 13, agent_id: 28, interaction_date: new Date("2022-05-19T13:27:19Z"), campaign_id: 15, feedback: "The reviewer reported a routine issue; the account was confirmed.", interaction_type: "call", duration_minutes: 57 },
            { id: 204, customer_id: 209, agent_id: 20, interaction_date: new Date("2023-12-25T08:00:56Z"), campaign_id: 25, feedback: "No response from the team, so the record was reopened.", interaction_type: "call", duration_minutes: 70 },
            { id: 205, customer_id: 263, agent_id: 17, interaction_date: new Date("2023-10-09T12:48:42Z"), campaign_id: 9, feedback: "The account owner asked for a change and the record was resolved.", interaction_type: "email", duration_minutes: 51 },
            { id: 206, customer_id: 168, agent_id: 98, interaction_date: new Date("2022-10-12T06:22:02Z"), campaign_id: 24, feedback: "The reviewer asked for a change and the delivery was reopened.", interaction_type: "email", duration_minutes: 46 },
            { id: 207, customer_id: 413, agent_id: 95, interaction_date: new Date("2022-05-15T18:10:40Z"), campaign_id: 15, feedback: null, interaction_type: "call", duration_minutes: 62 },
            { id: 208, customer_id: 307, agent_id: 78, interaction_date: new Date("2022-09-21T15:18:24Z"), campaign_id: 26, feedback: "The transfer was replaced — automatic case, no further action.", interaction_type: "call", duration_minutes: 58 },
            { id: 209, customer_id: 25, agent_id: 36, interaction_date: new Date("2023-12-12T15:16:09Z"), campaign_id: 25, feedback: "The team confirmed the details and the invoice was resolved.", interaction_type: "email", duration_minutes: 77 },
            { id: 210, customer_id: 79, agent_id: 83, interaction_date: new Date("2022-04-17T13:04:23Z"), campaign_id: 30, feedback: "The request was approved following a late review.", interaction_type: "call", duration_minutes: 32 },
            { id: 211, customer_id: 173, agent_id: 44, interaction_date: new Date("2023-10-22T22:19:53Z"), campaign_id: 29, feedback: "Support asked for a change and the claim was replaced.", interaction_type: "email", duration_minutes: 57 },
            { id: 212, customer_id: 398, agent_id: 84, interaction_date: new Date("2022-04-26T16:36:37Z"), campaign_id: 2, feedback: "A partial payment was updated the same day.", interaction_type: "chat", duration_minutes: 72 },
            { id: 213, customer_id: 6, agent_id: 66, interaction_date: new Date("2023-03-13T21:09:28Z"), campaign_id: 15, feedback: "The account was reopened following a late review.", interaction_type: "email", duration_minutes: 76 },
            { id: 214, customer_id: 182, agent_id: 71, interaction_date: new Date("2022-05-26T22:35:08Z"), campaign_id: 20, feedback: null, interaction_type: "email", duration_minutes: 65 },
            { id: 215, customer_id: 4, agent_id: 74, interaction_date: new Date("2023-01-11T06:01:13Z"), campaign_id: 28, feedback: "An automatic ticket was processed the same day.", interaction_type: "call", duration_minutes: 53 },
            { id: 216, customer_id: 492, agent_id: 30, interaction_date: new Date("2023-07-08T20:25:41Z"), campaign_id: 21, feedback: "Flagged as standard. The account owner escalated the account.", interaction_type: "chat", duration_minutes: 54 },
            { id: 217, customer_id: 117, agent_id: 29, interaction_date: new Date("2022-01-18T15:30:24Z"), campaign_id: 27, feedback: "The supplier confirmed the details and the delivery was replaced.", interaction_type: "email", duration_minutes: 48 },
            { id: 218, customer_id: 265, agent_id: 92, interaction_date: new Date("2023-07-30T19:53:44Z"), campaign_id: 16, feedback: "The appointment was completed — partial case, no further action.", interaction_type: "chat", duration_minutes: 43 },
            { id: 219, customer_id: 464, agent_id: 55, interaction_date: new Date("2022-10-23T09:36:50Z"), campaign_id: 21, feedback: "The report was reviewed after a manual check.", interaction_type: "call", duration_minutes: 71 },
            { id: 220, customer_id: 351, agent_id: 28, interaction_date: new Date("2022-06-20T13:02:46Z"), campaign_id: 17, feedback: "The reviewer confirmed the details and the payment was rejected.", interaction_type: "call", duration_minutes: 63 },
            { id: 221, customer_id: 277, agent_id: 18, interaction_date: new Date("2022-07-23T00:56:35Z"), campaign_id: 16, feedback: "The transfer was refunded — late case, no further action.", interaction_type: "call", duration_minutes: 70 },
            { id: 222, customer_id: 44, agent_id: 96, interaction_date: new Date("2022-03-20T14:11:53Z"), campaign_id: 16, feedback: "Flagged as unusual. The account owner confirmed the session.", interaction_type: "email", duration_minutes: 37 },
            { id: 223, customer_id: 434, agent_id: 2, interaction_date: new Date("2023-05-08T07:47:32Z"), campaign_id: 21, feedback: "The record was escalated — partial case, no further action.", interaction_type: "call", duration_minutes: 42 },
            { id: 224, customer_id: 66, agent_id: 63, interaction_date: new Date("2022-08-10T19:20:23Z"), campaign_id: 12, feedback: "The payment was processed following an incomplete review.", interaction_type: "call", duration_minutes: 45 },
            { id: 225, customer_id: 413, agent_id: 94, interaction_date: new Date("2022-04-27T07:42:30Z"), campaign_id: 22, feedback: null, interaction_type: "call", duration_minutes: 60 },
            { id: 226, customer_id: 68, agent_id: 57, interaction_date: new Date("2023-01-02T06:47:19Z"), campaign_id: 19, feedback: "Flagged as unusual. The team refunded the appointment.", interaction_type: "call", duration_minutes: 52 },
            { id: 227, customer_id: 371, agent_id: 1, interaction_date: new Date("2022-12-04T22:16:07Z"), campaign_id: 12, feedback: "The booking was updated — late case, no further action.", interaction_type: "email", duration_minutes: 41 },
            { id: 228, customer_id: 188, agent_id: 35, interaction_date: new Date("2023-08-21T00:05:03Z"), campaign_id: 14, feedback: "No response from support, so the item was cancelled.", interaction_type: "call", duration_minutes: 40 },
            { id: 229, customer_id: 427, agent_id: 10, interaction_date: new Date("2023-02-20T19:19:08Z"), campaign_id: 30, feedback: "Support asked for a change and the refund was refunded.", interaction_type: "email", duration_minutes: 51 },
            { id: 230, customer_id: 476, agent_id: 28, interaction_date: new Date("2023-05-11T18:18:29Z"), campaign_id: 1, feedback: "The customer confirmed the details and the appointment was resolved.", interaction_type: "call", duration_minutes: 83 },
            { id: 231, customer_id: 393, agent_id: 86, interaction_date: new Date("2023-03-19T17:22:47Z"), campaign_id: 5, feedback: "Flagged as standard. An operator processed the request.", interaction_type: "call", duration_minutes: 89 },
            { id: 232, customer_id: 102, agent_id: 11, interaction_date: new Date("2022-12-31T20:54:41Z"), campaign_id: 13, feedback: "A minor follow-up: the document was delayed.", interaction_type: "email", duration_minutes: 67 },
            { id: 233, customer_id: 291, agent_id: 33, interaction_date: new Date("2023-05-24T09:48:34Z"), campaign_id: 5, feedback: "The order was approved — manual case, no further action.", interaction_type: "call", duration_minutes: 83 },
            { id: 234, customer_id: 427, agent_id: 71, interaction_date: new Date("2023-09-23T11:20:00Z"), campaign_id: 28, feedback: "No response from the courier, so the payment was closed.", interaction_type: "call", duration_minutes: 56 },
            { id: 235, customer_id: 90, agent_id: 58, interaction_date: new Date("2023-11-21T18:21:01Z"), campaign_id: 21, feedback: "No response from support, so the account was replaced.", interaction_type: "email", duration_minutes: 70 },
            { id: 236, customer_id: 145, agent_id: 52, interaction_date: new Date("2022-11-17T21:51:23Z"), campaign_id: 8, feedback: "The record was processed — late case, no further action.", interaction_type: "call", duration_minutes: 48 },
            { id: 237, customer_id: 326, agent_id: 92, interaction_date: new Date("2022-03-19T20:35:24Z"), campaign_id: 30, feedback: "No response from the courier, so the request was cancelled.", interaction_type: "email", duration_minutes: 47 },
            { id: 238, customer_id: 249, agent_id: 15, interaction_date: new Date("2023-01-27T21:25:33Z"), campaign_id: 30, feedback: "A duplicate follow-up: the ticket was refunded.", interaction_type: "call", duration_minutes: 35 },
            { id: 239, customer_id: 357, agent_id: 15, interaction_date: new Date("2023-03-26T18:17:57Z"), campaign_id: 9, feedback: "An operator reported an unusual issue; the transfer was processed.", interaction_type: "email", duration_minutes: 63 },
            { id: 240, customer_id: 374, agent_id: 24, interaction_date: new Date("2022-05-09T09:43:11Z"), campaign_id: 18, feedback: "The booking was cancelled — incomplete case, no further action.", interaction_type: "email", duration_minutes: 67 },
            { id: 241, customer_id: 359, agent_id: 13, interaction_date: new Date("2023-03-10T17:35:35Z"), campaign_id: 6, feedback: "Flagged as automatic. The courier delayed the account.", interaction_type: "chat", duration_minutes: 59 },
            { id: 242, customer_id: 62, agent_id: 63, interaction_date: new Date("2022-03-17T18:17:23Z"), campaign_id: 23, feedback: "The account was rejected — partial case, no further action.", interaction_type: "call", duration_minutes: 30 },
            { id: 243, customer_id: 340, agent_id: 27, interaction_date: new Date("2022-10-08T00:22:52Z"), campaign_id: 25, feedback: "The claim was resolved — standard case, no further action.", interaction_type: "email", duration_minutes: 70 },
            { id: 244, customer_id: 277, agent_id: 97, interaction_date: new Date("2023-06-05T02:06:20Z"), campaign_id: 26, feedback: "The customer asked for a change and the record was resolved.", interaction_type: "chat", duration_minutes: 67 },
            { id: 245, customer_id: 125, agent_id: 8, interaction_date: new Date("2022-11-18T17:51:45Z"), campaign_id: 9, feedback: "The shipment was refunded — routine case, no further action.", interaction_type: "email", duration_minutes: 83 },
            { id: 246, customer_id: 23, agent_id: 60, interaction_date: new Date("2023-04-25T19:20:51Z"), campaign_id: 6, feedback: "A standard delivery was escalated the same day.", interaction_type: "email", duration_minutes: 73 },
            { id: 247, customer_id: 157, agent_id: 18, interaction_date: new Date("2022-02-25T12:26:03Z"), campaign_id: 10, feedback: "An automatic booking was resolved the same day.", interaction_type: "call", duration_minutes: 71 },
            { id: 248, customer_id: 259, agent_id: 25, interaction_date: new Date("2022-08-11T14:52:25Z"), campaign_id: 27, feedback: null, interaction_type: "call", duration_minutes: 63 },
            { id: 249, customer_id: 462, agent_id: 29, interaction_date: new Date("2022-11-01T04:51:23Z"), campaign_id: 22, feedback: "No response from the reviewer, so the report was rejected.", interaction_type: "email", duration_minutes: 59 },
            { id: 250, customer_id: 345, agent_id: 39, interaction_date: new Date("2023-10-14T11:17:21Z"), campaign_id: 24, feedback: "No response from support, so the item was updated.", interaction_type: "email", duration_minutes: 68 },
            { id: 251, customer_id: 391, agent_id: 100, interaction_date: new Date("2022-02-03T16:36:05Z"), campaign_id: 7, feedback: "A manual follow-up: the claim was replaced.", interaction_type: "call", duration_minutes: 86 },
            { id: 252, customer_id: 166, agent_id: 43, interaction_date: new Date("2022-03-12T11:04:40Z"), campaign_id: 3, feedback: "The courier confirmed the details and the transfer was rescheduled.", interaction_type: "call", duration_minutes: 71 },
            { id: 253, customer_id: 359, agent_id: 28, interaction_date: new Date("2022-07-09T17:18:10Z"), campaign_id: 25, feedback: "Flagged as repeat. The reviewer delayed the order.", interaction_type: "email", duration_minutes: 62 },
            { id: 254, customer_id: 357, agent_id: 52, interaction_date: new Date("2022-07-19T19:58:15Z"), campaign_id: 20, feedback: "No response from the reviewer, so the account was rejected.", interaction_type: "email", duration_minutes: 37 },
            { id: 255, customer_id: 346, agent_id: 67, interaction_date: new Date("2022-05-20T10:35:57Z"), campaign_id: 19, feedback: null, interaction_type: "call", duration_minutes: 85 },
            { id: 256, customer_id: 204, agent_id: 54, interaction_date: new Date("2022-01-13T20:01:56Z"), campaign_id: 16, feedback: "No response from the customer, so the shipment was closed.", interaction_type: "call", duration_minutes: 45 },
            { id: 257, customer_id: 363, agent_id: 64, interaction_date: new Date("2022-12-07T07:46:21Z"), campaign_id: 12, feedback: "A routine follow-up: the claim was escalated.", interaction_type: "call", duration_minutes: 57 },
            { id: 258, customer_id: 488, agent_id: 73, interaction_date: new Date("2022-03-07T12:27:01Z"), campaign_id: 9, feedback: null, interaction_type: "call", duration_minutes: 30 },
            { id: 259, customer_id: 45, agent_id: 7, interaction_date: new Date("2023-10-11T21:26:34Z"), campaign_id: 1, feedback: "The team asked for a change and the account was rescheduled.", interaction_type: "call", duration_minutes: 59 },
            { id: 260, customer_id: 183, agent_id: 87, interaction_date: new Date("2022-10-07T18:51:35Z"), campaign_id: 13, feedback: null, interaction_type: "chat", duration_minutes: 92 },
            { id: 261, customer_id: 112, agent_id: 94, interaction_date: new Date("2023-11-13T20:09:49Z"), campaign_id: 11, feedback: "The invoice was approved — urgent case, no further action.", interaction_type: "call", duration_minutes: 67 },
            { id: 262, customer_id: 371, agent_id: 58, interaction_date: new Date("2023-02-25T09:08:25Z"), campaign_id: 23, feedback: "No response from the team, so the ticket was refunded.", interaction_type: "call", duration_minutes: 73 },
            { id: 263, customer_id: 138, agent_id: 70, interaction_date: new Date("2023-07-03T23:31:39Z"), campaign_id: 25, feedback: null, interaction_type: "email", duration_minutes: 38 },
            { id: 264, customer_id: 462, agent_id: 99, interaction_date: new Date("2022-03-16T18:17:26Z"), campaign_id: 20, feedback: "The request was replaced after a minor check.", interaction_type: "call", duration_minutes: 80 },
            { id: 265, customer_id: 256, agent_id: 1, interaction_date: new Date("2022-11-18T15:46:52Z"), campaign_id: 18, feedback: "The courier reported a standard issue; the order was reopened.", interaction_type: "call", duration_minutes: 45 },
            { id: 266, customer_id: 103, agent_id: 81, interaction_date: new Date("2023-10-25T17:17:02Z"), campaign_id: 9, feedback: "The account owner confirmed the details and the document was refunded.", interaction_type: "email", duration_minutes: 74 },
            { id: 267, customer_id: 168, agent_id: 82, interaction_date: new Date("2022-06-27T13:21:42Z"), campaign_id: 8, feedback: "A routine shipment was rescheduled the same day.", interaction_type: "call", duration_minutes: 56 },
            { id: 268, customer_id: 482, agent_id: 49, interaction_date: new Date("2023-07-26T20:11:32Z"), campaign_id: 13, feedback: null, interaction_type: "call", duration_minutes: 68 },
            { id: 269, customer_id: 273, agent_id: 50, interaction_date: new Date("2023-06-22T13:30:49Z"), campaign_id: 20, feedback: "The delivery was updated following an urgent review.", interaction_type: "email", duration_minutes: 32 },
            { id: 270, customer_id: 194, agent_id: 73, interaction_date: new Date("2023-10-14T02:53:27Z"), campaign_id: 2, feedback: "No response from the account owner, so the appointment was refunded.", interaction_type: "chat", duration_minutes: 44 },
            { id: 271, customer_id: 210, agent_id: 28, interaction_date: new Date("2023-07-23T16:07:04Z"), campaign_id: 13, feedback: "A duplicate session was resolved the same day.", interaction_type: "call", duration_minutes: 88 },
            { id: 272, customer_id: 52, agent_id: 62, interaction_date: new Date("2022-01-28T20:21:48Z"), campaign_id: 16, feedback: "The report was refunded following an unusual review.", interaction_type: "call", duration_minutes: 61 },
            { id: 273, customer_id: 252, agent_id: 78, interaction_date: new Date("2023-08-14T22:12:30Z"), campaign_id: 1, feedback: null, interaction_type: "chat", duration_minutes: 43 },
            { id: 274, customer_id: 456, agent_id: 24, interaction_date: new Date("2022-01-14T07:55:29Z"), campaign_id: 19, feedback: "The transfer was replaced following an urgent review.", interaction_type: "email", duration_minutes: 76 },
            { id: 275, customer_id: 331, agent_id: 21, interaction_date: new Date("2022-01-02T19:32:13Z"), campaign_id: 20, feedback: "Flagged as manual. The supplier resolved the refund.", interaction_type: "call", duration_minutes: 79 },
            { id: 276, customer_id: 89, agent_id: 23, interaction_date: new Date("2022-04-09T11:44:50Z"), campaign_id: 8, feedback: "The courier asked for a change and the record was confirmed.", interaction_type: "call", duration_minutes: 66 },
            { id: 277, customer_id: 206, agent_id: 97, interaction_date: new Date("2023-10-25T17:27:27Z"), campaign_id: 21, feedback: "The courier confirmed the details and the ticket was rescheduled.", interaction_type: "call", duration_minutes: 63 },
            { id: 278, customer_id: 152, agent_id: 75, interaction_date: new Date("2022-09-10T19:18:11Z"), campaign_id: 8, feedback: "The supplier reported a routine issue; the session was approved.", interaction_type: "call", duration_minutes: 29 },
            { id: 279, customer_id: 490, agent_id: 86, interaction_date: new Date("2023-08-10T18:10:39Z"), campaign_id: 23, feedback: "Flagged as incomplete. The courier processed the item.", interaction_type: "call", duration_minutes: 70 },
            { id: 280, customer_id: 209, agent_id: 51, interaction_date: new Date("2022-09-17T12:19:13Z"), campaign_id: 17, feedback: "The report was approved — urgent case, no further action.", interaction_type: "email", duration_minutes: 59 },
            { id: 281, customer_id: 333, agent_id: 54, interaction_date: new Date("2022-09-25T18:51:31Z"), campaign_id: 20, feedback: null, interaction_type: "email", duration_minutes: 43 },
            { id: 282, customer_id: 75, agent_id: 71, interaction_date: new Date("2023-02-07T10:47:19Z"), campaign_id: 17, feedback: "A late session was rejected the same day.", interaction_type: "chat", duration_minutes: 70 },
            { id: 283, customer_id: 304, agent_id: 26, interaction_date: new Date("2023-10-26T11:32:12Z"), campaign_id: 9, feedback: "A standard follow-up: the claim was processed.", interaction_type: "call", duration_minutes: 34 },
            { id: 284, customer_id: 16, agent_id: 21, interaction_date: new Date("2022-05-24T09:05:09Z"), campaign_id: 20, feedback: "The customer asked for a change and the delivery was approved.", interaction_type: "call", duration_minutes: 88 },
            { id: 285, customer_id: 300, agent_id: 31, interaction_date: new Date("2023-09-22T16:07:45Z"), campaign_id: 9, feedback: "The supplier reported an automatic issue; the request was reviewed.", interaction_type: "call", duration_minutes: 79 },
            { id: 286, customer_id: 208, agent_id: 18, interaction_date: new Date("2022-10-11T13:00:29Z"), campaign_id: 15, feedback: "The transfer was cancelled after a repeat check.", interaction_type: "email", duration_minutes: 55 },
            { id: 287, customer_id: 367, agent_id: 23, interaction_date: new Date("2022-06-27T11:23:41Z"), campaign_id: 5, feedback: "No response from the team, so the order was replaced.", interaction_type: "call", duration_minutes: 91 },
            { id: 288, customer_id: 129, agent_id: 72, interaction_date: new Date("2023-12-18T16:23:40Z"), campaign_id: 18, feedback: "The shipment was reviewed after a routine check.", interaction_type: "chat", duration_minutes: 81 },
            { id: 289, customer_id: 170, agent_id: 95, interaction_date: new Date("2022-09-10T11:40:32Z"), campaign_id: 25, feedback: "No response from the courier, so the report was rejected.", interaction_type: "email", duration_minutes: 71 },
            { id: 290, customer_id: 337, agent_id: 74, interaction_date: new Date("2023-12-06T09:15:08Z"), campaign_id: 26, feedback: "The supplier confirmed the details and the booking was reviewed.", interaction_type: "call", duration_minutes: 71 },
            { id: 291, customer_id: 366, agent_id: 2, interaction_date: new Date("2022-02-05T22:38:50Z"), campaign_id: 22, feedback: null, interaction_type: "chat", duration_minutes: 76 },
            { id: 292, customer_id: 417, agent_id: 97, interaction_date: new Date("2023-05-27T21:04:52Z"), campaign_id: 2, feedback: "No response from the courier, so the invoice was rescheduled.", interaction_type: "call", duration_minutes: 48 },
            { id: 293, customer_id: 110, agent_id: 17, interaction_date: new Date("2023-02-06T19:24:06Z"), campaign_id: 9, feedback: "The courier confirmed the details and the order was reviewed.", interaction_type: "chat", duration_minutes: 43 },
            { id: 294, customer_id: 486, agent_id: 88, interaction_date: new Date("2022-08-08T13:01:08Z"), campaign_id: 27, feedback: "Support asked for a change and the refund was approved.", interaction_type: "call", duration_minutes: 82 },
            { id: 295, customer_id: 26, agent_id: 29, interaction_date: new Date("2023-08-25T20:42:40Z"), campaign_id: 3, feedback: "Flagged as repeat. Support updated the shipment.", interaction_type: "call", duration_minutes: 62 },
            { id: 296, customer_id: 461, agent_id: 57, interaction_date: new Date("2023-05-12T19:12:55Z"), campaign_id: 24, feedback: "Flagged as late. The account owner delayed the report.", interaction_type: "call", duration_minutes: 89 },
            { id: 297, customer_id: 298, agent_id: 44, interaction_date: new Date("2022-10-06T12:12:43Z"), campaign_id: 4, feedback: "The account owner asked for a change and the session was cancelled.", interaction_type: "call", duration_minutes: 41 },
            { id: 298, customer_id: 279, agent_id: 91, interaction_date: new Date("2023-12-03T08:44:07Z"), campaign_id: 8, feedback: "The order was confirmed following a duplicate review.", interaction_type: "call", duration_minutes: 69 },
            { id: 299, customer_id: 441, agent_id: 78, interaction_date: new Date("2023-12-24T23:00:55Z"), campaign_id: 13, feedback: "The document was cancelled — unusual case, no further action.", interaction_type: "call", duration_minutes: 49 },
            { id: 300, customer_id: 182, agent_id: 58, interaction_date: new Date("2022-06-06T14:13:59Z"), campaign_id: 19, feedback: "The team reported an incomplete issue; the transfer was reopened.", interaction_type: "call", duration_minutes: 80 },
            { id: 301, customer_id: 16, agent_id: 70, interaction_date: new Date("2022-08-21T11:59:23Z"), campaign_id: 4, feedback: null, interaction_type: "call", duration_minutes: 34 },
            { id: 302, customer_id: 298, agent_id: 70, interaction_date: new Date("2023-01-30T19:03:18Z"), campaign_id: 9, feedback: null, interaction_type: "call", duration_minutes: 39 },
            { id: 303, customer_id: 422, agent_id: 28, interaction_date: new Date("2023-05-20T17:26:03Z"), campaign_id: 16, feedback: "Flagged as standard. An operator completed the item.", interaction_type: "call", duration_minutes: 84 },
            { id: 304, customer_id: 2, agent_id: 34, interaction_date: new Date("2022-05-27T21:54:16Z"), campaign_id: 9, feedback: "The customer asked for a change and the booking was delayed.", interaction_type: "email", duration_minutes: 41 },
            { id: 305, customer_id: 173, agent_id: 30, interaction_date: new Date("2023-07-06T05:00:06Z"), campaign_id: 5, feedback: "The supplier asked for a change and the invoice was updated.", interaction_type: "call", duration_minutes: 50 },
            { id: 306, customer_id: 66, agent_id: 67, interaction_date: new Date("2022-02-20T18:11:24Z"), campaign_id: 28, feedback: "The courier asked for a change and the request was escalated.", interaction_type: "email", duration_minutes: 52 },
            { id: 307, customer_id: 482, agent_id: 45, interaction_date: new Date("2022-12-22T10:15:52Z"), campaign_id: 19, feedback: "The account owner confirmed the details and the shipment was completed.", interaction_type: "call", duration_minutes: 48 },
            { id: 308, customer_id: 86, agent_id: 39, interaction_date: new Date("2023-04-02T09:40:26Z"), campaign_id: 23, feedback: "The delivery was rejected following an incomplete review.", interaction_type: "call", duration_minutes: 31 },
            { id: 309, customer_id: 77, agent_id: 46, interaction_date: new Date("2022-10-21T19:44:18Z"), campaign_id: 9, feedback: "No response from the courier, so the document was cancelled.", interaction_type: "email", duration_minutes: 45 },
            { id: 310, customer_id: 322, agent_id: 4, interaction_date: new Date("2022-07-22T14:15:37Z"), campaign_id: 1, feedback: "The courier asked for a change and the booking was escalated.", interaction_type: "call", duration_minutes: 40 },
            { id: 311, customer_id: 254, agent_id: 66, interaction_date: new Date("2022-07-25T01:38:46Z"), campaign_id: 12, feedback: "The supplier confirmed the details and the ticket was completed.", interaction_type: "email", duration_minutes: 50 },
            { id: 312, customer_id: 61, agent_id: 81, interaction_date: new Date("2023-02-02T11:13:03Z"), campaign_id: 18, feedback: "The shipment was delayed after an unusual check.", interaction_type: "chat", duration_minutes: 50 },
            { id: 313, customer_id: 12, agent_id: 92, interaction_date: new Date("2022-08-09T19:31:10Z"), campaign_id: 19, feedback: "Flagged as standard. The team approved the document.", interaction_type: "chat", duration_minutes: 38 },
            { id: 314, customer_id: 468, agent_id: 41, interaction_date: new Date("2022-05-30T21:59:15Z"), campaign_id: 29, feedback: "A duplicate item was resolved the same day.", interaction_type: "call", duration_minutes: 30 },
            { id: 315, customer_id: 333, agent_id: 45, interaction_date: new Date("2022-07-13T08:01:09Z"), campaign_id: 23, feedback: null, interaction_type: "email", duration_minutes: 50 },
            { id: 316, customer_id: 318, agent_id: 92, interaction_date: new Date("2022-03-20T11:43:56Z"), campaign_id: 27, feedback: "Support asked for a change and the transfer was approved.", interaction_type: "call", duration_minutes: 67 },
            { id: 317, customer_id: 28, agent_id: 87, interaction_date: new Date("2023-03-29T18:18:16Z"), campaign_id: 28, feedback: "No response from the supplier, so the account was confirmed.", interaction_type: "email", duration_minutes: 52 },
            { id: 318, customer_id: 396, agent_id: 41, interaction_date: new Date("2023-06-12T10:29:59Z"), campaign_id: 5, feedback: "No response from the supplier, so the appointment was rescheduled.", interaction_type: "call", duration_minutes: 65 },
            { id: 319, customer_id: 267, agent_id: 28, interaction_date: new Date("2023-02-09T19:45:06Z"), campaign_id: 26, feedback: "A manual report was approved the same day.", interaction_type: "chat", duration_minutes: 44 },
            { id: 320, customer_id: 489, agent_id: 70, interaction_date: new Date("2022-03-03T15:09:07Z"), campaign_id: 25, feedback: "Support asked for a change and the refund was escalated.", interaction_type: "email", duration_minutes: 32 },
            { id: 321, customer_id: 387, agent_id: 73, interaction_date: new Date("2022-05-19T14:11:23Z"), campaign_id: 20, feedback: "An unusual follow-up: the booking was replaced.", interaction_type: "chat", duration_minutes: 59 },
            { id: 322, customer_id: 231, agent_id: 6, interaction_date: new Date("2022-05-06T16:41:03Z"), campaign_id: 5, feedback: "A routine follow-up: the record was resolved.", interaction_type: "email", duration_minutes: 42 },
            { id: 323, customer_id: 452, agent_id: 42, interaction_date: new Date("2022-07-18T08:56:54Z"), campaign_id: 13, feedback: "The claim was reviewed — incomplete case, no further action.", interaction_type: "call", duration_minutes: 53 },
            { id: 324, customer_id: 381, agent_id: 35, interaction_date: new Date("2023-05-14T21:48:01Z"), campaign_id: 7, feedback: "The record was escalated — late case, no further action.", interaction_type: "email", duration_minutes: 69 },
            { id: 325, customer_id: 343, agent_id: 98, interaction_date: new Date("2022-09-27T00:25:02Z"), campaign_id: 11, feedback: "The transfer was reopened following a duplicate review.", interaction_type: "call", duration_minutes: 82 },
            { id: 326, customer_id: 5, agent_id: 11, interaction_date: new Date("2022-06-02T07:08:56Z"), campaign_id: 3, feedback: "The supplier confirmed the details and the session was closed.", interaction_type: "chat", duration_minutes: 46 },
            { id: 327, customer_id: 387, agent_id: 24, interaction_date: new Date("2023-11-28T08:22:53Z"), campaign_id: 22, feedback: null, interaction_type: "email", duration_minutes: 47 },
            { id: 328, customer_id: 445, agent_id: 14, interaction_date: new Date("2022-10-15T22:30:14Z"), campaign_id: 27, feedback: null, interaction_type: "call", duration_minutes: 73 },
            { id: 329, customer_id: 412, agent_id: 41, interaction_date: new Date("2022-11-24T19:12:01Z"), campaign_id: 30, feedback: "The refund was rescheduled after a partial check.", interaction_type: "email", duration_minutes: 72 },
            { id: 330, customer_id: 281, agent_id: 58, interaction_date: new Date("2023-04-14T11:46:37Z"), campaign_id: 19, feedback: "The customer asked for a change and the order was refunded.", interaction_type: "call", duration_minutes: 69 },
            { id: 331, customer_id: 171, agent_id: 30, interaction_date: new Date("2022-11-09T11:06:31Z"), campaign_id: 22, feedback: "No response from an operator, so the report was replaced.", interaction_type: "call", duration_minutes: 57 },
            { id: 332, customer_id: 258, agent_id: 34, interaction_date: new Date("2023-03-06T09:33:25Z"), campaign_id: 12, feedback: "Flagged as urgent. The supplier replaced the record.", interaction_type: "call", duration_minutes: 46 },
            { id: 333, customer_id: 121, agent_id: 42, interaction_date: new Date("2022-10-11T15:15:48Z"), campaign_id: 22, feedback: "The invoice was resolved following a minor review.", interaction_type: "call", duration_minutes: 66 },
            { id: 334, customer_id: 432, agent_id: 52, interaction_date: new Date("2023-06-09T17:00:00Z"), campaign_id: 10, feedback: "The courier reported an unusual issue; the transfer was updated.", interaction_type: "email", duration_minutes: 52 },
            { id: 335, customer_id: 422, agent_id: 90, interaction_date: new Date("2023-05-11T22:30:05Z"), campaign_id: 28, feedback: "Support confirmed the details and the record was resolved.", interaction_type: "email", duration_minutes: 69 },
            { id: 336, customer_id: 372, agent_id: 63, interaction_date: new Date("2022-07-07T11:05:57Z"), campaign_id: 24, feedback: "The claim was resolved after a routine check.", interaction_type: "call", duration_minutes: 80 },
            { id: 337, customer_id: 174, agent_id: 72, interaction_date: new Date("2023-08-13T17:03:40Z"), campaign_id: 29, feedback: "The session was rejected following a partial review.", interaction_type: "chat", duration_minutes: 56 },
            { id: 338, customer_id: 303, agent_id: 14, interaction_date: new Date("2023-09-22T19:37:13Z"), campaign_id: 16, feedback: "An operator asked for a change and the transfer was completed.", interaction_type: "email", duration_minutes: 79 },
            { id: 339, customer_id: 351, agent_id: 57, interaction_date: new Date("2023-09-22T19:21:32Z"), campaign_id: 6, feedback: "The customer confirmed the details and the order was confirmed.", interaction_type: "call", duration_minutes: 65 },
            { id: 340, customer_id: 324, agent_id: 15, interaction_date: new Date("2022-11-03T14:34:18Z"), campaign_id: 10, feedback: "No response from the reviewer, so the refund was processed.", interaction_type: "chat", duration_minutes: 63 },
            { id: 341, customer_id: 52, agent_id: 26, interaction_date: new Date("2022-03-13T19:43:46Z"), campaign_id: 13, feedback: "An urgent document was cancelled the same day.", interaction_type: "email", duration_minutes: 56 },
            { id: 342, customer_id: 5, agent_id: 25, interaction_date: new Date("2023-04-24T17:49:48Z"), campaign_id: 22, feedback: "The record was rejected — duplicate case, no further action.", interaction_type: "call", duration_minutes: 54 },
            { id: 343, customer_id: 237, agent_id: 71, interaction_date: new Date("2023-07-21T14:41:08Z"), campaign_id: 29, feedback: "The payment was updated — standard case, no further action.", interaction_type: "email", duration_minutes: 65 },
            { id: 344, customer_id: 33, agent_id: 99, interaction_date: new Date("2023-08-03T09:00:49Z"), campaign_id: 15, feedback: "The customer reported a partial issue; the request was resolved.", interaction_type: "email", duration_minutes: 48 },
            { id: 345, customer_id: 147, agent_id: 94, interaction_date: new Date("2023-11-26T17:50:50Z"), campaign_id: 1, feedback: "An operator reported an incomplete issue; the claim was delayed.", interaction_type: "email", duration_minutes: 41 },
            { id: 346, customer_id: 107, agent_id: 88, interaction_date: new Date("2023-10-05T07:36:33Z"), campaign_id: 5, feedback: "The reviewer confirmed the details and the ticket was resolved.", interaction_type: "call", duration_minutes: 77 },
            { id: 347, customer_id: 10, agent_id: 72, interaction_date: new Date("2023-03-27T12:20:32Z"), campaign_id: 25, feedback: "An unusual follow-up: the transfer was delayed.", interaction_type: "call", duration_minutes: 55 },
            { id: 348, customer_id: 318, agent_id: 16, interaction_date: new Date("2022-12-21T18:22:54Z"), campaign_id: 26, feedback: "The customer asked for a change and the request was updated.", interaction_type: "call", duration_minutes: 53 },
            { id: 349, customer_id: 274, agent_id: 38, interaction_date: new Date("2022-06-26T23:39:09Z"), campaign_id: 14, feedback: "The courier reported a repeat issue; the transfer was updated.", interaction_type: "email", duration_minutes: 54 },
            { id: 350, customer_id: 308, agent_id: 46, interaction_date: new Date("2022-07-11T16:42:28Z"), campaign_id: 3, feedback: "The reviewer reported a partial issue; the delivery was resolved.", interaction_type: "chat", duration_minutes: 79 },
            { id: 351, customer_id: 249, agent_id: 68, interaction_date: new Date("2022-08-15T13:51:05Z"), campaign_id: 2, feedback: null, interaction_type: "email", duration_minutes: 17 },
            { id: 352, customer_id: 434, agent_id: 29, interaction_date: new Date("2022-12-27T01:08:25Z"), campaign_id: 21, feedback: "The refund was rejected after a routine check.", interaction_type: "call", duration_minutes: 55 },
            { id: 353, customer_id: 426, agent_id: 46, interaction_date: new Date("2022-04-04T21:45:29Z"), campaign_id: 26, feedback: null, interaction_type: "call", duration_minutes: 80 },
            { id: 354, customer_id: 349, agent_id: 28, interaction_date: new Date("2022-05-18T18:39:51Z"), campaign_id: 22, feedback: "The request was updated — late case, no further action.", interaction_type: "email", duration_minutes: 65 },
            { id: 355, customer_id: 410, agent_id: 64, interaction_date: new Date("2023-04-18T09:29:58Z"), campaign_id: 26, feedback: "The courier asked for a change and the document was resolved.", interaction_type: "call", duration_minutes: 73 },
            { id: 356, customer_id: 45, agent_id: 38, interaction_date: new Date("2022-03-11T11:13:59Z"), campaign_id: 30, feedback: "No response from the customer, so the item was rejected.", interaction_type: "email", duration_minutes: 62 },
            { id: 357, customer_id: 430, agent_id: 37, interaction_date: new Date("2023-04-20T16:35:19Z"), campaign_id: 6, feedback: null, interaction_type: "call", duration_minutes: 76 },
            { id: 358, customer_id: 427, agent_id: 74, interaction_date: new Date("2022-01-22T17:21:13Z"), campaign_id: 17, feedback: "Flagged as manual. The courier cancelled the invoice.", interaction_type: "call", duration_minutes: 67 },
            { id: 359, customer_id: 203, agent_id: 66, interaction_date: new Date("2023-05-01T12:15:36Z"), campaign_id: 9, feedback: "The item was rescheduled after a late check.", interaction_type: "email", duration_minutes: 46 },
            { id: 360, customer_id: 224, agent_id: 35, interaction_date: new Date("2023-08-23T15:57:56Z"), campaign_id: 10, feedback: "The customer confirmed the details and the booking was approved.", interaction_type: "call", duration_minutes: 70 },
            { id: 361, customer_id: 331, agent_id: 62, interaction_date: new Date("2023-06-27T20:03:03Z"), campaign_id: 8, feedback: "The invoice was refunded — minor case, no further action.", interaction_type: "call", duration_minutes: 80 },
            { id: 362, customer_id: 4, agent_id: 57, interaction_date: new Date("2022-02-15T12:13:23Z"), campaign_id: 26, feedback: "The supplier reported a standard issue; the record was replaced.", interaction_type: "chat", duration_minutes: 60 },
            { id: 363, customer_id: 192, agent_id: 4, interaction_date: new Date("2023-12-04T18:39:14Z"), campaign_id: 19, feedback: null, interaction_type: "call", duration_minutes: 66 },
            { id: 364, customer_id: 336, agent_id: 66, interaction_date: new Date("2023-10-11T14:28:25Z"), campaign_id: 17, feedback: "A duplicate item was confirmed the same day.", interaction_type: "call", duration_minutes: 54 },
            { id: 365, customer_id: 44, agent_id: 64, interaction_date: new Date("2023-08-02T17:22:22Z"), campaign_id: 7, feedback: null, interaction_type: "call", duration_minutes: 63 },
            { id: 366, customer_id: 419, agent_id: 7, interaction_date: new Date("2023-05-17T13:15:44Z"), campaign_id: 5, feedback: "No response from the reviewer, so the refund was escalated.", interaction_type: "call", duration_minutes: 31 },
            { id: 367, customer_id: 486, agent_id: 45, interaction_date: new Date("2023-11-15T02:31:57Z"), campaign_id: 6, feedback: "The order was refunded after an urgent check.", interaction_type: "email", duration_minutes: 105 },
            { id: 368, customer_id: 361, agent_id: 93, interaction_date: new Date("2022-11-24T09:34:02Z"), campaign_id: 26, feedback: "Support confirmed the details and the booking was resolved.", interaction_type: "chat", duration_minutes: 68 },
            { id: 369, customer_id: 75, agent_id: 45, interaction_date: new Date("2023-11-10T08:10:53Z"), campaign_id: 27, feedback: "The refund was closed after a standard check.", interaction_type: "chat", duration_minutes: 17 },
            { id: 370, customer_id: 381, agent_id: 64, interaction_date: new Date("2022-07-14T12:45:36Z"), campaign_id: 24, feedback: "The reviewer asked for a change and the transfer was escalated.", interaction_type: "call", duration_minutes: 81 },
            { id: 371, customer_id: 495, agent_id: 1, interaction_date: new Date("2023-09-17T14:26:49Z"), campaign_id: 22, feedback: "The supplier asked for a change and the shipment was cancelled.", interaction_type: "call", duration_minutes: 70 },
            { id: 372, customer_id: 63, agent_id: 3, interaction_date: new Date("2023-12-26T00:25:28Z"), campaign_id: 14, feedback: "The account was escalated — manual case, no further action.", interaction_type: "call", duration_minutes: 58 },
            { id: 373, customer_id: 281, agent_id: 61, interaction_date: new Date("2022-12-18T23:04:51Z"), campaign_id: 23, feedback: null, interaction_type: "call", duration_minutes: 63 },
            { id: 374, customer_id: 225, agent_id: 87, interaction_date: new Date("2022-12-25T14:16:19Z"), campaign_id: 7, feedback: "An urgent order was replaced the same day.", interaction_type: "email", duration_minutes: 66 },
            { id: 375, customer_id: 228, agent_id: 31, interaction_date: new Date("2023-03-23T21:08:08Z"), campaign_id: 2, feedback: "An automatic record was closed the same day.", interaction_type: "call", duration_minutes: 52 },
            { id: 376, customer_id: 460, agent_id: 46, interaction_date: new Date("2023-02-22T22:14:12Z"), campaign_id: 13, feedback: "The ticket was reopened following an automatic review.", interaction_type: "call", duration_minutes: 64 },
            { id: 377, customer_id: 373, agent_id: 7, interaction_date: new Date("2023-05-17T14:03:31Z"), campaign_id: 28, feedback: "The order was replaced following an urgent review.", interaction_type: "chat", duration_minutes: 65 },
            { id: 378, customer_id: 379, agent_id: 95, interaction_date: new Date("2023-04-11T12:18:33Z"), campaign_id: 16, feedback: "Support confirmed the details and the invoice was processed.", interaction_type: "email", duration_minutes: 75 },
            { id: 379, customer_id: 318, agent_id: 11, interaction_date: new Date("2023-07-05T10:02:47Z"), campaign_id: 13, feedback: "The reviewer asked for a change and the refund was cancelled.", interaction_type: "call", duration_minutes: 104 },
            { id: 380, customer_id: 220, agent_id: 84, interaction_date: new Date("2023-06-20T10:10:10Z"), campaign_id: 25, feedback: null, interaction_type: "email", duration_minutes: 67 },
            { id: 381, customer_id: 122, agent_id: 69, interaction_date: new Date("2023-05-24T20:33:05Z"), campaign_id: 27, feedback: "Support asked for a change and the claim was processed.", interaction_type: "call", duration_minutes: 70 },
            { id: 382, customer_id: 458, agent_id: 4, interaction_date: new Date("2022-03-03T19:45:21Z"), campaign_id: 29, feedback: null, interaction_type: "email", duration_minutes: 66 },
            { id: 383, customer_id: 373, agent_id: 13, interaction_date: new Date("2022-11-18T08:54:31Z"), campaign_id: 10, feedback: "A standard follow-up: the transfer was closed.", interaction_type: "email", duration_minutes: 17 },
            { id: 384, customer_id: 67, agent_id: 85, interaction_date: new Date("2022-08-22T21:54:12Z"), campaign_id: 10, feedback: null, interaction_type: "email", duration_minutes: 47 },
            { id: 385, customer_id: 20, agent_id: 16, interaction_date: new Date("2023-09-23T19:00:53Z"), campaign_id: 11, feedback: "The supplier reported a duplicate issue; the shipment was processed.", interaction_type: "chat", duration_minutes: 61 },
            { id: 386, customer_id: 354, agent_id: 1, interaction_date: new Date("2022-01-02T02:17:28Z"), campaign_id: 17, feedback: null, interaction_type: "email", duration_minutes: 51 },
            { id: 387, customer_id: 451, agent_id: 35, interaction_date: new Date("2023-05-28T11:03:26Z"), campaign_id: 19, feedback: "The payment was resolved following a routine review.", interaction_type: "call", duration_minutes: 63 },
            { id: 388, customer_id: 405, agent_id: 22, interaction_date: new Date("2022-01-31T07:07:31Z"), campaign_id: 1, feedback: "An urgent follow-up: the record was rejected.", interaction_type: "email", duration_minutes: 67 },
            { id: 389, customer_id: 452, agent_id: 4, interaction_date: new Date("2022-11-05T13:28:01Z"), campaign_id: 3, feedback: "The courier reported an unusual issue; the account was confirmed.", interaction_type: "email", duration_minutes: 74 },
            { id: 390, customer_id: 328, agent_id: 8, interaction_date: new Date("2022-09-14T21:27:49Z"), campaign_id: 8, feedback: null, interaction_type: "email", duration_minutes: 69 },
            { id: 391, customer_id: 269, agent_id: 57, interaction_date: new Date("2023-02-03T19:18:37Z"), campaign_id: 16, feedback: "A manual follow-up: the claim was refunded.", interaction_type: "email", duration_minutes: 75 },
            { id: 392, customer_id: 341, agent_id: 74, interaction_date: new Date("2023-08-08T22:41:05Z"), campaign_id: 19, feedback: "No response from the team, so the order was reopened.", interaction_type: "call", duration_minutes: 64 },
            { id: 393, customer_id: 156, agent_id: 36, interaction_date: new Date("2023-04-14T01:38:57Z"), campaign_id: 29, feedback: "The report was rescheduled after a repeat check.", interaction_type: "call", duration_minutes: 57 },
            { id: 394, customer_id: 89, agent_id: 3, interaction_date: new Date("2023-05-27T15:52:22Z"), campaign_id: 18, feedback: "The document was completed — urgent case, no further action.", interaction_type: "email", duration_minutes: 60 },
            { id: 395, customer_id: 80, agent_id: 88, interaction_date: new Date("2022-06-09T17:28:43Z"), campaign_id: 6, feedback: "A standard ticket was resolved the same day.", interaction_type: "chat", duration_minutes: 27 },
            { id: 396, customer_id: 354, agent_id: 23, interaction_date: new Date("2023-10-08T08:05:53Z"), campaign_id: 21, feedback: "The transfer was rescheduled following a partial review.", interaction_type: "email", duration_minutes: 26 },
            { id: 397, customer_id: 294, agent_id: 67, interaction_date: new Date("2022-09-07T11:13:22Z"), campaign_id: 17, feedback: "No response from the reviewer, so the item was reviewed.", interaction_type: "call", duration_minutes: 55 },
            { id: 398, customer_id: 374, agent_id: 19, interaction_date: new Date("2022-10-01T14:48:06Z"), campaign_id: 26, feedback: "The courier reported a late issue; the invoice was replaced.", interaction_type: "chat", duration_minutes: 52 },
            { id: 399, customer_id: 265, agent_id: 100, interaction_date: new Date("2023-07-16T17:38:38Z"), campaign_id: 5, feedback: "Flagged as repeat. Support replaced the request.", interaction_type: "call", duration_minutes: 60 },
            { id: 400, customer_id: 493, agent_id: 29, interaction_date: new Date("2022-02-01T10:27:49Z"), campaign_id: 22, feedback: "The order was resolved — repeat case, no further action.", interaction_type: "chat", duration_minutes: 87 },
            { id: 401, customer_id: 106, agent_id: 52, interaction_date: new Date("2022-01-15T19:12:12Z"), campaign_id: 27, feedback: "Flagged as duplicate. The team escalated the ticket.", interaction_type: "email", duration_minutes: 49 },
            { id: 402, customer_id: 411, agent_id: 12, interaction_date: new Date("2023-01-06T11:31:19Z"), campaign_id: 5, feedback: "The ticket was cancelled following a partial review.", interaction_type: "call", duration_minutes: 71 },
            { id: 403, customer_id: 346, agent_id: 58, interaction_date: new Date("2022-07-29T22:29:01Z"), campaign_id: 21, feedback: "The delivery was approved — unusual case, no further action.", interaction_type: "call", duration_minutes: 48 },
            { id: 404, customer_id: 63, agent_id: 6, interaction_date: new Date("2022-08-25T15:12:29Z"), campaign_id: 14, feedback: "An automatic follow-up: the report was updated.", interaction_type: "chat", duration_minutes: 70 },
            { id: 405, customer_id: 8, agent_id: 7, interaction_date: new Date("2022-07-24T19:15:52Z"), campaign_id: 29, feedback: "The document was confirmed after an unusual check.", interaction_type: "call", duration_minutes: 51 },
            { id: 406, customer_id: 58, agent_id: 87, interaction_date: new Date("2022-04-13T15:25:57Z"), campaign_id: 12, feedback: "The record was completed — manual case, no further action.", interaction_type: "email", duration_minutes: 44 },
            { id: 407, customer_id: 259, agent_id: 24, interaction_date: new Date("2023-10-20T18:27:02Z"), campaign_id: 1, feedback: "The courier confirmed the details and the item was replaced.", interaction_type: "chat", duration_minutes: 44 },
            { id: 408, customer_id: 332, agent_id: 77, interaction_date: new Date("2023-06-27T20:15:30Z"), campaign_id: 20, feedback: "The shipment was closed after an unusual check.", interaction_type: "chat", duration_minutes: 89 },
            { id: 409, customer_id: 24, agent_id: 22, interaction_date: new Date("2022-10-06T19:23:43Z"), campaign_id: 29, feedback: "No response from the customer, so the document was reopened.", interaction_type: "call", duration_minutes: 49 },
            { id: 410, customer_id: 66, agent_id: 94, interaction_date: new Date("2022-04-26T15:30:23Z"), campaign_id: 23, feedback: "The invoice was reviewed — partial case, no further action.", interaction_type: "call", duration_minutes: 62 },
            { id: 411, customer_id: 187, agent_id: 3, interaction_date: new Date("2022-02-14T11:13:18Z"), campaign_id: 14, feedback: "Flagged as minor. The supplier delayed the session.", interaction_type: "email", duration_minutes: 48 },
            { id: 412, customer_id: 45, agent_id: 54, interaction_date: new Date("2022-03-12T15:00:01Z"), campaign_id: 2, feedback: "The courier confirmed the details and the delivery was resolved.", interaction_type: "email", duration_minutes: 36 },
            { id: 413, customer_id: 418, agent_id: 57, interaction_date: new Date("2023-08-21T11:51:13Z"), campaign_id: 6, feedback: null, interaction_type: "call", duration_minutes: 86 },
            { id: 414, customer_id: 262, agent_id: 33, interaction_date: new Date("2022-09-16T06:00:35Z"), campaign_id: 12, feedback: "No response from the team, so the order was escalated.", interaction_type: "chat", duration_minutes: 79 },
            { id: 415, customer_id: 446, agent_id: 9, interaction_date: new Date("2023-12-01T17:36:00Z"), campaign_id: 14, feedback: "A routine item was cancelled the same day.", interaction_type: "email", duration_minutes: 39 },
            { id: 416, customer_id: 328, agent_id: 65, interaction_date: new Date("2022-05-31T20:40:29Z"), campaign_id: 20, feedback: "The reviewer confirmed the details and the transfer was escalated.", interaction_type: "email", duration_minutes: 44 },
            { id: 417, customer_id: 12, agent_id: 4, interaction_date: new Date("2022-11-22T07:33:15Z"), campaign_id: 13, feedback: "The team reported a manual issue; the payment was resolved.", interaction_type: "chat", duration_minutes: 66 },
            { id: 418, customer_id: 217, agent_id: 99, interaction_date: new Date("2023-11-09T08:33:35Z"), campaign_id: 8, feedback: "The reviewer confirmed the details and the shipment was escalated.", interaction_type: "email", duration_minutes: 60 },
            { id: 419, customer_id: 313, agent_id: 93, interaction_date: new Date("2023-09-23T10:23:26Z"), campaign_id: 28, feedback: "An operator asked for a change and the claim was escalated.", interaction_type: "call", duration_minutes: 74 },
            { id: 420, customer_id: 357, agent_id: 87, interaction_date: new Date("2023-12-30T18:21:44Z"), campaign_id: 5, feedback: null, interaction_type: "call", duration_minutes: 60 },
            { id: 421, customer_id: 226, agent_id: 93, interaction_date: new Date("2022-03-21T17:19:19Z"), campaign_id: 10, feedback: "The shipment was cancelled — unusual case, no further action.", interaction_type: "call", duration_minutes: 81 },
            { id: 422, customer_id: 303, agent_id: 45, interaction_date: new Date("2022-12-24T09:02:39Z"), campaign_id: 21, feedback: null, interaction_type: "call", duration_minutes: 45 },
            { id: 423, customer_id: 54, agent_id: 83, interaction_date: new Date("2023-11-03T16:50:49Z"), campaign_id: 16, feedback: "The order was rescheduled following an incomplete review.", interaction_type: "email", duration_minutes: 58 },
            { id: 424, customer_id: 376, agent_id: 84, interaction_date: new Date("2023-04-24T15:10:23Z"), campaign_id: 10, feedback: "The courier reported a minor issue; the delivery was closed.", interaction_type: "call", duration_minutes: 42 },
            { id: 425, customer_id: 268, agent_id: 23, interaction_date: new Date("2023-05-11T17:48:29Z"), campaign_id: 30, feedback: "The supplier asked for a change and the booking was completed.", interaction_type: "call", duration_minutes: 68 },
            { id: 426, customer_id: 299, agent_id: 22, interaction_date: new Date("2022-05-19T08:56:29Z"), campaign_id: 19, feedback: null, interaction_type: "email", duration_minutes: 61 },
            { id: 427, customer_id: 315, agent_id: 50, interaction_date: new Date("2022-07-07T14:51:57Z"), campaign_id: 18, feedback: "The record was rejected following a standard review.", interaction_type: "email", duration_minutes: 37 },
            { id: 428, customer_id: 19, agent_id: 98, interaction_date: new Date("2022-05-29T08:52:17Z"), campaign_id: 14, feedback: "No response from the supplier, so the booking was resolved.", interaction_type: "call", duration_minutes: 77 },
            { id: 429, customer_id: 37, agent_id: 40, interaction_date: new Date("2022-12-28T13:10:13Z"), campaign_id: 9, feedback: "No response from the account owner, so the invoice was confirmed.", interaction_type: "call", duration_minutes: 58 },
            { id: 430, customer_id: 407, agent_id: 92, interaction_date: new Date("2022-10-07T10:22:02Z"), campaign_id: 24, feedback: "The delivery was rescheduled — late case, no further action.", interaction_type: "call", duration_minutes: 41 },
            { id: 431, customer_id: 269, agent_id: 51, interaction_date: new Date("2022-09-15T01:20:52Z"), campaign_id: 26, feedback: "A routine session was closed the same day.", interaction_type: "call", duration_minutes: 51 },
            { id: 432, customer_id: 138, agent_id: 80, interaction_date: new Date("2023-05-27T20:59:42Z"), campaign_id: 22, feedback: "An unusual account was cancelled the same day.", interaction_type: "email", duration_minutes: 38 },
            { id: 433, customer_id: 455, agent_id: 62, interaction_date: new Date("2022-04-11T17:34:39Z"), campaign_id: 19, feedback: "The booking was cancelled following a routine review.", interaction_type: "email", duration_minutes: 68 },
            { id: 434, customer_id: 76, agent_id: 60, interaction_date: new Date("2023-01-19T07:39:04Z"), campaign_id: 14, feedback: "The shipment was cancelled following a repeat review.", interaction_type: "email", duration_minutes: 52 },
            { id: 435, customer_id: 432, agent_id: 5, interaction_date: new Date("2022-12-10T19:58:46Z"), campaign_id: 14, feedback: "The session was updated following a late review.", interaction_type: "call", duration_minutes: 67 },
            { id: 436, customer_id: 295, agent_id: 7, interaction_date: new Date("2022-04-30T09:57:29Z"), campaign_id: 18, feedback: "The appointment was updated — repeat case, no further action.", interaction_type: "call", duration_minutes: 77 },
            { id: 437, customer_id: 138, agent_id: 78, interaction_date: new Date("2022-09-28T08:54:36Z"), campaign_id: 15, feedback: "An unusual appointment was cancelled the same day.", interaction_type: "email", duration_minutes: 62 },
            { id: 438, customer_id: 136, agent_id: 6, interaction_date: new Date("2023-09-22T16:27:42Z"), campaign_id: 24, feedback: "The report was closed following a repeat review.", interaction_type: "chat", duration_minutes: 82 },
            { id: 439, customer_id: 255, agent_id: 46, interaction_date: new Date("2022-08-22T11:39:01Z"), campaign_id: 23, feedback: "The account was reviewed following an unusual review.", interaction_type: "call", duration_minutes: 46 },
            { id: 440, customer_id: 237, agent_id: 46, interaction_date: new Date("2022-09-08T18:40:50Z"), campaign_id: 3, feedback: "An operator asked for a change and the session was reviewed.", interaction_type: "chat", duration_minutes: 58 },
            { id: 441, customer_id: 310, agent_id: 88, interaction_date: new Date("2023-12-26T12:46:20Z"), campaign_id: 16, feedback: "A partial appointment was reopened the same day.", interaction_type: "chat", duration_minutes: 44 },
            { id: 442, customer_id: 386, agent_id: 37, interaction_date: new Date("2022-07-03T21:38:46Z"), campaign_id: 16, feedback: "An automatic document was updated the same day.", interaction_type: "chat", duration_minutes: 61 },
            { id: 443, customer_id: 422, agent_id: 49, interaction_date: new Date("2022-04-03T22:12:18Z"), campaign_id: 7, feedback: "A routine account was processed the same day.", interaction_type: "call", duration_minutes: 63 },
            { id: 444, customer_id: 96, agent_id: 97, interaction_date: new Date("2023-09-20T16:25:41Z"), campaign_id: 22, feedback: null, interaction_type: "email", duration_minutes: 73 },
            { id: 445, customer_id: 146, agent_id: 62, interaction_date: new Date("2022-11-01T03:31:01Z"), campaign_id: 21, feedback: "The customer reported a standard issue; the session was replaced.", interaction_type: "chat", duration_minutes: 45 },
            { id: 446, customer_id: 175, agent_id: 72, interaction_date: new Date("2023-10-01T00:23:38Z"), campaign_id: 29, feedback: "A repeat request was reopened the same day.", interaction_type: "call", duration_minutes: 37 },
            { id: 447, customer_id: 434, agent_id: 76, interaction_date: new Date("2023-03-09T11:58:56Z"), campaign_id: 1, feedback: "A routine item was rejected the same day.", interaction_type: "call", duration_minutes: 73 },
            { id: 448, customer_id: 366, agent_id: 21, interaction_date: new Date("2023-02-11T00:08:42Z"), campaign_id: 9, feedback: "Flagged as unusual. The customer approved the appointment.", interaction_type: "email", duration_minutes: 42 },
            { id: 449, customer_id: 420, agent_id: 77, interaction_date: new Date("2022-04-30T20:08:30Z"), campaign_id: 22, feedback: "Flagged as incomplete. The team replaced the claim.", interaction_type: "email", duration_minutes: 58 },
            { id: 450, customer_id: 394, agent_id: 20, interaction_date: new Date("2022-03-04T06:16:36Z"), campaign_id: 7, feedback: "An automatic follow-up: the order was rescheduled.", interaction_type: "email", duration_minutes: 53 },
            { id: 451, customer_id: 49, agent_id: 78, interaction_date: new Date("2022-06-29T14:53:11Z"), campaign_id: 2, feedback: "The customer confirmed the details and the invoice was completed.", interaction_type: "email", duration_minutes: 60 },
            { id: 452, customer_id: 148, agent_id: 31, interaction_date: new Date("2022-03-22T17:46:22Z"), campaign_id: 8, feedback: "Flagged as duplicate. The courier reopened the order.", interaction_type: "email", duration_minutes: 94 },
            { id: 453, customer_id: 114, agent_id: 89, interaction_date: new Date("2023-08-06T13:16:30Z"), campaign_id: 20, feedback: null, interaction_type: "email", duration_minutes: 81 },
            { id: 454, customer_id: 446, agent_id: 79, interaction_date: new Date("2022-02-03T18:31:20Z"), campaign_id: 9, feedback: "The record was reviewed following an urgent review.", interaction_type: "call", duration_minutes: 72 },
            { id: 455, customer_id: 312, agent_id: 74, interaction_date: new Date("2022-06-28T00:51:00Z"), campaign_id: 26, feedback: "The customer reported a partial issue; the record was confirmed.", interaction_type: "email", duration_minutes: 38 },
            { id: 456, customer_id: 222, agent_id: 71, interaction_date: new Date("2022-11-02T19:07:07Z"), campaign_id: 2, feedback: "The record was escalated after a late check.", interaction_type: "email", duration_minutes: 43 },
            { id: 457, customer_id: 447, agent_id: 67, interaction_date: new Date("2023-02-04T09:53:34Z"), campaign_id: 1, feedback: "The courier confirmed the details and the order was escalated.", interaction_type: "email", duration_minutes: 21 },
            { id: 458, customer_id: 486, agent_id: 84, interaction_date: new Date("2023-10-20T17:40:30Z"), campaign_id: 30, feedback: "An operator reported an automatic issue; the item was closed.", interaction_type: "call", duration_minutes: 10 },
            { id: 459, customer_id: 24, agent_id: 69, interaction_date: new Date("2023-08-19T17:18:45Z"), campaign_id: 11, feedback: "Support confirmed the details and the refund was closed.", interaction_type: "call", duration_minutes: 76 },
            { id: 460, customer_id: 397, agent_id: 15, interaction_date: new Date("2022-12-03T06:58:09Z"), campaign_id: 12, feedback: null, interaction_type: "call", duration_minutes: 41 },
            { id: 461, customer_id: 8, agent_id: 28, interaction_date: new Date("2022-06-26T11:43:16Z"), campaign_id: 14, feedback: "The order was replaced after an urgent check.", interaction_type: "email", duration_minutes: 67 },
            { id: 462, customer_id: 10, agent_id: 73, interaction_date: new Date("2023-03-20T14:18:55Z"), campaign_id: 28, feedback: "No response from the team, so the item was replaced.", interaction_type: "call", duration_minutes: 56 },
            { id: 463, customer_id: 112, agent_id: 26, interaction_date: new Date("2022-02-11T01:31:02Z"), campaign_id: 28, feedback: "A partial account was confirmed the same day.", interaction_type: "email", duration_minutes: 30 },
            { id: 464, customer_id: 463, agent_id: 71, interaction_date: new Date("2023-12-18T11:26:54Z"), campaign_id: 15, feedback: "The courier asked for a change and the session was cancelled.", interaction_type: "call", duration_minutes: 32 },
            { id: 465, customer_id: 246, agent_id: 29, interaction_date: new Date("2023-01-06T18:49:14Z"), campaign_id: 18, feedback: "The delivery was delayed following a routine review.", interaction_type: "call", duration_minutes: 75 },
            { id: 466, customer_id: 447, agent_id: 28, interaction_date: new Date("2022-07-08T14:25:27Z"), campaign_id: 26, feedback: "An unusual transfer was processed the same day.", interaction_type: "call", duration_minutes: 83 },
            { id: 467, customer_id: 286, agent_id: 100, interaction_date: new Date("2023-05-18T18:43:33Z"), campaign_id: 6, feedback: "A duplicate booking was processed the same day.", interaction_type: "call", duration_minutes: 58 },
            { id: 468, customer_id: 4, agent_id: 83, interaction_date: new Date("2023-05-15T00:06:11Z"), campaign_id: 4, feedback: "An operator asked for a change and the session was closed.", interaction_type: "call", duration_minutes: 70 },
            { id: 469, customer_id: 213, agent_id: 28, interaction_date: new Date("2023-01-01T17:46:20Z"), campaign_id: 24, feedback: "The order was completed after a minor check.", interaction_type: "email", duration_minutes: 69 },
            { id: 470, customer_id: 359, agent_id: 42, interaction_date: new Date("2023-10-07T22:04:57Z"), campaign_id: 8, feedback: "The item was processed following a minor review.", interaction_type: "chat", duration_minutes: 90 },
            { id: 471, customer_id: 481, agent_id: 1, interaction_date: new Date("2022-08-12T21:44:29Z"), campaign_id: 2, feedback: "An urgent follow-up: the session was delayed.", interaction_type: "call", duration_minutes: 57 },
            { id: 472, customer_id: 111, agent_id: 24, interaction_date: new Date("2022-04-07T21:22:57Z"), campaign_id: 25, feedback: "The payment was delayed after an unusual check.", interaction_type: "call", duration_minutes: 67 },
            { id: 473, customer_id: 67, agent_id: 69, interaction_date: new Date("2022-12-25T13:04:52Z"), campaign_id: 21, feedback: "Flagged as standard. The courier reviewed the ticket.", interaction_type: "call", duration_minutes: 56 },
            { id: 474, customer_id: 119, agent_id: 49, interaction_date: new Date("2022-01-31T22:18:56Z"), campaign_id: 25, feedback: "The record was rescheduled — partial case, no further action.", interaction_type: "chat", duration_minutes: 76 },
            { id: 475, customer_id: 179, agent_id: 34, interaction_date: new Date("2022-10-27T10:53:35Z"), campaign_id: 13, feedback: "An operator reported an unusual issue; the account was rescheduled.", interaction_type: "call", duration_minutes: 37 },
            { id: 476, customer_id: 132, agent_id: 62, interaction_date: new Date("2022-12-14T11:43:23Z"), campaign_id: 6, feedback: "The claim was approved after a partial check.", interaction_type: "chat", duration_minutes: 38 },
            { id: 477, customer_id: 124, agent_id: 96, interaction_date: new Date("2023-03-26T21:12:45Z"), campaign_id: 11, feedback: "The booking was approved following a routine review.", interaction_type: "call", duration_minutes: 86 },
            { id: 478, customer_id: 371, agent_id: 36, interaction_date: new Date("2022-10-18T11:22:45Z"), campaign_id: 30, feedback: "Support asked for a change and the claim was refunded.", interaction_type: "call", duration_minutes: 59 },
            { id: 479, customer_id: 51, agent_id: 79, interaction_date: new Date("2022-06-27T18:10:59Z"), campaign_id: 2, feedback: "The booking was cancelled following a manual review.", interaction_type: "email", duration_minutes: 89 },
            { id: 480, customer_id: 168, agent_id: 47, interaction_date: new Date("2023-08-27T09:28:31Z"), campaign_id: 4, feedback: "Support confirmed the details and the ticket was resolved.", interaction_type: "call", duration_minutes: 70 },
            { id: 481, customer_id: 442, agent_id: 92, interaction_date: new Date("2023-09-17T20:56:42Z"), campaign_id: 30, feedback: null, interaction_type: "call", duration_minutes: 65 },
            { id: 482, customer_id: 385, agent_id: 79, interaction_date: new Date("2022-03-07T20:42:26Z"), campaign_id: 5, feedback: "The refund was completed following a standard review.", interaction_type: "call", duration_minutes: 62 },
            { id: 483, customer_id: 30, agent_id: 39, interaction_date: new Date("2022-09-19T19:40:12Z"), campaign_id: 24, feedback: "The reviewer asked for a change and the transfer was escalated.", interaction_type: "chat", duration_minutes: 79 },
            { id: 484, customer_id: 157, agent_id: 32, interaction_date: new Date("2022-03-24T09:05:10Z"), campaign_id: 8, feedback: "The team confirmed the details and the record was cancelled.", interaction_type: "email", duration_minutes: 56 },
            { id: 485, customer_id: 26, agent_id: 97, interaction_date: new Date("2023-04-11T13:23:04Z"), campaign_id: 18, feedback: "Flagged as urgent. An operator rescheduled the report.", interaction_type: "email", duration_minutes: 24 },
            { id: 486, customer_id: 169, agent_id: 32, interaction_date: new Date("2023-01-09T23:40:13Z"), campaign_id: 23, feedback: "A duplicate follow-up: the account was resolved.", interaction_type: "chat", duration_minutes: 42 },
            { id: 487, customer_id: 154, agent_id: 54, interaction_date: new Date("2022-10-14T19:12:47Z"), campaign_id: 23, feedback: "No response from the supplier, so the booking was escalated.", interaction_type: "call", duration_minutes: 71 },
            { id: 488, customer_id: 248, agent_id: 12, interaction_date: new Date("2023-10-19T20:57:07Z"), campaign_id: 3, feedback: "Support confirmed the details and the appointment was rejected.", interaction_type: "call", duration_minutes: 62 },
            { id: 489, customer_id: 484, agent_id: 54, interaction_date: new Date("2022-01-25T11:39:41Z"), campaign_id: 2, feedback: "The shipment was rejected — repeat case, no further action.", interaction_type: "call", duration_minutes: 17 },
            { id: 490, customer_id: 157, agent_id: 14, interaction_date: new Date("2022-03-28T08:48:28Z"), campaign_id: 11, feedback: "An operator reported an incomplete issue; the item was refunded.", interaction_type: "call", duration_minutes: 84 },
            { id: 491, customer_id: 305, agent_id: 6, interaction_date: new Date("2023-05-27T16:53:43Z"), campaign_id: 15, feedback: "An unusual follow-up: the booking was updated.", interaction_type: "call", duration_minutes: 67 },
            { id: 492, customer_id: 14, agent_id: 91, interaction_date: new Date("2022-11-16T20:40:49Z"), campaign_id: 7, feedback: "No response from an operator, so the delivery was rejected.", interaction_type: "call", duration_minutes: 63 },
            { id: 493, customer_id: 396, agent_id: 9, interaction_date: new Date("2023-02-05T23:50:45Z"), campaign_id: 27, feedback: null, interaction_type: "email", duration_minutes: 68 },
            { id: 494, customer_id: 319, agent_id: 63, interaction_date: new Date("2023-10-26T19:14:36Z"), campaign_id: 22, feedback: "The customer asked for a change and the document was confirmed.", interaction_type: "call", duration_minutes: 75 },
            { id: 495, customer_id: 47, agent_id: 50, interaction_date: new Date("2022-11-16T20:41:25Z"), campaign_id: 5, feedback: "The document was cancelled — automatic case, no further action.", interaction_type: "chat", duration_minutes: 85 },
            { id: 496, customer_id: 159, agent_id: 92, interaction_date: new Date("2022-07-29T16:22:06Z"), campaign_id: 11, feedback: "An incomplete record was closed the same day.", interaction_type: "call", duration_minutes: 74 },
            { id: 497, customer_id: 301, agent_id: 22, interaction_date: new Date("2022-02-22T11:22:35Z"), campaign_id: 4, feedback: "The reviewer asked for a change and the claim was closed.", interaction_type: "call", duration_minutes: 82 },
            { id: 498, customer_id: 427, agent_id: 21, interaction_date: new Date("2022-06-09T06:17:24Z"), campaign_id: 5, feedback: "A partial document was confirmed the same day.", interaction_type: "chat", duration_minutes: 49 },
            { id: 499, customer_id: 107, agent_id: 100, interaction_date: new Date("2023-11-19T10:43:38Z"), campaign_id: 21, feedback: "No response from support, so the refund was refunded.", interaction_type: "call", duration_minutes: 94 },
            { id: 500, customer_id: 421, agent_id: 35, interaction_date: new Date("2023-06-27T09:22:31Z"), campaign_id: 30, feedback: "The team confirmed the details and the report was resolved.", interaction_type: "email", duration_minutes: 81 },
        ],
    });
    await prisma.interactions.createMany({
        data: [
            { id: 501, customer_id: 26, agent_id: 59, interaction_date: new Date("2022-08-20T18:07:44Z"), campaign_id: 19, feedback: "The account owner confirmed the details and the transfer was delayed.", interaction_type: "email", duration_minutes: 59 },
            { id: 502, customer_id: 123, agent_id: 1, interaction_date: new Date("2022-07-23T13:43:00Z"), campaign_id: 21, feedback: "Support reported a repeat issue; the shipment was updated.", interaction_type: "call", duration_minutes: 95 },
            { id: 503, customer_id: 262, agent_id: 65, interaction_date: new Date("2022-10-07T12:40:33Z"), campaign_id: 3, feedback: "The ticket was replaced — routine case, no further action.", interaction_type: "email", duration_minutes: 55 },
            { id: 504, customer_id: 23, agent_id: 47, interaction_date: new Date("2023-10-06T09:14:59Z"), campaign_id: 6, feedback: "Support asked for a change and the delivery was approved.", interaction_type: "email", duration_minutes: 93 },
            { id: 505, customer_id: 138, agent_id: 24, interaction_date: new Date("2023-06-23T19:56:27Z"), campaign_id: 27, feedback: "No response from an operator, so the item was delayed.", interaction_type: "email", duration_minutes: 47 },
            { id: 506, customer_id: 235, agent_id: 84, interaction_date: new Date("2023-08-03T14:14:53Z"), campaign_id: 1, feedback: "The invoice was approved after a partial check.", interaction_type: "chat", duration_minutes: 53 },
            { id: 507, customer_id: 53, agent_id: 60, interaction_date: new Date("2023-12-13T23:12:31Z"), campaign_id: 26, feedback: "The session was refunded — minor case, no further action.", interaction_type: "email", duration_minutes: 28 },
            { id: 508, customer_id: 492, agent_id: 24, interaction_date: new Date("2023-08-14T09:52:36Z"), campaign_id: 27, feedback: "The order was escalated after an urgent check.", interaction_type: "call", duration_minutes: 41 },
            { id: 509, customer_id: 294, agent_id: 75, interaction_date: new Date("2022-06-06T19:08:39Z"), campaign_id: 4, feedback: "The document was closed following a late review.", interaction_type: "call", duration_minutes: 65 },
            { id: 510, customer_id: 115, agent_id: 34, interaction_date: new Date("2023-06-07T23:56:27Z"), campaign_id: 23, feedback: "No response from support, so the record was updated.", interaction_type: "call", duration_minutes: 62 },
            { id: 511, customer_id: 284, agent_id: 57, interaction_date: new Date("2022-06-15T19:19:25Z"), campaign_id: 25, feedback: "The reviewer confirmed the details and the transfer was reviewed.", interaction_type: "chat", duration_minutes: 57 },
            { id: 512, customer_id: 485, agent_id: 17, interaction_date: new Date("2022-06-03T16:43:39Z"), campaign_id: 26, feedback: null, interaction_type: "call", duration_minutes: 43 },
            { id: 513, customer_id: 290, agent_id: 56, interaction_date: new Date("2023-11-21T04:33:18Z"), campaign_id: 16, feedback: "A partial follow-up: the shipment was reviewed.", interaction_type: "email", duration_minutes: 61 },
            { id: 514, customer_id: 397, agent_id: 87, interaction_date: new Date("2022-03-16T09:33:47Z"), campaign_id: 6, feedback: "No response from the reviewer, so the request was updated.", interaction_type: "chat", duration_minutes: 59 },
            { id: 515, customer_id: 197, agent_id: 19, interaction_date: new Date("2023-04-06T16:27:49Z"), campaign_id: 1, feedback: "The refund was rejected — incomplete case, no further action.", interaction_type: "chat", duration_minutes: 78 },
            { id: 516, customer_id: 186, agent_id: 34, interaction_date: new Date("2022-05-06T11:58:32Z"), campaign_id: 7, feedback: null, interaction_type: "chat", duration_minutes: 71 },
            { id: 517, customer_id: 375, agent_id: 100, interaction_date: new Date("2022-09-15T11:21:23Z"), campaign_id: 21, feedback: "An operator reported a manual issue; the document was escalated.", interaction_type: "call", duration_minutes: 47 },
            { id: 518, customer_id: 293, agent_id: 31, interaction_date: new Date("2023-08-31T16:19:37Z"), campaign_id: 6, feedback: "Support asked for a change and the appointment was reviewed.", interaction_type: "call", duration_minutes: 43 },
            { id: 519, customer_id: 78, agent_id: 16, interaction_date: new Date("2022-03-20T19:45:50Z"), campaign_id: 22, feedback: "A manual follow-up: the payment was updated.", interaction_type: "email", duration_minutes: 45 },
            { id: 520, customer_id: 334, agent_id: 22, interaction_date: new Date("2022-06-28T00:29:54Z"), campaign_id: 16, feedback: "An operator confirmed the details and the delivery was updated.", interaction_type: "call", duration_minutes: 72 },
            { id: 521, customer_id: 378, agent_id: 75, interaction_date: new Date("2023-05-10T16:25:38Z"), campaign_id: 27, feedback: "No response from the customer, so the account was delayed.", interaction_type: "call", duration_minutes: 56 },
            { id: 522, customer_id: 216, agent_id: 39, interaction_date: new Date("2022-12-13T17:17:22Z"), campaign_id: 2, feedback: "The account owner reported a manual issue; the refund was approved.", interaction_type: "email", duration_minutes: 63 },
            { id: 523, customer_id: 83, agent_id: 71, interaction_date: new Date("2022-05-31T21:58:06Z"), campaign_id: 9, feedback: "Support confirmed the details and the report was escalated.", interaction_type: "call", duration_minutes: 64 },
            { id: 524, customer_id: 360, agent_id: 81, interaction_date: new Date("2023-08-05T17:22:35Z"), campaign_id: 14, feedback: "An incomplete follow-up: the booking was cancelled.", interaction_type: "call", duration_minutes: 86 },
            { id: 525, customer_id: 16, agent_id: 32, interaction_date: new Date("2022-02-06T15:58:45Z"), campaign_id: 23, feedback: null, interaction_type: "chat", duration_minutes: 81 },
            { id: 526, customer_id: 238, agent_id: 23, interaction_date: new Date("2023-03-10T17:42:48Z"), campaign_id: 27, feedback: "No response from the reviewer, so the account was escalated.", interaction_type: "email", duration_minutes: 71 },
            { id: 527, customer_id: 376, agent_id: 52, interaction_date: new Date("2023-05-18T12:03:20Z"), campaign_id: 5, feedback: "A duplicate follow-up: the account was approved.", interaction_type: "call", duration_minutes: 66 },
            { id: 528, customer_id: 367, agent_id: 13, interaction_date: new Date("2023-11-02T18:22:56Z"), campaign_id: 25, feedback: "The reviewer asked for a change and the payment was closed.", interaction_type: "chat", duration_minutes: 71 },
            { id: 529, customer_id: 224, agent_id: 50, interaction_date: new Date("2022-04-14T11:59:19Z"), campaign_id: 30, feedback: "Flagged as late. The account owner reopened the request.", interaction_type: "call", duration_minutes: 43 },
            { id: 530, customer_id: 380, agent_id: 13, interaction_date: new Date("2023-08-14T11:53:00Z"), campaign_id: 6, feedback: "The account was reopened after an automatic check.", interaction_type: "call", duration_minutes: 69 },
            { id: 531, customer_id: 321, agent_id: 80, interaction_date: new Date("2023-04-05T16:19:20Z"), campaign_id: 25, feedback: "The refund was completed — urgent case, no further action.", interaction_type: "chat", duration_minutes: 47 },
            { id: 532, customer_id: 230, agent_id: 99, interaction_date: new Date("2023-12-26T16:23:29Z"), campaign_id: 14, feedback: "The payment was refunded following a standard review.", interaction_type: "call", duration_minutes: 66 },
            { id: 533, customer_id: 345, agent_id: 15, interaction_date: new Date("2023-12-03T10:26:49Z"), campaign_id: 19, feedback: "The account owner confirmed the details and the order was approved.", interaction_type: "email", duration_minutes: 80 },
            { id: 534, customer_id: 381, agent_id: 2, interaction_date: new Date("2023-11-16T19:41:28Z"), campaign_id: 4, feedback: "The customer asked for a change and the order was rescheduled.", interaction_type: "email", duration_minutes: 38 },
            { id: 535, customer_id: 296, agent_id: 16, interaction_date: new Date("2022-01-13T10:49:33Z"), campaign_id: 22, feedback: "The payment was approved after a repeat check.", interaction_type: "call", duration_minutes: 47 },
            { id: 536, customer_id: 346, agent_id: 93, interaction_date: new Date("2022-03-16T08:29:39Z"), campaign_id: 11, feedback: "Flagged as standard. The reviewer refunded the refund.", interaction_type: "email", duration_minutes: 84 },
            { id: 537, customer_id: 322, agent_id: 5, interaction_date: new Date("2023-07-31T20:31:16Z"), campaign_id: 22, feedback: "The supplier confirmed the details and the booking was replaced.", interaction_type: "chat", duration_minutes: 91 },
            { id: 538, customer_id: 90, agent_id: 68, interaction_date: new Date("2023-07-07T20:17:13Z"), campaign_id: 30, feedback: "An automatic follow-up: the claim was closed.", interaction_type: "email", duration_minutes: 45 },
            { id: 539, customer_id: 227, agent_id: 72, interaction_date: new Date("2023-12-03T00:21:41Z"), campaign_id: 21, feedback: "An incomplete follow-up: the ticket was refunded.", interaction_type: "call", duration_minutes: 55 },
            { id: 540, customer_id: 218, agent_id: 7, interaction_date: new Date("2023-11-07T23:02:44Z"), campaign_id: 8, feedback: "The supplier reported a repeat issue; the payment was confirmed.", interaction_type: "chat", duration_minutes: 62 },
            { id: 541, customer_id: 209, agent_id: 93, interaction_date: new Date("2022-06-27T19:13:50Z"), campaign_id: 27, feedback: "The customer asked for a change and the payment was reopened.", interaction_type: "email", duration_minutes: 63 },
            { id: 542, customer_id: 7, agent_id: 33, interaction_date: new Date("2022-11-18T08:36:44Z"), campaign_id: 7, feedback: "The supplier asked for a change and the item was refunded.", interaction_type: "call", duration_minutes: 45 },
            { id: 543, customer_id: 112, agent_id: 75, interaction_date: new Date("2022-07-09T21:56:54Z"), campaign_id: 12, feedback: "The reviewer asked for a change and the ticket was rejected.", interaction_type: "call", duration_minutes: 86 },
            { id: 544, customer_id: 27, agent_id: 90, interaction_date: new Date("2023-03-02T18:23:01Z"), campaign_id: 8, feedback: "An incomplete follow-up: the order was reopened.", interaction_type: "call", duration_minutes: 50 },
            { id: 545, customer_id: 13, agent_id: 47, interaction_date: new Date("2022-02-13T17:13:15Z"), campaign_id: 4, feedback: "The customer confirmed the details and the ticket was escalated.", interaction_type: "chat", duration_minutes: 47 },
            { id: 546, customer_id: 393, agent_id: 43, interaction_date: new Date("2023-08-23T06:08:35Z"), campaign_id: 1, feedback: "The transfer was confirmed after an unusual check.", interaction_type: "email", duration_minutes: 77 },
            { id: 547, customer_id: 127, agent_id: 1, interaction_date: new Date("2022-02-04T20:21:20Z"), campaign_id: 11, feedback: "The supplier confirmed the details and the order was completed.", interaction_type: "email", duration_minutes: 29 },
            { id: 548, customer_id: 275, agent_id: 44, interaction_date: new Date("2023-07-29T19:42:28Z"), campaign_id: 3, feedback: "A duplicate session was updated the same day.", interaction_type: "call", duration_minutes: 69 },
            { id: 549, customer_id: 486, agent_id: 27, interaction_date: new Date("2023-06-01T17:30:15Z"), campaign_id: 3, feedback: "A partial follow-up: the account was reviewed.", interaction_type: "chat", duration_minutes: 63 },
            { id: 550, customer_id: 143, agent_id: 9, interaction_date: new Date("2022-08-31T21:39:01Z"), campaign_id: 29, feedback: "A routine follow-up: the invoice was reopened.", interaction_type: "call", duration_minutes: 73 },
            { id: 551, customer_id: 443, agent_id: 4, interaction_date: new Date("2023-02-21T12:31:33Z"), campaign_id: 3, feedback: null, interaction_type: "email", duration_minutes: 72 },
            { id: 552, customer_id: 245, agent_id: 58, interaction_date: new Date("2022-07-25T20:20:40Z"), campaign_id: 16, feedback: "The invoice was replaced — minor case, no further action.", interaction_type: "call", duration_minutes: 63 },
            { id: 553, customer_id: 181, agent_id: 8, interaction_date: new Date("2023-10-03T15:05:19Z"), campaign_id: 2, feedback: "Flagged as incomplete. The courier escalated the ticket.", interaction_type: "chat", duration_minutes: 49 },
            { id: 554, customer_id: 285, agent_id: 16, interaction_date: new Date("2022-05-12T18:30:31Z"), campaign_id: 2, feedback: "Flagged as duplicate. The account owner reviewed the request.", interaction_type: "chat", duration_minutes: 65 },
            { id: 555, customer_id: 83, agent_id: 39, interaction_date: new Date("2023-12-26T17:01:47Z"), campaign_id: 9, feedback: "A duplicate follow-up: the delivery was reopened.", interaction_type: "call", duration_minutes: 83 },
            { id: 556, customer_id: 268, agent_id: 31, interaction_date: new Date("2022-11-02T15:26:06Z"), campaign_id: 11, feedback: "An urgent session was resolved the same day.", interaction_type: "call", duration_minutes: 53 },
            { id: 557, customer_id: 280, agent_id: 72, interaction_date: new Date("2023-05-02T17:23:33Z"), campaign_id: 22, feedback: null, interaction_type: "chat", duration_minutes: 59 },
            { id: 558, customer_id: 172, agent_id: 69, interaction_date: new Date("2022-02-06T15:51:50Z"), campaign_id: 25, feedback: "A late appointment was updated the same day.", interaction_type: "call", duration_minutes: 46 },
            { id: 559, customer_id: 367, agent_id: 84, interaction_date: new Date("2023-10-12T09:35:39Z"), campaign_id: 15, feedback: "The team confirmed the details and the session was cancelled.", interaction_type: "call", duration_minutes: 57 },
            { id: 560, customer_id: 315, agent_id: 25, interaction_date: new Date("2022-03-12T16:08:08Z"), campaign_id: 26, feedback: "The team confirmed the details and the delivery was approved.", interaction_type: "email", duration_minutes: 26 },
            { id: 561, customer_id: 282, agent_id: 83, interaction_date: new Date("2023-12-09T19:11:43Z"), campaign_id: 25, feedback: "The delivery was closed — minor case, no further action.", interaction_type: "call", duration_minutes: 36 },
            { id: 562, customer_id: 118, agent_id: 64, interaction_date: new Date("2022-03-06T18:28:43Z"), campaign_id: 25, feedback: "Flagged as urgent. The account owner cancelled the document.", interaction_type: "call", duration_minutes: 54 },
            { id: 563, customer_id: 175, agent_id: 39, interaction_date: new Date("2022-02-14T18:28:22Z"), campaign_id: 13, feedback: "No response from the reviewer, so the request was processed.", interaction_type: "chat", duration_minutes: 61 },
            { id: 564, customer_id: 399, agent_id: 24, interaction_date: new Date("2022-11-07T22:06:51Z"), campaign_id: 27, feedback: "The appointment was rejected — incomplete case, no further action.", interaction_type: "email", duration_minutes: 24 },
            { id: 565, customer_id: 42, agent_id: 73, interaction_date: new Date("2023-02-03T12:34:41Z"), campaign_id: 8, feedback: "The invoice was approved after an automatic check.", interaction_type: "email", duration_minutes: 85 },
            { id: 566, customer_id: 403, agent_id: 73, interaction_date: new Date("2023-12-23T06:55:58Z"), campaign_id: 30, feedback: null, interaction_type: "email", duration_minutes: 54 },
            { id: 567, customer_id: 391, agent_id: 97, interaction_date: new Date("2023-04-26T18:53:52Z"), campaign_id: 13, feedback: null, interaction_type: "call", duration_minutes: 57 },
            { id: 568, customer_id: 352, agent_id: 59, interaction_date: new Date("2022-03-23T19:34:16Z"), campaign_id: 28, feedback: "The reviewer confirmed the details and the payment was confirmed.", interaction_type: "email", duration_minutes: 70 },
            { id: 569, customer_id: 192, agent_id: 66, interaction_date: new Date("2022-02-28T13:47:01Z"), campaign_id: 17, feedback: "The team confirmed the details and the delivery was approved.", interaction_type: "call", duration_minutes: 74 },
            { id: 570, customer_id: 486, agent_id: 3, interaction_date: new Date("2023-08-05T20:35:29Z"), campaign_id: 27, feedback: null, interaction_type: "email", duration_minutes: 59 },
            { id: 571, customer_id: 186, agent_id: 42, interaction_date: new Date("2022-05-29T23:37:19Z"), campaign_id: 24, feedback: "An unusual order was cancelled the same day.", interaction_type: "call", duration_minutes: 85 },
            { id: 572, customer_id: 9, agent_id: 2, interaction_date: new Date("2023-07-19T12:27:38Z"), campaign_id: 17, feedback: "The customer confirmed the details and the booking was reviewed.", interaction_type: "email", duration_minutes: 85 },
            { id: 573, customer_id: 10, agent_id: 82, interaction_date: new Date("2023-03-23T16:37:23Z"), campaign_id: 4, feedback: "Flagged as automatic. The reviewer rescheduled the refund.", interaction_type: "call", duration_minutes: 83 },
            { id: 574, customer_id: 131, agent_id: 53, interaction_date: new Date("2022-04-04T16:48:25Z"), campaign_id: 8, feedback: "The shipment was approved — unusual case, no further action.", interaction_type: "email", duration_minutes: 58 },
            { id: 575, customer_id: 284, agent_id: 77, interaction_date: new Date("2023-07-21T13:31:19Z"), campaign_id: 26, feedback: "Flagged as manual. The account owner rescheduled the refund.", interaction_type: "chat", duration_minutes: 107 },
            { id: 576, customer_id: 233, agent_id: 21, interaction_date: new Date("2023-05-19T21:11:58Z"), campaign_id: 30, feedback: null, interaction_type: "call", duration_minutes: 67 },
            { id: 577, customer_id: 407, agent_id: 22, interaction_date: new Date("2022-08-23T23:18:17Z"), campaign_id: 29, feedback: "The order was reopened — unusual case, no further action.", interaction_type: "chat", duration_minutes: 49 },
            { id: 578, customer_id: 224, agent_id: 54, interaction_date: new Date("2023-12-26T20:08:57Z"), campaign_id: 6, feedback: "The report was cancelled — incomplete case, no further action.", interaction_type: "email", duration_minutes: 34 },
            { id: 579, customer_id: 182, agent_id: 74, interaction_date: new Date("2022-12-01T13:43:14Z"), campaign_id: 10, feedback: "A duplicate follow-up: the order was delayed.", interaction_type: "email", duration_minutes: 100 },
            { id: 580, customer_id: 77, agent_id: 37, interaction_date: new Date("2022-02-08T19:02:52Z"), campaign_id: 7, feedback: "The shipment was approved — duplicate case, no further action.", interaction_type: "call", duration_minutes: 73 },
            { id: 581, customer_id: 118, agent_id: 56, interaction_date: new Date("2023-03-21T22:11:43Z"), campaign_id: 24, feedback: "Flagged as incomplete. The account owner updated the payment.", interaction_type: "call", duration_minutes: 85 },
            { id: 582, customer_id: 87, agent_id: 18, interaction_date: new Date("2023-05-17T13:40:11Z"), campaign_id: 11, feedback: "An operator asked for a change and the booking was approved.", interaction_type: "email", duration_minutes: 66 },
            { id: 583, customer_id: 418, agent_id: 88, interaction_date: new Date("2023-03-26T16:58:21Z"), campaign_id: 15, feedback: "The booking was replaced following an unusual review.", interaction_type: "chat", duration_minutes: 72 },
            { id: 584, customer_id: 500, agent_id: 14, interaction_date: new Date("2022-03-06T00:08:04Z"), campaign_id: 14, feedback: "Flagged as minor. The account owner rejected the request.", interaction_type: "call", duration_minutes: 27 },
            { id: 585, customer_id: 405, agent_id: 77, interaction_date: new Date("2022-08-18T11:26:59Z"), campaign_id: 11, feedback: "Flagged as partial. Support rescheduled the order.", interaction_type: "chat", duration_minutes: 75 },
            { id: 586, customer_id: 438, agent_id: 67, interaction_date: new Date("2022-08-06T12:49:00Z"), campaign_id: 19, feedback: "The request was approved after an unusual check.", interaction_type: "chat", duration_minutes: 46 },
            { id: 587, customer_id: 154, agent_id: 89, interaction_date: new Date("2023-04-25T09:37:39Z"), campaign_id: 5, feedback: null, interaction_type: "chat", duration_minutes: 50 },
            { id: 588, customer_id: 97, agent_id: 92, interaction_date: new Date("2023-07-18T15:40:41Z"), campaign_id: 12, feedback: "An operator asked for a change and the order was closed.", interaction_type: "email", duration_minutes: 70 },
            { id: 589, customer_id: 497, agent_id: 47, interaction_date: new Date("2023-07-13T13:53:14Z"), campaign_id: 18, feedback: "An operator reported an unusual issue; the document was replaced.", interaction_type: "call", duration_minutes: 93 },
            { id: 590, customer_id: 463, agent_id: 8, interaction_date: new Date("2022-11-22T11:47:24Z"), campaign_id: 29, feedback: "The customer confirmed the details and the report was replaced.", interaction_type: "call", duration_minutes: 60 },
            { id: 591, customer_id: 244, agent_id: 16, interaction_date: new Date("2023-03-12T23:39:42Z"), campaign_id: 1, feedback: "Flagged as partial. The account owner processed the transfer.", interaction_type: "call", duration_minutes: 73 },
            { id: 592, customer_id: 144, agent_id: 45, interaction_date: new Date("2022-02-11T18:36:32Z"), campaign_id: 4, feedback: "The order was delayed following a repeat review.", interaction_type: "email", duration_minutes: 67 },
            { id: 593, customer_id: 5, agent_id: 71, interaction_date: new Date("2022-08-11T13:09:57Z"), campaign_id: 19, feedback: "A repeat session was refunded the same day.", interaction_type: "email", duration_minutes: 40 },
            { id: 594, customer_id: 373, agent_id: 83, interaction_date: new Date("2023-09-04T22:08:04Z"), campaign_id: 7, feedback: "The supplier asked for a change and the appointment was escalated.", interaction_type: "email", duration_minutes: 66 },
            { id: 595, customer_id: 207, agent_id: 56, interaction_date: new Date("2022-11-28T00:14:39Z"), campaign_id: 14, feedback: "The invoice was delayed — manual case, no further action.", interaction_type: "call", duration_minutes: 60 },
            { id: 596, customer_id: 391, agent_id: 24, interaction_date: new Date("2022-01-25T21:32:15Z"), campaign_id: 16, feedback: "An unusual follow-up: the session was confirmed.", interaction_type: "call", duration_minutes: 67 },
            { id: 597, customer_id: 109, agent_id: 33, interaction_date: new Date("2022-12-28T11:28:44Z"), campaign_id: 9, feedback: "The report was completed after an unusual check.", interaction_type: "email", duration_minutes: 57 },
            { id: 598, customer_id: 419, agent_id: 99, interaction_date: new Date("2022-08-27T11:51:17Z"), campaign_id: 4, feedback: "The reviewer confirmed the details and the account was completed.", interaction_type: "chat", duration_minutes: 45 },
            { id: 599, customer_id: 347, agent_id: 67, interaction_date: new Date("2023-05-05T10:48:29Z"), campaign_id: 21, feedback: "The reviewer confirmed the details and the ticket was reopened.", interaction_type: "email", duration_minutes: 69 },
            { id: 600, customer_id: 101, agent_id: 53, interaction_date: new Date("2022-02-08T18:19:57Z"), campaign_id: 1, feedback: "An urgent follow-up: the refund was resolved.", interaction_type: "call", duration_minutes: 88 },
            { id: 601, customer_id: 337, agent_id: 71, interaction_date: new Date("2023-11-25T11:27:53Z"), campaign_id: 14, feedback: null, interaction_type: "call", duration_minutes: 74 },
            { id: 602, customer_id: 265, agent_id: 3, interaction_date: new Date("2023-07-31T14:39:06Z"), campaign_id: 15, feedback: "Flagged as late. Support reviewed the shipment.", interaction_type: "call", duration_minutes: 41 },
            { id: 603, customer_id: 180, agent_id: 19, interaction_date: new Date("2023-08-21T15:37:14Z"), campaign_id: 26, feedback: "The item was processed following a minor review.", interaction_type: "email", duration_minutes: 42 },
            { id: 604, customer_id: 144, agent_id: 94, interaction_date: new Date("2023-12-29T20:50:45Z"), campaign_id: 8, feedback: null, interaction_type: "email", duration_minutes: 63 },
            { id: 605, customer_id: 448, agent_id: 66, interaction_date: new Date("2023-09-15T14:00:36Z"), campaign_id: 30, feedback: "A manual follow-up: the request was escalated.", interaction_type: "call", duration_minutes: 71 },
            { id: 606, customer_id: 490, agent_id: 62, interaction_date: new Date("2023-05-24T20:29:51Z"), campaign_id: 17, feedback: "The order was closed — routine case, no further action.", interaction_type: "email", duration_minutes: 80 },
            { id: 607, customer_id: 301, agent_id: 27, interaction_date: new Date("2022-07-08T18:27:07Z"), campaign_id: 22, feedback: "A standard follow-up: the payment was processed.", interaction_type: "chat", duration_minutes: 73 },
            { id: 608, customer_id: 333, agent_id: 64, interaction_date: new Date("2023-03-14T18:39:22Z"), campaign_id: 8, feedback: "The claim was cancelled — automatic case, no further action.", interaction_type: "call", duration_minutes: 75 },
            { id: 609, customer_id: 317, agent_id: 63, interaction_date: new Date("2023-09-07T17:13:32Z"), campaign_id: 13, feedback: "Flagged as urgent. The customer closed the account.", interaction_type: "call", duration_minutes: 32 },
            { id: 610, customer_id: 6, agent_id: 22, interaction_date: new Date("2023-02-13T05:39:28Z"), campaign_id: 3, feedback: "Flagged as urgent. The reviewer resolved the request.", interaction_type: "email", duration_minutes: 91 },
            { id: 611, customer_id: 492, agent_id: 50, interaction_date: new Date("2023-11-02T22:44:32Z"), campaign_id: 24, feedback: "An automatic refund was rescheduled the same day.", interaction_type: "chat", duration_minutes: 50 },
            { id: 612, customer_id: 383, agent_id: 42, interaction_date: new Date("2022-04-29T19:47:57Z"), campaign_id: 11, feedback: null, interaction_type: "email", duration_minutes: 95 },
            { id: 613, customer_id: 262, agent_id: 58, interaction_date: new Date("2022-09-08T17:56:36Z"), campaign_id: 18, feedback: "An automatic follow-up: the ticket was processed.", interaction_type: "email", duration_minutes: 45 },
            { id: 614, customer_id: 88, agent_id: 28, interaction_date: new Date("2022-08-18T10:37:07Z"), campaign_id: 9, feedback: "The session was updated following an incomplete review.", interaction_type: "chat", duration_minutes: 40 },
            { id: 615, customer_id: 296, agent_id: 97, interaction_date: new Date("2022-09-11T09:58:19Z"), campaign_id: 9, feedback: "A standard follow-up: the delivery was closed.", interaction_type: "call", duration_minutes: 89 },
            { id: 616, customer_id: 97, agent_id: 54, interaction_date: new Date("2022-12-27T19:47:02Z"), campaign_id: 15, feedback: "The record was replaced after a late check.", interaction_type: "email", duration_minutes: 61 },
            { id: 617, customer_id: 102, agent_id: 16, interaction_date: new Date("2022-02-22T18:57:04Z"), campaign_id: 27, feedback: "No response from the courier, so the booking was resolved.", interaction_type: "chat", duration_minutes: 61 },
            { id: 618, customer_id: 80, agent_id: 39, interaction_date: new Date("2022-06-11T07:00:11Z"), campaign_id: 14, feedback: null, interaction_type: "call", duration_minutes: 68 },
            { id: 619, customer_id: 405, agent_id: 95, interaction_date: new Date("2022-05-13T19:20:33Z"), campaign_id: 14, feedback: "Flagged as manual. The account owner replaced the order.", interaction_type: "call", duration_minutes: 49 },
            { id: 620, customer_id: 495, agent_id: 1, interaction_date: new Date("2022-02-08T20:40:32Z"), campaign_id: 18, feedback: "The booking was processed after a routine check.", interaction_type: "call", duration_minutes: 37 },
            { id: 621, customer_id: 79, agent_id: 10, interaction_date: new Date("2023-04-27T13:53:11Z"), campaign_id: 16, feedback: "An urgent payment was cancelled the same day.", interaction_type: "email", duration_minutes: 69 },
            { id: 622, customer_id: 369, agent_id: 81, interaction_date: new Date("2023-05-06T08:05:24Z"), campaign_id: 29, feedback: "The ticket was reviewed — manual case, no further action.", interaction_type: "call", duration_minutes: 86 },
            { id: 623, customer_id: 289, agent_id: 29, interaction_date: new Date("2022-04-28T22:44:11Z"), campaign_id: 30, feedback: "Flagged as routine. An operator resolved the claim.", interaction_type: "email", duration_minutes: 80 },
            { id: 624, customer_id: 214, agent_id: 9, interaction_date: new Date("2022-10-06T08:40:57Z"), campaign_id: 26, feedback: "A repeat follow-up: the claim was completed.", interaction_type: "call", duration_minutes: 47 },
            { id: 625, customer_id: 399, agent_id: 7, interaction_date: new Date("2023-09-16T19:55:00Z"), campaign_id: 29, feedback: "The supplier reported a minor issue; the delivery was reopened.", interaction_type: "email", duration_minutes: 83 },
            { id: 626, customer_id: 165, agent_id: 71, interaction_date: new Date("2022-05-27T10:10:57Z"), campaign_id: 28, feedback: "The request was reopened — late case, no further action.", interaction_type: "call", duration_minutes: 80 },
            { id: 627, customer_id: 58, agent_id: 10, interaction_date: new Date("2022-09-27T17:23:40Z"), campaign_id: 5, feedback: "The customer reported a duplicate issue; the record was rescheduled.", interaction_type: "call", duration_minutes: 57 },
            { id: 628, customer_id: 133, agent_id: 7, interaction_date: new Date("2023-12-24T06:30:39Z"), campaign_id: 20, feedback: "The order was resolved — minor case, no further action.", interaction_type: "call", duration_minutes: 68 },
            { id: 629, customer_id: 109, agent_id: 22, interaction_date: new Date("2023-01-22T10:42:56Z"), campaign_id: 15, feedback: "No response from the team, so the report was rescheduled.", interaction_type: "email", duration_minutes: 77 },
            { id: 630, customer_id: 496, agent_id: 65, interaction_date: new Date("2023-03-19T09:03:44Z"), campaign_id: 11, feedback: "A partial follow-up: the delivery was cancelled.", interaction_type: "call", duration_minutes: 70 },
            { id: 631, customer_id: 444, agent_id: 92, interaction_date: new Date("2023-08-20T07:42:06Z"), campaign_id: 5, feedback: "Flagged as manual. Support cancelled the appointment.", interaction_type: "email", duration_minutes: 68 },
            { id: 632, customer_id: 148, agent_id: 60, interaction_date: new Date("2023-12-29T15:51:24Z"), campaign_id: 12, feedback: "The courier confirmed the details and the item was delayed.", interaction_type: "email", duration_minutes: 61 },
            { id: 633, customer_id: 2, agent_id: 74, interaction_date: new Date("2022-12-26T16:44:53Z"), campaign_id: 29, feedback: "The booking was reopened following a standard review.", interaction_type: "call", duration_minutes: 42 },
            { id: 634, customer_id: 434, agent_id: 56, interaction_date: new Date("2022-12-01T11:47:25Z"), campaign_id: 20, feedback: "The report was rescheduled after a routine check.", interaction_type: "call", duration_minutes: 90 },
            { id: 635, customer_id: 189, agent_id: 89, interaction_date: new Date("2022-07-21T12:05:59Z"), campaign_id: 19, feedback: "The booking was resolved following an incomplete review.", interaction_type: "chat", duration_minutes: 91 },
            { id: 636, customer_id: 5, agent_id: 91, interaction_date: new Date("2022-07-08T08:15:00Z"), campaign_id: 9, feedback: "The courier confirmed the details and the payment was completed.", interaction_type: "call", duration_minutes: 44 },
            { id: 637, customer_id: 32, agent_id: 31, interaction_date: new Date("2023-07-19T09:06:05Z"), campaign_id: 6, feedback: null, interaction_type: "chat", duration_minutes: 69 },
            { id: 638, customer_id: 108, agent_id: 19, interaction_date: new Date("2023-09-06T00:05:18Z"), campaign_id: 12, feedback: "The ticket was delayed — urgent case, no further action.", interaction_type: "chat", duration_minutes: 34 },
            { id: 639, customer_id: 254, agent_id: 26, interaction_date: new Date("2022-01-24T04:06:07Z"), campaign_id: 21, feedback: "The ticket was updated after a duplicate check.", interaction_type: "email", duration_minutes: 70 },
            { id: 640, customer_id: 45, agent_id: 67, interaction_date: new Date("2023-10-25T16:58:23Z"), campaign_id: 2, feedback: "The account owner asked for a change and the invoice was escalated.", interaction_type: "call", duration_minutes: 49 },
            { id: 641, customer_id: 69, agent_id: 20, interaction_date: new Date("2022-05-19T17:31:49Z"), campaign_id: 24, feedback: "An operator confirmed the details and the session was updated.", interaction_type: "call", duration_minutes: 44 },
            { id: 642, customer_id: 10, agent_id: 45, interaction_date: new Date("2023-09-03T17:15:19Z"), campaign_id: 5, feedback: "An urgent appointment was confirmed the same day.", interaction_type: "chat", duration_minutes: 96 },
            { id: 643, customer_id: 93, agent_id: 8, interaction_date: new Date("2023-02-02T05:41:47Z"), campaign_id: 15, feedback: null, interaction_type: "call", duration_minutes: 25 },
            { id: 644, customer_id: 116, agent_id: 65, interaction_date: new Date("2023-02-15T09:41:56Z"), campaign_id: 25, feedback: "Flagged as standard. The supplier delayed the appointment.", interaction_type: "chat", duration_minutes: 72 },
            { id: 645, customer_id: 487, agent_id: 68, interaction_date: new Date("2023-12-03T12:12:29Z"), campaign_id: 23, feedback: "A minor follow-up: the claim was closed.", interaction_type: "email", duration_minutes: 66 },
            { id: 646, customer_id: 414, agent_id: 29, interaction_date: new Date("2022-12-30T12:33:52Z"), campaign_id: 15, feedback: "The team reported a minor issue; the account was closed.", interaction_type: "call", duration_minutes: 60 },
            { id: 647, customer_id: 402, agent_id: 57, interaction_date: new Date("2023-09-21T16:24:46Z"), campaign_id: 18, feedback: "A minor transfer was reopened the same day.", interaction_type: "email", duration_minutes: 53 },
            { id: 648, customer_id: 449, agent_id: 95, interaction_date: new Date("2022-12-19T09:26:37Z"), campaign_id: 17, feedback: "The ticket was completed — incomplete case, no further action.", interaction_type: "chat", duration_minutes: 67 },
            { id: 649, customer_id: 34, agent_id: 35, interaction_date: new Date("2022-06-19T17:45:00Z"), campaign_id: 2, feedback: "A minor follow-up: the refund was cancelled.", interaction_type: "call", duration_minutes: 64 },
            { id: 650, customer_id: 448, agent_id: 73, interaction_date: new Date("2023-12-07T17:58:54Z"), campaign_id: 19, feedback: "A late item was reviewed the same day.", interaction_type: "call", duration_minutes: 43 },
            { id: 651, customer_id: 255, agent_id: 7, interaction_date: new Date("2023-10-28T06:14:21Z"), campaign_id: 29, feedback: "No response from the courier, so the order was rescheduled.", interaction_type: "call", duration_minutes: 61 },
            { id: 652, customer_id: 38, agent_id: 76, interaction_date: new Date("2022-03-25T13:52:12Z"), campaign_id: 27, feedback: "Support asked for a change and the appointment was delayed.", interaction_type: "email", duration_minutes: 58 },
            { id: 653, customer_id: 158, agent_id: 87, interaction_date: new Date("2022-11-22T20:33:58Z"), campaign_id: 12, feedback: "The ticket was delayed after a minor check.", interaction_type: "email", duration_minutes: 76 },
            { id: 654, customer_id: 420, agent_id: 51, interaction_date: new Date("2022-02-11T22:36:08Z"), campaign_id: 26, feedback: "No response from the supplier, so the delivery was rescheduled.", interaction_type: "chat", duration_minutes: 33 },
            { id: 655, customer_id: 197, agent_id: 64, interaction_date: new Date("2023-06-29T14:00:38Z"), campaign_id: 25, feedback: "The session was resolved after an urgent check.", interaction_type: "call", duration_minutes: 55 },
            { id: 656, customer_id: 64, agent_id: 30, interaction_date: new Date("2022-08-21T12:43:05Z"), campaign_id: 21, feedback: "The booking was reopened after a repeat check.", interaction_type: "call", duration_minutes: 26 },
            { id: 657, customer_id: 46, agent_id: 83, interaction_date: new Date("2022-03-05T18:40:19Z"), campaign_id: 1, feedback: "The supplier reported a standard issue; the claim was processed.", interaction_type: "call", duration_minutes: 34 },
            { id: 658, customer_id: 147, agent_id: 35, interaction_date: new Date("2023-12-18T16:13:07Z"), campaign_id: 9, feedback: "The claim was reopened following a late review.", interaction_type: "call", duration_minutes: 71 },
            { id: 659, customer_id: 260, agent_id: 64, interaction_date: new Date("2022-05-17T09:09:52Z"), campaign_id: 7, feedback: "The customer confirmed the details and the order was cancelled.", interaction_type: "call", duration_minutes: 65 },
            { id: 660, customer_id: 328, agent_id: 58, interaction_date: new Date("2022-07-24T11:39:12Z"), campaign_id: 14, feedback: "The courier reported an incomplete issue; the payment was refunded.", interaction_type: "chat", duration_minutes: 70 },
            { id: 661, customer_id: 406, agent_id: 71, interaction_date: new Date("2022-03-25T13:36:55Z"), campaign_id: 24, feedback: "No response from the customer, so the request was closed.", interaction_type: "email", duration_minutes: 68 },
            { id: 662, customer_id: 209, agent_id: 12, interaction_date: new Date("2023-05-31T08:10:03Z"), campaign_id: 11, feedback: "No response from the supplier, so the request was resolved.", interaction_type: "chat", duration_minutes: 88 },
            { id: 663, customer_id: 38, agent_id: 61, interaction_date: new Date("2023-04-09T17:37:59Z"), campaign_id: 5, feedback: "The supplier asked for a change and the appointment was reopened.", interaction_type: "call", duration_minutes: 68 },
            { id: 664, customer_id: 122, agent_id: 66, interaction_date: new Date("2022-12-11T13:06:25Z"), campaign_id: 18, feedback: "An automatic payment was replaced the same day.", interaction_type: "email", duration_minutes: 61 },
            { id: 665, customer_id: 352, agent_id: 7, interaction_date: new Date("2022-02-18T10:36:06Z"), campaign_id: 13, feedback: "The team asked for a change and the claim was cancelled.", interaction_type: "chat", duration_minutes: 50 },
            { id: 666, customer_id: 52, agent_id: 1, interaction_date: new Date("2022-01-13T14:05:16Z"), campaign_id: 17, feedback: "No response from support, so the invoice was updated.", interaction_type: "call", duration_minutes: 64 },
            { id: 667, customer_id: 493, agent_id: 1, interaction_date: new Date("2022-01-12T18:18:12Z"), campaign_id: 11, feedback: "The reviewer confirmed the details and the request was replaced.", interaction_type: "call", duration_minutes: 53 },
            { id: 668, customer_id: 30, agent_id: 2, interaction_date: new Date("2023-07-07T14:19:49Z"), campaign_id: 2, feedback: "Flagged as minor. The team approved the item.", interaction_type: "call", duration_minutes: 38 },
            { id: 669, customer_id: 162, agent_id: 53, interaction_date: new Date("2023-10-29T19:46:59Z"), campaign_id: 5, feedback: "No response from support, so the item was escalated.", interaction_type: "email", duration_minutes: 50 },
            { id: 670, customer_id: 163, agent_id: 39, interaction_date: new Date("2022-07-19T10:38:06Z"), campaign_id: 18, feedback: "The item was rescheduled following a minor review.", interaction_type: "chat", duration_minutes: 48 },
            { id: 671, customer_id: 234, agent_id: 71, interaction_date: new Date("2022-04-15T11:07:51Z"), campaign_id: 18, feedback: "The ticket was cancelled following an incomplete review.", interaction_type: "call", duration_minutes: 79 },
            { id: 672, customer_id: 92, agent_id: 94, interaction_date: new Date("2023-04-17T07:03:01Z"), campaign_id: 16, feedback: "A manual report was completed the same day.", interaction_type: "chat", duration_minutes: 41 },
            { id: 673, customer_id: 67, agent_id: 67, interaction_date: new Date("2023-02-05T12:55:27Z"), campaign_id: 1, feedback: "The item was replaced following an unusual review.", interaction_type: "call", duration_minutes: 63 },
            { id: 674, customer_id: 436, agent_id: 14, interaction_date: new Date("2022-07-19T07:45:28Z"), campaign_id: 25, feedback: "An operator confirmed the details and the session was completed.", interaction_type: "call", duration_minutes: 76 },
            { id: 675, customer_id: 264, agent_id: 92, interaction_date: new Date("2022-12-29T18:02:07Z"), campaign_id: 18, feedback: "The account owner reported a manual issue; the appointment was cancelled.", interaction_type: "call", duration_minutes: 76 },
            { id: 676, customer_id: 488, agent_id: 30, interaction_date: new Date("2022-11-18T16:36:14Z"), campaign_id: 25, feedback: "The account was updated — duplicate case, no further action.", interaction_type: "call", duration_minutes: 38 },
            { id: 677, customer_id: 114, agent_id: 99, interaction_date: new Date("2023-11-22T12:45:29Z"), campaign_id: 19, feedback: "The item was reviewed following a partial review.", interaction_type: "chat", duration_minutes: 60 },
            { id: 678, customer_id: 18, agent_id: 63, interaction_date: new Date("2023-04-15T09:37:10Z"), campaign_id: 7, feedback: "The order was completed following a duplicate review.", interaction_type: "email", duration_minutes: 64 },
            { id: 679, customer_id: 12, agent_id: 45, interaction_date: new Date("2023-01-04T20:46:57Z"), campaign_id: 18, feedback: "No response from the supplier, so the request was cancelled.", interaction_type: "chat", duration_minutes: 51 },
            { id: 680, customer_id: 251, agent_id: 14, interaction_date: new Date("2022-12-03T08:47:30Z"), campaign_id: 2, feedback: null, interaction_type: "call", duration_minutes: 57 },
            { id: 681, customer_id: 248, agent_id: 42, interaction_date: new Date("2023-10-29T16:46:58Z"), campaign_id: 2, feedback: "The account was escalated following an urgent review.", interaction_type: "email", duration_minutes: 57 },
            { id: 682, customer_id: 438, agent_id: 25, interaction_date: new Date("2023-11-09T18:23:12Z"), campaign_id: 11, feedback: "The account owner reported a routine issue; the booking was confirmed.", interaction_type: "email", duration_minutes: 48 },
            { id: 683, customer_id: 493, agent_id: 56, interaction_date: new Date("2023-11-24T16:27:12Z"), campaign_id: 30, feedback: "The record was escalated after a duplicate check.", interaction_type: "call", duration_minutes: 50 },
            { id: 684, customer_id: 124, agent_id: 7, interaction_date: new Date("2022-02-26T12:42:23Z"), campaign_id: 25, feedback: "The ticket was reviewed after a duplicate check.", interaction_type: "email", duration_minutes: 37 },
            { id: 685, customer_id: 160, agent_id: 22, interaction_date: new Date("2023-02-20T23:59:33Z"), campaign_id: 8, feedback: "Flagged as late. The team reopened the report.", interaction_type: "call", duration_minutes: 36 },
            { id: 686, customer_id: 365, agent_id: 69, interaction_date: new Date("2023-12-16T11:59:52Z"), campaign_id: 14, feedback: "Support reported a routine issue; the invoice was rejected.", interaction_type: "email", duration_minutes: 73 },
            { id: 687, customer_id: 115, agent_id: 19, interaction_date: new Date("2023-07-24T18:05:09Z"), campaign_id: 5, feedback: "Flagged as incomplete. The supplier cancelled the claim.", interaction_type: "call", duration_minutes: 64 },
            { id: 688, customer_id: 294, agent_id: 91, interaction_date: new Date("2023-07-07T16:25:53Z"), campaign_id: 27, feedback: "A duplicate refund was refunded the same day.", interaction_type: "email", duration_minutes: 43 },
            { id: 689, customer_id: 56, agent_id: 51, interaction_date: new Date("2022-01-25T13:04:05Z"), campaign_id: 14, feedback: "The ticket was escalated after an urgent check.", interaction_type: "call", duration_minutes: 84 },
            { id: 690, customer_id: 478, agent_id: 20, interaction_date: new Date("2022-04-17T19:02:43Z"), campaign_id: 8, feedback: "An incomplete follow-up: the request was refunded.", interaction_type: "call", duration_minutes: 79 },
            { id: 691, customer_id: 172, agent_id: 4, interaction_date: new Date("2023-04-04T17:20:13Z"), campaign_id: 27, feedback: "Support confirmed the details and the report was replaced.", interaction_type: "email", duration_minutes: 68 },
            { id: 692, customer_id: 308, agent_id: 42, interaction_date: new Date("2023-01-11T21:11:43Z"), campaign_id: 24, feedback: "No response from the courier, so the transfer was refunded.", interaction_type: "chat", duration_minutes: 74 },
            { id: 693, customer_id: 393, agent_id: 31, interaction_date: new Date("2022-09-07T19:49:16Z"), campaign_id: 7, feedback: "The account was refunded following a duplicate review.", interaction_type: "call", duration_minutes: 31 },
            { id: 694, customer_id: 374, agent_id: 38, interaction_date: new Date("2022-12-11T14:18:29Z"), campaign_id: 13, feedback: "A manual follow-up: the invoice was completed.", interaction_type: "chat", duration_minutes: 84 },
            { id: 695, customer_id: 262, agent_id: 8, interaction_date: new Date("2022-04-01T21:39:40Z"), campaign_id: 17, feedback: "The record was processed — standard case, no further action.", interaction_type: "call", duration_minutes: 61 },
            { id: 696, customer_id: 258, agent_id: 99, interaction_date: new Date("2022-12-15T15:33:19Z"), campaign_id: 23, feedback: "The report was delayed — routine case, no further action.", interaction_type: "call", duration_minutes: 70 },
            { id: 697, customer_id: 173, agent_id: 76, interaction_date: new Date("2023-10-22T19:41:07Z"), campaign_id: 14, feedback: null, interaction_type: "call", duration_minutes: 52 },
            { id: 698, customer_id: 297, agent_id: 79, interaction_date: new Date("2023-08-17T23:45:01Z"), campaign_id: 21, feedback: "The account owner reported an unusual issue; the booking was closed.", interaction_type: "chat", duration_minutes: 52 },
            { id: 699, customer_id: 132, agent_id: 44, interaction_date: new Date("2022-01-05T19:48:47Z"), campaign_id: 8, feedback: "No response from the team, so the booking was rejected.", interaction_type: "call", duration_minutes: 61 },
            { id: 700, customer_id: 287, agent_id: 100, interaction_date: new Date("2023-06-07T09:48:10Z"), campaign_id: 16, feedback: "An automatic follow-up: the delivery was confirmed.", interaction_type: "call", duration_minutes: 77 },
            { id: 701, customer_id: 189, agent_id: 19, interaction_date: new Date("2022-04-02T10:42:02Z"), campaign_id: 10, feedback: "An urgent session was replaced the same day.", interaction_type: "call", duration_minutes: 69 },
            { id: 702, customer_id: 114, agent_id: 63, interaction_date: new Date("2022-01-19T19:02:38Z"), campaign_id: 10, feedback: "The delivery was rejected after an unusual check.", interaction_type: "email", duration_minutes: 49 },
            { id: 703, customer_id: 174, agent_id: 73, interaction_date: new Date("2022-03-08T15:04:41Z"), campaign_id: 1, feedback: "The item was reviewed following an automatic review.", interaction_type: "call", duration_minutes: 63 },
            { id: 704, customer_id: 339, agent_id: 49, interaction_date: new Date("2022-09-13T18:55:38Z"), campaign_id: 7, feedback: "The supplier asked for a change and the refund was reviewed.", interaction_type: "chat", duration_minutes: 37 },
            { id: 705, customer_id: 358, agent_id: 62, interaction_date: new Date("2023-05-24T13:26:09Z"), campaign_id: 21, feedback: "The claim was completed after an automatic check.", interaction_type: "chat", duration_minutes: 65 },
            { id: 706, customer_id: 363, agent_id: 38, interaction_date: new Date("2022-01-12T14:09:32Z"), campaign_id: 1, feedback: "Flagged as standard. The supplier reopened the document.", interaction_type: "call", duration_minutes: 39 },
            { id: 707, customer_id: 247, agent_id: 67, interaction_date: new Date("2023-08-14T21:35:13Z"), campaign_id: 27, feedback: "The account owner asked for a change and the account was confirmed.", interaction_type: "chat", duration_minutes: 44 },
            { id: 708, customer_id: 84, agent_id: 32, interaction_date: new Date("2022-04-20T21:38:21Z"), campaign_id: 9, feedback: "The customer confirmed the details and the appointment was rescheduled.", interaction_type: "email", duration_minutes: 66 },
            { id: 709, customer_id: 460, agent_id: 20, interaction_date: new Date("2022-01-12T02:49:51Z"), campaign_id: 20, feedback: "The team reported a manual issue; the appointment was rejected.", interaction_type: "call", duration_minutes: 57 },
            { id: 710, customer_id: 481, agent_id: 86, interaction_date: new Date("2023-04-26T07:16:33Z"), campaign_id: 3, feedback: "The customer reported a routine issue; the refund was closed.", interaction_type: "call", duration_minutes: 26 },
            { id: 711, customer_id: 13, agent_id: 7, interaction_date: new Date("2022-03-28T09:39:23Z"), campaign_id: 6, feedback: "A duplicate follow-up: the order was resolved.", interaction_type: "call", duration_minutes: 74 },
            { id: 712, customer_id: 89, agent_id: 40, interaction_date: new Date("2023-12-12T22:53:36Z"), campaign_id: 12, feedback: null, interaction_type: "call", duration_minutes: 57 },
            { id: 713, customer_id: 388, agent_id: 74, interaction_date: new Date("2022-09-17T22:59:31Z"), campaign_id: 20, feedback: "The shipment was approved — standard case, no further action.", interaction_type: "email", duration_minutes: 64 },
            { id: 714, customer_id: 420, agent_id: 70, interaction_date: new Date("2023-03-09T16:53:16Z"), campaign_id: 17, feedback: "The account owner reported an automatic issue; the delivery was confirmed.", interaction_type: "call", duration_minutes: 68 },
            { id: 715, customer_id: 259, agent_id: 68, interaction_date: new Date("2022-08-27T15:02:07Z"), campaign_id: 20, feedback: "A manual follow-up: the ticket was reviewed.", interaction_type: "call", duration_minutes: 52 },
            { id: 716, customer_id: 47, agent_id: 60, interaction_date: new Date("2022-02-23T10:06:04Z"), campaign_id: 20, feedback: "Flagged as automatic. Support updated the report.", interaction_type: "chat", duration_minutes: 68 },
            { id: 717, customer_id: 482, agent_id: 65, interaction_date: new Date("2022-07-24T18:57:37Z"), campaign_id: 28, feedback: "A late delivery was reviewed the same day.", interaction_type: "email", duration_minutes: 77 },
            { id: 718, customer_id: 401, agent_id: 18, interaction_date: new Date("2022-12-22T21:34:05Z"), campaign_id: 3, feedback: "The supplier confirmed the details and the appointment was reopened.", interaction_type: "call", duration_minutes: 86 },
            { id: 719, customer_id: 310, agent_id: 11, interaction_date: new Date("2022-10-12T20:30:38Z"), campaign_id: 13, feedback: "An urgent follow-up: the account was escalated.", interaction_type: "email", duration_minutes: 50 },
            { id: 720, customer_id: 488, agent_id: 29, interaction_date: new Date("2023-07-23T21:38:12Z"), campaign_id: 8, feedback: "Flagged as urgent. An operator replaced the account.", interaction_type: "call", duration_minutes: 46 },
            { id: 721, customer_id: 80, agent_id: 18, interaction_date: new Date("2022-08-22T06:10:40Z"), campaign_id: 28, feedback: "The customer asked for a change and the claim was closed.", interaction_type: "email", duration_minutes: 53 },
            { id: 722, customer_id: 70, agent_id: 60, interaction_date: new Date("2022-07-25T13:08:27Z"), campaign_id: 28, feedback: "The courier reported an urgent issue; the order was approved.", interaction_type: "call", duration_minutes: 57 },
            { id: 723, customer_id: 23, agent_id: 78, interaction_date: new Date("2022-06-13T11:57:57Z"), campaign_id: 8, feedback: "The transfer was approved after an automatic check.", interaction_type: "call", duration_minutes: 84 },
            { id: 724, customer_id: 463, agent_id: 26, interaction_date: new Date("2023-08-03T00:06:46Z"), campaign_id: 16, feedback: "The reviewer confirmed the details and the shipment was confirmed.", interaction_type: "email", duration_minutes: 64 },
            { id: 725, customer_id: 432, agent_id: 76, interaction_date: new Date("2023-12-25T15:47:21Z"), campaign_id: 4, feedback: "The shipment was approved — duplicate case, no further action.", interaction_type: "call", duration_minutes: 53 },
            { id: 726, customer_id: 420, agent_id: 63, interaction_date: new Date("2022-09-02T08:11:40Z"), campaign_id: 4, feedback: "The refund was reopened after an urgent check.", interaction_type: "call", duration_minutes: 64 },
            { id: 727, customer_id: 175, agent_id: 19, interaction_date: new Date("2023-07-20T09:59:49Z"), campaign_id: 26, feedback: "The transfer was reopened following a routine review.", interaction_type: "call", duration_minutes: 35 },
            { id: 728, customer_id: 252, agent_id: 63, interaction_date: new Date("2022-12-12T17:30:22Z"), campaign_id: 10, feedback: "An operator asked for a change and the shipment was delayed.", interaction_type: "chat", duration_minutes: 21 },
            { id: 729, customer_id: 34, agent_id: 88, interaction_date: new Date("2022-06-10T19:21:58Z"), campaign_id: 24, feedback: "The supplier reported an urgent issue; the booking was refunded.", interaction_type: "call", duration_minutes: 47 },
            { id: 730, customer_id: 311, agent_id: 19, interaction_date: new Date("2023-12-22T16:49:18Z"), campaign_id: 3, feedback: null, interaction_type: "call", duration_minutes: 69 },
            { id: 731, customer_id: 334, agent_id: 49, interaction_date: new Date("2023-11-20T09:46:07Z"), campaign_id: 18, feedback: "The courier asked for a change and the ticket was reviewed.", interaction_type: "chat", duration_minutes: 93 },
            { id: 732, customer_id: 402, agent_id: 94, interaction_date: new Date("2023-01-19T13:36:24Z"), campaign_id: 7, feedback: "No response from the team, so the report was reopened.", interaction_type: "chat", duration_minutes: 51 },
            { id: 733, customer_id: 268, agent_id: 68, interaction_date: new Date("2022-12-02T08:59:14Z"), campaign_id: 10, feedback: "No response from an operator, so the record was resolved.", interaction_type: "chat", duration_minutes: 60 },
            { id: 734, customer_id: 294, agent_id: 10, interaction_date: new Date("2022-12-22T09:48:38Z"), campaign_id: 26, feedback: "The payment was confirmed — urgent case, no further action.", interaction_type: "chat", duration_minutes: 42 },
            { id: 735, customer_id: 481, agent_id: 78, interaction_date: new Date("2022-01-02T21:19:16Z"), campaign_id: 16, feedback: "No response from the courier, so the report was delayed.", interaction_type: "call", duration_minutes: 87 },
            { id: 736, customer_id: 359, agent_id: 82, interaction_date: new Date("2022-08-03T13:39:03Z"), campaign_id: 3, feedback: "A partial follow-up: the payment was cancelled.", interaction_type: "chat", duration_minutes: 31 },
            { id: 737, customer_id: 211, agent_id: 34, interaction_date: new Date("2023-06-17T22:22:44Z"), campaign_id: 10, feedback: null, interaction_type: "call", duration_minutes: 48 },
            { id: 738, customer_id: 59, agent_id: 65, interaction_date: new Date("2022-08-18T18:23:27Z"), campaign_id: 24, feedback: "The customer confirmed the details and the item was refunded.", interaction_type: "email", duration_minutes: 64 },
            { id: 739, customer_id: 93, agent_id: 44, interaction_date: new Date("2022-10-16T20:54:40Z"), campaign_id: 9, feedback: null, interaction_type: "call", duration_minutes: 79 },
            { id: 740, customer_id: 9, agent_id: 67, interaction_date: new Date("2023-05-11T23:46:35Z"), campaign_id: 30, feedback: "The order was reopened following a standard review.", interaction_type: "email", duration_minutes: 23 },
            { id: 741, customer_id: 392, agent_id: 82, interaction_date: new Date("2022-07-17T22:41:39Z"), campaign_id: 6, feedback: "The claim was confirmed — automatic case, no further action.", interaction_type: "call", duration_minutes: 68 },
            { id: 742, customer_id: 332, agent_id: 49, interaction_date: new Date("2023-09-05T18:22:39Z"), campaign_id: 21, feedback: "The refund was completed after an unusual check.", interaction_type: "call", duration_minutes: 62 },
            { id: 743, customer_id: 293, agent_id: 4, interaction_date: new Date("2023-10-18T01:55:08Z"), campaign_id: 9, feedback: "A standard follow-up: the document was completed.", interaction_type: "email", duration_minutes: 45 },
            { id: 744, customer_id: 331, agent_id: 9, interaction_date: new Date("2022-11-25T16:02:10Z"), campaign_id: 24, feedback: "Flagged as partial. The supplier reopened the booking.", interaction_type: "call", duration_minutes: 53 },
            { id: 745, customer_id: 293, agent_id: 13, interaction_date: new Date("2023-12-10T12:05:00Z"), campaign_id: 1, feedback: "Flagged as duplicate. The reviewer approved the item.", interaction_type: "email", duration_minutes: 62 },
            { id: 746, customer_id: 440, agent_id: 44, interaction_date: new Date("2023-08-30T04:40:36Z"), campaign_id: 26, feedback: "No response from the account owner, so the order was replaced.", interaction_type: "chat", duration_minutes: 35 },
            { id: 747, customer_id: 330, agent_id: 81, interaction_date: new Date("2022-01-24T18:28:01Z"), campaign_id: 22, feedback: "A partial follow-up: the request was refunded.", interaction_type: "call", duration_minutes: 27 },
            { id: 748, customer_id: 264, agent_id: 4, interaction_date: new Date("2023-05-03T18:47:59Z"), campaign_id: 2, feedback: "No response from the team, so the delivery was rejected.", interaction_type: "email", duration_minutes: 98 },
            { id: 749, customer_id: 126, agent_id: 30, interaction_date: new Date("2022-06-10T20:20:44Z"), campaign_id: 20, feedback: "Flagged as repeat. The account owner resolved the report.", interaction_type: "email", duration_minutes: 71 },
            { id: 750, customer_id: 296, agent_id: 35, interaction_date: new Date("2023-10-01T12:13:51Z"), campaign_id: 3, feedback: "The report was replaced — incomplete case, no further action.", interaction_type: "call", duration_minutes: 37 },
            { id: 751, customer_id: 153, agent_id: 95, interaction_date: new Date("2022-10-06T08:29:15Z"), campaign_id: 28, feedback: "No response from the supplier, so the appointment was delayed.", interaction_type: "chat", duration_minutes: 78 },
            { id: 752, customer_id: 50, agent_id: 8, interaction_date: new Date("2023-02-17T09:35:39Z"), campaign_id: 25, feedback: "The claim was refunded after a partial check.", interaction_type: "call", duration_minutes: 73 },
            { id: 753, customer_id: 253, agent_id: 56, interaction_date: new Date("2023-07-01T21:47:50Z"), campaign_id: 9, feedback: "The account was rescheduled following an incomplete review.", interaction_type: "chat", duration_minutes: 47 },
            { id: 754, customer_id: 83, agent_id: 50, interaction_date: new Date("2023-11-29T21:47:31Z"), campaign_id: 14, feedback: "An incomplete item was confirmed the same day.", interaction_type: "chat", duration_minutes: 71 },
            { id: 755, customer_id: 217, agent_id: 56, interaction_date: new Date("2022-05-23T17:52:34Z"), campaign_id: 21, feedback: "The appointment was rescheduled following a routine review.", interaction_type: "email", duration_minutes: 47 },
            { id: 756, customer_id: 493, agent_id: 22, interaction_date: new Date("2023-04-22T13:20:09Z"), campaign_id: 7, feedback: "No response from the reviewer, so the request was reviewed.", interaction_type: "call", duration_minutes: 48 },
            { id: 757, customer_id: 135, agent_id: 15, interaction_date: new Date("2022-12-13T13:27:39Z"), campaign_id: 20, feedback: "The courier confirmed the details and the report was updated.", interaction_type: "chat", duration_minutes: 43 },
            { id: 758, customer_id: 35, agent_id: 53, interaction_date: new Date("2022-03-15T15:31:07Z"), campaign_id: 15, feedback: "A partial record was resolved the same day.", interaction_type: "email", duration_minutes: 63 },
            { id: 759, customer_id: 414, agent_id: 38, interaction_date: new Date("2023-01-29T13:05:09Z"), campaign_id: 26, feedback: "The invoice was reopened — minor case, no further action.", interaction_type: "chat", duration_minutes: 38 },
            { id: 760, customer_id: 105, agent_id: 85, interaction_date: new Date("2022-09-30T00:02:13Z"), campaign_id: 23, feedback: "An automatic delivery was closed the same day.", interaction_type: "call", duration_minutes: 85 },
            { id: 761, customer_id: 93, agent_id: 17, interaction_date: new Date("2022-05-30T12:43:10Z"), campaign_id: 6, feedback: "The supplier asked for a change and the session was confirmed.", interaction_type: "call", duration_minutes: 36 },
            { id: 762, customer_id: 333, agent_id: 39, interaction_date: new Date("2022-12-15T20:33:29Z"), campaign_id: 28, feedback: "The team confirmed the details and the appointment was rescheduled.", interaction_type: "call", duration_minutes: 71 },
            { id: 763, customer_id: 465, agent_id: 18, interaction_date: new Date("2023-01-15T18:04:29Z"), campaign_id: 18, feedback: "No response from the customer, so the request was updated.", interaction_type: "chat", duration_minutes: 91 },
            { id: 764, customer_id: 278, agent_id: 6, interaction_date: new Date("2023-01-28T16:22:51Z"), campaign_id: 7, feedback: null, interaction_type: "email", duration_minutes: 78 },
            { id: 765, customer_id: 81, agent_id: 71, interaction_date: new Date("2022-12-19T19:17:09Z"), campaign_id: 13, feedback: "A partial invoice was reopened the same day.", interaction_type: "call", duration_minutes: 60 },
            { id: 766, customer_id: 135, agent_id: 16, interaction_date: new Date("2023-03-21T20:19:02Z"), campaign_id: 16, feedback: "No response from support, so the transfer was reviewed.", interaction_type: "email", duration_minutes: 70 },
            { id: 767, customer_id: 275, agent_id: 28, interaction_date: new Date("2022-01-08T07:37:48Z"), campaign_id: 4, feedback: "The account was closed — late case, no further action.", interaction_type: "call", duration_minutes: 78 },
            { id: 768, customer_id: 411, agent_id: 79, interaction_date: new Date("2022-08-26T08:00:21Z"), campaign_id: 18, feedback: "No response from an operator, so the claim was closed.", interaction_type: "call", duration_minutes: 58 },
            { id: 769, customer_id: 240, agent_id: 50, interaction_date: new Date("2022-05-09T18:51:05Z"), campaign_id: 20, feedback: "The order was cancelled — late case, no further action.", interaction_type: "call", duration_minutes: 69 },
            { id: 770, customer_id: 373, agent_id: 19, interaction_date: new Date("2022-10-02T08:39:18Z"), campaign_id: 1, feedback: "The item was rescheduled after an urgent check.", interaction_type: "chat", duration_minutes: 31 },
            { id: 771, customer_id: 18, agent_id: 27, interaction_date: new Date("2022-08-15T17:46:57Z"), campaign_id: 20, feedback: "The report was confirmed — late case, no further action.", interaction_type: "call", duration_minutes: 71 },
            { id: 772, customer_id: 110, agent_id: 8, interaction_date: new Date("2022-09-04T17:02:57Z"), campaign_id: 24, feedback: "The refund was refunded following an urgent review.", interaction_type: "call", duration_minutes: 41 },
            { id: 773, customer_id: 303, agent_id: 4, interaction_date: new Date("2022-08-21T11:32:29Z"), campaign_id: 8, feedback: "The supplier confirmed the details and the session was rejected.", interaction_type: "chat", duration_minutes: 67 },
            { id: 774, customer_id: 12, agent_id: 2, interaction_date: new Date("2022-11-13T10:03:53Z"), campaign_id: 13, feedback: null, interaction_type: "call", duration_minutes: 74 },
            { id: 775, customer_id: 179, agent_id: 51, interaction_date: new Date("2022-08-23T17:15:43Z"), campaign_id: 12, feedback: "A manual shipment was approved the same day.", interaction_type: "call", duration_minutes: 51 },
            { id: 776, customer_id: 171, agent_id: 6, interaction_date: new Date("2023-12-07T17:55:43Z"), campaign_id: 8, feedback: "The delivery was escalated following a duplicate review.", interaction_type: "call", duration_minutes: 40 },
            { id: 777, customer_id: 198, agent_id: 73, interaction_date: new Date("2022-09-29T13:22:11Z"), campaign_id: 28, feedback: "The reviewer asked for a change and the booking was replaced.", interaction_type: "chat", duration_minutes: 79 },
            { id: 778, customer_id: 403, agent_id: 32, interaction_date: new Date("2022-07-07T20:16:27Z"), campaign_id: 26, feedback: "The order was completed after a minor check.", interaction_type: "chat", duration_minutes: 83 },
            { id: 779, customer_id: 204, agent_id: 27, interaction_date: new Date("2022-09-30T12:51:25Z"), campaign_id: 16, feedback: "A routine follow-up: the transfer was closed.", interaction_type: "call", duration_minutes: 56 },
            { id: 780, customer_id: 350, agent_id: 50, interaction_date: new Date("2023-02-15T17:45:23Z"), campaign_id: 17, feedback: "The supplier asked for a change and the booking was processed.", interaction_type: "call", duration_minutes: 51 },
            { id: 781, customer_id: 277, agent_id: 89, interaction_date: new Date("2022-08-13T13:40:16Z"), campaign_id: 25, feedback: null, interaction_type: "chat", duration_minutes: 84 },
            { id: 782, customer_id: 36, agent_id: 35, interaction_date: new Date("2022-03-20T10:28:46Z"), campaign_id: 1, feedback: "The customer asked for a change and the shipment was closed.", interaction_type: "call", duration_minutes: 56 },
            { id: 783, customer_id: 94, agent_id: 8, interaction_date: new Date("2023-11-09T14:24:10Z"), campaign_id: 6, feedback: "The customer asked for a change and the transfer was completed.", interaction_type: "email", duration_minutes: 81 },
            { id: 784, customer_id: 86, agent_id: 89, interaction_date: new Date("2022-12-03T18:05:33Z"), campaign_id: 11, feedback: "The item was completed following a repeat review.", interaction_type: "call", duration_minutes: 54 },
            { id: 785, customer_id: 498, agent_id: 35, interaction_date: new Date("2022-06-23T08:27:04Z"), campaign_id: 21, feedback: "The request was confirmed following a duplicate review.", interaction_type: "call", duration_minutes: 59 },
            { id: 786, customer_id: 160, agent_id: 55, interaction_date: new Date("2023-04-24T15:24:01Z"), campaign_id: 27, feedback: null, interaction_type: "call", duration_minutes: 70 },
            { id: 787, customer_id: 388, agent_id: 27, interaction_date: new Date("2022-05-15T17:25:41Z"), campaign_id: 7, feedback: "The claim was replaced following a routine review.", interaction_type: "call", duration_minutes: 68 },
            { id: 788, customer_id: 172, agent_id: 84, interaction_date: new Date("2023-10-18T13:04:02Z"), campaign_id: 3, feedback: "No response from the customer, so the document was processed.", interaction_type: "chat", duration_minutes: 81 },
            { id: 789, customer_id: 15, agent_id: 85, interaction_date: new Date("2022-02-19T07:23:53Z"), campaign_id: 14, feedback: "The reviewer asked for a change and the refund was approved.", interaction_type: "email", duration_minutes: 61 },
            { id: 790, customer_id: 204, agent_id: 37, interaction_date: new Date("2022-10-09T07:50:16Z"), campaign_id: 23, feedback: "The transfer was resolved following a late review.", interaction_type: "email", duration_minutes: 64 },
            { id: 791, customer_id: 260, agent_id: 14, interaction_date: new Date("2022-07-28T13:57:38Z"), campaign_id: 24, feedback: "Flagged as partial. The account owner rejected the booking.", interaction_type: "chat", duration_minutes: 51 },
            { id: 792, customer_id: 74, agent_id: 78, interaction_date: new Date("2023-01-08T10:58:38Z"), campaign_id: 14, feedback: "No response from the account owner, so the invoice was delayed.", interaction_type: "email", duration_minutes: 62 },
            { id: 793, customer_id: 429, agent_id: 70, interaction_date: new Date("2023-11-18T09:54:16Z"), campaign_id: 9, feedback: "The account was reviewed — standard case, no further action.", interaction_type: "email", duration_minutes: 43 },
            { id: 794, customer_id: 6, agent_id: 65, interaction_date: new Date("2022-05-01T16:38:48Z"), campaign_id: 14, feedback: "Support asked for a change and the session was cancelled.", interaction_type: "email", duration_minutes: 37 },
            { id: 795, customer_id: 481, agent_id: 81, interaction_date: new Date("2022-11-29T16:32:00Z"), campaign_id: 23, feedback: "The courier asked for a change and the shipment was approved.", interaction_type: "chat", duration_minutes: 43 },
            { id: 796, customer_id: 332, agent_id: 95, interaction_date: new Date("2023-04-22T18:52:46Z"), campaign_id: 16, feedback: "The shipment was approved — urgent case, no further action.", interaction_type: "chat", duration_minutes: 53 },
            { id: 797, customer_id: 399, agent_id: 93, interaction_date: new Date("2022-08-11T17:33:24Z"), campaign_id: 28, feedback: "The supplier asked for a change and the order was processed.", interaction_type: "call", duration_minutes: 73 },
            { id: 798, customer_id: 353, agent_id: 56, interaction_date: new Date("2022-01-06T21:30:48Z"), campaign_id: 23, feedback: "The payment was reviewed — incomplete case, no further action.", interaction_type: "call", duration_minutes: 97 },
            { id: 799, customer_id: 274, agent_id: 16, interaction_date: new Date("2022-01-23T18:38:40Z"), campaign_id: 9, feedback: "A late follow-up: the transfer was delayed.", interaction_type: "call", duration_minutes: 74 },
            { id: 800, customer_id: 131, agent_id: 97, interaction_date: new Date("2022-05-17T11:11:00Z"), campaign_id: 8, feedback: "The claim was rejected following an unusual review.", interaction_type: "call", duration_minutes: 86 },
            { id: 801, customer_id: 86, agent_id: 60, interaction_date: new Date("2022-08-17T12:37:17Z"), campaign_id: 13, feedback: "The report was updated after a minor check.", interaction_type: "email", duration_minutes: 73 },
            { id: 802, customer_id: 284, agent_id: 73, interaction_date: new Date("2023-03-18T23:53:25Z"), campaign_id: 17, feedback: "A minor record was approved the same day.", interaction_type: "call", duration_minutes: 25 },
            { id: 803, customer_id: 342, agent_id: 76, interaction_date: new Date("2023-03-18T19:46:02Z"), campaign_id: 28, feedback: "An automatic invoice was confirmed the same day.", interaction_type: "chat", duration_minutes: 84 },
            { id: 804, customer_id: 174, agent_id: 8, interaction_date: new Date("2022-05-01T18:06:22Z"), campaign_id: 30, feedback: "No response from the supplier, so the payment was resolved.", interaction_type: "call", duration_minutes: 33 },
            { id: 805, customer_id: 373, agent_id: 94, interaction_date: new Date("2023-04-12T22:11:51Z"), campaign_id: 23, feedback: "No response from an operator, so the order was cancelled.", interaction_type: "email", duration_minutes: 67 },
            { id: 806, customer_id: 47, agent_id: 28, interaction_date: new Date("2022-09-09T19:53:21Z"), campaign_id: 17, feedback: "The record was reviewed following an incomplete review.", interaction_type: "chat", duration_minutes: 49 },
            { id: 807, customer_id: 253, agent_id: 43, interaction_date: new Date("2023-08-28T09:24:13Z"), campaign_id: 20, feedback: "The record was refunded after an automatic check.", interaction_type: "email", duration_minutes: 85 },
            { id: 808, customer_id: 46, agent_id: 36, interaction_date: new Date("2023-07-14T18:29:15Z"), campaign_id: 17, feedback: "A late follow-up: the delivery was approved.", interaction_type: "chat", duration_minutes: 48 },
            { id: 809, customer_id: 83, agent_id: 55, interaction_date: new Date("2022-02-24T23:51:24Z"), campaign_id: 9, feedback: "Flagged as standard. The reviewer closed the transfer.", interaction_type: "call", duration_minutes: 40 },
            { id: 810, customer_id: 362, agent_id: 18, interaction_date: new Date("2022-03-20T10:54:37Z"), campaign_id: 6, feedback: "The team confirmed the details and the item was reviewed.", interaction_type: "call", duration_minutes: 54 },
            { id: 811, customer_id: 303, agent_id: 64, interaction_date: new Date("2023-12-09T21:21:55Z"), campaign_id: 27, feedback: "An operator confirmed the details and the refund was confirmed.", interaction_type: "email", duration_minutes: 87 },
            { id: 812, customer_id: 237, agent_id: 96, interaction_date: new Date("2022-10-13T23:36:24Z"), campaign_id: 12, feedback: null, interaction_type: "call", duration_minutes: 43 },
            { id: 813, customer_id: 133, agent_id: 87, interaction_date: new Date("2022-09-10T01:42:54Z"), campaign_id: 28, feedback: "The courier reported a late issue; the order was approved.", interaction_type: "call", duration_minutes: 49 },
            { id: 814, customer_id: 389, agent_id: 80, interaction_date: new Date("2023-02-15T04:00:55Z"), campaign_id: 23, feedback: "Flagged as late. The team reopened the payment.", interaction_type: "call", duration_minutes: 63 },
            { id: 815, customer_id: 472, agent_id: 6, interaction_date: new Date("2023-08-02T09:27:25Z"), campaign_id: 9, feedback: "An incomplete ticket was confirmed the same day.", interaction_type: "call", duration_minutes: 65 },
            { id: 816, customer_id: 207, agent_id: 73, interaction_date: new Date("2023-01-11T18:33:27Z"), campaign_id: 20, feedback: "The ticket was processed — standard case, no further action.", interaction_type: "chat", duration_minutes: 80 },
            { id: 817, customer_id: 122, agent_id: 31, interaction_date: new Date("2023-03-31T11:00:34Z"), campaign_id: 29, feedback: "The payment was resolved — standard case, no further action.", interaction_type: "email", duration_minutes: 53 },
            { id: 818, customer_id: 26, agent_id: 38, interaction_date: new Date("2023-07-07T11:22:58Z"), campaign_id: 12, feedback: "The account owner asked for a change and the booking was reviewed.", interaction_type: "email", duration_minutes: 75 },
            { id: 819, customer_id: 147, agent_id: 78, interaction_date: new Date("2022-01-03T13:03:57Z"), campaign_id: 7, feedback: "An automatic follow-up: the order was confirmed.", interaction_type: "chat", duration_minutes: 80 },
            { id: 820, customer_id: 240, agent_id: 69, interaction_date: new Date("2023-02-15T21:33:40Z"), campaign_id: 18, feedback: "Flagged as late. The account owner rejected the request.", interaction_type: "email", duration_minutes: 36 },
            { id: 821, customer_id: 388, agent_id: 1, interaction_date: new Date("2022-02-21T11:55:10Z"), campaign_id: 5, feedback: "An incomplete follow-up: the request was confirmed.", interaction_type: "call", duration_minutes: 71 },
            { id: 822, customer_id: 44, agent_id: 95, interaction_date: new Date("2023-05-23T15:36:26Z"), campaign_id: 7, feedback: "An unusual follow-up: the document was reviewed.", interaction_type: "email", duration_minutes: 59 },
            { id: 823, customer_id: 255, agent_id: 34, interaction_date: new Date("2022-11-09T09:42:52Z"), campaign_id: 8, feedback: null, interaction_type: "call", duration_minutes: 79 },
            { id: 824, customer_id: 68, agent_id: 48, interaction_date: new Date("2022-08-10T10:06:04Z"), campaign_id: 17, feedback: "A routine follow-up: the payment was delayed.", interaction_type: "call", duration_minutes: 76 },
            { id: 825, customer_id: 142, agent_id: 96, interaction_date: new Date("2022-12-08T21:21:46Z"), campaign_id: 28, feedback: "An urgent follow-up: the claim was reopened.", interaction_type: "chat", duration_minutes: 49 },
            { id: 826, customer_id: 298, agent_id: 74, interaction_date: new Date("2023-08-03T15:07:25Z"), campaign_id: 2, feedback: "Flagged as standard. The supplier approved the booking.", interaction_type: "call", duration_minutes: 55 },
            { id: 827, customer_id: 84, agent_id: 88, interaction_date: new Date("2022-09-14T07:06:28Z"), campaign_id: 20, feedback: "The claim was completed — standard case, no further action.", interaction_type: "call", duration_minutes: 63 },
            { id: 828, customer_id: 74, agent_id: 92, interaction_date: new Date("2023-10-31T14:56:02Z"), campaign_id: 26, feedback: "No response from the courier, so the ticket was processed.", interaction_type: "email", duration_minutes: 53 },
            { id: 829, customer_id: 55, agent_id: 3, interaction_date: new Date("2023-05-03T17:10:58Z"), campaign_id: 18, feedback: "No response from the reviewer, so the order was reopened.", interaction_type: "call", duration_minutes: 92 },
            { id: 830, customer_id: 254, agent_id: 63, interaction_date: new Date("2023-09-04T13:41:39Z"), campaign_id: 27, feedback: "An unusual follow-up: the refund was resolved.", interaction_type: "email", duration_minutes: 51 },
            { id: 831, customer_id: 109, agent_id: 44, interaction_date: new Date("2023-10-04T21:41:07Z"), campaign_id: 28, feedback: "The account was reopened after a duplicate check.", interaction_type: "chat", duration_minutes: 61 },
            { id: 832, customer_id: 275, agent_id: 48, interaction_date: new Date("2023-10-07T14:36:57Z"), campaign_id: 20, feedback: "The report was delayed after a duplicate check.", interaction_type: "chat", duration_minutes: 56 },
            { id: 833, customer_id: 340, agent_id: 20, interaction_date: new Date("2023-07-18T18:26:55Z"), campaign_id: 28, feedback: "The supplier asked for a change and the request was reopened.", interaction_type: "chat", duration_minutes: 46 },
            { id: 834, customer_id: 106, agent_id: 61, interaction_date: new Date("2022-06-02T19:11:58Z"), campaign_id: 30, feedback: "The supplier reported a routine issue; the shipment was closed.", interaction_type: "chat", duration_minutes: 76 },
            { id: 835, customer_id: 357, agent_id: 24, interaction_date: new Date("2022-11-22T22:38:45Z"), campaign_id: 17, feedback: "No response from the team, so the report was reopened.", interaction_type: "call", duration_minutes: 79 },
            { id: 836, customer_id: 290, agent_id: 18, interaction_date: new Date("2023-11-04T11:44:39Z"), campaign_id: 30, feedback: "No response from the supplier, so the report was approved.", interaction_type: "chat", duration_minutes: 66 },
            { id: 837, customer_id: 171, agent_id: 3, interaction_date: new Date("2023-12-11T19:08:02Z"), campaign_id: 14, feedback: "The customer asked for a change and the shipment was rejected.", interaction_type: "email", duration_minutes: 60 },
            { id: 838, customer_id: 169, agent_id: 42, interaction_date: new Date("2023-12-20T14:39:56Z"), campaign_id: 2, feedback: null, interaction_type: "call", duration_minutes: 60 },
            { id: 839, customer_id: 367, agent_id: 15, interaction_date: new Date("2022-05-10T15:32:19Z"), campaign_id: 7, feedback: "The account owner reported a manual issue; the session was cancelled.", interaction_type: "email", duration_minutes: 42 },
            { id: 840, customer_id: 336, agent_id: 35, interaction_date: new Date("2022-03-19T13:46:13Z"), campaign_id: 23, feedback: "Flagged as minor. The reviewer resolved the delivery.", interaction_type: "call", duration_minutes: 66 },
            { id: 841, customer_id: 500, agent_id: 63, interaction_date: new Date("2022-04-22T13:19:55Z"), campaign_id: 14, feedback: null, interaction_type: "email", duration_minutes: 43 },
            { id: 842, customer_id: 60, agent_id: 55, interaction_date: new Date("2022-03-26T19:37:16Z"), campaign_id: 30, feedback: "The ticket was updated after an incomplete check.", interaction_type: "email", duration_minutes: 39 },
            { id: 843, customer_id: 168, agent_id: 5, interaction_date: new Date("2023-09-12T21:53:16Z"), campaign_id: 21, feedback: "An unusual payment was updated the same day.", interaction_type: "email", duration_minutes: 80 },
            { id: 844, customer_id: 384, agent_id: 19, interaction_date: new Date("2023-04-05T16:26:31Z"), campaign_id: 27, feedback: "The item was resolved after a late check.", interaction_type: "email", duration_minutes: 63 },
            { id: 845, customer_id: 60, agent_id: 31, interaction_date: new Date("2022-04-12T11:37:09Z"), campaign_id: 28, feedback: "The transfer was confirmed following a minor review.", interaction_type: "email", duration_minutes: 67 },
            { id: 846, customer_id: 57, agent_id: 85, interaction_date: new Date("2022-11-04T18:49:58Z"), campaign_id: 12, feedback: "A minor item was rescheduled the same day.", interaction_type: "email", duration_minutes: 38 },
            { id: 847, customer_id: 399, agent_id: 58, interaction_date: new Date("2022-09-04T14:21:42Z"), campaign_id: 6, feedback: "The supplier confirmed the details and the account was updated.", interaction_type: "email", duration_minutes: 55 },
            { id: 848, customer_id: 15, agent_id: 100, interaction_date: new Date("2022-12-06T16:55:39Z"), campaign_id: 29, feedback: "The customer asked for a change and the order was delayed.", interaction_type: "email", duration_minutes: 60 },
            { id: 849, customer_id: 2, agent_id: 42, interaction_date: new Date("2022-11-02T10:36:56Z"), campaign_id: 24, feedback: "No response from the supplier, so the item was updated.", interaction_type: "chat", duration_minutes: 29 },
            { id: 850, customer_id: 226, agent_id: 53, interaction_date: new Date("2022-02-20T09:57:41Z"), campaign_id: 8, feedback: "The account owner reported a late issue; the booking was replaced.", interaction_type: "call", duration_minutes: 19 },
            { id: 851, customer_id: 148, agent_id: 79, interaction_date: new Date("2023-06-22T15:15:01Z"), campaign_id: 29, feedback: "No response from the account owner, so the item was closed.", interaction_type: "chat", duration_minutes: 76 },
            { id: 852, customer_id: 298, agent_id: 48, interaction_date: new Date("2022-07-11T10:02:59Z"), campaign_id: 4, feedback: "No response from the reviewer, so the item was processed.", interaction_type: "call", duration_minutes: 78 },
            { id: 853, customer_id: 302, agent_id: 85, interaction_date: new Date("2023-01-31T06:11:34Z"), campaign_id: 7, feedback: "An automatic follow-up: the session was completed.", interaction_type: "call", duration_minutes: 61 },
            { id: 854, customer_id: 270, agent_id: 50, interaction_date: new Date("2023-01-31T14:14:50Z"), campaign_id: 8, feedback: "The delivery was escalated — unusual case, no further action.", interaction_type: "call", duration_minutes: 77 },
            { id: 855, customer_id: 453, agent_id: 22, interaction_date: new Date("2022-03-20T18:26:23Z"), campaign_id: 4, feedback: "The account owner confirmed the details and the appointment was rejected.", interaction_type: "call", duration_minutes: 54 },
            { id: 856, customer_id: 177, agent_id: 100, interaction_date: new Date("2022-10-12T17:45:13Z"), campaign_id: 16, feedback: "No response from the team, so the payment was delayed.", interaction_type: "call", duration_minutes: 44 },
            { id: 857, customer_id: 363, agent_id: 54, interaction_date: new Date("2023-11-07T01:19:59Z"), campaign_id: 20, feedback: "The account owner reported an automatic issue; the invoice was delayed.", interaction_type: "email", duration_minutes: 51 },
            { id: 858, customer_id: 437, agent_id: 46, interaction_date: new Date("2022-08-17T18:39:42Z"), campaign_id: 13, feedback: "No response from support, so the account was completed.", interaction_type: "email", duration_minutes: 70 },
            { id: 859, customer_id: 260, agent_id: 29, interaction_date: new Date("2022-10-28T14:54:57Z"), campaign_id: 26, feedback: null, interaction_type: "call", duration_minutes: 72 },
            { id: 860, customer_id: 442, agent_id: 25, interaction_date: new Date("2023-02-27T06:27:19Z"), campaign_id: 19, feedback: "An operator confirmed the details and the account was completed.", interaction_type: "call", duration_minutes: 81 },
            { id: 861, customer_id: 410, agent_id: 6, interaction_date: new Date("2023-08-26T20:53:17Z"), campaign_id: 16, feedback: "No response from the account owner, so the booking was updated.", interaction_type: "email", duration_minutes: 43 },
            { id: 862, customer_id: 356, agent_id: 49, interaction_date: new Date("2022-09-30T18:01:57Z"), campaign_id: 11, feedback: null, interaction_type: "email", duration_minutes: 59 },
            { id: 863, customer_id: 327, agent_id: 5, interaction_date: new Date("2022-10-24T19:05:06Z"), campaign_id: 26, feedback: "The account owner confirmed the details and the request was completed.", interaction_type: "call", duration_minutes: 80 },
            { id: 864, customer_id: 337, agent_id: 45, interaction_date: new Date("2023-08-14T06:15:09Z"), campaign_id: 7, feedback: "Support confirmed the details and the document was rejected.", interaction_type: "email", duration_minutes: 59 },
            { id: 865, customer_id: 467, agent_id: 7, interaction_date: new Date("2023-12-15T09:44:09Z"), campaign_id: 17, feedback: "The account owner confirmed the details and the request was approved.", interaction_type: "chat", duration_minutes: 62 },
            { id: 866, customer_id: 466, agent_id: 79, interaction_date: new Date("2023-05-08T11:49:41Z"), campaign_id: 27, feedback: "No response from the customer, so the transfer was approved.", interaction_type: "call", duration_minutes: 101 },
            { id: 867, customer_id: 397, agent_id: 10, interaction_date: new Date("2023-04-27T09:37:03Z"), campaign_id: 18, feedback: "No response from the supplier, so the record was cancelled.", interaction_type: "call", duration_minutes: 83 },
            { id: 868, customer_id: 207, agent_id: 61, interaction_date: new Date("2023-08-14T19:28:40Z"), campaign_id: 23, feedback: "The record was confirmed — routine case, no further action.", interaction_type: "call", duration_minutes: 58 },
            { id: 869, customer_id: 365, agent_id: 13, interaction_date: new Date("2022-01-21T16:54:48Z"), campaign_id: 27, feedback: "The supplier reported a minor issue; the shipment was rejected.", interaction_type: "email", duration_minutes: 62 },
            { id: 870, customer_id: 154, agent_id: 87, interaction_date: new Date("2023-04-08T14:29:59Z"), campaign_id: 5, feedback: "Support confirmed the details and the invoice was escalated.", interaction_type: "call", duration_minutes: 52 },
            { id: 871, customer_id: 45, agent_id: 54, interaction_date: new Date("2023-06-22T22:56:43Z"), campaign_id: 19, feedback: "The shipment was resolved — minor case, no further action.", interaction_type: "call", duration_minutes: 55 },
            { id: 872, customer_id: 106, agent_id: 57, interaction_date: new Date("2023-05-26T18:26:56Z"), campaign_id: 28, feedback: "The reviewer asked for a change and the delivery was completed.", interaction_type: "email", duration_minutes: 76 },
            { id: 873, customer_id: 477, agent_id: 14, interaction_date: new Date("2023-08-10T08:00:44Z"), campaign_id: 30, feedback: null, interaction_type: "email", duration_minutes: 99 },
            { id: 874, customer_id: 403, agent_id: 33, interaction_date: new Date("2022-06-08T06:50:24Z"), campaign_id: 26, feedback: "The courier confirmed the details and the appointment was replaced.", interaction_type: "call", duration_minutes: 76 },
            { id: 875, customer_id: 370, agent_id: 44, interaction_date: new Date("2023-02-25T11:46:40Z"), campaign_id: 21, feedback: null, interaction_type: "email", duration_minutes: 56 },
            { id: 876, customer_id: 422, agent_id: 53, interaction_date: new Date("2022-03-18T08:39:56Z"), campaign_id: 26, feedback: "The item was cancelled after a partial check.", interaction_type: "chat", duration_minutes: 48 },
            { id: 877, customer_id: 119, agent_id: 69, interaction_date: new Date("2023-02-26T15:34:54Z"), campaign_id: 16, feedback: "An operator reported a routine issue; the document was reviewed.", interaction_type: "chat", duration_minutes: 84 },
            { id: 878, customer_id: 11, agent_id: 39, interaction_date: new Date("2023-03-16T17:51:30Z"), campaign_id: 12, feedback: "Support reported a partial issue; the ticket was updated.", interaction_type: "call", duration_minutes: 59 },
            { id: 879, customer_id: 14, agent_id: 36, interaction_date: new Date("2022-03-12T16:28:51Z"), campaign_id: 19, feedback: "A late booking was rescheduled the same day.", interaction_type: "chat", duration_minutes: 37 },
            { id: 880, customer_id: 407, agent_id: 34, interaction_date: new Date("2022-06-21T20:31:06Z"), campaign_id: 21, feedback: "A partial follow-up: the payment was rejected.", interaction_type: "call", duration_minutes: 87 },
            { id: 881, customer_id: 85, agent_id: 93, interaction_date: new Date("2023-12-01T10:14:31Z"), campaign_id: 4, feedback: "An operator reported a duplicate issue; the shipment was delayed.", interaction_type: "chat", duration_minutes: 53 },
            { id: 882, customer_id: 401, agent_id: 81, interaction_date: new Date("2023-03-29T23:27:16Z"), campaign_id: 26, feedback: "The report was delayed — automatic case, no further action.", interaction_type: "email", duration_minutes: 76 },
            { id: 883, customer_id: 335, agent_id: 75, interaction_date: new Date("2022-04-13T12:17:23Z"), campaign_id: 10, feedback: "The appointment was escalated after a partial check.", interaction_type: "email", duration_minutes: 32 },
            { id: 884, customer_id: 13, agent_id: 100, interaction_date: new Date("2023-12-13T12:05:37Z"), campaign_id: 24, feedback: "An incomplete record was rescheduled the same day.", interaction_type: "chat", duration_minutes: 57 },
            { id: 885, customer_id: 151, agent_id: 86, interaction_date: new Date("2022-12-30T20:11:22Z"), campaign_id: 23, feedback: "A routine follow-up: the transfer was refunded.", interaction_type: "call", duration_minutes: 52 },
            { id: 886, customer_id: 100, agent_id: 5, interaction_date: new Date("2022-07-24T20:03:11Z"), campaign_id: 17, feedback: "Flagged as unusual. The supplier reopened the booking.", interaction_type: "call", duration_minutes: 58 },
            { id: 887, customer_id: 352, agent_id: 52, interaction_date: new Date("2022-02-21T13:14:35Z"), campaign_id: 14, feedback: "Support asked for a change and the ticket was closed.", interaction_type: "call", duration_minutes: 93 },
            { id: 888, customer_id: 10, agent_id: 75, interaction_date: new Date("2022-12-26T16:56:48Z"), campaign_id: 14, feedback: "Flagged as routine. The account owner delayed the item.", interaction_type: "call", duration_minutes: 63 },
            { id: 889, customer_id: 429, agent_id: 69, interaction_date: new Date("2022-02-01T12:28:24Z"), campaign_id: 14, feedback: null, interaction_type: "email", duration_minutes: 22 },
            { id: 890, customer_id: 416, agent_id: 27, interaction_date: new Date("2023-01-31T15:44:36Z"), campaign_id: 15, feedback: "An operator reported a routine issue; the booking was rescheduled.", interaction_type: "chat", duration_minutes: 65 },
            { id: 891, customer_id: 171, agent_id: 67, interaction_date: new Date("2023-04-21T12:55:33Z"), campaign_id: 5, feedback: "The document was replaced following a duplicate review.", interaction_type: "email", duration_minutes: 33 },
            { id: 892, customer_id: 304, agent_id: 97, interaction_date: new Date("2022-09-14T20:00:57Z"), campaign_id: 26, feedback: "No response from an operator, so the booking was resolved.", interaction_type: "call", duration_minutes: 56 },
            { id: 893, customer_id: 105, agent_id: 50, interaction_date: new Date("2023-06-13T09:02:32Z"), campaign_id: 23, feedback: "Flagged as duplicate. The team confirmed the claim.", interaction_type: "call", duration_minutes: 47 },
            { id: 894, customer_id: 386, agent_id: 85, interaction_date: new Date("2022-04-21T10:53:05Z"), campaign_id: 16, feedback: null, interaction_type: "call", duration_minutes: 65 },
            { id: 895, customer_id: 488, agent_id: 80, interaction_date: new Date("2022-08-19T11:48:03Z"), campaign_id: 27, feedback: "A routine follow-up: the item was completed.", interaction_type: "chat", duration_minutes: 89 },
            { id: 896, customer_id: 241, agent_id: 24, interaction_date: new Date("2023-08-23T18:09:33Z"), campaign_id: 15, feedback: "Flagged as manual. An operator confirmed the booking.", interaction_type: "call", duration_minutes: 60 },
            { id: 897, customer_id: 176, agent_id: 73, interaction_date: new Date("2023-11-19T14:51:48Z"), campaign_id: 12, feedback: "The delivery was refunded following a standard review.", interaction_type: "call", duration_minutes: 72 },
            { id: 898, customer_id: 410, agent_id: 83, interaction_date: new Date("2023-02-26T17:46:26Z"), campaign_id: 7, feedback: "The supplier reported an urgent issue; the refund was processed.", interaction_type: "email", duration_minutes: 57 },
            { id: 899, customer_id: 103, agent_id: 1, interaction_date: new Date("2022-11-05T19:03:28Z"), campaign_id: 20, feedback: "An urgent booking was processed the same day.", interaction_type: "email", duration_minutes: 48 },
            { id: 900, customer_id: 347, agent_id: 25, interaction_date: new Date("2023-01-05T12:03:51Z"), campaign_id: 22, feedback: "An unusual follow-up: the shipment was closed.", interaction_type: "call", duration_minutes: 54 },
            { id: 901, customer_id: 220, agent_id: 52, interaction_date: new Date("2023-01-24T20:56:53Z"), campaign_id: 28, feedback: "The account owner reported a minor issue; the item was confirmed.", interaction_type: "email", duration_minutes: 64 },
            { id: 902, customer_id: 22, agent_id: 89, interaction_date: new Date("2023-06-20T20:55:48Z"), campaign_id: 6, feedback: "The appointment was cancelled following an incomplete review.", interaction_type: "call", duration_minutes: 68 },
            { id: 903, customer_id: 499, agent_id: 1, interaction_date: new Date("2023-12-23T12:04:30Z"), campaign_id: 24, feedback: "The supplier reported a minor issue; the appointment was cancelled.", interaction_type: "chat", duration_minutes: 60 },
            { id: 904, customer_id: 285, agent_id: 35, interaction_date: new Date("2022-10-07T16:11:00Z"), campaign_id: 20, feedback: "The refund was confirmed after a standard check.", interaction_type: "chat", duration_minutes: 94 },
            { id: 905, customer_id: 357, agent_id: 53, interaction_date: new Date("2023-07-16T13:24:43Z"), campaign_id: 24, feedback: "The record was processed — partial case, no further action.", interaction_type: "call", duration_minutes: 80 },
            { id: 906, customer_id: 195, agent_id: 86, interaction_date: new Date("2022-09-05T19:30:00Z"), campaign_id: 20, feedback: "Flagged as unusual. The reviewer escalated the booking.", interaction_type: "chat", duration_minutes: 62 },
            { id: 907, customer_id: 226, agent_id: 73, interaction_date: new Date("2023-06-16T05:11:06Z"), campaign_id: 27, feedback: "The record was replaced — repeat case, no further action.", interaction_type: "call", duration_minutes: 56 },
            { id: 908, customer_id: 309, agent_id: 66, interaction_date: new Date("2022-01-03T17:06:48Z"), campaign_id: 12, feedback: "The item was completed after a standard check.", interaction_type: "chat", duration_minutes: 57 },
            { id: 909, customer_id: 309, agent_id: 17, interaction_date: new Date("2022-07-03T19:46:26Z"), campaign_id: 20, feedback: "Flagged as late. The account owner delayed the item.", interaction_type: "email", duration_minutes: 54 },
            { id: 910, customer_id: 430, agent_id: 22, interaction_date: new Date("2022-06-05T12:02:05Z"), campaign_id: 11, feedback: "Support reported a routine issue; the report was delayed.", interaction_type: "chat", duration_minutes: 52 },
            { id: 911, customer_id: 303, agent_id: 15, interaction_date: new Date("2023-09-26T18:30:02Z"), campaign_id: 11, feedback: "No response from the customer, so the shipment was approved.", interaction_type: "call", duration_minutes: 56 },
            { id: 912, customer_id: 161, agent_id: 9, interaction_date: new Date("2023-10-27T00:12:15Z"), campaign_id: 19, feedback: "An automatic follow-up: the delivery was escalated.", interaction_type: "call", duration_minutes: 30 },
            { id: 913, customer_id: 112, agent_id: 69, interaction_date: new Date("2023-03-07T22:29:20Z"), campaign_id: 22, feedback: "No response from support, so the claim was reviewed.", interaction_type: "call", duration_minutes: 85 },
            { id: 914, customer_id: 444, agent_id: 56, interaction_date: new Date("2022-08-17T13:14:37Z"), campaign_id: 20, feedback: "The account was reviewed following a routine review.", interaction_type: "email", duration_minutes: 54 },
            { id: 915, customer_id: 409, agent_id: 32, interaction_date: new Date("2022-05-21T05:14:26Z"), campaign_id: 23, feedback: "No response from support, so the booking was cancelled.", interaction_type: "email", duration_minutes: 63 },
            { id: 916, customer_id: 334, agent_id: 33, interaction_date: new Date("2022-04-09T20:40:57Z"), campaign_id: 25, feedback: "Flagged as duplicate. The team processed the record.", interaction_type: "call", duration_minutes: 54 },
            { id: 917, customer_id: 184, agent_id: 90, interaction_date: new Date("2022-03-28T13:50:02Z"), campaign_id: 27, feedback: "No response from the account owner, so the refund was completed.", interaction_type: "call", duration_minutes: 49 },
            { id: 918, customer_id: 99, agent_id: 100, interaction_date: new Date("2022-02-20T19:34:37Z"), campaign_id: 11, feedback: null, interaction_type: "chat", duration_minutes: 37 },
            { id: 919, customer_id: 229, agent_id: 55, interaction_date: new Date("2022-10-31T09:17:08Z"), campaign_id: 17, feedback: "A duplicate follow-up: the delivery was delayed.", interaction_type: "chat", duration_minutes: 53 },
            { id: 920, customer_id: 436, agent_id: 18, interaction_date: new Date("2023-05-13T06:16:27Z"), campaign_id: 1, feedback: "The item was rejected after a standard check.", interaction_type: "call", duration_minutes: 58 },
            { id: 921, customer_id: 360, agent_id: 61, interaction_date: new Date("2023-02-28T17:33:11Z"), campaign_id: 22, feedback: "The ticket was confirmed — routine case, no further action.", interaction_type: "call", duration_minutes: 55 },
            { id: 922, customer_id: 62, agent_id: 32, interaction_date: new Date("2022-06-26T19:07:27Z"), campaign_id: 4, feedback: "The supplier reported a manual issue; the delivery was resolved.", interaction_type: "chat", duration_minutes: 30 },
            { id: 923, customer_id: 191, agent_id: 30, interaction_date: new Date("2023-08-09T00:53:13Z"), campaign_id: 17, feedback: "No response from the supplier, so the record was replaced.", interaction_type: "call", duration_minutes: 65 },
            { id: 924, customer_id: 476, agent_id: 18, interaction_date: new Date("2023-10-28T13:31:21Z"), campaign_id: 10, feedback: "A late follow-up: the document was confirmed.", interaction_type: "call", duration_minutes: 45 },
            { id: 925, customer_id: 1, agent_id: 27, interaction_date: new Date("2023-12-31T18:43:18Z"), campaign_id: 14, feedback: "The team reported an incomplete issue; the ticket was refunded.", interaction_type: "call", duration_minutes: 36 },
            { id: 926, customer_id: 250, agent_id: 98, interaction_date: new Date("2023-11-25T19:02:36Z"), campaign_id: 3, feedback: "An unusual item was closed the same day.", interaction_type: "call", duration_minutes: 44 },
            { id: 927, customer_id: 411, agent_id: 44, interaction_date: new Date("2023-03-22T16:03:51Z"), campaign_id: 19, feedback: "Flagged as minor. Support updated the shipment.", interaction_type: "email", duration_minutes: 59 },
            { id: 928, customer_id: 355, agent_id: 80, interaction_date: new Date("2022-01-01T09:51:02Z"), campaign_id: 22, feedback: "The courier reported a minor issue; the claim was closed.", interaction_type: "chat", duration_minutes: 71 },
            { id: 929, customer_id: 341, agent_id: 3, interaction_date: new Date("2023-06-20T15:04:47Z"), campaign_id: 10, feedback: "No response from the team, so the transfer was rescheduled.", interaction_type: "call", duration_minutes: 56 },
            { id: 930, customer_id: 193, agent_id: 44, interaction_date: new Date("2023-04-20T01:23:40Z"), campaign_id: 24, feedback: "A late shipment was processed the same day.", interaction_type: "email", duration_minutes: 75 },
            { id: 931, customer_id: 58, agent_id: 70, interaction_date: new Date("2023-03-20T15:57:46Z"), campaign_id: 21, feedback: "The order was replaced — minor case, no further action.", interaction_type: "email", duration_minutes: 57 },
            { id: 932, customer_id: 420, agent_id: 27, interaction_date: new Date("2023-12-20T20:00:11Z"), campaign_id: 10, feedback: "An automatic order was resolved the same day.", interaction_type: "call", duration_minutes: 77 },
            { id: 933, customer_id: 187, agent_id: 81, interaction_date: new Date("2022-09-29T17:37:19Z"), campaign_id: 25, feedback: "The account owner confirmed the details and the session was replaced.", interaction_type: "call", duration_minutes: 96 },
            { id: 934, customer_id: 236, agent_id: 33, interaction_date: new Date("2023-01-22T12:34:55Z"), campaign_id: 14, feedback: "A standard payment was delayed the same day.", interaction_type: "call", duration_minutes: 74 },
            { id: 935, customer_id: 308, agent_id: 7, interaction_date: new Date("2022-07-06T19:13:04Z"), campaign_id: 2, feedback: "No response from the customer, so the payment was processed.", interaction_type: "call", duration_minutes: 57 },
            { id: 936, customer_id: 57, agent_id: 87, interaction_date: new Date("2023-04-23T19:41:41Z"), campaign_id: 6, feedback: "No response from an operator, so the account was cancelled.", interaction_type: "email", duration_minutes: 60 },
            { id: 937, customer_id: 410, agent_id: 29, interaction_date: new Date("2022-09-14T15:55:15Z"), campaign_id: 30, feedback: "No response from the customer, so the transfer was reviewed.", interaction_type: "email", duration_minutes: 87 },
            { id: 938, customer_id: 141, agent_id: 66, interaction_date: new Date("2022-10-29T23:17:26Z"), campaign_id: 5, feedback: "An operator confirmed the details and the payment was resolved.", interaction_type: "call", duration_minutes: 42 },
            { id: 939, customer_id: 296, agent_id: 2, interaction_date: new Date("2023-05-20T11:28:22Z"), campaign_id: 6, feedback: "Support reported a late issue; the refund was confirmed.", interaction_type: "call", duration_minutes: 18 },
            { id: 940, customer_id: 39, agent_id: 97, interaction_date: new Date("2023-12-21T05:06:48Z"), campaign_id: 12, feedback: "Flagged as repeat. The customer escalated the booking.", interaction_type: "chat", duration_minutes: 90 },
            { id: 941, customer_id: 157, agent_id: 76, interaction_date: new Date("2023-04-29T08:04:28Z"), campaign_id: 4, feedback: "No response from the team, so the invoice was refunded.", interaction_type: "call", duration_minutes: 43 },
            { id: 942, customer_id: 479, agent_id: 21, interaction_date: new Date("2022-03-19T14:49:07Z"), campaign_id: 7, feedback: "A late follow-up: the document was processed.", interaction_type: "call", duration_minutes: 72 },
            { id: 943, customer_id: 442, agent_id: 20, interaction_date: new Date("2023-05-23T12:53:46Z"), campaign_id: 6, feedback: null, interaction_type: "call", duration_minutes: 91 },
            { id: 944, customer_id: 460, agent_id: 79, interaction_date: new Date("2023-02-20T14:27:42Z"), campaign_id: 30, feedback: "The appointment was delayed — late case, no further action.", interaction_type: "call", duration_minutes: 21 },
            { id: 945, customer_id: 473, agent_id: 32, interaction_date: new Date("2022-04-02T08:08:24Z"), campaign_id: 20, feedback: "Support asked for a change and the record was reviewed.", interaction_type: "call", duration_minutes: 54 },
            { id: 946, customer_id: 189, agent_id: 76, interaction_date: new Date("2023-01-13T18:35:40Z"), campaign_id: 22, feedback: "The ticket was cancelled following an urgent review.", interaction_type: "email", duration_minutes: 81 },
            { id: 947, customer_id: 396, agent_id: 4, interaction_date: new Date("2022-11-03T08:18:17Z"), campaign_id: 28, feedback: "The order was rescheduled after an unusual check.", interaction_type: "call", duration_minutes: 74 },
            { id: 948, customer_id: 112, agent_id: 38, interaction_date: new Date("2022-08-25T07:45:52Z"), campaign_id: 11, feedback: "The document was rejected after an urgent check.", interaction_type: "call", duration_minutes: 79 },
            { id: 949, customer_id: 341, agent_id: 4, interaction_date: new Date("2022-01-04T13:14:34Z"), campaign_id: 26, feedback: "An unusual follow-up: the report was reopened.", interaction_type: "call", duration_minutes: 49 },
            { id: 950, customer_id: 412, agent_id: 32, interaction_date: new Date("2023-11-02T07:41:18Z"), campaign_id: 17, feedback: "The refund was escalated after a late check.", interaction_type: "call", duration_minutes: 79 },
            { id: 951, customer_id: 437, agent_id: 85, interaction_date: new Date("2023-09-27T10:54:38Z"), campaign_id: 27, feedback: "The claim was updated following a repeat review.", interaction_type: "call", duration_minutes: 62 },
            { id: 952, customer_id: 176, agent_id: 18, interaction_date: new Date("2023-04-02T21:09:04Z"), campaign_id: 14, feedback: null, interaction_type: "email", duration_minutes: 55 },
            { id: 953, customer_id: 301, agent_id: 4, interaction_date: new Date("2022-04-26T22:51:57Z"), campaign_id: 8, feedback: "The team reported a manual issue; the document was delayed.", interaction_type: "chat", duration_minutes: 37 },
            { id: 954, customer_id: 80, agent_id: 81, interaction_date: new Date("2022-05-11T21:33:29Z"), campaign_id: 24, feedback: "No response from the account owner, so the report was confirmed.", interaction_type: "chat", duration_minutes: 60 },
            { id: 955, customer_id: 390, agent_id: 44, interaction_date: new Date("2022-04-30T18:01:56Z"), campaign_id: 28, feedback: "Flagged as partial. Support reopened the ticket.", interaction_type: "call", duration_minutes: 69 },
            { id: 956, customer_id: 106, agent_id: 43, interaction_date: new Date("2023-09-06T19:00:58Z"), campaign_id: 6, feedback: "The session was reopened — minor case, no further action.", interaction_type: "call", duration_minutes: 71 },
            { id: 957, customer_id: 429, agent_id: 83, interaction_date: new Date("2023-06-09T15:01:13Z"), campaign_id: 13, feedback: "The request was closed after an automatic check.", interaction_type: "call", duration_minutes: 62 },
            { id: 958, customer_id: 50, agent_id: 3, interaction_date: new Date("2023-11-02T21:17:45Z"), campaign_id: 26, feedback: "An unusual delivery was processed the same day.", interaction_type: "call", duration_minutes: 43 },
            { id: 959, customer_id: 432, agent_id: 84, interaction_date: new Date("2023-01-05T19:50:45Z"), campaign_id: 2, feedback: null, interaction_type: "chat", duration_minutes: 68 },
            { id: 960, customer_id: 215, agent_id: 76, interaction_date: new Date("2022-04-09T20:23:28Z"), campaign_id: 15, feedback: "No response from the team, so the payment was closed.", interaction_type: "email", duration_minutes: 42 },
            { id: 961, customer_id: 219, agent_id: 83, interaction_date: new Date("2022-06-13T11:08:55Z"), campaign_id: 10, feedback: "The ticket was processed after a standard check.", interaction_type: "email", duration_minutes: 46 },
            { id: 962, customer_id: 472, agent_id: 93, interaction_date: new Date("2022-01-16T19:19:12Z"), campaign_id: 12, feedback: "No response from the supplier, so the shipment was delayed.", interaction_type: "call", duration_minutes: 54 },
            { id: 963, customer_id: 14, agent_id: 53, interaction_date: new Date("2023-08-27T09:07:54Z"), campaign_id: 30, feedback: "The team confirmed the details and the account was cancelled.", interaction_type: "call", duration_minutes: 61 },
            { id: 964, customer_id: 224, agent_id: 19, interaction_date: new Date("2022-11-21T17:49:32Z"), campaign_id: 26, feedback: "The document was escalated following a standard review.", interaction_type: "call", duration_minutes: 64 },
            { id: 965, customer_id: 348, agent_id: 76, interaction_date: new Date("2022-08-03T15:33:16Z"), campaign_id: 8, feedback: "The record was completed after a minor check.", interaction_type: "call", duration_minutes: 79 },
            { id: 966, customer_id: 299, agent_id: 62, interaction_date: new Date("2023-08-18T22:43:57Z"), campaign_id: 9, feedback: "Support reported a routine issue; the transfer was updated.", interaction_type: "chat", duration_minutes: 80 },
            { id: 967, customer_id: 489, agent_id: 55, interaction_date: new Date("2023-01-14T21:39:57Z"), campaign_id: 21, feedback: "No response from the team, so the claim was escalated.", interaction_type: "email", duration_minutes: 58 },
            { id: 968, customer_id: 443, agent_id: 90, interaction_date: new Date("2022-08-07T08:30:28Z"), campaign_id: 8, feedback: "The appointment was refunded — duplicate case, no further action.", interaction_type: "chat", duration_minutes: 104 },
            { id: 969, customer_id: 488, agent_id: 96, interaction_date: new Date("2022-10-04T19:18:21Z"), campaign_id: 22, feedback: "The account was closed after a minor check.", interaction_type: "chat", duration_minutes: 84 },
            { id: 970, customer_id: 360, agent_id: 24, interaction_date: new Date("2023-08-01T21:29:10Z"), campaign_id: 8, feedback: "No response from the reviewer, so the account was reviewed.", interaction_type: "email", duration_minutes: 70 },
            { id: 971, customer_id: 196, agent_id: 30, interaction_date: new Date("2022-12-05T10:07:13Z"), campaign_id: 13, feedback: "Flagged as late. The reviewer replaced the appointment.", interaction_type: "chat", duration_minutes: 62 },
            { id: 972, customer_id: 450, agent_id: 20, interaction_date: new Date("2022-01-21T16:51:23Z"), campaign_id: 30, feedback: null, interaction_type: "email", duration_minutes: 55 },
            { id: 973, customer_id: 161, agent_id: 12, interaction_date: new Date("2022-05-17T13:18:02Z"), campaign_id: 30, feedback: "Flagged as automatic. An operator delayed the shipment.", interaction_type: "call", duration_minutes: 52 },
            { id: 974, customer_id: 149, agent_id: 36, interaction_date: new Date("2022-04-03T21:31:06Z"), campaign_id: 18, feedback: "The delivery was completed after an incomplete check.", interaction_type: "call", duration_minutes: 50 },
            { id: 975, customer_id: 490, agent_id: 31, interaction_date: new Date("2023-12-18T13:47:59Z"), campaign_id: 27, feedback: "A late shipment was resolved the same day.", interaction_type: "email", duration_minutes: 31 },
            { id: 976, customer_id: 444, agent_id: 15, interaction_date: new Date("2022-02-24T01:54:39Z"), campaign_id: 21, feedback: null, interaction_type: "call", duration_minutes: 64 },
            { id: 977, customer_id: 487, agent_id: 31, interaction_date: new Date("2023-02-03T12:46:31Z"), campaign_id: 20, feedback: "A routine follow-up: the document was reopened.", interaction_type: "call", duration_minutes: 99 },
            { id: 978, customer_id: 421, agent_id: 75, interaction_date: new Date("2023-10-24T12:09:39Z"), campaign_id: 12, feedback: "The appointment was cancelled following a duplicate review.", interaction_type: "email", duration_minutes: 46 },
            { id: 979, customer_id: 197, agent_id: 20, interaction_date: new Date("2023-06-30T14:15:26Z"), campaign_id: 22, feedback: null, interaction_type: "email", duration_minutes: 80 },
            { id: 980, customer_id: 274, agent_id: 82, interaction_date: new Date("2022-10-02T04:23:41Z"), campaign_id: 22, feedback: "A repeat follow-up: the document was processed.", interaction_type: "call", duration_minutes: 93 },
            { id: 981, customer_id: 317, agent_id: 54, interaction_date: new Date("2023-11-25T18:31:04Z"), campaign_id: 26, feedback: "Flagged as late. An operator approved the delivery.", interaction_type: "call", duration_minutes: 63 },
            { id: 982, customer_id: 375, agent_id: 89, interaction_date: new Date("2023-02-09T14:01:42Z"), campaign_id: 1, feedback: "The request was replaced after a partial check.", interaction_type: "email", duration_minutes: 75 },
            { id: 983, customer_id: 487, agent_id: 18, interaction_date: new Date("2022-06-14T20:23:11Z"), campaign_id: 30, feedback: "The delivery was resolved following a standard review.", interaction_type: "email", duration_minutes: 30 },
            { id: 984, customer_id: 417, agent_id: 85, interaction_date: new Date("2023-04-01T11:20:57Z"), campaign_id: 17, feedback: "The payment was cancelled — repeat case, no further action.", interaction_type: "email", duration_minutes: 54 },
            { id: 985, customer_id: 61, agent_id: 2, interaction_date: new Date("2023-01-03T00:54:04Z"), campaign_id: 27, feedback: "No response from the courier, so the transfer was approved.", interaction_type: "call", duration_minutes: 29 },
            { id: 986, customer_id: 301, agent_id: 44, interaction_date: new Date("2023-08-01T18:46:02Z"), campaign_id: 5, feedback: "A routine report was approved the same day.", interaction_type: "call", duration_minutes: 41 },
            { id: 987, customer_id: 294, agent_id: 10, interaction_date: new Date("2023-05-13T19:25:31Z"), campaign_id: 16, feedback: "No response from an operator, so the session was confirmed.", interaction_type: "call", duration_minutes: 55 },
            { id: 988, customer_id: 472, agent_id: 53, interaction_date: new Date("2023-11-03T18:42:38Z"), campaign_id: 22, feedback: "A standard claim was approved the same day.", interaction_type: "email", duration_minutes: 30 },
            { id: 989, customer_id: 217, agent_id: 63, interaction_date: new Date("2023-06-05T15:17:13Z"), campaign_id: 25, feedback: "The supplier confirmed the details and the item was delayed.", interaction_type: "call", duration_minutes: 64 },
            { id: 990, customer_id: 166, agent_id: 42, interaction_date: new Date("2022-04-25T12:16:13Z"), campaign_id: 3, feedback: "Flagged as urgent. Support refunded the shipment.", interaction_type: "chat", duration_minutes: 49 },
            { id: 991, customer_id: 51, agent_id: 14, interaction_date: new Date("2022-03-06T13:01:45Z"), campaign_id: 16, feedback: "The customer confirmed the details and the invoice was completed.", interaction_type: "call", duration_minutes: 44 },
            { id: 992, customer_id: 331, agent_id: 91, interaction_date: new Date("2022-02-18T15:54:07Z"), campaign_id: 9, feedback: "The reviewer reported an automatic issue; the shipment was escalated.", interaction_type: "chat", duration_minutes: 65 },
            { id: 993, customer_id: 243, agent_id: 74, interaction_date: new Date("2022-09-23T11:17:26Z"), campaign_id: 2, feedback: "The appointment was approved after an unusual check.", interaction_type: "call", duration_minutes: 58 },
            { id: 994, customer_id: 254, agent_id: 50, interaction_date: new Date("2023-07-27T20:51:37Z"), campaign_id: 2, feedback: null, interaction_type: "chat", duration_minutes: 74 },
            { id: 995, customer_id: 401, agent_id: 3, interaction_date: new Date("2022-08-05T15:13:38Z"), campaign_id: 21, feedback: "The refund was reviewed after an automatic check.", interaction_type: "email", duration_minutes: 45 },
            { id: 996, customer_id: 177, agent_id: 18, interaction_date: new Date("2023-09-10T06:25:21Z"), campaign_id: 24, feedback: null, interaction_type: "call", duration_minutes: 22 },
            { id: 997, customer_id: 482, agent_id: 67, interaction_date: new Date("2023-07-09T19:37:24Z"), campaign_id: 20, feedback: "The shipment was refunded following a late review.", interaction_type: "call", duration_minutes: 78 },
            { id: 998, customer_id: 253, agent_id: 3, interaction_date: new Date("2023-12-12T22:58:39Z"), campaign_id: 6, feedback: "Flagged as routine. The supplier escalated the account.", interaction_type: "call", duration_minutes: 49 },
            { id: 999, customer_id: 428, agent_id: 93, interaction_date: new Date("2022-01-14T20:11:21Z"), campaign_id: 23, feedback: "The delivery was approved following a repeat review.", interaction_type: "call", duration_minutes: 80 },
            { id: 1000, customer_id: 396, agent_id: 22, interaction_date: new Date("2023-11-13T10:14:47Z"), campaign_id: 14, feedback: "The shipment was delayed following a duplicate review.", interaction_type: "chat", duration_minutes: 69 },
        ],
    });
    await prisma.interactions.createMany({
        data: [
            { id: 1001, customer_id: 298, agent_id: 6, interaction_date: new Date("2022-04-15T08:34:19Z"), campaign_id: 10, feedback: "The payment was updated following a routine review.", interaction_type: "call", duration_minutes: 49 },
            { id: 1002, customer_id: 309, agent_id: 28, interaction_date: new Date("2023-12-13T13:59:35Z"), campaign_id: 18, feedback: "Flagged as standard. The team reviewed the shipment.", interaction_type: "chat", duration_minutes: 59 },
            { id: 1003, customer_id: 493, agent_id: 56, interaction_date: new Date("2022-11-12T17:42:45Z"), campaign_id: 22, feedback: "The customer asked for a change and the report was replaced.", interaction_type: "email", duration_minutes: 71 },
            { id: 1004, customer_id: 391, agent_id: 37, interaction_date: new Date("2023-08-22T20:53:17Z"), campaign_id: 20, feedback: null, interaction_type: "email", duration_minutes: 55 },
            { id: 1005, customer_id: 75, agent_id: 65, interaction_date: new Date("2022-04-14T19:32:03Z"), campaign_id: 22, feedback: "The ticket was processed — standard case, no further action.", interaction_type: "email", duration_minutes: 50 },
            { id: 1006, customer_id: 424, agent_id: 36, interaction_date: new Date("2022-06-23T20:40:14Z"), campaign_id: 4, feedback: null, interaction_type: "email", duration_minutes: 79 },
            { id: 1007, customer_id: 328, agent_id: 59, interaction_date: new Date("2022-08-14T15:35:11Z"), campaign_id: 9, feedback: "The team asked for a change and the transfer was closed.", interaction_type: "call", duration_minutes: 73 },
            { id: 1008, customer_id: 459, agent_id: 42, interaction_date: new Date("2023-08-07T16:50:22Z"), campaign_id: 22, feedback: "The reviewer reported a manual issue; the document was delayed.", interaction_type: "call", duration_minutes: 103 },
            { id: 1009, customer_id: 292, agent_id: 71, interaction_date: new Date("2023-09-02T13:16:40Z"), campaign_id: 24, feedback: "The reviewer reported a late issue; the claim was processed.", interaction_type: "email", duration_minutes: 53 },
            { id: 1010, customer_id: 436, agent_id: 100, interaction_date: new Date("2022-05-22T15:12:43Z"), campaign_id: 17, feedback: "Flagged as minor. The team closed the request.", interaction_type: "call", duration_minutes: 92 },
            { id: 1011, customer_id: 48, agent_id: 65, interaction_date: new Date("2023-06-28T13:47:03Z"), campaign_id: 22, feedback: "No response from the reviewer, so the document was processed.", interaction_type: "chat", duration_minutes: 64 },
            { id: 1012, customer_id: 323, agent_id: 15, interaction_date: new Date("2022-07-18T18:46:44Z"), campaign_id: 16, feedback: null, interaction_type: "chat", duration_minutes: 74 },
            { id: 1013, customer_id: 374, agent_id: 9, interaction_date: new Date("2022-05-22T19:58:19Z"), campaign_id: 21, feedback: "The team asked for a change and the document was escalated.", interaction_type: "call", duration_minutes: 58 },
            { id: 1014, customer_id: 308, agent_id: 47, interaction_date: new Date("2022-09-01T13:01:58Z"), campaign_id: 14, feedback: null, interaction_type: "call", duration_minutes: 62 },
            { id: 1015, customer_id: 468, agent_id: 43, interaction_date: new Date("2023-05-26T17:04:14Z"), campaign_id: 16, feedback: null, interaction_type: "chat", duration_minutes: 56 },
            { id: 1016, customer_id: 366, agent_id: 36, interaction_date: new Date("2023-01-13T07:09:06Z"), campaign_id: 13, feedback: "The supplier reported a partial issue; the booking was rejected.", interaction_type: "call", duration_minutes: 62 },
            { id: 1017, customer_id: 167, agent_id: 57, interaction_date: new Date("2023-04-19T12:18:14Z"), campaign_id: 21, feedback: "A minor invoice was refunded the same day.", interaction_type: "email", duration_minutes: 61 },
            { id: 1018, customer_id: 15, agent_id: 10, interaction_date: new Date("2022-03-20T17:56:13Z"), campaign_id: 2, feedback: "Flagged as minor. Support escalated the ticket.", interaction_type: "call", duration_minutes: 35 },
            { id: 1019, customer_id: 214, agent_id: 72, interaction_date: new Date("2023-09-22T09:42:18Z"), campaign_id: 6, feedback: "Support reported a repeat issue; the payment was escalated.", interaction_type: "call", duration_minutes: 53 },
            { id: 1020, customer_id: 248, agent_id: 45, interaction_date: new Date("2023-06-17T09:36:22Z"), campaign_id: 5, feedback: null, interaction_type: "call", duration_minutes: 104 },
            { id: 1021, customer_id: 226, agent_id: 65, interaction_date: new Date("2022-05-24T09:41:51Z"), campaign_id: 30, feedback: "No response from the team, so the item was approved.", interaction_type: "call", duration_minutes: 106 },
            { id: 1022, customer_id: 377, agent_id: 17, interaction_date: new Date("2023-05-24T18:42:11Z"), campaign_id: 26, feedback: "The delivery was processed — manual case, no further action.", interaction_type: "chat", duration_minutes: 53 },
            { id: 1023, customer_id: 336, agent_id: 73, interaction_date: new Date("2023-09-19T08:54:24Z"), campaign_id: 1, feedback: "No response from the customer, so the document was delayed.", interaction_type: "call", duration_minutes: 68 },
            { id: 1024, customer_id: 202, agent_id: 93, interaction_date: new Date("2022-11-06T15:32:25Z"), campaign_id: 8, feedback: "The courier asked for a change and the session was cancelled.", interaction_type: "call", duration_minutes: 50 },
            { id: 1025, customer_id: 206, agent_id: 84, interaction_date: new Date("2023-02-11T21:46:37Z"), campaign_id: 10, feedback: "The appointment was rejected — unusual case, no further action.", interaction_type: "call", duration_minutes: 71 },
            { id: 1026, customer_id: 285, agent_id: 23, interaction_date: new Date("2022-09-15T13:26:47Z"), campaign_id: 18, feedback: "No response from the customer, so the invoice was rejected.", interaction_type: "call", duration_minutes: 60 },
            { id: 1027, customer_id: 430, agent_id: 53, interaction_date: new Date("2022-10-12T19:24:15Z"), campaign_id: 12, feedback: "The supplier asked for a change and the payment was updated.", interaction_type: "call", duration_minutes: 34 },
            { id: 1028, customer_id: 230, agent_id: 58, interaction_date: new Date("2023-03-10T21:43:09Z"), campaign_id: 13, feedback: "The shipment was replaced following a standard review.", interaction_type: "email", duration_minutes: 59 },
            { id: 1029, customer_id: 15, agent_id: 88, interaction_date: new Date("2023-11-01T23:31:15Z"), campaign_id: 26, feedback: "The reviewer reported a duplicate issue; the order was refunded.", interaction_type: "email", duration_minutes: 44 },
            { id: 1030, customer_id: 483, agent_id: 73, interaction_date: new Date("2022-12-05T16:07:43Z"), campaign_id: 10, feedback: "An unusual follow-up: the ticket was reopened.", interaction_type: "email", duration_minutes: 106 },
            { id: 1031, customer_id: 182, agent_id: 62, interaction_date: new Date("2023-12-03T13:55:20Z"), campaign_id: 9, feedback: "An urgent follow-up: the ticket was closed.", interaction_type: "call", duration_minutes: 52 },
            { id: 1032, customer_id: 95, agent_id: 25, interaction_date: new Date("2022-03-23T16:23:03Z"), campaign_id: 4, feedback: "The item was delayed — standard case, no further action.", interaction_type: "email", duration_minutes: 30 },
            { id: 1033, customer_id: 75, agent_id: 4, interaction_date: new Date("2022-01-19T08:03:58Z"), campaign_id: 7, feedback: "An operator asked for a change and the transfer was confirmed.", interaction_type: "email", duration_minutes: 69 },
            { id: 1034, customer_id: 321, agent_id: 99, interaction_date: new Date("2022-01-08T19:31:55Z"), campaign_id: 19, feedback: "The claim was resolved — incomplete case, no further action.", interaction_type: "email", duration_minutes: 70 },
            { id: 1035, customer_id: 71, agent_id: 73, interaction_date: new Date("2023-07-18T19:09:21Z"), campaign_id: 13, feedback: "No response from the account owner, so the record was confirmed.", interaction_type: "chat", duration_minutes: 81 },
            { id: 1036, customer_id: 192, agent_id: 77, interaction_date: new Date("2022-09-24T16:47:56Z"), campaign_id: 24, feedback: "The courier confirmed the details and the order was approved.", interaction_type: "email", duration_minutes: 33 },
            { id: 1037, customer_id: 113, agent_id: 67, interaction_date: new Date("2022-09-20T21:58:41Z"), campaign_id: 3, feedback: "The ticket was completed — automatic case, no further action.", interaction_type: "chat", duration_minutes: 59 },
            { id: 1038, customer_id: 479, agent_id: 45, interaction_date: new Date("2022-04-22T15:30:35Z"), campaign_id: 2, feedback: "The reviewer reported a duplicate issue; the document was replaced.", interaction_type: "call", duration_minutes: 32 },
            { id: 1039, customer_id: 132, agent_id: 70, interaction_date: new Date("2022-02-04T09:59:01Z"), campaign_id: 10, feedback: "The supplier asked for a change and the appointment was confirmed.", interaction_type: "call", duration_minutes: 48 },
            { id: 1040, customer_id: 51, agent_id: 26, interaction_date: new Date("2023-07-09T08:18:54Z"), campaign_id: 21, feedback: "Flagged as late. The customer reviewed the booking.", interaction_type: "chat", duration_minutes: 58 },
            { id: 1041, customer_id: 283, agent_id: 5, interaction_date: new Date("2023-05-11T12:33:12Z"), campaign_id: 27, feedback: "The ticket was delayed — manual case, no further action.", interaction_type: "call", duration_minutes: 74 },
            { id: 1042, customer_id: 244, agent_id: 75, interaction_date: new Date("2023-09-21T09:47:34Z"), campaign_id: 30, feedback: "The courier asked for a change and the report was resolved.", interaction_type: "email", duration_minutes: 74 },
            { id: 1043, customer_id: 271, agent_id: 83, interaction_date: new Date("2023-09-25T10:35:15Z"), campaign_id: 15, feedback: "The appointment was rejected following a standard review.", interaction_type: "call", duration_minutes: 51 },
            { id: 1044, customer_id: 223, agent_id: 17, interaction_date: new Date("2023-09-25T15:07:54Z"), campaign_id: 7, feedback: "No response from an operator, so the request was delayed.", interaction_type: "chat", duration_minutes: 90 },
            { id: 1045, customer_id: 434, agent_id: 76, interaction_date: new Date("2022-04-01T14:02:08Z"), campaign_id: 4, feedback: "The courier confirmed the details and the ticket was reviewed.", interaction_type: "email", duration_minutes: 66 },
            { id: 1046, customer_id: 62, agent_id: 19, interaction_date: new Date("2023-09-07T14:31:14Z"), campaign_id: 2, feedback: "The payment was refunded following an incomplete review.", interaction_type: "email", duration_minutes: 51 },
            { id: 1047, customer_id: 8, agent_id: 76, interaction_date: new Date("2023-01-03T17:18:14Z"), campaign_id: 12, feedback: "An urgent session was processed the same day.", interaction_type: "email", duration_minutes: 28 },
            { id: 1048, customer_id: 218, agent_id: 75, interaction_date: new Date("2022-07-06T03:06:09Z"), campaign_id: 9, feedback: "The appointment was resolved — automatic case, no further action.", interaction_type: "email", duration_minutes: 50 },
            { id: 1049, customer_id: 374, agent_id: 57, interaction_date: new Date("2022-10-24T15:44:51Z"), campaign_id: 29, feedback: "The request was updated — partial case, no further action.", interaction_type: "call", duration_minutes: 63 },
            { id: 1050, customer_id: 436, agent_id: 62, interaction_date: new Date("2022-12-28T18:34:02Z"), campaign_id: 23, feedback: "An operator confirmed the details and the document was cancelled.", interaction_type: "call", duration_minutes: 77 },
            { id: 1051, customer_id: 95, agent_id: 56, interaction_date: new Date("2022-09-10T19:09:54Z"), campaign_id: 1, feedback: "No response from the courier, so the document was escalated.", interaction_type: "call", duration_minutes: 82 },
            { id: 1052, customer_id: 320, agent_id: 59, interaction_date: new Date("2022-11-16T18:54:13Z"), campaign_id: 26, feedback: "The reviewer confirmed the details and the ticket was cancelled.", interaction_type: "email", duration_minutes: 80 },
            { id: 1053, customer_id: 72, agent_id: 66, interaction_date: new Date("2022-06-07T16:30:24Z"), campaign_id: 24, feedback: "A duplicate follow-up: the appointment was closed.", interaction_type: "call", duration_minutes: 44 },
            { id: 1054, customer_id: 391, agent_id: 1, interaction_date: new Date("2022-05-16T21:30:49Z"), campaign_id: 23, feedback: "The account was closed after a partial check.", interaction_type: "chat", duration_minutes: 87 },
            { id: 1055, customer_id: 217, agent_id: 17, interaction_date: new Date("2023-10-18T09:36:06Z"), campaign_id: 28, feedback: null, interaction_type: "chat", duration_minutes: 25 },
            { id: 1056, customer_id: 363, agent_id: 56, interaction_date: new Date("2022-03-09T18:02:53Z"), campaign_id: 8, feedback: "The account owner asked for a change and the payment was updated.", interaction_type: "call", duration_minutes: 54 },
            { id: 1057, customer_id: 306, agent_id: 64, interaction_date: new Date("2022-06-16T16:25:14Z"), campaign_id: 7, feedback: null, interaction_type: "email", duration_minutes: 41 },
            { id: 1058, customer_id: 449, agent_id: 91, interaction_date: new Date("2023-01-01T12:16:37Z"), campaign_id: 16, feedback: "The team asked for a change and the ticket was updated.", interaction_type: "call", duration_minutes: 53 },
            { id: 1059, customer_id: 129, agent_id: 2, interaction_date: new Date("2022-09-24T19:44:44Z"), campaign_id: 24, feedback: "The order was reopened — automatic case, no further action.", interaction_type: "chat", duration_minutes: 65 },
            { id: 1060, customer_id: 70, agent_id: 54, interaction_date: new Date("2022-02-13T10:44:01Z"), campaign_id: 1, feedback: "The item was confirmed after a manual check.", interaction_type: "call", duration_minutes: 72 },
            { id: 1061, customer_id: 258, agent_id: 4, interaction_date: new Date("2023-01-25T15:02:58Z"), campaign_id: 16, feedback: "A repeat follow-up: the item was completed.", interaction_type: "chat", duration_minutes: 72 },
            { id: 1062, customer_id: 302, agent_id: 41, interaction_date: new Date("2023-02-22T07:42:01Z"), campaign_id: 26, feedback: "An unusual follow-up: the refund was delayed.", interaction_type: "chat", duration_minutes: 75 },
            { id: 1063, customer_id: 128, agent_id: 77, interaction_date: new Date("2023-04-11T18:38:49Z"), campaign_id: 14, feedback: null, interaction_type: "chat", duration_minutes: 38 },
            { id: 1064, customer_id: 272, agent_id: 15, interaction_date: new Date("2022-06-17T01:22:03Z"), campaign_id: 29, feedback: null, interaction_type: "call", duration_minutes: 65 },
            { id: 1065, customer_id: 271, agent_id: 5, interaction_date: new Date("2023-06-25T13:46:28Z"), campaign_id: 11, feedback: "Flagged as unusual. The team confirmed the payment.", interaction_type: "call", duration_minutes: 85 },
            { id: 1066, customer_id: 422, agent_id: 29, interaction_date: new Date("2023-06-03T12:50:32Z"), campaign_id: 5, feedback: null, interaction_type: "chat", duration_minutes: 88 },
            { id: 1067, customer_id: 147, agent_id: 57, interaction_date: new Date("2023-07-10T13:10:38Z"), campaign_id: 17, feedback: "Flagged as partial. The team reopened the booking.", interaction_type: "call", duration_minutes: 43 },
            { id: 1068, customer_id: 359, agent_id: 61, interaction_date: new Date("2023-08-17T19:36:40Z"), campaign_id: 1, feedback: "No response from the team, so the refund was escalated.", interaction_type: "call", duration_minutes: 54 },
            { id: 1069, customer_id: 462, agent_id: 4, interaction_date: new Date("2023-02-25T01:07:47Z"), campaign_id: 26, feedback: "The account owner reported a standard issue; the report was processed.", interaction_type: "email", duration_minutes: 73 },
            { id: 1070, customer_id: 258, agent_id: 82, interaction_date: new Date("2022-04-23T19:35:38Z"), campaign_id: 14, feedback: "The account owner reported a routine issue; the item was escalated.", interaction_type: "call", duration_minutes: 66 },
            { id: 1071, customer_id: 340, agent_id: 28, interaction_date: new Date("2023-02-18T20:08:02Z"), campaign_id: 1, feedback: "The invoice was rejected after a duplicate check.", interaction_type: "chat", duration_minutes: 54 },
            { id: 1072, customer_id: 117, agent_id: 88, interaction_date: new Date("2023-04-04T20:13:48Z"), campaign_id: 10, feedback: "An operator confirmed the details and the item was refunded.", interaction_type: "call", duration_minutes: 71 },
            { id: 1073, customer_id: 196, agent_id: 71, interaction_date: new Date("2023-01-31T13:54:06Z"), campaign_id: 10, feedback: "Support reported a minor issue; the account was reopened.", interaction_type: "call", duration_minutes: 94 },
            { id: 1074, customer_id: 64, agent_id: 5, interaction_date: new Date("2022-07-05T17:19:42Z"), campaign_id: 20, feedback: "A minor report was completed the same day.", interaction_type: "chat", duration_minutes: 33 },
            { id: 1075, customer_id: 43, agent_id: 28, interaction_date: new Date("2022-06-11T11:42:19Z"), campaign_id: 13, feedback: "No response from support, so the request was completed.", interaction_type: "chat", duration_minutes: 73 },
            { id: 1076, customer_id: 477, agent_id: 64, interaction_date: new Date("2022-12-10T13:28:16Z"), campaign_id: 17, feedback: "The reviewer reported a manual issue; the account was escalated.", interaction_type: "email", duration_minutes: 89 },
            { id: 1077, customer_id: 21, agent_id: 82, interaction_date: new Date("2023-01-15T10:51:39Z"), campaign_id: 18, feedback: "The payment was cancelled following a routine review.", interaction_type: "chat", duration_minutes: 49 },
            { id: 1078, customer_id: 202, agent_id: 16, interaction_date: new Date("2023-09-10T20:14:27Z"), campaign_id: 14, feedback: "The order was cancelled after an urgent check.", interaction_type: "email", duration_minutes: 41 },
            { id: 1079, customer_id: 251, agent_id: 77, interaction_date: new Date("2022-01-16T08:48:01Z"), campaign_id: 11, feedback: "No response from an operator, so the account was rescheduled.", interaction_type: "call", duration_minutes: 80 },
            { id: 1080, customer_id: 218, agent_id: 30, interaction_date: new Date("2023-07-16T11:42:28Z"), campaign_id: 26, feedback: "A duplicate follow-up: the item was escalated.", interaction_type: "email", duration_minutes: 50 },
            { id: 1081, customer_id: 109, agent_id: 38, interaction_date: new Date("2023-04-04T07:37:35Z"), campaign_id: 7, feedback: "The reviewer reported an urgent issue; the record was escalated.", interaction_type: "email", duration_minutes: 60 },
            { id: 1082, customer_id: 14, agent_id: 79, interaction_date: new Date("2022-09-05T20:39:13Z"), campaign_id: 10, feedback: "No response from the customer, so the delivery was delayed.", interaction_type: "call", duration_minutes: 38 },
            { id: 1083, customer_id: 310, agent_id: 24, interaction_date: new Date("2023-10-27T06:04:29Z"), campaign_id: 25, feedback: null, interaction_type: "chat", duration_minutes: 32 },
            { id: 1084, customer_id: 287, agent_id: 33, interaction_date: new Date("2022-07-22T14:43:07Z"), campaign_id: 19, feedback: "No response from an operator, so the session was cancelled.", interaction_type: "email", duration_minutes: 57 },
            { id: 1085, customer_id: 475, agent_id: 64, interaction_date: new Date("2022-08-22T23:11:55Z"), campaign_id: 5, feedback: null, interaction_type: "call", duration_minutes: 72 },
            { id: 1086, customer_id: 271, agent_id: 92, interaction_date: new Date("2022-02-22T09:40:47Z"), campaign_id: 1, feedback: "Flagged as urgent. The courier reopened the item.", interaction_type: "call", duration_minutes: 44 },
            { id: 1087, customer_id: 166, agent_id: 76, interaction_date: new Date("2022-05-27T23:14:27Z"), campaign_id: 17, feedback: "No response from an operator, so the ticket was processed.", interaction_type: "email", duration_minutes: 34 },
            { id: 1088, customer_id: 11, agent_id: 4, interaction_date: new Date("2022-02-14T15:13:48Z"), campaign_id: 18, feedback: "The team reported a repeat issue; the claim was completed.", interaction_type: "chat", duration_minutes: 59 },
            { id: 1089, customer_id: 55, agent_id: 59, interaction_date: new Date("2022-11-07T22:08:15Z"), campaign_id: 3, feedback: "The supplier confirmed the details and the booking was closed.", interaction_type: "email", duration_minutes: 58 },
            { id: 1090, customer_id: 40, agent_id: 72, interaction_date: new Date("2022-11-20T21:08:32Z"), campaign_id: 26, feedback: "No response from the team, so the report was resolved.", interaction_type: "call", duration_minutes: 80 },
            { id: 1091, customer_id: 474, agent_id: 55, interaction_date: new Date("2023-03-26T16:52:59Z"), campaign_id: 26, feedback: "The document was reopened after a standard check.", interaction_type: "call", duration_minutes: 58 },
            { id: 1092, customer_id: 93, agent_id: 22, interaction_date: new Date("2022-07-08T22:39:35Z"), campaign_id: 9, feedback: "A duplicate request was confirmed the same day.", interaction_type: "call", duration_minutes: 57 },
            { id: 1093, customer_id: 462, agent_id: 7, interaction_date: new Date("2023-05-26T09:11:58Z"), campaign_id: 5, feedback: "The payment was rejected after a routine check.", interaction_type: "call", duration_minutes: 81 },
            { id: 1094, customer_id: 332, agent_id: 10, interaction_date: new Date("2022-11-09T19:21:53Z"), campaign_id: 24, feedback: "Flagged as duplicate. The courier reopened the refund.", interaction_type: "call", duration_minutes: 75 },
            { id: 1095, customer_id: 314, agent_id: 29, interaction_date: new Date("2023-02-19T10:38:57Z"), campaign_id: 23, feedback: "The team reported an unusual issue; the item was reopened.", interaction_type: "call", duration_minutes: 35 },
            { id: 1096, customer_id: 207, agent_id: 14, interaction_date: new Date("2022-01-07T18:14:48Z"), campaign_id: 9, feedback: "The supplier reported an automatic issue; the ticket was completed.", interaction_type: "email", duration_minutes: 83 },
            { id: 1097, customer_id: 115, agent_id: 86, interaction_date: new Date("2022-05-10T18:14:42Z"), campaign_id: 28, feedback: "No response from the customer, so the report was rejected.", interaction_type: "email", duration_minutes: 50 },
            { id: 1098, customer_id: 407, agent_id: 32, interaction_date: new Date("2023-06-30T14:32:22Z"), campaign_id: 14, feedback: "No response from the courier, so the session was rescheduled.", interaction_type: "call", duration_minutes: 66 },
            { id: 1099, customer_id: 95, agent_id: 23, interaction_date: new Date("2022-09-23T12:08:14Z"), campaign_id: 15, feedback: "An unusual follow-up: the shipment was escalated.", interaction_type: "call", duration_minutes: 45 },
            { id: 1100, customer_id: 393, agent_id: 28, interaction_date: new Date("2023-07-18T19:50:14Z"), campaign_id: 18, feedback: "A manual follow-up: the invoice was replaced.", interaction_type: "email", duration_minutes: 39 },
            { id: 1101, customer_id: 257, agent_id: 78, interaction_date: new Date("2022-07-07T08:26:08Z"), campaign_id: 16, feedback: "The booking was delayed following a standard review.", interaction_type: "call", duration_minutes: 62 },
            { id: 1102, customer_id: 368, agent_id: 21, interaction_date: new Date("2022-12-27T20:05:11Z"), campaign_id: 6, feedback: "The order was completed after an urgent check.", interaction_type: "call", duration_minutes: 64 },
            { id: 1103, customer_id: 293, agent_id: 75, interaction_date: new Date("2022-02-19T22:57:31Z"), campaign_id: 4, feedback: "The account owner asked for a change and the report was rejected.", interaction_type: "call", duration_minutes: 72 },
            { id: 1104, customer_id: 382, agent_id: 98, interaction_date: new Date("2023-09-05T14:10:43Z"), campaign_id: 11, feedback: "An urgent document was completed the same day.", interaction_type: "call", duration_minutes: 60 },
            { id: 1105, customer_id: 209, agent_id: 24, interaction_date: new Date("2023-06-19T22:40:08Z"), campaign_id: 25, feedback: "The customer confirmed the details and the item was approved.", interaction_type: "email", duration_minutes: 46 },
            { id: 1106, customer_id: 412, agent_id: 6, interaction_date: new Date("2022-07-17T23:15:30Z"), campaign_id: 11, feedback: "An urgent follow-up: the item was rescheduled.", interaction_type: "call", duration_minutes: 54 },
            { id: 1107, customer_id: 408, agent_id: 85, interaction_date: new Date("2022-10-31T14:04:26Z"), campaign_id: 7, feedback: "An operator reported a late issue; the record was reviewed.", interaction_type: "call", duration_minutes: 59 },
            { id: 1108, customer_id: 212, agent_id: 29, interaction_date: new Date("2023-08-12T15:05:36Z"), campaign_id: 25, feedback: "The team confirmed the details and the account was closed.", interaction_type: "call", duration_minutes: 55 },
            { id: 1109, customer_id: 250, agent_id: 85, interaction_date: new Date("2022-07-24T17:40:34Z"), campaign_id: 11, feedback: "Support asked for a change and the appointment was escalated.", interaction_type: "call", duration_minutes: 80 },
            { id: 1110, customer_id: 186, agent_id: 91, interaction_date: new Date("2023-07-08T18:18:15Z"), campaign_id: 13, feedback: "The team reported an automatic issue; the item was delayed.", interaction_type: "email", duration_minutes: 44 },
            { id: 1111, customer_id: 192, agent_id: 25, interaction_date: new Date("2022-08-15T14:19:41Z"), campaign_id: 29, feedback: "A repeat document was replaced the same day.", interaction_type: "chat", duration_minutes: 86 },
            { id: 1112, customer_id: 381, agent_id: 71, interaction_date: new Date("2023-03-01T11:31:48Z"), campaign_id: 6, feedback: "An unusual order was confirmed the same day.", interaction_type: "call", duration_minutes: 54 },
            { id: 1113, customer_id: 197, agent_id: 91, interaction_date: new Date("2022-02-12T20:24:47Z"), campaign_id: 29, feedback: "The account owner reported an unusual issue; the shipment was rescheduled.", interaction_type: "email", duration_minutes: 58 },
            { id: 1114, customer_id: 28, agent_id: 62, interaction_date: new Date("2023-11-17T16:47:25Z"), campaign_id: 22, feedback: "The claim was processed after a repeat check.", interaction_type: "call", duration_minutes: 77 },
            { id: 1115, customer_id: 98, agent_id: 45, interaction_date: new Date("2023-03-14T01:19:21Z"), campaign_id: 24, feedback: "No response from the supplier, so the claim was completed.", interaction_type: "chat", duration_minutes: 39 },
            { id: 1116, customer_id: 471, agent_id: 87, interaction_date: new Date("2022-05-10T09:13:32Z"), campaign_id: 1, feedback: "An unusual delivery was cancelled the same day.", interaction_type: "call", duration_minutes: 52 },
            { id: 1117, customer_id: 79, agent_id: 75, interaction_date: new Date("2022-09-17T21:39:40Z"), campaign_id: 9, feedback: "No response from the customer, so the item was confirmed.", interaction_type: "call", duration_minutes: 44 },
            { id: 1118, customer_id: 4, agent_id: 15, interaction_date: new Date("2023-12-09T18:28:47Z"), campaign_id: 28, feedback: "The supplier reported a routine issue; the transfer was approved.", interaction_type: "call", duration_minutes: 60 },
            { id: 1119, customer_id: 114, agent_id: 17, interaction_date: new Date("2023-01-28T17:21:17Z"), campaign_id: 21, feedback: null, interaction_type: "chat", duration_minutes: 33 },
        ],
    });
    await prisma.responses.createMany({
        data: [
            { id: 1, customer_id: 87, campaign_id: 26, interest_level: "high", purchase_intent: false, response_date: new Date("2023-05-07T15:36:04Z"), satisfaction_rating: 2 },
            { id: 2, customer_id: 51, campaign_id: 8, interest_level: "high", purchase_intent: false, response_date: new Date("2023-08-05T14:58:21Z"), satisfaction_rating: 5 },
            { id: 3, customer_id: 277, campaign_id: 22, interest_level: "low", purchase_intent: false, response_date: new Date("2023-09-12T10:19:26Z"), satisfaction_rating: 1 },
            { id: 4, customer_id: 286, campaign_id: 10, interest_level: "low", purchase_intent: false, response_date: new Date("2022-07-08T10:00:27Z"), satisfaction_rating: 5 },
            { id: 5, customer_id: 477, campaign_id: 9, interest_level: "low", purchase_intent: false, response_date: new Date("2023-03-27T07:57:20Z"), satisfaction_rating: 2 },
            { id: 6, customer_id: 301, campaign_id: 22, interest_level: "high", purchase_intent: true, response_date: new Date("2023-12-08T18:36:29Z"), satisfaction_rating: 5 },
            { id: 7, customer_id: 23, campaign_id: 16, interest_level: "medium", purchase_intent: true, response_date: new Date("2022-03-26T09:24:38Z"), satisfaction_rating: 4 },
            { id: 8, customer_id: 457, campaign_id: 17, interest_level: "low", purchase_intent: true, response_date: new Date("2022-03-14T12:16:08Z"), satisfaction_rating: 4 },
            { id: 9, customer_id: 367, campaign_id: 22, interest_level: "low", purchase_intent: false, response_date: new Date("2022-04-24T12:59:50Z"), satisfaction_rating: 5 },
            { id: 10, customer_id: 87, campaign_id: 25, interest_level: "high", purchase_intent: true, response_date: new Date("2023-12-25T16:44:03Z"), satisfaction_rating: 5 },
            { id: 11, customer_id: 367, campaign_id: 18, interest_level: "low", purchase_intent: true, response_date: new Date("2022-04-15T11:55:03Z"), satisfaction_rating: 4 },
            { id: 12, customer_id: 466, campaign_id: 9, interest_level: "low", purchase_intent: false, response_date: new Date("2023-02-14T15:44:48Z"), satisfaction_rating: 4 },
            { id: 13, customer_id: 161, campaign_id: 14, interest_level: "low", purchase_intent: false, response_date: new Date("2022-02-21T11:51:31Z"), satisfaction_rating: 2 },
            { id: 14, customer_id: 250, campaign_id: 11, interest_level: "medium", purchase_intent: true, response_date: new Date("2023-08-14T13:02:35Z"), satisfaction_rating: 2 },
            { id: 15, customer_id: 421, campaign_id: 25, interest_level: "medium", purchase_intent: true, response_date: new Date("2022-09-28T09:56:41Z"), satisfaction_rating: 5 },
            { id: 16, customer_id: 310, campaign_id: 5, interest_level: "medium", purchase_intent: false, response_date: new Date("2022-07-06T08:24:59Z"), satisfaction_rating: 4 },
            { id: 17, customer_id: 338, campaign_id: 10, interest_level: "low", purchase_intent: false, response_date: new Date("2022-11-26T10:07:54Z"), satisfaction_rating: 4 },
            { id: 18, customer_id: 162, campaign_id: 28, interest_level: "high", purchase_intent: true, response_date: new Date("2023-07-30T16:16:24Z"), satisfaction_rating: 2 },
            { id: 19, customer_id: 366, campaign_id: 14, interest_level: "medium", purchase_intent: true, response_date: new Date("2022-08-20T16:44:56Z"), satisfaction_rating: 5 },
            { id: 20, customer_id: 411, campaign_id: 10, interest_level: "low", purchase_intent: true, response_date: new Date("2023-05-28T15:43:30Z"), satisfaction_rating: 3 },
            { id: 21, customer_id: 244, campaign_id: 5, interest_level: "medium", purchase_intent: false, response_date: new Date("2022-02-26T11:58:03Z"), satisfaction_rating: 5 },
            { id: 22, customer_id: 487, campaign_id: 25, interest_level: "low", purchase_intent: true, response_date: new Date("2023-08-10T09:00:33Z"), satisfaction_rating: 1 },
            { id: 23, customer_id: 128, campaign_id: 30, interest_level: "medium", purchase_intent: false, response_date: new Date("2023-01-23T09:54:58Z"), satisfaction_rating: 2 },
            { id: 24, customer_id: 169, campaign_id: 10, interest_level: "low", purchase_intent: false, response_date: new Date("2023-12-22T12:40:42Z"), satisfaction_rating: 3 },
            { id: 25, customer_id: 485, campaign_id: 7, interest_level: "medium", purchase_intent: true, response_date: new Date("2022-10-17T22:01:34Z"), satisfaction_rating: 5 },
            { id: 26, customer_id: 269, campaign_id: 18, interest_level: "medium", purchase_intent: true, response_date: new Date("2022-06-11T16:34:08Z"), satisfaction_rating: 5 },
            { id: 27, customer_id: 179, campaign_id: 12, interest_level: "low", purchase_intent: false, response_date: new Date("2022-08-30T16:51:10Z"), satisfaction_rating: 4 },
            { id: 28, customer_id: 164, campaign_id: 5, interest_level: "high", purchase_intent: true, response_date: new Date("2023-03-20T19:28:28Z"), satisfaction_rating: 2 },
            { id: 29, customer_id: 246, campaign_id: 22, interest_level: "high", purchase_intent: false, response_date: new Date("2023-12-24T10:15:38Z"), satisfaction_rating: 1 },
            { id: 30, customer_id: 312, campaign_id: 30, interest_level: "medium", purchase_intent: true, response_date: new Date("2022-07-01T14:18:41Z"), satisfaction_rating: 4 },
            { id: 31, customer_id: 119, campaign_id: 16, interest_level: "medium", purchase_intent: true, response_date: new Date("2022-05-02T10:13:40Z"), satisfaction_rating: 2 },
            { id: 32, customer_id: 297, campaign_id: 27, interest_level: "medium", purchase_intent: false, response_date: new Date("2023-03-27T10:24:12Z"), satisfaction_rating: 5 },
            { id: 33, customer_id: 18, campaign_id: 10, interest_level: "low", purchase_intent: false, response_date: new Date("2023-10-27T11:13:03Z"), satisfaction_rating: 4 },
            { id: 34, customer_id: 153, campaign_id: 5, interest_level: "high", purchase_intent: true, response_date: new Date("2023-07-22T15:45:49Z"), satisfaction_rating: 5 },
            { id: 35, customer_id: 311, campaign_id: 2, interest_level: "medium", purchase_intent: true, response_date: new Date("2023-09-11T19:49:56Z"), satisfaction_rating: 5 },
            { id: 36, customer_id: 57, campaign_id: 10, interest_level: "low", purchase_intent: false, response_date: new Date("2022-05-11T21:26:47Z"), satisfaction_rating: 5 },
            { id: 37, customer_id: 269, campaign_id: 18, interest_level: "high", purchase_intent: false, response_date: new Date("2023-04-19T11:41:34Z"), satisfaction_rating: 3 },
            { id: 38, customer_id: 137, campaign_id: 10, interest_level: "high", purchase_intent: true, response_date: new Date("2022-10-23T10:22:35Z"), satisfaction_rating: 4 },
            { id: 39, customer_id: 134, campaign_id: 9, interest_level: "low", purchase_intent: false, response_date: new Date("2023-02-03T11:05:15Z"), satisfaction_rating: 4 },
            { id: 40, customer_id: 398, campaign_id: 14, interest_level: "medium", purchase_intent: false, response_date: new Date("2022-03-22T12:29:13Z"), satisfaction_rating: 4 },
            { id: 41, customer_id: 220, campaign_id: 17, interest_level: "low", purchase_intent: false, response_date: new Date("2023-07-28T16:33:32Z"), satisfaction_rating: 2 },
            { id: 42, customer_id: 377, campaign_id: 8, interest_level: "low", purchase_intent: false, response_date: new Date("2023-06-03T20:48:44Z"), satisfaction_rating: 5 },
            { id: 43, customer_id: 61, campaign_id: 4, interest_level: "medium", purchase_intent: true, response_date: new Date("2023-03-17T17:05:50Z"), satisfaction_rating: 4 },
            { id: 44, customer_id: 207, campaign_id: 9, interest_level: "low", purchase_intent: false, response_date: new Date("2023-12-22T14:04:42Z"), satisfaction_rating: 1 },
            { id: 45, customer_id: 325, campaign_id: 11, interest_level: "medium", purchase_intent: true, response_date: new Date("2023-05-03T14:37:22Z"), satisfaction_rating: 3 },
            { id: 46, customer_id: 382, campaign_id: 25, interest_level: "low", purchase_intent: false, response_date: new Date("2022-07-14T13:47:06Z"), satisfaction_rating: 3 },
            { id: 47, customer_id: 83, campaign_id: 22, interest_level: "high", purchase_intent: true, response_date: new Date("2023-09-14T14:22:38Z"), satisfaction_rating: 3 },
            { id: 48, customer_id: 103, campaign_id: 14, interest_level: "medium", purchase_intent: false, response_date: new Date("2023-03-09T17:32:19Z"), satisfaction_rating: 2 },
            { id: 49, customer_id: 201, campaign_id: 8, interest_level: "medium", purchase_intent: false, response_date: new Date("2023-08-20T12:54:25Z"), satisfaction_rating: 5 },
            { id: 50, customer_id: 175, campaign_id: 11, interest_level: "low", purchase_intent: false, response_date: new Date("2022-11-03T20:03:33Z"), satisfaction_rating: 3 },
            { id: 51, customer_id: 232, campaign_id: 22, interest_level: "low", purchase_intent: false, response_date: new Date("2023-04-20T15:43:00Z"), satisfaction_rating: 2 },
            { id: 52, customer_id: 451, campaign_id: 8, interest_level: "low", purchase_intent: true, response_date: new Date("2023-04-23T08:14:49Z"), satisfaction_rating: 1 },
            { id: 53, customer_id: 284, campaign_id: 19, interest_level: "low", purchase_intent: false, response_date: new Date("2022-08-08T16:30:36Z"), satisfaction_rating: 5 },
            { id: 54, customer_id: 163, campaign_id: 9, interest_level: "low", purchase_intent: false, response_date: new Date("2022-01-05T17:44:11Z"), satisfaction_rating: 5 },
            { id: 55, customer_id: 432, campaign_id: 13, interest_level: "low", purchase_intent: false, response_date: new Date("2022-11-11T10:35:39Z"), satisfaction_rating: 4 },
            { id: 56, customer_id: 249, campaign_id: 8, interest_level: "high", purchase_intent: false, response_date: new Date("2022-06-19T15:22:30Z"), satisfaction_rating: 5 },
            { id: 57, customer_id: 183, campaign_id: 8, interest_level: "low", purchase_intent: false, response_date: new Date("2022-01-03T13:10:55Z"), satisfaction_rating: 5 },
            { id: 58, customer_id: 217, campaign_id: 29, interest_level: "medium", purchase_intent: false, response_date: new Date("2023-01-16T08:58:19Z"), satisfaction_rating: 3 },
            { id: 59, customer_id: 58, campaign_id: 2, interest_level: "low", purchase_intent: false, response_date: new Date("2022-04-01T17:16:43Z"), satisfaction_rating: 2 },
            { id: 60, customer_id: 111, campaign_id: 25, interest_level: "high", purchase_intent: false, response_date: new Date("2022-06-27T12:07:42Z"), satisfaction_rating: 4 },
            { id: 61, customer_id: 261, campaign_id: 14, interest_level: "low", purchase_intent: false, response_date: new Date("2023-07-25T17:50:49Z"), satisfaction_rating: 5 },
            { id: 62, customer_id: 438, campaign_id: 8, interest_level: "high", purchase_intent: true, response_date: new Date("2023-08-21T10:18:00Z"), satisfaction_rating: 1 },
            { id: 63, customer_id: 236, campaign_id: 11, interest_level: "high", purchase_intent: false, response_date: new Date("2022-06-28T08:47:58Z"), satisfaction_rating: 3 },
            { id: 64, customer_id: 212, campaign_id: 6, interest_level: "medium", purchase_intent: false, response_date: new Date("2023-04-17T10:23:35Z"), satisfaction_rating: 3 },
            { id: 65, customer_id: 229, campaign_id: 18, interest_level: "medium", purchase_intent: false, response_date: new Date("2022-11-18T19:41:44Z"), satisfaction_rating: 5 },
            { id: 66, customer_id: 46, campaign_id: 11, interest_level: "medium", purchase_intent: false, response_date: new Date("2023-03-04T10:20:24Z"), satisfaction_rating: 5 },
            { id: 67, customer_id: 150, campaign_id: 15, interest_level: "low", purchase_intent: false, response_date: new Date("2023-05-14T10:52:09Z"), satisfaction_rating: 4 },
            { id: 68, customer_id: 278, campaign_id: 22, interest_level: "medium", purchase_intent: false, response_date: new Date("2022-05-01T16:02:11Z"), satisfaction_rating: 4 },
            { id: 69, customer_id: 431, campaign_id: 14, interest_level: "medium", purchase_intent: true, response_date: new Date("2022-05-16T10:24:31Z"), satisfaction_rating: 3 },
            { id: 70, customer_id: 70, campaign_id: 20, interest_level: "low", purchase_intent: false, response_date: new Date("2023-03-24T16:18:40Z"), satisfaction_rating: 5 },
            { id: 71, customer_id: 299, campaign_id: 9, interest_level: "low", purchase_intent: false, response_date: new Date("2022-08-08T12:18:13Z"), satisfaction_rating: 5 },
            { id: 72, customer_id: 178, campaign_id: 21, interest_level: "low", purchase_intent: false, response_date: new Date("2023-07-08T11:02:17Z"), satisfaction_rating: 2 },
            { id: 73, customer_id: 276, campaign_id: 14, interest_level: "high", purchase_intent: false, response_date: new Date("2023-09-22T16:49:46Z"), satisfaction_rating: 3 },
            { id: 74, customer_id: 430, campaign_id: 22, interest_level: "low", purchase_intent: false, response_date: new Date("2023-02-08T16:04:09Z"), satisfaction_rating: 5 },
            { id: 75, customer_id: 142, campaign_id: 29, interest_level: "low", purchase_intent: false, response_date: new Date("2022-10-05T11:38:21Z"), satisfaction_rating: 5 },
            { id: 76, customer_id: 252, campaign_id: 10, interest_level: "low", purchase_intent: true, response_date: new Date("2022-10-09T13:56:03Z"), satisfaction_rating: 2 },
            { id: 77, customer_id: 135, campaign_id: 22, interest_level: "low", purchase_intent: true, response_date: new Date("2023-04-05T14:36:08Z"), satisfaction_rating: 4 },
            { id: 78, customer_id: 423, campaign_id: 9, interest_level: "low", purchase_intent: false, response_date: new Date("2022-11-03T16:09:43Z"), satisfaction_rating: 5 },
            { id: 79, customer_id: 310, campaign_id: 14, interest_level: "low", purchase_intent: false, response_date: new Date("2022-10-29T07:45:40Z"), satisfaction_rating: 3 },
            { id: 80, customer_id: 499, campaign_id: 18, interest_level: "medium", purchase_intent: false, response_date: new Date("2022-07-23T15:25:30Z"), satisfaction_rating: 5 },
            { id: 81, customer_id: 133, campaign_id: 11, interest_level: "medium", purchase_intent: false, response_date: new Date("2022-02-25T12:00:54Z"), satisfaction_rating: 4 },
            { id: 82, customer_id: 399, campaign_id: 23, interest_level: "high", purchase_intent: true, response_date: new Date("2023-09-06T08:51:19Z"), satisfaction_rating: 4 },
            { id: 83, customer_id: 362, campaign_id: 24, interest_level: "high", purchase_intent: false, response_date: new Date("2022-07-08T09:52:32Z"), satisfaction_rating: 2 },
            { id: 84, customer_id: 314, campaign_id: 3, interest_level: "medium", purchase_intent: false, response_date: new Date("2022-12-03T10:06:02Z"), satisfaction_rating: 5 },
            { id: 85, customer_id: 438, campaign_id: 17, interest_level: "low", purchase_intent: false, response_date: new Date("2022-11-17T13:37:23Z"), satisfaction_rating: 4 },
            { id: 86, customer_id: 416, campaign_id: 5, interest_level: "high", purchase_intent: false, response_date: new Date("2023-05-19T10:35:21Z"), satisfaction_rating: 5 },
            { id: 87, customer_id: 404, campaign_id: 25, interest_level: "medium", purchase_intent: false, response_date: new Date("2022-05-15T09:34:43Z"), satisfaction_rating: 2 },
            { id: 88, customer_id: 174, campaign_id: 8, interest_level: "medium", purchase_intent: false, response_date: new Date("2023-06-22T11:12:58Z"), satisfaction_rating: 3 },
            { id: 89, customer_id: 47, campaign_id: 24, interest_level: "medium", purchase_intent: false, response_date: new Date("2022-05-16T17:40:23Z"), satisfaction_rating: 1 },
            { id: 90, customer_id: 390, campaign_id: 25, interest_level: "medium", purchase_intent: false, response_date: new Date("2023-09-26T00:53:10Z"), satisfaction_rating: 3 },
            { id: 91, customer_id: 394, campaign_id: 14, interest_level: "low", purchase_intent: false, response_date: new Date("2023-06-21T11:20:22Z"), satisfaction_rating: 3 },
            { id: 92, customer_id: 268, campaign_id: 9, interest_level: "low", purchase_intent: true, response_date: new Date("2023-04-02T08:41:05Z"), satisfaction_rating: 5 },
            { id: 93, customer_id: 18, campaign_id: 17, interest_level: "high", purchase_intent: true, response_date: new Date("2023-10-11T12:54:01Z"), satisfaction_rating: 3 },
            { id: 94, customer_id: 344, campaign_id: 19, interest_level: "low", purchase_intent: true, response_date: new Date("2023-05-09T15:00:01Z"), satisfaction_rating: 5 },
            { id: 95, customer_id: 72, campaign_id: 22, interest_level: "low", purchase_intent: false, response_date: new Date("2023-06-29T10:30:39Z"), satisfaction_rating: 4 },
            { id: 96, customer_id: 266, campaign_id: 1, interest_level: "high", purchase_intent: true, response_date: new Date("2023-02-17T17:44:44Z"), satisfaction_rating: 4 },
            { id: 97, customer_id: 19, campaign_id: 25, interest_level: "high", purchase_intent: false, response_date: new Date("2022-09-21T11:16:34Z"), satisfaction_rating: 5 },
            { id: 98, customer_id: 344, campaign_id: 29, interest_level: "high", purchase_intent: false, response_date: new Date("2022-05-08T15:15:52Z"), satisfaction_rating: 3 },
        ],
    });
}

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