// Social Engagement Insights (social-engagement-insights) v1 — Prisma seed
// Synthetic sample data, CC0-1.0. Generated deterministically; re-running the
// generator with the same spec and seed reproduces this file exactly.
//
// Delegates are named after the tables (prisma.intents), 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.intents.createMany({
        data: [
            { intent_id: 1, intent_name: "inform", topic: "news innovation", usage_count: 250, average_response_time: "8.06" },
            { intent_id: 2, intent_name: "elaborate react", topic: "policy community economy", usage_count: 338, average_response_time: "3.69" },
            { intent_id: 3, intent_name: "clarify ask share", topic: "relationships", usage_count: 248, average_response_time: "6.72" },
            { intent_id: 4, intent_name: "inquire question", topic: "trends community relationships", usage_count: 190, average_response_time: "6.74" },
            { intent_id: 5, intent_name: "engage explore", topic: "trends resources", usage_count: 198, average_response_time: "2.46" },
            { intent_id: 6, intent_name: "confirm inform inquire", topic: "trends", usage_count: 227, average_response_time: "5.21" },
            { intent_id: 7, intent_name: "elaborate", topic: "social", usage_count: 217, average_response_time: "4.83" },
            { intent_id: 8, intent_name: "clarify respond", topic: "events issues", usage_count: 275, average_response_time: "3.34" },
            { intent_id: 9, intent_name: "express comment", topic: "resources issues environment", usage_count: 290, average_response_time: "4.97" },
            { intent_id: 10, intent_name: "suggest", topic: "events", usage_count: 351, average_response_time: "4.37" },
            { intent_id: 11, intent_name: "advise", topic: "resources wellness news", usage_count: 277, average_response_time: "3.57" },
            { intent_id: 12, intent_name: "advise", topic: "support", usage_count: 132, average_response_time: "3.57" },
            { intent_id: 13, intent_name: "explore suggest ask", topic: "issues media development", usage_count: 224, average_response_time: "4.48" },
            { intent_id: 14, intent_name: "report", topic: "economy", usage_count: 245, average_response_time: "4.95" },
            { intent_id: 15, intent_name: "inform engage", topic: "trends issues", usage_count: 339, average_response_time: "4.52" },
            { intent_id: 16, intent_name: "request learn", topic: "economy education wellness", usage_count: 308, average_response_time: "4.75" },
            { intent_id: 17, intent_name: "question", topic: "wellness", usage_count: 205, average_response_time: "6.56" },
            { intent_id: 18, intent_name: "advise", topic: "culture", usage_count: 295, average_response_time: "6.90" },
            { intent_id: 19, intent_name: "inquire express suggest", topic: "media trends", usage_count: 171, average_response_time: "2.48" },
            { intent_id: 20, intent_name: "react", topic: "development", usage_count: 154, average_response_time: "6.52" },
            { intent_id: 21, intent_name: "suggest react", topic: "innovation events support", usage_count: 165, average_response_time: "4.33" },
            { intent_id: 22, intent_name: "report clarify", topic: "technology health", usage_count: 169, average_response_time: "4.41" },
            { intent_id: 23, intent_name: "recommend confirm engage", topic: "economy", usage_count: 178, average_response_time: "2.57" },
            { intent_id: 24, intent_name: "elaborate", topic: "culture", usage_count: 408, average_response_time: "4.07" },
            { intent_id: 25, intent_name: "learn confirm respond", topic: "health", usage_count: 298, average_response_time: "4.56" },
            { intent_id: 26, intent_name: "discuss", topic: "culture news health", usage_count: 135, average_response_time: "3.65" },
            { intent_id: 27, intent_name: "question elaborate express", topic: "education advocacy policy", usage_count: 268, average_response_time: "6.61" },
            { intent_id: 28, intent_name: "share request question", topic: "events community economy", usage_count: 240, average_response_time: "6.28" },
            { intent_id: 29, intent_name: "inquire discuss comment", topic: "economy environment advocacy", usage_count: 424, average_response_time: "6.44" },
            { intent_id: 30, intent_name: "respond clarify inquire", topic: "resources wellness issues", usage_count: 296, average_response_time: "3.49" },
        ],
    });
    await prisma.responses.createMany({
        data: [
            { response_id: 1, intent_id: 14, response_text: "The account owner asked for a change and the order was completed.", context: "perception assessment experience", response_length: 168, sentiment_score: "-0.30" },
            { response_id: 2, intent_id: 1, response_text: "No response from the supplier, so the shipment was closed.", context: "dialogue perception opinion", response_length: 216, sentiment_score: "0.23" },
            { response_id: 3, intent_id: 15, response_text: "The customer asked for a change and the booking was rescheduled.", context: "discussion perspective perception", response_length: 149, sentiment_score: "0.09" },
            { response_id: 4, intent_id: 10, response_text: "The refund was reopened after an urgent check.", context: "dialogue", response_length: 140, sentiment_score: "-0.20" },
            { response_id: 5, intent_id: 30, response_text: "The customer reported an urgent issue; the session was replaced.", context: "discussion analysis feedback", response_length: 207, sentiment_score: "0.23" },
            { response_id: 6, intent_id: 24, response_text: "The ticket was completed — partial case, no further action.", context: "experience", response_length: 109, sentiment_score: "-0.46" },
            { response_id: 7, intent_id: 16, response_text: "The document was delayed — manual case, no further action.", context: "perception perspective", response_length: 191, sentiment_score: "0.38" },
            { response_id: 8, intent_id: 23, response_text: "No response from the supplier, so the claim was cancelled.", context: "insight response evaluation", response_length: 194, sentiment_score: "0.27" },
            { response_id: 9, intent_id: 8, response_text: "The account owner confirmed the details and the shipment was delayed.", context: "observation", response_length: 164, sentiment_score: "0.23" },
            { response_id: 10, intent_id: 22, response_text: "Flagged as minor. The reviewer rejected the booking.", context: "interaction viewpoint dialogue", response_length: 144, sentiment_score: "-0.12" },
            { response_id: 11, intent_id: 10, response_text: "The payment was rejected after a partial check.", context: "discussion", response_length: 202, sentiment_score: "0.36" },
            { response_id: 12, intent_id: 1, response_text: "The supplier reported an automatic issue; the refund was closed.", context: "engagement assessment", response_length: 173, sentiment_score: "-0.47" },
            { response_id: 13, intent_id: 20, response_text: "The account owner reported a manual issue; the transfer was reopened.", context: "evaluation interaction reflection", response_length: 196, sentiment_score: "-0.33" },
            { response_id: 14, intent_id: 16, response_text: "The reviewer reported a routine issue; the shipment was rejected.", context: "analysis reflection", response_length: 128, sentiment_score: "0.40" },
            { response_id: 15, intent_id: 12, response_text: "Support reported an urgent issue; the booking was replaced.", context: "reaction", response_length: 147, sentiment_score: "-0.73" },
            { response_id: 16, intent_id: 27, response_text: "No response from an operator, so the booking was delayed.", context: "sentiment response reflection", response_length: 157, sentiment_score: "-0.33" },
            { response_id: 17, intent_id: 24, response_text: "An automatic session was escalated the same day.", context: "engagement", response_length: 167, sentiment_score: "-0.26" },
            { response_id: 18, intent_id: 16, response_text: "The delivery was completed following a standard review.", context: "comment", response_length: 165, sentiment_score: "0.34" },
            { response_id: 19, intent_id: 12, response_text: "No response from support, so the order was processed.", context: "reflection", response_length: 122, sentiment_score: "-0.05" },
            { response_id: 20, intent_id: 12, response_text: "A minor delivery was refunded the same day.", context: "assessment", response_length: 110, sentiment_score: "0.07" },
            { response_id: 21, intent_id: 23, response_text: "The courier confirmed the details and the transfer was completed.", context: "response", response_length: 125, sentiment_score: "0.42" },
            { response_id: 22, intent_id: 3, response_text: "The appointment was resolved following an urgent review.", context: "perception viewpoint response", response_length: 137, sentiment_score: "-0.02" },
            { response_id: 23, intent_id: 13, response_text: "Flagged as incomplete. The reviewer reopened the payment.", context: "discussion", response_length: 176, sentiment_score: "0.13" },
            { response_id: 24, intent_id: 16, response_text: "The order was replaced after an urgent check.", context: "assessment evaluation", response_length: 188, sentiment_score: "-0.03" },
            { response_id: 25, intent_id: 25, response_text: "The order was closed following a partial review.", context: "assessment", response_length: 152, sentiment_score: "-0.18" },
            { response_id: 26, intent_id: 9, response_text: "The appointment was delayed following a routine review.", context: "feedback viewpoint", response_length: 197, sentiment_score: "-0.37" },
            { response_id: 27, intent_id: 26, response_text: "Flagged as duplicate. The account owner reopened the item.", context: "perspective", response_length: 135, sentiment_score: "-0.02" },
            { response_id: 28, intent_id: 22, response_text: "No response from an operator, so the delivery was refunded.", context: "assessment engagement observation", response_length: 132, sentiment_score: "-0.22" },
            { response_id: 29, intent_id: 30, response_text: "The team confirmed the details and the ticket was completed.", context: "discussion reaction", response_length: 228, sentiment_score: "-0.28" },
            { response_id: 30, intent_id: 10, response_text: "No response from support, so the invoice was replaced.", context: "viewpoint dialogue", response_length: 82, sentiment_score: "-0.19" },
            { response_id: 31, intent_id: 25, response_text: "An incomplete booking was delayed the same day.", context: "analysis perception assessment", response_length: 141, sentiment_score: "-0.16" },
            { response_id: 32, intent_id: 6, response_text: "The team asked for a change and the claim was escalated.", context: "reflection", response_length: 139, sentiment_score: "0.31" },
            { response_id: 33, intent_id: 26, response_text: "No response from the customer, so the shipment was refunded.", context: "interaction", response_length: 145, sentiment_score: "-0.03" },
            { response_id: 34, intent_id: 17, response_text: "A duplicate follow-up: the document was processed.", context: "sentiment", response_length: 164, sentiment_score: "-0.10" },
            { response_id: 35, intent_id: 13, response_text: "A manual follow-up: the document was reopened.", context: "response comment", response_length: 181, sentiment_score: "0.02" },
            { response_id: 36, intent_id: 1, response_text: "The payment was delayed — repeat case, no further action.", context: "experience suggestion feedback", response_length: 128, sentiment_score: "-0.21" },
            { response_id: 37, intent_id: 14, response_text: "Flagged as routine. The account owner rescheduled the transfer.", context: "experience", response_length: 148, sentiment_score: "0.17" },
            { response_id: 38, intent_id: 29, response_text: "The shipment was resolved after an unusual check.", context: "discussion", response_length: 173, sentiment_score: "-0.25" },
            { response_id: 39, intent_id: 26, response_text: "Flagged as routine. The customer rescheduled the invoice.", context: "feedback reflection analysis", response_length: 175, sentiment_score: "0.17" },
            { response_id: 40, intent_id: 29, response_text: "A late follow-up: the transfer was replaced.", context: "perspective", response_length: 169, sentiment_score: "-0.14" },
            { response_id: 41, intent_id: 11, response_text: "The supplier confirmed the details and the claim was rejected.", context: "viewpoint analysis", response_length: 148, sentiment_score: "-0.42" },
            { response_id: 42, intent_id: 3, response_text: "The account owner asked for a change and the account was replaced.", context: "discussion", response_length: 218, sentiment_score: "-0.18" },
            { response_id: 43, intent_id: 7, response_text: "The account owner asked for a change and the booking was completed.", context: "perception interaction", response_length: 222, sentiment_score: "-0.32" },
            { response_id: 44, intent_id: 12, response_text: "The reviewer asked for a change and the claim was approved.", context: "comment perception response", response_length: 98, sentiment_score: "0.43" },
            { response_id: 45, intent_id: 27, response_text: "The shipment was completed — manual case, no further action.", context: "response interaction", response_length: 138, sentiment_score: "0.07" },
            { response_id: 46, intent_id: 9, response_text: "The courier reported a duplicate issue; the order was cancelled.", context: "viewpoint evaluation", response_length: 94, sentiment_score: "0.16" },
            { response_id: 47, intent_id: 15, response_text: "No response from the courier, so the document was completed.", context: "observation evaluation response", response_length: 169, sentiment_score: "0.22" },
            { response_id: 48, intent_id: 12, response_text: "The order was refunded — incomplete case, no further action.", context: "discussion experience insight", response_length: 248, sentiment_score: "-0.10" },
            { response_id: 49, intent_id: 9, response_text: "Flagged as minor. An operator cancelled the invoice.", context: "opinion evaluation", response_length: 243, sentiment_score: "0.27" },
            { response_id: 50, intent_id: 7, response_text: "A duplicate follow-up: the booking was closed.", context: "discussion perspective", response_length: 202, sentiment_score: "0.39" },
            { response_id: 51, intent_id: 12, response_text: "The transfer was resolved following an urgent review.", context: "evaluation", response_length: 110, sentiment_score: "-0.43" },
            { response_id: 52, intent_id: 11, response_text: "An automatic follow-up: the order was escalated.", context: "engagement", response_length: 173, sentiment_score: "-0.57" },
            { response_id: 53, intent_id: 15, response_text: "No response from the customer, so the appointment was updated.", context: "response", response_length: 154, sentiment_score: "0.14" },
            { response_id: 54, intent_id: 30, response_text: "Flagged as repeat. An operator reviewed the order.", context: "experience", response_length: 206, sentiment_score: "0.34" },
            { response_id: 55, intent_id: 14, response_text: "The supplier reported a duplicate issue; the appointment was refunded.", context: "interaction response observation", response_length: 212, sentiment_score: "0.54" },
            { response_id: 56, intent_id: 10, response_text: "Flagged as incomplete. The team rescheduled the report.", context: "insight observation sentiment", response_length: 151, sentiment_score: "0.31" },
            { response_id: 57, intent_id: 18, response_text: "An automatic follow-up: the shipment was confirmed.", context: "discussion evaluation insight", response_length: 119, sentiment_score: "-0.16" },
            { response_id: 58, intent_id: 5, response_text: "The customer reported a manual issue; the account was replaced.", context: "engagement", response_length: 136, sentiment_score: "-0.14" },
            { response_id: 59, intent_id: 20, response_text: "The invoice was resolved after an unusual check.", context: "sentiment observation perspective", response_length: 135, sentiment_score: "-0.42" },
            { response_id: 60, intent_id: 22, response_text: "Flagged as late. Support reviewed the shipment.", context: "reflection reaction", response_length: 146, sentiment_score: "-0.06" },
            { response_id: 61, intent_id: 16, response_text: "Flagged as manual. The reviewer approved the document.", context: "experience", response_length: 99, sentiment_score: "0.31" },
            { response_id: 62, intent_id: 18, response_text: "The order was reviewed after an incomplete check.", context: "reaction perspective", response_length: 80, sentiment_score: "0.34" },
            { response_id: 63, intent_id: 13, response_text: "The claim was completed — partial case, no further action.", context: "feedback", response_length: 190, sentiment_score: "-0.25" },
            { response_id: 64, intent_id: 29, response_text: "A standard refund was cancelled the same day.", context: "suggestion observation", response_length: 215, sentiment_score: "0.13" },
            { response_id: 65, intent_id: 11, response_text: "No response from the reviewer, so the ticket was completed.", context: "observation suggestion", response_length: 242, sentiment_score: "-0.29" },
            { response_id: 66, intent_id: 1, response_text: "The booking was approved following a late review.", context: "experience perception reaction", response_length: 174, sentiment_score: "0.23" },
            { response_id: 67, intent_id: 4, response_text: "The account owner asked for a change and the order was escalated.", context: "reflection observation dialogue", response_length: 226, sentiment_score: "0.38" },
            { response_id: 68, intent_id: 10, response_text: "A minor follow-up: the shipment was processed.", context: "feedback sentiment", response_length: 175, sentiment_score: "0.09" },
            { response_id: 69, intent_id: 24, response_text: "No response from the reviewer, so the invoice was replaced.", context: "comment analysis perception", response_length: 195, sentiment_score: "-0.26" },
            { response_id: 70, intent_id: 22, response_text: "The customer confirmed the details and the item was completed.", context: "dialogue", response_length: 187, sentiment_score: "0.09" },
            { response_id: 71, intent_id: 5, response_text: "A partial follow-up: the record was reopened.", context: "reaction", response_length: 189, sentiment_score: "-0.75" },
            { response_id: 72, intent_id: 5, response_text: "The order was cancelled following an urgent review.", context: "engagement sentiment dialogue", response_length: 186, sentiment_score: "-0.40" },
            { response_id: 73, intent_id: 1, response_text: "Flagged as incomplete. The supplier replaced the shipment.", context: "perception discussion", response_length: 114, sentiment_score: "0.28" },
            { response_id: 74, intent_id: 27, response_text: "The customer asked for a change and the payment was closed.", context: "experience", response_length: 106, sentiment_score: "0.29" },
            { response_id: 75, intent_id: 19, response_text: "No response from the supplier, so the order was confirmed.", context: "analysis dialogue opinion", response_length: 129, sentiment_score: "0.15" },
            { response_id: 76, intent_id: 3, response_text: "No response from the reviewer, so the appointment was reopened.", context: "observation", response_length: 100, sentiment_score: "0.51" },
            { response_id: 77, intent_id: 4, response_text: "A standard shipment was completed the same day.", context: "discussion", response_length: 170, sentiment_score: "-0.32" },
            { response_id: 78, intent_id: 16, response_text: "The account was rejected after a partial check.", context: "analysis insight", response_length: 116, sentiment_score: "0.04" },
            { response_id: 79, intent_id: 15, response_text: "Flagged as incomplete. Support confirmed the claim.", context: "comment", response_length: 165, sentiment_score: "0.16" },
            { response_id: 80, intent_id: 22, response_text: "No response from the account owner, so the appointment was cancelled.", context: "perception analysis observation", response_length: 158, sentiment_score: "0.00" },
            { response_id: 81, intent_id: 29, response_text: "No response from an operator, so the item was cancelled.", context: "evaluation analysis viewpoint", response_length: 167, sentiment_score: "-0.39" },
            { response_id: 82, intent_id: 11, response_text: "The transfer was updated — unusual case, no further action.", context: "assessment engagement opinion", response_length: 218, sentiment_score: "0.11" },
            { response_id: 83, intent_id: 3, response_text: "The claim was rejected following a repeat review.", context: "discussion", response_length: 168, sentiment_score: "0.16" },
            { response_id: 84, intent_id: 20, response_text: "The report was approved after an incomplete check.", context: "suggestion interaction evaluation", response_length: 91, sentiment_score: "-0.34" },
            { response_id: 85, intent_id: 25, response_text: "The payment was processed after a minor check.", context: "evaluation comment", response_length: 201, sentiment_score: "-0.60" },
            { response_id: 86, intent_id: 9, response_text: "No response from the customer, so the delivery was delayed.", context: "analysis", response_length: 115, sentiment_score: "-0.11" },
            { response_id: 87, intent_id: 10, response_text: "An unusual transfer was rejected the same day.", context: "reaction discussion", response_length: 155, sentiment_score: "0.02" },
            { response_id: 88, intent_id: 19, response_text: "The delivery was refunded following a routine review.", context: "analysis evaluation interaction", response_length: 174, sentiment_score: "-0.24" },
            { response_id: 89, intent_id: 19, response_text: "The account was updated — manual case, no further action.", context: "comment assessment", response_length: 81, sentiment_score: "-0.22" },
            { response_id: 90, intent_id: 17, response_text: "A late follow-up: the document was rescheduled.", context: "reflection", response_length: 103, sentiment_score: "-0.36" },
            { response_id: 91, intent_id: 3, response_text: "No response from the courier, so the document was reopened.", context: "opinion engagement", response_length: 176, sentiment_score: "0.53" },
            { response_id: 92, intent_id: 30, response_text: "The claim was rescheduled after a late check.", context: "engagement", response_length: 248, sentiment_score: "-0.08" },
            { response_id: 93, intent_id: 8, response_text: "The booking was confirmed following a late review.", context: "analysis interaction observation", response_length: 175, sentiment_score: "-0.11" },
            { response_id: 94, intent_id: 5, response_text: "The item was escalated after a late check.", context: "analysis assessment engagement", response_length: 107, sentiment_score: "0.32" },
            { response_id: 95, intent_id: 20, response_text: "The booking was closed following an incomplete review.", context: "reflection feedback comment", response_length: 145, sentiment_score: "-0.15" },
            { response_id: 96, intent_id: 8, response_text: "Flagged as incomplete. An operator updated the payment.", context: "sentiment suggestion", response_length: 118, sentiment_score: "-0.01" },
            { response_id: 97, intent_id: 5, response_text: "No response from the customer, so the document was completed.", context: "dialogue interaction", response_length: 148, sentiment_score: "-0.25" },
            { response_id: 98, intent_id: 23, response_text: "A routine follow-up: the transfer was escalated.", context: "response comment", response_length: 129, sentiment_score: "0.44" },
            { response_id: 99, intent_id: 4, response_text: "The payment was closed after a repeat check.", context: "reaction", response_length: 152, sentiment_score: "-0.09" },
            { response_id: 100, intent_id: 14, response_text: "Flagged as minor. The supplier confirmed the document.", context: "feedback comment", response_length: 113, sentiment_score: "0.01" },
            { response_id: 101, intent_id: 26, response_text: "The courier asked for a change and the booking was reviewed.", context: "experience insight", response_length: 188, sentiment_score: "0.42" },
            { response_id: 102, intent_id: 18, response_text: "A late document was reviewed the same day.", context: "suggestion insight", response_length: 215, sentiment_score: "0.76" },
            { response_id: 103, intent_id: 24, response_text: "The team reported a partial issue; the order was reviewed.", context: "comment perspective perception", response_length: 169, sentiment_score: "0.25" },
            { response_id: 104, intent_id: 14, response_text: "No response from support, so the report was completed.", context: "comment", response_length: 184, sentiment_score: "0.11" },
            { response_id: 105, intent_id: 26, response_text: "A minor item was approved the same day.", context: "analysis", response_length: 175, sentiment_score: "-0.65" },
            { response_id: 106, intent_id: 24, response_text: "The team asked for a change and the transfer was refunded.", context: "comment", response_length: 219, sentiment_score: "0.16" },
            { response_id: 107, intent_id: 5, response_text: "The courier confirmed the details and the report was escalated.", context: "viewpoint evaluation", response_length: 150, sentiment_score: "-0.25" },
            { response_id: 108, intent_id: 10, response_text: "The transfer was escalated after a routine check.", context: "perception", response_length: 164, sentiment_score: "-0.16" },
            { response_id: 109, intent_id: 29, response_text: "A standard follow-up: the record was replaced.", context: "reaction opinion", response_length: 171, sentiment_score: "-0.11" },
            { response_id: 110, intent_id: 13, response_text: "The item was confirmed — duplicate case, no further action.", context: "observation", response_length: 147, sentiment_score: "0.09" },
            { response_id: 111, intent_id: 4, response_text: "The report was approved after a repeat check.", context: "perspective", response_length: 140, sentiment_score: "-0.25" },
            { response_id: 112, intent_id: 18, response_text: "Flagged as automatic. The reviewer cancelled the appointment.", context: "opinion suggestion", response_length: 137, sentiment_score: "0.14" },
            { response_id: 113, intent_id: 15, response_text: "The courier confirmed the details and the account was refunded.", context: "comment feedback", response_length: 122, sentiment_score: "0.07" },
            { response_id: 114, intent_id: 26, response_text: "The courier reported a minor issue; the refund was approved.", context: "response evaluation", response_length: 106, sentiment_score: "-0.18" },
            { response_id: 115, intent_id: 2, response_text: "The claim was reviewed — late case, no further action.", context: "perception response", response_length: 250, sentiment_score: "0.25" },
            { response_id: 116, intent_id: 12, response_text: "The booking was cancelled after a minor check.", context: "engagement perception sentiment", response_length: 94, sentiment_score: "-0.13" },
            { response_id: 117, intent_id: 11, response_text: "No response from the customer, so the claim was reviewed.", context: "observation insight evaluation", response_length: 127, sentiment_score: "-0.03" },
            { response_id: 118, intent_id: 8, response_text: "Flagged as partial. The customer completed the shipment.", context: "insight suggestion", response_length: 118, sentiment_score: "-0.39" },
            { response_id: 119, intent_id: 17, response_text: "The team reported an automatic issue; the item was cancelled.", context: "viewpoint", response_length: 172, sentiment_score: "-0.36" },
            { response_id: 120, intent_id: 26, response_text: "Support reported a manual issue; the report was resolved.", context: "perspective dialogue", response_length: 208, sentiment_score: "0.16" },
            { response_id: 121, intent_id: 4, response_text: "Flagged as duplicate. The courier processed the transfer.", context: "analysis", response_length: 192, sentiment_score: "-0.50" },
            { response_id: 122, intent_id: 30, response_text: "The supplier reported a late issue; the payment was escalated.", context: "interaction", response_length: 204, sentiment_score: "-0.15" },
            { response_id: 123, intent_id: 12, response_text: "No response from support, so the invoice was processed.", context: "comment assessment", response_length: 92, sentiment_score: "0.02" },
            { response_id: 124, intent_id: 17, response_text: "No response from the team, so the invoice was reopened.", context: "evaluation feedback", response_length: 148, sentiment_score: "0.48" },
            { response_id: 125, intent_id: 10, response_text: "Flagged as late. The reviewer rejected the transfer.", context: "observation suggestion perspective", response_length: 171, sentiment_score: "-0.10" },
            { response_id: 126, intent_id: 14, response_text: "No response from the supplier, so the document was completed.", context: "comment perception", response_length: 176, sentiment_score: "-0.24" },
            { response_id: 127, intent_id: 5, response_text: "No response from support, so the shipment was updated.", context: "viewpoint", response_length: 133, sentiment_score: "-0.11" },
            { response_id: 128, intent_id: 9, response_text: "The appointment was escalated following a routine review.", context: "reaction dialogue", response_length: 29, sentiment_score: "-0.23" },
            { response_id: 129, intent_id: 22, response_text: "The ticket was completed — repeat case, no further action.", context: "response viewpoint", response_length: 95, sentiment_score: "-0.45" },
            { response_id: 130, intent_id: 14, response_text: "The delivery was refunded after a repeat check.", context: "dialogue assessment viewpoint", response_length: 110, sentiment_score: "-0.45" },
            { response_id: 131, intent_id: 4, response_text: "A repeat record was rescheduled the same day.", context: "evaluation", response_length: 146, sentiment_score: "-0.21" },
            { response_id: 132, intent_id: 8, response_text: "The claim was refunded after a standard check.", context: "opinion discussion viewpoint", response_length: 102, sentiment_score: "0.21" },
            { response_id: 133, intent_id: 19, response_text: "A standard ticket was updated the same day.", context: "viewpoint observation comment", response_length: 111, sentiment_score: "-0.12" },
            { response_id: 134, intent_id: 28, response_text: "No response from support, so the document was cancelled.", context: "analysis", response_length: 154, sentiment_score: "-0.17" },
            { response_id: 135, intent_id: 7, response_text: "The customer asked for a change and the document was approved.", context: "suggestion interaction discussion", response_length: 148, sentiment_score: "-0.12" },
            { response_id: 136, intent_id: 12, response_text: "The ticket was confirmed — minor case, no further action.", context: "discussion experience reflection", response_length: 176, sentiment_score: "0.32" },
            { response_id: 137, intent_id: 30, response_text: "The team confirmed the details and the document was approved.", context: "viewpoint observation experience", response_length: 181, sentiment_score: "0.58" },
            { response_id: 138, intent_id: 4, response_text: "No response from the courier, so the appointment was rejected.", context: "discussion feedback", response_length: 238, sentiment_score: "0.18" },
            { response_id: 139, intent_id: 26, response_text: "Flagged as manual. The courier resolved the booking.", context: "suggestion", response_length: 102, sentiment_score: "0.28" },
            { response_id: 140, intent_id: 19, response_text: "A minor item was delayed the same day.", context: "feedback perception", response_length: 174, sentiment_score: "0.36" },
            { response_id: 141, intent_id: 22, response_text: "Support asked for a change and the claim was cancelled.", context: "feedback engagement", response_length: 130, sentiment_score: "-0.32" },
            { response_id: 142, intent_id: 4, response_text: "An urgent follow-up: the booking was confirmed.", context: "observation", response_length: 146, sentiment_score: "-0.16" },
            { response_id: 143, intent_id: 16, response_text: "Support reported a standard issue; the request was reopened.", context: "reflection", response_length: 107, sentiment_score: "0.05" },
            { response_id: 144, intent_id: 8, response_text: "The report was replaced — repeat case, no further action.", context: "reflection interaction", response_length: 182, sentiment_score: "0.05" },
            { response_id: 145, intent_id: 21, response_text: "The supplier confirmed the details and the record was reopened.", context: "perception engagement insight", response_length: 222, sentiment_score: "0.39" },
            { response_id: 146, intent_id: 22, response_text: "The refund was updated following an automatic review.", context: "comment experience", response_length: 188, sentiment_score: "0.63" },
            { response_id: 147, intent_id: 29, response_text: "No response from support, so the transfer was processed.", context: "perspective perception sentiment", response_length: 202, sentiment_score: "-0.06" },
            { response_id: 148, intent_id: 27, response_text: "No response from the customer, so the shipment was completed.", context: "suggestion", response_length: 141, sentiment_score: "0.08" },
            { response_id: 149, intent_id: 25, response_text: "The document was cancelled after a routine check.", context: "perception discussion", response_length: 85, sentiment_score: "0.55" },
            { response_id: 150, intent_id: 18, response_text: "A duplicate follow-up: the account was cancelled.", context: "engagement", response_length: 194, sentiment_score: "-0.19" },
        ],
    });
    await prisma.users.createMany({
        data: [
            { user_id: 1, username: "Noah Chen", join_date: "2023-03-18", location: "New York", last_active_date: "2023-09-07" },
            { user_id: 2, username: "Kai Hughes", join_date: "2020-08-07", location: "New York", last_active_date: "2020-05-20" },
            { user_id: 3, username: "Chen Costa", join_date: "2020-07-22", location: "San Jose", last_active_date: "2023-04-15" },
            { user_id: 4, username: "Hugo Mendes", join_date: "2023-09-14", location: "San Antonio", last_active_date: "2021-10-06" },
            { user_id: 5, username: "Olivia Lee", join_date: "2020-12-06", location: "New York", last_active_date: "2021-05-31" },
            { user_id: 6, username: "Sam Wilson", join_date: "2021-12-28", location: "San Antonio", last_active_date: "2021-09-05" },
            { user_id: 7, username: "Emma Tanaka", join_date: "2023-01-24", location: "Austin", last_active_date: "2022-01-02" },
            { user_id: 8, username: "Zara Ali", join_date: "2020-03-06", location: "Los Angeles", last_active_date: "2020-06-16" },
            { user_id: 9, username: "Wei Wagner", join_date: "2022-09-25", location: "New York", last_active_date: "2023-04-26" },
            { user_id: 10, username: "Karim Kaya", join_date: "2021-01-03", location: "Los Angeles", last_active_date: "2020-11-30" },
            { user_id: 11, username: "Sven Wilson", join_date: "2023-03-17", location: "New York", last_active_date: "2020-06-02" },
            { user_id: 12, username: "Chloe Hansen", join_date: "2020-12-20", location: "Philadelphia", last_active_date: "2023-06-10" },
            { user_id: 13, username: "Wei Kowalski", join_date: "2023-04-02", location: "Chicago", last_active_date: "2022-09-26" },
            { user_id: 14, username: "Rafael Wagner", join_date: "2022-03-20", location: "Chicago", last_active_date: "2023-03-31" },
            { user_id: 15, username: "Sara Pereira", join_date: "2020-12-28", location: "Chicago", last_active_date: "2023-10-27" },
            { user_id: 16, username: "Sofia Chen", join_date: "2022-05-18", location: "San Diego", last_active_date: "2020-01-06" },
            { user_id: 17, username: "Maya Andersen", join_date: "2020-12-29", location: "San Antonio", last_active_date: "2021-07-19" },
            { user_id: 18, username: "Emma Hassan", join_date: "2020-08-11", location: "New York", last_active_date: "2020-01-30" },
            { user_id: 19, username: "Zara Almeida", join_date: "2023-08-11", location: "San Antonio", last_active_date: "2022-08-27" },
            { user_id: 20, username: "Daniel Mendes", join_date: "2020-10-19", location: "Los Angeles", last_active_date: "2020-09-27" },
            { user_id: 21, username: "Fatima Klein", join_date: "2022-11-13", location: "Phoenix", last_active_date: "2023-03-12" },
            { user_id: 22, username: "Liam Klein", join_date: "2023-07-16", location: "Los Angeles", last_active_date: "2022-02-18" },
            { user_id: 23, username: "Sam Pereira", join_date: "2020-06-08", location: "Los Angeles", last_active_date: "2020-04-28" },
            { user_id: 24, username: "Victor Castro", join_date: "2022-10-29", location: "Phoenix", last_active_date: "2023-05-29" },
            { user_id: 25, username: "Laura Meyer", join_date: "2023-05-12", location: "New York", last_active_date: "2022-06-11" },
            { user_id: 26, username: "Mei Garcia", join_date: "2022-06-09", location: "Houston", last_active_date: "2020-11-03" },
            { user_id: 27, username: "Anna Clark", join_date: "2021-06-04", location: "Phoenix", last_active_date: "2021-12-21" },
            { user_id: 28, username: "Karim Schmidt", join_date: "2022-09-26", location: "New York", last_active_date: "2022-12-22" },
            { user_id: 29, username: "Nour Adams", join_date: "2021-01-03", location: "San Antonio", last_active_date: "2021-05-05" },
            { user_id: 30, username: "Lena Demir", join_date: "2020-04-19", location: "New York", last_active_date: "2021-11-30" },
            { user_id: 31, username: "Priya Davis", join_date: "2022-05-12", location: "Philadelphia", last_active_date: "2022-05-30" },
            { user_id: 32, username: "Marco Wang", join_date: "2021-02-26", location: "San Jose", last_active_date: "2020-12-11" },
            { user_id: 33, username: "Olivia Flores", join_date: "2023-07-07", location: "Los Angeles", last_active_date: "2023-02-20" },
            { user_id: 34, username: "Mia Moreau", join_date: "2022-02-14", location: "San Jose", last_active_date: "2023-09-16" },
            { user_id: 35, username: "Laura Moreau", join_date: "2021-11-21", location: "Los Angeles", last_active_date: "2023-10-22" },
            { user_id: 36, username: "Zara Evans", join_date: "2022-08-16", location: "Los Angeles", last_active_date: "2021-02-27" },
            { user_id: 37, username: "Maja Moreau", join_date: "2023-03-19", location: "Phoenix", last_active_date: "2023-01-17" },
            { user_id: 38, username: "Leo Adams", join_date: "2023-09-12", location: "New York", last_active_date: "2021-06-07" },
            { user_id: 39, username: "Lina Carter", join_date: "2020-03-20", location: "Austin", last_active_date: "2021-08-29" },
            { user_id: 40, username: "Karim Bennett", join_date: "2023-04-16", location: "New York", last_active_date: "2021-12-06" },
            { user_id: 41, username: "Wei Gupta", join_date: "2022-08-12", location: "Los Angeles", last_active_date: "2020-05-18" },
            { user_id: 42, username: "Victor Kowalski", join_date: "2021-10-14", location: "Dallas", last_active_date: "2020-11-27" },
            { user_id: 43, username: "David Rossi", join_date: "2022-01-19", location: "New York", last_active_date: "2020-04-17" },
            { user_id: 44, username: "Jade Ali", join_date: "2020-06-18", location: "Philadelphia", last_active_date: "2022-05-09" },
            { user_id: 45, username: "Leo Ahmed", join_date: "2021-02-22", location: "New York", last_active_date: "2021-03-24" },
            { user_id: 46, username: "Jade Zhang", join_date: "2023-08-09", location: "Dallas", last_active_date: "2021-07-12" },
            { user_id: 47, username: "Victor Ali", join_date: "2021-11-28", location: "Philadelphia", last_active_date: "2020-11-24" },
            { user_id: 48, username: "Kai Ali", join_date: "2020-04-04", location: "San Jose", last_active_date: "2023-04-18" },
            { user_id: 49, username: "Ben Torres", join_date: "2021-12-26", location: "Phoenix", last_active_date: "2023-03-12" },
            { user_id: 50, username: "Rafael Demir", join_date: "2020-04-30", location: "Los Angeles", last_active_date: "2020-05-11" },
            { user_id: 51, username: "Lina Johnson", join_date: "2020-03-21", location: "San Diego", last_active_date: "2023-01-23" },
            { user_id: 52, username: "Hannah Evans", join_date: "2021-09-20", location: "New York", last_active_date: "2021-01-21" },
            { user_id: 53, username: "Elena Novak", join_date: "2023-06-13", location: "Austin", last_active_date: "2020-12-02" },
            { user_id: 54, username: "Anna Meyer", join_date: "2020-01-25", location: "Houston", last_active_date: "2021-09-11" },
            { user_id: 55, username: "Lina Kumar", join_date: "2022-05-23", location: "New York", last_active_date: "2021-04-14" },
            { user_id: 56, username: "Leo Hoffmann", join_date: "2020-05-10", location: "Chicago", last_active_date: "2023-07-01" },
            { user_id: 57, username: "Ethan Reyes", join_date: "2020-03-23", location: "Phoenix", last_active_date: "2022-08-13" },
            { user_id: 58, username: "Mateo Kumar", join_date: "2021-08-22", location: "Los Angeles", last_active_date: "2020-03-11" },
            { user_id: 59, username: "Victor Lee", join_date: "2020-08-26", location: "New York", last_active_date: "2022-04-05" },
            { user_id: 60, username: "Yusuf Adams", join_date: "2022-09-01", location: "New York", last_active_date: "2021-03-07" },
            { user_id: 61, username: "Selin Klein", join_date: "2023-03-19", location: "Phoenix", last_active_date: "2021-09-10" },
            { user_id: 62, username: "David Bennett", join_date: "2023-04-13", location: "New York", last_active_date: "2021-07-31" },
            { user_id: 63, username: "Carlos Patel", join_date: "2021-04-16", location: "Phoenix", last_active_date: "2021-04-17" },
            { user_id: 64, username: "James Schneider", join_date: "2022-04-17", location: "Philadelphia", last_active_date: "2022-02-25" },
            { user_id: 65, username: "Lina Wilson", join_date: "2021-12-01", location: "New York", last_active_date: "2022-02-27" },
            { user_id: 66, username: "Nadia Flores", join_date: "2023-04-26", location: "New York", last_active_date: "2022-11-11" },
            { user_id: 67, username: "Nour Kim", join_date: "2020-09-27", location: "Philadelphia", last_active_date: "2022-01-05" },
            { user_id: 68, username: "Wei Vargas", join_date: "2021-12-17", location: "Philadelphia", last_active_date: "2023-05-12" },
            { user_id: 69, username: "Mia Meyer", join_date: "2021-05-05", location: "Los Angeles", last_active_date: "2020-07-21" },
            { user_id: 70, username: "Omar Shah", join_date: "2021-01-13", location: "Phoenix", last_active_date: "2023-03-02" },
            { user_id: 71, username: "Mateo Jansen", join_date: "2020-01-29", location: "San Jose", last_active_date: "2020-08-15" },
            { user_id: 72, username: "Arjun Murphy", join_date: "2023-07-06", location: "Chicago", last_active_date: "2022-02-25" },
            { user_id: 73, username: "Nadia Moreau", join_date: "2023-07-04", location: "New York", last_active_date: "2021-06-23" },
            { user_id: 74, username: "Ibrahim Schmidt", join_date: "2022-04-20", location: "New York", last_active_date: "2021-05-27" },
            { user_id: 75, username: "Victor Torres", join_date: "2022-09-14", location: "San Antonio", last_active_date: "2022-03-19" },
            { user_id: 76, username: "Maja Kowalski", join_date: "2020-11-12", location: "Dallas", last_active_date: "2021-10-03" },
            { user_id: 77, username: "Olivia Miller", join_date: "2022-07-19", location: "Dallas", last_active_date: "2020-09-17" },
            { user_id: 78, username: "Laura Hoffmann", join_date: "2022-12-09", location: "Austin", last_active_date: "2022-08-06" },
            { user_id: 79, username: "Mila Park", join_date: "2021-05-28", location: "Houston", last_active_date: "2020-11-14" },
            { user_id: 80, username: "Deniz Novak", join_date: "2023-02-28", location: "Dallas", last_active_date: "2023-09-24" },
            { user_id: 81, username: "Olivia Becker", join_date: "2021-10-26", location: "New York", last_active_date: "2021-01-23" },
            { user_id: 82, username: "Lena Singh", join_date: "2021-04-25", location: "Phoenix", last_active_date: "2022-02-09" },
            { user_id: 83, username: "Maria Costa", join_date: "2022-01-15", location: "New York", last_active_date: "2023-06-27" },
            { user_id: 84, username: "Paula Yilmaz", join_date: "2023-05-28", location: "San Diego", last_active_date: "2020-01-24" },
            { user_id: 85, username: "Lucas Andersen", join_date: "2023-03-24", location: "New York", last_active_date: "2022-10-26" },
            { user_id: 86, username: "Lina Shah", join_date: "2020-08-02", location: "Philadelphia", last_active_date: "2023-08-26" },
            { user_id: 87, username: "Paula Klein", join_date: "2023-10-18", location: "Chicago", last_active_date: "2020-10-20" },
            { user_id: 88, username: "Chen Miller", join_date: "2020-09-19", location: "Los Angeles", last_active_date: "2020-05-24" },
            { user_id: 89, username: "Chloe Kaya", join_date: "2022-08-29", location: "Chicago", last_active_date: "2023-05-15" },
            { user_id: 90, username: "Zoe Ibrahim", join_date: "2022-12-14", location: "Los Angeles", last_active_date: "2021-06-21" },
            { user_id: 91, username: "Zara Park", join_date: "2022-04-02", location: "Phoenix", last_active_date: "2022-10-31" },
            { user_id: 92, username: "Jonas Meyer", join_date: "2022-09-29", location: "San Antonio", last_active_date: "2022-09-18" },
            { user_id: 93, username: "Deniz Bennett", join_date: "2021-04-26", location: "San Antonio", last_active_date: "2022-06-10" },
            { user_id: 94, username: "Mateo Kim", join_date: "2020-08-03", location: "New York", last_active_date: "2020-01-27" },
            { user_id: 95, username: "Wei Young", join_date: "2022-08-21", location: "New York", last_active_date: "2021-12-24" },
            { user_id: 96, username: "Lena Klein", join_date: "2020-04-28", location: "New York", last_active_date: "2020-09-23" },
            { user_id: 97, username: "Julia Schneider", join_date: "2022-11-11", location: "New York", last_active_date: "2021-02-16" },
            { user_id: 98, username: "Hugo Gupta", join_date: "2020-10-09", location: "Chicago", last_active_date: "2023-01-04" },
            { user_id: 99, username: "Jonas Oliveira", join_date: "2022-04-03", location: "New York", last_active_date: "2023-04-27" },
            { user_id: 100, username: "James Weber", join_date: "2022-02-06", location: "Philadelphia", last_active_date: "2021-11-27" },
            { user_id: 101, username: "Tomas Smith", join_date: "2023-02-20", location: "Jacksonville", last_active_date: "2022-08-30" },
            { user_id: 102, username: "Anna Lopez", join_date: "2022-09-10", location: "Chicago", last_active_date: "2023-03-02" },
            { user_id: 103, username: "Leo Gomez", join_date: "2022-03-25", location: "New York", last_active_date: "2021-03-07" },
            { user_id: 104, username: "Daniel Murphy", join_date: "2023-10-30", location: "Los Angeles", last_active_date: "2022-02-06" },
            { user_id: 105, username: "Rafael Hoffmann", join_date: "2021-12-22", location: "New York", last_active_date: "2022-03-10" },
            { user_id: 106, username: "Yusuf Bauer", join_date: "2020-01-17", location: "Chicago", last_active_date: "2021-04-04" },
            { user_id: 107, username: "James Park", join_date: "2023-07-17", location: "Los Angeles", last_active_date: "2023-03-26" },
            { user_id: 108, username: "Ibrahim Evans", join_date: "2021-12-27", location: "San Diego", last_active_date: "2022-04-30" },
            { user_id: 109, username: "Paula Sousa", join_date: "2022-11-13", location: "New York", last_active_date: "2021-06-19" },
            { user_id: 110, username: "Pedro Nguyen", join_date: "2023-04-07", location: "New York", last_active_date: "2021-05-28" },
            { user_id: 111, username: "Ivan Carter", join_date: "2021-12-16", location: "Philadelphia", last_active_date: "2021-08-16" },
            { user_id: 112, username: "Hannah Wang", join_date: "2020-11-28", location: "Los Angeles", last_active_date: "2021-02-25" },
            { user_id: 113, username: "David Demir", join_date: "2022-12-25", location: "New York", last_active_date: "2022-10-23" },
            { user_id: 114, username: "Elif Kim", join_date: "2020-05-22", location: "New York", last_active_date: "2020-07-08" },
            { user_id: 115, username: "Rafael Flores", join_date: "2020-03-13", location: "New York", last_active_date: "2023-02-05" },
            { user_id: 116, username: "Pedro Gomez", join_date: "2020-09-11", location: "New York", last_active_date: "2021-11-21" },
            { user_id: 117, username: "Fatima Young", join_date: "2023-03-29", location: "New York", last_active_date: "2020-05-27" },
            { user_id: 118, username: "David Young", join_date: "2020-11-07", location: "Jacksonville", last_active_date: "2020-10-30" },
            { user_id: 119, username: "Mila Evans", join_date: "2021-11-25", location: "New York", last_active_date: "2023-07-27" },
            { user_id: 120, username: "Rosa Nakamura", join_date: "2022-01-01", location: "Chicago", last_active_date: "2023-03-12" },
            { user_id: 121, username: "Theo Nakamura", join_date: "2020-05-01", location: "New York", last_active_date: "2021-09-08" },
            { user_id: 122, username: "Ben Clark", join_date: "2022-09-19", location: "New York", last_active_date: "2022-10-02" },
            { user_id: 123, username: "Leo Brown", join_date: "2020-08-25", location: "San Antonio", last_active_date: "2022-04-15" },
            { user_id: 124, username: "Lena Clark", join_date: "2022-11-17", location: "New York", last_active_date: "2021-03-20" },
            { user_id: 125, username: "Mei Taylor", join_date: "2020-10-09", location: "Houston", last_active_date: "2022-10-28" },
            { user_id: 126, username: "James Bennett", join_date: "2022-07-01", location: "Phoenix", last_active_date: "2023-06-14" },
            { user_id: 127, username: "Olivia Gupta", join_date: "2020-04-07", location: "New York", last_active_date: "2021-06-19" },
            { user_id: 128, username: "Jonas Jansen", join_date: "2020-07-20", location: "Los Angeles", last_active_date: "2021-05-01" },
            { user_id: 129, username: "Tomas Walker", join_date: "2021-07-27", location: "New York", last_active_date: "2020-05-13" },
            { user_id: 130, username: "Maya Almeida", join_date: "2023-02-19", location: "New York", last_active_date: "2022-03-07" },
            { user_id: 131, username: "Ivan Carter", join_date: "2022-11-07", location: "Phoenix", last_active_date: "2023-01-02" },
            { user_id: 132, username: "Emma Schmidt", join_date: "2020-05-30", location: "Philadelphia", last_active_date: "2021-01-18" },
            { user_id: 133, username: "Andre Kim", join_date: "2020-08-30", location: "New York", last_active_date: "2020-09-16" },
            { user_id: 134, username: "Chen Mendes", join_date: "2023-10-13", location: "Los Angeles", last_active_date: "2022-05-19" },
            { user_id: 135, username: "Mia Mendes", join_date: "2022-03-24", location: "Phoenix", last_active_date: "2020-12-09" },
            { user_id: 136, username: "Rafael Larsen", join_date: "2022-10-02", location: "Los Angeles", last_active_date: "2022-05-04" },
            { user_id: 137, username: "Fatima Ahmed", join_date: "2023-02-25", location: "Los Angeles", last_active_date: "2022-02-05" },
            { user_id: 138, username: "Yusuf Wilson", join_date: "2020-01-10", location: "Los Angeles", last_active_date: "2021-03-06" },
            { user_id: 139, username: "Carlos Walker", join_date: "2022-05-03", location: "New York", last_active_date: "2021-04-19" },
            { user_id: 140, username: "Selin Jensen", join_date: "2020-11-24", location: "New York", last_active_date: "2020-03-11" },
            { user_id: 141, username: "Yusuf Andersen", join_date: "2022-12-23", location: "Los Angeles", last_active_date: "2020-01-26" },
            { user_id: 142, username: "Mateo Lee", join_date: "2023-06-30", location: "Los Angeles", last_active_date: "2020-05-30" },
            { user_id: 143, username: "Ivan Moreau", join_date: "2021-02-10", location: "Los Angeles", last_active_date: "2021-11-19" },
            { user_id: 144, username: "Theo Miller", join_date: "2021-08-06", location: "Houston", last_active_date: "2020-03-22" },
            { user_id: 145, username: "Wei Sato", join_date: "2023-03-22", location: "Chicago", last_active_date: "2022-11-16" },
            { user_id: 146, username: "Jack Carter", join_date: "2021-07-04", location: "Philadelphia", last_active_date: "2021-03-10" },
            { user_id: 147, username: "Omar Mendes", join_date: "2020-11-12", location: "Los Angeles", last_active_date: "2020-07-29" },
            { user_id: 148, username: "Hugo Miller", join_date: "2020-11-27", location: "San Diego", last_active_date: "2020-11-01" },
            { user_id: 149, username: "Deniz Andersen", join_date: "2020-07-25", location: "Dallas", last_active_date: "2020-07-18" },
            { user_id: 150, username: "Mateo Ibrahim", join_date: "2020-11-03", location: "New York", last_active_date: "2023-04-15" },
            { user_id: 151, username: "Daniel Fischer", join_date: "2021-05-10", location: "Houston", last_active_date: "2022-06-09" },
            { user_id: 152, username: "Nina Khan", join_date: "2021-07-26", location: "Chicago", last_active_date: "2022-01-15" },
            { user_id: 153, username: "Chen Lopez", join_date: "2021-12-06", location: "Los Angeles", last_active_date: "2022-08-22" },
            { user_id: 154, username: "Victor Fischer", join_date: "2020-09-17", location: "New York", last_active_date: "2021-01-30" },
            { user_id: 155, username: "Jack Zhang", join_date: "2023-02-09", location: "New York", last_active_date: "2023-06-20" },
            { user_id: 156, username: "Amir Ibrahim", join_date: "2022-02-25", location: "Jacksonville", last_active_date: "2021-02-07" },
            { user_id: 157, username: "Amir Becker", join_date: "2021-12-18", location: "New York", last_active_date: "2022-02-28" },
            { user_id: 158, username: "Ivan Flores", join_date: "2023-07-21", location: "Los Angeles", last_active_date: "2021-12-17" },
            { user_id: 159, username: "Mei Flores", join_date: "2022-10-27", location: "Chicago", last_active_date: "2021-09-20" },
            { user_id: 160, username: "Marco Sousa", join_date: "2020-05-25", location: "San Diego", last_active_date: "2021-11-13" },
            { user_id: 161, username: "Grace Kowalski", join_date: "2020-11-25", location: "San Diego", last_active_date: "2022-09-20" },
            { user_id: 162, username: "Julia Torres", join_date: "2021-06-26", location: "Phoenix", last_active_date: "2021-07-10" },
            { user_id: 163, username: "Elif Kumar", join_date: "2023-03-04", location: "Austin", last_active_date: "2022-05-18" },
            { user_id: 164, username: "Zara Wagner", join_date: "2021-11-22", location: "Houston", last_active_date: "2022-01-04" },
            { user_id: 165, username: "Ethan Zhang", join_date: "2021-08-28", location: "New York", last_active_date: "2021-12-30" },
            { user_id: 166, username: "Fatima Baker", join_date: "2021-09-28", location: "Houston", last_active_date: "2023-10-27" },
            { user_id: 167, username: "Chloe Almeida", join_date: "2023-05-22", location: "Los Angeles", last_active_date: "2020-01-30" },
            { user_id: 168, username: "Mia Sato", join_date: "2020-02-21", location: "New York", last_active_date: "2021-08-02" },
            { user_id: 169, username: "Marco Kim", join_date: "2020-03-06", location: "New York", last_active_date: "2022-05-14" },
            { user_id: 170, username: "Daniel Park", join_date: "2020-08-29", location: "Houston", last_active_date: "2021-12-04" },
            { user_id: 171, username: "Jonas Park", join_date: "2020-11-03", location: "New York", last_active_date: "2022-05-20" },
            { user_id: 172, username: "Priya Almeida", join_date: "2021-05-28", location: "Los Angeles", last_active_date: "2021-04-01" },
            { user_id: 173, username: "Julia Flores", join_date: "2021-04-17", location: "Austin", last_active_date: "2020-04-08" },
            { user_id: 174, username: "Tariq Shah", join_date: "2020-02-28", location: "San Antonio", last_active_date: "2021-03-14" },
            { user_id: 175, username: "David Ibrahim", join_date: "2022-10-05", location: "Los Angeles", last_active_date: "2022-03-28" },
            { user_id: 176, username: "Oscar Kim", join_date: "2020-10-31", location: "New York", last_active_date: "2022-01-26" },
            { user_id: 177, username: "Maja Demir", join_date: "2022-08-07", location: "Dallas", last_active_date: "2023-01-11" },
            { user_id: 178, username: "Ibrahim Demir", join_date: "2023-01-27", location: "New York", last_active_date: "2022-04-10" },
            { user_id: 179, username: "Karim Baker", join_date: "2023-04-03", location: "Los Angeles", last_active_date: "2021-07-21" },
            { user_id: 180, username: "Sam Meyer", join_date: "2023-01-31", location: "Philadelphia", last_active_date: "2020-05-10" },
            { user_id: 181, username: "Maria Novak", join_date: "2022-05-11", location: "San Diego", last_active_date: "2020-06-17" },
            { user_id: 182, username: "Mateo Larsen", join_date: "2023-06-06", location: "Philadelphia", last_active_date: "2020-05-23" },
            { user_id: 183, username: "Lina Flores", join_date: "2020-01-29", location: "Philadelphia", last_active_date: "2023-09-11" },
            { user_id: 184, username: "Ravi Jansen", join_date: "2020-04-12", location: "New York", last_active_date: "2023-06-28" },
            { user_id: 185, username: "Carlos Khan", join_date: "2021-04-18", location: "Houston", last_active_date: "2023-05-16" },
            { user_id: 186, username: "Carla Clark", join_date: "2022-08-11", location: "Chicago", last_active_date: "2021-07-10" },
            { user_id: 187, username: "Nadia Ahmed", join_date: "2023-10-12", location: "Los Angeles", last_active_date: "2020-06-24" },
            { user_id: 188, username: "Carlos Lee", join_date: "2020-09-27", location: "Chicago", last_active_date: "2020-11-14" },
            { user_id: 189, username: "Lena Nguyen", join_date: "2021-09-26", location: "San Antonio", last_active_date: "2021-08-12" },
            { user_id: 190, username: "Zara Khan", join_date: "2022-10-27", location: "Houston", last_active_date: "2021-09-21" },
            { user_id: 191, username: "Paula Weber", join_date: "2022-08-19", location: "Los Angeles", last_active_date: "2022-09-22" },
            { user_id: 192, username: "Laura Jensen", join_date: "2020-04-22", location: "New York", last_active_date: "2022-09-18" },
            { user_id: 193, username: "Liam Miller", join_date: "2023-02-07", location: "Houston", last_active_date: "2022-05-20" },
            { user_id: 194, username: "Theo Zhang", join_date: "2022-05-24", location: "Los Angeles", last_active_date: "2020-05-18" },
            { user_id: 195, username: "Olivia Meyer", join_date: "2020-10-08", location: "Los Angeles", last_active_date: "2020-08-26" },
            { user_id: 196, username: "Ivan Hughes", join_date: "2020-06-12", location: "San Antonio", last_active_date: "2020-02-25" },
            { user_id: 197, username: "Sofia Silva", join_date: "2022-11-27", location: "Chicago", last_active_date: "2021-10-25" },
            { user_id: 198, username: "Mei Bennett", join_date: "2021-05-10", location: "New York", last_active_date: "2021-06-12" },
            { user_id: 199, username: "Hana Nakamura", join_date: "2021-07-02", location: "San Jose", last_active_date: "2020-08-25" },
            { user_id: 200, username: "Lina Murphy", join_date: "2021-12-23", location: "San Diego", last_active_date: "2023-04-13" },
        ],
    });
    await prisma.blocked_users.createMany({
        data: [
            { blocked_user_id: 1, user_id: 48, block_reason: "The account owner asked for a change and the record was reopened.", block_date: "2021-01-28", is_permanent: true },
            { blocked_user_id: 2, user_id: 71, block_reason: "The team confirmed the details and the order was approved.", block_date: "2021-03-12", is_permanent: true },
            { blocked_user_id: 3, user_id: 183, block_reason: "Support asked for a change and the shipment was refunded.", block_date: "2022-05-07", is_permanent: true },
            { blocked_user_id: 4, user_id: 43, block_reason: "An unusual follow-up: the document was escalated.", block_date: "2021-10-28", is_permanent: true },
            { blocked_user_id: 5, user_id: 145, block_reason: "The report was cancelled following an unusual review.", block_date: "2021-01-08", is_permanent: true },
            { blocked_user_id: 6, user_id: 182, block_reason: "The account owner asked for a change and the account was cancelled.", block_date: "2021-05-11", is_permanent: true },
            { blocked_user_id: 7, user_id: 71, block_reason: "The ticket was closed following a standard review.", block_date: "2023-05-05", is_permanent: true },
            { blocked_user_id: 8, user_id: 195, block_reason: "The team asked for a change and the order was confirmed.", block_date: "2021-03-15", is_permanent: false },
            { blocked_user_id: 9, user_id: 196, block_reason: "An operator reported a partial issue; the ticket was refunded.", block_date: "2022-07-10", is_permanent: true },
            { blocked_user_id: 10, user_id: 59, block_reason: "The report was refunded — routine case, no further action.", block_date: "2021-10-22", is_permanent: true },
            { blocked_user_id: 11, user_id: 143, block_reason: "The booking was rescheduled after a manual check.", block_date: "2023-06-23", is_permanent: true },
            { blocked_user_id: 12, user_id: 5, block_reason: "The report was processed after a standard check.", block_date: "2020-11-22", is_permanent: true },
            { blocked_user_id: 13, user_id: 30, block_reason: "No response from support, so the refund was completed.", block_date: "2023-09-19", is_permanent: true },
            { blocked_user_id: 14, user_id: 149, block_reason: "A late follow-up: the delivery was delayed.", block_date: "2020-11-05", is_permanent: true },
            { blocked_user_id: 15, user_id: 110, block_reason: "A duplicate follow-up: the booking was reopened.", block_date: "2022-03-19", is_permanent: true },
            { blocked_user_id: 16, user_id: 33, block_reason: "The account owner confirmed the details and the order was escalated.", block_date: "2021-01-09", is_permanent: true },
            { blocked_user_id: 17, user_id: 164, block_reason: "The team asked for a change and the report was completed.", block_date: "2021-09-20", is_permanent: true },
            { blocked_user_id: 18, user_id: 38, block_reason: "The supplier confirmed the details and the session was confirmed.", block_date: "2020-09-08", is_permanent: true },
            { blocked_user_id: 19, user_id: 122, block_reason: "A manual follow-up: the session was confirmed.", block_date: "2020-01-12", is_permanent: true },
            { blocked_user_id: 20, user_id: 135, block_reason: "The request was delayed after a standard check.", block_date: "2022-06-03", is_permanent: false },
            { blocked_user_id: 21, user_id: 34, block_reason: "A repeat record was delayed the same day.", block_date: "2023-05-19", is_permanent: true },
            { blocked_user_id: 22, user_id: 88, block_reason: "No response from the customer, so the order was escalated.", block_date: "2020-01-14", is_permanent: false },
            { blocked_user_id: 23, user_id: 48, block_reason: "The transfer was reopened — automatic case, no further action.", block_date: "2022-10-02", is_permanent: true },
            { blocked_user_id: 24, user_id: 87, block_reason: "No response from support, so the request was rejected.", block_date: "2020-05-18", is_permanent: false },
            { blocked_user_id: 25, user_id: 188, block_reason: "The team reported a manual issue; the document was refunded.", block_date: "2020-10-26", is_permanent: true },
            { blocked_user_id: 26, user_id: 185, block_reason: "Flagged as standard. The account owner escalated the order.", block_date: "2020-08-18", is_permanent: true },
            { blocked_user_id: 27, user_id: 43, block_reason: "The reviewer reported a repeat issue; the report was delayed.", block_date: "2023-09-18", is_permanent: true },
            { blocked_user_id: 28, user_id: 22, block_reason: "The team confirmed the details and the session was completed.", block_date: "2020-12-10", is_permanent: false },
            { blocked_user_id: 29, user_id: 27, block_reason: "The delivery was replaced after a partial check.", block_date: "2021-11-30", is_permanent: true },
            { blocked_user_id: 30, user_id: 185, block_reason: "Flagged as standard. The reviewer completed the item.", block_date: "2021-11-01", is_permanent: false },
            { blocked_user_id: 31, user_id: 74, block_reason: "The claim was rescheduled — manual case, no further action.", block_date: "2022-01-02", is_permanent: true },
            { blocked_user_id: 32, user_id: 171, block_reason: "The supplier reported a duplicate issue; the booking was reopened.", block_date: "2023-01-13", is_permanent: true },
            { blocked_user_id: 33, user_id: 114, block_reason: "Flagged as minor. The reviewer rejected the document.", block_date: "2023-08-27", is_permanent: true },
            { blocked_user_id: 34, user_id: 185, block_reason: "The supplier asked for a change and the ticket was reopened.", block_date: "2022-07-25", is_permanent: false },
            { blocked_user_id: 35, user_id: 189, block_reason: "No response from the customer, so the booking was approved.", block_date: "2023-04-16", is_permanent: true },
            { blocked_user_id: 36, user_id: 43, block_reason: "No response from the courier, so the document was replaced.", block_date: "2021-10-07", is_permanent: true },
            { blocked_user_id: 37, user_id: 123, block_reason: "The shipment was confirmed — standard case, no further action.", block_date: "2021-12-16", is_permanent: false },
            { blocked_user_id: 38, user_id: 173, block_reason: "The document was closed — duplicate case, no further action.", block_date: "2021-03-05", is_permanent: false },
            { blocked_user_id: 39, user_id: 172, block_reason: "A manual report was approved the same day.", block_date: "2022-10-25", is_permanent: true },
            { blocked_user_id: 40, user_id: 151, block_reason: "The courier confirmed the details and the invoice was escalated.", block_date: "2023-01-28", is_permanent: false },
            { blocked_user_id: 41, user_id: 113, block_reason: "The account owner asked for a change and the delivery was processed.", block_date: "2021-07-18", is_permanent: true },
            { blocked_user_id: 42, user_id: 51, block_reason: "An unusual follow-up: the request was reviewed.", block_date: "2020-12-14", is_permanent: false },
            { blocked_user_id: 43, user_id: 124, block_reason: "Support asked for a change and the claim was completed.", block_date: "2020-11-02", is_permanent: false },
            { blocked_user_id: 44, user_id: 3, block_reason: "The item was cancelled following a repeat review.", block_date: "2020-01-02", is_permanent: true },
            { blocked_user_id: 45, user_id: 171, block_reason: "No response from the supplier, so the request was delayed.", block_date: "2022-08-14", is_permanent: true },
            { blocked_user_id: 46, user_id: 132, block_reason: "Flagged as manual. The team processed the request.", block_date: "2021-07-02", is_permanent: true },
            { blocked_user_id: 47, user_id: 24, block_reason: "The reviewer reported an urgent issue; the refund was confirmed.", block_date: "2021-06-07", is_permanent: true },
            { blocked_user_id: 48, user_id: 171, block_reason: "A standard record was processed the same day.", block_date: "2021-08-05", is_permanent: false },
            { blocked_user_id: 49, user_id: 47, block_reason: "Flagged as partial. The courier updated the shipment.", block_date: "2020-04-01", is_permanent: true },
            { blocked_user_id: 50, user_id: 148, block_reason: "A routine follow-up: the transfer was confirmed.", block_date: "2020-05-17", is_permanent: false },
            { blocked_user_id: 51, user_id: 115, block_reason: "Support asked for a change and the invoice was replaced.", block_date: "2020-09-16", is_permanent: false },
            { blocked_user_id: 52, user_id: 41, block_reason: "A late invoice was rejected the same day.", block_date: "2021-09-22", is_permanent: true },
            { blocked_user_id: 53, user_id: 150, block_reason: "The claim was closed — unusual case, no further action.", block_date: "2022-05-29", is_permanent: true },
            { blocked_user_id: 54, user_id: 199, block_reason: "Flagged as repeat. The customer delayed the invoice.", block_date: "2021-10-21", is_permanent: true },
            { blocked_user_id: 55, user_id: 40, block_reason: "An operator asked for a change and the item was confirmed.", block_date: "2020-07-21", is_permanent: true },
            { blocked_user_id: 56, user_id: 13, block_reason: "Support asked for a change and the ticket was updated.", block_date: "2021-09-06", is_permanent: true },
            { blocked_user_id: 57, user_id: 132, block_reason: "Flagged as standard. The supplier reopened the delivery.", block_date: "2020-06-01", is_permanent: true },
            { blocked_user_id: 58, user_id: 17, block_reason: "Flagged as partial. The customer resolved the transfer.", block_date: "2022-11-27", is_permanent: true },
            { blocked_user_id: 59, user_id: 27, block_reason: "No response from the account owner, so the transfer was resolved.", block_date: "2020-01-23", is_permanent: true },
            { blocked_user_id: 60, user_id: 133, block_reason: "No response from support, so the delivery was resolved.", block_date: "2020-05-18", is_permanent: true },
            { blocked_user_id: 61, user_id: 99, block_reason: "A duplicate item was delayed the same day.", block_date: "2020-07-26", is_permanent: false },
            { blocked_user_id: 62, user_id: 38, block_reason: "The supplier confirmed the details and the shipment was delayed.", block_date: "2020-02-18", is_permanent: true },
            { blocked_user_id: 63, user_id: 99, block_reason: "The invoice was approved following a late review.", block_date: "2020-03-27", is_permanent: false },
            { blocked_user_id: 64, user_id: 90, block_reason: "The reviewer reported an automatic issue; the account was refunded.", block_date: "2022-09-12", is_permanent: true },
            { blocked_user_id: 65, user_id: 9, block_reason: "The courier confirmed the details and the claim was updated.", block_date: "2022-09-10", is_permanent: true },
            { blocked_user_id: 66, user_id: 105, block_reason: "An operator confirmed the details and the shipment was escalated.", block_date: "2021-05-07", is_permanent: true },
            { blocked_user_id: 67, user_id: 143, block_reason: "Flagged as automatic. The customer resolved the claim.", block_date: "2022-05-08", is_permanent: true },
            { blocked_user_id: 68, user_id: 13, block_reason: "A repeat follow-up: the payment was escalated.", block_date: "2023-10-07", is_permanent: true },
            { blocked_user_id: 69, user_id: 123, block_reason: "An urgent session was processed the same day.", block_date: "2023-08-24", is_permanent: true },
            { blocked_user_id: 70, user_id: 114, block_reason: "No response from the supplier, so the account was reopened.", block_date: "2021-03-13", is_permanent: true },
            { blocked_user_id: 71, user_id: 123, block_reason: "Flagged as unusual. Support refunded the item.", block_date: "2022-09-21", is_permanent: true },
            { blocked_user_id: 72, user_id: 128, block_reason: "A repeat ticket was replaced the same day.", block_date: "2022-07-12", is_permanent: false },
            { blocked_user_id: 73, user_id: 123, block_reason: "A repeat order was rejected the same day.", block_date: "2020-06-08", is_permanent: true },
            { blocked_user_id: 74, user_id: 51, block_reason: "The report was resolved after an automatic check.", block_date: "2023-01-20", is_permanent: true },
            { blocked_user_id: 75, user_id: 112, block_reason: "An urgent follow-up: the payment was reopened.", block_date: "2022-09-11", is_permanent: false },
            { blocked_user_id: 76, user_id: 135, block_reason: "The transfer was updated after a standard check.", block_date: "2023-10-19", is_permanent: true },
            { blocked_user_id: 77, user_id: 185, block_reason: "The customer confirmed the details and the booking was reopened.", block_date: "2022-07-21", is_permanent: true },
            { blocked_user_id: 78, user_id: 124, block_reason: "The team reported a routine issue; the ticket was confirmed.", block_date: "2022-08-09", is_permanent: false },
            { blocked_user_id: 79, user_id: 146, block_reason: "The account owner reported a repeat issue; the booking was rejected.", block_date: "2023-05-31", is_permanent: false },
            { blocked_user_id: 80, user_id: 52, block_reason: "The ticket was updated following a repeat review.", block_date: "2023-07-21", is_permanent: true },
            { blocked_user_id: 81, user_id: 164, block_reason: "The report was resolved — incomplete case, no further action.", block_date: "2020-06-08", is_permanent: true },
            { blocked_user_id: 82, user_id: 47, block_reason: "The record was closed — unusual case, no further action.", block_date: "2020-08-18", is_permanent: false },
            { blocked_user_id: 83, user_id: 150, block_reason: "The order was escalated after a duplicate check.", block_date: "2021-04-20", is_permanent: false },
            { blocked_user_id: 84, user_id: 14, block_reason: "A routine report was refunded the same day.", block_date: "2020-09-10", is_permanent: true },
            { blocked_user_id: 85, user_id: 43, block_reason: "The customer confirmed the details and the payment was completed.", block_date: "2021-05-19", is_permanent: true },
            { blocked_user_id: 86, user_id: 156, block_reason: "The claim was delayed following a manual review.", block_date: "2022-05-08", is_permanent: true },
            { blocked_user_id: 87, user_id: 21, block_reason: "The team asked for a change and the item was refunded.", block_date: "2022-09-13", is_permanent: true },
            { blocked_user_id: 88, user_id: 104, block_reason: "The team reported a manual issue; the record was replaced.", block_date: "2023-08-30", is_permanent: true },
            { blocked_user_id: 89, user_id: 171, block_reason: "No response from the supplier, so the account was delayed.", block_date: "2023-06-17", is_permanent: false },
            { blocked_user_id: 90, user_id: 24, block_reason: "Support confirmed the details and the payment was delayed.", block_date: "2022-11-01", is_permanent: true },
            { blocked_user_id: 91, user_id: 48, block_reason: "The account owner asked for a change and the transfer was delayed.", block_date: "2022-03-11", is_permanent: true },
            { blocked_user_id: 92, user_id: 120, block_reason: "The customer reported a routine issue; the booking was reopened.", block_date: "2020-01-10", is_permanent: true },
            { blocked_user_id: 93, user_id: 81, block_reason: "Support reported an urgent issue; the refund was reviewed.", block_date: "2021-09-25", is_permanent: true },
            { blocked_user_id: 94, user_id: 89, block_reason: "The order was delayed following a late review.", block_date: "2020-10-16", is_permanent: false },
            { blocked_user_id: 95, user_id: 124, block_reason: "The record was approved after a late check.", block_date: "2020-11-08", is_permanent: false },
            { blocked_user_id: 96, user_id: 29, block_reason: "The customer asked for a change and the account was refunded.", block_date: "2020-06-20", is_permanent: true },
            { blocked_user_id: 97, user_id: 86, block_reason: "The courier reported an urgent issue; the delivery was refunded.", block_date: "2020-03-06", is_permanent: true },
            { blocked_user_id: 98, user_id: 116, block_reason: "The item was closed after a minor check.", block_date: "2022-04-27", is_permanent: true },
            { blocked_user_id: 99, user_id: 108, block_reason: "The customer confirmed the details and the document was processed.", block_date: "2022-11-24", is_permanent: true },
            { blocked_user_id: 100, user_id: 31, block_reason: "No response from support, so the appointment was reopened.", block_date: "2021-03-02", is_permanent: true },
            { blocked_user_id: 101, user_id: 43, block_reason: "A standard follow-up: the booking was updated.", block_date: "2021-10-18", is_permanent: true },
            { blocked_user_id: 102, user_id: 124, block_reason: "The team reported a duplicate issue; the payment was approved.", block_date: "2021-08-16", is_permanent: true },
            { blocked_user_id: 103, user_id: 5, block_reason: "The payment was refunded following an incomplete review.", block_date: "2021-11-18", is_permanent: true },
            { blocked_user_id: 104, user_id: 71, block_reason: "The ticket was reviewed after a minor check.", block_date: "2023-07-19", is_permanent: true },
            { blocked_user_id: 105, user_id: 14, block_reason: "No response from the customer, so the document was refunded.", block_date: "2021-04-11", is_permanent: false },
            { blocked_user_id: 106, user_id: 97, block_reason: "No response from the customer, so the transfer was processed.", block_date: "2021-08-07", is_permanent: true },
            { blocked_user_id: 107, user_id: 194, block_reason: "Flagged as standard. The team resolved the account.", block_date: "2020-10-10", is_permanent: true },
            { blocked_user_id: 108, user_id: 179, block_reason: "An automatic record was completed the same day.", block_date: "2020-06-17", is_permanent: false },
            { blocked_user_id: 109, user_id: 113, block_reason: "The customer confirmed the details and the shipment was refunded.", block_date: "2023-01-03", is_permanent: false },
            { blocked_user_id: 110, user_id: 48, block_reason: "A minor follow-up: the transfer was cancelled.", block_date: "2020-12-14", is_permanent: false },
            { blocked_user_id: 111, user_id: 9, block_reason: "The transfer was processed — late case, no further action.", block_date: "2021-06-03", is_permanent: false },
            { blocked_user_id: 112, user_id: 141, block_reason: "The item was processed — incomplete case, no further action.", block_date: "2023-06-12", is_permanent: true },
            { blocked_user_id: 113, user_id: 120, block_reason: "The team reported an urgent issue; the delivery was resolved.", block_date: "2021-07-15", is_permanent: true },
            { blocked_user_id: 114, user_id: 86, block_reason: "The report was cancelled after an unusual check.", block_date: "2022-02-28", is_permanent: false },
            { blocked_user_id: 115, user_id: 137, block_reason: "Support asked for a change and the claim was approved.", block_date: "2021-05-21", is_permanent: false },
            { blocked_user_id: 116, user_id: 182, block_reason: "The transfer was delayed — standard case, no further action.", block_date: "2023-07-10", is_permanent: true },
            { blocked_user_id: 117, user_id: 173, block_reason: "No response from the supplier, so the document was cancelled.", block_date: "2021-07-07", is_permanent: false },
            { blocked_user_id: 118, user_id: 38, block_reason: "The claim was escalated following an urgent review.", block_date: "2022-04-09", is_permanent: true },
            { blocked_user_id: 119, user_id: 105, block_reason: "The account owner reported a duplicate issue; the appointment was reopened.", block_date: "2022-01-12", is_permanent: true },
            { blocked_user_id: 120, user_id: 116, block_reason: "The delivery was rescheduled after a partial check.", block_date: "2022-05-05", is_permanent: false },
            { blocked_user_id: 121, user_id: 182, block_reason: "The account owner reported a routine issue; the order was processed.", block_date: "2022-11-23", is_permanent: false },
            { blocked_user_id: 122, user_id: 112, block_reason: "An operator asked for a change and the record was resolved.", block_date: "2023-02-11", is_permanent: true },
            { blocked_user_id: 123, user_id: 122, block_reason: "The courier reported an automatic issue; the ticket was reviewed.", block_date: "2022-03-09", is_permanent: true },
            { blocked_user_id: 124, user_id: 41, block_reason: "A partial refund was approved the same day.", block_date: "2023-06-12", is_permanent: false },
            { blocked_user_id: 125, user_id: 34, block_reason: "The courier asked for a change and the item was escalated.", block_date: "2022-08-27", is_permanent: false },
            { blocked_user_id: 126, user_id: 151, block_reason: "The courier reported a manual issue; the report was reopened.", block_date: "2021-06-17", is_permanent: true },
            { blocked_user_id: 127, user_id: 122, block_reason: "The delivery was processed following an incomplete review.", block_date: "2022-03-13", is_permanent: true },
            { blocked_user_id: 128, user_id: 145, block_reason: "The transfer was rejected — manual case, no further action.", block_date: "2020-07-17", is_permanent: true },
            { blocked_user_id: 129, user_id: 74, block_reason: "A minor item was updated the same day.", block_date: "2021-10-12", is_permanent: false },
            { blocked_user_id: 130, user_id: 173, block_reason: "No response from the team, so the booking was rescheduled.", block_date: "2020-03-07", is_permanent: true },
            { blocked_user_id: 131, user_id: 18, block_reason: "The order was replaced — standard case, no further action.", block_date: "2021-08-01", is_permanent: true },
            { blocked_user_id: 132, user_id: 52, block_reason: "Flagged as late. The courier rescheduled the booking.", block_date: "2023-06-21", is_permanent: true },
            { blocked_user_id: 133, user_id: 135, block_reason: "An incomplete request was updated the same day.", block_date: "2022-10-19", is_permanent: true },
            { blocked_user_id: 134, user_id: 72, block_reason: "The payment was rescheduled — repeat case, no further action.", block_date: "2020-08-24", is_permanent: true },
            { blocked_user_id: 135, user_id: 110, block_reason: "No response from an operator, so the account was reopened.", block_date: "2023-07-15", is_permanent: true },
            { blocked_user_id: 136, user_id: 97, block_reason: "The report was refunded following an automatic review.", block_date: "2023-02-01", is_permanent: true },
            { blocked_user_id: 137, user_id: 151, block_reason: "The ticket was replaced — partial case, no further action.", block_date: "2021-03-24", is_permanent: false },
            { blocked_user_id: 138, user_id: 180, block_reason: "The account owner reported a late issue; the order was confirmed.", block_date: "2020-11-06", is_permanent: true },
            { blocked_user_id: 139, user_id: 198, block_reason: "Flagged as manual. The customer reopened the ticket.", block_date: "2021-05-29", is_permanent: true },
            { blocked_user_id: 140, user_id: 110, block_reason: "The payment was replaced following a late review.", block_date: "2023-08-18", is_permanent: true },
            { blocked_user_id: 141, user_id: 33, block_reason: "No response from the account owner, so the refund was closed.", block_date: "2022-04-25", is_permanent: true },
            { blocked_user_id: 142, user_id: 151, block_reason: "The claim was rescheduled — minor case, no further action.", block_date: "2023-05-11", is_permanent: true },
            { blocked_user_id: 143, user_id: 89, block_reason: "The booking was rejected — incomplete case, no further action.", block_date: "2022-10-08", is_permanent: true },
            { blocked_user_id: 144, user_id: 169, block_reason: "The order was refunded after a repeat check.", block_date: "2023-04-15", is_permanent: true },
            { blocked_user_id: 145, user_id: 150, block_reason: "Flagged as unusual. The reviewer confirmed the item.", block_date: "2021-07-07", is_permanent: true },
            { blocked_user_id: 146, user_id: 90, block_reason: "A standard follow-up: the ticket was updated.", block_date: "2020-01-21", is_permanent: false },
            { blocked_user_id: 147, user_id: 189, block_reason: "An urgent booking was rescheduled the same day.", block_date: "2020-10-30", is_permanent: true },
            { blocked_user_id: 148, user_id: 49, block_reason: "An incomplete refund was reopened the same day.", block_date: "2020-04-14", is_permanent: true },
            { blocked_user_id: 149, user_id: 9, block_reason: "An urgent report was cancelled the same day.", block_date: "2021-07-06", is_permanent: true },
            { blocked_user_id: 150, user_id: 141, block_reason: "The report was escalated after an automatic check.", block_date: "2020-12-06", is_permanent: true },
            { blocked_user_id: 151, user_id: 71, block_reason: "The transfer was cancelled after a duplicate check.", block_date: "2020-08-22", is_permanent: true },
            { blocked_user_id: 152, user_id: 46, block_reason: "The shipment was rejected — urgent case, no further action.", block_date: "2021-06-10", is_permanent: true },
            { blocked_user_id: 153, user_id: 120, block_reason: "The payment was confirmed after a manual check.", block_date: "2023-05-16", is_permanent: true },
            { blocked_user_id: 154, user_id: 97, block_reason: "The reviewer reported a duplicate issue; the invoice was resolved.", block_date: "2021-11-15", is_permanent: true },
            { blocked_user_id: 155, user_id: 29, block_reason: "The customer asked for a change and the session was escalated.", block_date: "2021-12-08", is_permanent: false },
            { blocked_user_id: 156, user_id: 11, block_reason: "No response from the account owner, so the transfer was rejected.", block_date: "2022-05-26", is_permanent: true },
            { blocked_user_id: 157, user_id: 194, block_reason: "The team asked for a change and the appointment was replaced.", block_date: "2023-03-10", is_permanent: true },
            { blocked_user_id: 158, user_id: 22, block_reason: "The invoice was confirmed — standard case, no further action.", block_date: "2023-09-10", is_permanent: true },
            { blocked_user_id: 159, user_id: 151, block_reason: "A late follow-up: the payment was rescheduled.", block_date: "2023-08-27", is_permanent: true },
            { blocked_user_id: 160, user_id: 143, block_reason: "The account owner confirmed the details and the ticket was escalated.", block_date: "2023-08-04", is_permanent: true },
            { blocked_user_id: 161, user_id: 32, block_reason: "A duplicate order was completed the same day.", block_date: "2020-12-26", is_permanent: false },
            { blocked_user_id: 162, user_id: 160, block_reason: "No response from the team, so the report was refunded.", block_date: "2022-04-04", is_permanent: false },
            { blocked_user_id: 163, user_id: 99, block_reason: "An unusual follow-up: the account was escalated.", block_date: "2020-07-09", is_permanent: false },
            { blocked_user_id: 164, user_id: 49, block_reason: "A standard document was completed the same day.", block_date: "2021-05-27", is_permanent: true },
            { blocked_user_id: 165, user_id: 188, block_reason: "An unusual follow-up: the record was cancelled.", block_date: "2020-01-30", is_permanent: true },
            { blocked_user_id: 166, user_id: 135, block_reason: "The request was refunded — routine case, no further action.", block_date: "2021-08-04", is_permanent: true },
            { blocked_user_id: 167, user_id: 30, block_reason: "The reviewer asked for a change and the ticket was reopened.", block_date: "2022-01-16", is_permanent: true },
            { blocked_user_id: 168, user_id: 133, block_reason: "A routine payment was replaced the same day.", block_date: "2020-09-24", is_permanent: true },
            { blocked_user_id: 169, user_id: 172, block_reason: "Support confirmed the details and the shipment was cancelled.", block_date: "2021-09-21", is_permanent: true },
            { blocked_user_id: 170, user_id: 104, block_reason: "The customer reported a partial issue; the ticket was resolved.", block_date: "2023-08-14", is_permanent: false },
            { blocked_user_id: 171, user_id: 149, block_reason: "Support confirmed the details and the transfer was processed.", block_date: "2021-02-11", is_permanent: true },
            { blocked_user_id: 172, user_id: 120, block_reason: "A late follow-up: the claim was confirmed.", block_date: "2023-10-17", is_permanent: false },
            { blocked_user_id: 173, user_id: 167, block_reason: "The reviewer asked for a change and the transfer was resolved.", block_date: "2023-06-02", is_permanent: false },
            { blocked_user_id: 174, user_id: 51, block_reason: "The customer reported an automatic issue; the ticket was approved.", block_date: "2022-05-28", is_permanent: true },
            { blocked_user_id: 175, user_id: 113, block_reason: "The invoice was delayed after a partial check.", block_date: "2022-10-13", is_permanent: false },
            { blocked_user_id: 176, user_id: 173, block_reason: "An urgent follow-up: the transfer was reviewed.", block_date: "2023-05-10", is_permanent: true },
            { blocked_user_id: 177, user_id: 137, block_reason: "A routine follow-up: the order was resolved.", block_date: "2022-04-02", is_permanent: false },
            { blocked_user_id: 178, user_id: 150, block_reason: "The team reported a late issue; the report was updated.", block_date: "2020-12-02", is_permanent: true },
            { blocked_user_id: 179, user_id: 189, block_reason: "The team reported a standard issue; the report was cancelled.", block_date: "2023-05-05", is_permanent: true },
            { blocked_user_id: 180, user_id: 49, block_reason: "The appointment was rejected — unusual case, no further action.", block_date: "2020-06-12", is_permanent: false },
            { blocked_user_id: 181, user_id: 133, block_reason: "The record was resolved after an urgent check.", block_date: "2021-01-16", is_permanent: false },
            { blocked_user_id: 182, user_id: 104, block_reason: "The document was updated — standard case, no further action.", block_date: "2020-12-10", is_permanent: false },
            { blocked_user_id: 183, user_id: 160, block_reason: "The item was rejected — repeat case, no further action.", block_date: "2022-12-29", is_permanent: true },
            { blocked_user_id: 184, user_id: 46, block_reason: "The document was processed after a routine check.", block_date: "2020-01-30", is_permanent: true },
            { blocked_user_id: 185, user_id: 133, block_reason: "An operator reported an incomplete issue; the session was confirmed.", block_date: "2023-03-09", is_permanent: true },
            { blocked_user_id: 186, user_id: 122, block_reason: "Support reported a repeat issue; the shipment was completed.", block_date: "2023-09-25", is_permanent: true },
            { blocked_user_id: 187, user_id: 160, block_reason: "The booking was updated — routine case, no further action.", block_date: "2022-11-06", is_permanent: true },
            { blocked_user_id: 188, user_id: 167, block_reason: "The delivery was completed after an urgent check.", block_date: "2020-07-23", is_permanent: true },
            { blocked_user_id: 189, user_id: 97, block_reason: "An urgent account was replaced the same day.", block_date: "2021-09-26", is_permanent: true },
            { blocked_user_id: 190, user_id: 57, block_reason: "The item was rescheduled following a routine review.", block_date: "2020-04-24", is_permanent: true },
            { blocked_user_id: 191, user_id: 173, block_reason: "No response from the account owner, so the item was completed.", block_date: "2021-03-04", is_permanent: false },
            { blocked_user_id: 192, user_id: 104, block_reason: "An operator reported a repeat issue; the session was refunded.", block_date: "2021-02-28", is_permanent: true },
            { blocked_user_id: 193, user_id: 22, block_reason: "The item was completed following a manual review.", block_date: "2023-02-27", is_permanent: true },
            { blocked_user_id: 194, user_id: 17, block_reason: "The courier reported a standard issue; the record was delayed.", block_date: "2021-07-22", is_permanent: true },
            { blocked_user_id: 195, user_id: 116, block_reason: "A minor session was updated the same day.", block_date: "2022-10-25", is_permanent: false },
            { blocked_user_id: 196, user_id: 195, block_reason: "The courier asked for a change and the ticket was cancelled.", block_date: "2022-03-28", is_permanent: true },
            { blocked_user_id: 197, user_id: 91, block_reason: "The appointment was delayed — late case, no further action.", block_date: "2022-08-15", is_permanent: true },
            { blocked_user_id: 198, user_id: 169, block_reason: "The session was cancelled after an incomplete check.", block_date: "2021-12-30", is_permanent: false },
            { blocked_user_id: 199, user_id: 122, block_reason: "The document was delayed — late case, no further action.", block_date: "2020-08-02", is_permanent: true },
            { blocked_user_id: 200, user_id: 180, block_reason: "The session was closed — repeat case, no further action.", block_date: "2021-08-29", is_permanent: true },
            { blocked_user_id: 201, user_id: 74, block_reason: "No response from the courier, so the invoice was resolved.", block_date: "2021-04-01", is_permanent: true },
            { blocked_user_id: 202, user_id: 51, block_reason: "Flagged as urgent. Support confirmed the payment.", block_date: "2023-07-07", is_permanent: true },
            { blocked_user_id: 203, user_id: 187, block_reason: "The payment was rescheduled following a minor review.", block_date: "2023-10-06", is_permanent: true },
            { blocked_user_id: 204, user_id: 5, block_reason: "The customer reported a standard issue; the payment was processed.", block_date: "2021-07-30", is_permanent: true },
            { blocked_user_id: 205, user_id: 5, block_reason: "The supplier confirmed the details and the request was rejected.", block_date: "2020-11-10", is_permanent: true },
            { blocked_user_id: 206, user_id: 115, block_reason: "Support reported an automatic issue; the booking was confirmed.", block_date: "2021-09-20", is_permanent: false },
            { blocked_user_id: 207, user_id: 17, block_reason: "An incomplete claim was completed the same day.", block_date: "2020-09-29", is_permanent: true },
            { blocked_user_id: 208, user_id: 47, block_reason: "The reviewer confirmed the details and the ticket was closed.", block_date: "2023-07-24", is_permanent: true },
            { blocked_user_id: 209, user_id: 88, block_reason: "The courier reported a duplicate issue; the request was replaced.", block_date: "2022-12-14", is_permanent: true },
            { blocked_user_id: 210, user_id: 9, block_reason: "The order was cancelled following an urgent review.", block_date: "2022-01-05", is_permanent: true },
            { blocked_user_id: 211, user_id: 200, block_reason: "The order was resolved — incomplete case, no further action.", block_date: "2021-05-17", is_permanent: true },
            { blocked_user_id: 212, user_id: 179, block_reason: "The shipment was cancelled after a late check.", block_date: "2021-11-09", is_permanent: false },
            { blocked_user_id: 213, user_id: 116, block_reason: "No response from the reviewer, so the account was refunded.", block_date: "2020-12-23", is_permanent: true },
            { blocked_user_id: 214, user_id: 182, block_reason: "A minor follow-up: the shipment was processed.", block_date: "2022-11-06", is_permanent: false },
            { blocked_user_id: 215, user_id: 17, block_reason: "The refund was refunded following an automatic review.", block_date: "2021-10-18", is_permanent: false },
            { blocked_user_id: 216, user_id: 194, block_reason: "A duplicate refund was resolved the same day.", block_date: "2023-04-25", is_permanent: true },
            { blocked_user_id: 217, user_id: 105, block_reason: "An automatic ticket was completed the same day.", block_date: "2021-01-02", is_permanent: false },
            { blocked_user_id: 218, user_id: 198, block_reason: "The report was confirmed — duplicate case, no further action.", block_date: "2022-11-15", is_permanent: true },
            { blocked_user_id: 219, user_id: 18, block_reason: "No response from the supplier, so the shipment was updated.", block_date: "2020-08-12", is_permanent: true },
            { blocked_user_id: 220, user_id: 124, block_reason: "An incomplete item was updated the same day.", block_date: "2021-06-27", is_permanent: true },
            { blocked_user_id: 221, user_id: 23, block_reason: "The team reported an urgent issue; the transfer was reviewed.", block_date: "2020-01-06", is_permanent: true },
            { blocked_user_id: 222, user_id: 141, block_reason: "The record was cancelled — manual case, no further action.", block_date: "2022-12-06", is_permanent: true },
            { blocked_user_id: 223, user_id: 51, block_reason: "No response from the supplier, so the booking was refunded.", block_date: "2020-06-08", is_permanent: false },
            { blocked_user_id: 224, user_id: 200, block_reason: "An operator reported a manual issue; the order was resolved.", block_date: "2021-12-31", is_permanent: true },
            { blocked_user_id: 225, user_id: 171, block_reason: "The document was reopened — incomplete case, no further action.", block_date: "2021-10-07", is_permanent: false },
            { blocked_user_id: 226, user_id: 196, block_reason: "A repeat follow-up: the transfer was closed.", block_date: "2021-02-11", is_permanent: true },
            { blocked_user_id: 227, user_id: 31, block_reason: "The appointment was completed following a manual review.", block_date: "2020-05-16", is_permanent: true },
            { blocked_user_id: 228, user_id: 136, block_reason: "No response from the team, so the report was confirmed.", block_date: "2020-03-16", is_permanent: false },
            { blocked_user_id: 229, user_id: 97, block_reason: "Flagged as repeat. The courier escalated the shipment.", block_date: "2021-07-13", is_permanent: false },
            { blocked_user_id: 230, user_id: 79, block_reason: "An unusual document was cancelled the same day.", block_date: "2021-11-16", is_permanent: false },
            { blocked_user_id: 231, user_id: 150, block_reason: "A late transfer was rejected the same day.", block_date: "2021-04-17", is_permanent: true },
            { blocked_user_id: 232, user_id: 85, block_reason: "Flagged as partial. The account owner processed the booking.", block_date: "2021-04-05", is_permanent: true },
            { blocked_user_id: 233, user_id: 143, block_reason: "Flagged as duplicate. The supplier resolved the invoice.", block_date: "2021-04-25", is_permanent: true },
            { blocked_user_id: 234, user_id: 104, block_reason: "The appointment was escalated after a standard check.", block_date: "2023-08-06", is_permanent: false },
            { blocked_user_id: 235, user_id: 143, block_reason: "The account owner asked for a change and the shipment was escalated.", block_date: "2023-10-19", is_permanent: false },
            { blocked_user_id: 236, user_id: 135, block_reason: "The account owner reported a routine issue; the ticket was closed.", block_date: "2020-09-08", is_permanent: false },
            { blocked_user_id: 237, user_id: 14, block_reason: "The ticket was rescheduled after a repeat check.", block_date: "2022-07-09", is_permanent: false },
            { blocked_user_id: 238, user_id: 169, block_reason: "An incomplete order was updated the same day.", block_date: "2022-10-20", is_permanent: true },
            { blocked_user_id: 239, user_id: 18, block_reason: "The refund was reviewed following a minor review.", block_date: "2022-11-27", is_permanent: true },
            { blocked_user_id: 240, user_id: 59, block_reason: "A standard follow-up: the appointment was escalated.", block_date: "2022-09-16", is_permanent: true },
            { blocked_user_id: 241, user_id: 47, block_reason: "The customer reported a standard issue; the report was refunded.", block_date: "2020-04-11", is_permanent: false },
            { blocked_user_id: 242, user_id: 13, block_reason: "Flagged as unusual. The courier escalated the delivery.", block_date: "2022-10-19", is_permanent: true },
            { blocked_user_id: 243, user_id: 194, block_reason: "The team reported a repeat issue; the refund was reviewed.", block_date: "2023-04-24", is_permanent: true },
            { blocked_user_id: 244, user_id: 133, block_reason: "A manual follow-up: the transfer was closed.", block_date: "2021-01-20", is_permanent: false },
            { blocked_user_id: 245, user_id: 46, block_reason: "No response from the reviewer, so the record was delayed.", block_date: "2021-09-03", is_permanent: false },
            { blocked_user_id: 246, user_id: 160, block_reason: "The delivery was rescheduled after a manual check.", block_date: "2023-02-22", is_permanent: false },
            { blocked_user_id: 247, user_id: 48, block_reason: "Support reported an automatic issue; the shipment was closed.", block_date: "2023-01-15", is_permanent: false },
            { blocked_user_id: 248, user_id: 189, block_reason: "The refund was resolved — automatic case, no further action.", block_date: "2021-06-19", is_permanent: true },
            { blocked_user_id: 249, user_id: 44, block_reason: "No response from the team, so the delivery was resolved.", block_date: "2023-01-04", is_permanent: true },
            { blocked_user_id: 250, user_id: 22, block_reason: "An urgent follow-up: the account was cancelled.", block_date: "2021-09-28", is_permanent: true },
            { blocked_user_id: 251, user_id: 189, block_reason: "Flagged as repeat. The account owner approved the appointment.", block_date: "2020-01-02", is_permanent: true },
            { blocked_user_id: 252, user_id: 46, block_reason: "No response from an operator, so the appointment was resolved.", block_date: "2022-05-20", is_permanent: false },
            { blocked_user_id: 253, user_id: 179, block_reason: "An urgent follow-up: the ticket was rescheduled.", block_date: "2023-10-04", is_permanent: true },
            { blocked_user_id: 254, user_id: 63, block_reason: "An operator reported a routine issue; the delivery was processed.", block_date: "2022-01-11", is_permanent: false },
            { blocked_user_id: 255, user_id: 46, block_reason: "A repeat follow-up: the shipment was replaced.", block_date: "2023-09-11", is_permanent: true },
            { blocked_user_id: 256, user_id: 105, block_reason: "The payment was delayed after an unusual check.", block_date: "2021-02-19", is_permanent: true },
        ],
    });
    await prisma.interactions.createMany({
        data: [
            { interaction_id: 1, user_id: 78, timestamp: new Date("2023-03-12T18:08:47Z"), channel: "web", interaction_type: "query", duration_seconds: 134 },
            { interaction_id: 2, user_id: 117, timestamp: new Date("2023-08-04T18:02:49Z"), channel: "web", interaction_type: "feedback", duration_seconds: 72 },
            { interaction_id: 3, user_id: 135, timestamp: new Date("2023-06-25T13:07:35Z"), channel: "web", interaction_type: "query", duration_seconds: 178 },
            { interaction_id: 4, user_id: 197, timestamp: new Date("2023-09-29T16:55:52Z"), channel: "web", interaction_type: "report", duration_seconds: 158 },
            { interaction_id: 5, user_id: 118, timestamp: new Date("2023-05-18T13:48:48Z"), channel: "mobile", interaction_type: "feedback", duration_seconds: 125 },
            { interaction_id: 6, user_id: 55, timestamp: new Date("2023-07-10T09:14:04Z"), channel: "web", interaction_type: "query", duration_seconds: 176 },
            { interaction_id: 7, user_id: 85, timestamp: new Date("2023-09-16T14:36:29Z"), channel: "web", interaction_type: "query", duration_seconds: 139 },
            { interaction_id: 8, user_id: 43, timestamp: new Date("2023-10-31T15:25:01Z"), channel: "mobile", interaction_type: "report", duration_seconds: 196 },
            { interaction_id: 9, user_id: 73, timestamp: new Date("2023-03-08T13:07:54Z"), channel: "web", interaction_type: "feedback", duration_seconds: 112 },
            { interaction_id: 10, user_id: 122, timestamp: new Date("2023-10-24T10:42:31Z"), channel: "web", interaction_type: "query", duration_seconds: 165 },
            { interaction_id: 11, user_id: 25, timestamp: new Date("2023-03-15T16:26:10Z"), channel: "web", interaction_type: "query", duration_seconds: 161 },
            { interaction_id: 12, user_id: 157, timestamp: new Date("2023-08-03T10:43:17Z"), channel: "web", interaction_type: "query", duration_seconds: 210 },
            { interaction_id: 13, user_id: 51, timestamp: new Date("2023-06-20T17:40:45Z"), channel: "web", interaction_type: "feedback", duration_seconds: 159 },
            { interaction_id: 14, user_id: 73, timestamp: new Date("2023-02-09T09:42:14Z"), channel: "mobile", interaction_type: "feedback", duration_seconds: 151 },
            { interaction_id: 15, user_id: 65, timestamp: new Date("2023-07-17T09:30:52Z"), channel: "mobile", interaction_type: "feedback", duration_seconds: 210 },
            { interaction_id: 16, user_id: 75, timestamp: new Date("2023-01-09T13:58:22Z"), channel: "social_media", interaction_type: "feedback", duration_seconds: 239 },
            { interaction_id: 17, user_id: 195, timestamp: new Date("2023-08-19T13:12:41Z"), channel: "web", interaction_type: "query", duration_seconds: 175 },
            { interaction_id: 18, user_id: 150, timestamp: new Date("2023-08-18T10:44:34Z"), channel: "web", interaction_type: "report", duration_seconds: 154 },
            { interaction_id: 19, user_id: 160, timestamp: new Date("2023-06-23T19:28:09Z"), channel: "web", interaction_type: "query", duration_seconds: 209 },
            { interaction_id: 20, user_id: 89, timestamp: new Date("2023-04-09T14:12:38Z"), channel: "mobile", interaction_type: "feedback", duration_seconds: 153 },
            { interaction_id: 21, user_id: 152, timestamp: new Date("2023-07-29T09:05:41Z"), channel: "web", interaction_type: "feedback", duration_seconds: 140 },
            { interaction_id: 22, user_id: 73, timestamp: new Date("2023-02-19T10:47:39Z"), channel: "mobile", interaction_type: "feedback", duration_seconds: 220 },
            { interaction_id: 23, user_id: 7, timestamp: new Date("2023-10-04T17:30:29Z"), channel: "web", interaction_type: "feedback", duration_seconds: 94 },
            { interaction_id: 24, user_id: 23, timestamp: new Date("2023-07-12T17:09:21Z"), channel: "web", interaction_type: "feedback", duration_seconds: 184 },
            { interaction_id: 25, user_id: 141, timestamp: new Date("2023-02-22T16:59:20Z"), channel: "social_media", interaction_type: "query", duration_seconds: 194 },
            { interaction_id: 26, user_id: 54, timestamp: new Date("2023-03-21T17:32:01Z"), channel: "web", interaction_type: "query", duration_seconds: 181 },
            { interaction_id: 27, user_id: 197, timestamp: new Date("2023-04-17T11:00:07Z"), channel: "mobile", interaction_type: "feedback", duration_seconds: 170 },
            { interaction_id: 28, user_id: 137, timestamp: new Date("2023-09-12T11:21:48Z"), channel: "web", interaction_type: "feedback", duration_seconds: 209 },
            { interaction_id: 29, user_id: 98, timestamp: new Date("2023-01-31T16:17:23Z"), channel: "mobile", interaction_type: "feedback", duration_seconds: 156 },
            { interaction_id: 30, user_id: 200, timestamp: new Date("2023-01-07T17:05:49Z"), channel: "social_media", interaction_type: "query", duration_seconds: 123 },
            { interaction_id: 31, user_id: 62, timestamp: new Date("2023-01-24T16:04:12Z"), channel: "web", interaction_type: "feedback", duration_seconds: 167 },
            { interaction_id: 32, user_id: 14, timestamp: new Date("2023-01-20T18:34:29Z"), channel: "social_media", interaction_type: "feedback", duration_seconds: 131 },
            { interaction_id: 33, user_id: 1, timestamp: new Date("2023-02-13T17:56:20Z"), channel: "web", interaction_type: "query", duration_seconds: 183 },
            { interaction_id: 34, user_id: 44, timestamp: new Date("2023-04-22T12:06:41Z"), channel: "social_media", interaction_type: "report", duration_seconds: 128 },
            { interaction_id: 35, user_id: 131, timestamp: new Date("2023-02-09T10:37:11Z"), channel: "mobile", interaction_type: "feedback", duration_seconds: 57 },
            { interaction_id: 36, user_id: 103, timestamp: new Date("2023-03-09T10:18:59Z"), channel: "mobile", interaction_type: "query", duration_seconds: 171 },
            { interaction_id: 37, user_id: 92, timestamp: new Date("2023-03-13T06:24:13Z"), channel: "mobile", interaction_type: "report", duration_seconds: 169 },
            { interaction_id: 38, user_id: 64, timestamp: new Date("2023-04-15T12:25:29Z"), channel: "web", interaction_type: "report", duration_seconds: 193 },
            { interaction_id: 39, user_id: 52, timestamp: new Date("2023-09-10T09:38:19Z"), channel: "web", interaction_type: "query", duration_seconds: 229 },
            { interaction_id: 40, user_id: 104, timestamp: new Date("2023-08-13T17:38:01Z"), channel: "web", interaction_type: "report", duration_seconds: 154 },
            { interaction_id: 41, user_id: 124, timestamp: new Date("2023-07-28T20:48:47Z"), channel: "web", interaction_type: "query", duration_seconds: 134 },
            { interaction_id: 42, user_id: 59, timestamp: new Date("2023-01-11T18:49:13Z"), channel: "mobile", interaction_type: "query", duration_seconds: 33 },
            { interaction_id: 43, user_id: 63, timestamp: new Date("2023-06-25T11:45:27Z"), channel: "web", interaction_type: "report", duration_seconds: 225 },
            { interaction_id: 44, user_id: 103, timestamp: new Date("2023-02-01T13:21:45Z"), channel: "web", interaction_type: "query", duration_seconds: 208 },
            { interaction_id: 45, user_id: 171, timestamp: new Date("2023-06-24T10:48:48Z"), channel: "web", interaction_type: "feedback", duration_seconds: 170 },
            { interaction_id: 46, user_id: 123, timestamp: new Date("2023-09-27T17:30:49Z"), channel: "mobile", interaction_type: "query", duration_seconds: 116 },
            { interaction_id: 47, user_id: 42, timestamp: new Date("2023-06-08T09:06:11Z"), channel: "mobile", interaction_type: "query", duration_seconds: 158 },
            { interaction_id: 48, user_id: 182, timestamp: new Date("2023-01-15T15:29:00Z"), channel: "mobile", interaction_type: "query", duration_seconds: 187 },
            { interaction_id: 49, user_id: 28, timestamp: new Date("2023-06-22T15:03:37Z"), channel: "social_media", interaction_type: "report", duration_seconds: 107 },
            { interaction_id: 50, user_id: 2, timestamp: new Date("2023-09-09T16:59:32Z"), channel: "web", interaction_type: "query", duration_seconds: 155 },
            { interaction_id: 51, user_id: 2, timestamp: new Date("2023-08-02T09:54:02Z"), channel: "web", interaction_type: "query", duration_seconds: 242 },
            { interaction_id: 52, user_id: 61, timestamp: new Date("2023-08-06T14:15:54Z"), channel: "mobile", interaction_type: "report", duration_seconds: 103 },
            { interaction_id: 53, user_id: 171, timestamp: new Date("2023-01-01T09:36:36Z"), channel: "web", interaction_type: "feedback", duration_seconds: 186 },
            { interaction_id: 54, user_id: 119, timestamp: new Date("2023-01-29T09:49:07Z"), channel: "web", interaction_type: "report", duration_seconds: 213 },
            { interaction_id: 55, user_id: 106, timestamp: new Date("2023-01-21T11:14:51Z"), channel: "web", interaction_type: "report", duration_seconds: 114 },
            { interaction_id: 56, user_id: 93, timestamp: new Date("2023-03-10T11:33:57Z"), channel: "web", interaction_type: "feedback", duration_seconds: 138 },
            { interaction_id: 57, user_id: 41, timestamp: new Date("2023-06-13T09:12:15Z"), channel: "web", interaction_type: "feedback", duration_seconds: 223 },
            { interaction_id: 58, user_id: 176, timestamp: new Date("2023-07-05T17:18:31Z"), channel: "mobile", interaction_type: "query", duration_seconds: 131 },
            { interaction_id: 59, user_id: 91, timestamp: new Date("2023-06-09T09:24:08Z"), channel: "web", interaction_type: "feedback", duration_seconds: 172 },
            { interaction_id: 60, user_id: 46, timestamp: new Date("2023-05-26T13:58:53Z"), channel: "mobile", interaction_type: "feedback", duration_seconds: 174 },
            { interaction_id: 61, user_id: 55, timestamp: new Date("2023-01-23T18:52:07Z"), channel: "social_media", interaction_type: "query", duration_seconds: 207 },
            { interaction_id: 62, user_id: 99, timestamp: new Date("2023-10-14T12:04:59Z"), channel: "mobile", interaction_type: "query", duration_seconds: 81 },
            { interaction_id: 63, user_id: 44, timestamp: new Date("2023-01-12T10:55:54Z"), channel: "web", interaction_type: "query", duration_seconds: 61 },
            { interaction_id: 64, user_id: 21, timestamp: new Date("2023-08-30T13:55:48Z"), channel: "mobile", interaction_type: "report", duration_seconds: 135 },
            { interaction_id: 65, user_id: 11, timestamp: new Date("2023-07-27T13:48:52Z"), channel: "web", interaction_type: "feedback", duration_seconds: 121 },
            { interaction_id: 66, user_id: 100, timestamp: new Date("2023-06-23T18:26:24Z"), channel: "web", interaction_type: "query", duration_seconds: 117 },
            { interaction_id: 67, user_id: 177, timestamp: new Date("2023-07-17T13:03:32Z"), channel: "web", interaction_type: "query", duration_seconds: 155 },
            { interaction_id: 68, user_id: 28, timestamp: new Date("2023-08-27T16:33:12Z"), channel: "mobile", interaction_type: "report", duration_seconds: 138 },
            { interaction_id: 69, user_id: 1, timestamp: new Date("2023-04-24T10:33:31Z"), channel: "mobile", interaction_type: "query", duration_seconds: 221 },
            { interaction_id: 70, user_id: 10, timestamp: new Date("2023-04-08T13:10:48Z"), channel: "mobile", interaction_type: "feedback", duration_seconds: 148 },
            { interaction_id: 71, user_id: 30, timestamp: new Date("2023-05-02T07:51:43Z"), channel: "web", interaction_type: "query", duration_seconds: 106 },
            { interaction_id: 72, user_id: 73, timestamp: new Date("2023-01-08T10:08:21Z"), channel: "web", interaction_type: "query", duration_seconds: 93 },
            { interaction_id: 73, user_id: 17, timestamp: new Date("2023-05-04T16:07:21Z"), channel: "web", interaction_type: "query", duration_seconds: 144 },
            { interaction_id: 74, user_id: 36, timestamp: new Date("2023-04-16T18:04:23Z"), channel: "mobile", interaction_type: "query", duration_seconds: 165 },
            { interaction_id: 75, user_id: 111, timestamp: new Date("2023-07-28T17:46:12Z"), channel: "social_media", interaction_type: "feedback", duration_seconds: 256 },
            { interaction_id: 76, user_id: 97, timestamp: new Date("2023-09-09T10:20:42Z"), channel: "web", interaction_type: "feedback", duration_seconds: 143 },
            { interaction_id: 77, user_id: 198, timestamp: new Date("2023-02-10T15:38:09Z"), channel: "web", interaction_type: "query", duration_seconds: 82 },
            { interaction_id: 78, user_id: 56, timestamp: new Date("2023-10-08T14:21:53Z"), channel: "web", interaction_type: "feedback", duration_seconds: 151 },
            { interaction_id: 79, user_id: 41, timestamp: new Date("2023-07-02T18:38:00Z"), channel: "web", interaction_type: "feedback", duration_seconds: 116 },
            { interaction_id: 80, user_id: 75, timestamp: new Date("2023-08-02T09:08:57Z"), channel: "web", interaction_type: "report", duration_seconds: 144 },
            { interaction_id: 81, user_id: 111, timestamp: new Date("2023-08-10T15:32:47Z"), channel: "web", interaction_type: "feedback", duration_seconds: 154 },
            { interaction_id: 82, user_id: 105, timestamp: new Date("2023-08-29T14:46:54Z"), channel: "web", interaction_type: "feedback", duration_seconds: 128 },
            { interaction_id: 83, user_id: 197, timestamp: new Date("2023-05-20T06:36:14Z"), channel: "web", interaction_type: "feedback", duration_seconds: 217 },
            { interaction_id: 84, user_id: 14, timestamp: new Date("2023-07-31T14:08:05Z"), channel: "web", interaction_type: "feedback", duration_seconds: 155 },
            { interaction_id: 85, user_id: 73, timestamp: new Date("2023-06-27T18:11:08Z"), channel: "web", interaction_type: "report", duration_seconds: 146 },
            { interaction_id: 86, user_id: 114, timestamp: new Date("2023-08-06T11:37:33Z"), channel: "web", interaction_type: "report", duration_seconds: 136 },
            { interaction_id: 87, user_id: 18, timestamp: new Date("2023-09-25T10:19:43Z"), channel: "social_media", interaction_type: "feedback", duration_seconds: 138 },
            { interaction_id: 88, user_id: 8, timestamp: new Date("2023-01-20T15:41:53Z"), channel: "web", interaction_type: "report", duration_seconds: 189 },
            { interaction_id: 89, user_id: 61, timestamp: new Date("2023-02-16T17:14:59Z"), channel: "web", interaction_type: "query", duration_seconds: 172 },
            { interaction_id: 90, user_id: 189, timestamp: new Date("2023-03-08T17:24:20Z"), channel: "web", interaction_type: "query", duration_seconds: 214 },
            { interaction_id: 91, user_id: 124, timestamp: new Date("2023-08-02T10:51:30Z"), channel: "web", interaction_type: "query", duration_seconds: 159 },
            { interaction_id: 92, user_id: 17, timestamp: new Date("2023-10-02T14:24:28Z"), channel: "mobile", interaction_type: "query", duration_seconds: 92 },
            { interaction_id: 93, user_id: 6, timestamp: new Date("2023-03-01T14:57:03Z"), channel: "web", interaction_type: "feedback", duration_seconds: 108 },
            { interaction_id: 94, user_id: 53, timestamp: new Date("2023-05-15T11:49:37Z"), channel: "mobile", interaction_type: "query", duration_seconds: 72 },
            { interaction_id: 95, user_id: 30, timestamp: new Date("2023-06-24T13:42:26Z"), channel: "web", interaction_type: "report", duration_seconds: 238 },
            { interaction_id: 96, user_id: 8, timestamp: new Date("2023-08-08T18:40:01Z"), channel: "social_media", interaction_type: "feedback", duration_seconds: 201 },
            { interaction_id: 97, user_id: 44, timestamp: new Date("2023-08-01T08:21:21Z"), channel: "web", interaction_type: "report", duration_seconds: 139 },
            { interaction_id: 98, user_id: 30, timestamp: new Date("2023-01-22T16:29:28Z"), channel: "mobile", interaction_type: "query", duration_seconds: 112 },
            { interaction_id: 99, user_id: 196, timestamp: new Date("2023-05-03T18:23:37Z"), channel: "web", interaction_type: "query", duration_seconds: 146 },
            { interaction_id: 100, user_id: 75, timestamp: new Date("2023-10-02T09:55:42Z"), channel: "web", interaction_type: "query", duration_seconds: 73 },
            { interaction_id: 101, user_id: 119, timestamp: new Date("2023-01-09T12:08:28Z"), channel: "mobile", interaction_type: "query", duration_seconds: 207 },
            { interaction_id: 102, user_id: 110, timestamp: new Date("2023-02-11T06:22:58Z"), channel: "web", interaction_type: "query", duration_seconds: 149 },
            { interaction_id: 103, user_id: 175, timestamp: new Date("2023-09-15T16:10:06Z"), channel: "web", interaction_type: "feedback", duration_seconds: 161 },
            { interaction_id: 104, user_id: 184, timestamp: new Date("2023-10-25T11:08:43Z"), channel: "mobile", interaction_type: "feedback", duration_seconds: 139 },
            { interaction_id: 105, user_id: 144, timestamp: new Date("2023-05-04T13:31:23Z"), channel: "mobile", interaction_type: "query", duration_seconds: 154 },
            { interaction_id: 106, user_id: 133, timestamp: new Date("2023-01-24T13:53:47Z"), channel: "mobile", interaction_type: "query", duration_seconds: 169 },
            { interaction_id: 107, user_id: 187, timestamp: new Date("2023-06-21T13:41:24Z"), channel: "web", interaction_type: "feedback", duration_seconds: 99 },
            { interaction_id: 108, user_id: 18, timestamp: new Date("2023-05-25T09:35:19Z"), channel: "mobile", interaction_type: "query", duration_seconds: 221 },
            { interaction_id: 109, user_id: 22, timestamp: new Date("2023-01-13T10:50:14Z"), channel: "web", interaction_type: "feedback", duration_seconds: 116 },
            { interaction_id: 110, user_id: 96, timestamp: new Date("2023-10-05T09:43:06Z"), channel: "mobile", interaction_type: "feedback", duration_seconds: 157 },
            { interaction_id: 111, user_id: 169, timestamp: new Date("2023-03-04T10:30:19Z"), channel: "mobile", interaction_type: "query", duration_seconds: 132 },
            { interaction_id: 112, user_id: 63, timestamp: new Date("2023-06-10T13:50:36Z"), channel: "web", interaction_type: "query", duration_seconds: 214 },
            { interaction_id: 113, user_id: 93, timestamp: new Date("2023-08-09T13:19:15Z"), channel: "mobile", interaction_type: "query", duration_seconds: 213 },
            { interaction_id: 114, user_id: 124, timestamp: new Date("2023-07-16T10:24:59Z"), channel: "social_media", interaction_type: "query", duration_seconds: 172 },
            { interaction_id: 115, user_id: 144, timestamp: new Date("2023-08-27T18:29:54Z"), channel: "web", interaction_type: "feedback", duration_seconds: 165 },
            { interaction_id: 116, user_id: 48, timestamp: new Date("2023-09-11T13:42:47Z"), channel: "mobile", interaction_type: "feedback", duration_seconds: 135 },
            { interaction_id: 117, user_id: 22, timestamp: new Date("2023-07-03T13:44:50Z"), channel: "web", interaction_type: "query", duration_seconds: 133 },
            { interaction_id: 118, user_id: 153, timestamp: new Date("2023-05-13T09:29:09Z"), channel: "mobile", interaction_type: "query", duration_seconds: 147 },
            { interaction_id: 119, user_id: 21, timestamp: new Date("2023-02-25T13:56:32Z"), channel: "social_media", interaction_type: "query", duration_seconds: 119 },
            { interaction_id: 120, user_id: 154, timestamp: new Date("2023-02-21T10:24:18Z"), channel: "web", interaction_type: "report", duration_seconds: 132 },
            { interaction_id: 121, user_id: 17, timestamp: new Date("2023-01-22T15:20:21Z"), channel: "web", interaction_type: "report", duration_seconds: 68 },
            { interaction_id: 122, user_id: 111, timestamp: new Date("2023-08-25T09:49:01Z"), channel: "mobile", interaction_type: "query", duration_seconds: 141 },
            { interaction_id: 123, user_id: 108, timestamp: new Date("2023-06-28T00:03:02Z"), channel: "web", interaction_type: "feedback", duration_seconds: 155 },
            { interaction_id: 124, user_id: 165, timestamp: new Date("2023-08-07T09:46:30Z"), channel: "web", interaction_type: "query", duration_seconds: 144 },
            { interaction_id: 125, user_id: 171, timestamp: new Date("2023-08-02T15:32:56Z"), channel: "mobile", interaction_type: "query", duration_seconds: 84 },
            { interaction_id: 126, user_id: 89, timestamp: new Date("2023-08-23T12:33:30Z"), channel: "web", interaction_type: "query", duration_seconds: 98 },
            { interaction_id: 127, user_id: 37, timestamp: new Date("2023-06-02T10:37:51Z"), channel: "web", interaction_type: "report", duration_seconds: 110 },
            { interaction_id: 128, user_id: 7, timestamp: new Date("2023-05-12T18:18:37Z"), channel: "web", interaction_type: "query", duration_seconds: 83 },
            { interaction_id: 129, user_id: 149, timestamp: new Date("2023-04-28T11:48:56Z"), channel: "web", interaction_type: "query", duration_seconds: 173 },
            { interaction_id: 130, user_id: 115, timestamp: new Date("2023-06-30T12:45:49Z"), channel: "web", interaction_type: "query", duration_seconds: 125 },
            { interaction_id: 131, user_id: 112, timestamp: new Date("2023-09-06T08:17:05Z"), channel: "mobile", interaction_type: "feedback", duration_seconds: 97 },
            { interaction_id: 132, user_id: 97, timestamp: new Date("2023-01-15T15:27:05Z"), channel: "mobile", interaction_type: "query", duration_seconds: 185 },
            { interaction_id: 133, user_id: 113, timestamp: new Date("2023-07-07T12:39:24Z"), channel: "mobile", interaction_type: "feedback", duration_seconds: 214 },
            { interaction_id: 134, user_id: 14, timestamp: new Date("2023-01-31T09:17:13Z"), channel: "web", interaction_type: "report", duration_seconds: 170 },
            { interaction_id: 135, user_id: 98, timestamp: new Date("2023-01-01T14:49:53Z"), channel: "mobile", interaction_type: "query", duration_seconds: 130 },
            { interaction_id: 136, user_id: 25, timestamp: new Date("2023-10-22T17:01:39Z"), channel: "web", interaction_type: "query", duration_seconds: 212 },
            { interaction_id: 137, user_id: 74, timestamp: new Date("2023-06-01T14:02:16Z"), channel: "social_media", interaction_type: "query", duration_seconds: 74 },
            { interaction_id: 138, user_id: 26, timestamp: new Date("2023-06-02T17:57:58Z"), channel: "social_media", interaction_type: "report", duration_seconds: 106 },
            { interaction_id: 139, user_id: 133, timestamp: new Date("2023-02-10T15:56:08Z"), channel: "social_media", interaction_type: "query", duration_seconds: 134 },
            { interaction_id: 140, user_id: 183, timestamp: new Date("2023-07-03T11:59:24Z"), channel: "web", interaction_type: "report", duration_seconds: 114 },
            { interaction_id: 141, user_id: 4, timestamp: new Date("2023-03-15T09:28:52Z"), channel: "mobile", interaction_type: "feedback", duration_seconds: 158 },
            { interaction_id: 142, user_id: 6, timestamp: new Date("2023-02-16T09:13:09Z"), channel: "mobile", interaction_type: "feedback", duration_seconds: 117 },
            { interaction_id: 143, user_id: 159, timestamp: new Date("2023-06-02T17:00:52Z"), channel: "web", interaction_type: "query", duration_seconds: 157 },
            { interaction_id: 144, user_id: 181, timestamp: new Date("2023-06-12T14:22:07Z"), channel: "web", interaction_type: "query", duration_seconds: 253 },
            { interaction_id: 145, user_id: 168, timestamp: new Date("2023-07-20T23:53:22Z"), channel: "web", interaction_type: "query", duration_seconds: 97 },
            { interaction_id: 146, user_id: 2, timestamp: new Date("2023-01-16T11:47:33Z"), channel: "web", interaction_type: "report", duration_seconds: 172 },
            { interaction_id: 147, user_id: 142, timestamp: new Date("2023-03-23T05:52:53Z"), channel: "web", interaction_type: "query", duration_seconds: 72 },
            { interaction_id: 148, user_id: 88, timestamp: new Date("2023-10-18T14:07:47Z"), channel: "web", interaction_type: "report", duration_seconds: 109 },
            { interaction_id: 149, user_id: 188, timestamp: new Date("2023-05-05T13:34:14Z"), channel: "web", interaction_type: "feedback", duration_seconds: 186 },
            { interaction_id: 150, user_id: 106, timestamp: new Date("2023-02-24T15:00:27Z"), channel: "web", interaction_type: "feedback", duration_seconds: 170 },
            { interaction_id: 151, user_id: 104, timestamp: new Date("2023-03-08T06:04:38Z"), channel: "mobile", interaction_type: "feedback", duration_seconds: 120 },
            { interaction_id: 152, user_id: 177, timestamp: new Date("2023-03-25T16:37:45Z"), channel: "mobile", interaction_type: "feedback", duration_seconds: 261 },
            { interaction_id: 153, user_id: 48, timestamp: new Date("2023-09-16T13:33:29Z"), channel: "web", interaction_type: "report", duration_seconds: 134 },
            { interaction_id: 154, user_id: 191, timestamp: new Date("2023-01-16T13:06:08Z"), channel: "web", interaction_type: "feedback", duration_seconds: 119 },
            { interaction_id: 155, user_id: 185, timestamp: new Date("2023-06-23T14:18:26Z"), channel: "web", interaction_type: "query", duration_seconds: 100 },
            { interaction_id: 156, user_id: 152, timestamp: new Date("2023-04-03T09:20:18Z"), channel: "mobile", interaction_type: "report", duration_seconds: 180 },
            { interaction_id: 157, user_id: 79, timestamp: new Date("2023-02-19T11:55:25Z"), channel: "mobile", interaction_type: "feedback", duration_seconds: 197 },
            { interaction_id: 158, user_id: 98, timestamp: new Date("2023-08-03T16:32:43Z"), channel: "social_media", interaction_type: "report", duration_seconds: 210 },
            { interaction_id: 159, user_id: 52, timestamp: new Date("2023-06-13T09:34:58Z"), channel: "web", interaction_type: "feedback", duration_seconds: 113 },
            { interaction_id: 160, user_id: 89, timestamp: new Date("2023-06-15T10:53:15Z"), channel: "social_media", interaction_type: "query", duration_seconds: 150 },
            { interaction_id: 161, user_id: 92, timestamp: new Date("2023-04-13T11:48:06Z"), channel: "web", interaction_type: "query", duration_seconds: 99 },
            { interaction_id: 162, user_id: 76, timestamp: new Date("2023-04-21T14:51:11Z"), channel: "mobile", interaction_type: "query", duration_seconds: 122 },
            { interaction_id: 163, user_id: 159, timestamp: new Date("2023-06-22T12:35:49Z"), channel: "mobile", interaction_type: "query", duration_seconds: 94 },
            { interaction_id: 164, user_id: 47, timestamp: new Date("2023-04-25T10:19:06Z"), channel: "mobile", interaction_type: "query", duration_seconds: 185 },
            { interaction_id: 165, user_id: 91, timestamp: new Date("2023-07-13T17:59:36Z"), channel: "mobile", interaction_type: "query", duration_seconds: 123 },
            { interaction_id: 166, user_id: 33, timestamp: new Date("2023-05-08T15:16:42Z"), channel: "web", interaction_type: "query", duration_seconds: 140 },
            { interaction_id: 167, user_id: 143, timestamp: new Date("2023-07-27T20:52:18Z"), channel: "mobile", interaction_type: "report", duration_seconds: 147 },
            { interaction_id: 168, user_id: 69, timestamp: new Date("2023-08-03T16:46:19Z"), channel: "mobile", interaction_type: "query", duration_seconds: 166 },
            { interaction_id: 169, user_id: 108, timestamp: new Date("2023-07-19T16:59:05Z"), channel: "web", interaction_type: "feedback", duration_seconds: 173 },
            { interaction_id: 170, user_id: 87, timestamp: new Date("2023-08-09T16:08:06Z"), channel: "mobile", interaction_type: "query", duration_seconds: 144 },
            { interaction_id: 171, user_id: 74, timestamp: new Date("2023-07-20T09:47:29Z"), channel: "web", interaction_type: "feedback", duration_seconds: 110 },
            { interaction_id: 172, user_id: 37, timestamp: new Date("2023-10-24T13:50:21Z"), channel: "web", interaction_type: "feedback", duration_seconds: 147 },
            { interaction_id: 173, user_id: 131, timestamp: new Date("2023-01-03T14:01:19Z"), channel: "web", interaction_type: "report", duration_seconds: 121 },
            { interaction_id: 174, user_id: 128, timestamp: new Date("2023-05-26T10:49:56Z"), channel: "web", interaction_type: "query", duration_seconds: 157 },
            { interaction_id: 175, user_id: 18, timestamp: new Date("2023-05-09T16:33:18Z"), channel: "mobile", interaction_type: "feedback", duration_seconds: 137 },
            { interaction_id: 176, user_id: 194, timestamp: new Date("2023-01-16T08:37:08Z"), channel: "web", interaction_type: "feedback", duration_seconds: 120 },
            { interaction_id: 177, user_id: 171, timestamp: new Date("2023-03-10T12:39:01Z"), channel: "web", interaction_type: "query", duration_seconds: 165 },
            { interaction_id: 178, user_id: 17, timestamp: new Date("2023-08-29T14:02:11Z"), channel: "web", interaction_type: "feedback", duration_seconds: 95 },
            { interaction_id: 179, user_id: 6, timestamp: new Date("2023-06-22T18:46:34Z"), channel: "web", interaction_type: "query", duration_seconds: 143 },
            { interaction_id: 180, user_id: 185, timestamp: new Date("2023-10-10T12:18:27Z"), channel: "mobile", interaction_type: "report", duration_seconds: 161 },
            { interaction_id: 181, user_id: 111, timestamp: new Date("2023-04-24T14:48:29Z"), channel: "web", interaction_type: "query", duration_seconds: 199 },
            { interaction_id: 182, user_id: 104, timestamp: new Date("2023-09-22T12:10:38Z"), channel: "mobile", interaction_type: "query", duration_seconds: 145 },
            { interaction_id: 183, user_id: 186, timestamp: new Date("2023-10-20T11:50:03Z"), channel: "web", interaction_type: "query", duration_seconds: 166 },
            { interaction_id: 184, user_id: 103, timestamp: new Date("2023-06-26T15:31:02Z"), channel: "mobile", interaction_type: "feedback", duration_seconds: 111 },
            { interaction_id: 185, user_id: 34, timestamp: new Date("2023-02-06T12:37:38Z"), channel: "web", interaction_type: "query", duration_seconds: 153 },
            { interaction_id: 186, user_id: 64, timestamp: new Date("2023-05-01T00:49:38Z"), channel: "social_media", interaction_type: "report", duration_seconds: 187 },
            { interaction_id: 187, user_id: 31, timestamp: new Date("2023-02-08T05:12:54Z"), channel: "web", interaction_type: "query", duration_seconds: 169 },
            { interaction_id: 188, user_id: 51, timestamp: new Date("2023-09-13T07:16:13Z"), channel: "mobile", interaction_type: "query", duration_seconds: 109 },
            { interaction_id: 189, user_id: 124, timestamp: new Date("2023-03-20T10:56:29Z"), channel: "mobile", interaction_type: "query", duration_seconds: 163 },
            { interaction_id: 190, user_id: 137, timestamp: new Date("2023-01-06T08:16:15Z"), channel: "mobile", interaction_type: "feedback", duration_seconds: 148 },
            { interaction_id: 191, user_id: 197, timestamp: new Date("2023-03-16T14:32:15Z"), channel: "web", interaction_type: "feedback", duration_seconds: 99 },
            { interaction_id: 192, user_id: 144, timestamp: new Date("2023-09-12T14:44:30Z"), channel: "mobile", interaction_type: "report", duration_seconds: 140 },
            { interaction_id: 193, user_id: 22, timestamp: new Date("2023-10-08T08:35:50Z"), channel: "mobile", interaction_type: "query", duration_seconds: 213 },
            { interaction_id: 194, user_id: 127, timestamp: new Date("2023-07-30T17:40:25Z"), channel: "web", interaction_type: "report", duration_seconds: 138 },
            { interaction_id: 195, user_id: 85, timestamp: new Date("2023-09-14T12:22:43Z"), channel: "web", interaction_type: "query", duration_seconds: 131 },
            { interaction_id: 196, user_id: 64, timestamp: new Date("2023-08-18T09:10:42Z"), channel: "mobile", interaction_type: "report", duration_seconds: 197 },
            { interaction_id: 197, user_id: 74, timestamp: new Date("2023-05-30T20:27:24Z"), channel: "mobile", interaction_type: "report", duration_seconds: 136 },
            { interaction_id: 198, user_id: 100, timestamp: new Date("2023-04-20T10:16:44Z"), channel: "mobile", interaction_type: "feedback", duration_seconds: 146 },
            { interaction_id: 199, user_id: 138, timestamp: new Date("2023-10-13T12:41:45Z"), channel: "mobile", interaction_type: "feedback", duration_seconds: 83 },
            { interaction_id: 200, user_id: 19, timestamp: new Date("2023-03-06T01:14:02Z"), channel: "social_media", interaction_type: "feedback", duration_seconds: 157 },
            { interaction_id: 201, user_id: 52, timestamp: new Date("2023-08-02T16:44:02Z"), channel: "mobile", interaction_type: "feedback", duration_seconds: 127 },
            { interaction_id: 202, user_id: 15, timestamp: new Date("2023-02-18T13:19:15Z"), channel: "web", interaction_type: "feedback", duration_seconds: 86 },
            { interaction_id: 203, user_id: 14, timestamp: new Date("2023-10-01T19:45:24Z"), channel: "web", interaction_type: "query", duration_seconds: 213 },
            { interaction_id: 204, user_id: 1, timestamp: new Date("2023-07-28T12:10:55Z"), channel: "social_media", interaction_type: "report", duration_seconds: 190 },
            { interaction_id: 205, user_id: 6, timestamp: new Date("2023-09-15T15:12:03Z"), channel: "mobile", interaction_type: "report", duration_seconds: 146 },
            { interaction_id: 206, user_id: 64, timestamp: new Date("2023-10-30T15:19:09Z"), channel: "web", interaction_type: "query", duration_seconds: 139 },
            { interaction_id: 207, user_id: 28, timestamp: new Date("2023-06-04T15:54:50Z"), channel: "social_media", interaction_type: "feedback", duration_seconds: 212 },
            { interaction_id: 208, user_id: 168, timestamp: new Date("2023-03-29T18:01:43Z"), channel: "web", interaction_type: "query", duration_seconds: 205 },
            { interaction_id: 209, user_id: 105, timestamp: new Date("2023-01-18T12:03:09Z"), channel: "web", interaction_type: "query", duration_seconds: 127 },
            { interaction_id: 210, user_id: 82, timestamp: new Date("2023-04-05T14:40:23Z"), channel: "web", interaction_type: "feedback", duration_seconds: 112 },
            { interaction_id: 211, user_id: 106, timestamp: new Date("2023-03-18T16:24:00Z"), channel: "web", interaction_type: "query", duration_seconds: 234 },
            { interaction_id: 212, user_id: 108, timestamp: new Date("2023-09-10T11:49:32Z"), channel: "mobile", interaction_type: "feedback", duration_seconds: 123 },
            { interaction_id: 213, user_id: 129, timestamp: new Date("2023-10-22T13:29:34Z"), channel: "web", interaction_type: "query", duration_seconds: 202 },
            { interaction_id: 214, user_id: 6, timestamp: new Date("2023-02-09T15:58:22Z"), channel: "web", interaction_type: "report", duration_seconds: 185 },
            { interaction_id: 215, user_id: 178, timestamp: new Date("2023-04-10T11:27:30Z"), channel: "mobile", interaction_type: "query", duration_seconds: 175 },
            { interaction_id: 216, user_id: 157, timestamp: new Date("2023-07-23T07:05:00Z"), channel: "social_media", interaction_type: "feedback", duration_seconds: 145 },
            { interaction_id: 217, user_id: 144, timestamp: new Date("2023-03-11T17:19:52Z"), channel: "web", interaction_type: "feedback", duration_seconds: 160 },
            { interaction_id: 218, user_id: 26, timestamp: new Date("2023-02-08T12:57:12Z"), channel: "mobile", interaction_type: "query", duration_seconds: 145 },
            { interaction_id: 219, user_id: 101, timestamp: new Date("2023-07-28T14:44:18Z"), channel: "social_media", interaction_type: "query", duration_seconds: 118 },
            { interaction_id: 220, user_id: 106, timestamp: new Date("2023-04-02T15:07:28Z"), channel: "mobile", interaction_type: "query", duration_seconds: 151 },
            { interaction_id: 221, user_id: 91, timestamp: new Date("2023-07-11T12:32:23Z"), channel: "web", interaction_type: "report", duration_seconds: 143 },
            { interaction_id: 222, user_id: 64, timestamp: new Date("2023-10-31T14:44:18Z"), channel: "web", interaction_type: "feedback", duration_seconds: 118 },
            { interaction_id: 223, user_id: 17, timestamp: new Date("2023-06-24T16:18:18Z"), channel: "social_media", interaction_type: "feedback", duration_seconds: 139 },
            { interaction_id: 224, user_id: 26, timestamp: new Date("2023-06-27T15:57:50Z"), channel: "web", interaction_type: "feedback", duration_seconds: 192 },
            { interaction_id: 225, user_id: 140, timestamp: new Date("2023-05-19T13:31:37Z"), channel: "web", interaction_type: "query", duration_seconds: 136 },
            { interaction_id: 226, user_id: 174, timestamp: new Date("2023-06-06T17:31:48Z"), channel: "social_media", interaction_type: "query", duration_seconds: 112 },
            { interaction_id: 227, user_id: 100, timestamp: new Date("2023-04-19T08:21:29Z"), channel: "web", interaction_type: "report", duration_seconds: 172 },
            { interaction_id: 228, user_id: 182, timestamp: new Date("2023-09-28T10:29:48Z"), channel: "web", interaction_type: "query", duration_seconds: 212 },
            { interaction_id: 229, user_id: 42, timestamp: new Date("2023-08-31T16:55:16Z"), channel: "social_media", interaction_type: "feedback", duration_seconds: 165 },
            { interaction_id: 230, user_id: 78, timestamp: new Date("2023-08-23T16:08:28Z"), channel: "web", interaction_type: "feedback", duration_seconds: 170 },
            { interaction_id: 231, user_id: 30, timestamp: new Date("2023-10-30T16:29:02Z"), channel: "web", interaction_type: "report", duration_seconds: 157 },
            { interaction_id: 232, user_id: 39, timestamp: new Date("2023-09-08T17:51:14Z"), channel: "web", interaction_type: "report", duration_seconds: 81 },
            { interaction_id: 233, user_id: 133, timestamp: new Date("2023-08-08T19:23:47Z"), channel: "web", interaction_type: "report", duration_seconds: 134 },
            { interaction_id: 234, user_id: 127, timestamp: new Date("2023-09-29T17:37:08Z"), channel: "web", interaction_type: "feedback", duration_seconds: 98 },
            { interaction_id: 235, user_id: 184, timestamp: new Date("2023-03-23T13:05:25Z"), channel: "mobile", interaction_type: "query", duration_seconds: 116 },
            { interaction_id: 236, user_id: 57, timestamp: new Date("2023-06-08T10:05:02Z"), channel: "mobile", interaction_type: "report", duration_seconds: 253 },
            { interaction_id: 237, user_id: 2, timestamp: new Date("2023-06-01T15:51:14Z"), channel: "mobile", interaction_type: "query", duration_seconds: 155 },
            { interaction_id: 238, user_id: 106, timestamp: new Date("2023-03-04T13:52:17Z"), channel: "web", interaction_type: "query", duration_seconds: 71 },
            { interaction_id: 239, user_id: 119, timestamp: new Date("2023-10-23T01:59:08Z"), channel: "web", interaction_type: "query", duration_seconds: 148 },
            { interaction_id: 240, user_id: 151, timestamp: new Date("2023-08-27T13:54:44Z"), channel: "web", interaction_type: "query", duration_seconds: 163 },
            { interaction_id: 241, user_id: 105, timestamp: new Date("2023-02-13T16:07:55Z"), channel: "mobile", interaction_type: "feedback", duration_seconds: 158 },
            { interaction_id: 242, user_id: 37, timestamp: new Date("2023-06-15T11:32:05Z"), channel: "web", interaction_type: "report", duration_seconds: 163 },
            { interaction_id: 243, user_id: 10, timestamp: new Date("2023-06-29T10:02:21Z"), channel: "web", interaction_type: "query", duration_seconds: 112 },
            { interaction_id: 244, user_id: 50, timestamp: new Date("2023-03-06T17:32:45Z"), channel: "mobile", interaction_type: "query", duration_seconds: 173 },
            { interaction_id: 245, user_id: 178, timestamp: new Date("2023-01-18T11:44:12Z"), channel: "mobile", interaction_type: "report", duration_seconds: 154 },
            { interaction_id: 246, user_id: 72, timestamp: new Date("2023-03-23T14:41:32Z"), channel: "mobile", interaction_type: "feedback", duration_seconds: 115 },
            { interaction_id: 247, user_id: 120, timestamp: new Date("2023-05-09T14:35:28Z"), channel: "mobile", interaction_type: "query", duration_seconds: 176 },
            { interaction_id: 248, user_id: 117, timestamp: new Date("2023-10-11T17:37:35Z"), channel: "mobile", interaction_type: "feedback", duration_seconds: 128 },
            { interaction_id: 249, user_id: 82, timestamp: new Date("2023-10-27T13:01:37Z"), channel: "web", interaction_type: "query", duration_seconds: 135 },
            { interaction_id: 250, user_id: 21, timestamp: new Date("2023-06-05T15:49:55Z"), channel: "web", interaction_type: "feedback", duration_seconds: 211 },
            { interaction_id: 251, user_id: 135, timestamp: new Date("2023-02-19T15:33:37Z"), channel: "mobile", interaction_type: "feedback", duration_seconds: 135 },
            { interaction_id: 252, user_id: 40, timestamp: new Date("2023-08-10T12:39:55Z"), channel: "mobile", interaction_type: "query", duration_seconds: 50 },
            { interaction_id: 253, user_id: 92, timestamp: new Date("2023-10-12T12:50:26Z"), channel: "web", interaction_type: "query", duration_seconds: 207 },
            { interaction_id: 254, user_id: 133, timestamp: new Date("2023-04-06T09:03:42Z"), channel: "mobile", interaction_type: "report", duration_seconds: 147 },
            { interaction_id: 255, user_id: 110, timestamp: new Date("2023-08-30T12:46:33Z"), channel: "social_media", interaction_type: "query", duration_seconds: 117 },
            { interaction_id: 256, user_id: 78, timestamp: new Date("2023-05-25T21:50:40Z"), channel: "web", interaction_type: "query", duration_seconds: 197 },
            { interaction_id: 257, user_id: 158, timestamp: new Date("2023-07-30T12:43:00Z"), channel: "web", interaction_type: "report", duration_seconds: 140 },
            { interaction_id: 258, user_id: 75, timestamp: new Date("2023-02-19T13:53:20Z"), channel: "web", interaction_type: "query", duration_seconds: 127 },
            { interaction_id: 259, user_id: 171, timestamp: new Date("2023-01-31T13:31:50Z"), channel: "web", interaction_type: "report", duration_seconds: 49 },
            { interaction_id: 260, user_id: 185, timestamp: new Date("2023-06-20T11:11:23Z"), channel: "mobile", interaction_type: "query", duration_seconds: 107 },
            { interaction_id: 261, user_id: 164, timestamp: new Date("2023-06-19T14:13:23Z"), channel: "mobile", interaction_type: "query", duration_seconds: 173 },
            { interaction_id: 262, user_id: 27, timestamp: new Date("2023-04-29T18:24:01Z"), channel: "web", interaction_type: "query", duration_seconds: 187 },
            { interaction_id: 263, user_id: 13, timestamp: new Date("2023-06-06T16:31:41Z"), channel: "web", interaction_type: "query", duration_seconds: 115 },
            { interaction_id: 264, user_id: 180, timestamp: new Date("2023-05-16T14:40:39Z"), channel: "mobile", interaction_type: "feedback", duration_seconds: 190 },
            { interaction_id: 265, user_id: 87, timestamp: new Date("2023-10-30T12:53:44Z"), channel: "web", interaction_type: "feedback", duration_seconds: 126 },
            { interaction_id: 266, user_id: 93, timestamp: new Date("2023-03-20T11:24:45Z"), channel: "web", interaction_type: "query", duration_seconds: 88 },
            { interaction_id: 267, user_id: 178, timestamp: new Date("2023-10-18T11:32:10Z"), channel: "social_media", interaction_type: "query", duration_seconds: 31 },
            { interaction_id: 268, user_id: 88, timestamp: new Date("2023-04-25T13:06:43Z"), channel: "web", interaction_type: "query", duration_seconds: 165 },
            { interaction_id: 269, user_id: 180, timestamp: new Date("2023-10-30T10:19:51Z"), channel: "web", interaction_type: "query", duration_seconds: 183 },
            { interaction_id: 270, user_id: 185, timestamp: new Date("2023-09-02T03:32:19Z"), channel: "web", interaction_type: "query", duration_seconds: 165 },
            { interaction_id: 271, user_id: 185, timestamp: new Date("2023-06-05T13:47:33Z"), channel: "mobile", interaction_type: "query", duration_seconds: 182 },
            { interaction_id: 272, user_id: 93, timestamp: new Date("2023-02-17T16:05:43Z"), channel: "web", interaction_type: "feedback", duration_seconds: 93 },
            { interaction_id: 273, user_id: 31, timestamp: new Date("2023-02-22T16:52:49Z"), channel: "mobile", interaction_type: "query", duration_seconds: 49 },
            { interaction_id: 274, user_id: 178, timestamp: new Date("2023-03-05T14:48:53Z"), channel: "web", interaction_type: "query", duration_seconds: 150 },
            { interaction_id: 275, user_id: 137, timestamp: new Date("2023-06-06T13:16:08Z"), channel: "web", interaction_type: "query", duration_seconds: 169 },
            { interaction_id: 276, user_id: 50, timestamp: new Date("2023-08-24T15:19:54Z"), channel: "web", interaction_type: "query", duration_seconds: 155 },
            { interaction_id: 277, user_id: 127, timestamp: new Date("2023-09-03T11:46:17Z"), channel: "web", interaction_type: "query", duration_seconds: 141 },
            { interaction_id: 278, user_id: 88, timestamp: new Date("2023-09-22T10:00:14Z"), channel: "mobile", interaction_type: "report", duration_seconds: 146 },
            { interaction_id: 279, user_id: 106, timestamp: new Date("2023-04-11T08:37:53Z"), channel: "social_media", interaction_type: "query", duration_seconds: 73 },
            { interaction_id: 280, user_id: 124, timestamp: new Date("2023-07-24T11:02:13Z"), channel: "mobile", interaction_type: "query", duration_seconds: 166 },
            { interaction_id: 281, user_id: 109, timestamp: new Date("2023-10-17T09:43:32Z"), channel: "web", interaction_type: "report", duration_seconds: 123 },
            { interaction_id: 282, user_id: 28, timestamp: new Date("2023-08-24T13:05:30Z"), channel: "web", interaction_type: "feedback", duration_seconds: 130 },
            { interaction_id: 283, user_id: 90, timestamp: new Date("2023-06-11T11:00:36Z"), channel: "web", interaction_type: "report", duration_seconds: 171 },
            { interaction_id: 284, user_id: 114, timestamp: new Date("2023-07-10T14:04:33Z"), channel: "social_media", interaction_type: "feedback", duration_seconds: 173 },
            { interaction_id: 285, user_id: 165, timestamp: new Date("2023-09-07T04:03:49Z"), channel: "web", interaction_type: "query", duration_seconds: 127 },
            { interaction_id: 286, user_id: 133, timestamp: new Date("2023-07-13T11:06:34Z"), channel: "web", interaction_type: "query", duration_seconds: 151 },
            { interaction_id: 287, user_id: 149, timestamp: new Date("2023-06-20T13:50:17Z"), channel: "web", interaction_type: "query", duration_seconds: 151 },
            { interaction_id: 288, user_id: 190, timestamp: new Date("2023-02-14T23:57:31Z"), channel: "web", interaction_type: "query", duration_seconds: 175 },
            { interaction_id: 289, user_id: 56, timestamp: new Date("2023-05-02T16:33:08Z"), channel: "web", interaction_type: "query", duration_seconds: 165 },
            { interaction_id: 290, user_id: 44, timestamp: new Date("2023-03-31T13:26:49Z"), channel: "mobile", interaction_type: "query", duration_seconds: 99 },
            { interaction_id: 291, user_id: 149, timestamp: new Date("2023-02-19T12:36:15Z"), channel: "web", interaction_type: "query", duration_seconds: 98 },
            { interaction_id: 292, user_id: 135, timestamp: new Date("2023-10-06T11:02:16Z"), channel: "web", interaction_type: "query", duration_seconds: 117 },
            { interaction_id: 293, user_id: 48, timestamp: new Date("2023-07-17T09:51:02Z"), channel: "social_media", interaction_type: "feedback", duration_seconds: 240 },
            { interaction_id: 294, user_id: 143, timestamp: new Date("2023-08-01T12:10:45Z"), channel: "web", interaction_type: "feedback", duration_seconds: 75 },
            { interaction_id: 295, user_id: 135, timestamp: new Date("2023-06-13T13:05:20Z"), channel: "web", interaction_type: "query", duration_seconds: 234 },
            { interaction_id: 296, user_id: 36, timestamp: new Date("2023-10-24T14:07:41Z"), channel: "mobile", interaction_type: "report", duration_seconds: 117 },
            { interaction_id: 297, user_id: 81, timestamp: new Date("2023-05-09T15:00:41Z"), channel: "web", interaction_type: "query", duration_seconds: 102 },
            { interaction_id: 298, user_id: 27, timestamp: new Date("2023-01-18T10:33:28Z"), channel: "web", interaction_type: "query", duration_seconds: 139 },
            { interaction_id: 299, user_id: 18, timestamp: new Date("2023-04-09T20:36:24Z"), channel: "web", interaction_type: "query", duration_seconds: 103 },
            { interaction_id: 300, user_id: 2, timestamp: new Date("2023-04-11T08:12:01Z"), channel: "mobile", interaction_type: "feedback", duration_seconds: 166 },
            { interaction_id: 301, user_id: 69, timestamp: new Date("2023-03-30T11:27:38Z"), channel: "web", interaction_type: "query", duration_seconds: 155 },
            { interaction_id: 302, user_id: 186, timestamp: new Date("2023-09-21T13:19:54Z"), channel: "web", interaction_type: "report", duration_seconds: 226 },
            { interaction_id: 303, user_id: 23, timestamp: new Date("2023-10-18T13:09:03Z"), channel: "mobile", interaction_type: "query", duration_seconds: 125 },
            { interaction_id: 304, user_id: 23, timestamp: new Date("2023-09-27T14:49:22Z"), channel: "web", interaction_type: "feedback", duration_seconds: 107 },
            { interaction_id: 305, user_id: 188, timestamp: new Date("2023-01-22T11:51:09Z"), channel: "mobile", interaction_type: "feedback", duration_seconds: 198 },
            { interaction_id: 306, user_id: 44, timestamp: new Date("2023-06-06T12:09:41Z"), channel: "social_media", interaction_type: "query", duration_seconds: 176 },
            { interaction_id: 307, user_id: 106, timestamp: new Date("2023-05-30T15:02:58Z"), channel: "web", interaction_type: "report", duration_seconds: 61 },
            { interaction_id: 308, user_id: 125, timestamp: new Date("2023-03-05T17:26:35Z"), channel: "social_media", interaction_type: "query", duration_seconds: 168 },
            { interaction_id: 309, user_id: 14, timestamp: new Date("2023-04-28T09:34:51Z"), channel: "web", interaction_type: "query", duration_seconds: 142 },
            { interaction_id: 310, user_id: 60, timestamp: new Date("2023-10-19T09:46:27Z"), channel: "mobile", interaction_type: "feedback", duration_seconds: 133 },
            { interaction_id: 311, user_id: 78, timestamp: new Date("2023-02-19T09:51:08Z"), channel: "web", interaction_type: "feedback", duration_seconds: 89 },
            { interaction_id: 312, user_id: 159, timestamp: new Date("2023-06-18T08:50:28Z"), channel: "web", interaction_type: "feedback", duration_seconds: 142 },
            { interaction_id: 313, user_id: 150, timestamp: new Date("2023-04-20T07:36:23Z"), channel: "mobile", interaction_type: "feedback", duration_seconds: 162 },
            { interaction_id: 314, user_id: 73, timestamp: new Date("2023-01-31T04:41:32Z"), channel: "mobile", interaction_type: "query", duration_seconds: 175 },
            { interaction_id: 315, user_id: 44, timestamp: new Date("2023-09-26T17:16:04Z"), channel: "web", interaction_type: "report", duration_seconds: 150 },
            { interaction_id: 316, user_id: 150, timestamp: new Date("2023-03-06T14:09:19Z"), channel: "web", interaction_type: "query", duration_seconds: 149 },
            { interaction_id: 317, user_id: 19, timestamp: new Date("2023-01-03T06:55:06Z"), channel: "web", interaction_type: "query", duration_seconds: 191 },
            { interaction_id: 318, user_id: 88, timestamp: new Date("2023-07-21T12:56:59Z"), channel: "mobile", interaction_type: "report", duration_seconds: 155 },
            { interaction_id: 319, user_id: 21, timestamp: new Date("2023-08-16T10:25:32Z"), channel: "mobile", interaction_type: "report", duration_seconds: 144 },
            { interaction_id: 320, user_id: 47, timestamp: new Date("2023-10-04T09:21:03Z"), channel: "social_media", interaction_type: "feedback", duration_seconds: 171 },
            { interaction_id: 321, user_id: 152, timestamp: new Date("2023-02-07T20:14:19Z"), channel: "web", interaction_type: "query", duration_seconds: 152 },
            { interaction_id: 322, user_id: 75, timestamp: new Date("2023-04-02T09:56:10Z"), channel: "mobile", interaction_type: "query", duration_seconds: 170 },
            { interaction_id: 323, user_id: 143, timestamp: new Date("2023-05-16T10:37:30Z"), channel: "mobile", interaction_type: "feedback", duration_seconds: 171 },
            { interaction_id: 324, user_id: 23, timestamp: new Date("2023-08-25T13:09:37Z"), channel: "social_media", interaction_type: "query", duration_seconds: 171 },
            { interaction_id: 325, user_id: 171, timestamp: new Date("2023-03-27T20:59:53Z"), channel: "web", interaction_type: "query", duration_seconds: 171 },
            { interaction_id: 326, user_id: 128, timestamp: new Date("2023-04-22T13:43:27Z"), channel: "social_media", interaction_type: "query", duration_seconds: 133 },
            { interaction_id: 327, user_id: 118, timestamp: new Date("2023-07-08T08:27:04Z"), channel: "web", interaction_type: "query", duration_seconds: 117 },
            { interaction_id: 328, user_id: 50, timestamp: new Date("2023-03-09T14:57:10Z"), channel: "mobile", interaction_type: "feedback", duration_seconds: 126 },
            { interaction_id: 329, user_id: 41, timestamp: new Date("2023-06-29T10:51:52Z"), channel: "mobile", interaction_type: "feedback", duration_seconds: 203 },
            { interaction_id: 330, user_id: 104, timestamp: new Date("2023-08-15T09:26:05Z"), channel: "social_media", interaction_type: "query", duration_seconds: 149 },
            { interaction_id: 331, user_id: 58, timestamp: new Date("2023-04-29T16:11:34Z"), channel: "web", interaction_type: "query", duration_seconds: 195 },
            { interaction_id: 332, user_id: 51, timestamp: new Date("2023-06-17T04:22:44Z"), channel: "mobile", interaction_type: "query", duration_seconds: 41 },
            { interaction_id: 333, user_id: 8, timestamp: new Date("2023-02-24T16:23:42Z"), channel: "mobile", interaction_type: "feedback", duration_seconds: 105 },
            { interaction_id: 334, user_id: 51, timestamp: new Date("2023-01-19T18:58:26Z"), channel: "web", interaction_type: "query", duration_seconds: 105 },
            { interaction_id: 335, user_id: 39, timestamp: new Date("2023-02-09T10:08:44Z"), channel: "web", interaction_type: "query", duration_seconds: 72 },
            { interaction_id: 336, user_id: 197, timestamp: new Date("2023-04-14T13:34:55Z"), channel: "web", interaction_type: "query", duration_seconds: 123 },
            { interaction_id: 337, user_id: 166, timestamp: new Date("2023-03-06T20:36:24Z"), channel: "web", interaction_type: "report", duration_seconds: 193 },
            { interaction_id: 338, user_id: 19, timestamp: new Date("2023-07-27T13:08:13Z"), channel: "web", interaction_type: "feedback", duration_seconds: 136 },
            { interaction_id: 339, user_id: 73, timestamp: new Date("2023-07-28T13:31:57Z"), channel: "web", interaction_type: "query", duration_seconds: 139 },
            { interaction_id: 340, user_id: 172, timestamp: new Date("2023-02-04T07:26:06Z"), channel: "social_media", interaction_type: "query", duration_seconds: 159 },
            { interaction_id: 341, user_id: 2, timestamp: new Date("2023-09-20T16:05:13Z"), channel: "mobile", interaction_type: "feedback", duration_seconds: 145 },
            { interaction_id: 342, user_id: 53, timestamp: new Date("2023-02-02T08:00:23Z"), channel: "web", interaction_type: "query", duration_seconds: 107 },
            { interaction_id: 343, user_id: 69, timestamp: new Date("2023-06-20T15:51:32Z"), channel: "web", interaction_type: "report", duration_seconds: 172 },
            { interaction_id: 344, user_id: 32, timestamp: new Date("2023-08-14T11:32:14Z"), channel: "social_media", interaction_type: "query", duration_seconds: 128 },
            { interaction_id: 345, user_id: 185, timestamp: new Date("2023-03-31T09:22:00Z"), channel: "web", interaction_type: "feedback", duration_seconds: 119 },
            { interaction_id: 346, user_id: 116, timestamp: new Date("2023-03-06T15:27:46Z"), channel: "web", interaction_type: "query", duration_seconds: 119 },
            { interaction_id: 347, user_id: 103, timestamp: new Date("2023-01-13T18:34:55Z"), channel: "mobile", interaction_type: "feedback", duration_seconds: 168 },
            { interaction_id: 348, user_id: 59, timestamp: new Date("2023-05-18T12:48:51Z"), channel: "web", interaction_type: "feedback", duration_seconds: 195 },
            { interaction_id: 349, user_id: 17, timestamp: new Date("2023-09-10T09:27:18Z"), channel: "web", interaction_type: "query", duration_seconds: 125 },
            { interaction_id: 350, user_id: 59, timestamp: new Date("2023-08-28T07:34:16Z"), channel: "mobile", interaction_type: "report", duration_seconds: 190 },
            { interaction_id: 351, user_id: 112, timestamp: new Date("2023-02-14T12:59:07Z"), channel: "web", interaction_type: "feedback", duration_seconds: 85 },
            { interaction_id: 352, user_id: 46, timestamp: new Date("2023-07-26T08:13:14Z"), channel: "mobile", interaction_type: "query", duration_seconds: 179 },
            { interaction_id: 353, user_id: 186, timestamp: new Date("2023-07-14T11:20:01Z"), channel: "web", interaction_type: "feedback", duration_seconds: 143 },
            { interaction_id: 354, user_id: 59, timestamp: new Date("2023-05-06T15:59:34Z"), channel: "web", interaction_type: "query", duration_seconds: 89 },
            { interaction_id: 355, user_id: 168, timestamp: new Date("2023-06-17T13:57:08Z"), channel: "web", interaction_type: "report", duration_seconds: 182 },
            { interaction_id: 356, user_id: 166, timestamp: new Date("2023-03-26T16:25:44Z"), channel: "web", interaction_type: "report", duration_seconds: 91 },
            { interaction_id: 357, user_id: 35, timestamp: new Date("2023-07-10T12:30:53Z"), channel: "mobile", interaction_type: "query", duration_seconds: 235 },
            { interaction_id: 358, user_id: 42, timestamp: new Date("2023-04-13T08:03:40Z"), channel: "social_media", interaction_type: "query", duration_seconds: 125 },
            { interaction_id: 359, user_id: 19, timestamp: new Date("2023-10-10T09:17:18Z"), channel: "mobile", interaction_type: "feedback", duration_seconds: 77 },
            { interaction_id: 360, user_id: 71, timestamp: new Date("2023-10-13T09:19:38Z"), channel: "web", interaction_type: "query", duration_seconds: 231 },
            { interaction_id: 361, user_id: 181, timestamp: new Date("2023-07-25T19:52:23Z"), channel: "mobile", interaction_type: "query", duration_seconds: 170 },
            { interaction_id: 362, user_id: 190, timestamp: new Date("2023-10-08T10:41:52Z"), channel: "mobile", interaction_type: "feedback", duration_seconds: 159 },
            { interaction_id: 363, user_id: 37, timestamp: new Date("2023-01-15T15:41:26Z"), channel: "social_media", interaction_type: "feedback", duration_seconds: 116 },
            { interaction_id: 364, user_id: 24, timestamp: new Date("2023-05-04T17:58:42Z"), channel: "mobile", interaction_type: "query", duration_seconds: 153 },
            { interaction_id: 365, user_id: 143, timestamp: new Date("2023-04-10T12:42:06Z"), channel: "social_media", interaction_type: "report", duration_seconds: 137 },
            { interaction_id: 366, user_id: 97, timestamp: new Date("2023-03-11T17:50:03Z"), channel: "mobile", interaction_type: "query", duration_seconds: 192 },
            { interaction_id: 367, user_id: 166, timestamp: new Date("2023-08-04T15:37:25Z"), channel: "web", interaction_type: "query", duration_seconds: 155 },
            { interaction_id: 368, user_id: 102, timestamp: new Date("2023-08-19T09:03:26Z"), channel: "mobile", interaction_type: "report", duration_seconds: 136 },
            { interaction_id: 369, user_id: 53, timestamp: new Date("2023-07-17T09:52:35Z"), channel: "web", interaction_type: "query", duration_seconds: 142 },
            { interaction_id: 370, user_id: 143, timestamp: new Date("2023-02-15T08:25:32Z"), channel: "mobile", interaction_type: "report", duration_seconds: 198 },
            { interaction_id: 371, user_id: 146, timestamp: new Date("2023-07-21T17:13:44Z"), channel: "web", interaction_type: "report", duration_seconds: 180 },
            { interaction_id: 372, user_id: 100, timestamp: new Date("2023-02-02T17:40:16Z"), channel: "mobile", interaction_type: "feedback", duration_seconds: 176 },
            { interaction_id: 373, user_id: 142, timestamp: new Date("2023-01-24T14:33:22Z"), channel: "web", interaction_type: "report", duration_seconds: 177 },
            { interaction_id: 374, user_id: 99, timestamp: new Date("2023-04-06T13:01:21Z"), channel: "mobile", interaction_type: "report", duration_seconds: 43 },
            { interaction_id: 375, user_id: 97, timestamp: new Date("2023-06-20T17:38:19Z"), channel: "mobile", interaction_type: "query", duration_seconds: 195 },
            { interaction_id: 376, user_id: 52, timestamp: new Date("2023-06-16T17:31:52Z"), channel: "web", interaction_type: "query", duration_seconds: 47 },
            { interaction_id: 377, user_id: 182, timestamp: new Date("2023-06-03T08:53:14Z"), channel: "mobile", interaction_type: "report", duration_seconds: 195 },
            { interaction_id: 378, user_id: 22, timestamp: new Date("2023-04-23T09:50:47Z"), channel: "web", interaction_type: "report", duration_seconds: 133 },
            { interaction_id: 379, user_id: 135, timestamp: new Date("2023-04-18T16:13:20Z"), channel: "social_media", interaction_type: "query", duration_seconds: 201 },
            { interaction_id: 380, user_id: 43, timestamp: new Date("2023-04-11T15:18:24Z"), channel: "mobile", interaction_type: "query", duration_seconds: 106 },
            { interaction_id: 381, user_id: 115, timestamp: new Date("2023-06-23T11:37:01Z"), channel: "mobile", interaction_type: "feedback", duration_seconds: 178 },
            { interaction_id: 382, user_id: 138, timestamp: new Date("2023-07-16T10:07:34Z"), channel: "web", interaction_type: "query", duration_seconds: 91 },
            { interaction_id: 383, user_id: 124, timestamp: new Date("2023-01-13T11:35:09Z"), channel: "web", interaction_type: "report", duration_seconds: 150 },
            { interaction_id: 384, user_id: 9, timestamp: new Date("2023-10-29T15:28:22Z"), channel: "social_media", interaction_type: "feedback", duration_seconds: 223 },
            { interaction_id: 385, user_id: 90, timestamp: new Date("2023-01-07T12:27:40Z"), channel: "web", interaction_type: "feedback", duration_seconds: 36 },
            { interaction_id: 386, user_id: 128, timestamp: new Date("2023-04-16T13:27:17Z"), channel: "mobile", interaction_type: "query", duration_seconds: 95 },
            { interaction_id: 387, user_id: 52, timestamp: new Date("2023-01-07T16:07:43Z"), channel: "web", interaction_type: "query", duration_seconds: 224 },
            { interaction_id: 388, user_id: 6, timestamp: new Date("2023-03-16T09:44:22Z"), channel: "web", interaction_type: "feedback", duration_seconds: 148 },
            { interaction_id: 389, user_id: 98, timestamp: new Date("2023-06-15T10:15:53Z"), channel: "mobile", interaction_type: "feedback", duration_seconds: 251 },
            { interaction_id: 390, user_id: 182, timestamp: new Date("2023-02-09T13:49:49Z"), channel: "mobile", interaction_type: "report", duration_seconds: 195 },
            { interaction_id: 391, user_id: 64, timestamp: new Date("2023-10-19T16:49:34Z"), channel: "social_media", interaction_type: "query", duration_seconds: 74 },
            { interaction_id: 392, user_id: 192, timestamp: new Date("2023-03-31T15:15:24Z"), channel: "web", interaction_type: "query", duration_seconds: 162 },
            { interaction_id: 393, user_id: 36, timestamp: new Date("2023-10-26T16:10:09Z"), channel: "web", interaction_type: "query", duration_seconds: 142 },
            { interaction_id: 394, user_id: 64, timestamp: new Date("2023-10-03T16:52:14Z"), channel: "mobile", interaction_type: "query", duration_seconds: 128 },
            { interaction_id: 395, user_id: 7, timestamp: new Date("2023-04-05T16:41:17Z"), channel: "mobile", interaction_type: "query", duration_seconds: 132 },
            { interaction_id: 396, user_id: 42, timestamp: new Date("2023-08-17T16:52:00Z"), channel: "web", interaction_type: "query", duration_seconds: 177 },
            { interaction_id: 397, user_id: 139, timestamp: new Date("2023-01-30T02:45:25Z"), channel: "social_media", interaction_type: "query", duration_seconds: 231 },
            { interaction_id: 398, user_id: 178, timestamp: new Date("2023-05-28T12:41:50Z"), channel: "social_media", interaction_type: "query", duration_seconds: 65 },
            { interaction_id: 399, user_id: 1, timestamp: new Date("2023-08-18T10:41:54Z"), channel: "mobile", interaction_type: "query", duration_seconds: 146 },
            { interaction_id: 400, user_id: 146, timestamp: new Date("2023-07-06T14:30:05Z"), channel: "web", interaction_type: "report", duration_seconds: 195 },
            { interaction_id: 401, user_id: 91, timestamp: new Date("2023-10-30T10:16:22Z"), channel: "web", interaction_type: "query", duration_seconds: 181 },
            { interaction_id: 402, user_id: 120, timestamp: new Date("2023-06-17T13:45:49Z"), channel: "mobile", interaction_type: "feedback", duration_seconds: 179 },
            { interaction_id: 403, user_id: 135, timestamp: new Date("2023-07-21T16:52:55Z"), channel: "mobile", interaction_type: "query", duration_seconds: 100 },
            { interaction_id: 404, user_id: 154, timestamp: new Date("2023-01-31T13:35:07Z"), channel: "web", interaction_type: "query", duration_seconds: 159 },
            { interaction_id: 405, user_id: 98, timestamp: new Date("2023-06-28T06:41:52Z"), channel: "web", interaction_type: "feedback", duration_seconds: 97 },
            { interaction_id: 406, user_id: 108, timestamp: new Date("2023-05-15T11:21:40Z"), channel: "mobile", interaction_type: "feedback", duration_seconds: 126 },
            { interaction_id: 407, user_id: 105, timestamp: new Date("2023-07-09T10:03:21Z"), channel: "web", interaction_type: "report", duration_seconds: 109 },
            { interaction_id: 408, user_id: 108, timestamp: new Date("2023-04-18T15:56:57Z"), channel: "web", interaction_type: "query", duration_seconds: 180 },
            { interaction_id: 409, user_id: 164, timestamp: new Date("2023-06-14T17:36:36Z"), channel: "mobile", interaction_type: "feedback", duration_seconds: 163 },
            { interaction_id: 410, user_id: 63, timestamp: new Date("2023-05-29T14:01:59Z"), channel: "web", interaction_type: "query", duration_seconds: 150 },
            { interaction_id: 411, user_id: 179, timestamp: new Date("2023-08-01T14:39:21Z"), channel: "mobile", interaction_type: "query", duration_seconds: 152 },
            { interaction_id: 412, user_id: 139, timestamp: new Date("2023-09-09T15:34:32Z"), channel: "web", interaction_type: "query", duration_seconds: 102 },
            { interaction_id: 413, user_id: 10, timestamp: new Date("2023-03-10T09:04:37Z"), channel: "mobile", interaction_type: "feedback", duration_seconds: 133 },
            { interaction_id: 414, user_id: 48, timestamp: new Date("2023-04-13T08:10:23Z"), channel: "web", interaction_type: "query", duration_seconds: 110 },
            { interaction_id: 415, user_id: 61, timestamp: new Date("2023-01-05T14:15:24Z"), channel: "web", interaction_type: "query", duration_seconds: 147 },
            { interaction_id: 416, user_id: 151, timestamp: new Date("2023-06-17T13:36:13Z"), channel: "web", interaction_type: "query", duration_seconds: 124 },
            { interaction_id: 417, user_id: 59, timestamp: new Date("2023-06-29T15:41:18Z"), channel: "social_media", interaction_type: "feedback", duration_seconds: 180 },
            { interaction_id: 418, user_id: 21, timestamp: new Date("2023-03-25T17:45:34Z"), channel: "web", interaction_type: "query", duration_seconds: 187 },
            { interaction_id: 419, user_id: 19, timestamp: new Date("2023-04-22T19:12:19Z"), channel: "mobile", interaction_type: "feedback", duration_seconds: 193 },
            { interaction_id: 420, user_id: 126, timestamp: new Date("2023-07-17T15:52:17Z"), channel: "web", interaction_type: "query", duration_seconds: 189 },
            { interaction_id: 421, user_id: 152, timestamp: new Date("2023-05-15T14:23:00Z"), channel: "web", interaction_type: "feedback", duration_seconds: 165 },
            { interaction_id: 422, user_id: 164, timestamp: new Date("2023-10-08T08:18:53Z"), channel: "web", interaction_type: "query", duration_seconds: 145 },
            { interaction_id: 423, user_id: 182, timestamp: new Date("2023-03-13T17:35:05Z"), channel: "mobile", interaction_type: "query", duration_seconds: 146 },
            { interaction_id: 424, user_id: 28, timestamp: new Date("2023-06-14T16:33:51Z"), channel: "web", interaction_type: "query", duration_seconds: 90 },
            { interaction_id: 425, user_id: 100, timestamp: new Date("2023-07-15T13:00:42Z"), channel: "web", interaction_type: "report", duration_seconds: 191 },
            { interaction_id: 426, user_id: 53, timestamp: new Date("2023-03-05T12:47:59Z"), channel: "web", interaction_type: "report", duration_seconds: 135 },
            { interaction_id: 427, user_id: 99, timestamp: new Date("2023-02-08T14:09:21Z"), channel: "mobile", interaction_type: "feedback", duration_seconds: 118 },
            { interaction_id: 428, user_id: 9, timestamp: new Date("2023-03-13T15:59:27Z"), channel: "mobile", interaction_type: "feedback", duration_seconds: 171 },
            { interaction_id: 429, user_id: 133, timestamp: new Date("2023-06-11T16:52:28Z"), channel: "mobile", interaction_type: "report", duration_seconds: 146 },
            { interaction_id: 430, user_id: 149, timestamp: new Date("2023-06-19T16:09:36Z"), channel: "web", interaction_type: "query", duration_seconds: 129 },
            { interaction_id: 431, user_id: 143, timestamp: new Date("2023-10-08T12:40:56Z"), channel: "mobile", interaction_type: "feedback", duration_seconds: 141 },
            { interaction_id: 432, user_id: 35, timestamp: new Date("2023-05-03T10:23:18Z"), channel: "web", interaction_type: "report", duration_seconds: 181 },
            { interaction_id: 433, user_id: 97, timestamp: new Date("2023-10-02T13:06:20Z"), channel: "mobile", interaction_type: "query", duration_seconds: 133 },
            { interaction_id: 434, user_id: 25, timestamp: new Date("2023-04-29T15:32:43Z"), channel: "social_media", interaction_type: "query", duration_seconds: 47 },
            { interaction_id: 435, user_id: 120, timestamp: new Date("2023-07-05T12:06:09Z"), channel: "social_media", interaction_type: "report", duration_seconds: 81 },
            { interaction_id: 436, user_id: 50, timestamp: new Date("2023-07-16T15:00:24Z"), channel: "web", interaction_type: "query", duration_seconds: 161 },
            { interaction_id: 437, user_id: 78, timestamp: new Date("2023-03-25T13:39:50Z"), channel: "web", interaction_type: "query", duration_seconds: 172 },
            { interaction_id: 438, user_id: 153, timestamp: new Date("2023-08-20T17:43:58Z"), channel: "web", interaction_type: "feedback", duration_seconds: 130 },
            { interaction_id: 439, user_id: 146, timestamp: new Date("2023-06-19T17:30:49Z"), channel: "web", interaction_type: "feedback", duration_seconds: 143 },
            { interaction_id: 440, user_id: 41, timestamp: new Date("2023-04-02T14:48:04Z"), channel: "web", interaction_type: "report", duration_seconds: 136 },
            { interaction_id: 441, user_id: 137, timestamp: new Date("2023-10-01T15:53:17Z"), channel: "web", interaction_type: "query", duration_seconds: 127 },
            { interaction_id: 442, user_id: 184, timestamp: new Date("2023-04-10T14:12:12Z"), channel: "mobile", interaction_type: "query", duration_seconds: 210 },
            { interaction_id: 443, user_id: 84, timestamp: new Date("2023-04-23T21:58:21Z"), channel: "web", interaction_type: "query", duration_seconds: 208 },
            { interaction_id: 444, user_id: 37, timestamp: new Date("2023-05-09T09:52:19Z"), channel: "mobile", interaction_type: "query", duration_seconds: 181 },
            { interaction_id: 445, user_id: 81, timestamp: new Date("2023-01-18T13:38:54Z"), channel: "mobile", interaction_type: "query", duration_seconds: 141 },
            { interaction_id: 446, user_id: 78, timestamp: new Date("2023-02-23T16:52:28Z"), channel: "mobile", interaction_type: "query", duration_seconds: 155 },
            { interaction_id: 447, user_id: 173, timestamp: new Date("2023-07-26T16:55:43Z"), channel: "web", interaction_type: "query", duration_seconds: 82 },
            { interaction_id: 448, user_id: 126, timestamp: new Date("2023-03-20T11:26:46Z"), channel: "web", interaction_type: "query", duration_seconds: 84 },
            { interaction_id: 449, user_id: 73, timestamp: new Date("2023-06-19T11:46:43Z"), channel: "web", interaction_type: "feedback", duration_seconds: 96 },
            { interaction_id: 450, user_id: 2, timestamp: new Date("2023-08-03T10:44:59Z"), channel: "web", interaction_type: "query", duration_seconds: 123 },
            { interaction_id: 451, user_id: 154, timestamp: new Date("2023-02-27T10:34:08Z"), channel: "web", interaction_type: "query", duration_seconds: 102 },
            { interaction_id: 452, user_id: 139, timestamp: new Date("2023-10-16T14:45:09Z"), channel: "web", interaction_type: "query", duration_seconds: 144 },
            { interaction_id: 453, user_id: 149, timestamp: new Date("2023-05-17T09:18:29Z"), channel: "web", interaction_type: "query", duration_seconds: 95 },
            { interaction_id: 454, user_id: 121, timestamp: new Date("2023-10-08T14:44:16Z"), channel: "social_media", interaction_type: "report", duration_seconds: 148 },
            { interaction_id: 455, user_id: 152, timestamp: new Date("2023-07-22T12:28:44Z"), channel: "web", interaction_type: "feedback", duration_seconds: 75 },
            { interaction_id: 456, user_id: 22, timestamp: new Date("2023-01-24T10:38:43Z"), channel: "mobile", interaction_type: "query", duration_seconds: 185 },
            { interaction_id: 457, user_id: 184, timestamp: new Date("2023-10-13T14:29:01Z"), channel: "web", interaction_type: "query", duration_seconds: 150 },
            { interaction_id: 458, user_id: 178, timestamp: new Date("2023-09-21T15:47:49Z"), channel: "web", interaction_type: "query", duration_seconds: 61 },
            { interaction_id: 459, user_id: 182, timestamp: new Date("2023-07-19T13:25:28Z"), channel: "web", interaction_type: "feedback", duration_seconds: 119 },
            { interaction_id: 460, user_id: 104, timestamp: new Date("2023-05-15T15:03:19Z"), channel: "mobile", interaction_type: "feedback", duration_seconds: 175 },
            { interaction_id: 461, user_id: 44, timestamp: new Date("2023-06-02T10:14:04Z"), channel: "mobile", interaction_type: "feedback", duration_seconds: 158 },
            { interaction_id: 462, user_id: 148, timestamp: new Date("2023-10-04T10:47:11Z"), channel: "web", interaction_type: "report", duration_seconds: 258 },
            { interaction_id: 463, user_id: 3, timestamp: new Date("2023-01-22T10:49:18Z"), channel: "mobile", interaction_type: "query", duration_seconds: 124 },
            { interaction_id: 464, user_id: 151, timestamp: new Date("2023-03-25T22:39:34Z"), channel: "social_media", interaction_type: "query", duration_seconds: 161 },
            { interaction_id: 465, user_id: 106, timestamp: new Date("2023-08-22T12:59:00Z"), channel: "web", interaction_type: "query", duration_seconds: 147 },
            { interaction_id: 466, user_id: 85, timestamp: new Date("2023-06-27T15:40:10Z"), channel: "social_media", interaction_type: "report", duration_seconds: 100 },
            { interaction_id: 467, user_id: 65, timestamp: new Date("2023-01-30T10:37:52Z"), channel: "web", interaction_type: "feedback", duration_seconds: 143 },
            { interaction_id: 468, user_id: 111, timestamp: new Date("2023-10-26T13:35:24Z"), channel: "web", interaction_type: "query", duration_seconds: 251 },
            { interaction_id: 469, user_id: 184, timestamp: new Date("2023-07-24T10:18:09Z"), channel: "social_media", interaction_type: "query", duration_seconds: 127 },
            { interaction_id: 470, user_id: 35, timestamp: new Date("2023-04-26T16:40:27Z"), channel: "mobile", interaction_type: "query", duration_seconds: 133 },
            { interaction_id: 471, user_id: 69, timestamp: new Date("2023-08-27T15:42:13Z"), channel: "web", interaction_type: "query", duration_seconds: 181 },
            { interaction_id: 472, user_id: 77, timestamp: new Date("2023-06-15T14:13:24Z"), channel: "mobile", interaction_type: "query", duration_seconds: 41 },
            { interaction_id: 473, user_id: 144, timestamp: new Date("2023-05-24T09:50:41Z"), channel: "web", interaction_type: "query", duration_seconds: 143 },
            { interaction_id: 474, user_id: 183, timestamp: new Date("2023-08-02T15:49:56Z"), channel: "web", interaction_type: "query", duration_seconds: 156 },
            { interaction_id: 475, user_id: 143, timestamp: new Date("2023-09-04T13:46:03Z"), channel: "web", interaction_type: "query", duration_seconds: 178 },
            { interaction_id: 476, user_id: 97, timestamp: new Date("2023-05-05T14:23:50Z"), channel: "web", interaction_type: "feedback", duration_seconds: 103 },
            { interaction_id: 477, user_id: 36, timestamp: new Date("2023-03-14T14:01:19Z"), channel: "mobile", interaction_type: "query", duration_seconds: 169 },
            { interaction_id: 478, user_id: 192, timestamp: new Date("2023-06-02T09:02:59Z"), channel: "web", interaction_type: "feedback", duration_seconds: 154 },
            { interaction_id: 479, user_id: 64, timestamp: new Date("2023-08-11T14:10:28Z"), channel: "mobile", interaction_type: "report", duration_seconds: 193 },
            { interaction_id: 480, user_id: 178, timestamp: new Date("2023-09-26T10:25:17Z"), channel: "mobile", interaction_type: "feedback", duration_seconds: 189 },
            { interaction_id: 481, user_id: 121, timestamp: new Date("2023-07-22T11:19:49Z"), channel: "web", interaction_type: "feedback", duration_seconds: 129 },
            { interaction_id: 482, user_id: 28, timestamp: new Date("2023-05-16T06:40:43Z"), channel: "mobile", interaction_type: "feedback", duration_seconds: 181 },
            { interaction_id: 483, user_id: 50, timestamp: new Date("2023-04-09T09:13:44Z"), channel: "mobile", interaction_type: "query", duration_seconds: 102 },
            { interaction_id: 484, user_id: 164, timestamp: new Date("2023-08-04T11:54:27Z"), channel: "social_media", interaction_type: "feedback", duration_seconds: 138 },
            { interaction_id: 485, user_id: 14, timestamp: new Date("2023-10-22T09:49:28Z"), channel: "web", interaction_type: "query", duration_seconds: 155 },
            { interaction_id: 486, user_id: 184, timestamp: new Date("2023-09-20T17:18:12Z"), channel: "web", interaction_type: "feedback", duration_seconds: 219 },
            { interaction_id: 487, user_id: 91, timestamp: new Date("2023-05-23T14:22:51Z"), channel: "mobile", interaction_type: "query", duration_seconds: 133 },
            { interaction_id: 488, user_id: 88, timestamp: new Date("2023-05-08T11:19:59Z"), channel: "mobile", interaction_type: "report", duration_seconds: 113 },
            { interaction_id: 489, user_id: 59, timestamp: new Date("2023-10-16T16:43:59Z"), channel: "web", interaction_type: "report", duration_seconds: 126 },
            { interaction_id: 490, user_id: 6, timestamp: new Date("2023-07-20T17:03:39Z"), channel: "web", interaction_type: "query", duration_seconds: 138 },
            { interaction_id: 491, user_id: 200, timestamp: new Date("2023-09-12T17:34:04Z"), channel: "web", interaction_type: "query", duration_seconds: 72 },
            { interaction_id: 492, user_id: 107, timestamp: new Date("2023-05-31T15:16:27Z"), channel: "web", interaction_type: "feedback", duration_seconds: 190 },
            { interaction_id: 493, user_id: 108, timestamp: new Date("2023-10-20T14:24:12Z"), channel: "web", interaction_type: "feedback", duration_seconds: 207 },
            { interaction_id: 494, user_id: 173, timestamp: new Date("2023-04-12T09:46:20Z"), channel: "web", interaction_type: "query", duration_seconds: 105 },
            { interaction_id: 495, user_id: 171, timestamp: new Date("2023-09-18T16:40:12Z"), channel: "web", interaction_type: "query", duration_seconds: 143 },
            { interaction_id: 496, user_id: 2, timestamp: new Date("2023-07-19T11:50:25Z"), channel: "web", interaction_type: "query", duration_seconds: 111 },
            { interaction_id: 497, user_id: 56, timestamp: new Date("2023-10-18T09:51:44Z"), channel: "mobile", interaction_type: "query", duration_seconds: 188 },
            { interaction_id: 498, user_id: 88, timestamp: new Date("2023-03-27T07:57:28Z"), channel: "web", interaction_type: "query", duration_seconds: 157 },
            { interaction_id: 499, user_id: 156, timestamp: new Date("2023-06-26T20:01:18Z"), channel: "social_media", interaction_type: "feedback", duration_seconds: 217 },
            { interaction_id: 500, user_id: 89, timestamp: new Date("2023-07-15T10:47:09Z"), channel: "mobile", interaction_type: "report", duration_seconds: 262 },
        ],
    });
    await prisma.interactions.createMany({
        data: [
            { interaction_id: 501, user_id: 108, timestamp: new Date("2023-05-19T10:16:22Z"), channel: "web", interaction_type: "feedback", duration_seconds: 130 },
            { interaction_id: 502, user_id: 35, timestamp: new Date("2023-04-25T08:17:22Z"), channel: "mobile", interaction_type: "query", duration_seconds: 137 },
            { interaction_id: 503, user_id: 178, timestamp: new Date("2023-08-15T08:55:06Z"), channel: "mobile", interaction_type: "query", duration_seconds: 150 },
            { interaction_id: 504, user_id: 7, timestamp: new Date("2023-07-05T13:26:45Z"), channel: "web", interaction_type: "query", duration_seconds: 134 },
            { interaction_id: 505, user_id: 30, timestamp: new Date("2023-01-01T16:01:53Z"), channel: "web", interaction_type: "query", duration_seconds: 202 },
            { interaction_id: 506, user_id: 59, timestamp: new Date("2023-08-30T17:57:11Z"), channel: "web", interaction_type: "feedback", duration_seconds: 122 },
            { interaction_id: 507, user_id: 119, timestamp: new Date("2023-04-10T12:13:38Z"), channel: "web", interaction_type: "query", duration_seconds: 139 },
            { interaction_id: 508, user_id: 178, timestamp: new Date("2023-03-12T10:04:01Z"), channel: "web", interaction_type: "query", duration_seconds: 224 },
            { interaction_id: 509, user_id: 120, timestamp: new Date("2023-04-10T11:16:57Z"), channel: "web", interaction_type: "feedback", duration_seconds: 151 },
            { interaction_id: 510, user_id: 160, timestamp: new Date("2023-09-13T11:46:10Z"), channel: "mobile", interaction_type: "feedback", duration_seconds: 79 },
            { interaction_id: 511, user_id: 70, timestamp: new Date("2023-04-24T12:51:56Z"), channel: "mobile", interaction_type: "query", duration_seconds: 98 },
            { interaction_id: 512, user_id: 143, timestamp: new Date("2023-09-08T14:19:38Z"), channel: "mobile", interaction_type: "feedback", duration_seconds: 136 },
            { interaction_id: 513, user_id: 134, timestamp: new Date("2023-03-25T14:00:35Z"), channel: "web", interaction_type: "query", duration_seconds: 162 },
            { interaction_id: 514, user_id: 55, timestamp: new Date("2023-04-22T12:51:04Z"), channel: "web", interaction_type: "report", duration_seconds: 85 },
            { interaction_id: 515, user_id: 60, timestamp: new Date("2023-10-09T16:15:06Z"), channel: "web", interaction_type: "query", duration_seconds: 224 },
            { interaction_id: 516, user_id: 105, timestamp: new Date("2023-05-15T14:26:31Z"), channel: "mobile", interaction_type: "feedback", duration_seconds: 114 },
            { interaction_id: 517, user_id: 87, timestamp: new Date("2023-01-16T11:20:22Z"), channel: "web", interaction_type: "query", duration_seconds: 119 },
            { interaction_id: 518, user_id: 2, timestamp: new Date("2023-01-14T11:43:32Z"), channel: "web", interaction_type: "feedback", duration_seconds: 223 },
            { interaction_id: 519, user_id: 93, timestamp: new Date("2023-03-01T16:47:33Z"), channel: "web", interaction_type: "feedback", duration_seconds: 180 },
            { interaction_id: 520, user_id: 121, timestamp: new Date("2023-09-02T15:45:39Z"), channel: "web", interaction_type: "query", duration_seconds: 89 },
            { interaction_id: 521, user_id: 24, timestamp: new Date("2023-09-17T17:06:28Z"), channel: "web", interaction_type: "query", duration_seconds: 204 },
            { interaction_id: 522, user_id: 106, timestamp: new Date("2023-05-05T12:52:29Z"), channel: "web", interaction_type: "report", duration_seconds: 133 },
            { interaction_id: 523, user_id: 47, timestamp: new Date("2023-07-11T11:12:28Z"), channel: "web", interaction_type: "query", duration_seconds: 233 },
            { interaction_id: 524, user_id: 103, timestamp: new Date("2023-05-02T18:14:24Z"), channel: "mobile", interaction_type: "query", duration_seconds: 136 },
            { interaction_id: 525, user_id: 113, timestamp: new Date("2023-03-20T12:20:15Z"), channel: "web", interaction_type: "query", duration_seconds: 126 },
            { interaction_id: 526, user_id: 127, timestamp: new Date("2023-05-18T14:13:06Z"), channel: "web", interaction_type: "query", duration_seconds: 37 },
            { interaction_id: 527, user_id: 181, timestamp: new Date("2023-10-13T11:18:33Z"), channel: "web", interaction_type: "query", duration_seconds: 112 },
            { interaction_id: 528, user_id: 164, timestamp: new Date("2023-05-21T13:30:08Z"), channel: "mobile", interaction_type: "feedback", duration_seconds: 153 },
            { interaction_id: 529, user_id: 52, timestamp: new Date("2023-01-24T16:23:25Z"), channel: "web", interaction_type: "feedback", duration_seconds: 157 },
            { interaction_id: 530, user_id: 91, timestamp: new Date("2023-10-26T12:24:32Z"), channel: "web", interaction_type: "feedback", duration_seconds: 124 },
            { interaction_id: 531, user_id: 111, timestamp: new Date("2023-06-23T11:18:31Z"), channel: "web", interaction_type: "query", duration_seconds: 191 },
            { interaction_id: 532, user_id: 191, timestamp: new Date("2023-05-11T13:00:38Z"), channel: "mobile", interaction_type: "query", duration_seconds: 92 },
            { interaction_id: 533, user_id: 179, timestamp: new Date("2023-10-03T11:14:41Z"), channel: "web", interaction_type: "query", duration_seconds: 180 },
            { interaction_id: 534, user_id: 39, timestamp: new Date("2023-07-14T10:27:30Z"), channel: "mobile", interaction_type: "query", duration_seconds: 69 },
            { interaction_id: 535, user_id: 157, timestamp: new Date("2023-04-14T20:44:45Z"), channel: "mobile", interaction_type: "report", duration_seconds: 93 },
            { interaction_id: 536, user_id: 21, timestamp: new Date("2023-08-19T07:22:11Z"), channel: "web", interaction_type: "query", duration_seconds: 204 },
            { interaction_id: 537, user_id: 48, timestamp: new Date("2023-05-23T09:37:09Z"), channel: "web", interaction_type: "report", duration_seconds: 234 },
            { interaction_id: 538, user_id: 180, timestamp: new Date("2023-05-14T16:20:21Z"), channel: "mobile", interaction_type: "feedback", duration_seconds: 154 },
            { interaction_id: 539, user_id: 131, timestamp: new Date("2023-02-13T15:17:27Z"), channel: "web", interaction_type: "feedback", duration_seconds: 232 },
            { interaction_id: 540, user_id: 163, timestamp: new Date("2023-04-11T17:13:08Z"), channel: "mobile", interaction_type: "query", duration_seconds: 196 },
            { interaction_id: 541, user_id: 97, timestamp: new Date("2023-07-25T11:59:01Z"), channel: "mobile", interaction_type: "feedback", duration_seconds: 201 },
            { interaction_id: 542, user_id: 127, timestamp: new Date("2023-07-05T14:54:17Z"), channel: "web", interaction_type: "feedback", duration_seconds: 144 },
            { interaction_id: 543, user_id: 83, timestamp: new Date("2023-10-12T14:07:48Z"), channel: "web", interaction_type: "query", duration_seconds: 137 },
            { interaction_id: 544, user_id: 135, timestamp: new Date("2023-03-03T08:12:55Z"), channel: "social_media", interaction_type: "query", duration_seconds: 184 },
            { interaction_id: 545, user_id: 182, timestamp: new Date("2023-08-04T11:29:21Z"), channel: "mobile", interaction_type: "query", duration_seconds: 215 },
            { interaction_id: 546, user_id: 120, timestamp: new Date("2023-10-14T10:24:00Z"), channel: "web", interaction_type: "report", duration_seconds: 145 },
            { interaction_id: 547, user_id: 117, timestamp: new Date("2023-04-19T11:11:37Z"), channel: "social_media", interaction_type: "query", duration_seconds: 159 },
            { interaction_id: 548, user_id: 97, timestamp: new Date("2023-01-17T04:17:48Z"), channel: "web", interaction_type: "query", duration_seconds: 119 },
            { interaction_id: 549, user_id: 118, timestamp: new Date("2023-08-01T14:39:51Z"), channel: "mobile", interaction_type: "feedback", duration_seconds: 155 },
            { interaction_id: 550, user_id: 47, timestamp: new Date("2023-01-01T13:02:07Z"), channel: "web", interaction_type: "feedback", duration_seconds: 134 },
            { interaction_id: 551, user_id: 91, timestamp: new Date("2023-04-03T11:30:07Z"), channel: "web", interaction_type: "query", duration_seconds: 136 },
            { interaction_id: 552, user_id: 114, timestamp: new Date("2023-02-09T10:05:58Z"), channel: "web", interaction_type: "report", duration_seconds: 177 },
            { interaction_id: 553, user_id: 111, timestamp: new Date("2023-01-11T15:37:57Z"), channel: "web", interaction_type: "feedback", duration_seconds: 180 },
            { interaction_id: 554, user_id: 60, timestamp: new Date("2023-10-13T14:40:49Z"), channel: "web", interaction_type: "feedback", duration_seconds: 103 },
            { interaction_id: 555, user_id: 154, timestamp: new Date("2023-02-23T13:49:25Z"), channel: "web", interaction_type: "report", duration_seconds: 165 },
            { interaction_id: 556, user_id: 120, timestamp: new Date("2023-06-09T14:34:25Z"), channel: "web", interaction_type: "query", duration_seconds: 180 },
            { interaction_id: 557, user_id: 182, timestamp: new Date("2023-05-19T16:10:14Z"), channel: "mobile", interaction_type: "feedback", duration_seconds: 151 },
            { interaction_id: 558, user_id: 131, timestamp: new Date("2023-04-26T10:36:53Z"), channel: "mobile", interaction_type: "feedback", duration_seconds: 119 },
            { interaction_id: 559, user_id: 56, timestamp: new Date("2023-08-21T12:49:29Z"), channel: "web", interaction_type: "query", duration_seconds: 133 },
            { interaction_id: 560, user_id: 137, timestamp: new Date("2023-06-21T11:29:12Z"), channel: "social_media", interaction_type: "query", duration_seconds: 134 },
            { interaction_id: 561, user_id: 6, timestamp: new Date("2023-06-10T12:27:34Z"), channel: "web", interaction_type: "report", duration_seconds: 222 },
            { interaction_id: 562, user_id: 137, timestamp: new Date("2023-04-26T13:56:10Z"), channel: "web", interaction_type: "query", duration_seconds: 161 },
            { interaction_id: 563, user_id: 73, timestamp: new Date("2023-06-10T11:00:54Z"), channel: "web", interaction_type: "report", duration_seconds: 110 },
            { interaction_id: 564, user_id: 39, timestamp: new Date("2023-03-25T13:48:58Z"), channel: "social_media", interaction_type: "feedback", duration_seconds: 139 },
            { interaction_id: 565, user_id: 96, timestamp: new Date("2023-05-31T15:16:03Z"), channel: "mobile", interaction_type: "feedback", duration_seconds: 190 },
            { interaction_id: 566, user_id: 21, timestamp: new Date("2023-07-23T10:57:48Z"), channel: "mobile", interaction_type: "feedback", duration_seconds: 235 },
            { interaction_id: 567, user_id: 193, timestamp: new Date("2023-06-25T11:15:09Z"), channel: "web", interaction_type: "feedback", duration_seconds: 153 },
            { interaction_id: 568, user_id: 120, timestamp: new Date("2023-09-08T08:44:58Z"), channel: "mobile", interaction_type: "query", duration_seconds: 236 },
            { interaction_id: 569, user_id: 28, timestamp: new Date("2023-09-04T16:26:57Z"), channel: "web", interaction_type: "feedback", duration_seconds: 157 },
            { interaction_id: 570, user_id: 192, timestamp: new Date("2023-01-11T15:14:52Z"), channel: "mobile", interaction_type: "query", duration_seconds: 149 },
            { interaction_id: 571, user_id: 7, timestamp: new Date("2023-02-09T13:55:04Z"), channel: "web", interaction_type: "query", duration_seconds: 208 },
            { interaction_id: 572, user_id: 94, timestamp: new Date("2023-01-24T17:10:00Z"), channel: "web", interaction_type: "query", duration_seconds: 221 },
            { interaction_id: 573, user_id: 50, timestamp: new Date("2023-09-27T18:32:52Z"), channel: "mobile", interaction_type: "query", duration_seconds: 68 },
            { interaction_id: 574, user_id: 7, timestamp: new Date("2023-04-28T16:03:44Z"), channel: "mobile", interaction_type: "query", duration_seconds: 231 },
            { interaction_id: 575, user_id: 65, timestamp: new Date("2023-07-01T08:57:35Z"), channel: "web", interaction_type: "query", duration_seconds: 133 },
            { interaction_id: 576, user_id: 85, timestamp: new Date("2023-02-17T16:25:39Z"), channel: "web", interaction_type: "report", duration_seconds: 113 },
            { interaction_id: 577, user_id: 189, timestamp: new Date("2023-01-04T11:57:57Z"), channel: "mobile", interaction_type: "query", duration_seconds: 24 },
            { interaction_id: 578, user_id: 78, timestamp: new Date("2023-05-17T17:00:48Z"), channel: "web", interaction_type: "query", duration_seconds: 193 },
            { interaction_id: 579, user_id: 183, timestamp: new Date("2023-09-11T14:36:30Z"), channel: "mobile", interaction_type: "feedback", duration_seconds: 113 },
            { interaction_id: 580, user_id: 47, timestamp: new Date("2023-01-30T15:13:35Z"), channel: "web", interaction_type: "feedback", duration_seconds: 109 },
            { interaction_id: 581, user_id: 184, timestamp: new Date("2023-02-16T13:58:00Z"), channel: "mobile", interaction_type: "report", duration_seconds: 160 },
            { interaction_id: 582, user_id: 200, timestamp: new Date("2023-09-10T10:52:45Z"), channel: "web", interaction_type: "report", duration_seconds: 194 },
            { interaction_id: 583, user_id: 29, timestamp: new Date("2023-05-21T09:23:21Z"), channel: "mobile", interaction_type: "feedback", duration_seconds: 98 },
            { interaction_id: 584, user_id: 108, timestamp: new Date("2023-01-06T17:11:00Z"), channel: "mobile", interaction_type: "query", duration_seconds: 109 },
            { interaction_id: 585, user_id: 36, timestamp: new Date("2023-01-11T15:53:28Z"), channel: "web", interaction_type: "report", duration_seconds: 112 },
            { interaction_id: 586, user_id: 26, timestamp: new Date("2023-09-02T10:03:43Z"), channel: "web", interaction_type: "query", duration_seconds: 130 },
            { interaction_id: 587, user_id: 85, timestamp: new Date("2023-04-06T14:24:48Z"), channel: "mobile", interaction_type: "query", duration_seconds: 142 },
            { interaction_id: 588, user_id: 185, timestamp: new Date("2023-05-24T14:50:23Z"), channel: "mobile", interaction_type: "query", duration_seconds: 190 },
            { interaction_id: 589, user_id: 103, timestamp: new Date("2023-02-03T15:34:55Z"), channel: "social_media", interaction_type: "feedback", duration_seconds: 138 },
            { interaction_id: 590, user_id: 12, timestamp: new Date("2023-08-01T10:44:47Z"), channel: "web", interaction_type: "query", duration_seconds: 138 },
            { interaction_id: 591, user_id: 57, timestamp: new Date("2023-07-22T11:43:26Z"), channel: "web", interaction_type: "query", duration_seconds: 122 },
            { interaction_id: 592, user_id: 26, timestamp: new Date("2023-03-24T11:54:11Z"), channel: "social_media", interaction_type: "query", duration_seconds: 189 },
            { interaction_id: 593, user_id: 112, timestamp: new Date("2023-06-27T12:26:31Z"), channel: "mobile", interaction_type: "report", duration_seconds: 164 },
            { interaction_id: 594, user_id: 68, timestamp: new Date("2023-02-18T06:35:10Z"), channel: "mobile", interaction_type: "query", duration_seconds: 121 },
            { interaction_id: 595, user_id: 97, timestamp: new Date("2023-08-15T17:05:13Z"), channel: "web", interaction_type: "report", duration_seconds: 158 },
            { interaction_id: 596, user_id: 144, timestamp: new Date("2023-09-18T08:10:52Z"), channel: "web", interaction_type: "query", duration_seconds: 97 },
            { interaction_id: 597, user_id: 162, timestamp: new Date("2023-08-11T11:49:32Z"), channel: "mobile", interaction_type: "query", duration_seconds: 130 },
            { interaction_id: 598, user_id: 129, timestamp: new Date("2023-01-04T13:24:30Z"), channel: "mobile", interaction_type: "query", duration_seconds: 82 },
            { interaction_id: 599, user_id: 94, timestamp: new Date("2023-08-30T08:52:07Z"), channel: "web", interaction_type: "query", duration_seconds: 168 },
            { interaction_id: 600, user_id: 32, timestamp: new Date("2023-08-18T09:36:17Z"), channel: "mobile", interaction_type: "query", duration_seconds: 150 },
            { interaction_id: 601, user_id: 136, timestamp: new Date("2023-02-24T06:41:34Z"), channel: "social_media", interaction_type: "feedback", duration_seconds: 131 },
            { interaction_id: 602, user_id: 159, timestamp: new Date("2023-04-05T14:25:57Z"), channel: "mobile", interaction_type: "query", duration_seconds: 147 },
            { interaction_id: 603, user_id: 52, timestamp: new Date("2023-08-16T13:11:41Z"), channel: "mobile", interaction_type: "report", duration_seconds: 200 },
            { interaction_id: 604, user_id: 31, timestamp: new Date("2023-07-12T16:00:51Z"), channel: "web", interaction_type: "query", duration_seconds: 135 },
            { interaction_id: 605, user_id: 145, timestamp: new Date("2023-04-14T07:15:44Z"), channel: "web", interaction_type: "feedback", duration_seconds: 225 },
            { interaction_id: 606, user_id: 101, timestamp: new Date("2023-08-19T12:06:34Z"), channel: "web", interaction_type: "feedback", duration_seconds: 114 },
            { interaction_id: 607, user_id: 17, timestamp: new Date("2023-04-22T14:20:02Z"), channel: "web", interaction_type: "query", duration_seconds: 131 },
            { interaction_id: 608, user_id: 149, timestamp: new Date("2023-08-19T17:23:26Z"), channel: "social_media", interaction_type: "query", duration_seconds: 92 },
            { interaction_id: 609, user_id: 78, timestamp: new Date("2023-04-07T13:08:09Z"), channel: "web", interaction_type: "query", duration_seconds: 129 },
            { interaction_id: 610, user_id: 160, timestamp: new Date("2023-07-22T16:59:55Z"), channel: "web", interaction_type: "query", duration_seconds: 149 },
            { interaction_id: 611, user_id: 42, timestamp: new Date("2023-06-09T13:29:54Z"), channel: "web", interaction_type: "query", duration_seconds: 167 },
            { interaction_id: 612, user_id: 137, timestamp: new Date("2023-01-15T12:39:20Z"), channel: "web", interaction_type: "feedback", duration_seconds: 130 },
            { interaction_id: 613, user_id: 53, timestamp: new Date("2023-03-10T11:28:36Z"), channel: "web", interaction_type: "query", duration_seconds: 209 },
            { interaction_id: 614, user_id: 200, timestamp: new Date("2023-02-04T13:30:32Z"), channel: "mobile", interaction_type: "query", duration_seconds: 61 },
            { interaction_id: 615, user_id: 100, timestamp: new Date("2023-03-02T10:56:01Z"), channel: "web", interaction_type: "feedback", duration_seconds: 125 },
            { interaction_id: 616, user_id: 55, timestamp: new Date("2023-09-23T13:26:43Z"), channel: "web", interaction_type: "report", duration_seconds: 139 },
            { interaction_id: 617, user_id: 94, timestamp: new Date("2023-10-25T09:43:32Z"), channel: "web", interaction_type: "query", duration_seconds: 83 },
            { interaction_id: 618, user_id: 19, timestamp: new Date("2023-05-29T14:55:29Z"), channel: "social_media", interaction_type: "query", duration_seconds: 160 },
            { interaction_id: 619, user_id: 61, timestamp: new Date("2023-01-25T15:39:51Z"), channel: "web", interaction_type: "query", duration_seconds: 182 },
            { interaction_id: 620, user_id: 167, timestamp: new Date("2023-10-23T11:07:46Z"), channel: "web", interaction_type: "report", duration_seconds: 125 },
            { interaction_id: 621, user_id: 119, timestamp: new Date("2023-01-11T15:53:42Z"), channel: "mobile", interaction_type: "query", duration_seconds: 123 },
            { interaction_id: 622, user_id: 67, timestamp: new Date("2023-01-23T14:55:13Z"), channel: "mobile", interaction_type: "query", duration_seconds: 76 },
            { interaction_id: 623, user_id: 186, timestamp: new Date("2023-09-29T08:08:22Z"), channel: "web", interaction_type: "query", duration_seconds: 157 },
            { interaction_id: 624, user_id: 184, timestamp: new Date("2023-07-08T10:12:27Z"), channel: "web", interaction_type: "report", duration_seconds: 111 },
            { interaction_id: 625, user_id: 152, timestamp: new Date("2023-09-19T12:38:40Z"), channel: "mobile", interaction_type: "report", duration_seconds: 119 },
            { interaction_id: 626, user_id: 146, timestamp: new Date("2023-01-06T09:14:59Z"), channel: "web", interaction_type: "feedback", duration_seconds: 180 },
            { interaction_id: 627, user_id: 21, timestamp: new Date("2023-04-09T10:48:22Z"), channel: "web", interaction_type: "query", duration_seconds: 151 },
            { interaction_id: 628, user_id: 82, timestamp: new Date("2023-09-24T11:39:50Z"), channel: "mobile", interaction_type: "query", duration_seconds: 108 },
            { interaction_id: 629, user_id: 149, timestamp: new Date("2023-08-24T15:48:05Z"), channel: "mobile", interaction_type: "query", duration_seconds: 118 },
            { interaction_id: 630, user_id: 66, timestamp: new Date("2023-01-18T09:38:56Z"), channel: "web", interaction_type: "report", duration_seconds: 179 },
            { interaction_id: 631, user_id: 26, timestamp: new Date("2023-02-13T15:21:36Z"), channel: "web", interaction_type: "query", duration_seconds: 157 },
            { interaction_id: 632, user_id: 80, timestamp: new Date("2023-03-18T06:41:47Z"), channel: "web", interaction_type: "report", duration_seconds: 98 },
            { interaction_id: 633, user_id: 108, timestamp: new Date("2023-02-02T13:19:10Z"), channel: "web", interaction_type: "query", duration_seconds: 169 },
            { interaction_id: 634, user_id: 14, timestamp: new Date("2023-07-30T13:38:12Z"), channel: "web", interaction_type: "query", duration_seconds: 225 },
            { interaction_id: 635, user_id: 17, timestamp: new Date("2023-03-13T14:45:25Z"), channel: "social_media", interaction_type: "query", duration_seconds: 102 },
            { interaction_id: 636, user_id: 91, timestamp: new Date("2023-05-05T17:28:08Z"), channel: "web", interaction_type: "query", duration_seconds: 160 },
            { interaction_id: 637, user_id: 52, timestamp: new Date("2023-01-12T19:00:30Z"), channel: "web", interaction_type: "query", duration_seconds: 164 },
            { interaction_id: 638, user_id: 24, timestamp: new Date("2023-09-30T14:29:06Z"), channel: "social_media", interaction_type: "query", duration_seconds: 178 },
            { interaction_id: 639, user_id: 31, timestamp: new Date("2023-08-26T16:25:56Z"), channel: "mobile", interaction_type: "query", duration_seconds: 100 },
            { interaction_id: 640, user_id: 12, timestamp: new Date("2023-02-17T14:59:10Z"), channel: "web", interaction_type: "query", duration_seconds: 121 },
            { interaction_id: 641, user_id: 191, timestamp: new Date("2023-07-27T11:05:22Z"), channel: "mobile", interaction_type: "feedback", duration_seconds: 101 },
            { interaction_id: 642, user_id: 79, timestamp: new Date("2023-02-28T14:23:59Z"), channel: "web", interaction_type: "query", duration_seconds: 178 },
            { interaction_id: 643, user_id: 95, timestamp: new Date("2023-03-04T13:39:32Z"), channel: "web", interaction_type: "feedback", duration_seconds: 220 },
            { interaction_id: 644, user_id: 57, timestamp: new Date("2023-04-18T16:35:33Z"), channel: "mobile", interaction_type: "feedback", duration_seconds: 148 },
            { interaction_id: 645, user_id: 108, timestamp: new Date("2023-04-13T17:26:06Z"), channel: "mobile", interaction_type: "feedback", duration_seconds: 139 },
            { interaction_id: 646, user_id: 78, timestamp: new Date("2023-02-10T09:47:16Z"), channel: "web", interaction_type: "feedback", duration_seconds: 245 },
            { interaction_id: 647, user_id: 168, timestamp: new Date("2023-03-17T11:54:27Z"), channel: "web", interaction_type: "query", duration_seconds: 146 },
            { interaction_id: 648, user_id: 124, timestamp: new Date("2023-04-16T14:00:31Z"), channel: "mobile", interaction_type: "query", duration_seconds: 142 },
            { interaction_id: 649, user_id: 154, timestamp: new Date("2023-08-01T17:42:16Z"), channel: "web", interaction_type: "feedback", duration_seconds: 177 },
            { interaction_id: 650, user_id: 110, timestamp: new Date("2023-08-26T14:42:20Z"), channel: "web", interaction_type: "query", duration_seconds: 90 },
            { interaction_id: 651, user_id: 97, timestamp: new Date("2023-08-08T09:12:51Z"), channel: "web", interaction_type: "query", duration_seconds: 150 },
            { interaction_id: 652, user_id: 143, timestamp: new Date("2023-10-18T14:00:26Z"), channel: "web", interaction_type: "feedback", duration_seconds: 171 },
            { interaction_id: 653, user_id: 69, timestamp: new Date("2023-09-06T12:23:17Z"), channel: "mobile", interaction_type: "query", duration_seconds: 80 },
            { interaction_id: 654, user_id: 30, timestamp: new Date("2023-03-09T14:17:41Z"), channel: "web", interaction_type: "query", duration_seconds: 165 },
            { interaction_id: 655, user_id: 35, timestamp: new Date("2023-04-02T07:02:45Z"), channel: "mobile", interaction_type: "feedback", duration_seconds: 231 },
            { interaction_id: 656, user_id: 35, timestamp: new Date("2023-06-27T14:53:31Z"), channel: "mobile", interaction_type: "query", duration_seconds: 60 },
            { interaction_id: 657, user_id: 143, timestamp: new Date("2023-01-02T09:17:55Z"), channel: "mobile", interaction_type: "report", duration_seconds: 119 },
            { interaction_id: 658, user_id: 8, timestamp: new Date("2023-04-21T10:54:57Z"), channel: "social_media", interaction_type: "feedback", duration_seconds: 170 },
            { interaction_id: 659, user_id: 82, timestamp: new Date("2023-03-23T20:28:21Z"), channel: "mobile", interaction_type: "query", duration_seconds: 145 },
            { interaction_id: 660, user_id: 42, timestamp: new Date("2023-08-31T15:20:47Z"), channel: "web", interaction_type: "feedback", duration_seconds: 127 },
            { interaction_id: 661, user_id: 94, timestamp: new Date("2023-02-07T10:19:20Z"), channel: "web", interaction_type: "feedback", duration_seconds: 184 },
            { interaction_id: 662, user_id: 144, timestamp: new Date("2023-01-18T13:53:36Z"), channel: "web", interaction_type: "feedback", duration_seconds: 223 },
            { interaction_id: 663, user_id: 186, timestamp: new Date("2023-02-17T10:39:03Z"), channel: "web", interaction_type: "feedback", duration_seconds: 171 },
            { interaction_id: 664, user_id: 130, timestamp: new Date("2023-06-17T12:45:42Z"), channel: "web", interaction_type: "query", duration_seconds: 197 },
            { interaction_id: 665, user_id: 9, timestamp: new Date("2023-08-26T08:25:15Z"), channel: "mobile", interaction_type: "query", duration_seconds: 95 },
            { interaction_id: 666, user_id: 86, timestamp: new Date("2023-01-28T15:07:19Z"), channel: "web", interaction_type: "feedback", duration_seconds: 79 },
            { interaction_id: 667, user_id: 122, timestamp: new Date("2023-02-01T12:12:29Z"), channel: "mobile", interaction_type: "feedback", duration_seconds: 176 },
            { interaction_id: 668, user_id: 24, timestamp: new Date("2023-09-24T09:13:17Z"), channel: "web", interaction_type: "feedback", duration_seconds: 219 },
            { interaction_id: 669, user_id: 153, timestamp: new Date("2023-02-10T21:13:00Z"), channel: "web", interaction_type: "query", duration_seconds: 151 },
            { interaction_id: 670, user_id: 44, timestamp: new Date("2023-03-02T13:31:16Z"), channel: "web", interaction_type: "query", duration_seconds: 155 },
            { interaction_id: 671, user_id: 118, timestamp: new Date("2023-02-14T13:52:41Z"), channel: "mobile", interaction_type: "query", duration_seconds: 140 },
            { interaction_id: 672, user_id: 41, timestamp: new Date("2023-06-01T11:14:28Z"), channel: "web", interaction_type: "feedback", duration_seconds: 185 },
            { interaction_id: 673, user_id: 154, timestamp: new Date("2023-08-01T15:09:16Z"), channel: "mobile", interaction_type: "feedback", duration_seconds: 92 },
            { interaction_id: 674, user_id: 129, timestamp: new Date("2023-05-29T17:58:43Z"), channel: "web", interaction_type: "feedback", duration_seconds: 164 },
            { interaction_id: 675, user_id: 88, timestamp: new Date("2023-08-14T17:25:37Z"), channel: "web", interaction_type: "query", duration_seconds: 184 },
            { interaction_id: 676, user_id: 159, timestamp: new Date("2023-06-22T12:16:06Z"), channel: "web", interaction_type: "query", duration_seconds: 126 },
            { interaction_id: 677, user_id: 112, timestamp: new Date("2023-10-03T11:10:11Z"), channel: "social_media", interaction_type: "query", duration_seconds: 170 },
            { interaction_id: 678, user_id: 113, timestamp: new Date("2023-05-30T11:01:12Z"), channel: "web", interaction_type: "report", duration_seconds: 120 },
            { interaction_id: 679, user_id: 199, timestamp: new Date("2023-04-16T14:32:08Z"), channel: "web", interaction_type: "report", duration_seconds: 143 },
            { interaction_id: 680, user_id: 52, timestamp: new Date("2023-09-10T17:39:58Z"), channel: "social_media", interaction_type: "report", duration_seconds: 197 },
            { interaction_id: 681, user_id: 42, timestamp: new Date("2023-10-24T08:54:07Z"), channel: "web", interaction_type: "query", duration_seconds: 146 },
            { interaction_id: 682, user_id: 147, timestamp: new Date("2023-06-09T16:26:36Z"), channel: "web", interaction_type: "query", duration_seconds: 129 },
            { interaction_id: 683, user_id: 36, timestamp: new Date("2023-01-20T10:10:20Z"), channel: "web", interaction_type: "query", duration_seconds: 188 },
            { interaction_id: 684, user_id: 152, timestamp: new Date("2023-10-27T15:08:02Z"), channel: "web", interaction_type: "query", duration_seconds: 147 },
            { interaction_id: 685, user_id: 64, timestamp: new Date("2023-01-28T10:16:44Z"), channel: "mobile", interaction_type: "feedback", duration_seconds: 145 },
            { interaction_id: 686, user_id: 8, timestamp: new Date("2023-08-13T13:19:37Z"), channel: "web", interaction_type: "query", duration_seconds: 147 },
            { interaction_id: 687, user_id: 25, timestamp: new Date("2023-04-29T15:44:43Z"), channel: "web", interaction_type: "query", duration_seconds: 101 },
            { interaction_id: 688, user_id: 19, timestamp: new Date("2023-02-05T15:53:43Z"), channel: "mobile", interaction_type: "feedback", duration_seconds: 111 },
            { interaction_id: 689, user_id: 25, timestamp: new Date("2023-05-18T09:29:30Z"), channel: "web", interaction_type: "report", duration_seconds: 227 },
            { interaction_id: 690, user_id: 44, timestamp: new Date("2023-02-22T08:26:33Z"), channel: "mobile", interaction_type: "feedback", duration_seconds: 107 },
            { interaction_id: 691, user_id: 117, timestamp: new Date("2023-05-30T12:55:30Z"), channel: "social_media", interaction_type: "report", duration_seconds: 73 },
            { interaction_id: 692, user_id: 171, timestamp: new Date("2023-06-20T13:12:03Z"), channel: "web", interaction_type: "query", duration_seconds: 211 },
            { interaction_id: 693, user_id: 152, timestamp: new Date("2023-01-07T12:52:48Z"), channel: "web", interaction_type: "feedback", duration_seconds: 117 },
            { interaction_id: 694, user_id: 155, timestamp: new Date("2023-03-18T13:56:47Z"), channel: "mobile", interaction_type: "query", duration_seconds: 173 },
            { interaction_id: 695, user_id: 27, timestamp: new Date("2023-04-06T21:51:03Z"), channel: "web", interaction_type: "query", duration_seconds: 129 },
            { interaction_id: 696, user_id: 27, timestamp: new Date("2023-04-22T10:14:45Z"), channel: "web", interaction_type: "feedback", duration_seconds: 82 },
            { interaction_id: 697, user_id: 183, timestamp: new Date("2023-03-08T18:38:57Z"), channel: "web", interaction_type: "query", duration_seconds: 137 },
            { interaction_id: 698, user_id: 47, timestamp: new Date("2023-02-25T14:10:10Z"), channel: "web", interaction_type: "query", duration_seconds: 171 },
            { interaction_id: 699, user_id: 122, timestamp: new Date("2023-10-11T12:22:58Z"), channel: "mobile", interaction_type: "query", duration_seconds: 130 },
            { interaction_id: 700, user_id: 152, timestamp: new Date("2023-10-31T10:29:27Z"), channel: "mobile", interaction_type: "query", duration_seconds: 111 },
            { interaction_id: 701, user_id: 120, timestamp: new Date("2023-10-08T15:56:15Z"), channel: "web", interaction_type: "query", duration_seconds: 100 },
            { interaction_id: 702, user_id: 8, timestamp: new Date("2023-05-01T14:35:43Z"), channel: "web", interaction_type: "query", duration_seconds: 173 },
            { interaction_id: 703, user_id: 21, timestamp: new Date("2023-05-31T14:04:01Z"), channel: "social_media", interaction_type: "query", duration_seconds: 183 },
            { interaction_id: 704, user_id: 28, timestamp: new Date("2023-01-29T11:50:06Z"), channel: "web", interaction_type: "report", duration_seconds: 144 },
            { interaction_id: 705, user_id: 27, timestamp: new Date("2023-07-05T14:28:44Z"), channel: "mobile", interaction_type: "report", duration_seconds: 151 },
            { interaction_id: 706, user_id: 171, timestamp: new Date("2023-04-25T11:05:44Z"), channel: "web", interaction_type: "feedback", duration_seconds: 74 },
            { interaction_id: 707, user_id: 75, timestamp: new Date("2023-07-31T09:45:02Z"), channel: "mobile", interaction_type: "query", duration_seconds: 202 },
            { interaction_id: 708, user_id: 131, timestamp: new Date("2023-05-03T09:26:20Z"), channel: "mobile", interaction_type: "query", duration_seconds: 72 },
            { interaction_id: 709, user_id: 106, timestamp: new Date("2023-03-06T14:49:53Z"), channel: "web", interaction_type: "query", duration_seconds: 165 },
            { interaction_id: 710, user_id: 191, timestamp: new Date("2023-07-29T09:28:19Z"), channel: "mobile", interaction_type: "feedback", duration_seconds: 125 },
            { interaction_id: 711, user_id: 127, timestamp: new Date("2023-01-07T17:07:40Z"), channel: "mobile", interaction_type: "query", duration_seconds: 105 },
            { interaction_id: 712, user_id: 43, timestamp: new Date("2023-07-04T16:32:26Z"), channel: "web", interaction_type: "report", duration_seconds: 83 },
            { interaction_id: 713, user_id: 87, timestamp: new Date("2023-04-28T09:08:02Z"), channel: "web", interaction_type: "report", duration_seconds: 175 },
            { interaction_id: 714, user_id: 131, timestamp: new Date("2023-05-17T16:01:10Z"), channel: "web", interaction_type: "query", duration_seconds: 102 },
            { interaction_id: 715, user_id: 135, timestamp: new Date("2023-09-08T17:39:08Z"), channel: "web", interaction_type: "feedback", duration_seconds: 125 },
            { interaction_id: 716, user_id: 191, timestamp: new Date("2023-03-03T15:44:26Z"), channel: "social_media", interaction_type: "query", duration_seconds: 172 },
            { interaction_id: 717, user_id: 13, timestamp: new Date("2023-09-28T12:14:11Z"), channel: "mobile", interaction_type: "query", duration_seconds: 62 },
            { interaction_id: 718, user_id: 200, timestamp: new Date("2023-06-30T13:54:23Z"), channel: "web", interaction_type: "feedback", duration_seconds: 209 },
            { interaction_id: 719, user_id: 157, timestamp: new Date("2023-05-25T13:30:41Z"), channel: "mobile", interaction_type: "query", duration_seconds: 104 },
            { interaction_id: 720, user_id: 79, timestamp: new Date("2023-06-22T14:45:44Z"), channel: "web", interaction_type: "query", duration_seconds: 147 },
            { interaction_id: 721, user_id: 48, timestamp: new Date("2023-04-10T19:55:51Z"), channel: "web", interaction_type: "report", duration_seconds: 182 },
            { interaction_id: 722, user_id: 20, timestamp: new Date("2023-01-14T09:54:45Z"), channel: "web", interaction_type: "query", duration_seconds: 90 },
            { interaction_id: 723, user_id: 53, timestamp: new Date("2023-10-13T14:06:24Z"), channel: "web", interaction_type: "feedback", duration_seconds: 145 },
            { interaction_id: 724, user_id: 63, timestamp: new Date("2023-08-01T19:08:36Z"), channel: "web", interaction_type: "query", duration_seconds: 237 },
            { interaction_id: 725, user_id: 105, timestamp: new Date("2023-08-06T17:30:42Z"), channel: "web", interaction_type: "report", duration_seconds: 146 },
            { interaction_id: 726, user_id: 92, timestamp: new Date("2023-10-08T18:10:31Z"), channel: "web", interaction_type: "feedback", duration_seconds: 143 },
            { interaction_id: 727, user_id: 17, timestamp: new Date("2023-07-22T10:46:40Z"), channel: "web", interaction_type: "report", duration_seconds: 161 },
            { interaction_id: 728, user_id: 159, timestamp: new Date("2023-07-22T16:24:47Z"), channel: "web", interaction_type: "query", duration_seconds: 159 },
            { interaction_id: 729, user_id: 10, timestamp: new Date("2023-08-18T09:53:36Z"), channel: "web", interaction_type: "feedback", duration_seconds: 177 },
            { interaction_id: 730, user_id: 117, timestamp: new Date("2023-07-19T08:58:48Z"), channel: "web", interaction_type: "feedback", duration_seconds: 149 },
            { interaction_id: 731, user_id: 119, timestamp: new Date("2023-05-30T17:03:11Z"), channel: "mobile", interaction_type: "query", duration_seconds: 170 },
            { interaction_id: 732, user_id: 5, timestamp: new Date("2023-02-04T05:51:55Z"), channel: "web", interaction_type: "query", duration_seconds: 146 },
            { interaction_id: 733, user_id: 200, timestamp: new Date("2023-07-18T14:38:00Z"), channel: "web", interaction_type: "report", duration_seconds: 127 },
            { interaction_id: 734, user_id: 61, timestamp: new Date("2023-09-19T10:46:47Z"), channel: "web", interaction_type: "report", duration_seconds: 170 },
            { interaction_id: 735, user_id: 57, timestamp: new Date("2023-01-15T16:01:57Z"), channel: "mobile", interaction_type: "report", duration_seconds: 131 },
            { interaction_id: 736, user_id: 161, timestamp: new Date("2023-10-27T12:05:40Z"), channel: "social_media", interaction_type: "query", duration_seconds: 192 },
            { interaction_id: 737, user_id: 89, timestamp: new Date("2023-01-05T16:12:10Z"), channel: "web", interaction_type: "report", duration_seconds: 170 },
            { interaction_id: 738, user_id: 76, timestamp: new Date("2023-02-14T11:50:50Z"), channel: "mobile", interaction_type: "query", duration_seconds: 162 },
            { interaction_id: 739, user_id: 197, timestamp: new Date("2023-05-30T19:40:09Z"), channel: "web", interaction_type: "report", duration_seconds: 129 },
            { interaction_id: 740, user_id: 50, timestamp: new Date("2023-06-01T02:47:47Z"), channel: "social_media", interaction_type: "query", duration_seconds: 181 },
            { interaction_id: 741, user_id: 88, timestamp: new Date("2023-03-24T09:28:34Z"), channel: "web", interaction_type: "report", duration_seconds: 182 },
            { interaction_id: 742, user_id: 150, timestamp: new Date("2023-09-21T16:18:52Z"), channel: "mobile", interaction_type: "query", duration_seconds: 181 },
            { interaction_id: 743, user_id: 2, timestamp: new Date("2023-10-02T11:41:09Z"), channel: "web", interaction_type: "report", duration_seconds: 262 },
            { interaction_id: 744, user_id: 122, timestamp: new Date("2023-10-10T16:14:11Z"), channel: "web", interaction_type: "feedback", duration_seconds: 159 },
            { interaction_id: 745, user_id: 49, timestamp: new Date("2023-05-04T14:21:47Z"), channel: "mobile", interaction_type: "query", duration_seconds: 183 },
            { interaction_id: 746, user_id: 190, timestamp: new Date("2023-06-13T16:13:31Z"), channel: "web", interaction_type: "report", duration_seconds: 146 },
            { interaction_id: 747, user_id: 109, timestamp: new Date("2023-04-10T15:37:58Z"), channel: "web", interaction_type: "query", duration_seconds: 105 },
            { interaction_id: 748, user_id: 85, timestamp: new Date("2023-06-16T09:07:54Z"), channel: "web", interaction_type: "feedback", duration_seconds: 149 },
            { interaction_id: 749, user_id: 57, timestamp: new Date("2023-01-09T10:09:24Z"), channel: "web", interaction_type: "feedback", duration_seconds: 168 },
            { interaction_id: 750, user_id: 103, timestamp: new Date("2023-07-16T04:39:19Z"), channel: "web", interaction_type: "feedback", duration_seconds: 134 },
            { interaction_id: 751, user_id: 117, timestamp: new Date("2023-01-20T14:06:25Z"), channel: "web", interaction_type: "query", duration_seconds: 144 },
            { interaction_id: 752, user_id: 25, timestamp: new Date("2023-01-22T13:26:55Z"), channel: "mobile", interaction_type: "feedback", duration_seconds: 113 },
            { interaction_id: 753, user_id: 131, timestamp: new Date("2023-06-11T09:10:15Z"), channel: "mobile", interaction_type: "report", duration_seconds: 129 },
            { interaction_id: 754, user_id: 22, timestamp: new Date("2023-07-01T09:24:09Z"), channel: "web", interaction_type: "report", duration_seconds: 248 },
            { interaction_id: 755, user_id: 126, timestamp: new Date("2023-05-12T13:46:22Z"), channel: "social_media", interaction_type: "query", duration_seconds: 91 },
            { interaction_id: 756, user_id: 173, timestamp: new Date("2023-08-14T11:57:08Z"), channel: "mobile", interaction_type: "query", duration_seconds: 172 },
            { interaction_id: 757, user_id: 32, timestamp: new Date("2023-03-08T12:44:00Z"), channel: "web", interaction_type: "feedback", duration_seconds: 125 },
            { interaction_id: 758, user_id: 109, timestamp: new Date("2023-10-10T15:40:03Z"), channel: "web", interaction_type: "report", duration_seconds: 137 },
            { interaction_id: 759, user_id: 178, timestamp: new Date("2023-09-26T14:48:11Z"), channel: "social_media", interaction_type: "query", duration_seconds: 98 },
            { interaction_id: 760, user_id: 150, timestamp: new Date("2023-04-30T13:35:11Z"), channel: "mobile", interaction_type: "query", duration_seconds: 200 },
            { interaction_id: 761, user_id: 180, timestamp: new Date("2023-08-12T15:02:01Z"), channel: "social_media", interaction_type: "report", duration_seconds: 206 },
            { interaction_id: 762, user_id: 94, timestamp: new Date("2023-03-28T13:57:12Z"), channel: "mobile", interaction_type: "report", duration_seconds: 214 },
            { interaction_id: 763, user_id: 53, timestamp: new Date("2023-09-08T15:17:41Z"), channel: "web", interaction_type: "feedback", duration_seconds: 190 },
            { interaction_id: 764, user_id: 100, timestamp: new Date("2023-03-24T09:14:07Z"), channel: "web", interaction_type: "report", duration_seconds: 139 },
            { interaction_id: 765, user_id: 131, timestamp: new Date("2023-01-23T11:40:54Z"), channel: "web", interaction_type: "feedback", duration_seconds: 141 },
            { interaction_id: 766, user_id: 124, timestamp: new Date("2023-06-28T11:45:24Z"), channel: "web", interaction_type: "feedback", duration_seconds: 160 },
            { interaction_id: 767, user_id: 12, timestamp: new Date("2023-09-27T08:46:18Z"), channel: "web", interaction_type: "feedback", duration_seconds: 110 },
            { interaction_id: 768, user_id: 80, timestamp: new Date("2023-03-31T15:40:38Z"), channel: "mobile", interaction_type: "feedback", duration_seconds: 161 },
            { interaction_id: 769, user_id: 127, timestamp: new Date("2023-01-18T16:06:11Z"), channel: "mobile", interaction_type: "query", duration_seconds: 101 },
            { interaction_id: 770, user_id: 89, timestamp: new Date("2023-08-18T08:17:52Z"), channel: "social_media", interaction_type: "query", duration_seconds: 194 },
            { interaction_id: 771, user_id: 38, timestamp: new Date("2023-01-23T12:56:17Z"), channel: "mobile", interaction_type: "query", duration_seconds: 209 },
            { interaction_id: 772, user_id: 48, timestamp: new Date("2023-10-05T14:56:22Z"), channel: "web", interaction_type: "query", duration_seconds: 190 },
            { interaction_id: 773, user_id: 170, timestamp: new Date("2023-05-16T12:34:07Z"), channel: "mobile", interaction_type: "feedback", duration_seconds: 175 },
            { interaction_id: 774, user_id: 159, timestamp: new Date("2023-01-11T13:48:09Z"), channel: "web", interaction_type: "report", duration_seconds: 177 },
            { interaction_id: 775, user_id: 111, timestamp: new Date("2023-04-12T10:09:09Z"), channel: "web", interaction_type: "feedback", duration_seconds: 152 },
            { interaction_id: 776, user_id: 128, timestamp: new Date("2023-07-07T14:47:45Z"), channel: "web", interaction_type: "report", duration_seconds: 187 },
            { interaction_id: 777, user_id: 9, timestamp: new Date("2023-01-17T16:25:26Z"), channel: "mobile", interaction_type: "report", duration_seconds: 157 },
            { interaction_id: 778, user_id: 53, timestamp: new Date("2023-08-24T15:37:34Z"), channel: "mobile", interaction_type: "report", duration_seconds: 138 },
            { interaction_id: 779, user_id: 16, timestamp: new Date("2023-03-04T10:44:53Z"), channel: "web", interaction_type: "report", duration_seconds: 190 },
            { interaction_id: 780, user_id: 135, timestamp: new Date("2023-06-25T14:16:36Z"), channel: "web", interaction_type: "query", duration_seconds: 145 },
            { interaction_id: 781, user_id: 185, timestamp: new Date("2023-05-25T11:52:42Z"), channel: "web", interaction_type: "query", duration_seconds: 148 },
            { interaction_id: 782, user_id: 102, timestamp: new Date("2023-01-31T14:10:41Z"), channel: "web", interaction_type: "query", duration_seconds: 80 },
            { interaction_id: 783, user_id: 71, timestamp: new Date("2023-07-31T18:31:30Z"), channel: "web", interaction_type: "feedback", duration_seconds: 85 },
            { interaction_id: 784, user_id: 48, timestamp: new Date("2023-10-31T10:44:47Z"), channel: "social_media", interaction_type: "query", duration_seconds: 172 },
            { interaction_id: 785, user_id: 144, timestamp: new Date("2023-03-15T10:24:20Z"), channel: "web", interaction_type: "query", duration_seconds: 107 },
            { interaction_id: 786, user_id: 65, timestamp: new Date("2023-09-03T16:20:01Z"), channel: "web", interaction_type: "query", duration_seconds: 145 },
            { interaction_id: 787, user_id: 36, timestamp: new Date("2023-06-03T11:44:23Z"), channel: "mobile", interaction_type: "query", duration_seconds: 169 },
            { interaction_id: 788, user_id: 184, timestamp: new Date("2023-04-15T13:53:17Z"), channel: "mobile", interaction_type: "feedback", duration_seconds: 249 },
            { interaction_id: 789, user_id: 192, timestamp: new Date("2023-04-16T16:07:57Z"), channel: "mobile", interaction_type: "report", duration_seconds: 108 },
            { interaction_id: 790, user_id: 36, timestamp: new Date("2023-03-05T05:21:09Z"), channel: "web", interaction_type: "feedback", duration_seconds: 114 },
            { interaction_id: 791, user_id: 119, timestamp: new Date("2023-06-23T15:44:27Z"), channel: "web", interaction_type: "report", duration_seconds: 82 },
            { interaction_id: 792, user_id: 132, timestamp: new Date("2023-07-26T12:06:24Z"), channel: "mobile", interaction_type: "feedback", duration_seconds: 120 },
            { interaction_id: 793, user_id: 121, timestamp: new Date("2023-01-08T11:17:41Z"), channel: "web", interaction_type: "report", duration_seconds: 195 },
            { interaction_id: 794, user_id: 100, timestamp: new Date("2023-06-23T16:55:31Z"), channel: "mobile", interaction_type: "query", duration_seconds: 166 },
            { interaction_id: 795, user_id: 66, timestamp: new Date("2023-06-19T11:35:39Z"), channel: "web", interaction_type: "feedback", duration_seconds: 188 },
            { interaction_id: 796, user_id: 98, timestamp: new Date("2023-07-26T14:21:22Z"), channel: "web", interaction_type: "feedback", duration_seconds: 160 },
            { interaction_id: 797, user_id: 75, timestamp: new Date("2023-04-08T12:39:44Z"), channel: "web", interaction_type: "feedback", duration_seconds: 69 },
            { interaction_id: 798, user_id: 100, timestamp: new Date("2023-07-13T12:24:37Z"), channel: "web", interaction_type: "query", duration_seconds: 103 },
            { interaction_id: 799, user_id: 55, timestamp: new Date("2023-08-20T14:56:47Z"), channel: "mobile", interaction_type: "query", duration_seconds: 60 },
            { interaction_id: 800, user_id: 160, timestamp: new Date("2023-05-29T14:13:50Z"), channel: "web", interaction_type: "query", duration_seconds: 103 },
            { interaction_id: 801, user_id: 30, timestamp: new Date("2023-06-13T17:40:07Z"), channel: "web", interaction_type: "query", duration_seconds: 88 },
            { interaction_id: 802, user_id: 107, timestamp: new Date("2023-03-05T10:56:15Z"), channel: "web", interaction_type: "feedback", duration_seconds: 170 },
            { interaction_id: 803, user_id: 110, timestamp: new Date("2023-09-22T13:11:40Z"), channel: "web", interaction_type: "query", duration_seconds: 127 },
            { interaction_id: 804, user_id: 114, timestamp: new Date("2023-08-01T07:31:07Z"), channel: "web", interaction_type: "query", duration_seconds: 192 },
            { interaction_id: 805, user_id: 120, timestamp: new Date("2023-04-05T12:05:48Z"), channel: "social_media", interaction_type: "report", duration_seconds: 129 },
            { interaction_id: 806, user_id: 36, timestamp: new Date("2023-01-08T13:53:30Z"), channel: "web", interaction_type: "report", duration_seconds: 121 },
            { interaction_id: 807, user_id: 117, timestamp: new Date("2023-08-21T15:26:00Z"), channel: "web", interaction_type: "report", duration_seconds: 107 },
            { interaction_id: 808, user_id: 8, timestamp: new Date("2023-07-04T11:13:06Z"), channel: "mobile", interaction_type: "query", duration_seconds: 221 },
            { interaction_id: 809, user_id: 19, timestamp: new Date("2023-01-21T15:33:53Z"), channel: "mobile", interaction_type: "query", duration_seconds: 84 },
            { interaction_id: 810, user_id: 160, timestamp: new Date("2023-07-01T09:22:39Z"), channel: "web", interaction_type: "feedback", duration_seconds: 55 },
            { interaction_id: 811, user_id: 109, timestamp: new Date("2023-03-18T16:37:23Z"), channel: "web", interaction_type: "report", duration_seconds: 126 },
            { interaction_id: 812, user_id: 40, timestamp: new Date("2023-05-03T09:54:15Z"), channel: "mobile", interaction_type: "query", duration_seconds: 182 },
            { interaction_id: 813, user_id: 118, timestamp: new Date("2023-06-03T14:39:00Z"), channel: "web", interaction_type: "feedback", duration_seconds: 150 },
            { interaction_id: 814, user_id: 98, timestamp: new Date("2023-01-04T14:09:59Z"), channel: "web", interaction_type: "query", duration_seconds: 160 },
            { interaction_id: 815, user_id: 28, timestamp: new Date("2023-03-23T16:51:34Z"), channel: "mobile", interaction_type: "feedback", duration_seconds: 126 },
            { interaction_id: 816, user_id: 41, timestamp: new Date("2023-03-19T08:31:14Z"), channel: "web", interaction_type: "query", duration_seconds: 157 },
            { interaction_id: 817, user_id: 154, timestamp: new Date("2023-03-28T13:44:36Z"), channel: "mobile", interaction_type: "feedback", duration_seconds: 273 },
            { interaction_id: 818, user_id: 25, timestamp: new Date("2023-06-20T16:15:58Z"), channel: "mobile", interaction_type: "query", duration_seconds: 104 },
            { interaction_id: 819, user_id: 69, timestamp: new Date("2023-05-14T09:30:44Z"), channel: "web", interaction_type: "report", duration_seconds: 107 },
            { interaction_id: 820, user_id: 27, timestamp: new Date("2023-08-22T08:45:16Z"), channel: "social_media", interaction_type: "query", duration_seconds: 60 },
            { interaction_id: 821, user_id: 170, timestamp: new Date("2023-01-11T12:44:04Z"), channel: "mobile", interaction_type: "feedback", duration_seconds: 206 },
            { interaction_id: 822, user_id: 175, timestamp: new Date("2023-09-28T18:39:49Z"), channel: "mobile", interaction_type: "report", duration_seconds: 133 },
            { interaction_id: 823, user_id: 48, timestamp: new Date("2023-04-11T14:51:07Z"), channel: "social_media", interaction_type: "report", duration_seconds: 160 },
            { interaction_id: 824, user_id: 45, timestamp: new Date("2023-08-27T13:37:31Z"), channel: "web", interaction_type: "query", duration_seconds: 265 },
            { interaction_id: 825, user_id: 152, timestamp: new Date("2023-06-26T12:53:52Z"), channel: "mobile", interaction_type: "query", duration_seconds: 170 },
            { interaction_id: 826, user_id: 59, timestamp: new Date("2023-02-20T14:33:46Z"), channel: "mobile", interaction_type: "query", duration_seconds: 173 },
            { interaction_id: 827, user_id: 110, timestamp: new Date("2023-03-15T11:56:15Z"), channel: "social_media", interaction_type: "report", duration_seconds: 241 },
            { interaction_id: 828, user_id: 30, timestamp: new Date("2023-05-28T11:40:00Z"), channel: "mobile", interaction_type: "feedback", duration_seconds: 116 },
            { interaction_id: 829, user_id: 22, timestamp: new Date("2023-05-28T11:22:35Z"), channel: "mobile", interaction_type: "feedback", duration_seconds: 149 },
            { interaction_id: 830, user_id: 79, timestamp: new Date("2023-05-24T18:18:37Z"), channel: "web", interaction_type: "query", duration_seconds: 165 },
            { interaction_id: 831, user_id: 129, timestamp: new Date("2023-06-10T14:22:52Z"), channel: "web", interaction_type: "report", duration_seconds: 79 },
            { interaction_id: 832, user_id: 192, timestamp: new Date("2023-01-15T11:23:43Z"), channel: "web", interaction_type: "query", duration_seconds: 163 },
            { interaction_id: 833, user_id: 75, timestamp: new Date("2023-05-14T10:15:47Z"), channel: "mobile", interaction_type: "query", duration_seconds: 123 },
            { interaction_id: 834, user_id: 75, timestamp: new Date("2023-05-16T09:22:29Z"), channel: "web", interaction_type: "feedback", duration_seconds: 227 },
            { interaction_id: 835, user_id: 75, timestamp: new Date("2023-02-01T09:21:10Z"), channel: "web", interaction_type: "query", duration_seconds: 220 },
            { interaction_id: 836, user_id: 35, timestamp: new Date("2023-02-05T06:38:19Z"), channel: "web", interaction_type: "query", duration_seconds: 98 },
            { interaction_id: 837, user_id: 192, timestamp: new Date("2023-06-07T09:40:17Z"), channel: "web", interaction_type: "report", duration_seconds: 168 },
            { interaction_id: 838, user_id: 137, timestamp: new Date("2023-06-01T14:30:17Z"), channel: "web", interaction_type: "feedback", duration_seconds: 247 },
            { interaction_id: 839, user_id: 33, timestamp: new Date("2023-07-25T15:38:58Z"), channel: "web", interaction_type: "query", duration_seconds: 116 },
            { interaction_id: 840, user_id: 17, timestamp: new Date("2023-10-03T08:44:48Z"), channel: "web", interaction_type: "feedback", duration_seconds: 130 },
        ],
    });
}

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