// Podcast Insights (podcast-episodes-database) v1 — Prisma seed
// Synthetic sample data, CC0-1.0. Generated deterministically; re-running the
// generator with the same spec and seed reproduces this file exactly.
//
// Delegates are named after the tables (prisma.hosts), 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.hosts.createMany({
        data: [
            { id: 1, full_name: "Oscar Fischer", bio: "The appointment was cancelled after a late check. The item was confirmed following a minor review. The delivery was cancelled following an unusual review. A repeat follow-up: the shipment was processed.", total_episodes_hosted: 23, average_rating_received: "2.8" },
            { id: 2, full_name: "Laura Kumar", bio: "Flagged as standard. The team resolved the shipment. Flagged as late. Support delayed the delivery. Flagged as urgent. Support rescheduled the claim. The team confirmed the details and the booking was rescheduled.", total_episodes_hosted: 21, average_rating_received: "4.9" },
            { id: 3, full_name: "Deniz Gupta", bio: "Flagged as unusual. The account owner confirmed the item. The courier asked for a change and the document was rescheduled. Flagged as repeat. The customer reopened the shipment. The customer reported an automatic issue; the claim was resolved.", total_episodes_hosted: 22, average_rating_received: "4.7" },
            { id: 4, full_name: "Deniz Klein", bio: "The booking was reviewed — incomplete case, no further action. No response from support, so the account was closed.", total_episodes_hosted: 26, average_rating_received: "4.7" },
            { id: 5, full_name: "Wei Novak", bio: "A late account was updated the same day. The team reported an incomplete issue; the report was updated. The report was reviewed following an unusual review.", total_episodes_hosted: 26, average_rating_received: "4.8" },
            { id: 6, full_name: "Ruby Lee", bio: "No response from the courier, so the invoice was approved. The transfer was reviewed following a duplicate review.", total_episodes_hosted: 19, average_rating_received: "4.4" },
            { id: 7, full_name: "Leo Castro", bio: "The customer reported an incomplete issue; the ticket was closed. An urgent invoice was escalated the same day. A minor booking was updated the same day.", total_episodes_hosted: 33, average_rating_received: "4.1" },
            { id: 8, full_name: "Elif Dubois", bio: "Flagged as minor. The reviewer refunded the booking. The account owner asked for a change and the report was resolved. No response from the customer, so the invoice was reviewed.", total_episodes_hosted: 22, average_rating_received: "4.2" },
            { id: 9, full_name: "Alice Gupta", bio: "An automatic payment was closed the same day. The report was cancelled after an unusual check. No response from an operator, so the order was refunded. Flagged as minor. The customer cancelled the record.", total_episodes_hosted: 25, average_rating_received: "5.0" },
            { id: 10, full_name: "Noah Gomez", bio: "The booking was approved after an unusual check. A routine account was delayed the same day. An operator asked for a change and the booking was processed.", total_episodes_hosted: 23, average_rating_received: "4.5" },
            { id: 11, full_name: "Wei Kumar", bio: "The account owner asked for a change and the delivery was approved. Support confirmed the details and the booking was rejected.", total_episodes_hosted: 29, average_rating_received: "1.6" },
            { id: 12, full_name: "Jack Mendes", bio: "An operator asked for a change and the appointment was reviewed. A duplicate account was resolved the same day. A routine follow-up: the transfer was replaced. Flagged as partial. The team rescheduled the shipment.", total_episodes_hosted: 18, average_rating_received: "4.9" },
            { id: 13, full_name: "Sam Lee", bio: "Flagged as standard. The supplier approved the session. An operator asked for a change and the order was completed. The item was reviewed following a partial review. Flagged as standard. The reviewer rejected the delivery.", total_episodes_hosted: 32, average_rating_received: "2.7" },
            { id: 14, full_name: "Isaac Lee", bio: "Support confirmed the details and the request was completed. The order was cancelled following a routine review.", total_episodes_hosted: 27, average_rating_received: "5.0" },
            { id: 15, full_name: "Hugo Kumar", bio: "The team asked for a change and the transfer was reviewed. The courier reported a minor issue; the account was completed.", total_episodes_hosted: 22, average_rating_received: "1.6" },
            { id: 16, full_name: "Uma Wang", bio: "An unusual transfer was replaced the same day. The refund was cancelled following a partial review. An urgent ticket was reopened the same day.", total_episodes_hosted: 25, average_rating_received: "2.0" },
            { id: 17, full_name: "Ibrahim Davis", bio: "The supplier asked for a change and the transfer was replaced. The customer reported a minor issue; the refund was approved. No response from an operator, so the payment was delayed.", total_episodes_hosted: 31, average_rating_received: "2.0" },
            { id: 18, full_name: "Andre Meyer", bio: "No response from the account owner, so the appointment was closed. The session was updated — repeat case, no further action. The reviewer confirmed the details and the payment was resolved.", total_episodes_hosted: 32, average_rating_received: "3.1" },
            { id: 19, full_name: "Diego Klein", bio: "A routine report was cancelled the same day. The supplier confirmed the details and the report was rejected. No response from the supplier, so the ticket was rescheduled.", total_episodes_hosted: 29, average_rating_received: "4.8" },
            { id: 20, full_name: "Nour Kumar", bio: "The courier reported a routine issue; the booking was rejected. The order was approved — minor case, no further action. Flagged as duplicate. Support refunded the document.", total_episodes_hosted: 31, average_rating_received: "2.5" },
            { id: 21, full_name: "Sara Sousa", bio: "The team confirmed the details and the claim was replaced. The account owner reported an automatic issue; the session was rescheduled. An automatic follow-up: the claim was reopened.", total_episodes_hosted: 39, average_rating_received: "4.2" },
            { id: 22, full_name: "Rafael Schmidt", bio: "The session was replaced after a duplicate check. An operator confirmed the details and the transfer was closed.", total_episodes_hosted: 15, average_rating_received: "4.1" },
            { id: 23, full_name: "Karim Patel", bio: "The document was cancelled — incomplete case, no further action. Flagged as late. An operator reopened the ticket.", total_episodes_hosted: 28, average_rating_received: "4.2" },
            { id: 24, full_name: "Hugo Klein", bio: "The customer reported a minor issue; the request was refunded. A partial follow-up: the record was escalated. Flagged as urgent. An operator delayed the order. The courier asked for a change and the claim was confirmed.", total_episodes_hosted: 27, average_rating_received: "4.9" },
            { id: 25, full_name: "Uma Hassan", bio: "Flagged as urgent. The supplier updated the document. The appointment was completed following a repeat review. The customer reported a routine issue; the claim was rejected. An operator reported an urgent issue; the session was refunded.", total_episodes_hosted: 32, average_rating_received: "4.0" },
            { id: 26, full_name: "Marco Fischer", bio: "The delivery was approved — unusual case, no further action. The invoice was updated following a manual review. The payment was rejected after a minor check. The booking was reviewed following an urgent review.", total_episodes_hosted: 35, average_rating_received: "2.0" },
            { id: 27, full_name: "Yara Costa", bio: "The order was replaced after a late check. An automatic document was reopened the same day.", total_episodes_hosted: 11, average_rating_received: "5.0" },
            { id: 28, full_name: "Nadia Ahmed", bio: "The order was reviewed following a minor review. A manual payment was confirmed the same day. The ticket was refunded after a repeat check.", total_episodes_hosted: 22, average_rating_received: "3.8" },
            { id: 29, full_name: "Oscar Zhang", bio: "The booking was closed — duplicate case, no further action. No response from the team, so the account was reopened. The courier confirmed the details and the order was replaced.", total_episodes_hosted: 13, average_rating_received: "3.5" },
            { id: 30, full_name: "Julia Diaz", bio: "The supplier asked for a change and the refund was approved. The shipment was completed after a late check. The session was approved after a duplicate check.", total_episodes_hosted: 23, average_rating_received: "4.9" },
        ],
    });
    await prisma.podcasts.createMany({
        data: [
            { id: 1, name: "sessions hub series", description: "A manual follow-up: the session was replaced. Flagged as standard. The account owner approved the delivery.", total_episodes: 12, average_rating: "5.0" },
            { id: 2, name: "show cast journey", description: "No response from the team, so the claim was approved. A repeat follow-up: the account was closed. A partial follow-up: the appointment was escalated. The payment was escalated — duplicate case, no further action.", total_episodes: 10, average_rating: "4.2" },
            { id: 3, name: "insights talk update", description: "The delivery was approved following a repeat review. The booking was escalated following a manual review. The supplier reported an urgent issue; the account was delayed. The account was rejected after a duplicate check.", total_episodes: 13, average_rating: "4.5" },
            { id: 4, name: "waves roundtable talk", description: "The delivery was processed after an incomplete check. A manual invoice was completed the same day. The order was approved — urgent case, no further action. A routine follow-up: the delivery was reopened.", total_episodes: 7, average_rating: "3.9" },
            { id: 5, name: "hub", description: "A duplicate follow-up: the account was rejected. Flagged as automatic. The supplier completed the request. No response from the courier, so the request was resolved. No response from the customer, so the request was reviewed.", total_episodes: 7, average_rating: "5.0" },
            { id: 6, name: "adventures dialogue", description: "An urgent follow-up: the account was delayed. A repeat follow-up: the order was refunded. An automatic item was refunded the same day.", total_episodes: 9, average_rating: "4.5" },
            { id: 7, name: "sessions", description: "The team asked for a change and the payment was replaced. The courier reported a manual issue; the request was escalated.", total_episodes: 14, average_rating: "3.4" },
            { id: 8, name: "insights show", description: "The payment was confirmed — minor case, no further action. The reviewer reported a partial issue; the shipment was delayed. The courier asked for a change and the shipment was rejected.", total_episodes: 8, average_rating: "2.6" },
            { id: 9, name: "hub files", description: "The item was completed — urgent case, no further action. The ticket was escalated after a repeat check. The reviewer reported an incomplete issue; the invoice was resolved. A repeat delivery was delayed the same day.", total_episodes: 12, average_rating: "5.0" },
            { id: 10, name: "sessions journey", description: "An urgent report was closed the same day. A minor transfer was rescheduled the same day. Flagged as unusual. An operator reopened the report.", total_episodes: 7, average_rating: "1.7" },
            { id: 11, name: "exploration network show", description: "The invoice was delayed — urgent case, no further action. The claim was closed after a duplicate check. The report was rejected following an incomplete review. No response from the reviewer, so the report was delayed.", total_episodes: 6, average_rating: "2.5" },
            { id: 12, name: "exploration", description: "A late transfer was refunded the same day. A routine follow-up: the delivery was reopened. The shipment was confirmed following a routine review. The booking was resolved after an unusual check.", total_episodes: 7, average_rating: "4.9" },
            { id: 13, name: "waves network update", description: "The delivery was confirmed after a manual check. A routine follow-up: the delivery was replaced. The refund was refunded following a manual review.", total_episodes: 13, average_rating: "3.3" },
            { id: 14, name: "adventures hub", description: "The ticket was updated — manual case, no further action. The invoice was delayed after an urgent check. The refund was approved after a routine check.", total_episodes: 11, average_rating: "4.8" },
            { id: 15, name: "show series", description: "No response from support, so the report was reopened. A duplicate appointment was closed the same day.", total_episodes: 12, average_rating: "4.4" },
            { id: 16, name: "cast chronicles waves", description: "The shipment was replaced — routine case, no further action. The item was completed following a manual review. The reviewer asked for a change and the item was escalated.", total_episodes: 7, average_rating: "1.2" },
            { id: 17, name: "exploration series", description: "An incomplete follow-up: the transfer was delayed. The reviewer confirmed the details and the appointment was reviewed. The customer asked for a change and the item was confirmed.", total_episodes: 10, average_rating: "4.8" },
            { id: 18, name: "insights waves", description: "The item was reviewed following a late review. The account owner reported an urgent issue; the booking was refunded. No response from an operator, so the item was completed.", total_episodes: 13, average_rating: "4.6" },
            { id: 19, name: "insights network", description: "A minor follow-up: the record was delayed. The customer asked for a change and the session was processed.", total_episodes: 12, average_rating: "4.6" },
            { id: 20, name: "network journey", description: "The team reported a routine issue; the booking was rescheduled. A repeat order was cancelled the same day. The team confirmed the details and the claim was closed. The customer reported an automatic issue; the claim was rejected.", total_episodes: 9, average_rating: "4.3" },
            { id: 21, name: "update circuit cast", description: "A manual payment was approved the same day. An operator asked for a change and the booking was approved. Flagged as partial. An operator confirmed the booking. An operator asked for a change and the delivery was replaced.", total_episodes: 8, average_rating: "1.6" },
            { id: 22, name: "exploration hub cast", description: "The shipment was cancelled — repeat case, no further action. A late delivery was cancelled the same day. A duplicate follow-up: the session was reviewed. Support confirmed the details and the delivery was confirmed.", total_episodes: 15, average_rating: "1.4" },
            { id: 23, name: "hub", description: "The request was delayed following a standard review. No response from the customer, so the account was processed. Flagged as minor. The supplier rescheduled the item. The supplier reported a routine issue; the account was resolved.", total_episodes: 15, average_rating: "4.8" },
            { id: 24, name: "circuit", description: "A manual follow-up: the document was delayed. Flagged as repeat. Support completed the record. The appointment was confirmed following an urgent review.", total_episodes: 13, average_rating: "2.4" },
            { id: 25, name: "exploration show", description: "An operator confirmed the details and the booking was reviewed. Flagged as repeat. The customer refunded the payment. The ticket was escalated — incomplete case, no further action.", total_episodes: 14, average_rating: "3.2" },
            { id: 26, name: "circuit journey", description: "Support asked for a change and the report was rejected. The customer asked for a change and the order was cancelled. The refund was approved after a late check.", total_episodes: 12, average_rating: "4.8" },
            { id: 27, name: "dialogue network chronicles", description: "Support confirmed the details and the item was resolved. The account owner asked for a change and the booking was updated. The customer asked for a change and the payment was refunded. An unusual follow-up: the booking was reviewed.", total_episodes: 13, average_rating: "1.9" },
            { id: 28, name: "show report", description: "Flagged as partial. The reviewer approved the appointment. The refund was processed — duplicate case, no further action.", total_episodes: 12, average_rating: "4.0" },
            { id: 29, name: "hub report", description: "Flagged as late. The courier delayed the request. The account owner confirmed the details and the refund was escalated. The supplier asked for a change and the claim was completed.", total_episodes: 15, average_rating: "3.3" },
            { id: 30, name: "circuit", description: "The supplier confirmed the details and the session was reopened. Flagged as late. The supplier completed the refund. The shipment was processed following a duplicate review.", total_episodes: 3, average_rating: "5.0" },
            { id: 31, name: "adventures", description: "No response from the reviewer, so the record was rescheduled. The request was delayed following a routine review. The appointment was resolved after a partial check. The refund was rescheduled — duplicate case, no further action.", total_episodes: 7, average_rating: "4.8" },
            { id: 32, name: "report roundtable", description: "Flagged as urgent. An operator reviewed the order. Flagged as urgent. The courier closed the session.", total_episodes: 8, average_rating: "3.0" },
            { id: 33, name: "sessions dialogue", description: "The supplier confirmed the details and the item was cancelled. The record was cancelled after a late check. The order was rescheduled following a repeat review.", total_episodes: 13, average_rating: "4.3" },
            { id: 34, name: "exploration hub", description: "Flagged as manual. The reviewer reviewed the appointment. The request was reviewed following an automatic review. A late ticket was approved the same day.", total_episodes: 10, average_rating: "1.9" },
            { id: 35, name: "dialogue journey", description: "The payment was replaced following a routine review. The transfer was resolved following a routine review.", total_episodes: 9, average_rating: "3.9" },
            { id: 36, name: "insights", description: "The team confirmed the details and the shipment was confirmed. An urgent document was escalated the same day. A repeat follow-up: the item was reviewed. The supplier reported a partial issue; the transfer was replaced.", total_episodes: 12, average_rating: "4.9" },
            { id: 37, name: "insights files", description: "Flagged as late. The team refunded the shipment. The item was resolved — automatic case, no further action.", total_episodes: 14, average_rating: "5.0" },
            { id: 38, name: "talk series", description: "The report was refunded after an automatic check. The team confirmed the details and the report was rejected.", total_episodes: 10, average_rating: "2.9" },
            { id: 39, name: "cast report", description: "A late follow-up: the item was confirmed. The supplier confirmed the details and the refund was reopened. An urgent shipment was escalated the same day.", total_episodes: 14, average_rating: "1.9" },
            { id: 40, name: "dialogue report", description: "The payment was resolved after a late check. The supplier reported a routine issue; the account was rejected. No response from the courier, so the transfer was delayed.", total_episodes: 6, average_rating: "4.4" },
            { id: 41, name: "waves", description: "Flagged as minor. The reviewer refunded the session. The account owner asked for a change and the item was refunded. A duplicate follow-up: the session was delayed. The claim was replaced following a repeat review.", total_episodes: 12, average_rating: "3.6" },
            { id: 42, name: "voices talk journey", description: "No response from the account owner, so the item was rejected. The ticket was completed after a repeat check. No response from the courier, so the report was approved. The team confirmed the details and the session was resolved.", total_episodes: 8, average_rating: "2.8" },
            { id: 43, name: "dialogue network hub", description: "Flagged as repeat. The account owner approved the booking. No response from the team, so the record was completed. The customer asked for a change and the delivery was cancelled. The item was resolved — incomplete case, no further action.", total_episodes: 11, average_rating: "4.8" },
            { id: 44, name: "voices talk", description: "A routine claim was resolved the same day. The invoice was processed — incomplete case, no further action. The payment was processed following a repeat review.", total_episodes: 9, average_rating: "4.1" },
            { id: 45, name: "network exploration theory", description: "The document was resolved after a late check. The team asked for a change and the refund was processed.", total_episodes: 10, average_rating: "4.6" },
            { id: 46, name: "insights", description: "No response from the supplier, so the record was reviewed. A manual claim was cancelled the same day. No response from the team, so the invoice was confirmed.", total_episodes: 6, average_rating: "2.7" },
            { id: 47, name: "report", description: "The refund was confirmed — incomplete case, no further action. The session was replaced following a manual review.", total_episodes: 9, average_rating: "3.1" },
            { id: 48, name: "hub journey", description: "The item was reopened following an urgent review. The delivery was rescheduled after a manual check. A repeat follow-up: the delivery was delayed.", total_episodes: 15, average_rating: "4.8" },
            { id: 49, name: "series insights sessions", description: "The customer reported an incomplete issue; the refund was updated. No response from the account owner, so the item was closed.", total_episodes: 17, average_rating: "5.0" },
            { id: 50, name: "network chronicles show", description: "The item was processed — unusual case, no further action. An incomplete payment was completed the same day. Support reported a routine issue; the booking was reopened. Support reported a manual issue; the transfer was replaced.", total_episodes: 7, average_rating: "3.6" },
        ],
    });
    await prisma.sponsors.createMany({
        data: [
            { id: 1, name: "Field Labs", website: "https://example.com/yearly/careful", total_campaigns: 4, average_sponsorship_amount: "1617.17" },
            { id: 2, name: "Delta Software", website: "https://example.com/special/daily", total_campaigns: 5, average_sponsorship_amount: "2378.38" },
            { id: 3, name: "Delta Labs", website: "https://example.com/between/system", total_campaigns: 7, average_sponsorship_amount: "1619.28" },
            { id: 4, name: "Delta Foods", website: "https://example.com/without/nearly", total_campaigns: 3, average_sponsorship_amount: "35136.27" },
            { id: 5, name: "Apex Media", website: "https://example.com/given/moving", total_campaigns: 4, average_sponsorship_amount: "30555.42" },
            { id: 6, name: "Oak Health", website: "https://example.com/normal/today", total_campaigns: 5, average_sponsorship_amount: "1455.57" },
            { id: 7, name: "Quill Industries", website: "https://example.com/bright/later", total_campaigns: 6, average_sponsorship_amount: "4803.56" },
            { id: 8, name: "Bright Digital", website: "https://example.com/long/general", total_campaigns: 7, average_sponsorship_amount: "39301.70" },
            { id: 9, name: "Granite Industries", website: "https://example.com/number/toward", total_campaigns: 5, average_sponsorship_amount: "1643.47" },
            { id: 10, name: "Ridge Industries", website: "https://example.com/another/general", total_campaigns: 4, average_sponsorship_amount: "30509.64" },
            { id: 11, name: "Ember Software", website: "https://example.com/recent/change", total_campaigns: 4, average_sponsorship_amount: "1021.60" },
            { id: 12, name: "Lumen Energy", website: "https://example.com/group/level", total_campaigns: 4, average_sponsorship_amount: "19979.78" },
            { id: 13, name: "Apex Health", website: "https://example.com/daily/update", total_campaigns: 6, average_sponsorship_amount: "1069.82" },
            { id: 14, name: "Oak Logistics", website: "https://example.com/outside/always", total_campaigns: 5, average_sponsorship_amount: "20125.51" },
            { id: 15, name: "Field Works", website: "https://example.com/later/order", total_campaigns: 6, average_sponsorship_amount: "3464.44" },
            { id: 16, name: "Beacon Works", website: "https://example.com/result/short", total_campaigns: 5, average_sponsorship_amount: "7083.42" },
            { id: 17, name: "Beacon Software", website: "https://example.com/special/detail", total_campaigns: 6, average_sponsorship_amount: "2283.81" },
            { id: 18, name: "Field Studio", website: "https://example.com/various/reason", total_campaigns: 6, average_sponsorship_amount: "2725.09" },
            { id: 19, name: "Harbor Health", website: "https://example.com/given/general", total_campaigns: 6, average_sponsorship_amount: "30312.92" },
            { id: 20, name: "Quill Energy", website: "https://example.com/still/moving", total_campaigns: 5, average_sponsorship_amount: "32008.11" },
        ],
    });
    await prisma.episodes.createMany({
        data: [
            { id: 1, title: "expose", duration: 70, release_date: "2022-05-19", podcast_id: 35, host_id: 11, sponsor_id: 2, genre: "news" },
            { id: 2, title: "exploration", duration: 128, release_date: "2022-03-23", podcast_id: 3, host_id: 11, sponsor_id: null, genre: "true crime" },
            { id: 3, title: "narrative debate", duration: 69, release_date: "2022-01-24", podcast_id: 7, host_id: 9, sponsor_id: 13, genre: "news" },
            { id: 4, title: "persuasion review", duration: 120, release_date: "2020-06-18", podcast_id: 41, host_id: 6, sponsor_id: 11, genre: "education" },
            { id: 5, title: "storytelling perspective", duration: 102, release_date: "2022-11-24", podcast_id: 25, host_id: 25, sponsor_id: 1, genre: "news" },
            { id: 6, title: "persuasion analysis review", duration: 63, release_date: "2021-03-10", podcast_id: 10, host_id: 16, sponsor_id: 5, genre: "education" },
            { id: 7, title: "insight comedy perspective", duration: 118, release_date: "2023-11-10", podcast_id: 19, host_id: 27, sponsor_id: 15, genre: "true crime" },
            { id: 8, title: "perspective", duration: 66, release_date: "2022-07-09", podcast_id: 41, host_id: 8, sponsor_id: 16, genre: "true crime" },
            { id: 9, title: "narrative persuasion adventure", duration: 116, release_date: "2020-09-18", podcast_id: 34, host_id: 18, sponsor_id: 8, genre: "news" },
            { id: 10, title: "review", duration: 52, release_date: "2022-02-20", podcast_id: 5, host_id: 8, sponsor_id: 17, genre: "technology" },
            { id: 11, title: "review dialogue", duration: 80, release_date: "2022-06-30", podcast_id: 49, host_id: 6, sponsor_id: 8, genre: "technology" },
            { id: 12, title: "discovery comedy", duration: 105, release_date: "2020-10-31", podcast_id: 10, host_id: 6, sponsor_id: 20, genre: "technology" },
            { id: 13, title: "dialogue comedy adventure", duration: 96, release_date: "2021-11-22", podcast_id: 3, host_id: 28, sponsor_id: 19, genre: "true crime" },
            { id: 14, title: "dialogue adventure interview", duration: 64, release_date: "2022-11-23", podcast_id: 30, host_id: 16, sponsor_id: 17, genre: "true crime" },
            { id: 15, title: "science history", duration: 133, release_date: "2020-11-10", podcast_id: 8, host_id: 5, sponsor_id: 11, genre: "storytelling" },
            { id: 16, title: "debate", duration: 45, release_date: "2022-11-05", podcast_id: 37, host_id: 28, sponsor_id: 14, genre: "news" },
            { id: 17, title: "discussion", duration: 151, release_date: "2021-11-18", podcast_id: 5, host_id: 11, sponsor_id: 7, genre: "education" },
            { id: 18, title: "history discussion", duration: 77, release_date: "2022-11-30", podcast_id: 10, host_id: 16, sponsor_id: 4, genre: "technology" },
            { id: 19, title: "adventure analysis", duration: 63, release_date: "2020-10-01", podcast_id: 46, host_id: 16, sponsor_id: 4, genre: "education" },
            { id: 20, title: "storytelling expose exploration", duration: 49, release_date: "2020-10-27", podcast_id: 33, host_id: 3, sponsor_id: 6, genre: "storytelling" },
            { id: 21, title: "persuasion", duration: 101, release_date: "2022-02-01", podcast_id: 1, host_id: 23, sponsor_id: 18, genre: "storytelling" },
            { id: 22, title: "adventure", duration: 69, release_date: "2022-04-19", podcast_id: 33, host_id: 17, sponsor_id: 19, genre: "true crime" },
            { id: 23, title: "history", duration: 59, release_date: "2022-09-01", podcast_id: 18, host_id: 18, sponsor_id: 8, genre: "storytelling" },
            { id: 24, title: "history insight", duration: 64, release_date: "2023-03-21", podcast_id: 42, host_id: 9, sponsor_id: 7, genre: "technology" },
            { id: 25, title: "insight persuasion", duration: 101, release_date: "2023-01-03", podcast_id: 20, host_id: 5, sponsor_id: 17, genre: "storytelling" },
            { id: 26, title: "dialogue interview", duration: 104, release_date: "2022-01-08", podcast_id: 36, host_id: 27, sponsor_id: null, genre: "education" },
            { id: 27, title: "exploration perspective narrative", duration: 114, release_date: "2022-09-26", podcast_id: 31, host_id: 20, sponsor_id: null, genre: "storytelling" },
            { id: 28, title: "discussion perspective analysis", duration: 94, release_date: "2023-11-12", podcast_id: 43, host_id: 1, sponsor_id: 11, genre: "news" },
            { id: 29, title: "dialogue", duration: 124, release_date: "2020-01-01", podcast_id: 29, host_id: 22, sponsor_id: 1, genre: "true crime" },
            { id: 30, title: "exploration insight", duration: 53, release_date: "2021-01-06", podcast_id: 43, host_id: 13, sponsor_id: 13, genre: "education" },
            { id: 31, title: "dialogue exploration debate", duration: 86, release_date: "2020-11-16", podcast_id: 12, host_id: 8, sponsor_id: 17, genre: "news" },
            { id: 32, title: "analysis comedy", duration: 95, release_date: "2023-11-11", podcast_id: 23, host_id: 6, sponsor_id: 1, genre: "comedy" },
            { id: 33, title: "history interview narrative", duration: 127, release_date: "2023-03-07", podcast_id: 38, host_id: 14, sponsor_id: 16, genre: "comedy" },
            { id: 34, title: "storytelling exploration persuasion", duration: 31, release_date: "2023-08-29", podcast_id: 43, host_id: 29, sponsor_id: null, genre: "news" },
            { id: 35, title: "comedy", duration: 89, release_date: "2023-12-09", podcast_id: 43, host_id: 10, sponsor_id: 17, genre: "technology" },
            { id: 36, title: "debate perspective", duration: 96, release_date: "2023-03-23", podcast_id: 22, host_id: 6, sponsor_id: 20, genre: "education" },
            { id: 37, title: "interview mystery journey", duration: 84, release_date: "2021-05-07", podcast_id: 48, host_id: 18, sponsor_id: 16, genre: "storytelling" },
            { id: 38, title: "adventure review debate", duration: 99, release_date: "2022-07-20", podcast_id: 38, host_id: 4, sponsor_id: 7, genre: "true crime" },
            { id: 39, title: "debate", duration: 96, release_date: "2021-05-31", podcast_id: 16, host_id: 21, sponsor_id: 12, genre: "true crime" },
            { id: 40, title: "history persuasion", duration: 45, release_date: "2021-07-27", podcast_id: 44, host_id: 5, sponsor_id: 12, genre: "comedy" },
            { id: 41, title: "history", duration: 69, release_date: "2021-09-26", podcast_id: 32, host_id: 24, sponsor_id: 13, genre: "news" },
            { id: 42, title: "persuasion", duration: 73, release_date: "2020-05-06", podcast_id: 31, host_id: 18, sponsor_id: 19, genre: "technology" },
            { id: 43, title: "analysis science", duration: 105, release_date: "2020-01-24", podcast_id: 29, host_id: 3, sponsor_id: 4, genre: "education" },
            { id: 44, title: "analysis interview expose", duration: 94, release_date: "2022-06-28", podcast_id: 31, host_id: 21, sponsor_id: 3, genre: "news" },
            { id: 45, title: "expose debate", duration: 122, release_date: "2022-11-05", podcast_id: 33, host_id: 6, sponsor_id: 1, genre: "true crime" },
            { id: 46, title: "discovery", duration: 52, release_date: "2021-04-25", podcast_id: 23, host_id: 30, sponsor_id: 8, genre: "education" },
            { id: 47, title: "insight adventure history", duration: 112, release_date: "2020-02-10", podcast_id: 29, host_id: 6, sponsor_id: 13, genre: "technology" },
            { id: 48, title: "discovery interview", duration: 92, release_date: "2020-01-23", podcast_id: 13, host_id: 29, sponsor_id: 13, genre: "news" },
            { id: 49, title: "history", duration: 89, release_date: "2021-04-19", podcast_id: 35, host_id: 2, sponsor_id: 2, genre: "education" },
            { id: 50, title: "insight discovery debate", duration: 105, release_date: "2020-08-24", podcast_id: 34, host_id: 11, sponsor_id: 13, genre: "news" },
            { id: 51, title: "science adventure discovery", duration: 102, release_date: "2022-07-29", podcast_id: 37, host_id: 9, sponsor_id: 6, genre: "education" },
            { id: 52, title: "adventure discussion", duration: 53, release_date: "2020-11-18", podcast_id: 19, host_id: 23, sponsor_id: 6, genre: "storytelling" },
            { id: 53, title: "adventure review mystery", duration: 119, release_date: "2021-10-05", podcast_id: 23, host_id: 7, sponsor_id: 7, genre: "technology" },
            { id: 54, title: "narrative science", duration: 128, release_date: "2021-02-24", podcast_id: 7, host_id: 22, sponsor_id: 6, genre: "storytelling" },
            { id: 55, title: "history analysis", duration: 62, release_date: "2020-11-21", podcast_id: 14, host_id: 21, sponsor_id: null, genre: "storytelling" },
            { id: 56, title: "insight", duration: 80, release_date: "2022-08-26", podcast_id: 2, host_id: 26, sponsor_id: 20, genre: "education" },
            { id: 57, title: "history perspective analysis", duration: 106, release_date: "2021-11-20", podcast_id: 11, host_id: 20, sponsor_id: 1, genre: "true crime" },
            { id: 58, title: "dialogue review", duration: 37, release_date: "2022-11-15", podcast_id: 12, host_id: 12, sponsor_id: 5, genre: "storytelling" },
            { id: 59, title: "journey", duration: 111, release_date: "2023-12-19", podcast_id: 28, host_id: 10, sponsor_id: 9, genre: "news" },
            { id: 60, title: "insight discussion adventure", duration: 79, release_date: "2023-01-07", podcast_id: 12, host_id: 28, sponsor_id: 6, genre: "true crime" },
            { id: 61, title: "discussion mystery adventure", duration: 93, release_date: "2023-07-15", podcast_id: 40, host_id: 17, sponsor_id: 20, genre: "true crime" },
            { id: 62, title: "dialogue", duration: 96, release_date: "2023-10-31", podcast_id: 31, host_id: 22, sponsor_id: 8, genre: "education" },
            { id: 63, title: "expose dialogue review", duration: 80, release_date: "2021-03-28", podcast_id: 15, host_id: 8, sponsor_id: 18, genre: "education" },
            { id: 64, title: "adventure interview persuasion", duration: 135, release_date: "2022-11-14", podcast_id: 41, host_id: 15, sponsor_id: 17, genre: "comedy" },
            { id: 65, title: "journey discussion storytelling", duration: 109, release_date: "2023-11-12", podcast_id: 27, host_id: 9, sponsor_id: 20, genre: "technology" },
            { id: 66, title: "mystery discovery expose", duration: 71, release_date: "2021-06-11", podcast_id: 8, host_id: 3, sponsor_id: 1, genre: "news" },
            { id: 67, title: "adventure", duration: 77, release_date: "2023-09-18", podcast_id: 39, host_id: 9, sponsor_id: 1, genre: "storytelling" },
            { id: 68, title: "science debate", duration: 77, release_date: "2022-03-23", podcast_id: 48, host_id: 5, sponsor_id: 15, genre: "education" },
            { id: 69, title: "perspective persuasion science", duration: 51, release_date: "2021-10-05", podcast_id: 21, host_id: 8, sponsor_id: 14, genre: "education" },
            { id: 70, title: "discussion dialogue mystery", duration: 130, release_date: "2020-11-07", podcast_id: 22, host_id: 6, sponsor_id: null, genre: "comedy" },
            { id: 71, title: "exploration", duration: 77, release_date: "2021-01-13", podcast_id: 25, host_id: 12, sponsor_id: 13, genre: "news" },
            { id: 72, title: "perspective persuasion", duration: 127, release_date: "2020-06-19", podcast_id: 18, host_id: 14, sponsor_id: 20, genre: "education" },
            { id: 73, title: "journey", duration: 103, release_date: "2023-01-26", podcast_id: 42, host_id: 14, sponsor_id: 4, genre: "true crime" },
            { id: 74, title: "discussion", duration: 69, release_date: "2023-03-09", podcast_id: 47, host_id: 30, sponsor_id: 1, genre: "storytelling" },
            { id: 75, title: "persuasion", duration: 83, release_date: "2022-09-04", podcast_id: 35, host_id: 26, sponsor_id: null, genre: "storytelling" },
            { id: 76, title: "persuasion history", duration: 124, release_date: "2021-12-17", podcast_id: 41, host_id: 18, sponsor_id: 16, genre: "true crime" },
            { id: 77, title: "discussion analysis adventure", duration: 95, release_date: "2023-12-29", podcast_id: 41, host_id: 28, sponsor_id: 8, genre: "storytelling" },
            { id: 78, title: "narrative exploration", duration: 62, release_date: "2021-08-05", podcast_id: 30, host_id: 12, sponsor_id: 1, genre: "news" },
            { id: 79, title: "narrative insight comedy", duration: 111, release_date: "2021-12-31", podcast_id: 24, host_id: 11, sponsor_id: 9, genre: "news" },
            { id: 80, title: "mystery", duration: 138, release_date: "2023-11-14", podcast_id: 29, host_id: 15, sponsor_id: 13, genre: "technology" },
            { id: 81, title: "interview narrative storytelling", duration: 44, release_date: "2022-12-17", podcast_id: 24, host_id: 27, sponsor_id: 11, genre: "true crime" },
            { id: 82, title: "discussion science", duration: 92, release_date: "2020-01-18", podcast_id: 10, host_id: 18, sponsor_id: 10, genre: "news" },
            { id: 83, title: "discussion", duration: 86, release_date: "2023-03-16", podcast_id: 28, host_id: 29, sponsor_id: 5, genre: "true crime" },
            { id: 84, title: "interview perspective exploration", duration: 81, release_date: "2020-05-28", podcast_id: 37, host_id: 5, sponsor_id: 19, genre: "news" },
            { id: 85, title: "analysis comedy expose", duration: 97, release_date: "2022-11-20", podcast_id: 39, host_id: 16, sponsor_id: 5, genre: "technology" },
            { id: 86, title: "comedy mystery analysis", duration: 68, release_date: "2020-11-30", podcast_id: 17, host_id: 3, sponsor_id: 8, genre: "true crime" },
            { id: 87, title: "dialogue", duration: 80, release_date: "2020-10-15", podcast_id: 16, host_id: 18, sponsor_id: 13, genre: "storytelling" },
            { id: 88, title: "analysis dialogue", duration: 75, release_date: "2021-01-19", podcast_id: 37, host_id: 14, sponsor_id: 6, genre: "true crime" },
            { id: 89, title: "comedy", duration: 101, release_date: "2022-01-31", podcast_id: 26, host_id: 5, sponsor_id: 17, genre: "technology" },
            { id: 90, title: "analysis expose", duration: 93, release_date: "2021-01-10", podcast_id: 46, host_id: 27, sponsor_id: null, genre: "comedy" },
            { id: 91, title: "narrative debate journey", duration: 84, release_date: "2023-03-01", podcast_id: 35, host_id: 23, sponsor_id: 2, genre: "technology" },
            { id: 92, title: "exploration debate", duration: 70, release_date: "2020-10-12", podcast_id: 17, host_id: 29, sponsor_id: 17, genre: "news" },
            { id: 93, title: "comedy perspective persuasion", duration: 118, release_date: "2020-09-26", podcast_id: 26, host_id: 4, sponsor_id: 2, genre: "storytelling" },
            { id: 94, title: "comedy", duration: 60, release_date: "2022-09-17", podcast_id: 38, host_id: 24, sponsor_id: 8, genre: "technology" },
            { id: 95, title: "mystery comedy", duration: 73, release_date: "2023-08-29", podcast_id: 24, host_id: 24, sponsor_id: 17, genre: "education" },
            { id: 96, title: "insight mystery analysis", duration: 121, release_date: "2020-01-10", podcast_id: 31, host_id: 22, sponsor_id: null, genre: "true crime" },
            { id: 97, title: "storytelling interview narrative", duration: 41, release_date: "2020-01-14", podcast_id: 39, host_id: 30, sponsor_id: 12, genre: "technology" },
            { id: 98, title: "comedy history", duration: 84, release_date: "2021-10-02", podcast_id: 30, host_id: 3, sponsor_id: 9, genre: "storytelling" },
            { id: 99, title: "discussion", duration: 93, release_date: "2022-10-11", podcast_id: 7, host_id: 22, sponsor_id: 18, genre: "comedy" },
            { id: 100, title: "history perspective discovery", duration: 59, release_date: "2023-05-20", podcast_id: 6, host_id: 18, sponsor_id: 1, genre: "news" },
            { id: 101, title: "analysis discussion perspective", duration: 56, release_date: "2022-04-27", podcast_id: 12, host_id: 26, sponsor_id: 6, genre: "true crime" },
            { id: 102, title: "discussion journey", duration: 120, release_date: "2021-12-17", podcast_id: 46, host_id: 19, sponsor_id: 11, genre: "news" },
            { id: 103, title: "discovery journey", duration: 100, release_date: "2022-01-13", podcast_id: 23, host_id: 17, sponsor_id: 13, genre: "education" },
            { id: 104, title: "history perspective", duration: 86, release_date: "2020-10-02", podcast_id: 4, host_id: 30, sponsor_id: 18, genre: "storytelling" },
            { id: 105, title: "review exploration history", duration: 76, release_date: "2021-07-26", podcast_id: 10, host_id: 11, sponsor_id: 17, genre: "education" },
            { id: 106, title: "insight dialogue", duration: 45, release_date: "2021-06-18", podcast_id: 14, host_id: 4, sponsor_id: 17, genre: "true crime" },
            { id: 107, title: "storytelling debate", duration: 59, release_date: "2021-04-11", podcast_id: 45, host_id: 13, sponsor_id: 17, genre: "technology" },
            { id: 108, title: "science expose", duration: 141, release_date: "2021-02-05", podcast_id: 31, host_id: 26, sponsor_id: 9, genre: "true crime" },
            { id: 109, title: "storytelling perspective", duration: 88, release_date: "2022-02-25", podcast_id: 35, host_id: 6, sponsor_id: 16, genre: "technology" },
            { id: 110, title: "interview adventure debate", duration: 60, release_date: "2022-06-11", podcast_id: 16, host_id: 22, sponsor_id: 13, genre: "comedy" },
            { id: 111, title: "insight expose exploration", duration: 60, release_date: "2020-11-26", podcast_id: 9, host_id: 29, sponsor_id: 8, genre: "education" },
            { id: 112, title: "storytelling review", duration: 73, release_date: "2021-08-12", podcast_id: 16, host_id: 16, sponsor_id: null, genre: "true crime" },
            { id: 113, title: "adventure", duration: 80, release_date: "2022-06-08", podcast_id: 1, host_id: 8, sponsor_id: 1, genre: "comedy" },
            { id: 114, title: "history perspective", duration: 120, release_date: "2023-01-24", podcast_id: 15, host_id: 19, sponsor_id: 5, genre: "technology" },
            { id: 115, title: "journey history interview", duration: 129, release_date: "2023-01-02", podcast_id: 3, host_id: 6, sponsor_id: 1, genre: "news" },
            { id: 116, title: "discovery interview", duration: 121, release_date: "2023-03-02", podcast_id: 1, host_id: 14, sponsor_id: 19, genre: "true crime" },
            { id: 117, title: "persuasion", duration: 118, release_date: "2020-03-31", podcast_id: 48, host_id: 11, sponsor_id: 20, genre: "comedy" },
            { id: 118, title: "narrative", duration: 33, release_date: "2020-01-14", podcast_id: 28, host_id: 19, sponsor_id: 1, genre: "comedy" },
            { id: 119, title: "discovery", duration: 80, release_date: "2023-10-05", podcast_id: 32, host_id: 10, sponsor_id: 6, genre: "education" },
            { id: 120, title: "interview", duration: 83, release_date: "2022-08-08", podcast_id: 35, host_id: 11, sponsor_id: null, genre: "news" },
            { id: 121, title: "insight discussion", duration: 50, release_date: "2020-05-22", podcast_id: 6, host_id: 29, sponsor_id: 15, genre: "technology" },
            { id: 122, title: "history science", duration: 71, release_date: "2023-09-10", podcast_id: 8, host_id: 9, sponsor_id: 16, genre: "true crime" },
            { id: 123, title: "discussion analysis", duration: 80, release_date: "2022-11-26", podcast_id: 34, host_id: 8, sponsor_id: 7, genre: "technology" },
            { id: 124, title: "perspective", duration: 80, release_date: "2023-11-06", podcast_id: 25, host_id: 22, sponsor_id: 3, genre: "storytelling" },
            { id: 125, title: "storytelling", duration: 42, release_date: "2022-04-02", podcast_id: 19, host_id: 28, sponsor_id: null, genre: "news" },
            { id: 126, title: "dialogue review discussion", duration: 115, release_date: "2022-02-14", podcast_id: 10, host_id: 18, sponsor_id: null, genre: "news" },
            { id: 127, title: "adventure", duration: 129, release_date: "2021-11-13", podcast_id: 43, host_id: 30, sponsor_id: 9, genre: "true crime" },
            { id: 128, title: "persuasion", duration: 67, release_date: "2021-07-05", podcast_id: 45, host_id: 24, sponsor_id: 11, genre: "news" },
            { id: 129, title: "persuasion", duration: 95, release_date: "2023-11-27", podcast_id: 21, host_id: 17, sponsor_id: 4, genre: "education" },
            { id: 130, title: "expose exploration discussion", duration: 75, release_date: "2022-11-23", podcast_id: 15, host_id: 18, sponsor_id: 13, genre: "true crime" },
            { id: 131, title: "discussion perspective persuasion", duration: 50, release_date: "2020-10-31", podcast_id: 1, host_id: 29, sponsor_id: 3, genre: "true crime" },
            { id: 132, title: "review", duration: 98, release_date: "2022-09-27", podcast_id: 37, host_id: 23, sponsor_id: 15, genre: "true crime" },
            { id: 133, title: "comedy", duration: 101, release_date: "2023-09-24", podcast_id: 30, host_id: 6, sponsor_id: 5, genre: "storytelling" },
            { id: 134, title: "persuasion", duration: 89, release_date: "2021-02-18", podcast_id: 7, host_id: 20, sponsor_id: 19, genre: "storytelling" },
            { id: 135, title: "review", duration: 112, release_date: "2020-12-05", podcast_id: 39, host_id: 25, sponsor_id: 6, genre: "comedy" },
            { id: 136, title: "discussion journey storytelling", duration: 88, release_date: "2022-08-28", podcast_id: 8, host_id: 15, sponsor_id: 17, genre: "storytelling" },
            { id: 137, title: "perspective persuasion", duration: 105, release_date: "2023-11-16", podcast_id: 37, host_id: 13, sponsor_id: 14, genre: "storytelling" },
            { id: 138, title: "history interview", duration: 90, release_date: "2023-02-13", podcast_id: 49, host_id: 19, sponsor_id: 18, genre: "education" },
            { id: 139, title: "review exploration", duration: 119, release_date: "2022-02-22", podcast_id: 8, host_id: 19, sponsor_id: 12, genre: "technology" },
            { id: 140, title: "insight narrative", duration: 99, release_date: "2022-07-09", podcast_id: 32, host_id: 13, sponsor_id: 10, genre: "news" },
            { id: 141, title: "journey expose", duration: 58, release_date: "2023-11-19", podcast_id: 28, host_id: 19, sponsor_id: 1, genre: "storytelling" },
            { id: 142, title: "journey persuasion", duration: 80, release_date: "2020-10-24", podcast_id: 9, host_id: 13, sponsor_id: 17, genre: "technology" },
            { id: 143, title: "history journey analysis", duration: 77, release_date: "2021-02-04", podcast_id: 49, host_id: 11, sponsor_id: null, genre: "news" },
            { id: 144, title: "discussion", duration: 106, release_date: "2023-01-07", podcast_id: 36, host_id: 11, sponsor_id: 5, genre: "comedy" },
            { id: 145, title: "persuasion insight comedy", duration: 64, release_date: "2022-12-25", podcast_id: 44, host_id: 8, sponsor_id: null, genre: "storytelling" },
            { id: 146, title: "analysis perspective interview", duration: 115, release_date: "2021-03-24", podcast_id: 44, host_id: 16, sponsor_id: 6, genre: "technology" },
            { id: 147, title: "adventure perspective comedy", duration: 72, release_date: "2020-01-01", podcast_id: 5, host_id: 13, sponsor_id: 14, genre: "storytelling" },
            { id: 148, title: "persuasion expose", duration: 92, release_date: "2023-12-19", podcast_id: 49, host_id: 17, sponsor_id: 3, genre: "technology" },
            { id: 149, title: "exploration narrative expose", duration: 69, release_date: "2022-07-18", podcast_id: 47, host_id: 3, sponsor_id: 19, genre: "comedy" },
            { id: 150, title: "science", duration: 30, release_date: "2023-01-29", podcast_id: 24, host_id: 2, sponsor_id: 6, genre: "news" },
            { id: 151, title: "interview", duration: 78, release_date: "2020-09-15", podcast_id: 33, host_id: 14, sponsor_id: 9, genre: "education" },
            { id: 152, title: "comedy", duration: 85, release_date: "2020-03-23", podcast_id: 43, host_id: 1, sponsor_id: null, genre: "education" },
            { id: 153, title: "interview discussion", duration: 135, release_date: "2022-02-06", podcast_id: 20, host_id: 25, sponsor_id: 14, genre: "education" },
            { id: 154, title: "science expose", duration: 102, release_date: "2022-03-19", podcast_id: 39, host_id: 7, sponsor_id: 14, genre: "news" },
            { id: 155, title: "expose comedy", duration: 81, release_date: "2020-10-30", podcast_id: 24, host_id: 6, sponsor_id: 17, genre: "news" },
            { id: 156, title: "history discovery science", duration: 88, release_date: "2022-11-10", podcast_id: 30, host_id: 11, sponsor_id: 20, genre: "comedy" },
            { id: 157, title: "science", duration: 105, release_date: "2023-04-03", podcast_id: 35, host_id: 2, sponsor_id: 3, genre: "education" },
            { id: 158, title: "analysis", duration: 139, release_date: "2022-03-07", podcast_id: 32, host_id: 17, sponsor_id: 1, genre: "education" },
            { id: 159, title: "insight journey debate", duration: 34, release_date: "2022-04-18", podcast_id: 17, host_id: 11, sponsor_id: 7, genre: "storytelling" },
            { id: 160, title: "debate", duration: 109, release_date: "2023-10-24", podcast_id: 47, host_id: 13, sponsor_id: 16, genre: "storytelling" },
            { id: 161, title: "mystery interview adventure", duration: 93, release_date: "2021-08-20", podcast_id: 20, host_id: 27, sponsor_id: 1, genre: "technology" },
            { id: 162, title: "interview insight", duration: 120, release_date: "2022-09-17", podcast_id: 1, host_id: 4, sponsor_id: 1, genre: "technology" },
            { id: 163, title: "journey", duration: 126, release_date: "2021-01-12", podcast_id: 6, host_id: 21, sponsor_id: 2, genre: "news" },
            { id: 164, title: "exploration insight", duration: 135, release_date: "2021-07-18", podcast_id: 39, host_id: 22, sponsor_id: 11, genre: "storytelling" },
            { id: 165, title: "perspective discussion persuasion", duration: 65, release_date: "2021-11-04", podcast_id: 41, host_id: 12, sponsor_id: 8, genre: "storytelling" },
            { id: 166, title: "discovery", duration: 70, release_date: "2021-11-30", podcast_id: 1, host_id: 9, sponsor_id: 6, genre: "comedy" },
            { id: 167, title: "science", duration: 63, release_date: "2021-07-12", podcast_id: 39, host_id: 24, sponsor_id: 19, genre: "news" },
            { id: 168, title: "review", duration: 132, release_date: "2022-05-17", podcast_id: 9, host_id: 20, sponsor_id: 10, genre: "true crime" },
            { id: 169, title: "expose history", duration: 149, release_date: "2023-08-01", podcast_id: 22, host_id: 3, sponsor_id: 20, genre: "storytelling" },
            { id: 170, title: "perspective", duration: 129, release_date: "2023-11-04", podcast_id: 18, host_id: 30, sponsor_id: 8, genre: "education" },
            { id: 171, title: "review", duration: 98, release_date: "2022-05-07", podcast_id: 7, host_id: 6, sponsor_id: 3, genre: "true crime" },
            { id: 172, title: "expose interview history", duration: 138, release_date: "2023-02-19", podcast_id: 33, host_id: 26, sponsor_id: 5, genre: "education" },
            { id: 173, title: "history exploration", duration: 88, release_date: "2021-05-06", podcast_id: 2, host_id: 13, sponsor_id: 20, genre: "news" },
            { id: 174, title: "interview journey", duration: 89, release_date: "2020-08-21", podcast_id: 5, host_id: 24, sponsor_id: 11, genre: "news" },
            { id: 175, title: "insight interview journey", duration: 57, release_date: "2022-01-08", podcast_id: 27, host_id: 9, sponsor_id: 13, genre: "true crime" },
            { id: 176, title: "discovery", duration: 127, release_date: "2021-09-20", podcast_id: 7, host_id: 15, sponsor_id: null, genre: "news" },
            { id: 177, title: "journey history", duration: 133, release_date: "2022-03-24", podcast_id: 21, host_id: 28, sponsor_id: 12, genre: "technology" },
            { id: 178, title: "dialogue", duration: 104, release_date: "2022-03-06", podcast_id: 43, host_id: 12, sponsor_id: 7, genre: "technology" },
            { id: 179, title: "persuasion", duration: 62, release_date: "2023-10-03", podcast_id: 37, host_id: 20, sponsor_id: 18, genre: "education" },
            { id: 180, title: "interview", duration: 100, release_date: "2022-01-07", podcast_id: 31, host_id: 25, sponsor_id: null, genre: "education" },
            { id: 181, title: "adventure history comedy", duration: 94, release_date: "2023-09-20", podcast_id: 13, host_id: 6, sponsor_id: 20, genre: "storytelling" },
            { id: 182, title: "journey", duration: 74, release_date: "2020-01-07", podcast_id: 9, host_id: 1, sponsor_id: 9, genre: "technology" },
            { id: 183, title: "review history adventure", duration: 84, release_date: "2021-04-03", podcast_id: 50, host_id: 13, sponsor_id: 4, genre: "technology" },
            { id: 184, title: "expose", duration: 136, release_date: "2023-07-19", podcast_id: 27, host_id: 18, sponsor_id: 19, genre: "comedy" },
            { id: 185, title: "review", duration: 123, release_date: "2021-10-22", podcast_id: 24, host_id: 8, sponsor_id: 14, genre: "true crime" },
            { id: 186, title: "review history expose", duration: 73, release_date: "2023-03-03", podcast_id: 16, host_id: 4, sponsor_id: null, genre: "comedy" },
            { id: 187, title: "debate adventure mystery", duration: 85, release_date: "2022-07-26", podcast_id: 11, host_id: 26, sponsor_id: 12, genre: "news" },
            { id: 188, title: "discussion expose", duration: 105, release_date: "2020-12-27", podcast_id: 21, host_id: 20, sponsor_id: 3, genre: "true crime" },
            { id: 189, title: "narrative persuasion storytelling", duration: 70, release_date: "2020-05-02", podcast_id: 9, host_id: 18, sponsor_id: 12, genre: "comedy" },
            { id: 190, title: "review science", duration: 103, release_date: "2023-01-02", podcast_id: 33, host_id: 27, sponsor_id: 20, genre: "true crime" },
            { id: 191, title: "interview mystery dialogue", duration: 125, release_date: "2020-08-03", podcast_id: 29, host_id: 30, sponsor_id: 18, genre: "education" },
            { id: 192, title: "mystery insight", duration: 95, release_date: "2021-11-01", podcast_id: 23, host_id: 22, sponsor_id: 18, genre: "news" },
            { id: 193, title: "exploration interview", duration: 118, release_date: "2020-11-17", podcast_id: 14, host_id: 26, sponsor_id: 16, genre: "storytelling" },
            { id: 194, title: "persuasion mystery discovery", duration: 111, release_date: "2020-12-23", podcast_id: 2, host_id: 3, sponsor_id: 7, genre: "true crime" },
            { id: 195, title: "storytelling perspective discovery", duration: 101, release_date: "2021-11-26", podcast_id: 10, host_id: 23, sponsor_id: 18, genre: "technology" },
            { id: 196, title: "review", duration: 101, release_date: "2021-01-31", podcast_id: 18, host_id: 26, sponsor_id: 8, genre: "comedy" },
            { id: 197, title: "mystery science", duration: 105, release_date: "2023-07-29", podcast_id: 30, host_id: 14, sponsor_id: 20, genre: "true crime" },
            { id: 198, title: "dialogue", duration: 81, release_date: "2020-11-27", podcast_id: 14, host_id: 20, sponsor_id: 11, genre: "education" },
            { id: 199, title: "insight comedy perspective", duration: 114, release_date: "2021-09-12", podcast_id: 11, host_id: 4, sponsor_id: 2, genre: "comedy" },
            { id: 200, title: "perspective mystery dialogue", duration: 115, release_date: "2022-02-17", podcast_id: 31, host_id: 27, sponsor_id: 10, genre: "education" },
        ],
    });
    await prisma.users.createMany({
        data: [
            { id: 1, username: "curiousmind audiophile storyteller", email: "curiousmind.audiophilestoryteller@example.org", total_reviews: 10, average_rating_given: "1.4" },
            { id: 2, username: "debater storyteller", email: "debater.storyteller@example.net", total_reviews: 19, average_rating_given: "4.6" },
            { id: 3, username: "reviewer", email: "reviewer.reviewer@example.net", total_reviews: 21, average_rating_given: "4.5" },
            { id: 4, username: "contentconsumer", email: "contentconsumer.contentconsumer@example.net", total_reviews: 14, average_rating_given: "4.3" },
            { id: 5, username: "explorer commentator talkjunkie", email: "explorer.commentatortalkjunkie@example.net", total_reviews: 12, average_rating_given: "4.4" },
            { id: 6, username: "contentconsumer audiophile critic", email: "contentconsumer.audiophilecritic@example.org", total_reviews: 22, average_rating_given: "4.1" },
            { id: 7, username: "audiophile", email: "audiophile.audiophile@example.net", total_reviews: 14, average_rating_given: "2.8" },
            { id: 8, username: "storyteller", email: "storyteller.storyteller@example.net", total_reviews: 10, average_rating_given: "3.6" },
            { id: 9, username: "explorer contentconsumer soundwave", email: "explorer.contentconsumersoundwave@example.com", total_reviews: 16, average_rating_given: "1.5" },
            { id: 10, username: "explorer", email: "explorer.explorer@example.net", total_reviews: 22, average_rating_given: "1.2" },
            { id: 11, username: "analyzer soundwave", email: "analyzer.soundwave@example.com", total_reviews: 20, average_rating_given: "5.0" },
            { id: 12, username: "commentator reviewer audiophile", email: "commentator.revieweraudiophile@example.com", total_reviews: 10, average_rating_given: "4.8" },
            { id: 13, username: "reviewer critic audiophile", email: "reviewer.criticaudiophile@example.org", total_reviews: 16, average_rating_given: "3.3" },
            { id: 14, username: "contentconsumer theorist", email: "contentconsumer.theorist@example.org", total_reviews: 13, average_rating_given: "4.6" },
            { id: 15, username: "analyzer curiousmind theorist", email: "analyzer.curiousmindtheorist@example.org", total_reviews: 13, average_rating_given: "3.8" },
            { id: 16, username: "debater", email: "debater.debater@example.net", total_reviews: 18, average_rating_given: "4.0" },
            { id: 17, username: "analyzer", email: "analyzer.analyzer@example.org", total_reviews: 20, average_rating_given: "3.4" },
            { id: 18, username: "storyteller insightseeker narrator", email: "storyteller.insightseekernarrator@example.net", total_reviews: 16, average_rating_given: "4.0" },
            { id: 19, username: "listener1 contentconsumer curiousmind", email: "listener1.contentconsumercuriousmind@example.net", total_reviews: 14, average_rating_given: "4.6" },
            { id: 20, username: "curiousmind storyteller debater", email: "curiousmind.storytellerdebater@example.net", total_reviews: 14, average_rating_given: "2.7" },
            { id: 21, username: "contentconsumer podcastlover", email: "contentconsumer.podcastlover@example.org", total_reviews: 16, average_rating_given: "1.5" },
            { id: 22, username: "explorer", email: "explorer.explorer@example.org", total_reviews: 13, average_rating_given: "1.5" },
            { id: 23, username: "storyteller", email: "storyteller.storyteller@example.com", total_reviews: 19, average_rating_given: "4.7" },
            { id: 24, username: "reviewer soundwave audiophile", email: "reviewer.soundwaveaudiophile@example.com", total_reviews: 15, average_rating_given: "1.2" },
            { id: 25, username: "podfan insightseeker", email: "podfan.insightseeker@example.com", total_reviews: 23, average_rating_given: "5.0" },
            { id: 26, username: "critic explorer", email: "critic.explorer@example.net", total_reviews: 18, average_rating_given: "1.0" },
            { id: 27, username: "contentconsumer analyzer", email: "contentconsumer.analyzer@example.org", total_reviews: 19, average_rating_given: "3.7" },
            { id: 28, username: "narrator mediaenthusiast talkjunkie", email: "narrator.mediaenthusiasttalkjunkie@example.net", total_reviews: 9, average_rating_given: "4.6" },
            { id: 29, username: "commentator", email: "commentator.commentator@example.com", total_reviews: 20, average_rating_given: "4.5" },
            { id: 30, username: "critic", email: "critic.critic@example.org", total_reviews: 20, average_rating_given: "1.9" },
            { id: 31, username: "contentconsumer", email: "contentconsumer.contentconsumer@example.org", total_reviews: 13, average_rating_given: "4.9" },
            { id: 32, username: "audiophile analyzer", email: "audiophile.analyzer@example.org", total_reviews: 15, average_rating_given: "1.7" },
            { id: 33, username: "analyzer", email: "analyzer.analyzer@example.org", total_reviews: 10, average_rating_given: "5.0" },
            { id: 34, username: "discussant", email: "discussant.discussant@example.com", total_reviews: 16, average_rating_given: "4.5" },
            { id: 35, username: "listener1", email: "listener1.listener1@example.com", total_reviews: 12, average_rating_given: "5.0" },
            { id: 36, username: "contentconsumer commentator theorist", email: "contentconsumer.commentatortheorist@example.org", total_reviews: 16, average_rating_given: "4.9" },
            { id: 37, username: "critic soundwave", email: "critic.soundwave@example.net", total_reviews: 11, average_rating_given: "4.8" },
            { id: 38, username: "podcastlover", email: "podcastlover.podcastlover@example.com", total_reviews: 23, average_rating_given: "4.5" },
            { id: 39, username: "podfan", email: "podfan.podfan@example.net", total_reviews: 12, average_rating_given: "4.4" },
            { id: 40, username: "commentator discussant narrator", email: "commentator.discussantnarrator@example.net", total_reviews: 12, average_rating_given: "4.7" },
            { id: 41, username: "storyteller discussant", email: "storyteller.discussant@example.com", total_reviews: 22, average_rating_given: "3.1" },
            { id: 42, username: "insightseeker debater", email: "insightseeker.debater@example.org", total_reviews: 13, average_rating_given: "2.8" },
            { id: 43, username: "debater", email: "debater.debater@example.com", total_reviews: 12, average_rating_given: "5.0" },
            { id: 44, username: "discussant explorer", email: "discussant.explorer@example.com", total_reviews: 17, average_rating_given: "4.7" },
            { id: 45, username: "mediaenthusiast explorer listener1", email: "mediaenthusiast.explorerlistener1@example.net", total_reviews: 15, average_rating_given: "4.7" },
            { id: 46, username: "discussant analyzer", email: "discussant.analyzer@example.net", total_reviews: 23, average_rating_given: "5.0" },
            { id: 47, username: "explorer narrator contentconsumer", email: "explorer.narratorcontentconsumer@example.net", total_reviews: 13, average_rating_given: "3.5" },
            { id: 48, username: "podcastlover", email: "podcastlover.podcastlover@example.net", total_reviews: 18, average_rating_given: "1.3" },
            { id: 49, username: "mediaenthusiast contentconsumer", email: "mediaenthusiast.contentconsumer@example.org", total_reviews: 15, average_rating_given: "3.0" },
            { id: 50, username: "listener1 narrator", email: "listener1.narrator@example.com", total_reviews: 20, average_rating_given: "3.1" },
            { id: 51, username: "critic", email: "critic.critic@example.com", total_reviews: 18, average_rating_given: "4.0" },
            { id: 52, username: "talkjunkie podfan critic", email: "talkjunkie.podfancritic@example.com", total_reviews: 16, average_rating_given: "2.9" },
            { id: 53, username: "analyzer podcastlover listener1", email: "analyzer.podcastloverlistener1@example.org", total_reviews: 17, average_rating_given: "5.0" },
            { id: 54, username: "discussant storyteller commentator", email: "discussant.storytellercommentator@example.com", total_reviews: 20, average_rating_given: "1.9" },
            { id: 55, username: "soundwave", email: "soundwave.soundwave@example.org", total_reviews: 25, average_rating_given: "2.9" },
            { id: 56, username: "audiophile podfan insightseeker", email: "audiophile.podfaninsightseeker@example.net", total_reviews: 22, average_rating_given: "3.9" },
            { id: 57, username: "audiophile talkjunkie theorist", email: "audiophile.talkjunkietheorist@example.net", total_reviews: 18, average_rating_given: "4.3" },
            { id: 58, username: "commentator", email: "commentator.commentator@example.net", total_reviews: 14, average_rating_given: "2.8" },
            { id: 59, username: "insightseeker podcastlover", email: "insightseeker.podcastlover@example.com", total_reviews: 17, average_rating_given: "4.0" },
            { id: 60, username: "curiousmind", email: "curiousmind.curiousmind@example.net", total_reviews: 24, average_rating_given: "4.5" },
            { id: 61, username: "analyzer", email: "analyzer.analyzer@example.com", total_reviews: 24, average_rating_given: "5.0" },
            { id: 62, username: "narrator storyteller curiousmind", email: "narrator.storytellercuriousmind@example.com", total_reviews: 15, average_rating_given: "3.7" },
            { id: 63, username: "listener1 commentator critic", email: "listener1.commentatorcritic@example.com", total_reviews: 15, average_rating_given: "4.7" },
            { id: 64, username: "podcastlover", email: "podcastlover.podcastlover@example.net", total_reviews: 10, average_rating_given: "4.6" },
            { id: 65, username: "contentconsumer insightseeker podfan", email: "contentconsumer.insightseekerpodfan@example.org", total_reviews: 13, average_rating_given: "4.0" },
            { id: 66, username: "reviewer", email: "reviewer.reviewer@example.net", total_reviews: 13, average_rating_given: "3.8" },
            { id: 67, username: "debater discussant", email: "debater.discussant@example.net", total_reviews: 15, average_rating_given: "1.0" },
            { id: 68, username: "curiousmind insightseeker analyzer", email: "curiousmind.insightseekeranalyzer@example.org", total_reviews: 8, average_rating_given: "4.2" },
            { id: 69, username: "curiousmind listener1", email: "curiousmind.listener1@example.net", total_reviews: 15, average_rating_given: "4.4" },
            { id: 70, username: "storyteller", email: "storyteller.storyteller@example.com", total_reviews: 15, average_rating_given: "1.6" },
            { id: 71, username: "podcastlover talkjunkie storyteller", email: "podcastlover.talkjunkiestoryteller@example.net", total_reviews: 10, average_rating_given: "4.0" },
            { id: 72, username: "contentconsumer debater", email: "contentconsumer.debater@example.net", total_reviews: 11, average_rating_given: "4.8" },
            { id: 73, username: "talkjunkie", email: "talkjunkie.talkjunkie@example.org", total_reviews: 11, average_rating_given: "4.7" },
            { id: 74, username: "critic", email: "critic.critic@example.org", total_reviews: 15, average_rating_given: "4.5" },
            { id: 75, username: "critic curiousmind", email: "critic.curiousmind@example.net", total_reviews: 17, average_rating_given: "4.7" },
            { id: 76, username: "soundwave theorist", email: "soundwave.theorist@example.net", total_reviews: 14, average_rating_given: "3.8" },
            { id: 77, username: "podfan reviewer", email: "podfan.reviewer@example.com", total_reviews: 22, average_rating_given: "3.9" },
            { id: 78, username: "mediaenthusiast curiousmind", email: "mediaenthusiast.curiousmind@example.net", total_reviews: 15, average_rating_given: "3.0" },
            { id: 79, username: "soundwave contentconsumer debater", email: "soundwave.contentconsumerdebater@example.org", total_reviews: 17, average_rating_given: "5.0" },
            { id: 80, username: "mediaenthusiast analyzer curiousmind", email: "mediaenthusiast.analyzercuriousmind@example.org", total_reviews: 13, average_rating_given: "4.8" },
            { id: 81, username: "theorist", email: "theorist.theorist@example.org", total_reviews: 12, average_rating_given: "4.9" },
            { id: 82, username: "discussant", email: "discussant.discussant@example.com", total_reviews: 18, average_rating_given: "3.3" },
            { id: 83, username: "soundwave", email: "soundwave.soundwave@example.net", total_reviews: 20, average_rating_given: "2.9" },
            { id: 84, username: "audiophile storyteller", email: "audiophile.storyteller@example.net", total_reviews: 12, average_rating_given: "4.5" },
            { id: 85, username: "podcastlover critic", email: "podcastlover.critic@example.org", total_reviews: 18, average_rating_given: "4.0" },
            { id: 86, username: "audiophile", email: "audiophile.audiophile@example.com", total_reviews: 18, average_rating_given: "2.1" },
            { id: 87, username: "theorist audiophile talkjunkie", email: "theorist.audiophiletalkjunkie@example.org", total_reviews: 14, average_rating_given: "4.8" },
            { id: 88, username: "podcastlover mediaenthusiast reviewer", email: "podcastlover.mediaenthusiastreviewer@example.org", total_reviews: 22, average_rating_given: "3.0" },
            { id: 89, username: "listener1 contentconsumer podcastlover", email: "listener1.contentconsumerpodcastlover@example.net", total_reviews: 17, average_rating_given: "2.8" },
            { id: 90, username: "contentconsumer", email: "contentconsumer.contentconsumer@example.net", total_reviews: 11, average_rating_given: "3.9" },
            { id: 91, username: "audiophile narrator reviewer", email: "audiophile.narratorreviewer@example.net", total_reviews: 20, average_rating_given: "1.4" },
            { id: 92, username: "mediaenthusiast explorer", email: "mediaenthusiast.explorer@example.com", total_reviews: 6, average_rating_given: "3.0" },
            { id: 93, username: "mediaenthusiast critic", email: "mediaenthusiast.critic@example.com", total_reviews: 19, average_rating_given: "3.6" },
            { id: 94, username: "contentconsumer audiophile", email: "contentconsumer.audiophile@example.org", total_reviews: 7, average_rating_given: "3.7" },
            { id: 95, username: "talkjunkie discussant", email: "talkjunkie.discussant@example.org", total_reviews: 11, average_rating_given: "4.1" },
            { id: 96, username: "theorist", email: "theorist.theorist@example.net", total_reviews: 14, average_rating_given: "4.8" },
            { id: 97, username: "contentconsumer", email: "contentconsumer.contentconsumer@example.org", total_reviews: 18, average_rating_given: "4.4" },
            { id: 98, username: "explorer insightseeker", email: "explorer.insightseeker@example.org", total_reviews: 17, average_rating_given: "5.0" },
            { id: 99, username: "explorer theorist", email: "explorer.theorist@example.net", total_reviews: 19, average_rating_given: "4.8" },
            { id: 100, username: "listener1", email: "listener1.listener1@example.com", total_reviews: 16, average_rating_given: "1.4" },
            { id: 101, username: "narrator curiousmind", email: "narrator.curiousmind@example.net", total_reviews: 11, average_rating_given: "5.0" },
            { id: 102, username: "theorist podcastlover explorer", email: "theorist.podcastloverexplorer@example.org", total_reviews: 14, average_rating_given: "4.4" },
            { id: 103, username: "podcastlover commentator", email: "podcastlover.commentator@example.com", total_reviews: 25, average_rating_given: "4.0" },
            { id: 104, username: "commentator insightseeker analyzer", email: "commentator.insightseekeranalyzer@example.org", total_reviews: 15, average_rating_given: "5.0" },
            { id: 105, username: "contentconsumer listener1", email: "contentconsumer.listener1@example.org", total_reviews: 22, average_rating_given: "3.2" },
            { id: 106, username: "mediaenthusiast", email: "mediaenthusiast.mediaenthusiast@example.org", total_reviews: 12, average_rating_given: "4.8" },
            { id: 107, username: "storyteller listener1", email: "storyteller.listener1@example.net", total_reviews: 11, average_rating_given: "5.0" },
            { id: 108, username: "insightseeker contentconsumer", email: "insightseeker.contentconsumer@example.net", total_reviews: 19, average_rating_given: "2.9" },
            { id: 109, username: "podcastlover", email: "podcastlover.podcastlover@example.org", total_reviews: 13, average_rating_given: "4.5" },
            { id: 110, username: "explorer", email: "explorer.explorer@example.com", total_reviews: 16, average_rating_given: "4.8" },
            { id: 111, username: "contentconsumer", email: "contentconsumer.contentconsumer@example.org", total_reviews: 15, average_rating_given: "4.1" },
            { id: 112, username: "talkjunkie debater", email: "talkjunkie.debater@example.com", total_reviews: 19, average_rating_given: "3.9" },
            { id: 113, username: "commentator podfan", email: "commentator.podfan@example.org", total_reviews: 15, average_rating_given: "3.4" },
            { id: 114, username: "mediaenthusiast contentconsumer", email: "mediaenthusiast.contentconsumer@example.com", total_reviews: 14, average_rating_given: "3.2" },
            { id: 115, username: "podcastlover", email: "podcastlover.podcastlover@example.org", total_reviews: 19, average_rating_given: "1.9" },
            { id: 116, username: "debater", email: "debater.debater@example.com", total_reviews: 21, average_rating_given: "4.0" },
            { id: 117, username: "soundwave reviewer listener1", email: "soundwave.reviewerlistener1@example.net", total_reviews: 14, average_rating_given: "5.0" },
            { id: 118, username: "critic", email: "critic.critic@example.com", total_reviews: 22, average_rating_given: "1.6" },
            { id: 119, username: "analyzer reviewer", email: "analyzer.reviewer@example.org", total_reviews: 17, average_rating_given: "4.1" },
            { id: 120, username: "podfan", email: "podfan.podfan@example.org", total_reviews: 15, average_rating_given: "1.4" },
            { id: 121, username: "analyzer mediaenthusiast", email: "analyzer.mediaenthusiast@example.net", total_reviews: 16, average_rating_given: "2.5" },
            { id: 122, username: "analyzer", email: "analyzer.analyzer@example.org", total_reviews: 14, average_rating_given: "3.4" },
            { id: 123, username: "mediaenthusiast", email: "mediaenthusiast.mediaenthusiast@example.org", total_reviews: 19, average_rating_given: "2.5" },
            { id: 124, username: "insightseeker", email: "insightseeker.insightseeker@example.com", total_reviews: 13, average_rating_given: "2.5" },
            { id: 125, username: "discussant podfan", email: "discussant.podfan@example.org", total_reviews: 18, average_rating_given: "4.8" },
            { id: 126, username: "commentator", email: "commentator.commentator@example.com", total_reviews: 13, average_rating_given: "4.3" },
            { id: 127, username: "mediaenthusiast contentconsumer", email: "mediaenthusiast.contentconsumer@example.net", total_reviews: 15, average_rating_given: "4.4" },
            { id: 128, username: "storyteller", email: "storyteller.storyteller@example.org", total_reviews: 14, average_rating_given: "4.6" },
            { id: 129, username: "reviewer critic", email: "reviewer.critic@example.com", total_reviews: 12, average_rating_given: "5.0" },
            { id: 130, username: "contentconsumer", email: "contentconsumer.contentconsumer@example.com", total_reviews: 18, average_rating_given: "1.7" },
            { id: 131, username: "explorer podfan narrator", email: "explorer.podfannarrator@example.com", total_reviews: 8, average_rating_given: "4.7" },
            { id: 132, username: "mediaenthusiast narrator", email: "mediaenthusiast.narrator@example.org", total_reviews: 19, average_rating_given: "3.9" },
            { id: 133, username: "reviewer curiousmind", email: "reviewer.curiousmind@example.com", total_reviews: 18, average_rating_given: "4.4" },
            { id: 134, username: "listener1 contentconsumer", email: "listener1.contentconsumer@example.net", total_reviews: 18, average_rating_given: "4.2" },
            { id: 135, username: "narrator", email: "narrator.narrator@example.com", total_reviews: 15, average_rating_given: "3.8" },
            { id: 136, username: "critic", email: "critic.critic@example.org", total_reviews: 19, average_rating_given: "4.5" },
            { id: 137, username: "soundwave narrator insightseeker", email: "soundwave.narratorinsightseeker@example.org", total_reviews: 7, average_rating_given: "5.0" },
            { id: 138, username: "contentconsumer narrator listener1", email: "contentconsumer.narratorlistener1@example.org", total_reviews: 11, average_rating_given: "3.7" },
            { id: 139, username: "discussant contentconsumer explorer", email: "discussant.contentconsumerexplorer@example.org", total_reviews: 8, average_rating_given: "4.1" },
            { id: 140, username: "debater narrator", email: "debater.narrator@example.org", total_reviews: 15, average_rating_given: "5.0" },
            { id: 141, username: "debater podcastlover commentator", email: "debater.podcastlovercommentator@example.com", total_reviews: 15, average_rating_given: "4.6" },
            { id: 142, username: "theorist explorer podcastlover", email: "theorist.explorerpodcastlover@example.net", total_reviews: 10, average_rating_given: "2.5" },
            { id: 143, username: "narrator talkjunkie audiophile", email: "narrator.talkjunkieaudiophile@example.net", total_reviews: 15, average_rating_given: "1.0" },
            { id: 144, username: "audiophile soundwave", email: "audiophile.soundwave@example.net", total_reviews: 11, average_rating_given: "3.5" },
            { id: 145, username: "podcastlover", email: "podcastlover.podcastlover@example.net", total_reviews: 25, average_rating_given: "4.5" },
            { id: 146, username: "explorer theorist", email: "explorer.theorist@example.org", total_reviews: 10, average_rating_given: "4.8" },
            { id: 147, username: "commentator narrator", email: "commentator.narrator@example.org", total_reviews: 13, average_rating_given: "4.2" },
            { id: 148, username: "commentator critic", email: "commentator.critic@example.net", total_reviews: 15, average_rating_given: "4.8" },
            { id: 149, username: "contentconsumer debater commentator", email: "contentconsumer.debatercommentator@example.net", total_reviews: 24, average_rating_given: "4.6" },
            { id: 150, username: "narrator reviewer", email: "narrator.reviewer@example.com", total_reviews: 15, average_rating_given: "3.8" },
        ],
    });
    await prisma.reviews.createMany({
        data: [
            { id: 1, user_id: 111, episode_id: 76, rating: 5, comment: "The customer asked for a change and the request was completed.", helpful_votes: 50 },
            { id: 2, user_id: 65, episode_id: 113, rating: 5, comment: "No response from the courier, so the request was rescheduled.", helpful_votes: 61 },
            { id: 3, user_id: 92, episode_id: 160, rating: 2, comment: "The courier asked for a change and the transfer was resolved.", helpful_votes: 49 },
            { id: 4, user_id: 113, episode_id: 73, rating: 2, comment: "A partial follow-up: the claim was rescheduled.", helpful_votes: 68 },
            { id: 5, user_id: 142, episode_id: 143, rating: 5, comment: "A routine follow-up: the order was confirmed.", helpful_votes: 44 },
            { id: 6, user_id: 8, episode_id: 12, rating: 5, comment: "A standard follow-up: the refund was reopened.", helpful_votes: 32 },
            { id: 7, user_id: 73, episode_id: 3, rating: 3, comment: "Flagged as manual. An operator reopened the request.", helpful_votes: 80 },
            { id: 8, user_id: 127, episode_id: 133, rating: 2, comment: "No response from the customer, so the delivery was confirmed.", helpful_votes: 71 },
            { id: 9, user_id: 16, episode_id: 94, rating: 4, comment: "A routine follow-up: the appointment was refunded.", helpful_votes: 22 },
            { id: 10, user_id: 40, episode_id: 107, rating: 2, comment: "The payment was replaced after an urgent check.", helpful_votes: 64 },
            { id: 11, user_id: 76, episode_id: 164, rating: 3, comment: "The courier confirmed the details and the request was reviewed.", helpful_votes: 47 },
            { id: 12, user_id: 38, episode_id: 155, rating: 4, comment: "No response from an operator, so the session was closed.", helpful_votes: 36 },
            { id: 13, user_id: 35, episode_id: 168, rating: 1, comment: "Flagged as urgent. The team closed the session.", helpful_votes: 63 },
            { id: 14, user_id: 12, episode_id: 146, rating: 4, comment: "The appointment was cancelled after a late check.", helpful_votes: 37 },
            { id: 15, user_id: 111, episode_id: 115, rating: 4, comment: "The transfer was reopened — minor case, no further action.", helpful_votes: 31 },
            { id: 16, user_id: 56, episode_id: 40, rating: 4, comment: "The customer asked for a change and the order was approved.", helpful_votes: 44 },
            { id: 17, user_id: 116, episode_id: 113, rating: 1, comment: "A standard document was rejected the same day.", helpful_votes: 48 },
            { id: 18, user_id: 57, episode_id: 149, rating: 5, comment: "The report was cancelled — duplicate case, no further action.", helpful_votes: 56 },
            { id: 19, user_id: 138, episode_id: 35, rating: 4, comment: "Flagged as repeat. The account owner closed the transfer.", helpful_votes: 53 },
            { id: 20, user_id: 144, episode_id: 60, rating: 4, comment: "The shipment was reviewed — repeat case, no further action.", helpful_votes: 77 },
            { id: 21, user_id: 53, episode_id: 111, rating: 3, comment: "An urgent payment was updated the same day.", helpful_votes: 87 },
            { id: 22, user_id: 107, episode_id: 173, rating: 5, comment: "The report was reopened after an incomplete check.", helpful_votes: 79 },
            { id: 23, user_id: 136, episode_id: 182, rating: 5, comment: "Flagged as automatic. An operator rescheduled the delivery.", helpful_votes: 56 },
            { id: 24, user_id: 143, episode_id: 119, rating: 5, comment: "The team reported an incomplete issue; the refund was reviewed.", helpful_votes: 68 },
            { id: 25, user_id: 50, episode_id: 25, rating: 5, comment: "Flagged as repeat. The supplier rejected the delivery.", helpful_votes: 29 },
            { id: 26, user_id: 63, episode_id: 158, rating: 5, comment: "The refund was updated following a minor review.", helpful_votes: 23 },
            { id: 27, user_id: 70, episode_id: 12, rating: 1, comment: "The reviewer asked for a change and the delivery was refunded.", helpful_votes: 50 },
            { id: 28, user_id: 25, episode_id: 124, rating: 3, comment: "The payment was refunded after a repeat check.", helpful_votes: 39 },
            { id: 29, user_id: 120, episode_id: 200, rating: 1, comment: "The team confirmed the details and the booking was closed.", helpful_votes: 64 },
            { id: 30, user_id: 23, episode_id: 177, rating: 2, comment: "The order was rescheduled after a standard check.", helpful_votes: 45 },
            { id: 31, user_id: 142, episode_id: 16, rating: 4, comment: "A repeat follow-up: the transfer was rescheduled.", helpful_votes: 71 },
            { id: 32, user_id: 123, episode_id: 44, rating: 5, comment: "The ticket was delayed — manual case, no further action.", helpful_votes: 26 },
            { id: 33, user_id: 20, episode_id: 13, rating: 3, comment: "No response from support, so the delivery was reviewed.", helpful_votes: 23 },
            { id: 34, user_id: 69, episode_id: 137, rating: 4, comment: "The team confirmed the details and the ticket was escalated.", helpful_votes: 46 },
            { id: 35, user_id: 66, episode_id: 152, rating: 5, comment: "The reviewer confirmed the details and the refund was updated.", helpful_votes: 45 },
            { id: 36, user_id: 12, episode_id: 98, rating: 5, comment: "Flagged as manual. An operator delayed the report.", helpful_votes: 95 },
            { id: 37, user_id: 118, episode_id: 118, rating: 4, comment: "The invoice was updated — duplicate case, no further action.", helpful_votes: 75 },
            { id: 38, user_id: 12, episode_id: 130, rating: 3, comment: "The reviewer confirmed the details and the order was confirmed.", helpful_votes: 40 },
            { id: 39, user_id: 104, episode_id: 81, rating: 4, comment: "No response from the supplier, so the order was rejected.", helpful_votes: 45 },
            { id: 40, user_id: 110, episode_id: 136, rating: 3, comment: "The request was cancelled following an urgent review.", helpful_votes: 61 },
            { id: 41, user_id: 101, episode_id: 27, rating: 5, comment: "An automatic request was cancelled the same day.", helpful_votes: 46 },
            { id: 42, user_id: 15, episode_id: 24, rating: 5, comment: "The claim was escalated — unusual case, no further action.", helpful_votes: 53 },
            { id: 43, user_id: 91, episode_id: 65, rating: 4, comment: "A standard transfer was cancelled the same day.", helpful_votes: 67 },
            { id: 44, user_id: 62, episode_id: 143, rating: 5, comment: "Flagged as incomplete. An operator resolved the record.", helpful_votes: 67 },
            { id: 45, user_id: 30, episode_id: 42, rating: 5, comment: "The reviewer confirmed the details and the order was approved.", helpful_votes: 52 },
            { id: 46, user_id: 96, episode_id: 93, rating: 4, comment: "The courier reported a partial issue; the account was delayed.", helpful_votes: 51 },
            { id: 47, user_id: 21, episode_id: 78, rating: 3, comment: "Flagged as minor. The customer reopened the report.", helpful_votes: 38 },
            { id: 48, user_id: 82, episode_id: 65, rating: 3, comment: "An unusual follow-up: the shipment was resolved.", helpful_votes: 58 },
            { id: 49, user_id: 52, episode_id: 197, rating: 5, comment: "The team reported a repeat issue; the payment was refunded.", helpful_votes: 51 },
            { id: 50, user_id: 103, episode_id: 172, rating: 3, comment: "The account owner confirmed the details and the item was rescheduled.", helpful_votes: 63 },
            { id: 51, user_id: 127, episode_id: 65, rating: 3, comment: "Flagged as urgent. The account owner refunded the document.", helpful_votes: 49 },
            { id: 52, user_id: 90, episode_id: 116, rating: 3, comment: "No response from the account owner, so the delivery was updated.", helpful_votes: 49 },
            { id: 53, user_id: 85, episode_id: 86, rating: 4, comment: "A minor session was resolved the same day.", helpful_votes: 66 },
            { id: 54, user_id: 58, episode_id: 84, rating: 5, comment: "Flagged as urgent. The supplier completed the appointment.", helpful_votes: 43 },
            { id: 55, user_id: 9, episode_id: 127, rating: 5, comment: "A minor claim was completed the same day.", helpful_votes: 55 },
            { id: 56, user_id: 96, episode_id: 76, rating: 5, comment: "A repeat request was reopened the same day.", helpful_votes: 39 },
            { id: 57, user_id: 10, episode_id: 187, rating: 2, comment: "The ticket was delayed — routine case, no further action.", helpful_votes: 10 },
            { id: 58, user_id: 6, episode_id: 24, rating: 5, comment: "An automatic follow-up: the booking was cancelled.", helpful_votes: 56 },
            { id: 59, user_id: 38, episode_id: 145, rating: 2, comment: "The order was replaced after a duplicate check.", helpful_votes: 38 },
            { id: 60, user_id: 79, episode_id: 183, rating: 5, comment: "The shipment was processed following a late review.", helpful_votes: 55 },
            { id: 61, user_id: 128, episode_id: 4, rating: 5, comment: "An operator confirmed the details and the item was resolved.", helpful_votes: 44 },
            { id: 62, user_id: 102, episode_id: 1, rating: 4, comment: "The account was completed after a routine check.", helpful_votes: 42 },
            { id: 63, user_id: 67, episode_id: 55, rating: 4, comment: "Flagged as late. An operator confirmed the invoice.", helpful_votes: 75 },
            { id: 64, user_id: 86, episode_id: 135, rating: 4, comment: "A manual report was completed the same day.", helpful_votes: 57 },
            { id: 65, user_id: 109, episode_id: 76, rating: 3, comment: "The supplier asked for a change and the appointment was completed.", helpful_votes: 38 },
            { id: 66, user_id: 47, episode_id: 170, rating: 4, comment: "The booking was closed following a manual review.", helpful_votes: 62 },
            { id: 67, user_id: 106, episode_id: 26, rating: 4, comment: "An operator confirmed the details and the report was refunded.", helpful_votes: 48 },
            { id: 68, user_id: 106, episode_id: 87, rating: 2, comment: "The payment was resolved following a routine review.", helpful_votes: 50 },
            { id: 69, user_id: 27, episode_id: 101, rating: 2, comment: "The supplier asked for a change and the transfer was cancelled.", helpful_votes: 39 },
            { id: 70, user_id: 138, episode_id: 6, rating: 3, comment: "The team confirmed the details and the ticket was confirmed.", helpful_votes: 72 },
            { id: 71, user_id: 17, episode_id: 82, rating: 5, comment: "An unusual refund was processed the same day.", helpful_votes: 76 },
            { id: 72, user_id: 84, episode_id: 89, rating: 2, comment: "Flagged as manual. The account owner confirmed the ticket.", helpful_votes: 55 },
            { id: 73, user_id: 40, episode_id: 182, rating: 4, comment: "The courier asked for a change and the order was processed.", helpful_votes: 43 },
            { id: 74, user_id: 3, episode_id: 11, rating: 3, comment: "The team asked for a change and the report was delayed.", helpful_votes: 59 },
            { id: 75, user_id: 24, episode_id: 29, rating: 2, comment: "Flagged as minor. The account owner delayed the ticket.", helpful_votes: 35 },
            { id: 76, user_id: 145, episode_id: 60, rating: 5, comment: "The account owner confirmed the details and the invoice was completed.", helpful_votes: 31 },
            { id: 77, user_id: 75, episode_id: 194, rating: 5, comment: "The customer asked for a change and the session was closed.", helpful_votes: 63 },
            { id: 78, user_id: 13, episode_id: 104, rating: 5, comment: "The ticket was processed — late case, no further action.", helpful_votes: 49 },
            { id: 79, user_id: 114, episode_id: 187, rating: 4, comment: "An unusual claim was delayed the same day.", helpful_votes: 55 },
            { id: 80, user_id: 80, episode_id: 149, rating: 4, comment: "Flagged as unusual. The account owner closed the session.", helpful_votes: 56 },
            { id: 81, user_id: 85, episode_id: 27, rating: 5, comment: "The record was processed after an urgent check.", helpful_votes: 29 },
            { id: 82, user_id: 61, episode_id: 99, rating: 3, comment: "The customer asked for a change and the document was delayed.", helpful_votes: 58 },
            { id: 83, user_id: 38, episode_id: 119, rating: 5, comment: "A standard report was completed the same day.", helpful_votes: 51 },
            { id: 84, user_id: 74, episode_id: 137, rating: 3, comment: "The invoice was reviewed after an automatic check.", helpful_votes: 53 },
            { id: 85, user_id: 119, episode_id: 44, rating: 3, comment: "Flagged as partial. The customer rescheduled the appointment.", helpful_votes: 46 },
            { id: 86, user_id: 61, episode_id: 198, rating: 4, comment: "The payment was rescheduled after a standard check.", helpful_votes: 63 },
            { id: 87, user_id: 66, episode_id: 133, rating: 3, comment: "The supplier confirmed the details and the ticket was confirmed.", helpful_votes: 38 },
            { id: 88, user_id: 3, episode_id: 151, rating: 5, comment: "Support confirmed the details and the report was rescheduled.", helpful_votes: 42 },
            { id: 89, user_id: 138, episode_id: 158, rating: 5, comment: "The supplier reported a duplicate issue; the shipment was processed.", helpful_votes: 33 },
            { id: 90, user_id: 102, episode_id: 190, rating: 5, comment: "The customer asked for a change and the account was reopened.", helpful_votes: 66 },
            { id: 91, user_id: 7, episode_id: 74, rating: 5, comment: "An unusual document was reviewed the same day.", helpful_votes: 58 },
            { id: 92, user_id: 106, episode_id: 2, rating: 4, comment: "The order was updated after an urgent check.", helpful_votes: 30 },
            { id: 93, user_id: 64, episode_id: 107, rating: 1, comment: "No response from the reviewer, so the ticket was processed.", helpful_votes: 62 },
            { id: 94, user_id: 25, episode_id: 131, rating: 5, comment: "The shipment was completed — late case, no further action.", helpful_votes: 69 },
            { id: 95, user_id: 147, episode_id: 197, rating: 4, comment: "The payment was escalated after a late check.", helpful_votes: 46 },
            { id: 96, user_id: 65, episode_id: 65, rating: 3, comment: "An urgent follow-up: the payment was cancelled.", helpful_votes: 63 },
            { id: 97, user_id: 93, episode_id: 130, rating: 4, comment: "An operator reported an automatic issue; the payment was processed.", helpful_votes: 89 },
            { id: 98, user_id: 37, episode_id: 25, rating: 4, comment: "The report was confirmed following a standard review.", helpful_votes: 49 },
            { id: 99, user_id: 42, episode_id: 41, rating: 4, comment: "The item was updated following an automatic review.", helpful_votes: 60 },
            { id: 100, user_id: 25, episode_id: 4, rating: 5, comment: "The ticket was closed following a late review.", helpful_votes: 59 },
            { id: 101, user_id: 107, episode_id: 30, rating: 4, comment: "The shipment was confirmed after an incomplete check.", helpful_votes: 44 },
            { id: 102, user_id: 124, episode_id: 87, rating: 2, comment: "The account owner asked for a change and the invoice was completed.", helpful_votes: 57 },
            { id: 103, user_id: 135, episode_id: 90, rating: 3, comment: "The refund was confirmed after a repeat check.", helpful_votes: 43 },
            { id: 104, user_id: 69, episode_id: 76, rating: 3, comment: "A standard follow-up: the invoice was approved.", helpful_votes: 58 },
            { id: 105, user_id: 61, episode_id: 82, rating: 5, comment: "The claim was reopened — standard case, no further action.", helpful_votes: 60 },
            { id: 106, user_id: 44, episode_id: 3, rating: 4, comment: "No response from the account owner, so the ticket was reviewed.", helpful_votes: 75 },
            { id: 107, user_id: 149, episode_id: 186, rating: 5, comment: "A partial follow-up: the item was escalated.", helpful_votes: 59 },
            { id: 108, user_id: 53, episode_id: 162, rating: 5, comment: "Flagged as partial. The supplier escalated the booking.", helpful_votes: 52 },
            { id: 109, user_id: 53, episode_id: 40, rating: 5, comment: "An incomplete follow-up: the shipment was reopened.", helpful_votes: 58 },
            { id: 110, user_id: 95, episode_id: 18, rating: 5, comment: "An operator asked for a change and the session was replaced.", helpful_votes: 53 },
            { id: 111, user_id: 81, episode_id: 157, rating: 2, comment: "The claim was reopened following an incomplete review.", helpful_votes: 59 },
            { id: 112, user_id: 121, episode_id: 39, rating: 5, comment: "No response from the account owner, so the claim was rescheduled.", helpful_votes: 43 },
            { id: 113, user_id: 50, episode_id: 139, rating: 5, comment: "A manual follow-up: the appointment was approved.", helpful_votes: 53 },
            { id: 114, user_id: 116, episode_id: 66, rating: 4, comment: "An automatic document was reviewed the same day.", helpful_votes: 74 },
            { id: 115, user_id: 36, episode_id: 4, rating: 3, comment: "The invoice was refunded following a minor review.", helpful_votes: 25 },
            { id: 116, user_id: 61, episode_id: 124, rating: 4, comment: "Support asked for a change and the item was escalated.", helpful_votes: 54 },
            { id: 117, user_id: 69, episode_id: 85, rating: 3, comment: "The courier reported a minor issue; the appointment was rejected.", helpful_votes: 24 },
            { id: 118, user_id: 86, episode_id: 128, rating: 4, comment: "The team confirmed the details and the claim was closed.", helpful_votes: 56 },
            { id: 119, user_id: 23, episode_id: 25, rating: 4, comment: "The courier reported an unusual issue; the delivery was closed.", helpful_votes: 43 },
            { id: 120, user_id: 124, episode_id: 160, rating: 4, comment: "An operator confirmed the details and the appointment was refunded.", helpful_votes: 70 },
            { id: 121, user_id: 27, episode_id: 146, rating: 5, comment: "The report was cancelled — automatic case, no further action.", helpful_votes: 71 },
            { id: 122, user_id: 37, episode_id: 10, rating: 5, comment: "An operator confirmed the details and the ticket was rejected.", helpful_votes: 64 },
            { id: 123, user_id: 1, episode_id: 3, rating: 5, comment: "The customer confirmed the details and the booking was confirmed.", helpful_votes: 20 },
            { id: 124, user_id: 70, episode_id: 76, rating: 4, comment: "No response from an operator, so the request was rescheduled.", helpful_votes: 27 },
            { id: 125, user_id: 112, episode_id: 4, rating: 3, comment: "The item was rejected after a late check.", helpful_votes: 69 },
            { id: 126, user_id: 83, episode_id: 125, rating: 2, comment: "The delivery was rejected after a duplicate check.", helpful_votes: 48 },
            { id: 127, user_id: 21, episode_id: 176, rating: 5, comment: "The account was completed following a partial review.", helpful_votes: 63 },
            { id: 128, user_id: 49, episode_id: 90, rating: 3, comment: "The team asked for a change and the delivery was updated.", helpful_votes: 80 },
            { id: 129, user_id: 16, episode_id: 118, rating: 5, comment: "The account owner reported a duplicate issue; the account was rescheduled.", helpful_votes: 67 },
            { id: 130, user_id: 131, episode_id: 70, rating: 5, comment: "A late follow-up: the booking was escalated.", helpful_votes: 38 },
            { id: 131, user_id: 142, episode_id: 19, rating: 5, comment: "A repeat follow-up: the delivery was rescheduled.", helpful_votes: 49 },
            { id: 132, user_id: 111, episode_id: 155, rating: 5, comment: "An incomplete ticket was closed the same day.", helpful_votes: 41 },
            { id: 133, user_id: 95, episode_id: 139, rating: 2, comment: "The report was rescheduled following a manual review.", helpful_votes: 56 },
            { id: 134, user_id: 9, episode_id: 84, rating: 3, comment: "Support confirmed the details and the appointment was approved.", helpful_votes: 38 },
            { id: 135, user_id: 13, episode_id: 190, rating: 3, comment: "The reviewer asked for a change and the account was confirmed.", helpful_votes: 42 },
            { id: 136, user_id: 49, episode_id: 76, rating: 1, comment: "Support reported a minor issue; the shipment was completed.", helpful_votes: 73 },
            { id: 137, user_id: 121, episode_id: 177, rating: 5, comment: "The order was refunded following an urgent review.", helpful_votes: 45 },
            { id: 138, user_id: 134, episode_id: 48, rating: 3, comment: "The team reported a repeat issue; the invoice was closed.", helpful_votes: 68 },
            { id: 139, user_id: 102, episode_id: 136, rating: 3, comment: "A minor follow-up: the report was refunded.", helpful_votes: 18 },
            { id: 140, user_id: 53, episode_id: 160, rating: 2, comment: "The session was rescheduled following a standard review.", helpful_votes: 31 },
            { id: 141, user_id: 55, episode_id: 103, rating: 4, comment: "The booking was delayed following a minor review.", helpful_votes: 74 },
            { id: 142, user_id: 142, episode_id: 19, rating: 3, comment: "The delivery was closed — automatic case, no further action.", helpful_votes: 35 },
            { id: 143, user_id: 110, episode_id: 140, rating: 4, comment: "Flagged as late. An operator refunded the document.", helpful_votes: 22 },
            { id: 144, user_id: 21, episode_id: 102, rating: 2, comment: "Flagged as manual. Support closed the document.", helpful_votes: 21 },
            { id: 145, user_id: 147, episode_id: 170, rating: 4, comment: "Flagged as duplicate. The reviewer updated the shipment.", helpful_votes: 42 },
            { id: 146, user_id: 60, episode_id: 199, rating: 5, comment: "A standard follow-up: the order was confirmed.", helpful_votes: 60 },
            { id: 147, user_id: 72, episode_id: 135, rating: 2, comment: "The customer asked for a change and the order was completed.", helpful_votes: 25 },
            { id: 148, user_id: 18, episode_id: 168, rating: 3, comment: "Flagged as minor. The customer closed the report.", helpful_votes: 43 },
            { id: 149, user_id: 41, episode_id: 140, rating: 2, comment: "No response from the reviewer, so the item was escalated.", helpful_votes: 38 },
            { id: 150, user_id: 73, episode_id: 57, rating: 3, comment: "A repeat follow-up: the record was replaced.", helpful_votes: 35 },
            { id: 151, user_id: 92, episode_id: 121, rating: 4, comment: "An incomplete document was confirmed the same day.", helpful_votes: 27 },
            { id: 152, user_id: 64, episode_id: 167, rating: 5, comment: "The courier reported an unusual issue; the payment was updated.", helpful_votes: 70 },
            { id: 153, user_id: 133, episode_id: 18, rating: 4, comment: "The invoice was approved following a partial review.", helpful_votes: 54 },
            { id: 154, user_id: 45, episode_id: 128, rating: 3, comment: "No response from the team, so the booking was cancelled.", helpful_votes: 53 },
            { id: 155, user_id: 135, episode_id: 160, rating: 4, comment: "The record was resolved following an unusual review.", helpful_votes: 53 },
            { id: 156, user_id: 74, episode_id: 49, rating: 4, comment: "Flagged as manual. The customer reviewed the item.", helpful_votes: 68 },
            { id: 157, user_id: 78, episode_id: 132, rating: 2, comment: "Flagged as partial. The team approved the shipment.", helpful_votes: 39 },
            { id: 158, user_id: 21, episode_id: 108, rating: 5, comment: "The account owner asked for a change and the shipment was closed.", helpful_votes: 28 },
            { id: 159, user_id: 5, episode_id: 78, rating: 5, comment: "The reviewer confirmed the details and the ticket was completed.", helpful_votes: 63 },
            { id: 160, user_id: 62, episode_id: 116, rating: 5, comment: "Flagged as late. The supplier cancelled the session.", helpful_votes: 32 },
            { id: 161, user_id: 103, episode_id: 187, rating: 4, comment: "The supplier reported a routine issue; the shipment was closed.", helpful_votes: 46 },
            { id: 162, user_id: 84, episode_id: 87, rating: 2, comment: "The report was delayed following a late review.", helpful_votes: 42 },
            { id: 163, user_id: 60, episode_id: 114, rating: 3, comment: "No response from support, so the booking was escalated.", helpful_votes: 27 },
            { id: 164, user_id: 78, episode_id: 179, rating: 4, comment: "No response from the reviewer, so the ticket was reviewed.", helpful_votes: 17 },
            { id: 165, user_id: 12, episode_id: 1, rating: 5, comment: "No response from the team, so the payment was processed.", helpful_votes: 33 },
            { id: 166, user_id: 20, episode_id: 53, rating: 5, comment: "The shipment was escalated — repeat case, no further action.", helpful_votes: 33 },
            { id: 167, user_id: 32, episode_id: 184, rating: 3, comment: "An incomplete follow-up: the order was approved.", helpful_votes: 35 },
            { id: 168, user_id: 66, episode_id: 23, rating: 5, comment: "The delivery was confirmed after a standard check.", helpful_votes: 59 },
            { id: 169, user_id: 53, episode_id: 95, rating: 3, comment: "The request was reopened following an automatic review.", helpful_votes: 49 },
            { id: 170, user_id: 35, episode_id: 125, rating: 2, comment: "No response from the reviewer, so the payment was rescheduled.", helpful_votes: 60 },
            { id: 171, user_id: 100, episode_id: 187, rating: 2, comment: "An operator confirmed the details and the ticket was replaced.", helpful_votes: 51 },
            { id: 172, user_id: 33, episode_id: 59, rating: 4, comment: "The request was confirmed following a late review.", helpful_votes: 43 },
            { id: 173, user_id: 23, episode_id: 178, rating: 3, comment: "No response from the customer, so the document was updated.", helpful_votes: 65 },
            { id: 174, user_id: 7, episode_id: 136, rating: 3, comment: "A repeat follow-up: the account was reviewed.", helpful_votes: 21 },
            { id: 175, user_id: 148, episode_id: 156, rating: 5, comment: "The delivery was confirmed — duplicate case, no further action.", helpful_votes: 68 },
            { id: 176, user_id: 144, episode_id: 109, rating: 5, comment: "The reviewer asked for a change and the delivery was reviewed.", helpful_votes: 54 },
            { id: 177, user_id: 128, episode_id: 185, rating: 4, comment: "The customer reported a standard issue; the delivery was updated.", helpful_votes: 53 },
            { id: 178, user_id: 103, episode_id: 5, rating: 4, comment: "The reviewer asked for a change and the invoice was reviewed.", helpful_votes: 58 },
            { id: 179, user_id: 59, episode_id: 61, rating: 3, comment: "No response from support, so the ticket was delayed.", helpful_votes: 52 },
            { id: 180, user_id: 36, episode_id: 68, rating: 3, comment: "Flagged as routine. The courier updated the ticket.", helpful_votes: 71 },
            { id: 181, user_id: 107, episode_id: 21, rating: 1, comment: "The courier reported a routine issue; the appointment was rescheduled.", helpful_votes: 68 },
            { id: 182, user_id: 145, episode_id: 196, rating: 5, comment: "An automatic document was closed the same day.", helpful_votes: 78 },
            { id: 183, user_id: 42, episode_id: 21, rating: 4, comment: "A manual ticket was rejected the same day.", helpful_votes: 76 },
            { id: 184, user_id: 3, episode_id: 84, rating: 2, comment: "The reviewer reported a late issue; the payment was cancelled.", helpful_votes: 62 },
            { id: 185, user_id: 11, episode_id: 62, rating: 5, comment: "The delivery was approved after an unusual check.", helpful_votes: 66 },
            { id: 186, user_id: 135, episode_id: 17, rating: 5, comment: "The report was resolved after a routine check.", helpful_votes: 48 },
            { id: 187, user_id: 107, episode_id: 164, rating: 4, comment: "Flagged as repeat. The customer closed the shipment.", helpful_votes: 30 },
            { id: 188, user_id: 93, episode_id: 23, rating: 1, comment: "An incomplete follow-up: the record was rescheduled.", helpful_votes: 35 },
            { id: 189, user_id: 32, episode_id: 43, rating: 2, comment: "No response from the team, so the claim was confirmed.", helpful_votes: 50 },
            { id: 190, user_id: 126, episode_id: 93, rating: 5, comment: "A late account was reviewed the same day.", helpful_votes: 54 },
            { id: 191, user_id: 113, episode_id: 51, rating: 4, comment: "The reviewer confirmed the details and the payment was rejected.", helpful_votes: 66 },
            { id: 192, user_id: 115, episode_id: 82, rating: 2, comment: "An operator asked for a change and the record was cancelled.", helpful_votes: 47 },
            { id: 193, user_id: 101, episode_id: 80, rating: 4, comment: "The session was delayed — automatic case, no further action.", helpful_votes: 38 },
            { id: 194, user_id: 136, episode_id: 102, rating: 5, comment: "The team confirmed the details and the session was closed.", helpful_votes: 63 },
            { id: 195, user_id: 61, episode_id: 36, rating: 4, comment: "No response from support, so the claim was delayed.", helpful_votes: 53 },
            { id: 196, user_id: 105, episode_id: 132, rating: 1, comment: "Flagged as routine. The team rescheduled the session.", helpful_votes: 57 },
            { id: 197, user_id: 14, episode_id: 147, rating: 5, comment: "The account was rescheduled — manual case, no further action.", helpful_votes: 44 },
            { id: 198, user_id: 85, episode_id: 62, rating: 4, comment: "An incomplete ticket was completed the same day.", helpful_votes: 67 },
            { id: 199, user_id: 18, episode_id: 39, rating: 2, comment: "The customer reported a duplicate issue; the payment was delayed.", helpful_votes: 47 },
            { id: 200, user_id: 45, episode_id: 80, rating: 2, comment: "The record was resolved after a late check.", helpful_votes: 49 },
            { id: 201, user_id: 88, episode_id: 104, rating: 2, comment: "The report was reviewed — partial case, no further action.", helpful_votes: 37 },
            { id: 202, user_id: 49, episode_id: 133, rating: 4, comment: "An automatic session was cancelled the same day.", helpful_votes: 34 },
            { id: 203, user_id: 120, episode_id: 95, rating: 5, comment: "An incomplete booking was closed the same day.", helpful_votes: 38 },
            { id: 204, user_id: 120, episode_id: 200, rating: 4, comment: "The supplier asked for a change and the ticket was replaced.", helpful_votes: 49 },
            { id: 205, user_id: 116, episode_id: 167, rating: 4, comment: "The record was closed — incomplete case, no further action.", helpful_votes: 53 },
            { id: 206, user_id: 139, episode_id: 60, rating: 5, comment: "No response from the customer, so the report was completed.", helpful_votes: 55 },
            { id: 207, user_id: 120, episode_id: 4, rating: 2, comment: "The document was delayed after a duplicate check.", helpful_votes: 27 },
            { id: 208, user_id: 43, episode_id: 8, rating: 4, comment: "The supplier confirmed the details and the item was completed.", helpful_votes: 25 },
            { id: 209, user_id: 35, episode_id: 186, rating: 5, comment: "The shipment was escalated — repeat case, no further action.", helpful_votes: 50 },
            { id: 210, user_id: 126, episode_id: 89, rating: 4, comment: "Flagged as automatic. Support rescheduled the account.", helpful_votes: 46 },
            { id: 211, user_id: 127, episode_id: 31, rating: 5, comment: "An unusual report was delayed the same day.", helpful_votes: 45 },
            { id: 212, user_id: 71, episode_id: 79, rating: 4, comment: "The team reported a standard issue; the refund was refunded.", helpful_votes: 38 },
            { id: 213, user_id: 60, episode_id: 137, rating: 4, comment: "The report was rejected — routine case, no further action.", helpful_votes: 41 },
            { id: 214, user_id: 69, episode_id: 162, rating: 4, comment: "The item was cancelled following an incomplete review.", helpful_votes: 58 },
            { id: 215, user_id: 100, episode_id: 82, rating: 5, comment: "The courier asked for a change and the item was delayed.", helpful_votes: 60 },
            { id: 216, user_id: 104, episode_id: 84, rating: 4, comment: "The ticket was reopened after an incomplete check.", helpful_votes: 52 },
            { id: 217, user_id: 69, episode_id: 121, rating: 3, comment: "The customer reported an incomplete issue; the session was completed.", helpful_votes: 55 },
            { id: 218, user_id: 138, episode_id: 69, rating: 3, comment: "A minor document was refunded the same day.", helpful_votes: 21 },
            { id: 219, user_id: 12, episode_id: 80, rating: 4, comment: "A minor ticket was delayed the same day.", helpful_votes: 55 },
            { id: 220, user_id: 101, episode_id: 199, rating: 4, comment: "The supplier reported an unusual issue; the session was reopened.", helpful_votes: 50 },
            { id: 221, user_id: 54, episode_id: 79, rating: 4, comment: "Support reported a partial issue; the invoice was escalated.", helpful_votes: 37 },
            { id: 222, user_id: 54, episode_id: 175, rating: 1, comment: "A standard payment was closed the same day.", helpful_votes: 67 },
            { id: 223, user_id: 53, episode_id: 67, rating: 4, comment: "Flagged as repeat. The supplier cancelled the record.", helpful_votes: 58 },
            { id: 224, user_id: 31, episode_id: 78, rating: 5, comment: "The supplier reported a standard issue; the report was escalated.", helpful_votes: 21 },
            { id: 225, user_id: 147, episode_id: 48, rating: 4, comment: "Flagged as partial. An operator replaced the item.", helpful_votes: 57 },
            { id: 226, user_id: 97, episode_id: 132, rating: 5, comment: "A standard follow-up: the claim was rejected.", helpful_votes: 48 },
            { id: 227, user_id: 33, episode_id: 162, rating: 3, comment: "The booking was rejected — duplicate case, no further action.", helpful_votes: 39 },
            { id: 228, user_id: 135, episode_id: 3, rating: 3, comment: "The account owner asked for a change and the appointment was confirmed.", helpful_votes: 66 },
            { id: 229, user_id: 138, episode_id: 41, rating: 3, comment: "The delivery was rejected — minor case, no further action.", helpful_votes: 41 },
            { id: 230, user_id: 5, episode_id: 33, rating: 5, comment: "Flagged as urgent. An operator delayed the refund.", helpful_votes: 64 },
            { id: 231, user_id: 56, episode_id: 102, rating: 5, comment: "Flagged as standard. Support approved the record.", helpful_votes: 40 },
            { id: 232, user_id: 29, episode_id: 1, rating: 2, comment: "The request was delayed after a standard check.", helpful_votes: 36 },
            { id: 233, user_id: 4, episode_id: 106, rating: 3, comment: "A routine session was rescheduled the same day.", helpful_votes: 40 },
            { id: 234, user_id: 78, episode_id: 31, rating: 5, comment: "No response from support, so the session was cancelled.", helpful_votes: 41 },
            { id: 235, user_id: 130, episode_id: 171, rating: 4, comment: "A manual item was processed the same day.", helpful_votes: 34 },
            { id: 236, user_id: 134, episode_id: 48, rating: 5, comment: "The request was approved — incomplete case, no further action.", helpful_votes: 67 },
            { id: 237, user_id: 13, episode_id: 188, rating: 3, comment: "An operator confirmed the details and the shipment was processed.", helpful_votes: 68 },
            { id: 238, user_id: 3, episode_id: 31, rating: 4, comment: "The shipment was replaced following a repeat review.", helpful_votes: 75 },
            { id: 239, user_id: 134, episode_id: 168, rating: 3, comment: "No response from the account owner, so the report was processed.", helpful_votes: 39 },
            { id: 240, user_id: 45, episode_id: 157, rating: 3, comment: "An operator reported a standard issue; the session was processed.", helpful_votes: 56 },
            { id: 241, user_id: 135, episode_id: 138, rating: 5, comment: "The team confirmed the details and the ticket was confirmed.", helpful_votes: 62 },
            { id: 242, user_id: 8, episode_id: 64, rating: 4, comment: "No response from the reviewer, so the booking was closed.", helpful_votes: 35 },
            { id: 243, user_id: 142, episode_id: 71, rating: 5, comment: "No response from the account owner, so the appointment was closed.", helpful_votes: 50 },
            { id: 244, user_id: 49, episode_id: 154, rating: 1, comment: "A partial follow-up: the item was approved.", helpful_votes: 46 },
            { id: 245, user_id: 140, episode_id: 75, rating: 5, comment: "The reviewer reported an incomplete issue; the session was delayed.", helpful_votes: 37 },
            { id: 246, user_id: 93, episode_id: 17, rating: 3, comment: "No response from the account owner, so the document was rescheduled.", helpful_votes: 34 },
            { id: 247, user_id: 35, episode_id: 120, rating: 5, comment: "The request was delayed — late case, no further action.", helpful_votes: 52 },
            { id: 248, user_id: 117, episode_id: 198, rating: 4, comment: "No response from the reviewer, so the claim was resolved.", helpful_votes: 48 },
            { id: 249, user_id: 118, episode_id: 61, rating: 4, comment: "The transfer was completed — repeat case, no further action.", helpful_votes: 64 },
            { id: 250, user_id: 48, episode_id: 177, rating: 5, comment: "A duplicate document was processed the same day.", helpful_votes: 61 },
            { id: 251, user_id: 69, episode_id: 64, rating: 3, comment: "No response from the reviewer, so the ticket was rejected.", helpful_votes: 65 },
            { id: 252, user_id: 50, episode_id: 163, rating: 2, comment: "The claim was delayed — late case, no further action.", helpful_votes: 64 },
            { id: 253, user_id: 123, episode_id: 164, rating: 4, comment: "The payment was rescheduled after a routine check.", helpful_votes: 29 },
            { id: 254, user_id: 97, episode_id: 135, rating: 5, comment: "The booking was approved — partial case, no further action.", helpful_votes: 27 },
            { id: 255, user_id: 90, episode_id: 179, rating: 3, comment: "Support reported a routine issue; the refund was resolved.", helpful_votes: 50 },
            { id: 256, user_id: 3, episode_id: 168, rating: 5, comment: "The order was escalated — minor case, no further action.", helpful_votes: 48 },
            { id: 257, user_id: 71, episode_id: 96, rating: 1, comment: "The reviewer asked for a change and the report was updated.", helpful_votes: 56 },
            { id: 258, user_id: 10, episode_id: 188, rating: 5, comment: "The ticket was confirmed — routine case, no further action.", helpful_votes: 20 },
            { id: 259, user_id: 74, episode_id: 119, rating: 3, comment: "No response from the courier, so the shipment was refunded.", helpful_votes: 71 },
            { id: 260, user_id: 17, episode_id: 146, rating: 2, comment: "The request was closed — repeat case, no further action.", helpful_votes: 71 },
            { id: 261, user_id: 36, episode_id: 158, rating: 5, comment: "The record was processed following an incomplete review.", helpful_votes: 47 },
            { id: 262, user_id: 49, episode_id: 140, rating: 5, comment: "The account owner asked for a change and the record was confirmed.", helpful_votes: 44 },
            { id: 263, user_id: 101, episode_id: 67, rating: 3, comment: "The claim was resolved after a manual check.", helpful_votes: 82 },
            { id: 264, user_id: 78, episode_id: 99, rating: 4, comment: "The refund was closed after a repeat check.", helpful_votes: 34 },
            { id: 265, user_id: 52, episode_id: 173, rating: 3, comment: "An operator asked for a change and the refund was completed.", helpful_votes: 31 },
            { id: 266, user_id: 124, episode_id: 72, rating: 5, comment: "The document was escalated after a manual check.", helpful_votes: 37 },
            { id: 267, user_id: 119, episode_id: 84, rating: 3, comment: "The customer reported an unusual issue; the session was delayed.", helpful_votes: 82 },
            { id: 268, user_id: 149, episode_id: 109, rating: 5, comment: "Support reported an automatic issue; the session was cancelled.", helpful_votes: 56 },
            { id: 269, user_id: 112, episode_id: 36, rating: 5, comment: "Flagged as repeat. The supplier escalated the invoice.", helpful_votes: 57 },
            { id: 270, user_id: 140, episode_id: 116, rating: 5, comment: "The refund was replaced following a late review.", helpful_votes: 49 },
            { id: 271, user_id: 70, episode_id: 111, rating: 5, comment: "The transfer was cancelled following a routine review.", helpful_votes: 77 },
            { id: 272, user_id: 83, episode_id: 7, rating: 3, comment: "The account was replaced — repeat case, no further action.", helpful_votes: 32 },
            { id: 273, user_id: 44, episode_id: 179, rating: 5, comment: "The reviewer asked for a change and the booking was approved.", helpful_votes: 36 },
            { id: 274, user_id: 98, episode_id: 81, rating: 4, comment: "Flagged as urgent. An operator replaced the document.", helpful_votes: 50 },
            { id: 275, user_id: 98, episode_id: 51, rating: 4, comment: "Support reported a standard issue; the account was refunded.", helpful_votes: 43 },
            { id: 276, user_id: 71, episode_id: 81, rating: 3, comment: "An urgent follow-up: the appointment was reviewed.", helpful_votes: 49 },
            { id: 277, user_id: 49, episode_id: 62, rating: 4, comment: "An automatic payment was closed the same day.", helpful_votes: 65 },
            { id: 278, user_id: 36, episode_id: 129, rating: 5, comment: "An urgent follow-up: the appointment was refunded.", helpful_votes: 61 },
            { id: 279, user_id: 48, episode_id: 132, rating: 5, comment: "The appointment was replaced — partial case, no further action.", helpful_votes: 16 },
            { id: 280, user_id: 8, episode_id: 96, rating: 4, comment: "The claim was replaced following a standard review.", helpful_votes: 43 },
            { id: 281, user_id: 6, episode_id: 139, rating: 3, comment: "Flagged as automatic. An operator escalated the ticket.", helpful_votes: 51 },
            { id: 282, user_id: 81, episode_id: 164, rating: 5, comment: "No response from the account owner, so the booking was rejected.", helpful_votes: 66 },
            { id: 283, user_id: 81, episode_id: 161, rating: 4, comment: "A duplicate refund was updated the same day.", helpful_votes: 58 },
            { id: 284, user_id: 89, episode_id: 158, rating: 4, comment: "An operator asked for a change and the session was cancelled.", helpful_votes: 53 },
            { id: 285, user_id: 31, episode_id: 55, rating: 2, comment: "The appointment was resolved after a partial check.", helpful_votes: 47 },
            { id: 286, user_id: 18, episode_id: 44, rating: 5, comment: "An automatic order was closed the same day.", helpful_votes: 37 },
            { id: 287, user_id: 41, episode_id: 122, rating: 4, comment: "Flagged as standard. The courier resolved the refund.", helpful_votes: 42 },
            { id: 288, user_id: 128, episode_id: 71, rating: 4, comment: "A manual claim was replaced the same day.", helpful_votes: 43 },
            { id: 289, user_id: 91, episode_id: 110, rating: 4, comment: "The ticket was escalated after a partial check.", helpful_votes: 64 },
            { id: 290, user_id: 147, episode_id: 26, rating: 4, comment: "Flagged as routine. The supplier escalated the refund.", helpful_votes: 31 },
            { id: 291, user_id: 4, episode_id: 138, rating: 3, comment: "The refund was escalated — partial case, no further action.", helpful_votes: 70 },
            { id: 292, user_id: 133, episode_id: 6, rating: 5, comment: "Support confirmed the details and the delivery was completed.", helpful_votes: 58 },
            { id: 293, user_id: 114, episode_id: 110, rating: 5, comment: "A manual follow-up: the shipment was replaced.", helpful_votes: 56 },
            { id: 294, user_id: 63, episode_id: 194, rating: 2, comment: "No response from the reviewer, so the request was resolved.", helpful_votes: 40 },
            { id: 295, user_id: 115, episode_id: 183, rating: 5, comment: "Flagged as late. The team reviewed the report.", helpful_votes: 40 },
            { id: 296, user_id: 40, episode_id: 172, rating: 2, comment: "No response from the customer, so the transfer was delayed.", helpful_votes: 63 },
            { id: 297, user_id: 32, episode_id: 71, rating: 3, comment: "A standard account was completed the same day.", helpful_votes: 49 },
            { id: 298, user_id: 143, episode_id: 51, rating: 1, comment: "A repeat invoice was rescheduled the same day.", helpful_votes: 30 },
            { id: 299, user_id: 56, episode_id: 161, rating: 3, comment: "No response from the supplier, so the report was rescheduled.", helpful_votes: 27 },
            { id: 300, user_id: 14, episode_id: 100, rating: 5, comment: "Flagged as repeat. The supplier rejected the account.", helpful_votes: 63 },
            { id: 301, user_id: 48, episode_id: 167, rating: 4, comment: "The account owner reported an urgent issue; the delivery was approved.", helpful_votes: 43 },
            { id: 302, user_id: 150, episode_id: 130, rating: 5, comment: "The delivery was confirmed — minor case, no further action.", helpful_votes: 35 },
            { id: 303, user_id: 70, episode_id: 32, rating: 5, comment: "The transfer was reviewed after a manual check.", helpful_votes: 57 },
            { id: 304, user_id: 49, episode_id: 43, rating: 2, comment: "An operator asked for a change and the invoice was confirmed.", helpful_votes: 69 },
            { id: 305, user_id: 144, episode_id: 42, rating: 2, comment: "The record was replaced after a repeat check.", helpful_votes: 22 },
            { id: 306, user_id: 145, episode_id: 181, rating: 2, comment: "The item was resolved following an unusual review.", helpful_votes: 38 },
            { id: 307, user_id: 57, episode_id: 195, rating: 3, comment: "No response from an operator, so the appointment was completed.", helpful_votes: 59 },
            { id: 308, user_id: 6, episode_id: 72, rating: 3, comment: "The courier reported a repeat issue; the item was updated.", helpful_votes: 44 },
            { id: 309, user_id: 147, episode_id: 101, rating: 5, comment: "Flagged as unusual. The reviewer closed the document.", helpful_votes: 58 },
            { id: 310, user_id: 40, episode_id: 152, rating: 5, comment: "The report was reopened after an urgent check.", helpful_votes: 31 },
            { id: 311, user_id: 20, episode_id: 178, rating: 3, comment: "A manual follow-up: the document was updated.", helpful_votes: 52 },
            { id: 312, user_id: 68, episode_id: 194, rating: 5, comment: "A routine appointment was rescheduled the same day.", helpful_votes: 25 },
            { id: 313, user_id: 76, episode_id: 7, rating: 2, comment: "An urgent record was resolved the same day.", helpful_votes: 29 },
            { id: 314, user_id: 88, episode_id: 70, rating: 3, comment: "No response from the courier, so the refund was refunded.", helpful_votes: 33 },
            { id: 315, user_id: 142, episode_id: 23, rating: 2, comment: "Flagged as standard. The reviewer confirmed the item.", helpful_votes: 38 },
            { id: 316, user_id: 105, episode_id: 19, rating: 5, comment: "The order was processed after a standard check.", helpful_votes: 46 },
            { id: 317, user_id: 39, episode_id: 173, rating: 3, comment: "The appointment was delayed — duplicate case, no further action.", helpful_votes: 74 },
            { id: 318, user_id: 138, episode_id: 39, rating: 5, comment: "Flagged as urgent. The customer approved the transfer.", helpful_votes: 63 },
            { id: 319, user_id: 134, episode_id: 200, rating: 5, comment: "The courier asked for a change and the order was rescheduled.", helpful_votes: 48 },
            { id: 320, user_id: 87, episode_id: 101, rating: 5, comment: "A late follow-up: the refund was completed.", helpful_votes: 52 },
            { id: 321, user_id: 137, episode_id: 36, rating: 5, comment: "The claim was processed — repeat case, no further action.", helpful_votes: 26 },
            { id: 322, user_id: 86, episode_id: 54, rating: 3, comment: "No response from the team, so the invoice was rejected.", helpful_votes: 24 },
            { id: 323, user_id: 124, episode_id: 185, rating: 2, comment: "The refund was cancelled — repeat case, no further action.", helpful_votes: 74 },
            { id: 324, user_id: 50, episode_id: 179, rating: 3, comment: "A manual payment was rejected the same day.", helpful_votes: 49 },
            { id: 325, user_id: 130, episode_id: 168, rating: 2, comment: "Support confirmed the details and the claim was reviewed.", helpful_votes: 51 },
            { id: 326, user_id: 139, episode_id: 53, rating: 4, comment: "The booking was delayed — incomplete case, no further action.", helpful_votes: 62 },
            { id: 327, user_id: 105, episode_id: 68, rating: 1, comment: "The reviewer confirmed the details and the delivery was delayed.", helpful_votes: 34 },
            { id: 328, user_id: 19, episode_id: 59, rating: 5, comment: "The claim was completed after a standard check.", helpful_votes: 61 },
            { id: 329, user_id: 48, episode_id: 63, rating: 1, comment: "Flagged as repeat. Support updated the payment.", helpful_votes: 61 },
            { id: 330, user_id: 15, episode_id: 176, rating: 2, comment: "The request was cancelled after a minor check.", helpful_votes: 46 },
            { id: 331, user_id: 48, episode_id: 88, rating: 2, comment: "A late follow-up: the refund was rejected.", helpful_votes: 46 },
            { id: 332, user_id: 147, episode_id: 170, rating: 4, comment: "Flagged as partial. The customer replaced the document.", helpful_votes: 40 },
            { id: 333, user_id: 12, episode_id: 66, rating: 4, comment: "Flagged as routine. The courier processed the session.", helpful_votes: 63 },
            { id: 334, user_id: 73, episode_id: 88, rating: 3, comment: "The session was rejected after an unusual check.", helpful_votes: 55 },
            { id: 335, user_id: 128, episode_id: 182, rating: 3, comment: "The session was closed after an automatic check.", helpful_votes: 78 },
            { id: 336, user_id: 13, episode_id: 138, rating: 5, comment: "A partial follow-up: the ticket was replaced.", helpful_votes: 76 },
            { id: 337, user_id: 126, episode_id: 179, rating: 4, comment: "Flagged as standard. The supplier approved the order.", helpful_votes: 20 },
            { id: 338, user_id: 53, episode_id: 35, rating: 4, comment: "The account owner reported a routine issue; the document was approved.", helpful_votes: 55 },
            { id: 339, user_id: 29, episode_id: 158, rating: 5, comment: "No response from the team, so the session was updated.", helpful_votes: 58 },
            { id: 340, user_id: 149, episode_id: 89, rating: 4, comment: "The account owner asked for a change and the record was processed.", helpful_votes: 51 },
            { id: 341, user_id: 105, episode_id: 141, rating: 2, comment: "The appointment was refunded — routine case, no further action.", helpful_votes: 82 },
            { id: 342, user_id: 73, episode_id: 80, rating: 5, comment: "The document was resolved following an automatic review.", helpful_votes: 67 },
            { id: 343, user_id: 110, episode_id: 2, rating: 2, comment: "Flagged as duplicate. The account owner refunded the document.", helpful_votes: 54 },
            { id: 344, user_id: 14, episode_id: 111, rating: 2, comment: "No response from the team, so the record was updated.", helpful_votes: 40 },
            { id: 345, user_id: 108, episode_id: 165, rating: 1, comment: "Flagged as automatic. The team refunded the delivery.", helpful_votes: 43 },
            { id: 346, user_id: 133, episode_id: 189, rating: 1, comment: "An operator confirmed the details and the request was resolved.", helpful_votes: 51 },
            { id: 347, user_id: 43, episode_id: 172, rating: 5, comment: "The supplier confirmed the details and the refund was rejected.", helpful_votes: 52 },
            { id: 348, user_id: 65, episode_id: 69, rating: 3, comment: "An incomplete follow-up: the transfer was processed.", helpful_votes: 36 },
            { id: 349, user_id: 54, episode_id: 138, rating: 4, comment: "The session was rescheduled — incomplete case, no further action.", helpful_votes: 68 },
            { id: 350, user_id: 65, episode_id: 34, rating: 4, comment: "Flagged as manual. The account owner rescheduled the payment.", helpful_votes: 42 },
            { id: 351, user_id: 24, episode_id: 167, rating: 4, comment: "A repeat follow-up: the delivery was closed.", helpful_votes: 79 },
            { id: 352, user_id: 86, episode_id: 107, rating: 5, comment: "The order was cancelled following a partial review.", helpful_votes: 73 },
            { id: 353, user_id: 145, episode_id: 192, rating: 5, comment: "The courier reported a duplicate issue; the appointment was updated.", helpful_votes: 52 },
            { id: 354, user_id: 137, episode_id: 84, rating: 4, comment: "Flagged as standard. The reviewer updated the shipment.", helpful_votes: 59 },
            { id: 355, user_id: 32, episode_id: 66, rating: 5, comment: "No response from the account owner, so the payment was rescheduled.", helpful_votes: 53 },
            { id: 356, user_id: 42, episode_id: 160, rating: 5, comment: "A repeat follow-up: the request was closed.", helpful_votes: 55 },
            { id: 357, user_id: 86, episode_id: 189, rating: 5, comment: "Flagged as repeat. The team resolved the account.", helpful_votes: 51 },
            { id: 358, user_id: 54, episode_id: 168, rating: 2, comment: "The reviewer confirmed the details and the refund was rescheduled.", helpful_votes: 50 },
            { id: 359, user_id: 112, episode_id: 72, rating: 3, comment: "The session was cancelled after an automatic check.", helpful_votes: 26 },
            { id: 360, user_id: 7, episode_id: 78, rating: 4, comment: "An automatic appointment was reopened the same day.", helpful_votes: 42 },
            { id: 361, user_id: 3, episode_id: 13, rating: 4, comment: "The supplier reported a standard issue; the document was replaced.", helpful_votes: 76 },
            { id: 362, user_id: 104, episode_id: 159, rating: 5, comment: "The customer asked for a change and the appointment was replaced.", helpful_votes: 23 },
            { id: 363, user_id: 75, episode_id: 52, rating: 5, comment: "Support reported a routine issue; the invoice was rescheduled.", helpful_votes: 65 },
            { id: 364, user_id: 5, episode_id: 114, rating: 4, comment: "An incomplete refund was rescheduled the same day.", helpful_votes: 49 },
            { id: 365, user_id: 27, episode_id: 107, rating: 2, comment: "The request was replaced following an automatic review.", helpful_votes: 56 },
            { id: 366, user_id: 102, episode_id: 134, rating: 2, comment: "Flagged as late. The supplier closed the item.", helpful_votes: 54 },
            { id: 367, user_id: 60, episode_id: 34, rating: 4, comment: "Flagged as manual. The courier reopened the invoice.", helpful_votes: 39 },
            { id: 368, user_id: 143, episode_id: 19, rating: 5, comment: "The ticket was rescheduled after an automatic check.", helpful_votes: 49 },
            { id: 369, user_id: 145, episode_id: 133, rating: 4, comment: "A partial delivery was refunded the same day.", helpful_votes: 50 },
            { id: 370, user_id: 14, episode_id: 143, rating: 4, comment: "No response from the reviewer, so the invoice was rejected.", helpful_votes: 60 },
            { id: 371, user_id: 80, episode_id: 23, rating: 1, comment: "The customer asked for a change and the report was reopened.", helpful_votes: 73 },
            { id: 372, user_id: 57, episode_id: 30, rating: 5, comment: "The team asked for a change and the invoice was replaced.", helpful_votes: 66 },
            { id: 373, user_id: 89, episode_id: 76, rating: 5, comment: "The transfer was closed following a duplicate review.", helpful_votes: 54 },
            { id: 374, user_id: 80, episode_id: 177, rating: 4, comment: "The booking was updated — manual case, no further action.", helpful_votes: 41 },
            { id: 375, user_id: 44, episode_id: 135, rating: 4, comment: "Flagged as repeat. An operator reviewed the request.", helpful_votes: 66 },
            { id: 376, user_id: 68, episode_id: 73, rating: 4, comment: "The team reported a minor issue; the claim was approved.", helpful_votes: 60 },
            { id: 377, user_id: 121, episode_id: 3, rating: 3, comment: "An operator reported a minor issue; the claim was escalated.", helpful_votes: 30 },
            { id: 378, user_id: 123, episode_id: 59, rating: 5, comment: "The refund was resolved following an urgent review.", helpful_votes: 32 },
            { id: 379, user_id: 118, episode_id: 161, rating: 3, comment: "Flagged as minor. An operator reviewed the request.", helpful_votes: 61 },
            { id: 380, user_id: 74, episode_id: 159, rating: 5, comment: "An incomplete follow-up: the record was confirmed.", helpful_votes: 63 },
            { id: 381, user_id: 34, episode_id: 144, rating: 5, comment: "The report was reviewed after a late check.", helpful_votes: 64 },
            { id: 382, user_id: 130, episode_id: 43, rating: 5, comment: "The item was processed — repeat case, no further action.", helpful_votes: 42 },
            { id: 383, user_id: 87, episode_id: 69, rating: 4, comment: "No response from the supplier, so the ticket was completed.", helpful_votes: 68 },
            { id: 384, user_id: 95, episode_id: 30, rating: 4, comment: "The team confirmed the details and the delivery was reviewed.", helpful_votes: 67 },
            { id: 385, user_id: 58, episode_id: 143, rating: 5, comment: "Support confirmed the details and the appointment was updated.", helpful_votes: 34 },
            { id: 386, user_id: 37, episode_id: 6, rating: 2, comment: "The account owner asked for a change and the invoice was updated.", helpful_votes: 55 },
            { id: 387, user_id: 2, episode_id: 109, rating: 5, comment: "A duplicate session was rescheduled the same day.", helpful_votes: 45 },
            { id: 388, user_id: 141, episode_id: 94, rating: 5, comment: "The document was updated after a repeat check.", helpful_votes: 42 },
            { id: 389, user_id: 74, episode_id: 142, rating: 1, comment: "The report was replaced after a partial check.", helpful_votes: 29 },
            { id: 390, user_id: 44, episode_id: 63, rating: 3, comment: "The customer confirmed the details and the delivery was reviewed.", helpful_votes: 69 },
            { id: 391, user_id: 75, episode_id: 51, rating: 5, comment: "Flagged as routine. Support rejected the order.", helpful_votes: 79 },
            { id: 392, user_id: 58, episode_id: 60, rating: 5, comment: "The courier confirmed the details and the order was completed.", helpful_votes: 57 },
            { id: 393, user_id: 130, episode_id: 100, rating: 2, comment: "A manual invoice was rejected the same day.", helpful_votes: 9 },
            { id: 394, user_id: 15, episode_id: 186, rating: 2, comment: "No response from the team, so the booking was rejected.", helpful_votes: 34 },
            { id: 395, user_id: 49, episode_id: 188, rating: 1, comment: "A repeat claim was updated the same day.", helpful_votes: 68 },
            { id: 396, user_id: 16, episode_id: 79, rating: 5, comment: "Flagged as minor. The team resolved the transfer.", helpful_votes: 53 },
            { id: 397, user_id: 26, episode_id: 19, rating: 3, comment: "Flagged as repeat. The courier closed the document.", helpful_votes: 55 },
            { id: 398, user_id: 29, episode_id: 23, rating: 4, comment: "The customer reported a minor issue; the delivery was reopened.", helpful_votes: 60 },
            { id: 399, user_id: 148, episode_id: 187, rating: 5, comment: "The account was completed following a minor review.", helpful_votes: 50 },
            { id: 400, user_id: 93, episode_id: 48, rating: 5, comment: "Flagged as minor. The customer reopened the request.", helpful_votes: 49 },
            { id: 401, user_id: 143, episode_id: 31, rating: 3, comment: "Support confirmed the details and the payment was completed.", helpful_votes: 15 },
            { id: 402, user_id: 84, episode_id: 121, rating: 1, comment: "A manual follow-up: the payment was replaced.", helpful_votes: 54 },
            { id: 403, user_id: 134, episode_id: 111, rating: 5, comment: "A repeat transfer was completed the same day.", helpful_votes: 50 },
            { id: 404, user_id: 132, episode_id: 196, rating: 4, comment: "The payment was processed after a partial check.", helpful_votes: 64 },
            { id: 405, user_id: 14, episode_id: 170, rating: 3, comment: "The account was approved following a partial review.", helpful_votes: 45 },
            { id: 406, user_id: 117, episode_id: 149, rating: 3, comment: "The invoice was cancelled — incomplete case, no further action.", helpful_votes: 56 },
            { id: 407, user_id: 93, episode_id: 39, rating: 4, comment: "Flagged as urgent. The account owner cancelled the refund.", helpful_votes: 44 },
            { id: 408, user_id: 16, episode_id: 94, rating: 4, comment: "The transfer was processed — incomplete case, no further action.", helpful_votes: 29 },
            { id: 409, user_id: 9, episode_id: 31, rating: 3, comment: "The claim was closed following a minor review.", helpful_votes: 59 },
            { id: 410, user_id: 113, episode_id: 189, rating: 5, comment: "The record was resolved after an unusual check.", helpful_votes: 60 },
            { id: 411, user_id: 114, episode_id: 181, rating: 1, comment: "An incomplete follow-up: the report was rejected.", helpful_votes: 72 },
            { id: 412, user_id: 130, episode_id: 41, rating: 2, comment: "No response from the team, so the order was completed.", helpful_votes: 37 },
            { id: 413, user_id: 126, episode_id: 155, rating: 3, comment: "The transfer was confirmed — automatic case, no further action.", helpful_votes: 58 },
            { id: 414, user_id: 8, episode_id: 151, rating: 4, comment: "The appointment was rescheduled following an incomplete review.", helpful_votes: 67 },
            { id: 415, user_id: 99, episode_id: 140, rating: 3, comment: "No response from the supplier, so the report was completed.", helpful_votes: 37 },
            { id: 416, user_id: 109, episode_id: 109, rating: 5, comment: "A routine report was approved the same day.", helpful_votes: 70 },
            { id: 417, user_id: 67, episode_id: 165, rating: 5, comment: "The account was rescheduled after a duplicate check.", helpful_votes: 26 },
            { id: 418, user_id: 76, episode_id: 75, rating: 2, comment: "Flagged as incomplete. The customer confirmed the booking.", helpful_votes: 44 },
            { id: 419, user_id: 131, episode_id: 142, rating: 5, comment: "A partial follow-up: the shipment was reviewed.", helpful_votes: 48 },
            { id: 420, user_id: 45, episode_id: 56, rating: 3, comment: "No response from the customer, so the document was replaced.", helpful_votes: 32 },
            { id: 421, user_id: 57, episode_id: 32, rating: 4, comment: "The item was confirmed following an unusual review.", helpful_votes: 65 },
            { id: 422, user_id: 43, episode_id: 26, rating: 5, comment: "The session was delayed following a minor review.", helpful_votes: 53 },
            { id: 423, user_id: 122, episode_id: 10, rating: 4, comment: "The account owner confirmed the details and the request was closed.", helpful_votes: 51 },
            { id: 424, user_id: 42, episode_id: 92, rating: 2, comment: "Support asked for a change and the document was resolved.", helpful_votes: 34 },
            { id: 425, user_id: 127, episode_id: 97, rating: 5, comment: "The shipment was refunded — urgent case, no further action.", helpful_votes: 63 },
            { id: 426, user_id: 30, episode_id: 100, rating: 2, comment: "No response from the team, so the claim was reviewed.", helpful_votes: 31 },
            { id: 427, user_id: 101, episode_id: 21, rating: 3, comment: "The supplier asked for a change and the request was closed.", helpful_votes: 59 },
            { id: 428, user_id: 27, episode_id: 175, rating: 5, comment: "A minor follow-up: the transfer was delayed.", helpful_votes: 88 },
            { id: 429, user_id: 114, episode_id: 196, rating: 5, comment: "A manual follow-up: the refund was replaced.", helpful_votes: 39 },
            { id: 430, user_id: 38, episode_id: 28, rating: 3, comment: "A minor follow-up: the ticket was confirmed.", helpful_votes: 28 },
            { id: 431, user_id: 126, episode_id: 53, rating: 4, comment: "An incomplete ticket was completed the same day.", helpful_votes: 72 },
            { id: 432, user_id: 128, episode_id: 94, rating: 4, comment: "The reviewer confirmed the details and the booking was completed.", helpful_votes: 73 },
            { id: 433, user_id: 52, episode_id: 84, rating: 3, comment: "The team asked for a change and the account was replaced.", helpful_votes: 49 },
            { id: 434, user_id: 46, episode_id: 137, rating: 3, comment: "No response from the account owner, so the record was processed.", helpful_votes: 69 },
            { id: 435, user_id: 38, episode_id: 182, rating: 4, comment: "Support confirmed the details and the session was delayed.", helpful_votes: 54 },
            { id: 436, user_id: 28, episode_id: 45, rating: 5, comment: "Flagged as minor. The courier completed the document.", helpful_votes: 46 },
            { id: 437, user_id: 121, episode_id: 135, rating: 4, comment: "The delivery was rescheduled after an incomplete check.", helpful_votes: 42 },
            { id: 438, user_id: 103, episode_id: 157, rating: 4, comment: "The courier confirmed the details and the ticket was closed.", helpful_votes: 48 },
            { id: 439, user_id: 67, episode_id: 60, rating: 4, comment: "Flagged as manual. The team rescheduled the shipment.", helpful_votes: 66 },
            { id: 440, user_id: 32, episode_id: 63, rating: 2, comment: "The team reported a duplicate issue; the booking was rejected.", helpful_votes: 49 },
            { id: 441, user_id: 125, episode_id: 56, rating: 5, comment: "No response from an operator, so the record was reviewed.", helpful_votes: 41 },
            { id: 442, user_id: 70, episode_id: 23, rating: 4, comment: "No response from the courier, so the account was resolved.", helpful_votes: 30 },
            { id: 443, user_id: 57, episode_id: 123, rating: 4, comment: "The supplier reported a standard issue; the appointment was updated.", helpful_votes: 25 },
            { id: 444, user_id: 37, episode_id: 19, rating: 1, comment: "A routine follow-up: the appointment was confirmed.", helpful_votes: 66 },
            { id: 445, user_id: 96, episode_id: 108, rating: 5, comment: "A minor follow-up: the account was rescheduled.", helpful_votes: 52 },
            { id: 446, user_id: 102, episode_id: 163, rating: 4, comment: "A standard follow-up: the booking was closed.", helpful_votes: 54 },
            { id: 447, user_id: 78, episode_id: 84, rating: 5, comment: "The shipment was reopened following a routine review.", helpful_votes: 26 },
            { id: 448, user_id: 109, episode_id: 70, rating: 1, comment: "The delivery was reviewed following a routine review.", helpful_votes: 61 },
            { id: 449, user_id: 116, episode_id: 104, rating: 3, comment: "The account owner reported an unusual issue; the transfer was resolved.", helpful_votes: 32 },
            { id: 450, user_id: 70, episode_id: 39, rating: 4, comment: "The document was escalated after a minor check.", helpful_votes: 48 },
            { id: 451, user_id: 61, episode_id: 43, rating: 3, comment: "The customer reported a minor issue; the refund was rejected.", helpful_votes: 44 },
            { id: 452, user_id: 21, episode_id: 81, rating: 5, comment: "The document was reopened after an unusual check.", helpful_votes: 50 },
            { id: 453, user_id: 14, episode_id: 92, rating: 1, comment: "An operator asked for a change and the payment was escalated.", helpful_votes: 45 },
            { id: 454, user_id: 10, episode_id: 44, rating: 2, comment: "No response from the reviewer, so the order was refunded.", helpful_votes: 31 },
            { id: 455, user_id: 69, episode_id: 105, rating: 5, comment: "A late payment was refunded the same day.", helpful_votes: 27 },
            { id: 456, user_id: 112, episode_id: 60, rating: 5, comment: "The delivery was resolved following an unusual review.", helpful_votes: 51 },
            { id: 457, user_id: 44, episode_id: 45, rating: 5, comment: "The customer reported an automatic issue; the item was processed.", helpful_votes: 51 },
            { id: 458, user_id: 82, episode_id: 52, rating: 5, comment: "The booking was processed — urgent case, no further action.", helpful_votes: 48 },
            { id: 459, user_id: 142, episode_id: 37, rating: 2, comment: "An incomplete follow-up: the report was completed.", helpful_votes: 81 },
            { id: 460, user_id: 123, episode_id: 111, rating: 5, comment: "The appointment was rescheduled after a duplicate check.", helpful_votes: 81 },
            { id: 461, user_id: 69, episode_id: 169, rating: 1, comment: "A manual payment was rescheduled the same day.", helpful_votes: 68 },
            { id: 462, user_id: 17, episode_id: 69, rating: 2, comment: "The account owner asked for a change and the delivery was closed.", helpful_votes: 35 },
            { id: 463, user_id: 19, episode_id: 131, rating: 2, comment: "A routine follow-up: the claim was cancelled.", helpful_votes: 47 },
            { id: 464, user_id: 56, episode_id: 145, rating: 5, comment: "Flagged as late. The team rescheduled the report.", helpful_votes: 38 },
            { id: 465, user_id: 142, episode_id: 157, rating: 3, comment: "A manual booking was closed the same day.", helpful_votes: 29 },
            { id: 466, user_id: 120, episode_id: 183, rating: 3, comment: "The account owner reported an urgent issue; the document was escalated.", helpful_votes: 47 },
            { id: 467, user_id: 74, episode_id: 17, rating: 2, comment: "The supplier asked for a change and the document was closed.", helpful_votes: 76 },
            { id: 468, user_id: 135, episode_id: 151, rating: 4, comment: "The refund was rescheduled after a manual check.", helpful_votes: 62 },
            { id: 469, user_id: 44, episode_id: 31, rating: 4, comment: "A duplicate follow-up: the invoice was updated.", helpful_votes: 33 },
            { id: 470, user_id: 28, episode_id: 23, rating: 4, comment: "The team confirmed the details and the appointment was reviewed.", helpful_votes: 46 },
            { id: 471, user_id: 4, episode_id: 88, rating: 4, comment: "The reviewer asked for a change and the appointment was escalated.", helpful_votes: 55 },
            { id: 472, user_id: 66, episode_id: 20, rating: 5, comment: "The document was completed following a standard review.", helpful_votes: 58 },
            { id: 473, user_id: 33, episode_id: 162, rating: 2, comment: "The report was reopened after an incomplete check.", helpful_votes: 27 },
            { id: 474, user_id: 143, episode_id: 84, rating: 5, comment: "No response from the customer, so the refund was reopened.", helpful_votes: 54 },
            { id: 475, user_id: 87, episode_id: 54, rating: 3, comment: "The request was rescheduled — minor case, no further action.", helpful_votes: 48 },
            { id: 476, user_id: 140, episode_id: 188, rating: 3, comment: "An incomplete shipment was updated the same day.", helpful_votes: 56 },
            { id: 477, user_id: 55, episode_id: 49, rating: 5, comment: "The transfer was reopened — repeat case, no further action.", helpful_votes: 36 },
            { id: 478, user_id: 99, episode_id: 86, rating: 3, comment: "Flagged as urgent. The customer rescheduled the appointment.", helpful_votes: 60 },
            { id: 479, user_id: 133, episode_id: 56, rating: 2, comment: "The reviewer reported an urgent issue; the transfer was processed.", helpful_votes: 43 },
            { id: 480, user_id: 45, episode_id: 165, rating: 4, comment: "The reviewer asked for a change and the document was completed.", helpful_votes: 52 },
            { id: 481, user_id: 11, episode_id: 12, rating: 2, comment: "The reviewer reported a duplicate issue; the item was refunded.", helpful_votes: 64 },
            { id: 482, user_id: 65, episode_id: 137, rating: 5, comment: "Flagged as automatic. The supplier reopened the document.", helpful_votes: 59 },
            { id: 483, user_id: 100, episode_id: 124, rating: 4, comment: "A repeat shipment was approved the same day.", helpful_votes: 41 },
            { id: 484, user_id: 97, episode_id: 162, rating: 3, comment: "The refund was cancelled following a standard review.", helpful_votes: 40 },
            { id: 485, user_id: 83, episode_id: 118, rating: 4, comment: "An operator reported a manual issue; the document was replaced.", helpful_votes: 73 },
            { id: 486, user_id: 127, episode_id: 167, rating: 4, comment: "No response from an operator, so the order was completed.", helpful_votes: 48 },
            { id: 487, user_id: 139, episode_id: 131, rating: 3, comment: "The order was resolved after a manual check.", helpful_votes: 29 },
            { id: 488, user_id: 135, episode_id: 100, rating: 2, comment: "Support asked for a change and the invoice was processed.", helpful_votes: 56 },
            { id: 489, user_id: 138, episode_id: 154, rating: 5, comment: "The courier reported a duplicate issue; the account was cancelled.", helpful_votes: 30 },
            { id: 490, user_id: 145, episode_id: 75, rating: 4, comment: "The item was completed following an incomplete review.", helpful_votes: 35 },
            { id: 491, user_id: 75, episode_id: 195, rating: 4, comment: "No response from an operator, so the account was rescheduled.", helpful_votes: 52 },
            { id: 492, user_id: 126, episode_id: 200, rating: 3, comment: "The team reported a minor issue; the booking was updated.", helpful_votes: 46 },
            { id: 493, user_id: 52, episode_id: 117, rating: 5, comment: "The record was reviewed after a repeat check.", helpful_votes: 65 },
            { id: 494, user_id: 30, episode_id: 148, rating: 3, comment: "The report was cancelled after an urgent check.", helpful_votes: 55 },
            { id: 495, user_id: 67, episode_id: 41, rating: 3, comment: "A routine follow-up: the payment was refunded.", helpful_votes: 39 },
            { id: 496, user_id: 86, episode_id: 78, rating: 5, comment: "Flagged as minor. An operator delayed the payment.", helpful_votes: 28 },
            { id: 497, user_id: 121, episode_id: 156, rating: 1, comment: "The customer reported an unusual issue; the shipment was rescheduled.", helpful_votes: 60 },
            { id: 498, user_id: 44, episode_id: 144, rating: 4, comment: "The order was processed after an incomplete check.", helpful_votes: 69 },
            { id: 499, user_id: 129, episode_id: 57, rating: 5, comment: "The document was cancelled after an incomplete check.", helpful_votes: 39 },
            { id: 500, user_id: 41, episode_id: 45, rating: 5, comment: "The account owner asked for a change and the invoice was closed.", helpful_votes: 67 },
        ],
    });
}

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