// Travel Experience Insights (customer-reviews-for-travel-services-database) v1 — Prisma seed
// Synthetic sample data, CC0-1.0. Generated deterministically; re-running the
// generator with the same spec and seed reproduces this file exactly.
//
// Delegates are named after the tables (prisma.customers), 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.customers.createMany({
        data: [
            { customer_id: 1, full_name: "Laura Carter", email: "laura.carter@example.net", loyalty_program_member: true },
            { customer_id: 2, full_name: "Zoe Sato", email: "zoe.sato@example.com", loyalty_program_member: true },
            { customer_id: 3, full_name: "Anna Wagner", email: "anna.wagner@example.net", loyalty_program_member: false },
            { customer_id: 4, full_name: "Arjun Castro", email: "arjun.castro@example.net", loyalty_program_member: true },
            { customer_id: 5, full_name: "Leo Chen", email: "leo.chen@example.com", loyalty_program_member: true },
            { customer_id: 6, full_name: "Carla Bennett", email: "carla.bennett@example.org", loyalty_program_member: false },
            { customer_id: 7, full_name: "Mia Adams", email: "mia.adams@example.net", loyalty_program_member: false },
            { customer_id: 8, full_name: "Ana Costa", email: "ana.costa@example.org", loyalty_program_member: false },
            { customer_id: 9, full_name: "Pedro Lopez", email: "pedro.lopez@example.net", loyalty_program_member: false },
            { customer_id: 10, full_name: "Chen Kowalski", email: "chen.kowalski@example.org", loyalty_program_member: true },
            { customer_id: 11, full_name: "Marco Park", email: "marco.park@example.com", loyalty_program_member: true },
            { customer_id: 12, full_name: "Chen Jansen", email: "chen.jansen@example.org", loyalty_program_member: false },
            { customer_id: 13, full_name: "Carlos Hughes", email: "carlos.hughes@example.com", loyalty_program_member: true },
            { customer_id: 14, full_name: "Selin Moreau", email: "selin.moreau@example.com", loyalty_program_member: true },
            { customer_id: 15, full_name: "Lucas Schneider", email: "lucas.schneider@example.org", loyalty_program_member: false },
            { customer_id: 16, full_name: "Emma Rossi", email: "emma.rossi@example.com", loyalty_program_member: false },
            { customer_id: 17, full_name: "Hana Nakamura", email: "hana.nakamura@example.com", loyalty_program_member: false },
            { customer_id: 18, full_name: "Lena Smith", email: "lena.smith@example.org", loyalty_program_member: false },
            { customer_id: 19, full_name: "Sam Adams", email: "sam.adams@example.net", loyalty_program_member: true },
            { customer_id: 20, full_name: "Elif Smith", email: "elif.smith@example.org", loyalty_program_member: false },
            { customer_id: 21, full_name: "Yusuf Carter", email: "yusuf.carter@example.com", loyalty_program_member: true },
            { customer_id: 22, full_name: "Lena Kim", email: "lena.kim@example.net", loyalty_program_member: true },
            { customer_id: 23, full_name: "Noah Weber", email: "noah.weber@example.net", loyalty_program_member: true },
            { customer_id: 24, full_name: "Rafael Ruiz", email: "rafael.ruiz@example.org", loyalty_program_member: false },
            { customer_id: 25, full_name: "Victor Zhang", email: "victor.zhang@example.net", loyalty_program_member: false },
            { customer_id: 26, full_name: "Jade Jensen", email: "jade.jensen@example.com", loyalty_program_member: true },
            { customer_id: 27, full_name: "Nour Kim", email: "nour.kim@example.net", loyalty_program_member: true },
            { customer_id: 28, full_name: "Lucas Lee", email: "lucas.lee@example.org", loyalty_program_member: true },
            { customer_id: 29, full_name: "Nina Adams", email: "nina.adams@example.net", loyalty_program_member: true },
            { customer_id: 30, full_name: "Sofia Meyer", email: "sofia.meyer@example.org", loyalty_program_member: false },
            { customer_id: 31, full_name: "Chen Bennett", email: "chen.bennett@example.com", loyalty_program_member: false },
            { customer_id: 32, full_name: "David Tanaka", email: "david.tanaka@example.org", loyalty_program_member: true },
            { customer_id: 33, full_name: "Yusuf Yilmaz", email: "yusuf.yilmaz@example.org", loyalty_program_member: false },
            { customer_id: 34, full_name: "Julia Park", email: "julia.park@example.net", loyalty_program_member: true },
            { customer_id: 35, full_name: "Grace Sousa", email: "grace.sousa@example.com", loyalty_program_member: true },
            { customer_id: 36, full_name: "Maja Davis", email: "maja.davis@example.com", loyalty_program_member: false },
            { customer_id: 37, full_name: "Jack Murphy", email: "jack.murphy@example.net", loyalty_program_member: true },
            { customer_id: 38, full_name: "Julia Klein", email: "julia.klein@example.org", loyalty_program_member: true },
            { customer_id: 39, full_name: "Tariq Schmidt", email: "tariq.schmidt@example.net", loyalty_program_member: true },
            { customer_id: 40, full_name: "Emma Jansen", email: "emma.jansen@example.com", loyalty_program_member: true },
            { customer_id: 41, full_name: "Noah Torres", email: "noah.torres@example.com", loyalty_program_member: true },
            { customer_id: 42, full_name: "Omar Johnson", email: "omar.johnson@example.net", loyalty_program_member: true },
            { customer_id: 43, full_name: "Nour Hansen", email: "nour.hansen@example.com", loyalty_program_member: true },
            { customer_id: 44, full_name: "Leo Wang", email: "leo.wang@example.net", loyalty_program_member: true },
            { customer_id: 45, full_name: "Omar Young", email: "omar.young@example.org", loyalty_program_member: true },
            { customer_id: 46, full_name: "Maya Taylor", email: "maya.taylor@example.net", loyalty_program_member: false },
            { customer_id: 47, full_name: "Oscar Davis", email: "oscar.davis@example.org", loyalty_program_member: true },
            { customer_id: 48, full_name: "Mohamed Garcia", email: "mohamed.garcia@example.org", loyalty_program_member: false },
            { customer_id: 49, full_name: "Daniel Schmidt", email: "daniel.schmidt@example.net", loyalty_program_member: false },
            { customer_id: 50, full_name: "Kai Ali", email: "kai.ali@example.org", loyalty_program_member: false },
            { customer_id: 51, full_name: "Andre Martin", email: "andre.martin@example.net", loyalty_program_member: false },
            { customer_id: 52, full_name: "Kai Wang", email: "kai.wang@example.net", loyalty_program_member: true },
            { customer_id: 53, full_name: "Ruby Kowalski", email: "ruby.kowalski@example.com", loyalty_program_member: true },
            { customer_id: 54, full_name: "Lina Gomez", email: "lina.gomez@example.net", loyalty_program_member: true },
            { customer_id: 55, full_name: "Andre Patel", email: "andre.patel@example.com", loyalty_program_member: false },
            { customer_id: 56, full_name: "Jonas Meyer", email: "jonas.meyer@example.org", loyalty_program_member: false },
            { customer_id: 57, full_name: "Ibrahim Kaya", email: "ibrahim.kaya@example.com", loyalty_program_member: true },
            { customer_id: 58, full_name: "Lina Sato", email: "lina.sato@example.org", loyalty_program_member: true },
            { customer_id: 59, full_name: "Hana Bennett", email: "hana.bennett@example.org", loyalty_program_member: false },
            { customer_id: 60, full_name: "Nadia Schneider", email: "nadia.schneider@example.com", loyalty_program_member: true },
            { customer_id: 61, full_name: "Diego Demir", email: "diego.demir@example.org", loyalty_program_member: false },
            { customer_id: 62, full_name: "Kai Larsen", email: "kai.larsen@example.org", loyalty_program_member: false },
            { customer_id: 63, full_name: "Kai Park", email: "kai.park@example.com", loyalty_program_member: false },
            { customer_id: 64, full_name: "Hugo Ruiz", email: "hugo.ruiz@example.org", loyalty_program_member: false },
            { customer_id: 65, full_name: "Nadia Hassan", email: "nadia.hassan@example.net", loyalty_program_member: true },
            { customer_id: 66, full_name: "Nour Almeida", email: "nour.almeida@example.net", loyalty_program_member: false },
            { customer_id: 67, full_name: "Omar Schmidt", email: "omar.schmidt@example.com", loyalty_program_member: true },
            { customer_id: 68, full_name: "Karim Hoffmann", email: "karim.hoffmann@example.org", loyalty_program_member: false },
            { customer_id: 69, full_name: "Tariq Fischer", email: "tariq.fischer@example.net", loyalty_program_member: false },
            { customer_id: 70, full_name: "Pedro Khan", email: "pedro.khan@example.com", loyalty_program_member: true },
            { customer_id: 71, full_name: "Yara Walker", email: "yara.walker@example.net", loyalty_program_member: false },
            { customer_id: 72, full_name: "Daniel Dubois", email: "daniel.dubois@example.net", loyalty_program_member: true },
            { customer_id: 73, full_name: "Ravi Demir", email: "ravi.demir@example.net", loyalty_program_member: true },
            { customer_id: 74, full_name: "Hugo Patel", email: "hugo.patel@example.com", loyalty_program_member: true },
            { customer_id: 75, full_name: "Amir Gomez", email: "amir.gomez@example.com", loyalty_program_member: true },
            { customer_id: 76, full_name: "Leo Larsen", email: "leo.larsen@example.com", loyalty_program_member: true },
            { customer_id: 77, full_name: "Maya Brown", email: "maya.brown@example.com", loyalty_program_member: true },
            { customer_id: 78, full_name: "Ivan Lee", email: "ivan.lee@example.org", loyalty_program_member: true },
            { customer_id: 79, full_name: "Andre Young", email: "andre.young@example.com", loyalty_program_member: false },
            { customer_id: 80, full_name: "Karim Lee", email: "karim.lee@example.net", loyalty_program_member: true },
            { customer_id: 81, full_name: "Diego Kowalski", email: "diego.kowalski@example.net", loyalty_program_member: true },
            { customer_id: 82, full_name: "Ruby Gupta", email: "ruby.gupta@example.net", loyalty_program_member: false },
            { customer_id: 83, full_name: "Carla Ahmed", email: "carla.ahmed@example.org", loyalty_program_member: true },
            { customer_id: 84, full_name: "Kai Patel", email: "kai.patel@example.net", loyalty_program_member: false },
            { customer_id: 85, full_name: "Nina Silva", email: "nina.silva@example.net", loyalty_program_member: true },
            { customer_id: 86, full_name: "Sven Bauer", email: "sven.bauer@example.org", loyalty_program_member: true },
            { customer_id: 87, full_name: "Pedro Schneider", email: "pedro.schneider@example.com", loyalty_program_member: false },
            { customer_id: 88, full_name: "Fatima Bauer", email: "fatima.bauer@example.org", loyalty_program_member: false },
            { customer_id: 89, full_name: "Mia Adams", email: "mia.adams@example.net", loyalty_program_member: false },
            { customer_id: 90, full_name: "Deniz Larsen", email: "deniz.larsen@example.com", loyalty_program_member: true },
            { customer_id: 91, full_name: "Grace Martin", email: "grace.martin@example.net", loyalty_program_member: false },
            { customer_id: 92, full_name: "Kai Walker", email: "kai.walker@example.net", loyalty_program_member: false },
            { customer_id: 93, full_name: "Maja Park", email: "maja.park@example.org", loyalty_program_member: false },
            { customer_id: 94, full_name: "Chloe Nakamura", email: "chloe.nakamura@example.org", loyalty_program_member: true },
            { customer_id: 95, full_name: "Mei Hassan", email: "mei.hassan@example.org", loyalty_program_member: true },
            { customer_id: 96, full_name: "Sara Hansen", email: "sara.hansen@example.org", loyalty_program_member: true },
            { customer_id: 97, full_name: "James Carter", email: "james.carter@example.net", loyalty_program_member: true },
            { customer_id: 98, full_name: "James Evans", email: "james.evans@example.com", loyalty_program_member: true },
            { customer_id: 99, full_name: "Ravi Andersen", email: "ravi.andersen@example.com", loyalty_program_member: true },
            { customer_id: 100, full_name: "Jack Weber", email: "jack.weber@example.com", loyalty_program_member: true },
            { customer_id: 101, full_name: "David Kowalski", email: "david.kowalski@example.org", loyalty_program_member: false },
            { customer_id: 102, full_name: "Ibrahim Nakamura", email: "ibrahim.nakamura@example.com", loyalty_program_member: true },
            { customer_id: 103, full_name: "Wei Castro", email: "wei.castro@example.com", loyalty_program_member: false },
            { customer_id: 104, full_name: "Maya Schmidt", email: "maya.schmidt@example.net", loyalty_program_member: false },
            { customer_id: 105, full_name: "Isaac Kaya", email: "isaac.kaya@example.net", loyalty_program_member: true },
            { customer_id: 106, full_name: "Oscar Tanaka", email: "oscar.tanaka@example.net", loyalty_program_member: true },
            { customer_id: 107, full_name: "Ben Martin", email: "ben.martin@example.com", loyalty_program_member: false },
            { customer_id: 108, full_name: "Deniz Jansen", email: "deniz.jansen@example.com", loyalty_program_member: false },
            { customer_id: 109, full_name: "Nadia Murphy", email: "nadia.murphy@example.net", loyalty_program_member: true },
            { customer_id: 110, full_name: "Isaac Rossi", email: "isaac.rossi@example.net", loyalty_program_member: true },
            { customer_id: 111, full_name: "Mateo Kumar", email: "mateo.kumar@example.org", loyalty_program_member: true },
            { customer_id: 112, full_name: "Maja Carter", email: "maja.carter@example.net", loyalty_program_member: false },
            { customer_id: 113, full_name: "Sven Larsen", email: "sven.larsen@example.com", loyalty_program_member: true },
            { customer_id: 114, full_name: "Theo Dubois", email: "theo.dubois@example.org", loyalty_program_member: true },
            { customer_id: 115, full_name: "Oscar Costa", email: "oscar.costa@example.org", loyalty_program_member: false },
            { customer_id: 116, full_name: "Wei Shah", email: "wei.shah@example.com", loyalty_program_member: false },
            { customer_id: 117, full_name: "Tomas Lopez", email: "tomas.lopez@example.org", loyalty_program_member: false },
            { customer_id: 118, full_name: "Wei Reyes", email: "wei.reyes@example.com", loyalty_program_member: false },
            { customer_id: 119, full_name: "Nina Tanaka", email: "nina.tanaka@example.org", loyalty_program_member: true },
            { customer_id: 120, full_name: "Sara Becker", email: "sara.becker@example.org", loyalty_program_member: true },
            { customer_id: 121, full_name: "Emma Reyes", email: "emma.reyes@example.net", loyalty_program_member: true },
            { customer_id: 122, full_name: "Oscar Hoffmann", email: "oscar.hoffmann@example.net", loyalty_program_member: false },
            { customer_id: 123, full_name: "Victor Martin", email: "victor.martin@example.org", loyalty_program_member: false },
            { customer_id: 124, full_name: "Alice Moreau", email: "alice.moreau@example.net", loyalty_program_member: true },
            { customer_id: 125, full_name: "Zoe Gomez", email: "zoe.gomez@example.net", loyalty_program_member: true },
            { customer_id: 126, full_name: "Sofia Dubois", email: "sofia.dubois@example.com", loyalty_program_member: true },
            { customer_id: 127, full_name: "Daniel Gupta", email: "daniel.gupta@example.com", loyalty_program_member: false },
            { customer_id: 128, full_name: "Carla Hassan", email: "carla.hassan@example.com", loyalty_program_member: false },
            { customer_id: 129, full_name: "Ben Nakamura", email: "ben.nakamura@example.com", loyalty_program_member: false },
            { customer_id: 130, full_name: "Ana Nakamura", email: "ana.nakamura@example.com", loyalty_program_member: true },
            { customer_id: 131, full_name: "Felix Weber", email: "felix.weber@example.com", loyalty_program_member: false },
            { customer_id: 132, full_name: "Diego Tanaka", email: "diego.tanaka@example.org", loyalty_program_member: false },
            { customer_id: 133, full_name: "Theo Nguyen", email: "theo.nguyen@example.com", loyalty_program_member: false },
            { customer_id: 134, full_name: "Rosa Wagner", email: "rosa.wagner@example.net", loyalty_program_member: false },
            { customer_id: 135, full_name: "Yara Kim", email: "yara.kim@example.net", loyalty_program_member: true },
            { customer_id: 136, full_name: "Wei Kumar", email: "wei.kumar@example.org", loyalty_program_member: false },
            { customer_id: 137, full_name: "Sven Reyes", email: "sven.reyes@example.com", loyalty_program_member: true },
            { customer_id: 138, full_name: "Isaac Shah", email: "isaac.shah@example.net", loyalty_program_member: true },
            { customer_id: 139, full_name: "Emma Hughes", email: "emma.hughes@example.org", loyalty_program_member: false },
            { customer_id: 140, full_name: "Hugo Miller", email: "hugo.miller@example.net", loyalty_program_member: false },
            { customer_id: 141, full_name: "Ines Flores", email: "ines.flores@example.net", loyalty_program_member: true },
            { customer_id: 142, full_name: "Felix Nguyen", email: "felix.nguyen@example.net", loyalty_program_member: true },
            { customer_id: 143, full_name: "Lena Lee", email: "lena.lee@example.com", loyalty_program_member: false },
            { customer_id: 144, full_name: "Carla Silva", email: "carla.silva@example.net", loyalty_program_member: false },
            { customer_id: 145, full_name: "Sven Nguyen", email: "sven.nguyen@example.org", loyalty_program_member: true },
            { customer_id: 146, full_name: "Zoe Baker", email: "zoe.baker@example.com", loyalty_program_member: true },
            { customer_id: 147, full_name: "Tariq Mendes", email: "tariq.mendes@example.net", loyalty_program_member: true },
            { customer_id: 148, full_name: "Elif Andersen", email: "elif.andersen@example.com", loyalty_program_member: false },
            { customer_id: 149, full_name: "James Evans", email: "james.evans@example.com", loyalty_program_member: true },
            { customer_id: 150, full_name: "Priya Dubois", email: "priya.dubois@example.org", loyalty_program_member: false },
            { customer_id: 151, full_name: "Jack Castro", email: "jack.castro@example.net", loyalty_program_member: false },
            { customer_id: 152, full_name: "Emma Torres", email: "emma.torres@example.net", loyalty_program_member: false },
            { customer_id: 153, full_name: "Hana Oliveira", email: "hana.oliveira@example.com", loyalty_program_member: true },
            { customer_id: 154, full_name: "Paula Kim", email: "paula.kim@example.org", loyalty_program_member: true },
            { customer_id: 155, full_name: "Alice Fischer", email: "alice.fischer@example.org", loyalty_program_member: false },
            { customer_id: 156, full_name: "Maya Vargas", email: "maya.vargas@example.net", loyalty_program_member: false },
            { customer_id: 157, full_name: "Nour Demir", email: "nour.demir@example.net", loyalty_program_member: true },
            { customer_id: 158, full_name: "Theo Demir", email: "theo.demir@example.com", loyalty_program_member: false },
            { customer_id: 159, full_name: "Priya Young", email: "priya.young@example.net", loyalty_program_member: false },
            { customer_id: 160, full_name: "Leo Torres", email: "leo.torres@example.org", loyalty_program_member: false },
            { customer_id: 161, full_name: "Lina Gomez", email: "lina.gomez@example.net", loyalty_program_member: true },
            { customer_id: 162, full_name: "Felix Davis", email: "felix.davis@example.org", loyalty_program_member: false },
            { customer_id: 163, full_name: "Priya Costa", email: "priya.costa@example.com", loyalty_program_member: false },
            { customer_id: 164, full_name: "Rosa Gomez", email: "rosa.gomez@example.org", loyalty_program_member: false },
            { customer_id: 165, full_name: "Tomas Wright", email: "tomas.wright@example.net", loyalty_program_member: false },
            { customer_id: 166, full_name: "Mia Moreau", email: "mia.moreau@example.net", loyalty_program_member: true },
            { customer_id: 167, full_name: "Sven Cruz", email: "sven.cruz@example.com", loyalty_program_member: true },
            { customer_id: 168, full_name: "Mia Carter", email: "mia.carter@example.net", loyalty_program_member: true },
            { customer_id: 169, full_name: "Elif Miller", email: "elif.miller@example.com", loyalty_program_member: false },
            { customer_id: 170, full_name: "Jonas Cruz", email: "jonas.cruz@example.net", loyalty_program_member: true },
            { customer_id: 171, full_name: "Tomas Wilson", email: "tomas.wilson@example.org", loyalty_program_member: false },
            { customer_id: 172, full_name: "Nadia Nakamura", email: "nadia.nakamura@example.com", loyalty_program_member: true },
            { customer_id: 173, full_name: "Mia Sousa", email: "mia.sousa@example.org", loyalty_program_member: true },
            { customer_id: 174, full_name: "Zara Martin", email: "zara.martin@example.com", loyalty_program_member: true },
            { customer_id: 175, full_name: "Mohamed Hughes", email: "mohamed.hughes@example.com", loyalty_program_member: false },
            { customer_id: 176, full_name: "David Costa", email: "david.costa@example.com", loyalty_program_member: false },
            { customer_id: 177, full_name: "Ibrahim Kim", email: "ibrahim.kim@example.net", loyalty_program_member: true },
            { customer_id: 178, full_name: "Rosa Smith", email: "rosa.smith@example.com", loyalty_program_member: true },
            { customer_id: 179, full_name: "David Hansen", email: "david.hansen@example.com", loyalty_program_member: false },
            { customer_id: 180, full_name: "Grace Sato", email: "grace.sato@example.com", loyalty_program_member: false },
            { customer_id: 181, full_name: "Daniel Lopez", email: "daniel.lopez@example.com", loyalty_program_member: true },
            { customer_id: 182, full_name: "Mei Nakamura", email: "mei.nakamura@example.org", loyalty_program_member: true },
            { customer_id: 183, full_name: "Chen Sousa", email: "chen.sousa@example.com", loyalty_program_member: false },
            { customer_id: 184, full_name: "Rafael Ruiz", email: "rafael.ruiz@example.com", loyalty_program_member: false },
            { customer_id: 185, full_name: "Anna Bennett", email: "anna.bennett@example.net", loyalty_program_member: true },
            { customer_id: 186, full_name: "Julia Patel", email: "julia.patel@example.net", loyalty_program_member: false },
            { customer_id: 187, full_name: "Paula Cruz", email: "paula.cruz@example.com", loyalty_program_member: false },
            { customer_id: 188, full_name: "Tomas Oliveira", email: "tomas.oliveira@example.com", loyalty_program_member: false },
            { customer_id: 189, full_name: "Sofia Taylor", email: "sofia.taylor@example.org", loyalty_program_member: false },
            { customer_id: 190, full_name: "Oscar Almeida", email: "oscar.almeida@example.org", loyalty_program_member: false },
            { customer_id: 191, full_name: "Zara Cruz", email: "zara.cruz@example.com", loyalty_program_member: true },
            { customer_id: 192, full_name: "Ethan Ibrahim", email: "ethan.ibrahim@example.com", loyalty_program_member: false },
            { customer_id: 193, full_name: "Omar Wilson", email: "omar.wilson@example.com", loyalty_program_member: false },
            { customer_id: 194, full_name: "Noah Castro", email: "noah.castro@example.net", loyalty_program_member: false },
            { customer_id: 195, full_name: "Oscar Lee", email: "oscar.lee@example.com", loyalty_program_member: false },
            { customer_id: 196, full_name: "Lucas Costa", email: "lucas.costa@example.com", loyalty_program_member: true },
            { customer_id: 197, full_name: "Arjun Ali", email: "arjun.ali@example.net", loyalty_program_member: true },
            { customer_id: 198, full_name: "Elif Ruiz", email: "elif.ruiz@example.org", loyalty_program_member: true },
            { customer_id: 199, full_name: "Sara Young", email: "sara.young@example.net", loyalty_program_member: false },
            { customer_id: 200, full_name: "Nina Flores", email: "nina.flores@example.net", loyalty_program_member: true },
            { customer_id: 201, full_name: "Daniel Young", email: "daniel.young@example.com", loyalty_program_member: true },
            { customer_id: 202, full_name: "Hugo Andersen", email: "hugo.andersen@example.net", loyalty_program_member: false },
            { customer_id: 203, full_name: "Chloe Kim", email: "chloe.kim@example.com", loyalty_program_member: false },
            { customer_id: 204, full_name: "Hugo Torres", email: "hugo.torres@example.com", loyalty_program_member: true },
            { customer_id: 205, full_name: "Julia Nguyen", email: "julia.nguyen@example.com", loyalty_program_member: true },
            { customer_id: 206, full_name: "Sara Moreau", email: "sara.moreau@example.com", loyalty_program_member: false },
            { customer_id: 207, full_name: "Victor Oliveira", email: "victor.oliveira@example.org", loyalty_program_member: true },
            { customer_id: 208, full_name: "Ethan Baker", email: "ethan.baker@example.net", loyalty_program_member: false },
            { customer_id: 209, full_name: "Elif Baker", email: "elif.baker@example.org", loyalty_program_member: false },
            { customer_id: 210, full_name: "Alice Wagner", email: "alice.wagner@example.net", loyalty_program_member: false },
            { customer_id: 211, full_name: "Selin Garcia", email: "selin.garcia@example.net", loyalty_program_member: false },
            { customer_id: 212, full_name: "Sara Pereira", email: "sara.pereira@example.org", loyalty_program_member: true },
            { customer_id: 213, full_name: "Leo Schneider", email: "leo.schneider@example.net", loyalty_program_member: false },
            { customer_id: 214, full_name: "Diego Klein", email: "diego.klein@example.net", loyalty_program_member: true },
            { customer_id: 215, full_name: "Amir Schneider", email: "amir.schneider@example.org", loyalty_program_member: false },
            { customer_id: 216, full_name: "Rosa Patel", email: "rosa.patel@example.org", loyalty_program_member: false },
            { customer_id: 217, full_name: "Emma Kowalski", email: "emma.kowalski@example.org", loyalty_program_member: true },
            { customer_id: 218, full_name: "Alice Murphy", email: "alice.murphy@example.org", loyalty_program_member: true },
            { customer_id: 219, full_name: "Nadia Davis", email: "nadia.davis@example.org", loyalty_program_member: true },
            { customer_id: 220, full_name: "Ben Demir", email: "ben.demir@example.com", loyalty_program_member: false },
            { customer_id: 221, full_name: "Mateo Klein", email: "mateo.klein@example.org", loyalty_program_member: true },
            { customer_id: 222, full_name: "Fatima Flores", email: "fatima.flores@example.org", loyalty_program_member: false },
            { customer_id: 223, full_name: "Hannah Walker", email: "hannah.walker@example.com", loyalty_program_member: false },
            { customer_id: 224, full_name: "Marco Wilson", email: "marco.wilson@example.net", loyalty_program_member: true },
            { customer_id: 225, full_name: "Sofia Silva", email: "sofia.silva@example.com", loyalty_program_member: false },
            { customer_id: 226, full_name: "Omar Young", email: "omar.young@example.org", loyalty_program_member: true },
            { customer_id: 227, full_name: "David Nakamura", email: "david.nakamura@example.com", loyalty_program_member: false },
            { customer_id: 228, full_name: "Kai Larsen", email: "kai.larsen@example.net", loyalty_program_member: true },
            { customer_id: 229, full_name: "Selin Demir", email: "selin.demir@example.net", loyalty_program_member: true },
            { customer_id: 230, full_name: "Jack Bauer", email: "jack.bauer@example.net", loyalty_program_member: true },
            { customer_id: 231, full_name: "Amir Wilson", email: "amir.wilson@example.org", loyalty_program_member: true },
            { customer_id: 232, full_name: "Mohamed Torres", email: "mohamed.torres@example.org", loyalty_program_member: true },
            { customer_id: 233, full_name: "Julia Shah", email: "julia.shah@example.com", loyalty_program_member: false },
            { customer_id: 234, full_name: "James Oliveira", email: "james.oliveira@example.com", loyalty_program_member: false },
            { customer_id: 235, full_name: "Chen Schmidt", email: "chen.schmidt@example.org", loyalty_program_member: true },
            { customer_id: 236, full_name: "Omar Yilmaz", email: "omar.yilmaz@example.org", loyalty_program_member: false },
            { customer_id: 237, full_name: "Isaac Zhang", email: "isaac.zhang@example.com", loyalty_program_member: false },
            { customer_id: 238, full_name: "Rafael Diaz", email: "rafael.diaz@example.org", loyalty_program_member: false },
            { customer_id: 239, full_name: "Ethan Hansen", email: "ethan.hansen@example.net", loyalty_program_member: true },
            { customer_id: 240, full_name: "Chloe Baker", email: "chloe.baker@example.net", loyalty_program_member: false },
            { customer_id: 241, full_name: "Ivan Zhang", email: "ivan.zhang@example.com", loyalty_program_member: true },
            { customer_id: 242, full_name: "Olivia Hughes", email: "olivia.hughes@example.org", loyalty_program_member: true },
            { customer_id: 243, full_name: "Mei Ruiz", email: "mei.ruiz@example.net", loyalty_program_member: false },
            { customer_id: 244, full_name: "Grace Smith", email: "grace.smith@example.com", loyalty_program_member: false },
            { customer_id: 245, full_name: "Julia Miller", email: "julia.miller@example.org", loyalty_program_member: true },
            { customer_id: 246, full_name: "Nour Vargas", email: "nour.vargas@example.net", loyalty_program_member: true },
            { customer_id: 247, full_name: "Zara Clark", email: "zara.clark@example.org", loyalty_program_member: true },
            { customer_id: 248, full_name: "Lena Lopez", email: "lena.lopez@example.org", loyalty_program_member: true },
            { customer_id: 249, full_name: "Mei Kaya", email: "mei.kaya@example.net", loyalty_program_member: false },
            { customer_id: 250, full_name: "Deniz Miller", email: "deniz.miller@example.net", loyalty_program_member: false },
            { customer_id: 251, full_name: "Lina Mendes", email: "lina.mendes@example.com", loyalty_program_member: false },
            { customer_id: 252, full_name: "Felix Lee", email: "felix.lee@example.net", loyalty_program_member: true },
            { customer_id: 253, full_name: "Julia Evans", email: "julia.evans@example.org", loyalty_program_member: true },
            { customer_id: 254, full_name: "Ivan Torres", email: "ivan.torres@example.net", loyalty_program_member: false },
            { customer_id: 255, full_name: "Pedro Ahmed", email: "pedro.ahmed@example.org", loyalty_program_member: true },
            { customer_id: 256, full_name: "Hana Oliveira", email: "hana.oliveira@example.net", loyalty_program_member: true },
            { customer_id: 257, full_name: "James Moreau", email: "james.moreau@example.com", loyalty_program_member: true },
            { customer_id: 258, full_name: "Elena Kim", email: "elena.kim@example.net", loyalty_program_member: false },
            { customer_id: 259, full_name: "Carlos Flores", email: "carlos.flores@example.org", loyalty_program_member: false },
            { customer_id: 260, full_name: "Emma Bauer", email: "emma.bauer@example.com", loyalty_program_member: false },
            { customer_id: 261, full_name: "Nadia Ruiz", email: "nadia.ruiz@example.com", loyalty_program_member: true },
            { customer_id: 262, full_name: "Hannah Ali", email: "hannah.ali@example.net", loyalty_program_member: false },
            { customer_id: 263, full_name: "Carlos Kim", email: "carlos.kim@example.org", loyalty_program_member: true },
            { customer_id: 264, full_name: "Wei Singh", email: "wei.singh@example.com", loyalty_program_member: false },
            { customer_id: 265, full_name: "Tariq Gomez", email: "tariq.gomez@example.com", loyalty_program_member: false },
            { customer_id: 266, full_name: "Ana Hughes", email: "ana.hughes@example.com", loyalty_program_member: true },
            { customer_id: 267, full_name: "Ibrahim Ahmed", email: "ibrahim.ahmed@example.net", loyalty_program_member: true },
            { customer_id: 268, full_name: "Chloe Zhang", email: "chloe.zhang@example.net", loyalty_program_member: false },
            { customer_id: 269, full_name: "Priya Flores", email: "priya.flores@example.net", loyalty_program_member: true },
            { customer_id: 270, full_name: "Sara Klein", email: "sara.klein@example.com", loyalty_program_member: false },
            { customer_id: 271, full_name: "Nina Wilson", email: "nina.wilson@example.org", loyalty_program_member: false },
            { customer_id: 272, full_name: "Nour Nakamura", email: "nour.nakamura@example.org", loyalty_program_member: false },
            { customer_id: 273, full_name: "Nour Nakamura", email: "nour.nakamura@example.org", loyalty_program_member: false },
            { customer_id: 274, full_name: "Hugo Patel", email: "hugo.patel@example.net", loyalty_program_member: true },
            { customer_id: 275, full_name: "Lena Gomez", email: "lena.gomez@example.com", loyalty_program_member: false },
            { customer_id: 276, full_name: "Leo Fischer", email: "leo.fischer@example.net", loyalty_program_member: false },
            { customer_id: 277, full_name: "Leo Brown", email: "leo.brown@example.com", loyalty_program_member: true },
            { customer_id: 278, full_name: "Isaac Ruiz", email: "isaac.ruiz@example.com", loyalty_program_member: false },
            { customer_id: 279, full_name: "Carlos Murphy", email: "carlos.murphy@example.org", loyalty_program_member: false },
            { customer_id: 280, full_name: "Sven Mendes", email: "sven.mendes@example.com", loyalty_program_member: true },
            { customer_id: 281, full_name: "Nour Lee", email: "nour.lee@example.net", loyalty_program_member: true },
            { customer_id: 282, full_name: "Tomas Torres", email: "tomas.torres@example.com", loyalty_program_member: false },
            { customer_id: 283, full_name: "Hugo Brown", email: "hugo.brown@example.com", loyalty_program_member: false },
            { customer_id: 284, full_name: "Paula Shah", email: "paula.shah@example.org", loyalty_program_member: true },
            { customer_id: 285, full_name: "Ana Park", email: "ana.park@example.org", loyalty_program_member: false },
            { customer_id: 286, full_name: "Mohamed Flores", email: "mohamed.flores@example.org", loyalty_program_member: false },
            { customer_id: 287, full_name: "James Baker", email: "james.baker@example.com", loyalty_program_member: false },
            { customer_id: 288, full_name: "Ethan Chen", email: "ethan.chen@example.com", loyalty_program_member: false },
            { customer_id: 289, full_name: "Lena Evans", email: "lena.evans@example.net", loyalty_program_member: true },
            { customer_id: 290, full_name: "Lena Murphy", email: "lena.murphy@example.net", loyalty_program_member: false },
            { customer_id: 291, full_name: "Olivia Park", email: "olivia.park@example.org", loyalty_program_member: true },
            { customer_id: 292, full_name: "Pedro Kim", email: "pedro.kim@example.net", loyalty_program_member: true },
            { customer_id: 293, full_name: "Hugo Nguyen", email: "hugo.nguyen@example.net", loyalty_program_member: false },
            { customer_id: 294, full_name: "Selin Meyer", email: "selin.meyer@example.com", loyalty_program_member: true },
            { customer_id: 295, full_name: "Maria Shah", email: "maria.shah@example.org", loyalty_program_member: true },
            { customer_id: 296, full_name: "Zara Chen", email: "zara.chen@example.org", loyalty_program_member: true },
            { customer_id: 297, full_name: "Maya Khan", email: "maya.khan@example.net", loyalty_program_member: false },
            { customer_id: 298, full_name: "Sofia Murphy", email: "sofia.murphy@example.com", loyalty_program_member: true },
            { customer_id: 299, full_name: "Hugo Garcia", email: "hugo.garcia@example.com", loyalty_program_member: true },
            { customer_id: 300, full_name: "Mei Ruiz", email: "mei.ruiz@example.com", loyalty_program_member: true },
        ],
    });
    await prisma.services.createMany({
        data: [
            { service_id: 1, service_type: "hotel", service_name: "airline", service_location: "New York", average_price: "413.05" },
            { service_id: 2, service_type: "hotel", service_name: "cruise adventure", service_location: "New York", average_price: "130.87" },
            { service_id: 3, service_type: "hotel", service_name: "excursion experience service", service_location: "Houston", average_price: "102.33" },
            { service_id: 4, service_type: "car rental", service_name: "excursion cruise", service_location: "New York", average_price: "450.70" },
            { service_id: 5, service_type: "hotel", service_name: "stay trip airline", service_location: "Los Angeles", average_price: "156.54" },
            { service_id: 6, service_type: "guided tour", service_name: "stay cruise", service_location: "Chicago", average_price: "485.27" },
            { service_id: 7, service_type: "hotel", service_name: "cruise", service_location: "Orlando", average_price: "223.62" },
            { service_id: 8, service_type: "hotel", service_name: "restaurant flight", service_location: "Los Angeles", average_price: "499.89" },
            { service_id: 9, service_type: "car rental", service_name: "stay excursion", service_location: "San Francisco", average_price: "50.61" },
            { service_id: 10, service_type: "hotel", service_name: "package", service_location: "Miami", average_price: "177.75" },
            { service_id: 11, service_type: "hotel", service_name: "package hotel experience", service_location: "Philadelphia", average_price: "496.05" },
            { service_id: 12, service_type: "car rental", service_name: "service agency", service_location: "New York", average_price: "51.34" },
            { service_id: 13, service_type: "hotel", service_name: "stay restaurant resort", service_location: "New York", average_price: "96.58" },
            { service_id: 14, service_type: "hotel", service_name: "package", service_location: "Los Angeles", average_price: "179.84" },
            { service_id: 15, service_type: "hotel", service_name: "cruise excursion vacation", service_location: "New York", average_price: "114.03" },
            { service_id: 16, service_type: "guided tour", service_name: "experience", service_location: "San Diego", average_price: "268.56" },
            { service_id: 17, service_type: "hotel", service_name: "stay tour transport", service_location: "New York", average_price: "423.86" },
            { service_id: 18, service_type: "hotel", service_name: "destination airline", service_location: "Chicago", average_price: "88.46" },
            { service_id: 19, service_type: "hotel", service_name: "service excursion", service_location: "Miami", average_price: "50.22" },
            { service_id: 20, service_type: "car rental", service_name: "stay agency", service_location: "Chicago", average_price: "485.91" },
            { service_id: 21, service_type: "hotel", service_name: "agency package car", service_location: "Phoenix", average_price: "438.28" },
            { service_id: 22, service_type: "hotel", service_name: "car", service_location: "Chicago", average_price: "55.63" },
            { service_id: 23, service_type: "hotel", service_name: "destination tour", service_location: "Chicago", average_price: "492.97" },
            { service_id: 24, service_type: "hotel", service_name: "transport adventure", service_location: "New York", average_price: "342.52" },
            { service_id: 25, service_type: "car rental", service_name: "flight experience excursion", service_location: "San Francisco", average_price: "70.92" },
            { service_id: 26, service_type: "hotel", service_name: "agency stay", service_location: "Austin", average_price: "422.81" },
            { service_id: 27, service_type: "car rental", service_name: "airline", service_location: "Miami", average_price: "451.64" },
            { service_id: 28, service_type: "hotel", service_name: "agency flight", service_location: "New York", average_price: "366.90" },
            { service_id: 29, service_type: "hotel", service_name: "tour", service_location: "Los Angeles", average_price: "276.61" },
            { service_id: 30, service_type: "car rental", service_name: "airline stay car", service_location: "Houston", average_price: "106.03" },
            { service_id: 31, service_type: "hotel", service_name: "tour car", service_location: "New York", average_price: "102.03" },
            { service_id: 32, service_type: "car rental", service_name: "agency stay", service_location: "New York", average_price: "120.59" },
            { service_id: 33, service_type: "car rental", service_name: "trip airline", service_location: "San Diego", average_price: "87.53" },
            { service_id: 34, service_type: "guided tour", service_name: "adventure vacation", service_location: "New York", average_price: "178.53" },
            { service_id: 35, service_type: "hotel", service_name: "hotel service", service_location: "Los Angeles", average_price: "363.29" },
            { service_id: 36, service_type: "hotel", service_name: "service", service_location: "New York", average_price: "207.09" },
            { service_id: 37, service_type: "hotel", service_name: "transport package guide", service_location: "San Francisco", average_price: "108.77" },
            { service_id: 38, service_type: "car rental", service_name: "experience stay", service_location: "New York", average_price: "152.98" },
            { service_id: 39, service_type: "hotel", service_name: "service airline", service_location: "Miami", average_price: "469.34" },
            { service_id: 40, service_type: "hotel", service_name: "stay adventure", service_location: "Chicago", average_price: "195.83" },
            { service_id: 41, service_type: "hotel", service_name: "hotel car cruise", service_location: "Austin", average_price: "445.10" },
            { service_id: 42, service_type: "car rental", service_name: "trip adventure airline", service_location: "San Francisco", average_price: "436.41" },
            { service_id: 43, service_type: "hotel", service_name: "vacation destination", service_location: "Chicago", average_price: "485.29" },
            { service_id: 44, service_type: "hotel", service_name: "excursion experience stay", service_location: "Los Angeles", average_price: "125.27" },
            { service_id: 45, service_type: "car rental", service_name: "vacation", service_location: "New York", average_price: "399.45" },
            { service_id: 46, service_type: "hotel", service_name: "cruise", service_location: "Chicago", average_price: "58.59" },
            { service_id: 47, service_type: "car rental", service_name: "destination", service_location: "Los Angeles", average_price: "284.07" },
            { service_id: 48, service_type: "hotel", service_name: "hotel", service_location: "Miami", average_price: "61.22" },
            { service_id: 49, service_type: "car rental", service_name: "tour hotel", service_location: "Los Angeles", average_price: "327.94" },
            { service_id: 50, service_type: "hotel", service_name: "restaurant", service_location: "Miami", average_price: "490.27" },
            { service_id: 51, service_type: "car rental", service_name: "transport agency", service_location: "Chicago", average_price: "204.93" },
            { service_id: 52, service_type: "guided tour", service_name: "transfer trip", service_location: "Los Angeles", average_price: "285.64" },
            { service_id: 53, service_type: "car rental", service_name: "destination hotel", service_location: "New York", average_price: "171.24" },
            { service_id: 54, service_type: "hotel", service_name: "stay", service_location: "Los Angeles", average_price: "399.05" },
            { service_id: 55, service_type: "car rental", service_name: "guide transport trip", service_location: "Houston", average_price: "50.02" },
            { service_id: 56, service_type: "car rental", service_name: "experience flight transfer", service_location: "Chicago", average_price: "378.96" },
            { service_id: 57, service_type: "car rental", service_name: "hotel restaurant", service_location: "Boston", average_price: "50.87" },
            { service_id: 58, service_type: "hotel", service_name: "flight vacation", service_location: "New York", average_price: "168.40" },
            { service_id: 59, service_type: "guided tour", service_name: "excursion package", service_location: "Philadelphia", average_price: "465.64" },
            { service_id: 60, service_type: "car rental", service_name: "transport vacation excursion", service_location: "Miami", average_price: "245.66" },
            { service_id: 61, service_type: "hotel", service_name: "restaurant", service_location: "Los Angeles", average_price: "169.17" },
            { service_id: 62, service_type: "hotel", service_name: "restaurant transport", service_location: "Miami", average_price: "494.64" },
            { service_id: 63, service_type: "guided tour", service_name: "vacation trip adventure", service_location: "Los Angeles", average_price: "207.14" },
            { service_id: 64, service_type: "guided tour", service_name: "restaurant car tour", service_location: "New York", average_price: "248.80" },
            { service_id: 65, service_type: "hotel", service_name: "car", service_location: "Los Angeles", average_price: "368.07" },
            { service_id: 66, service_type: "hotel", service_name: "guide excursion service", service_location: "Philadelphia", average_price: "316.58" },
            { service_id: 67, service_type: "hotel", service_name: "restaurant transport experience", service_location: "Boston", average_price: "50.02" },
            { service_id: 68, service_type: "hotel", service_name: "tour package resort", service_location: "Miami", average_price: "385.44" },
            { service_id: 69, service_type: "car rental", service_name: "stay package resort", service_location: "Phoenix", average_price: "472.10" },
            { service_id: 70, service_type: "hotel", service_name: "transport", service_location: "New York", average_price: "52.18" },
            { service_id: 71, service_type: "hotel", service_name: "destination transfer agency", service_location: "Los Angeles", average_price: "375.56" },
            { service_id: 72, service_type: "hotel", service_name: "service", service_location: "New York", average_price: "252.93" },
            { service_id: 73, service_type: "guided tour", service_name: "cruise", service_location: "Los Angeles", average_price: "366.54" },
            { service_id: 74, service_type: "hotel", service_name: "guide", service_location: "New York", average_price: "326.91" },
            { service_id: 75, service_type: "car rental", service_name: "hotel stay resort", service_location: "Las Vegas", average_price: "348.31" },
            { service_id: 76, service_type: "hotel", service_name: "cruise transfer", service_location: "Los Angeles", average_price: "59.83" },
            { service_id: 77, service_type: "hotel", service_name: "hotel", service_location: "Chicago", average_price: "218.89" },
            { service_id: 78, service_type: "hotel", service_name: "hotel excursion", service_location: "Chicago", average_price: "364.63" },
            { service_id: 79, service_type: "hotel", service_name: "service agency", service_location: "Chicago", average_price: "94.47" },
            { service_id: 80, service_type: "hotel", service_name: "package", service_location: "Seattle", average_price: "422.62" },
            { service_id: 81, service_type: "car rental", service_name: "guide stay car", service_location: "New York", average_price: "58.33" },
            { service_id: 82, service_type: "car rental", service_name: "tour car restaurant", service_location: "Orlando", average_price: "56.49" },
            { service_id: 83, service_type: "hotel", service_name: "airline", service_location: "Orlando", average_price: "150.07" },
            { service_id: 84, service_type: "hotel", service_name: "experience tour", service_location: "Philadelphia", average_price: "318.12" },
            { service_id: 85, service_type: "guided tour", service_name: "car", service_location: "Chicago", average_price: "50.01" },
            { service_id: 86, service_type: "guided tour", service_name: "vacation", service_location: "Los Angeles", average_price: "258.42" },
            { service_id: 87, service_type: "car rental", service_name: "package service", service_location: "New York", average_price: "52.64" },
            { service_id: 88, service_type: "hotel", service_name: "cruise flight", service_location: "Chicago", average_price: "180.68" },
            { service_id: 89, service_type: "hotel", service_name: "restaurant service", service_location: "Boston", average_price: "50.14" },
            { service_id: 90, service_type: "hotel", service_name: "transport restaurant", service_location: "Boston", average_price: "499.78" },
            { service_id: 91, service_type: "guided tour", service_name: "vacation hotel agency", service_location: "Miami", average_price: "262.70" },
            { service_id: 92, service_type: "guided tour", service_name: "transfer", service_location: "New York", average_price: "456.52" },
            { service_id: 93, service_type: "hotel", service_name: "trip restaurant car", service_location: "Denver", average_price: "398.00" },
            { service_id: 94, service_type: "hotel", service_name: "resort", service_location: "New York", average_price: "175.73" },
            { service_id: 95, service_type: "hotel", service_name: "transport", service_location: "New York", average_price: "312.46" },
            { service_id: 96, service_type: "hotel", service_name: "adventure", service_location: "Miami", average_price: "203.11" },
            { service_id: 97, service_type: "hotel", service_name: "experience", service_location: "New York", average_price: "72.84" },
            { service_id: 98, service_type: "hotel", service_name: "cruise", service_location: "San Francisco", average_price: "379.91" },
            { service_id: 99, service_type: "guided tour", service_name: "adventure", service_location: "New York", average_price: "201.20" },
            { service_id: 100, service_type: "car rental", service_name: "trip hotel agency", service_location: "New York", average_price: "66.47" },
            { service_id: 101, service_type: "hotel", service_name: "stay", service_location: "San Diego", average_price: "50.19" },
            { service_id: 102, service_type: "hotel", service_name: "package guide", service_location: "Chicago", average_price: "132.75" },
            { service_id: 103, service_type: "hotel", service_name: "trip vacation guide", service_location: "New York", average_price: "429.90" },
            { service_id: 104, service_type: "hotel", service_name: "resort airline", service_location: "New York", average_price: "137.80" },
            { service_id: 105, service_type: "hotel", service_name: "experience car", service_location: "Los Angeles", average_price: "93.08" },
            { service_id: 106, service_type: "hotel", service_name: "car", service_location: "New York", average_price: "303.83" },
            { service_id: 107, service_type: "hotel", service_name: "hotel", service_location: "New York", average_price: "96.50" },
            { service_id: 108, service_type: "hotel", service_name: "vacation car", service_location: "New York", average_price: "50.66" },
            { service_id: 109, service_type: "car rental", service_name: "car", service_location: "Chicago", average_price: "434.82" },
            { service_id: 110, service_type: "guided tour", service_name: "resort hotel experience", service_location: "Chicago", average_price: "50.31" },
            { service_id: 111, service_type: "hotel", service_name: "stay", service_location: "Miami", average_price: "68.28" },
            { service_id: 112, service_type: "car rental", service_name: "restaurant experience", service_location: "Miami", average_price: "55.61" },
            { service_id: 113, service_type: "guided tour", service_name: "agency", service_location: "Las Vegas", average_price: "61.59" },
            { service_id: 114, service_type: "hotel", service_name: "stay resort destination", service_location: "New York", average_price: "288.32" },
            { service_id: 115, service_type: "hotel", service_name: "destination", service_location: "Los Angeles", average_price: "320.44" },
            { service_id: 116, service_type: "hotel", service_name: "trip hotel", service_location: "Orlando", average_price: "135.46" },
            { service_id: 117, service_type: "hotel", service_name: "airline", service_location: "Chicago", average_price: "227.28" },
            { service_id: 118, service_type: "hotel", service_name: "trip stay", service_location: "Chicago", average_price: "57.68" },
            { service_id: 119, service_type: "hotel", service_name: "guide restaurant", service_location: "New York", average_price: "50.00" },
            { service_id: 120, service_type: "hotel", service_name: "restaurant experience tour", service_location: "New York", average_price: "151.28" },
            { service_id: 121, service_type: "car rental", service_name: "transfer airline", service_location: "Austin", average_price: "87.60" },
            { service_id: 122, service_type: "hotel", service_name: "airline", service_location: "Houston", average_price: "126.25" },
            { service_id: 123, service_type: "hotel", service_name: "excursion car resort", service_location: "San Diego", average_price: "145.56" },
            { service_id: 124, service_type: "hotel", service_name: "resort", service_location: "New York", average_price: "198.32" },
            { service_id: 125, service_type: "car rental", service_name: "guide", service_location: "New York", average_price: "323.68" },
            { service_id: 126, service_type: "car rental", service_name: "flight guide", service_location: "Chicago", average_price: "70.40" },
            { service_id: 127, service_type: "hotel", service_name: "vacation", service_location: "New York", average_price: "128.39" },
            { service_id: 128, service_type: "hotel", service_name: "transfer restaurant", service_location: "Boston", average_price: "50.00" },
            { service_id: 129, service_type: "hotel", service_name: "airline tour package", service_location: "San Francisco", average_price: "158.37" },
            { service_id: 130, service_type: "hotel", service_name: "agency adventure cruise", service_location: "Philadelphia", average_price: "419.17" },
            { service_id: 131, service_type: "car rental", service_name: "hotel", service_location: "Chicago", average_price: "461.50" },
            { service_id: 132, service_type: "hotel", service_name: "resort airline", service_location: "Los Angeles", average_price: "345.90" },
            { service_id: 133, service_type: "car rental", service_name: "vacation trip", service_location: "Boston", average_price: "113.77" },
            { service_id: 134, service_type: "hotel", service_name: "transport resort hotel", service_location: "San Francisco", average_price: "462.67" },
            { service_id: 135, service_type: "hotel", service_name: "transfer", service_location: "San Diego", average_price: "62.54" },
            { service_id: 136, service_type: "hotel", service_name: "guide airline tour", service_location: "New York", average_price: "378.88" },
            { service_id: 137, service_type: "hotel", service_name: "vacation tour guide", service_location: "Los Angeles", average_price: "318.84" },
            { service_id: 138, service_type: "guided tour", service_name: "trip", service_location: "Los Angeles", average_price: "103.76" },
            { service_id: 139, service_type: "car rental", service_name: "excursion guide package", service_location: "San Diego", average_price: "371.07" },
            { service_id: 140, service_type: "hotel", service_name: "trip package", service_location: "San Diego", average_price: "229.38" },
            { service_id: 141, service_type: "hotel", service_name: "trip", service_location: "Denver", average_price: "137.81" },
            { service_id: 142, service_type: "guided tour", service_name: "adventure stay", service_location: "Philadelphia", average_price: "357.80" },
            { service_id: 143, service_type: "hotel", service_name: "transfer cruise", service_location: "Los Angeles", average_price: "234.47" },
            { service_id: 144, service_type: "hotel", service_name: "destination transport agency", service_location: "Chicago", average_price: "166.69" },
            { service_id: 145, service_type: "hotel", service_name: "service guide", service_location: "Seattle", average_price: "499.92" },
            { service_id: 146, service_type: "hotel", service_name: "guide hotel agency", service_location: "Phoenix", average_price: "65.28" },
            { service_id: 147, service_type: "hotel", service_name: "car", service_location: "New York", average_price: "321.37" },
            { service_id: 148, service_type: "hotel", service_name: "excursion", service_location: "Chicago", average_price: "156.88" },
            { service_id: 149, service_type: "hotel", service_name: "airline transfer", service_location: "Austin", average_price: "499.30" },
            { service_id: 150, service_type: "hotel", service_name: "resort stay trip", service_location: "Orlando", average_price: "395.51" },
        ],
    });
    await prisma.loyalty_programs.createMany({
        data: [
            { program_id: 1, service_id: 87, program_name: "elite", benefits: "The invoice was reviewed after a minor check.", points_earned_per_dollar: "0.04", minimum_stay_requirements: 10 },
            { program_id: 2, service_id: 56, program_name: "club", benefits: "The shipment was rejected following an urgent review.", points_earned_per_dollar: "0.06", minimum_stay_requirements: 7 },
            { program_id: 3, service_id: 65, program_name: "bonus membership status", benefits: "The supplier asked for a change and the report was updated.", points_earned_per_dollar: "0.09", minimum_stay_requirements: 4 },
            { program_id: 4, service_id: 138, program_name: "membership", benefits: "The courier asked for a change and the account was approved.", points_earned_per_dollar: "0.04", minimum_stay_requirements: 11 },
            { program_id: 5, service_id: 38, program_name: "frequent", benefits: "The ticket was escalated following a routine review.", points_earned_per_dollar: "0.04", minimum_stay_requirements: 7 },
            { program_id: 6, service_id: 115, program_name: "offers", benefits: "The shipment was cancelled — manual case, no further action.", points_earned_per_dollar: "0.05", minimum_stay_requirements: 7 },
            { program_id: 7, service_id: 6, program_name: "advantage insider", benefits: "An incomplete payment was reopened the same day.", points_earned_per_dollar: "0.04", minimum_stay_requirements: 8 },
            { program_id: 8, service_id: 2, program_name: "pointsplus bonus membership", benefits: "The customer confirmed the details and the delivery was replaced.", points_earned_per_dollar: "0.06", minimum_stay_requirements: 7 },
            { program_id: 9, service_id: 2, program_name: "travel", benefits: "The claim was reopened — incomplete case, no further action.", points_earned_per_dollar: "0.06", minimum_stay_requirements: 5 },
            { program_id: 10, service_id: 147, program_name: "tier perks bonus", benefits: "A routine follow-up: the order was delayed.", points_earned_per_dollar: "0.05", minimum_stay_requirements: 7 },
            { program_id: 11, service_id: 25, program_name: "club", benefits: "The supplier reported an urgent issue; the item was confirmed.", points_earned_per_dollar: "0.08", minimum_stay_requirements: 7 },
            { program_id: 12, service_id: 134, program_name: "exclusive savings", benefits: "The customer confirmed the details and the booking was reopened.", points_earned_per_dollar: "0.06", minimum_stay_requirements: 6 },
            { program_id: 13, service_id: 100, program_name: "pointsplus offers access", benefits: "The shipment was updated after a duplicate check.", points_earned_per_dollar: "0.04", minimum_stay_requirements: 9 },
            { program_id: 14, service_id: 141, program_name: "insider status elite", benefits: "The booking was rejected following a duplicate review.", points_earned_per_dollar: "0.05", minimum_stay_requirements: 9 },
            { program_id: 15, service_id: 43, program_name: "pointsplus program travel", benefits: "The customer confirmed the details and the invoice was reviewed.", points_earned_per_dollar: "0.07", minimum_stay_requirements: 3 },
            { program_id: 16, service_id: 130, program_name: "perks elite frequent", benefits: "No response from the reviewer, so the request was reviewed.", points_earned_per_dollar: "0.03", minimum_stay_requirements: 10 },
            { program_id: 17, service_id: 50, program_name: "points exclusive", benefits: "Support asked for a change and the delivery was replaced.", points_earned_per_dollar: "0.06", minimum_stay_requirements: 9 },
            { program_id: 18, service_id: 42, program_name: "loyalty points", benefits: "The appointment was rescheduled — routine case, no further action.", points_earned_per_dollar: "0.06", minimum_stay_requirements: 7 },
            { program_id: 19, service_id: 67, program_name: "offers perks access", benefits: "The session was closed after an urgent check.", points_earned_per_dollar: "0.05", minimum_stay_requirements: 4 },
            { program_id: 20, service_id: 138, program_name: "tier program", benefits: "A routine follow-up: the delivery was delayed.", points_earned_per_dollar: "0.05", minimum_stay_requirements: 9 },
            { program_id: 21, service_id: 115, program_name: "advantage", benefits: "The payment was resolved following an automatic review.", points_earned_per_dollar: "0.04", minimum_stay_requirements: 7 },
            { program_id: 22, service_id: 49, program_name: "travel", benefits: "A late follow-up: the session was resolved.", points_earned_per_dollar: "0.06", minimum_stay_requirements: 9 },
            { program_id: 23, service_id: 92, program_name: "perks elite", benefits: "An operator asked for a change and the report was escalated.", points_earned_per_dollar: "0.04", minimum_stay_requirements: 10 },
            { program_id: 24, service_id: 71, program_name: "access rewards membership", benefits: "The item was approved — repeat case, no further action.", points_earned_per_dollar: "0.05", minimum_stay_requirements: 7 },
            { program_id: 25, service_id: 13, program_name: "offers pointsplus", benefits: "The account owner asked for a change and the shipment was rescheduled.", points_earned_per_dollar: "0.06", minimum_stay_requirements: 11 },
            { program_id: 26, service_id: 65, program_name: "points", benefits: "The ticket was approved following a duplicate review.", points_earned_per_dollar: "0.04", minimum_stay_requirements: 12 },
            { program_id: 27, service_id: 27, program_name: "bonus access", benefits: "The team reported a late issue; the order was cancelled.", points_earned_per_dollar: "0.05", minimum_stay_requirements: 7 },
            { program_id: 28, service_id: 80, program_name: "tier frequent", benefits: "Flagged as repeat. The supplier cancelled the claim.", points_earned_per_dollar: "0.05", minimum_stay_requirements: 6 },
            { program_id: 29, service_id: 113, program_name: "elite exclusive", benefits: "Flagged as repeat. The account owner reviewed the claim.", points_earned_per_dollar: "0.05", minimum_stay_requirements: 3 },
            { program_id: 30, service_id: 108, program_name: "membership perks", benefits: "The order was escalated — standard case, no further action.", points_earned_per_dollar: "0.06", minimum_stay_requirements: 6 },
            { program_id: 31, service_id: 147, program_name: "insider benefits status", benefits: "The booking was rejected following a repeat review.", points_earned_per_dollar: "0.06", minimum_stay_requirements: 7 },
            { program_id: 32, service_id: 31, program_name: "advantage savings bonus", benefits: "The claim was reviewed after a partial check.", points_earned_per_dollar: "0.07", minimum_stay_requirements: 5 },
            { program_id: 33, service_id: 25, program_name: "travel tier", benefits: "The request was processed — routine case, no further action.", points_earned_per_dollar: "0.07", minimum_stay_requirements: 7 },
            { program_id: 34, service_id: 107, program_name: "benefits loyalty travel", benefits: "A repeat invoice was resolved the same day.", points_earned_per_dollar: "0.04", minimum_stay_requirements: 10 },
            { program_id: 35, service_id: 61, program_name: "rewards", benefits: "The order was processed after a partial check.", points_earned_per_dollar: "0.05", minimum_stay_requirements: 6 },
            { program_id: 36, service_id: 76, program_name: "offers", benefits: "The ticket was rescheduled — duplicate case, no further action.", points_earned_per_dollar: "0.04", minimum_stay_requirements: 8 },
            { program_id: 37, service_id: 7, program_name: "savings tier", benefits: "The booking was replaced after a repeat check.", points_earned_per_dollar: "0.07", minimum_stay_requirements: 6 },
            { program_id: 38, service_id: 99, program_name: "pointsplus", benefits: "The session was cancelled after a late check.", points_earned_per_dollar: "0.03", minimum_stay_requirements: 10 },
            { program_id: 39, service_id: 39, program_name: "program", benefits: "The refund was confirmed after a standard check.", points_earned_per_dollar: "0.05", minimum_stay_requirements: 7 },
            { program_id: 40, service_id: 116, program_name: "frequent perks club", benefits: "No response from support, so the invoice was reopened.", points_earned_per_dollar: "0.04", minimum_stay_requirements: 5 },
            { program_id: 41, service_id: 127, program_name: "points frequent", benefits: "The team confirmed the details and the request was confirmed.", points_earned_per_dollar: "0.04", minimum_stay_requirements: 7 },
            { program_id: 42, service_id: 124, program_name: "advantage", benefits: "No response from an operator, so the delivery was updated.", points_earned_per_dollar: "0.06", minimum_stay_requirements: 8 },
            { program_id: 43, service_id: 138, program_name: "savings elite exclusive", benefits: "A late transfer was reopened the same day.", points_earned_per_dollar: "0.05", minimum_stay_requirements: 6 },
            { program_id: 44, service_id: 3, program_name: "offers", benefits: "The document was replaced following an automatic review.", points_earned_per_dollar: "0.08", minimum_stay_requirements: 8 },
            { program_id: 45, service_id: 31, program_name: "exclusive", benefits: "An incomplete shipment was escalated the same day.", points_earned_per_dollar: "0.05", minimum_stay_requirements: 8 },
            { program_id: 46, service_id: 127, program_name: "savings rewards", benefits: "An operator reported a partial issue; the order was replaced.", points_earned_per_dollar: "0.05", minimum_stay_requirements: 6 },
            { program_id: 47, service_id: 6, program_name: "offers benefits", benefits: "A standard follow-up: the account was escalated.", points_earned_per_dollar: "0.04", minimum_stay_requirements: 9 },
            { program_id: 48, service_id: 140, program_name: "access loyalty benefits", benefits: "No response from the account owner, so the request was completed.", points_earned_per_dollar: "0.07", minimum_stay_requirements: 10 },
            { program_id: 49, service_id: 66, program_name: "points savings club", benefits: "The team asked for a change and the item was closed.", points_earned_per_dollar: "0.05", minimum_stay_requirements: 9 },
            { program_id: 50, service_id: 128, program_name: "membership points advantage", benefits: "The courier confirmed the details and the shipment was reopened.", points_earned_per_dollar: "0.05", minimum_stay_requirements: 6 },
        ],
    });
    await prisma.reviews.createMany({
        data: [
            { review_id: 1, customer_id: 269, service_id: 35, rating: 3, review_text: "The courier reported an incomplete issue; the payment was completed. The team confirmed the details and the shipment was cancelled.", review_date: "2023-12-04" },
            { review_id: 2, customer_id: 67, service_id: 49, rating: 3, review_text: "No response from the courier, so the request was reopened. The delivery was cancelled — minor case, no further action. The courier reported a minor issue; the appointment was reviewed. No response from the customer, so the record was reviewed.", review_date: "2022-09-15" },
            { review_id: 3, customer_id: 279, service_id: 118, rating: 5, review_text: "The account owner confirmed the details and the booking was confirmed. An operator asked for a change and the shipment was escalated. The supplier confirmed the details and the refund was rejected.", review_date: "2022-11-06" },
            { review_id: 4, customer_id: 88, service_id: 124, rating: 5, review_text: "The ticket was escalated — minor case, no further action. The customer confirmed the details and the shipment was reviewed.", review_date: "2022-01-26" },
            { review_id: 5, customer_id: 118, service_id: 33, rating: 5, review_text: "The appointment was delayed — unusual case, no further action. The customer asked for a change and the transfer was delayed.", review_date: "2022-05-08" },
            { review_id: 6, customer_id: 141, service_id: 117, rating: 4, review_text: "No response from the courier, so the invoice was delayed. The account owner reported a manual issue; the session was escalated.", review_date: "2022-03-16" },
            { review_id: 7, customer_id: 212, service_id: 8, rating: 4, review_text: "Support asked for a change and the report was processed. The team reported a duplicate issue; the order was delayed. Support asked for a change and the document was closed. The payment was reviewed — partial case, no further action.", review_date: "2022-01-15" },
            { review_id: 8, customer_id: 181, service_id: 27, rating: 1, review_text: "The document was replaced — duplicate case, no further action. The customer asked for a change and the document was reopened.", review_date: "2022-06-01" },
            { review_id: 9, customer_id: 244, service_id: 41, rating: 4, review_text: "The courier reported a routine issue; the transfer was resolved. No response from an operator, so the account was refunded. The team confirmed the details and the item was updated.", review_date: "2023-12-02" },
            { review_id: 10, customer_id: 296, service_id: 125, rating: 3, review_text: "The customer reported a duplicate issue; the account was rejected. The supplier asked for a change and the refund was cancelled.", review_date: "2022-08-19" },
            { review_id: 11, customer_id: 300, service_id: 73, rating: 5, review_text: "The customer asked for a change and the transfer was approved. The reviewer asked for a change and the report was closed.", review_date: "2022-05-13" },
            { review_id: 12, customer_id: 291, service_id: 111, rating: 3, review_text: "The supplier asked for a change and the report was resolved. The account was cancelled — standard case, no further action. No response from the reviewer, so the booking was rejected.", review_date: "2023-07-25" },
            { review_id: 13, customer_id: 231, service_id: 147, rating: 3, review_text: "The customer confirmed the details and the transfer was reviewed. The account owner asked for a change and the session was rejected.", review_date: "2022-01-07" },
            { review_id: 14, customer_id: 213, service_id: 44, rating: 5, review_text: "The reviewer reported a partial issue; the refund was updated. The supplier asked for a change and the order was rescheduled. Support asked for a change and the shipment was processed. The courier asked for a change and the invoice was escalated.", review_date: "2022-09-26" },
            { review_id: 15, customer_id: 74, service_id: 43, rating: 3, review_text: "The reviewer confirmed the details and the delivery was processed. Support asked for a change and the refund was delayed. The document was updated — manual case, no further action.", review_date: "2023-04-24" },
            { review_id: 16, customer_id: 234, service_id: 83, rating: 4, review_text: "Support asked for a change and the order was resolved. The customer asked for a change and the payment was escalated.", review_date: "2022-12-05" },
            { review_id: 17, customer_id: 285, service_id: 140, rating: 5, review_text: "The courier asked for a change and the payment was confirmed. The courier confirmed the details and the item was reviewed. No response from the supplier, so the record was delayed.", review_date: "2023-12-08" },
            { review_id: 18, customer_id: 158, service_id: 19, rating: 1, review_text: "Support asked for a change and the appointment was confirmed. The payment was reopened — manual case, no further action.", review_date: "2022-05-05" },
            { review_id: 19, customer_id: 229, service_id: 75, rating: 2, review_text: "No response from the account owner, so the item was escalated. The team asked for a change and the report was reopened.", review_date: "2023-03-10" },
            { review_id: 20, customer_id: 150, service_id: 108, rating: 1, review_text: "The supplier reported an automatic issue; the request was confirmed. No response from the reviewer, so the document was updated. An operator asked for a change and the ticket was approved. The customer reported a late issue; the document was rejected.", review_date: "2023-12-26" },
            { review_id: 21, customer_id: 125, service_id: 41, rating: 3, review_text: "No response from the team, so the appointment was approved. The supplier asked for a change and the invoice was resolved. No response from the customer, so the ticket was delayed. The team asked for a change and the claim was updated.", review_date: "2022-10-04" },
            { review_id: 22, customer_id: 2, service_id: 4, rating: 3, review_text: "No response from the reviewer, so the item was reopened. The supplier asked for a change and the delivery was completed.", review_date: "2023-10-23" },
            { review_id: 23, customer_id: 8, service_id: 92, rating: 5, review_text: "The team reported an incomplete issue; the order was rejected. The customer asked for a change and the ticket was escalated. The customer confirmed the details and the delivery was rejected. No response from the supplier, so the order was processed.", review_date: "2022-09-07" },
            { review_id: 24, customer_id: 154, service_id: 93, rating: 4, review_text: "No response from the supplier, so the document was reopened. No response from the supplier, so the session was reopened.", review_date: "2022-01-26" },
            { review_id: 25, customer_id: 59, service_id: 14, rating: 3, review_text: "The refund was resolved — late case, no further action. The reviewer confirmed the details and the request was replaced. The record was resolved — automatic case, no further action.", review_date: "2022-07-25" },
            { review_id: 26, customer_id: 11, service_id: 55, rating: 5, review_text: "The account owner asked for a change and the account was replaced. An operator asked for a change and the transfer was updated. The document was closed — automatic case, no further action.", review_date: "2023-10-08" },
            { review_id: 27, customer_id: 148, service_id: 118, rating: 1, review_text: "The customer confirmed the details and the shipment was rescheduled. No response from the account owner, so the report was updated.", review_date: "2022-08-12" },
            { review_id: 28, customer_id: 170, service_id: 68, rating: 2, review_text: "The delivery was rejected — minor case, no further action. The reviewer reported an automatic issue; the appointment was updated.", review_date: "2022-05-02" },
            { review_id: 29, customer_id: 227, service_id: 8, rating: 4, review_text: "The document was closed — minor case, no further action. No response from an operator, so the item was cancelled. No response from the courier, so the refund was replaced.", review_date: "2023-01-29" },
            { review_id: 30, customer_id: 19, service_id: 91, rating: 5, review_text: "The reviewer reported an incomplete issue; the record was completed. The transfer was rejected — routine case, no further action. The document was rescheduled — manual case, no further action.", review_date: "2022-11-26" },
            { review_id: 31, customer_id: 121, service_id: 41, rating: 3, review_text: "The reviewer asked for a change and the account was rescheduled. The account owner confirmed the details and the item was reopened.", review_date: "2023-11-28" },
            { review_id: 32, customer_id: 181, service_id: 43, rating: 3, review_text: "The courier reported a standard issue; the delivery was resolved. No response from the reviewer, so the claim was closed. The refund was confirmed — urgent case, no further action. The courier confirmed the details and the session was cancelled.", review_date: "2023-01-30" },
            { review_id: 33, customer_id: 284, service_id: 138, rating: 3, review_text: "Support asked for a change and the appointment was delayed. An operator confirmed the details and the delivery was confirmed.", review_date: "2023-11-08" },
            { review_id: 34, customer_id: 68, service_id: 115, rating: 2, review_text: "An operator asked for a change and the delivery was closed. The request was cancelled — urgent case, no further action. The document was rejected — partial case, no further action.", review_date: "2022-05-01" },
            { review_id: 35, customer_id: 80, service_id: 136, rating: 4, review_text: "The courier asked for a change and the ticket was replaced. No response from the reviewer, so the ticket was processed.", review_date: "2023-12-19" },
            { review_id: 36, customer_id: 247, service_id: 16, rating: 4, review_text: "The account owner asked for a change and the delivery was refunded. The supplier confirmed the details and the request was confirmed.", review_date: "2023-10-17" },
            { review_id: 37, customer_id: 131, service_id: 99, rating: 1, review_text: "The supplier confirmed the details and the refund was completed. The customer asked for a change and the booking was reopened. No response from an operator, so the payment was approved. An operator confirmed the details and the payment was rejected.", review_date: "2022-03-01" },
            { review_id: 38, customer_id: 66, service_id: 3, rating: 4, review_text: "No response from the account owner, so the claim was reopened. The team confirmed the details and the claim was resolved. An operator confirmed the details and the record was updated.", review_date: "2023-10-22" },
            { review_id: 39, customer_id: 33, service_id: 22, rating: 4, review_text: "The customer asked for a change and the transfer was resolved. The supplier reported a duplicate issue; the order was completed.", review_date: "2022-10-28" },
            { review_id: 40, customer_id: 101, service_id: 100, rating: 2, review_text: "The account owner confirmed the details and the request was reviewed. The supplier confirmed the details and the report was closed. The courier reported a duplicate issue; the document was updated. The customer reported a duplicate issue; the report was completed.", review_date: "2022-12-18" },
            { review_id: 41, customer_id: 287, service_id: 9, rating: 3, review_text: "The report was delayed — standard case, no further action. Support asked for a change and the session was replaced.", review_date: "2022-01-25" },
            { review_id: 42, customer_id: 261, service_id: 128, rating: 5, review_text: "The reviewer confirmed the details and the refund was updated. The account owner confirmed the details and the account was closed. The team reported an incomplete issue; the order was delayed.", review_date: "2022-11-11" },
            { review_id: 43, customer_id: 113, service_id: 111, rating: 5, review_text: "No response from the customer, so the account was rejected. The reviewer asked for a change and the booking was approved. The order was cancelled — routine case, no further action. No response from the account owner, so the refund was confirmed.", review_date: "2023-04-28" },
            { review_id: 44, customer_id: 37, service_id: 22, rating: 3, review_text: "No response from an operator, so the item was completed. The courier confirmed the details and the delivery was delayed.", review_date: "2023-02-23" },
            { review_id: 45, customer_id: 62, service_id: 23, rating: 4, review_text: "No response from the customer, so the delivery was cancelled. The account was rescheduled — minor case, no further action.", review_date: "2023-12-24" },
            { review_id: 46, customer_id: 192, service_id: 56, rating: 4, review_text: "The request was replaced — partial case, no further action. The supplier reported a partial issue; the ticket was approved.", review_date: "2023-10-01" },
            { review_id: 47, customer_id: 49, service_id: 60, rating: 5, review_text: "The order was reopened — late case, no further action. The customer reported an automatic issue; the invoice was replaced. The account owner reported a late issue; the shipment was resolved. The reviewer reported an automatic issue; the record was replaced.", review_date: "2023-09-08" },
            { review_id: 48, customer_id: 108, service_id: 148, rating: 3, review_text: "The account owner reported an automatic issue; the order was resolved. The shipment was delayed — late case, no further action.", review_date: "2022-12-17" },
            { review_id: 49, customer_id: 243, service_id: 43, rating: 5, review_text: "Support asked for a change and the record was completed. The reviewer asked for a change and the shipment was closed. The reviewer asked for a change and the refund was reviewed.", review_date: "2022-08-30" },
            { review_id: 50, customer_id: 224, service_id: 28, rating: 4, review_text: "No response from the courier, so the invoice was resolved. The courier reported a routine issue; the document was updated. The courier reported a minor issue; the item was delayed. The courier reported a repeat issue; the appointment was updated.", review_date: "2022-07-10" },
            { review_id: 51, customer_id: 238, service_id: 137, rating: 2, review_text: "The courier asked for a change and the order was refunded. The team reported a minor issue; the delivery was confirmed. The customer asked for a change and the transfer was reopened. An operator reported a duplicate issue; the booking was reviewed.", review_date: "2022-07-29" },
            { review_id: 52, customer_id: 60, service_id: 27, rating: 4, review_text: "The order was confirmed — standard case, no further action. The reviewer asked for a change and the appointment was processed. The shipment was replaced — duplicate case, no further action. No response from the account owner, so the ticket was reviewed.", review_date: "2022-04-26" },
            { review_id: 53, customer_id: 269, service_id: 21, rating: 5, review_text: "The team asked for a change and the transfer was reviewed. The refund was reopened — manual case, no further action. No response from the customer, so the booking was approved. The invoice was cancelled — late case, no further action.", review_date: "2022-09-08" },
            { review_id: 54, customer_id: 95, service_id: 15, rating: 4, review_text: "The supplier confirmed the details and the booking was processed. The supplier asked for a change and the report was reviewed. The team reported an urgent issue; the ticket was resolved. The account owner asked for a change and the order was refunded.", review_date: "2022-02-23" },
            { review_id: 55, customer_id: 283, service_id: 83, rating: 2, review_text: "An operator confirmed the details and the claim was reopened. The reviewer reported an unusual issue; the booking was rejected.", review_date: "2022-02-25" },
            { review_id: 56, customer_id: 99, service_id: 135, rating: 5, review_text: "The courier asked for a change and the item was delayed. No response from the courier, so the document was resolved.", review_date: "2022-07-10" },
            { review_id: 57, customer_id: 277, service_id: 129, rating: 5, review_text: "The team asked for a change and the report was escalated. The team confirmed the details and the payment was processed. The reviewer confirmed the details and the item was resolved.", review_date: "2022-11-13" },
            { review_id: 58, customer_id: 143, service_id: 131, rating: 5, review_text: "The booking was cancelled — manual case, no further action. The courier reported an unusual issue; the request was approved. An operator confirmed the details and the account was reviewed.", review_date: "2023-03-19" },
            { review_id: 59, customer_id: 86, service_id: 121, rating: 4, review_text: "The account was resolved — late case, no further action. No response from the account owner, so the item was confirmed. The customer asked for a change and the delivery was reviewed.", review_date: "2023-11-19" },
            { review_id: 60, customer_id: 72, service_id: 85, rating: 5, review_text: "No response from the supplier, so the item was rejected. The reviewer asked for a change and the ticket was reviewed. The team confirmed the details and the appointment was confirmed. The item was refunded — late case, no further action.", review_date: "2022-01-06" },
            { review_id: 61, customer_id: 1, service_id: 64, rating: 4, review_text: "No response from the team, so the account was confirmed. The claim was refunded — incomplete case, no further action.", review_date: "2023-02-17" },
            { review_id: 62, customer_id: 163, service_id: 13, rating: 5, review_text: "No response from the supplier, so the invoice was replaced. The courier reported an incomplete issue; the invoice was rejected.", review_date: "2023-09-27" },
            { review_id: 63, customer_id: 105, service_id: 49, rating: 2, review_text: "An operator reported an unusual issue; the record was reopened. An operator reported a repeat issue; the refund was delayed. An operator confirmed the details and the booking was approved.", review_date: "2022-09-17" },
            { review_id: 64, customer_id: 97, service_id: 146, rating: 5, review_text: "The order was rescheduled — minor case, no further action. The report was closed — repeat case, no further action. The claim was rejected — unusual case, no further action.", review_date: "2022-10-18" },
            { review_id: 65, customer_id: 94, service_id: 112, rating: 5, review_text: "The customer reported a manual issue; the order was reviewed. The courier asked for a change and the refund was delayed.", review_date: "2023-10-16" },
            { review_id: 66, customer_id: 254, service_id: 11, rating: 3, review_text: "The courier reported an urgent issue; the transfer was completed. An operator asked for a change and the delivery was resolved.", review_date: "2022-11-17" },
            { review_id: 67, customer_id: 63, service_id: 105, rating: 3, review_text: "The courier reported an unusual issue; the report was resolved. The courier reported an urgent issue; the refund was approved.", review_date: "2023-04-08" },
            { review_id: 68, customer_id: 130, service_id: 58, rating: 4, review_text: "The customer reported a manual issue; the invoice was confirmed. The account owner asked for a change and the account was closed. No response from the customer, so the refund was cancelled.", review_date: "2023-08-05" },
            { review_id: 69, customer_id: 123, service_id: 69, rating: 5, review_text: "The reviewer asked for a change and the claim was resolved. The courier reported a repeat issue; the ticket was refunded. The account was confirmed — minor case, no further action. No response from the customer, so the session was reopened.", review_date: "2023-08-29" },
            { review_id: 70, customer_id: 177, service_id: 145, rating: 4, review_text: "The reviewer confirmed the details and the appointment was completed. No response from the customer, so the refund was rejected. The courier confirmed the details and the ticket was cancelled. The customer reported a partial issue; the document was confirmed.", review_date: "2023-12-16" },
            { review_id: 71, customer_id: 137, service_id: 69, rating: 3, review_text: "The customer reported a duplicate issue; the payment was resolved. The courier asked for a change and the document was resolved. No response from the reviewer, so the transfer was rejected. The account owner reported a duplicate issue; the account was reopened.", review_date: "2022-02-22" },
            { review_id: 72, customer_id: 141, service_id: 150, rating: 4, review_text: "The account owner asked for a change and the refund was processed. The reviewer confirmed the details and the invoice was confirmed.", review_date: "2023-03-23" },
            { review_id: 73, customer_id: 54, service_id: 27, rating: 5, review_text: "The courier reported an unusual issue; the claim was reviewed. The account owner asked for a change and the appointment was rescheduled. The customer asked for a change and the claim was replaced.", review_date: "2022-02-14" },
            { review_id: 74, customer_id: 147, service_id: 15, rating: 2, review_text: "No response from the supplier, so the document was approved. An operator asked for a change and the appointment was replaced.", review_date: "2023-02-19" },
            { review_id: 75, customer_id: 297, service_id: 45, rating: 5, review_text: "No response from the reviewer, so the shipment was confirmed. The refund was closed — partial case, no further action. The document was refunded — routine case, no further action.", review_date: "2022-10-02" },
            { review_id: 76, customer_id: 266, service_id: 38, rating: 2, review_text: "The courier confirmed the details and the shipment was reopened. The request was refunded — duplicate case, no further action. The document was closed — repeat case, no further action.", review_date: "2023-10-03" },
            { review_id: 77, customer_id: 239, service_id: 96, rating: 2, review_text: "The supplier confirmed the details and the account was closed. The refund was cancelled — repeat case, no further action.", review_date: "2022-02-13" },
            { review_id: 78, customer_id: 118, service_id: 97, rating: 3, review_text: "No response from the customer, so the transfer was completed. The team asked for a change and the order was replaced. The customer reported a partial issue; the ticket was escalated. The customer asked for a change and the session was replaced.", review_date: "2023-09-22" },
            { review_id: 79, customer_id: 53, service_id: 54, rating: 3, review_text: "The customer confirmed the details and the delivery was rejected. The team confirmed the details and the claim was escalated.", review_date: "2023-10-09" },
            { review_id: 80, customer_id: 195, service_id: 75, rating: 4, review_text: "The courier reported a manual issue; the record was closed. The booking was updated — late case, no further action. The shipment was approved — routine case, no further action. The transfer was cancelled — automatic case, no further action.", review_date: "2022-08-19" },
            { review_id: 81, customer_id: 157, service_id: 142, rating: 4, review_text: "The account owner reported a partial issue; the request was approved. An operator asked for a change and the request was refunded. No response from the courier, so the request was processed. The supplier asked for a change and the claim was delayed.", review_date: "2022-01-17" },
            { review_id: 82, customer_id: 7, service_id: 112, rating: 4, review_text: "The shipment was updated — partial case, no further action. Support asked for a change and the appointment was refunded. No response from the courier, so the report was escalated. The reviewer asked for a change and the refund was reviewed.", review_date: "2023-03-06" },
            { review_id: 83, customer_id: 115, service_id: 24, rating: 5, review_text: "No response from an operator, so the payment was refunded. The supplier asked for a change and the payment was resolved. The reviewer confirmed the details and the transfer was reviewed. The account owner asked for a change and the booking was processed.", review_date: "2023-01-25" },
            { review_id: 84, customer_id: 6, service_id: 34, rating: 1, review_text: "Support asked for a change and the request was processed. An operator confirmed the details and the request was completed.", review_date: "2022-01-15" },
            { review_id: 85, customer_id: 20, service_id: 135, rating: 4, review_text: "No response from the supplier, so the request was refunded. Support asked for a change and the refund was closed. Support asked for a change and the payment was processed. The supplier reported a minor issue; the document was confirmed.", review_date: "2022-08-26" },
            { review_id: 86, customer_id: 278, service_id: 88, rating: 4, review_text: "The courier confirmed the details and the session was escalated. An operator confirmed the details and the transfer was approved. The team reported an unusual issue; the document was escalated.", review_date: "2022-02-09" },
            { review_id: 87, customer_id: 298, service_id: 131, rating: 5, review_text: "The courier confirmed the details and the shipment was reviewed. The customer asked for a change and the payment was updated. The customer reported a standard issue; the shipment was updated. No response from the account owner, so the shipment was reopened.", review_date: "2022-08-14" },
            { review_id: 88, customer_id: 277, service_id: 135, rating: 5, review_text: "The reviewer reported an urgent issue; the invoice was completed. The account owner confirmed the details and the session was cancelled. No response from the customer, so the document was approved. The account owner confirmed the details and the report was approved.", review_date: "2023-10-03" },
            { review_id: 89, customer_id: 29, service_id: 126, rating: 5, review_text: "The request was closed — routine case, no further action. The supplier reported a partial issue; the account was rescheduled.", review_date: "2023-02-10" },
            { review_id: 90, customer_id: 258, service_id: 46, rating: 4, review_text: "The reviewer confirmed the details and the claim was rejected. The item was reopened — duplicate case, no further action. The supplier asked for a change and the booking was reopened. The appointment was replaced — routine case, no further action.", review_date: "2022-12-29" },
            { review_id: 91, customer_id: 231, service_id: 2, rating: 1, review_text: "No response from the reviewer, so the request was approved. The report was replaced — unusual case, no further action. The refund was completed — standard case, no further action.", review_date: "2023-01-23" },
            { review_id: 92, customer_id: 75, service_id: 131, rating: 3, review_text: "An operator confirmed the details and the refund was cancelled. Support asked for a change and the shipment was cancelled. No response from the reviewer, so the invoice was closed.", review_date: "2023-12-07" },
            { review_id: 93, customer_id: 50, service_id: 55, rating: 5, review_text: "The session was replaced — minor case, no further action. The delivery was closed — incomplete case, no further action. No response from the team, so the refund was approved.", review_date: "2022-02-16" },
            { review_id: 94, customer_id: 256, service_id: 37, rating: 5, review_text: "The appointment was reviewed — unusual case, no further action. The document was processed — late case, no further action.", review_date: "2022-04-11" },
            { review_id: 95, customer_id: 54, service_id: 139, rating: 5, review_text: "The courier asked for a change and the order was rejected. The order was resolved — urgent case, no further action.", review_date: "2022-11-05" },
            { review_id: 96, customer_id: 179, service_id: 144, rating: 5, review_text: "An operator reported an incomplete issue; the delivery was reviewed. An operator confirmed the details and the transfer was rejected.", review_date: "2023-11-27" },
            { review_id: 97, customer_id: 64, service_id: 45, rating: 5, review_text: "An operator confirmed the details and the booking was completed. No response from the account owner, so the invoice was completed. The supplier asked for a change and the payment was escalated. The request was refunded — urgent case, no further action.", review_date: "2023-07-15" },
            { review_id: 98, customer_id: 63, service_id: 77, rating: 5, review_text: "No response from the account owner, so the transfer was updated. The item was resolved — routine case, no further action.", review_date: "2023-11-12" },
            { review_id: 99, customer_id: 214, service_id: 58, rating: 3, review_text: "The account was updated — incomplete case, no further action. The report was processed — routine case, no further action. The courier confirmed the details and the report was processed. The delivery was confirmed — late case, no further action.", review_date: "2022-03-04" },
            { review_id: 100, customer_id: 201, service_id: 12, rating: 2, review_text: "No response from the supplier, so the claim was resolved. No response from the reviewer, so the payment was rejected. The account was replaced — routine case, no further action.", review_date: "2023-03-19" },
            { review_id: 101, customer_id: 51, service_id: 62, rating: 5, review_text: "No response from the customer, so the item was refunded. The courier confirmed the details and the record was completed. No response from the customer, so the appointment was closed.", review_date: "2023-10-12" },
            { review_id: 102, customer_id: 87, service_id: 61, rating: 5, review_text: "No response from an operator, so the invoice was reopened. Support asked for a change and the booking was processed.", review_date: "2022-11-18" },
            { review_id: 103, customer_id: 237, service_id: 147, rating: 4, review_text: "The account owner reported a minor issue; the payment was rejected. The courier reported a minor issue; the shipment was resolved. An operator confirmed the details and the claim was processed.", review_date: "2022-12-03" },
            { review_id: 104, customer_id: 60, service_id: 42, rating: 5, review_text: "No response from the customer, so the payment was confirmed. An operator asked for a change and the shipment was processed. The claim was reviewed — manual case, no further action.", review_date: "2023-06-13" },
            { review_id: 105, customer_id: 266, service_id: 64, rating: 5, review_text: "No response from the team, so the shipment was reviewed. The invoice was processed — incomplete case, no further action.", review_date: "2023-05-10" },
            { review_id: 106, customer_id: 106, service_id: 58, rating: 4, review_text: "The delivery was escalated — unusual case, no further action. The account owner reported a minor issue; the item was reviewed.", review_date: "2023-10-12" },
            { review_id: 107, customer_id: 196, service_id: 104, rating: 4, review_text: "The supplier confirmed the details and the invoice was refunded. No response from the customer, so the document was cancelled. The team confirmed the details and the claim was cancelled.", review_date: "2023-08-26" },
            { review_id: 108, customer_id: 48, service_id: 94, rating: 4, review_text: "The report was rescheduled — partial case, no further action. The supplier asked for a change and the item was approved. The document was reopened — incomplete case, no further action.", review_date: "2023-01-31" },
            { review_id: 109, customer_id: 95, service_id: 62, rating: 5, review_text: "The account owner asked for a change and the record was refunded. The reviewer reported an incomplete issue; the payment was rejected. The courier asked for a change and the order was replaced.", review_date: "2023-09-10" },
            { review_id: 110, customer_id: 222, service_id: 93, rating: 5, review_text: "The account owner asked for a change and the refund was confirmed. The reviewer asked for a change and the booking was confirmed. The item was resolved — late case, no further action. Support asked for a change and the invoice was replaced.", review_date: "2022-07-27" },
            { review_id: 111, customer_id: 117, service_id: 133, rating: 4, review_text: "An operator reported a manual issue; the account was confirmed. The refund was approved — late case, no further action. The supplier confirmed the details and the delivery was cancelled.", review_date: "2023-08-02" },
            { review_id: 112, customer_id: 222, service_id: 127, rating: 5, review_text: "The payment was confirmed — repeat case, no further action. No response from the courier, so the claim was refunded.", review_date: "2022-04-01" },
            { review_id: 113, customer_id: 159, service_id: 6, rating: 2, review_text: "The shipment was escalated — routine case, no further action. The team asked for a change and the item was approved.", review_date: "2022-02-06" },
            { review_id: 114, customer_id: 158, service_id: 2, rating: 2, review_text: "The courier asked for a change and the report was processed. No response from the customer, so the claim was cancelled. No response from the reviewer, so the payment was refunded. The courier reported a minor issue; the account was rescheduled.", review_date: "2023-11-07" },
            { review_id: 115, customer_id: 58, service_id: 105, rating: 4, review_text: "An operator confirmed the details and the record was resolved. The record was processed — minor case, no further action. The courier reported a minor issue; the account was rejected.", review_date: "2023-09-09" },
            { review_id: 116, customer_id: 89, service_id: 109, rating: 3, review_text: "The account was refunded — minor case, no further action. The customer reported an incomplete issue; the delivery was updated. The item was completed — urgent case, no further action. The customer confirmed the details and the invoice was cancelled.", review_date: "2022-11-16" },
            { review_id: 117, customer_id: 59, service_id: 90, rating: 4, review_text: "The supplier confirmed the details and the item was delayed. No response from the account owner, so the report was confirmed. No response from the courier, so the request was closed.", review_date: "2022-02-02" },
            { review_id: 118, customer_id: 234, service_id: 143, rating: 4, review_text: "The request was escalated — manual case, no further action. The customer confirmed the details and the shipment was cancelled.", review_date: "2022-09-17" },
            { review_id: 119, customer_id: 141, service_id: 63, rating: 2, review_text: "The item was updated — partial case, no further action. The booking was escalated — duplicate case, no further action.", review_date: "2023-06-17" },
            { review_id: 120, customer_id: 212, service_id: 100, rating: 4, review_text: "An operator reported an automatic issue; the delivery was delayed. No response from the team, so the appointment was processed. The reviewer reported a duplicate issue; the claim was replaced. No response from the courier, so the shipment was refunded.", review_date: "2022-11-01" },
            { review_id: 121, customer_id: 34, service_id: 54, rating: 5, review_text: "No response from the supplier, so the ticket was approved. No response from the courier, so the refund was confirmed. The account owner reported a late issue; the ticket was escalated. The customer asked for a change and the order was reopened.", review_date: "2022-01-15" },
            { review_id: 122, customer_id: 129, service_id: 5, rating: 3, review_text: "The shipment was resolved — minor case, no further action. The team confirmed the details and the payment was confirmed. No response from the account owner, so the account was reopened. No response from the customer, so the booking was updated.", review_date: "2022-12-26" },
            { review_id: 123, customer_id: 101, service_id: 61, rating: 2, review_text: "The courier confirmed the details and the order was closed. The refund was escalated — repeat case, no further action.", review_date: "2023-08-08" },
            { review_id: 124, customer_id: 27, service_id: 55, rating: 5, review_text: "No response from an operator, so the delivery was replaced. Support asked for a change and the ticket was rescheduled.", review_date: "2023-10-18" },
            { review_id: 125, customer_id: 265, service_id: 126, rating: 5, review_text: "The customer reported a manual issue; the claim was rejected. Support asked for a change and the document was reviewed.", review_date: "2022-03-24" },
            { review_id: 126, customer_id: 184, service_id: 6, rating: 3, review_text: "An operator reported a manual issue; the shipment was refunded. The account owner reported an unusual issue; the claim was processed. The supplier asked for a change and the order was replaced. The delivery was delayed — minor case, no further action.", review_date: "2022-08-09" },
            { review_id: 127, customer_id: 236, service_id: 12, rating: 2, review_text: "The courier reported a routine issue; the transfer was confirmed. The supplier confirmed the details and the booking was rejected. The courier asked for a change and the request was refunded. The customer confirmed the details and the account was updated.", review_date: "2023-04-30" },
            { review_id: 128, customer_id: 282, service_id: 49, rating: 4, review_text: "The account was resolved — standard case, no further action. The item was refunded — duplicate case, no further action.", review_date: "2022-12-31" },
            { review_id: 129, customer_id: 59, service_id: 5, rating: 4, review_text: "An operator asked for a change and the session was updated. The ticket was replaced — automatic case, no further action. The courier confirmed the details and the report was rejected. No response from the supplier, so the item was rejected.", review_date: "2022-12-03" },
            { review_id: 130, customer_id: 179, service_id: 61, rating: 2, review_text: "The refund was approved — duplicate case, no further action. The account owner asked for a change and the document was reviewed.", review_date: "2023-08-04" },
            { review_id: 131, customer_id: 254, service_id: 107, rating: 5, review_text: "The team confirmed the details and the refund was completed. An operator asked for a change and the claim was approved.", review_date: "2022-08-13" },
            { review_id: 132, customer_id: 152, service_id: 29, rating: 4, review_text: "The customer reported a late issue; the claim was reopened. The session was approved — minor case, no further action. The account was reopened — late case, no further action.", review_date: "2022-11-02" },
            { review_id: 133, customer_id: 287, service_id: 141, rating: 2, review_text: "The account owner confirmed the details and the report was replaced. The reviewer reported an urgent issue; the account was rescheduled. The supplier reported a routine issue; the transfer was updated. The account owner reported an incomplete issue; the delivery was replaced.", review_date: "2022-10-31" },
            { review_id: 134, customer_id: 247, service_id: 49, rating: 3, review_text: "The team confirmed the details and the item was approved. The team asked for a change and the transfer was cancelled. The appointment was closed — manual case, no further action. Support asked for a change and the account was refunded.", review_date: "2023-09-01" },
            { review_id: 135, customer_id: 119, service_id: 26, rating: 5, review_text: "The courier confirmed the details and the order was refunded. The team reported an urgent issue; the booking was completed. The account owner confirmed the details and the booking was reviewed.", review_date: "2023-03-14" },
            { review_id: 136, customer_id: 144, service_id: 105, rating: 5, review_text: "The account owner asked for a change and the invoice was confirmed. The account owner asked for a change and the account was confirmed. The refund was cancelled — automatic case, no further action. The account owner confirmed the details and the delivery was closed.", review_date: "2022-08-13" },
            { review_id: 137, customer_id: 237, service_id: 129, rating: 4, review_text: "No response from the courier, so the request was resolved. An operator asked for a change and the order was rescheduled. The transfer was resolved — duplicate case, no further action. The courier confirmed the details and the payment was cancelled.", review_date: "2023-11-11" },
            { review_id: 138, customer_id: 212, service_id: 56, rating: 4, review_text: "The booking was rescheduled — minor case, no further action. The supplier asked for a change and the appointment was delayed. The request was updated — unusual case, no further action.", review_date: "2023-12-13" },
            { review_id: 139, customer_id: 26, service_id: 15, rating: 4, review_text: "An operator asked for a change and the claim was updated. The session was approved — manual case, no further action.", review_date: "2023-09-20" },
            { review_id: 140, customer_id: 96, service_id: 25, rating: 4, review_text: "The team asked for a change and the request was resolved. The shipment was processed — manual case, no further action. An operator asked for a change and the order was delayed. An operator asked for a change and the invoice was confirmed.", review_date: "2023-01-14" },
            { review_id: 141, customer_id: 124, service_id: 89, rating: 2, review_text: "The claim was updated — routine case, no further action. No response from the courier, so the record was resolved. The customer reported an incomplete issue; the refund was completed. An operator reported a standard issue; the document was refunded.", review_date: "2022-03-10" },
            { review_id: 142, customer_id: 55, service_id: 148, rating: 5, review_text: "No response from the account owner, so the account was confirmed. The reviewer asked for a change and the refund was refunded. The reviewer reported an incomplete issue; the item was reviewed.", review_date: "2022-03-19" },
            { review_id: 143, customer_id: 181, service_id: 132, rating: 4, review_text: "No response from the team, so the appointment was completed. The shipment was updated — unusual case, no further action. An operator reported a minor issue; the ticket was approved. The courier reported a routine issue; the request was resolved.", review_date: "2022-01-04" },
            { review_id: 144, customer_id: 210, service_id: 97, rating: 5, review_text: "The customer confirmed the details and the report was escalated. The reviewer confirmed the details and the refund was delayed. An operator asked for a change and the order was closed.", review_date: "2023-10-21" },
            { review_id: 145, customer_id: 207, service_id: 56, rating: 2, review_text: "The account owner confirmed the details and the shipment was closed. The account was closed — urgent case, no further action. An operator asked for a change and the payment was approved.", review_date: "2022-10-09" },
            { review_id: 146, customer_id: 62, service_id: 20, rating: 4, review_text: "The account owner asked for a change and the booking was delayed. The booking was replaced — urgent case, no further action.", review_date: "2023-01-14" },
            { review_id: 147, customer_id: 219, service_id: 4, rating: 3, review_text: "The customer reported a routine issue; the delivery was escalated. The account was closed — automatic case, no further action. No response from the reviewer, so the report was rescheduled.", review_date: "2023-01-31" },
            { review_id: 148, customer_id: 60, service_id: 16, rating: 4, review_text: "The account owner confirmed the details and the payment was updated. The courier confirmed the details and the session was delayed. The team asked for a change and the claim was closed. The team confirmed the details and the session was resolved.", review_date: "2022-09-14" },
            { review_id: 149, customer_id: 286, service_id: 44, rating: 3, review_text: "An operator asked for a change and the invoice was closed. The courier asked for a change and the document was rejected. No response from the courier, so the report was confirmed. The team reported a manual issue; the report was processed.", review_date: "2022-03-29" },
            { review_id: 150, customer_id: 125, service_id: 26, rating: 3, review_text: "The courier asked for a change and the claim was resolved. The document was reviewed — unusual case, no further action. No response from the account owner, so the booking was resolved. The account was confirmed — automatic case, no further action.", review_date: "2022-12-27" },
            { review_id: 151, customer_id: 114, service_id: 31, rating: 5, review_text: "The reviewer asked for a change and the account was replaced. The supplier confirmed the details and the booking was replaced.", review_date: "2022-11-18" },
            { review_id: 152, customer_id: 251, service_id: 144, rating: 2, review_text: "The document was refunded — late case, no further action. The reviewer confirmed the details and the booking was closed.", review_date: "2022-01-28" },
            { review_id: 153, customer_id: 43, service_id: 99, rating: 2, review_text: "No response from the customer, so the order was rescheduled. The customer asked for a change and the document was reviewed. The customer reported an unusual issue; the report was escalated.", review_date: "2023-06-05" },
            { review_id: 154, customer_id: 28, service_id: 132, rating: 5, review_text: "The account owner reported a duplicate issue; the request was resolved. The appointment was confirmed — minor case, no further action. The account owner confirmed the details and the transfer was approved.", review_date: "2023-09-22" },
            { review_id: 155, customer_id: 1, service_id: 35, rating: 4, review_text: "The customer reported a minor issue; the session was rescheduled. No response from the customer, so the refund was rescheduled. The order was approved — repeat case, no further action.", review_date: "2023-02-15" },
            { review_id: 156, customer_id: 178, service_id: 36, rating: 1, review_text: "The reviewer reported a duplicate issue; the claim was rejected. The courier asked for a change and the invoice was replaced. The request was resolved — partial case, no further action. The request was resolved — routine case, no further action.", review_date: "2022-09-25" },
            { review_id: 157, customer_id: 176, service_id: 119, rating: 3, review_text: "The account owner reported an unusual issue; the claim was rescheduled. The customer confirmed the details and the record was refunded. The account owner reported a manual issue; the session was delayed. The customer asked for a change and the delivery was delayed.", review_date: "2023-05-16" },
            { review_id: 158, customer_id: 240, service_id: 4, rating: 5, review_text: "The supplier confirmed the details and the refund was replaced. No response from the customer, so the session was cancelled.", review_date: "2023-10-31" },
            { review_id: 159, customer_id: 278, service_id: 110, rating: 5, review_text: "No response from the reviewer, so the shipment was updated. The courier confirmed the details and the appointment was cancelled. Support asked for a change and the shipment was processed. Support asked for a change and the booking was confirmed.", review_date: "2022-01-13" },
            { review_id: 160, customer_id: 19, service_id: 105, rating: 5, review_text: "The customer asked for a change and the item was escalated. No response from the account owner, so the invoice was replaced. The account owner confirmed the details and the delivery was reopened.", review_date: "2023-11-19" },
            { review_id: 161, customer_id: 221, service_id: 69, rating: 3, review_text: "The customer reported an unusual issue; the record was approved. The account was completed — standard case, no further action.", review_date: "2022-12-17" },
            { review_id: 162, customer_id: 109, service_id: 76, rating: 4, review_text: "The delivery was rejected — duplicate case, no further action. The ticket was cancelled — routine case, no further action. No response from the courier, so the delivery was reviewed.", review_date: "2022-02-14" },
            { review_id: 163, customer_id: 107, service_id: 107, rating: 4, review_text: "The delivery was delayed — routine case, no further action. The customer confirmed the details and the session was rescheduled. The reviewer asked for a change and the record was confirmed.", review_date: "2023-01-05" },
            { review_id: 164, customer_id: 113, service_id: 45, rating: 4, review_text: "The report was completed — unusual case, no further action. An operator confirmed the details and the shipment was refunded. The courier confirmed the details and the ticket was confirmed.", review_date: "2023-08-18" },
            { review_id: 165, customer_id: 79, service_id: 72, rating: 4, review_text: "The account was rejected — unusual case, no further action. An operator reported an automatic issue; the shipment was reopened.", review_date: "2023-08-23" },
            { review_id: 166, customer_id: 38, service_id: 79, rating: 5, review_text: "An operator confirmed the details and the ticket was closed. The reviewer asked for a change and the refund was processed. The booking was cancelled — routine case, no further action.", review_date: "2022-02-15" },
            { review_id: 167, customer_id: 244, service_id: 74, rating: 5, review_text: "The account was rejected — automatic case, no further action. The customer confirmed the details and the claim was cancelled. No response from the account owner, so the delivery was completed. The team reported a manual issue; the item was resolved.", review_date: "2022-12-23" },
            { review_id: 168, customer_id: 282, service_id: 40, rating: 5, review_text: "The shipment was rescheduled — duplicate case, no further action. The courier asked for a change and the booking was reopened. No response from the customer, so the request was cancelled.", review_date: "2023-12-01" },
            { review_id: 169, customer_id: 27, service_id: 23, rating: 4, review_text: "The transfer was updated — duplicate case, no further action. The courier reported an urgent issue; the claim was escalated.", review_date: "2022-09-29" },
            { review_id: 170, customer_id: 161, service_id: 3, rating: 4, review_text: "An operator confirmed the details and the order was resolved. The appointment was delayed — partial case, no further action.", review_date: "2022-12-27" },
            { review_id: 171, customer_id: 63, service_id: 53, rating: 5, review_text: "The team confirmed the details and the record was rejected. The record was completed — routine case, no further action. The appointment was reviewed — automatic case, no further action.", review_date: "2022-05-09" },
            { review_id: 172, customer_id: 135, service_id: 109, rating: 5, review_text: "Support asked for a change and the document was rescheduled. The courier asked for a change and the booking was completed. The supplier asked for a change and the transfer was reopened. The account owner reported a routine issue; the claim was refunded.", review_date: "2022-04-07" },
            { review_id: 173, customer_id: 138, service_id: 16, rating: 5, review_text: "The account owner confirmed the details and the invoice was confirmed. The account owner asked for a change and the appointment was processed.", review_date: "2022-04-25" },
            { review_id: 174, customer_id: 11, service_id: 51, rating: 4, review_text: "No response from the team, so the document was escalated. The account owner asked for a change and the refund was completed. No response from the supplier, so the appointment was escalated. The customer confirmed the details and the record was approved.", review_date: "2022-11-03" },
            { review_id: 175, customer_id: 135, service_id: 14, rating: 5, review_text: "The booking was cancelled — manual case, no further action. The booking was refunded — repeat case, no further action. The reviewer confirmed the details and the account was completed. An operator reported a routine issue; the document was confirmed.", review_date: "2022-02-27" },
            { review_id: 176, customer_id: 30, service_id: 138, rating: 3, review_text: "The reviewer reported a minor issue; the record was completed. The order was escalated — duplicate case, no further action. The account was confirmed — repeat case, no further action. An operator asked for a change and the request was resolved.", review_date: "2022-03-16" },
            { review_id: 177, customer_id: 6, service_id: 103, rating: 5, review_text: "The supplier asked for a change and the delivery was updated. An operator asked for a change and the order was rescheduled. Support asked for a change and the report was delayed.", review_date: "2023-02-11" },
            { review_id: 178, customer_id: 46, service_id: 41, rating: 5, review_text: "No response from the courier, so the invoice was closed. No response from the customer, so the payment was updated.", review_date: "2022-11-08" },
            { review_id: 179, customer_id: 284, service_id: 70, rating: 4, review_text: "The customer confirmed the details and the transfer was replaced. No response from the customer, so the order was reviewed. The reviewer reported a repeat issue; the item was delayed. No response from the supplier, so the session was cancelled.", review_date: "2023-10-08" },
            { review_id: 180, customer_id: 182, service_id: 136, rating: 4, review_text: "No response from the customer, so the document was rejected. The courier confirmed the details and the refund was updated. The order was cancelled — incomplete case, no further action.", review_date: "2023-03-03" },
            { review_id: 181, customer_id: 168, service_id: 64, rating: 4, review_text: "The account owner reported an incomplete issue; the order was replaced. The supplier asked for a change and the claim was confirmed. No response from the customer, so the order was refunded. Support asked for a change and the appointment was closed.", review_date: "2023-12-15" },
            { review_id: 182, customer_id: 155, service_id: 107, rating: 5, review_text: "The customer reported an unusual issue; the booking was cancelled. Support asked for a change and the item was confirmed.", review_date: "2023-12-03" },
            { review_id: 183, customer_id: 101, service_id: 27, rating: 5, review_text: "The account owner confirmed the details and the request was processed. The supplier confirmed the details and the refund was confirmed. The team confirmed the details and the delivery was replaced. The team confirmed the details and the claim was reviewed.", review_date: "2022-08-16" },
            { review_id: 184, customer_id: 191, service_id: 137, rating: 4, review_text: "The supplier asked for a change and the booking was refunded. The order was reviewed — late case, no further action. The supplier asked for a change and the transfer was rejected.", review_date: "2023-03-03" },
            { review_id: 185, customer_id: 188, service_id: 49, rating: 5, review_text: "The courier reported a partial issue; the request was cancelled. An operator asked for a change and the appointment was processed. The account was rescheduled — standard case, no further action. The ticket was resolved — incomplete case, no further action.", review_date: "2022-10-16" },
            { review_id: 186, customer_id: 189, service_id: 147, rating: 4, review_text: "The courier reported an urgent issue; the item was updated. The customer confirmed the details and the record was reviewed. No response from the account owner, so the shipment was cancelled. The team asked for a change and the refund was escalated.", review_date: "2023-02-09" },
            { review_id: 187, customer_id: 25, service_id: 125, rating: 3, review_text: "The customer asked for a change and the refund was reviewed. The supplier asked for a change and the item was reopened. No response from the supplier, so the session was refunded. The report was reopened — repeat case, no further action.", review_date: "2023-07-26" },
            { review_id: 188, customer_id: 280, service_id: 88, rating: 5, review_text: "The team reported an automatic issue; the document was refunded. The team reported a minor issue; the request was resolved.", review_date: "2023-08-25" },
            { review_id: 189, customer_id: 244, service_id: 13, rating: 5, review_text: "No response from the courier, so the booking was delayed. The team asked for a change and the delivery was escalated. The reviewer asked for a change and the record was confirmed.", review_date: "2023-01-07" },
            { review_id: 190, customer_id: 208, service_id: 96, rating: 5, review_text: "Support asked for a change and the report was replaced. The account owner confirmed the details and the report was processed. An operator confirmed the details and the document was confirmed.", review_date: "2023-01-20" },
            { review_id: 191, customer_id: 232, service_id: 87, rating: 3, review_text: "Support asked for a change and the payment was updated. An operator reported an unusual issue; the item was delayed. The session was resolved — automatic case, no further action. The shipment was rescheduled — standard case, no further action.", review_date: "2022-08-29" },
            { review_id: 192, customer_id: 76, service_id: 115, rating: 5, review_text: "An operator confirmed the details and the account was updated. No response from the supplier, so the document was reopened.", review_date: "2022-10-19" },
            { review_id: 193, customer_id: 4, service_id: 105, rating: 5, review_text: "No response from the supplier, so the record was completed. An operator confirmed the details and the document was resolved. Support asked for a change and the booking was escalated.", review_date: "2022-10-07" },
            { review_id: 194, customer_id: 42, service_id: 18, rating: 4, review_text: "The reviewer reported a minor issue; the session was closed. The invoice was replaced — routine case, no further action. Support asked for a change and the booking was reviewed. The customer confirmed the details and the payment was replaced.", review_date: "2022-09-07" },
            { review_id: 195, customer_id: 125, service_id: 64, rating: 2, review_text: "The order was delayed — automatic case, no further action. The customer reported an unusual issue; the transfer was rejected. The courier reported an urgent issue; the item was refunded. The reviewer reported a partial issue; the session was replaced.", review_date: "2022-03-14" },
            { review_id: 196, customer_id: 217, service_id: 11, rating: 4, review_text: "No response from the reviewer, so the request was confirmed. The reviewer confirmed the details and the refund was cancelled. The booking was refunded — routine case, no further action.", review_date: "2023-07-17" },
            { review_id: 197, customer_id: 246, service_id: 49, rating: 1, review_text: "No response from the courier, so the claim was replaced. An operator confirmed the details and the shipment was rescheduled. The request was rejected — incomplete case, no further action. The account owner reported a routine issue; the delivery was closed.", review_date: "2023-01-17" },
            { review_id: 198, customer_id: 272, service_id: 49, rating: 5, review_text: "No response from the reviewer, so the account was processed. No response from the reviewer, so the transfer was reopened. The customer reported a duplicate issue; the document was delayed.", review_date: "2023-10-28" },
            { review_id: 199, customer_id: 217, service_id: 62, rating: 2, review_text: "An operator confirmed the details and the shipment was updated. The request was rescheduled — incomplete case, no further action.", review_date: "2022-10-27" },
            { review_id: 200, customer_id: 170, service_id: 51, rating: 4, review_text: "An operator confirmed the details and the refund was reopened. The customer asked for a change and the report was rescheduled.", review_date: "2022-03-03" },
            { review_id: 201, customer_id: 243, service_id: 98, rating: 3, review_text: "The document was rejected — partial case, no further action. The account owner reported a standard issue; the claim was delayed. The order was resolved — unusual case, no further action. The supplier reported a repeat issue; the account was refunded.", review_date: "2022-11-17" },
            { review_id: 202, customer_id: 108, service_id: 147, rating: 5, review_text: "The reviewer confirmed the details and the document was confirmed. The courier asked for a change and the delivery was cancelled.", review_date: "2022-02-17" },
            { review_id: 203, customer_id: 269, service_id: 37, rating: 4, review_text: "No response from the reviewer, so the payment was replaced. No response from the supplier, so the account was delayed. The account was approved — automatic case, no further action. No response from the account owner, so the booking was replaced.", review_date: "2022-01-03" },
            { review_id: 204, customer_id: 123, service_id: 45, rating: 1, review_text: "No response from the courier, so the delivery was updated. The shipment was approved — duplicate case, no further action. No response from the customer, so the record was processed. The account owner asked for a change and the invoice was updated.", review_date: "2023-01-08" },
            { review_id: 205, customer_id: 158, service_id: 92, rating: 5, review_text: "The team confirmed the details and the shipment was resolved. The reviewer asked for a change and the session was rescheduled. An operator reported a minor issue; the delivery was refunded. The item was cancelled — incomplete case, no further action.", review_date: "2022-11-20" },
            { review_id: 206, customer_id: 297, service_id: 98, rating: 5, review_text: "The courier reported a standard issue; the item was completed. The account was processed — routine case, no further action. The transfer was delayed — duplicate case, no further action. The transfer was delayed — unusual case, no further action.", review_date: "2023-07-16" },
            { review_id: 207, customer_id: 202, service_id: 72, rating: 3, review_text: "The team confirmed the details and the request was completed. The customer asked for a change and the request was processed. The account owner confirmed the details and the delivery was approved. No response from the team, so the item was closed.", review_date: "2023-08-03" },
            { review_id: 208, customer_id: 55, service_id: 81, rating: 3, review_text: "The account owner confirmed the details and the document was rejected. No response from the supplier, so the claim was processed. The session was updated — standard case, no further action.", review_date: "2022-09-25" },
            { review_id: 209, customer_id: 118, service_id: 87, rating: 4, review_text: "The account owner asked for a change and the invoice was processed. The report was replaced — routine case, no further action. The request was reopened — partial case, no further action.", review_date: "2022-09-19" },
            { review_id: 210, customer_id: 234, service_id: 59, rating: 2, review_text: "The supplier reported a partial issue; the request was updated. Support asked for a change and the refund was updated.", review_date: "2022-02-14" },
            { review_id: 211, customer_id: 14, service_id: 144, rating: 2, review_text: "No response from the reviewer, so the account was rescheduled. No response from the account owner, so the account was escalated. The reviewer asked for a change and the payment was replaced. The account owner asked for a change and the record was rejected.", review_date: "2023-12-16" },
            { review_id: 212, customer_id: 57, service_id: 30, rating: 5, review_text: "An operator reported a late issue; the shipment was reviewed. The report was closed — standard case, no further action. No response from the reviewer, so the document was processed. No response from the account owner, so the appointment was approved.", review_date: "2023-07-28" },
            { review_id: 213, customer_id: 128, service_id: 64, rating: 5, review_text: "An operator reported a partial issue; the record was approved. The customer reported a minor issue; the item was approved.", review_date: "2023-10-25" },
            { review_id: 214, customer_id: 276, service_id: 10, rating: 2, review_text: "The customer confirmed the details and the account was confirmed. No response from the reviewer, so the invoice was rescheduled. The customer reported an incomplete issue; the session was rescheduled. No response from an operator, so the document was completed.", review_date: "2023-02-12" },
            { review_id: 215, customer_id: 143, service_id: 74, rating: 5, review_text: "The claim was resolved — incomplete case, no further action. The team asked for a change and the transfer was reviewed.", review_date: "2023-01-29" },
            { review_id: 216, customer_id: 37, service_id: 122, rating: 3, review_text: "The courier asked for a change and the ticket was approved. The customer confirmed the details and the document was reopened. The courier reported a late issue; the order was closed. No response from the account owner, so the booking was closed.", review_date: "2022-06-12" },
            { review_id: 217, customer_id: 107, service_id: 47, rating: 5, review_text: "The account owner reported a manual issue; the report was confirmed. No response from the account owner, so the appointment was rejected. The team asked for a change and the ticket was delayed. An operator reported a standard issue; the ticket was rejected.", review_date: "2023-11-04" },
            { review_id: 218, customer_id: 279, service_id: 97, rating: 3, review_text: "An operator asked for a change and the shipment was delayed. The courier confirmed the details and the delivery was completed. An operator asked for a change and the claim was rescheduled. The team asked for a change and the session was reviewed.", review_date: "2022-05-08" },
            { review_id: 219, customer_id: 300, service_id: 140, rating: 2, review_text: "Support asked for a change and the shipment was rescheduled. The team reported an incomplete issue; the payment was reviewed. The team confirmed the details and the session was rescheduled. The claim was refunded — routine case, no further action.", review_date: "2022-11-05" },
            { review_id: 220, customer_id: 91, service_id: 143, rating: 4, review_text: "The reviewer confirmed the details and the record was cancelled. The team reported a duplicate issue; the item was resolved. The claim was rescheduled — late case, no further action. The record was resolved — manual case, no further action.", review_date: "2022-09-13" },
            { review_id: 221, customer_id: 54, service_id: 109, rating: 1, review_text: "No response from the team, so the session was cancelled. No response from the team, so the invoice was closed.", review_date: "2022-05-09" },
            { review_id: 222, customer_id: 204, service_id: 102, rating: 4, review_text: "The request was cancelled — automatic case, no further action. No response from the customer, so the item was delayed. The booking was reviewed — unusual case, no further action.", review_date: "2023-02-17" },
            { review_id: 223, customer_id: 270, service_id: 68, rating: 5, review_text: "The courier asked for a change and the refund was refunded. The courier confirmed the details and the item was completed. No response from the account owner, so the claim was replaced. No response from the account owner, so the booking was cancelled.", review_date: "2022-09-09" },
            { review_id: 224, customer_id: 16, service_id: 17, rating: 3, review_text: "No response from the team, so the booking was reviewed. No response from the team, so the transfer was processed. The supplier confirmed the details and the delivery was rejected. An operator confirmed the details and the record was reviewed.", review_date: "2022-07-27" },
            { review_id: 225, customer_id: 21, service_id: 98, rating: 4, review_text: "No response from the account owner, so the record was refunded. The supplier reported an unusual issue; the report was confirmed. No response from the customer, so the ticket was reopened. The supplier confirmed the details and the record was updated.", review_date: "2023-02-02" },
            { review_id: 226, customer_id: 94, service_id: 122, rating: 3, review_text: "Support asked for a change and the ticket was escalated. No response from the reviewer, so the ticket was cancelled.", review_date: "2023-03-02" },
            { review_id: 227, customer_id: 239, service_id: 35, rating: 2, review_text: "The team reported a duplicate issue; the delivery was reopened. The reviewer confirmed the details and the transfer was refunded. The ticket was approved — routine case, no further action. The session was cancelled — urgent case, no further action.", review_date: "2023-10-09" },
            { review_id: 228, customer_id: 285, service_id: 72, rating: 4, review_text: "The courier reported an automatic issue; the item was reviewed. The account owner asked for a change and the payment was updated. The account owner reported an incomplete issue; the session was rescheduled. The customer confirmed the details and the order was escalated.", review_date: "2022-10-27" },
            { review_id: 229, customer_id: 61, service_id: 49, rating: 4, review_text: "The account owner reported an urgent issue; the ticket was rescheduled. No response from the reviewer, so the refund was rejected. The account owner confirmed the details and the invoice was refunded.", review_date: "2023-08-18" },
            { review_id: 230, customer_id: 235, service_id: 42, rating: 3, review_text: "The courier confirmed the details and the shipment was refunded. No response from the supplier, so the delivery was reviewed.", review_date: "2022-06-05" },
            { review_id: 231, customer_id: 124, service_id: 33, rating: 5, review_text: "No response from the team, so the session was delayed. The courier asked for a change and the invoice was reopened. The order was escalated — partial case, no further action.", review_date: "2022-12-02" },
            { review_id: 232, customer_id: 198, service_id: 13, rating: 4, review_text: "The account owner reported a duplicate issue; the request was updated. No response from the supplier, so the record was delayed. Support asked for a change and the invoice was confirmed. The request was replaced — urgent case, no further action.", review_date: "2022-07-08" },
            { review_id: 233, customer_id: 68, service_id: 118, rating: 5, review_text: "No response from the customer, so the request was rejected. The supplier confirmed the details and the request was processed. An operator confirmed the details and the order was cancelled.", review_date: "2023-09-24" },
            { review_id: 234, customer_id: 134, service_id: 137, rating: 5, review_text: "The transfer was escalated — urgent case, no further action. Support asked for a change and the invoice was delayed.", review_date: "2022-07-31" },
            { review_id: 235, customer_id: 228, service_id: 60, rating: 3, review_text: "The report was rescheduled — duplicate case, no further action. The courier asked for a change and the delivery was cancelled. The appointment was completed — duplicate case, no further action.", review_date: "2023-08-28" },
            { review_id: 236, customer_id: 92, service_id: 50, rating: 4, review_text: "The courier reported a late issue; the payment was reopened. No response from an operator, so the report was delayed.", review_date: "2022-09-14" },
            { review_id: 237, customer_id: 4, service_id: 22, rating: 4, review_text: "The account owner confirmed the details and the account was closed. The appointment was processed — minor case, no further action. An operator asked for a change and the claim was delayed. The courier reported an unusual issue; the account was delayed.", review_date: "2023-11-23" },
            { review_id: 238, customer_id: 255, service_id: 28, rating: 5, review_text: "The team confirmed the details and the request was processed. The courier asked for a change and the order was rescheduled. The delivery was cancelled — standard case, no further action.", review_date: "2023-04-01" },
            { review_id: 239, customer_id: 208, service_id: 147, rating: 2, review_text: "An operator reported a repeat issue; the ticket was approved. The account owner reported an automatic issue; the appointment was reviewed. The request was confirmed — unusual case, no further action. An operator confirmed the details and the refund was resolved.", review_date: "2022-10-27" },
            { review_id: 240, customer_id: 211, service_id: 6, rating: 4, review_text: "No response from the customer, so the report was closed. The customer asked for a change and the transfer was rejected.", review_date: "2022-10-25" },
            { review_id: 241, customer_id: 102, service_id: 134, rating: 2, review_text: "No response from the team, so the transfer was rescheduled. The courier confirmed the details and the transfer was reopened.", review_date: "2023-11-23" },
            { review_id: 242, customer_id: 144, service_id: 145, rating: 4, review_text: "The document was confirmed — duplicate case, no further action. The booking was replaced — minor case, no further action.", review_date: "2022-02-10" },
            { review_id: 243, customer_id: 76, service_id: 70, rating: 4, review_text: "An operator reported an incomplete issue; the appointment was escalated. No response from the account owner, so the order was delayed. The account owner reported a repeat issue; the request was completed. The record was closed — routine case, no further action.", review_date: "2023-11-14" },
            { review_id: 244, customer_id: 146, service_id: 47, rating: 3, review_text: "No response from the account owner, so the request was escalated. The account owner confirmed the details and the appointment was closed. The reviewer confirmed the details and the booking was rescheduled. No response from an operator, so the record was rejected.", review_date: "2022-10-09" },
            { review_id: 245, customer_id: 111, service_id: 149, rating: 5, review_text: "The customer asked for a change and the booking was reviewed. The team confirmed the details and the account was rescheduled. No response from the account owner, so the order was refunded.", review_date: "2022-01-20" },
            { review_id: 246, customer_id: 36, service_id: 72, rating: 3, review_text: "No response from an operator, so the invoice was confirmed. The invoice was escalated — urgent case, no further action.", review_date: "2022-12-07" },
            { review_id: 247, customer_id: 101, service_id: 71, rating: 5, review_text: "The account owner confirmed the details and the record was approved. No response from the supplier, so the claim was reviewed. No response from the courier, so the payment was completed.", review_date: "2022-03-14" },
            { review_id: 248, customer_id: 20, service_id: 14, rating: 4, review_text: "The supplier reported an urgent issue; the account was confirmed. The supplier confirmed the details and the report was approved. The account owner asked for a change and the invoice was resolved. The supplier reported a minor issue; the request was refunded.", review_date: "2023-11-10" },
            { review_id: 249, customer_id: 297, service_id: 9, rating: 5, review_text: "No response from the courier, so the refund was reviewed. The courier asked for a change and the claim was confirmed. The account owner reported a duplicate issue; the report was reopened.", review_date: "2022-08-30" },
            { review_id: 250, customer_id: 126, service_id: 39, rating: 5, review_text: "The report was completed — urgent case, no further action. The customer confirmed the details and the record was cancelled. The account owner reported an urgent issue; the booking was closed.", review_date: "2022-04-16" },
            { review_id: 251, customer_id: 267, service_id: 141, rating: 5, review_text: "The customer reported an automatic issue; the ticket was completed. The account owner confirmed the details and the payment was confirmed. The team confirmed the details and the claim was escalated.", review_date: "2022-12-24" },
            { review_id: 252, customer_id: 79, service_id: 12, rating: 4, review_text: "The account owner asked for a change and the delivery was escalated. The document was rescheduled — urgent case, no further action.", review_date: "2022-01-07" },
            { review_id: 253, customer_id: 70, service_id: 62, rating: 5, review_text: "The payment was rejected — incomplete case, no further action. No response from an operator, so the appointment was reopened. No response from the reviewer, so the request was resolved. The reviewer asked for a change and the document was reviewed.", review_date: "2023-01-28" },
            { review_id: 254, customer_id: 53, service_id: 97, rating: 5, review_text: "The order was replaced — duplicate case, no further action. The courier confirmed the details and the order was rescheduled.", review_date: "2022-10-16" },
            { review_id: 255, customer_id: 6, service_id: 93, rating: 4, review_text: "No response from the team, so the shipment was refunded. The account owner asked for a change and the claim was closed. No response from the reviewer, so the item was reopened.", review_date: "2022-01-23" },
            { review_id: 256, customer_id: 24, service_id: 124, rating: 5, review_text: "No response from the courier, so the record was replaced. The payment was reviewed — minor case, no further action.", review_date: "2022-05-20" },
            { review_id: 257, customer_id: 168, service_id: 4, rating: 5, review_text: "The account owner reported a minor issue; the record was rescheduled. An operator asked for a change and the order was approved.", review_date: "2022-02-07" },
            { review_id: 258, customer_id: 255, service_id: 20, rating: 1, review_text: "The team confirmed the details and the booking was reviewed. The courier reported an incomplete issue; the claim was reopened. The reviewer confirmed the details and the refund was reviewed.", review_date: "2023-02-12" },
            { review_id: 259, customer_id: 237, service_id: 149, rating: 1, review_text: "The shipment was updated — standard case, no further action. No response from the reviewer, so the payment was replaced.", review_date: "2022-04-28" },
            { review_id: 260, customer_id: 69, service_id: 35, rating: 3, review_text: "The courier confirmed the details and the session was cancelled. The account was rescheduled — repeat case, no further action. The booking was rejected — routine case, no further action. The account was processed — minor case, no further action.", review_date: "2023-01-23" },
            { review_id: 261, customer_id: 164, service_id: 22, rating: 3, review_text: "The booking was reopened — automatic case, no further action. The team reported an automatic issue; the booking was refunded. The account owner asked for a change and the transfer was updated.", review_date: "2023-03-21" },
            { review_id: 262, customer_id: 13, service_id: 17, rating: 5, review_text: "No response from the supplier, so the shipment was completed. The team confirmed the details and the record was replaced.", review_date: "2022-08-16" },
            { review_id: 263, customer_id: 151, service_id: 61, rating: 4, review_text: "The account owner reported an urgent issue; the report was replaced. No response from the customer, so the session was cancelled. The account owner reported a partial issue; the item was updated.", review_date: "2023-02-05" },
            { review_id: 264, customer_id: 195, service_id: 131, rating: 2, review_text: "The team reported a minor issue; the document was reviewed. No response from the reviewer, so the refund was rescheduled. The session was delayed — duplicate case, no further action. The appointment was delayed — unusual case, no further action.", review_date: "2023-03-09" },
            { review_id: 265, customer_id: 238, service_id: 44, rating: 2, review_text: "The transfer was approved — minor case, no further action. The supplier reported a minor issue; the document was rejected. The record was rescheduled — late case, no further action.", review_date: "2022-11-17" },
            { review_id: 266, customer_id: 174, service_id: 83, rating: 4, review_text: "The courier confirmed the details and the payment was delayed. The team confirmed the details and the order was updated. The account owner asked for a change and the payment was escalated.", review_date: "2022-01-18" },
            { review_id: 267, customer_id: 252, service_id: 97, rating: 5, review_text: "The team asked for a change and the transfer was delayed. The shipment was confirmed — repeat case, no further action. No response from the account owner, so the booking was confirmed.", review_date: "2023-10-14" },
            { review_id: 268, customer_id: 63, service_id: 106, rating: 3, review_text: "The reviewer reported a routine issue; the delivery was reviewed. The supplier confirmed the details and the record was rejected. No response from an operator, so the refund was processed.", review_date: "2023-07-11" },
            { review_id: 269, customer_id: 292, service_id: 12, rating: 3, review_text: "No response from the courier, so the delivery was resolved. The courier confirmed the details and the report was resolved.", review_date: "2022-12-03" },
            { review_id: 270, customer_id: 21, service_id: 32, rating: 2, review_text: "No response from an operator, so the booking was rejected. The team reported a late issue; the transfer was rejected. The item was approved — repeat case, no further action. The item was cancelled — standard case, no further action.", review_date: "2022-11-17" },
            { review_id: 271, customer_id: 96, service_id: 142, rating: 3, review_text: "No response from the supplier, so the document was refunded. The customer asked for a change and the item was rescheduled. No response from the supplier, so the booking was cancelled.", review_date: "2022-08-28" },
            { review_id: 272, customer_id: 169, service_id: 93, rating: 5, review_text: "The team asked for a change and the request was confirmed. No response from the customer, so the item was updated. The account owner reported an unusual issue; the appointment was closed. The invoice was reviewed — repeat case, no further action.", review_date: "2022-11-05" },
            { review_id: 273, customer_id: 209, service_id: 116, rating: 2, review_text: "The invoice was confirmed — automatic case, no further action. No response from the courier, so the appointment was delayed.", review_date: "2022-03-03" },
            { review_id: 274, customer_id: 11, service_id: 47, rating: 3, review_text: "The courier asked for a change and the report was cancelled. Support asked for a change and the payment was rescheduled. An operator asked for a change and the session was reviewed.", review_date: "2022-11-05" },
            { review_id: 275, customer_id: 22, service_id: 105, rating: 5, review_text: "An operator confirmed the details and the ticket was replaced. An operator confirmed the details and the session was rejected. The delivery was delayed — incomplete case, no further action. No response from the reviewer, so the transfer was processed.", review_date: "2022-01-10" },
            { review_id: 276, customer_id: 3, service_id: 40, rating: 5, review_text: "The supplier reported a routine issue; the claim was replaced. The courier confirmed the details and the payment was cancelled. The customer confirmed the details and the document was updated.", review_date: "2022-12-01" },
            { review_id: 277, customer_id: 66, service_id: 9, rating: 5, review_text: "The transfer was resolved — standard case, no further action. The request was approved — standard case, no further action. The session was refunded — automatic case, no further action. No response from an operator, so the invoice was confirmed.", review_date: "2023-10-08" },
            { review_id: 278, customer_id: 103, service_id: 98, rating: 4, review_text: "The customer asked for a change and the request was processed. The reviewer reported an unusual issue; the invoice was resolved. The claim was reviewed — partial case, no further action.", review_date: "2023-07-26" },
            { review_id: 279, customer_id: 223, service_id: 92, rating: 5, review_text: "The shipment was rescheduled — routine case, no further action. The customer confirmed the details and the item was processed. The payment was refunded — manual case, no further action. The courier reported a repeat issue; the shipment was processed.", review_date: "2023-08-13" },
            { review_id: 280, customer_id: 145, service_id: 34, rating: 4, review_text: "No response from the customer, so the claim was processed. An operator reported a late issue; the order was approved.", review_date: "2023-10-11" },
            { review_id: 281, customer_id: 91, service_id: 116, rating: 5, review_text: "No response from an operator, so the ticket was refunded. The customer confirmed the details and the delivery was delayed. The order was cancelled — manual case, no further action. No response from the reviewer, so the refund was approved.", review_date: "2023-10-13" },
            { review_id: 282, customer_id: 247, service_id: 67, rating: 4, review_text: "The item was confirmed — late case, no further action. The team asked for a change and the delivery was processed. The customer reported a standard issue; the refund was completed. The account owner confirmed the details and the item was refunded.", review_date: "2023-03-28" },
            { review_id: 283, customer_id: 233, service_id: 56, rating: 5, review_text: "An operator confirmed the details and the shipment was delayed. No response from the courier, so the refund was rejected. No response from the reviewer, so the refund was approved.", review_date: "2022-11-14" },
            { review_id: 284, customer_id: 70, service_id: 123, rating: 3, review_text: "The customer confirmed the details and the claim was rescheduled. An operator confirmed the details and the item was replaced. The supplier asked for a change and the order was resolved.", review_date: "2022-02-16" },
            { review_id: 285, customer_id: 157, service_id: 68, rating: 4, review_text: "The customer confirmed the details and the transfer was cancelled. The reviewer confirmed the details and the report was refunded. No response from an operator, so the payment was rescheduled. No response from the reviewer, so the account was reopened.", review_date: "2022-02-20" },
            { review_id: 286, customer_id: 279, service_id: 73, rating: 3, review_text: "The delivery was confirmed — unusual case, no further action. An operator asked for a change and the shipment was processed. The supplier reported an unusual issue; the booking was processed. No response from the supplier, so the order was rejected.", review_date: "2022-07-11" },
            { review_id: 287, customer_id: 284, service_id: 48, rating: 2, review_text: "No response from the team, so the claim was replaced. The shipment was confirmed — manual case, no further action. No response from the team, so the account was reviewed. The order was updated — unusual case, no further action.", review_date: "2022-04-29" },
            { review_id: 288, customer_id: 16, service_id: 72, rating: 2, review_text: "The supplier reported a standard issue; the record was rescheduled. The supplier reported an automatic issue; the booking was rejected.", review_date: "2022-03-30" },
            { review_id: 289, customer_id: 113, service_id: 135, rating: 5, review_text: "No response from an operator, so the record was reopened. The customer confirmed the details and the order was rescheduled.", review_date: "2023-09-14" },
            { review_id: 290, customer_id: 262, service_id: 119, rating: 5, review_text: "No response from the reviewer, so the shipment was rejected. An operator asked for a change and the report was updated. The team reported an automatic issue; the transfer was closed. The account owner asked for a change and the ticket was reopened.", review_date: "2023-02-03" },
            { review_id: 291, customer_id: 120, service_id: 83, rating: 3, review_text: "The courier asked for a change and the document was delayed. The supplier reported a duplicate issue; the ticket was rescheduled. The customer reported a repeat issue; the shipment was closed.", review_date: "2023-10-19" },
            { review_id: 292, customer_id: 35, service_id: 105, rating: 4, review_text: "The courier asked for a change and the claim was completed. The courier reported a minor issue; the document was escalated. The customer asked for a change and the report was closed.", review_date: "2022-12-09" },
            { review_id: 293, customer_id: 44, service_id: 91, rating: 4, review_text: "The team confirmed the details and the transfer was replaced. The reviewer reported a minor issue; the booking was updated. An operator asked for a change and the session was processed. No response from the supplier, so the document was reviewed.", review_date: "2022-01-30" },
            { review_id: 294, customer_id: 263, service_id: 5, rating: 5, review_text: "No response from the reviewer, so the payment was closed. No response from the courier, so the appointment was delayed.", review_date: "2023-02-14" },
            { review_id: 295, customer_id: 267, service_id: 8, rating: 5, review_text: "The courier confirmed the details and the report was replaced. The transfer was updated — incomplete case, no further action. The courier confirmed the details and the ticket was refunded. The courier confirmed the details and the refund was confirmed.", review_date: "2022-09-24" },
            { review_id: 296, customer_id: 15, service_id: 33, rating: 5, review_text: "The account owner confirmed the details and the order was processed. The customer reported an unusual issue; the invoice was completed.", review_date: "2022-06-08" },
            { review_id: 297, customer_id: 226, service_id: 104, rating: 2, review_text: "The customer asked for a change and the record was reopened. The team asked for a change and the invoice was replaced.", review_date: "2022-02-14" },
            { review_id: 298, customer_id: 271, service_id: 18, rating: 3, review_text: "The team asked for a change and the booking was refunded. The account was completed — routine case, no further action. The report was approved — minor case, no further action.", review_date: "2022-02-22" },
            { review_id: 299, customer_id: 128, service_id: 105, rating: 5, review_text: "An operator reported a duplicate issue; the document was confirmed. The supplier asked for a change and the appointment was delayed. An operator reported a partial issue; the appointment was confirmed.", review_date: "2023-12-22" },
            { review_id: 300, customer_id: 141, service_id: 25, rating: 1, review_text: "No response from the courier, so the order was reopened. The account owner asked for a change and the request was cancelled. The account owner reported an unusual issue; the account was replaced.", review_date: "2022-12-26" },
            { review_id: 301, customer_id: 43, service_id: 26, rating: 5, review_text: "An operator confirmed the details and the transfer was cancelled. The customer reported a partial issue; the claim was replaced. The customer reported a late issue; the order was reopened.", review_date: "2023-10-18" },
            { review_id: 302, customer_id: 198, service_id: 6, rating: 3, review_text: "The team confirmed the details and the delivery was confirmed. The courier asked for a change and the report was completed. The team reported a late issue; the item was reopened. The reviewer reported a repeat issue; the record was cancelled.", review_date: "2022-12-23" },
            { review_id: 303, customer_id: 269, service_id: 18, rating: 2, review_text: "Support asked for a change and the order was rejected. The supplier asked for a change and the session was rescheduled. The reviewer reported an urgent issue; the appointment was resolved. The supplier confirmed the details and the request was updated.", review_date: "2023-06-06" },
            { review_id: 304, customer_id: 5, service_id: 97, rating: 2, review_text: "The record was delayed — automatic case, no further action. The reviewer reported an unusual issue; the item was replaced. The supplier asked for a change and the delivery was refunded. The account owner asked for a change and the transfer was cancelled.", review_date: "2022-06-05" },
            { review_id: 305, customer_id: 42, service_id: 126, rating: 4, review_text: "The reviewer asked for a change and the document was replaced. An operator asked for a change and the booking was rescheduled. The supplier asked for a change and the delivery was confirmed. The courier reported an automatic issue; the request was updated.", review_date: "2022-12-14" },
            { review_id: 306, customer_id: 248, service_id: 8, rating: 4, review_text: "The team reported an urgent issue; the record was rescheduled. The reviewer confirmed the details and the ticket was confirmed. The account owner reported an urgent issue; the item was reviewed. No response from the courier, so the booking was approved.", review_date: "2022-10-09" },
            { review_id: 307, customer_id: 18, service_id: 63, rating: 4, review_text: "The customer asked for a change and the ticket was resolved. The transfer was reviewed — unusual case, no further action. The courier asked for a change and the shipment was reopened.", review_date: "2022-12-26" },
            { review_id: 308, customer_id: 153, service_id: 106, rating: 5, review_text: "No response from the supplier, so the shipment was escalated. The team reported an unusual issue; the document was updated.", review_date: "2023-01-30" },
            { review_id: 309, customer_id: 69, service_id: 102, rating: 5, review_text: "No response from the team, so the delivery was escalated. The customer asked for a change and the invoice was rejected. Support asked for a change and the request was cancelled. An operator asked for a change and the appointment was confirmed.", review_date: "2023-12-02" },
            { review_id: 310, customer_id: 71, service_id: 8, rating: 4, review_text: "No response from the courier, so the claim was reviewed. The booking was reviewed — duplicate case, no further action.", review_date: "2022-01-28" },
            { review_id: 311, customer_id: 179, service_id: 22, rating: 4, review_text: "The transfer was refunded — automatic case, no further action. The item was cancelled — urgent case, no further action. The courier confirmed the details and the session was completed.", review_date: "2023-01-13" },
            { review_id: 312, customer_id: 193, service_id: 146, rating: 1, review_text: "No response from the customer, so the record was cancelled. The customer asked for a change and the request was delayed. The customer reported a repeat issue; the shipment was cancelled. No response from the account owner, so the transfer was reopened.", review_date: "2022-05-18" },
            { review_id: 313, customer_id: 102, service_id: 150, rating: 5, review_text: "The supplier confirmed the details and the account was rejected. The courier confirmed the details and the order was reviewed. No response from the team, so the invoice was reopened. No response from the courier, so the claim was escalated.", review_date: "2022-05-25" },
            { review_id: 314, customer_id: 187, service_id: 121, rating: 3, review_text: "The order was updated — repeat case, no further action. The shipment was replaced — partial case, no further action. The refund was closed — standard case, no further action. The appointment was resolved — manual case, no further action.", review_date: "2022-10-05" },
            { review_id: 315, customer_id: 279, service_id: 14, rating: 4, review_text: "No response from the courier, so the account was cancelled. The team reported a minor issue; the appointment was reviewed. No response from the customer, so the document was delayed. The reviewer confirmed the details and the shipment was rescheduled.", review_date: "2022-06-12" },
            { review_id: 316, customer_id: 250, service_id: 53, rating: 2, review_text: "The account owner reported a manual issue; the shipment was replaced. No response from the supplier, so the delivery was updated. No response from the courier, so the refund was updated. Support asked for a change and the claim was processed.", review_date: "2022-09-02" },
            { review_id: 317, customer_id: 129, service_id: 30, rating: 5, review_text: "The team confirmed the details and the document was processed. No response from the account owner, so the account was refunded. The reviewer reported an urgent issue; the invoice was updated. No response from the account owner, so the booking was approved.", review_date: "2022-12-21" },
            { review_id: 318, customer_id: 277, service_id: 4, rating: 5, review_text: "No response from the courier, so the delivery was replaced. The customer confirmed the details and the booking was rescheduled. The delivery was cancelled — late case, no further action.", review_date: "2023-01-06" },
            { review_id: 319, customer_id: 222, service_id: 86, rating: 4, review_text: "The reviewer asked for a change and the record was confirmed. Support asked for a change and the account was refunded. The team reported an incomplete issue; the shipment was reopened. No response from the reviewer, so the booking was refunded.", review_date: "2023-11-27" },
            { review_id: 320, customer_id: 138, service_id: 8, rating: 4, review_text: "The team asked for a change and the transfer was confirmed. The account owner confirmed the details and the claim was completed. No response from the reviewer, so the item was updated.", review_date: "2022-06-12" },
            { review_id: 321, customer_id: 38, service_id: 107, rating: 2, review_text: "No response from the customer, so the order was closed. The courier confirmed the details and the session was reviewed. The account was confirmed — manual case, no further action.", review_date: "2022-05-18" },
            { review_id: 322, customer_id: 52, service_id: 117, rating: 2, review_text: "An operator asked for a change and the session was updated. The record was resolved — standard case, no further action.", review_date: "2022-07-17" },
            { review_id: 323, customer_id: 145, service_id: 129, rating: 5, review_text: "The account owner reported a late issue; the claim was updated. No response from the courier, so the claim was replaced.", review_date: "2022-06-19" },
            { review_id: 324, customer_id: 184, service_id: 21, rating: 5, review_text: "The refund was closed — repeat case, no further action. The team confirmed the details and the session was cancelled.", review_date: "2023-05-03" },
            { review_id: 325, customer_id: 177, service_id: 126, rating: 4, review_text: "Support asked for a change and the report was confirmed. No response from the customer, so the record was delayed. The supplier reported an urgent issue; the session was reopened.", review_date: "2022-04-28" },
            { review_id: 326, customer_id: 88, service_id: 39, rating: 3, review_text: "No response from the account owner, so the order was delayed. The reviewer asked for a change and the report was resolved. The document was processed — automatic case, no further action. No response from an operator, so the transfer was processed.", review_date: "2022-10-29" },
            { review_id: 327, customer_id: 298, service_id: 12, rating: 4, review_text: "The team confirmed the details and the appointment was confirmed. An operator asked for a change and the session was rejected. No response from the customer, so the session was completed. The team asked for a change and the shipment was completed.", review_date: "2022-06-28" },
            { review_id: 328, customer_id: 112, service_id: 36, rating: 4, review_text: "The team confirmed the details and the claim was delayed. The courier asked for a change and the account was replaced. An operator reported an urgent issue; the shipment was reviewed. The reviewer confirmed the details and the delivery was delayed.", review_date: "2022-12-28" },
            { review_id: 329, customer_id: 9, service_id: 39, rating: 5, review_text: "No response from the account owner, so the booking was approved. The appointment was resolved — partial case, no further action.", review_date: "2023-10-29" },
            { review_id: 330, customer_id: 30, service_id: 140, rating: 5, review_text: "No response from the courier, so the refund was rejected. No response from the supplier, so the ticket was replaced. The account owner asked for a change and the request was closed.", review_date: "2022-06-19" },
            { review_id: 331, customer_id: 169, service_id: 48, rating: 4, review_text: "The booking was reopened — repeat case, no further action. The reviewer reported an unusual issue; the invoice was rescheduled.", review_date: "2023-10-10" },
            { review_id: 332, customer_id: 145, service_id: 14, rating: 4, review_text: "The supplier confirmed the details and the transfer was updated. No response from the account owner, so the request was updated. The reviewer reported a late issue; the delivery was rejected. No response from the team, so the claim was cancelled.", review_date: "2023-07-18" },
            { review_id: 333, customer_id: 219, service_id: 31, rating: 4, review_text: "The reviewer asked for a change and the refund was replaced. The record was delayed — incomplete case, no further action. No response from the courier, so the appointment was processed.", review_date: "2022-12-02" },
            { review_id: 334, customer_id: 220, service_id: 17, rating: 3, review_text: "The customer asked for a change and the report was reviewed. The customer asked for a change and the order was cancelled. The supplier reported a manual issue; the order was processed.", review_date: "2023-01-07" },
            { review_id: 335, customer_id: 298, service_id: 108, rating: 5, review_text: "The record was reopened — urgent case, no further action. The reviewer confirmed the details and the session was closed.", review_date: "2023-12-03" },
            { review_id: 336, customer_id: 217, service_id: 16, rating: 5, review_text: "An operator reported a manual issue; the payment was reopened. The supplier confirmed the details and the shipment was replaced. The reviewer reported an incomplete issue; the item was completed. No response from the courier, so the payment was escalated.", review_date: "2023-01-04" },
            { review_id: 337, customer_id: 236, service_id: 138, rating: 5, review_text: "The item was delayed — repeat case, no further action. The account owner reported a minor issue; the appointment was updated.", review_date: "2022-08-24" },
            { review_id: 338, customer_id: 282, service_id: 35, rating: 5, review_text: "The reviewer reported an incomplete issue; the session was reviewed. No response from the account owner, so the appointment was closed.", review_date: "2023-02-22" },
            { review_id: 339, customer_id: 54, service_id: 49, rating: 5, review_text: "An operator confirmed the details and the account was confirmed. An operator asked for a change and the document was approved. No response from the team, so the payment was rescheduled.", review_date: "2023-12-16" },
            { review_id: 340, customer_id: 96, service_id: 98, rating: 4, review_text: "The account was processed — incomplete case, no further action. The courier confirmed the details and the request was reopened. An operator confirmed the details and the refund was replaced. Support asked for a change and the delivery was rejected.", review_date: "2023-05-15" },
            { review_id: 341, customer_id: 140, service_id: 51, rating: 5, review_text: "The supplier confirmed the details and the booking was processed. The item was confirmed — standard case, no further action. The ticket was confirmed — unusual case, no further action. The reviewer reported a manual issue; the ticket was approved.", review_date: "2023-11-18" },
            { review_id: 342, customer_id: 137, service_id: 79, rating: 4, review_text: "The supplier reported a duplicate issue; the shipment was approved. The customer asked for a change and the appointment was replaced. Support asked for a change and the payment was processed.", review_date: "2022-09-04" },
            { review_id: 343, customer_id: 111, service_id: 107, rating: 2, review_text: "No response from the courier, so the delivery was replaced. No response from an operator, so the request was updated. The team confirmed the details and the order was delayed. The account owner reported an urgent issue; the appointment was cancelled.", review_date: "2023-07-05" },
            { review_id: 344, customer_id: 116, service_id: 130, rating: 2, review_text: "The supplier asked for a change and the claim was cancelled. The account owner reported an urgent issue; the item was delayed.", review_date: "2023-02-13" },
            { review_id: 345, customer_id: 278, service_id: 131, rating: 5, review_text: "The customer reported an urgent issue; the appointment was updated. The supplier asked for a change and the invoice was processed. The reviewer reported a repeat issue; the account was escalated.", review_date: "2022-11-03" },
            { review_id: 346, customer_id: 100, service_id: 5, rating: 5, review_text: "The shipment was rejected — unusual case, no further action. The account owner asked for a change and the ticket was closed. No response from the customer, so the payment was replaced.", review_date: "2023-05-23" },
            { review_id: 347, customer_id: 140, service_id: 129, rating: 5, review_text: "The supplier asked for a change and the booking was closed. The transfer was reopened — unusual case, no further action.", review_date: "2023-07-06" },
            { review_id: 348, customer_id: 239, service_id: 1, rating: 5, review_text: "The courier confirmed the details and the refund was resolved. The account was escalated — late case, no further action.", review_date: "2023-06-16" },
            { review_id: 349, customer_id: 41, service_id: 3, rating: 1, review_text: "The appointment was completed — repeat case, no further action. The delivery was rescheduled — incomplete case, no further action. The account owner asked for a change and the shipment was confirmed.", review_date: "2023-07-05" },
            { review_id: 350, customer_id: 13, service_id: 79, rating: 1, review_text: "No response from the courier, so the ticket was updated. No response from the customer, so the shipment was closed. The document was delayed — late case, no further action. No response from the account owner, so the refund was replaced.", review_date: "2022-10-17" },
            { review_id: 351, customer_id: 88, service_id: 52, rating: 3, review_text: "The booking was refunded — standard case, no further action. The supplier reported a late issue; the invoice was replaced. Support asked for a change and the report was cancelled.", review_date: "2022-07-18" },
            { review_id: 352, customer_id: 30, service_id: 6, rating: 4, review_text: "An operator reported an urgent issue; the shipment was rejected. The item was approved — duplicate case, no further action. No response from the customer, so the request was processed. The account owner reported a minor issue; the request was escalated.", review_date: "2023-09-23" },
            { review_id: 353, customer_id: 175, service_id: 85, rating: 2, review_text: "The shipment was refunded — incomplete case, no further action. The reviewer confirmed the details and the shipment was reopened. No response from the team, so the item was reviewed. No response from the supplier, so the transfer was reviewed.", review_date: "2022-10-30" },
            { review_id: 354, customer_id: 243, service_id: 37, rating: 4, review_text: "The account owner reported a manual issue; the request was completed. The customer confirmed the details and the order was refunded. The supplier asked for a change and the session was refunded. No response from the team, so the order was updated.", review_date: "2022-01-08" },
            { review_id: 355, customer_id: 238, service_id: 91, rating: 4, review_text: "The account owner reported a standard issue; the ticket was completed. The courier asked for a change and the invoice was completed. No response from the team, so the account was confirmed.", review_date: "2022-10-20" },
            { review_id: 356, customer_id: 164, service_id: 127, rating: 4, review_text: "The customer asked for a change and the document was delayed. No response from the courier, so the booking was reviewed.", review_date: "2023-10-01" },
            { review_id: 357, customer_id: 241, service_id: 69, rating: 2, review_text: "No response from the courier, so the delivery was resolved. The document was refunded — minor case, no further action.", review_date: "2022-10-09" },
            { review_id: 358, customer_id: 253, service_id: 40, rating: 5, review_text: "The supplier reported a duplicate issue; the account was escalated. An operator confirmed the details and the appointment was delayed.", review_date: "2022-10-06" },
            { review_id: 359, customer_id: 234, service_id: 113, rating: 3, review_text: "No response from the supplier, so the report was delayed. The customer asked for a change and the report was completed. The shipment was approved — standard case, no further action. The shipment was escalated — late case, no further action.", review_date: "2023-07-20" },
            { review_id: 360, customer_id: 276, service_id: 36, rating: 3, review_text: "The reviewer reported a standard issue; the delivery was completed. The reviewer reported a manual issue; the report was delayed. No response from the team, so the ticket was updated. No response from the customer, so the record was rescheduled.", review_date: "2022-01-15" },
            { review_id: 361, customer_id: 205, service_id: 61, rating: 5, review_text: "The refund was replaced — urgent case, no further action. No response from the reviewer, so the item was approved. The supplier asked for a change and the item was approved.", review_date: "2022-01-13" },
            { review_id: 362, customer_id: 226, service_id: 56, rating: 5, review_text: "No response from the account owner, so the shipment was reviewed. The reviewer reported a routine issue; the claim was cancelled.", review_date: "2022-12-17" },
            { review_id: 363, customer_id: 270, service_id: 65, rating: 5, review_text: "No response from an operator, so the booking was cancelled. The shipment was updated — manual case, no further action.", review_date: "2022-03-09" },
            { review_id: 364, customer_id: 96, service_id: 54, rating: 3, review_text: "The customer asked for a change and the session was rejected. No response from the customer, so the request was reviewed. The customer reported a routine issue; the ticket was reviewed.", review_date: "2023-02-01" },
            { review_id: 365, customer_id: 70, service_id: 41, rating: 3, review_text: "No response from the customer, so the appointment was completed. The customer confirmed the details and the payment was cancelled. The request was refunded — unusual case, no further action. The account owner reported an automatic issue; the appointment was escalated.", review_date: "2023-11-23" },
            { review_id: 366, customer_id: 148, service_id: 137, rating: 3, review_text: "The account owner confirmed the details and the account was reviewed. The courier reported a minor issue; the session was closed.", review_date: "2022-10-21" },
            { review_id: 367, customer_id: 113, service_id: 122, rating: 3, review_text: "An operator confirmed the details and the document was cancelled. The account owner reported a manual issue; the report was refunded. The booking was escalated — repeat case, no further action. The supplier asked for a change and the transfer was reviewed.", review_date: "2022-01-12" },
            { review_id: 368, customer_id: 291, service_id: 85, rating: 3, review_text: "The courier asked for a change and the report was reopened. Support asked for a change and the shipment was reviewed. The delivery was resolved — manual case, no further action. No response from the team, so the shipment was reopened.", review_date: "2023-11-06" },
            { review_id: 369, customer_id: 134, service_id: 116, rating: 5, review_text: "The customer asked for a change and the ticket was updated. No response from an operator, so the record was processed. The account owner reported a minor issue; the delivery was approved. The courier confirmed the details and the item was delayed.", review_date: "2023-05-28" },
            { review_id: 370, customer_id: 92, service_id: 72, rating: 5, review_text: "The account owner asked for a change and the transfer was processed. The report was cancelled — automatic case, no further action. The reviewer asked for a change and the ticket was approved. No response from the courier, so the order was reviewed.", review_date: "2023-11-21" },
            { review_id: 371, customer_id: 159, service_id: 108, rating: 4, review_text: "No response from the team, so the request was completed. The team asked for a change and the refund was escalated.", review_date: "2023-05-20" },
            { review_id: 372, customer_id: 168, service_id: 123, rating: 3, review_text: "The account owner confirmed the details and the record was confirmed. The supplier reported an urgent issue; the request was reviewed. The supplier reported a minor issue; the transfer was rescheduled. The request was rescheduled — partial case, no further action.", review_date: "2022-12-03" },
            { review_id: 373, customer_id: 93, service_id: 72, rating: 4, review_text: "The courier reported a duplicate issue; the delivery was closed. No response from the team, so the ticket was rejected. The supplier confirmed the details and the record was processed. Support asked for a change and the report was confirmed.", review_date: "2022-07-31" },
            { review_id: 374, customer_id: 166, service_id: 108, rating: 5, review_text: "The appointment was confirmed — repeat case, no further action. The supplier reported a duplicate issue; the session was updated. No response from the team, so the item was closed. The refund was reviewed — automatic case, no further action.", review_date: "2023-01-02" },
            { review_id: 375, customer_id: 158, service_id: 141, rating: 4, review_text: "The team reported a standard issue; the claim was rejected. The shipment was refunded — urgent case, no further action. The reviewer confirmed the details and the order was reopened.", review_date: "2022-01-09" },
            { review_id: 376, customer_id: 50, service_id: 91, rating: 5, review_text: "The record was delayed — routine case, no further action. The session was escalated — standard case, no further action. The customer confirmed the details and the report was reviewed.", review_date: "2022-07-18" },
            { review_id: 377, customer_id: 54, service_id: 113, rating: 4, review_text: "The courier asked for a change and the refund was closed. The account owner reported a late issue; the account was rescheduled. An operator reported an urgent issue; the invoice was reopened.", review_date: "2022-09-25" },
            { review_id: 378, customer_id: 269, service_id: 69, rating: 5, review_text: "The booking was closed — repeat case, no further action. Support asked for a change and the invoice was escalated.", review_date: "2023-01-04" },
            { review_id: 379, customer_id: 132, service_id: 122, rating: 4, review_text: "The courier reported a standard issue; the session was rejected. The account owner reported a standard issue; the order was rescheduled. The team asked for a change and the record was rescheduled. Support asked for a change and the appointment was delayed.", review_date: "2022-09-28" },
            { review_id: 380, customer_id: 25, service_id: 21, rating: 2, review_text: "No response from an operator, so the item was refunded. The reviewer asked for a change and the payment was reviewed. No response from the customer, so the appointment was reviewed.", review_date: "2023-10-26" },
            { review_id: 381, customer_id: 82, service_id: 80, rating: 5, review_text: "The customer reported a repeat issue; the order was processed. The supplier asked for a change and the item was escalated. The supplier asked for a change and the shipment was approved.", review_date: "2022-11-12" },
            { review_id: 382, customer_id: 50, service_id: 62, rating: 5, review_text: "An operator reported a duplicate issue; the refund was approved. No response from the reviewer, so the transfer was refunded. The team confirmed the details and the delivery was updated. The document was confirmed — minor case, no further action.", review_date: "2023-02-03" },
            { review_id: 383, customer_id: 10, service_id: 119, rating: 3, review_text: "The supplier reported a repeat issue; the report was cancelled. Support asked for a change and the transfer was refunded.", review_date: "2022-08-13" },
            { review_id: 384, customer_id: 78, service_id: 106, rating: 3, review_text: "Support asked for a change and the session was escalated. The customer confirmed the details and the account was reviewed. The courier reported a routine issue; the order was reviewed. The courier reported a duplicate issue; the refund was rejected.", review_date: "2023-06-27" },
            { review_id: 385, customer_id: 159, service_id: 149, rating: 4, review_text: "The record was escalated — standard case, no further action. The courier asked for a change and the booking was reviewed. The supplier asked for a change and the report was replaced. The customer asked for a change and the transfer was updated.", review_date: "2023-11-19" },
            { review_id: 386, customer_id: 84, service_id: 118, rating: 4, review_text: "The reviewer reported a minor issue; the booking was processed. An operator reported a partial issue; the request was resolved. The team asked for a change and the booking was replaced. No response from the account owner, so the account was escalated.", review_date: "2023-05-18" },
            { review_id: 387, customer_id: 187, service_id: 65, rating: 2, review_text: "The account owner asked for a change and the session was completed. The account was approved — late case, no further action. The reviewer confirmed the details and the shipment was cancelled. The customer asked for a change and the document was processed.", review_date: "2023-02-11" },
            { review_id: 388, customer_id: 40, service_id: 41, rating: 5, review_text: "The reviewer asked for a change and the session was rejected. No response from the courier, so the order was closed. Support asked for a change and the report was approved. The payment was rescheduled — partial case, no further action.", review_date: "2023-10-17" },
            { review_id: 389, customer_id: 226, service_id: 130, rating: 4, review_text: "No response from the account owner, so the shipment was rejected. The courier reported an incomplete issue; the payment was reviewed.", review_date: "2023-08-15" },
            { review_id: 390, customer_id: 247, service_id: 145, rating: 5, review_text: "The supplier asked for a change and the ticket was updated. The account was rescheduled — partial case, no further action. The reviewer asked for a change and the payment was confirmed.", review_date: "2023-03-11" },
            { review_id: 391, customer_id: 296, service_id: 107, rating: 4, review_text: "The customer reported a manual issue; the record was cancelled. The courier reported a partial issue; the claim was replaced.", review_date: "2023-11-29" },
            { review_id: 392, customer_id: 172, service_id: 128, rating: 4, review_text: "No response from the courier, so the transfer was cancelled. The supplier confirmed the details and the record was refunded. Support asked for a change and the report was resolved. The reviewer confirmed the details and the shipment was escalated.", review_date: "2023-02-14" },
            { review_id: 393, customer_id: 136, service_id: 142, rating: 5, review_text: "The payment was completed — repeat case, no further action. The claim was updated — automatic case, no further action. The order was approved — partial case, no further action.", review_date: "2022-06-03" },
            { review_id: 394, customer_id: 213, service_id: 123, rating: 3, review_text: "The courier confirmed the details and the payment was rejected. The courier confirmed the details and the item was rejected.", review_date: "2023-03-26" },
            { review_id: 395, customer_id: 55, service_id: 60, rating: 5, review_text: "Support asked for a change and the session was confirmed. The team reported a manual issue; the document was rescheduled.", review_date: "2022-02-08" },
            { review_id: 396, customer_id: 4, service_id: 112, rating: 5, review_text: "The order was confirmed — minor case, no further action. The supplier asked for a change and the session was delayed. The shipment was refunded — urgent case, no further action. No response from the team, so the appointment was refunded.", review_date: "2022-12-01" },
            { review_id: 397, customer_id: 235, service_id: 41, rating: 4, review_text: "The account owner asked for a change and the ticket was delayed. No response from the supplier, so the transfer was approved. The team reported an automatic issue; the order was reviewed. The team asked for a change and the shipment was replaced.", review_date: "2023-02-28" },
            { review_id: 398, customer_id: 261, service_id: 110, rating: 5, review_text: "The supplier confirmed the details and the account was approved. The ticket was cancelled — routine case, no further action.", review_date: "2023-06-25" },
            { review_id: 399, customer_id: 63, service_id: 97, rating: 5, review_text: "The courier reported an incomplete issue; the request was closed. The courier confirmed the details and the refund was rescheduled. The supplier confirmed the details and the document was approved.", review_date: "2022-10-15" },
            { review_id: 400, customer_id: 223, service_id: 3, rating: 5, review_text: "An operator reported an incomplete issue; the account was replaced. The courier reported a minor issue; the session was rescheduled. No response from the team, so the payment was closed.", review_date: "2022-12-09" },
            { review_id: 401, customer_id: 36, service_id: 94, rating: 4, review_text: "The reviewer reported a standard issue; the account was updated. No response from the reviewer, so the transfer was rescheduled.", review_date: "2022-11-15" },
            { review_id: 402, customer_id: 261, service_id: 35, rating: 1, review_text: "The account owner confirmed the details and the record was confirmed. No response from the supplier, so the request was refunded. The courier asked for a change and the delivery was replaced. The record was completed — routine case, no further action.", review_date: "2023-12-01" },
            { review_id: 403, customer_id: 208, service_id: 96, rating: 3, review_text: "No response from the reviewer, so the ticket was delayed. An operator asked for a change and the refund was approved. The customer reported an urgent issue; the transfer was closed.", review_date: "2023-10-24" },
            { review_id: 404, customer_id: 2, service_id: 83, rating: 5, review_text: "An operator asked for a change and the report was reopened. The customer asked for a change and the ticket was updated. The reviewer confirmed the details and the report was rescheduled. The record was rejected — late case, no further action.", review_date: "2023-06-03" },
            { review_id: 405, customer_id: 273, service_id: 122, rating: 2, review_text: "The team asked for a change and the transfer was reopened. The reviewer asked for a change and the delivery was completed.", review_date: "2022-09-25" },
            { review_id: 406, customer_id: 73, service_id: 146, rating: 5, review_text: "The reviewer confirmed the details and the invoice was approved. The reviewer confirmed the details and the request was confirmed. An operator reported a repeat issue; the claim was rescheduled. No response from the customer, so the refund was escalated.", review_date: "2023-10-19" },
            { review_id: 407, customer_id: 36, service_id: 80, rating: 2, review_text: "The courier reported a repeat issue; the refund was cancelled. The claim was cancelled — urgent case, no further action. The team confirmed the details and the booking was escalated. No response from the team, so the delivery was cancelled.", review_date: "2023-03-25" },
            { review_id: 408, customer_id: 210, service_id: 32, rating: 2, review_text: "An operator confirmed the details and the transfer was escalated. The courier reported an automatic issue; the booking was delayed. The supplier reported an urgent issue; the appointment was replaced.", review_date: "2023-08-28" },
            { review_id: 409, customer_id: 188, service_id: 87, rating: 3, review_text: "The ticket was delayed — incomplete case, no further action. An operator confirmed the details and the refund was refunded. The ticket was updated — late case, no further action.", review_date: "2023-08-18" },
            { review_id: 410, customer_id: 253, service_id: 67, rating: 5, review_text: "The customer asked for a change and the payment was cancelled. An operator reported a manual issue; the request was replaced. The payment was cancelled — unusual case, no further action. An operator reported an unusual issue; the document was updated.", review_date: "2023-05-25" },
            { review_id: 411, customer_id: 299, service_id: 67, rating: 4, review_text: "The account owner reported a partial issue; the delivery was completed. The reviewer asked for a change and the item was closed.", review_date: "2023-11-22" },
            { review_id: 412, customer_id: 220, service_id: 83, rating: 3, review_text: "The customer reported a duplicate issue; the payment was reviewed. The customer asked for a change and the booking was resolved. The order was delayed — urgent case, no further action. An operator reported a late issue; the account was processed.", review_date: "2022-02-25" },
            { review_id: 413, customer_id: 182, service_id: 52, rating: 5, review_text: "The claim was replaced — incomplete case, no further action. The account owner asked for a change and the session was updated. The session was closed — manual case, no further action.", review_date: "2023-11-26" },
            { review_id: 414, customer_id: 33, service_id: 87, rating: 3, review_text: "An operator asked for a change and the record was replaced. No response from the team, so the shipment was rejected.", review_date: "2023-08-18" },
            { review_id: 415, customer_id: 266, service_id: 23, rating: 4, review_text: "The supplier asked for a change and the refund was completed. No response from the supplier, so the account was replaced. The ticket was rejected — repeat case, no further action. The team asked for a change and the refund was rescheduled.", review_date: "2023-12-07" },
            { review_id: 416, customer_id: 212, service_id: 103, rating: 4, review_text: "Support asked for a change and the appointment was confirmed. No response from an operator, so the refund was reopened.", review_date: "2022-12-10" },
            { review_id: 417, customer_id: 78, service_id: 135, rating: 4, review_text: "The invoice was closed — duplicate case, no further action. The reviewer confirmed the details and the booking was rejected. The account owner asked for a change and the record was delayed.", review_date: "2023-07-08" },
            { review_id: 418, customer_id: 16, service_id: 125, rating: 5, review_text: "The courier reported an incomplete issue; the booking was updated. No response from the reviewer, so the invoice was confirmed. Support asked for a change and the appointment was approved.", review_date: "2022-02-06" },
            { review_id: 419, customer_id: 113, service_id: 109, rating: 2, review_text: "The courier reported a standard issue; the transfer was updated. An operator reported an incomplete issue; the report was completed.", review_date: "2023-04-26" },
            { review_id: 420, customer_id: 11, service_id: 74, rating: 2, review_text: "The booking was cancelled — standard case, no further action. The customer reported a repeat issue; the delivery was approved. No response from the team, so the claim was approved.", review_date: "2023-12-23" },
            { review_id: 421, customer_id: 278, service_id: 84, rating: 1, review_text: "The courier reported a routine issue; the claim was rescheduled. The supplier reported a repeat issue; the booking was resolved. No response from the supplier, so the session was completed. The customer reported a partial issue; the session was rejected.", review_date: "2023-08-19" },
            { review_id: 422, customer_id: 113, service_id: 28, rating: 5, review_text: "The booking was processed — repeat case, no further action. The courier asked for a change and the transfer was completed. The account owner reported an unusual issue; the request was refunded. The customer confirmed the details and the order was reopened.", review_date: "2023-11-06" },
            { review_id: 423, customer_id: 165, service_id: 146, rating: 1, review_text: "The appointment was reopened — late case, no further action. The session was completed — automatic case, no further action.", review_date: "2023-12-19" },
            { review_id: 424, customer_id: 263, service_id: 50, rating: 2, review_text: "No response from the team, so the transfer was escalated. An operator asked for a change and the document was confirmed. The supplier asked for a change and the request was approved. No response from the courier, so the record was updated.", review_date: "2023-10-21" },
            { review_id: 425, customer_id: 78, service_id: 111, rating: 5, review_text: "The order was approved — late case, no further action. The record was rescheduled — manual case, no further action. The supplier confirmed the details and the session was delayed.", review_date: "2023-07-25" },
            { review_id: 426, customer_id: 179, service_id: 130, rating: 4, review_text: "The account owner reported a partial issue; the transfer was resolved. An operator reported a repeat issue; the payment was reviewed. The courier asked for a change and the record was reopened.", review_date: "2023-03-18" },
            { review_id: 427, customer_id: 120, service_id: 146, rating: 4, review_text: "The customer reported a routine issue; the transfer was updated. The supplier confirmed the details and the transfer was refunded. No response from an operator, so the order was rejected.", review_date: "2023-11-05" },
            { review_id: 428, customer_id: 166, service_id: 19, rating: 5, review_text: "The order was processed — partial case, no further action. The courier asked for a change and the ticket was confirmed. The order was cancelled — duplicate case, no further action. The delivery was reviewed — repeat case, no further action.", review_date: "2022-07-03" },
            { review_id: 429, customer_id: 111, service_id: 42, rating: 5, review_text: "The reviewer reported a routine issue; the report was updated. The reviewer reported a routine issue; the ticket was cancelled. The supplier asked for a change and the report was updated. The account owner reported a partial issue; the transfer was replaced.", review_date: "2023-02-16" },
            { review_id: 430, customer_id: 220, service_id: 17, rating: 5, review_text: "The appointment was closed — incomplete case, no further action. The reviewer asked for a change and the document was resolved.", review_date: "2022-12-07" },
            { review_id: 431, customer_id: 121, service_id: 44, rating: 5, review_text: "The shipment was delayed — incomplete case, no further action. The reviewer confirmed the details and the item was processed. The team confirmed the details and the booking was resolved.", review_date: "2022-03-10" },
            { review_id: 432, customer_id: 102, service_id: 149, rating: 2, review_text: "No response from the customer, so the transfer was updated. No response from the customer, so the appointment was replaced. The team asked for a change and the transfer was confirmed. The account owner confirmed the details and the document was rejected.", review_date: "2022-11-16" },
            { review_id: 433, customer_id: 292, service_id: 132, rating: 5, review_text: "An operator reported an automatic issue; the transfer was processed. The refund was replaced — unusual case, no further action. No response from the reviewer, so the booking was refunded. The reviewer asked for a change and the shipment was processed.", review_date: "2022-11-27" },
            { review_id: 434, customer_id: 220, service_id: 35, rating: 2, review_text: "No response from the customer, so the invoice was delayed. The reviewer reported a manual issue; the refund was reopened. The account owner reported a standard issue; the invoice was cancelled. No response from an operator, so the claim was completed.", review_date: "2023-10-10" },
            { review_id: 435, customer_id: 60, service_id: 32, rating: 2, review_text: "No response from the reviewer, so the document was rescheduled. The reviewer reported a standard issue; the claim was rescheduled. The reviewer asked for a change and the document was cancelled. The courier asked for a change and the refund was reviewed.", review_date: "2022-11-13" },
            { review_id: 436, customer_id: 231, service_id: 13, rating: 3, review_text: "No response from the account owner, so the appointment was completed. An operator reported a standard issue; the refund was approved. An operator asked for a change and the request was refunded.", review_date: "2023-01-03" },
            { review_id: 437, customer_id: 131, service_id: 36, rating: 4, review_text: "The booking was rejected — routine case, no further action. An operator confirmed the details and the refund was delayed. The supplier asked for a change and the payment was approved. The supplier reported an urgent issue; the report was escalated.", review_date: "2022-11-13" },
            { review_id: 438, customer_id: 144, service_id: 16, rating: 5, review_text: "The supplier reported a manual issue; the ticket was escalated. No response from the team, so the report was completed. The transfer was confirmed — standard case, no further action.", review_date: "2022-07-29" },
            { review_id: 439, customer_id: 247, service_id: 53, rating: 2, review_text: "The supplier reported an automatic issue; the session was reopened. The claim was delayed — routine case, no further action. The team confirmed the details and the invoice was replaced. The courier confirmed the details and the ticket was approved.", review_date: "2023-02-18" },
            { review_id: 440, customer_id: 125, service_id: 104, rating: 4, review_text: "The record was rejected — standard case, no further action. The team reported a late issue; the invoice was cancelled. An operator confirmed the details and the refund was closed. An operator asked for a change and the document was rescheduled.", review_date: "2023-01-13" },
            { review_id: 441, customer_id: 296, service_id: 52, rating: 1, review_text: "The team asked for a change and the record was delayed. No response from the team, so the invoice was updated. The courier reported a late issue; the delivery was resolved. The transfer was updated — minor case, no further action.", review_date: "2022-12-20" },
            { review_id: 442, customer_id: 216, service_id: 24, rating: 3, review_text: "The request was reopened — incomplete case, no further action. The account owner asked for a change and the session was rejected.", review_date: "2022-05-04" },
            { review_id: 443, customer_id: 70, service_id: 4, rating: 4, review_text: "The reviewer confirmed the details and the refund was cancelled. No response from an operator, so the shipment was reviewed.", review_date: "2023-10-25" },
            { review_id: 444, customer_id: 111, service_id: 61, rating: 4, review_text: "The customer confirmed the details and the appointment was completed. The team reported an urgent issue; the appointment was rejected.", review_date: "2023-12-02" },
            { review_id: 445, customer_id: 159, service_id: 138, rating: 4, review_text: "The customer asked for a change and the booking was closed. No response from an operator, so the payment was refunded. The refund was confirmed — automatic case, no further action. The team confirmed the details and the account was rescheduled.", review_date: "2023-09-05" },
            { review_id: 446, customer_id: 55, service_id: 7, rating: 5, review_text: "No response from an operator, so the booking was resolved. An operator reported a partial issue; the order was processed. The supplier asked for a change and the ticket was refunded. The reviewer confirmed the details and the report was refunded.", review_date: "2022-08-04" },
            { review_id: 447, customer_id: 260, service_id: 129, rating: 2, review_text: "The team confirmed the details and the booking was reviewed. The account owner reported a repeat issue; the order was rejected. The invoice was reopened — routine case, no further action.", review_date: "2023-01-10" },
            { review_id: 448, customer_id: 77, service_id: 145, rating: 4, review_text: "An operator reported an automatic issue; the account was cancelled. The delivery was reviewed — partial case, no further action.", review_date: "2023-07-16" },
            { review_id: 449, customer_id: 101, service_id: 78, rating: 5, review_text: "An operator asked for a change and the claim was escalated. An operator asked for a change and the record was processed. The customer reported a repeat issue; the delivery was delayed.", review_date: "2023-02-05" },
            { review_id: 450, customer_id: 299, service_id: 55, rating: 1, review_text: "The shipment was cancelled — unusual case, no further action. The document was replaced — late case, no further action. An operator confirmed the details and the shipment was reviewed. Support asked for a change and the order was closed.", review_date: "2022-01-10" },
        ],
    });
    await prisma.service_feedback.createMany({
        data: [
            { feedback_id: 1, service_id: 62, positive_aspect: "excellent", negative_aspect: "delay unreliable", overall_satisfaction_rating: 3, feedback_date: "2022-10-17" },
            { feedback_id: 2, service_id: 75, positive_aspect: "convenient affordable", negative_aspect: "frustrating complex", overall_satisfaction_rating: 5, feedback_date: "2023-10-02" },
            { feedback_id: 3, service_id: 21, positive_aspect: "convenient efficient", negative_aspect: "complex expensive", overall_satisfaction_rating: 6, feedback_date: "2023-02-09" },
            { feedback_id: 4, service_id: 98, positive_aspect: "excellent comfortable", negative_aspect: "bad dirty", overall_satisfaction_rating: 4, feedback_date: "2023-05-01" },
            { feedback_id: 5, service_id: 146, positive_aspect: "welcoming supportive prompt", negative_aspect: "delay uncomfortable", overall_satisfaction_rating: 7, feedback_date: "2023-04-28" },
            { feedback_id: 6, service_id: 133, positive_aspect: "reliable pleasant comfortable", negative_aspect: "poor unhelpful", overall_satisfaction_rating: 6, feedback_date: "2023-05-29" },
            { feedback_id: 7, service_id: 110, positive_aspect: "satisfactory", negative_aspect: "complex dirty dissatisfactory", overall_satisfaction_rating: 7, feedback_date: "2023-06-27" },
            { feedback_id: 8, service_id: 67, positive_aspect: "smooth pleasant clean", negative_aspect: "rude slow dirty", overall_satisfaction_rating: 5, feedback_date: "2023-02-15" },
            { feedback_id: 9, service_id: 115, positive_aspect: "enjoyable", negative_aspect: "negative rude", overall_satisfaction_rating: 6, feedback_date: "2022-10-19" },
            { feedback_id: 10, service_id: 131, positive_aspect: "professional", negative_aspect: "negative", overall_satisfaction_rating: 4, feedback_date: "2022-01-11" },
            { feedback_id: 11, service_id: 40, positive_aspect: "efficient reliable", negative_aspect: "expensive bad", overall_satisfaction_rating: 4, feedback_date: "2023-04-09" },
            { feedback_id: 12, service_id: 136, positive_aspect: "excellent satisfactory reliable", negative_aspect: "limited expensive", overall_satisfaction_rating: 6, feedback_date: "2023-06-15" },
            { feedback_id: 13, service_id: 41, positive_aspect: "responsive supportive", negative_aspect: "complex lack inconvenient", overall_satisfaction_rating: 4, feedback_date: "2023-03-28" },
            { feedback_id: 14, service_id: 53, positive_aspect: "professional satisfactory", negative_aspect: "crowded complex lack", overall_satisfaction_rating: 6, feedback_date: "2022-03-08" },
            { feedback_id: 15, service_id: 16, positive_aspect: "trustworthy quick great", negative_aspect: "lack unhelpful", overall_satisfaction_rating: 5, feedback_date: "2022-01-25" },
            { feedback_id: 16, service_id: 121, positive_aspect: "great affordable", negative_aspect: "poor disorganized crowded", overall_satisfaction_rating: 4, feedback_date: "2022-07-20" },
            { feedback_id: 17, service_id: 104, positive_aspect: "professional", negative_aspect: "limited", overall_satisfaction_rating: 6, feedback_date: "2023-03-23" },
            { feedback_id: 18, service_id: 114, positive_aspect: "great efficient", negative_aspect: "limited", overall_satisfaction_rating: 5, feedback_date: "2023-06-06" },
            { feedback_id: 19, service_id: 141, positive_aspect: "clean", negative_aspect: "limited", overall_satisfaction_rating: 6, feedback_date: "2023-01-11" },
            { feedback_id: 20, service_id: 13, positive_aspect: "quick affordable trustworthy", negative_aspect: "dissatisfactory crowded rude", overall_satisfaction_rating: 5, feedback_date: "2023-05-14" },
            { feedback_id: 21, service_id: 92, positive_aspect: "friendly", negative_aspect: "dissatisfactory delay slow", overall_satisfaction_rating: 7, feedback_date: "2022-03-30" },
            { feedback_id: 22, service_id: 132, positive_aspect: "friendly responsive enjoyable", negative_aspect: "rude bad", overall_satisfaction_rating: 3, feedback_date: "2023-02-07" },
            { feedback_id: 23, service_id: 20, positive_aspect: "convenient great", negative_aspect: "confusing", overall_satisfaction_rating: 5, feedback_date: "2023-03-28" },
            { feedback_id: 24, service_id: 60, positive_aspect: "pleasant satisfactory", negative_aspect: "negative", overall_satisfaction_rating: 5, feedback_date: "2023-03-17" },
            { feedback_id: 25, service_id: 11, positive_aspect: "pleasant", negative_aspect: "dissatisfactory frustrating", overall_satisfaction_rating: 7, feedback_date: "2023-01-15" },
            { feedback_id: 26, service_id: 6, positive_aspect: "supportive", negative_aspect: "negative crowded poor", overall_satisfaction_rating: 6, feedback_date: "2023-07-13" },
            { feedback_id: 27, service_id: 96, positive_aspect: "prompt", negative_aspect: "uncomfortable", overall_satisfaction_rating: 4, feedback_date: "2023-02-08" },
            { feedback_id: 28, service_id: 74, positive_aspect: "convenient responsive helpful", negative_aspect: "complex", overall_satisfaction_rating: 5, feedback_date: "2023-07-27" },
            { feedback_id: 29, service_id: 107, positive_aspect: "excellent", negative_aspect: "inconvenient complex", overall_satisfaction_rating: 6, feedback_date: "2022-06-07" },
            { feedback_id: 30, service_id: 80, positive_aspect: "affordable", negative_aspect: "limited", overall_satisfaction_rating: 5, feedback_date: "2023-06-27" },
            { feedback_id: 31, service_id: 109, positive_aspect: "smooth convenient", negative_aspect: "frustrating", overall_satisfaction_rating: 6, feedback_date: "2022-08-23" },
            { feedback_id: 32, service_id: 94, positive_aspect: "excellent quick", negative_aspect: "poor limited slow", overall_satisfaction_rating: 5, feedback_date: "2023-09-28" },
            { feedback_id: 33, service_id: 62, positive_aspect: "comfortable professional friendly", negative_aspect: "expensive dirty", overall_satisfaction_rating: 7, feedback_date: "2023-12-21" },
            { feedback_id: 34, service_id: 74, positive_aspect: "comfortable", negative_aspect: "expensive slow delay", overall_satisfaction_rating: 2, feedback_date: "2023-12-06" },
            { feedback_id: 35, service_id: 47, positive_aspect: "clean responsive", negative_aspect: "disorganized dissatisfactory", overall_satisfaction_rating: 8, feedback_date: "2022-04-11" },
            { feedback_id: 36, service_id: 22, positive_aspect: "responsive excellent", negative_aspect: "expensive", overall_satisfaction_rating: 8, feedback_date: "2022-12-28" },
            { feedback_id: 37, service_id: 145, positive_aspect: "responsive enjoyable", negative_aspect: "confusing dirty rude", overall_satisfaction_rating: 8, feedback_date: "2023-03-17" },
            { feedback_id: 38, service_id: 54, positive_aspect: "friendly", negative_aspect: "confusing", overall_satisfaction_rating: 5, feedback_date: "2023-10-14" },
            { feedback_id: 39, service_id: 91, positive_aspect: "enjoyable", negative_aspect: "slow bad uncomfortable", overall_satisfaction_rating: 5, feedback_date: "2023-03-17" },
            { feedback_id: 40, service_id: 49, positive_aspect: "efficient smooth", negative_aspect: "crowded", overall_satisfaction_rating: 7, feedback_date: "2023-04-06" },
            { feedback_id: 41, service_id: 29, positive_aspect: "smooth convenient", negative_aspect: "unreliable", overall_satisfaction_rating: 4, feedback_date: "2023-05-27" },
            { feedback_id: 42, service_id: 34, positive_aspect: "smooth", negative_aspect: "poor slow expensive", overall_satisfaction_rating: 6, feedback_date: "2023-03-10" },
            { feedback_id: 43, service_id: 47, positive_aspect: "smooth clean", negative_aspect: "unreliable", overall_satisfaction_rating: 3, feedback_date: "2023-06-03" },
            { feedback_id: 44, service_id: 71, positive_aspect: "helpful", negative_aspect: "negative bad", overall_satisfaction_rating: 6, feedback_date: "2022-11-08" },
            { feedback_id: 45, service_id: 132, positive_aspect: "excellent enjoyable", negative_aspect: "disorganized", overall_satisfaction_rating: 6, feedback_date: "2023-07-21" },
            { feedback_id: 46, service_id: 121, positive_aspect: "enjoyable", negative_aspect: "disorganized frustrating unhelpful", overall_satisfaction_rating: 4, feedback_date: "2023-04-02" },
            { feedback_id: 47, service_id: 141, positive_aspect: "great pleasant", negative_aspect: "poor confusing disorganized", overall_satisfaction_rating: 6, feedback_date: "2023-08-06" },
            { feedback_id: 48, service_id: 136, positive_aspect: "prompt friendly", negative_aspect: "negative unhelpful dirty", overall_satisfaction_rating: 5, feedback_date: "2023-04-29" },
            { feedback_id: 49, service_id: 130, positive_aspect: "convenient affordable trustworthy", negative_aspect: "confusing", overall_satisfaction_rating: 5, feedback_date: "2023-07-01" },
            { feedback_id: 50, service_id: 43, positive_aspect: "excellent smooth", negative_aspect: "lack slow limited", overall_satisfaction_rating: 6, feedback_date: "2022-01-07" },
            { feedback_id: 51, service_id: 32, positive_aspect: "trustworthy professional smooth", negative_aspect: "unreliable", overall_satisfaction_rating: 3, feedback_date: "2023-10-09" },
            { feedback_id: 52, service_id: 131, positive_aspect: "trustworthy welcoming", negative_aspect: "slow", overall_satisfaction_rating: 9, feedback_date: "2022-06-02" },
            { feedback_id: 53, service_id: 58, positive_aspect: "welcoming convenient great", negative_aspect: "limited", overall_satisfaction_rating: 4, feedback_date: "2023-05-20" },
            { feedback_id: 54, service_id: 37, positive_aspect: "excellent", negative_aspect: "disorganized expensive", overall_satisfaction_rating: 6, feedback_date: "2023-10-03" },
            { feedback_id: 55, service_id: 17, positive_aspect: "prompt pleasant convenient", negative_aspect: "lack", overall_satisfaction_rating: 6, feedback_date: "2023-08-02" },
            { feedback_id: 56, service_id: 47, positive_aspect: "trustworthy convenient affordable", negative_aspect: "unhelpful", overall_satisfaction_rating: 6, feedback_date: "2023-06-16" },
            { feedback_id: 57, service_id: 36, positive_aspect: "professional great", negative_aspect: "frustrating confusing inconvenient", overall_satisfaction_rating: 8, feedback_date: "2022-04-09" },
            { feedback_id: 58, service_id: 134, positive_aspect: "enjoyable affordable", negative_aspect: "disorganized expensive unreliable", overall_satisfaction_rating: 7, feedback_date: "2023-08-03" },
            { feedback_id: 59, service_id: 3, positive_aspect: "comfortable", negative_aspect: "slow dissatisfactory", overall_satisfaction_rating: 6, feedback_date: "2022-04-05" },
            { feedback_id: 60, service_id: 28, positive_aspect: "prompt quick supportive", negative_aspect: "unhelpful disorganized", overall_satisfaction_rating: 8, feedback_date: "2023-10-26" },
            { feedback_id: 61, service_id: 13, positive_aspect: "convenient", negative_aspect: "uncomfortable confusing delay", overall_satisfaction_rating: 6, feedback_date: "2022-01-15" },
            { feedback_id: 62, service_id: 138, positive_aspect: "helpful responsive welcoming", negative_aspect: "expensive uncomfortable slow", overall_satisfaction_rating: 4, feedback_date: "2023-11-15" },
            { feedback_id: 63, service_id: 142, positive_aspect: "smooth", negative_aspect: "disorganized slow", overall_satisfaction_rating: 4, feedback_date: "2023-02-28" },
            { feedback_id: 64, service_id: 68, positive_aspect: "supportive responsive comfortable", negative_aspect: "negative", overall_satisfaction_rating: 6, feedback_date: "2022-03-10" },
            { feedback_id: 65, service_id: 106, positive_aspect: "responsive clean", negative_aspect: "crowded", overall_satisfaction_rating: 6, feedback_date: "2022-02-23" },
            { feedback_id: 66, service_id: 74, positive_aspect: "satisfactory", negative_aspect: "bad", overall_satisfaction_rating: 6, feedback_date: "2023-06-16" },
            { feedback_id: 67, service_id: 71, positive_aspect: "prompt reliable", negative_aspect: "dissatisfactory unreliable slow", overall_satisfaction_rating: 4, feedback_date: "2023-09-17" },
            { feedback_id: 68, service_id: 147, positive_aspect: "professional great", negative_aspect: "bad frustrating negative", overall_satisfaction_rating: 4, feedback_date: "2022-10-05" },
            { feedback_id: 69, service_id: 35, positive_aspect: "responsive supportive", negative_aspect: "limited", overall_satisfaction_rating: 5, feedback_date: "2023-11-05" },
            { feedback_id: 70, service_id: 45, positive_aspect: "helpful enjoyable", negative_aspect: "expensive", overall_satisfaction_rating: 6, feedback_date: "2022-03-14" },
            { feedback_id: 71, service_id: 3, positive_aspect: "helpful reliable trustworthy", negative_aspect: "dirty disorganized negative", overall_satisfaction_rating: 5, feedback_date: "2023-10-29" },
            { feedback_id: 72, service_id: 75, positive_aspect: "quick affordable smooth", negative_aspect: "slow poor", overall_satisfaction_rating: 5, feedback_date: "2022-02-28" },
            { feedback_id: 73, service_id: 133, positive_aspect: "convenient", negative_aspect: "dissatisfactory inconvenient", overall_satisfaction_rating: 7, feedback_date: "2023-03-14" },
            { feedback_id: 74, service_id: 126, positive_aspect: "great satisfactory", negative_aspect: "slow delay", overall_satisfaction_rating: 6, feedback_date: "2023-10-24" },
            { feedback_id: 75, service_id: 10, positive_aspect: "pleasant", negative_aspect: "dirty poor", overall_satisfaction_rating: 6, feedback_date: "2023-10-25" },
            { feedback_id: 76, service_id: 29, positive_aspect: "smooth great", negative_aspect: "lack", overall_satisfaction_rating: 5, feedback_date: "2023-11-16" },
            { feedback_id: 77, service_id: 76, positive_aspect: "satisfactory excellent professional", negative_aspect: "uncomfortable inconvenient", overall_satisfaction_rating: 6, feedback_date: "2023-01-03" },
            { feedback_id: 78, service_id: 38, positive_aspect: "friendly", negative_aspect: "slow crowded disorganized", overall_satisfaction_rating: 4, feedback_date: "2022-11-24" },
            { feedback_id: 79, service_id: 96, positive_aspect: "trustworthy affordable", negative_aspect: "lack limited slow", overall_satisfaction_rating: 7, feedback_date: "2022-03-27" },
            { feedback_id: 80, service_id: 36, positive_aspect: "enjoyable efficient", negative_aspect: "dirty unhelpful rude", overall_satisfaction_rating: 4, feedback_date: "2023-03-31" },
            { feedback_id: 81, service_id: 109, positive_aspect: "trustworthy", negative_aspect: "slow unreliable uncomfortable", overall_satisfaction_rating: 6, feedback_date: "2022-09-30" },
            { feedback_id: 82, service_id: 12, positive_aspect: "excellent responsive quick", negative_aspect: "lack", overall_satisfaction_rating: 4, feedback_date: "2022-11-18" },
            { feedback_id: 83, service_id: 15, positive_aspect: "smooth quick", negative_aspect: "unhelpful", overall_satisfaction_rating: 7, feedback_date: "2023-12-15" },
            { feedback_id: 84, service_id: 118, positive_aspect: "affordable efficient prompt", negative_aspect: "confusing", overall_satisfaction_rating: 5, feedback_date: "2023-05-18" },
            { feedback_id: 85, service_id: 14, positive_aspect: "excellent quick", negative_aspect: "unhelpful uncomfortable", overall_satisfaction_rating: 6, feedback_date: "2022-06-24" },
            { feedback_id: 86, service_id: 79, positive_aspect: "comfortable", negative_aspect: "slow rude bad", overall_satisfaction_rating: 3, feedback_date: "2023-03-17" },
            { feedback_id: 87, service_id: 108, positive_aspect: "affordable responsive", negative_aspect: "delay uncomfortable", overall_satisfaction_rating: 5, feedback_date: "2023-10-24" },
            { feedback_id: 88, service_id: 73, positive_aspect: "trustworthy excellent", negative_aspect: "limited", overall_satisfaction_rating: 4, feedback_date: "2023-02-18" },
            { feedback_id: 89, service_id: 14, positive_aspect: "pleasant welcoming helpful", negative_aspect: "slow dissatisfactory limited", overall_satisfaction_rating: 6, feedback_date: "2022-07-14" },
            { feedback_id: 90, service_id: 105, positive_aspect: "efficient", negative_aspect: "dirty delay crowded", overall_satisfaction_rating: 6, feedback_date: "2023-05-10" },
            { feedback_id: 91, service_id: 39, positive_aspect: "reliable", negative_aspect: "limited dirty", overall_satisfaction_rating: 4, feedback_date: "2023-05-22" },
            { feedback_id: 92, service_id: 142, positive_aspect: "excellent", negative_aspect: "negative bad", overall_satisfaction_rating: 5, feedback_date: "2022-01-05" },
            { feedback_id: 93, service_id: 45, positive_aspect: "professional", negative_aspect: "disorganized dirty", overall_satisfaction_rating: 3, feedback_date: "2023-04-05" },
            { feedback_id: 94, service_id: 77, positive_aspect: "excellent responsive trustworthy", negative_aspect: "crowded expensive", overall_satisfaction_rating: 5, feedback_date: "2023-08-26" },
            { feedback_id: 95, service_id: 109, positive_aspect: "friendly supportive quick", negative_aspect: "crowded poor", overall_satisfaction_rating: 4, feedback_date: "2022-10-15" },
            { feedback_id: 96, service_id: 56, positive_aspect: "pleasant prompt enjoyable", negative_aspect: "confusing bad", overall_satisfaction_rating: 6, feedback_date: "2023-03-29" },
            { feedback_id: 97, service_id: 126, positive_aspect: "welcoming enjoyable pleasant", negative_aspect: "slow crowded dissatisfactory", overall_satisfaction_rating: 5, feedback_date: "2023-05-21" },
            { feedback_id: 98, service_id: 66, positive_aspect: "quick excellent professional", negative_aspect: "bad", overall_satisfaction_rating: 5, feedback_date: "2023-03-04" },
            { feedback_id: 99, service_id: 39, positive_aspect: "convenient reliable", negative_aspect: "dissatisfactory", overall_satisfaction_rating: 6, feedback_date: "2023-10-25" },
            { feedback_id: 100, service_id: 1, positive_aspect: "smooth", negative_aspect: "frustrating unhelpful", overall_satisfaction_rating: 6, feedback_date: "2023-10-19" },
            { feedback_id: 101, service_id: 127, positive_aspect: "comfortable", negative_aspect: "complex confusing", overall_satisfaction_rating: 6, feedback_date: "2023-08-06" },
            { feedback_id: 102, service_id: 16, positive_aspect: "convenient", negative_aspect: "unreliable", overall_satisfaction_rating: 6, feedback_date: "2022-10-31" },
            { feedback_id: 103, service_id: 5, positive_aspect: "enjoyable", negative_aspect: "unreliable complex rude", overall_satisfaction_rating: 5, feedback_date: "2023-05-19" },
            { feedback_id: 104, service_id: 93, positive_aspect: "pleasant", negative_aspect: "uncomfortable dirty disorganized", overall_satisfaction_rating: 7, feedback_date: "2023-11-08" },
            { feedback_id: 105, service_id: 134, positive_aspect: "clean satisfactory trustworthy", negative_aspect: "delay limited unhelpful", overall_satisfaction_rating: 6, feedback_date: "2022-05-17" },
            { feedback_id: 106, service_id: 21, positive_aspect: "professional", negative_aspect: "frustrating dissatisfactory delay", overall_satisfaction_rating: 4, feedback_date: "2022-01-10" },
            { feedback_id: 107, service_id: 64, positive_aspect: "friendly reliable", negative_aspect: "poor slow disorganized", overall_satisfaction_rating: 4, feedback_date: "2022-12-21" },
            { feedback_id: 108, service_id: 108, positive_aspect: "prompt affordable convenient", negative_aspect: "rude confusing frustrating", overall_satisfaction_rating: 3, feedback_date: "2023-08-25" },
            { feedback_id: 109, service_id: 62, positive_aspect: "clean satisfactory prompt", negative_aspect: "dissatisfactory", overall_satisfaction_rating: 6, feedback_date: "2022-12-07" },
            { feedback_id: 110, service_id: 93, positive_aspect: "clean", negative_aspect: "inconvenient", overall_satisfaction_rating: 7, feedback_date: "2023-02-27" },
            { feedback_id: 111, service_id: 131, positive_aspect: "pleasant satisfactory", negative_aspect: "dirty poor", overall_satisfaction_rating: 4, feedback_date: "2022-06-19" },
            { feedback_id: 112, service_id: 140, positive_aspect: "satisfactory", negative_aspect: "uncomfortable slow rude", overall_satisfaction_rating: 5, feedback_date: "2023-08-01" },
            { feedback_id: 113, service_id: 9, positive_aspect: "friendly enjoyable", negative_aspect: "complex dissatisfactory negative", overall_satisfaction_rating: 6, feedback_date: "2022-11-12" },
            { feedback_id: 114, service_id: 103, positive_aspect: "excellent", negative_aspect: "slow frustrating dirty", overall_satisfaction_rating: 5, feedback_date: "2023-12-18" },
            { feedback_id: 115, service_id: 19, positive_aspect: "responsive enjoyable prompt", negative_aspect: "expensive", overall_satisfaction_rating: 7, feedback_date: "2022-03-14" },
            { feedback_id: 116, service_id: 138, positive_aspect: "quick reliable", negative_aspect: "bad", overall_satisfaction_rating: 6, feedback_date: "2023-09-29" },
            { feedback_id: 117, service_id: 10, positive_aspect: "satisfactory trustworthy", negative_aspect: "disorganized complex inconvenient", overall_satisfaction_rating: 5, feedback_date: "2023-12-17" },
            { feedback_id: 118, service_id: 15, positive_aspect: "supportive", negative_aspect: "expensive disorganized", overall_satisfaction_rating: 6, feedback_date: "2023-06-22" },
            { feedback_id: 119, service_id: 35, positive_aspect: "comfortable", negative_aspect: "limited bad", overall_satisfaction_rating: 7, feedback_date: "2023-05-01" },
            { feedback_id: 120, service_id: 4, positive_aspect: "welcoming friendly satisfactory", negative_aspect: "confusing", overall_satisfaction_rating: 7, feedback_date: "2022-12-20" },
            { feedback_id: 121, service_id: 95, positive_aspect: "smooth welcoming pleasant", negative_aspect: "bad slow", overall_satisfaction_rating: 3, feedback_date: "2023-11-12" },
            { feedback_id: 122, service_id: 145, positive_aspect: "supportive", negative_aspect: "expensive limited", overall_satisfaction_rating: 7, feedback_date: "2023-07-11" },
            { feedback_id: 123, service_id: 14, positive_aspect: "convenient", negative_aspect: "inconvenient", overall_satisfaction_rating: 7, feedback_date: "2023-05-15" },
            { feedback_id: 124, service_id: 64, positive_aspect: "excellent reliable", negative_aspect: "inconvenient", overall_satisfaction_rating: 3, feedback_date: "2022-08-29" },
            { feedback_id: 125, service_id: 145, positive_aspect: "supportive", negative_aspect: "delay lack", overall_satisfaction_rating: 7, feedback_date: "2022-02-07" },
            { feedback_id: 126, service_id: 82, positive_aspect: "reliable enjoyable", negative_aspect: "crowded dirty frustrating", overall_satisfaction_rating: 6, feedback_date: "2022-12-02" },
            { feedback_id: 127, service_id: 1, positive_aspect: "quick affordable helpful", negative_aspect: "delay unhelpful", overall_satisfaction_rating: 7, feedback_date: "2023-08-03" },
            { feedback_id: 128, service_id: 94, positive_aspect: "excellent satisfactory", negative_aspect: "confusing uncomfortable disorganized", overall_satisfaction_rating: 6, feedback_date: "2022-02-01" },
            { feedback_id: 129, service_id: 118, positive_aspect: "efficient", negative_aspect: "frustrating", overall_satisfaction_rating: 6, feedback_date: "2022-07-20" },
            { feedback_id: 130, service_id: 150, positive_aspect: "helpful supportive clean", negative_aspect: "bad negative unreliable", overall_satisfaction_rating: 2, feedback_date: "2023-02-13" },
            { feedback_id: 131, service_id: 11, positive_aspect: "professional enjoyable", negative_aspect: "uncomfortable poor dirty", overall_satisfaction_rating: 6, feedback_date: "2023-09-15" },
            { feedback_id: 132, service_id: 145, positive_aspect: "clean enjoyable great", negative_aspect: "bad lack frustrating", overall_satisfaction_rating: 6, feedback_date: "2023-10-05" },
            { feedback_id: 133, service_id: 55, positive_aspect: "helpful excellent clean", negative_aspect: "limited confusing", overall_satisfaction_rating: 3, feedback_date: "2022-08-21" },
            { feedback_id: 134, service_id: 7, positive_aspect: "clean", negative_aspect: "dissatisfactory negative", overall_satisfaction_rating: 5, feedback_date: "2023-12-16" },
            { feedback_id: 135, service_id: 72, positive_aspect: "supportive affordable", negative_aspect: "expensive", overall_satisfaction_rating: 5, feedback_date: "2022-06-11" },
            { feedback_id: 136, service_id: 52, positive_aspect: "great trustworthy convenient", negative_aspect: "dirty", overall_satisfaction_rating: 4, feedback_date: "2022-05-22" },
            { feedback_id: 137, service_id: 10, positive_aspect: "professional quick enjoyable", negative_aspect: "inconvenient", overall_satisfaction_rating: 7, feedback_date: "2022-07-09" },
            { feedback_id: 138, service_id: 73, positive_aspect: "professional friendly comfortable", negative_aspect: "disorganized", overall_satisfaction_rating: 6, feedback_date: "2022-07-15" },
            { feedback_id: 139, service_id: 22, positive_aspect: "efficient", negative_aspect: "dirty uncomfortable", overall_satisfaction_rating: 7, feedback_date: "2023-11-18" },
            { feedback_id: 140, service_id: 96, positive_aspect: "supportive", negative_aspect: "limited poor uncomfortable", overall_satisfaction_rating: 5, feedback_date: "2023-03-30" },
            { feedback_id: 141, service_id: 10, positive_aspect: "comfortable excellent responsive", negative_aspect: "dissatisfactory delay", overall_satisfaction_rating: 7, feedback_date: "2023-03-20" },
            { feedback_id: 142, service_id: 92, positive_aspect: "smooth convenient comfortable", negative_aspect: "unhelpful poor", overall_satisfaction_rating: 6, feedback_date: "2023-09-19" },
            { feedback_id: 143, service_id: 64, positive_aspect: "efficient reliable convenient", negative_aspect: "limited expensive confusing", overall_satisfaction_rating: 4, feedback_date: "2023-01-29" },
            { feedback_id: 144, service_id: 133, positive_aspect: "responsive efficient", negative_aspect: "frustrating", overall_satisfaction_rating: 6, feedback_date: "2023-10-31" },
            { feedback_id: 145, service_id: 108, positive_aspect: "clean", negative_aspect: "expensive", overall_satisfaction_rating: 5, feedback_date: "2022-03-16" },
            { feedback_id: 146, service_id: 71, positive_aspect: "comfortable professional excellent", negative_aspect: "slow", overall_satisfaction_rating: 5, feedback_date: "2022-11-06" },
            { feedback_id: 147, service_id: 38, positive_aspect: "friendly welcoming", negative_aspect: "delay disorganized", overall_satisfaction_rating: 7, feedback_date: "2023-01-12" },
            { feedback_id: 148, service_id: 18, positive_aspect: "supportive welcoming", negative_aspect: "limited", overall_satisfaction_rating: 6, feedback_date: "2022-07-31" },
            { feedback_id: 149, service_id: 5, positive_aspect: "satisfactory", negative_aspect: "dirty disorganized inconvenient", overall_satisfaction_rating: 5, feedback_date: "2022-11-21" },
            { feedback_id: 150, service_id: 141, positive_aspect: "trustworthy", negative_aspect: "expensive", overall_satisfaction_rating: 7, feedback_date: "2023-12-02" },
            { feedback_id: 151, service_id: 94, positive_aspect: "excellent", negative_aspect: "frustrating limited", overall_satisfaction_rating: 6, feedback_date: "2023-07-03" },
            { feedback_id: 152, service_id: 111, positive_aspect: "excellent", negative_aspect: "complex poor confusing", overall_satisfaction_rating: 8, feedback_date: "2023-12-30" },
            { feedback_id: 153, service_id: 94, positive_aspect: "professional", negative_aspect: "delay", overall_satisfaction_rating: 5, feedback_date: "2022-12-02" },
            { feedback_id: 154, service_id: 41, positive_aspect: "welcoming", negative_aspect: "confusing", overall_satisfaction_rating: 4, feedback_date: "2022-05-08" },
            { feedback_id: 155, service_id: 55, positive_aspect: "satisfactory trustworthy", negative_aspect: "confusing disorganized crowded", overall_satisfaction_rating: 6, feedback_date: "2023-09-06" },
            { feedback_id: 156, service_id: 41, positive_aspect: "great smooth", negative_aspect: "inconvenient", overall_satisfaction_rating: 7, feedback_date: "2023-06-30" },
            { feedback_id: 157, service_id: 77, positive_aspect: "pleasant", negative_aspect: "bad rude", overall_satisfaction_rating: 5, feedback_date: "2023-10-05" },
            { feedback_id: 158, service_id: 39, positive_aspect: "friendly trustworthy quick", negative_aspect: "bad dissatisfactory", overall_satisfaction_rating: 6, feedback_date: "2023-01-03" },
            { feedback_id: 159, service_id: 137, positive_aspect: "clean helpful affordable", negative_aspect: "slow lack", overall_satisfaction_rating: 3, feedback_date: "2023-01-03" },
            { feedback_id: 160, service_id: 31, positive_aspect: "responsive", negative_aspect: "complex uncomfortable disorganized", overall_satisfaction_rating: 7, feedback_date: "2023-08-12" },
            { feedback_id: 161, service_id: 61, positive_aspect: "excellent", negative_aspect: "crowded complex", overall_satisfaction_rating: 6, feedback_date: "2023-04-28" },
            { feedback_id: 162, service_id: 125, positive_aspect: "enjoyable", negative_aspect: "expensive complex", overall_satisfaction_rating: 7, feedback_date: "2023-06-12" },
            { feedback_id: 163, service_id: 78, positive_aspect: "trustworthy", negative_aspect: "complex rude dissatisfactory", overall_satisfaction_rating: 9, feedback_date: "2023-09-11" },
            { feedback_id: 164, service_id: 37, positive_aspect: "pleasant smooth", negative_aspect: "uncomfortable", overall_satisfaction_rating: 7, feedback_date: "2022-07-23" },
            { feedback_id: 165, service_id: 15, positive_aspect: "quick", negative_aspect: "uncomfortable bad", overall_satisfaction_rating: 6, feedback_date: "2023-11-02" },
            { feedback_id: 166, service_id: 59, positive_aspect: "professional", negative_aspect: "confusing dirty uncomfortable", overall_satisfaction_rating: 3, feedback_date: "2022-10-23" },
            { feedback_id: 167, service_id: 45, positive_aspect: "excellent enjoyable", negative_aspect: "confusing slow limited", overall_satisfaction_rating: 7, feedback_date: "2023-01-12" },
            { feedback_id: 168, service_id: 15, positive_aspect: "responsive", negative_aspect: "complex disorganized", overall_satisfaction_rating: 5, feedback_date: "2023-09-10" },
            { feedback_id: 169, service_id: 122, positive_aspect: "reliable supportive friendly", negative_aspect: "expensive slow rude", overall_satisfaction_rating: 3, feedback_date: "2023-04-07" },
            { feedback_id: 170, service_id: 76, positive_aspect: "enjoyable", negative_aspect: "confusing", overall_satisfaction_rating: 6, feedback_date: "2023-05-02" },
            { feedback_id: 171, service_id: 131, positive_aspect: "smooth", negative_aspect: "inconvenient confusing slow", overall_satisfaction_rating: 7, feedback_date: "2022-08-08" },
            { feedback_id: 172, service_id: 114, positive_aspect: "pleasant smooth professional", negative_aspect: "dissatisfactory", overall_satisfaction_rating: 7, feedback_date: "2022-09-26" },
            { feedback_id: 173, service_id: 82, positive_aspect: "enjoyable", negative_aspect: "confusing", overall_satisfaction_rating: 5, feedback_date: "2023-07-31" },
            { feedback_id: 174, service_id: 103, positive_aspect: "affordable", negative_aspect: "expensive crowded unhelpful", overall_satisfaction_rating: 3, feedback_date: "2023-05-31" },
            { feedback_id: 175, service_id: 95, positive_aspect: "satisfactory pleasant efficient", negative_aspect: "delay rude", overall_satisfaction_rating: 5, feedback_date: "2022-09-06" },
            { feedback_id: 176, service_id: 38, positive_aspect: "smooth supportive friendly", negative_aspect: "uncomfortable", overall_satisfaction_rating: 5, feedback_date: "2022-05-24" },
            { feedback_id: 177, service_id: 37, positive_aspect: "reliable welcoming convenient", negative_aspect: "poor crowded", overall_satisfaction_rating: 4, feedback_date: "2023-02-14" },
            { feedback_id: 178, service_id: 112, positive_aspect: "helpful trustworthy professional", negative_aspect: "bad complex", overall_satisfaction_rating: 5, feedback_date: "2023-10-04" },
            { feedback_id: 179, service_id: 148, positive_aspect: "great smooth", negative_aspect: "crowded limited dirty", overall_satisfaction_rating: 3, feedback_date: "2022-03-03" },
            { feedback_id: 180, service_id: 139, positive_aspect: "responsive", negative_aspect: "dirty unreliable limited", overall_satisfaction_rating: 7, feedback_date: "2023-07-20" },
            { feedback_id: 181, service_id: 60, positive_aspect: "smooth", negative_aspect: "unreliable dirty disorganized", overall_satisfaction_rating: 7, feedback_date: "2023-06-25" },
            { feedback_id: 182, service_id: 45, positive_aspect: "satisfactory smooth pleasant", negative_aspect: "delay", overall_satisfaction_rating: 6, feedback_date: "2023-02-14" },
            { feedback_id: 183, service_id: 59, positive_aspect: "reliable affordable enjoyable", negative_aspect: "complex uncomfortable", overall_satisfaction_rating: 5, feedback_date: "2022-08-29" },
            { feedback_id: 184, service_id: 32, positive_aspect: "helpful prompt clean", negative_aspect: "slow uncomfortable frustrating", overall_satisfaction_rating: 3, feedback_date: "2022-12-12" },
            { feedback_id: 185, service_id: 59, positive_aspect: "trustworthy clean great", negative_aspect: "dissatisfactory rude frustrating", overall_satisfaction_rating: 7, feedback_date: "2022-05-06" },
            { feedback_id: 186, service_id: 90, positive_aspect: "responsive", negative_aspect: "slow", overall_satisfaction_rating: 4, feedback_date: "2023-10-20" },
            { feedback_id: 187, service_id: 37, positive_aspect: "satisfactory excellent pleasant", negative_aspect: "bad rude", overall_satisfaction_rating: 4, feedback_date: "2022-12-28" },
            { feedback_id: 188, service_id: 49, positive_aspect: "clean pleasant", negative_aspect: "limited", overall_satisfaction_rating: 7, feedback_date: "2022-08-22" },
            { feedback_id: 189, service_id: 103, positive_aspect: "comfortable quick", negative_aspect: "frustrating", overall_satisfaction_rating: 5, feedback_date: "2023-08-06" },
            { feedback_id: 190, service_id: 61, positive_aspect: "comfortable great", negative_aspect: "complex", overall_satisfaction_rating: 5, feedback_date: "2022-01-26" },
            { feedback_id: 191, service_id: 57, positive_aspect: "responsive enjoyable welcoming", negative_aspect: "confusing expensive dissatisfactory", overall_satisfaction_rating: 4, feedback_date: "2023-08-24" },
            { feedback_id: 192, service_id: 79, positive_aspect: "reliable helpful responsive", negative_aspect: "dissatisfactory unhelpful", overall_satisfaction_rating: 7, feedback_date: "2022-11-10" },
            { feedback_id: 193, service_id: 105, positive_aspect: "satisfactory efficient", negative_aspect: "lack negative", overall_satisfaction_rating: 8, feedback_date: "2022-05-31" },
            { feedback_id: 194, service_id: 47, positive_aspect: "affordable professional prompt", negative_aspect: "negative rude delay", overall_satisfaction_rating: 6, feedback_date: "2023-06-24" },
            { feedback_id: 195, service_id: 62, positive_aspect: "efficient prompt friendly", negative_aspect: "confusing lack", overall_satisfaction_rating: 8, feedback_date: "2023-10-23" },
            { feedback_id: 196, service_id: 58, positive_aspect: "quick prompt", negative_aspect: "slow", overall_satisfaction_rating: 6, feedback_date: "2023-06-27" },
            { feedback_id: 197, service_id: 84, positive_aspect: "responsive friendly professional", negative_aspect: "rude disorganized crowded", overall_satisfaction_rating: 6, feedback_date: "2023-05-09" },
            { feedback_id: 198, service_id: 23, positive_aspect: "trustworthy enjoyable", negative_aspect: "expensive unreliable", overall_satisfaction_rating: 5, feedback_date: "2023-11-04" },
            { feedback_id: 199, service_id: 11, positive_aspect: "trustworthy professional pleasant", negative_aspect: "negative", overall_satisfaction_rating: 5, feedback_date: "2023-08-03" },
            { feedback_id: 200, service_id: 101, positive_aspect: "great helpful enjoyable", negative_aspect: "unreliable dissatisfactory", overall_satisfaction_rating: 6, feedback_date: "2023-12-04" },
        ],
    });
}

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