// Wanderlust Chronicles (wanderlust-chronicles) 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.badges), 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.badges.createMany({
        data: [
            { id: 1, name: "expeditioner", criteria: "A duplicate follow-up: the appointment was delayed.", issued_date: "2021-08-16" },
            { id: 2, name: "globetrotter nomad discoverer", criteria: "The refund was refunded — repeat case, no further action.", issued_date: "2021-03-30" },
            { id: 3, name: "navigator seeker expeditioner", criteria: "The supplier confirmed the details and the refund was escalated.", issued_date: "2020-10-13" },
            { id: 4, name: "traveler globetrotter", criteria: "The account was delayed — repeat case, no further action.", issued_date: "2022-06-16" },
            { id: 5, name: "voyager globetrotter", criteria: "The report was refunded after a minor check.", issued_date: "2022-06-23" },
            { id: 6, name: "pathfinder", criteria: "The courier confirmed the details and the item was reviewed.", issued_date: "2020-12-10" },
            { id: 7, name: "backpacker navigator", criteria: "The customer asked for a change and the booking was processed.", issued_date: "2020-04-13" },
            { id: 8, name: "voyager globetrotter journeyer", criteria: "A repeat follow-up: the appointment was cancelled.", issued_date: "2022-10-05" },
            { id: 9, name: "navigator wanderer pathfinder", criteria: "The customer asked for a change and the session was completed.", issued_date: "2021-04-23" },
            { id: 10, name: "wanderer", criteria: "Flagged as urgent. The team reopened the booking.", issued_date: "2021-08-19" },
            { id: 11, name: "voyager trailblazer pioneer", criteria: "The team asked for a change and the order was replaced.", issued_date: "2020-07-10" },
            { id: 12, name: "pioneer roamer wayfarer", criteria: "An operator confirmed the details and the record was resolved.", issued_date: "2021-10-05" },
            { id: 13, name: "backpacker roamer", criteria: "A repeat account was rejected the same day.", issued_date: "2020-10-29" },
            { id: 14, name: "trailblazer globetrotter", criteria: "The claim was cancelled after a minor check.", issued_date: "2021-02-12" },
            { id: 15, name: "tourist roamer", criteria: "The shipment was cancelled — minor case, no further action.", issued_date: "2022-04-07" },
            { id: 16, name: "wayfarer traveler", criteria: "The courier confirmed the details and the report was reviewed.", issued_date: "2021-01-25" },
            { id: 17, name: "pioneer wanderer", criteria: "No response from the customer, so the appointment was replaced.", issued_date: "2022-08-30" },
            { id: 18, name: "wanderer discoverer", criteria: "The booking was reviewed after a manual check.", issued_date: "2020-08-28" },
            { id: 19, name: "navigator wayfarer", criteria: "The customer reported an automatic issue; the delivery was rescheduled.", issued_date: "2022-09-12" },
            { id: 20, name: "pathfinder wanderer", criteria: "The refund was processed after a standard check.", issued_date: "2022-08-04" },
            { id: 21, name: "wayfarer voyager", criteria: "The customer confirmed the details and the report was confirmed.", issued_date: "2022-01-08" },
            { id: 22, name: "navigator", criteria: "Flagged as manual. The reviewer confirmed the refund.", issued_date: "2020-09-21" },
            { id: 23, name: "pathfinder wanderer", criteria: "An operator confirmed the details and the account was rejected.", issued_date: "2022-10-19" },
            { id: 24, name: "pioneer", criteria: "An unusual claim was rejected the same day.", issued_date: "2022-03-30" },
            { id: 25, name: "adventurer", criteria: "Flagged as partial. The supplier reviewed the record.", issued_date: "2022-11-11" },
            { id: 26, name: "navigator nomad", criteria: "The courier confirmed the details and the delivery was escalated.", issued_date: "2020-07-21" },
            { id: 27, name: "globetrotter wayfarer", criteria: "The reviewer confirmed the details and the order was resolved.", issued_date: "2020-02-18" },
            { id: 28, name: "tourist adventurer", criteria: "No response from the team, so the request was completed.", issued_date: "2021-08-14" },
            { id: 29, name: "globetrotter", criteria: "No response from support, so the payment was confirmed.", issued_date: "2022-11-07" },
            { id: 30, name: "adventurer pioneer", criteria: "The team confirmed the details and the document was escalated.", issued_date: "2020-09-28" },
            { id: 31, name: "discoverer wayfarer", criteria: "A manual payment was reopened the same day.", issued_date: "2020-12-17" },
            { id: 32, name: "globetrotter pioneer expeditioner", criteria: "The courier confirmed the details and the refund was updated.", issued_date: "2020-07-07" },
            { id: 33, name: "wanderer pathfinder trailblazer", criteria: "Flagged as manual. The customer cancelled the record.", issued_date: "2020-08-21" },
            { id: 34, name: "traveler wanderer pioneer", criteria: "The report was cancelled after an unusual check.", issued_date: "2022-05-22" },
            { id: 35, name: "explorer discoverer pioneer", criteria: "The invoice was processed following an automatic review.", issued_date: "2020-04-08" },
            { id: 36, name: "journeyer", criteria: "A standard record was escalated the same day.", issued_date: "2022-05-31" },
            { id: 37, name: "journeyer", criteria: "The booking was resolved following an unusual review.", issued_date: "2022-06-08" },
            { id: 38, name: "backpacker", criteria: "No response from an operator, so the shipment was replaced.", issued_date: "2020-04-28" },
            { id: 39, name: "backpacker nomad", criteria: "No response from the reviewer, so the ticket was completed.", issued_date: "2022-11-04" },
            { id: 40, name: "traveler", criteria: "The account was confirmed — incomplete case, no further action.", issued_date: "2022-06-18" },
            { id: 41, name: "journeyer", criteria: "The team confirmed the details and the refund was reviewed.", issued_date: "2020-12-22" },
            { id: 42, name: "roamer", criteria: "An incomplete payment was rescheduled the same day.", issued_date: "2021-11-02" },
            { id: 43, name: "voyager", criteria: "A late follow-up: the ticket was refunded.", issued_date: "2021-01-19" },
            { id: 44, name: "wanderer", criteria: "The account owner confirmed the details and the report was approved.", issued_date: "2021-06-25" },
            { id: 45, name: "roamer globetrotter", criteria: "A minor appointment was refunded the same day.", issued_date: "2021-09-28" },
            { id: 46, name: "seeker journeyman", criteria: "An operator confirmed the details and the report was closed.", issued_date: "2020-06-01" },
            { id: 47, name: "backpacker voyager", criteria: "The payment was cancelled — incomplete case, no further action.", issued_date: "2021-09-19" },
            { id: 48, name: "tourist expeditioner", criteria: "The supplier reported a manual issue; the account was completed.", issued_date: "2022-12-02" },
            { id: 49, name: "voyager", criteria: "The ticket was approved following an urgent review.", issued_date: "2021-01-08" },
            { id: 50, name: "expeditioner adventurer discoverer", criteria: "The courier confirmed the details and the report was escalated.", issued_date: "2022-10-19" },
        ],
    });
    await prisma.destinations.createMany({
        data: [
            { id: 1, name: "utopia haven journey", country: "United States", popularity_score: 48, type: "natural" },
            { id: 2, name: "destination", country: "France", popularity_score: 48, type: "cultural" },
            { id: 3, name: "voyage haven", country: "Hungary", popularity_score: 63, type: "urban" },
            { id: 4, name: "paradise", country: "United Kingdom", popularity_score: 75, type: "natural" },
            { id: 5, name: "utopia exploration", country: "Argentina", popularity_score: 56, type: "natural" },
            { id: 6, name: "getaway safari experience", country: "Singapore", popularity_score: 61, type: "urban" },
            { id: 7, name: "landmark discovery", country: "United Kingdom", popularity_score: 71, type: "urban" },
            { id: 8, name: "destination journey getaway", country: "France", popularity_score: 35, type: "urban" },
            { id: 9, name: "journey", country: "Argentina", popularity_score: 53, type: "natural" },
            { id: 10, name: "escape destination trip", country: "Colombia", popularity_score: 60, type: "natural" },
            { id: 11, name: "utopia", country: "Chile", popularity_score: 60, type: "cultural" },
            { id: 12, name: "haven", country: "Czech Republic", popularity_score: 53, type: "urban" },
            { id: 13, name: "oasis", country: "Turkey", popularity_score: 67, type: "natural" },
            { id: 14, name: "exploration", country: "Colombia", popularity_score: 33, type: "urban" },
            { id: 15, name: "retreat destination", country: "South Africa", popularity_score: 33, type: "natural" },
            { id: 16, name: "adventure", country: "Poland", popularity_score: 50, type: "natural" },
            { id: 17, name: "experience haven", country: "Philippines", popularity_score: 55, type: "natural" },
            { id: 18, name: "oasis discovery retreat", country: "Thailand", popularity_score: 53, type: "urban" },
            { id: 19, name: "destination getaway", country: "Nigeria", popularity_score: 44, type: "urban" },
            { id: 20, name: "discovery", country: "Spain", popularity_score: 53, type: "urban" },
            { id: 21, name: "experience oasis adventure", country: "Canada", popularity_score: 49, type: "cultural" },
            { id: 22, name: "discovery landmark", country: "Portugal", popularity_score: 57, type: "urban" },
            { id: 23, name: "excursion utopia", country: "Argentina", popularity_score: 77, type: "natural" },
            { id: 24, name: "destination getaway", country: "Hungary", popularity_score: 31, type: "cultural" },
            { id: 25, name: "oasis landmark sanctuary", country: "Germany", popularity_score: 41, type: "urban" },
            { id: 26, name: "getaway adventure voyage", country: "United Kingdom", popularity_score: 70, type: "urban" },
            { id: 27, name: "sanctuary wonder", country: "Egypt", popularity_score: 42, type: "natural" },
            { id: 28, name: "sanctuary destination", country: "Taiwan", popularity_score: 72, type: "natural" },
            { id: 29, name: "discovery sanctuary", country: "New Zealand", popularity_score: 31, type: "urban" },
            { id: 30, name: "voyage haven", country: "United Kingdom", popularity_score: 50, type: "urban" },
            { id: 31, name: "haven journey", country: "Nigeria", popularity_score: 29, type: "urban" },
            { id: 32, name: "getaway journey", country: "Portugal", popularity_score: 6, type: "urban" },
            { id: 33, name: "oasis", country: "Turkey", popularity_score: 54, type: "urban" },
            { id: 34, name: "trip journey voyage", country: "Romania", popularity_score: 42, type: "urban" },
            { id: 35, name: "landmark", country: "Japan", popularity_score: 38, type: "urban" },
            { id: 36, name: "utopia experience", country: "United States", popularity_score: 57, type: "urban" },
            { id: 37, name: "wonder expedition", country: "Japan", popularity_score: 77, type: "urban" },
            { id: 38, name: "sanctuary landmark", country: "United Kingdom", popularity_score: 57, type: "cultural" },
            { id: 39, name: "oasis", country: "Turkey", popularity_score: 52, type: "natural" },
            { id: 40, name: "retreat voyage exploration", country: "Germany", popularity_score: 55, type: "urban" },
            { id: 41, name: "landmark retreat utopia", country: "Canada", popularity_score: 43, type: "cultural" },
            { id: 42, name: "landmark getaway", country: "Hungary", popularity_score: 28, type: "cultural" },
            { id: 43, name: "destination haven", country: "United States", popularity_score: 73, type: "cultural" },
            { id: 44, name: "safari", country: "United States", popularity_score: 62, type: "urban" },
            { id: 45, name: "getaway retreat", country: "Australia", popularity_score: 65, type: "natural" },
            { id: 46, name: "journey discovery trip", country: "Romania", popularity_score: 45, type: "urban" },
            { id: 47, name: "escape", country: "United States", popularity_score: 50, type: "natural" },
            { id: 48, name: "destination paradise", country: "Italy", popularity_score: 47, type: "urban" },
            { id: 49, name: "expedition getaway oasis", country: "Switzerland", popularity_score: 59, type: "cultural" },
            { id: 50, name: "oasis", country: "Thailand", popularity_score: 37, type: "urban" },
            { id: 51, name: "paradise journey", country: "Canada", popularity_score: 54, type: "urban" },
            { id: 52, name: "wonder landmark safari", country: "Switzerland", popularity_score: 63, type: "urban" },
            { id: 53, name: "discovery wonder landmark", country: "New Zealand", popularity_score: 76, type: "urban" },
            { id: 54, name: "safari excursion", country: "Turkey", popularity_score: 43, type: "urban" },
            { id: 55, name: "oasis", country: "Egypt", popularity_score: 57, type: "urban" },
            { id: 56, name: "exploration trip destination", country: "Germany", popularity_score: 42, type: "urban" },
            { id: 57, name: "landmark", country: "Portugal", popularity_score: 65, type: "urban" },
            { id: 58, name: "oasis", country: "United States", popularity_score: 44, type: "urban" },
            { id: 59, name: "journey wonder exploration", country: "United States", popularity_score: 48, type: "cultural" },
            { id: 60, name: "wonder", country: "Spain", popularity_score: 52, type: "urban" },
            { id: 61, name: "excursion retreat escape", country: "Australia", popularity_score: 45, type: "urban" },
            { id: 62, name: "utopia", country: "Romania", popularity_score: 46, type: "urban" },
            { id: 63, name: "paradise haven experience", country: "Canada", popularity_score: 50, type: "urban" },
            { id: 64, name: "trip utopia landmark", country: "United States", popularity_score: 70, type: "natural" },
            { id: 65, name: "experience sanctuary", country: "France", popularity_score: 39, type: "urban" },
            { id: 66, name: "adventure retreat excursion", country: "United Kingdom", popularity_score: 70, type: "urban" },
            { id: 67, name: "retreat", country: "Egypt", popularity_score: 53, type: "urban" },
            { id: 68, name: "expedition", country: "Hungary", popularity_score: 58, type: "urban" },
            { id: 69, name: "exploration paradise escape", country: "Thailand", popularity_score: 74, type: "urban" },
            { id: 70, name: "retreat exploration", country: "South Korea", popularity_score: 49, type: "urban" },
            { id: 71, name: "adventure discovery expedition", country: "Argentina", popularity_score: 61, type: "urban" },
            { id: 72, name: "excursion", country: "Colombia", popularity_score: 36, type: "natural" },
            { id: 73, name: "utopia sanctuary", country: "Hungary", popularity_score: 31, type: "urban" },
            { id: 74, name: "landmark", country: "United States", popularity_score: 50, type: "cultural" },
            { id: 75, name: "wonder", country: "South Africa", popularity_score: 63, type: "urban" },
            { id: 76, name: "haven trip destination", country: "France", popularity_score: 70, type: "natural" },
            { id: 77, name: "voyage oasis", country: "Spain", popularity_score: 53, type: "natural" },
            { id: 78, name: "sanctuary", country: "Singapore", popularity_score: 67, type: "cultural" },
            { id: 79, name: "paradise", country: "Peru", popularity_score: 47, type: "urban" },
            { id: 80, name: "safari", country: "United States", popularity_score: 54, type: "urban" },
            { id: 81, name: "expedition", country: "Nigeria", popularity_score: 44, type: "natural" },
            { id: 82, name: "haven voyage escape", country: "Japan", popularity_score: 57, type: "urban" },
            { id: 83, name: "paradise", country: "Germany", popularity_score: 53, type: "urban" },
            { id: 84, name: "expedition excursion", country: "India", popularity_score: 57, type: "urban" },
            { id: 85, name: "oasis escape voyage", country: "Germany", popularity_score: 39, type: "urban" },
            { id: 86, name: "landmark wonder expedition", country: "Canada", popularity_score: 58, type: "cultural" },
            { id: 87, name: "experience escape paradise", country: "Romania", popularity_score: 70, type: "urban" },
            { id: 88, name: "safari journey expedition", country: "Greece", popularity_score: 34, type: "cultural" },
            { id: 89, name: "landmark", country: "Taiwan", popularity_score: 46, type: "natural" },
            { id: 90, name: "getaway retreat", country: "Netherlands", popularity_score: 57, type: "urban" },
            { id: 91, name: "haven experience", country: "United States", popularity_score: 50, type: "cultural" },
            { id: 92, name: "oasis destination sanctuary", country: "Germany", popularity_score: 67, type: "cultural" },
            { id: 93, name: "voyage", country: "United Kingdom", popularity_score: 54, type: "urban" },
            { id: 94, name: "landmark paradise expedition", country: "Canada", popularity_score: 59, type: "urban" },
            { id: 95, name: "oasis getaway", country: "France", popularity_score: 44, type: "urban" },
            { id: 96, name: "excursion", country: "Spain", popularity_score: 59, type: "urban" },
            { id: 97, name: "excursion expedition", country: "United States", popularity_score: 56, type: "cultural" },
            { id: 98, name: "discovery getaway oasis", country: "United States", popularity_score: 34, type: "cultural" },
            { id: 99, name: "escape oasis", country: "Australia", popularity_score: 73, type: "urban" },
            { id: 100, name: "expedition journey", country: "India", popularity_score: 45, type: "urban" },
            { id: 101, name: "utopia sanctuary paradise", country: "Finland", popularity_score: 36, type: "urban" },
            { id: 102, name: "adventure destination", country: "Portugal", popularity_score: 31, type: "natural" },
            { id: 103, name: "oasis landmark", country: "Kenya", popularity_score: 23, type: "natural" },
            { id: 104, name: "expedition", country: "Canada", popularity_score: 45, type: "urban" },
            { id: 105, name: "landmark", country: "Czech Republic", popularity_score: 44, type: "urban" },
            { id: 106, name: "expedition paradise", country: "Hungary", popularity_score: 25, type: "urban" },
            { id: 107, name: "wonder sanctuary trip", country: "Canada", popularity_score: 31, type: "urban" },
            { id: 108, name: "retreat journey", country: "Ireland", popularity_score: 45, type: "urban" },
            { id: 109, name: "excursion wonder", country: "Japan", popularity_score: 34, type: "natural" },
            { id: 110, name: "oasis paradise utopia", country: "Germany", popularity_score: 62, type: "natural" },
            { id: 111, name: "trip experience expedition", country: "Sweden", popularity_score: 38, type: "urban" },
            { id: 112, name: "excursion", country: "Netherlands", popularity_score: 30, type: "cultural" },
            { id: 113, name: "journey", country: "Brazil", popularity_score: 37, type: "urban" },
            { id: 114, name: "sanctuary landmark discovery", country: "Brazil", popularity_score: 69, type: "cultural" },
            { id: 115, name: "safari getaway destination", country: "India", popularity_score: 47, type: "urban" },
            { id: 116, name: "expedition", country: "Peru", popularity_score: 59, type: "cultural" },
            { id: 117, name: "escape wonder exploration", country: "United States", popularity_score: 46, type: "urban" },
            { id: 118, name: "haven paradise", country: "Taiwan", popularity_score: 53, type: "urban" },
            { id: 119, name: "escape oasis", country: "Austria", popularity_score: 51, type: "urban" },
            { id: 120, name: "haven landmark", country: "France", popularity_score: 41, type: "natural" },
            { id: 121, name: "retreat excursion destination", country: "United States", popularity_score: 42, type: "cultural" },
            { id: 122, name: "experience sanctuary", country: "Ireland", popularity_score: 61, type: "urban" },
            { id: 123, name: "discovery safari", country: "Peru", popularity_score: 38, type: "natural" },
            { id: 124, name: "destination adventure wonder", country: "Canada", popularity_score: 62, type: "urban" },
            { id: 125, name: "excursion voyage", country: "Turkey", popularity_score: 49, type: "urban" },
            { id: 126, name: "getaway oasis adventure", country: "Peru", popularity_score: 66, type: "urban" },
            { id: 127, name: "oasis sanctuary", country: "Germany", popularity_score: 47, type: "urban" },
            { id: 128, name: "wonder excursion", country: "Portugal", popularity_score: 88, type: "cultural" },
            { id: 129, name: "safari retreat", country: "Germany", popularity_score: 40, type: "urban" },
            { id: 130, name: "retreat", country: "Taiwan", popularity_score: 42, type: "urban" },
            { id: 131, name: "trip", country: "Canada", popularity_score: 53, type: "cultural" },
            { id: 132, name: "safari", country: "Chile", popularity_score: 40, type: "cultural" },
            { id: 133, name: "experience excursion retreat", country: "South Africa", popularity_score: 85, type: "urban" },
            { id: 134, name: "journey exploration haven", country: "Belgium", popularity_score: 40, type: "urban" },
            { id: 135, name: "escape adventure sanctuary", country: "Argentina", popularity_score: 44, type: "urban" },
            { id: 136, name: "utopia retreat discovery", country: "Chile", popularity_score: 31, type: "urban" },
            { id: 137, name: "wonder", country: "Egypt", popularity_score: 51, type: "urban" },
            { id: 138, name: "retreat", country: "Germany", popularity_score: 57, type: "natural" },
            { id: 139, name: "getaway excursion", country: "Italy", popularity_score: 51, type: "urban" },
            { id: 140, name: "discovery", country: "Canada", popularity_score: 36, type: "urban" },
            { id: 141, name: "paradise expedition", country: "France", popularity_score: 30, type: "cultural" },
            { id: 142, name: "sanctuary", country: "France", popularity_score: 43, type: "urban" },
            { id: 143, name: "landmark exploration", country: "Turkey", popularity_score: 44, type: "cultural" },
            { id: 144, name: "trip destination exploration", country: "Colombia", popularity_score: 44, type: "natural" },
            { id: 145, name: "utopia discovery trip", country: "Ireland", popularity_score: 45, type: "natural" },
            { id: 146, name: "utopia", country: "Italy", popularity_score: 74, type: "cultural" },
            { id: 147, name: "destination excursion oasis", country: "Argentina", popularity_score: 92, type: "natural" },
            { id: 148, name: "oasis escape paradise", country: "United States", popularity_score: 65, type: "natural" },
            { id: 149, name: "utopia sanctuary", country: "Germany", popularity_score: 54, type: "urban" },
            { id: 150, name: "voyage oasis destination", country: "Mexico", popularity_score: 25, type: "urban" },
        ],
    });
    await prisma.users.createMany({
        data: [
            { id: 1, full_name: "Wei Park", email: "wei.park@example.com", join_date: "2022-02-16", badges_earned: 30 },
            { id: 2, full_name: "Zoe Jansen", email: "zoe.jansen@example.org", join_date: "2021-08-17", badges_earned: 40 },
            { id: 3, full_name: "Leo Flores", email: "leo.flores@example.org", join_date: "2021-09-07", badges_earned: 31 },
            { id: 4, full_name: "Ravi Taylor", email: "ravi.taylor@example.net", join_date: "2022-09-13", badges_earned: 7 },
            { id: 5, full_name: "Wei Clark", email: "wei.clark@example.org", join_date: "2022-06-16", badges_earned: 19 },
            { id: 6, full_name: "Priya Park", email: "priya.park@example.com", join_date: "2021-07-19", badges_earned: 45 },
            { id: 7, full_name: "Grace Bennett", email: "grace.bennett@example.org", join_date: "2022-08-21", badges_earned: 37 },
            { id: 8, full_name: "Marco Ahmed", email: "marco.ahmed@example.org", join_date: "2022-01-03", badges_earned: 8 },
            { id: 9, full_name: "Sara Wilson", email: "sara.wilson@example.net", join_date: "2021-07-15", badges_earned: 0 },
            { id: 10, full_name: "Zoe Bauer", email: "zoe.bauer@example.org", join_date: "2022-02-07", badges_earned: 30 },
            { id: 11, full_name: "Nina Hoffmann", email: "nina.hoffmann@example.org", join_date: "2020-09-11", badges_earned: null },
            { id: 12, full_name: "Ana Wagner", email: "ana.wagner@example.com", join_date: "2021-01-12", badges_earned: 5 },
            { id: 13, full_name: "Carlos Patel", email: "carlos.patel@example.com", join_date: "2020-08-27", badges_earned: null },
            { id: 14, full_name: "Anna Jansen", email: "anna.jansen@example.org", join_date: "2022-01-07", badges_earned: 29 },
            { id: 15, full_name: "Isaac Davis", email: "isaac.davis@example.net", join_date: "2020-12-14", badges_earned: 27 },
            { id: 16, full_name: "Nina Kim", email: "nina.kim@example.com", join_date: "2022-08-09", badges_earned: 2 },
            { id: 17, full_name: "Sofia Adams", email: "sofia.adams@example.com", join_date: "2022-07-17", badges_earned: 28 },
            { id: 18, full_name: "Ruby Hansen", email: "ruby.hansen@example.com", join_date: "2022-06-04", badges_earned: 16 },
            { id: 19, full_name: "Deniz Almeida", email: "deniz.almeida@example.net", join_date: "2021-03-13", badges_earned: 7 },
            { id: 20, full_name: "Yara Brown", email: "yara.brown@example.com", join_date: "2022-11-01", badges_earned: 4 },
            { id: 21, full_name: "Mila Fischer", email: "mila.fischer@example.net", join_date: "2020-02-13", badges_earned: 46 },
            { id: 22, full_name: "Mei Adams", email: "mei.adams@example.org", join_date: "2022-07-21", badges_earned: 20 },
            { id: 23, full_name: "Paula Torres", email: "paula.torres@example.org", join_date: "2022-12-27", badges_earned: 35 },
            { id: 24, full_name: "Maria Kowalski", email: "maria.kowalski@example.com", join_date: "2021-04-24", badges_earned: 0 },
            { id: 25, full_name: "Zara Zhang", email: "zara.zhang@example.net", join_date: "2021-09-07", badges_earned: 10 },
            { id: 26, full_name: "Carlos Sousa", email: "carlos.sousa@example.net", join_date: "2022-10-05", badges_earned: 43 },
            { id: 27, full_name: "Kai Schmidt", email: "kai.schmidt@example.com", join_date: "2021-11-16", badges_earned: 42 },
            { id: 28, full_name: "Julia Cruz", email: "julia.cruz@example.org", join_date: "2021-10-27", badges_earned: 39 },
            { id: 29, full_name: "Noah Taylor", email: "noah.taylor@example.org", join_date: "2022-05-13", badges_earned: 11 },
            { id: 30, full_name: "Andre Costa", email: "andre.costa@example.net", join_date: "2020-02-16", badges_earned: 29 },
            { id: 31, full_name: "Carlos Wagner", email: "carlos.wagner@example.org", join_date: "2022-10-22", badges_earned: 33 },
            { id: 32, full_name: "Ines Almeida", email: "ines.almeida@example.net", join_date: "2020-03-01", badges_earned: 15 },
            { id: 33, full_name: "Mohamed Johnson", email: "mohamed.johnson@example.org", join_date: "2022-12-30", badges_earned: 49 },
            { id: 34, full_name: "Zoe Shah", email: "zoe.shah@example.org", join_date: "2022-02-03", badges_earned: 11 },
            { id: 35, full_name: "Mohamed Bennett", email: "mohamed.bennett@example.org", join_date: "2022-03-07", badges_earned: 3 },
            { id: 36, full_name: "Hannah Oliveira", email: "hannah.oliveira@example.com", join_date: "2022-01-18", badges_earned: 24 },
            { id: 37, full_name: "Ana Clark", email: "ana.clark@example.com", join_date: "2022-12-23", badges_earned: 8 },
            { id: 38, full_name: "Elif Park", email: "elif.park@example.net", join_date: "2022-09-10", badges_earned: 10 },
            { id: 39, full_name: "Victor Klein", email: "victor.klein@example.com", join_date: "2020-08-11", badges_earned: 36 },
            { id: 40, full_name: "Elena Nakamura", email: "elena.nakamura@example.net", join_date: "2021-02-24", badges_earned: 42 },
            { id: 41, full_name: "Mohamed Khan", email: "mohamed.khan@example.net", join_date: "2020-12-27", badges_earned: 37 },
            { id: 42, full_name: "Theo Murphy", email: "theo.murphy@example.net", join_date: "2020-05-04", badges_earned: null },
            { id: 43, full_name: "Ines Costa", email: "ines.costa@example.org", join_date: "2021-05-29", badges_earned: 26 },
            { id: 44, full_name: "Laura Clark", email: "laura.clark@example.org", join_date: "2021-05-08", badges_earned: 15 },
            { id: 45, full_name: "Ruby Patel", email: "ruby.patel@example.com", join_date: "2020-08-17", badges_earned: 18 },
            { id: 46, full_name: "Ibrahim Adams", email: "ibrahim.adams@example.org", join_date: "2021-03-18", badges_earned: 32 },
            { id: 47, full_name: "Sven Rossi", email: "sven.rossi@example.com", join_date: "2022-04-06", badges_earned: 42 },
            { id: 48, full_name: "Ethan Hassan", email: "ethan.hassan@example.org", join_date: "2022-10-08", badges_earned: 43 },
            { id: 49, full_name: "Nina Murphy", email: "nina.murphy@example.net", join_date: "2022-11-18", badges_earned: 2 },
            { id: 50, full_name: "Zara Ruiz", email: "zara.ruiz@example.org", join_date: "2020-03-10", badges_earned: 20 },
            { id: 51, full_name: "Yusuf Gomez", email: "yusuf.gomez@example.org", join_date: "2022-03-30", badges_earned: 39 },
            { id: 52, full_name: "Yusuf Smith", email: "yusuf.smith@example.com", join_date: "2022-04-10", badges_earned: 43 },
            { id: 53, full_name: "Sofia Moreau", email: "sofia.moreau@example.org", join_date: "2022-12-29", badges_earned: 19 },
            { id: 54, full_name: "Karim Sousa", email: "karim.sousa@example.com", join_date: "2020-01-16", badges_earned: 42 },
            { id: 55, full_name: "Selin Gomez", email: "selin.gomez@example.com", join_date: "2022-06-05", badges_earned: 7 },
            { id: 56, full_name: "Maria Novak", email: "maria.novak@example.net", join_date: "2020-01-29", badges_earned: null },
            { id: 57, full_name: "Diego Baker", email: "diego.baker@example.org", join_date: "2022-10-03", badges_earned: 33 },
            { id: 58, full_name: "Jade Yilmaz", email: "jade.yilmaz@example.net", join_date: "2020-04-30", badges_earned: null },
            { id: 59, full_name: "Leo Ibrahim", email: "leo.ibrahim@example.org", join_date: "2021-10-16", badges_earned: null },
            { id: 60, full_name: "Mia Reyes", email: "mia.reyes@example.com", join_date: "2022-02-27", badges_earned: 17 },
            { id: 61, full_name: "Pedro Jansen", email: "pedro.jansen@example.com", join_date: "2020-05-11", badges_earned: 33 },
            { id: 62, full_name: "Uma Klein", email: "uma.klein@example.com", join_date: "2022-10-13", badges_earned: 2 },
            { id: 63, full_name: "Mateo Chen", email: "mateo.chen@example.net", join_date: "2021-09-27", badges_earned: 4 },
            { id: 64, full_name: "Maja Cruz", email: "maja.cruz@example.com", join_date: "2020-11-24", badges_earned: 18 },
            { id: 65, full_name: "Jade Reyes", email: "jade.reyes@example.com", join_date: "2022-08-02", badges_earned: 4 },
            { id: 66, full_name: "Jonas Nakamura", email: "jonas.nakamura@example.net", join_date: "2022-05-19", badges_earned: 48 },
            { id: 67, full_name: "Tariq Schneider", email: "tariq.schneider@example.com", join_date: "2022-06-03", badges_earned: 25 },
            { id: 68, full_name: "Amir Rossi", email: "amir.rossi@example.com", join_date: "2020-11-05", badges_earned: 41 },
            { id: 69, full_name: "Leo Kumar", email: "leo.kumar@example.net", join_date: "2021-07-16", badges_earned: 19 },
            { id: 70, full_name: "Omar Hoffmann", email: "omar.hoffmann@example.com", join_date: "2022-07-31", badges_earned: 45 },
            { id: 71, full_name: "Maja Johnson", email: "maja.johnson@example.net", join_date: "2021-08-22", badges_earned: 22 },
            { id: 72, full_name: "Alice Mendes", email: "alice.mendes@example.net", join_date: "2021-06-16", badges_earned: 47 },
            { id: 73, full_name: "Noah Demir", email: "noah.demir@example.com", join_date: "2021-04-16", badges_earned: 49 },
            { id: 74, full_name: "Chloe Schmidt", email: "chloe.schmidt@example.com", join_date: "2020-12-05", badges_earned: 30 },
            { id: 75, full_name: "Nour Hansen", email: "nour.hansen@example.net", join_date: "2022-11-23", badges_earned: null },
            { id: 76, full_name: "Daniel Walker", email: "daniel.walker@example.com", join_date: "2021-07-28", badges_earned: 31 },
            { id: 77, full_name: "Sam Flores", email: "sam.flores@example.org", join_date: "2021-02-01", badges_earned: 18 },
            { id: 78, full_name: "Grace Mendes", email: "grace.mendes@example.com", join_date: "2022-06-14", badges_earned: null },
            { id: 79, full_name: "Carlos Hansen", email: "carlos.hansen@example.net", join_date: "2021-08-03", badges_earned: 13 },
            { id: 80, full_name: "Arjun Yilmaz", email: "arjun.yilmaz@example.org", join_date: "2022-08-03", badges_earned: 6 },
            { id: 81, full_name: "Alice Flores", email: "alice.flores@example.org", join_date: "2021-05-21", badges_earned: 46 },
            { id: 82, full_name: "Maja Carter", email: "maja.carter@example.org", join_date: "2021-10-20", badges_earned: 19 },
            { id: 83, full_name: "Tomas Silva", email: "tomas.silva@example.net", join_date: "2022-11-17", badges_earned: 25 },
            { id: 84, full_name: "Deniz Torres", email: "deniz.torres@example.com", join_date: "2022-04-12", badges_earned: 36 },
            { id: 85, full_name: "Yusuf Kowalski", email: "yusuf.kowalski@example.com", join_date: "2021-02-06", badges_earned: 7 },
            { id: 86, full_name: "Hugo Kim", email: "hugo.kim@example.com", join_date: "2022-05-15", badges_earned: 4 },
            { id: 87, full_name: "Ruby Johnson", email: "ruby.johnson@example.net", join_date: "2022-09-23", badges_earned: 20 },
            { id: 88, full_name: "Noah Kim", email: "noah.kim@example.net", join_date: "2020-12-06", badges_earned: null },
            { id: 89, full_name: "Emma Gupta", email: "emma.gupta@example.org", join_date: "2021-12-24", badges_earned: 48 },
            { id: 90, full_name: "Hugo Davis", email: "hugo.davis@example.org", join_date: "2020-02-07", badges_earned: 17 },
            { id: 91, full_name: "Hana Weber", email: "hana.weber@example.net", join_date: "2022-11-18", badges_earned: 41 },
            { id: 92, full_name: "Ethan Ibrahim", email: "ethan.ibrahim@example.net", join_date: "2022-12-31", badges_earned: null },
            { id: 93, full_name: "Olivia Hoffmann", email: "olivia.hoffmann@example.com", join_date: "2021-06-25", badges_earned: 26 },
            { id: 94, full_name: "Wei Moreau", email: "wei.moreau@example.org", join_date: "2021-04-26", badges_earned: 38 },
            { id: 95, full_name: "Jack Murphy", email: "jack.murphy@example.org", join_date: "2021-11-17", badges_earned: null },
            { id: 96, full_name: "Carlos Jensen", email: "carlos.jensen@example.org", join_date: "2022-09-28", badges_earned: 25 },
            { id: 97, full_name: "Hannah Lopez", email: "hannah.lopez@example.org", join_date: "2021-10-26", badges_earned: 40 },
            { id: 98, full_name: "Sara Costa", email: "sara.costa@example.com", join_date: "2022-08-17", badges_earned: 40 },
            { id: 99, full_name: "Zara Becker", email: "zara.becker@example.org", join_date: "2021-02-23", badges_earned: 46 },
            { id: 100, full_name: "Mia Nguyen", email: "mia.nguyen@example.com", join_date: "2022-11-18", badges_earned: 8 },
        ],
    });
    await prisma.reviews.createMany({
        data: [
            { id: 1, user_id: 52, destination_id: 112, rating: 1, content: "Flagged as routine. An operator completed the document.", review_date: "2020-07-31" },
            { id: 2, user_id: 18, destination_id: 88, rating: 5, content: "The reviewer reported a routine issue; the request was rejected.", review_date: "2021-11-03" },
            { id: 3, user_id: 17, destination_id: 78, rating: 5, content: "The customer confirmed the details and the record was closed.", review_date: "2021-09-27" },
            { id: 4, user_id: 21, destination_id: 20, rating: 4, content: "An unusual follow-up: the payment was approved.", review_date: "2022-11-01" },
            { id: 5, user_id: 7, destination_id: 106, rating: 5, content: "The document was rescheduled — unusual case, no further action.", review_date: "2020-01-23" },
            { id: 6, user_id: 99, destination_id: 46, rating: 2, content: null, review_date: "2022-09-21" },
            { id: 7, user_id: 67, destination_id: 119, rating: 5, content: "Flagged as automatic. The courier rescheduled the report.", review_date: "2020-10-11" },
            { id: 8, user_id: 34, destination_id: 46, rating: 4, content: "A minor refund was cancelled the same day.", review_date: "2021-01-21" },
            { id: 9, user_id: 21, destination_id: 36, rating: 5, content: "A minor follow-up: the claim was rejected.", review_date: "2022-02-05" },
            { id: 10, user_id: 78, destination_id: 113, rating: 4, content: "A routine refund was delayed the same day.", review_date: "2020-11-19" },
            { id: 11, user_id: 4, destination_id: 74, rating: 1, content: "The report was delayed after a duplicate check.", review_date: "2022-09-12" },
            { id: 12, user_id: 73, destination_id: 55, rating: 4, content: "The invoice was closed — automatic case, no further action.", review_date: "2022-09-29" },
            { id: 13, user_id: 8, destination_id: 16, rating: 5, content: null, review_date: "2022-04-04" },
            { id: 14, user_id: 85, destination_id: 12, rating: 4, content: "An operator asked for a change and the booking was closed.", review_date: "2022-12-28" },
            { id: 15, user_id: 59, destination_id: 108, rating: 5, content: "The refund was cancelled after an automatic check.", review_date: "2020-01-31" },
            { id: 16, user_id: 50, destination_id: 130, rating: 4, content: "Flagged as automatic. An operator reopened the ticket.", review_date: "2020-02-06" },
            { id: 17, user_id: 61, destination_id: 55, rating: 3, content: "The invoice was rejected following a partial review.", review_date: "2020-12-29" },
            { id: 18, user_id: 75, destination_id: 113, rating: 4, content: "No response from the reviewer, so the request was cancelled.", review_date: "2020-12-30" },
            { id: 19, user_id: 85, destination_id: 129, rating: 4, content: "A partial follow-up: the document was completed.", review_date: "2020-11-13" },
            { id: 20, user_id: 36, destination_id: 84, rating: 5, content: "The document was reviewed following a routine review.", review_date: "2021-12-24" },
            { id: 21, user_id: 62, destination_id: 22, rating: 4, content: null, review_date: "2022-10-02" },
            { id: 22, user_id: 71, destination_id: 89, rating: 4, content: "No response from support, so the delivery was closed.", review_date: "2022-03-13" },
            { id: 23, user_id: 50, destination_id: 49, rating: 2, content: "An operator asked for a change and the report was reviewed.", review_date: "2022-08-28" },
            { id: 24, user_id: 95, destination_id: 93, rating: 5, content: "The claim was completed — incomplete case, no further action.", review_date: "2022-12-20" },
            { id: 25, user_id: 46, destination_id: 6, rating: 4, content: "A manual document was closed the same day.", review_date: "2022-01-31" },
            { id: 26, user_id: 87, destination_id: 116, rating: 4, content: "A standard follow-up: the request was approved.", review_date: "2021-10-04" },
            { id: 27, user_id: 24, destination_id: 111, rating: 5, content: "The transfer was processed following an automatic review.", review_date: "2022-12-04" },
            { id: 28, user_id: 53, destination_id: 60, rating: 2, content: "The item was approved — minor case, no further action.", review_date: "2022-10-10" },
            { id: 29, user_id: 35, destination_id: 29, rating: 3, content: "The courier asked for a change and the payment was cancelled.", review_date: "2021-02-11" },
            { id: 30, user_id: 43, destination_id: 22, rating: 3, content: "The customer reported a routine issue; the claim was escalated.", review_date: "2022-02-15" },
            { id: 31, user_id: 64, destination_id: 58, rating: 4, content: "The reviewer confirmed the details and the account was reopened.", review_date: "2021-03-10" },
            { id: 32, user_id: 51, destination_id: 136, rating: 4, content: "The account owner reported a routine issue; the item was updated.", review_date: "2020-03-18" },
            { id: 33, user_id: 99, destination_id: 50, rating: 3, content: "The team reported a partial issue; the delivery was processed.", review_date: "2020-10-15" },
            { id: 34, user_id: 32, destination_id: 129, rating: 1, content: "The account was closed following a repeat review.", review_date: "2021-09-01" },
            { id: 35, user_id: 80, destination_id: 138, rating: 3, content: "Support confirmed the details and the record was resolved.", review_date: "2020-02-01" },
            { id: 36, user_id: 14, destination_id: 99, rating: 3, content: "The reviewer confirmed the details and the document was approved.", review_date: "2021-08-27" },
            { id: 37, user_id: 82, destination_id: 59, rating: 3, content: "The appointment was rejected following a late review.", review_date: "2020-07-25" },
            { id: 38, user_id: 26, destination_id: 58, rating: 5, content: "The invoice was completed — incomplete case, no further action.", review_date: "2020-08-23" },
            { id: 39, user_id: 5, destination_id: 7, rating: 5, content: "The delivery was refunded after a routine check.", review_date: "2021-02-01" },
            { id: 40, user_id: 50, destination_id: 60, rating: 5, content: "The reviewer confirmed the details and the shipment was resolved.", review_date: "2020-11-14" },
            { id: 41, user_id: 69, destination_id: 52, rating: 5, content: "The invoice was rescheduled following a duplicate review.", review_date: "2020-12-23" },
            { id: 42, user_id: 23, destination_id: 63, rating: 5, content: null, review_date: "2020-06-21" },
            { id: 43, user_id: 77, destination_id: 35, rating: 5, content: "The claim was rejected after an unusual check.", review_date: "2021-02-17" },
            { id: 44, user_id: 67, destination_id: 2, rating: 4, content: "An automatic session was approved the same day.", review_date: "2021-06-20" },
            { id: 45, user_id: 39, destination_id: 131, rating: 5, content: "The reviewer asked for a change and the order was updated.", review_date: "2020-10-07" },
            { id: 46, user_id: 29, destination_id: 5, rating: 3, content: "The report was reopened — incomplete case, no further action.", review_date: "2022-09-26" },
            { id: 47, user_id: 89, destination_id: 7, rating: 5, content: "No response from the account owner, so the refund was refunded.", review_date: "2020-04-08" },
            { id: 48, user_id: 86, destination_id: 34, rating: 2, content: null, review_date: "2021-01-21" },
            { id: 49, user_id: 20, destination_id: 2, rating: 5, content: "A manual follow-up: the ticket was updated.", review_date: "2021-11-13" },
            { id: 50, user_id: 35, destination_id: 133, rating: 4, content: "A minor invoice was rescheduled the same day.", review_date: "2022-02-26" },
            { id: 51, user_id: 28, destination_id: 14, rating: 5, content: "The delivery was refunded after a standard check.", review_date: "2022-02-05" },
            { id: 52, user_id: 25, destination_id: 9, rating: 2, content: "The document was approved — late case, no further action.", review_date: "2021-01-22" },
            { id: 53, user_id: 35, destination_id: 140, rating: 4, content: "No response from the reviewer, so the session was processed.", review_date: "2022-01-02" },
            { id: 54, user_id: 4, destination_id: 113, rating: 5, content: "The document was escalated after a repeat check.", review_date: "2022-06-26" },
            { id: 55, user_id: 2, destination_id: 140, rating: 5, content: "Flagged as automatic. The account owner cancelled the claim.", review_date: "2022-05-18" },
            { id: 56, user_id: 85, destination_id: 16, rating: 5, content: null, review_date: "2021-09-27" },
            { id: 57, user_id: 1, destination_id: 34, rating: 4, content: "The account owner confirmed the details and the report was escalated.", review_date: "2021-08-28" },
            { id: 58, user_id: 83, destination_id: 110, rating: 4, content: "Support confirmed the details and the record was reviewed.", review_date: "2020-08-08" },
            { id: 59, user_id: 24, destination_id: 77, rating: 3, content: "The request was cancelled — unusual case, no further action.", review_date: "2022-08-24" },
            { id: 60, user_id: 20, destination_id: 88, rating: 5, content: "The document was confirmed — incomplete case, no further action.", review_date: "2021-09-28" },
            { id: 61, user_id: 12, destination_id: 54, rating: 3, content: "No response from the team, so the payment was updated.", review_date: "2021-08-31" },
            { id: 62, user_id: 21, destination_id: 114, rating: 4, content: "The customer asked for a change and the request was escalated.", review_date: "2022-04-13" },
            { id: 63, user_id: 37, destination_id: 112, rating: 3, content: "Support confirmed the details and the payment was rescheduled.", review_date: "2022-11-22" },
            { id: 64, user_id: 92, destination_id: 51, rating: 2, content: "No response from the customer, so the invoice was reopened.", review_date: "2021-04-15" },
            { id: 65, user_id: 50, destination_id: 109, rating: 4, content: "An automatic transfer was delayed the same day.", review_date: "2022-09-27" },
            { id: 66, user_id: 96, destination_id: 136, rating: 5, content: "An unusual refund was updated the same day.", review_date: "2020-03-16" },
            { id: 67, user_id: 55, destination_id: 14, rating: 5, content: "No response from an operator, so the transfer was closed.", review_date: "2023-01-01" },
            { id: 68, user_id: 38, destination_id: 51, rating: 5, content: "The account owner confirmed the details and the transfer was refunded.", review_date: "2020-11-29" },
            { id: 69, user_id: 4, destination_id: 102, rating: 3, content: null, review_date: "2021-11-29" },
            { id: 70, user_id: 15, destination_id: 125, rating: 5, content: "The refund was escalated after a minor check.", review_date: "2022-06-09" },
            { id: 71, user_id: 17, destination_id: 90, rating: 4, content: null, review_date: "2021-11-02" },
            { id: 72, user_id: 25, destination_id: 40, rating: 1, content: "The customer reported a partial issue; the order was processed.", review_date: "2022-11-23" },
            { id: 73, user_id: 100, destination_id: 19, rating: 5, content: "The payment was updated following a minor review.", review_date: "2021-12-14" },
            { id: 74, user_id: 45, destination_id: 132, rating: 5, content: "Flagged as automatic. The courier closed the payment.", review_date: "2021-11-01" },
            { id: 75, user_id: 75, destination_id: 58, rating: 2, content: "The order was completed after a duplicate check.", review_date: "2021-01-31" },
            { id: 76, user_id: 10, destination_id: 87, rating: 5, content: "No response from the team, so the transfer was reviewed.", review_date: "2021-09-25" },
            { id: 77, user_id: 44, destination_id: 36, rating: 4, content: null, review_date: "2020-10-14" },
            { id: 78, user_id: 17, destination_id: 18, rating: 4, content: "No response from the supplier, so the request was completed.", review_date: "2022-02-09" },
            { id: 79, user_id: 52, destination_id: 66, rating: 3, content: "A manual session was confirmed the same day.", review_date: "2022-03-28" },
            { id: 80, user_id: 60, destination_id: 11, rating: 2, content: "The account was confirmed after a repeat check.", review_date: "2022-02-26" },
            { id: 81, user_id: 34, destination_id: 96, rating: 5, content: "A late follow-up: the delivery was replaced.", review_date: "2022-06-25" },
            { id: 82, user_id: 69, destination_id: 111, rating: 3, content: "The item was cancelled after an urgent check.", review_date: "2020-09-14" },
            { id: 83, user_id: 90, destination_id: 47, rating: 1, content: "The payment was processed — partial case, no further action.", review_date: "2021-05-03" },
            { id: 84, user_id: 80, destination_id: 19, rating: 5, content: "Flagged as partial. Support resolved the shipment.", review_date: "2020-11-01" },
            { id: 85, user_id: 98, destination_id: 68, rating: 5, content: "Flagged as routine. The supplier approved the delivery.", review_date: "2020-09-21" },
            { id: 86, user_id: 6, destination_id: 148, rating: 4, content: "The refund was refunded after a minor check.", review_date: "2022-09-27" },
            { id: 87, user_id: 2, destination_id: 49, rating: 5, content: "A manual account was refunded the same day.", review_date: "2022-03-04" },
            { id: 88, user_id: 11, destination_id: 138, rating: 4, content: "No response from the courier, so the document was completed.", review_date: "2020-12-26" },
            { id: 89, user_id: 81, destination_id: 77, rating: 3, content: "The session was replaced — minor case, no further action.", review_date: "2022-12-11" },
            { id: 90, user_id: 89, destination_id: 21, rating: 5, content: "No response from the account owner, so the booking was confirmed.", review_date: "2022-01-03" },
            { id: 91, user_id: 41, destination_id: 117, rating: 5, content: "Flagged as routine. The team rejected the ticket.", review_date: "2021-04-22" },
            { id: 92, user_id: 77, destination_id: 76, rating: 5, content: "The item was completed — duplicate case, no further action.", review_date: "2022-08-11" },
            { id: 93, user_id: 65, destination_id: 114, rating: 5, content: "An urgent follow-up: the ticket was replaced.", review_date: "2021-12-24" },
            { id: 94, user_id: 11, destination_id: 28, rating: 3, content: "The account was delayed following an automatic review.", review_date: "2021-09-22" },
            { id: 95, user_id: 87, destination_id: 14, rating: 1, content: "The invoice was updated following an urgent review.", review_date: "2021-11-30" },
            { id: 96, user_id: 54, destination_id: 50, rating: 4, content: "The team asked for a change and the booking was completed.", review_date: "2020-12-28" },
            { id: 97, user_id: 7, destination_id: 110, rating: 4, content: "Support confirmed the details and the request was completed.", review_date: "2020-01-16" },
            { id: 98, user_id: 10, destination_id: 134, rating: 4, content: "No response from the reviewer, so the document was cancelled.", review_date: "2021-12-03" },
            { id: 99, user_id: 100, destination_id: 6, rating: 1, content: "The reviewer asked for a change and the session was refunded.", review_date: "2022-11-19" },
            { id: 100, user_id: 54, destination_id: 110, rating: 5, content: "The report was replaced — urgent case, no further action.", review_date: "2021-01-29" },
            { id: 101, user_id: 59, destination_id: 83, rating: 4, content: "The report was refunded after an incomplete check.", review_date: "2022-01-15" },
            { id: 102, user_id: 65, destination_id: 18, rating: 5, content: "A minor delivery was resolved the same day.", review_date: "2022-07-30" },
            { id: 103, user_id: 86, destination_id: 18, rating: 3, content: "The courier confirmed the details and the account was rejected.", review_date: "2021-06-06" },
            { id: 104, user_id: 81, destination_id: 148, rating: 2, content: "The booking was resolved following a standard review.", review_date: "2021-10-10" },
            { id: 105, user_id: 74, destination_id: 109, rating: 2, content: "A duplicate document was replaced the same day.", review_date: "2022-05-11" },
            { id: 106, user_id: 81, destination_id: 56, rating: 4, content: "The booking was reopened following a partial review.", review_date: "2020-02-11" },
            { id: 107, user_id: 44, destination_id: 47, rating: 5, content: "A partial payment was refunded the same day.", review_date: "2021-04-09" },
            { id: 108, user_id: 83, destination_id: 2, rating: 5, content: "The reviewer asked for a change and the shipment was rescheduled.", review_date: "2022-10-27" },
            { id: 109, user_id: 46, destination_id: 142, rating: 5, content: "A routine appointment was approved the same day.", review_date: "2020-10-26" },
            { id: 110, user_id: 67, destination_id: 49, rating: 5, content: "The reviewer confirmed the details and the claim was replaced.", review_date: "2022-09-05" },
            { id: 111, user_id: 12, destination_id: 110, rating: 5, content: "The request was processed following a minor review.", review_date: "2020-03-04" },
            { id: 112, user_id: 43, destination_id: 107, rating: 2, content: "The account owner confirmed the details and the booking was approved.", review_date: "2020-07-13" },
            { id: 113, user_id: 68, destination_id: 53, rating: 1, content: "The supplier confirmed the details and the transfer was rescheduled.", review_date: "2022-12-01" },
            { id: 114, user_id: 37, destination_id: 9, rating: 5, content: "No response from the courier, so the request was reopened.", review_date: "2021-01-07" },
            { id: 115, user_id: 16, destination_id: 65, rating: 5, content: "The team reported a late issue; the delivery was approved.", review_date: "2020-08-04" },
            { id: 116, user_id: 87, destination_id: 146, rating: 4, content: null, review_date: "2020-10-06" },
            { id: 117, user_id: 67, destination_id: 44, rating: 5, content: "The account owner reported a repeat issue; the transfer was confirmed.", review_date: "2020-11-19" },
            { id: 118, user_id: 14, destination_id: 85, rating: 5, content: "The ticket was escalated following an incomplete review.", review_date: "2020-05-30" },
            { id: 119, user_id: 29, destination_id: 8, rating: 1, content: "The booking was rejected following an urgent review.", review_date: "2021-11-23" },
            { id: 120, user_id: 43, destination_id: 64, rating: 4, content: "The team reported a repeat issue; the shipment was refunded.", review_date: "2022-11-25" },
            { id: 121, user_id: 15, destination_id: 73, rating: 4, content: "An urgent shipment was closed the same day.", review_date: "2022-07-21" },
            { id: 122, user_id: 12, destination_id: 3, rating: 2, content: "A late follow-up: the account was refunded.", review_date: "2020-10-12" },
            { id: 123, user_id: 90, destination_id: 88, rating: 4, content: "No response from an operator, so the delivery was reopened.", review_date: "2022-08-21" },
            { id: 124, user_id: 82, destination_id: 113, rating: 3, content: "An operator asked for a change and the session was cancelled.", review_date: "2022-04-13" },
            { id: 125, user_id: 71, destination_id: 80, rating: 3, content: "Flagged as unusual. The reviewer approved the invoice.", review_date: "2021-08-01" },
            { id: 126, user_id: 66, destination_id: 30, rating: 4, content: null, review_date: "2021-11-08" },
            { id: 127, user_id: 90, destination_id: 145, rating: 3, content: null, review_date: "2021-07-16" },
            { id: 128, user_id: 48, destination_id: 75, rating: 5, content: "The report was updated after a manual check.", review_date: "2020-04-12" },
            { id: 129, user_id: 72, destination_id: 50, rating: 2, content: "A standard request was rescheduled the same day.", review_date: "2020-04-17" },
            { id: 130, user_id: 19, destination_id: 81, rating: 3, content: "The transfer was confirmed after a standard check.", review_date: "2021-09-20" },
            { id: 131, user_id: 43, destination_id: 123, rating: 2, content: "The refund was delayed after an automatic check.", review_date: "2020-11-23" },
            { id: 132, user_id: 20, destination_id: 93, rating: 5, content: "A standard follow-up: the transfer was refunded.", review_date: "2022-10-26" },
            { id: 133, user_id: 91, destination_id: 145, rating: 2, content: "An incomplete follow-up: the record was escalated.", review_date: "2020-02-09" },
            { id: 134, user_id: 31, destination_id: 87, rating: 1, content: "The report was escalated — routine case, no further action.", review_date: "2022-08-17" },
            { id: 135, user_id: 96, destination_id: 31, rating: 4, content: "A late follow-up: the report was closed.", review_date: "2020-05-11" },
            { id: 136, user_id: 72, destination_id: 127, rating: 2, content: "An operator confirmed the details and the session was reopened.", review_date: "2021-11-21" },
            { id: 137, user_id: 63, destination_id: 66, rating: 4, content: "The delivery was replaced after an incomplete check.", review_date: "2021-02-19" },
            { id: 138, user_id: 24, destination_id: 139, rating: 5, content: "Flagged as repeat. The team cancelled the account.", review_date: "2021-07-01" },
            { id: 139, user_id: 44, destination_id: 70, rating: 1, content: "The delivery was resolved — standard case, no further action.", review_date: "2021-10-14" },
            { id: 140, user_id: 55, destination_id: 94, rating: 4, content: "No response from the reviewer, so the transfer was updated.", review_date: "2021-07-05" },
            { id: 141, user_id: 86, destination_id: 23, rating: 3, content: "The account owner asked for a change and the report was reviewed.", review_date: "2021-09-06" },
            { id: 142, user_id: 93, destination_id: 127, rating: 4, content: "The account owner asked for a change and the claim was replaced.", review_date: "2022-11-09" },
            { id: 143, user_id: 96, destination_id: 67, rating: 4, content: "The reviewer asked for a change and the shipment was rescheduled.", review_date: "2020-11-04" },
            { id: 144, user_id: 28, destination_id: 59, rating: 5, content: "A repeat order was cancelled the same day.", review_date: "2020-07-04" },
            { id: 145, user_id: 98, destination_id: 2, rating: 2, content: null, review_date: "2020-11-12" },
            { id: 146, user_id: 91, destination_id: 38, rating: 4, content: "The payment was reopened after a repeat check.", review_date: "2022-04-23" },
            { id: 147, user_id: 58, destination_id: 68, rating: 5, content: "Flagged as late. The account owner reopened the item.", review_date: "2022-04-13" },
            { id: 148, user_id: 69, destination_id: 49, rating: 2, content: "The courier confirmed the details and the refund was cancelled.", review_date: "2021-12-01" },
            { id: 149, user_id: 100, destination_id: 18, rating: 2, content: null, review_date: "2022-08-26" },
            { id: 150, user_id: 37, destination_id: 16, rating: 4, content: "The account owner reported a repeat issue; the record was confirmed.", review_date: "2022-02-18" },
            { id: 151, user_id: 5, destination_id: 138, rating: 5, content: "Support confirmed the details and the payment was updated.", review_date: "2020-01-12" },
            { id: 152, user_id: 58, destination_id: 42, rating: 4, content: "The team reported a routine issue; the session was completed.", review_date: "2020-01-05" },
            { id: 153, user_id: 68, destination_id: 25, rating: 5, content: "Flagged as partial. The team delayed the account.", review_date: "2020-11-10" },
            { id: 154, user_id: 55, destination_id: 126, rating: 5, content: "A standard follow-up: the report was delayed.", review_date: "2022-10-21" },
            { id: 155, user_id: 33, destination_id: 23, rating: 4, content: "The supplier confirmed the details and the delivery was reviewed.", review_date: "2020-12-03" },
            { id: 156, user_id: 63, destination_id: 38, rating: 5, content: "The reviewer confirmed the details and the invoice was completed.", review_date: "2022-08-13" },
            { id: 157, user_id: 23, destination_id: 3, rating: 4, content: "An unusual follow-up: the booking was completed.", review_date: "2020-02-21" },
            { id: 158, user_id: 51, destination_id: 68, rating: 4, content: "A duplicate follow-up: the payment was escalated.", review_date: "2021-11-01" },
            { id: 159, user_id: 45, destination_id: 53, rating: 3, content: "The document was reviewed following a duplicate review.", review_date: "2020-11-17" },
            { id: 160, user_id: 10, destination_id: 39, rating: 5, content: "The shipment was closed — partial case, no further action.", review_date: "2021-05-02" },
            { id: 161, user_id: 84, destination_id: 26, rating: 4, content: "The item was cancelled following a manual review.", review_date: "2020-05-06" },
            { id: 162, user_id: 45, destination_id: 40, rating: 5, content: "The claim was completed following a late review.", review_date: "2021-03-09" },
            { id: 163, user_id: 68, destination_id: 104, rating: 3, content: "The refund was reviewed following an urgent review.", review_date: "2022-03-27" },
            { id: 164, user_id: 12, destination_id: 112, rating: 5, content: "A routine delivery was rescheduled the same day.", review_date: "2020-03-02" },
            { id: 165, user_id: 62, destination_id: 60, rating: 2, content: "An incomplete follow-up: the delivery was updated.", review_date: "2022-10-23" },
            { id: 166, user_id: 6, destination_id: 74, rating: 2, content: "A manual follow-up: the account was replaced.", review_date: "2022-08-02" },
            { id: 167, user_id: 89, destination_id: 118, rating: 1, content: "The appointment was approved following an automatic review.", review_date: "2020-02-20" },
            { id: 168, user_id: 31, destination_id: 138, rating: 3, content: "A partial session was replaced the same day.", review_date: "2020-01-28" },
            { id: 169, user_id: 90, destination_id: 150, rating: 5, content: "An automatic account was approved the same day.", review_date: "2021-08-07" },
            { id: 170, user_id: 42, destination_id: 59, rating: 1, content: "A minor follow-up: the item was completed.", review_date: "2021-01-30" },
            { id: 171, user_id: 54, destination_id: 136, rating: 4, content: "The transfer was reviewed after an urgent check.", review_date: "2020-12-28" },
            { id: 172, user_id: 90, destination_id: 10, rating: 4, content: "No response from the reviewer, so the refund was cancelled.", review_date: "2020-07-15" },
            { id: 173, user_id: 50, destination_id: 111, rating: 5, content: "The customer asked for a change and the session was confirmed.", review_date: "2021-01-20" },
            { id: 174, user_id: 7, destination_id: 128, rating: 5, content: "A repeat follow-up: the transfer was confirmed.", review_date: "2020-03-26" },
            { id: 175, user_id: 2, destination_id: 55, rating: 5, content: "A late shipment was replaced the same day.", review_date: "2021-09-03" },
            { id: 176, user_id: 72, destination_id: 10, rating: 4, content: "Flagged as partial. Support delayed the item.", review_date: "2022-09-20" },
            { id: 177, user_id: 31, destination_id: 28, rating: 5, content: "The transfer was closed after a partial check.", review_date: "2021-04-07" },
            { id: 178, user_id: 69, destination_id: 69, rating: 3, content: "An urgent account was confirmed the same day.", review_date: "2020-12-31" },
            { id: 179, user_id: 99, destination_id: 10, rating: 3, content: "No response from support, so the appointment was completed.", review_date: "2021-08-30" },
            { id: 180, user_id: 55, destination_id: 122, rating: 5, content: "No response from the reviewer, so the transfer was reviewed.", review_date: "2022-12-14" },
            { id: 181, user_id: 17, destination_id: 39, rating: 4, content: "The booking was approved — standard case, no further action.", review_date: "2021-12-11" },
            { id: 182, user_id: 36, destination_id: 79, rating: 4, content: null, review_date: "2020-02-10" },
            { id: 183, user_id: 54, destination_id: 54, rating: 3, content: "Support reported a routine issue; the invoice was delayed.", review_date: "2022-08-27" },
            { id: 184, user_id: 96, destination_id: 148, rating: 5, content: "The supplier confirmed the details and the delivery was completed.", review_date: "2022-03-09" },
            { id: 185, user_id: 36, destination_id: 84, rating: 5, content: "The supplier reported an unusual issue; the shipment was confirmed.", review_date: "2020-10-10" },
            { id: 186, user_id: 36, destination_id: 131, rating: 2, content: "The payment was rejected after an incomplete check.", review_date: "2021-03-08" },
            { id: 187, user_id: 59, destination_id: 138, rating: 1, content: "The delivery was confirmed — late case, no further action.", review_date: "2021-12-28" },
            { id: 188, user_id: 60, destination_id: 4, rating: 5, content: "An operator asked for a change and the ticket was escalated.", review_date: "2021-02-17" },
            { id: 189, user_id: 10, destination_id: 90, rating: 4, content: "No response from the customer, so the shipment was confirmed.", review_date: "2021-06-01" },
            { id: 190, user_id: 60, destination_id: 118, rating: 5, content: null, review_date: "2020-11-01" },
            { id: 191, user_id: 92, destination_id: 17, rating: 3, content: "A standard follow-up: the account was completed.", review_date: "2021-06-09" },
            { id: 192, user_id: 45, destination_id: 140, rating: 5, content: "The reviewer asked for a change and the transfer was delayed.", review_date: "2022-08-11" },
            { id: 193, user_id: 29, destination_id: 89, rating: 5, content: "The order was approved — standard case, no further action.", review_date: "2022-09-08" },
            { id: 194, user_id: 61, destination_id: 4, rating: 3, content: "The courier asked for a change and the transfer was closed.", review_date: "2021-10-19" },
            { id: 195, user_id: 83, destination_id: 18, rating: 2, content: "A partial follow-up: the report was rejected.", review_date: "2021-02-17" },
            { id: 196, user_id: 26, destination_id: 116, rating: 4, content: null, review_date: "2021-12-18" },
            { id: 197, user_id: 81, destination_id: 96, rating: 3, content: null, review_date: "2020-10-06" },
            { id: 198, user_id: 77, destination_id: 130, rating: 2, content: "The record was cancelled following an unusual review.", review_date: "2021-02-13" },
            { id: 199, user_id: 25, destination_id: 37, rating: 3, content: "No response from the reviewer, so the record was resolved.", review_date: "2021-11-20" },
            { id: 200, user_id: 82, destination_id: 69, rating: 3, content: "The report was closed — duplicate case, no further action.", review_date: "2022-10-16" },
            { id: 201, user_id: 83, destination_id: 64, rating: 4, content: "The appointment was rescheduled after a repeat check.", review_date: "2020-02-18" },
            { id: 202, user_id: 9, destination_id: 61, rating: 3, content: "The document was refunded following an incomplete review.", review_date: "2022-11-03" },
            { id: 203, user_id: 54, destination_id: 99, rating: 5, content: "A minor booking was reopened the same day.", review_date: "2022-01-25" },
            { id: 204, user_id: 8, destination_id: 86, rating: 4, content: "An urgent follow-up: the ticket was escalated.", review_date: "2020-10-28" },
            { id: 205, user_id: 60, destination_id: 18, rating: 4, content: "The refund was reopened — unusual case, no further action.", review_date: "2021-04-04" },
            { id: 206, user_id: 34, destination_id: 31, rating: 2, content: "The account owner asked for a change and the shipment was completed.", review_date: "2021-03-31" },
            { id: 207, user_id: 9, destination_id: 6, rating: 2, content: null, review_date: "2020-09-30" },
            { id: 208, user_id: 68, destination_id: 52, rating: 3, content: "The request was completed following a minor review.", review_date: "2021-10-08" },
            { id: 209, user_id: 69, destination_id: 19, rating: 2, content: "Flagged as manual. The team closed the request.", review_date: "2022-01-02" },
            { id: 210, user_id: 98, destination_id: 59, rating: 5, content: null, review_date: "2020-02-14" },
            { id: 211, user_id: 22, destination_id: 47, rating: 5, content: "The reviewer asked for a change and the claim was reopened.", review_date: "2021-11-08" },
            { id: 212, user_id: 84, destination_id: 57, rating: 5, content: "The report was reviewed — routine case, no further action.", review_date: "2021-10-06" },
            { id: 213, user_id: 6, destination_id: 119, rating: 5, content: "No response from support, so the record was approved.", review_date: "2021-10-16" },
            { id: 214, user_id: 88, destination_id: 9, rating: 4, content: "A standard shipment was approved the same day.", review_date: "2020-11-17" },
            { id: 215, user_id: 69, destination_id: 98, rating: 4, content: "The courier confirmed the details and the delivery was escalated.", review_date: "2022-01-10" },
            { id: 216, user_id: 48, destination_id: 94, rating: 3, content: "The shipment was confirmed following a routine review.", review_date: "2021-07-19" },
            { id: 217, user_id: 79, destination_id: 150, rating: 5, content: "The shipment was reviewed — manual case, no further action.", review_date: "2021-12-04" },
            { id: 218, user_id: 41, destination_id: 71, rating: 2, content: "The order was reopened after a partial check.", review_date: "2022-10-05" },
            { id: 219, user_id: 96, destination_id: 136, rating: 3, content: "The customer reported a manual issue; the appointment was escalated.", review_date: "2021-11-07" },
            { id: 220, user_id: 49, destination_id: 76, rating: 4, content: "The request was confirmed — repeat case, no further action.", review_date: "2021-08-03" },
            { id: 221, user_id: 66, destination_id: 133, rating: 5, content: "The courier confirmed the details and the document was rejected.", review_date: "2020-10-30" },
            { id: 222, user_id: 35, destination_id: 29, rating: 4, content: "Support asked for a change and the invoice was completed.", review_date: "2020-05-19" },
            { id: 223, user_id: 14, destination_id: 148, rating: 5, content: "The claim was replaced following an automatic review.", review_date: "2021-11-20" },
            { id: 224, user_id: 14, destination_id: 94, rating: 5, content: "A repeat follow-up: the account was delayed.", review_date: "2020-08-22" },
            { id: 225, user_id: 87, destination_id: 137, rating: 5, content: null, review_date: "2020-05-19" },
            { id: 226, user_id: 84, destination_id: 54, rating: 5, content: "The item was escalated — unusual case, no further action.", review_date: "2020-09-05" },
            { id: 227, user_id: 69, destination_id: 8, rating: 3, content: "The record was escalated after a late check.", review_date: "2022-12-31" },
            { id: 228, user_id: 72, destination_id: 93, rating: 3, content: "No response from the reviewer, so the order was completed.", review_date: "2022-07-30" },
            { id: 229, user_id: 45, destination_id: 60, rating: 5, content: "No response from the account owner, so the ticket was confirmed.", review_date: "2021-03-22" },
            { id: 230, user_id: 40, destination_id: 25, rating: 5, content: "The delivery was approved — urgent case, no further action.", review_date: "2021-01-18" },
            { id: 231, user_id: 39, destination_id: 5, rating: 2, content: "Flagged as minor. The account owner refunded the shipment.", review_date: "2020-12-18" },
            { id: 232, user_id: 100, destination_id: 123, rating: 4, content: "The supplier reported an urgent issue; the ticket was refunded.", review_date: "2021-12-30" },
            { id: 233, user_id: 29, destination_id: 42, rating: 4, content: "No response from the supplier, so the transfer was processed.", review_date: "2022-10-05" },
            { id: 234, user_id: 35, destination_id: 103, rating: 5, content: "The supplier reported a partial issue; the refund was completed.", review_date: "2021-11-19" },
            { id: 235, user_id: 47, destination_id: 14, rating: 2, content: "A late order was completed the same day.", review_date: "2021-10-12" },
            { id: 236, user_id: 40, destination_id: 83, rating: 2, content: "Support reported a late issue; the shipment was replaced.", review_date: "2020-10-15" },
            { id: 237, user_id: 40, destination_id: 61, rating: 5, content: "A routine account was reviewed the same day.", review_date: "2022-08-05" },
            { id: 238, user_id: 11, destination_id: 121, rating: 3, content: "No response from the reviewer, so the transfer was reviewed.", review_date: "2021-07-10" },
            { id: 239, user_id: 58, destination_id: 56, rating: 5, content: "The document was replaced — duplicate case, no further action.", review_date: "2021-08-02" },
            { id: 240, user_id: 63, destination_id: 42, rating: 5, content: "The request was cancelled following an automatic review.", review_date: "2021-05-22" },
            { id: 241, user_id: 91, destination_id: 34, rating: 5, content: "An urgent record was rejected the same day.", review_date: "2020-01-11" },
            { id: 242, user_id: 13, destination_id: 139, rating: 4, content: "The order was refunded following an automatic review.", review_date: "2020-11-13" },
            { id: 243, user_id: 17, destination_id: 119, rating: 5, content: "An automatic follow-up: the record was reviewed.", review_date: "2021-11-18" },
            { id: 244, user_id: 84, destination_id: 135, rating: 5, content: "No response from an operator, so the document was closed.", review_date: "2022-07-13" },
            { id: 245, user_id: 88, destination_id: 30, rating: 2, content: null, review_date: "2021-08-05" },
            { id: 246, user_id: 83, destination_id: 67, rating: 5, content: "The courier asked for a change and the payment was confirmed.", review_date: "2021-09-19" },
            { id: 247, user_id: 84, destination_id: 31, rating: 5, content: "Support asked for a change and the session was processed.", review_date: "2020-11-28" },
            { id: 248, user_id: 42, destination_id: 106, rating: 1, content: "Support confirmed the details and the booking was processed.", review_date: "2021-12-02" },
            { id: 249, user_id: 3, destination_id: 49, rating: 5, content: "A partial claim was cancelled the same day.", review_date: "2021-09-02" },
            { id: 250, user_id: 95, destination_id: 150, rating: 2, content: "The report was refunded following a partial review.", review_date: "2020-08-27" },
            { id: 251, user_id: 77, destination_id: 5, rating: 3, content: "The account owner asked for a change and the account was processed.", review_date: "2021-11-29" },
            { id: 252, user_id: 19, destination_id: 77, rating: 4, content: "No response from support, so the refund was refunded.", review_date: "2022-10-10" },
            { id: 253, user_id: 24, destination_id: 41, rating: 3, content: "The account owner confirmed the details and the delivery was refunded.", review_date: "2022-07-10" },
            { id: 254, user_id: 13, destination_id: 129, rating: 2, content: "The invoice was refunded — partial case, no further action.", review_date: "2022-01-07" },
            { id: 255, user_id: 82, destination_id: 16, rating: 5, content: "No response from an operator, so the item was confirmed.", review_date: "2021-01-07" },
            { id: 256, user_id: 36, destination_id: 148, rating: 5, content: "A repeat booking was confirmed the same day.", review_date: "2021-11-01" },
            { id: 257, user_id: 79, destination_id: 106, rating: 5, content: "The supplier asked for a change and the delivery was reopened.", review_date: "2020-12-04" },
            { id: 258, user_id: 69, destination_id: 21, rating: 4, content: "A standard request was updated the same day.", review_date: "2021-12-19" },
            { id: 259, user_id: 9, destination_id: 81, rating: 2, content: "The customer asked for a change and the account was updated.", review_date: "2022-11-01" },
            { id: 260, user_id: 85, destination_id: 17, rating: 5, content: "The reviewer confirmed the details and the request was refunded.", review_date: "2021-10-04" },
            { id: 261, user_id: 59, destination_id: 111, rating: 3, content: "The session was escalated after a minor check.", review_date: "2022-08-13" },
            { id: 262, user_id: 7, destination_id: 109, rating: 5, content: "No response from the courier, so the booking was updated.", review_date: "2020-10-17" },
            { id: 263, user_id: 73, destination_id: 26, rating: 2, content: "A duplicate follow-up: the session was closed.", review_date: "2021-09-17" },
            { id: 264, user_id: 4, destination_id: 121, rating: 2, content: "No response from the team, so the item was approved.", review_date: "2021-01-26" },
            { id: 265, user_id: 71, destination_id: 20, rating: 4, content: "Flagged as duplicate. The account owner closed the ticket.", review_date: "2021-12-31" },
            { id: 266, user_id: 55, destination_id: 123, rating: 3, content: "Flagged as incomplete. The account owner cancelled the ticket.", review_date: "2020-05-25" },
            { id: 267, user_id: 29, destination_id: 96, rating: 5, content: "The delivery was confirmed — urgent case, no further action.", review_date: "2022-11-27" },
            { id: 268, user_id: 95, destination_id: 83, rating: 4, content: "The account owner asked for a change and the booking was closed.", review_date: "2022-07-30" },
            { id: 269, user_id: 14, destination_id: 54, rating: 2, content: "The delivery was cancelled — urgent case, no further action.", review_date: "2020-08-02" },
            { id: 270, user_id: 25, destination_id: 97, rating: 2, content: null, review_date: "2021-08-22" },
            { id: 271, user_id: 17, destination_id: 139, rating: 3, content: null, review_date: "2022-11-16" },
            { id: 272, user_id: 10, destination_id: 50, rating: 1, content: "Support confirmed the details and the order was approved.", review_date: "2021-12-05" },
            { id: 273, user_id: 81, destination_id: 13, rating: 5, content: "An urgent follow-up: the appointment was cancelled.", review_date: "2020-10-28" },
            { id: 274, user_id: 18, destination_id: 131, rating: 2, content: "An urgent follow-up: the session was closed.", review_date: "2022-01-27" },
            { id: 275, user_id: 25, destination_id: 23, rating: 4, content: "A minor follow-up: the request was completed.", review_date: "2022-11-24" },
            { id: 276, user_id: 34, destination_id: 81, rating: 3, content: "An urgent session was escalated the same day.", review_date: "2020-08-31" },
            { id: 277, user_id: 46, destination_id: 70, rating: 2, content: null, review_date: "2021-01-06" },
            { id: 278, user_id: 24, destination_id: 42, rating: 5, content: "The record was approved after an unusual check.", review_date: "2021-04-22" },
            { id: 279, user_id: 33, destination_id: 73, rating: 3, content: "The account owner reported a partial issue; the account was cancelled.", review_date: "2021-11-10" },
            { id: 280, user_id: 36, destination_id: 74, rating: 4, content: "Flagged as partial. The reviewer delayed the order.", review_date: "2020-02-01" },
            { id: 281, user_id: 36, destination_id: 76, rating: 5, content: "A standard follow-up: the delivery was rejected.", review_date: "2022-11-08" },
            { id: 282, user_id: 10, destination_id: 43, rating: 2, content: null, review_date: "2020-11-05" },
            { id: 283, user_id: 81, destination_id: 102, rating: 2, content: null, review_date: "2021-03-01" },
            { id: 284, user_id: 91, destination_id: 84, rating: 2, content: "The booking was completed following a late review.", review_date: "2021-06-19" },
            { id: 285, user_id: 28, destination_id: 89, rating: 3, content: null, review_date: "2020-07-30" },
            { id: 286, user_id: 40, destination_id: 8, rating: 4, content: "The request was completed after a partial check.", review_date: "2021-04-06" },
            { id: 287, user_id: 77, destination_id: 128, rating: 5, content: "The customer confirmed the details and the request was approved.", review_date: "2022-01-07" },
            { id: 288, user_id: 53, destination_id: 82, rating: 3, content: "No response from the account owner, so the appointment was cancelled.", review_date: "2021-01-28" },
            { id: 289, user_id: 21, destination_id: 74, rating: 4, content: null, review_date: "2021-11-29" },
            { id: 290, user_id: 64, destination_id: 6, rating: 3, content: "The account owner confirmed the details and the order was completed.", review_date: "2020-12-12" },
            { id: 291, user_id: 11, destination_id: 7, rating: 1, content: "No response from the customer, so the item was reopened.", review_date: "2020-10-21" },
            { id: 292, user_id: 39, destination_id: 17, rating: 2, content: "No response from the supplier, so the record was escalated.", review_date: "2021-09-25" },
            { id: 293, user_id: 10, destination_id: 95, rating: 3, content: "The team asked for a change and the claim was reopened.", review_date: "2021-09-12" },
            { id: 294, user_id: 3, destination_id: 107, rating: 2, content: "Flagged as standard. The courier replaced the booking.", review_date: "2022-08-04" },
            { id: 295, user_id: 11, destination_id: 21, rating: 5, content: "The account was completed after a standard check.", review_date: "2020-01-26" },
            { id: 296, user_id: 85, destination_id: 9, rating: 5, content: "No response from the team, so the invoice was approved.", review_date: "2022-09-12" },
            { id: 297, user_id: 87, destination_id: 95, rating: 4, content: "No response from the reviewer, so the report was rescheduled.", review_date: "2022-11-11" },
            { id: 298, user_id: 39, destination_id: 116, rating: 5, content: "Flagged as urgent. The supplier rescheduled the request.", review_date: "2021-01-28" },
            { id: 299, user_id: 80, destination_id: 17, rating: 5, content: "Flagged as minor. The account owner completed the shipment.", review_date: "2022-04-30" },
            { id: 300, user_id: 29, destination_id: 6, rating: 3, content: "A minor follow-up: the session was rescheduled.", review_date: "2021-05-01" },
        ],
    });
    await prisma.media.createMany({
        data: [
            { id: 1, review_id: 18, media_type: "video", url: "https://example.com/follow/again", upload_date: "2021-04-22" },
            { id: 2, review_id: 236, media_type: "photo", url: "https://example.com/final/plain", upload_date: "2021-02-17" },
            { id: 3, review_id: 245, media_type: "video", url: "https://example.com/first/record", upload_date: "2021-10-22" },
            { id: 4, review_id: 205, media_type: "photo", url: "https://example.com/large/open", upload_date: "2022-12-21" },
            { id: 5, review_id: 285, media_type: "video", url: "https://example.com/often/because", upload_date: "2022-09-07" },
            { id: 6, review_id: 178, media_type: "video", url: "https://example.com/outside/group", upload_date: "2020-05-29" },
            { id: 7, review_id: 125, media_type: "video", url: "https://example.com/point/another", upload_date: "2022-10-30" },
            { id: 8, review_id: 60, media_type: "photo", url: "https://example.com/ready/clear", upload_date: "2022-11-11" },
            { id: 9, review_id: 280, media_type: "photo", url: "https://example.com/today/summary", upload_date: "2021-10-25" },
            { id: 10, review_id: 169, media_type: "video", url: "https://example.com/number/summary", upload_date: "2022-08-08" },
            { id: 11, review_id: 98, media_type: "photo", url: "https://example.com/notice/matter", upload_date: "2021-08-20" },
            { id: 12, review_id: 253, media_type: "video", url: "https://example.com/between/high", upload_date: "2022-07-07" },
            { id: 13, review_id: 11, media_type: "video", url: "https://example.com/review/ground", upload_date: "2020-06-25" },
            { id: 14, review_id: 292, media_type: "photo", url: "https://example.com/whole/enough", upload_date: "2022-05-16" },
            { id: 15, review_id: 57, media_type: "video", url: "https://example.com/enough/short", upload_date: "2020-11-21" },
            { id: 16, review_id: 202, media_type: "photo", url: "https://example.com/clear/partial", upload_date: "2021-10-01" },
            { id: 17, review_id: 194, media_type: "photo", url: "https://example.com/record/point", upload_date: "2022-11-21" },
            { id: 18, review_id: 116, media_type: "photo", url: "https://example.com/careful/before", upload_date: "2022-06-26" },
            { id: 19, review_id: 62, media_type: "video", url: "https://example.com/minor/reason", upload_date: "2020-05-11" },
            { id: 20, review_id: 293, media_type: "video", url: "https://example.com/long/several", upload_date: "2021-12-12" },
            { id: 21, review_id: 55, media_type: "video", url: "https://example.com/group/point", upload_date: "2021-03-15" },
            { id: 22, review_id: 158, media_type: "photo", url: "https://example.com/ready/support", upload_date: "2020-07-13" },
            { id: 23, review_id: 260, media_type: "video", url: "https://example.com/nearly/later", upload_date: "2020-02-14" },
            { id: 24, review_id: 215, media_type: "photo", url: "https://example.com/because/easy", upload_date: "2020-08-12" },
            { id: 25, review_id: 218, media_type: "video", url: "https://example.com/recent/natural", upload_date: "2021-06-04" },
            { id: 26, review_id: 158, media_type: "video", url: "https://example.com/various/light", upload_date: "2022-06-30" },
            { id: 27, review_id: 26, media_type: "video", url: "https://example.com/open/before", upload_date: "2022-07-19" },
            { id: 28, review_id: 82, media_type: "photo", url: "https://example.com/whole/direct", upload_date: "2020-03-08" },
            { id: 29, review_id: 183, media_type: "photo", url: "https://example.com/great/because", upload_date: "2022-10-28" },
            { id: 30, review_id: 64, media_type: "video", url: "https://example.com/reason/whole", upload_date: "2022-05-19" },
            { id: 31, review_id: 57, media_type: "photo", url: "https://example.com/around/between", upload_date: "2022-04-03" },
            { id: 32, review_id: 153, media_type: "video", url: "https://example.com/moment/whole", upload_date: "2021-06-02" },
            { id: 33, review_id: 294, media_type: "photo", url: "https://example.com/ground/again", upload_date: "2021-10-06" },
            { id: 34, review_id: 13, media_type: "photo", url: "https://example.com/example/still", upload_date: "2020-02-10" },
            { id: 35, review_id: 142, media_type: "photo", url: "https://example.com/short/partial", upload_date: "2022-11-28" },
            { id: 36, review_id: 57, media_type: "photo", url: "https://example.com/close/matter", upload_date: "2022-10-25" },
            { id: 37, review_id: 186, media_type: "video", url: "https://example.com/yearly/follow", upload_date: "2021-05-07" },
            { id: 38, review_id: 153, media_type: "video", url: "https://example.com/common/high", upload_date: "2021-12-14" },
            { id: 39, review_id: 212, media_type: "video", url: "https://example.com/month/number", upload_date: "2022-05-02" },
            { id: 40, review_id: 79, media_type: "photo", url: "https://example.com/single/yearly", upload_date: "2022-06-27" },
            { id: 41, review_id: 276, media_type: "video", url: "https://example.com/ready/steady", upload_date: "2022-02-25" },
            { id: 42, review_id: 101, media_type: "video", url: "https://example.com/simple/strong", upload_date: "2022-01-03" },
            { id: 43, review_id: 236, media_type: "photo", url: "https://example.com/early/final", upload_date: "2021-06-15" },
            { id: 44, review_id: 130, media_type: "photo", url: "https://example.com/nearly/general", upload_date: "2021-01-22" },
            { id: 45, review_id: 141, media_type: "video", url: "https://example.com/follow/easy", upload_date: "2021-06-02" },
            { id: 46, review_id: 96, media_type: "photo", url: "https://example.com/short/general", upload_date: "2022-08-11" },
            { id: 47, review_id: 17, media_type: "video", url: "https://example.com/ground/group", upload_date: "2021-06-15" },
            { id: 48, review_id: 144, media_type: "photo", url: "https://example.com/final/without", upload_date: "2022-12-17" },
            { id: 49, review_id: 39, media_type: "photo", url: "https://example.com/ground/result", upload_date: "2022-04-01" },
            { id: 50, review_id: 298, media_type: "photo", url: "https://example.com/moving/inside", upload_date: "2022-11-17" },
            { id: 51, review_id: 202, media_type: "photo", url: "https://example.com/short/nearly", upload_date: "2022-01-11" },
            { id: 52, review_id: 300, media_type: "video", url: "https://example.com/system/steady", upload_date: "2022-11-04" },
            { id: 53, review_id: 195, media_type: "photo", url: "https://example.com/number/first", upload_date: "2021-03-20" },
            { id: 54, review_id: 143, media_type: "video", url: "https://example.com/enough/steady", upload_date: "2021-09-28" },
            { id: 55, review_id: 204, media_type: "video", url: "https://example.com/record/every", upload_date: "2022-10-07" },
            { id: 56, review_id: 165, media_type: "photo", url: "https://example.com/number/before", upload_date: "2020-06-28" },
            { id: 57, review_id: 80, media_type: "photo", url: "https://example.com/still/final", upload_date: "2022-02-06" },
            { id: 58, review_id: 257, media_type: "photo", url: "https://example.com/clear/single", upload_date: "2020-09-25" },
            { id: 59, review_id: 36, media_type: "video", url: "https://example.com/light/happen", upload_date: "2020-11-22" },
            { id: 60, review_id: 225, media_type: "video", url: "https://example.com/easy/morning", upload_date: "2021-06-11" },
            { id: 61, review_id: 97, media_type: "photo", url: "https://example.com/today/notice", upload_date: "2022-08-11" },
            { id: 62, review_id: 112, media_type: "photo", url: "https://example.com/still/update", upload_date: "2021-06-02" },
            { id: 63, review_id: 74, media_type: "video", url: "https://example.com/toward/whole", upload_date: "2020-02-04" },
            { id: 64, review_id: 187, media_type: "photo", url: "https://example.com/today/about", upload_date: "2022-12-11" },
            { id: 65, review_id: 130, media_type: "photo", url: "https://example.com/change/follow", upload_date: "2021-11-27" },
            { id: 66, review_id: 211, media_type: "video", url: "https://example.com/weekly/between", upload_date: "2022-09-13" },
            { id: 67, review_id: 63, media_type: "photo", url: "https://example.com/still/whole", upload_date: "2022-08-03" },
            { id: 68, review_id: 40, media_type: "photo", url: "https://example.com/yearly/reason", upload_date: "2022-08-18" },
            { id: 69, review_id: 81, media_type: "photo", url: "https://example.com/summary/quiet", upload_date: "2020-05-11" },
            { id: 70, review_id: 40, media_type: "video", url: "https://example.com/weekly/clear", upload_date: "2021-04-24" },
            { id: 71, review_id: 235, media_type: "photo", url: "https://example.com/review/steady", upload_date: "2022-11-14" },
            { id: 72, review_id: 94, media_type: "video", url: "https://example.com/close/regular", upload_date: "2020-11-07" },
            { id: 73, review_id: 1, media_type: "video", url: "https://example.com/notice/summary", upload_date: "2020-12-25" },
            { id: 74, review_id: 147, media_type: "video", url: "https://example.com/record/without", upload_date: "2020-06-16" },
            { id: 75, review_id: 203, media_type: "video", url: "https://example.com/system/clear", upload_date: "2022-08-01" },
            { id: 76, review_id: 20, media_type: "photo", url: "https://example.com/notice/yearly", upload_date: "2022-12-21" },
            { id: 77, review_id: 265, media_type: "photo", url: "https://example.com/usual/normal", upload_date: "2021-01-16" },
            { id: 78, review_id: 149, media_type: "photo", url: "https://example.com/open/open", upload_date: "2020-07-18" },
            { id: 79, review_id: 92, media_type: "video", url: "https://example.com/system/first", upload_date: "2022-03-22" },
            { id: 80, review_id: 221, media_type: "video", url: "https://example.com/example/recent", upload_date: "2020-08-27" },
            { id: 81, review_id: 231, media_type: "video", url: "https://example.com/order/weekly", upload_date: "2021-06-02" },
            { id: 82, review_id: 117, media_type: "photo", url: "https://example.com/great/early", upload_date: "2022-07-14" },
            { id: 83, review_id: 272, media_type: "video", url: "https://example.com/today/morning", upload_date: "2022-12-27" },
            { id: 84, review_id: 164, media_type: "photo", url: "https://example.com/before/detail", upload_date: "2020-03-28" },
            { id: 85, review_id: 148, media_type: "photo", url: "https://example.com/reason/around", upload_date: "2022-07-19" },
            { id: 86, review_id: 124, media_type: "video", url: "https://example.com/open/record", upload_date: "2021-03-19" },
            { id: 87, review_id: 175, media_type: "video", url: "https://example.com/major/morning", upload_date: "2022-09-22" },
            { id: 88, review_id: 9, media_type: "photo", url: "https://example.com/public/again", upload_date: "2022-08-22" },
            { id: 89, review_id: 6, media_type: "photo", url: "https://example.com/several/other", upload_date: "2020-12-08" },
            { id: 90, review_id: 295, media_type: "photo", url: "https://example.com/still/review", upload_date: "2022-12-05" },
            { id: 91, review_id: 270, media_type: "photo", url: "https://example.com/point/light", upload_date: "2021-07-13" },
            { id: 92, review_id: 51, media_type: "video", url: "https://example.com/still/ground", upload_date: "2021-04-23" },
            { id: 93, review_id: 23, media_type: "video", url: "https://example.com/small/major", upload_date: "2022-03-09" },
            { id: 94, review_id: 98, media_type: "photo", url: "https://example.com/open/before", upload_date: "2022-01-04" },
            { id: 95, review_id: 69, media_type: "video", url: "https://example.com/today/because", upload_date: "2020-07-28" },
            { id: 96, review_id: 29, media_type: "video", url: "https://example.com/outside/long", upload_date: "2020-04-28" },
            { id: 97, review_id: 174, media_type: "video", url: "https://example.com/major/today", upload_date: "2020-04-09" },
            { id: 98, review_id: 17, media_type: "video", url: "https://example.com/ground/plain", upload_date: "2022-02-28" },
            { id: 99, review_id: 139, media_type: "photo", url: "https://example.com/bright/daily", upload_date: "2020-03-13" },
            { id: 100, review_id: 162, media_type: "video", url: "https://example.com/weekly/partial", upload_date: "2022-09-15" },
            { id: 101, review_id: 299, media_type: "photo", url: "https://example.com/total/matter", upload_date: "2022-02-16" },
            { id: 102, review_id: 191, media_type: "video", url: "https://example.com/second/steady", upload_date: "2022-12-22" },
            { id: 103, review_id: 172, media_type: "photo", url: "https://example.com/again/steady", upload_date: "2021-11-22" },
            { id: 104, review_id: 235, media_type: "photo", url: "https://example.com/section/single", upload_date: "2021-10-17" },
            { id: 105, review_id: 83, media_type: "photo", url: "https://example.com/around/issue", upload_date: "2020-01-05" },
            { id: 106, review_id: 146, media_type: "video", url: "https://example.com/order/between", upload_date: "2021-08-04" },
            { id: 107, review_id: 223, media_type: "photo", url: "https://example.com/ready/month", upload_date: "2020-09-18" },
            { id: 108, review_id: 127, media_type: "photo", url: "https://example.com/little/along", upload_date: "2021-08-27" },
            { id: 109, review_id: 78, media_type: "video", url: "https://example.com/before/still", upload_date: "2020-11-03" },
            { id: 110, review_id: 115, media_type: "video", url: "https://example.com/order/steady", upload_date: "2022-06-09" },
            { id: 111, review_id: 294, media_type: "video", url: "https://example.com/period/short", upload_date: "2020-08-06" },
            { id: 112, review_id: 280, media_type: "photo", url: "https://example.com/point/early", upload_date: "2021-04-23" },
            { id: 113, review_id: 263, media_type: "photo", url: "https://example.com/plain/outside", upload_date: "2021-02-23" },
            { id: 114, review_id: 93, media_type: "video", url: "https://example.com/little/later", upload_date: "2022-05-24" },
            { id: 115, review_id: 154, media_type: "photo", url: "https://example.com/around/before", upload_date: "2022-06-02" },
            { id: 116, review_id: 36, media_type: "photo", url: "https://example.com/record/result", upload_date: "2021-10-02" },
            { id: 117, review_id: 65, media_type: "video", url: "https://example.com/daily/nearly", upload_date: "2020-08-02" },
            { id: 118, review_id: 36, media_type: "video", url: "https://example.com/steady/open", upload_date: "2022-02-17" },
            { id: 119, review_id: 185, media_type: "photo", url: "https://example.com/little/common", upload_date: "2021-06-02" },
            { id: 120, review_id: 98, media_type: "video", url: "https://example.com/enough/simple", upload_date: "2020-09-15" },
            { id: 121, review_id: 171, media_type: "photo", url: "https://example.com/around/change", upload_date: "2020-10-25" },
            { id: 122, review_id: 107, media_type: "video", url: "https://example.com/often/outside", upload_date: "2020-07-24" },
            { id: 123, review_id: 149, media_type: "video", url: "https://example.com/again/first", upload_date: "2020-11-02" },
            { id: 124, review_id: 20, media_type: "video", url: "https://example.com/final/local", upload_date: "2021-06-25" },
            { id: 125, review_id: 233, media_type: "video", url: "https://example.com/change/regular", upload_date: "2021-08-15" },
            { id: 126, review_id: 155, media_type: "video", url: "https://example.com/reason/single", upload_date: "2022-08-28" },
            { id: 127, review_id: 20, media_type: "video", url: "https://example.com/every/issue", upload_date: "2021-08-01" },
            { id: 128, review_id: 29, media_type: "photo", url: "https://example.com/minor/common", upload_date: "2022-06-13" },
            { id: 129, review_id: 211, media_type: "video", url: "https://example.com/moment/direct", upload_date: "2021-07-16" },
            { id: 130, review_id: 12, media_type: "photo", url: "https://example.com/nearly/moment", upload_date: "2021-01-02" },
            { id: 131, review_id: 229, media_type: "photo", url: "https://example.com/daily/long", upload_date: "2022-06-03" },
            { id: 132, review_id: 10, media_type: "photo", url: "https://example.com/number/result", upload_date: "2021-10-02" },
            { id: 133, review_id: 162, media_type: "photo", url: "https://example.com/number/result", upload_date: "2022-09-25" },
            { id: 134, review_id: 300, media_type: "video", url: "https://example.com/careful/ready", upload_date: "2021-08-30" },
            { id: 135, review_id: 167, media_type: "video", url: "https://example.com/record/natural", upload_date: "2021-07-04" },
            { id: 136, review_id: 73, media_type: "photo", url: "https://example.com/small/long", upload_date: "2020-01-16" },
            { id: 137, review_id: 257, media_type: "video", url: "https://example.com/common/other", upload_date: "2022-11-09" },
            { id: 138, review_id: 151, media_type: "video", url: "https://example.com/along/moving", upload_date: "2022-11-26" },
            { id: 139, review_id: 48, media_type: "video", url: "https://example.com/around/often", upload_date: "2020-06-21" },
            { id: 140, review_id: 293, media_type: "photo", url: "https://example.com/total/plain", upload_date: "2020-12-14" },
            { id: 141, review_id: 215, media_type: "photo", url: "https://example.com/recent/quick", upload_date: "2022-10-04" },
            { id: 142, review_id: 131, media_type: "video", url: "https://example.com/early/public", upload_date: "2021-10-02" },
            { id: 143, review_id: 9, media_type: "video", url: "https://example.com/update/given", upload_date: "2022-09-16" },
            { id: 144, review_id: 285, media_type: "video", url: "https://example.com/inside/along", upload_date: "2020-11-17" },
            { id: 145, review_id: 78, media_type: "video", url: "https://example.com/later/short", upload_date: "2022-06-25" },
            { id: 146, review_id: 47, media_type: "photo", url: "https://example.com/because/result", upload_date: "2020-11-19" },
            { id: 147, review_id: 88, media_type: "video", url: "https://example.com/first/later", upload_date: "2022-07-14" },
            { id: 148, review_id: 169, media_type: "photo", url: "https://example.com/without/matter", upload_date: "2020-02-18" },
            { id: 149, review_id: 271, media_type: "photo", url: "https://example.com/quick/various", upload_date: "2021-08-10" },
            { id: 150, review_id: 224, media_type: "photo", url: "https://example.com/period/issue", upload_date: "2020-10-13" },
            { id: 151, review_id: 275, media_type: "photo", url: "https://example.com/great/morning", upload_date: "2022-03-17" },
            { id: 152, review_id: 100, media_type: "photo", url: "https://example.com/system/special", upload_date: "2022-11-27" },
            { id: 153, review_id: 232, media_type: "video", url: "https://example.com/period/minor", upload_date: "2022-09-21" },
            { id: 154, review_id: 173, media_type: "photo", url: "https://example.com/major/long", upload_date: "2022-08-20" },
            { id: 155, review_id: 141, media_type: "video", url: "https://example.com/about/enough", upload_date: "2020-10-05" },
            { id: 156, review_id: 141, media_type: "photo", url: "https://example.com/public/detail", upload_date: "2021-04-20" },
            { id: 157, review_id: 266, media_type: "photo", url: "https://example.com/public/special", upload_date: "2021-09-27" },
            { id: 158, review_id: 75, media_type: "video", url: "https://example.com/great/strong", upload_date: "2020-09-13" },
            { id: 159, review_id: 248, media_type: "video", url: "https://example.com/direct/morning", upload_date: "2022-10-11" },
            { id: 160, review_id: 216, media_type: "photo", url: "https://example.com/change/section", upload_date: "2021-09-29" },
            { id: 161, review_id: 45, media_type: "video", url: "https://example.com/inside/support", upload_date: "2020-06-01" },
            { id: 162, review_id: 173, media_type: "photo", url: "https://example.com/enough/detail", upload_date: "2021-06-22" },
            { id: 163, review_id: 179, media_type: "photo", url: "https://example.com/close/early", upload_date: "2022-03-04" },
            { id: 164, review_id: 233, media_type: "video", url: "https://example.com/matter/early", upload_date: "2021-08-17" },
            { id: 165, review_id: 260, media_type: "photo", url: "https://example.com/partial/yearly", upload_date: "2021-11-02" },
            { id: 166, review_id: 295, media_type: "photo", url: "https://example.com/quick/given", upload_date: "2021-10-15" },
            { id: 167, review_id: 148, media_type: "video", url: "https://example.com/enough/total", upload_date: "2020-07-28" },
            { id: 168, review_id: 66, media_type: "photo", url: "https://example.com/around/other", upload_date: "2022-02-17" },
            { id: 169, review_id: 59, media_type: "photo", url: "https://example.com/level/along", upload_date: "2020-11-02" },
            { id: 170, review_id: 260, media_type: "video", url: "https://example.com/within/ready", upload_date: "2022-02-18" },
            { id: 171, review_id: 299, media_type: "photo", url: "https://example.com/section/later", upload_date: "2022-02-19" },
            { id: 172, review_id: 219, media_type: "photo", url: "https://example.com/easy/yearly", upload_date: "2021-05-05" },
            { id: 173, review_id: 265, media_type: "photo", url: "https://example.com/single/without", upload_date: "2022-01-08" },
            { id: 174, review_id: 20, media_type: "video", url: "https://example.com/normal/easy", upload_date: "2021-07-13" },
            { id: 175, review_id: 288, media_type: "photo", url: "https://example.com/about/record", upload_date: "2021-10-29" },
            { id: 176, review_id: 252, media_type: "video", url: "https://example.com/section/minor", upload_date: "2021-09-10" },
            { id: 177, review_id: 146, media_type: "video", url: "https://example.com/along/after", upload_date: "2022-03-12" },
            { id: 178, review_id: 150, media_type: "video", url: "https://example.com/steady/often", upload_date: "2020-05-04" },
            { id: 179, review_id: 147, media_type: "photo", url: "https://example.com/recent/several", upload_date: "2022-02-12" },
            { id: 180, review_id: 54, media_type: "video", url: "https://example.com/yearly/second", upload_date: "2020-06-23" },
            { id: 181, review_id: 243, media_type: "photo", url: "https://example.com/number/simple", upload_date: "2021-04-27" },
            { id: 182, review_id: 255, media_type: "photo", url: "https://example.com/local/result", upload_date: "2021-02-28" },
            { id: 183, review_id: 150, media_type: "photo", url: "https://example.com/plain/along", upload_date: "2020-08-26" },
            { id: 184, review_id: 300, media_type: "photo", url: "https://example.com/toward/special", upload_date: "2022-08-10" },
            { id: 185, review_id: 25, media_type: "photo", url: "https://example.com/public/partial", upload_date: "2022-06-02" },
            { id: 186, review_id: 300, media_type: "video", url: "https://example.com/result/steady", upload_date: "2022-04-29" },
            { id: 187, review_id: 212, media_type: "photo", url: "https://example.com/group/toward", upload_date: "2022-01-16" },
            { id: 188, review_id: 180, media_type: "photo", url: "https://example.com/again/along", upload_date: "2022-09-15" },
            { id: 189, review_id: 227, media_type: "photo", url: "https://example.com/light/within", upload_date: "2020-08-28" },
            { id: 190, review_id: 52, media_type: "photo", url: "https://example.com/because/regular", upload_date: "2022-07-07" },
            { id: 191, review_id: 257, media_type: "photo", url: "https://example.com/again/detail", upload_date: "2021-03-14" },
            { id: 192, review_id: 254, media_type: "photo", url: "https://example.com/every/between", upload_date: "2022-02-22" },
            { id: 193, review_id: 43, media_type: "photo", url: "https://example.com/group/various", upload_date: "2021-08-14" },
            { id: 194, review_id: 66, media_type: "photo", url: "https://example.com/example/within", upload_date: "2020-06-07" },
            { id: 195, review_id: 149, media_type: "photo", url: "https://example.com/number/morning", upload_date: "2021-01-11" },
            { id: 196, review_id: 232, media_type: "photo", url: "https://example.com/whole/first", upload_date: "2022-07-23" },
            { id: 197, review_id: 168, media_type: "video", url: "https://example.com/about/given", upload_date: "2021-09-29" },
            { id: 198, review_id: 38, media_type: "video", url: "https://example.com/small/outside", upload_date: "2022-05-29" },
            { id: 199, review_id: 44, media_type: "photo", url: "https://example.com/level/final", upload_date: "2021-03-11" },
            { id: 200, review_id: 73, media_type: "photo", url: "https://example.com/various/follow", upload_date: "2021-02-21" },
        ],
    });
}

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